/* ------------------------------------------------------------------------- */
/* 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 */
/* ------------------------------------------------------------------------- */
/* 400 y 700*/
/*400 y 600*/
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: #F0f0f0;
  min-height: 100%;
  font-family: "NeueEinstellung", sans-serif;
  font-weight: 400;
  color: #010037;
  font-size: 1.125rem;
  line-height: 140%;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 1.125rem;
  line-height: 140%;
  margin-bottom: 0.7rem;
}

ul li {
  font-size: 1.125rem;
  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: 1600px;
}

.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;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: #010037;
}

p a {
  text-decoration: underline;
  color: #010037;
  font-weight: 700;
}

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;
}

.margin0 {
  margin: 0;
}

.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.6rem 1rem;
  color: #feffff;
  font-family: "Decalotype", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 110%;
  background-color: #043fc9;
  border-radius: 10px;
  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;
  text-decoration: none;
}

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

.calltoaction.full {
  width: 100%;
}

.calltoaction.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.calltoaction.white {
  background-color: white;
  border: 1px solid #043fc9;
  color: #010037;
}

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

.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: "NeueEinstellung", sans-serif;
  color: #010037;
  line-height: 110%;
  font-optical-sizing: auto;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

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.7, 2.7rem);
}

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

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

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

.title_center {
  text-align: center;
}

.title_white {
  color: #feffff;
}

.uppercase {
  text-transform: uppercase;
}

.margin0 {
  margin: 0;
}

.widths span {
  font-weight: 400;
}

.title mark {
  color: #2fedeb;
  font-weight: 700;
  background-color: transparent !important;
}

.secondary {
  font-family: "Decalotype", sans-serif;
  line-height: 110%;
}

.bold-italic {
  font-weight: 600;
  font-style: italic;
}

.color-blue {
  color: #043fc9;
}

.color-bluedark {
  color: #1b1a6b;
}

.color-blueblack {
  color: #010037;
}

.color-bluelight {
  color: #2fedeb;
}

.color-grey {
  color: #545454;
}

@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: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #F0f0f0;
  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 .container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px; /*height: 115px;*/
  height: 80px;
  justify-content: space-between;
  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.transparent {
  background-color: transparent;
}

.header.fixed .container {
  height: 80px;
}

.header .header-start,
.header .header-end {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header .web-logo {
  width: 331px; /*width:420px;*/
  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 .web-logo { width:250px; }*/
/*.header .header__logo.white { display: none; }

.header.transparent .header__logo.white { display: block; }
.header.transparent .header__logo.dark { display: none; }
.header.fixed .header__logo.white { display: none; }
.header.fixed .header__logo.dark { display: block; }*/
/* MENUS */
/*.header.transparent .header__nav ul li a { color:$color-white; }
.header.transparent .header__nav ul li a:after { background:$color-white; }
.header.fixed .header__nav ul li a { color:$color-txt; }
.header.fixed .header__nav ul li a:after { background:$color-txt; }*/
/* IDIOMAS */
.header_idiomas ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header_idiomas ul li {
  margin: 0;
}

.header_idiomas ul li a {
  color: #010037;
  font-size: 0.9rem;
  line-height: 110%;
  position: relative;
  display: inline-block;
  padding: 3px;
  opacity: 0.5;
}

.header_idiomas ul li.wpml-ls-current-language a {
  opacity: 1;
}

/* BUTTONS */
/*ul.header__contact-buttons { display:flex; align-items: center; gap:10px; }
ul.header__contact-buttons li { margin:0; }
ul.header__contact-buttons li a { display: flex; align-items: center; gap:6px; padding:6px 10px; border-radius: 100px; background-color: $color; color: white; font-size: 1rem; line-height: $line-height2; text-decoration:none; @include transition(.2s); }
ul.header__contact-buttons li a.whatsapp { background-color: $color-whatsapp; }
ul.header__contact-buttons li a .svg { width: 17px; height: 17px;}
ul.header__contact-buttons li a .svg path { fill:white; }
ul.header__contact-buttons li a span { font-size: .9rem;}
ul.header__contact-buttons li a:hover { }*/
/* MENU BURGER */
.header__menu-burguer {
  display: none;
}

#nav-open-close {
  display: inline-block;
  position: relative;
  z-index: 10001;
  width: 30px;
  height: 22px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-open-close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  opacity: 1;
  left: 0;
  border-radius: 6px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-open-close span {
  background: #010037;
}

.transparent #nav-open-close span {
  background: #feffff;
}

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

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

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

#nav-open-close.open span,
.transparent.fixed #nav-open-close.open span {
  background: #010037;
}

#nav-open-close.open span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
  width: 35px;
  left: -2px;
}

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

#nav-open-close.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
  width: 35px;
  left: -2px;
}

/* MENU MOBILE */
main { /*margin-top:115px;*/
  margin-top: 80px;
}

main.transparent {
  margin-top: 0;
}

.floating-bt {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.5333333333);
  backdrop-filter: blur(2px);
  z-index: 10;
}

.floating-bt .calltoaction {
  width: 100%;
  font-size: 1.2rem;
}

@media only screen and (max-width: 1400px) {
  /*.header .web-logo {  width: 250px; }*/
}
@media only screen and (max-width: 1200px) {
  /*.header .container { height:100px; }
  .header.fixed .container { height:100px; }
  main {margin-top:100px;}*/
}
@media only screen and (max-width: 800px) {
  /*.header .container { height:80px; }
   .header.fixed .container { height:80px; }
  .header .web-logo {  width: 250px; }
  main {margin-top:80px;}*/
  .header .calltoaction {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .header .container {
    height: 60px;
  }
  .header.fixed .container {
    height: 60px;
  }
  .header .web-logo,
  .header.fixed .web-logo {
    width: 230px;
  }
  .header .calltoaction {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
  .header .header-start, .header .header-end {
    gap: 10px;
  }
  .header_idiomas ul li a {
    font-size: 0.8rem;
  }
  .header_idiomas ul li.wpml-ls-current-language {
    display: none;
  }
  main {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .header .calltoaction {
    display: none;
  }
  .header .web-logo,
  .header.fixed .web-logo {
    width: 190px;
  }
  .floating-bt {
    display: block;
  }
}
/* ------------------------------------------------------------------------- */
/* HOME CSS */
/* ------------------------------------------------------------------------- */
.hero-section {
  aspect-ratio: 1388/550;
  background-color: #1b1a6b;
}

.hero-section img {
  width: 100%;
  height: auto;
}

img.mobile {
  display: none !important;
}

.info-block {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 15px;
  background-color: #eaeaea; /*max-width: 600px;*/
}

.info-block p.info-text {
  font-family: "Decalotype", sans-serif;
  font-weight: 400;
  line-height: 110%;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.info-block.dark {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

.curve {
  position: absolute;
}

.curve.bottom {
  bottom: -1px;
  left: 0;
  right: auto;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.curve.left {
  left: -1px;
  right: auto;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.curve.right {
  left: auto;
  right: -1px;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.big, .big p {
  font-size: 1.4rem;
}

/* TWO COLUMNS */
.twocolumns-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.twocolumns-article {
  padding: 50px 7%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

.twocolumns-article .secondary {
  font-size: 1.5rem;
}

.color-bg-blue {
  background-color: #1b1a6b;
  color: white;
  background-size: cover;
  background-position: center;
}

.color-bg-blue p a {
  color: white;
}

/* PREMIOS */
.premios-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 5%;
}

.premios-section .interaction-premios {
  flex-basis: 40%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.box-interaction {
  position: relative;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.5rem 2rem 1rem 2.5rem;
}

.box-interaction:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #2fedeb;
}

.box-interaction .flex-title {
  display: flex;
  gap: 10px;
  margin-bottom: 0.8rem;
}

.box-interaction .flex-title span .svg {
  width: 30px;
  height: 30px;
}

.box-interaction .flex-title .title {
  flex: 1;
}

.box-interaction .title {
  margin-bottom: 0.8rem;
}

.box-interaction .title span {
  color: #2fedeb;
}

.box-interaction p {
  color: #010037;
}

.has-interaction .box-interaction {
  opacity: 0.5;
  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);
}

.has-interaction .box-interaction:hover {
  opacity: 1;
}

.interaction-balls {
  position: relative;
  flex-basis: 55%;
  aspect-ratio: 100/80;
}

.ball {
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
  width: 20%;
  position: absolute;
  top: 0;
  left: 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);
}

.ball .title {
  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);
}

.ball:hover {
  background-color: #2fedeb;
}

.ball:hover .title {
  color: #010037;
}

.ball.ball1 {
  top: 0%;
  left: 10%;
  width: 28%;
}

.ball.ball2 {
  top: 17%;
  left: 37%;
  width: 36%;
}

.ball.ball3 {
  top: 37%;
  left: 0%;
  width: 38%;
}

.ball.ball4 {
  top: 65%;
  left: 35%;
  width: 32%;
}

.ball.ball5 {
  top: 49%;
  left: 67%;
  width: 33%;
}

/* JURADO */
.container-jurado {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.jurado-item {
  aspect-ratio: 70/100;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.jurado-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.3) 95%);
}

.jurado-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2fedeb;
  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);
}

.jurado-item .jurado-preinfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 7%;
  display: flex;
  align-items: flex-end;
  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);
}

.jurado-item .jurado-info {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 7%;
  opacity: 0;
  transform: translateY(30px);
  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);
}

.jurado-item .jurado-info .title {
  margin-bottom: 10px;
}

.jurado-item .jurado-info p.mini {
  font-size: 0.9rem;
  opacity: 0.7;
}

.jurado-item:hover .jurado-info {
  opacity: 1;
  transform: translateY(0px);
}

.jurado-item:hover:after {
  opacity: 1;
}

.jurado-item:hover .jurado-preinfo {
  opacity: 0;
  transform: translateY(-30px);
}

/* PARTICIPA ROSCA*/
.participa-section {
  position: relative;
}

.container-rosca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.container-rosca .rosca {
  position: relative;
  width: 35%;
  aspect-ratio: 1/1;
}

.icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5%;
}

.interaction-participa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 20%;
}

.interaction-participa .card {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.interaction-participa .card .box-interaction {
  width: 70%;
  max-width: 350px;
  opacity: 0.5;
  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);
  z-index: 1;
}

.interaction-participa .card .box-interaction .flex-title span {
  display: none;
}

.interaction-participa .card .box-interaction .flex-title span .svg path {
  fill: #2fedeb;
}

.interaction-participa .card .point {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(47, 237, 235, 0.2);
  border-radius: 100%;
  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);
}

.interaction-participa .card .point:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 26px;
  height: 26px;
  background: #2fedeb;
  border-radius: 100%;
}

.interaction-participa .card:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #2fedeb;
  transform: scaleX(0);
  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);
}

.interaction-participa .card:nth-child(even) {
  flex-direction: row-reverse;
}

.interaction-participa .card:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.interaction-participa .card:hover .box-interaction {
  opacity: 1;
}

/* GANA PIDAMIDE*/
.gana-section {
  position: relative;
}

.container-piramide {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.container-piramide .piramide {
  position: relative;
  aspect-ratio: 90/100;
}

.container-piramide .piramide img {
  width: 100%;
  height: 100%;
}

.interaction-gana {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-left: calc(25% - 20px);
}

.interaction-gana .card {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.interaction-gana .card .box-interaction {
  width: 65%;
  opacity: 0.5;
  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);
  z-index: 1;
}

.interaction-gana .card .point {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(47, 237, 235, 0.2);
  border-radius: 100%;
  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);
}

.interaction-gana .card .point:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 26px;
  height: 26px;
  background: #2fedeb;
  border-radius: 100%;
}

.interaction-gana .card:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background: #2fedeb;
  transform: scaleX(0);
  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);
}

.interaction-gana .card:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.interaction-gana .card:hover .box-interaction {
  opacity: 1;
}

/* PARALLAX */
.parallax {
  position: relative;
  aspect-ratio: 100/30;
  overflow: hidden;
}

.parallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

/* OBJETIVOS */
.interaction-objetivos {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 2rem;
}

.interaction-objetivos:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #eaeaea;
}

.interaction-objetivos:before {
  content: "";
  position: absolute;
  top: 55px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #eaeaea;
}

.box-objetivo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.5rem 2rem 1rem 2.5rem;
  z-index: 1;
}

.box-objetivo .title {
  margin-bottom: 0.8rem;
}

.box-objetivo .title span {
  color: #2fedeb;
}

.box-objetivo p {
  color: #010037;
}

.box-objetivo .content {
  opacity: 0.5;
  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);
}

.box-objetivo .icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgba(212, 212, 212, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-bottom: 2rem;
  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);
}

.box-objetivo .icon:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  background: #d4d4d4;
  border-radius: 100%;
  z-index: -1;
  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);
}

.box-objetivo:hover .content {
  opacity: 1;
}

.box-objetivo:hover .icon {
  background: rgba(47, 237, 235, 0.2);
}

.box-objetivo:hover .icon:after {
  background: #2fedeb;
}

/* RETOS */
.retos-section {
  display: flex;
}

.retos-section .content {
  flex: 1;
  padding-left: 5%;
  padding-right: 5%;
}

.retos-section .image {
  flex-basis: 50%;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.retos-section.como-participar .image {
  flex-basis: 35%;
}

ul.share {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

/* COMO PARTICIPAR */
ul.como-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 20px 0;
}

ul.como-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  background: #eaeaea;
}

ul.como-list:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 35px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #eaeaea;
}

ul.como-list li {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
}

ul.como-list li .number {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: rgba(212, 212, 212, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: "Decalotype", sans-serif;
  line-height: 110%;
  color: #010037;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  z-index: 1;
  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);
}

ul.como-list li .number:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  background: #d4d4d4;
  border-radius: 100%;
  z-index: -1;
  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);
}

ul.como-list li .text {
  flex: 1;
  opacity: 0.5;
  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);
}

ul.como-list li .text .title {
  margin-bottom: 0.6rem;
}

ul.como-list li .text p {
  margin-bottom: 0;
}

ul.como-list li:hover .text {
  opacity: 1;
}

ul.como-list li:hover .number {
  background: rgba(47, 237, 235, 0.2);
}

ul.como-list li:hover .number:after {
  background: #2fedeb;
}

/* DETALLES */
.detalles-section {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 15px;
}

.box-detalles {
  position: relative;
  background: white;
  color: #010037;
  border-radius: 10px;
  overflow: hidden;
  padding: 1.7rem 2rem 1.7rem 2.5rem;
}

.box-detalles:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  background: #2fedeb;
}

.detalle-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.6rem;
}

.box-detalles p a {
  color: #010037;
}

.box-map {
  grid-area: 1/2/span 2/2;
  position: relative;
  background: white;
  color: #010037;
  border-radius: 10px;
  overflow: hidden;
}

.box-map img.map {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.box-map .map-info {
  position: absolute;
  top: 20%;
  right: 50%;
  width: 270px;
  border-radius: 10px;
  padding: 1.5rem;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.box-map .map-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(40% - 15px);
  left: calc(60% - 15px);
  background-color: #043fc9;
  border-radius: 100%;
}

.box-map .map-icon:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #043fc9;
  opacity: 0.2;
  transform: scale(1);
  top: -10px;
  left: -10px;
  border-radius: 100px;
  animation: blinkingmap 2s infinite;
}

@keyframes blinkingmap {
  50% {
    opacity: 0;
    transform: scale(1.3);
  }
}
/* RECONOCIMINETOS */
ul.reco-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

ul.reco-list li {
  margin: 0;
}

ul.reco-list li a {
  display: block;
  height: 100%;
  padding: 30px;
  background: white;
  border-radius: 10px;
  border: 1px solid rgba(84, 84, 84, 0.2);
  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);
}

ul.reco-list li a .number {
  color: rgba(84, 84, 84, 0.2);
  font-size: 3rem;
  display: inline-block;
  line-height: 110%;
  margin-bottom: 0.5rem;
  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);
}

ul.reco-list li a .title {
  margin-bottom: 0.6rem;
}

ul.reco-list li a p {
  margin-bottom: 0;
}

ul.reco-list li a:hover {
  background: #2fedeb;
  border-color: #2fedeb;
}

ul.reco-list li a:hover .number {
  color: white;
}

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

@media only screen and (width <= 1100px) {
  .twocolumns-section {
    grid-template-columns: 1fr;
  }
  .premios-section {
    flex-direction: column;
  }
  .interaction-balls {
    width: 100%;
    max-width: 600px;
    margin-bottom: 30px;
  }
  .container-jurado {
    grid-template-columns: repeat(3, 1fr);
  }
  .container-rosca {
    display: none; /*position: relative; margin-bottom: 40px;*/
  }
  .container-rosca .rosca {
    max-width: 300px;
  }
  .interaction-participa {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .interaction-participa .card .point {
    position: absolute;
    display: none;
  }
  .interaction-participa .card .box-interaction {
    width: 100%;
    max-width: unset;
  }
  .interaction-participa .card .box-interaction .flex-title span {
    display: block;
  }
  .container-piramide {
    display: none; /*position: relative; margin-bottom: 40px;*/
  }
  .container-piramide .piramide {
    max-width: 300px;
  }
  .interaction-gana {
    margin-left: 0;
  }
  .interaction-gana .card .point {
    position: absolute;
    display: none;
  }
  .interaction-gana .card .box-interaction {
    width: 100%;
    max-width: unset;
  }
  .interaction-objetivos {
    grid-template-columns: 1fr;
    padding: 1.5rem 0;
  }
  .interaction-objetivos:after {
    top: 0px;
    left: 40px;
    width: 2px;
    height: 100%;
  }
  .interaction-objetivos:before {
    bottom: 0;
    top: auto;
    right: auto;
    left: 35px;
    border-top: 6px solid #eaeaea;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .box-objetivo {
    display: flex;
    padding: 0;
    gap: 20px;
  }
  .box-objetivo .icon {
    margin-bottom: 0;
  }
  .box-objetivo .content {
    flex: 1;
  }
  .box-map {
    grid-area: 2/1/2/span 2;
    aspect-ratio: 100/50;
  }
  ul.reco-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (width <= 800px) {
  img.mobile {
    display: block !important;
  }
  img.desktop {
    display: none !important;
  }
  .hero-section {
    aspect-ratio: 18/25;
  }
  .big, .big p {
    font-size: 1.125rem;
  }
  .container-jurado {
    grid-template-columns: repeat(2, 1fr);
  }
  .parallax {
    aspect-ratio: 100/60;
  }
  .retos-section {
    flex-direction: column;
  }
  .retos-section .image {
    min-height: 200px;
  }
  .curve.left {
    left: auto;
    right: 50%;
    transform: rotate(90deg) scale(4) translateY(-51%);
    transform-origin: top left;
  }
  .curve.right {
    left: 50%;
    transform-origin: bottom right;
    transform: rotate(90deg) scale(4) translateY(52%);
  }
  .detalles-section {
    grid-template-columns: 1fr;
  }
  .box-map {
    grid-area: unset;
  }
  ul.reco-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (width <= 600px) {
  .box-map {
    aspect-ratio: 1/1;
  }
  .box-map .map-info {
    top: auto;
    bottom: 0;
    right: auto;
    width: auto;
    padding: 1rem;
  }
  .box-map .map-info .calltoaction {
    font-size: 1rem;
  }
}
@media only screen and (width <= 480px) {
  .container-jurado {
    grid-template-columns: 1fr;
  }
}
/* ------------------------------------------------------------------------- */
/* MAPS CSS */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* PAGE PAGE STYLES */
/* ------------------------------------------------------------------------- */
ul.options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

ul.options li {
  margin: 0;
}

ul.options li button {
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #010037;
  background: white;
  font-family: "Decalotype", sans-serif;
  font-size: 1.25rem;
  color: #010037;
  text-transform: uppercase;
  line-height: 110%;
  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);
}

ul.options li:nth-child(2) button {
  color: #B24703;
  border-color: #B24703;
}

ul.options li:nth-child(3) button {
  color: #60B027;
  border-color: #60B027;
}

ul.options li:nth-child(4) button {
  color: #039393;
  border-color: #039393;
}

ul.options li:nth-child(5) button {
  color: #F29B05;
  border-color: #F29B05;
}

ul.options li button:hover,
ul.options li button.selected {
  color: white;
  background: #010037;
}

ul.options li:nth-child(2) button:hover,
ul.options li:nth-child(2) button.selected {
  background: #B24703;
}

ul.options li:nth-child(3) button:hover,
ul.options li:nth-child(3) button.selected {
  background: #60B027;
}

ul.options li:nth-child(4) button:hover,
ul.options li:nth-child(4) button.selected {
  background: #039393;
}

ul.options li:nth-child(5) button:hover,
ul.options li:nth-child(5) button.selected {
  background: #F29B05;
}

.content-option {
  display: none;
}

ul.logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 30px;
}

ul.logos-list li {
  margin: 0;
  max-width: 150px;
  aspect-ratio: 100/60;
}

ul.logos-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.project-item {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px 3%;
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  gap: 30px 5%;
  margin-bottom: 40px;
}

.project-item .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.project-item .left .title {
  margin: 1.5rem 0 0.5rem;
}

.project-item .left ul.labels {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.project-item .left ul.labels li {
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 110%;
  padding: 0.3rem 0.5rem;
  background: #545454;
  border-radius: 6px;
  font-family: "Decalotype", sans-serif;
  color: white;
}

.project-item .left ul.labels li.color-computer {
  background: #B24703;
}

.project-item .left ul.labels li.color-earth {
  background: #60B027;
}

.project-item .left ul.labels li.color-life {
  background: #039393;
}

.project-item .left .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-item .left .buttons .calltoaction {
  font-size: 1.25rem;
}

.project-item ul.texts-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.project-item ul.texts-list li {
  margin: 0;
  border: 1px solid rgba(84, 84, 84, 0.2);
  background: white;
  border-radius: 10px;
  padding: 30px 6%;
  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);
}

.project-item ul.texts-list li:hover {
  border-color: #2fedeb;
  background: #2fedeb;
}

.retos-reco-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 40px;
}

.retos-reco-item {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.retos-reco-item .title,
.retos-reco-item p {
  margin: 0;
}

@media only screen and (width <= 1100px) {
  .project-item {
    grid-template-columns: 1fr 1.2fr;
  }
  .project-item ul.texts-list {
    grid-template-columns: 1fr;
  }
  .project-item ul.texts-list li {
    padding: 20px 6%;
  }
}
@media only screen and (width <= 800px) {
  .project-item {
    grid-template-columns: 1fr;
  }
  .retos-reco-list {
    grid-template-columns: 1fr;
  }
}
/* ------------------------------------------------------------------------- */
/* 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-size: 1.125rem;
}

/* checkbox labels privacy policy*/
.hundreds-form__checkbox label {
  color: #2fedeb;
  cursor: pointer;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  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 #2fedeb;
  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: #2fedeb;
  border-bottom: 1px solid #2fedeb;
}

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

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

form input[type=email],
form input[type=tel],
form input[type=text],
form input[type=number],
form textarea {
  border: 1px solid #010037;
  padding: 0.9rem;
  margin-bottom: 10px;
  border-radius: 10px;
  color: #010037;
  font-family: "NeueEinstellung", sans-serif;
  font-size: 1.125rem;
  line-height: 110%;
  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: #010037;
  font-size: 1.25rem;
  line-height: 110%;
  font-weight: 400;
  cursor: pointer;
  border-radius: 10px;
  color: #feffff;
  border: 1px solid #010037;
  opacity: 1;
  margin: 0;
  outline: 0;
  padding: 0.9rem 1.25rem;
  width: 100%;
  max-width: 160px;
  -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: #010037;
}

::-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 {
  background-color: #F0f0f0;
}

.footer a {
  color: #010037;
  font-weight: 400;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
  color: #010037;
}

.footer .section-top {
  display: flex;
  gap: 30px 5%;
}

p.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* SOCIALES */
.footer__social-buttons {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}

.footer__social-buttons li {
  margin: 0;
}

.footer__social-buttons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  opacity: 1;
  border-radius: 50%;
  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);
}

.footer__social-buttons li a:hover {
  opacity: 0.7;
}

.footer__social-buttons li a .social__img g,
.footer__social-buttons li a .social__img path {
  fill: #010037;
}

.footer .section-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 5%;
  font-size: 1rem;
  border-top: 1px solid white;
}

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

a.footer-map {
  position: relative;
  display: block;
  aspect-ratio: 223/142;
}

a.footer-map img {
  width: 100%;
}

a.footer-map .map-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(40% - 15px);
  left: calc(60% - 15px);
  background-color: #043fc9;
  border-radius: 100%;
}

a.footer-map .map-icon:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #043fc9;
  opacity: 0.2;
  transform: scale(1);
  top: -10px;
  left: -10px;
  border-radius: 100px;
  animation: blinkingmap 2s infinite;
}

@keyframes blinkingmap {
  50% {
    opacity: 0;
    transform: scale(1.3);
  }
}
@media only screen and (width <= 1200px) {
  .footer .section-top {
    flex-wrap: wrap;
  }
  .footer .section-top .box:nth-child(2) {
    flex: 1;
  }
  .footer .section-top .box:last-child {
    width: 100%;
  }
}
@media only screen and (width <= 800px) {
  .footer .section-top {
    flex-direction: column;
    text-align: center;
  }
  .footer__social-buttons {
    justify-content: center;
    margin-bottom: 0;
  }
  .footer .section-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 0.8rem;
  }
  .footer .section-bottom .footer__link-buttons {
    flex-direction: column;
    gap: 12px;
  }
  p.logos {
    justify-content: center;
  }
}

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