/* TIPOGRAFIAS */

/* Gotham Book */
@font-face {
    font-family: 'Gotham Book';
    src: url('../css/fonts/Gotham-Book.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
  }
  
  /* Gotham Medium */
  @font-face {
    font-family: 'Gotham Medium';
    src: url('../css/fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
  }
  
  /* Gotham Bold */
  @font-face {
    font-family: 'Gotham Bold';
    src: url('../css/fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
  }
  
  /* Gotham Black */
  @font-face {
    font-family: 'Gotham Black';
    src: url('../css/fonts/Gotham-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
  }
  
  /* Gotham Black Italic */
  @font-face {
    font-family: 'Gotham Black Italic';
    src: url('../css/fonts/Gotham-BlackItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
  }
  
  

/* COLORES PRINCIPALES ******************************************************************** */
:root {
    --color-c1:rgb(255, 255, 255);
    --color-c2:rgb(0,0,0);
    --color-c3: #ed0084;
    --color-c4: #fccd02;

}



*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;


}
body{
    font-family: 'Gotham Book';
 
 
}

/* TEXTO PROMOCIONAL */

#textoLegalPromo{
     font-size:0.8rem;
     margin: 0px;
     line-height: 1.2;
    padding: 20px 0px;

}
    

/* NAVBAR *********************************************************************************** */
#nav{
    background-color: var(--color-c1);
    padding-top: 20px;
    padding-bottom: 20px;

}


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


.menuLogo{
    width: 50px;
    display: none;
}
.cerrarMenu{
    width: 30px;
    display: none;
}

#menu_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
margin-top: 20px;
margin-bottom: 20px;

}

.multiOfertaLogo{
    width: 150px;
    margin-top: 5px;
    margin-left: 30px;
}
.logoSeguros{
    width: 80%;
}
.linksOrange{
    width: 350px;
    display: flex;
    justify-content: space-around;
    font-size: 1rem;
}
.particulares{
    text-decoration: none;
    color:rgb(251, 123, 2) ;
}

.empresas{
    text-decoration: none;
    color:white ;
}
.empresas:hover{
    text-decoration: none;
    color:rgb(251, 123, 2) ;
}
#divTelefono{
    display: flex;
    justify-content: end;
    align-items: center;
}

.telefono{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;

 }
 .telefono .llamagratis{
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 1.5;
     color:var(--color-c3);
     font-weight: 700;
 }

.telefono .tel900{

    text-decoration: none;
    color: #000000;
    font-size: 2.5rem;
 line-height: 1;
    font-weight: 700;
     display: flex;
     justify-content: space-between;
     align-items: center;
}

.telefono .tel900 p{
   margin-bottom: 0px;

}
 #telPc{
    display: block;
}
#telMovil{
    display: none;
}

#containerNavbar{
    background-color: var(--color-c2);
}
#navbar{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menudesplegable1,
  .menudesplegable2 ,
  .menudesplegable3  {
    position: relative;
  }
  
  .links {
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .links li{
    margin-right: 30px;
  }
  
  .links a {
    text-decoration: none;
    font-size: 1.2rem;
    color: var(--color-c1);

   
  }
  .links a:hover {
    text-decoration: none;
    color: var(--color-c4);
  }
  
  .menudesplegable1 .triangulo::after ,
  .menudesplegable2 .triangulo::after,
  .menudesplegable3 .triangulo::after{
    content: "";
    position: relative;
    right: -10px;
    top: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid var(--color-c2);
  }
  
  .links li a.activo {
    color: var(--color-c4) !important;
    text-decoration: underline;
    text-decoration-color:  var(--color-c4);       
    text-decoration-thickness: 2px;  
    text-underline-offset: 10px;
  }
  
  .menudesplegable1:hover .oculto ,
  .menudesplegable2:hover .oculto,
  .menudesplegable3:hover .oculto{
    display: block;
    position: absolute;
    top: 25px;
    left: 0px;
    text-decoration: none;
    list-style-type: none;
    z-index: 2;
    background-color: var(--color-c2);
    box-shadow: 5px 10px 15px  rgb(30, 30, 30);
  }
  .oculto {
    display: none;
    position: absolute;
    list-style-type: none;
  padding: 0px;
    background-color: var(--color-c2);
   
  }
  .oculto .dropdown-menu li {
    white-space: nowrap;
    margin: 10px;
    width: auto;
  }
/*   .dropdown-item.active, .dropdown-item:active {
    background-color: white !important;
    color:var(--color-c3) !important;
  } */
  .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;
    z-index: 1;
    border-bottom: 2px solid var(--color-c3);
  }
  

  .iconoTriangulo{
    color: #ffffff;
  }
  
  
  /* Submenús laterales */
  .dropdown {
    position: relative;
  }
  
  .dropdown ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: var(--color-c1);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 3;
    min-width: 180px;
  }
  
  .dropdown:hover ul {
    display: block;
      box-shadow: 0px 5px 10px -5px grey;
  }
  .oculto .dropdown{
    margin: 0px;
    padding: 0px;
  }
  .dropdown:hover ul li{
    margin: 0px;
    padding: 0px;
  }
  .dropdown a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--color-c2);
    color: var(--color-c1);
  }
  
  .dropdown a:hover {
    background-color: var(--color-c4) !important;
    color: black !important;
  }
  
  .dropdown a.activo:hover {
    background-color: var(--color-c4);
    color:black !important;
  }
  
  
  







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

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

}





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

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



}

/* BLOQUE3 ******************************************************************************************* */
#bloque3{
    width: 100%;
    height: auto;


}
/* BLOQUE4 ******************************************************************************************* */
#bloque4{
    width: 100%;
    height: auto;


}







/*  FORMULARIO ************************************************** */

.containerForm{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }
#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%;
    text-align: center;
    height: auto;
    background-color: white;
    font-size: 1.5rem;
    line-height: 1.2;
  color: black;
  padding: 10px;

}
.textForm span{
    display: block;
    font-size:1.5rem;
    line-height: 1.2;
    margin: 3px 0;
    padding: 0 40px;
    text-align: start;

}
.textCabecera{
    width: 100%;
    height: auto;
    background-color:var(--color-c3);
    text-align: start;
    padding: 10px 0px;
    font-size: 1.6rem;
    line-height: 1.2;
    color:white;
    text-align: center;
}

.textCabecera a{
    font-size: 2rem;
    font-weight: 700;
    color:white;
    text-decoration: none;
    text-align: center;
}
.textCabeceraFdh{
    display: none;
}


.formulario{
    width: 100%;
    height: auto;
    background-color: white;
}
#oForm{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding:20px 10px;
 
}
.sin900#oForm{
    min-height: 371px;
}
#oForm .inputname,
#oForm .inputnum,
#oForm .inputmail {
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 0px!important;
   border: 2px solid #d5d5d5 !important;
    background-color: #ffffff;
}

.sinForm{
    display: none;
}

.botonEnviar{
    color: #ffffff;
    display: block;
    background-color:var(--color-c3);
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    border: none;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    border-radius: 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{
    padding: 20px;
    display: none;

/*     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; */

}
.loading{
    margin-top:10px;
    width: 20%;

}



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

#footerContainer{

    background-color:black;


}
#footer{

    padding: 20px 0;

}

#letras{

    width: 100%;
}


#letras a{
    text-decoration: none;
    margin: 3px;
    color:rgb(255, 255, 255);
    font-size: 0.8rem;
}

#containFooterLogo{
    background-color: var(--color-c1);
flex:1
}
#footerLogo{
    padding-top: 15px;
    padding-bottom: 70px;
    display: flex;
    justify-content: end;
    align-items: center;
}

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

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

#oForm .inputname,
#oForm .inputnum,
#oForm .inputmail {
    margin-bottom: 10px;
    padding: 5px;
    border: 2px solid #FF7900;
    background-color: #ffffff;
}

.telefono{
    display: flex;
        flex-wrap: wrap;
        justify-content: end;
        align-items: end;
}
.textForm span {
    font-size: 1.4rem;
}




}
/* MEDIA QUERIES  MOBIL  ****************************************************************************************************** */

@media (max-width: 1100px) {


    .helpDM{
        display: none  !important;
    }

    .telefono{
        display: flex;
            flex-wrap: wrap;
            justify-content: end;
            align-items: end;
            text-align: end;
           
    }
    .telefono .llamagratis{
        padding-right: 0px;
    }
    .links a {
        font-size: 1rem;
    }
    .oculto .dropdown  a{
        margin-right: 0px;
        padding-right: 10px;
      }

/*     FORMULARIO */
    .textForm{
        width: 80%;
        height: auto;
        margin-top: 10px;
     

    }
 /* FORM */
    .formulario{
        width: 80%;
        height: auto;
        background-color: white;
    }

 #oForm .inputname,
 #oForm .inputnum,
 #oForm .inputmail {
     width: 70%;

 }
.containerPrivacidad{
 width: 70%;
}
.botonEnviar{
 width: 70%;
}
/* submenu */
.oculto .dropdown{
    padding-right: 0px;
}

}
@media (min-width: 767px) and (max-width: 990px) {

/* NAV */
.multiOfertaLogo{
 
    margin-left: 20px;
}
.telefono{
        margin-top: 10px;
        margin-bottom: 10px;
}

/* FORM */
    #oForm .inputname,
    #oForm .inputnum,
    #oForm .inputmail {
        width: 100%;

    }
.containerPrivacidad{
    width: 70%;
}
.botonEnviar{
    width: 70%;
}

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

#footerContainer{
padding-bottom: 50px;

}


}



@media (max-width: 765px) {

/* NAV */
#nav{
    padding-bottom: 0px;
}
.textCabecera{
    display: none;
}


#menu_head {
   align-items: start;
   justify-content: start;
    margin-top: 0px;
    margin-bottom: 0px;
}
#menu_head .logotipo{
    width: 120px;
}
#menu_head .multiOfertaLogo{
    width: 110px;
   margin-left: 10px;
   margin-top: 2px;
 
}
.links li.menudesplegable3 {
    width: 100%;
    margin-bottom: 180px;
  }


  .menudesplegable1 .oculto,
  .menudesplegable2 .oculto,
  .menudesplegable3 .oculto {
 
    display: block;
   
 

  }
  .menudesplegable1:hover .oculto,
  .menudesplegable2:hover .oculto,
  .menudesplegable3:hover .oculto{
      background-color: var(--color-c2);
      box-shadow: none;
      margin-top: 30px;

  }
  .oculto li {
    margin: 0px;
    width: 100%;
  }


/* BLOQUE1 ******************************************************************************************* */
#textoLegalPromo{
    padding: 10px;
    text-align: center;
}

    .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:var(--color-c3);
        padding: 5px 0px;
         margin-bottom: 10px;
         border-radius: 5px;

    }

    .fixed #telMovil{
        width: 95%;
    }

    #telMovil a{
   text-decoration: none;
   font-size: 2rem;
   line-height: 1;
   text-align: center;
   color: white;
   margin: 0px;
    }
#telMovil p{
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: center;
    margin: 0px;
    padding: 0px;
    color: white;
}
#telMovil p span{
    font-size: 1.1rem;
    line-height: 1.2;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.fixed #telMovil .llevarAformulario {
    padding: 5px;
}
#telMovil .llevarAformulario{
    font-size: 1.2rem;
    text-align: center;
    margin: 0px;
    line-height: 1.2;
  

}

    .menuLogo{
        width: 35px;
        display: block;
    }
    .cerrarMenu{
        width: 20px;
        display: block;

    }

    #navbar {
        background-color: var(--color-c2);
        width: 95%;
        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: scroll;

    }

    #navbar.active {
        transform: translateX(0); /* Muestra el menú al activarlo */

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


    }


    /* Desactivar scroll cuando el menú está activo */
    body.no-scroll {
        overflow: hidden;
    }
    .logoEmpresa{
        width: 100%;
        display: block;
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-top: 10px;
        padding: 10px;
        background-color: var(--color-c1);

    }
    .logoEmpresa .logoNav{
        width: 50%;
      object-fit: contain;
    }

    .linksPrincipales{
        display: flex;
        flex-direction: column;
    margin-top: 15px;
    }

    .links{
        width: 100%;
        height: auto;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-top: 10px;
      
    }
   
    .links a{
        font-size: 16px;
       
    }

    .links li {
        padding: 10px 0px;
        color:white
    }
    .menudesplegable{
        width: 100%;

    }
    .menudesplegable .triangulo::after {
        display: none;
    }

    .menudesplegable .oculto {
     
        display: block;
     height: 100vh;
    margin-top: 10px;
    }
    .oculto{
        padding: 0px;
 
    }
    .oculto li {
        margin: 0px;
        width: 100%;
    }


/* submenu */

/* .oculto .dropdown {
 margin-top: 5px;
} */
.dropdown:hover ul {
    display: block;
    border: 2px solid var(--color-c1);
  }
  .oculto .dropdown  a{
    margin-right: 10px;

  }
  .dropdown a:hover {
    border: 2px solid var(--color-c2);
   }

    /* SECCION2 */
    .botonEnviar{
        font-size: 1.8rem;

    }

   /*  FORMULARIO */
   .textForm{
    width: 100%;
    height: auto;
  


}

.formulario{
    width: 100%;
    height: auto;
    background-color: white;
}
#oForm .inputname,
#oForm .inputnum,
#oForm .inputmail {
    width: 100%;

}
.containerPrivacidad{
width: 100%;
}
.botonEnviar{
width: 100%;
}

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

#footerContainer{
    padding-bottom: 50px;
    
    }



}




@media (max-width: 320px) {
    #telMovil a{
   font-size: 1.8rem;

    }

    .botonEnviar {
        font-size: 1.2rem;
    }
    #telMovil p{
        font-size: 0.9rem;

    }
    #telMovil p span{
        font-size: 0.9rem;
     
    }
    #telMovil .llevarAformulario{
        font-size: 1rem;
    }
  
}
