/*MAIN*/

main {
  background: var(--color-body);
}

.video {
  width: 100%;
  object-fit: cover;
}

#presentation {
  padding-top: 150px;
  padding-bottom: 150px;
  background: var(--color-fondo);
}

.text-presentation {
  background: var(--color-fondo);
}

.img-worship img {
  /* aspect-ratio: 218/145; */
  width: 494px;
  height: auto;
  border-radius: 5% !important;
  /* object-fit: cover; */
}

.text-presentation p {
  font-family: "Roboto Mono";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-wrap: balance;
}

/*WORK*/

#work {
  padding-top: 100px;
  padding-bottom: 100px;
}

.badges {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.title-cards {
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#social-work {
  background: var(--color-fondo);
  padding: 10%;
}

.img-work {
  border-radius: 55%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.text-cards {
  font-family: "Roboto Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#campaign {
  padding: 10%;
}

#advanced {
  background: var(--color-fondo);
  padding: 6%;
}


/*RESPONSIVE*/

@media (width <= 1280px) {
  /*MAIN*/

  .text-presentation p {
    font-size: 16px;
  }

  /*WORK*/

  .title-cards {
    font-size: 24px;
  }

  .text-cards {
    font-size: 16px;
  }

}

@media (width <= 1028px) {
  /*MAIN*/

  .text-presentation p {
    font-size: 16px;
  }

  /*WORK*/

  .title-cards {
    font-size: 24px;
  }

  .text-cards {
    font-size: 14px;
  }
  
}

@media (width <= 900px) {
  /*MAIN*/

  .text-presentation p {
    font-size: 14px;
  }

  /*WORK*/

  .title-cards {
    font-size: 20px;
  }

  .text-cards {
    font-size: 12px;
  }
  
}

@media (width < 768px) {

  #presentation {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #campaign div:nth-child(2) {
    text-align: start !important;
  }

  #advanced{
    padding: 10%; 
  }
}