@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #6b6c6c;
    font-size: 17px;
}

a {
    color: #005a9b;
}

a:hover {
    color: #FFCA0D;
}

.h2,
h2 {
    font-size: 26px;
}

.font-principal {
    line-height: 1.2;
    color: #00ad87;
    font-weight: 700;
}

.font-secondary {
    line-height: 1.2;
    color: #445ba8;
    font-weight: 700;
}

.color-primary {
    color: #363394;
}

.my-5 {
    margin-top: 5%;
    margin-bottom: 5%;
}

.my-3 {
    margin-top: 3%;
    margin-bottom: 3%;
}

.mt-5 {
    margin-top: 3%;
}

.mb-5 {
    margin-bottom: 3%;
}

.border-r {
    border-right: solid 1px #eee;
}

.btn {
    white-space: normal;
}

.top-header-row {
    background-color: #192f59;
}

.header {
    background-color: #fff;
}

.main-nav-row {
    background-color: #192f59;
}

.main-nav-row .item-inner-main-nav .dropdown-menu {
    background-color: #000;
}

.top-header-row .item-inner-top-header a:hover,
.top-header-row .item-inner-top-header a:focus {
    background-color: #fff;
    color: #3db2de;
}

.top-header-row .item-inner-top-header:nth-child(1) a {
    width: auto;
    padding: 0px;
    margin-right: 15px;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
    font-size: 17px;
}

.top-header-row .item-inner-top-header:nth-child(1) a:hover {
    color: #fff;
}

.top-header-row .item-inner-top-header a {
    margin: 5px 5px;
    width: 26px;
    height: 26px;
    padding: 0px 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    border-radius: 100%;
    text-align: center;
}

.middle-header-row .col-sm-3 {
    width: 288px;
    height: 80px;
    padding: 0;
    background: url('../images/logo-bg.png') no-repeat center;
}

.middle-header-row .col-sm-3 img {
    display: none;
}

.login-button-header {
    background-color: #f7a500;
}

.login-button-header:hover {
    color: #66acb1;
    background-color: #f7a500;
    opacity: .8;
}

.header .ee-login-wrapper {
    padding-top: 20px;
}

.input-group.search-box-container {
    padding: 20px 0 10px 30px;
}

.js-menu-btns {
    margin: 1% 0;
}

.main-nav-row .item-inner-main-nav {
    padding: 6px 30px;
    margin-bottom: 10px;
}

.mainnav-toggle-search-row {
    background-color: transparent;
    margin: 0;
}

.main-nav-row .item-inner-main-nav a {
    padding: 5px;
    text-transform: uppercase;
    border-right: none;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
}

.main-nav-row .item-inner-main-nav:hover,
.main-nav-row .item-inner-main-nav:focus {
    background-color: #363394;
}

.main-nav-row .item-inner-main-nav:hover a,
.main-nav-row .item-inner-main-nav:focus a {
    color: #fff;
}

.main-nav-row .item-inner-main-nav a:hover,
.main-nav-row .item-inner-main-nav a:focus {
    background-color: transparent;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
    background-color: #f7a500;
}

.main-nav-row .item-inner-main-nav .dropdown-menu li {
    border-bottom: 1px solid #f7a500;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-nav {
    width: 100%;
    text-align: center;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
}

.navbar-nav li:nth-child(3) {
    background: #FFCA0D;
    border-radius: 8px;
}

.navbar-nav li:nth-child(3) a {
    color: #192f59;
}

.navbar-nav li:nth-child(3)::before {
    background-color: #2BA16A;
    border-radius: 4px;
    box-shadow: #6F818F 0 1px 3px;
    color: #FFF;
    border: none;
    content: "Ahora";
    position: absolute;
    padding-left: 5px;
    padding-right: 5px;
    top: -20px;
}

.navbar-nav li:nth-child(3)::after {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    border-top-color: #2BA16A;
    content: "";
    position: absolute;
    top: 5px;
    left: 140px;
    background-color: transparent;
}

@media (max-width: 768px) {

    .navbar-nav li:nth-child(3)::before,
    .navbar-nav li:nth-child(3)::after {
        display: none;
    }
}

.slide-bg {
    background: url('../images/img-01.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-bg-2 {
    background: url('../images/img-02.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*BTN*/
.btn-default,
.js-btn-confirm-send,
.js-quickview,
.js-quickview-apply:hover,
.js-quickview-apply:focus,
.btn-return:hover,
.btn-return:focus,
.btn-inverse:hover,
.btn-inverse:focus {
    padding-bottom: 7px;
    color: #fff;
    background-color: #e44614;
    border-color: #e44614;

}

.js-log-in {
    border-radius: 8px;
    font-size: 16px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.js-btn-confirm-send:hover,
.js-btn-confirm-send:focus,
.js-quickview:hover,
.js-quickview:focus,
.js-quickview-apply,
.btn-return,
.btn-inverse {
    color: #fff;
    background-color: #2BA16A;
    border-color: #2BA16A;
}

.btn-call {
    background: #363394;
    color: #fff;
    font-size: 22px;
}

.btn-call:hover,
.btn-call:active {
    background: #2BA16A;
    color: #fff;
}

.img-rounder {
    width: 75%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
    object-fit: cover;
}

strong {
    font-family: 'Poppins', sans-serif;
}

.result-offer-row-container .result-item .universitary-base.item-title {
    font-size: 20px;
    line-height: 30px;
}

/* ICONS TOP */

.col-links-inner-top-header {
    border-right: none;
    width: 100%;
}

.social-media-text-top-header {
    display: none;
}


.top-header-row .item-inner-top-header a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #2c3339;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-header-row .item-inner-top-header:nth-child(2) a:before {
    content: "\f09a";
}

.top-header-row .item-inner-top-header:nth-child(3) a:before {
    content: url("../images/x-twitter.svg");
    margin-top: 6px;
    width: 13px;
}

.top-header-row .item-inner-top-header:nth-child(4) a:before {
    content: "\f16d";
}

.top-header-row .item-inner-top-header:nth-child(5) a:before {
    content: "\f08c";
}

@media (max-width: 768px) {
    .navbar-nav {
        margin: 20px -6px 10px;
    }

    .input-group.search-box-container {
        width: 100%;
        margin-left: 20px;
    }

    .js-menu-btns>li:nth-child(1) a {
        margin-left: 12px;
        color: #fff;
        background-color: #FFCA0D border-color: #00807d;
        text-transform: uppercase;
    }
}

.result-offer-row-container .result-item .item-title.without-image {
    font-size: 20px;
}

.result-offer-row-container .result-item .info-text {
    font-size: 15px;
}

.eesites-offer-data .offer-data .btn-apply-wrapper .btn-apply,
.js-apply-offer-btn,
.btn-return,
.js-btn-confirm-send {
    font-size: 18px;
}

@media (min-width: 768px) {

    .eesites-offer-application .btn-apply,
    .eesites-offer-application .btn-return {
        width: 230px;
    }
}

/*Acordeon*/

#integration-list {
    width: 95%;
    margin: 0 auto;
    display: table;
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}

#integration-list ul>li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
}

#integration-list ul:last-child {
    border-bottom: 1px solid #ddd;
}

#integration-list ul>li:hover {
    background: #f5f5f5;
}

#integration-list ul>li:hover a {
    text-decoration: none;
}

#integration-list ul>li:hover a h2,
#integration-list ul>li:hover .right-arrow {
    color: #363394;
    text-decoration: none;
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

#integration-list h2 {
    margin: 5px 0 12px;
    padding-top: 6px;
    font-size: 22px;
    font-weight: 600;
    color: #2BA16A;
}

#left,
#right {
    display: table;
}

#sup {
    display: block;
    vertical-align: middle;
    width: 80%;
    margin: 5% auto;
}

.detail a {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 100%;
}

.detail span {
    margin: 0;
}

.right-arrow {
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 25px;
    color: #2BA16A;
    margin-right: 30px;
}

.unica-terminos {
    background: #192f59;
    padding: 2% 5%;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.unica-terminos a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: underline;
}

.middle-header-row .col-sm-3 a {
    position: relative;
    z-index: 200;
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 767px) {
    .eesites-fixed-buttons.affix-bottom {
        position: inherit !important;
    }

    .eesites-fixed-buttons {
        position: inherit !important;
        background-color: transparent;
    }
}