<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.custom-select:focus{
    box-shadow: none;
}
.enca{
    position: relative;
}
.enca .navbar-brand{
    position: absolute;
    left: calc(50%);
    transform: translate(-50%,0%);
    margin-left: 10px;
}
.enca button{
    position: absolute;
    right: 0;
    transform: translate(-50%,0%);
}
.enca .cont-left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.enca .cont-left a.btn-login{
    margin-right: 30px;
    text-align: center;


    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    
    
    transition: .6s;
    display: block;
    font-family: "Verlag-Black";
    text-decoration: none;
    width: 160px;
    height: 40px;
    padding: 10px 10px 10px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.39);
    background-color: #009bde;
    display: flex;
    justify-content: center;
    align-items: center;
}
.enca .cont-left a.btn-login svg g g{
    fill: #ffffff;
}
.enca .cont-left a.btn-login:hover {
    background: white;
    color: #009bde;
}
.enca .cont-left a.btn-login:hover svg g g{
    fill: #003180;
}

.enca .cont-left a.btn-login svg#pic2{
    display: none;
}
.enca .cont-left a.btn-login svg#pic1{
    display: block;
}

.enca .cont-left a.btn-login svg#pic1,
.enca .cont-left a.btn-login svg#pic2{
    width: 90px;
    margin-left:15px ;
}

.enca .cont-left a.btn-login:hover img#pic2{
    display: block;
}
.enca .cont-left a.btn-login:hover img#pic1{
    display: none;
}
.enca .cont-left .login-hotchison{
    width: 8rem;
    /* height: 50px; */
    font-size: 10px;
    margin-right: 0px;
    text-align: center;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    transition: .6s;
    display: block;
    font-family: "Verlag-Black";
    text-decoration: none;
    padding: 7px 10px 7px 10px;
    border-radius: 3px;
    background-color: #009bde;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #009bde;
    box-shadow: none;
    margin-right: 1rem;
} 
.enca .cont-left .login-hotchison:hover{
    background: white;
    color: #009bde;
    border: 2px solid white;
    width: 8rem;
}
.enca .cont-left .login-hotchison:hover svg g g{
    fill: #003180;
}
.enca .cont-left .login-hotchison #picLogoMobile{
    display: none;
}

/* &lt;select&gt; styles */
nav.navbar .enca select {
/* nav.navbar .enca .btn.btn-secondary.dropdown-toggle { */
    /* Reset */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    outline: 0;
    font: inherit;
    /* Personalize */
    width: 250px;
    font-family: "Montserrat-Light";
    height: 3em;
    padding: 0 2.5em 0 1em;
    color: white;
    background: transparent;
    background:     url("/static/img/header/arrow_idioma.be16e7fd9f6d.svg") no-repeat right 0.8em center/1.4em;
    border-radius: 0.25em;
    cursor: pointer;
    padding-left: 0;
    /* &lt;option&gt; colors */
    /* Remove focus outline */
    /* Remove IE arrow */
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    /* nav.navbar .enca select {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background-color: rgba(48, 65, 83, 0.3);
    } */
}
/* .dropdown-menu {
    min-width: 6rem;
}
.dropdown-item{
    color: white;
    font-family: "Montserrat-Light";
}
.dropdown-toggle::after{
    border: none;
    background:     url("/static/img/header/arrow_idioma.be16e7fd9f6d.svg") no-repeat right 0.8em center/1.4em;
    display: inline-block;
    width: 40px;
    height: 29px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    position: absolute;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show&gt;.btn-secondary.dropdown-toggle:focus{
    box-shadow: none;
} */
/* .dropdown-menu{
      backdrop-filter: blur(20px);
      background-color: rgba(48, 65, 83, 0.3);
} */

nav.navbar .enca select option {
    color: black;
    background-color: transparent;
}
nav.navbar .enca select:focus {
    outline: none;
}
nav.navbar .enca select::-ms-expand {
    display: none;
}
nav.navbar.headerhut{
    position: fixed;
    width: 100%;
    height: 85px;
    z-index: 20;
}
.menu-btn{
   position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.menu-btn-burger{
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.menu-btn-burger::before,
.menu-btn-burger::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.menu-btn-burger::before{
    transform: translateY(-10px);
}

.menu-btn-burger::after{
    transform: translateY(10px);
}

/* animation */
.menu-btn.open .menu-btn-burger{
    transform: translateX(-50px);
    background: transparent;
}
.menu-btn.open .menu-btn-burger::before{
    transform: rotate(45deg) translate(35px, -35px);
}
.menu-btn.open .menu-btn-burger::after{
    transform: rotate(-45deg) translate(35px, 35px);
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    nav.navbar.headerhut {
      -webkit-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px);
      background-color: rgba(48, 65, 83, 0.3);
      
    }
    
}


.navbar-collapse{
    background:url("/static/img/header/menu_lateral_fondo.984db5605dbd.jpg"),  #212e4f;
    /* height: calc(100vh - 79px); */
    height: calc(120vh - 79px);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 40px;
    right: -20px;
    top: 53px;
    position: absolute;
    width: 150vw !important;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    .navbar-collapse{
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background-color: rgba(48, 65, 83, 0.3);
    }
}




ul.navbar-nav li{
    transition: .6s;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 50px;

}
ul.navbar-nav li:hover{
    border-right: 10px solid #009bde ;
}

ul.navbar-nav li a{
    font-family: Verlag;
    font-size: 32px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    transition: .6s;    
    margin-right: 50px;
    text-transform: uppercase;

}
.navbar-nav .nav-link{
    text-decoration: none;
}
ul.navbar-nav li a:hover{
    color:#009bde;
    margin-right: 20px;
    font-family: "Verlag-Black";
}
.term-condiciones{
    margin-top: 50px;
    margin-top: 50px;
    text-align: right;
    width: 100%;
    padding-right: 100px;
}
.term-condiciones a{
    font-family: Verlag;
    font-size: 23px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: right;
    color: #ffffff;
    width: 30%;
    margin-left: 40px;
}




#info-news .text {
    color: white;
}

.news-title {
    background-color: rgba(0, 49, 128, 0.5);
}



@media (max-width: 280px) {
    
    ul.navbar-nav li{
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 20px;
    }
    ul.navbar-nav li a {
        font-size: 14px;
        margin-right: 0px;
    }
    .term-condiciones a {
        font-size: 14px;
    }
    .enca .cont-left a.btn-login {
        margin-right: 5px;
    }
    .enca .cont-left a.btn-login {
        width: 30px;
        height: 30px;
    }
}
@media(width:720px) and (height:1280px){
    .enca .cont-left .login-hotchison{
        padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 2rem;
        margin-right: 1.5rem;
    }
    .enca .cont-left .login-hotchison #picLogoDesktop{
        display: none;
    }
    .enca .cont-left .login-hotchison #picLogoMobile {
        display: block;
        fill: #003180;
    }
    .enca .cont-left .login-hotchison:hover {
        width: 2rem;
    }
    .enca .cont-left .login-hotchison #picLogoMobile g g{
        fill: white;
    }
    .enca .cont-left .login-hotchison:hover #picLogoMobile g g{
        fill: #003180;
    }

}
@media (max-width: 576px) { 
    .enca .cont-left .login-hotchison{
        padding: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        width: 2rem;
        margin-right: .5rem;
    }
    .enca .cont-left .login-hotchison #picLogoDesktop{
        display: none;
    }
    .enca .cont-left .login-hotchison #picLogoMobile{
        display: block;
    }
    .enca .cont-left .login-hotchison #picLogoMobile:hover{
        background: white;
        color: #009bde;
        border: 2px solid white;
        width: 8rem;
    }
    .enca .cont-left .login-hotchison #picLogoMobile:hover g g{
        fill: #003180;
    }
    .enca .cont-left .login-hotchison #picLogoMobile g g{
        fill: white;
    }
    .enca .cont-left .login-hotchison:hover{
        width: 2rem;

    }

    .enca .navbar-brand{
        margin-left: 0px;
    }
    nav.navbar .enca select{
        font-size: 12px;
        padding: 0 2.3em 0 0em;
    }
    nav.navbar .enca select{
        background: url("/static/img/header/arrow_idioma.be16e7fd9f6d.svg") no-repeat right 1em center/1.1em;
    }
    ul.navbar-nav li{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 25px;
    }
    .menu-btn{
        width: 25px;
        height: 25px;
    }
    .menu-btn-burger {
        width: 25px;
    }
    .menu-btn-burger::before, .menu-btn-burger::after{
        width: 25px;
    }
    .menu-btn-burger::before, .menu-btn-burger::before{
        width: 25px;
    }
    .enca .cont-left a.btn-login{
        width: 40px;
        height: 40px;
    }
    .enca .cont-left a.btn-login{
        margin-right: 15px;
    }
    .navbar-collapse {
        background: url("/static/img/header/menu_lateral_fondo.984db5605dbd.jpg"), #212e4f;
        height:100vh;
        max-height: 100vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 40px;
        right: -20px;
        top: 50px;
        /* position: relative; */
        width: 100vw !important;
        z-index: 500000;
        overflow: scroll;
        z-index: 500000;
        overflow: scroll;
        padding-bottom: 150px;
    }

    ul.navbar-nav li a {
        padding-right: 20px;
    }

    ul.navbar-nav li a{
        font-size: 18px;
        margin-right: 0px;
    }
    .term-condiciones{
        text-align: left;
        margin-top: 50px;
        margin-top: 50px;
        width: 100%;
        padding-right: 62px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        padding-left: 30px;
    }
    .term-condiciones a{
        font-size: 18px;
        width: 100%;
        text-align: right;
        line-height: 3;
    }
    .enca .cont-left a.btn-login svg#pic1, 
    .enca .cont-left a.btn-login svg#pic2{
        display: none;
    }
    .enca .cont-left a.btn-login:hover svg#pic1, 
    .enca .cont-left a.btn-login:hover svg#pic2{
        display: none;
    }
}
@media only screen and (min-width: 577px) and (max-width: 767px){
    .enca .navbar-brand{
        margin-left: 0px;
    }
    nav.navbar .enca select{
        font-size: 12px;
        padding: 0 2.3em 0 0em;
    }
    nav.navbar .enca select{
        background: url("/static/img/header/arrow_idioma.be16e7fd9f6d.svg") no-repeat right 1em center/1.1em;
    }
    ul.navbar-nav li{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 25px;
    }
    .menu-btn{
        width: 25px;
        height: 25px;
    }
    .menu-btn-burger {
        width: 25px;
    }
    .menu-btn-burger::before, .menu-btn-burger::after{
        width: 25px;
    }
    .menu-btn-burger::before, .menu-btn-burger::before{
        width: 25px;
    }
    .enca .cont-left a.btn-login{
        width: 40px;
        height: 40px;
    }
    .enca .cont-left a.btn-login{
        margin-right: 15px;
    }
    .navbar-collapse {
        background: url("/static/img/header/menu_lateral_fondo.984db5605dbd.jpg"), #212e4f;
        height:100vh;
        max-height: 100vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 40px;
        right: -20px;
        top: 50px;
        /* position: relative; */
        width: 100vw !important;
        z-index: 500000;
        overflow: scroll;
        z-index: 500000;
        overflow: scroll;
        padding-bottom: 150px;
    }
    .enca .cont-left a.btn-login svg#pic1, 
    .enca .cont-left a.btn-login svg#pic2{
        display: none;
    }
    .enca .cont-left a.btn-login:hover svg#pic1, 
    .enca .cont-left a.btn-login:hover svg#pic2{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1280px){
    ul.navbar-nav li a{
        margin-right: 0px;
    }
    .term-condiciones{
        padding-right: 50px;
    }
    .enca .navbar-brand{
        margin-left: 0px;
    }
    nav.navbar .enca select{
        font-size: 12px;
        padding: 0 2.3em 0 0em;
    }
    nav.navbar .enca select{
        background: url("/static/img/header/arrow_idioma.be16e7fd9f6d.svg") no-repeat right 1em center/1.1em;
    }
    ul.navbar-nav li{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 25px;
    }
    .menu-btn{
        width: 25px;
        height: 25px;
    }
    .menu-btn-burger {
        width: 25px;
    }
    .menu-btn-burger::before, .menu-btn-burger::after{
        width: 25px;
    }
    .menu-btn-burger::before, .menu-btn-burger::before{
        width: 25px;
    }
    .enca .cont-left a.btn-login{
        width: 40px;
        height: 40px;
    }
    .enca .cont-left a.btn-login{
        margin-right: 15px;
    }
    .navbar-collapse {
        background: url("/static/img/header/menu_lateral_fondo.984db5605dbd.jpg"), #212e4f;
        height:100vh;
        max-height: 100vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 40px;
        right: -20px;
        top: 50px;
        /* position: relative; */
        width: 100vw !important;
        z-index: 500000;
        overflow: scroll;
        z-index: 500000;
        overflow: scroll;
        padding-bottom: 150px;
    }
    .enca .cont-left a.btn-login svg#pic1, 
    .enca .cont-left a.btn-login svg#pic2{
        display: none;
    }
    .enca .cont-left a.btn-login:hover svg#pic1, 
    .enca .cont-left a.btn-login:hover svg#pic2{
        display: none;
    }
}

@media (max-width: 1280px) {
    .navbar-collapse{
        zoom: 1.14;
    }
}</pre></body></html>