@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;400;500;700&family=Montserrat+Medium:wght@400;700&display=swap");
html,
body {
  width: 100%;
  height: 100%;
}

.navbar-light .navbar-toggler {
  border: 0;
}

.navbar {
  background-color: white;
}

.navbar-nav .nav-link {
  font-family: "Barlow";
  font-weight: 500;
  text-transform: uppercase;
  color: #1a3323 !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  font-size: 15px;
}

.navbar-nav .nav-item .nav-link.active {
  color: #e57c42 !important;
}

.nav-item .btn-redes {
  font-size: 13px;
  padding: 0.375rem 0.6rem;
  color: white;
}

.navbar-toggler {
  padding: 0.25rem 0;
}

.volver {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 15px;
  padding-top: 20px;
  color: #1a3323;
}


.masthead {
  margin-top: 80px;
  background: url(../img/bloque1b.png) no-repeat top center;
  margin-bottom: 0px;
}


.masthead h6 {
  font-family: "Barlow";
  font-weight: 400;
  color: #1a3323;
  font-size: 20px;
}

p {
  font-family: "Barlow";
  font-weight: 400;
  font-size: 20px;
  padding bottom: 20px;
}

.titulo1 {
  font-family: 'Montserrat medium', sans-serif;
  font-size: 40px;
}

.titulo2 {
  font-family: 'Montserrat medium', sans-serif;
  font-size: 35px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.titulo_verde {
  color: #83C89B !important;
  font-family: 'Montserrat medium', sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.text-primary {
  color: #519e70 !important;
}

.text-pink {
  color: #f18d44 !important;
}

.btn-secondary {
  background-color: #e57c42 !important;
  font-family: "Barlow";
  color: white;
  border: 0;
  border-radius: 22px;
  font-weight: 500;
  padding: 0.375rem 1.75rem;
}

/*como funciona*/
#como_funciona  {
  padding-top: 50px;
  padding-bottom: 50px;
}

#como_funciona img {
  max-width: 120px;

}

#como_funciona .titulo_verde {
  margin-top: 12px;
}

/*cursos*/
#cursos  {
  padding-top: 50px;
  padding-bottom: 50px;
}

#cursos img {
  max-width: 120px;

}

#cursos .titulo_verde {
  margin-top: 12px;
}


/*noticias*/
#noticias img {
  padding-top: 20px;
  max-width: 150px;
}

#noticias .titulo_verde {
  margin-top: 12px;
}

/* nuestras_act*/
#nuestras_act {
  background: #aaccb7
  padding-top: 172px;
  padding-bottom: 50px;
}

#nuestras_act .container {
  background-color: #aaccb7;
}

#nuestras_act p {
  max-width: 70%;
  margin: 0 auto;
}

#nuestras_act img {
  max-width: 340px;
}

#nuestras_act .titulos {
  color: #ffff;
  font-family: 'Montserrat medium', sans-serif;
  font-weight: bold;
  font-size: 25px;
}

#nuestras_act .precio {
  color: #1a3323 !important;
  font-family: 'Montserrat medium', sans-serif;
  font-size: 45px;
  font-weight: 800;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* requisitos*/
#requisitos {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

#requisitos img.star {
  max-width: 50px;
}

#requisitos img.imgvideo {
  max-width: 470px;
  width: 100%;
}

#requisitos .titulo_verde {
  font-size: 22px;
}

#requisitos p {
  font-size: 18px;
}

/* noticias*/
#noticias {
  padding-top: 80px;
  padding-bottom: 100px;
}

/* faqs*/
#faqs {
  background: #aaccb7;
  padding-top: 120px;
  padding-bottom: 100px;
  /*.panel-heading a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f165";
    float: right;
    transition: all 0.5s;
  }
  .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }*/
}

#faqs .container {
  background-color: #aaccb7;
}

#faqs .panel-heading {
  padding: 0;
  border: 0;
}

#faqs .panel-title > a,
#faqs .panel-title > a:active {
  font-family: "Barlow";
  font-weight: 500;
  display: block;
  padding: 15px;
  color: #1d1d1b;
  font-size: 19px;
  text-decoration: none;
  text-align: left;
  padding-left: 30px;
}

#faqs .panel-body {
  color: #fff;
  font-family: "Barlow";
  font-size: 18px;
  text-align: left;
  padding-left: 30px;
  padding-right: 20px;
}


/* contacto*/
#contacto {
  background: #fff;
}

#contacto .card {
  border: none;
  border-radius: 1.25rem;
}

#contacto input {
  border: 0;
  border-radius: 0px;
  background-color: #519e70;
  padding: 0.375rem 1.75rem;
  color: #ddd;
  max-width: 500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#contacto textarea {
  border: 0;
  border-radius: 0px;
  background-color: #519E70;
  padding: 0.375rem 1.75rem;
  color: #ddd;
  max-width: 500px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#contacto ::-webkit-input-placeholder {
  color: #ddd;
}

#contacto :-ms-input-placeholder {
  color: #ddd;
}

#contacto ::-ms-input-placeholder {
  color: #ddd;
}

#contacto ::placeholder {
  color: #ddd;
}

/* pie*/
#pie {
  background: #fff;
}

#pie p {
  padding-top: 5px;
  font-family: "Barlow";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.75;
}

#pie p.titulo {
  font-family: 'Montserrat medium', sans-serif;
  font-weight: 800;
  font-size: 16px;
  color: #ff903e !important;
}


.swiper-pagination-bullet {
  background-color: white;
}

.swiper-pagination2 {
  text-align: center;
}

.btn-redes {
  color: white;
  padding: 0.375rem 0.75rem;
  border-radius: 30px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.btn-redes .fab {
  margin: 0;
}

/*escuela*/
#escuela  {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

#escuela img {
  padding: 0;
  max-width: 300px;
  align-items: center;

}

#escuela .titulo_verde {
  margin-top: 12px;
}

/*gracias*/
#gracias  {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 230px;
}


#gracias .titulo_verde {
  margin-top: 12px;
}

/*ubicacion*/
#ubicacion  {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

/*programas*/
#programas  {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}

/*orientaciones*/
#orientaciones  {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}


footer {
  margin-top: 20px;
  padding: 8px 20px;
  background-color: #aaccb7;
  color: #000000;
  font-size: 0.8rem;
}

@media (min-width: 767px) {
  .masthead {
    min-height: 550px;
  }
}

@media (max-width: 1199px) {
  #nuestras_act .container {
    background-color: #B6D1BC;
    padding-top: 50px;
    max-width: 100%;
  }
  #faqs .container {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .nav-link {
    display: block;
    padding: 1rem;
  }
  .nav-item .btn-redes {
    margin-top: 20px;
    margin-left: 20px;

  }
  .masthead {
    background: url(../img/bloque1bcel.png) no-repeat top center;
    background-size: 120%;
  }
  .masthead h6 {
    font-size: 15px;
  }
  p {
    max-width: 80%;
    font-size: 16px;
    margin: auto;
  }
  #requisitos {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #requisitos p {
    margin-left: 0;
    margin-bottom: 30px;
    max-width: 90%;
    font-size: 18px;
  }
  #requisitos .titulo_verde {
    font-size: 19px;
  }
  #requisitos img.imgvideo {
    padding-top: 20px;
    padding-bottom: 20px;
}
  #faqs {
  background: #aaccb7;
  }
  #faqs {
    padding-top: 65px;
    padding-bottom: 60px;
  }
  #faqs .panel-title > a, 
  #faqs .panel-title > a:active {
    font-family: "Barlow";
    font-weight: 500;
    display: block;
    padding: 8px;
    margin-left: 15px;
    font-size: 18px;
  }
  .img-fluid {
    max-width: 80%;
    height: auto;
  }

  #contacto .titulo2 {
    padding-top: 0px;
  } 
  .mb-4, .my-4 {
    margin-bottom: 1rem!important;
  }   
  #como_funciona {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #como_funciona img {
    padding-top: 10px;
    max-width: 160px;
  }
    #como_funciona .col {
    padding-left: 70px;
    padding-right: 70px;
  }
  .titulo_verde {
    font-size: 19px;
  }
  #noticias .col {
    width: 90%;
    padding-left: 70px;
    padding-right: 70px;
  }
  #noticias img {
    max-width: 103px;
  }
  #nuestras_act {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  #nuestras_act img {
    max-width: 160px;
  }
  #nuestras_act .precio {
    padding-top: 10px;
    padding-bottom: 10px;
}
#nuestras_act .precio {
    font-size: 35px;
    }
    
  #noticias {
    padding-top: 50px;
    padding-bottom: 50px;
  }
 
  }
  .cards {
    display: none;
  }
  .titulo1 {
    font-family: 'Montserrat medium', sans-serif;
    font-size: 25px;
  }
  .titulo2 {
    font-family: 'Montserrat medium', sans-serif;
    font-size: 22px;
  }
  #suscripcion .titulo2 {
    font-size: 22px;
  }
  #suscripcion p {
    font-size: 15px;
  }
  #suscripcion .input {
    margin-bottom: 15px;
  }
  #suscripcion a {
    margin-left: 0 !important;
  }
  #pie .nav-link {
    display: none;
    padding: 0.5rem;
    text-align: center;
  }
  #pie div {
    text-align: center;
  }
  #pie .divredes {
    margin-top: 20px;
  }

/*# sourceMappingURL=style.css.map */


/*galeria */
.galeria{
    font-family: 'open sans';
}

.galeria h1{
    text-align: center;
    margin:20px 0 15px 0;
    font-weight: 300;
}

.linea{
    border-top: 5px solid #e57c42;
    margin-bottom: 40px;
}

.contenedor-imagenes{
    display:flex;
    width: 85%;
    margin: auto;
    justify-content: space-around;
    flex-wrap: wrap;
    border-radius:3px;
}

.contenedor-imagenes .imagen{
    width: 32%;
    position: relative;
    height:250px;
    margin-bottom:5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, .75)
}
.imagen img{
    width: 100%;
    height:100%;
    object-fit: cover;
}

.overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    background:rgba(229, 124, 66, 0.781) ;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: .5s ease;
}

.overlay h2{
    color: #fff;
    font-weight: 300;
    font-size:30px;
    position: absolute;
    top: 50%;
    left:50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.imagen:hover .overlay{
    height:100%;
    cursor: pointer;
}

@media screen and (max-width:1000px){
    .contenedor-imagenes{
        width: 95%;
    }
}

@media screen and (max-width:700px){
    .contenedor-imagenes{
        width: 90%;
    }
    .contenedor-imagenes .imagen{
        width: 48%;
    }
}

@media screen and (max-width:450px){
    h1{
        font-size:22px;
    }
    .contenedor-imagenes{
        width: 98%;
    }
    .contenedor-imagenes .imagen{
        width: 80%;
    }
}