@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
:root {
  --azul-apagado: #536F97;
  --verde-claro: #E3E8E1;
  --naranja-apagado: #DAB27F;
  --verde-yerba: #7B9838;
  --naranja-claro: #FBEDD2;
  --logo-paisaje: #527096;
  --logo-alpaso: #000000;
  --maharlika: "Maharlika", serif;
  --corm-gara: "Cormorant Garamond", serif;
}

@font-face {
  font-family: "Maharlika";
  src: url("/assets/fonts/Maharlika-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

html,
body {
  background-color: #fff;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}
html header,
body header {
  width: 100%;
  height: 50px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
html header .navbar,
body header .navbar {
  width: 100%;
  border-bottom: 1px solid var(--verde-yerba);
  background-color: var(--verde-claro) !important;
}
html header .navbar .container-fluid,
body header .navbar .container-fluid {
  width: 100% !important;
}
html header .navbar .container-fluid .navbar-brand .logo,
body header .navbar .container-fluid .navbar-brand .logo {
  display: flex;
  flex-direction: column;
}
html header .navbar .container-fluid .navbar-brand .logo .paisaje,
body header .navbar .container-fluid .navbar-brand .logo .paisaje {
  font-size: 20px;
  color: var(--logo-paisaje);
  font-family: var(--maharlika);
  padding: 0;
  margin: 0;
}
html header .navbar .container-fluid .navbar-brand .logo .alpaso,
body header .navbar .container-fluid .navbar-brand .logo .alpaso {
  font-size: 20px;
  color: var(--logo-alpaso);
  font-family: var(--corm-gara);
  padding: 0;
  margin: 0;
  line-height: 0.5;
}
html header .navbar .container-fluid .navbar-toggler,
body header .navbar .container-fluid .navbar-toggler {
  border: none;
}
html header .navbar .container-fluid .navbar-toggler .material-symbols-outlined,
body header .navbar .container-fluid .navbar-toggler .material-symbols-outlined {
  color: var(--verde-yerba);
  font-size: 1.8em;
}
html header .navbar .container-fluid .navbar-toggler:focus,
body header .navbar .container-fluid .navbar-toggler:focus {
  box-shadow: none !important;
}
html main,
body main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex: 1;
}
html main .carrusel-uno,
body main .carrusel-uno {
  width: 100%;
  display: flex;
  justify-content: center;
}
html main .carrusel-uno .carousel,
body main .carrusel-uno .carousel {
  height: 100%;
  max-width: 600px;
}
html main .carrusel-uno .carousel .carousel-indicators,
body main .carrusel-uno .carousel .carousel-indicators {
  bottom: -10px;
}
html main .carrusel-uno .carousel .carousel-indicators button,
body main .carrusel-uno .carousel .carousel-indicators button {
  height: 6px;
  background-color: var(--azul-apagado);
}
html main .carrusel-uno .carousel .carousel-inner,
body main .carrusel-uno .carousel .carousel-inner {
  height: 100%;
}
html main .carrusel-uno .carousel .carousel-inner .carousel-item,
body main .carrusel-uno .carousel .carousel-inner .carousel-item {
  height: 100%;
  padding: 30px;
}
html main .carrusel-uno .carousel .carousel-inner .carousel-item img,
body main .carrusel-uno .carousel .carousel-inner .carousel-item img {
  max-height: 1200px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
html main .carrusel-uno .carousel .carousel-control-prev,
html main .carrusel-uno .carousel .carousel-control-next,
body main .carrusel-uno .carousel .carousel-control-prev,
body main .carrusel-uno .carousel .carousel-control-next {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
html main .carrusel-uno .carousel .carousel-control-prev .material-symbols-outlined,
html main .carrusel-uno .carousel .carousel-control-next .material-symbols-outlined,
body main .carrusel-uno .carousel .carousel-control-prev .material-symbols-outlined,
body main .carrusel-uno .carousel .carousel-control-next .material-symbols-outlined {
  background-color: var(--azul-apagado);
  border-radius: 50%;
  padding: 5px;
  color: var(--verde-yerba);
  font-size: 30px !important;
  font-weight: 700 !important;
}
html main .carrusel-uno .carousel .carousel-control-prev .material-symbols-outlined:focus,
html main .carrusel-uno .carousel .carousel-control-next .material-symbols-outlined:focus,
body main .carrusel-uno .carousel .carousel-control-prev .material-symbols-outlined:focus,
body main .carrusel-uno .carousel .carousel-control-next .material-symbols-outlined:focus {
  box-shadow: none;
}
html main .ellos,
body main .ellos {
  width: 100%;
  height: 50vh;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
html main .ellos .cartas,
body main .ellos .cartas {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: space-around;
}
html main .ellos .cartas .card,
body main .ellos .cartas .card {
  width: 350px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
html main .ellos .cartas .card img,
body main .ellos .cartas .card img {
  width: 100%;
  max-width: auto;
  height: 100%;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
html main .ellos .cartas .card .card-body,
body main .ellos .cartas .card .card-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html main .ellos .cartas .card .card-body .card-title,
body main .ellos .cartas .card .card-body .card-title {
  font-family: var(--maharlika);
  color: var(--azul-apagado);
  font-size: 25px;
  margin: auto;
}
html main .ellos .cartas .card .card-body .card-text,
body main .ellos .cartas .card .card-body .card-text {
  display: none;
}
html main .ellos .cartas .card .card-body .btn,
body main .ellos .cartas .card .card-body .btn {
  background-color: var(--azul-apagado) !important;
  width: 50%;
  border: none;
  font-size: 22px;
  padding: 5px;
  margin-top: 5px;
  font-family: var(--corm-gara);
}
html footer,
body footer {
  width: 100%;
  height: 25vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid var(--verde-yerba);
  background-color: var(--verde-claro);
}
html footer .footer-content,
body footer .footer-content {
  width: 70%;
  height: 85%;
  display: flex;
}
html footer .footer-content .medio-pago,
body footer .footer-content .medio-pago {
  width: 33.3333333333%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--verde-yerba);
}
html footer .footer-content .medio-pago p,
body footer .footer-content .medio-pago p {
  height: 25%;
  font-size: 20px;
}
html footer .footer-content .medio-pago img,
body footer .footer-content .medio-pago img {
  height: 75%;
}
html footer .footer-content .apoyan,
body footer .footer-content .apoyan {
  width: 66.6666666667%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 120px;
}
html footer .footer-content .apoyan p,
body footer .footer-content .apoyan p {
  height: 25%;
  font-size: 20px;
}
html footer .footer-content .apoyan .quienes-apoyan,
body footer .footer-content .apoyan .quienes-apoyan {
  display: flex;
  height: 75%;
  width: 100%;
  gap: 50px;
}
html footer .footer-content .apoyan .quienes-apoyan img,
body footer .footer-content .apoyan .quienes-apoyan img {
  height: 80%;
  max-width: 40%;
}

@media screen and (max-width: 576px) {
  body main {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    flex: 1;
  }
  body main .ellos {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  body main .ellos .cartas {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main .ellos .cartas .card {
    width: 250px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  body main .ellos .cartas .card img {
    width: 90%;
    margin: auto;
  }
  body main .ellos .cartas .card .card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main .ellos .cartas .card .card-body .card-title {
    font-family: var(--maharlika);
    color: var(--azul-apagado);
    font-size: 18px;
    margin: auto;
  }
  body main .ellos .cartas .card .card-body .card-text {
    display: none;
  }
  body main .ellos .cartas .card .card-body .btn {
    background-color: var(--azul-apagado) !important;
    width: 50%;
    border: none;
    font-size: 15px;
    padding: 5px;
    margin-top: 5px;
    font-family: var(--corm-gara);
  }
  body footer {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--verde-yerba);
    padding-bottom: 15px;
  }
  body footer .footer-content {
    width: 70%;
    height: 85%;
    display: flex;
    flex-direction: column;
  }
  body footer .footer-content .medio-pago {
    width: 100%;
    height: 33%;
    display: flex;
    flex-direction: row;
    order: 2;
    align-items: center;
    border-right: none;
    padding-top: 30px;
  }
  body footer .footer-content .medio-pago p {
    height: 25%;
    font-size: 15px;
  }
  body footer .footer-content .medio-pago img {
    height: 50px;
    padding-left: 25px;
  }
  body footer .footer-content .apoyan {
    width: 100%;
    height: 67%;
    display: flex;
    order: 1;
    flex-direction: column;
    padding-left: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--verde-yerba);
  }
  body footer .footer-content .apoyan p {
    height: 25%;
    font-size: 15px;
  }
  body footer .footer-content .apoyan .quienes-apoyan {
    display: flex;
    justify-content: space-between;
    height: 75%;
    width: 100%;
  }
  body footer .footer-content .apoyan .quienes-apoyan img {
    height: auto;
    width: 50%;
  }
}/*# sourceMappingURL=index.css.map */