/* ABOUT SECTION */

.about {
  display: flex;
  padding: 0px 15px 0px 15px;
  margin: 0px 75px 0px 75px;
  flex-direction: column;
}

.about__title {
  display: flex;
  color: #1A2533;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}

.about__title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.title__somos {
  font-size: 35px;
  line-height: 24px;
  border-bottom: 6px solid #CBD42F;
  margin: 0px;
  width: max-content;
  font-weight: 400;
  display: flex;
}

.title__somos p {
  margin: 0;
}

.title__cotton {
  font-size: 58px;
  line-height: 50px;
  margin: 15px 0 0 0 ;
}

.about__text {
  padding-top: 40px;
  color: #1A2533;
}

.about__text p {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px 0;
}

@media (max-width: 1100px) {
  .title__somos {
    font-size: 35px;
    border-bottom: none;
    margin: 0px;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
  }

  .title__somos p {
    border-bottom: 6px solid #CBD42F;
    margin: 10px 0 0 0;
  }
  
  .title__cotton {
    font-size: 55px;
    line-height: 90px;
    margin: 0px;
  }
}

@media (max-width: 753px) {

  .about {
    display: flex;
    padding: 0px 15px 0px 15px;
    margin: 0px 20px 0px 20px;
    flex-direction: column;
  }

  .about__title {
    display: flex;
    color: #1A2533;
    text-transform: uppercase;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    flex-direction: column-reverse;
  }

  .about__title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .about__title {
    display: flex;
    color: #1A2533;
    text-transform: uppercase;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    text-align: center;
  }
  
  .title__somos {
    font-size: 24px;
    border-bottom: none;
    margin: 0px;
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
  }

  .title__somos p {
    border-bottom: 5px solid #CBD42F;
    margin: 10px 0 0 0;
  }
  
  .title__cotton {
    font-size: 32px;
    line-height: 50px;
    margin: 0px;
  }
}

/* PRODUCTION SECTION */

.production {
  display: flex;
  padding: 0px 15px 0px 15px;
  margin: 0px 75px 0px 75px;
  flex-direction: column;
}

.production__title {
  color: #1A2533;
  width: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.production__title h1 {
  width: 240px;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
}

.production__title h1 strong {
  font-size: 42px;
}

.production__image {
  padding: 15px 0px 15px 0px;
}

.production__image img {
  width: 100%;
  height: auto;
}

.production__text {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 35px;
}

.production__bullets {
  padding: 0px 25px 0px 25px;
}

.bullets__container {
  display: flex;
  gap: 25px;
  padding-top: 10px;
}

.bullets__text {
  color: #1A2533;
}

.bullets__text h1 {
  font-size: 24px;
  text-transform: uppercase;
}

.bullets__text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px;
}

.bullets__image img {
  width: 57px;
  height: auto;
}

@media (max-width: 710px) {

  .production {
    display: flex;
    padding: 0px 15px 0px 15px;
    margin: 0px 20px 0px 20px;
    flex-direction: column;
  }

  .production__title {
    color: #1A2533;
    width: 100%;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
  }
  
  .production__title h1 {
    width: 240px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
  
  .production__title h1 strong {
    font-size: 32px;
  }

  .production__image {
    margin: 0 -20px;
  }

  .production__image img {
    width: 110%;
    height: auto;
    margin: 0 -20px;
  }

  .production__bullets {
    padding: 0px;
  }

  .bullets__container {
    display: flex;
    gap: 15px;
    padding-top: 10px;
  }

  .bullets__text h1 {
    font-size: 16px;
    text-transform: uppercase;
  }
  
  .bullets__text p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 35px;
  }
  
  .bullets__image img {
    width: 40px;
    height: 42px;
  }
}

/* GOAL SECTION */

.goal {
  display: flex;
  padding: 0px 15px 0px 15px;
  margin: 0px 75px 0px 75px;
  flex-direction: column;
  align-items: center;
}

.goal h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1A2533;
}

.goal h1 strong {
  font-size: 42px;
}

.goal__images {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 90%;
}

.goal__images img {
  width: 170px;
  height: 170px;
  padding: 0 10px 20px 10px;
}

.goal__text {
  font-size: 18px;
  line-height: 28px;
  margin: 20px 70px 50px 70px;
  color: #1A2533;
}

@media(max-width: 810px) {
  .goal__text {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 25px 0;
    color: #1A2533;
  }
}

@media(max-width: 710px) {
  
  .goal h1 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
  
  .goal h1 strong {
    font-size: 32px;
  }
}

@media(max-width: 603px) {
  .goal {
    display: flex;
    padding: 0px 15px 0px 15px;
    margin: 0px 20px 0px 20px;
    flex-direction: column;
  }

  .goal__images img {
    width: 100px;
    height: 100px;
    padding: 0 5px 10px 5px;
  }
}

/* CERTIFICATE SECTION */

.certificate {
  display: flex;
  padding: 0px 15px 0px 15px;
  margin: 0px 75px 0px 75px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.certificate h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1A2533;
}

.certificate h1 strong {
  font-size: 42px;
}

.certificate__subtitle {
  font-size: 26px;
  color: #1A2533;
  border-bottom: 7px solid #CBD42F;
  margin: 10px 0 30px 0;
  line-height: 18px;
  font-weight: 400;
}

.certificate__text {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px;
  color: #1A2533;
  text-align: left;
  width: 100%;
}

.certificate__bullets__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 35px 0;
  text-align: left;
  width: 100%;
}

.certificate__bullet {
  font-size: 18px;
  line-height: 28px;
  color: #1A2533;
}

.certificate__container {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}

.certificate__item {
  width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.certificate__item img {
  height: 144px;
  width: auto;
}

.certificate__item h2 {
  color: #1A2533;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.certificate__item h2 i {
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
}

.certificate__accordion__text {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0 35px;
  color: #1A2533;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.certificate__item.active h2 i {
  transform: rotate(180deg);
}

.certificate__item.active .certificate__accordion__text {
  max-height: 100%;
}

@media(max-width: 710px) {
  .certificate h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #1A2533;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }

  .certificate__subtitle {
    font-size: 26px;
    color: #1A2533;
    border-bottom: 7px solid #CBD42F;
    margin: 10px 0 30px 0;
    line-height: 23px;
    font-weight: 400;
  }
  
  .certificate h1 strong {
    font-size: 32px;
  }
}

@media(max-width: 992px) {
  .certificate {
    display: flex;
    padding: 0px 15px 0px 15px;
    margin: 0px 20px 0px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }  
}

/* PARTNERS SECTION */

.partners {
  display: flex;
  padding: 0px 15px 0px 15px;
  margin: 0px 75px 0px 75px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partners h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1A2533;
}

.partners h1 strong {
  font-size: 42px;
}

.partners__container {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.partners__accordion {
  background-color: #eff5fe;
  border-radius: 46px;
  cursor: pointer;
}

.partners__accordion h2 {
  height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 75px;
  text-transform: uppercase;
  color: #1A2533;
  margin: 0px;
}

.accordion__partner {
  margin: 0 75px;
  border-top: 1px solid #3F4B6680;
  margin-bottom: 50px;
}

.accordion__partner img {
  width: 150px;
  height: auto;
  margin: 25px 0px;
}

.accordion__partner h3 {
  color: #1A2533;
  font-size: 18px;
}

.accordion__partner p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 25px;
}

.accordion__partner p a {
  color: #1A2533;
  text-decoration: underline;
  cursor: pointer;
}

.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.partners__accordion.active .accordion__panel {
  max-height: 7000px;
}

.partners__accordion h2 i {
  transition: transform 0.3s ease-in-out;
}

.partners__accordion.active h2 i {
  transform: rotate(180deg);
}

@media (max-width: 710px) {

  .partners h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #1A2533;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
  }
  
  .partners h1 strong {
    font-size: 32px;
  }
}

@media (max-width: 660px) {

  .partners__accordion h2 {
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    text-transform: uppercase;
    color: #1A2533;
    margin: 0px;
    font-size: 14px;
  }

  .accordion__partner {
    margin: 0 40px;
    border-top: 1px solid #3F4B6680;
    margin-bottom: 50px;
  }
}

.commitments {
  display: flex;
  padding: 0px 15px 0px 15px;
  margin: 0px 75px 0px 75px;
  flex-direction: column;
}

.text {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px;
}

.text--center {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px;
  text-align: center;
}

.section-title__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
}

.section-subtitle {
  margin: 0;
  font-size: 30px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1A2634;
}

.section-title {
  margin: 0;
  font-size: 42px;
  line-height: 48px;
  text-transform: uppercase;
  color: #1A2634;
}

.section-title__container img {
  width: 104px;
  height: 102px;
  margin: 8px 0;
}

.text-box {
  color: #1A2634;
  background-color: #EFF5FE;
  border-radius: 20px;
  padding: 55px 42px 30px 42px;
  margin: 30px 0;
}

.cards__container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
  margin-bottom: 40px;
}

.card {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 20px;
  padding: 20px 0;
}

.card img {
  height: 80px;
  width: 85px;
  object-fit: contain;
}

.card p {
  font-weight: 500;
  font-size: 20px;
  color: #1A2634;
}

@media (max-width: 992px) {

  .commitments {
    display: flex;
    padding: 0px 15px 0px 15px;
    margin: 0px 20px 0px 20px;
    flex-direction: column;
  }

  .text {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 35px;
  }

  .section-subtitle {
    margin: 0;
    font-size: 20px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1A2634;
  }
  
  .section-title {
    margin: 0;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #1A2634;
  }

  .section-title__container img {
    width: 92px;
    height: 90px;
    margin: 8px 0;
  }

  .card {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 20px;
    padding: 20px 0;
  }

  .card img {
    height: 60px;
    width: 64px;
    object-fit: contain;
  }
  
  .text--center {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 35px;
    text-align: left;
  } 
}