
/* Style the form */


.col-grisMedDark{
    color:#4d4d4d;
}

/* FORMULARIO */

.formulario_steps{
  justify-content: center;
  display: flex;

  & form{


    

    padding: 20px 15px;
        border-radius: 8px;
    /* border: 1px solid #b6b6b6; */

    @media screen and (min-width:650px){
        min-width: 600px;
    
        padding: 50px;

    }
  


    
  }

  *{
    font-family: Arial, Helvetica, sans-serif;
  }
}

.agradecimientos{
  max-width: 600px;
  padding: 50px;
  color:var(--negro);

  & * {
    color:var(--negro)
  }
}

#resumen{
  color:var(--negro);
}
 

/* Style the input fields */
input {
  padding: 5px 10px;
  width: 100%; 
  font-size: 1rem; 
  border: 1px solid #505050;
  border-radius: 4px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

.form-group{
  margin-bottom: 30px;
}

.mensaje_help{
  text-align: left;
  margin-top: 10px;

  color:#800A0A;
  font-weight: 600;
}

.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}

.form-check-label{
  color: black;
  text-align: left;
  margin-left: 10px;;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}

.form-check-input{
  
  position: relative;
  margin-top: -6px;
}

.form-check{

  padding: 10px 0;
 
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


.tit_bloque_preg{
  font-size: 1rem ;
  @media  screen and (min-width:650px) {

    font-size: 1.1rem ;
    
  }
  
  color: var(--negro);
  font-weight: 600;
}
label{
  color: var(--negro);
}

.sep_form{
  height: 1px;
  background-color: var(--naranja);
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;


      @media screen and (min-width:650px){
        margin-top: 30px;
        margin-bottom: 30px;

    }

}

.tit_bloque_preg{
  text-align: left;
  margin-bottom: 20px;
  color: #777777;
}


.cont-input{
  padding-top: 5px;
  padding-bottom: 5px;
}
 
 input[type=radio]{ 
    width: unset;
    max-width: 30px !important; 
    margin-right: 5px; 
  }
 

  .select_formu{
    padding: 5px;
    border-radius: 4px ;
    padding-right: 5px;

    @media screen and (max-width:640px) {

      font-size: 14px;
      
    }
  }

  .mb-10{
    margin-bottom: 10px;
  }
  .mt-10{
    margin-top: 10px;
  }

  .opciones-llamada{ 
    margin-top: 5px;
    margin-left: 22px;

    & label{
      margin-right: 10px;
      margin-left: 7px;
    }

  & input[type=checkbox]{
    /* position:relative;
    top:3px; 
    width:15px;
    height: 15px;;
    aspect-ratio: 1;
    margin-right: 0; */
  }

  }
   

  .boton_form{
      
    border:1px solid var(--naranja);;
    background-color: var(--naranja);;
    border-radius: 4px;
    padding: 5px 15px;
    
    color: var(--blanco);

    &.nextPrevMenos{ 
   background-color: transparent;
       color: var(--naranja);
    }
 }

 .cruz{
  width: 150px;
  height: auto;
 }

 .back-blanco{
  background-color: var(--blanco);
 }

 :root{
  --altTab: fit-content;
 }

 .tab, .agradecimientos{
  @media screen and (min-width:650px) {
    min-height: var(--altTab);
    
  }

 }


 .tit-formu{

  color: #414141;
  font-size: 1.1rem;
  line-height: 1.1; 
  margin-bottom: 10px;


    @media screen and (min-width:650px) {
  font-size: 1.3rem;
  line-height: 1.15; 
    }
  font-weight: 600;

 }
.subtit-formu{
  color: #6e6e6e;

    font-size: 1rem;
  line-height: 1; 

  @media screen and (min-width:650px) {
   
  font-size: 1.2rem;
  line-height: 1.2; 
  }

    margin-bottom: 35px;

}

label{
  text-align: left;
}

.cont-tabs, form, .formulario_steps{
  width:100%
}

.label_texto{
  margin-bottom: 5px;
}

.input_contacto{

  margin-top: 5px;;

}

.f-14{
  font-size: 14px;
}

.input-forma-contacto{
    margin-top: 2px;
    margin-right:5px;
    width: 15px;
    height: 15px;
    aspect-ratio: 1;
   
  }

  .form-inside-contacto{
    top:0 !important;
    margin-top: 0 !important;
    margin-right: 0;

    + .form-check-label{
      margin-right: 15px;;
    }
  }

  .check_textin{
    font-size: 14px;
  }
  .f-13, .f-13 *{
    font-size: 13px;
  }

  .f-14, .f-14 *{
    font-size: 14px;
  }

  .w-auto{
    width: auto !important;
  }

  .cargando{
    max-width: 50px;
    height: auto;
  }


  .ico_esat_peq{
  height: 16px;;
  margin-right: 10px;
}

.pill_esat{
  display: flex;
  align-items: center;
  @media screen and (max-width:480px){

    width:100%  !important;
    margin-left: 0  !important; 

  }
}

.tp_peq{
    font-size: 1.4rem;
}

header{
    pointer-events: none;

}
.logo_esat, .cont-logos{
    pointer-events: all;
}