/*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
#home {
  width: 100%;
  height: 75vh;
  background: url("../img/home/slider.jpeg") center center;
  background-size: cover;
  position: relative;
}

#home:before {
  content: "";  
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#home .container {
  position: relative;
}

#home h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
}

#home h1 span {
  color: #106eea;
}

#home h2 {
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}

#home p {
  color: #ffffff;
  
}

#home .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #FF5F59;
}

#home .btn-get-started:hover {
  background: #247cf0;
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #home {
    height: 100vh;
  }

  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #home .btn-get-started,
  #home .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #home {
    height: 120vh;
  }
}


/*--------------------------------------------------------------
# Principales servicios
--------------------------------------------------------------*/
.principales-servicios {
  padding: 15px 0;
  text-align: center;
}

.principales-servicios img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}


@media (max-width: 768px) {
  .principales-servicios img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Cambiamos historias
--------------------------------------------------------------*/
.cambiamos-historias-bg {
  background-color: #33397C;
}
.cambiamos-historias .content h3 {
  font-weight: 400;
  font-size: 40px;
}
.cambiamos-historias .content p {
  color: white;
  font-size: 14px;
  
}

/*--------------------------------------------------------------
# Como apoyar
--------------------------------------------------------------*/
.como-apoyar .icon-box {
  text-align: center;
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.como-apoyar .icon-box .icon {
  margin: 0 auto;
  width: 256px;
  height: 256px;
  background: #f1f6fe;    
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.como-apoyar .icon-box h4 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 24px;  
}

.como-apoyar .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.home-video-bg {
  background-color: #F2F2F2;
}
.home-video .content h3 {
  font-weight: 400;
  font-size: 40px;
}
.home-video .content p {  
  font-size: 14px;
  
}


/*--------------------------------------------------------------
# Alianzas
--------------------------------------------------------------*/
.alianzas {
  padding: 15px 0;
  text-align: center;
  background-color: white;
}

.alianzas img {
  max-width: 50%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.alianzas img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .alianzas img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Generosidad
--------------------------------------------------------------*/
.generosidad {
  padding: 80px 0;
  background: url("../img/home/generosidad.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.generosidad::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .icon-box {
  text-align: center;
  padding: 10px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  font-size: 13px;
  color: #666666;
}

.blog .icon-box .icon {
  margin: 0 auto;
  width: 256px;
  height: 256px;
  background: transparent;    
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}

.blog a {
  color: #666666;
}
