/* TIPOGRAFIA */



/* Poppins Regular */
@font-face {
    font-family: 'Poppins';
    src: 
         url('tipografia/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Poppins Bold */
@font-face {
    font-family: 'Poppins';
    src: url('tipografia/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Poppins Italic (si tienes esta variante) */
@font-face {
    font-family: 'Poppins';
    src: url('tipografia/Poppins-Italic.woff2') format('truetype');
    font-weight: normal;
    font-style: italic;
}


#bloque1{
    padding: 20px 0px;
    background-color: #f4f4f4;
}







/* TEXTO PROMOCIONAL */

#textoLegalPromo{
	font-family: Arial, Helvetica, sans-serif;
		 font-size:0.7rem;
		 padding-top:20px;
		color:black;

        @media (max-width: 765px) {
          padding-bottom: 0px;
          color: #6d6b6b;
          font-size:0.8rem;
          text-align: center;
        }
}
#textoLegalPromo2{
	font-family: Arial, Helvetica, sans-serif;
		 font-size:0.8rem;
		color:black;
        font-weight: 600;
        @media (max-width: 765px) {
          padding-bottom: 0px;
          font-size:0.8rem;
          text-align: center;
        }
}

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

body{
    font-family: 'Poppins';
}

#navbar{
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  
}
#logo{
  width: 100%;
      height: auto;
  display: flex;
  justify-content: start;
  align-items: center;

}
.logotipoProsegur{
width: 220px;
height: auto;
object-fit: contain;
padding: 30px 0px;
}
.multiOfertaLogo{
    width: 160px;
    margin-left: 20px;
}
#divTelefono{
    display: flex;
    justify-content: end;
    align-items: center;

}
.telefono {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.telefono .llamagratis {
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    color: #219bf2;
    padding-right: 20px;
}

#divTelefono {
    display: flex;
    justify-content: end;
    align-items: center;
}
#telMovil{
display: none;
}
.telefono .tel900 {
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0px;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#telPc{
    margin: 0px;
}




/* footer */



#letras{

   display: flex;
   flex-wrap: wrap;
   justify-content: start;
   align-items: center;
   padding-top: 15px;
   padding-bottom: 50px;
}
#letras a{
    text-decoration: none;
    color:black;
    margin: 10px;
 font-size: 0.8rem;;
}


/* FORM TAPA................................*/


#tapaForm{
    width: 80%;
   display: none;
    background-color: #219bf2;
    padding: 20px;

}
#tapaForm p{
    text-align: center;
    color: white;
}
.loading{
    margin-top:10px;
    width: 10%;
  
}

/* ................................................ */
.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;
    background-color: white;
    border-bottom: 1px solid #219bf2;
}


/* MEDIA QUERIS  */
@media (max-width: 1450px) {
   


}
@media (max-width: 1200px) {




.logotipoProsegur{
width: 180px;
height: auto;
object-fit: cover;
}
.multiOfertaLogo{
    width: 140px;
    margin-left: 15px;
}

#tapaForm{
    width: 100%;
}




}

@media (max-width: 990px) {



}



@media (max-width: 750px) {
/* NAV */
 #logo{
    justify-content: center;
 }
.logotipoProsegur{
width: 160px;
height: auto;
object-fit: cover;
padding: 20px 0px;
}
.multiOfertaLogo{
    width: 120px;
    margin-left: 15px;
    padding: 20px 0px;
}




.telefono {
    display: flex;
    justify-content: center;
    align-items: center;
}
.telefono .tel900{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.telefono .llamagratis {
    display: none;
}
#telPc {
    display: none;
}
.fixed #telMovil {
    width: 90%;
}






/* navbar */
#navbar {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    position: relative;
  z-index: 3;
}

#divTelefono {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}


#telMovil {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    background-color: #219bf2;
   padding: 5px 0px;
  
}
#telMovil  p{
margin: 0px;
font-weight: 200;
    font-size: 1.2rem;
    margin: 0px;
    line-height: 1.2;
    color:white !important;
}
#telMovil p a{
      margin: 0px;
      text-decoration: none;
      font-weight: 600;
        font-size: 1.8rem;
        color:white;
    }

    .fixed #telMovil .llevarAformulario {
        padding: 5px;
    }
    #telMovil .llevarAformulario{

        font-size: 1.3rem;
        margin: 0px;
        line-height: 1.2;
        text-decoration: none;
        text-align: center;
        color:white !important;
        padding: 5px;
    
    }

    #section3 h3{
        padding: 10px;
        font-size: 0.9rem;
    }





}
@media (max-width: 400px) {


}

@media (max-width: 360px) {


}