/*--------PAGE INICIO--------*/
.hero-work, .hero-portafolio, .hero-about {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  padding-top: 10px;
}

  
/*-----------PORTADABLOG----------*/

.hero-cover{
    opacity: 100%;
    position: relative;
    background-image: url(/img/general/BannerBasico.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.4);
  }
  
  .hero-cover::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgb(165, 53, 53);
    position:absolute;
    top: 0;
    left: 0;
    opacity: 70%;
    z-index: 0;
  }

  .hero-border{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-info-cover{
    width: 100%;
    max-width: 800px;
    padding-top: 130px;
    padding-bottom: 20px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .hero-info-cover h1{
    font-size: 50px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 5px 5px 8px #2c2c2c;
    transform: translateY(-3px);
    font-family: 'tipoPoppinsbold';

  }
  
  .hero-cover h3{
    color: #ffffff;
    font-size: 30px;
    font-family: 'tipoPoppinsbold';
  }
  .hero-cover p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 20px;
    text-align: justify;
  }

  .hero-socialmedias{
    z-index: 3;
    margin-bottom: 40px;
  }
  
  .hero-socialmedias img{
    width: 15%;
    padding: 10px;
    
  }

  @media screen and (max-width:  460px) {

    .hero-info-cover p{
      font-size: 15px;
    }
  }
/*-------------HERO PORTAFOLIO---------------*/


.hero-portafolio h2{
  text-align: justify;
  font-size: 30px;
  font-family: 'tipoPoppinsbold';

}

.hero-portafolio-carrusel{
  width: 100%;
  box-shadow: 5px 7px 7px rgba(0, 0, 0, 0.4);
}

.hero-portafolio p{
  text-align: justify;
}

/*----------------HERO WORK---------------*/

.hero-work-cartas{
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 1;
}
.hero-work h2{
  text-align: center;
  font-size: 30px;
  font-family: 'tipoPoppinsbold';
}

.hero-work h1{
  font-size: 20px;
  font-family: 'tipoPoppinsbold';
}
.hero-work p{
  font-size: 15px;
}

.img-hero-work{
  width: 100%;
  margin-bottom: 20px;
}

/*----------------HERO ABOUT---------------*/

.hero-about{
  padding-bottom: 0px;
}

.hero-about h2{
  text-align: center;
  font-size: 30px;
  font-family: 'tipoPoppinsbold';
}

.hero-about p{
  text-align: justify;
}

.img-hero-about{
  width: 100%;
}

.hero-about-logros{
 padding-top: 10px;
  }