* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1.1;
  /* overflow-x: hidden; */
}

html {
  font-size: 10px;
}

:root {
  --font-opensans: "Open Sans", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-Myriad: "Myriad Pro", sans-serif;
  --font-Lato: "Lato", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;
  --font-Jost: "Jost", sans-serif;
  --font-Verdana: Verdana, sans-serif;
  /*
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-Roboto: "Roboto", sans-serif; 
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Oswald: "Oswald", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-Helvetica: "Helvetica", Arial, sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
--font-Inter: "Inter", sans-serif; */
}

.main-header {
  width: 100%;
}

.header-wrapper {
  position: relative;
  aspect-ratio: 20.2/9;
  overflow: hidden;
}

body.page-servicios .header-wrapper {
  background-image: url("../img/servicios/background.jpg");
}

.header-wrapper .swiper-wrapper {
  height: 100%;
}

.header-wrapper .swiper-slide {
  height: 100%;
}

.slide-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.header-content-wrapper > * {
  pointer-events: auto;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.top-bar {
  padding: 30px 0;
}

.top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-contact,
.top-phones {
  display: flex;
  gap: 80px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-family: var(--font-opensans);
  position: relative;
}

.contact-item span {
  position: relative;
  display: inline-block;
}

.contact-item span::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ff6b4a;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.contact-item:hover span::after {
  opacity: 1;
}

.contact-item i {
  font-size: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b4a;
}

.contact-item .fa-whatsapp {
  font-size: 25px;
}

.contact-item .fa-phone {
  font-size: 18px;
}

.nav-bar {
  background-image: url("../img/header/backgroundnav.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9px 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-nav ul {
  display: flex;
  list-style: none;
  gap: 60px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: var(--font-Poppins);
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 25px;
  transition: background-color 0.3s;
}

.main-nav a.active,
.main-nav a:hover {
  background-color: #fff;
  color: #2d2d2d;
}

.nav-logo {
  position: relative;
  z-index: 1;
}

.nav-logo img {
  height: 250px;
  width: auto;
  position: relative;
  margin-top: -85px;
  margin-bottom: -85px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 50px;
}

.btn-evento {
  background-color: #fff;
  color: #2d2d2d;
  padding: 10px 40px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  font-family: var(--font-Poppins);
  font-weight: 400;
  transition: all 0.3s ease;
  position: relative;
}

.btn-evento span {
  color: #ff6b4a;
  font-weight: 700;
}

.btn-evento:hover {
  background-color: rgb(255, 255, 255, 0.9);
  color: #000000;
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-icons a {
  width: 35px;
  height: 35px;
  font-size: 20px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icons a.instagram-link:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
  border: 2px solid #fff;
}

.social-icons a.facebook-link:hover {
  background-color: #1877f2;
  color: white;
  border: 2px solid #fff;
}

.social-icons a.x-link:hover {
  background-color: #000000;
  color: white;
  border: 2px solid #fff;
}

.hero-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 65px;
}

.swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.swiper-pagination-bullet {
  width: 72px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
  transition: background-color 0.3s;
}

.swiper-pagination-bullet-active {
  background-color: #ff6b4a;
}

/*footer contact*/
.contact-info-section {
  padding: 80px 0;
  background-color: #1d1d1d;
}

.contact-columns {
  display: grid;
  grid-template-columns: auto 190px 170px 280px 201px;
  gap: 50px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.contact-logo-column {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.contact-logo-img {
  width: 143px;
  height: 143px;
  border-radius: 50%;
  object-fit: cover;
}

.contact-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-logo-column::after {
  content: "";
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 310px;
  background-image: url("../img/footer/rectangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.contact-title {
  color: #ffffff;
  font-family: var(--font-Myriad);
  font-size: 25px;
  font-weight: 800;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: var(--font-Lato);
  font-weight: 300;
  font-size: 17px;
}

.contact-list li img {
  width: 17px;
  height: 19px;
  object-fit: contain;
}

.contact-list li.service-taquiza img {
  width: 23px;
  height: 14px;
}

.contact-list li.service-infantil img {
  width: 19px;
  height: 20px;
}

.contact-list li i {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #ffffff;
}

.contact-list li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-list li a:hover {
  color: #ff6b4a;
}

.contact-social-icons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.contact-social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s ease;
}

.contact-social-icon.instagram-link:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: white;
}

.contact-social-icon.facebook-link:hover {
  background-color: #1877f2;
  color: white;
}

.contact-social-icon.x-link:hover {
  background-color: #000000;
  color: white;
}

/*footer final*/
.main-footer {
  background-color: #ed593b;
  padding: 2rem 0;
}

.main-footer .container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 2rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-privacy {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-privacy:hover {
  color: #90ee90;
}

.footer-left p {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: Arial, sans-serif;
  margin: 0;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-right span {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: Arial, sans-serif;
}

.tecweb-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.tecweb-logo img {
  height: 20px;
  width: auto;
}

.tecweb-logo span {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: Arial, sans-serif;
}

/*inicio*/

#welcomeSection {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
}

#welcomeSection .welcome-content {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
}

#welcomeSection .welcome-text-container {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#welcomeSection .welcome-text {
  max-width: 675px;
  margin-left: auto;
  margin-right: -15px;
  padding: 0 20px;
}

#welcomeSection .welcome-title {
  font-family: var(--font-Montserrat);
  font-size: 72px;
  font-weight: 800;
  color: #ed593b;
  margin: 0 0 30px 0;
  line-height: 1;
}

#welcomeSection .welcome-description {
  font-family: var(--font-opensans);
  font-size: 20px;
  color: #282828;
  line-height: 1.6;
  font-weight: 300;
}

#welcomeSection .welcome-description strong {
  color: #f35a3a;
  font-weight: 700;
}

#welcomeSection .welcome-subtitle {
  font-family: var(--font-opensans);
  font-size: 20px;
  color: #282828;
  line-height: 1.6;
  margin: 0 0 40px 0;
  font-weight: 300;
}

#welcomeSection .welcome-button {
  display: inline-block;
  background-color: #ed593b;
  color: #ffffff;
  font-family: var(--font-Myriad);
  font-size: 20px;
  font-weight: 300;
  padding: 15px 40px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

#welcomeSection .welcome-button span {
  font-size: 17px;
  font-weight: 600;
}

#welcomeSection .welcome-button:hover {
  background-color: #d64a2f;
  box-shadow: 0 5px 15px rgba(237, 89, 59, 0.3);
}

#welcomeSection .welcome-images {
  width: 50%;
  display: flex;
  gap: 20px;
  padding-left: 80px;
}

#welcomeSection .welcome-img {
  width: 230px;
  height: 581px;
  object-fit: cover;
}

#welcomeSection .welcome-img-1 {
  flex-shrink: 0;
}

#welcomeSection .welcome-img-2 {
  flex-shrink: 0;
}

#welcomeSection .welcome-img-3 {
  flex-shrink: 0;
}

#welcomeSection .values-images-container {
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 0 20px 40px 20px;
  position: relative;
  box-sizing: border-box;
}

#welcomeSection .value-img {
  flex: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 435/758;
  object-fit: cover;
  border-radius: 25px;
  margin-bottom: -490px;
  display: block;
  box-shadow: 0 19px 20px -10px rgba(0, 0, 0, 0.5);
}

#valuesSection {
  padding: 480px 0 230px 0;
  background-image: url("../img/inicio/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#valuesSection .values-header {
  border: 4px solid #ffffff;
  border-radius: 25px;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#valuesSection .values-title {
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
}

#valuesSection .values-title span {
  font-weight: 800;
}

#cardsSection {
  padding: 0 0 80px 0;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 60%,
    #ffffff 60%,
    #ffffff 100%
  );
  margin-top: -160px;
  position: relative;
}

#cardsSection .values-cards-container {
  display: flex;
  gap: 15px;
}

#cardsSection .value-card {
  flex: 1;
  text-align: center;
}

#cardsSection .card-icon {
  width: 277px;
  height: 279px;
  margin: 0 auto 50px auto;
  display: block;
  box-shadow: 0 19px 20px -10px rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}

#cardsSection .card-description {
  font-family: var(--font-opensans);
  font-size: 19px;
  line-height: 1.6;
  font-weight: 300;
  color: #282828;
  margin: 0;
  text-align: left;
}

#cardsSection .card-description strong {
  color: #ed593b;
  font-weight: 700;
}

/*servicios*/

#servicesSection {
  padding: 80px 0 350px 0;
  background-image: url("../img/servicios/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

#servicesSection .services-header {
  border: 4px solid #ffffff;
  border-radius: 25px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#servicesSection .services-title {
  font-family: var(--font-Montserrat);
  font-size: 48px;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  margin: 0;
  letter-spacing: 2px;
}

#servicesSection .services-title span {
  font-weight: 800;
}

#servicesCardsSection {
  padding: 0 0 80px 0;
  background-color: #ffffff;
}

#servicesCardsSection .services-cards-container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: -250px;
  position: relative;
  z-index: 1;
}

#servicesCardsSection .service-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#servicesCardsSection .service-image {
  width: 100%;
  margin-bottom: 30px;
}

#servicesCardsSection .service-image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  display: block;
}

#servicesCardsSection .service-content {
  display: flex;
  flex-direction: column;
}

#servicesCardsSection .service-title {
  font-family: var(--font-Montserrat);
  font-size: 35px;
  font-weight: 700;
  color: #ed593b;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 15px;
}

#servicesCardsSection .service-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 6px;
  background-color: #ed593b;
}

#servicesCardsSection .service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

#servicesCardsSection .service-list li {
  font-family: var(--font-opensans);
  font-size: 20px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
  line-height: 1.4;
}

#servicesCardsSection .service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("../img/servicios/icontaco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#servicesCardsSection .service-note {
  font-family: var(--font-opensans);
  font-size: 14px;
  color: #2d2d2d;
  margin: 0 0 25px 0;
}

#servicesCardsSection .service-price {
  background-color: #ed593b;
  color: #ffffff;
  display: inline-flex;
  align-items: baseline;
  padding: 12px 25px;
  border-radius: 25px;
  align-self: flex-start;
  font-family: var(--font-Jost);
}

#servicesCardsSection .service-price .price-amount {
  font-size: 25px;
  font-weight: 700;
}

#servicesCardsSection .service-price .price-decimal {
  font-size: 20px;
  font-weight: 300;
}

#servicesCardsSection .service-price .price-unit {
  font-size: 20px;
  font-weight: 300;
  margin-left: 2px;
}

#guisadosSection {
  padding: 100px 0;
  background-image: url("../img/servicios/background-list.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#guisadosSection .guisados-wrapper {
  position: relative;
}

#guisadosSection .guisados-main-title {
  font-family: var(--font-Montserrat);
  font-size: 39px;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: -20px;
  left: 43px;
  z-index: 2;
  padding-right: 20px;
  width: fit-content;
}

#guisadosSection .title-lista {
  color: #ed593b;
  font-weight: 300;
}

#guisadosSection .title-guisados {
  color: #ffffff;
}

#guisadosSection .guisados-container {
  background-image: url("../img/servicios/rectangle.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 30px 50px 30px;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 0;
}

#guisadosSection .guisados-columns {
  display: grid;
  grid-template-columns: 230px 265px 300px 280px;
  gap: 40px;
}

#guisadosSection .guisados-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#guisadosSection .guisados-list li {
  font-family: var(--font-opensans);
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 10px;
  padding-left: 29px;
  position: relative;
  line-height: 1;
  font-weight: 400;
}

#guisadosSection .guisados-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 14px;
  background-image: url("../img/servicios/icontaco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#additionalServices {
  padding: 80px 0 0 0;
  background-color: #ffffff;
}

#additionalServices .container-large {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

#additionalServices .additional-cards {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

#additionalServices .additional-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#additionalServices .additional-image {
  width: 100%;
  margin-bottom: 30px;
}

#additionalServices .additional-image img {
  width: 100%;
  height: auto;
  border-radius: 25px;
  display: block;
}

#additionalServices .additional-content {
  display: flex;
  flex-direction: column;
}

#additionalServices .additional-title {
  font-family: var(--font-Montserrat);
  font-size: 35px;
  font-weight: 700;
  color: #ed593b;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 15px;
}

#additionalServices .additional-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  height: 6px;
  background-color: #ed593b;
}

#additionalServices .additional-description {
  font-family: var(--font-opensans);
  font-size: 20px;
  font-weight: 400;
  color: #313131;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

#additionalServices .additional-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

#additionalServices .additional-list li {
  font-family: var(--font-opensans);
  font-size: 20px;
  font-weight: 400;
  color: #313131;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
  line-height: 1.4;
}

#additionalServices .additional-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("../img/servicios/icontaco.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#additionalServices .additional-note {
  font-family: var(--font-opensans);
  font-size: 14px;
  color: #2d2d2d;
  margin: 0 0 25px 0;
}

#additionalServices .additional-price {
  background-color: #ed593b;
  color: #ffffff;
  display: inline-flex;
  align-items: baseline;
  padding: 12px 25px;
  border-radius: 25px;
  align-self: flex-start;
  font-family: var(--font-Montserrat);
}

#additionalServices .additional-price .price-amount {
  font-size: 25px;
  font-weight: 700;
}

#additionalServices .additional-price .price-decimal {
  font-size: 17px;
  font-weight: 300;
}

#additionalServices .additional-price .price-unit {
  font-size: 17px;
  font-weight: 300;
  margin-left: 5px;
}

#attentionSection {
  padding: 80px 0;
  background-color: #ffffff;
}

#attentionSection .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

#attentionSection .attention-box {
  background-color: #f35532;
  border-radius: 30px;
  padding: 40px 50px;
  text-align: center;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#attentionSection .attention-text {
  font-family: var(--font-Montserrat);
  font-size: 38px;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
  font-weight: 200;
}

#attentionSection .attention-highlight {
  font-weight: 700;
  font-size: 35px;
}

/* Contacto */
#contactFormSection {
  padding: 100px 0;
  background-color: #ffffff;
}

#contactFormSection .contact-form-wrapper {
  max-width: 100%;
}

#contactFormSection .contact-form-title {
  font-family: var(--font-opensans);
  font-size: 74px;
  font-weight: 800;
  margin: 0 0 5px 0;
  color: #ed593b;
  line-height: 1;
}

#contactFormSection .contact-form-subtitle {
  font-family: var(--font-opensans);
  font-size: 20px;
  color: #313131;
  margin: 0 0 50px 0;
  font-weight: 400;
}

#contactFormSection .contacto-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contactFormSection .form-row {
  display: flex;
  gap: 20px;
}

#contactFormSection .form-group {
  display: flex;
  flex-direction: column;
}

#contactFormSection .form-group.full-width {
  width: 100%;
}

#contactFormSection .form-group.half-width {
  flex: 1;
}

#contactFormSection .contacto-form input,
#contactFormSection .contacto-form textarea {
  width: 100%;
  padding: 20px 25px;
  border: none;
  background-color: #e7e0d8;
  font-family: var(--font-Verdana);
  font-size: 17px;
  color: #282828;
  border-radius: 0;
  outline: none;
}

#contactFormSection .contacto-form input::placeholder,
#contactFormSection .contacto-form textarea::placeholder {
  color: #959595;
  font-weight: 300;
}

#contactFormSection .contacto-form textarea {
  resize: vertical;
  height: 61px;
  max-height: 150px;
}

#contactFormSection .form-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

#contactFormSection .recaptcha-wrapper {
  flex-shrink: 0;
}

#contactFormSection .btn-enviar {
  background-color: #ed593b;
  color: #ffffff;
  font-family: var(--font-Arial);
  font-size: 22px;
  font-weight: 700;
  padding: 15px 60px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  flex-shrink: 0;
}
#contactFormSection .btn-enviar:hover {
  background-color: #d64a2f;
  box-shadow: 0 5px 15px rgba(237, 89, 59, 0.3);
}

#contactInfo {
  padding: 80px 0;
  background: linear-gradient(
      to right,
      rgba(46, 46, 46, 1) 0%,
      rgba(46, 46, 46, 1) 50%,
      transparent 75%
    ),
    url("../img/contacto/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#contactInfo .info-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#contactInfo .info-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#contactInfo .info-title {
  font-family: var(--font-opensans);
  font-size: 35px;
  font-weight: 800;
  color: #ec593b;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  width: fit-content;
  position: relative;
}

#contactInfo .info-title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 90px;
  height: 6px;
  background-color: #ffffff;
}

#contactInfo .info-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

#contactInfo .info-item a {
  font-family: var(--font-opensans);
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.3s ease;
}

#contactInfo .info-item a:hover {
  color: #ed593b;
}

#contactInfo .info-item i {
  font-size: 20px;
  color: #ed593b;
}

#contactMap {
  padding: 45px 0;
  background-image: url("../img/contacto/background-map.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#contactMap .map-content {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 20px;
}

#contactMap .map-icon {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

#contactMap .map-icon i {
  font-size: 32px;
  color: #ed593b;
}

#contactMap .map-text {
  font-family: var(--font-opensans);
  font-size: 25px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}

#mapa {
  padding: 0;
  position: relative;
}

#mapa .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#mapa .map-container {
  width: 100%;
  height: 800px;
  position: relative;
}

#mapa .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #ec593b;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 65px;
  display: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

a#toTop::before {
  content: "\f077";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
