/*AZUL: 074761
NARANJA: FF590D;
VERDE: 7cc2a8;
*/
/* GLOBAL STYLE */

@font-face {
    font-family: LemYelSun;
    src: url(../fonts/lemonYellowSun.otf);
}

@font-face {
    font-family: Andika;
    src: url(../fonts/AndikaNewBasic-R.ttf);
}

body {
    /*padding-top: 50px;*/
    
    font-family: Andika, 'Open Sans', Helvetica, Arial, sans-serif;
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    text-transform: uppercase;
    font-family: LemYelSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
    /*text-align: justify;*/
    /*text-justify: inter-word;*/
}

.page-header {
    border-bottom: 0;
}

.page-header h2 {
    font-size: 44px;
    font-weight: 900;
}

.page-header small {
    font-weight: 900;
}
/* NAVBAR STYLE */

.navbar {
    font-family: Andika, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 550;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.8);
    text-transform: versalite;
}

.navbar-brand {
    font-family: LemYelSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.navbar .btn-group {
    padding: 0 15px;
}

.navbar .btn {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.navbar-btn .active {
    color: red;
    font-size: 15px;
    font-weight: 600;
}

/*#btn-padres {
    background-color: #FF7C40
}

#btn-noticias {
    background-color: #074761
}*/
/* INTRO STYLE */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
}

.intro .container {
    height: 100%;
    width: 100%;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.intro .row,
.intro .col-sm-8 {
    height: 100%;
}

.idiomas-group {
    padding: 30px 0 0 0;
    visibility: hidden;
}

.idioma-logo {
    width: 40px;
    height: 40px;
}

@media(min-width:768px) {
    .collapse-idiomas-group {
        visibility: hidden;
    }
    .idiomas-group {
        visibility: visible;
        margin-top: 40vh;
    }
    .idioma-logo {
        width: 60px;
        height: 60px;
    }
}

.collapse-idiomas-group {
    max-height: 50px;
}

.intro-img {
    width: 90%;
    height: auto;
}

@media(min-width:767px) {
    .intro-img {
        height: 90%;
        width: auto;
    }
}

#intro-idiomas {
    text-align: center;
}

.fa-chevron-circle-down {
    font-size: 60px;
    color: #074761;
}
/* SERVICIOS*/

#section-servicios {
    padding-bottom: 50px;
}

.servicios-iconos-lg {
    padding: 20px 0 40px;
}

.servicios-iconos-lg img {
    width: 200px;
    margin-bottom: 30px;
}

.servicios-iconos-sm {
    padding-top: 20px;
    margin-bottom: 40px;
}

.servicios-iconos-sm img {
    width: 125px;
    margin-bottom: 30px;
}

.servicios-iconos-sm ul {
    list-style-type: none;
}

.intro-servicios {
    font-size: 22px;
    font-weight: 500;
    margin: 25px 0 15px 0;
}
/* INSTALACIONES */

#section-instalaciones {
    padding-bottom: 70px;
}

.nav-rooms img {
    width: 80%;
    padding: 10px;
}

#mapa-central {
    padding: 60px 0 25px;
}

.tab-clase-cuerpo {
    padding-top: 25px;
}

.tab-clase-imgs {
    padding-right: 25px;
}

.tab-clase-texto {
    padding-left: 25px;
}
/* SECTIONS */

section {
    padding: 125px 0 100px 0;
}

.even-section {
    background-color: #ff9769;
    color: #fff;
}

.even-section small {
    color: #fff;
}

.even-section h2 {
    color: #074761;
}

.odd-section h2 {
    color: #074761;
}

.odd-section small {
    color: #FF590D;
    font-size:
}

#section-proy-educativo {
    padding-bottom: 20px;
    background-image: url(../img/school.png);
    background-repeat: repeat;
}

#section-proy-educativo .cita {
    font-family: LemYelSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin: 0px;
}

#section-proy-educativo .autor {
    font-family: LemYelSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 0px;
}

#section-proy-educativo .container {
    border-top: 20px;
}

#section-instalaciones .tab-content {
    padding: 50px 20px;
}

.carousel.slide {
    max-height: 500px;
    /*the largest you want the image to stretch*/
    
    min-height: 500px;
    /*//the "container" width */
    
    overflow: hidden;
}

.carousel-inner {
    height: 1000px;
    top: 50%;
    margin-top: -250px;
}

#section-pollo {
    padding: 0;
    margin: 0;
}
/* MODAL DIALOG */

.modal-dialog {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    margin: auto 0%;
    width: 330px;
    height: 250px;
}

.modal-content {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-body {
    font-size: 50px;
    text-align: center;
    height: 100%;
    padding-top: 35px;
}

.modal-body img {
    height: auto;
    width: 100%;
}
/* SECCIONES DE DIBUJOS */

.fondo-pollo {
    background-color: #6dba9d;
    height: 300px;
}

#pollo img {
    width: 400px;
    height: auto;
}

#section-montanya {
    background-image: url(../img/school.png);
    background-repeat: repeat;
    padding: 0;
    margin: 0;
}

#section-montanya .container-fluid {
    padding: 0;
}

#section-montanya img {
    width: 100%;
}

.section-separador-dibujos {
    padding: 0;
    margin: 0;
}

.section-separador-dibujos .container-fluid {
    padding: 0;
}

.section-separador-dibujos img {
    width: 100%;
}
/* SECCION MAPA */

section.map {
    height: 500px;
    margin: 0;
    padding: 0;
    background-color: #ccc;
}

.map #map-canvas {
    height: 100%;
    width: 100%;
}

#section-direccion {
    padding-bottom: 150px;
}

#section-fotos-directoras {
    padding: 0;
}

#section-fotos-directoras .col-md-2,
#section-fotos-directoras .col-md-3,
#section-fotos-directoras .col-md-6 {
    padding: 0;
    background-color: #6dba9d
}

.img-directoras {
    width: 100%;
    height: auto;
}

.rounded-true img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profesora:hover img {
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: normal;
    -webkit-filter: grayscale(0);
}

.profesora img {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    ms-backface-visibility: hidden;
}

.profesora {
    padding-top: 50px;
}

.titulo-profesoras {
    padding: 50px 0 0 0;
}

#clock {
    padding: 0;
}

#section-horarios {
    padding: 160px 0 80px 0;
}

#slick-instalaciones-1 {
    margin-bottom: 0;
}

#content-instalaciones .tab-content {
    padding-top: 0;
}

.tab-clase-imgs {
    padding-top: 10px;
}

#section-contacto {
    padding: 120px 0 150px 0;
}

#section-contacto img {
    padding-top: 110px;
    padding-left: 40px
}

#section-contacto .formulario {
    padding-top: 10px;
}

#section-contacto .page-header {
    padding-bottom: 30px;
}

#section-dossier {
    min-height: 80px;
    padding: 12px 0 0 0;
    margin: 0;
    background-color: #FF7C40;
    color: white;
}

#section-dossier p {
    font-size: 23px;
    padding-top: 5px;
}

.btn-default {
    background-color: #074761;
    color: white;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 6px;
}

#btn-enviar-mensaje {
    font-size: 14px;
    padding: 10px 20px;
}

#btn-dossier {
    margin-top: 5px;
    font-size: 18px;
    padding: 12px 24px;
    margin-bottom: 15px;
    min-width: 225px;
}

#btn-visita {
    margin-top: 5px;
    font-size: 18px;
    padding: 12px 24px;
    margin-bottom: 15px;
    min-width: 225px;
}

footer {
    padding: 70px 0 60px;
}

footer img {
    width: 50%;
}

footer .direccion {
    padding: 30px 0;
}

footer .social {
    padding: 40px 0 0;
}

footer .social a {
    color: #FF7C40;
    font-size: 10px;
}

footer .copyright {
    font-size: 6px;
    padding: 13px 0;
}

footer .fa {
    padding: 0 10px
}

#section-authors {
    margin: 0;
    background-color: #fff;
    color: black;
    padding: 0;
    margin: 0;
}

#section-authors p {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 25px 5px 20px;
    color: #8c8e91;
    opacity: 0.8;
    margin: 0;
}



.iframemaps  {
    top:0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    #section-authors p {
        font-size: 11px;
        letter-spacing: 1px;
        padding: 10px 5px 10px;
        color: #8c8e91;
        opacity: 0.8;
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    p.lectura {
        margin: 0 0 35px;
        font-size: 16px;
        line-height: 1.9;
    }
    #btn-dossier {
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .page-header h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    p {
        margin: 0 0 35px;
        font-size: 14px;
        line-height: 1.9;
    }
    #section-proy-educativo .cita {
        font-family: LemYelSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 1.5px;
        margin: 0px;
    }
    .titulo-profesoras {
        padding: 0px 0 0 0;
    }
    #section-proy-educativo .autor {
        font-family: LemYelSun, "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: 1.5px;
        padding-top: 5px;
    }
    .intro-servicios {
        font-size: 18px;
        font-weight: 500;
        margin: 25px 0 15px 0;
    }
}
