/* TIPOGRAFIAS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');





/* COLORES PRINCIPALES ******************************************************************** */
:root {
    --color-c1: #ffffff;
    --color-c2: #8d035c; 
    --color-c3: #eeeeee;
    --color-c4: #1777ae;
    --color-c5: #ffc107;
    --color-c6: #ff07e2;
    --color-c7: #f70087;
}




*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* TEXTO LEGAL */

#textoLegalPromo{
    
     font-size:0.7rem;
     margin-bottom:50px;
     text-align: center;
     @media (max-width: 990px) {
        margin-bottom:0px;
        margin-top: 30px;
        color:white;
       
     }
    }
/* NAVBAR *********************************************************************************** */
#nav{
    background-color: var(--color-c1);
    padding-top: 20px;
    padding-bottom: 20px;
 
}

#logo{
display: flex;
justify-content: space-between;
align-items: center;
}



#menu_head{
    display: flex;
    justify-content: space-between;
    align-items: center;

  
}
#menu_head img{
  width: 80%;
}

#divTelefono{
    display: flex;
    justify-content: end;
    align-items: center;
}

.telefono{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    
 }
 .telefono .llamagratis{
    text-decoration: none;
    font-size: 2rem;
   font-weight: 700;
     color:rgb(251, 123, 2);
     padding-right: 20px;
 }

.telefono .tel900{
  
    text-decoration: none;
    font-size: 2.5rem;
   font-weight: 700;
     color:white;
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.telefono .tel900 p{
   margin-bottom: 0px;
 padding-left: 20px;
}
 #telPc{
    display: block;
}
#telMovil{
    display: none;
}

#containerNavbar{
    background-color: var(--color-c2);
}
#navbar{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menudesplegable{
    position: relative;
   
}
.links{
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;

  
}
.links a{
text-decoration: none;
font-size: 1.1rem;
color: white;
}
.links a:hover{
    text-decoration: none;
    color: rgb(251, 123, 2);
    }

.menudesplegable .triangulo::after {
        content: '';
    position: relative;
    right: -10px;
    top: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #FF7900;
    }

   .links li a.activo{
        color:  rgb(251, 123, 2);
      
    }

.menudesplegable:hover .oculto{
    display: block;
    position: absolute;
    top: 25px;
    left: 0px;
    text-decoration: none;
    list-style-type: none;
}
.oculto {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 10px;
    background-color: var(--color-c2);
    

}
.oculto li{
   margin: 10px;

}
.logoEmpresa{
    display: none;
  
}
.linksPrincipales{
    display: flex;
    flex-direction: column;
     display: none;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100vw; 
    left: 0; 
    margin-left: 0; 
    margin-right: 0; 
    background-color: var(--color-c1);
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1;
  /*   border-bottom: 1px solid #FF7900; */
  
}


/* BLOQUE1 ******************************************************************************************* */

#bloque1{
    width: 100%;
    height: auto;

}


/* BLOQUE2 ******************************************************************************************* */

#bloque2{
    width: 100%;
    height: auto;

   
}

/* BLOQUE3 ******************************************************************************************* */
#bloque3{
    width: 100%;
    height: auto;
    background-color:white;  
   
}
/* FOOTER ******************************************************************************************* */
#footerContainer{
    background-color: var(--color-c3);
 padding-top: 20px;
 padding-bottom: 20px;
}


.footer{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
.footer a{
    text-decoration: none;
    color:white;
    margin: 5px;
}








/*  FORMULARIO ************************************************** */
.containerForm{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:white;
 
  }
#oForm.sin900 input.inputname,
#oForm.sin900 input.inputmail
{
    display: block;
}
#oForm input.inputname,
#oForm input.inputmail {
	display: none;
}

#oForm.fdh input.inputname,
#oForm.fdh input.inputmail {
	display: block;
}

.fdh #oForm input.inputname,
.fdh #oForm input.inputmail {
	display: block;
}  

.textForm{
    width: 100%;
    height: auto;
     text-align: center;
    font-size: 18px;
    font-weight: 800;
    padding-top: 10px;
    padding-bottom: 10px;
  
}
.textCabecera{
    width: 100%;
    height: auto;
    background-color:var(--color-c2);
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    font-size: 18px;
    color:white;
}

.textCabecera a{
    font-size: 30px;
    color:white;
    text-decoration: none;
}
.textCabeceraFdh{
    display: none;
}


.formulario{
    width: 100%;
    height: auto;
  
}
#oForm{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 0px 10px;
    min-height: 251px;
}
.sin900#oForm{
    min-height: 371px;
}
#oForm .inputname,
#oForm .inputnum,
#oForm .inputmail, 
#oForm .selectform {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    padding-left: 10px;
    border:none;
    background-color: #f7f7f7;
    color:grey;
    font-size: 14px;
}

.sinForm{
    display: none;
}

.botonEnviar{
    color: #ffffff;
    margin: 10px auto;
    display: block;
    background-color:var(--color-c7);
    cursor: pointer;
    font-family: 'Trade', sans-serif;
    font-size: 22px;
    font-weight: 900;
    border: none;
    width: 100%;
    height: auto;
    padding: 5px;

}


form .ssl {
    color: rgb(0, 0, 0) !important;
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 10px 0;
    font-family: Arial;
}





/* CHECK BOX PRIVACIDAD***************************************************** */
.containerPrivacidad{
    width: 100%;

}
.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    min-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
 
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background: #e6e6e6;
    border: 1px solid #000000;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}
.control input:checked ~ .control_indicator {
    background: #67cd65;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox a{
    color: #000000;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 5px;
    width: 4px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3.01rem;
    height: 3.01rem;
    margin-left: -0.781rem;
    margin-top: -0.743rem;
    background: #72ed6f;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
    0% {
        transform: scale(0);
    }
    30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}


#tapaForm{
    display: none;
/*     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; */
   
}
.loading{
    margin-top:10px;
    width: 20%;
}



/* FOOTER   ******************************************************************** */

.cajasLinks{
    display:flex;
    flex-direction: column;
}
.tituloLinkfoot{
    text-decoration: none;
    color: #F16e00;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.textoLinkfoot{
    text-decoration: none;
    color:rgb(0, 0, 0);
    font-size: 18px;
    margin-bottom: 10px;
}
#letras{
    color:rgb(0, 0, 0);
    width: 100%;
    text-align: center;
}
#letras p{
    color:rgb(0, 0, 0);
    margin: 0px;
    font-size: 12px;
}

#letras a{
    text-decoration: none;
    color:rgb(0, 0, 0);
    margin: 5px;
    font-size: 12px;
}

/* MEDIA QUERIES ************************************************************************************************************** */

@media (min-width: 992px) and (max-width: 1400px) {



.telefono{
    display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: end;
}
   

/* MEDIA QUERIES  MOBIL  ****************************************************************************************************** */
}
@media (max-width: 1100px) {
 

    .helpDM{
        display: none  !important;
    }

    .telefono{
        display: flex;
            flex-wrap: wrap;
            justify-content: end;
            align-items: end;
    }
    .links a{
        font-size: 0.9rem;
        }

}
@media (min-width: 765px) and (max-width: 980px) {

    #oForm .inputname,
    #oForm .inputnum,
    #oForm .inputmail,
    #oForm .selectform{
        width: 70%;
       
    }
.containerPrivacidad{
    width: 70%;
}
.botonEnviar{
    width: 70%;
}
/* FOOTER *********************************************************** */

#letras{
    text-align: start;
}
#footerContainer{
    padding-bottom: 60px;
}

}

@media (max-width: 765px) {

/* BLOQUE1 ******************************************************************************************* */
#nav{
    padding: 0px;
}
.textCabecera{
    display: none;
}
.textForm{
    font-size: 18px;
}

    .linksOrange{
      display: none;
    }
#logo{
    margin-top: 15px;
    margin-bottom: 15px;
}

    #divTelefono{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
   
    }
    .telefono {
        display: flex;
        justify-content:center;
        align-items: center;
    width: 100%;
  
    }
    .fixed .telefono {
        border-top:none;
     }
    .telefono .llamagratis{
           display: none;
     }

    .telefono .tel900{
     
        font-size: 2rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #telPc{
        display: none;
    }

    #telMovil{
        border:none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
          width: 100%;
         background-color: #24a3e0;
         padding-top: 5px;
         border-radius: 4px;
     
    }
    .fixed #telMovil{
        width: 95%;
    }

    #telMovil a{
   text-decoration: none;
   font-size: 25px;
   text-align: center;
   color: white !important;
   margin: 0px;
    }
#telMovil p{

    font-size: 15px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#telMovil p span{
    font-size: 15px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.fixed #telMovil .llevarAformulario {
    padding: 5px;
}
#telMovil .llevarAformulario{
    font-size: 25px;
    text-align: center;
    margin: 0px;
    padding: 5px;
   

}

    .menuLogo{
        width: 40px;
        display: block;
    }
    .cerrarMenu{
        width: 20px;
        display: block;
        margin-top: 20px;
    }
 
    #navbar {
        background-color: var(--color-c2);
        width: 70%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        z-index: 1000; 
        transform: translateX(-100%); 
        transition: transform 0.3s ease-in-out; 
        overflow-y: hidden;
      
    }

    
    
    #navbar.active {
        transform: translateX(0); /* Muestra el menú al activarlo */
   
    }
    #navbar .no-scroll {
        transform: translateX(0); /* Muestra el menú al activarlo */
        overflow: hidden;
        
      
    }

    

    .logoEmpresa{
        width: 100%;
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-top: 10px;
 
    }


    .linksPrincipales{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        padding-bottom: 20px;
        border-bottom: 3px solid #FF7900;
    }
    
    .links {
        width: 100%;
         height:100vh;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-top: 15px;
      
    }
    .links li {
        margin: 3px;
        color:white
    }
   .menudesplegable{
     background-color: #F16e00;
    width: 100%;
     padding-left: 5px;
   }
  
    
     .links .menudesplegable .oculto {
        display: block; 
        padding: 0px;
        margin-top: 10px;
        top:25px;
        left: 10px;
  
       
    }
    .menudesplegable .triangulo::after {
      display: none;
    }
  
    /* SECCION2 */
    .botonEnviar{
        font-size: 1.5rem;

        
    }

/* FOOTER *********************************************************** */


#letras{
    text-align: start;

}
#footerContainer{
    padding-bottom: 80px;
}
  
}


