@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');

/*REGLAS GENERALES*/

html, body{
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
}

footer{
    padding: 30px 0;
}

li {
    list-style: none;
}

col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}


.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.row {
    margin-left: 0!important;
    margin-right: 0!important;
    display: flex;
    flex-wrap: wrap;
}


img {
    vertical-align: middle;
    border-style: none;
}

.img-fluid, .img-thumbnail {
    max-width: 100%;
    height: auto;
}

section {
    position: relative;
    margin-bottom: 4rem;
    padding: 2rem 0;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

a {
    color: #652f8d;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

address, dl, ol, ul {
    margin-bottom: 1rem;
}


dl, ol, ul {
    margin-top: 0;
}

.fa, .fas {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.icon-top h1, .icon-top h2, .icon-top h3, .icon-top h4, .icon-top h5, .icon-top h6, .title h1 {
    font-weight: 700;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;

}

.h1, h1 {
    font-size: 2.5rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

b, strong {
    font-weight: bolder;
}

.header {
    padding: 80px 0 0;
    margin: 0;
    position: relative;
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
}

.bg-primary {
    background-color: #00a3de!important;
}

.bg-secondary {
    background-color: #652f8d!important;
}

.bg-dark {
    background-color: #343a40!important;
}

.bg-light {
    background-color: #f8f9fa!important;
}

.bg-pagos {
    background-color: #fff!important;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


.carousel {
    position: relative;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0,0%,100%,.5);
}


.carousel-indicators .active {
    background-color: #fff;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.text-white {
    color: #fff!important;
}

.text-dark {
    color: #343a40!important;
}

.text-center {
    text-align: center!important;
}

.text-light {
    color: #f8f9fa!important;
}

.text-secondary {
    color: #652f8d!important;
}

.text-muted {
    color: #868e96!important;
}

.header .carousel .carousel-item {
    min-height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}


.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}


.header .carousel .carousel-item .inferior, .header .carousel .carousel-item .superior {
    margin-left: 5%;
    width: 90%;
}

.header .carousel .carousel-item h1 {
    font-size: 3rem;
    font-weight: 900;
}

.header .carousel .carousel-item h2 {
    font-size: 3rem;
    font-weight: 400;
}



.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-primary {
    color: #fff;
    background-color: #00a3de;
    border-color: #00a3de;
}

.btn-secondary {
    color: #fff!important;
    background-color: #652f8d;
    border-color: #652f8d;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s 
    ease-in-out,background-color .15s 
    ease-in-out,border-color .15s 
    ease-in-out,box-shadow .15s ease-in-out;
}

.btn-boton {
    color: #fff;
    background-color: #652f8d!important;
    border-color: #652f8d!important;
}

.btn-consulta {  
    color: #fff;
    background-color: #652f8d!important;
    border-color: #652f8d!important;
    margin-top: 10px;
}

.btn-consulta:hover {
    color: #652f8d;
    background-color: #fff!important;
}

.btn-pagos {
    color: #652f8d!important;
    background-color: #fff;
    border-color: #fff;
    font-weight: 700;
}

.btn-pagos:hover{
    color: #fff!important;
    background-color: #652f8d;    
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

section.header .btn {
    font-size: 1.3rem;
}

section.header-pagos h1 {
    font-size: 3rem;
    font-weight: 600;
    color: #652f8d;
}

section.header-pagos img {
    margin: 10px 0;    
}


section.presentation {
    padding: 5rem 0 3rem;
    margin-bottom: 0;
}

section.presentation h1 {
    margin-bottom: 1em;
}

section.presentation img {
    width: 60px;
    margin-bottom: .8em;
}

section.presentation label {
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 700;
}

section.presentation .form-control {
    border-width: 0;
    border-radius: 1rem;
    background-color: #e9ecef;
}

section.presentation .was-validated .form-group .invalid-feedback {
    font-weight: 700;
    margin: 0;
}

section.presentation .was-validated .form-group .form-control:invalid {
    background-color: pink;
}

section.presentation .round {
    border-radius: 1rem;
}

section.video .video-container {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
    overflow: hidden;
}

section.video .video-container embed, section.video .video-container iframe, section.video .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.productos {
    padding: 3em 0;
    margin-bottom: 0;
    background: #efefef;
}

section.productos h5 {
    font-weight: 700;
}

section .container {
    position: relative;
    z-index: 1;
}

section.hover-blocks, section.hover-blocks .container-fluid {
    padding: 0;
}

section.hover-blocks {
    padding: 3em 0 0;
    margin: 0;
}

section.hover-blocks .hover-block {
    padding: 0;
    height: 330px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

section.hover-blocks .hover-block .description {
    padding: 3em;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1,33,104,.8);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transition: opacity .4s;
}

section.hover-blocks .hover-block .description h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #eee;
}

section.hover-blocks .hover-block .description h4 {
    color: #eee;
}

section.medios {
    padding: 2em 0;
    margin-bottom: 0;
    background-color: #fff;
}

section.medios h1{
    color: #002C5C;
}

section.call-to-action {
    padding: 3em 0;
    margin-bottom: 0;
}

section.call-to-action .btn {
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

section.no-margin {
    margin-bottom: 0;
}

section.map .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

section.map .row>div {
    margin-bottom: 1rem;
}

section.map .row a {
    color: inherit;
}

section.map iframe {
    width: 100%;
    margin-bottom: -7px;
}

.offset-3 {
    margin-left: 25%;
}


article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}


.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}


.fullscreen {
    min-height: 100vh;
}

.align-items-center {
    align-items: center!important;
}

.align-items-stretch {
    align-items: stretch!important;
}

.justify-content-center {
    justify-content: center!important;
}

.title {
    margin-bottom: 1rem;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.p-0 {
    padding: 0!important;
}



.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem!important;
}

.icon-top h1, .icon-top h2, .icon-top h3, .icon-top h4, .icon-top h5, .icon-top h6, .title h1 {
    font-weight: 700;
}


.m-0 {
    margin: 0!important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}

.mt-3, .my-3 {
    margin-top: 1rem!important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}


.form-style {
    background-color: #fff;
    padding: 28px;
    box-shadow: 3px 3px 50px rgba(0,0,0,.3);
    border-radius: 10px;
}

.form {
    padding: 28px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form button[type=submit] {
    display: block;
    width: 100%;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#id, label {
    margin-right: 12px;
}

#submitButton {
    font-weight: 700;
}


#floating-whatsapp {
    position: fixed;
    left: 10px;
    bottom: 12px;
    width: 65px;
    height: auto;
    z-index: 100;
}

iframe {
    width: 100%;
    border: 0;
}


footer {
    padding: 40px 0;
    background-color: #d9d7c4;
}


    .footer-contenido {
        position: relative;
        z-index: 2;
    }

    .footer-wrap{
        max-width: 1200px;
        display: flex;
        width: 100%;
        margin: auto;
        justify-content: space-between;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .footer-img{
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer-img img {
        height: 40px;        
    }

    .footer-iconos{
        display: flex;
        flex-direction: row;
        justify-content: center;                
        align-items: center;
        margin-top: 20px;
        padding-left: 10px;
        width: 100%;
        color: #fff;
    }

    .footer-iconos li{
        margin-right: 50px;
        margin-left: 35px;
    }

    .item-footer i {
        display: block;
        color: #fff;
        transition: all .2s linear;
        font-size: 28px;
    }

    .item-footer i:hover {
        color: #c7c7c7;
    }    

    .footer-creditos{
        width: 100%;
        border: none;
    }

    .creditos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        color: #fff;
        padding-left: 10px;
        display: flex;
        width: 100%;
    }

    .item-creditos{
        margin-top: 0;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }

    .item-creditos:last-child {
        text-align: center;
    }

    .widget a {
        color: #fff;
    }

/*FIN REGLAS GENERALES*/


/*MOBILE STYLE*/

@media (max-width: 767px){

nav.navbar {
    background-color: #652f8d!important;
    height: 80px;
    transition: all .3s ease;
}

nav.navbar * {
    color: #fff;
}

.navbar {
    padding: .5rem 1rem;
}

nav.navbar img {
    height: 35px;
    width: auto;

    display: block;
    transition: all .3s ease;

}

nav.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

nav.navbar .navbar-nav .nav-item i, nav.navbar .navbar-nav .nav-item svg {
    font-size: 1.5em;
}

nav.navbar .navbar-nav .nav-item .content {
    margin-left: 16px;
    line-height: 1.3em;
    font-size: .9em;
}

nav.navbar .nav-item .content {
    margin-top: 5px;
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top {
    top: 0;
}   

.navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar, .navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
}

.container {
    max-width: 540px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.d-sm-none {
    display: none!important;
}

.d-sm-flex {
    display: flex!important;
}

.float-right {
    float: right!important;
}

.h5, h5 {
    font-size: 1.25rem;
}

.header .carousel .carousel-item.slide0 {
    background-image: url("https://i.ibb.co/kD2YkJt/clase-abiertam2.png");
}

.header .carousel .carousel-item.slide1 {
    background-image: url("https://i.ibb.co/s5g4prL/campus-virtualm.png");
}

.header .carousel .carousel-item.slide2 {
    background-image: url("https://i.ibb.co/cFTfjmj/curso-ni-om.png");
}

.header .carousel .carousel-item.slide3 {
    background-image: url("https://i.ibb.co/bRLPXxx/curso-adultom.png");
}

.header .carousel .carousel-item .inferior, .header .carousel .carousel-item .superior {
    margin-left: 5%;
    margin-top: 30px;
    width: 90%;
}

.header .carousel .carousel-item .inferior {
    margin-top: 150px;
}


.header .carousel .carousel-item .btn-group-lg>.btn, .header .carousel .carousel-item .btn-lg {
    font-size: 1.5rem;

}

section.header .carousel .carousel-item h1 {
    font-size: 1.8rem;
    font-weight: 900;
}

section.header .carousel .carousel-item h2 {
    font-size: 1.5rem;
    font-weight: 400;
}


section .container {
    position: relative;
    z-index: 1;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

section.presentation iframe, section.presentation img {
    margin-bottom: 2rem;
    width: 45%;
}

section.mobile-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    border-top: 1px solid #00a3de;
    z-index: 100;
}

section.mobile-contact {
    height: 72px;
    font-size: 2rem;
    border-top: 1px solid #ddd;
}

section.mobile-contact, section.mobile-contact .col {
    height: 70px;
    line-height: 50px;
}


section.mobile-contact .col-3 {
    height: 72px;
    line-height: 72px;
}



.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


img {
    vertical-align: middle;
    border-style: none;
}

.col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

#floating-whatsapp {
    left: 10px;
    bottom: 10px;
    width: 70px;
}

.d-block {
    display: block!important;
}

footer {
    margin-bottom: 30px;
    background-color: #d9d7c4;
}

}

/*FIN MOBILE STYLE*/


/*DESKTOP STYLE*/

@media (min-width: 768px){


nav.navbar {
    background-color: #652f8d!important;
    height: 80px;
    transition: all .3s ease;
}

nav.navbar * {
    color: #fff;
}

.navbar {
    padding: .5rem 1rem;
}

nav.navbar img {
    height: 40px;
    width: auto;
    display: block;
    transition: all .3s ease;
}

nav.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

nav.navbar .navbar-nav .nav-item i, nav.navbar .navbar-nav .nav-item svg {
    font-size: 1.5em;
}

nav.navbar .navbar-nav .nav-item .content {
    margin-left: 16px;
    line-height: 1.3em;
    font-size: .9em;
}

nav.navbar .nav-item .content {
    margin-top: 5px;
}

section.header-pagos img {
    height: 130px;
}


.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-top {
    top: 0;
}   

.navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar, .navbar>.container, .navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-expand-md>.container, .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand-md .navbar-nav {
    flex-direction: row;
}


.container {
    max-width: 720px;
}

.d-md-flex {
    display: flex!important;
}

.d-md-none {
    display: none!important;
}

.float-right {
    float: right!important;
}


.h5, h5 {
    font-size: 1.25rem;
}


.header .carousel .carousel-item.slide0 {
    background-image: url("https://i.ibb.co/MfQGtG7/clase-abierta2.png");
}

.header .carousel .carousel-item.slide1 {
    background-image: url("https://i.ibb.co/SRMfw5m/campusvirtuall.png");
}

.header .carousel .carousel-item.slide2 {
    background-image: url("https://i.ibb.co/BNKvwXp/curso-ni-o.png");
}

.header .carousel .carousel-item.slide3 {
    background-image: url("https://i.ibb.co/wMLq902/curso-adulto.png");
}




.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.header .carousel .carousel-item .superior {
    position: absolute;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 12rem;
    width: auto;
}

.header .carousel .carousel-item h1 {
    font-size: 3rem;
}

.header .carousel .carousel-item h2 {
    font-size: 2rem;
}

.header .carousel .carousel-item .inferior {
    position: absolute;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4rem;
    width: auto;
}

.pt-md-5, .py-md-5 {
    padding-top: 3rem!important;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}



}


@media (min-width: 992px){

.container {
    max-width: 960px;
}


.header .carousel .carousel-item {
    height: calc(100vh - 80px);
}

.col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}


}



@media (min-width: 1200px){
.container {
    max-width: 1140px;
}


}


/*FIN DESKTOP STYLE*/

