@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "JulesText";
  src: url("fonts/JulesText-BoldItalic.eot");
  src: url("fonts/JulesText-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/JulesText-BoldItalic.woff2") format("woff2"), url("fonts/JulesText-BoldItalic.woff") format("woff"), url("fonts/JulesText-BoldItalic.ttf") format("truetype"), url("fonts/JulesText-BoldItalic.svg#JulesText-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "JulesText";
  src: url("fonts/JulesText-LightItalic.eot");
  src: url("fonts/JulesText-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/JulesText-LightItalic.woff2") format("woff2"), url("fonts/JulesText-LightItalic.woff") format("woff"), url("fonts/JulesText-LightItalic.ttf") format("truetype"), url("fonts/JulesText-LightItalic.svg#JulesText-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "JulesText";
  src: url("fonts/JulesText-BlackItalic.eot");
  src: url("fonts/JulesText-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/JulesText-BlackItalic.woff2") format("woff2"), url("fonts/JulesText-BlackItalic.woff") format("woff"), url("fonts/JulesText-BlackItalic.ttf") format("truetype"), url("fonts/JulesText-BlackItalic.svg#JulesText-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "JulesText";
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 20px;
}

.home header {
  background: hsl(15, 72%, 52%);
  background: linear-gradient(90deg, hsl(15, 72%, 52%) 0%, hsl(43, 79%, 58%) 50%, hsl(15, 72%, 52%) 100%);
  background: -moz-linear-gradient(90deg, hsl(15, 72%, 52%) 0%, hsl(43, 79%, 58%) 50%, hsl(15, 72%, 52%) 100%);
}
.home header h1 {
  font-size: 35px;
  color: #5f4b2e;
  max-width: 800px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home header h1 {
    font-size: 25px;
  }
}
.home header .container {
  padding: 10px 20px;
}
.home header .container img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
}
@media only screen and (max-width: 768px) {
  .home header .container img {
    display: none;
  }
}
.home .banner {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home .banner {
    height: auto;
  }
}
.home .banner::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .home .banner .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
  }
}
.home .banner .container a.btnInsc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.home .banner .container a.btnInsc:hover {
  transform: translateX(-50%) scale(1.1);
}
@media only screen and (max-width: 768px) {
  .home .banner .container a.btnInsc {
    position: static;
    transform: none;
  }
}
.home .banner .container img {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .home .banner .container img {
    width: 280px;
    margin-bottom: 20px;
    display: block;
  }
}
.home .banner .container .txt {
  max-width: 380px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 768px) {
  .home .banner .container .txt {
    position: static;
    transform: none;
  }
}
.home .banner .container .txt p {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .home .banner .container .txt p {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.home .banner .container .txt p strong {
  display: block;
  font-size: 45px;
}
@media only screen and (max-width: 768px) {
  .home .banner .container .txt p strong {
    font-size: 40px;
  }
}
.home .links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 80px 20px;
}
@media only screen and (max-width: 768px) {
  .home .links {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
  }
}
.home .links img {
  width: 100%;
}
.home .links a {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.home .links a:hover {
  transform: scale(1.1);
}
.home .food {
  background-color: #fbf1de;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .home .food {
    height: auto;
  }
}
.home .food video {
  background-color: #000;
  width: 100%;
  height: 675px;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .home .food video {
    height: 56.25vw;
  }
}
.home .map {
  padding: 30px 0;
}
.home .map h3 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 30px;
}
.home .map img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.home footer {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home footer img {
  width: 300px;
}

.porque {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.porque main {
  background-color: rgba(234, 95, 0, 0.5);
  height: 100vh;
  color: #fff;
  max-width: 40%;
  padding: 50px;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .porque main {
    max-width: 100%;
    height: auto;
    padding: 50px;
  }
}
.porque main img.logot {
  position: absolute;
  right: -320px;
  width: 250px;
  display: block;
  top: 100px;
}
.porque main h2 {
  font-size: 70px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .porque main h2 {
    font-size: 40px;
  }
}
.porque main h3 {
  font-size: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .porque main h3 {
    font-size: 35px;
  }
}
.porque main h4 {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .porque main h4 {
    font-size: 25px;
  }
}
.porque main p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
}
@media only screen and (max-width: 768px) {
  .porque main p {
    font-size: 14px;
  }
}
.porque main ul {
  margin-bottom: 30px;
}
.porque main ul li {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
}
@media only screen and (max-width: 768px) {
  .porque main ul li {
    font-size: 14px;
  }
}
.porque footer {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 80px;
  justify-content: center;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .porque footer {
    position: static;
    width: 100%;
    transform: none;
  }
  .porque footer img {
    width: 100%;
  }
}

.festival {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.festival main {
  color: #fff;
  background-color: rgba(234, 95, 0, 0.8);
  max-width: 40%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .festival main {
    padding: 20px;
    max-width: 100%;
  }
}
.festival main img.logot {
  position: absolute;
  right: -320px;
  width: 250px;
  display: block;
  top: 100px;
}
.festival main h1 {
  font-size: 70px;
  margin-bottom: 30px;
}
.festival main h2 {
  font-size: 70px;
  margin-bottom: 30px;
}
.festival main h3 {
  font-size: 60px;
  margin-bottom: 30px;
}
.festival main h4 {
  font-size: 30px;
}
.festival main p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
}
.festival main p a {
  color: inherit;
}
.festival main p a:hover {
  opacity: 0.5;
}
.festival main strong {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "JulesText";
  text-align: center;
  display: block;
}
.festival main ul,
.festival main ol {
  margin-bottom: 20px;
  padding-left: 25px;
}
.festival main ul li,
.festival main ol li {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
}
.festival main ul li a,
.festival main ol li a {
  color: inherit;
}
.festival main ul li a:hover,
.festival main ol li a:hover {
  opacity: 0.5;
}
.festival footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 10px 20px;
}

.directorio {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .directorio {
    height: auto;
  }
}
.directorio main {
  color: #fff;
  height: 100%;
  display: grid;
  grid-template-columns: 30% auto;
}
@media only screen and (max-width: 768px) {
  .directorio main {
    grid-template-columns: 1fr;
  }
}
.directorio main .left {
  height: 100%;
  background-color: rgba(217, 128, 12, 0.8);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
  align-items: center;
}
.directorio main .left section {
  max-width: 350px;
}
.directorio main .left section h1 {
  font-size: 70px;
}
@media only screen and (max-width: 768px) {
  .directorio main .left section h1 {
    font-size: 50px;
  }
}
.directorio main .left section h2 {
  font-size: 30px;
  font-weight: 100;
  font-family: "Source Sans 3", sans-serif;
}
@media only screen and (max-width: 768px) {
  .directorio main .left section h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .directorio main .left footer img {
    width: 100%;
  }
}
.directorio main .right {
  background-color: rgba(255, 255, 255, 0.8);
}
.directorio main .right ul {
  padding: 50px;
  list-style-type: none;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
.directorio main .right ul li {
  border-radius: 1rem;
  background: white;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  color: #434343;
}
.directorio main .right ul li .card__container {
  padding: 2rem;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 1rem;
  position: relative;
}
.directorio main .right ul li::before {
  position: absolute;
  top: 35px;
  right: -8px;
  content: "";
  background: #7e2d00;
  height: 28px;
  width: 28px;
  transform: rotate(45deg);
}
.directorio main .right ul li::after {
  position: absolute;
  content: attr(data-label);
  font-family: "Source Sans 3", sans-serif;
  font-weight: 900;
  top: 11px;
  right: -14px;
  padding: 0.5rem;
  border-radius: 8px 8px 0 8px;
  width: 10rem;
  background: #e84e0f;
  color: white;
  text-align: center;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}
.directorio main .right ul li .card-header {
  padding: 5px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.directorio main .right ul li .card-header img {
  height: 80px;
  display: block;
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.directorio main .right ul li small {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #82898f;
}
.directorio main .right ul li small img {
  width: 25px;
}

a.back {
  color: #fff;
  margin: 20px 0;
}
a.back:hover {
  opacity: 0.5;
}

.splide__slide img {
  width: 100%;
}/*# sourceMappingURL=styles.css.map */