body{
  position: relative;
  font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Merriweather', sans-serif;
}

section{
  overflow-x: hidden;
  overflow-y: hidden;
}

/*NAVBAR*/

.header-nav, .header-nav-sm{
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.btn-menu-sm{
  font-size: 32px;
}

.email-header{
  position: relative;
}
.btn-icon-header{
  border-radius: 0px;
  height: 100%;
  line-height: 68px;
  font-size: 28px;
  min-height: 75px;
  color: #fff;
  padding-bottom: 0;
  margin-top: -25px;

}

.link-contacto-header{
  color: #000;
  margin-top: 9px;
  font-size: 14px;


}

.link-contacto-header:hover{
  text-decoration: none;color: #000;
}

.btn-icon-header,.link-contacto-header{
  display: inline-block;
}

.logo-header{
  
}

.top-middle-logo{
  height: 66px;
}

.borde-navbar{
  border-top: 1px solid rgba(0,0,0,.3);
  border-bottom: 1px solid rgba(0,0,0,.3);
}

.verde-corporativo{
  background-color: #9cbb47;
}

.rojo-corporativo{
  background-color: #c72037;
}

.text-verde-corporativo{
  color: #7db521;
}

.text-rojo-corporativo{
  color: #c72037;
}

.section-padding{
  padding: 80px 0px;
}

.subrayado-verde{
  border-bottom: 3px solid #7db521;
}

.subrayado-rojo{
  border-bottom: 3px solid #c72037;
}

/****************
  SLIDER HOME
****************/
.slider-home{
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
}

.slider-gal{
  position: relative;
}

.slider-gal .owl-nav{
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}

.slider-item{
  position: relative;
  padding: 200px 0px;
}

@media (min-width: 768px){
  .slider-item{
    height: 80vh;
  }
}

.capa-slider{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 3;
}

.slide-img{
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.btn-slider{
  font-size: 24px;
  background-color: transparent;
  transition: all linear .2s;
  border-radius: 500px;
  padding: 10px 45px;
  border: 3px solid #fff;
  color: #fff;
  cursor:pointer;
}

.btn-slider:hover{

  background-color: #9cbb47;
  border: 3px solid #9cbb47;
  color: #fff;
  text-decoration: none;
}

.btn-slider:focus{
  outline: none;
}

.slide-info{
  z-index: 4;
}


/************
  Box-style
*************/

.box {
    padding: 20px 40px;
    text-align: center;
    border: solid 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .4);
    background-color: #ffffff;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.box h4 {
    text-transform: uppercase;
}

.box .box-icon {
    font-size: 120px;
    margin-bottom: 20px;
}

.box .box-icon i {
    color: #9cbb47;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon i {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/***************
  TESTIMONIALS
****************/
.testimonials{
  overflow-x: hidden;
}

.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}

.owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 40px;
    text-align: center;
    position: relative;
    cursor:pointer;
}

.owl-nav{
  text-align: center;
}

.owl-nav > button {
    display: inline-block;
    margin: 0 15px;
    font-size: 40px;
    text-align: center;
    position: relative;
    cursor:pointer;
    background-color: transparent;
    border: none;
    color: #fff;
}

.owl-nav > button:focus{
    outline: none;
}

.testimonial-area:before {
    opacity: 0.9
}

.testimonial {
    text-align: center;
}

.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}


/******
  PTU
*******/
.PTU-container, .clases-particulares-container, .info-contacto-header{
  padding-left: 100px;
  padding-right: 100px;
}

.btn-whatsapp-1, .btn-whatsapp-0 {
  margin-top: 15px;
  padding: 15px;
  border-radius: 0;
  font-size: 22px;
  border: 2px solid #9cbb47;
  background: white;
  color:#9cbb47;
}
.btn-whatsapp-0 {
  display: none;
}
.btn-whatsapp-1:hover {
  color: white;
  background: #9cbb47;
  border: 2px solid white;
}
.btn-whatsapp-1 i {
  font-size: 30px;
}


.btn-whatsapp-2, .btn-whatsapp-3 {
  margin-top: 15px;
  padding: 12px;
  border-radius: 0;
  font-size: 20px;
  border: 2px solid #9cbb47;
  background: none;
  color:white;
}
.btn-whatsapp-3 {
  display: none;
}
.btn-whatsapp-2:hover {
  background: #9cbb47;
  border: 2px solid #9cbb47;
}

.btn-whatsapp-4{
  margin-top: 15px;
  padding: 15px;
  border-radius: 0;
  /*font-size: 22px;*/
  color: white;
  background: #9cbb47;
  /*border: 2px solid white;*/
}

@media (min-width: 991px) and (max-width: 1185px) {
  .info-contacto-header{
    padding-left: 18px;
    padding-right: 18px;
  }
  .btn-whatsapp-2, .btn-whatsapp-1 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .btn-whatsapp-2, .btn-whatsapp-1 {
    font-size: 15px;
  }
}
@media (max-width: 767px){
  .btn-whatsapp-1 {
    font-size: 14px;
  }
  .btn-whatsapp-1 i {
  font-size: 22px;
  }
  .PTU-container, .clases-particulares-container{
    padding-left: 16px;
    padding-right: 16px;
  }
  .btn-whatsapp-2, .btn-whatsapp-1 {
    display: none;
  }

  .btn-whatsapp-3, .btn-whatsapp-0 {
    display: block;
    font-size: 20px;
  }

}


.titulo-PTU{
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 3px solid #fff;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom:60px;
}

.side-card{
  margin:0 0 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-card:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .4);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .4);
}

.PTU-container .side-card .info-side-card h3{
  color: #9cbb47;
  font-weight: bold;
}

.PTU-container .side-card{
    border: solid 1px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.side-card:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .8);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .8);
}

.side-card .img-side-card, .img-content{
  background-size: cover;
  background-position: center;
}

.PTU-container .info-side-card{
  padding: 48px;
}

.side-card hr{
  border-top: 1px solid rgba(0,0,0,.6);
}


/**********************
  CLASES PARTICULARES
**********************/

.titulo-clases-particulares{
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 3px solid #fff;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom:60px;
}

.card-clases-particulares{
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    position: relative;
    height: 100%;
}

.card-clases-particulares:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.7);
}
.card-clases-particulares .img-content {
  height: 280px;
  width: 100%;
  display: block;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.card-info-clases-particulares{
  color: #000;
}


/************
  CONTACTO
*************/
.contacto .side-icon-box{
  margin-bottom: 30px;
  position: relative;
  padding-left: 80px;
  width: 100%;
}

.contacto .side-icon-box .side-icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  font-size: 30px;
  color: #7db521;
}

.contacto .side-icon-box .side-icon-text{

}

.mapa-contacto{
  margin-top: 60px;
  width: 100%;
  background-color: #f1f1f1;
}


/************************
  APOYO PSICOPEDAGOGICO
*************************/

.portada-apoyo-psicopedagogico{
  position: relative;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-image: url("../img/apoyo-psicopedagogico.jpg");
  padding-top: 200px;
  padding-bottom: 200px;
}

.capa-apoyo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
}

.apoyo-info{
  position: relative;
  z-index: 2;
}
.icon-apoyo {
  display: inline-block;
  margin:auto;
  width: 200px;
  height: 200px;
  line-height: 220px;
  border-radius: 50%;
  border: 20px solid #9cbb47;

}

.icon-apoyo i{
  
  font-size: 100px;
  color: #c72037;
}


/*********
  FOOTER
**********/
footer{
  padding: 48px;
  background-color: #2b2b2b;
  color:#808080;
}

footer span{
  font-size: 20px;
}

footer span a, footer span a:hover{
  color:#808080;
  text-decoration: none;
}

@media (max-width: 870px){
  footer span{
    display: block;
    font-size: 16px
  }
}

.linea-blanca-footer{
  border-bottom: 2px solid #808080;
}

a.btn-footer{
  color: #2b2b2b; 
  background-color: #808080;
}



/*BOTON GO TO TOP*/
#go-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
    opacity: .6;
    transition: .3s;
}

#go-top:hover {
    opacity: 1;
}


/***************
  SIDE NAVBAR
***************/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1021;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,1);
    overflow-x: hidden;
    transition: 0.5s;
}


.overlay-content {
    position: relative;
    top: 25%; 
    width: 100%; 
    text-align: center; 
}


.overlay a {
    padding: 16px 8px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block; 
    transition: 0.3s; 
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}


@media screen and (max-height: 450px) {
    .overlay a {font-size: 16px}
    .overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 35px;
    }
} 

@media screen and (max-width:  520px) {
    .overlay a {font-size: 16px}
    .overlay .closebtn {
        font-size: 40px;
        top: 0px;
        right: 35px;
    }
}
.slider-gal p {
  font-size: 20px;
}
.iframe {
  display: block;
}
.footer-cap span{
  font-size: 16px;
}
.navbar-light .navbar-nav .nav-link {
  color: #c72037; /* 7db521 */

}
