body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1.1rem;}
h3 {
    font-size: 16px;
    font-weight: 700;
}
h2 {
    font-weight: 700;
}

.stformhome h2{
   color:  #2574a9;
}

.dnice {
    display: flex;
}
.sltd {
    width: 40%;
}
select#tipoDocumento {
    border-radius: 5px 0px 0px 5px;
}
input#numDocumento {
    border-radius: 0px 5px 5px 0px;
}
.placave {
    display: flex;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.placave .form-switch {
    padding-left: 3.8em;
    align-content: center;
}
.placave label{
    font-size: 12px;
}
.wdgt {
    width: 50%;
    border: 0px;
}
.dtstip {
    font-size: 18px;
    font-weight: 700;
}
.menuheader{
    background: #fff;
    z-index: 999;
    position: sticky;
    top: 0px;
    transition: background-color 0.3s ease, padding 0.3s ease; /* Transición suave */
    padding: 7px 10px;
} 

.headersticky {
    background: #fff;
    z-index: 999;
    position: sticky;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#sticky-button {
    display: none; /* Ocultamos inicialmente el botón */
}


.headersticky #sticky-button {
    display: inline-block; /* Lo mostramos cuando está en sticky */
    opacity: 1; /* Lo hacemos visible con una transición suave */
}

.block2, .block4, .block6, .block8 {
    padding: 60px 0;
}

.block3{
    margin-bottom: 60px;
}
section.home {
   /* background: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / 51%)), url('../img/fondo-comprar-seguros.jpg');*/
   background: url('../img/fondo-comprar-seguros.jpg'); 
   position: relative; 
    padding: 80px 0px;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;

}

.sublog img {
    width: 110px !important;
    margin-right: 75px;
    margin-left: 75px;
}

.btoncoti {
    margin-right: 75px;
}



@media (max-width: 768px) {
    .sublog img {
        width: 100px !important;
        margin-right: 10px;
        margin-left: 15px;
    }
    .btoncoti {
        margin-right: 15px;
    }
    .navbar-brand img {
        width: 225px;
        height: 100%;
    }
    
}

.imglgs {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    width: 250px;
    height: 100%;
}

.stformhome {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.ctn .vstl {
    background: #0074a9d1;
    color: #fff;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 10px;
}
.ctn p, .ctn h3{
    margin: 3px;
}

.stformhome .btn{
    width:max-content;
}
.bton-envio {
    display: flex;
    justify-content: center;
}

.ctn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.marcas img{
    width: 220px;
    height: auto;
   /* filter: grayscale(1);*/
    opacity: 1;
}
.ctn .iconsitm {
    width: 72px !important;
    padding: 15px;
}

.nls {
    color: #0d6efd;
    font-size: 60px;
    font-weight: 500;
}
.cont-fnc{
    text-align:start;
    max-width: 420px;
}
.cmfunc{
    background: aliceblue;
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 50px;
}

.list-iconofooter li{
    font-size: 25px;
}

.titleh1ct {
    font-weight: 700;
    font-size: 55px;

}

.conthm{
    color: #fff;
    background: #0074a9d1;
    padding: 5px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.iconsitm {
    background: #f0f8ff;
    padding: 20px;
    border-radius: 100%;
    max-width: 100px;
    overflow: hidden;
    width: 100%;
}

.iconsitm img {
    height: auto;
    display: block;
    width: 100%;
}
.itctnu {
    margin: 10px 0;
}

.block5{
    background: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / 51%)), url('../img/fdn02.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.block6 img {
    width: 140px;
    height: auto;
}

.fndftr {
    color: #000000;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
}

.block7, .block5 {
    padding: 130px 0;
}

.cssin img {
    width: 50px;
}
.lisitn {
    max-width: 580px;
    border: 1px solid;
    border-radius: 20px;
    padding: 35px 10px;
}

.block7{
    background: linear-gradient(rgb(0 0 0 / 37%), rgb(0 0 0 / 51%)), url('../img/fdn4.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p-footer {
    background: #000000;
    color: #fff;
}




@media (max-width: 600px) {
	.navbar-brand img {
    width: 165px;
}
.sublog img {
    width: 60px !important;
    margin-right: 10px;
    margin-left: 0px;
}
a#sticky-button {
    font-size: 12px;
}

.btoncoti {
    margin-right: 0px;
}
	#iframe{
		
		height: 1100px !important ;
	}
	
 
	
    .titleh1ct {
        font-size: 48px;
    }
    .iconsitm {
        padding: 15px;

    }
    .vstl {
        margin: 8px 0;
    }
    .vsmmtito {
        margin-bottom: 20px;
    }
    .vsmm {
        display: flex;
        flex-direction: column-reverse;
    }
    .fndftr {
        padding: 25px;
    }
    .menuheader {
        padding: 12px 0;
    }
  }



/*css pagina de gracias*/
.pgngrs{
    font-size: 30px;
    font-weight: 700;
 
}
.cmfunc2{
    background: aliceblue;
    padding: 35px;
    border-radius: 50px;
}

.chatwhatsapp {
    position: fixed;
    bottom: 18px;
    display: flex;
    margin-right: 15px;
    align-items: center;
    gap: 14px;
    right: 0;

}

.chatwhatsapp img {
    width: 60px;
    height: auto;
    display: flex;
}

.chatwhatsapp a {
    text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
}

.textwh{
    background: #fff;
    color: black;
    padding: 8px 12px;
    border-radius: 20px;
    border: 2px solid #4bc959;
}

.contcico {
    margin-left: -15px;
}