/*=================================
<<<<<<<<<<  Banner  >>>>>>>>>>>>>>>
==================================*/


/*
#banner {
    margin: auto;
}

@media (min-width:1200px) {
    #banner {
        margin-top: 130px;
    }
}

@media (max-width:1326px) {
    #banner {
        margin-top: 187px;
    }
}

@media (max-width:1198px) {
    #banner {
        margin-top: 187px;
    }
}

@media (max-width:1104px) {
    #banner {
        margin-top: 237px;
    }
}

@media (max-width:808px) {
    #banner {
        margin-top: 260px;
    }
}

@media (max-width:768px) {
    #banner {
        margin-top: 175px;
    }
}

@media (max-width:387px) {
    #banner {
        margin-top: 200px;
    }
}

@media (max-width:283px) {
    #banner {
        margin-top: 250px;
    }
}
*/


/*=================================
<<<<<<<<<<  Barra superior  >>>>>>>
==================================*/

.s-sup {
    font-size: 15px;
    margin-left: 8px;
    color: #fff;
    font-weight: 300;
}

.s-sup:hover {
    border-bottom: 1px #E4B600 solid;
}

.top-area .row i {
    color: #ffffff;
    font-size: 23px;
    height: auto;
    padding-bottom: 4px;
}

.top-area .fab.fa-facebook-square {
    color: #fff;
}

.top-area .fab.fa-facebook-square:hover {
    color: #E4B600;
}

.top-area .fab.fa-twitter-square {
    color: #fff;
}

.top-area .fab.fa-twitter-square:hover {
    color: #E4B600;
}

.top-area .fab.fa-instagram-square {
    color: #fff;
}

.top-area .fab.fa-instagram-square:hover {
    color: #E4B600;
}

.top-area .fas.fa-envelope-square {
    color: #fff;
}

.top-area .fas.fa-envelope-square:hover {
    color: #E4B600;
}

.bottom-line {
    width: 200px;
    border-top: 5px #ebaa00 solid;
}


/*=================================
<<<<<<<<<<  Ofertas banner >>>>>>>
==================================*/

#oferts {
    background: #fafafa;
    width: 100%;
    height: auto;
}

#oferts .title {
    background-color: #ebaa00;
}

#oferts .oferta-home {
    padding: 1%;
    margin-top: 60px;
}

#oferts .oferta-home h4 {
    color: #1d1d1d;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
}

#oferts .oferta-home .service-item {
    color: #666666;
}

#oferts .oferta-home .border {
    height: 300px;
}

#oferts .top1 {
    margin-top: 60px;
}


/*=================================
<<<<<<<<<<  Footer >>>>>>>
==================================*/

footer {
    color: #fff;
    background-color: #32324E;
    background-size: cover;
}

footer img {
    width: 101%;
    height: auto;
}

footer {
    padding: 50px 0 0;
}

footer .widget {
    margin-bottom: 30px;
}

footer .widget h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #E4B600;
}

.mapa {
    overflow: hidden;
    width: 100%;
}

.sub-footer {
    margin-top: 30px;
    padding: 30px 0 10px;
    border-top: 1px #444444 solid;
}

.sub-footer a {
    color: #ffffff;
}

footer .sub-footer p {
    font-size: 14px;
}


/* ===========================
--- Videos -----------------
============================ */

.videos {
    background-color: #fff;
    color: #666666;
    padding: 20px;
}

.videos i {
    color: #FF0000;
    font-size: 20px;
}

.videos .feature-title {
    color: #666666;
    font-weight: 700;
}


/* ===========================
--- banner texto -----------------
============================ */

.page-title {
    background: linear-gradient(to left, rgba(50, 50, 78, 0.35) 0%, rgba(50, 50, 78, 0.35) 100%), url(/img/banner-home/bn0.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    z-index: 100;
}

@media (max-width:1199px) {
    .page-title {
        margin-top: 175px;
    }
}


/*banner texto 2*/

.page-title2 {
    max-width: 100%;
    height: 500px;
    padding: 60px 0;
    margin-top: 130px;
    background: linear-gradient(to left, rgba(235, 170, 0, 0.0) 0%, rgba(31, 21, 69, 0.99) 100%), url(/img/ofertas-home/preparatoria.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

@media (max-width:1199px) {
    .page-title2 {
        margin-top: 175px;
    }
}


/*banner 3*/

.page-title3 {
    max-width: 100%;
    height: 500px;
    padding: 60px 0;
    margin-top: 130px;
    background: linear-gradient(to left, rgba(31, 37, 51, 0.0) 0%, rgba(31, 21, 69, 0.99) 100%), url(/img/ofertas-home/licenciaturas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

@media (max-width:1199px) {
    .page-title3 {
        margin-top: 175px;
    }
}


/*banner texto 4*/

.page-title4 {
    max-width: 100%;
    height: 500px;
    padding: 60px 0;
    margin-top: 130px;
    background: linear-gradient(to left, rgba(31, 37, 51, 0.0) 0%, rgba(31, 21, 69, 0.99) 100%), url(/img/ofertas-home/maestria.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

@media (max-width:1199px) {
    .page-title4 {
        margin-top: 175px;
    }
}


/* ===========================
--- oferta cajas------------
============================ */

#areas {
    padding: 20px;
}

#areas h3 {
    font-size: 22px;
}

#areas .row .flex-column {
    flex-direction: column!important;
}

#areas .top1 {
    margin-top: 2%;
}

#areas .row .d-flex {
    display: flex!important;
}

.container-fluid .row .area1 {
    background-color: #ffffff;
    height: 100%;
    list-style: none;
    padding: 25px 40px;
}

.container-fluid .row .area1 li:hover {
    background: #1f1545;
    font-weight: 500;
    transition: step-start;
}

#areas .container-fluid .row i {
    color: #E4B600;
}

#areas .container-fluid .row b {
    color: #E4B600;
}

.container-fluid .row .text1 {
    background-color: #000000;
    color: #ffffff;
    padding: 29px;
    text-align: left;
    margin: 0px;
}

.linea0 {
    color: #ebaa00;
    font-size: 70px;
}


/* ===========================
--- Acerca------------
============================ */

#event {
    background: url('../img/somos.jpg') no-repeat;
    background-size: cover;
}

#event .bg-color {
    background-color: RGBA(50, 50, 78, 0.68);
    min-height: 630px;
}

#event .header-h {
    color: #E4B600;
    font-size: 46px;
    font-family: 'Satisfy', sans-serif;
    font-weight: 300;
}

@media (min-width: 20px) and (max-width: 450px) {
    #event .header-h {
        font-size: 35px;
    }
    #event .header-p,
    body {
        font-size: 14px;
    }
}

.header-p {
    color: #ffffff;
    font-size: 16px;
}

.content-holder h2 {
    color: #E4B600;
    font-size: 32px;
    padding-bottom: 15px;
    font-family: 'Satisfy', sans-serif;
}

@media (min-width: 768px) and (max-width: 980px) {
    #event .content-holder h2 {
        font-size: 23px;
    }
}

#event .left-images img {
    width: 100%;
}

#event .left-images {
    padding: 0px;
}

.section-padding {
    padding: 60px 0px;
}

#event .details-text {
    border-right: 2px solid #E4B600;
}

#event .details-text {
    background-color: rgba(4, 4, 14, 0.7);
    border-right: 2px solid #E4B600;
    padding: 20px 20px 30px 30px;
    overflow: auto;
    list-style: none;
}

#event .details-text p {
    color: #E8E8E8;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 300;
}

@media (min-width: 451px) and (max-width: 767px) {
    #event .details-text {
        border: 0px;
        border-bottom: 2px solid #A87F41;
    }
}

@media (min-width: 20px) and (max-width: 450px) {
    #event .details-text {
        border: 0px;
        border-bottom: 2px solid #A87F41;
    }
}


/***********************************
************************************
Blog
************************************
***********************************/

#blog {
    background-color: #ffffff;
}

.text-events {
    padding-top: 40px;
    font-weight: 600;
}

.blog-info h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5px;
}

.blog-comment {
    margin-top: 12px;
    min-height: 30px;
}

.blog-info p,
.blog-comment p {
    color: #949494;
}

.blog-comment p:first-child {
    float: left;
}

.blog-comment p:last-child {
    float: right;
    margin-right: 0;
}

.blog-comment p i {
    color: #949494;
}

.read-more {
    color: #949494;
    margin-top: 15px;
    display: inline-block;
}

.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #32324E;
}

.blog-img img:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-img img {
    width: 100%;
    min-height: 270px;
    opacity: 0.6;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* ===========================
--- Admisión------------
============================ */

#admision {
    padding: 40px 0;
    background: #fff;
}

#admision i {
    color: #1d1d1d;
}

#admision .border {
    border: 2px #E4B600 solid;
}

#admision .text-ad {
    background-color: #EBAA00;
    text-align: center;
    padding: 10px;
}

#admision h2 {
    font-weight: 400;
    color: #1d1d1d;
}

#admision .requisitos li {
    list-style: none;
}

#admision .fondo {
    background: #fff;
}


/*Admisión banner*/

.page-title5 {
    background: linear-gradient(to left, rgba(50, 50, 78, 0.75) 0%, rgba(50, 50, 78, 0.75) 100%), url(/img/admision.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 100%;
    height: auto;
}


/*Becas banner*/

.page-title6 {
    background: linear-gradient(to left, rgba(50, 50, 78, 0.0) 0%, rgba(50, 50, 78, 0.0) 100%), url(/img/fondos/BECAS.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}


/*Trámite*/

#services {
    background-color: #fff;
}

#services .media-body {
    border-left: 5px #f4f4f4 solid;
    padding: 20px;
}

.services-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: .4s;
    transition: .4s;
    color: #707070;
    font-size: 16px;
    line-height: 26px;
}

.services-wrap p:last-child {
    margin: 0;
}

.services-wrap h3 {
    font-size: 20px;
    margin: 0 0 15px;
    color: #1d1d1d;
    font-weight: 600;
    background-color: #ebaa00;
    padding: 10px;
}

.services-wrap .pull-left {
    margin-right: 40px;
    margin-top: 15px;
}

.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.pull-left img {
    width: 50px;
}

#services {
    margin-top: 20px;
}

.page-title30 {
    background: linear-gradient(to left, rgba(50, 50, 78, 0.75) 0%, rgba(50, 50, 78, 0.75) 100%), url(/img/admision.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

#services .media .media-body i {
    color: #333333;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}


/*Directorio*/

#directory {
    padding: 20px;
    background-color: #fff;
}

.page-title22 {
    background: linear-gradient(to left, rgba(50, 50, 78, 0.75) 0%, rgba(50, 50, 78, 0.75) 100%), url(/img/admision.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.container-fluid {
    padding: 0 6%;
}

#aboutus .us {
    margin-top: 60px;
    color: #666666;
    text-align: center;
}

.butom {
    border: 1px #f4f4f4 solid;
    text-align: center;
    color: #211744;
    border-radius: 25px;
    margin: 2%;
}

.butom:hover {
    background: #ebaa00;
}

.butom a:hover {
    color: #1e1f37;
}

.butom a {
    color: #f4f4f4;
}


/*Directorio*/

.about-img {
    padding-right: 70px;
}

.about-img img {
    width: 100%;
    height: auto;
}

.about-content {
    color: #989898;
    font-size: 16px;
    line-height: 26px;
    margin-top: 80px;
}


/*Somos*/

#content {
    background-color: #fff;
}


/*
#content .nav-tabs>li>a:hover {
    background-color: #000;
}

#content .nav-tabs>li.active>a {
    border: 1px #000 solid;
}
*/

#content .nav-tabs>li.active>a,
#content .nav-tabs>li.active>a:hover,
#content .nav-tabs>li.active>a:focus {
    color: #291355;
    background-color: #f9fafb;
    border: 1px #f9eff4;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
}

#content .tab-pane {
    padding-left: 100px;
}

.tab-wrap {
    margin-bottom: 20px;
}

.media>.pull-left {
    margin-right: 20px;
}

.media>.pull-right {
    margin-left: 20px;
}

.nav-stacked>li+li {
    margin-top: 0;
}

.nav-tabs>li {
    margin-bottom: 0px;
    border: 1px solid transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .tab-pane {
        padding-left: 0;
        padding-top: 40px;
    }
    #content .tab-pane {
        padding-left: 0;
        padding-top: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tab-wrap .media .parrent.pull-left {
        clear: both;
        width: 100%;
    }
    .tab-wrap .media .parrent.media-body {
        clear: both;
    }
}

@media (max-width: 767px) {
    .tab-wrap .media .pull-left {
        clear: both;
        width: 100%;
    }
    .tab-wrap .media .media-body {
        clear: both;
    }
    #content .tab-pane {
        padding-left: 0;
        padding-top: 40px;
    }
}

@media (max-width: 6048px) {
    #content {
        margin-top: 137px;
    }
}


/*
#content {
    background-image: url(../img/somos.jpg);
    max-width: 100%;
    background-size: cover;
}

#content .bg-color {
    background-color: RGBA(0, 0, 0, 0.68);
}

#content .bg-color .media .parrent {
    background-color: rgba(4, 4, 14, 0.7);
    border-right: 2px solid #E4B600;
}
*/

#content .bg-color .media .parrent {
    border-right: 2px solid #E4B600;
}


/*
#content .bg-color .media .parrent li a {
    color: #f4f4f4;
}

#content .media .parrent .media-body {
   
    background-color: rgba(4, 4, 14, 0.7);
    border-right: 2px solid #E4B600;
    color: #f4f4f4;
}
*/

#content .media .parrent .media-body {
    padding-top: 40px;
}

#content #banner2 {
    margin: 0;
}


/*icon social mail*/

.mail-icon {
    width: 100%;
    max-width: 60px;
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 999;
}

.mail-icon a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    transition: all 500ms ease;
    background-color: #1d1d1d;
    border-radius: 5px 0px 0px 5px;
    color: #ebaa00;
    font-weight: 600;
}

.mail-icon #title {
    width: 100%;
    position: fixed;
    padding: 5px;
    background-color: #1c1c1c;
    border-radius: 3px;
    font-size: 12px;
    margin-top: -4px;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.mail-icon a:hover #title {
    opacity: 1;
    visibility: visible;
    margin-left: -100px;
}


/*Becas*/

.beca {
    background-color: #ebaa00;
    margin: 10px;
}

.beca a {
    color: #1d1d1d;
    font-weight: 600;
    font-size: 19px;
    padding: 10px;
}

