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

@font-face {
  font-family: "URW Gothic";
  src: url("../font/URW-Gothic/URWGothic-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.wow {
  visibility: hidden;
}

body {
  line-height: 1.1;
  overflow-x: clip;
}

html {
  font-size: 10px;
  overflow-x: clip;
}

:root {
  /*movile*/
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;

  --font-opensans: "Open Sans", sans-serif;
  --font-Arapey: "Arapey", serif;
  --font-Questrial: "Questrial", sans-serif;
  --font-URWGothic: "URW Gothic", sans-serif;
  --font-Oswald: "Oswald", sans-serif;
  --font-Aller: "Aller", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-Myriad: "Myriad Pro", sans-serif;

  /*
--font-Verdana: Verdana, sans-serif;
--font-Inter: "Inter", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Baloo2: "Baloo 2", sans-serif;
--font-Roboto: "Roboto", sans-serif;
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
*/
}

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

/*header*/

.main-header {
  margin: 45px 85px 0;
}

.header-banner {
  background-color: #fbebb8;
  padding: 28px 0;
  text-align: center;
}

.header-banner-logo {
  display: inline-block;
  height: 254px;
  width: auto;
}

.header-nav {
  background-color: #ffffff;
}

.header-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 80px;
  padding: 16px 90px 9px;
}

.header-nav-line {
  width: 1749px;
  max-width: 100%;
  height: 7px;
  margin: 0 auto;
  background-color: #d1d8db;
}

.header-nav-logo img {
  height: 94px;
  width: auto;
}

.header-nav .main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}

.header-nav .main-nav ul li a {
  font-family: var(--font-Lato);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #1c1c1a;
  line-height: 1.2;
  text-decoration: none;
}

.header-nav .main-nav ul li.active a {
  color: #b58457;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/*footer*/
.main-footer {
  background-color: #282828;
  padding: 32px 0;
}

.main-footer .container {
  max-width: 1770px;
  margin: 0 auto;
  padding: 15px;
}

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

.main-footer .footer-separator {
  background: transparent;
}

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

.footer-privacy:hover {
  opacity: 0.8;
}

.footer-left {
  order: 0;
}

.footer-left p {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
  margin: 0;
  text-align: left;
}

.footer-right {
  order: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-right span {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
}

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

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

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

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #000;
  border-radius: 50%;
  position: fixed;
  background: #fbebb8;
  box-shadow: 0 0 3px 2px #000;
  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;
}

/*home*/

.home-content {
  margin: 0 85px;
}

#home-1 {
  background-color: #f1ede7;
  margin: 20px 0;
  height: 465px;
}

#home-1 .container {
  max-width: 1600px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 145px;
}

#home-1 .imagen img {
  display: block;
  width: auto;
  height: auto;
}

#home-1 .contenido {
  text-align: center;
  position: relative;
  left: -55px;
}

#home-1 .titulo {
  font-family: var(--font-Arapey);
  font-size: 75px;
  color: #1a1a18;
  font-weight: 400;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  line-height: 1;
}

#home-1 .subtitulo {
  font-family: var(--font-Questrial);
  font-size: 42px;
  letter-spacing: 1px;
  color: #1a1a18;
  margin-bottom: 30px;
}

#home-1 .logo {
  display: block;
  margin: 0 auto;
}

.section-cards {
  margin: 37px 0;
}

.section-cards .container {
  max-width: 1800px;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 17px;
}

.section-cards .left {
  flex: 1;
}

.section-cards .left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-cards .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.section-cards .card {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  background-color: #f7f7f7;
  padding: 0 70px 0 45px;
}

.section-cards .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-cards .title {
  font-family: var(--font-URWGothic);
  font-size: 44px;
  color: #1a1a18;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 15px;
}

.section-cards .subtitle {
  font-family: var(--font-URWGothic);
  font-size: 23px;
  color: #1a1a18;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.section-cards .button {
  width: 191px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.section-cards .button:hover {
  background-color: #1a1a18;
}

.section-cards .button:hover span {
  color: #ffffff;
}

.section-cards .button img {
  display: block;
  width: auto;
  height: auto;
}

.section-cards .button span {
  font-family: var(--font-URWGothic);
  font-size: 21px;
  font-weight: 300;
  color: #1a1a18;
  transition: color 0.3s ease;
}

.section-cards .image img {
  display: block;
  width: auto;
  height: auto;
}

#home-3 {
  background-color: #f6f4f0;
  padding: 60px 0;
}

#home-3 .container {
  max-width: 1800px;
  text-align: center;
}

#home-3 .texto {
  font-family: var(--font-URWGothic);
  font-style: italic;
  font-size: 60px;
  color: #af9376;
  font-weight: 400;
  margin-bottom: 20px;
}

#home-3 .logo {
  display: inline-block;
  width: auto;
  height: auto;
}

#home-4 {
  margin: 35px 0 20px;
}

#home-4 .container {
  max-width: 1800px;
  padding: 0;
}

#home-4 .image {
  display: block;
  width: 100%;
  height: auto;
}

.section-video {
  margin: 20px 0;
}

.section-video .container {
  max-width: 1800px;
  padding: 0;
}

.section-video .videoTrigger {
  cursor: pointer;
}

.section-video .image {
  display: block;
  width: 100%;
  height: auto;
}

.section-video .videoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}

.section-video .videoModal.active {
  display: flex;
}

.section-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}

.section-video .modalContent {
  position: relative;
  width: 90%;
  max-width: 1100px;
  z-index: 1;
}

.section-video .video {
  display: block;
  width: 100%;
  height: auto;
}

.section-video .close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #ffffff;
  font-size: 32px;
  cursor: pointer;
}

#home-6 {
  background-color: #f3eee7;
  padding: 60px 0 80px;
  margin: 40px 0 0;
}

#home-6 .container {
  max-width: 1800px;
  text-align: center;
}

#home-6 .title {
  font-family: var(--font-Arapey);
  font-size: 90px;
  color: #272727;
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 60px;
}

#home-6 .grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0px;
}

#home-6 .item {
  flex: 1;
  max-width: 480px;
}

#home-6 .icon {
  display: block;
  margin: 0 auto 20px;
  width: auto;
  height: auto;
}

#home-6 .item .title {
  font-family: var(--font-Arapey);
  font-size: 60px;
  color: #a5956b;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: -1px;
  height: 70px;
}

#home-6 .item:nth-child(3) .title {
  font-size: 59px;
}

#home-6 .description {
  font-family: var(--font-URWGothic);
  font-size: 26px;
  font-style: italic;
  color: #1a1a18;
  line-height: 1.3;
}

#home-8 {
  background-color: #f6f4f0;
  padding: 52px 0;
}

#home-8 .container {
  max-width: 1800px;
  text-align: center;
}

#home-8 .text {
  font-family: var(--font-Arapey);
  font-style: oblique 7deg;
  font-size: 72px;
  letter-spacing: -4px;
  color: #af9376;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

#home-8 .logo {
  display: inline-block;
  width: auto;
  height: auto;
}

#home-10 {
  background-color: #f6f4f0;
  padding: 52px 0;
}

#home-10 .container {
  max-width: 1800px;
  text-align: center;
}

#home-10 .text {
  font-family: var(--font-Arapey);
  font-style: oblique 7deg;
  font-size: 72px;
  letter-spacing: -4px;
  color: #af9376;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

#home-10 .logo {
  display: inline-block;
  width: auto;
  height: auto;
}

#home-11 {
  margin: 35px 0 20px;
}

#home-11 .container {
  max-width: 1800px;
  padding: 0;
}

#home-11 .image {
  display: block;
  width: 100%;
  height: auto;
}

#home-12 {
  margin: 40px 0;
  padding: 80px 0 30px;
}

#home-12 .container {
  max-width: 1800px;
  padding: 0;
}

#home-12 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 130px 0;
}

#home-12 .item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#home-12 .image {
  display: block;
  width: auto;
  height: auto;
  transition: transform 0.35s ease;
}

#home-12 .item:hover .image {
  transform: scale(1.06);
}

#home-12 .item:nth-child(1) .image {
  height: 280px;
}

#home-12 .item:nth-child(2) .image {
  height: 309px;
}

#home-12 .item:nth-child(3) .image {
  height: 341px;
}

#home-12 .item:nth-child(4) .image {
  height: 347px;
}

#home-12 .item:nth-child(5) .image {
  height: 348px;
}

#home-12 .item:nth-child(6) .image {
  height: 332px;
}

#home-12 .item:nth-child(7) .image {
  height: 280px;
}

#home-12 .item:nth-child(8) .image {
  height: 350px;
}

#home-12 .btn-amazon {
  width: 390px;
  height: 81px;
  background-color: #323232;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 80px auto 0;
}

#home-12 .btn-amazon img {
  display: block;
  width: 225px;
  height: 81px;
}

#home-12 .btn-amazon .icon-view {
  width: 100px;
  height: 17px;
  margin: 0 auto;
}

/*virgen de guadalupe*/

.section-intro {
  background-color: #f6f4f0;
  padding: 55px 0;
  margin: 20px 0;
}

.section-intro .container {
  max-width: 1800px;
  text-align: center;
}

.section-intro .text {
  font-family: var(--font-Arapey);
  font-style: oblique 7deg;
  font-size: 72px;
  letter-spacing: -2px;
  color: #af9376;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

.section-intro .logo {
  display: inline-block;
  width: auto;
  height: auto;
}

.section-product {
  padding: 60px 0;
}

.section-product .container {
  max-width: 1800px;
  display: flex;
  align-items: flex-start;
  padding: 0 110px;
  gap: 20px;
}

.section-product .left {
  flex: 1 1 0;
}

.section-product .carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-right: 45px;
  padding-top: 20px;
}

.section-product .carousel-main {
  width: 460px;
  height: 600px;
  overflow: hidden;
}

.section-product .carousel-main .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-product .carousel-main .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.section-product .carousel-main .swiper-slide .video {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.section-product .arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.section-product .arrow img {
  display: block;
  width: 33px;
  height: 64px;
}

.section-product .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-right: 45px;
  margin-top: 40px;
}

.section-product .dots .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #fff;
  opacity: 1;
  margin: 0;
  cursor: pointer;
}

.section-product .dots .swiper-pagination-bullet-active {
  background-color: #0e6f57;
}

.section-product .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.section-product .title {
  font-family: var(--font-URWGothic);
  font-size: 30px;
  color: #363636;
  letter-spacing: -1px;
  font-weight: 400;
  line-height: 1.467;
}

.section-product .description {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 20px;
  list-style: disc;
}

.section-product .description li {
  font-family: var(--font-URWGothic);
  font-size: 16.5px;
  color: #363636;
  font-weight: 400;
  line-height: 1.83;
}

.section-product .description li strong {
  font-weight: 700;
}

.section-product .btn-amazon {
  width: 305px;
  height: 63px;
  background-color: #323232;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.section-product .btn-amazon img {
  display: block;
  width: 173px;
  height: 63px;
}

.section-product .btn-amazon .icon-view {
  width: 73px;
  height: 13px;
  margin: 0 auto;
}

.section-product .line {
  width: 1749px;
  max-width: 100%;
  height: 13px;
  margin: 40px auto 0;
  background-color: #d1d8db;
}

.section-images {
  margin: 0;
}

.section-images .container {
  max-width: 1800px;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.section-images .left,
.section-images .right {
  flex: 1;
}

.section-images .left img,
.section-images .right img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#antoni-4.section-video,
#beni-4.section-video,
#judas-4.section-video {
  margin: 65px 0 20px;
}

#virgen-6.section-video {
  margin: 75px 0;
}

#antoni-5.section-intro,
#beni-5.section-intro,
#judas-5.section-intro {
  margin: 65px 0;
}

