*{
    margin: 0px;
}

body{
    box-sizing: border-box;
}

/* Header*/

.top {
    height: 40px;
    background-color: #2e699c;
}

.nav .container {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-head a.btn.btn-primary {
    background-color: #008c91;
    border-color: #008c91;
    padding: 20px 10px;
    margin-top: -34px;
    font-size: 20px;
    font-weight: 500;
}

.btn-head .btn-primary:not(:disabled):not(.disabled).active, .btn-head .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #008c91;
    border-color: #008c91;
}

.nav .logo img {
    width: 50%;
}


/* BANNER PRINCIPAL */

section.banner-prin {
    background-image: url(../img/banner-principal.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 150px;
}

.banner h2 {
    color: #4f4f4f;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 10px;
    margin: 0px 0px 0px 3px;
}

.banner h1 {
    color: #008c91;
    font-size: 64px;
    font-weight: 700;
    margin: 0px;
}

.banner p {
    font-size: 25px;
    width: 65%;
}

.btn-banner a.btn.btn-primary {
    background-color: #e62e91;
    border-color: #e62e91;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 13px;
    padding: 22px 27px;
    margin-top: 40px;
}



/* SECCION 2 */

section.ventajas {
    padding: 30px 0px 30px 0px;
}

.ventajas .col h3 {
    font-size: 30px;
    margin: 10px 0px 5px 0px;
    font-weight: 700;
    color: #008c91;
}

.ventajas .pr p{
    margin-top: 20px;
}

.ventajas p {
    font-size: 20px;
    font-weight: 400;
}

.btn-banner a.btn.btn-primary {
    display: flex;
    flex-direction: column;
    width: 26%;
}

span.mdc {
    font-size: 15px;
    margin-top: 0px !important;
}

/* SECCION 3 */

section.elegir {
    background-color: #f3f3f3;
    padding: 60px 0px;
}

.elegir h2 {
    text-align: center;
    color: #008c91;
    font-size: 40px;
    font-weight: 700;
}

.elegir h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
}

.elegir img{
    width: 100%;
}

.elegir li {
    font-size: 20px;
    font-weight: 400;
}

.elegir li p {
    margin-left: 10px;
}

.sub-elegir {
    margin-top: 55px;
}

.elegir a.btn.btn-primary {
    margin: 0px;
    padding: 16px 20px;
}

.elegir .btn-banner {
    display: flex;
    justify-content: center;
}

.fa-li{
    color: #008c91;
}

/* SECCION 4 */

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

.recursos .row {
    justify-content: space-between;
}

.recursos .col-md-3 {
    max-width: 24%;
    border: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color: #E62E91;
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.elegir a.btn.btn-primary {
    margin: 0px;
    padding: 10px 20px;
    font-size: 20px;
    margin-top: 13px;
    width: auto;
}

.mobile-video{
    display: none;
}

.recursos h3 {
    width: 100%;
    font-size: 22px;
    text-align: center;
    margin: 20px 0px 0px 0px;
    padding: 15px 0px;
    color: #ffffff;
    background-color: #008C91;
}




/* MODULOS */

section.modulos {
    padding: 60px 0px;
    background-image: url(../img/back-faq.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.modulos .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modulos h2 {
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
}

.acordion-modulos{
    margin-top: 30px;
    width: 100%;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    border-radius: 10px;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    color: #008c91;
    font-size: 25px;
    font-weight: 700;
    position: relative;
}

.modulos .accordion span {
    color: #4f4f4f;
    font-size: 20px;
    font-weight: 500;
}
  
.active, .accordion:hover {
    background-color: #ccc; 
}

.panel {
    padding: 20px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.modulos .container.acc{
    margin: 5px 0px;
}

.active, .accordion:hover {
    background-color: #ccc;
    border-radius: 10px 10px 0px 0px;
}

.accordion:after {
    content: '+';
    font-size: 40px;
    font-weight: 900;
    color: #e62e91;
    float: right;
    position: absolute;
    right: 10px;
    top: 2px;
}
  
  .active:after {
    content: "-"; /* Unicode character for "minus" sign (-) */
  }

  .panel li, .panel p {
        font-size: 20px;
        list-style-type: circle;
    }



/* DOCENTES */

section.docentes {
    padding: 60px 0px 0px 0px;
    background: rgb(20,149,154);
    background: -moz-linear-gradient(180deg, rgba(20,149,154,1) 40%, rgba(255,255,255,1) 40%);
    background: -webkit-linear-gradient(
180deg
, rgba(20,149,154,1) 47%, rgba(255,255,255,1) 40%);
    background: linear-gradient(
180deg
, rgba(20,149,154,1) 47%, rgba(255,255,255,1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#14959a",endColorstr="#ffffff",GradientType=1);
}

.docentes h2 {
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
}

.docentes .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel-docentes{
    position: relative;
}

.carousel-docentes .active {
    background: #ffffff00;
}

.carousel-docentes .col-12 {
    padding: 0px 65px;
}

.anterior {
    position: absolute;
    left: 0;
    top: 66px;
    z-index: 10000;
    background-color: #007bff00;
    border-color: #007bff00;
}

.anterior .btn-primary:hover {
    color: #fff;
    background-color: #0069d900;
    border-color: #0062cc00;
}

.despues {
    position: absolute;
    right: -99%;
    top: 66px;
    z-index: 10000;
    background-color: #007bff00;
    border-color: #007bff00;
}

.anterior:hover, .despues:hover {
    color: #fff;
    background-color: #E62E91;
    border-color: #E62E91;
}

.card {
    border: none;
    background-color: #ffffff00;
}


.carousel-docentes p.card-text {
    font-size: 18px;
    font-weight: 400;
}

.carousel-docentes .card-body {
    padding: 10px 0px 0px 5px;
}

.carousel-docentes h4.card-title {
    font-size: 25px;
    margin: 10px 0px 5px 0px;
    font-weight: 700;
    color: #008c91;
}

.carousel-mobile{
    display: none;
}

/* NOSOTROS */

.nosotros{
    padding: 60px 0px;
    background: rgb(245,245,245);
    background: -moz-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5",endColorstr="#ffffff",GradientType=1);
}

.nosotros .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nosotros-sub {
    margin-top: 40px;
}

.nosotros-sub img {
    width: 100%;
}

.nosotros-sub h3 {
    color: #306a9d;
    font-size: 32px;
    font-weight: 600;
}

.nosotros h2 {
    text-align: center;
    color: #008c91;
    font-size: 50px;
    font-weight: 700;
}

.nosotros-sub .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



/* TESTIMONIOS */

.testimonios{
    padding: 60px 0px;
    background-image: url(../img/back-testi.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonios h2 {
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
}

img.test {
    position: absolute;
    top: -45px;
    right: 4%;
}

.testimonios .active {
    background-color: #ffffff00;
}


.testimo {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 950px;
    margin: auto;
}

.ts p {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}

.info-ts.ts {
    padding: 50px 0px 0px 25px;
}

.ts h3 {
    font-size: 25px;
    margin: 10px 0px 5px 0px;
    font-weight: 700;
    color: #ffffff;
}

.testi {
    margin-top: -55px;
}

.testimonios .carousel-control-next, .testimonios .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

/* FOOTER */

.footer {
    padding: 60px 0px;
}

.footer h2 {
    color: #008c91;
    font-size: 50px;
    font-weight: 700;
    margin: 0px;
}

.datos {
    margin-top: 25px;
}

.dt a {
    font-size: 20px;
    font-weight: 700;
    margin-left: 11px;
    color: #454545;
}


.logos {
    margin-top: 23px;
}

.logos img {
    width: 30%;
}

.formulario .col-md-6, .formulario .col-md-12 {
    padding: 0px 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #00A9AE;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 11px;
}

.btn-enviar button.btn.btn-primary {
    background-color: #e62e91;
    border-color: #e62e91;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 13px;
    padding: 10px 40px;
}

.col-md-12.btn-enviar {
    display: contents;
}

.formulario col, .formulario .col-md-2 {
    padding: 0px 4px;
}

.copyright {
    background-color: #306a9d;
    padding: 15px 0px;
}

.copyright p {
    text-align: center;
    margin: 0px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
}

.col-md-3.mb-2 {
    padding: 0px 4px;
}

.formulario .col.mb-2 {
    padding: 0px 4px;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;

}

.logos {
    margin-top: 23px;
    display: flow-root;
    justify-content: center;
    align-items: center;
}

/* WHATSAPP FIJO */

.waNab {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 275px;
    z-index: 99999;
    background-color: #0aaa46;
    padding: 9px 12px;
    display: flex;
    justify-content: center;
    color: #fff !important;
    border-radius: 20px;
}

#btnWa a {
    color: #fff !important;
    font-weight: 500;
    font-size: 17px;
}

#btnWa img {
    margin-right: 7px;
    width: 23px;
    height: auto;
}


/* RESPONSIVE */

@media (max-width: 600px) {

    .top {
        height: 15px;
        background-color: #2e699c;
    }
    .logo {
        width: 45%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    

    .nav .container {
        padding: 10px 11px;
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-wrap: wrap;
    }

    .logo img {
        width: 100%;
    }

    .btn-banner a.btn.btn-primary {
        display: flex;
        flex-direction: column;
        width: 70%;
    }

    .btn-head {
        width: 53%;
    }

    .btn-head a.btn.btn-primary {
        background-color: #008c91;
        border-color: #008c91;
        padding: 11px 10px;
        margin-top: 0px;
        font-size: 14px;
        font-weight: 500;
        margin-left: 10px;
    }

    .btn-head img {
        width: 25px;
    }

    .banner h2 {
        color: #4f4f4f;
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0px;
        text-align: center;
    }

    .banner h1 {
        color: #008c91;
        font-size: 45px;
        font-weight: 700;
        margin: 0px;
        text-align: center;
    }

    .banner p {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }

    .btn-banner a.btn.btn-primary {
        background-color: #e62e91;
        border-color: #e62e91;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 13px;
        padding: 15px 27px;
        margin-top: 10px;
    }
    
    .btn-banner {
        display: flex;
        justify-content: center;
    }

    .ventajas .col {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ventajas p {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
    }

    .ventajas .col h3 {
        font-size: 25px;
        margin: 10px 0px 5px 0px;
        font-weight: 700;
        text-align: center;
        color: #008c91;
    }

    .recursos .col-md-3 {
        max-width: 100%;
        margin: 8px 30px;
    }

    .sub-elegir {
        margin-top: 25px;
    }

    ul.fa-ul {
        margin-top: 30px;
    }

    .carousel-mobile{
        display: block;
    }
    
    .carousel-desktop{
        display: none;
    }

    .testi {
        margin-top: 0px;
    }

    .testimo {
        display: flex;
        flex-direction: column-reverse;
        justify-items: center;
        align-items: center;
        width: 100%;
        margin: auto;
    }

    .info-ts.ts {
        padding: 0px;
    }

    .testimo {
        padding: 0px 30px 0px 30px;
    }

    .ts p {
        font-size: 18px;
        font-weight: 300;
        color: #ffffff;
    }

    .ts h3 {
        font-size: 22px;
        margin: 10px 0px 10px 0px;
        font-weight: 700;
        color: #ffffff;
    }

    .img-testi.ts {
        margin-top: 15px;
    }

    img.test {
        position: absolute;
        top: -26px;
        right: 4%;
        width: 22%;
    }

    .formulario {
        margin-top: 20px;
    }

    .formulario .row.justify-content-center {
        margin: 20px 0px 0px 0px;
    }

    .nosotros-sub h3 {
        color: #306a9d;
        font-size: 28px;
        font-weight: 600;
    }

    .nosotros-sub .row {
        flex-direction: column-reverse;
    }

    .nosotros-sub {
        margin-top: 30px;
    }

    .recursos .col-md-3 {
        width: 44%;
        margin: 10px;
    }

    .recursos .container .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recursos h3 {
        width: 100%;
        text-align: center;
        margin: 10px 0px 0px 0px;
        padding: 15px 10px;
        font-size: 15px;
        color: #ffffff;
        background-color: #008C91;
    }

    .recursos img {
        width: 84px;
    }

    .recursos .col-md-3 {
        padding: 14px 0px;
    }

    .mobile-video{
        display: block;
    }
    
    .desktop-video{
        display: none;
    }

    .col-md-2.mb-2.area {
        max-width: 30%;
    }

    .col-md-2.mb-2.city {
        max-width: 20%;
    }

    .col-md-3.mb-2.area {
        width: 52%;
    }

    .col-md-3.mb-2.city {
        width: 48%;
    }

    .btn-head img {
        display: none;
    }

    .btn-head {
        width: 53%;
        display: contents;
    }

    .nav .logo img {
        width: 100%;
    }
}

@media only screen
and (min-width: 320px)
and (max-width: 736px)
and (orientation: landscape)
{

    .logo img {
        width: 65%;
    }

    .btn-head a.btn.btn-primary {
        background-color: #008c91;
        border-color: #008c91;
        padding: 8px 10px;
        margin-top: 0px;
        font-size: 17px;
        font-weight: 500;
    }

    .nav .container {
        padding: 10px 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }


    .banner h2 {
        color: #4f4f4f;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 10px;
        margin: 0px 0px 0px 3px;
    }

    .banner h1 {
        color: #008c91;
        font-size: 30px;
        font-weight: 700;
        margin: 0px;
    }

    .banner p {
        font-size: 15px;
        width: 48%;
    }

    .btn-banner a.btn.btn-primary {
        background-color: #e62e91;
        border-color: #e62e91;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        border-radius: 13px;
        padding: 14px 16px;
        margin-top: 0px;
    }

    section.banner-prin {
        background-image: url(../img/banner-principal.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 116vh;
        display: flex;
        align-items: center;
        padding-bottom: 76px;
    }

    .btn-head a.btn.btn-primary {
        background-color: #008c91;
        border-color: #008c91;
        padding: 8px 10px;
        margin-top: -34px;
        font-size: 17px;
        font-weight: 500;
    }

    .ventajas .col h3 {
        font-size: 20px;
        margin: 10px 0px 5px 0px;
        font-weight: 700;
        color: #008c91;
    }

    .ventajas p {
        font-size: 13px;
        font-weight: 400;
    }

    .elegir h2 {
        text-align: center;
        color: #008c91;
        font-size: 30px;
        font-weight: 700;
    }

    .elegir h3 {
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .sub-elegir {
        margin-top: 25px;
    }

    .elegir .container {
        max-width: 100%;
        padding: 0px 28px;
    }

    ul.fa-ul {
        margin-top: 20px;
    }

    .recursos .col-md-3 {
        max-width: 46%;
        border: solid;
        border-width: 1px;
        border-radius: 10px;
        border-color: #E62E91;
        padding: 25px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .carousel-mobile{
        display: block;
    }
    
    .carousel-desktop{
        display: none;
    }

    .img-testi.ts {
        width: 30%;
    }

    .img-testi img {
        width: 100%;
    }

    .testi {
        margin-top: 0px;
    }

    .testimonios .container {
        max-width: 100%;
        padding: 0px 20px;
    }

    .info-ts.ts {
        padding: 0px 0px 0px 25px;
        width: 60%;
    }

    .testimo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
    }

    .testimo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: auto;
        margin-top: 25px;
    }

    .footer .col-md-4 {
        width: 40%;
    }

    .dt a {
        font-size: 17px;
        font-weight: 700;
        margin-left: 11px;
        color: #454545;
    }

    .logo {
        width: 50%;
    }

    .nav .logo img {
        width: 80%;
    }

    .footer .col-md-4 {
        width: 100%;
    }

}