.first-v{
    height: 605px;
    background-image: linear-gradient(to top,#0b0a0c,#0e0e0e);
    z-index: 1;
}
.play-text-bk::before{
    height: 700px;
}
.play-text-btn{
    padding-top: 30%;
    padding-left: 65%;
}
.first-v-text {
    padding-top: 3%;
}
.on-text{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.on-text img{
    margin-bottom: 25px;
    width: 30%;
    max-width: 160px;
}
.on-text h3, .on-text h1{
    font-size: 2.4rem;
}
.on-text h6{
    font-size: 1.4rem !important;   
}
.bach-hr{
    border: 2px solid;
    border-color: #FECB2E;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 30px;
}
.prfees{
    color: white;
    transition: all 0.5s ease;
}
.prfees .card-footer{
    padding-left: 0px !important;
}
.cu-pr{
    background-image: url('../img/pa-prepa/complejo_aztlan.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.cu-fe{
    background-image: url('../img/pa-prepa/complejo_cuetlaxcoapan.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.cu-es{
    background-image: url('../img/pa-prepa/villas_UVP.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.cu-prp{
    background-image: url('../img/prepa/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cu-fep{
    background-image: url('../img/prepa/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cu-esp{
    background-image: url('../img/prepa/3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cu-cap{
    background-image: url('../img/prepa/4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.prfees img{
    position: absolute;
    width: 140%;
    bottom: 0px;
    margin-left: -50%;
    max-width: 350px;
    min-width: 250px;
    transition: all 0.5s ease;
}
.prfees-txt{
    padding: 8%;
}
.prfees-txt h6{
    font-size: 20px;
}
.prfees-txt p{
    font-size: 17px;
    margin-bottom: 0px;
}
.btn-ins3{
    border-color: #A186E6;
    border-width: 2px;
    margin-top: 2px;
    color: white !important;
    padding: 10px;
}
.btn-ins3:hover{
    background-color: #8f65ff;
}
.btn-ins3 i{
    font-size: 1.1rem;
}
.div-bachuvp{
    padding: 10%;
    padding-top: 7%;
    padding-bottom: 2%;
    background-color: white;
}
.txt-buvp{
    color: #636F7B;
}
.txt-buvp-txt{
    margin-right: 20%;
}
.txt-buvp .col-wb{
    padding-bottom: 5%;
    border-bottom: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: linear-gradient(to right,  #f1d030, #842076);
}
.txt-buvp h4{
    font-size: 30px;
    margin-bottom: 40px;
}
.txt-buvp p{
    font-size: 17px;
}
.vid-bach{
    background-image: var(--urlvideo);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.play-text3{
    font-family: 'Cera Pro';
    vertical-align: center !important;
    color: white;
}
.play-text3 .text-center{
    margin-top: 25%;
}
.play-text3 i{
    font-size: 2rem;
    transition: 0.3s;
}
.play-text3 a{
    transition: 0.3s;
}
.play-text3:hover i{
    font-size: 3rem;
    margin-left: 5%;
}
.play-text3:hover a{
    visibility: hidden;
}
.play-text3:hover{
    cursor: pointer;
}
.b-logros{
    margin-top: 5%;
    margin-bottom: 5%;
    color: #43425D;
    font-size: 17px;
}
.b-logros img{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 80px;
}
.b-plan{
    height: 500px;
}
.div-plan{
    padding: 10%;
    padding-top: 2%;
}
.b-plan h3{
    color: #636F7B;
    font-size: 30px;
}
.b-plan .owl-item{
    background-color: #F2F5F7;
    height: 560px;
    margin-top: 50px;
    transition: all 0.2s ease;
}
.b-plan .owl-item:hover{
    background-color: #5d3eae;
    color: white;
    margin-top: 0px;
    height: 560px;
}
.b-plan .owl-item:hover .sem-num{
    margin-top: 10px;
}
.b-plan .owl-item:hover .plan-title{
    margin-top: 80px;
}
.b-plan li {
    list-style-type: none;
    position: relative;
}

.b-plan li::before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: .6em;
    margin-left: -1em;
}
.b-plan ul{
    margin-left: 15%;
    margin-right: 10%;
    margin-top: 15%;
    padding-left: 0px;
}
.owl-prev {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    height: 20px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {
    font-size: 40px;
    color: #8A899F !important;
}
.owl-prev i {
    margin-left: 0px;
}
.owl-next i {
    margin-left: 0px;
}
.sem-num{
    color: #FECB2E;
    position: absolute;
    font-size: 130px;
    margin-top: -40px;
    margin-left: 5%;
}
.plan-title{
    position: relative;
    margin-left: 70px;
    margin-top: 30px;
    font-size: 30px;
}
.col-egtst{
    padding-right: 0px; 
    padding-left: 0px;
}
.col-tstv{

    background-image: url('../img/pa-prepa/bk-test-vocacional.jpg');
    background-size: 100% cover;
    background-repeat: no-repeat;
    background-position: center;
}
.egres-card img{
    width: 60%;
    margin-left: 20%;
    margin-top: -40%;
}
.egres-card:hover img{
    margin-top: -20%;
}
.img-test-back{
    width: 80%;
    position: relative;
    left: 0px;
    top: 10%;
}
.img-test-girl{
    width: 70%;
    position: absolute;
    left: 35%;
    top: 10%;
}
.test-btn, .test-text{
    position: relative;
    left: 15%;
    bottom: 18%;
    font-size: 17px;
}
.test-btn{
    border: 3px solid;
    border-color: #A186E6;
    border-radius: 7px;
    margin-top: 2%;
    padding: 10px;
}
.bga-1{
    background-image: var(--urlgal1);
}
.bga-2{
    background-image: var(--urlgal2);
}
.bga-3{
    background-image: var(--urlgal3);
}
.bga-4{
    background-image: var(--urlgal4);
}
.bga{
    width: 100%;
    height: 500px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
.bga:hover{
    background-position: left;
}
.img-plan2{
    display: none;
}
.prfees:hover .img-plan2{
    display: block;
}
.prfees:hover .img-plan{
    display: none;
}
.div-dipmodul{
    background-color: white;
    padding: 5%;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 2;
}
.btn-onmodulo{
    padding: 3px;
}
.btn-onmodulo2{
    color: #868686 !important;
    background-color: #DDDDDD !important;
    font-size: 20px;
    padding: 5%;
    width: 100%;
    transition: 0.5s all ease;
}
.btn-onmodulo2:hover{
    color: white !important;
    background-color: #8F65FF !important;
    cursor: pointer;
}
.btn-onmodulo2a{
    color: white !important;
    background-color: #8F65FF !important;
}
.btn-onmodulo2:hover l{
    color: #FFEB00 !important;
}
.btn-onmodulo2a l{
    color: #FFEB00 !important;
}
.module-content{
    background-color: #F4F8F8;
    padding: 5%;
}
.col-moduicons{
    flex: 0 0 20%;
    max-width: 20%;
}
.col-moduicons img{
    margin-bottom: 20px;
}
.module-content .pt{
    color: #8F65FF;
}
.col-mod{
    display: none;
}
.module-content .btn2{
    border-color: #A186E6;
    border-width: 2px;
    color: #A186E6;
    margin-top: 20px;
}
.module-content .btn1{
    background-color: #8F65FF !important;
    height: auto;
    color: #E5E8EA !important;
    font-size: .85rem;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    margin-top: 20px;
}
.module-content .btn1:hover{
    border-color: #A186E6;
    color: #8F65FF !important;
    background-color: transparent !important;
    -webkit-box-shadow: 1px 7px 79px -8px rgba(143,101,255,1);
    -moz-box-shadow: 1px 7px 79px -8px rgba(143,101,255,1);
    box-shadow: 1px 7px 79px -8px rgba(143,101,255,1);
}
.module-content .btn2:hover{
    background-color: #8f65ff;
    -webkit-box-shadow: 1px 7px 79px -8px rgba(143,101,255,1);
    -moz-box-shadow: 1px 7px 79px -8px rgba(143,101,255,1);
    box-shadow: 1px 7px 79px -8px rgba(143,101,255,1);
    color: white;
}
.b-logros a{
    color: #A186E6;
}
@media screen and (max-width: 1920px) {
    .test-btn, .test-text{
        bottom: 10%;
    }
}
@media screen and (max-width: 1665px) {
    .img-test-girl{
        left: 40%;
    }
}
@media screen and (max-width: 1650px) {
    .bga{
        height: 400px;
    }
}
@media screen and (max-width: 1484px) {
    .img-test-girl{
        left: 45%;
    }
}
@media screen and (max-width: 1342px) {
    .img-test-girl{
        top: 15%;
    }
}
@media screen and (max-width: 1320px) {
    .test-btn, .test-text{
        bottom: 8%;
    }
    .test-text{
        margin-bottom: 0px;
    }
    .test-btn{
        margin-top: 10px;
    }
    .div-egres {
        padding-left: 10%;
        padding-right: 10%;
    }
    .bga{
        height: 300px;
    }
}
@media screen and (max-width: 1224px) {
    .first-v{
        height: 550px;
    }
    .on-text h3{
        font-size: 2.5rem;
    }
    .on-text h6{
        font-size: 1rem !important;   
    }
    .bach-hr{
        margin-bottom: 0px;
    }
    .cu-es img, .cu-pr img{
        margin-left: -75%;
    }
    .prfees .card-footer{
        padding-left: 0px;
    }
    .play-text-bk::before{
        height: 645px;
    }
    .col-1200bach{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 1199px) {
    .test-btn, .test-text{
        bottom: 18%;
    }
    .test-text{
        margin-bottom: 1rem;
    }
    .test-btn{
        margin-top: 2%;
    }
    .img-test-girl{
        left: 35%;
        top: 0%;
    }
    .btn-onmodulo2{
        font-size: 17px;
    }
    .play-text-bk::before{
        height: 765px;
    }
}
@media screen and (max-width: 1035px) {
    .on-text h3{
        font-size: 2rem;
    }
    .first-v{
        height: 450px;
    }
    .first-v-text{
        padding-top: 2%;
    }
    .carousel-indicators{
        margin-right: 80% !important;
        margin-bottom: 20px;
    }
    .on-text img{
        margin-bottom: 0px;
    }
    .bach-hr{
        margin-top: 0px;
    }
    .btn-ins {
        margin-top: 15px;
    }
    .first-v-text{
        bottom: auto !important;
        top: 10% !important;
    }
}
@media screen and (max-width: 1024px) {
    .prfees img{
        width: 100%;
    }
    .cu-es img, .cu-pr img{
        margin-left: -100%;
    }
    .cu-fe{
        margin-left: -80%;
    }
    .div-trbtns2 .card-footer{
        padding-left: 0px;
        border: none;
        background-color: transparent;
    }
    .div-trbtns2 h6{
        font-size: 15px;
    }
    .div-trbtns2 p{
        font-size: 13px;
    }
    .div-trbtns2{
        border-top: 10px solid;
	    border-image-slice: 1;
	    border-width: 3px;
	    border-image-source: linear-gradient(to right,  #f1d030, #842076);
    }
    .prfees{
        height: 280px;
    }
    .prfees img{
        margin-left: 0px !important;
        width: 80%;
    }
    .prefees-3{
        background-color: #241853;
        border-color: #241853;
        color: white;
    }
    .prefees-2{
        background-color: #261343;
        border-color: #261343;
        color: white;
    }
    .prefees-1{
        background-color: #3E2F65;
        border-color: #3E2F65;
        color: white;
    }
    .col-inter{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .first-v{
        height: 750px;
    }
    .on-text {
        width: 250%;
    }
    .carousel-indicators{
        margin-right: 80% !important;
        margin-bottom: 100px;
    }
    .bach-hr{
        border: 1px solid;
        border-color: #FECB2E;
    }
    .bach-hr{
        margin-bottom: 30px;
    }
    .btn-ins{
        margin-top: 0px;
    }
    .on-text h3{
        font-size: 1.6rem;
    }
    .on-text h6{
        font-size: 1rem !important;   
    }
    .play-text-btn{
        padding-top: 55%;
        padding-left: 68%;
    }
    .txt-buvp-txt{
        margin-right: 0%;
    }
    .play-text3{
        height: 250px;
        margin-top: 30px;
    }
    .b-plan ul{
        margin-top: 5%;
    }
    .play-text-bk::before{
        height: 680px;
    }
}
@media screen and (max-width: 820px) {
    .col-inter2{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .b-plan .owl-item {
        height: 520px;
    }
    .prfees img{
        width: 20%;
        margin-left: auto;
    }
    .text-myalign{
        text-align: left !important;
    }
    .test-btn, .test-text{
        bottom: 22%;
    }
    .test-text{
        margin-bottom: .9rem;
    }
    .test-btn{
        margin-top: 1%;
    }
    .play-text-bk::before{
        background-repeat: no-repeat;
        background-position-x: 70%;
    }
    .col-moduicons{
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media screen and (max-width: 699px) {
    .img-test-girl{
        left: 40%;
    }
}
@media screen and (max-width: 630px) {
    .img-test-girl{
        left: 45%;
    }
    .col-moduicons{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .on-text img{
        width: 10%;
        min-width: 100px;
    }
    .on-text {
        width: 80%;
    }
    .test-text{
        margin-bottom: .6rem;
        width: 80%;
    }
    .test-btn{
        margin-top: 0%;
    }
    .img-test-back {
        width: 95%;
    }
    .img-test-girl{
        top: 5%;
    }
    .bga{
        height: 400px;
    }
}
@media screen and (max-width: 565px) {
    .img-test-girl{
        left: 51%;
    }
}
@media screen and (max-width: 422px) {
    .test-text{
        margin-bottom: .5rem;
        width: 80%;
        font-size: 12px;
    }
    .test-btn {
        padding: 5px;
    }
    .img-test-girl{
        left: 45%;
    }
}
@media screen and (max-width: 375px) {
    .img-test-girl{
        left: 50%;
    }
}
@media screen and (max-width: 360px) {
    .img-test-girl{
        display: none;
    }
}
@media screen and (max-width: 320px) {
    .owl-prev i {
        margin-left: 10px;
    }
    .owl-next i {
        margin-left: -40px;
    }
}