/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.mt-2 {
    margin-top: 2rem!important;
}

.wc_payment_methods.payment_methods.methods label {
    justify-content: space-between;
}

#menu-menu-renauto-1 .menu-item-9,
#menu-menu-renauto-1 .menu-item-195,
#menu-menu-renauto-1 .menu-item-391,
#menu-menu-renauto-1 .menu-item-512,
#menu-menu-renauto-1 .menu-item-13,
#menu-menu-renauto-1 .menu-item-2258,
.woocommerce-cart .woocommerce-shipping-destination
{display:none;}

/** FORMULARIOS - CONFULARIOS **/
.wpcf7-spinner {
    display: block;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text {
    height:35px;
    padding: 10px 15px 0 !important;
    min-height: 20px !important;
}
.raanet__condicional_si {
    display:none;
}
.checkbox-condicional-correo-es .wpcf7-list-item-label,
.checkbox-condicional-correo-en .wpcf7-list-item-label {
    margin-left: 0.75rem;
}
.raanet__formulario-texto-legal {
   font-size: 9px;
   text-align: justify;
   line-height: 10px;
}

/* Dade - Interruptor */
.raanet__interruptor .wpcf7-list-item-label {
  width: 41px;
  height: 17px;
  display: flex;
  position: relative;
  border-radius: 34px;
  background-color: #d8d8d8;
  transition: background-color 0.4s;
  margin-right: 0.75rem;
}

.raanet__interruptor .wpcf7-list-item-label:before {
    content: '';
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #949494;
    bottom: 3px;
    height: 11px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 11px;
    z-index: 5;
    border-radius: 100%;
  }

.raanet__interruptor .wpcf7-list-item-label:after {
    display: block;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    content: 'no';
    color: #484848;
    padding-left: 18px;
    transition: all 0.4s;
  }

.raanet__interruptor input {
  position: absolute;
  opacity: 0;
}

.raanet__interruptor input:checked + .wpcf7-list-item-label {
  background-color: #4252a3;
}

.raanet__interruptor input:checked + .wpcf7-list-item-label:before {
    transform: translateX(23px);
  }

.raanet__interruptor input:checked + .wpcf7-list-item-label:after {
    content: 'si';
    color: #fff;
    padding-left: 6px;
  }
#checkbox-hablamos-en.raanet__interruptor input:checked + .wpcf7-list-item-label:after,
#acceptance-hablamos-en.raanet__interruptor input:checked + .wpcf7-list-item-label:after,
#checkbox-trabaja-en.raanet__interruptor input:checked + .wpcf7-list-item-label:after,
#acceptance-trabaja-en.raanet__interruptor input:checked + .wpcf7-list-item-label:after{
    content: 'si';
    color: #fff;
    padding-left: 4px;
}

/* Dade - Label flotante */
.raanet__formulario-wrap {
  margin-bottom: 10px;
  position: relative;
}

.raanet__formulario-100 {
    flex: 1 1 100%;
}
.raanet__formulario-75 {
    flex: 1 1 78%;
}
.raanet__formulario-50 {
    flex: 1 1 50%;
}
.raanet__formulario-33 {
    flex: 1 1 33.33333333%;
}
.raanet__formulario-25 {
    flex: 1 1 25%;
}

.raanet__formulario-wrap label {
  position: absolute;
  top:50%;
  padding-left: 15px;
  font-size:13px;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  transition: all 0.15s;
  color: #999;
  z-index: 6;
}
.raanet__formulario-wrap .raanet__campo-con-valor {
	top: 25%;
	font-size: 10px;
}

/* Ajuste para textarea (cuadros de texto grandes) */
.raanet__formulario-wrap .raanet__formulario-textarea-label {
  position: absolute;
  top:16%;
  padding-left: 15px;
  font-size:13px;
  transform: translateY(-50%);
  pointer-events: none;
  font-weight: normal;
  transition: all 0.15s;
  color: #999;
  z-index: 6;
}
.raanet__formulario-wrap .raanet__formulario-textarea-label.raanet__campo-con-valor {
	top: 5%;
	font-size: 10px;
}

/* Dade - Mensajes de errores */
.wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    min-width: 200px;
    left: 155px;
    top: -15px;
    font-size: 12px;
}
textarea.raanet__formulario-campos + .wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    min-width: 200px;
    left: 155px;
    top: -75px;
    font-size: 12px;
}
.raanet__interruptor + .wpcf7-not-valid-tip {
    display: block;
    position: absolute;
    min-width: 200px;
    left: 0;
    top: 15px;
    font-size: 12px;
}

/* Dade - Checkboxes */
.raanet__formulario-checkboxes-wrap {
    font-size:13px;
    margin: 1rem 0 1.5rem;
}
.raanet__formulario-checkboxes-wrap > span {
    display: inline-block;
}
.raanet__formulario-checkboxes-wrap > span:not(:last-child) {
    margin-bottom:6px;
}
/*Personalizacion basica de los formularios, tamaños, bordes, espaciados y color del texto escrito*/
.wpcf7-text, .wpcf7-textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding: 15px!important;
    min-height: 38px !important;
    width: 100% !important;
    font-size: 13px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border: none !important;
}
.wpcf7-select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    min-height: 38px !important;
    width: 100% !important;
    font-size: 13px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border: none !important;
    /*color: #333333 !important;*/
}
.wpcf7-list-item{
    margin:0;
}
/* Dade - Formularios */
.curriculum-trabaja-es input,
.curriculum-trabaja-en input {
    font-size:12px;
}
.acceptance-newsletter-footer-es input[type="checkbox"],
.checkbox-hablamos-es input[type="checkbox"],
.acceptance-hablamos-es input[type="checkbox"],
.acceptance-newsletter-footer-en input[type="checkbox"],
.checkbox-hablamos-en input[type="checkbox"],
.acceptance-hablamos-en input[type="checkbox"]{
    margin: -1px 5px 0 0
}
.sector-lellamamos-es .select-arrow,
.pais-lellamamos-es .select-arrow,
.sector-contacto-es .select-arrow,
.pais-contacto-es .select-arrow,
.pais-trabaja-es .select-arrow,
.sector-lellamamos-en .select-arrow,
.pais-lellamamos-en .select-arrow,
.sector-contacto-en .select-arrow,
.pais-contacto-en .select-arrow,
.pais-trabaja-en .select-arrow {
    border:unset;
}
.cssformularioscontacto,
.raanet__formulario-campos {
    background: #f6f6f6!important;
    border-radius: 5px!important;
    color: #5c6668!important;
    height: 38px!important;
}
textarea.raanet__formulario-campos {
    height: unset!important;
}
.raanet__formulario-campos + .select-arrow {
    background: transparent!important;
    border:unset;
}
.raanet__formulario-flex-responsive {
    display:flex;
    flex-direction:column;
}
@media (min-width:1024px) {
.raanet__formulario-flex-responsive {
    flex-direction:row;
    gap: 10px;
}
}

/*Personalizacion concreta de campos del formulario*/
.textareaGrande {
    height: 197px !important;
}
.textareaPequeno {
    height: 90px !important;
}

label[for="nacimiento"] {
    top: 25%;
    font-size: 10px;
}
.fusion-woo-checkout-payment-tb-1 .woocommerce-checkout-payment ul.wc_payment_methods li:first-child > label, .fusion-woo-checkout-payment-tb-1 .woocommerce-checkout-payment ul.wc_payment_methods li:last-child > label
{
    flex-direction: row-reverse;
}