#socials {
  width: 100%;
  min-height: 400px;
  max-height: 1800px;
  background-color: var(--secondary);
  padding: 3.5rem;

}

#socials-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:1rem 3rem;
  gap: 4rem;
}

.box-socials {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  gap: 4rem;
}
.text-socials {
  display: flex;
  width: 70%;
  height: auto;
  flex-direction: column;
}

.title {
  font-style: italic;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 3rem;
  color: var(--tertiary);
  margin: 4rem 0rem;
}

.subtitle {
  display: flex;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--tertiary);
  width: 100%;
  height: auto;
  align-self: center;
  flex-direction: column;
}

.info-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aspas-top-left,
.aspas-bottom-right {
  width: 20%;
  height: auto;
}

.insta-card {
  width: 37%;
  height: auto;
}

.socials-follow {
  width: 100%;
  height: auto;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tertiary);
  background-color: var(--primary);
  gap: 1rem;
  padding: 1rem;
}

.socials-follow h4 {
  font-size: 2.5rem;
  width: 60%;
  align-self: center;
}

#social-icons {

  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;

}
#social-icons i {
  font-size: 25px;
  padding: 8px;
  border: 2px solid var(--tertiary);
  border-radius: 50%;
  transition: none 0.4 ease;
  color: var(--tertiary);
}

#social-icons i:hover {
  font-size: 25px;
  background-color: var(--secondary);
  border: 2px solid var(--tertiary);
  border-radius: 50%;
  transition: ease-in;
  color: var(--tertiary);
}

@media screen and (max-width: 768px) {
  .box-socials {
  flex-wrap: wrap-reverse;
  }
  .insta-card {
    width: 60%;
    height: auto;
  }
  .text-socials {
  
    width: 100%;
    
  }
  .socials-follow {
  flex-wrap: wrap;
  width: 100%;
  }
  .socials-follow h4 {
  
    width: 100%;
   text-align: center;
  }
}

@media screen and (max-width: 630px) {
  .box-socials {

  }
  .insta-card {
    width: 70%;
    height: auto;
  }
  .text-socials {
  
    width: 100%;
    
  }
  .socials-follow {
  flex-wrap: wrap;
  width: 100%;
  
  }
  .socials-follow h4 {
  font-size: 1.5rem;
    width: 100%;
   text-align: center;
  }
  #social-icons {
  gap: 1rem;
  width: 100%;

}
    .title {
      font-style: italic;
      font-size: 1.5rem;
      font-weight: 200;
      line-height: 2rem;
      color: var(--tertiary);
      margin: 4rem 0rem;
    }
}

@media screen and (max-width: 525px){
  #social-icons i {
    font-size: 1rem;
  }
  #socials {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 425px){
  #socials-container {
   
    padding:1rem 1.5rem;
   
  }
  #social-icons i {
    font-size: 1rem;
  
  }
}

@media screen and (max-width: 425px){
  
  #social-icons i {
    font-size: 0.8rem;
  
  }
}