<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#header-top{
    min-height: 35px !important;
    background: #FFFFFF;
    height: 10% !important;
}

.header-top-ul li, .header-top-ul li a{
    color: #B0B0B0;
    font-size: 15px;
    padding-right: 10px;
    font-family: 'Titillium Semibold'
}


.header-top-ul li i{
    font-size: 22px !important;
    color: #C41B00;
    font-weight: 800;
}


.header-top-ul li a:hover{
    border: 0 !important;
    margin-top: -4px;
}

#header{
    background: #FFFFFF;
    height: 150px;
}

.brand-logo{
    margin-left: 7%;
    margin-top: 1%
}

.header-secciones{
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding-top: 2%;
    padding-right: 2%;
}

.header-secciones li a{
    font-size: 16px;
    color: #797979;
    font-family: 'Titillium Semibold';
    padding: 10px 15px !important;
}


.collapsible-body a{
    font-size: 14px;
    color: #595959;
    font-family: 'Titillium';
    padding-left: 10%
}

nav ul a:hover{
    background: none;
    text-decoration: none !important;
}


.logo {
    display: inline-block;
    height: 100%;
}

.logo&gt;img {
    vertical-align: middle;
    margin-right: 20%
}


@media(max-width: 992px) {  
    .brand-logo img{
        margin-top: 3%;
    }

    #header{
        height: 100px;
    }
}

#seccion-active,#header ul a:hover{
    background: transparent;
    border-bottom: 4px solid #535353;
    margin-bottom: -4px;
}

.dropdown-content li a:hover, .dropdown-content li a.active{
    border: 0 !important;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#buscador:focus:not([readoy]){
    border: 0 !important;
    box-shadow: none !important;
}

::placeholder { 
    color: #B0B0B0;
    font-size: 15px;
    font-family: 'Titillium Semibold'
}</pre></body></html>