
.home__container .home__data .redes{
  margin-top: 1rem;
}
.home__container .home__data .redes a{
  padding: 0.5rem;
  font-size: 1.2rem;
}
.about{
    width: 100%;
    height: 80vh;
    background: white;
    padding: 2rem 3rem;
    overflow: hidden;
    position: relative;
}

.about .info-about{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}
.about .info-about .data-about{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}
.about .info-about .data-about .leyenda{
    color: #212121;
}
.about .info-about .data-about h2{
    font-size: 5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #fab125;
}
.about .info-about .data-about h3{
    color: #212121;
}
.about .info-about .data-about p {
  color: #555454;
  font-weight: lighter;
  letter-spacing: 0.02rem;
  width: 85%;
}


.about .info-about .img-about{    
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about .info-about .img-about .img{
    position: absolute;
    left: -10%;
    top: -2rem;
    width: 90%;
    filter: drop-shadow(5px 10px 10px rgba(0,0,0,.5));
    
}

.about .info-about .img-about .line{
    position: absolute;
    width: 80%;
    height: 80%;
    bottom: -2.3rem;
    right: -3rem;
    border: 2px solid #fab125;    
    background: transparent;
    
    
}
.about .line2 {
  position: absolute;
  width: 110%;
  height: 40%;
  bottom: -2.3rem;
  right: -3rem;
  border: 2px solid #fab125;  
  background: transparent;
} 

.about .info-about .img-about .data-img{
    position: absolute;
    color: #555454;
    bottom: 4rem;    
    font-size: 1.5rem;
    letter-spacing: 0.02rem;
    font-weight: lighter !important;
}

.about .info-about .img-about .data-img .redes{
    display: flex;
    flex-direction: column;
    z-index: 400 !important;
}
.about .info-about .img-about .data-img .redes div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.about .info-about .img-about .data-img .redes a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
    background: #fab125;
    color: #fff;
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
    width: 50px;
    height: 50px;
    margin: .2rem;
}
.about .info-about .img-about .data-img .redes a:hover{
    transform: translateY(-10px);
}

/* Media Query */
@media screen and (max-width: 650px){
  .about {
  padding: 1rem 2rem;
  width: 100%;
  height: 130vh;
  
}

.about .info-about {  
  grid-template-columns: repeat(1, 1fr);
}
.about .info-about .data-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.about .info-about .data-about h2 {
  font-size: 2.5rem;  
}
.about .info-about .data-about h3 {
  color: #212121;
}
.about .info-about .data-about p {
  color: #555454;
  font-weight: lighter;
  letter-spacing: 0.02rem;
  width: 100%;
}


.about .info-about .img-about .line {
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: -2.3rem;
  right: -3rem;
  border: 2px solid #fab125;
  background: transparent;
}

.about .info-about .img-about .data-img {
  position: absolute;
  color: #555454;
  bottom: 4rem;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
  font-weight: lighter !important;
}
.about .info-about .img-about .data-img .redes span, h6 {
  color: white;
}




}


/* Services */

#servicios{
  width: 100%;
  height: 100%;
  background: url(../img/services.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

#services{
  width: 100%;
  height: 30vh;
  background: white;
  padding: 1rem 2rem;
  display: flex;
justify-content: center;
align-items: center;

  
}

#services .s-info h2{ 
  margin: auto;
  color: #555454;
  text-align: center;
  font-weight: 200;
  width: 60%;
  font-size: 1.5rem;

}
#services .s-info a{
  margin: 1rem auto;
  width: 20%;
  display: flex;
  justify-content: center;
align-items: center;
color: white;
cursor: pointer;

}
.modal-header{
  background: #1b1b1b;
}

@media screen and (max-width: 650px){

  #services {
  height: auto;
}
#services .s-info h2 { 
  width: 90%;
  font-size: 1rem;
}
#services .s-info a {  
  width: 80%;
}
}

/* Usa */

#usa{
  width: 100%;
  height: 80vh;
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)),url(../img/lejano.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
#usa .usa-info{
  display: flex;
flex-direction: column;
justify-content: center;
align-items: center;


}
#usa .usa-info h2{
  text-transform: uppercase;
  font-size: 2.5rem;  
  font-weight: 200;

}
#usa .usa-info h2 span{
  font-size: 3.5rem;
  color: #fab125;
  font-weight: bold;

}
#usa .usa-info p{
  width: 60%;
  letter-spacing: 0.02rem;
  margin-top: 2rem;
  color: white;
  text-align: center;
  padding: 1rem 4rem;
  
}

@media screen and (max-width: 650px){
  #usa {
  width: 100%;
  height: auto;
  
}
#usa .usa-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#usa .usa-info h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 200;
}

#usa .usa-info p {
  width: 90%; 
  color: white;
  padding: 0rem 0rem;

}

}

/* Descargar */
#download{
  width: 100%;
  height: auto !important;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.5;
  text-transform: uppercase;
  text-align: center;
  padding: 2rem 2rem;
  border-top: solid 2px #fab125;
}

#download h2 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 100;
  color: #1b1b1b;
}

#download span{
  font-size: 3.5rem;
color: #fab125;
font-weight: bold;

}

#download a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: white;
  background: #fab125;
  font-size: 3rem;
  border-radius: 50%;
  padding: 1rem;
  margin-top: 2rem;
  transform: translateY(0);
  transition: all 0.5s ease;
}
#download a:hover {  
  transform: translateY(-10px);  
}
