/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

p {
  color: #474747 !important;
  line-height: 29px !important;
}

strong{
  font-weight:700 !important;
}

h2{
  text-transform: uppercase;
  font-weight: 300;
}

a p{
  color: white !important;
}

/* Utils */
.element-button-share {
  background: #df2545;
  border: none;
  width: 187px;
  height: 45px;
  border-radius: 58px;
  color: white;
}
/* Hero section */
.block-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: url("https://procolombia.thebravecontent.com/resources/procolombia1/img/cabecera.png");
  background-size: cover;
  background-position: center;
  position: relative;
}
.element-hero-content {
  z-index: 1;
}
.block-logo h1 {
  width: 40%;
  margin: auto;
}
.block-logo h1 img {
  display: block;
  width: 100%;
}

.colombia-logo{
  width: 100%;
  max-width: 265px;
}

.element-subtitle {
  font-size: 3rem;
  color: white;
}
.element-gradient {
  position: absolute;
  height: 350px;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #821818);
}
.element-go-to-bottom {
  position: absolute;
  bottom: 70px;
  right: 20px;
}
.element-go-to-bottom img {
  display: block;
  width: 60px;
  animation: move 1s infinite linear;
}

.display-container{
  background-image: url("https://procolombia.thebravecontent.com/resources/procolombia1/img/pattern-video.png");
  background-repeat: no-repeat;
  background-position: bottom;
}
@keyframes move {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
/* Animation section */
.block-text-animation {
  background-color: #fff7cf;
  color: #c1784f;
  border-radius: 58px;
  position: relative;
}
.red-flower-1 {
  position: absolute;
  width: 70px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%) !important;
}
.hat {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(46%, -50%) !important;
}
.block-cont-postion-flower {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(80%, 10%) !important;
}
.block-cont-flowers-two {
  position: relative;
  width: 140px;
  height: 180px;
}
.small-flower-1 {
  position: absolute;
  width: 50px;
}
.small-flower-2 {
  position: absolute;
  top: 20%;
  right: 0;
}
.small-flower-3 {
  position: absolute;
  bottom: 0;
}
.element-button-discover {
  position: absolute;
  bottom: -23px;
  right: 50px;
  background: #df2545;
  border: none;
  border-radius: 58px;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
}
.element-strong-text {
  font-size: 23px;
}
/* Video section */

.video-1,
.video-2 {
  width: 50%;
  margin: auto;
}

/* Section Food */
.section-food {
  position: relative;
  background-color: #c1784f;
  color: white;
}

.section-food p{
  color: white !important;
}
.subtitle-section-food {
  font-weight: 300;
  text-transform: uppercase;
}
.subtitle-section-food strong {
  font-weight: 600;
}
.block-cont-postion-msg-food {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 130px;
  top: -30px;
}
.block-cont-postion-msg-food p {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.block-cont-postion-msg-food strong {
  font-size: 40px;
}
.block-cont-postion-msg-food-mobile {
  display: none;
}
.item-food {
margin: 90px 0 150px;
}
.cont-items-food-2 {
  margin-top: 150px !important;
}
.block-img-woman {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: end;
}
.block-cont-message {
  position: relative;
}
.block-cont-message::before {
  content: "";
  position: absolute;
  top: -37px; /* Ajusta según la altura del triángulo */
  left: 20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 60px solid #ffd500;
  transform: rotate(
    -30deg
  ); /* Gira el triángulo principal 30 grados hacia la izquierda */
}
.element-button-message {
  margin-bottom: 40px;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #ffd500;
  color: #373737;
  padding: 20px 90px;
  border-radius: 100px;
  line-height: 1.2;
}
.element-button-message span,
.element-button-message a {
  display: block;
}
.element-button-message a {
  font-size: 30px;
  color: #373737;
}
.block-cont-flowers-three {
  width: 110px;
  height: 130px;
  position: absolute;
  top: -30px;
  right: -50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-cont-flowers-three img:first-child {
  width: 50px;
}
.block-cont-flowers-three img:last-child {
  width: 30px;
  align-self: flex-end;
}
/* Banner style */
.block-banner {
  min-height: 400px;
  overflow: hidden; /* Para evitar que la imagen se desborde del contenedor */
}
.block-banner img {
  width: 100%;
  height: auto;
}
/* Banner style */
.element-social-icons {
  background-color: black;
  display: inline-block;
}
.separator-content {
  border-top: 1px solid #cacaca;
}
.element-description {
  font-style: italic;
  color: #c1784f !important;
  font-size: 1.1rem;
  font-weight: 500;
}
/* Video style */
.section-video {
  background-image: url("https://procolombia.thebravecontent.com/resources/procolombia1/img/pattern-video.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* Flowers Style*/
.cup {
  position: static;
}
.cont-flowers {
  top: -30px;
  right: -50px;
}
/* Section Beauty */
.section-beauty h2 {
  font-size: 48px;
}
/* Description section */
.subtitle-section {
  color: #c1784f !important;
  font-size: 50px;
  font-weight: 300;
}

.block-banner-desktop{
  margin: 70px 0 0;
}
/*Carousel styles*/
#carousel {
  display: flex;
  align-items: center;
}
.carousel-container {
  width: 80%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  .carousel {
    aspect-ratio: 16/9;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 20px 70px 20px;
    .item {
      opacity: 0;
      width: 100%;
      height: 100%;
      display: none;
      border-radius: 40px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 40px;
        border: 8px solid white;
        filter: drop-shadow(0 0 0.3rem #0000003d);
      }
      .caption {
        width: 100%;
        text-transform: uppercase;
        margin-top: 20px;
        text-align: center;
        font-size: 30px;
        color: #c1784f;
        font-weight: 300;
      }
      &.active {
        opacity: 1;
        display: block;
      }
    }
  }
  .container-indicators {
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    width: 30%;
    margin: auto;
  }
  .prev {
    height: 40px;
    width: 40px;
    color: #cccccc;
    background-color: #c1784f;
    border-radius: 50%;
    font-size: 30px;
  }
  .next {
    height: 40px;
    width: 40px;
    color: #cccccc;
    background-color: #c1784f;
    border-radius: 50%;
    outline: none;
  }
  .prev:hover,
  .next:hover {
    background-color: #cccccc;
  }
  .prev:active,
  .next:active {
    background-color: #cccccc !important;
    border: none;
    outline: none;
  }
  .dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    .dot {
      cursor: pointer;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      background-color: #cccccc;
      transition: background-color 0.2s ease;
      &.active,
      &:hover {
        background-color: #c1784f;
      }
      &.next {
        opacity: 0.5;
      }
    }
  }
}
/* Section man */
.section-man {
  width: 100% !important;
}
.block-man {
  position: relative;
}
.subtitle-section-man {
  color: #c1784f;
  text-transform: uppercase;
  font-size: 42px;
}
.block-bubble-man {
  position: relative;
  width: 70%;
  left: -80px;
}
.element-text-message {
  margin-top: 60px;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #ffd500;
  color: #373737;
  padding: 30px 30px 40px 30px;
  border-radius: 100px;
  line-height: 1.2;
  z-index: 1000;
}
.element-button-man {
  position: absolute;
  background: #df2545;
  bottom: -80px;
  left: 50px;
  border: none;
  border-radius: 58px;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 900;
}
.block-triangle-man {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 100px;
}
.block-image-man {
  position: absolute;
  width: 250px;
  top: 30px;
  right: -25px;
}
.block-flowers-man {
  position: absolute;
  top: 100px;
  right: -60px;
  width: 100px;
  height: 120px;
  display: flex;
  flex-direction: column;
}
.block-flowers-man img {
  display: block;
}
.block-flowers-man img:first-child {
  align-self: flex-end;
  width: 50px;
}
.block-flowers-man img:last-child {
  width: 70px;
}
.section-footer strong {
  font-size: 2em;
}
.section-man-mobile {
  display: none;
}
/* Section flowers */
.cont-flowers-mobile {
  display: none;
}
/* Section footer */
.element-button-footer {
  background: #df2545;
  border: none;
  border-radius: 58px;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: auto;
  width: 250px;
}
.element-button-footer p {
  margin: 0;
}
.block-banner-link {
  background-color: #df2545;
}
.block-banner-policies {
  background-color: black;
}
/* Text food */
.block-text-food {
  padding-bottom: 100px;
  color: white !important;
}

/* Media queries */
/* Tablet -> 768px */
@media (max-width: 769px) {
  .block-social-links {
    display: block;
  }
  .block-hero {
    min-height: 567px;
  }
  .separator-content {
    border-top: none;
  }
  .element-share {
    border-top: 1px solid #cacaca;
  }
  .section-video {
    background-size: cover;
  }
  .section-beauty {
    width: 70% !important;
  }
  .block-cont-img-woman img {
    width: 300px;
  }
  .block-text-food {
    padding-bottom: 250px;
  }

  .item-food {
    margin: 0;
    }

  .element-button-message {
    margin-bottom: 40px;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #ffd500;
    color: #373737;
    padding: 20px 30px;
    width: 250px;
    border-radius: 40px;
    line-height: 1.2;
  }
  .element-button-message a {
    font-size: 18px;
    font-weight: bold;
  }
  .block-cont-message::before {
    content: "";
    position: absolute;
    top: 40px;
    left: -40px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #ffd500;
    transform: rotate(-100deg);
  }
  .element-button-message img {
    width: 73px;
    bottom: -30px;
    right: -20px;
  }
  .banner-container {
    height: 610px;
  }
  .banner-image {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
  }
  .cont-items-food-2 {
    margin-top: 0 !important;
  }
  .element-button-man {
    width: 70%;
  }
  .carousel {
    height: 500px;
    padding: 20px 0px 70px 0px;
  }
  .carousel-container {
    width: 100%;
  }
  .carousel svg {
    width: 14px !important;
  }
  .section-video {
    background-size: cover;
  }
  .block-cont-hat {
    width: 90%;
    margin: auto !important;
  }
  .hat {
    right: 20px;
    top: 20px;
  }
  .element-button-discover {
    bottom: -30px;
  }
  .block-cont-hat,
  .block-cont-flowers-two {
    display: none;
  }
  .element-button-discover {
    width: 90%;
    left: 30px;
  }
  .cont-flowers {
    right: -30px;
  }
  .block-cont-postion-msg-food {
    display: none;
  }
  .block-cont-postion-msg-food-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-cont-postion-msg-food-mobile p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
  }
  .block-cont-postion-msg-food-mobile strong {
    font-size: 40px;
  }
  .block-cont-postion-msg-food {
    display: none;
  }
  .video-1,
  .video-2 {
    width: 100%;
  }
}
/* Tablet -> 570px */
@media (max-width: 570px) {
  p{
    font-size: 17px !important;
    line-height: 28px !important;
  }


  .block-hero {
    min-height: 316px;
  }
  .element-date {
    border-bottom: 1px solid #cacaca;
  }
  .block-img-woman {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .block-cont-message::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 250px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 60px solid #ffd500;
    transform: rotate(0deg);
  }
  .subtitle-section {
    font-size: 40px;
  }
  .element-button-message {
    width: 70%;
    margin: auto;
    font-size: 25px;
    padding: 30px 35px;
  }
  .element-button-message a {
    width: 100%;
    font-size: 25px;
  }
  .element-button-message img {
    width: 73px;
    bottom: -40px;
    right: -30px;
  }
  .block-text-food {
    padding-bottom: 550px;
  }
  .section-flowers div:first-child {
    display: none;
  }
  .cont-flowers-mobile {
    display: block;
  }
  .cont-flowers-mobile img:first-child {
    width: 100%;
  }
  .cont-flowers-mobile img:last-child {
    bottom: 0;
    right: 30px;
    width: 50%;
  }
  .cont-flowers-mobile-two {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -60px;
    right: 0;
  }

  .hat {
    width: 160px;
    right: 45px;
    top: 5px;
  }
  .block-cont-postion-flower {
    top: 0;
  }
  .block-text-animation {
    width: 10%;
    padding: 0;
    margin: 0;
  }
  .section-beauty {
    margin: 0 !important;
  }
  .element-text-message-mobile {
    width: 100%;
    text-transform: uppercase;
    background-color: #ffd500;
    color: #373737;
    text-align: center;
    padding: 20px;
    border-radius: 100px;
    line-height: 1.2;
    margin-top: 60px;
  }
  .section-man {
    display: none;
  }
  .section-man-mobile {
    display: block;
  }
  .triangle-man-mobile {
    top: -30px;
    left: 30px;
    z-index: -10;
  }
  .element-button-man-mobile {
    background: #df2545;
    border: none;
    border-radius: 58px;
    color: white;
    padding: 10px 20px;
    text-transform: uppercase;
  }
  .block-flowers-man-mobile {
    position: absolute;
    top: 100px;
    right: -30px;
    width: 100px;
    height: 120px;
    display: flex;
    flex-direction: column;
  }
  .block-flowers-man-mobile img {
    display: block;
  }
  .block-flowers-man-mobile img:first-child {
    align-self: flex-end;
    width: 50px;
  }
  .block-flowers-man-mobile img:last-child {
    width: 70px;
  }
  .red-flower-1 {
    left: 20px;
  }
  .block-social-links {
    display: none !important;
  }

  .block-banner-link{
    height: 140px;
  }

  .section-footer strong{
    font-size: 38px;
    font-weight: 600;
  }
}
