h4, h5 {
    color: #351977;
}

#navheader {
    background-color: none;
    background-image: url('../img/header.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.titHeader {
    font-size: 13.7px;
    color: #351977;
    font-weight: bold;
}

.subtitHeader {
    font-size: 12.5px;
    font-style: italic;
}

.logoheader {
    position: absolute;
    z-index: 2;
    margin-left: -70%;
    margin-top: 60px;
    height: 93.2px;
}

.socialnetworks {
    line-height: 10.5px;
}

a.asocialnetworks:hover {
    color: none;
    text-decoration: none;
}

.socialNetworkimg {
    height: 28px;
    margin-right: 5px;
}

#accesoClientes {
    color: #f8f9fa;
    font-weight: bold;
    font-size: 13.6px;
    /*  text-shadow: -1px 0 #160051 , 0 1px #160051 , 1px 0 #160051 , 0 -1px #160051 ;*/
}

#accesoClientes:hover {
    color: #43c9b5;
    text-decoration-color: #43c9b5;
}

.divisor {
    margin-top: none;
    height: 11.2px;
    background-image: linear-gradient(to right, #06BFA9, #321974);
}

.navopciones {
    text-align: center;
    line-height: 11.2px;
}

.navopt {
    color: #412985;
    font-weight: bold;
    display: block;
}

.navopt:hover {
    color: #412985;
}

.navspan {
    color: #46a599;
    margin-left: 10px;
    margin-right: 10px;
}

.navfooter {
    /*height: 39.3px;*/
    background-color: #D11D32;
}

#navopfooter {
    line-height: 3px;
    color: white;
    font-size: 10.8px;
}

.navspanfooter {
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

.navfooterop:hover {
    color: white;
}

span.navbar-toggler-icon {
    color: white;
}

.btnCollapse {
    border-color: white;
}

.iconCollapse {
    color: white;
}

.footer1 {
    background-color: #f2f2f2;
}

.titfooter1 {
    color: black;
    font-weight: bold;
    margin-left: 10px;
}

.textfooter1 {
    color: black;
    font-size: 10px;
    font-weight: bold;
    margin-left: 10px;
}

.vertDivider {
    width: 0;
    height: 97px;
    border: solid 1px #007567;
}

.imgHeader{
    width: 100%;
    max-width:300px;
    
}
.separadores {}

/*no borrar*/

.footerdesktop {
    background-image: url('../img/fondo-footer-milseguros-desktop.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logoempfooter {
    width: 20%;

}

.subtitfooter {
    font-size: 14px;
    color: #412985;
    font-weight: bold;
    text-indent: 3px;
}

.textcolizqfoot {
    font-size: 12px;
    color: #525252;
    line-height: 1.5;
    text-indent: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.vertDividerXL {
    height: 175.9px;
}

#subtitfooter2 {
    font-size: 12px;
    color: #412985;
    font-weight: bold;
    text-indent: 3px;
}

#inputSuscribe {
    border-radius: 40px;
    height: 32.4px;
    width: 355px;
    z-index: 1;
    opacity: 0.9;
    border: none;
}

#inputSuscribe::placeholder {
    color: #525252;
    font-size: 13px;
    font-weight: 440;
}

.btnSuscribefondo {
    border-radius: 40px;
    width: 117.9px;
    height: 32.9px;
    background-image: linear-gradient(to right, #321974, #d11d32);
    text-align: center;
    position: absolute;
    z-index: 2;
    margin-left: 238px;
}

.btnSuscribe {
    color: white;
    font-size: 10.5px;
    text-align: center;
    font-weight: bold;
    background: none;
    border: none;
}

.imagenSSN {
    width: 117px;
    height: 52px;
}

@media (max-width: 991px) {

    .logoheader {
        display: none;
    }
    #accesoClientes {
        text-align: center;
        color: #000000;
        font-weight: bold;
        font-size: 13.6px;
        /*  text-shadow: -1px 0 #160051 , 0 1px #160051 , 1px 0 #160051 , 0 -1px #160051 ;*/
    }
}

@media (max-width: 681px){
    .imgheader{
        width: 100%;
    }
}