@font-face {
  font-family: "caesario";
  src: url("../fonts/caesario.ttf");
}

.contact-alert {
  margin-top: 25px;
  border-radius: 5px;
  text-align: center;
  font-size: 0.95rem;
}

.contact-alert .close {
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  opacity: 0.4;
}

.contact-alert .close:hover {
  opacity: 0.7;
}

.contact-alert.success,
.contact-alert.confirmation {
  background-color: #e2f0e5;
  color: #388e3c;
  border-color: #d1e7dd;
  padding: 15px;
}

.contact-alert strong {
  font-weight: 700;
}

.contact-button {
  padding: 14px 40px;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  background-color: #5f7579;
  color: #f6f1e8;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(95, 117, 121, 0.2);
}

.contact-button:hover {
  background-color: #495e62;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(95, 117, 121, 0.3);
}

.contact-button-container {
  margin-top: auto;
  text-align: center;
}

.contact-details a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: black;
}

.contact-details p {
  color: #5f7579;
  margin-bottom: 15px;
  line-height: 1.6;
}

.contact-form-column,
.contact-image-column,
.contact-info-column {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.contact-form-wrapper {
  padding: 30px 25px;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-image {
  border-radius: 8px;
  box-shadow: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.contact-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 25px;
  border-radius: 8px 0 0 8px;
}

.contact-info-details {
  padding: 30px 25px;
  border-radius: 0 8px 8px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: none;
}

.contact-input,
.contact-textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #d4ccc0;
  border-radius: 5px;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff;
  color: #5f7579;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #a3adb1;
  opacity: 1;
}

.contact-input:focus,
.contact-textarea:focus {
  outline: none;
  border-color: #5f7579;
  box-shadow: 0 0 0 0.25rem rgba(95, 117, 121, 0.25);
  background-color: #ffffff;
}

.contact-input-group {
  margin-bottom: 20px;
}

.contact-page-section {
  padding: 60px 0;
}

.contact-social {
  padding-top: 25px;
  border-top: 1px solid #d4ccc0;
  margin-top: auto;
}

.contact-textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-title {
  color: #5f7579;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 700;
}

.form-label {
  display: block;
  margin-bottom: 8px;
  color: #5f7579;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-section-title {
  color: #5f7579;
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
  color: #ffffff;
  display: none;
}

.hero-slider .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #e6e1d9;
  border-radius: 50%;
  color: #5f7579;
  margin-right: 12px;
  box-shadow: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  font-size: 1.3rem;
}

.social-icon:hover {
  background-color: #5f7579;
  color: #f6f1e8;
  transform: translateY(-3px);
}

.td_header_right_section {
  display: flex;
  align-items: center;
  gap: 20px;
}

.td_main_header_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.td_main_header_in {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.td_nav_list_wrap_in {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.td_opacity_7 {
  opacity: unset;
}

.td_scrollup {
  width: 53px;
  height: 53px;
}

.td_social_icons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.td_social_icons a {
  color: #5f7579;
  font-size: 24px;
  transition: color 0.3s ease;
}

.td_social_icons a:hover {
  color: #333;
}

.three-column-contact {
  background-color: transparent;
  padding: 0;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}

.whatsapp-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background-color: #25d366;
  color: #f6f1e8;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out,
    transform 0.2s ease-in-out;
}

.whatsapp-button:hover {
  background-color: #25d366;
  color: #f6f1e8;
  transform: scale(1.1);
}

.whatsapp-button i {
  font-size: 35px;
}

.td_site_header.td_style_1.td_type_3.td_heading_color .td_menu_toggle {
  color: black;
}

.td_accent_bg {
  background-color: #355356;
}

.td_site_header.td_style_1.td_type_3 .td_header_social_btns,
.td_site_header.td_style_1.td_type_3 .td_nav .td_nav_list > li > a {
  color: black;
}

.td_page_heading .breadcrumb {
  display: none;
}

.font {
  font-family: "caesario";
  font-weight: 100;
}

.td_site_branding2 {
  display: none;
  position: absolute;
  top: 15px;
}

.td_accordians.td_style_1.td_type_2 .td_accordian.active {
  background-color: #355356;
}

.sponsors-section {
  padding: 40px 10px 20px 10px;
  text-align: center;
}

.sponsors-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.sponsor-logo {
  max-height: 60px;
  width: auto;
  object-fit: contain;
  transition: transform 0.2s;
}

.sponsors-caption {
  font-family: "Georgia", serif;
  font-size: 17px;
  color: #444;
  margin-top: 20px;
}

/* MEDIA QUERIES */
@media (max-width: 1225px) {
  .td_social_icons {
    display: none;
  }
}

@media (max-width: 1200px) {
  .td_site_branding2 {
    display: inline-block;
  }

  .td_site_header.td_style_1.td_type_3 .td_header_social_btns,
  .td_site_header.td_style_1.td_type_3 .td_nav .td_nav_list > li > a {
    color: white;
  }
}

@media (min-width: 992px) {
  .contact-image-column {
    order: 1;
  }
  .contact-form-column {
    order: 2;
  }
  .contact-info-column {
    order: 3;
  }
  .three-column-contact {
    padding: 0;
  }
  .contact-image-container {
    border-radius: 8px 0 0 8px;
  }
  .contact-info-details {
    border-radius: 0 8px 8px 0;
  }
  .contact-form-wrapper {
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .contact-form-column,
  .contact-image-column,
  .contact-info-column {
    padding: 15px;
  }

  .contact-image {
    display: none;
  }
  .contact-form-column {
    order: 2;
    margin-bottom: 20px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-image-column {
    order: 1;
    margin-bottom: 20px;
    padding: 0;
  }
  .contact-info-column {
    order: 3;
    margin-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-image-container,
  .contact-info-details,
  .contact-form-wrapper {
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: auto;
  }
  .contact-title {
    font-size: 2rem;
  }
  .form-section-title {
    font-size: 1.6rem;
  }
  .filas {
    display: flex;
    flex-direction: column;
  }
  .td_header_right_section {
    width: 100%;
    justify-content: center;
  }
  .td_social_icons {
    display: none;
  }
  .td_hero.td_style_1 .td_hero_text {
    max-width: unset;
  }
}

@media (max-width: 767px) {
  .td_main_header_in {
    justify-content: center;
  }
  .td_social_icons {
    display: none;
  }
  .contact-form-column,
  .contact-image-column,
  .contact-info-column {
    padding: 10px;
  }
  .contact-image-container,
  .contact-info-details,
  .contact-form-wrapper {
    padding: 18px;
  }
}

@media (max-width: 900px) {
  .sponsors-logos {
    gap: 24px;
  }
  .sponsor-logo {
    max-height: 48px;
  }
  .sponsors-caption {
    font-size: 1.1rem;
  }
}
@media (max-width: 500px) {
  .sponsors-logos {
    flex-direction: column;
    gap: 18px;
  }
  .sponsor-logo {
    max-height: 38px;
  }
  .sponsors-caption {
    font-size: 1rem;
  }
}
