.header-site.header-custom {
    background: #253D71;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5)
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .header-site.header-custom {
        border: none
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        border: none;
        background: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .header-site.header-custom>.header-top {
        height: auto
    }
}

.header-site.header-custom .logo img {
    max-width: 150px
}

@media only screen and (max-width:1199px) {
    .header-site.header-custom .logo img {
        max-width: 120px
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom>.header-top {
        background: white;
        width: 100%;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5)
    }
}

.header-site.header-custom .icon--user:before {
    content: '';
    background: url(../../img/icon--user.svg) center no-repeat !important;
    width: 10px;
    height: 12px;
    background-size: cover !important;
    display: block;
    margin-right: 8px
}

@media only screen and (min-width:991px) {
    .header-site.header-custom .top-site {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-site.header-custom .top-site .nav-superior li {
        line-height: 100%
    }
    .header-site.header-custom .top-site .nav-superior li a {
        color: white;
        border: none;
        line-height: normal;
        font-size: 12px;
        padding: 6px 50px 7px
    }
    .header-site.header-custom .top-site .nav-superior li.is-active a {
        background: white;
        font-weight: 100;
        border: none;
        color: #B4123A;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }
    .header-site.header-custom .top-site .nav-superior li.is-active a:hover {
        color: #B4123A;
        background: white
    }
    .header-site.header-custom .top-site .nav-superior li a:hover {
        color: white;
        border: none;
        background: rgba(255, 255, 255, 0.1);
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }
    .header-site.header-custom .login-fixed-area {
        overflow: hidden;
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0ms ease;
        -o-transition: all 0ms ease;
        transition: all 0ms ease
    }
    .header-site.header-custom .btn-login {
        margin-top: 0;
        border: none;
        background-color: #fca800;
        color: white;
        padding: 5px 18px 3px;
        border-radius: 0;
        min-width: 252px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header-site.header-custom .btn-login i {
        top: 0
    }
    .header-site.header-custom .btn-login.btn-login-fixed {
        min-width: 0;
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header-site.header-custom .btn-login.btn-login-fixed:hover {
        opacity: 0.8;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }
    .header-site.header-custom .btn-login.btn-login-fixed i {
        width: 14px;
        text-align: center;
        margin-right: 0
    }
    .header-site.header-custom .btn-login.btn-login-fixed i:before {
        width: 14px;
        height: 17px
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .login-mobile {
        position: relative;
        top: auto;
        right: 0;
        width: 38px;
        height: 38px;
        text-align: center;
        background-color: #FFB861;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: 0
    }
    .header-site.header-custom .login-mobile .icon--user:before {
        width: 12px;
        height: 16px;
        margin-right: 0
    }
}

.header-site.header-custom .buscador {
    background-color: transparent;
    color: white;
    background: white;
    border-radius: 5px;
    border: solid 1px transparent;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .header-site.header-custom .buscador {
        display: block
    }
}

.header-site.header-custom .buscador input {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border: solid 1px #D6D6D6;
    border-radius: 4px;
    font-size: 14px;
    padding-right: 44px
}

.header-site.header-custom .buscador input::-webkit-input-placeholder {
    color: #7C7C7C
}

.header-site.header-custom .buscador input:-ms-input-placeholder {
    color: #7C7C7C
}

.header-site.header-custom .buscador input::-ms-input-placeholder {
    color: #7C7C7C
}

.header-site.header-custom .buscador input::placeholder {
    color: #7C7C7C
}

.header-site.header-custom .buscador input:focus {
    -webkit-box-shadow: 0 0 5px #51cbee;
    box-shadow: 0 0 5px #51cbee;
    background: transparent;
    color: #4C4C4A
}

.header-site.header-custom .buscador input:focus::-webkit-input-placeholder {
    color: #7C7C7C
}

.header-site.header-custom .buscador input:focus:-ms-input-placeholder {
    color: #7C7C7C
}

.header-site.header-custom .buscador input:focus::-ms-input-placeholder {
    color: #7C7C7C
}

.header-site.header-custom .buscador input:focus::placeholder {
    color: #7C7C7C
}

.header-site.header-custom .buscador .icon-search {
    border: none;
    font-size: 14px;
    color: #737373;
    right: 0;
    width: 40px;
    margin-right: 0
}

.header-site.header-custom .buscador .icon-search:before {
    right: 8px;
    position: relative
}

.header-site.header-custom .buscador-mobile {
    padding: 0 12px;
    display: none;
    float: right;
    height: auto;
    width: 100%;
    margin-bottom: 20px
}

.header-site.header-custom .buscador-mobile input {
    display: block;
    position: relative;
    top: 100%;
    right: 0;
    width: 100%;
    color: #4C4C4A;
    background: white;
    border: 0;
    height: 38px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #D6D6D6;
    width: 100%;
    padding-right: 50px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-site.header-custom .buscador-mobile input:focus {
    -webkit-box-shadow: 0 0 5px #51cbee;
    box-shadow: 0 0 5px #51cbee;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .buscador-mobile input {
        display: block
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .buscador-mobile {
        display: block
    }
}

.header-site.header-custom .buscador-mobile .icon-search {
    font-size: 15px;
    background-color: transparent;
    margin: 0;
    top: 8px;
    right: 20px;
    color: #737373
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .mobile-deploy-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 60px
    }
}

.header-site.header-custom .mobile-deploy-items .logo {
    max-width: 120px
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .mobile-deploy-items .logo {
        margin-top: 0
    }
}

.header-site.header-custom .c-hamburger {
    margin: 0
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .not-mobile {
        display: none
    }
}

.header-site.header-custom .sub-menu {
    color: #284071;
    font-weight: 100;
    width: auto;
    min-width: 600px
}

@media only screen and (max-width:1199px) {
    .header-site.header-custom .sub-menu {
        width: auto;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 0
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .header-site.header-custom .sub-menu {
        width: auto;
        border: none
    }
}

.header-site.header-custom .sub-menu>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 640px;
    margin: 0 70px
}

@media only screen and (max-width:1199px) {
    .header-site.header-custom .sub-menu>ul {
        margin: 0;
        width: auto
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu>ul {
        width: 100%;
        display: block
    }
}

.header-site.header-custom .sub-menu>ul>li+li {
    margin-left: 1%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-site.header-custom .sub-menu>ul>li+li {
        margin-left: 10px
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu>ul>li+li {
        margin-left: 0
    }
}

.header-site.header-custom .sub-menu>ul>li>a {
    color: #284071;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 16px 0 10px
}

.header-site.header-custom .sub-menu ul li a span::after {

    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #284071;
    transition: width .3s;
    
}

.header-site.header-custom .sub-menu ul li a span:hover::after {

    width: 100%;
    transition: width .3s;
    
}

.header-site.header-custom .sub-menu ul li:nth-child(1) a span::after {

    content: '';
    display: block;
    background: transparent;
    
}

.header-site.header-custom .sub-menu ul li:nth-child(1) a span:hover::after {

    width: 0%;
    transition: unset;
    
}

@media only screen and (min-width:992px) {
    .header-site.header-custom .sub-menu>ul>li>a:after {
        -webkit-transition: all 300ms ease !important;
        -o-transition: all 300ms ease !important;
        transition: all 300ms ease !important;
        position: absolute;
        background-color: transparent !important;
        top: 50%;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        left: auto !important;
        right: 4px;
        display: block;
        height: 0px;
        content: "";
        width: 0 !important;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        margin-top: -3px;
        border-color: #253d71 transparent transparent transparent
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-site.header-custom .sub-menu>ul>li>a {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .header-site.header-custom .sub-menu>ul>li>a {
        width: 100%;
        font-size: 15px
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu>ul>li>a {
        height: auto
    }
}

.header-site.header-custom .sub-menu>ul>li>a:hover {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-site.header-custom .sub-menu>ul>li>a:before {}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu>ul>li>a:before {
        display: none
    }
}

.header-site.header-custom .sub-menu>ul>li i {
    display: none
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu>ul>li i {
        display: block
    }
    
    .header-site.header-custom .sub-menu ul li a span::after {

        content: '';
        display: none;
        
    }
    
    .header-site.header-custom .sub-menu ul li a span:hover::after {
    
        width: 0%;
        
    }
}

.header-site.header-custom .sub-menu>ul>li.active>a {
    color: #fff;
    background-color: #253d71
}

.header-site.header-custom .sub-menu>ul>li.active>a:after {
    border-width: 0 4px 5px 4px;
    margin-top: -4px;
    border-color: transparent transparent #ffffff transparent !important
}

.header-site.header-custom .sub-menu>ul>li.active>a:before {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-site.header-custom .wrap-submenu {
    background-color: white;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu {
        padding-bottom: 0
    }
}

.header-site.header-custom .wrap-submenu>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu>.container {
        display: block
    }
}

.header-site.header-custom .wrap-submenu .inner-sub-menu {
    border-top: none;
    background: #253D71;
    width: 100%;
    right: 0;
    margin: auto;
    -webkit-box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.5)
}

.header-site.header-custom .wrap-submenu .inner-sub-menu:before {
    background: transparent
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .header-site.header-custom .wrap-submenu .inner-sub-menu {
        top: 88%
    }
    .header-site.header-custom .wrap-submenu .inner-sub-menu .container>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-site.header-custom .wrap-submenu .inner-sub-menu [class*=col-] {
        width: auto;
        margin: 0 !important;
        background: none
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu .inner-sub-menu h4 {
        padding-left: 30px;
        font-size: 16px;
        font-weight: 600
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu .inner-sub-menu .container .row .col-sm-8 {
        width: 100%;
        padding-left: 0
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu .inner-sub-menu .container .col-sm-4 {
        background: none
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu .inner-sub-menu .container .inner-wrap {
        width: 100%;
        padding-left: 0;
        padding-top: 0
    }
}

.header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li a:before {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li a:hover:before {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li {
        line-height: normal;
        padding: 0;
        border-top: solid 1px rgba(255, 255, 255, 0.2)
    }
    .header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li:last-child {
        border-bottom: solid 1px rgba(255, 255, 255, 0.2)
    }
    .header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li:before {
        display: none
    }
    .header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li a {
        font-size: 16px;
        padding: 9px 45px;
        width: 100%;
        display: block
    }
    .header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li a:before {
        font-family: 'icon' !important;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        content: "\e914";
        display: inline-block;
        margin-right: 5px;
        top: -2px;
        font-size: 11px;
        vertical-align: top;
        top: -11px;
        position: absolute;
        bottom: 0;
        margin: auto;
        left: 28px;
        -webkit-transition: all 0ms ease;
        -o-transition: all 0ms ease;
        transition: all 0ms ease
    }
    .header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li a:active:before,
    .header-site.header-custom .wrap-submenu .inner-sub-menu .list-arrow li a:hover:before {
        background: none !important;
        -webkit-transition: all 0ms ease;
        -o-transition: all 0ms ease;
        transition: all 0ms ease
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu .inner-sub-menu {
        -webkit-box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0);
        box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0)
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .wrap-submenu {
        background-color: white;
        width: 76%;
        position: absolute;
        height: auto;
        left: -100%;
        display: block;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease
    }
    .header-site.header-custom .wrap-submenu .sub-menu {
        border: none;
        padding: 0
    }
    .header-site.header-custom .wrap-submenu .sub-menu>ul>li>a {
        border-top: solid 1px #ccc;
        color: #1D325F;
        padding: 11px 12px 11px 12px;
        width: 100%;
        background-color: #fff
    }
    .header-site.header-custom .wrap-submenu .sub-menu>ul>li>a span {
        left: -100%;
        position: relative;
        opacity: 0;
        width: 100%;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease
    }
    .header-site.header-custom .wrap-submenu .sub-menu>ul>li>a [class*=icon-arrow] {
        color: #1D325F
    }
    .header-site.header-custom .wrap-submenu .sub-menu>ul>li.active>a {
        color: #B4123A
    }
    .header-site.header-custom .wrap-submenu .sub-menu>ul>li.active>a .icon-arrow-bottom:before {
        background-color: #B4123A
    }
    .header-site.header-custom .wrap-submenu.active {
        left: 0;
        -webkit-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease
    }
    .header-site.header-custom .wrap-submenu.active .sub-menu>ul>li>a span {
        left: 0;
        opacity: 1;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease
    }
}

.header-site.header-custom .alert-parent {
    z-index: 1;
    position: relative
}

.header-site.header-custom .mobile-top-nav {
    background: #1D325F;
    display: none
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .mobile-top-nav {
        display: block
    }
}

.header-site.header-custom .mobile-top-nav * {
    color: white;
    font-size: 12px
}

.header-site.header-custom .mobile-top-nav>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.header-site.header-custom .mobile-top-nav a {
    padding: 10px 30px 8px;
    display: inline-block
}

@media only screen and (max-width:374px) {
    .header-site.header-custom .mobile-top-nav a {
        padding: 10px 20px 8px
    }
}

.header-site.header-custom .mobile-top-nav a.active {
    background: white;
    color: #B4123A
}

@media only screen and (min-width:991px) {
    .header-site.header-custom .visible-mobile {
        display: none !important
    }
}

.header-site.header-custom .prev-text-area {
    color: #4C4C4A;
    font-size: 14px
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .prev-text-area {
        display: none
    }
}

.header-site.header-custom .box-menu {
    margin-bottom: 10px !important;
    padding-top: 10px
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .box-menu {
        padding-top: 10px;
        margin-bottom: 0 !important
    }
}

.header-site.header-custom .box-menu-bordered {
    border: solid 1px rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 20px
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .box-menu-bordered {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .header-site.header-custom .box-menu h4 {
        font-size: 16px
    }
    .header-site.header-custom .box-menu a {
        font-size: 13px
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .cerrar-submenu {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .login-fixed-area {
        display: none
    }
}

.header-site.header-desktop.header-fixed {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.2)
}

.header-site.header-desktop.header-fixed .header-top {
    margin-top: -30px
}

.header-site.header-desktop.header-fixed .alert-parent {
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    opacity: 0
}

.header-site.header-desktop.header-fixed .buscador {
    margin-right: 1%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.header-site.header-desktop.header-fixed .login-fixed-area {
    width: 50px;
    height: 45px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 300ms ease, visibility 300ms ease;
    -o-transition: opacity 300ms ease, visibility 300ms ease;
    transition: opacity 300ms ease, visibility 300ms ease
}

.header-site.header-desktop.header-fixed .sub-menu ul {
    width: 630px;
    margin: 0
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .header-site.header-desktop.header-fixed .wrap-submenu>.container {
        width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:992px) {
    .header-site.header-desktop.header-fixed .wrap-submenu>.container>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header-site.header-desktop.header-fixed .wrap-submenu>.container [class*=col-] {
        width: auto;
        margin: 0 !important;
        background: none
    }
    .header-site.header-desktop.header-fixed .wrap-submenu>.container .sub-menu ul {
        width: initial
    }
}

.sucursal-desplegable {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin-top: -100%;
    opacity: 0;
    z-index: 9991 !important;
    -webkit-transition: margin-top 600ms ease, opacity 300ms ease;
    -o-transition: margin-top 600ms ease, opacity 300ms ease;
    transition: margin-top 600ms ease, opacity 300ms ease
}

@media only screen and (max-width:991px) {
    .sucursal-desplegable {
        display: block
    }
    .sucursal-desplegable .inner-acceso {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease
    }
    .sucursal-desplegable.activo .inner-acceso {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms
    }
}

.sucursal-desplegable.activo {
    margin-top: 0;
    opacity: 1;
    -webkit-transition: margin-top 600ms ease, opacity 0ms ease;
    -o-transition: margin-top 600ms ease, opacity 0ms ease;
    transition: margin-top 600ms ease, opacity 0ms ease
}

.wrap-site:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 300ms ease, visibility 300ms ease, height 0ms ease;
    -o-transition: opacity 300ms ease, visibility 300ms ease, height 0ms ease;
    transition: opacity 300ms ease, visibility 300ms ease, height 0ms ease
}

@media only screen and (max-width:991px) {
    .wrap-site.mobile-menu-is-active:after {
        height: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 300ms ease, visibility 300ms ease, height 0ms ease;
        -o-transition: opacity 300ms ease, visibility 300ms ease, height 0ms ease;
        transition: opacity 300ms ease, visibility 300ms ease, height 0ms ease
    }
}

@media only screen and (min-width:991px) {
    .header-site.header-custom .sub-menu ul .inner-sub-menu {
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }
}

@media only screen and (min-width:991px) {
    .header-site.header-custom .sub-menu ul .inner-sub-menu>.container {
        min-height: 370px;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease
    }
}

.header-site.header-custom .sub-menu ul li.active .inner-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease
}

@media only screen and (min-width:991px) {
    .header-site.header-custom .sub-menu ul li.active .inner-sub-menu {
        max-height: 390px
    }
}

.header-site.header-custom .sub-menu ul li.btn-menu-cambiate .inner-sub-menu {
    background-color: #B4123A
}

.header-site.header-custom .sub-menu ul li.btn-menu-cambiate>a {
    position: relative
}

.header-site.header-custom .sub-menu ul li.btn-menu-cambiate>a span {
    position: relative;
    color: #fff
}

@media only screen and (min-width:992px) {
    .header-site.header-custom .sub-menu ul li.btn-menu-cambiate>a span:after {
        position: absolute;
        bottom: -26px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 47px 0 47px;
        border-color: #B4123A transparent transparent transparent
    }
}

.header-site.header-custom .sub-menu ul li.btn-menu-cambiate>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #B4123A
}

.header-site.header-custom .sub-menu ul li.btn-menu-cambiate>a:after {
    border-color: #ffffff transparent transparent transparent
}

.header-site.header-custom .sub-menu ul li.btn-menu-cambiate.active a {
    background-color: #B4123A !important
}

.header-site.header-custom .sub-menu ul li.btn-menu-cambiate.active .inner-sub-menu {
    background-color: #B4123A
}

@media only screen and (max-width:1199px) {
    .header-site.header-custom .sub-menu ul li.btn-menu-cambiate a span:after {
        border-width: 10px 44px 0 44px
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu ul li.btn-menu-cambiate a {
        background-color: #B4123A
    }
    .header-site.header-custom .sub-menu ul li.btn-menu-cambiate a [class*=icon-arrow] {
        color: #ffffff
    }
    .header-site.header-custom .sub-menu ul li.btn-menu-cambiate.active {
        background-color: #B4123A
    }
    .header-site.header-custom .sub-menu ul li.btn-menu-cambiate.active .icon-arrow-bottom:before {
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
        background-color: #ffffff !important
    }
}

.header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    overflow: hidden;
    border-radius: 8px;
    background: #4790C8;
    border-radius: 8px
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img {
        display: block;
        background: none
    }
}

.header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img>div:first-child {
    min-width: 230px
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img>div:first-child {
        display: none
    }
}

.header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img>div:first-child img {
    float: left
}

.header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img .box-menu-bordered {
    border: none;
    margin-bottom: 0
}

.header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img .box-menu {
    width: 50%
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img .box-menu {
        padding: 16px 10px 20px
    }
}

@media only screen and (max-width:991px) {
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img .box-menu {
        width: 100%
    }
}

@media only screen and (min-width:991px) {
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img.with-custom-access {
        background: white
    }
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img.with-custom-access h4 {
        color: #B4123A
    }
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img.with-custom-access a {
        font-size: 22px;
        border-radius: 6px;
        padding: 4px 10px 7px;
        opacity: 1;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img.with-custom-access a:before {
        display: none
    }
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img.with-custom-access a:hover {
        opacity: 0.8;
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img.with-custom-access .box-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 18px;
        padding-bottom: 28px
    }
}

@media only screen and (min-width:991px) and (max-width:1199px) {
    .header-site.header-custom .sub-menu .inner-sub-menu .inner-wrap-img.with-custom-access a {
        font-size: 16px
    }
}

.btn-fix-cambiate {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
    position: fixed;
    right: 0;
    z-index: 999;
    display: block;
    width: 104px;
    height: 84px;
    top: 380px;
    background: url("../../img/btn-fix-cambiate.svg") 0 0 no-repeat
}

@media only screen and (max-width:991px) {
    .btn-fix-cambiate {
        top: 205px;
        background: url("../../img/btn-fix-cambiate-mobile.png") 0 0 no-repeat;
        width: 54px;
        height: 114px
    }
}

.btn-fix-cambiate:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.sucursal-desplegable-desktop {
    display: none;
    position: absolute;
    top: 88px;
    width: 100%;
    color: #ffffff;
    background-color: #284071;
    padding: 20px
}

.sucursal-desplegable-desktop .container {
    position: relative
}

.sucursal-desplegable-desktop .container:before {
    content: "";
    position: absolute;
    right: 35px;
    top: -30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #284071 transparent
}

.sucursal-desplegable-desktop-inner {
    width: 980px;
    margin: 0 auto
}

.sucursal-desplegable-desktop-inner h4 {
    display: inline-block;
    width: 240px;
    color: #ffffff;
    font-size: 24px;
    margin: 0
}

.sucursal-desplegable-desktop-inner ul {
    display: inline-block
}

.sucursal-desplegable-desktop-inner ul li {
    display: inline-block;
    margin-right: 20px
}

.sucursal-desplegable-desktop-inner ul li label {
    color: #ffffff;
    margin-right: 15px;
    font-size: 14px
}

.sucursal-desplegable-desktop-inner ul li input[type=password],
.sucursal-desplegable-desktop-inner ul li input[type=text] {
    font-size: 14px
}

.sucursal-desplegable-desktop-inner ul li input::-webkit-input-placeholder {
    font-size: 12px
}

.sucursal-desplegable-desktop-inner ul li input:-ms-input-placeholder {
    font-size: 12px
}

.sucursal-desplegable-desktop-inner ul li input::-ms-input-placeholder {
    font-size: 12px
}

.sucursal-desplegable-desktop-inner ul li input::placeholder {
    font-size: 12px
}

.sucursal-desplegable-desktop-inner ul li .box-input {
    display: inline-block;
    width: 204px
}

.sucursal-desplegable-desktop-inner .btn-ingresar {
    width: 170px
}

@media only screen and (max-width:1199px) {
    .sucursal-desplegable-desktop .container:before {
        right: 25px
    }
}