@charset "UTF-8";
/* CSS Document */
div[itemtype="http://schema.org/Organization"] + div.container{
  width: 100%;
  margin:0;
  padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}
.main-nav-row .item-inner-main-nav {
    padding: 0px 0;
    text-transform: uppercase;
}
.main-nav-row {
    background-color: #F05B23;
}
.main-nav-row .navbar-header {
    text-align: center;
    background-color: #305d83;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.top-header-row .item-inner-top-header a {
    color: #FFF;
    padding: 5px 12px;
    margin-right: 12px;
}
.top-header-row .item-inner-top-header a:hover {
    color: #ffffff;
    background: transparent;
}
.main-nav-row .item-inner-main-nav a:hover {
    background-color: transparent;
    color: #fff;
}
.main-nav-row .item-inner-main-nav:hover {
    background-color: transparent;
    color: rgb(219, 170, 0);
}
.main-nav-row .item-inner-main-nav a  {
    color: #fff;
    margin: 9px 0px 10px 0px;
    padding: 10px 20px;
    border-right: none;
    font-size: 16px;
    font-weight: 600;
}
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.main-nav-row .navbar-collapse {
    padding: 0;
}
.social-media-text-top-header, .top-header-row {
    display: none;
}
.col-links-inner-top-header {
    border: none
    width: 100%;
}
.header {
    background-color: #f2f2f2;
}
.middle-header-row .col-sm-3 {
    width: 41.66666667%;
}
.middle-header-row .col-sm-5 {
    width: 33.33333333%;
}
.middle-header-row .col-sm-4 {
    width: 25%;
}
.ee-login-wrapper .col-md-push-6 {
    left: 0;
}
.ee-login-wrapper .col-md-6 {
    width: 100%;
}
.text-muted, .copyright-row .term-conditions-link, .footer, .powered-by-row .term-conditions-link, .privacy-advercity-row .term-conditions-link  {
    color: #000;
}
.main-nav-row .item-inner-main-nav .dropdown-menu {
    background-color: #3b4046!important;
    color: #fff!important;
}
.main-nav-row .item-inner-main-nav .dropdown-menu li a:hover {
    background-color: #d57f00!important;
    color: #3b4046;
}
.main-nav-row .item-inner-main-nav .dropdown-menu li {
    border-bottom: solid 1px #648d1c;
}
.dropdown-menu li a {
    color:  #000;
}
.ee-info a {
    color: #000;
}
.ee-info {
    color:  #000;
}
.js-status-hvmov {
    color: #000;
}
.ee-logotype {
    width: 175px;
}
.footer-text-line {
    color: #000;
}
.middle-header-row {
    padding: 10px 0px;
}
.js-searchbox-input { 
    border-top: 1px solid #F05B23;
    border-left: 1px solid #F05B23;
    border-bottom: 1px solid #F05B23;
    border-right: none;
    border-radius: 50px 0 0 50px!important;
    background: transparent !important;
}
.search-box-container .btn-default {
    border-top: 1px solid #F05B23;
    border-right: 1px solid #F05B23;
    border-bottom: 1px solid #F05B23;
    border-left: none;
    border-radius: 0 50px 50px 0!important;
    color: #9C9999;
    background: transparent!important;
}
.ee-login-wrapper .btn-default {
    background: #F05B23;
    border-radius: 50px;
    color: #fff;
    border: none;
    border-top: 1px solid #F05B23;
    border-right: 1px solid #F05B23;
    border-bottom: 1px solid #F05B23;
    border-left: none;
    margin-top: 4px;
}
.ee-login-wrapper .btn-default:hover {
    background: #d84c1a;
}
.bg-6 .btn-default {
    background: #F05B23;
    border-radius: 50px;
    color: #fff;
    border: none;
    font-size: 18px;
}
.bg-6 .btn-default:hover {
    background: #d84c1a;
}
.bg-1 {
    background: #5B1E68;
}
.bg-2 {
    background-size: cover !important;
    background-color: #fff !important;
/*    background: url(../images/form-1.svg) no-repeat center;*/
    background-position: center 60px;
}
.bg-2-somos {
    background-size: cover !important;
    background-color: #5B1E68 !important;
    background: url(../images/form-1.svg) no-repeat center;
    background-position: center 60px;
    position: relative;
}
.bg-2-somos:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #5b1e6894;
}
.bg-3 {
    background: linear-gradient(180deg, #958BC0 0%, #A396D7 0.01%, #6857AC 100%);
}
.bg-4 {
    background: #696666;
}
.bg-5 {
    background-color: #5B1E68 !important;
    margin-top: -104px;
    position: relative;
}
.bg-5:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #5b1e6845;
}
.bg-6 {
    background-size: cover !important;
    background: url(../images/bg-campus.jpg) no-repeat center;
    background-position: center;
    padding: 60px 0;
}
.bg-7 {
    background-size: contain!important;
    background: url(../images/img-conocenos.png) no-repeat;
    background-position: center bottom;
    height: 611px;
}
.bg-2-somos .container {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.title-slide p {
    font-weight: 400;
    color: #fff;
    font-size: 45px;
    line-height: 50px;
    text-shadow: none;
}
.title-bold-slide {
    font-weight: 600;
}
.line-orange-left-1 {
    background: #F05B23;
    width: 150px;
    height: 12px;
    border-radius: 80px;
    margin-top: 20px;
}
.line-orange-right-1 {
    background: #F05B23;
    width: 150px;
    height: 12px;
    border-radius: 80px;
    float: right;
    margin-top: 20px;
}
.ts-1 {
    position: relative;
    top: -300px;
    left: -228px;
}
.ts-2 {
    position: relative;
    top: -170px;
    right: -200px;
}
.txt-left {
    text-align: left!important;
}
.txt-right {
    text-align: right!important;
}
.txt-center {
    text-align: center;
}
.space-1 {
    height: 10px;
}
.space-2 {
    height: 20px;
}
.space-3 {
    height: 30px;
}
.space-4 {
    height: 40px;
}
.space-5 {
    height: 50px;
}
.space-6 {
    height: 60px;
}
.space-7 {
    height: 70px;
}
.space-8 {
    height: 80px;
}
.space-9 {
    height: 90px;
}
.space-10 {
    height: 100px;
}
.title-1 {
    color: #fff;
    font-size: 45px;
    margin: 0;
    font-weight: 600;
    position: relative;
}
.title-2 {
    color: #5B1E68;
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 30%;
}
.img-beneficio {
    border-radius: 20px 20px 0 0;
}
.box-beneficio {
    padding: 0 60px;
}
.box-1 {
    background: #fff;
    padding: 20px;
}
.box-1 p {
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}
.numbers {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 7px;
    width: 12%;
    text-align: center;
    position: absolute;
    top: 155px;
    border-radius: 10px;
    left: 75px;
}
.number-1 {
    background: #F05B23;
}
.number-2 {
    background: #961D78;
}
.number-3 {
    background: #0feae3;
}
.number-4 {
    background: #F7D8A4;
}
.number-5 {
    background: #D61E76;
}
.number-6 {
    background: #35a748;
}
.padre-1 {
   display: table;
   height: 100px;
   width: 100%;
}
.padre-2 {
   display: table;
   height: 611px;
}
.padre-3 {
   display: table;
   height: 570px;
}
.hijo {
   display: table-cell;
   vertical-align: middle;
}
.txt-p-1 {
    color: #fff;
    text-align: center;
    font-size: 23px;
    font-weight: 300;
}
.txt-p-2 {
    color: #fff;
    font-size: 16px;
}
.txt-p-3 {
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 300;
}
.txt-p-4 {
    color: #fff;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    font-weight: 200;
}
.txt-p-5 {
    color: #000;
    font-size: 23px;
    line-height: 25px;
    text-align: center;
    font-weight: 200;
}
.cont-txt-p-1 {
    width: 80%;
}
.title-testimonio {
    color: #fff;
    font-size: 24px;
}
.bg-img-1 {
    background-size: cover !important;
    background: url(../images/img-testimonio-1.png) no-repeat center;
    height: 440px;
}
.bg-img-2 {
    background-size: cover !important;
    background: url(../images/img-testimonio-2.png) no-repeat center;
    height: 440px;
}
.bg-img-3 {
    background-size: cover !important;
    background: url(../images/img-testimonio-3.png) no-repeat center;
    height: 440px;
}
.img-logo-footer {
    width: 60%;
}
.social-bar {
    list-style: none;
    padding-inline-start: 0;
}
.social-bar li {
    display: inline-block;
    width: 25px;
}
.no-padding {
    padding: 0;
}
.sec-desktop {
    display: block;
}
.sec-mobile {
    display: none;
}
.video-home {
    width: 100%;
    height: 650px;
}
.cont-txt-somos {
    position: relative;
    z-index: 1;
}
.cont-line-1 {
    border: 2px solid #F05B23;
    padding: 40px 100px 20px 100px;
    border-radius: 80px;
    position: relative;
    top: -16px;
}
.cont-orange-1 {
    background: #F05B23;
    position: relative;
}
.espacio-1 {
    height: 290px;
}
.img-eje {
    border-radius: 200px;
    border: 2px solid #fff;
    padding: 15px;
    width: 40%;
}
.js-btn-confirm-send {
    background: #F05B23;
    border-radius: 50px;
    color: #fff;
    border: none;
    border-top: 1px solid #F05B23;
    border-right: 1px solid #F05B23;
    border-bottom: 1px solid #F05B23;
    border-left: none;
    margin-top: 4px;
}
.js-btn-confirm-send:hover {
    background: #d84c1a;
}
#carousel-beneficios .carousel-indicators {
    top: 340px;
}
#carousel-testimonios .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -80px;
}
#carousel-testimonios .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -80px;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.img-rounded {
    border-radius: 30px;
}
@media (max-width: 1920px) {
    .bg-7, .padre-2 {
        height: 579px;
    }
}
@media (max-width: 1800px) {

}
@media (max-width: 1700px) {

}
@media (max-width: 1600px) {

}
@media (max-width: 1500px) {

}
@media (max-width: 1400px) {
    .img-eje {
        padding: 10px;
    }
}
@media (max-width: 1300px) {
    
}
@media (max-width: 1200px) {
    .img-eje {
        padding: 10px;
    }
}
@media (max-width: 1100px) {
    .bg-7, .padre-2 {
        height: 478px;
    }
    .numbers {
        top: 105px;
    }
    .padre-1 {
        height: 130px;
    }
    .bg-img-1, .bg-img-2, .bg-img-3 {
        height: 485px;
    }
    .ts-2 {
        right: -180px;
    }
    .ts-1 {
        left: -175px;
    }
}
@media (max-width: 1000px) {

}
@media (max-width: 900px) {
    .ts-1 {
        left: -130px;
        top: -125px;
    }
    .ts-2 {
        right: -140px;
        top: -10px;
    }
    .title-slide p {
        font-size: 40px;
        line-height: 44px;
    }
    .box-beneficio {
        padding: 0 30px;
    }
    .numbers {
        width: 20%;
        left: 45px;
    }
    .bg-img-1, .bg-img-2, .bg-img-3 {
        height: 588.47px;
    }
    .bg-5 {
        margin-top: 0;
    }
    .bg-7, .padre-2 {
        height: 366px;
    }
    .txt-p-3 {
        font-size: 20px;
        line-height: 22px;
    }
}
@media (max-width: 800px) {
    .cont-orange-1 .col-sm-2:nth-child(1) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(6) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(2) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(3) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(4) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(5) {
        width: 100%;
    }
}
@media (max-width: 700px) {

}
@media (max-width: 767px) {
    .mainnav-toggle-search-row {
        background-color: #FFF;
        margin: 0;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        color: #fff;
    }
    .navbar-nav {
        width: 100%;
        text-align: left;
    }
    .navbar-nav {
        margin: 5px 0px;
    }
    .navbar-nav > li {
        float: none;
        display: list-item;
    }
    .main-nav-row .item-inner-main-nav a {
        color: #fff;
        margin: 0px 0px 0px 0px;
        padding: 9px 10px;
        font-size: 14px;
    }
    .mainnav-toggle-search {
        width: 100%;
    }
    .main-nav-row .navbar-header {
        text-align: center;
        background-color: #fff;
    }
    .main-nav-row .navbar-header .icon-bar {
        background-color: #999;
    }
    .fa-search:before {
        content: "\f002";
        color: #999999;
    }
    .sec-desktop {
        display: none;
    }
    .sec-mobile {
        display: block;
    }
    .ts-1 {
        left: -70px;
        top: -200px;
    }
    .ts-2 {
        right: 0;
        top: -90px;
    }
    .title-slide p {
        font-size: 20px;
        line-height: 30px;
    }
    .bg-img-1, .bg-img-2, .bg-img-3 {
        height: 400px;
        width: 100%;
    }
    .video-home {
        height: 350px;
    }
    .numbers {
        width: 25%;
        left: 30px;
        top: 81px;
    }
    .padre-1 {
        height: 157px;
    }
}
@media (max-width: 600px) {
    .ts-1 {
        top: -120px;
    }
    .ts-2 {
        right: -50px;
        top: -90px;
    }
}
@media (max-width: 500px) {
    .ts-1 {
        top: -75px;
    }
    .ts-2 {
        top: -40px;
    }
    .space-10 {
        height: 60px;
    }
}
@media (max-width: 430px) {
    .ts-1 {
        top: -58px;
        left: -51px;
    }
    .ts-2 {
        top: -4px;
    }
    .title-slide p {
        font-size: 18px;
        line-height: 20px;
    }
    .cont-line-1 {
        padding: 30px 20px 20px 20px;
        border-radius: 30px;
    }
    .cont-orange-1 .col-sm-2:nth-child(1) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(2) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(3) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(4) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(5) {
        width: 100%;
    }
    .cont-orange-1 .col-sm-2:nth-child(6) {
        width: 100%;
    }
    .img-eje {
        width: 30%;
    }
    .espacio-1 {
        height: 813px;
    }
    .title-2 {
        width: 80%;
    }
    .bg-6 img {
        margin-top: 20px;
    }
}
@media (max-width: 414px) {
    .ts-1 {
        top: -49px;
        left: -49px;
    }
    .ts-2 {
        top: 0px;
    }
    .title-slide p {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 390px) {
    .ts-1 {
        top: -62px;
        left: -47px;
    }
    .ts-2 {
        top: 2px;
    }
    .title-slide p {
        font-size: 18px;
        line-height: 20px;
    }
}