@charset "UTF-8";
.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: "";
}

/* 
Responsive between
Ej: @include responsiveB('mobile-v', 'mobile-h'){
*/
/*
tr( duracion, propiedades, delay)
*/
/*
tre( duracion, propiedades, delay)
a diferencia de tr(), tre tiene un easign aplicado que hace la animacion mas natural
*/
/*
fade( x, y, defaulttransition, delay );
Añade transformacion x e y, y opacity 0 al elemento.
Se pueden pasar valores negativos, por ejemplo, para desplazar x hacia la izquierda
Tambien se puede pasar un porcentaje
defaulttransition aplica la variable $transition-default definida en _variables.scss
delay aplica un delay multiplicando el valor por $transition-default-delay para hacer aparecer los elementos de forma escalonada
*/
.in {
  --fade-opacity: 1;
  --fade-transform: translateX(0px) translateY(0px);
  --p100: 100%;
  --p0: 0%;
  --v1: 1;
  --v0: 0;
}

/*
fadein();
Aplica transformX(0px), transformY(0px) y opacity 1 para hacer aparecer el objecto
*/
/*
Se usa igual que fade, pero crea un loop para animar los elementos de forma ordenada
*/
/*
Use:
@if editor() {
  font-size: 90px;
}
*/
/* Text Block Custom Style */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body p:not(:last-child) {
  margin-bottom: 20px;
}

.hidden {
  display: none;
}

input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button {
  font-family: "PT Serif", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

button {
  background-color: transparent;
}

select {
  font-family: "PT Serif", sans-serif;
}

h1:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.h1 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(70px, 43.6px + 0.044 * 100vw, 90px);
}

h2:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.h2 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(40px, -0.2px + 0.067 * 100vw, 70px);
}

h3:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.h3 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
}

h4:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.h4 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(24px, 21.6px + 0.004 * 100vw, 26px);
}

h5:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.h5 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
}

h6:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6),
.h6 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(16px, 16px + 0 * 100vw, 16px);
}

a {
  color: #bc0a65;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

b,
strong,
strong * {
  font-weight: 600;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
@media only screen and (min-width: 1050px) {
  .container {
    padding: 0 30px;
  }
}

.centerDiv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iframe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text_block h1,
.text_block h2,
.text_block h3,
.text_block h4,
.text_block h5,
.text_block h6 {
  color: #000;
  margin-bottom: 20px;
}
.text_block h1 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(70px, 43.6px + 0.044 * 100vw, 90px);
}
.text_block h2 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(40px, -0.2px + 0.067 * 100vw, 70px);
}
.text_block h3 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(28px, 17.2px + 0.018 * 100vw, 36px);
}
.text_block h4 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(24px, 21.6px + 0.004 * 100vw, 26px);
}
.text_block h5 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(16px, 13.6px + 0.004 * 100vw, 18px);
}
.text_block h6 {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(16px, 16px + 0 * 100vw, 16px);
}
.text_block ul,
.text_block ol {
  padding-left: 15px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.text_block ul li {
  list-style: disc;
}
.text_block a:not(.button) {
  color: #bc0a65;
  text-decoration: none;
}
.text_block a:not(.button):hover {
  text-decoration: underline;
}
.text_block blockquote {
  padding-left: 30px;
  border-left: 3px solid #000;
}
.text_block blockquote p {
  font-family: "PT Serif", sans-serif;
  font-size: clamp(24px, 21.6px + 0.004 * 100vw, 26px);
}
.text_block img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 0 28px 0;
}
.text_block .alignleft {
  float: left;
  max-width: 50%;
  margin-right: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignleft {
    max-width: 100%;
  }
}
.text_block .aligncenter {
  margin: 30px auto;
  display: block;
}
.text_block .alignright {
  float: right;
  max-width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  .text_block .alignright {
    max-width: 100%;
  }
}

.skip-to-content {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 999;
  padding: 12px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 4px 0;
  font-weight: 600;
  font-size: 14px;
}
.skip-to-content:focus {
  top: 0;
  left: 0;
}

.header {
  position: relative;
  top: 0;
  width: 100%;
  background: #0A1733;
  padding: 10px 0;
  padding-top: clamp(15px, 8.4px + 0.011 * 100vw, 20px);
  z-index: 100;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1050px) {
  .header__right .button {
    padding: 10px 10px;
    font-size: 11px;
    letter-spacing: 2px;
  }
}

.site-logo {
  display: block;
  max-width: 230px;
}
@media only screen and (min-width: 1050px) {
  .site-logo {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1450px) {
  .site-logo {
    max-width: 400px;
  }
}

@media only screen and (min-width: 1450px) {
  .site-footer .site-logo {
    max-width: 500px;
  }
}

.main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.main-menu a {
  text-decoration: none;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #bc0a65;
    padding: 100px 30px 30px;
    z-index: 10;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .menu-open .main-menu {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-menu a {
    font-size: 22px;
    color: #ffffff;
  }
}