/* ------------------------------------------------------------------------- */
/* VARIABLES 100X100 */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE FRO 100X100 */
/* ------------------------------------------------------------------------- */
.center-content {
  text-align: center;
}

.left-content {
  text-align: left;
}

.right-content {
  text-align: right;
}

/* ------------------------------------------------------------------------- */
/* 100X100 GRID SYSTEM */
/* ------------------------------------------------------------------------- */
.column-container {
  font-size: 0;
}

.column {
  display: inline-block;
  padding: 0.5%;
  vertical-align: top;
}

.column-1 {
  width: 8.3333333333%;
}

.column-2 {
  width: 16.6666666667%;
}

.column-3 {
  width: 25%;
}

.column-4 {
  width: 33.333333333%;
}

.column-5 {
  width: 41.666666667%;
}

.column-6 {
  width: 50%;
}

.column-7 {
  width: 58.333333333%;
}

.column-8 {
  width: 66.666666667%;
}

.column-9 {
  width: 75%;
}

.column-10 {
  width: 83.33333333%;
}

.column-11 {
  width: 91.66666667%;
}

.column-12 {
  width: 100%;
}

/* Special Grids */
.column-margin {
  display: inline-block;
  vertical-align: top;
}

.column-1_11 {
  width: 8.5%;
  margin-left: 0.29545455%;
  margin-right: 0.29545455%;
}

@media only screen and (max-width: 1100px) {
  .column-1-tablet {
    width: 8.3333333333%;
  }
  .column-2-tablet {
    width: 16.6666666667%;
  }
  .column-3-tablet {
    width: 25%;
  }
  .column-4-tablet {
    width: 33.333333333%;
  }
  .column-5-tablet {
    width: 41.666666667%;
  }
  .column-6-tablet {
    width: 50%;
  }
  .column-7-tablet {
    width: 58.333333333%;
  }
  .column-8-tablet {
    width: 66.666666667%;
  }
  .column-9-tablet {
    width: 75%;
  }
  .column-10-tablet {
    width: 83.33333333%;
  }
  .column-11-tablet {
    width: 91.66666667%;
  }
  .column-12-tablet {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .column-1-mobile {
    width: 8.3333333333%;
  }
  .column-2-mobile {
    width: 16.6666666667%;
  }
  .column-3-mobile {
    width: 25%;
  }
  .column-4-mobile {
    width: 33.333333333%;
  }
  .column-5-mobile {
    width: 41.666666667%;
  }
  .column-6-mobile {
    width: 50%;
  }
  .column-7-mobile {
    width: 58.333333333%;
  }
  .column-8-mobile {
    width: 66.666666667%;
  }
  .column-9-mobile {
    width: 75%;
  }
  .column-10-mobile {
    width: 83.33333333%;
  }
  .column-11-mobile {
    width: 91.66666667%;
  }
  .column-12-mobile {
    width: 100%;
  }
  .column-0-mobile {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* VARIABLES FORM VALIDATION 100x100 */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE FORM VALIDATION 100x100 */
/* ------------------------------------------------------------------------- */
/* INPUT CSS */
.hundreds-validation__input_error {
  border-color: #d63031 !important;
}

label.hundreds-validation__input_error,
p.hundreds-validation__input_error,
label.hundreds-validation__input_error a {
  color: #d63031 !important;
  border-color: #d63031 !important;
}

.hundreds-form__error {
  display: none;
  color: #d63031;
}

/*.hundreds-validation__input_success{
	border-color: $hundreds-success-color !important;
}*/
/* MESSAGES CSS */
.form-messages {
  margin: 20px 0 30px;
}

.form-messages__success {
  color: #00b894;
}

.form-messages__errors {
  color: #d63031;
}

.form-messages_hide {
  display: none;
}

.form-messages_show {
  display: block;
}

/* ------------------------------------------------------------------------- */
/* WordPress WYSIWYG Editor Styles */
/* ------------------------------------------------------------------------- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone,
img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* ------------------------------------------------------------------------- */
/* FONTS */
/* ------------------------------------------------------------------------- */
/*

@font-face {
  font-family: 'nexabold';
  src: url(../fonts/nexa/NexaBold.eot);
  src: url(../fonts/nexa/NexaBold.eot) format('embedded-opentype'),
     url(../fonts/nexa/NexaBold.woff) format('woff'),
     url(../fonts/nexa/NexaBold.ttf) format('truetype'),
     url(../fonts/nexa/NexaBold.svg) format('svg');
  font-style: normal;
}

@font-face {
  font-family: 'nexalight';
  src: url(../fonts/nexa/NexaLight.eot);
  src: url(../fonts/nexa/NexaLight.eot) format('embedded-opentype'),
     url(../fonts/nexa/NexaLight.woff) format('woff'),
     url(../fonts/nexa/NexaLight.ttf) format('truetype'),
     url(../fonts/nexa/NexaLight.svg) format('svg');
  font-style: normal;
}

*/
/* ------------------------------------------------------------------------- */
/* VARIABLES */
/* ------------------------------------------------------------------------- */
/* */
/**/
/* */
/* */
/* */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

/* ==========================================================================
   RESET CSS
   ========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
figure,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

p a {
  outline: 0;
}

p a:hover {
  text-decoration: underline;
}

input[type=submit],
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html,
body {
  /*overflow-x: hidden;*/
}

/* ------------------------------------------------------------------------- */
/* MIXINS */
/* ------------------------------------------------------------------------- */
/*
@mixin theme($theme: DarkGray) {
  background: $theme;
  box-shadow: 0 0 1px rgba($theme, .25);
  color: #fff;
}

.info {
  @include theme;
}
.alert {
  @include theme($theme: DarkRed);
}
.success {
  @include theme($theme: DarkGreen);
}
*/
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
body {
  background-color: white;
  min-height: 100%;
  font-family: "ppmonument-light", sans-serif;
  color: #000000;
  font-size: 1rem;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 1.25rem;
}

ul li {
  font-size: 1rem;
  line-height: 140%;
  margin-bottom: 0.6rem;
}

.container-xs, .container-s, .container-m, .container-l, .container-xl, .container-full, .container-micro, .container-mini, .container-medio, .container {
  margin: 0 auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container {
  max-width: 1440px;
}

.container.full {
  max-width: unset;
}

.container-medio {
  max-width: 1200px;
}

.container-mini {
  max-width: 1000px;
}

.container-micro {
  max-width: 800px;
}

/* This is for the editables containers */
.container-full {
  max-width: unset;
}

.container-xl {
  max-width: 1400px;
}

.container-l {
  max-width: 1100px;
}

.container-m {
  max-width: 1000px;
}

.container-s {
  max-width: 900px;
}

.container-xs {
  max-width: 800px;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button {
  cursor: pointer;
}

.clearfix, .clear {
  clear: both;
}

b, strong {
  font-family: "ppmonument", serif; /*font-weight:$font-weight-bold;*/
}

p a, a {
  text-decoration: none;
  color: #000000; /*font-weight:$font-weight-normal;*/
}

p i, i {
  font-style: italic;
}

ul {
  list-style: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.no_padding {
  padding: 0px !important;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.padding-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-big {
  padding-top: 140px;
  padding-bottom: 140px;
}

.pt-0 {
  padding-top: 0;
}

.pt-xs {
  padding-top: 20px;
}

.pt-s {
  padding-top: 40px;
}

.pt-m {
  padding-top: 80px;
}

.pt-l {
  padding-top: 140px;
}

.pt-xl {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-xs {
  padding-bottom: 20px;
}

.pb-s {
  padding-bottom: 40px;
}

.pb-m {
  padding-bottom: 80px;
}

.pb-l {
  padding-bottom: 140px;
}

.pb-xl {
  padding-bottom: 200px;
}

.mt-0 {
  margin-top: 0;
}

.mt-xs {
  margin-top: 20px;
}

.mt-s {
  margin-top: 40px;
}

.mt-m {
  margin-top: 80px;
}

.mt-l {
  margin-top: 140px;
}

.mt-xl {
  margin-top: 200px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-xs {
  margin-bottom: 20px;
}

.mb-s {
  margin-bottom: 40px;
}

.mb-m {
  margin-bottom: 80px;
}

.mb-l {
  margin-bottom: 140px;
}

.mb-xl {
  margin-bottom: 200px;
}

/* CALLTOACTIONS */
.calltoaction {
  display: inline-block;
  margin: 0;
  width: auto;
  text-align: center;
  padding: 0.5rem 1rem;
  color: #000000;
  font-family: "ppmonument", serif;
  line-height: 120%;
  /*font-weight:$font-weight-bold; */
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 100px;
  border: 1px solid #000000;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  opacity: 1;
  -webkit-appearance: none;
  cursor: pointer;
}

.calltoaction:hover {
  text-decoration: none;
  background-color: #000000;
  color: #FFFFFF;
}

.calltoaction.full {
  width: 100%;
}

.calltoaction.transparent {
  border-color: #FFFFFF;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
}

.calltoaction.white {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
}

.calltoaction.transparent:hover {
  background-color: rgb(0, 0, 0);
  color: #FFFFFF;
}

.calltoaction.white:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.lozad {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.lozad.loaded {
  opacity: 1;
}

/* ANIMATIONS */
.animated {
  animation-fill-mode: both;
  animation-duration: 1.6s;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeToLeft {
  animation-name: fadeToLeft;
}

.fadeToRight {
  animation-name: fadeToRight;
}

.fadeOpacity {
  animation-name: fadeOpacity;
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes blinkingimage {
  50% {
    transform: scaleY(1);
  }
}
@keyframes blinking {
  50% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToLeft {
  0% {
    opacity: 0;
    transform: translate(100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translate(-100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media only screen and (width <= 1100px) {
  .padding-medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .padding-big {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .mt-m {
    margin-top: 70px;
  }
  .mt-l {
    margin-top: 120px;
  }
  .mt-xl {
    margin-top: 160px;
  }
  .mb-m {
    margin-bottom: 70px;
  }
  .mb-l {
    margin-bottom: 120px;
  }
  .mb-xl {
    margin-bottom: 160px;
  }
  .pt-m {
    padding-top: 70px;
  }
  .pt-l {
    padding-top: 120px;
  }
  .pt-xl {
    padding-top: 160px;
  }
  .pb-m {
    padding-bottom: 70px;
  }
  .pb-l {
    padding-bottom: 120px;
  }
  .pb-xl {
    padding-bottom: 160px;
  }
}
@media only screen and (width <= 900px) {
  .padding-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .padding-big {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .mt-m {
    margin-top: 60px;
  }
  .mt-l {
    margin-top: 100px;
  }
  .mt-xl {
    margin-top: 120px;
  }
  .mb-m {
    margin-bottom: 60px;
  }
  .mb-l {
    margin-bottom: 100px;
  }
  .mb-xl {
    margin-bottom: 120px;
  }
  .pt-m {
    padding-top: 60px;
  }
  .pt-l {
    padding-top: 100px;
  }
  .pt-xl {
    padding-top: 120px;
  }
  .pb-m {
    padding-bottom: 60px;
  }
  .pb-l {
    padding-bottom: 100px;
  }
  .pb-xl {
    padding-bottom: 120px;
  }
}
@media only screen and (width <= 800px) {
  .padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .mt-s {
    margin-top: 30px;
  }
  .mt-m {
    margin-top: 50px;
  }
  .mt-l {
    margin-top: 80px;
  }
  .mt-xl {
    margin-top: 110px;
  }
  .mb-s {
    margin-bottom: 30px;
  }
  .mb-m {
    margin-bottom: 50px;
  }
  .mb-l {
    margin-bottom: 80px;
  }
  .mb-xl {
    margin-bottom: 110px;
  }
  .pt-s {
    padding-top: 30px;
  }
  .pt-m {
    padding-top: 50px;
  }
  .pt-l {
    padding-top: 80px;
  }
  .pt-xl {
    padding-top: 110px;
  }
  .pb-s {
    padding-bottom: 30px;
  }
  .pb-m {
    padding-bottom: 50px;
  }
  .pb-l {
    padding-bottom: 80px;
  }
  .pb-xl {
    padding-bottom: 110px;
  }
}
@media only screen and (width <= 600px) {
  .padding-medium {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-big {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .mt-m {
    margin-top: 40px;
  }
  .mt-l {
    margin-top: 60px;
  }
  .mt-xl {
    margin-top: 100px;
  }
  .mb-m {
    margin-bottom: 40px;
  }
  .mb-l {
    margin-bottom: 60px;
  }
  .mb-xl {
    margin-bottom: 100px;
  }
  .pt-m {
    padding-top: 40px;
  }
  .pt-l {
    padding-top: 60px;
  }
  .pt-xl {
    padding-top: 100px;
  }
  .pb-m {
    padding-bottom: 40px;
  }
  .pb-l {
    padding-bottom: 60px;
  }
  .pb-xl {
    padding-bottom: 100px;
  }
}
/* ------------------------------------------------------------------------- */
/* GENEREAL STYLE - Classes used throught all the project */
/* ------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "ppmonument", serif;
  color: #000000;
  line-height: 100%;
  font-optical-sizing: auto;
  /*font-weight:$font-weight-bold;*/
  margin-bottom: 1.5rem;
}

.title_cnd {
  font-family: "AtSlamXCnd-Retina", sans-serif;
  line-height: 80%;
}

.title_cnd.title_bold {
  font-family: "AtSlamXCnd-Semibold", sans-serif;
}

.title_cnd i,
.title_cnd em {
  font-family: "AtSlamXCnd-RetinaBackslant", sans-serif;
}

h1, .title_h1 {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.2rem) * 3, 3rem);
}

h2, .title_h2 {
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.2rem) * 2.2, 2.2rem);
}

h3, .title_h3 {
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.2rem) * 1.9, 1.9rem);
}

h4, .title_h4,
h5, .title_h5,
h6, .title_h6 {
  font-size: clamp(1rem, 1rem + (1vw - 0.2rem) * 1.4, 1.4rem);
}

.title_center {
  text-align: center;
}

.title_white {
  color: #FFFFFF;
}

.uppercase {
  text-transform: uppercase;
}

@media only screen and (width <= 800px) {
  h1, h2, h3, h4 {
    margin-bottom: 1.25rem;
  }
}
/* ------------------------------------------------------------------------- */
/* COOKIES */
/* ------------------------------------------------------------------------- */
/*.cookies{ position: fixed; bottom: 10px; left:10px; width: 90%; max-width: 400px; padding: 25px 40px 20px 25px; z-index:100; background-color:white; border-radius: $border-radius; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
.cookies .message-close-button { position: absolute; top: 15px; right: 15px; width: 15px; height: 15px; background: transparent url(../images/close.svg) no-repeat; background-size: 100%; cursor:pointer;}
.cookies p { font-size: 14px; color:$color-txt; line-height:130%; margin-bottom: 0;}
.cookies p.cookies__text {margin-bottom:3px;}
.cookies p:last-child {text-align: right;}
.cookies p a{ color: $color-txt; font-weight:$font-weight-bold; font-size:15px;}
.cookies p a:hover{ color: $color-txt;}

@media only screen and (max-width: 800px){
  .cookies p { font-size:13px; }
  .cookies p a{ font-size:14px;}
}
@media only screen and (max-width: 600px){
  .cookies{ width: calc(100% - 20px);  max-width: none;}
  .cookies p { font-size:12px; }
  .cookies p a{ font-size:13px;}
}*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background-color: #4a4a4a;
}

/* ------------------------------------------------------------------------- */
/* HEADER STYLES */
/* ------------------------------------------------------------------------- */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header.fixed {
  background-color: rgba(0, 0, 0, 0.5);
}

.header.light.fixed {
  background-color: #FFFFFF;
}

.header.menu-opened {
  position: fixed;
}

.negro {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.9s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.9s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.9s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.9s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.9s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header.menu-opened .negro {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.header .container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  height: 150px;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header.light .container-header {
  height: 100px;
}

.header.fixed .container-header {
  height: 60px;
}

.header .header-left {
  flex-shrink: 0;
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
}

.header .header-left .header_logo {
  width: 150px;
}

.header .header-left .header_logo-black {
  width: 150px;
  display: none;
}

.header .header-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem 3%;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header.fixed .header-left .header_logo,
.header.fixed .header-left .header_logo-black {
  width: 100px;
}

.header.light .header-left .header_logo {
  display: none;
}

.header.light .header-left .header_logo-black {
  display: block;
}

.header.menu-opened .header-left .header_logo,
.header.menu-opened.light .header-left .header_logo {
  display: block;
}

.header.menu-opened .header-left .header_logo-black,
.header.menu-opened.light .header-left .header_logo-black {
  display: none;
}

.header .cta {
  display: inline-block;
  z-index: 1;
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
}

.header .cta:hover {
  background: transparent;
}

.header .telephone_button {
  display: inline-block;
  z-index: 1;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 100%;
}

.header.light .cta {
  color: #000000;
  border-color: #000000;
}

.header.light .telephone_button {
  color: #000000;
}

.main-header__menu-burguer {
  z-index: 11;
  margin-left: 1rem;
}

#nav-open-close {
  opacity: 1;
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

#nav-open-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.6s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.6s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.6s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.6s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.6s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  /*transition: -webkit-transform 1.4s cubic-bezier(.77,0,.18,1); transition: transform 1.4s cubic-bezier(.77,0,.18,1); transition: transform 1.4s cubic-bezier(.77,0,.18,1),-webkit-transform 1.4s cubic-bezier(.77,0,.18,1);*/
}

#nav-open-close span:nth-child(1) {
  top: 0px;
}

#nav-open-close span:nth-child(2) {
  top: 9px;
}

#nav-open-close span:nth-child(3) {
  top: 18px;
}

/*.header #nav-open-close span { background: $color-bg; opacity: .7; box-shadow:0 0 3px rgba(0,0,0,0.5); }*/
.header.over-clear-bg #nav-open-close span {
  background: #000000;
}

.header.light #nav-open-close span {
  background: #000000;
}

#nav-open-close.open span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
  left: 0px;
  width: 100%;
  opacity: 1;
  background: #FFFFFF;
}

#nav-open-close.open span:nth-child(2) {
  opacity: 0;
  left: 0px;
}

#nav-open-close.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  left: 0px;
  width: 100%;
  opacity: 1;
  background: #FFFFFF;
}

.header .header-left .header_idiomas {
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header .header_idiomas ul li {
  display: inline-block;
  margin: 0 12px 0 0;
}

.header .header_idiomas ul li a {
  color: #FFFFFF;
  font-size: 0.8rem;
  font-family: "ppmonument-light", sans-serif;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0 0 3px;
}

.header .header_idiomas ul li a:after {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  will-change: transform;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #FFFFFF;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  transform: translate3d(-103%, 0%, 0);
  -webkit-transform: translate3d(-103%, 0%, 0);
}

.header .header_idiomas ul li a.active:after, .header .header_idiomas ul li a:hover:after, .header .header_idiomas ul li.wpml-ls-current-language a:after {
  transform: translate3d(0%, 0%, 0);
  -webkit-transform: translate3d(0%, 0%, 0);
}

.header.light .header_idiomas ul li a {
  color: #000000;
}

.header.light .header_idiomas ul li a:after {
  background: #000000;
}

.header.hide {
  background-color: rgba(0, 0, 0, 0);
}

.header.hide .header-right .telephone_button,
.header.hide .header-right .cta,
.header.hide .header-left .header_idiomas {
  opacity: 0;
  transform: translateY(-40px);
}

/* DESPPLEGABLE */
.header .menu-desplegable {
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  overflow: hidden;
  transform: translateX(100%);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 8;
  animation-fill-mode: both;
  transition: all 1.4s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  transition: transform 1.4s cubic-bezier(0.77, 0, 0.18, 1);
  opacity: 0;
  animation: fadeOpacity 0.2s cubic-bezier(0.77, 0, 0.18, 1);
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.header .menu-desplegable.open {
  transform: translateX(0);
}

/*.header .menu-desplegable .menu-background { position: absolute; top: 0; right:0; width:100%; height:100%; transform: translateX(100%); opacity:0.3; background-size:cover; background-position:center; animation-fill-mode: both; transition: -webkit-transform 1.4s cubic-bezier(0.77, 0, 0.18, 1); transition: transform 1.4s cubic-bezier(0.77, 0, 0.18, 1); transition: transform 1.4s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 1.4s cubic-bezier(0.77, 0, 0.18, 1);}
.header .menu-desplegable.open .menu-background { transform: translateX(0); }*/
/*.header .menu-desplegable .web-logo { z-index:2; position:absolute; width:140px; top:50px; right:70%; }*/
.header .menu-desplegable .back-home {
  z-index: 2;
  position: absolute;
  top: 74px;
  right: 30%;
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 100%;
  text-transform: uppercase;
}

.menu-desplegable__content {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 80px 5% 80px 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.header .menu-desplegable .texto-menus {
  position: relative;
}

.header .menu-desplegable .texto-menus ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  counter-reset: counter;
}

.header .menu-desplegable .texto-menus ul li {
  margin: 0;
  display: inline-block;
  width: auto;
  opacity: 0;
  counter-increment: counter;
  transform: translateY(110%);
  transition: opacity 0.4s ease, transform 0s 0.5s ease;
}

.header .menu-desplegable.open .texto-menus ul li {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
  transition-delay: inherit;
}

.header .menu-desplegable.open .texto-menus ul li:nth-child(1) {
  transition-delay: 0.7s;
}

.header .menu-desplegable.open .texto-menus ul li:nth-child(2) {
  transition-delay: 0.8s;
}

.header .menu-desplegable.open .texto-menus ul li:nth-child(3) {
  transition-delay: 0.9s;
}

.header .menu-desplegable.open .texto-menus ul li:nth-child(4) {
  transition-delay: 1s;
}

.header .menu-desplegable.open .texto-menus ul li:nth-child(5) {
  transition-delay: 1.1s;
}

.header .menu-desplegable.open .texto-menus ul li:nth-child(6) {
  transition-delay: 1.2s;
}

.header .menu-desplegable .texto-menus ul li a {
  color: #FFFFFF;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.2rem) * 2.5, 2.5rem);
  line-height: 90%;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative; /*overflow:hidden;*/
  display: inline-block;
  padding: 0;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header .menu-desplegable .texto-menus ul li a:before {
  display: inline-block;
  content: "0" counter(counter) " ";
  color: rgba(255, 255, 255, 0.3607843137);
  font-family: "AtSlamXCnd-Retina", sans-serif;
  min-width: 3.6rem;
}

.header .menu-desplegable .texto-menus ul li a:after {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(0);
  will-change: transform;
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 3.6rem;
  z-index: -1;
  background: #FFFFFF;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header .menu-desplegable .texto-menus ul li.current_page_item a:after,
.header .menu-desplegable .texto-menus ul li.project-selected a:after,
.header .menu-desplegable .texto-menus ul li a:hover:after {
  width: calc(100% - 3.6rem);
  /*left:0;
  transform: translate3d(0%,0%,0);
  -webkit-transform: translate3d(0%,0%,0);*/
}

/*
.header .menu-desplegable .header_idiomas ul li { margin:0 20px 0 0;}
.header .menu-desplegable .header_idiomas ul li a{ font-size:1rem;}
.header .menu-desplegable .header_idiomas {display:none; text-align:center; margin-top:35px; opacity: 0;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: opacity .4s ease,-webkit-transform 0s .5s ease;
    transition: opacity .4s ease,-webkit-transform 0s .5s ease;
    transition: opacity .4s ease,transform 0s .5s ease;
    transition: opacity .4s ease,transform 0s .5s ease,-webkit-transform 0s .5s ease;}
.header .menu-desplegable.open .header_idiomas {opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    transition: opacity .4s ease-out,-webkit-transform .4s ease-out;
    transition: opacity .4s ease-out,transform .4s ease-out;
    transition: opacity .4s ease-out,transform .4s ease-out,-webkit-transform .4s ease-out;
    -webkit-transition-delay: inherit;
    transition-delay: inherit;}
.header .menu-desplegable.open .header_idiomas {transition-delay: 1.1s;}
*/
.header .contact-desplegable {
  position: fixed;
  top: 0;
  left: 100%;
  width: 400px;
  height: 100%;
  overflow: hidden;
  transform: translateX(100%);
  background: #FFFFFF;
  padding: 20px 10px 20px 30px;
  z-index: 20;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  animation-fill-mode: both;
  transition: all 0.8s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.8s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.8s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.8s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.8s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.header .contact-desplegable.open {
  transform: translateX(-400px);
}

.header .contact-desplegable .close_contact_button {
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.header .contact-desplegable .close_contact_button img {
  width: 30px;
  height: 30px;
}

.header .contact-desplegable__content {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 10px; /*display: flex; flex-direction: column; justify-content: space-between;*/
}

.header .contact-desplegable__content::-webkit-scrollbar {
  width: 7px;
}

.header .contact-desplegable__content::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.header .contact-desplegable__content::-webkit-scrollbar-thumb {
  background-color: #999999;
  outline: none;
  border-radius: 10px;
}

.contact__logo {
  width: 80px;
  height: 50px;
  margin-bottom: 15px;
}

main.light {
  margin-top: 100px;
}

@media only screen and (width <= 900px) {
  .header {
    padding: 30px;
  }
  .header.light {
    padding: 5px 0;
  }
  /*.header .header-right .telephone_button,
   .header .header-right .cta.planos { display: none; }
   .header .menu-desplegable { width:100%; }
   .menu-desplegable__content { padding: 80px 5%;}
   .header .menu-desplegable .header_idiomas {display:block;}*/
}
@media only screen and (width <= 600px) {
  .header {
    padding: 30px;
  }
  .header.light {
    padding: 5px 0;
  }
  .header .container-header,
  .header.light .container-header {
    height: 60px;
  }
  .header .header-left {
    gap: 2rem;
  }
  main.light {
    margin-top: 60px;
  }
  .header .header-left .header_logo,
  .header.fixed .header-left .header_logo,
  .header .header-left .header_logo-black,
  .header.fixed .header-left .header_logo-black {
    width: 80px;
  }
  /*.header .cta { font-size:0.8rem; }
  .header .menu-desplegable .web-logo { top:30px; }
  .header .menu-desplegable .back-home { top:44px; }*/
  .header .contact-desplegable {
    width: 100%;
    padding: 20px 10px 20px 30px;
  }
  .header .contact-desplegable.open {
    transform: translateX(-100%);
  }
  .header .contact-desplegable .close_contact_button {
    top: 20px;
  }
}
@media only screen and (width <= 480px) {
  .header,
  .header.light {
    padding: 5px 0;
  }
}
/* ------------------------------------------------------------------------- */
/* HOME CSS */
/* ------------------------------------------------------------------------- */
.slider {
  position: relative;
  width: calc(100% - 60px);
  overflow: hidden;
  min-height: calc(100vh - 60px);
  margin: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.color-slider {
  width: 100%;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0); /* For browsers that do not support gradients */ /* For Safari 5.1 to 6.0 */ /* For Opera 11.1 to 12.0 */ /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); /* Standard syntax (must be last) */
  /*animation: changecolor 5s linear infinite;
  -webkit-animation: changecolor 5s linear infinite;*/
}

/*
.slider-show {width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; background:$color-white; opacity:.3; animation: startslide 1.5s cubic-bezier(.77,0,.18,1); animation-fill-mode: forwards;  }
.slider-show.slide1 { animation-delay:0.3s; opacity:1;}
.slider-show.slide2 { animation-delay:0.5s; }
.slider-show.slide3 { animation-delay:0.8s; }
.slider-show.slide4 { animation-delay:1.0s; }
@keyframes startslide {
    100% {transform: translateX(100%);}
}*/
.background-image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.background-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.background-image img.mobile {
  display: none;
}

.background-image .simpleParallax {
  height: 100%;
}

.background-video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.background-video video {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.background-video video.mobile {
  display: none;
}

.foot_uniq {
  position: absolute;
  z-index: 0;
  bottom: -1px;
  right: -1px;
  width: 400px;
  aspect-ratio: 100/36;
}

.foot_uniq .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.foot_uniq .logo-uniq {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 45px;
}

.foot_uniq.top {
  bottom: auto;
  top: -1px;
  right: auto;
  left: -1px;
}

.foot_uniq.top .bg {
  -o-object-position: top left;
     object-position: top left;
  transform: rotate(180deg);
}

.foot_uniq.top .logo-uniq {
  bottom: auto;
  top: 5px;
  right: auto;
  left: 5px;
}

.slider video {
  position: absolute; /*top: 50%; left: 50%;*/
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /*transform: translateX(-50%) translateY(-50%);*/
  transition: 1s opacity;
}

.slider .background-video,
.slider .background-image { /*position: fixed;*/
  z-index: -1;
}

.slider-box.right .background-video {
  width: 90%;
}

.centered-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 60px 4% 80px;
}

.centered-content .logo-slider {
  width: 220px;
}

.centered-content .logo-slider img {
  width: 100%;
}

.centered-content .tx-slider {
  max-width: 400px;
}

.centered-content .tx-slider img {
  width: 100%;
}

.centered-content .title {
  font-size: clamp(3.5rem, 3.5rem + (1vw - 0.2rem) * 5, 5rem);
  color: #FFFFFF;
  margin-bottom: 0.8rem;
}

.centered-content p {
  max-width: 800px;
  font-family: "ppmonument", serif;
  color: #FFFFFF;
  line-height: 100%;
}

.slider.slider-box {
  justify-content: flex-start;
}

.slider.slider-box.right {
  justify-content: flex-end;
}

.box-content {
  position: relative;
  width: 50%;
  max-width: 650px;
  background: #FFFFFF;
  margin: 80px 30px 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.box-content ul.three-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  margin-bottom: 30px;
}

.box-content ul.three-columns li {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 100%;
}

.box-content .title.main-title {
  font-size: clamp(4.2rem, 4.2rem + (1vw - 0.2rem) * 9, 9rem);
  margin-bottom: 1.2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box-content .title.main-title img.tx {
  display: inline-flex;
  width: 70%;
  margin: -50px -50px -20px -30px;
}

.box-content .title.subtitle {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.2rem) * 3, 3.8rem);
  margin-bottom: 0.5rem;
  text-align: center;
}

.box-content p {
  font-size: 0.8rem;
  text-align: center;
}

.box-content .label {
  position: absolute;
  top: 12%;
  left: 3%;
  padding: 15px 20px;
  background: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}

.box-content .label .label-num {
  font-size: clamp(3.5rem, 3.5rem + (1vw - 0.2rem) * 8, 8rem);
}

.box-content .label .label-text {
  font-size: 2.5rem;
}

.box-content.right .label {
  top: auto;
  bottom: -30px;
  left: -70px;
}

.slider.slider-footer {
  min-height: unset;
}

.slider.slider-footer .centered-content {
  padding-top: 160px;
  gap: 30px;
}

.slider.slider-footer .centered-content .logo-slider {
  width: 320px;
}

.otgs-development-site-front-end {
  display: none !important;
}

@media only screen and (width <= 1200px) {
  .box-content .label {
    left: -2%;
    padding: 15px;
  }
}
@media only screen and (width <= 900px) {
  .background-image img.desktop {
    display: none;
  }
  .background-image img.mobile {
    display: block;
  }
  /*.background-video video.desktop { display: none; }
  .background-video video.mobile { display: block; }*/
  .slider {
    width: calc(100% - 40px);
    min-height: calc(100vh - 40px);
    margin: 20px;
  }
  .foot_uniq {
    width: 300px;
  }
  .slider.slider-box .foot_uniq {
    display: none;
  }
  .slider.slider-footer .centered-content .logo-slider {
    width: 180px;
  }
  .slider.slider-box {
    flex-direction: column-reverse;
  }
  .box-content {
    width: 100%;
    max-width: unset;
    margin: 0;
    padding: 30px 0;
  }
  .background-video {
    position: relative;
    aspect-ratio: 100/70;
  }
  .slider-box.right .background-video {
    width: 100%;
  }
  .box-content .label {
    top: 20%;
    left: 0%;
    padding: 10px;
  }
  .box-content.right .label {
    top: 20%;
    bottom: auto;
    left: 0;
  }
  .box-content .label .label-text {
    font-size: 1.8rem;
  }
  .box-content .title.main-title img.tx {
    width: 50%;
  }
}
@media only screen and (width <= 600px) {
  .centered-content .logo-slider {
    width: 180px;
  }
  .foot_uniq {
    width: 200px;
  }
  .foot_uniq .logo-uniq {
    width: 30px;
  }
}
@media only screen and (width <= 480px) {
  .slider {
    width: 100%;
    min-height: calc(100vh - 20px);
    margin: 0 0 20px;
  }
  .box-content {
    padding: 30px 20px;
  }
}
/* ------------------------------------------------------------------------- */
/* MAPS CSS */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* PAGE PAGE STYLES */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* GENERAL FORM STYLES */
/* ------------------------------------------------------------------------- */
.hundreds-form__form {
  position: relative;
}

.submit-button-container {
  position: relative;
  margin-top: 30px;
}

.hundreds__loader {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hundreds__messages--hide, .hundreds__loader_hidden {
  display: none;
}

.hundreds__messages--show {
  display: block;
}

.hundreds__messages {
  margin: 30px 0 0;
}

.hundreds__messages p {
  margin: 0;
  font-family: "ppmonument", serif;
  line-height: 120%;
  font-size: 0.7rem;
}

.hundreds__messages p.hundreds__messages--errors {
  color: #d63031;
}

.hundreds__messages p.hundreds__messages--success {
  color: #00b894;
}

.hundreds-form__form-box-input {
  margin-bottom: 10px;
}

.hundreds-form__error {
  font-family: "ppmonument", serif;
  line-height: 120%;
  font-size: 0.7rem;
  margin: 5px 0 0;
}

/* checkbox labels privacy policy*/
.hundreds-form__checkbox label {
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 140%;
  padding-left: 30px;
  margin-top: 15px;
  position: relative;
  text-align: left;
}

.hundreds-form__checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #000000;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.5s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

.hundreds-form__checkbox label a {
  color: #000000;
  border-bottom: 1px solid #000000;
}

form input[type=checkbox]:checked + label {
  color: #000000;
}

form input[type=checkbox]:checked + label:before {
  background-color: #000000;
}

form input[type=email],
form input[type=tel],
form input[type=text],
form input[type=number],
form textarea {
  border: 1px solid #000000;
  padding: 0.6rem 0.9rem;
  margin-bottom: 0;
  border-radius: 8px;
  color: #000000;
  font-family: "ppmonument-light", sans-serif;
  font-size: 1rem;
  line-height: 100%;
  background: transparent;
  outline: 0;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -webkit-appearance: none;
}

form textarea {
  resize: none;
}

form input[type=checkbox], form input[type=radio] {
  display: none;
}

form input[type=submit] {
  display: block;
  position: relative;
  background: #000000;
  font-size: 1rem;
  line-height: 100%;
  font-family: "ppmonument", serif;
  cursor: pointer;
  border-radius: 100px;
  color: #FFFFFF;
  border: 1px solid #000000;
  opacity: 1;
  margin: 0;
  outline: 0;
  padding: 0.6rem 1.25rem;
  width: 100%;
  max-width: 200px;
  -webkit-appearance: none;
  transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -webkit-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -moz-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -ms-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.07, 0.71, 0.1, 0.9);
}

form input[type=submit]:hover {
  background-color: white;
  color: #000000;
}

::-webkit-input-placeholder {
  opacity: 0.8;
}

:-moz-placeholder {
  opacity: 0.8;
}

::-moz-placeholder {
  opacity: 0.8;
}

:-ms-input-placeholder {
  opacity: 0.8;
}

@media only screen and (width <= 800px) {
  form input[type=submit] {
    width: 100%;
  }
  form label {
    font-size: 0.875rem;
  }
  .hundreds-form__checkbox {
    margin: 0;
    width: auto;
  }
}
@media only screen and (width <= 480px) {
  form input[type=submit] {
    padding: 0.75rem;
  }
  form input[type=email],
  form input[type=text],
  form input[type=tel],
  form input[type=number],
  form textarea {
    font-size: 1rem;
  }
  form label {
    font-size: 0.75rem;
  }
}
/* ------------------------------------------------------------------------- */
/* NEWSLETTER FORM STYLES */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* INSTAGRAM STYLES */
/* ------------------------------------------------------------------------- */
.hundreds__instagram a {
  width: 25%;
  display: inline-block;
  height: 200px;
}

.hundreds__instagram a li {
  width: 100%;
  height: 200px;
  background-size: cover;
}

/* ------------------------------------------------------------------------- */
/* FOOTER STYLES */
/* ------------------------------------------------------------------------- */
.footer a:hover {
  text-decoration: underline;
}

.footer .section-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0px 30px 20px;
  font-size: 0.8rem;
}

.footer .section-bottom .footer__link-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

@media only screen and (width <= 600px) {
  .footer .section-bottom {
    justify-content: center;
    text-align: center;
    font-size: 0.7rem;
  }
}

/*# sourceMappingURL=100x100.min.css.map*/