/* ***********************************************************************
* FUENTES
* ************************************************************************/
@font-face {
  font-family: 'Roboto-Bold';
  src: url('./../cookies/fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('./../cookies/fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('./../cookies/fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'AlumniSans';
  src: url('./../fonts/AlumniSans.ttf') format('truetype');
}
@font-face {
  font-family: 'Assistant';
  src: url('./../fonts/Assistant.ttf') format('truetype');
}
/* ***********************************************************************
* BASE
* ************************************************************************/
:root {
  --black: rgb(0 0 0);
  --container: 1440px;
  --primary-color: rgb(255 255 255);
  --secondary-color: rgb(56 57 54);
  --white: rgb(255 255 255);
}
body {
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
h1 {
  color: #3a3737;
  font-family: 'AlumniSans';
  font-size: clamp(36px, 9vw - 1rem, 100px);
  font-weight: 400;
}
h2 {
  color: #3a3737;
  font-family: 'Assistant';
  font-size: clamp(24px, 6vw - 1rem, 42px);
  font-weight: 300;
  text-transform: uppercase;
}
h3 {
  color: #ffffff;
  font-family: 'Assistant';
  font-size: clamp(24px, 6vw - 1rem, 46px);
  font-weight: 300;
}
h4 {
  color: #ffffff;
  font-family: 'Assistant';
  font-size: clamp(24px, 6vw - 1rem, 26px);
  font-weight: 300;
}
h5 {
  font-family: 'Assistant';
  font-size: clamp(24px, 6vw - 1rem, 46px);
  font-weight: 400;
}
p {
  color: #3a3737;
  font-family: 'Assistant';
  font-size: 18px;
  font-weight: 300;
}
p > strong {
  font-weight: 700;
}
::selection {
  background-color: #f9de2d;
  color: #3a3737;
}
img {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.container {
  max-width: var(--container);
}
.paragraph {
  margin-left: auto;
  width: 620px;
}
.paragraph2 {
  margin: auto;
  width: 500px;
}
@media (width <= 992px) {
  .paragraph {
    width: 100%;
  }
}
.picture img {
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}
.button button {
  padding-block: 8px;
  transition: background-color 300ms ease;
  width: 222px;
}
.button button:hover {
  background-color: transparent;
}
@media (width <= 992px) {
  .button button {
    width: 100%;
  }
}
/* ***********************************************************************
* HEADER
* ************************************************************************/
.header {
  position: relative;
}

.logo img {
  height: 68px;
}
@media (width <= 992px) {
  .logo img {
    height: 48px;
  }
}
@media (width <= 480px) {
  .logo img {
    height: 28px;
  }
}
.picture-animation img {
  transition: transform 500ms ease;
}
.picture-animation img:hover {
  transform: scale(1.01);
}
/* ***********************************************************************
* FORM
* ************************************************************************/
.form {
  background-color: var(--primary-color);
  padding: 36px;
}
#footer-form,
.form.footer-form {
  background-color: #e7e6e3;
}
#footer-form h5,
#footer-form p {
  text-align: center;
}
@media (width <= 992px) {
  .form {
    padding: 18px;
    width: 100%;
  }
}
.form h2 {
  font-size: 36px;
}
.form p:first-of-type {
  font-family: 'Assistant';
  font-size: 24px;
  font-weight: 500;
}
.form p:last-of-type {
  font-family: 'Assistant';
  font-size: 16px;
  font-weight: 400;
}
.form.footer-form .input-flex {
  display: flex;
  justify-content: space-between;
}
@media (width <= 992px) {
  .form.footer-form .input-flex {
    flex-wrap: wrap;
  }
}
.form form .input-style {
  margin-bottom: 18px;
  width: 100%;
}
.form.footer-form form .input-style.md {
  width: 31%;
}
.form.footer-form form .input-style.lg {
  width: 66%;
}
@media (width <= 992px) {
  .form.footer-form form .input-style.md {
    width: 100%;
  }
  .form.footer-form form .input-style.lg {
    width: 100%;
  }
}
.form form .input-style input {
  border: 0;
  border-bottom: 1px solid #3a3737;
  caret-color: #3a3737;
  color: #3a3737;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 2px;
  padding-bottom: 12px;
  width: 100%;
}
.form.footer-form .input-style input {
  background-color: transparent;
}
.form form .input-style input::placeholder {
  color: #3a3737;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 300;
}
.form form .input-style input:focus {
  border: 0;
  outline: 1px solid #3a3737;
}
.form form .checkbox {
  align-items: end;
  display: flex;
  margin-bottom: 8px;
}

.form form .checkbox:first-of-type {
  margin-top: 24px;
}

.form form .checkbox input[type='checkbox'] {
  appearance: none;
  background-color: none;
  border: 1px solid #3a3737;
  border-radius: 0.05em;
  cursor: pointer;
  display: grid;
  height: 1em;
  margin: 0;
  place-content: center;
  transform: translateY(-0.075em);
  width: 1em;
}
.form form .checkbox input[type='checkbox']::before {
  box-shadow: inset 1em 1em #3a3737;
  content: '';
  height: 8px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 8px;
}
.form form .checkbox input[type='checkbox']:checked::before {
  transform: scale(1);
}
.form form .checkbox span {
  font-family: 'Assistant';
  font-size: 12px;
  font-weight: 300;
  margin-left: 6px;
}
.form .submits {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form.footer-form .submits {
  display: block;
}
.form .submit {
  margin-top: 24px;
}
.form .submit input {
  background-color: #3a3737;
  border: 1px solid #3a3737;
  border-radius: 6px;
  color: #e5e3d0;
  font-family: 'Assistant';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding-block: 8px;
  transition: opacity 500ms ease-in;
  width: 113px;
}
.form .submit input:hover {
  opacity: 0.8;
}
/* ***********************************************************************
* ICONS
* ************************************************************************/
#icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (width <= 992px) {
  #icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
#icons .box {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 170px;
}
#icons .box p {
  font-size: 20px;
  margin-top: 12px;
}
#icons .box:nth-of-type(1) {
  background-color: #1a2024;
}
#icons .box:nth-of-type(2) {
  background-color: rgb(26 32 36 / 80%);
}
#icons .box:nth-of-type(3) {
  background-color: rgb(26 32 36 / 60%);
}
#icons .box:nth-of-type(4) {
  background-color: rgb(26 32 36 / 40%);
}
#icons .box:nth-of-type(-n + 2) p {
  color: #bebea7;
}
#icons .box:nth-of-type(n + 3):nth-of-type(-n + 4) p {
  color: #e5e3d0;
}
/* ***********************************************************************
* CAROUSEL + RENDERS
* ************************************************************************/
#renders .owl-carousel .owl-nav {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  left: 50%;
  padding: 0 40px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
}
#renders .owl-carousel .owl-nav button {
  border: none;
  outline: none;
  pointer-events: all;
  width: 28px;
}
#renders .owl-carousel .owl-nav button img {
  width: 100%;
}
#renders .owl-carousel .owl-nav button:nth-child(2) {
  transform: rotate(180deg);
}
#renders .owl-carousel .item {
  height: 44vw;
  min-height: 300px;
  opacity: 0.4;
  position: relative;
  transition: 0.8s;
}
#renders .owl-carousel .item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#renders .owl-carousel .owl-stage-outer .owl-stage .owl-item.active {
  opacity: 1;
}
#renders .owl-carousel .owl-stage-outer .owl-stage .owl-item.active .item {
  opacity: 1;
  transition: 0.4s;
}
#renders .owl-dots {
  bottom: 8%;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
}
#renders .owl-dots .owl-dot {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 15px;
  height: 15px;
  margin: 5px 10px;
  width: 15px;
}
#renders .owl-dots .owl-dot.active {
  background: rgb(255, 255, 255);
}
#renders .owl-dots .owl-dot :focus {
  outline: none;
}
/* .custom-nav button {
          background-color: #ffffff;
          border: none;
          margin: 0 8px;
          outline: none;
          pointer-events: all;
          width: 60px;
        }
.custom-nav button img {
          width: 100%;
        }
.custom-nav button:nth-child(2) {
          transform: rotate(180deg);
        } */
@media (width <= 992px) {
  #renders .owl-carousel .owl-nav {
    padding: 0;
  }
  #renders .owl-carousel .owl-nav button img {
    width: 70%;
  }
}
/* ***********************************************************************
* BANNER
* ************************************************************************/
#banner {
  background-color: #939594;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 187px;
  text-align: center;
}
/* ***********************************************************************
* MAP
* ************************************************************************/
#map {
  position: relative;
}
/* .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
} */

#map img {
  height: 800px;
  object-fit: cover;
  width: 100%;
}
@media (width <= 992px) {
  #map img {
    height: 400px;
  }
}
/* ***********************************************************************
* FOOTER
* ************************************************************************/
footer {
  background-color: var(--black);
  padding-top: 18px;
}
footer p {
  color: var(--white);
  font-size: 0.8rem;
}
footer a {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-family: 'Roboto-Medium', sans-serif;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
footer a:after {
  background: var(--white);
  bottom: 0;
  content: '';
  height: 2px;
  left: -100%;
  position: absolute;
  transition: left 600ms ease;
  width: 100%;
}
footer a:hover:after {
  left: 0;
}
/* ***********************************************************************
* PÁGINA DE COMPROBANTE
* ************************************************************************/
#comprobante {
  align-items: center;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
}
#comprobante img {
  height: 148px;
}
#comprobante h1 {
  color: var(--black);
  padding: 24px 0;
  text-align: center;
  width: 470px;
}
#comprobante p {
  color: #1c1b1a;
  font-size: 20px;
  text-align: center;
  width: 520px;
}
#comprobante h4 {
  border-bottom: 2px solid rgb(28, 27, 26);
  color: rgb(28, 27, 26);
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  padding-bottom: 8px;
  padding-top: 24px;
  text-decoration-color: transparent;
}
#comprobante a {
  color: rgb(34, 34, 34);
  text-decoration: none;
}
#footer p {
  font-size: 0.8rem;
}
#footer a {
  font-family: 'Roboto-Medium';
}
@media (width <= 992px) {
  #comprobante h1,
  #comprobante p {
    width: 100%;
  }
}
/* ***********************************************************************
* MODAL DE POLÍTICA DE PRIVACIDAD
* ************************************************************************/
#informacion .modal-header h5 {
  color: #333333;
  font-family: 'Roboto-Bold';
  font-size: 1rem;
  letter-spacing: 0.02rem;
  text-transform: capitalize;
}
#informacion .modal-content {
  -moz-box-shadow: 0px 17px 19px -8px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 17px 19px -8px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 17px 19px -8px rgba(0, 0, 0, 0.6);
}
#informacion .modal-body p,
#informacion ul li {
  color: #222222;
  font-family: 'Roboto-Regular';
  font-size: 0.9rem;
  line-height: normal;
  text-align: left;
  width: 100%;
}
/* ***********************************************************************
* ANIMATIONS
* ************************************************************************/
/*? Animación para que las imágenes aparezcan progresivamente en móvil */
@keyframes animated__picture {
  from {
    opacity: 0;
    scale: 25%;
  }
  to {
    opacity: 1;
    scale: 100%;
  }
}
@media (width <= 768px) {
  .animated__picture img {
    animation-fill-mode: both;
    animation-name: animated__picture;
    animation-range: entry 10% cover 30%;
    animation-timeline: --image;
    height: auto;
    view-timeline-axis: block;
    view-timeline-name: --image;
    width: 100%;
  }
}
