/*
*
**** FONTS ****
*
*/
@font-face {
  font-family: "adiChop-RegularBeta";
  src: url("../fonts/adiChop-RegularBeta.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "adiChop-BlackBeta";
  src: url("../fonts/adiChop-BlackBeta.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "adihausDIN-Bold";
  src: url("../fonts/AdihausDIN-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "adihausDIN-Regular";
  src: url("../fonts/AdihausDIN-Regular.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Adineuepro-black";
  src: url("../fonts/ADINEUEPRO-BLACK.OTF");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Adineuepro-regular";
  src: url("../fonts/adineuePRO-Regular.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "AdihausDIN-CondBold";
  src: url("../fonts/AdihausDIN-CondBold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "AdihausDIN-CondBoldIta";
  src: url("../fonts/AdihausDIN-CondBoldIta.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ADINEUEPRO-BLACKWEB";
  src: url("../fonts/ADINEUEPRO-BLACKWEB.TTF");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ADINEUEPRO-BOLDWEB";
  src: url("../fonts/ADINEUEPRO-BOLDWEB.TTF");
  font-weight: 700;
  font-style: normal;
}

.adineuepro-black {
  font-family: "Adineuepro-black";
}

.adineuepro-regular {
  font-family: "Adineuepro-regular";
}

.adiChop-BlackBeta {
  font-family: "adiChop-BlackBeta";
}

.adihausDIN-Regular {
  font-family: "adihausDIN-Regular";
}

.adihausDIN-bold,
.bold {
  font-family: "adihausDIN-Bold";
}

.adihausDIN-CondBold {
  font-family: "AdihausDIN-CondBold";
}

.adihausDIN-CondBoldIta {
  font-family: "AdihausDIN-CondBoldIta";
}

.ADINEUEPRO-BOLDWEB {
  font-family: "ADINEUEPRO-BOLDWEB";
}

/*
*
**** RESET ****
*
*/

* {
  list-style: none;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  font-family: "adiChop-RegularBeta";
  text-transform: uppercase;
}

html,
body {
  overflow-x: hidden;
}

body {
  margin: auto;
  background-color: #000000;
}

.header,
.images,
.content {
  max-width: 975px;
  margin: auto;
}

.header {
  display: flex;
  justify-content: center;
  align-items: flex-start;

  background: rgb(0, 0, 0) url("../imgs/Editable_header_landing-01.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;

  position: relative;

  min-height: 600px;
  margin-bottom: 2%;
}

.space {
  width: 33%;
  height: auto;
}

.header-left {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 350px;
  margin-left: 20px;
}

.header-left .img-container img {
  width: 100%;
  height: 100%;
}

.header-right {
  flex: 0.1;
}

.header .header-sent {
  font-size: 2rem;
}

.header .header-sent .title {
  width: 40%;
  margin-left: 10%;
}

.title-container {
  flex: 0.9;
}

.title {
  margin: 5px 5px 5px 0;
  letter-spacing: 3px;
  font-size: 2.5rem;
}

.subtitle {
  letter-spacing: 3px;
  color: #fff;
  font-size: 0.9rem;
}

.tier {
  display: flex;
  flex-direction: row;

  margin-bottom: 10px;
}

.tier img {
  max-width: 30px;
  max-height: 30px;
}

.tier div .thin {
  font-weight: 300;
  font-size: 1rem;
}

.tier div p {
  margin: 0;
  margin-left: 10px;
}

.uppercase {
  text-transform: uppercase;
}

.logo {
  max-width: 120px;
  max-height: 95px;
  margin: 45% -15%;
}

.images {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.content {
  display: flex;
  flex-direction: column;
}

.banner {
  background-color: rgb(7, 80, 82);
  min-height: 30px;
  -webkit-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.75);
  z-index: 1;
}

.text {
  font-size: 1.2em;
  z-index: 1;
  margin: 5px 0;
}

.text-p {
  padding-top: 5%;
}

/***	SECTION		***/

.section {
  position: relative;
  overflow: hidden;
  background: rgb(0, 0, 0);
}

.section .form, .section .header-title {
  width: 80%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section form div {
  width: 100%;
  margin-bottom: 20px;
}

.section form div.mitad {
  width: 48%;
}

.section form div.mitad.file {
  position: relative;
}

.section form div label {
  display: inline-block;
  background: #000;
  padding: 5px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.3em;
}

.section form div input,
.section form div select {
  display: block;
  width: 100%;
  color: #000;
  border: none;
  padding: 10px;
  outline: none;
  font-size: 20px;
  border: 3px solid black;
}

.section form div select option {
  text-transform: capitalize;
  color: #000;
}

.section form div input[type="date"] {
  font-size: 16px;
}

.section .byc {
  display: flex;
  align-items: center;
  font-size: 0.5em;
  flex-direction: column;
}

.bycCheckbox {
  display: inline-block !important;
  width: auto !important;
}

#bycForMailingLabel {
  max-width: 90%;
}

.bycLink {
  font-size: 1em;
  margin-top: 5px;
  margin-left: 10px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.section form div.file input {
  display: none;
}

.section form div.file p:last-child {
  margin-bottom: 0;
}

.section form div.file label {
  padding: 0;
  cursor: pointer;
  width: 100%;
}

.section form div.file p {
  color: #fff;
  font-size: 18px;
}

.section form div.file label::after {
  content: "Cargar archivo";
  background: rgb(255, 255, 255);
  padding: 12px 0;
  border: 3px solid #000;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}

.section form div.file label.img_agregada::after {
  content: "¡Imagen cargada!";
}

.section form div.file label span {
  display: inline-block;
  background: #000;
  padding: 7px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.section form div.last {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.section form div.last input {
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  padding: 12px 40px 10px;
  margin-left: 20px;
  cursor: pointer;
}

.section form div.last p {
  font-weight: 700;
  color: #010204;
  letter-spacing: 1px;
  font-size: 23px;
  background: #ffe200;
  padding: 5px 20px 5px;
  text-transform: uppercase;
}

.section form div.last img {
  width: 30px;
}

.sent {
  position: relative;
  display: flex;
  background: rgb(0, 0, 0);
  flex-direction: column;
  justify-content: center;

  align-items: center;
  min-height: 85vh;
}

.sent .text {
  text-align: center;
  width: 50%;
  letter-spacing: 2px;
}

.sent .text p {
  font-size: 2rem;
}

.sent img {
  margin: 0;
  max-width: 230px;
  max-height: 170px;
}

.x {
  position: absolute;
  top: 2%;
  right: 2%;

  padding: 2%;
  border-radius: 40%;
}

.x:hover {
  cursor: pointer;
}

.modal_legales,
.modal_ood {
  display: none;
  position: fixed;

  z-index: 999;
  overflow-y: scroll;

  top: 20%;
  left: 25%;
  width: 50%;
  max-height: 70%;
  min-height: 30%;

  background-color: rgb(10, 10, 10);
  padding: 5%;

  border-radius: 15px;
}

.modal_legales .modal,
.modal_ood .modal_out {
  width: 100%;
  text-transform: uppercase;
  margin: auto;
}

.modal_legales .modal p {
  font-family: "AdihausDIN-Bold";
}

.modal_ood .modal_out p span strong {
  font-size: 1.8rem;
}

.price-img {
  width: 100%;
  height: auto;
  max-width: unset;
  max-height: unset;
  margin-top: 10px;
  margin-bottom: 10px;
}

.price-p {
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

/***	LOADER	***/
.loader-container {
  position: fixed;
  display: none;

  background: rgba(0, 0, 0, 0.7);
  z-index: 2;

  width: 100%;
  height: 100%;

  top: 0;
  left: 0;
}

.loader {
  border: 16px solid rgb(255, 255, 255);
  border-top: 16px solid rgb(0,0,0);
  border-bottom: 16px solid rgb(0,0,0);
  border-radius: 50%;

  width: 120px;
  height: 120px;

  animation: spin 2s linear infinite;

  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer {
  width: 100%;
  height: 150px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .text {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 0;
}

.footer p:hover {
  cursor: pointer;
}

@media only screen and (max-width: 975px) {
  .header,
  .content {
    max-width: 90%;
    margin: auto;
  }

  .header {
    min-height: 35vw;
    margin-bottom: 2%;
  }

  .header-left {
    margin-left: 10px;
    min-height: 40vw;
  }

  .logo {
    max-width: 95px;
    max-height: 70px;
    margin: 35% -20%;
  }

  .space {
    width: 32%;
  }

  .title {
    font-size: 1.9rem;
  }

  .title-container {
    flex: 1;
  }

  .subtitle {
    font-size: 0.6rem;
  }

  .text {
    font-size: 1em;
    width: 90%;
  }

  .sent .text {
    width: 90%;
  }

  .modal_legales {
    left: 10%;
    width: 80%;
  }
}

@media only screen and (max-width: 700px) {
  .header,
  .content {
    max-width: 100%;
    margin: auto;
  }

  .header {
    min-height: 60vw;
    margin-bottom: 2%;
  }

  .title {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }

  .header .header-sent {
    margin-left: 0;
  }

  .header .header-sent .title {
    font-size: 3rem;
    width: 60%;
    margin-left: 8%;
  }

  .logo {
    max-width: 65px;
    max-height: 55px;
    margin: 35% -20%;
  }

  .tier img {
    max-width: 28px;
    max-height: 28px;

    margin-top: 0;
  }

  .tier div p {
    font-size: 1rem;
  }

  .tier div .thin {
    font-size: 0.9rem;
    width: 125%;
  }

  .text {
    font-size: 1.2rem;
  }

  .text-sent {
    font-size: 1.5rem;
  }

  .text .subtitle {
    font-size: 0.45rem;
    letter-spacing: 2px;
  }

  .banner {
    min-height: 17px;
  }

  .section form div.file label span {
    padding: 7px 10px;
  }

  .section form div.mitad {
    width: 100%;
  }

  .bycLink {
    display: block;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 430px) {
  .title {
    font-size: 1.5rem;
  }
}

/* Full‐screen overlay */
.modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

/* The modal “box” */
.modal-box {
  display: flex;
  position: relative;
  flex-direction: column; /* stack children vertically */
  background: rgb(10, 10, 10);
  border-radius: 8px;
  padding: 1.5rem;
  width: 80%;
  max-width: 600px;
  max-height: 80vh; /* limit height */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  overflow-y: auto; /* enable vertical scrolling */
  box-sizing: border-box;
}

/* If you want each paragraph or heading oriented top→bottom rather than left→right,
   you can add this to force vertical text flow: */
.modal-box.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed; /* preserves Latin letters upright */
  white-space: nowrap; /* prevent wrapping back to next line */
}

/* Optional: tighten up spacing between lines/paragraphs */
.modal-box p,
.modal-box h1,
.modal-box h2,
.modal-box h3 {
  margin-bottom: 1rem;
  line-height: 1.4;
}
