.page-id-4462 #elementor-header { 
display:none;
}

.page-id-4462 #elementor-sticky-header { 
display:none;
}

.wpcf7-form-control-wrap .input-group {
    display:flex;
}

.wpcf7-file:after {
  content:'Cargar curriculo (PDF o WORD)';
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #d5522a;
  color: white;
  padding: 20px;
  top: 2px;
	border-radius: 5px;

	
}
.wpcf7-file {
  visibility: hidden;
}

input.wpcf7-submit{
    width:30%!important;
		justify-content: center;
}

div.wpcf7 .wpcf7-form-control {
  max-width: 95%;
}

.wpcf7 select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0;
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}


.wpcf7-text {
  width: 100%;
}

.wpcf7-textarea {
  width: 100%;
}


.woocommerce-cart td.product-thumbnail, .woocommerce-cart td.product-name {
    pointer-events: none;
}

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    text-align: left;
}

.woocommerce-info {
  background: #d5522a !important;
		border-color: #d5522a !important;}

.nav li.current-menu-parent ul li.current-menu-item a:active:before {
     text-decoration: underline;
     transform-origin: left top;
     transform: scale(1, 3);
}