@font-face {
    font-family: gotham;
    src: url("/fonts/gotham/gotham_bold.otf");
}
.font-gotham{
    font-family: gotham !important;
}
/* Classes */
.text-indent{
    text-indent: 30px;
}
.rounded{
    border-radius: 4px;
}
.bg-dark{
    background: #222222 !important;
}
.bg-grey{
    background: rgb(243, 243, 243) !important;
}
.bg-darkgrey{
    background: rgb(87, 87, 87) !important;
}
.text-scaffo{
    color: #C12258 !important;
}
.bg-scaffo{
    background: #C12258 !important;
}
/* .bg-white{
    background-color: #eee !important;
} */
/**/
.btn-scaffo{
    background: none;
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #eee;
    padding: 13px 40px;
    font-weight: 500;
    border: none;
}
.btn-scaffo:hover{
    cursor: pointer;
}
.btn-scaffo:hover span{
    color: #C12258;
}

.btn-scaffo:hover:after{
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}
.btn-scaffo::after {
    background: #fff;
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: #C12258 !important;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.btn-scaffo::before {
    background: #fff;
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.btn-scaffo span{
    position: relative;
    z-index: 2;
    font-size: 18px;
    color: #eee;
    padding: 13px 40px;
    font-weight: 500;
    text-indent: 0 !important;
}




/* Styles */
.top-navbar{
    height: 80px;
    border-bottom: 1px solid white;
}
.top-navbar .navbar{
    font-size: 16px;
    border-bottom: 2px solid #777;
}
.navbar-logo{
    width: 100px;
    /* border-radius: 100%; */
}
.logo-text{
    color: #eee;
    font-size: 16px;
}
.navbar-toggler{
    border-radius: 5px;
}
.navbar-toggler .icon-bar{
    background: #C12258;
}
.top-navbar.navbar-light .navbar-nav li .dropdown-menu .dropdown-item{
    color: #eee !important;
}

/* Banner */
.home-carousel{
    height: calc(100% - 110px) !important;
}
.first-section{
    display: flex;
    align-items: end !important;
}
.first-section .main-slide-container{
    padding-right: 30px;
    padding-left: 30px;
}
.first-section .iframe{
    position: absolute;
    top: 0;
    left: -90%;
    height: 173%;
    width: 281%;
    z-index: 90;
}
.first-section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 90;
    z-index: 95;
    background: rgba(0,0,0,0.5);
}
.banner-solicitud-inscripcion{
    background: #c12258;
    color: #fff;
    padding: 30px;
}
.banner-solicitud-inscripcion .heading{
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    font-family: Arial;
}
.banner-solicitud-inscripcion p{
    font-size: 18px;
    line-height: 24px;
}
.slide{
    background: rgba(200,200,200,0.5);
    border-radius: 20px;
    padding: 15px;
    z-index: 100;
}
.home-slide{
    padding: 0 !important;
    border-radius: 0 !important;
}
.fancy-slide .container,
.fancy-slide .row,
.fancy-slide .content{
    height: 100%;
}
.banner-solicitud-inscripcion .cta-wrapper a,
.fancy-slide .cta{
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
}
.fancy-slide.ingles{
    background: #c12258;
    color: #fff !important;
    padding: 10%;
}
.fancy-slide.proy-inst{
    background: #fff;
    color: #c12258 !important;
    padding: 10%;
}
.fancy-slide .slide-heading{
    font-family: gotham;
}
.fancy-slide .slide-heading .span-1{
    font-size: 3rem;
    line-height: 3.5rem;
}
.fancy-slide .slide-heading .span-2{
    font-size: 2rem;
    line-height: 2.2rem;
}
.fancy-slide .content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fancy-slide .deco-line{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -2;
}
.slide .heading{
    margin-bottom: 7px;
}
.slide .heading span{
    font-size:28px;
}
.slide .subheading-wrapper{
    display: grid;
    width: 100%;
    justify-content: center;
}
.slide .subheading{
    padding: 9px 15px !important;
    color:#C12258 !important;
    font-weight: bold;
    background: #fff !important;
    border-radius: 20px !important;
    margin-bottom: 7px !important;
}
.bs-slider:hover{
    cursor: default;
}
.slide .hover-btn-new::before,
.slide .hover-btn-new::after{
    width: 100%;
    text-align: center;
    left: 0 !important;
}

/* institucional */
.institucional .text-container{
    padding: 0 10% 30px 10%;
}
.institucional .gallery-container img{
    width: 100%;
    margin-bottom: 20px;
}


/* Timeline */

.timeline__items{
    min-height: 500px !important;
}
.timeline__item{
    height: 200px !important;
}
.timeline__item .timeline__item--bottom{
    transform: translateY(200px) !important;
}

/* Footer */
.footer-links li{
    font-size: 18px;
}
.footer-links-soi li a i{
    position: relative;
    top: 6px;
}
.footer-distributed .logo-aidep{
    width: 220px;
    position: relative;
    left: 15px;
}


/* Nav arrow */
#scroll-to-top > i{
    position: relative;
    top: 9px;
}


.timeline--horizontal .timeline__item:after{
    display: none !important;
}

.timeline__items{
    height: 670px !important;
}


.institucional-pic{
    width: 80%;
}
.article01-pic{
    width: 200px;
}

/**/
.section-heading{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0;
    font-style: italic;
}

/* Propuesta educativa*/
.propuesta .card{
    text-align: center;
    background: none;
    padding-top: 20px;
    border: none;
}

/* .propuesta .card:hover{
    cursor: pointer;
} */
.propuesta .card .propuesta-img{
    height: 12px;
}
.propuesta .card .card-heading{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    font-style: italic;
    transition: all 2s;
}
.propuesta .card.active .card-heading{
    color: #C12258 !important;
}
.propuesta .card .card-text{
    text-align: center;
    font-size: 14px;
    padding: 0 15px 15px 15px;
    margin-bottom: 0;
    min-height: 67px;
}

.propuesta .btn-scaffo{
    width: 110px;
    padding: 0;
    margin-bottom: 20px;
}
.propuesta .btn-scaffo span{
    padding: 0;
}
.propuesta .btn-scaffo::after {
    border-radius: 30px;
}

.propuesta-page{
    background: #eee;
}
.propuesta-page .heading,
.italic-heading{
    color: #C12258;
    font-family: Arial;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 0 0 10px 30px;
    font-style: italic;
    border-bottom: none;
}
.propuesta-page .text-wrapper{
    padding-top: 30px !important;
    color: #111;
}

.propuesta-page .img-wrapper img{
    max-width: 400px;
    height: auto;
    margin: 0;
}
.propuesta-page .carousel{
    background: #eee;
}
.propuesta-page .carousel-inner .slide-card{
    text-align: center;
}
.propuesta-page .carousel-inner .slide-card h4{
    font-weight: bold;
}
.propuesta-page .carousel-inner .slide-card p{
    line-height: 24px;
    font-style: italic;
}
.propuesta-page .carousel-inner .slide-card img{
    width: 150px;
}
.propuesta-page .bottom-gallery img{
    max-width: 100%;
}

.propuesta-page .carousel.mobile .slide-card{
    padding: 0 65px;
    min-height: 280px;
}
.propuesta-page .carousel.mobile .carousel-control-prev,
.propuesta-page .carousel.mobile .carousel-control-next {
    top: 40%;
}
.propuesta-page .carousel.mobile .carousel-control-prev,
.propuesta-page .carousel.mobile .carousel-control-next {
    font-size: 35px;
    width: 40px !important;
    height: 40px !important;
}

/* Plataforma */
.section-plataforma .btn-wrapper{
    display: grid;
    align-items: center;
    justify-content: center;
}
.section-plataforma .btn-wrapper a{
    display: flex;
    width: 120px;
    justify-content: center;
}


/* HISTORIA */
.timeline-section{
    /* background: url("../images/historia-bg.jpg");
    background-size: cover; */
    padding-top: 30px;
}
.timeline__content{
    padding: 0;
    border: none;
    border: 1px solid #ccc
}
.timeline__content .timeline-heading-wrapper{
    background: #C12258;
    text-align: right;
}
.timeline__content .timeline-heading-wrapper h4{
    color: #eee;
    font-weight: bold;
    margin-bottom: 0;
    padding: 5px 10px 5px;
}
.timeline__content .timeline-text-wrapper{
    padding: 10px;
}
.timeline__content .timeline-text-wrapper p{
    color: #222;
}

element.style {
    top: 200px;
}
.timeline--horizontal .timeline-divider{
    background-color: #C12258;
}
.timeline--horizontal .timeline__item .timeline__content:before{
    border-top: 12px solid #ccc;
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before{
    border-top: none;
    border-bottom: 12px solid #ccc;
}
.timeline-nav-button{
    border: 2px solid #C12258;
}

/* EQUIPO */
.equipo{
    padding-bottom: 40px;
}
.carousel-equipo{
    height: 240px;
    background: #fff;
}

.card-equipo .card-img-wrapper{
    text-align: center;
    margin-bottom: 10px;
}
.card-equipo .card-img-wrapper .equipo-img{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px 0px;
}
.equipo-img.alvaro{ background: url('/images/equipo/equipo-sprite.jpg');}
.equipo-img.maria{ background: url('/images/equipo/equipo-sprite.jpg'); background-position: 0px -600px !important;}
.equipo-img.susana{ background: url('/images/equipo/equipo-sprite.jpg'); background-position: 0px -700px !important;}
.equipo-img.ana-camilo{ background: url('/images/equipo/equipo-sprite.jpg'); background-position: 0px -100px !important;}
.equipo-img.belen{ background: url('/images/equipo/equipo-sprite.jpg'); background-position: 0px -300px !important;}
.equipo-img.katina{ background: url('/images/equipo/equipo-sprite.jpg'); background-position: 0px -400px !important;}
.equipo-img.andrea{ background: url('/images/equipo/equipo-sprite.jpg');background-position: 0px -200px !important;}
.equipo-img.marcelo{ background: url('/images/equipo/equipo-sprite.jpg'); background-position: 0px -500px !important;}

.card-equipo .card-text-wrapper{
    text-align: center;
    font-size: 14px;
}
.card-equipo .card-text-wrapper .card-text{
    line-height: 17px;
}
.card-equipo .card-text-wrapper .card-heading{
    font-size: 18px;
    font-weight: bold;
}

/* Solicitud de ingreso */
.solicitud-section{
    padding: 40px 0;
}
.solicitud-section .text-wrapper{
    display: grid;
    align-items: center;
    margin-bottom: 30px;
}

.white-bg-btn{
    color: #c12258;
    background: #fff;
    padding: 12px;
    border-radius: 5px;
}
.white-bg-btn:hover{
    color: #c12258;
}

/* Contacto */
/* .contact-column{
    display: flex;
    justify-content: center;
} */
.contact-wrapper .waap-icon{
    width: 20px;
    margin-bottom: 4px;
}
.work-with-us-column{
    display: flex;
    justify-content: center;
}
.work-with-us-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 30px;
    line-height: 20px;
}
.btn-work-with-us{
    background: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 2px;
    font-size: 14px;
}


.cellphone-a{
    font-size: 14px !important;
}
.email-result-wrapper .img-wrapper .logo-img{
    width: 150px;
}

/* noticias */
.article-wrapper{
    min-height: calc(100% - 80px);
    background: #eee !important;
    padding-top: 10px;
    padding-bottom: 30px;
}

.article-wrapper .row{
    height: 100%;
    background: #eee !important
}
.article-wrapper .text-wrapper{
    padding: 50px 30px 0px 50px;
}
.article-wrapper .article-heading{
    color: #C12258;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 0 0 10px 30px;
    letter-spacing: 2px;
    text-transform: uppercase; 
}
.article-wrapper .article-text{
    color: #222;
    text-align: justify;
    padding: 0 30px 0 30px;
    line-height: 22px;
}
.article-date-wrapper{
    padding-left: 30px;
    margin-top: 30px;
}
.article-date-wrapper .date-icon{
    width: 20px;
    padding-bottom: 10px;
}
.article-date-wrapper .date-text{
    color: #222;
}
.article-wrapper .img-wrapper{
    text-align: center;
}
.article-wrapper .article-img,
.article-carousel{
    width: 45vw;
    height: 29vw;
    background: none;
    display: inline-block;
}
.article-carousel .carousel-img{
    /* width: 100%; */
    height: 315px;
}

.article-carousel .carousel-chevron-wrapper{
    width: 100px;
    color: #777;
    font-size: 22px;
}
.article-carousel .carousel-control-prev{
    text-align: left;
    left: -15px;
}
.article-carousel .carousel-control-next{
    text-align: right;  
    right: -15px;
}

/* Lista de materiales */
.article-wrapper.lista-materiales{
    min-height: 0 !important;
}
.article-wrapper.lista-materiales .row{
    background: transparent !important;
}
.article-wrapper.lista-materiales .text-wrapper {
    padding: 20px 30px 0px 20px;
}
.article-wrapper.lista-materiales .article-heading{
    border-bottom: none !important;
}
.article-wrapper.lista-materiales .row .post-title{
    text-align: center;
    border-bottom: none !important;
    padding-bottom: 0;
}

/* jquery mobile loader style adaptation */
.ui-page{
    height: 100%;
}
.ui-loader{
    display: none;
    background: rgb(160, 160, 160) !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    padding-top: 40px;
    background-image: none !important;
}


.bienestar .profiles .profile-pic{
    border-radius: 100%;
    width: 170px;
    height: 170px;
    margin-bottom: 20px;
}
.bienestar .profiles .name{
    color: #C12258;
    font-family: Arial;
    font-weight: bold;
    margin-bottom: 5px;
    font-style: italic;
    border-bottom: none;
    padding: 0;
}
.bienestar .bottom-heading{
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
}

.carousel.ingles{
    min-height: 350px;
}
.carousel.ingles .icon{
    height: 12px;
}
.carousel.ingles .heading{
    color: #000;
    padding-left: 0;
}
.ingles-bot-banner{
    background: #C12258;
}
.ingles-bot-banner .heading{
    color: #fff !important;
}
.ingles-bot-banner p{
    color: #fff !important;
}
.ingles-footer{
    display: flex;
    justify-content: end;
    padding: 20px;
}
.ingles-footer img{
    height: 60px;
}

.proy-inst-page .slide-heading{
    max-width: 500px;
    margin-bottom: 10px;
}

.page-uniformes .img-uniforme{
    width: 100%;
}


/* MOBILE STYLES ___________________ */

@media only screen and (max-width: 350px) {
    .navbar-logo{
        width: 40px;
    }
    .navbar-brand{
        margin-right: 8px;
    }
    .logo-text{
        font-size: 15px;
    }
    .first-section .iframe{
        width: 300% !important;
    }
}
@media only screen and (max-width: 430px) {
    .top-navbar{
        padding: 0;
    }
    .top-navbar .navbar-brand{
        padding-left: 15px;
    }
    .top-navbar .navbar-toggler{
        margin-right: 15px;
    }
    .top-navbar .navbar-collapse{
        background: #C12258;
        padding-bottom: 15px;
    }
    .top-navbar .container-fluid{
        z-index: 100;
    }
    /* .box-slider .first-section{
        background-position: initial !important;
    } */
    .first-section .iframe{
        width: 280%;
    }
    .first-section .slide {
        width: 90%;
        margin-left: 5%;
    }
    .first-section .slide .big-tagline span,
    .first-section .slide .big-tagline .lead{
        font-size: 18px !important;
    }
    .article-wrapper{
        padding-bottom: 50px;
    }
    .article-wrapper .text-wrapper {
        padding: 20px 30px 0px 20px;
    }
    .article-wrapper .article-heading{
        padding: 0 0 10px 20px;
    }
    .article-wrapper .article-text{
        padding: 0 20px 0 20px;
    }
    .article-wrapper .img-wrapper{
        text-align: center;
    }
    .article-wrapper .article-img,
    .article-carousel{
        width: 85vw;
        height: 50vw;
        margin-top: 10px;
    }
    .top-navbar.navbar-light .navbar-nav .nav-item{
        padding: 0;
    }
    .section-plataforma .btn-wrapper{
        margin-top: 30px;
    }
    .carousel-indicators{
        display: none;
    }
    .institucional .gallery-container img{
        margin-bottom: 0;
    }    
    .footer{
        padding: 0 !important;
    }
    .footer .contact-wrapper{
        padding: 2rem !important;
        border-radius: 0;
    }
    .footer .form-wrapper{
        padding-bottom: 30px;
    }
    .footer-links li{
        font-size: 14px;
    }
    .footer-links i{
        margin-right: 0;
    }
    .footer-distributed .logo-aidep {
        width: 170px;
        position: relative;
        left: 5px;
    }
    .carousel.proy-inst{
        padding: 10px;
    }
    .page-uniformes .carousel-control-prev,
    .carousel.proy-inst .carousel-control-prev{
        left: 0 !important;
    }
    .page-uniformes .carousel-control-next,
    .carousel.proy-inst .carousel-control-next{
        right: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    /*Home banner*/
    .first-section .iframe{
        left:-128%;
        height: 100%;
        width: 350%;
    }
    .first-section{
        background-position: -274px 0 !important;
    }
    .banner-solicitud-inscripcion{
        background: #c12258;
        color: #fff;
        padding: 30px;
        text-align: center;
        padding-bottom: 25px !important;
    }
    .banner-solicitud-inscripcion .heading{
        color: #fff;
        font-weight: bold;
        font-size: 25px;
        font-family: Arial;
    }
    .banner-solicitud-inscripcion p{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
    }
    .banner-solicitud-inscripcion .cta-wrapper a{
        background: #fff;
        color: #c12258;
        padding: 10px;
        border-radius: 4px;
        font-size: 14px;
    }
    .fancy-slide.ingles{
        padding: 7% !important;
    }
    .fancy-slide .deco-line{
        height: 50%;
    }
    /*Propuesta*/
    .propuesta .card{
        margin-bottom: 30px;
    }
    .propuesta .card .card-img {
        height: auto;
    }
    .propuesta .card .text-wrapper{
        min-height: auto;
    }
    .ingles-footer{
        justify-content: center;
    }
    /*Historia*/
    .timeline-section{
        padding-top: 0 !important;
    }
    .timeline__wrap{
        padding-bottom: 30px;
    }
    .timeline__items {
        height: auto !important;
    }
    .timeline__item {
        height: auto !important;
        width: 95% !important;
    }
    /*Equipo*/
    .card-equipo{
        margin-bottom: 30px;
    }
    .box-slider .carousel-control-prev,
    .box-slider .carousel-control-next{
        top: 40%;
    }

    .carousel.ingles .carousel-control-prev, 
    .carousel.ingles .carousel-control-next {
        top: 50%;
    }
    /*Noticias*/
    .article-carousel .carousel-img{
        height: 167px;
    }
    .proy-inst-page .slide-heading{
        max-width: 100%;
    }
    .fancy-slide.proy-inst .slide-heading .span-2{
        font-size: 1.5rem;
        line-height: 3rem;
    }
  }


  /*________- ONLY DESKTOP STYLES __________ */

@media only screen and (min-width: 768px){
    .text-indent-md{
        text-indent: 30px;
    }
    .propuesta .btn-scaffo{
        position: absolute;
        bottom: 4px;
        left: 26%;
    }
    .timeline-section{
        height: 580px;
        padding-top: 10px;
    }
    .article-wrapper .article-img,
    .article-carousel{
        margin-top: 50px;
    }
    /* .article-carousel .carousel-img{
        height: 326px;
    } */
}

@media only screen and (min-width: 1240px){
    /*Home banner*/
    .first-section .iframe{
        left: -109%;
        height: 150%;
        width: 320%;
    }
}