body {
    font-family: 'Montserrat';
    font-size: 1rem;
}
.row {
    margin: 0;
}
img {
    max-width: 300px;
}
main {
    position: relative;
    z-index: 200;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
a{
    text-decoration: none;
    outline: none;
}
button{
    border: 0;
    background: transparent;
}
.sp{
    padding-left: 0;
    padding-right: 0;
}
#mainhome {
    height: calc(100vh - 95px );
    overflow: hidden;
    padding-top: 30px;
    background: linear-gradient(180deg, #FFFFFF 40%, #EFE1CB);
    position: relative;
    z-index: 1;
}
#logomain {
    display: block;
    position: relative;
    margin-top: 0px;
}
#logomain img {
    max-width: 50%;
    display: block;
    margin: auto;
    margin-top: 300px;
}
#maintext h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    opacity: 0;
}
.padtop {
    padding-top: 20px !important;
    margin-top: 20px !important;
}
.padtopless{
    padding-top: 15px;
}
img.showmore {
    display: block;
    margin: auto;
    padding: 20px;
    max-width: 250px;
    opacity: 0;
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    transition: all 1s;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    cursor: pointer;

}
img.showmore:hover {
    animation-play-state:paused;
    -webkit-animation-play-state:paused;
    background: rgba(255, 255, 255, 0.68);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 1px 0px 9px #727272;
}
#backindex.btncenterslide{
    bottom: 40px;
}
img#backslide {
    transition: all 1s;
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    cursor: pointer;
    max-width: 100px;
}
img#backslide:hover {
    animation-play-state:paused;
    -webkit-animation-play-state:paused;
    background: rgba(255, 255, 255, 0.68);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 1px 0px 9px #727272;
}
img.programas {
    text-align: center;
    display: block;
    max-width: 400px;
    margin: 20px auto;
    padding-top: 200px;
    opacity: 0;
    cursor: pointer;
    background: transparent;
    transition: all 1s;
    width: 100%;
}
.logoleft {
    display: block;
    top: 2%;
    left: 17%;
    position: absolute;
    width: 12%;
    padding: 5px;
    overflow: hidden;
    z-index: 100000;
}
.logoright {
    display: block;
    position: absolute;
    top: 2%;
    right: 18%;
    width: 10%;
    z-index: 100000;
}
#logosec img {
    max-width: 350px;
}
img.programas:hover {
    background: rgba(255, 255, 255, 0.68);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 1px 0px 9px #727272;
    cursor: pointer;
}
#secondslide {
     opacity: 0;
    display: block;
    position: absolute;
    z-index: 99999;
    top: 0;
    right: 0;
    width: 50%;
    height: 90%;
    /*background: aliceblue;*/
}
#interesslide{
    height: calc(100vh - 95px);
    position: relative;
    padding: 30px 0;
}
div#icon-aprendiz {
    right: 225px;
    top: 264px;
    opacity: 0;
}
div#icon-tutor {
    left: 0;
    top: 263px;
    opacity: 0;
}
div#icon-gobierno {
    top: 130px;
    opacity: 0;
}
.pslideprinc{
    font-size: .9rem;
}
.leyendaicon {
    font-weight: 700;
    position: absolute;
}
span#leyenda-gobierno {
    bottom: 0;
}
span#leyenda-tutor {
    left: 0;
    top: -23px;
}
span#leyenda-aprendiz {
    right: 0;
}
.textsecondslide {
    margin-top: -15px;
}
.textsecondslide p {
    font-weight: 700;
    padding: 20px 30px;
    padding-bottom: 0;
}
.iconslogo {
    display: block;
    position: absolute;
}
div#logojunto {
    width: 300px;
    height: 280px;
    display: block;
    margin: auto;
    /*padding-top: 43px;*/
    position: relative;
}
#secondhome{
    height: calc(100vh - 95px);
}
div#secondhome {
    display: block;
    position: relative;
    top: -120px;
    transition: all 1.5s;
}
div#secondhome.bajarsecondhome {
    top: 30px;
}
.floatboxred {
    height: 550px;
    display: block;
    max-width: 450px;
    background: #8b2241;
    border-radius: 30px;
    padding: 10px;
    z-index: 2;
    position: relative;
}
.floatbox {
    height: 526px;
    background: white;
    border-radius: 23px;
    margin: 2px;
    box-shadow: 0px 0px 9px #000000de;
    padding: 20px;
}
.floatbox h4 {
    font-weight: 700;
    color: #363636;
    font-size: 1.2rem;
    margin: 0;
    text-align: center;
}
.floatbox span, #secondcentertext span{
    font-weight: 700;
    margin: 0;
}
.largeap,.largect {
    font-weight: 900;
    font-size: 52px;
    text-align: center;
}
.redap,.largeap, .redbtn,.redbtn a {
    color: #9f2141;
}
.redgob {
    color: #691b33;
}
.goldct,.largect,.golbtn,.golbtn a {
    color: #bc955a;
}
button.btn.btn-signin:hover {
    cursor: pointer;
    border: 2px solid transparent;
}
button.btn.btn-signin.redbtn:hover {
    background: #9f2141;
}
button.btn.btn-signin.golbtn:hover {
    background: #bc955a;
}
button.btn.btn-signin a:hover {
    color: white;
}
.leftpad {
    padding-left: 25px;
}
.btn a {
    text-decoration: none;
}
.btn.btn-signin  {
    font-size: 21px;
    font-weight: 700;
    border: 2px solid;
    border-radius: 10px;
    padding: 7px 10px 7px 10px;
    display: block;
    margin: auto;
}
.btn.btn-signin a::after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 24px;
    background-size: contain;
    vertical-align: middle;
    margin: 0px 8px;
}
img.floatingap , img.floatingct{
    width: 100%;
}
.monitoap {
    display: block;
    position: relative;
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 10px 20px 10px 20px;
}
.floatmonito.ap {
    width: 56px;
    position: absolute;
    top: 59px;
    right: 0%;
}
.floatmonito.ct {
    width: 54px;
    position: absolute;
    top: 55px;
    left: 13%;
}
li.litriangle {
    list-style: none;
}
li.litriangle::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 11px;
    vertical-align: middle;
    margin: 0px 3px;
    background: #955b5b00 url(../imgs/arrow.svg) no-repeat;
    background-size: contain;
}
img.imgreg {
    max-width: 450px !important;
    margin-bottom: -29px;
    z-index: 1;
    display: block;
    position: relative;
    transition: all 2s;
}
div#secondcentertext {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    text-align: center;
    top: 150px;
    font-weight: 500;
}
.floatboxes {
    display: block;
    position: relative;
}
#regcentro{
    float: left;
    left: 2%;
}
#regaprendiz {
    float: right;
    left: -2%;
}
.fondosecond {
    height: calc(100vh - 95px );
    background: linear-gradient(180deg, rgba(221,201,163,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
    box-shadow: -1px 1px 13px #5f5f5f;
    z-index: 34;
    position: relative;
}
#secondcentertext p {
    font-size: 1.3rem;
}
.btn.btn-circle {
    max-width: 150px;
}
.btncenterslide {
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 10px;
    margin: auto;
    text-align: center;
}
img#hideleft {
    display: block;
    position: absolute;
    left: 480px;
    height: 470px;
    top: 195px;
    transition: all 2s;
    opacity: 0;
}
img#hideright {
    display: block;
    position: absolute;
    right: 480px;
    height: 480px;
    top: 195px;
    transition: all 2s;
    opacity: 0;
}
img.vermas {
    display: block;
    float: right;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 10px;
    width: 61px;
    margin-top: 10px;
    transition: all 50ms;
    cursor: pointer;
}
img.vermas:hover {
    padding: 3px;
}
.dondeloader {
    height: 100vh;
    width: 100%;
    background: linear-gradient(180deg, rgba(221,201,163,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
    text-align: center;
    position: absolute;
    padding-top: 13%;
    opacity: 1;
    z-index: 300;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #9f2141;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    margin: auto;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes float {
    0% {
        /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatey(0px);
        /*opacity: .7;*/
    }
    50% {
        /*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
        transform: translatey(-10px);
        /*opacity: 1;*/
    }
    100% {
        /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
        transform: translatey(0px);
        /*opacity: .7;*/
    }
}
#logomain img {
    max-width: 50%;
    display: block;
    margin: auto;
    margin-top: 22px;
}
p {
    font-size: 17px;
    font-weight: 600;
}
#maintext {
    padding: 0 200px;
}
.apct {
    min-height: calc(100vh - 95px);
    padding: 30px;
    position: relative;
}
div#otrasredes {
    display: block;
    width: 100%;
    vertical-align: top;
}
#otrasredes ul {
    margin: 0;
    height: 50px;
    text-align: center;
    padding: 0;
    /*box-shadow: 8px 1px 9px #c6c6c6;*/
}
li.iconred a {
    color: #8e2241;
}
li.iconred {
    display: inline-block;
    list-style: none;
    margin: 0;
    text-align: center;
    border-radius: 100%;
    color: #8e2241;
    font-size: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 5px;
    padding-top: 0;
    transition: .8s background;
}
li.iconred:hover {
    width: 50px;
    height: 50px;
    background: #bc955c;
}


/*#otrasredes ul li{
    margin: 0 5px;
    transition: .8s background, .8s padding;
}
#otrasredes ul li:hover{
    width: 40px;
    height: 40px;
    padding: 0 6px;
    background: #bc955c;
    border-radius: 50%;
}*/
.redbg {
    background: rgb(105,27,51);
    background: linear-gradient(0deg, rgba(105,27,51,1) 0%, rgba(139,34,65,1) 100%);
}
.textocaja {
    background: linear-gradient(180deg, #FFFFFF, #DDC9A3);
    text-align: center;
    color: grey;
}
.cajaap {
    width: 95%;
    overflow: hidden;
    margin: auto;
    display: block;
    position: relative;
    max-width: 749px;
}
.textocaja p {
    font-size: 1.2rem;
    padding: 20px;
    font-weight: 400;
    margin: 0;
}
button.btn.btninscribete.golbtn {
    background: #bc955a;
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    color: white;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
}
.imgtop {
    display: block;
    max-height: 500px;
    overflow: hidden;
}
img.resimg {
    width: 100%;
}
img.imginsta {
    max-width: 100%;
    max-height: 600px;
    display: block;
    margin: auto;
}
iframe {
    border: 0;
    max-width: 350px;
    height: auto;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.scrollyoutube {
    max-height: 600px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.goldbg {
    background: linear-gradient(180deg, rgba(221,201,163,1) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%);
}
.box-height{
    min-height: 425px;
}
.background {
    background: linear-gradient(180deg, #FFFFFF, #DDC9A3);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: -999;
}
.pcallcentrer {
    font-size: .8rem;
    text-align: center;
    color: white;
}
#slidecont {
    max-width: 97%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

#slidecont * {
    box-sizing: border-box;
    scrollbar-color: transparent transparent; /* thumb and track color */
    scrollbar-width: 0px;
}

#slidecont *::-webkit-scrollbar {
    width: 0;
}

#slidecont *::-webkit-scrollbar-track {
    background: transparent;
}

#slidecont *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
}

#slidecont * {
    -ms-overflow-style: none;
}

#slidecont ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#slidecont.carousel {
    position: relative;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
}
#slidecont .carousel__viewport {
    position: absolute;
    height: 350px;
    top: 5%;
    right: 8%;
    bottom: 5%;
    left: 8%;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}
.carousel{
    min-height: 380px;
}
.carousel__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 30px;
}
.carousel__slide:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-40%,70px);
    color: #fff;
    font-size: 2em;
}
.carousel__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
    animation-name: none;
}
.carousel__navigation {
    position: absolute;
    bottom: 0;
    left: 62%;
    text-align: center;
}
.carousel__navigation-list,
.carousel__navigation-item {
    display: inline-block;
}
.carousel__navigation-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #BC9593;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
    opacity: .5;
}
.carousel2__navigation-button.active{
    opacity: 1;
}
.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
    position: absolute;
    top: 210px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    cursor: pointer;
    transition: transform 1.5s ease-in-out, .8s background;
}
a#carousel__prev:hover, a#carousel__next:hover, a#carousel2__prev:hover, a#carousel2__next:hover {
    background: #bc955a;
}
.carousel::before,
.carousel__prev {
    left: 2rem;
}
.carousel::after,
.carousel__next {
    right: 2rem;
}
.carousel::before,
.carousel::after,
.carousel3::before,
.carousel3::after  {
    content: '';
    z-index: 1;
    /*background-color: #333;*/
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
}
.carousel::before, .carousel2::before {
    cursor: pointer;
    /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.17,26.41l10.08,10.08c.78,.78,2.05,.78,2.83,0,.78-.78,.78-2.05,0-2.83l-6.75-6.75h16.09c1.1,0,2-.9,2-2s-.9-2-2-2h-15.91l6.57-6.57c.78-.78,.78-2.05,0-2.83-.78-.78-2.05-.78-2.83,0l-10.08,10.08c-.39,.39-.59,.9-.59,1.41s.2,1.02,.59,1.41Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M25,50C11.22,50,0,38.78,0,25S11.22,0,25,0s25,11.22,25,25c0,.93-.76,1.69-1.69,1.69s-1.69-.76-1.69-1.69c0-11.92-9.7-21.62-21.62-21.62S3.38,13.08,3.38,25s9.7,21.62,21.62,21.62c.93,0,1.69,.76,1.69,1.69s-.76,1.69-1.69,1.69Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M39.39,45.03c-.5,0-1-.22-1.33-.65-.58-.73-.45-1.8,.28-2.37,1.15-.91,2.21-1.93,3.16-3.05h0c1.08-1.28,2.02-2.69,2.78-4.18,.42-.83,1.44-1.16,2.27-.74,.83,.42,1.16,1.44,.74,2.27-.88,1.73-1.96,3.35-3.21,4.83h0c-1.09,1.3-2.32,2.48-3.65,3.53-.31,.24-.68,.36-1.04,.36Z'/%3E%3Cpath class='cls-1' d='M34.15,48.15c-.44,0-.88-.2-1.18-.51-.17-.17-.27-.34-.37-.54-.1-.2-.14-.44-.14-.64,0-.44,.2-.88,.51-1.22,.14-.14,.34-.27,.54-.37,.61-.24,1.39-.1,1.82,.37,.34,.34,.51,.74,.51,1.22,0,.2-.03,.44-.14,.64-.07,.2-.2,.37-.37,.54-.14,.17-.34,.27-.54,.37-.2,.07-.41,.14-.64,.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.carousel::after, .carousel2::after {
    cursor: pointer;
    /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M36.83,23.59l-10.08-10.08c-.78-.78-2.05-.78-2.83,0-.78,.78-.78,2.05,0,2.83l6.75,6.75H14.59c-1.1,0-2,.9-2,2s.9,2,2,2h15.91l-6.57,6.57c-.78,.78-.78,2.05,0,2.83,.78,.78,2.05,.78,2.83,0l10.08-10.08c.39-.39,.59-.9,.59-1.41s-.2-1.02-.59-1.41Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M25,50C11.22,50,0,38.78,0,25S11.22,0,25,0s25,11.22,25,25c0,.93-.76,1.69-1.69,1.69s-1.69-.76-1.69-1.69c0-11.92-9.7-21.62-21.62-21.62S3.38,13.08,3.38,25s9.7,21.62,21.62,21.62c.93,0,1.69,.76,1.69,1.69s-.76,1.69-1.69,1.69Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M39.39,45.03c-.5,0-1-.22-1.33-.65-.58-.73-.45-1.8,.28-2.37,1.15-.91,2.21-1.93,3.16-3.05h0c1.08-1.28,2.02-2.69,2.78-4.18,.42-.83,1.44-1.16,2.27-.74,.83,.42,1.16,1.44,.74,2.27-.88,1.73-1.96,3.35-3.21,4.83h0c-1.09,1.3-2.32,2.48-3.65,3.53-.31,.24-.68,.36-1.04,.36Z'/%3E%3Cpath class='cls-1' d='M34.15,48.15c-.44,0-.88-.2-1.18-.51-.17-.17-.27-.34-.37-.54-.1-.2-.14-.44-.14-.64,0-.44,.2-.88,.51-1.22,.14-.14,.34-.27,.54-.37,.61-.24,1.39-.1,1.82,.37,.34,.34,.51,.74,.51,1.22,0,.2-.03,.44-.14,.64-.07,.2-.2,.37-.37,.54-.14,.17-.34,.27-.54,.37-.2,.07-.41,.14-.64,.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.carousel3::before {
    cursor: pointer;
    /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%239f2141;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M13.17,26.41l10.08,10.08c.78,.78,2.05,.78,2.83,0,.78-.78,.78-2.05,0-2.83l-6.75-6.75h16.09c1.1,0,2-.9,2-2s-.9-2-2-2h-15.91l6.57-6.57c.78-.78,.78-2.05,0-2.83-.78-.78-2.05-.78-2.83,0l-10.08,10.08c-.39,.39-.59,.9-.59,1.41s.2,1.02,.59,1.41Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M25,50C11.22,50,0,38.78,0,25S11.22,0,25,0s25,11.22,25,25c0,.93-.76,1.69-1.69,1.69s-1.69-.76-1.69-1.69c0-11.92-9.7-21.62-21.62-21.62S3.38,13.08,3.38,25s9.7,21.62,21.62,21.62c.93,0,1.69,.76,1.69,1.69s-.76,1.69-1.69,1.69Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M39.39,45.03c-.5,0-1-.22-1.33-.65-.58-.73-.45-1.8,.28-2.37,1.15-.91,2.21-1.93,3.16-3.05h0c1.08-1.28,2.02-2.69,2.78-4.18,.42-.83,1.44-1.16,2.27-.74,.83,.42,1.16,1.44,.74,2.27-.88,1.73-1.96,3.35-3.21,4.83h0c-1.09,1.3-2.32,2.48-3.65,3.53-.31,.24-.68,.36-1.04,.36Z'/%3E%3Cpath class='cls-1' d='M34.15,48.15c-.44,0-.88-.2-1.18-.51-.17-.17-.27-.34-.37-.54-.1-.2-.14-.44-.14-.64,0-.44,.2-.88,.51-1.22,.14-.14,.34-.27,.54-.37,.61-.24,1.39-.1,1.82,.37,.34,.34,.51,.74,.51,1.22,0,.2-.03,.44-.14,.64-.07,.2-.2,.37-.37,.54-.14,.17-.34,.27-.54,.37-.2,.07-.41,.14-.64,.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.carousel3::after {
    cursor: pointer;
    /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg points='100,50 20,100 20,0' fill='%23fff'/%3E%3C/svg%3E");*/
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Capa_1' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%239f2141;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M36.83,23.59l-10.08-10.08c-.78-.78-2.05-.78-2.83,0-.78,.78-.78,2.05,0,2.83l6.75,6.75H14.59c-1.1,0-2,.9-2,2s.9,2,2,2h15.91l-6.57,6.57c-.78,.78-.78,2.05,0,2.83,.78,.78,2.05,.78,2.83,0l10.08-10.08c.39-.39,.59-.9,.59-1.41s-.2-1.02-.59-1.41Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M25,50C11.22,50,0,38.78,0,25S11.22,0,25,0s25,11.22,25,25c0,.93-.76,1.69-1.69,1.69s-1.69-.76-1.69-1.69c0-11.92-9.7-21.62-21.62-21.62S3.38,13.08,3.38,25s9.7,21.62,21.62,21.62c.93,0,1.69,.76,1.69,1.69s-.76,1.69-1.69,1.69Z'/%3E%3Cg%3E%3Cpath class='cls-1' d='M39.39,45.03c-.5,0-1-.22-1.33-.65-.58-.73-.45-1.8,.28-2.37,1.15-.91,2.21-1.93,3.16-3.05h0c1.08-1.28,2.02-2.69,2.78-4.18,.42-.83,1.44-1.16,2.27-.74,.83,.42,1.16,1.44,.74,2.27-.88,1.73-1.96,3.35-3.21,4.83h0c-1.09,1.3-2.32,2.48-3.65,3.53-.31,.24-.68,.36-1.04,.36Z'/%3E%3Cpath class='cls-1' d='M34.15,48.15c-.44,0-.88-.2-1.18-.51-.17-.17-.27-.34-.37-.54-.1-.2-.14-.44-.14-.64,0-.44,.2-.88,.51-1.22,.14-.14,.34-.27,.54-.37,.61-.24,1.39-.1,1.82,.37,.34,.34,.51,.74,.51,1.22,0,.2-.03,.44-.14,.64-.07,.2-.2,.37-.37,.54-.14,.17-.34,.27-.54,.37-.2,.07-.41,.14-.64,.14Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.imgslider {
    z-index: 999;
    width: 30%;
    position: absolute;
    top: 0;
    object-fit: contain;
    left: 10%;
    height: 97%;
    background: #bc955a;
    border-radius: 30px;
    box-shadow: 1px 0px 20px #3a2a2a;
}
img.imgslider1 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}
.contslider {
    position: absolute;
    left: 29%;
    width: 60%;
    margin-left: 10%;
    height: 100%;
    border-radius: 30px;
    color: white;
    padding: 30px;
}
.intimg {
    margin: 12px;
    background: white;
    border-radius: 22px;
    height: calc(100% - 22px);
    overflow: hidden;
}
.logoslider {
    height: 70px;
    text-align: center;
    overflow: hidden;
}
.logoslider img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.txtslider {
    padding-top: 20px;
    color: #4d4d4d;
    text-align: justify;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
}
.btnslider {
    display: block;
    margin: auto;
    text-align: center;
    padding-top: 15px;
}
.minHeight{
    min-height: 53%;
}
.btn_gral {
    display: block;
    margin: auto;
    border: 2.5px solid;
    border-radius: 12px;
    height: 45px;
    padding: 8px 10px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    background: transparent;
    transition: .8s background;
}
.btn_insc {
    display: block;
    position: relative;
    width: 180px;
    margin: auto;
    border: 2.5px solid;
    border-radius: 12px;
    height: 50px;
    padding: 10px;
    font-size: 30px;
    letter-spacing: 1px;
    background: transparent;
    transition: .8s background;
}
.btn_blanco {
    border-color: #691C32;
    color: #691C32;
    transition: .8s color, .8s border-color;
}
.icon-text-home {
    text-align: center;
    float: left;
    font-weight: 700;
    padding-right: 5px ;
}
.icon-prim-home {
    width: 25px;
    height: 25px;
    margin-right: 0px;
    transition: .8s background;
}
.next {
    -webkit-mask: url(../imgs/NEXT.svg) no-repeat;
    float: left;
    background: #691C32;
}

.next_o {
    -webkit-mask: url(../imgs/NEXT.svg) no-repeat;
    float: left;
    background: #BC955C;
}
.btn_gral:hover .next, .btn_insc:hover .next, .btn_insc:hover .next_o{
    background: #fff;
}
.btn_gral:hover{
    background: #691C32;
}
.btn_blanco:hover {
    border-color: #fff;
    color: #fff;
}

.btn_tut {
    border-color: #BC955C;
    color: #BC955C;
    transition: .8s color, .8s border-color;
}
.btn_apr {
    border-color: #691C32;
    color: #691C32;
    transition: .8s color, .8s border-color;
}
.btn_tut:hover {
    background: #BC955C;
    border-color: #fff;
    color: #fff;
}
.btn_apr:hover{
    background: #691C32;
    border-color: #fff;
    color: #fff;
}
button.btn.btn-icon {
    display: inline-block;
    width: 60px;
    text-align: right;
}
button.btn.btn-icon.iconx2 {
    width: 80px;
}
.slider3.simg {
    display: block;
    background: #691b33;
    text-align: center;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    padding: 10px;
}
.simg img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center right;
    border-radius: 100%;
}
.carousel3 {
    text-align: center;
}

.cajaresultado {
    text-align: center;
    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.smallslider.cajaslider3 {
    display: block;
    text-align: center;
}
.slider3.simg {
    display: block;
    background: #691b33;
    text-align: center;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    padding: 10px;
    margin: auto;
}
.bigslider .slider3.simg {
    width: 270px;
    height: 270px;
    vertical-align: text-top;
}
.simg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    border-radius: 100%;
}
.slider3.snumero {
    font-size: 3rem;
    font-weight: 700;
    padding-top: 15px;
    margin: 0;
}

.slider3.stitulo {
    font-size: 1.5rem;
    font-weight: bold;
}
.topcen {
    display: block;
    width: 100%;
    position: relative;
}
.sliderap {
    background-image: url("imgs/home2/NP_2.png");
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
    height: 33vh;
}
img.areaint {
    width: auto;
    height: 44%;
    max-width: unset;
    left: -35px;
    position: absolute;
    top: 27%;
    opacity: 0;
}
img.fulanito {
    position: absolute;
    max-height: 90%;
    bottom: 0px;
    left: 40%;
    opacity: 0;
}
.textvariant h3 {
    font-weight: 900;
    color: white;
    top: 52%;
    position: absolute;
    left: -5%;
    font-size: 3rem;
    opacity: 0;
}
.slideaptextbox {
    float: right;
    width: 40%;
    color: white;
    opacity: 0;
}
.textfixed {
    padding: 5% 10%;
    text-align: right;
}
.textfixed h2 {
    text-align: right;
    color: white;
    padding-top: 0;
    margin: 0;
}
.slidepoints {
    text-align: right;
    max-width: 277px;
    float: right;
    margin-right: 10%;
    color: #e1cfad;
    font-size: 0.5rem;
}
.textfixed p {
    margin: 0;
}
.slidepoints p {
    font-size: 0.9rem;
}
.cnt-text{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
p.cnt-text{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

/*COLORES*/
.oro{
    background: #bc955c;
}
.oro_bis{
    background: #DDC9A3;
}
.oro_q{
    background: #95663d;
}
.verde{
    background: #225c51;
}
.vino{
    background: #691c32;
}
.ginda{
    background: #9f2241;
}
.blanco{
    background: #fff;
}
.oro_b{
    color: #bc955c;
}
.oro_b_bis{
    color: #DDC9A3;
}
.oro_q_b{
    color: #95663d;
}
.verde_b{
    color: #225c51;
}
.blanco_b{
    color: #fff;
}
.vino_b{
    color: #691c32;
}
.b_gral{
    color: #4d4d4d;
}
.ginda_b{
    color: #9f2241;
}

/* SLIDER */
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
    animation-name: none;
}
.carousel__navigation {
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 31%;
    text-align: center;
}
.carousel__navigation-list,
.carousel__navigation-item {
    display: inline-block;
}
.carousel__navigation-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
}
.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
    position: absolute;
    top: 0;
    margin-top: 35vh;
    /*aca se cambia la altura de las flechitas */
    width: 50px;
    height: 50px;
    transform: translateY(-160%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    cursor: pointer;
}
a#carousel__prev:hover, a#carousel__next:hover, a#carousel2__prev:hover, a#carousel2__next:hover {
    background: #fff;
}
.carousel::before,
.carousel__prev {
    left: 1rem;
}
.carousel::after,
.carousel__next {
    right: 1rem;
}
.carousel::before,
.carousel::after,
.carousel3::before,
.carousel3::after  {
    content: '';
    z-index: 1;
    /*background-color: #333;*/
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center;
    pointer-events: none;
}
.carousel::before, .carousel2::before {
    cursor: pointer;
    /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg points='0,50 80,100 80,0' fill='%23fff'/%3E%3C/svg%3E");*/
    background-image: url("../img/icon/ANTERIOR.svg");
    transition: transform 1.5s ease-in-out;
}
.carousel::after, .carousel2::after {
    cursor: pointer;
    background-image: url("../img/icon/SIGUIENTE.svg");
    transition: transform 1.5s ease-in-out;
}

/*SLIDER 2*/
#slidecont2 {
    max-width: 1450px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

#slidecont2 * {
    box-sizing: border-box;
    scrollbar-color: transparent transparent; /* thumb and track color */
    scrollbar-width: 0px;
}

#slidecont2 *::-webkit-scrollbar {
    width: 0;
}

#slidecont2 *::-webkit-scrollbar-track {
    background: transparent;
}

#slidecont2 *::-webkit-scrollbar-thumb {
    background: transparent;
    border: none;
}

#slidecont2 * {
    -ms-overflow-style: none;
}

#slidecont2 ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#slidecont2.carousel2 {
    position: relative;
    filter: drop-shadow(0 0 10px #0003);
    perspective: 100px;
}
#slidecont2 .carousel2__viewport {
    position: absolute;
    top: 5%;
    right: 8%;
    bottom: 5%;
    left: 8%;
    min-height: 450px;
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}
.carousel2__slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    /*background-color: #ffffff;*/
    border-radius: 30px;
}
.carousel2__slide:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-40%,70px);
    color: #fff;
    font-size: 2em;
}
.carousel2__snapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
}
.carousel2:hover .carousel2__snapper,
.carousel2:focus-within .carousel2__snapper {
    animation-name: none;
}
.carousel2{
    width: 80%;
    height: 430px;
}
.carousel2_ub{
    position: absolute;
    width: 37%;
    height: 20px;
    margin-left: 66%;
    bottom: 0px;
}
.carousel2__navigation-list,
.carousel2__navigation-item {
    display: inline-block;
}
.carousel2__navigation-button {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #bb965c;
    background-clip: content-box;
    border: 0.25rem solid transparent;
    border-radius: 50%;
    font-size: 0;
    transition: transform 0.1s;
    opacity: .5;
}
.carousel2__navigation-button.active{
    opacity: 1;
}
.carousel2::before,
.carousel2::after,
.carousel2__prev,
.carousel2__next {
    position: absolute;
    top: 60%;
    width: 50px;
    height: 50px;
    transform: translateY(-20%);
    border-radius: 50%;
    font-size: 0;
    outline: 0;
    cursor: pointer;
    transition: transform 1.5s ease-in-out, .8s background;
}
.carousel2::before,
.carousel2__prev {
    left: 2rem;
}
.carousel2::after,
.carousel2__next {
    right: 2rem;
}
.carousel2::before,
.carousel2::after {
    content: '';
    z-index: 1;
    /*background-color: #333;*/
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: center;
    pointer-events: none;
}
.imgslider2 {
    z-index: 999;
    width: 40%;
    position: absolute;
    top: 40px;
    object-fit: contain;
    left: 10%;
    height: 390px;
    background: #DDC9A3;
    border-radius: 25px;
    box-shadow: 1px 0px 20px #3a2a2a;
}
img.imgslider2 {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 15px;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    left: 0%;
}
.contslider2 {
    position: absolute;
    top: 20%;
    background: #bc925a;
    width: 100%;
    margin-left: 0;
    height: auto;
    border-radius: 30px;
    color: white;
    min-height: 285px;
}
.intimg2 {
    margin: 20px;
    background: white;
    border-radius: 15px;
    height: calc(100% - 40px);
    overflow: hidden;
}
.logoslider2 {
    height: 25%;
    text-align: center;
    overflow: hidden;
}
.logoslider2 img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.txtslider2 {
    background: #fff;
    color: #4d4d4d;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    min-height: 175px;
    border-radius: 17px;
    padding: 15px;
}
.btnslider2 {
    display: block;
    margin: auto;
    text-align: center;
    width: 40%;
    position: absolute;
    left: 54%;
    bottom: 5px;
}
.slider_titulo{
    font-family: 'GMX','Montserrat' ;
}
.slider_titulo, .slider_subtitulo {
    text-align: center;
    padding-left: 50%;
    color: #DDC9A3;
}
.slider_subtitulo h5 {
    color: #fff;
    font-size: 18px;
}
.slider_titulo h3 {
    font-weight: 700;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 0;
}
button.btn.btn-icon {
    display: inline-block;
    /*background: yellowgreen;*/
    width: 55px;
    text-align: right;
}
button.btn.btn-icon.iconx2 {
    width: 55px;
}
.bc-text{
    position: relative;
    width: 45%;
    min-height: 200px;
    margin: 20px;
    margin-left: 53%;
    border: 2px solid #931731;
    border-radius: 25px;
    padding: 10px;
}
.com_ab{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -15px;
    left: -15px;
}
.com_ce{
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -15px;
    right: -15px;
}
button.btn.btn-icon {
    display: inline-block;
    width: 60px;
    padding: 0;
    border: none;
    text-align: right;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0  transparent;
}
.btnfill{
    width: 45px;
    height: 45px;
    padding: 7px;
    transition: .5s background, .5s border-radius;
}
.btnfill:hover{
    background: #931731;
    border-radius: 50px;
}
.btnfill_b{
    width: 60px;
    height: 60px;
    padding: 7px;
    transition: .5s background, .5s border-radius;
}
.btnfill_b:hover{
    background: #931731;
    width: 60px;
    height: 60px;
    border-radius: 10px;
}
.ma-ne{
    margin: auto;
    float: none;
}
.ma-t{
    margin-top: 15px;
}

/*MODAL*/
.modal-tutor {
    z-index: 999;
    max-width: 70%;
}
.mod-tit{
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.caja_plan{
    width: 100%;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px gray;
    background: white;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 21px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.close {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translateY(-50%);
    color: white;
    background: transparent;
}
.modal_head{
    position: relative;
    color: white;
    font-size: 2rem;
    min-height: 4rem;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 20px 20px 0px 0px;
}
.modal-content{
    border-radius: 25px;
}
.modal-rop{
    height: 78vh;
}
.icon-rop {
    width: 30px;
}
.img_times {
    width: 30px;
    margin-right: 0px;
}
.modal-rop iframe{
    min-width: 100%;
    min-height: 100%;
}
.modal-priv{
    padding: 20px
}
.text-pop p, .text-pop ol li{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tit_aviso{
    font-weight: 700;
    color: #9f2241;
    text-align: center;
}
p.subtit{
    font-weight: 700;
    color: #9f2241;
    font-size: 17px;
    text-align: center;
    padding-top: 10px;
}
.btnTam{
    width: 150px;
}
#cajaMovil {
    display: none;
}

/*MEDIAS SLIDER*/

@media all and (max-width: 1700px){
    #secondhome{
        zoom: .8;
    }
}

@media screen and (max-width:  1500px){
    #secondhome{
        zoom: .65;
    }
    .carousel, .carousel3, .carousel2, #consslide{
        zoom: .85;
    }
    main{
        margin-bottom: 35px;
    }
    .slider_titulo h3 {
        font-size: 28px;
    }
     
}

@media all and (max-width: 1200px){
    #secondcentertext p{
        display: none;
    }
    #logosec img {
        max-width: 300px;
    }
    .carousel2 {
        width: 100%;
    }
}

@media all and (max-width: 992px){
    #interesslide {
        height: auto;
    }
    .sliderap {
        height: 45vh;
    }
    .textfixed {
        padding: 15px 0 0 20px;
    }
    img.areaint {
        height: 39%;
        top: 36%;
    }
    .slidebutton {
        margin-left: -20px;
    }
    .textvariant h3 {
        font-size: 35px;
        top: 71%;
        margin-right: -5px;
    }
    .carousel2::before, .carousel2::after, .carousel2__prev, .carousel2__next {
        width: 45px;
        height: 45px;
    }
    .carousel2::before, .carousel2::after {
        background-size: 35px 35px;
        line-height: 40px;
    }
    .slider_titulo h3 {
        font-size: 30px;
        margin-top: 30px;
    }
    .slider_subtitulo h5 {
        font-size: 15px;
    }
    button.btn.btn-icon {
        width: 35px;
    }
    #secondhome {
        zoom: .6;
    }
    #maintext{
        padding: 0px 150px;
    }
    #maintext h1 {
        font-size: 20px;
    }
}

@media all and (max-width: 900px){
    #logosec img{
        display: none;
    }
    .apct {
        padding: 10px 0;
    }
    .carousel2::before, .carousel2__prev {
        left: 1rem;
    }
    .carousel2::after, .carousel2__next {
        right: 1rem;
    }
    .slider_titulo h3 {
        font-size: 23px;
        margin-top: 25px;
    }
}

@media all and (max-width: 768px) {
    main{
        margin-bottom: 120PX;
    }
    #maintext {
        padding: 35px;
    }
    #maintext {
        padding: 25px 55px;
    }
    .padtop {
        padding-top: 0;
        font-size: .8rem;
    }
    #logomain img {
        max-width: 75%;
    }
    .apct {
        min-height: unset;
        padding: 10px;
    }
    .imgtop {
        max-height: 250px;
    }
    .imgtop img {
        width: 100%;
    }
    button.btn.btninscribete.golbtn {
        font-size: 2rem;
    }
    .cajaap {
        margin-bottom: 20px;
    }
    li.iconred {
        font-size: 19px;
        width: 50px;
    }
    .sliderap {
        height: 30vh;
    }
    .slideaptextbox {
        width: 200px;
    }
    .textfixed {
        padding: 10px 0 0 15px;
    }
    .textfixed h2 {
        font-size: 25px;
    }
    .textfixed p {
        font-size: 15px;
    }
    .btn_gral {
        font-size: 15px;
        padding: 9px;
        font-weight: 700;
    }
    .icon-prim-home {
        width: 20px;
        height: 20px;
    }
    .textvariant h3 {
        font-size: 25px;
        top: 74%;
        margin-right: -10px;
    }
    .carousel__navigation-button {
        width: 15px;
        height: 15px;
    }
    .slidepoints {
        bottom: -10px;
    }
    img.areaint {
        height: 41%;
        top: 38%;
    }
    .b-gral {
        width: 60px;
    }
    .ba-left {
        left: 16px;
    }
    .ba-right {
        right: 15px;
    }
    .slidebutton {
        margin-left: -25px;
    }
    .slidebutton {
        bottom: 5%;
    }
    .imgslider2 {
        z-index: 0;
    }
    .slider_titulo h3 {
        font-size: 32px;
        margin-top: 0px;
    }
    .slider_titulo, .slider_subtitulo {
         padding-left: 0; 
    }
    .imgslider2 {
        width: 75%;
        height: 75%;
        left: 12.5%;
        top: 90px;
    }
    .bc-text {
        width: 100%;
        margin: 0;
        margin-left: 0;
    }
    #slidecont2 .carousel2__viewport {
        height: 600px;
        top: 4%;
        bottom: 0;
    }
    #bloqueTres {
        height: calc(100vh - 95px);
    }
    .contslider2 {
        top: 40%;
        min-height: 310px;
        padding: 30px;
    }
    .btnslider2 {
        width: 85%;
        left: 8%;
        bottom: 10px;
    }
    .btnfill {
        width: 50px;
        height: 50px;
    }
    .btnfill_b {
        width: 60px;
        height: 60px;
    }
    button.btn.btn-icon {
        width: 50px;
    }
    button.btn.btn-icon.iconx2 {
        width: 60px;
    }
    .carousel2_ub {
        width: 100%;
        margin-left: 0;
        left: 0%;
        transform: translateY(-50%);
        text-align: center;
    }
    main{
        padding-top: 0 !important;
    }
    #icon-tutor img, img#hideleft{
        display: none;
    }
    #fondosecondid {
        display: none;
    }
    #interesslide {
        position: relative;
    }
    #interesslide .col-lg-3{
        height: calc(100vh - 150px);
        margin-top: 2rem;
    }
    div#otrasredes {
        width: 100% !important;
    }
    .slider3.simg {
        width: 200px;
        height: 200px;
    }
    .bigslider .slider3.simg {
        width: 300px;
        height: 300px;
    }
    .slider3.snumero {
        font-size: 15PX;
        padding-top: 5px;
    }
    .slider3.stitulo {
        font-size: 15PX;
        MARGIN-TOP: -5PX;
    }
    #logomain img{
        max-width: 55% !important;
    }
    #maintext h1 {
        font-size: 18px;
    }
    .padtop {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }
    img.showmore {
        padding: 0px 20px;
    }
    .carousel__slide {
        padding: 5px;
    }
    .contslider {
        top: 0%;
        height: 100%;
    }
    .logoslider {
        height: 50px;
    }
    .txtslider {
        padding-top: 10px;
    }
    #slidecont .carousel__viewport {
        overflow-x: auto;
    }
    .btnslider {
        width: 100%;
        position: absolute;
        bottom: 20px;
    }
    p.cnt-text {
        font-size: 18px;
    }
    .btn_gral{
        height: 38px;
        padding: 0 8px;
    }
    .carousel::before, .carousel::after, .carousel__prev, .carousel__next {
        width: 50px;
        height: 50px;
        transform: translateY(-380%);
    }
    .carousel::before, .carousel::after, .carousel3::before, .carousel3::after {
        background-size: 45px 45px;
    }
    .carousel::before, .carousel__prev {
        left: -5px;
    }
    .carousel::after, .carousel__next {
        right: -5px;
    }
    li.iconred {
        margin: 0 5px;
    }
    .topcen {
        margin-top: -20px;
    }
    #resslide{
        position: relative;
        min-height: 90vh !important;
    }
    .titRes{
        height: 60px;
    }
    .carousel3 {
        position: relative;
    }
    .datGral{
        width: 100%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 17rem;
        left: 50%;
    }
    .datLeft{
        width: 50%;
        float: left;
    }
    .datRight{
        width: 50%;
        float: left;
    }
    #histslide{
        height: calc(100vh - 120px);
    }
    .carousel2::before, .carousel2__prev {
        left: -5px;
    }
    .carousel2::after, .carousel2__next {
        right: -5px;
    }
    .sp_b{
        padding-left: 0;
        padding-right: 0;
    }
    .carousel2 {
        top: -20px;
        height: 640px;
    }
    .contslider {
        left: 0;
        width: 100%;
        margin-left: 0;
        padding: 20px 15px;
    }
    .imgslider {
        z-index: 0;
        width: 75%;
        position: absolute;
        left: 12%;
        height: 55%;
    }
    #interesslide {
        padding: 10px 0;
    }
    .carousel {
        height: 600px;
    }
    #slidecont .carousel__viewport {
        height: 350px;
        top: 45%;
        bottom: 0;
    }
    .carousel2::before, .carousel2::after {
        background-size: 40px 40px;
        line-height: 40px;
    }
    .cajaresultado{
        margin-top: 30px;
    }
    .datGral {
        top: 27rem;
    }
    #otrasredes ul {
        height: auto;
    }
    #otrasredes .pcallcentrer {
        font-size: 20px;
        margin-top: 5px;
    }
    .txtslider {
        font-size: 19px;
    }
    #maintext {
        width: 100%;
        position: absolute;
        transform: translateX(50%);
        right: 50%;
        padding: 30px;
        padding-bottom: 0;
        z-index: 3;
    }
    #secondslide {
        z-index: 2;
        top: 0;
        transform: translateX(50%);
        right: 50%;
        width: 70%;
        margin: auto;
        text-align: center;
    }
    .textsecondslide{
        margin-top: 30%;
    }
    .textsecondslide p {
        padding: 0;
        padding-top: 15px;
    }
    img.programas, img.programas:hover{
        margin: 0 auto;
        padding: 5px;
    }
    .logoleft {
        left: 10%;
        top:0;
    }
    .logoright {
        right: 10%;
        top:0;
    }
}
@media all and (max-width: 576px){
    .sliderap {
        height: 23vh;
    }
    img.areaint {
        height: 59px;
        margin-right: -10px;
        top: 42%;
    }
    .textfixed p {
        font-size: 12px;
        font-weight: 500;
    }
    .textfixed h2 {
        font-size: 23px;
    }
    .slideaptextbox {
        width: 176px;
    }
    .btn_gral {
        font-size: 15px;
        padding: 6px 9px;
        font-weight: 700;
        border-radius: 8px;
    }
    .slidepoints {
        bottom: -5px;
    }
    .slidebutton {
        bottom: 10%;
        margin-left: -30px;
    }
    .textvariant h3 {
        font-size: 21px;
        margin-right: -25px;
    }
    .slidepoints {
        margin-right: -22px;
    }
    .com_ab {
        width: 30px;
        height: 30px;
        top: -10px;
        left: -10px;
    }
    .com_ce {
        width: 30px;
        height: 30px;
        bottom: -10px;
        right: -10px;
    }
    .contslider2 {
        padding: 20px;
    }
    button.btn.btn-icon {
        width: 47px;
    }
    button.btn.btn-icon.iconx2 {
        width: 62px;
    }
    .imgslider2 {
        height: 50%;
    }
    .intimg2 {
        margin: 12px;
        height: calc(100% - 24px);
    }
    .contslider2 {
        top: 45%;
    }
    .carousel2::before, .carousel2::after, .carousel2__prev, .carousel2__next {
        width: 50px;
        height: 50px;
    }
    .carousel2::before, .carousel2__prev {
        left: 110px;
    }
    .carousel2::after, .carousel2__next {
        right: 110px;
    }
    .carousel2::before, .carousel2::after, .carousel2__prev, .carousel2__next {
        top: 97%;
    }
    .slider_titulo h3 {
        font-size: 25px;
        margin-top: 0px;
    }
    .apct{
        padding: 10px 0 !important;
    }
    .slider3.simg {
        width: 130px;
        height: 130px;
    }
    #otrasredes .pcallcentrer {
        font-size: 16px;
    }
    .txtslider, p.cnt-text {
        font-size: 16px;
    }
    .txtslider {
        font-size: 15px;
    }
    .txtslider2{
        padding: 10px;
    }
    .btnfill_b, .btnfill_b:hover {
        width: 75px;
        height: 75px;
    }
    #backindex.btncenterslide{
        bottom: 25%;
    }
    .textsecondslide {
        margin-top: 22%;
    }
    #secondslide {
        width: 85%;
        height: 85%;
    }
    .pslideprinc {
        font-size: 12px;
    }
    .logoleft {
        width: 70px;
        left: 7%;
    }
    .logoright {
        width: 50px;
        right: 10%;
    }
    .textsecondslide p {
        padding-top: 10px;
    }
    .textsecondslide {
        margin-top: 28%;
    }

}

@media all and (max-width: 410px){
    .sliderap {
        height: 15vh;
    }
    img.fulanito {
        margin-left: 30px;
    }
    .textfixed{
        display: none;
    }
    .slidebutton {
        bottom: 63%;
    }
    img.areaint {
        height: 46px;
        top: 40%;
    }
    .textvariant h3 {
        top: 70%;
    }
    .slidepoints {
        margin-right: -40px;
        bottom: 13px;
        height: 5px;
    }
}

/*OTRA CAJA*/

@media all and (max-width: 768px){
    #mainhome {
        height: calc(100vh - 105px);
        padding-top: 0px;
    }
    #logomain img {
        max-width: 50% !important;
    }
    #cajaMovil {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    #cajaTutor{
        position: absolute;
        left: -320px;
        bottom: 0;
    }
    #cajaAprendiz{
        position: absolute;
        right: -320px;
        bottom: 0;
    }
    img#hideleftMovil {
        display: block;
        position: absolute;
        right: 315px;
        bottom: 0;
        height: 390px;
        transition: all 2s;
        opacity: 0;
    }
    img#hiderightMovil {
        display: block;
        position: absolute;
        left: 315px;
        bottom: 0;
        height: 390px;
        transition: all 2s;
        opacity: 0;
    }
    #regaprendizMovil img.vermasAprendiz {
        display: block;
        float: right;
        position: absolute;
        z-index: 99;
        top: 110px;
        right: 85px;
        width: 61px;
        margin-top: 10px;
        transition: all 50ms;
        cursor: pointer;
        opacity: 0;
    }
    #regcentroMovil img.vermasTutor {
        display: block;
        float: right;
        position: absolute;
        z-index: 99;
        top: 110px;
        left: 110px;
        width: 61px;
        margin-top: 10px;
        transition: all 50ms;
        cursor: pointer;
        opacity: 0;
    }
    #regaprendizMovil {
        float: right;
        right: 0;
    }
    #regcentroMovil{
        float: left;
        left: 0;
    }
    #regaprendizMovil .floatboxredMovil, #regcentroMovil .floatboxredMovil {
        display: block;
        width: 320px;
        height: 370px;
        background: #8b2241;
        border-radius: 30px;
        padding: 10px;
        z-index: 2;
        position: relative;
    }
    #regaprendizMovil .floatboxMovil, #regcentroMovil .floatboxMovil {
        position: relative;
        height: 345px;
        background: white;
        border-radius: 23px;
        margin: 2px;
        box-shadow: 0px 0px 9px #000000de;
        padding: 10px 15px;
    }
    .floatboxMovil .box-height h4{
        text-align: center;
        font-size: 14px;
        margin-bottom: 0;
    }
    .floatboxMovil .box-height .monitoap {
        display: block;
        position: relative;
        text-align: center;
        margin: auto;
        width: 100%;
        padding: 5px 20px 0px 20px;
    }
    #monitoReg .largeap, #monitoReg .largect {
        font-weight: 900;
        font-size: 30px;
        text-align: center;
    }
    .floatmonitoMovil.ap {
        width: 30px;
        position: absolute;
        top: 20px;
        right: 0%;
    }
    .floatmonitoMovil.ct {
        width: 30px;
        position: absolute;
        top: 20px;
        left: 10%;
    }
    ul#monitolista{
        margin-bottom: 0;
    }
    #monitolista.padtopless{
        padding-top: 0px;
    }
    #monitolista li.litriangle {
        list-style: none;
        font-size: 12px;
    }
    .box-height {
        min-height: 250px;
    }
    .btnUb{
        position: absolute;
        width: 100%;
        bottom: 15px;
    }
    .vermasTutor, .vermasAprendiz{
        width: 60px;
        transition: .5s background, .5s padding, .5s border-radius, .5s box-shadow;
    }
    .regresarTutor, .regresarAprendiz{
        width: 80px;
        opacity: 0;
        transition: .5s background, .5s padding, .5s border-radius, .5s box-shadow;
    }
    .regresarTutor.leftct{
        position: absolute;
        bottom: 40px;
        left: 440px;
    }
    .vermasTutor:hover, .vermasAprendiz:hover, .regresarTutor:hover, .regresarAprendiz:hover{
        opacity: 0;
        background: #fff;
        padding: 5px;
        border-radius: 10px;
        box-shadow: 0 0 10px grey;
    }
    .regresarAprendiz.rightap{
        position: absolute;
        bottom: 40px;
        right: 440px;
    }
    .leftct{
        position: absolute;
        bottom: 30px;
        left: 120px;
    }
    .rightap{
        position: absolute;
        bottom: 30px;
        right: 100px;
    }

    /*EN LO QUE ACABO*/
    div#logojunto {
        width: 300px;
        height: 280px;
        display: none;
        margin: auto;
        /* padding-top: 43px; */
        position: relative;
    }
    /*EN LO QUE ACABO*/

}


@media all and (max-width: 576px){
    #mainhome {
        height: 80vh;
        padding-top: 0px;
    }
    img#hiderightMovil, img#hideleftMovil {
        height: 350px;
    }
    .regresarAprendiz.rightap{
        position: absolute;
        bottom: -85px;
        right: 50%;
    }
    .regresarTutor.leftct{
        position: absolute;
        bottom: -85px;
        left: 50%;
    }
}

@media all and (max-width: 425px){
    #maintext {
        padding: 25px 30px;
    }
    #maintext h1 {
        font-size: 15px;
    }
}
