@charset "UTF-8";
/* IMG */
/* -------------- FONTS -------------- */
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Sora:wght@100..800&display=swap");
/* BUTTON */
/* BUTTON */
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Sora:wght@100..800&display=swap");
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 16px;
  background-color: #161616;
}

.menu-toggle {
  display: none;
}

body {
  margin: 0;
  background: #161616;
  z-index: 1;
  font-family: "Roboto Mono", monospace;
}
.container-margin {
  max-width: 90%;
  margin: auto !important;
}
@media only screen and (min-width: 1279px) {
  .container-margin {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1366px) {
  .container-margin {
    max-width: 70%;
  }
}

.site-main,
.container-header {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  overflow: hidden;
}

p,
a,
span {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5 {
  color: #0bceaf;
  font-weight: 700;
}

.h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.title-h1,
.title-1,
h1 {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.17;
  color: #fff;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Roboto Mono", monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.17;
    color: #fff;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .title-h1,
  .title-1,
  h1 {
    font-family: "Roboto Mono", monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.09;
    color: #fff;
  }
}

.title-h2,
.title-2,
h2 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.18;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .title-h2,
  .title-2,
  h2 {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 1.625rem;
    line-height: 1.35;
    color: #fff;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1366px) {
  .title-h2,
  .title-2,
  h2 {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.17;
    color: #fff;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .title-h2,
  .title-2,
  h2 {
    margin-bottom: 10px;
  }
}

.title-h3,
.title-3,
h3 {
  font-family: "Roboto Mono", monospace;
  font-size: clamp(1.5rem, 8vw, 3rem);
  margin: 50px 0px 20px;
  color: #fff;
  text-align: center;
}

.title-h4,
.title-4,
h4 {
  font-size: 20px;
}

.text-medium {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.06;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  .text-medium {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.06;
    color: #fff;
  }
}

.pretitle {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .pretitle {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 0.938rem;
    line-height: 1.33;
    color: #fff;
    margin-bottom: 20px;
  }
}

table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table {
    margin-bottom: 29px;
  }
}
table thead tr {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-style: normal;
}
table th,
table td {
  border: 1px solid #0bceaf;
  padding: 8px;
}
table tr {
  vertical-align: baseline;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:empty {
  display: none;
}

input[type=submit],
.btn,
a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
  display: block;
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0bceaf !important;
  border-radius: 10px !important;
  box-shadow: none;
  background: #0bceaf !important;
  color: #fff !important;
  padding: 9px 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  input[type=submit],
  .btn,
  a.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    min-width: 227px;
  }
}
input[type=submit]:hover,
.btn:hover,
a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  text-decoration: none;
  background-color: #fff;
  color: #11111b;
}
input[type=submit]:disabled,
.btn:disabled,
a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled {
  opacity: 0.7;
}

a.button-white {
  display: block;
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  border: 1px solid #11111b;
  border-radius: 100px;
  box-shadow: none;
  background: #fff;
  color: #11111b;
  padding: 9px 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  a.button-white {
    min-width: 227px;
  }
}
a.button-white:hover {
  text-decoration: none;
  border-color: #fff;
  background-color: #11111b;
  color: #fff;
}
a.button-white:disabled {
  opacity: 0.7;
}

.wrapper {
  padding: 0;
}

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

.link__arrow {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #161616;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow {
    height: 45px;
  }
}
.link__arrow span,
.link__arrow a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after {
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  border: 1px solid #161616;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1366px) {
  .loadmore_posts {
    margin-top: 70px;
    margin-bottom: 90px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  background-color: #161616;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1366px) {
  .loadmore_posts .loader-plus {
    width: 60px;
    height: 60px;
  }
}
.loadmore_posts .loader-plus:hover {
  background-color: #e5af8b;
}
.loadmore_posts .loader-plus:before {
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1366px) {
  .loadmore_posts .loader-plus:before {
    width: 60px;
    height: 60px;
  }
}

.cont__close {
  position: relative;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont__close:before {
  font-size: 20px;
  color: #4a4844;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__close:hover:before {
  color: #fff;
}

lite-youtube {
  max-width: 100%;
}

.link-flash {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
.link-flash::before, .link-flash::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #11111b;
  transition: 1.1s var(--ease-out-expo);
}
.link-flash::before {
  transform: scaleX(0);
  transform-origin: left;
}
.link-flash::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
.link-flash:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.link-flash:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}

@keyframes pulsedesktop {
  0%, 100% {
    box-shadow: inset 0 0 20px #0bceaf;
  }
  50% {
    box-shadow: inset 0 0 30px #0bceaf;
  }
}
@keyframes pulsemovil {
  0%, 100% {
    box-shadow: inset 0 0 10px #0bceaf;
  }
  50% {
    box-shadow: inset 0 0 20px #0bceaf;
  }
}
.page-template-default .site-main {
  max-width: 90%;
  margin: auto !important;
}
@media only screen and (min-width: 1279px) {
  .page-template-default .site-main {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-default .site-main {
    max-width: 70%;
  }
}
.page-template-default .entry-content a {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}
.page-template-default .entry-content a::before, .page-template-default .entry-content a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #11111b;
  transition: 1.1s var(--ease-out-expo);
}
.page-template-default .entry-content a::before {
  transform: scaleX(0);
  transform-origin: left;
}
.page-template-default .entry-content a::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
.page-template-default .entry-content a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.page-template-default .entry-content a:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}
.page-template-default .entry-content ul {
  margin-bottom: 15px;
}

body #content-woo {
  outline: none;
}
body .site-main {
  padding-top: 20px;
  outline: none;
}
@media only screen and (max-width: 767px) {
  body .site-main {
    padding-top: 15px !important;
  }
}
body.home .site-main {
  padding-top: 0;
}
body.home .footer-options .cont__bottom .cont__features {
  display: none;
}
body.home #footer-wrapper .site-footer {
  border-top: none;
}

.page-id-587 .section__text-full {
  margin-top: 0;
}

img {
  display: block;
}

.owl-dots .owl-dot {
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #161616;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  border: 2.5px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
  }
}

.cont__breadcrumbs {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.813rem;
  line-height: 1.15;
  color: #676767;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .cont__breadcrumbs {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 0.938rem;
    line-height: 1.33;
    color: #676767;
  }
}
.cont__breadcrumbs a:hover {
  color: #0bceaf;
}

.swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 6px;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  border: solid 1px #fff;
  margin: 0 !important;
  background-color: transparent;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet:hover:before {
  opacity: 1;
}

.swiper-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 15px;
}
@media only screen and (min-width: 1024px) {
  .swiper-navigation {
    column-gap: 10px;
  }
}
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  position: relative;
  right: inherit;
  left: inherit;
  top: inherit;
  width: 36px;
  height: 36px;
  background-color: #161616;
  border-radius: 50%;
  border: 1px solid #161616;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-navigation .swiper-button-next:after,
.swiper-navigation .swiper-button-prev:after {
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-navigation .swiper-button-next:hover,
.swiper-navigation .swiper-button-prev:hover {
  background-color: transparent;
}
.swiper-navigation .swiper-button-next:hover:after,
.swiper-navigation .swiper-button-prev:hover:after {
  color: #161616;
}

.trustpilot-widget {
  background-color: #fff;
  width: 100vw;
  padding: 5px 0 1px;
}

.grecaptcha-badge {
  display: none;
}

.oculto {
  position: absolute;
  left: -9999px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #161616;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #161616;
}

.estudios {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .estudios {
    flex-direction: row;
  }
}
.estudios-left {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .estudios-left {
    width: 30%;
    margin-bottom: 0px;
  }
}
.estudios-left .curriculum-educacion_estudios-content_top {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.estudios-left .curriculum-educacion_estudios-content_top img {
  max-width: 50px;
  width: 100%;
  height: 100%;
}
.estudios-left .curriculum-educacion_estudios-content_top p {
  margin: auto 0px;
}
.estudios-left .curriculum-educacion_estudios-content_bottom p {
  font-size: 13px;
}
.estudios-left .contacto-img {
  position: relative;
}
.estudios-left .contacto-img img {
  position: relative;
  z-index: 2;
  margin: auto;
}
.estudios-left .contacto-img svg {
  position: absolute;
  top: 0;
  z-index: 1;
  transform-box: fill-box;
  transform-origin: center;
  animation: rotateSvg 20s linear infinite;
}
.estudios-left .contacto-img svg text {
  fill: #fff;
}
.estudios-left .contacto h3 {
  text-align: left;
}
.estudios-left .contacto-content {
  display: flex;
  flex-wrap: wrap;
}
.estudios-left .contacto-content_contact {
  width: 50%;
}
.estudios-left .contacto-content_contact .title {
  text-transform: uppercase;
}
.estudios-left .contacto-content_contact .content {
  font-weight: 100;
  font-size: 10px;
}
@media only screen and (min-width: 1600px) {
  .estudios-left .contacto-content_contact .content {
    font-size: 15px;
  }
}
.estudios-right {
  width: 100%;
  margin: 0px 10px;
}
@media only screen and (min-width: 1024px) {
  .estudios-right {
    margin: 0px 40px;
    width: 70%;
  }
}
.estudios-right .curriculum-experiencia {
  border-left: solid 1px #fff;
}
.estudios-right .curriculum-experiencia_content {
  border-bottom: solid 1px #fff;
  padding: 0px 40px;
}
.estudios-right .curriculum-experiencia_content-trabajos {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .estudios-right .curriculum-experiencia_content-trabajos {
    flex-direction: row;
  }
}
.estudios-right .curriculum-experiencia_content-trabajos_left svg {
  width: 100px;
}
.estudios-right .curriculum-experiencia_content-trabajos_left svg text {
  fill: white;
}
.estudios-right .curriculum-experiencia_content-trabajos_left svg text textPath {
  font-size: 25px;
  letter-spacing: 30px;
}
.estudios-right .curriculum-experiencia_content-trabajos_right p {
  margin: 0px;
  font-weight: 200;
}
.estudios-right .curriculum-experiencia_content-trabajos_right .title {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 500;
}
.estudios-right .curriculum-experiencia_content-trabajos_right .subtitle {
  color: #0bceaf;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.estudios-right .curriculum-skills {
  border-left: solid 1px #fff;
  margin-bottom: 100px;
  padding: 0px 40px;
}
.estudios-right .curriculum-skills h3 {
  position: relative;
  text-align: left;
  width: max-content;
  margin: 0px;
  padding-top: 50px;
  margin-bottom: 70px;
}
.estudios-right .curriculum-skills h3 span {
  position: absolute;
  bottom: -50px;
  right: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .estudios-right .curriculum-skills_content {
    display: flex;
  }
}
.estudios-right .curriculum-skills_content-left {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .estudios-right .curriculum-skills_content-left {
    width: 50%;
  }
}
.estudios-right .curriculum-skills_content-left .frase {
  font-style: italic;
}
.estudios-right .curriculum-skills_content-left_idiomas p {
  text-transform: uppercase;
}
.estudios-right .curriculum-skills_content-right {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .estudios-right .curriculum-skills_content-right {
    width: 50%;
  }
}
.estudios-right .curriculum-skills_content-right_programacion {
  position: relative;
  margin-bottom: 100px;
}
.estudios-right .curriculum-skills_content-right_programacion_content {
  display: flex;
  flex-wrap: wrap;
}
.estudios-right .curriculum-skills_content-right_programacion_content p {
  flex: 0 0 50%;
}
@media only screen and (min-width: 1024px) {
  .estudios-right .curriculum-skills_content-right_programacion_content p {
    flex: 0 0 30%;
  }
}
@media only screen and (min-width: 1024px) {
  .estudios-right .curriculum-skills_content-right_programacion_content::before {
    content: "";
    width: 2px;
    height: 90%;
    background-color: #0bceaf;
    display: block;
    position: absolute;
    top: 30px;
    left: -35px;
  }
}
.estudios-right .about-us {
  margin: 0px 10px;
}
@media only screen and (min-width: 1024px) {
  .estudios-right .about-us {
    margin: 0px 40px;
  }
}
.estudios-right .about-us .proyects-cv {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .estudios-right .about-us .proyects-cv {
    width: 50%;
  }
}
.estudios-right .about-us .proyects-cv p {
  flex: 0 0 50%;
}
.estudios-right .about-us_content {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.estudios-right .about-us_content p {
  width: 80%;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(1rem, 8vw, 6rem);
}
.estudios-right .about-us_content p span {
  display: block;
  font-weight: 300;
  font-size: 4rem;
  line-height: 0.9;
  letter-spacing: normal;
  text-transform: uppercase;
}
.estudios-right .about-us_content a svg {
  width: 100px;
}
.estudios-right .about-us_content a svg text {
  fill: white;
}
.estudios-right .about-us_content a svg text textPath {
  font-size: 25px;
  letter-spacing: 30px;
}
.estudios-right .about-us_content button {
  width: 20%;
}

@keyframes rotateSvg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-nav button {
  background-color: transparent !important;
  width: 50px;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 20px;
}
.owl-carousel .owl-nav button:hover {
  background-color: #5831D9;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --gutters: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  :root {
    --gutters: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  :root {
    --gutters: 100px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1720px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-40 {
  gap: 40px;
}

.gap-45 {
  gap: 45px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-65 {
  gap: 65px;
}

.gap-70 {
  gap: 70px;
}

.gap-75 {
  gap: 75px;
}

.gap-80 {
  gap: 80px;
}

.gap-85 {
  gap: 85px;
}

.gap-90 {
  gap: 90px;
}

.gap-95 {
  gap: 95px;
}

.gap-100 {
  gap: 100px;
}

@media (min-width: 768px) {
  .gap-tablet-10 {
    gap: 10px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-15 {
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-20 {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-25 {
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-30 {
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-35 {
    gap: 35px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-40 {
    gap: 40px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-45 {
    gap: 45px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-50 {
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-55 {
    gap: 55px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-60 {
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-65 {
    gap: 65px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-70 {
    gap: 70px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-75 {
    gap: 75px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-80 {
    gap: 80px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-85 {
    gap: 85px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-90 {
    gap: 90px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-95 {
    gap: 95px;
  }
}
@media (min-width: 768px) {
  .gap-tablet-100 {
    gap: 100px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-10 {
    gap: 10px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-15 {
    gap: 15px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-20 {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-25 {
    gap: 25px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-30 {
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-35 {
    gap: 35px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-40 {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-45 {
    gap: 45px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-50 {
    gap: 50px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-55 {
    gap: 55px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-60 {
    gap: 60px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-65 {
    gap: 65px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-70 {
    gap: 70px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-75 {
    gap: 75px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-80 {
    gap: 80px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-85 {
    gap: 85px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-90 {
    gap: 90px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-95 {
    gap: 95px;
  }
}
@media (min-width: 1280px) {
  .gap-desktop-100 {
    gap: 100px;
  }
}
@media (max-width: 767px) {
  .grid-mobile-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-mobile-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-mobile-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-mobile-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-mobile-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-mobile-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-mobile-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-mobile-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-mobile-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-mobile-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-mobile-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-mobile-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-tablet-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-tablet-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-tablet-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-tablet-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-tablet-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-tablet-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-tablet-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-tablet-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-tablet-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-tablet-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-tablet-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-tablet-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .grid-desktop-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-desktop-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-desktop-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-desktop-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-desktop-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-desktop-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-desktop-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-desktop-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-desktop-9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-desktop-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-desktop-11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-desktop-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
/* -------------- FONTS -------------- */
#footer-wrapper {
  position: relative;
}
#footer-wrapper .footer-fixed {
  background-color: #5831D9;
  color: #fff;
}
#footer-wrapper .footer-fixed .cont__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 5px 0;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .footer-fixed .cont__inner {
    flex-direction: row;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .footer-fixed .cont__inner {
    padding: 15px 0;
    column-gap: 80px;
  }
}
#footer-wrapper .footer-fixed .cont__inner p {
  margin-bottom: 0;
}
#footer-wrapper .footer-fixed .cont__inner .cont__right {
  position: relative;
}
#footer-wrapper .footer-fixed .cont__inner .cont__right:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 1px;
  height: 100%;
  background-color: #11111b;
}
@media only screen and (min-width: 1600px) {
  #footer-wrapper .footer-fixed .cont__inner .cont__right:before {
    left: -40px;
  }
}
#footer-wrapper .site-footer {
  padding: 36px 0 20px;
  border-top: 1px solid #9f9f9f;
  overflow-x: hidden;
}
@media only screen and (min-width: 1920px) {
  #footer-wrapper .site-footer {
    padding: 59px 0 20px;
  }
}
#footer-wrapper .site-footer .footer__top {
  display: grid;
  row-gap: 20px;
  margin-bottom: 51px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 35px;
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top {
    grid-template-columns: 1.7fr 1fr 1.3fr;
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1366px) {
  #footer-wrapper .site-footer .footer__top {
    grid-template-columns: 1fr 1fr 3fr;
    column-gap: 0;
  }
}
@media only screen and (min-width: 1920px) {
  #footer-wrapper .site-footer .footer__top {
    grid-template-columns: 1.2fr 1fr 4fr;
    margin-bottom: 60px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__columns {
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 1366px) {
  #footer-wrapper .site-footer .footer__top .cont__columns {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  #footer-wrapper .site-footer .footer__top .cont__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 125px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__column {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: #11111b;
}
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-one,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-two,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-three,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-four {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__column .menu-footer-one,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-footer-two,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-footer-three,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-footer-four {
    cursor: default;
  }
}
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-one:before,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-two:before,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-three:before,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-four:before {
  font-size: 13px;
  right: 10px;
  top: 3px;
}
@media only screen and (min-width: 1366px) {
  #footer-wrapper .site-footer .footer__top .cont__column .menu-footer-one:before,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-footer-two:before,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-footer-three:before,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-footer-four:before {
    content: none !important;
  }
}
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-one.open:before,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-two.open:before,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-three.open:before,
#footer-wrapper .site-footer .footer__top .cont__column .menu-footer-four.open:before {
  font-size: 20px;
  top: -2px;
  right: 7px;
}
#footer-wrapper .site-footer .footer__top .cont__column .menu-menu-footer-one-container,
#footer-wrapper .site-footer .footer__top .cont__column .menu-menu-footer-two-container,
#footer-wrapper .site-footer .footer__top .cont__column .menu-menu-footer-three-container,
#footer-wrapper .site-footer .footer__top .cont__column .menu-menu-footer-four-container {
  display: none;
}
@media only screen and (min-width: 1366px) {
  #footer-wrapper .site-footer .footer__top .cont__column .menu-menu-footer-one-container,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-menu-footer-two-container,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-menu-footer-three-container,
  #footer-wrapper .site-footer .footer__top .cont__column .menu-menu-footer-four-container {
    display: block !important;
    height: 100% !important;
  }
}
#footer-wrapper .site-footer .footer__top .cont__column ul.menu {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
@media only screen and (min-width: 1366px) {
  #footer-wrapper .site-footer .footer__top .cont__column ul.menu {
    display: grid;
    row-gap: 5px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__column ul.menu a {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  position: relative;
}
#footer-wrapper .site-footer .footer__top .cont__column ul.menu a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #11111b;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#footer-wrapper .site-footer .footer__top .cont__column ul.menu a:hover:after {
  width: 100%;
}
#footer-wrapper .site-footer .footer__top .cont__logo {
  width: 186px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__logo {
    width: 197px;
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__logo {
    width: 216px;
    margin-bottom: 30px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__info {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__info {
    margin-top: 10px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item p {
  margin-bottom: 0;
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--phone {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--phone {
    margin-bottom: 4px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--phone {
    margin-bottom: 2px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--phone a {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--phone a {
    font-size: 0.938rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--phone a {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--schedule {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: #9f9f9f;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--schedule {
    font-size: 0.938rem;
    line-height: 1.33;
    margin-bottom: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--schedule {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--mail a {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--mail a {
    font-size: 0.938rem;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__info .cont__item.cont__item--mail a {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
  }
}
#footer-wrapper .site-footer .footer__top .cont__xxss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  column-gap: 31px;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss {
    column-gap: 15px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__xxss a {
  font-size: 22px;
  text-decoration: none;
  width: 37px;
  height: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss a {
    font-size: 15px;
    width: 24px;
    height: 24px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__xxss a.instagram {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss a.instagram {
    font-size: 16px;
  }
}
#footer-wrapper .site-footer .footer__top .cont__xxss a.youtube {
  font-size: 26px;
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__top .cont__xxss a.youtube {
    font-size: 17px;
  }
}
#footer-wrapper .site-footer .menu--menu-legal {
  padding-bottom: 19px;
  margin-bottom: 12px;
  border-bottom: 1px solid #9f9f9f;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .menu--menu-legal {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#footer-wrapper .site-footer .menu--menu-legal .cont__menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#footer-wrapper .site-footer .menu--menu-legal .cont__menu .menu-menu-legal-container ul.menu__legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .menu--menu-legal .cont__menu .menu-menu-legal-container ul.menu__legal {
    flex-direction: row;
    column-gap: 21px;
  }
}
#footer-wrapper .site-footer .menu--menu-legal .cont__menu .menu-menu-legal-container ul.menu__legal li a {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #11111b;
  position: relative;
}
#footer-wrapper .site-footer .menu--menu-legal .cont__menu .menu-menu-legal-container ul.menu__legal li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #11111b;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
#footer-wrapper .site-footer .menu--menu-legal .cont__menu .menu-menu-legal-container ul.menu__legal li a:hover:after {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .menu--menu-legal .cont__menu .menu-menu-legal-container ul.menu__legal li a {
    font-size: 0.813rem;
    line-height: 1.54;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .menu--menu-legal .cont__menu .menu-menu-legal-container ul.menu__legal li a {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper .site-footer .menu--menu-footer {
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1279px) {
  #footer-wrapper .site-footer .menu--menu-footer .cont__menu {
    margin-top: 0;
    padding-top: 0;
  }
}
#footer-wrapper .site-footer .menu--menu-footer .cont__menu .menu-menu-footer-container ul.menu__footer li a {
  font-size: 1.063rem;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .menu--menu-footer:before {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .menu--menu-legal .cont__menu {
    margin-top: 0px;
    padding-left: 0px;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .menu--menu-legal .cont__menu .menu-menu-legal-container ul.menu__legal {
    padding-left: 0;
  }
}
#footer-wrapper .site-footer .footer__middle {
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) {
  #footer-wrapper .site-footer .footer__middle {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 1024px) {
  #footer-wrapper .site-footer .footer__middle {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  #footer-wrapper .site-footer .footer__middle {
    margin-bottom: 39px;
  }
}
.footer__bottom {
  position: relative;
  padding-top: 21px;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    padding-top: 18px;
  }
}
.footer__bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #9f9f9f;
}
@media only screen and (min-width: 768px) {
  .footer__bottom:before {
    width: 100vw;
  }
}
@media only screen and (min-width: 768px) {
  .footer__bottom .cont__pay img {
    max-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom .cont__pay img {
    max-height: 30px;
  }
}

.cont__fixed-whatsapp {
  position: fixed;
  bottom: 56px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-color: #49c958;
  box-shadow: -5px -5px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .cont__fixed-whatsapp {
    right: 20px;
    bottom: 66px;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__fixed-whatsapp {
    right: 40px;
  }
}
.cont__fixed-whatsapp span {
  font-size: 20px;
  color: #fff;
}

.cont__fixed-info {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background-color: #7a7a7a;
  box-shadow: -5px -5px 20px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
@media only screen and (min-width: 1024px) {
  .cont__fixed-info {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__fixed-info {
    right: 40px;
  }
}
.cont__fixed-info span {
  font-size: 20px;
  color: #fff;
}

#overlay-fixed-info {
  max-width: 510px;
}
#overlay-fixed-info .cont__overlay--inner {
  padding-top: 24px;
}
@media only screen and (min-width: 1024px) {
  #overlay-fixed-info .cont__overlay--inner {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
#overlay-fixed-info .cont__overlay--inner .cont__info .overlay__title {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 20px;
}
#overlay-fixed-info .cont__overlay--inner .cont__info .cont__items {
  display: grid;
  row-gap: 10px;
}
#overlay-fixed-info .cont__overlay--inner .cont__info .cont__items .cont__item {
  background-color: #f6f6f6;
  padding: 20px 43px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 17px;
}
@media only screen and (min-width: 1279px) {
  #overlay-fixed-info .cont__overlay--inner .cont__info .cont__items .cont__item {
    padding: 20px 20px 34px;
    column-gap: 20px;
  }
}
#overlay-fixed-info .cont__overlay--inner .cont__info .cont__items .cont__item .cont__icon {
  font-size: 32px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
#overlay-fixed-info .cont__overlay--inner .cont__info .cont__items .cont__item .cont__content .cont__title {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #11111b;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1279px) {
  #overlay-fixed-info .cont__overlay--inner .cont__info .cont__items .cont__item .cont__content .cont__title {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 0.938rem;
    line-height: 1.33;
    color: #fff;
  }
}
#overlay-fixed-info .cont__overlay--inner .cont__info .cont__items .cont__item .cont__content .cont__text {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.14;
  color: #676767;
}
@media only screen and (min-width: 1279px) {
  #overlay-fixed-info .cont__overlay--inner .cont__info .cont__items .cont__item .cont__content .cont__text {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 0.938rem;
    line-height: 1.33;
    color: #676767;
  }
}

@media only screen and (min-width: 1279px) {
  .footer-options .cont__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.footer-options .cont__top .cont__info {
  padding-right: 20px;
  padding-left: 20px;
}
.footer-options .cont__top .cont__info .cont__title {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 1.08;
  letter-spacing: -0.26px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__info .cont__title {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.17;
    color: #fff;
    letter-spacing: normal;
    margin-bottom: 0;
  }
}
.footer-options .cont__top .cont__info .cont__text {
  font-size: 1.063rem;
  line-height: 1.18;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__info .cont__text {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #fff;
  }
}
.footer-options .cont__top .cont__left {
  background-color: #e6dfd8;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__left .cont__image {
    width: 33%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-options .cont__top .cont__left .cont__image {
    width: 24%;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-options .cont__top .cont__left .cont__image {
    width: 23%;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-options .cont__top .cont__left .cont__image {
    width: 26%;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-options .cont__top .cont__left .cont__image img {
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
.footer-options .cont__top .cont__left .cont__info {
  padding-top: 30px;
  padding-bottom: 63px;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__left .cont__info {
    width: 67%;
    padding: 60px 43px 31px 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-options .cont__top .cont__left .cont__info {
    width: 76%;
    padding: 60px 174px 83px 100px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-options .cont__top .cont__left .cont__info {
    width: 77%;
    padding: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-options .cont__top .cont__left .cont__info {
    width: 74%;
    padding: 60px 110px 60px 100px;
  }
}
.footer-options .cont__top .cont__left .cont__info .cont__button {
  margin-top: 15px;
}
.footer-options .cont__top .cont__left .cont__info .cont__button a {
  width: fit-content;
}
.footer-options .cont__top .cont__left .cont__info .cont__button a:hover {
  background-color: transparent;
}
.footer-options .cont__top .cont__right {
  background-color: #11111b;
}
.footer-options .cont__top .cont__right .cont__info {
  padding-top: 44px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__right .cont__info {
    padding: 44px 40px 58px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-options .cont__top .cont__right .cont__info {
    padding: 60px 164px 62px 100px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-options .cont__top .cont__right .cont__info {
    padding: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-options .cont__top .cont__right .cont__info {
    padding: 60px 100px;
  }
}
.footer-options .cont__top .cont__right .cont__info .cont__title {
  color: #fff;
}
.footer-options .cont__top .cont__right .cont__info .cont__text {
  color: #fff;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left {
    width: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left {
    width: 73%;
  }
}
@media only screen and (min-width: 1366px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left {
    width: 67%;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left {
    width: 73%;
  }
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left input.wpcf7-email {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  color: #676767;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  padding: 9px 14px 7px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left input.wpcf7-email {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left input.wpcf7-email {
    padding: 9px 28px 7px;
  }
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left input.wpcf7-email::placeholder {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  color: #676767;
  color: #676767;
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left .cont--input-checkbox label:has(input[type=checkbox]) {
  align-items: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left .cont--input-checkbox label:has(input[type=checkbox]) {
    font-size: 0.938rem;
    line-height: 1.33;
  }
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left .cont--input-checkbox label:has(input[type=checkbox]) a {
  color: #fff;
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left .cont--input-checkbox label:has(input[type=checkbox]) a:before, .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left .cont--input-checkbox label:has(input[type=checkbox]) a:after {
  background-color: #fff;
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left .cont--input-checkbox input.inp-cbx {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-color: #fff;
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-left .cont--input-checkbox input.inp-cbx:checked {
  background-color: #fff;
  border-color: #fff;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #fff;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right {
    width: 28%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right {
    width: 25%;
  }
}
@media only screen and (min-width: 1366px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right {
    width: 32%;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right {
    width: 25%;
  }
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right input.wpcf7-submit {
  display: block;
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  border: 1px solid #11111b;
  border-radius: 100px;
  box-shadow: none;
  background: #fff;
  color: #11111b;
  padding: 9px 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right input.wpcf7-submit {
    min-width: 227px;
  }
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right input.wpcf7-submit:hover {
  text-decoration: none;
  border-color: #fff;
  background-color: #11111b;
  color: #fff;
}
.footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right input.wpcf7-submit:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__top .cont__right .cont__info .cont__form form .cont__form-right input.wpcf7-submit {
    min-width: auto;
    width: 100%;
  }
}
.footer-options .cont__top .cont__right .cont__info .cont__form form small {
  display: block;
  margin-top: 10px;
}
.footer-options .cont__top .cont__right .cont__info .cont__form form small a {
  color: #C4C4C4;
}
.footer-options .cont__bottom .cont__features {
  display: grid;
  row-gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__bottom .cont__features {
    grid-template-columns: 1fr 1fr;
    row-gap: 44px;
    column-gap: 47px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-options .cont__bottom .cont__features {
    margin: 30px auto;
    width: 81%;
    row-gap: 40px;
    column-gap: 86px;
  }
}
@media only screen and (min-width: 1279px) {
  .footer-options .cont__bottom .cont__features {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    column-gap: 25px;
    width: 100%;
  }
}
.footer-options .cont__bottom .cont__features .cont__feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 14px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .footer-options .cont__bottom .cont__features .cont__feature {
    column-gap: 20px;
  }
}
.footer-options .cont__bottom .cont__features .cont__feature .cont__icon {
  width: 56px;
  height: 56px;
}
.footer-options .cont__bottom .cont__features .cont__feature .cont__info .cont__title {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.06;
  margin-bottom: 8px;
}
.footer-options .cont__bottom .cont__features .cont__feature .cont__info .cont__subtitle {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.06;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
}
.wpcf7-form input,
.wpcf7-form textarea {
  background-color: #11111b;
  border: solid 1px #11111b !important;
  border: 30px !important;
  padding: 20px !important;
  color: #fff !important;
  margin: 10px 0px !important;
  max-width: 300px;
  max-width: 300px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .wpcf7-form input,
  .wpcf7-form textarea {
    min-width: 600px;
    max-width: 600px;
  }
}
.wpcf7-form input.wpcf7-submit,
.wpcf7-form textarea.wpcf7-submit {
  max-width: 150px !important;
  color: #161616 !important;
}
@media only screen and (min-width: 1024px) {
  .wpcf7-form input.wpcf7-submit,
  .wpcf7-form textarea.wpcf7-submit {
    max-width: 200px !important;
  }
}

.menu_icon {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 2rem;
  right: 2rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  z-index: 1002;
  border-radius: 0.5rem;
  z-index: 5;
}

.close_button {
  display: none;
}

.menu_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #111;
  color: white;
  display: none;
  z-index: 1000;
  padding: 2rem;
  box-sizing: border-box;
  z-index: 4;
}
.menu_overlay .menu_content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.menu_overlay .menu_content ul {
  list-style: none;
  padding: 0;
}
.menu_overlay .menu_content ul li {
  margin: 1rem 0;
}

.home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  margin: 0 auto 100px;
  overflow: hidden;
  background: radial-gradient(circle at top right, #666 0%, rgba(22, 22, 22, 0.9) 50%, #161616 100%);
  background-repeat: no-repeat;
  animation: expandBackgroundmovil 5s infinite ease-in-out;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 1024px) {
  .home-banner {
    background-size: 150% 150%;
    animation: expandBackground 5s infinite ease-in-out;
    margin-bottom: 200px;
  }
}
.home-banner_content {
  padding: 0;
  max-width: 100%;
}
.home-banner_content h1,
.home-banner_content h2 {
  text-align: center;
  opacity: 0;
  z-index: 3;
}
@media only screen and (min-width: 1024px) {
  .home-banner_content h1,
  .home-banner_content h2 {
    position: absolute;
    left: 50px;
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .home-banner_content h1,
  .home-banner_content h2 {
    left: 100px;
  }
}
.home-banner_content h1 {
  font-size: clamp(1rem, 9vw, 3rem);
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .home-banner_content h1 {
    top: 50px;
    padding: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .home-banner_content h1 {
    top: 100px;
  }
}
.home-banner_content h2 {
  font-size: clamp(2rem, 1.5vw, 4rem);
}
@media only screen and (min-width: 1024px) {
  .home-banner_content h2 {
    top: 130px;
  }
}
@media only screen and (min-width: 1600px) {
  .home-banner_content h2 {
    top: 160px;
  }
}
.home-banner_content-img {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  height: auto;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .home-banner_content-img {
    max-width: 350px;
    bottom: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .home-banner_content-img {
    left: 60%;
    max-width: 450px;
  }
}
@media only screen and (min-width: 1600px) {
  .home-banner_content-img {
    left: 65%;
  }
}
.home-banner_social {
  max-width: 500px;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}
@media only screen and (min-width: 1024px) {
  .home-banner_social {
    left: 50px;
    bottom: 15%;
    transform: none;
  }
}
@media only screen and (min-width: 1600px) {
  .home-banner_social {
    left: 100px;
  }
}
.home-banner_social h3 {
  font-size: clamp(1.5rem, 2vw, 4rem);
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .home-banner_social h3 {
    text-align: left;
  }
}
.home-banner_social p {
  color: #fff;
  text-align: center;
  font-size: clamp(1rem, 1vw, 3rem);
}
@media only screen and (min-width: 1024px) {
  .home-banner_social p {
    text-align: left;
  }
}
.home-banner_social-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  padding: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .home-banner_social-content {
    justify-content: left;
  }
}
.home-banner_social-content li {
  list-style: none;
}
.home-banner_social-content li a {
  text-decoration: none;
}
.home-banner_social-content li a span {
  border: solid 1px #666666;
  border-radius: 50%;
  padding: 10px;
}
.home-banner_social-content li a span::before {
  color: #fff;
}
.home-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0) 0%, rgba(22, 22, 22, 0.6) 20%, rgba(22, 22, 22, 0.7) 40%, rgba(22, 22, 22, 0.8) 60%, rgba(22, 22, 22, 0.9) 80%, #161616 100%);
}
.home-banner_background-left, .home-banner_background-right {
  position: absolute;
  width: 300%;
  height: 200px;
  z-index: 1;
  background-image: repeating-linear-gradient(0deg, rgba(0, 255, 255, 0.2), rgba(0, 255, 255, 0.2) 1px, transparent 1px, transparent 50px);
  filter: drop-shadow(0 0 1px rgba(0, 255, 255, 0.2)) drop-shadow(0 0 2px rgba(0, 255, 255, 0.1));
}
@media only screen and (min-width: 1024px) {
  .home-banner_background-left, .home-banner_background-right {
    height: 400px;
    background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.554), rgba(255, 255, 255, 0.701) 1px, transparent 1px, transparent 50px);
  }
}
.home-banner_background-left {
  left: 0;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%) rotate(325deg);
}
@media only screen and (min-width: 1024px) {
  .home-banner_background-left {
    bottom: 0;
  }
}
.home-banner_background-right {
  right: 0;
  bottom: 70%;
  transform: translateX(50%) translateY(50%) rotate(40deg);
}
@media only screen and (min-width: 1024px) {
  .home-banner_background-right {
    bottom: 0;
  }
}

.home-services {
  max-width: 80%;
  margin: 0 auto 100px;
}
@media only screen and (min-width: 1024px) {
  .home-services {
    margin: 0 auto 250px;
  }
}
.home-services_description {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
  justify-content: center;
}
.home-services_description span {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 700;
  background: linear-gradient(to right, #fff 100%, transparent 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}
.home-services_programming {
  text-align: center;
  color: #fff;
  font-size: clamp(1.5rem, 1.5vw, 4rem);
  margin-top: 20px;
  margin: 0px auto 150px;
  font-weight: bold;
}
.home-services_programming span {
  font-weight: bold;
  color: #fff;
}
.home-services_content-item {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.home-services_content-item h4 {
  font-size: 30px;
}
.home-services_content-item p {
  height: 0;
  overflow: hidden;
  margin: 0;
  color: #fff;
  font-size: 15px;
}
.home-services_content-item .icon-arrow-next::before {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.8s ease, background-color 0.8s ease;
  background-color: transparent;
  padding: 10px;
}
.home-services_content-item.active .icon-arrow-next::before {
  transform: translateY(-50%) rotate(90deg);
  background-color: #0bceaf;
}

.home-proyects {
  max-width: 80%;
  margin: 0 auto 100px;
}
@media only screen and (min-width: 1024px) {
  .home-proyects {
    margin: 0 auto 250px;
  }
}
.home-proyects_title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  .home-proyects_title {
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }
}
.home-proyects_title h3 {
  color: #fff;
}
.home-proyects_title a {
  background-color: #0bceaf;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
}
@media only screen and (min-width: 1024px) {
  .home-proyects_title a {
    padding: 30px;
  }
}
.home-proyects_title a .icon-arrow-next {
  margin-right: 10px;
  position: relative;
}
.home-proyects_title a .icon-arrow-next::before {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.home-proyects_content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.home-proyects_content-grid {
  display: flex;
  background-color: #1e1e1e;
  border: solid 1px #2e2e2e;
  height: 150px;
  overflow: hidden;
  flex-direction: column;
  box-shadow: 0 1px 9px 1px #fff;
  transform: scale(1);
  transition: none;
}
@media only screen and (min-width: 1024px) {
  .home-proyects_content-grid {
    flex-direction: row;
  }
}
.home-proyects_content-grid:last-child {
  height: 100%;
}
.home-proyects_content-grid.active {
  box-shadow: 0 1px 9px 1px #0bceaf;
  z-index: 1;
}
.home-proyects_content-grid_content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home-proyects_content-grid_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.home-proyects_content-grid_content-text {
  padding: 50px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .home-proyects_content-grid_content-text {
    text-align: left;
  }
}
.home-proyects_content-grid_content-text-title {
  font-size: 30px;
  text-transform: uppercase;
}
.home-proyects_content-grid_content-text-description {
  font-size: 15px;
}
.home-proyects_content-grid_content-description {
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .home-proyects_content-grid_content-description {
    padding: 50px;
    text-align: left;
  }
}
.home-proyects_content-grid_content a {
  background-color: #0bceaf;
  text-decoration: none;
  font-weight: bold;
  max-width: 300px;
  font-size: 10px;
  color: #fff;
  padding: 10px;
}
.home-proyects_content-grid_content a .icon-arrow-next {
  margin-right: 10px;
  position: relative;
}
.home-proyects_content-grid_content a .icon-arrow-next::before {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  color: #fff;
}
.home-proyects_content-grid_img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .home-proyects_content-grid_img {
    width: 50;
  }
}

.home-skills {
  display: flex;
  flex-direction: column;
  max-width: 80%;
  gap: 100px;
  margin: 0 auto 100px;
}
@media only screen and (min-width: 1024px) {
  .home-skills {
    margin: 0 auto 350px;
  }
}
@media only screen and (min-width: 768px) {
  .home-skills {
    flex-direction: row;
    gap: 0;
  }
}
.home-skills_content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .home-skills_content {
    width: 50%;
  }
}
.home-skills_content h3 {
  text-align: left;
  margin: 50px 0 20px;
}
.home-skills_content p {
  color: #fff;
  margin: 20px 0 80px;
}
@media only screen and (min-width: 1024px) {
  .home-skills_content p {
    margin: 20px 0 50px;
  }
}
.home-skills_content a {
  background-color: #0bceaf;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
}
.home-skills_content a .icon-arrow-next {
  margin-right: 10px;
  position: relative;
}
.home-skills_content a .icon-arrow-next::before {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.home-skills_img {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .home-skills_img {
    width: 50%;
  }
}
.home-skills_img img {
  width: 100%;
  max-width: 50px;
}
.home-skills_img-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgb(11, 206, 160) 0%, rgba(11, 206, 160, 0.38) 70%, rgb(11, 206, 160) 100%);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.6;
  z-index: -1;
  animation: pulse 4s ease-in-out infinite;
  box-shadow: 0 0 80px rgba(11, 206, 160, 0.5), 0 0 160px rgba(11, 206, 160, 0.4), 0 0 240px rgba(11, 206, 160, 0.3), 0 0 300px rgba(11, 206, 160, 0.2);
}
.home-skills_img-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  margin: auto;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.home-two-columns {
  position: relative;
  width: 120%;
  height: 400px;
}
.home-two-columns .home-two-columns_top,
.home-two-columns .home-two-columns_bottom {
  position: absolute;
  left: -3%;
  width: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 2rem 0;
  height: 100px;
  overflow: hidden;
  transform-origin: center;
}
.home-two-columns .home-two-columns_top {
  top: 0;
  transform: rotate(-11deg);
  background: #fff;
  color: #000;
  z-index: 2;
}
.home-two-columns .home-two-columns_top span {
  color: #0bceaf !important;
}
.home-two-columns .home-two-columns_bottom {
  top: 0;
  transform: rotate(11deg);
  background: #0bceaf;
  color: #000;
  z-index: 1;
}
.home-two-columns .marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.home-two-columns .marquee .marquee-content {
  display: flex;
  animation: scroll-left 20s linear infinite;
}
.home-two-columns .marquee span {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 10px;
  white-space: nowrap;
}

.home-blogs {
  max-width: 80%;
  margin: 0 auto 250px;
}
.home-blogs_content h3 {
  text-align: left;
  margin-bottom: 20px;
}
.home-blogs_content p {
  color: #fff;
  margin-bottom: 50px;
}
.home-blogs_content a {
  background-color: #0bceaf;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
}
.home-blogs_content a .icon-arrow-next {
  margin-right: 10px;
  position: relative;
}
.home-blogs_content a .icon-arrow-next::before {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.home-blogs_grid {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
  width: 100%;
  flex-direction: row;
  overflow: hidden;
  gap: 50px;
  margin-top: 50px;
}
.home-blogs_grid article {
  flex: 0 0 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .home-blogs_grid article {
    flex: 0 0 calc((100% - 100px) / 2);
  }
}
@media only screen and (min-width: 1024px) {
  .home-blogs_grid article {
    flex: 0 0 calc((100% - 100px) / 3);
  }
}
.home-blogs .home-blogs_buttons {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .home-blogs .home-blogs_buttons {
    justify-content: end;
  }
}
.home-blogs .home-blogs_buttons .slider-button {
  background: #0bceaf;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 28px;
}

/* === Animaciones === */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
    opacity: 0.75;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
}
@keyframes scanlines {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}
@keyframes shadowGlow {
  0%, 100% {
    filter: drop-shadow(0 0 1px rgba(0, 255, 255, 0.2)) drop-shadow(0 0 2px rgba(0, 255, 255, 0.1));
  }
  50% {
    filter: drop-shadow(0 0 6px rgba(0, 255, 255, 0.6)) drop-shadow(0 0 10px rgba(0, 255, 255, 0.3));
  }
}
@keyframes expandBackgroundmovil {
  0% {
    background-size: 200% 200%;
  }
  50% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 200% 200%;
  }
}
@keyframes expandBackground {
  0% {
    background-size: 120% 120%;
  }
  50% {
    background-size: 100% 100%;
  }
  100% {
    background-size: 120% 120%;
  }
}
header a {
  font-size: clamp(1.5rem, 8vw, 5rem);
  color: white;
  text-shadow: 1px 1px 1px #0bceaf;
}

.cont__overlay {
  position: fixed;
  max-width: 100vw;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  z-index: 9;
  transform: translate(-50%, 0);
  opacity: 0;
  pointer-events: none;
  top: 100%;
  left: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.cont__overlay > .wrapper {
  font-size: 1.067rem;
  line-height: 1.38;
  width: 90vw;
  max-width: 1300px;
  max-height: 80vh;
  overflow: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .cont__overlay > .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
.cont__overlay > .wrapper .title-1 {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1366px) {
  .cont__overlay > .wrapper .title-1 {
    margin-bottom: 30px;
  }
}
.cont__overlay .cont__close {
  background-color: transparent;
}
.cont__overlay .cont__close:hover:after {
  opacity: 1;
}
.cont__overlay .cont__close:before {
  color: #11111b;
}
.cont__overlay .cont__close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #DFDFDF;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.cont__overlay .close-product,
.cont__overlay .close-info-product {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__overlay .close-product,
  .cont__overlay .close-info-product {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1920px) {
  .cont__overlay .close-product,
  .cont__overlay .close-info-product {
    margin-right: 50px;
  }
}
.cont__overlay .close-product:before,
.cont__overlay .close-info-product:before {
  color: #161616;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__overlay .close-product:before,
  .cont__overlay .close-info-product:before {
    font-size: 26px;
  }
}
.cont__overlay .close-product:hover:before,
.cont__overlay .close-info-product:hover:before {
  color: #11111b;
}
.cont__overlay.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.cont__overlay.overlay-features {
  top: 0;
  left: inherit;
  right: 0;
  transform: translate(100%, 0);
  max-width: 610px;
  width: 100%;
  min-height: 100vh;
  box-shadow: -10px 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.cont__overlay.overlay-features.show {
  transform: translate(0, 0);
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body.show-overlay .single-content-ajax,
body.show-overlay .overlay-info-product.show,
body.product-open .single-content-ajax,
body.product-open .overlay-info-product.show,
body.product-info-open .single-content-ajax,
body.product-info-open .overlay-info-product.show,
body.overlay-open .single-content-ajax,
body.overlay-open .overlay-info-product.show {
  transform: translateY(0);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  body.show-overlay .single-content-ajax,
  body.show-overlay .overlay-info-product.show,
  body.product-open .single-content-ajax,
  body.product-open .overlay-info-product.show,
  body.product-info-open .single-content-ajax,
  body.product-info-open .overlay-info-product.show,
  body.overlay-open .single-content-ajax,
  body.overlay-open .overlay-info-product.show {
    transform: translateY(0) translateX(0);
    box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
}

body.show-overlay,
body.product-open,
body.product-info-open,
body.overlay-open {
  overflow: hidden;
}
body.show-overlay #page:before,
body.product-open #page:before,
body.product-info-open #page:before,
body.overlay-open #page:before {
  visibility: visible;
  opacity: 0.6;
  z-index: 8;
}

body.menu-open #page:before {
  visibility: visible;
  opacity: 0.6;
}

#page {
  position: relative;
}
#page:before {
  content: "";
  position: absolute;
  background-color: #161616;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay_button {
  cursor: pointer;
}

.pum-theme-1633 .pum-container,
.pum-theme-enterprise-blue .pum-container {
  padding: 60px 28px 28px 28px !important;
}

.pum-theme-1633 .pum-content + .pum-close,
.pum-theme-enterprise-blue .pum-content + .pum-close {
  position: relative;
  width: 50px;
  height: 50px;
  right: 18px !important;
  top: 18px !important;
  cursor: pointer;
  background-color: #fff !important;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .pum-theme-1633 .pum-content + .pum-close,
  .pum-theme-enterprise-blue .pum-content + .pum-close {
    width: 60px;
    height: 60px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:before {
  color: #161616;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .pum-theme-1633 .pum-content + .pum-close:before,
  .pum-theme-enterprise-blue .pum-content + .pum-close:before {
    font-size: 26px;
  }
}
.pum-theme-1633 .pum-content + .pum-close:hover:before,
.pum-theme-enterprise-blue .pum-content + .pum-close:hover:before {
  color: #11111b;
}

.overlay__manual {
  width: 682px;
  max-width: calc(100% - 80px);
}
.overlay__manual .cont__overlay--inner {
  padding: 52px 20px 50px;
}
@media only screen and (min-width: 1366px) {
  .overlay__manual .cont__overlay--inner {
    padding: 50px 56px 56px;
  }
}
.overlay__manual .cont__close {
  position: absolute;
  cursor: pointer;
  top: 36px;
  right: 20px;
}
@media only screen and (min-width: 1366px) {
  .overlay__manual .cont__close {
    right: 36px;
  }
}
.overlay__manual .cont__subtitle {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 0.938rem;
  line-height: 1.33;
  color: #676767;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1366px) {
  .overlay__manual .cont__subtitle {
    margin-bottom: 5px;
  }
}
.overlay__manual .cont__title {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-style: normal;
  font-size: 1.625rem;
  line-height: 1.08;
  color: #262626;
}
@media only screen and (min-width: 1366px) {
  .overlay__manual .cont__title {
    font-size: 1.875rem;
    line-height: 1.17;
  }
}
.overlay__manual form {
  margin-top: 72px;
}
@media only screen and (min-width: 1366px) {
  .overlay__manual form {
    margin-top: 32px;
  }
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (max-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    width: 100% !important;
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container {
    display: flex;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-btn {
  background-color: #0bceaf !important;
  margin: auto !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-btn {
    margin: 0px !important;
    margin-left: 0px !important;
    margin-right: 20px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-settings-btn,
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-reject-btn {
  background: transparent !important;
  margin: auto !important;
  color: black !important;
  margin-top: 10px !important;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  border: none !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-settings-btn,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-reject-btn {
    margin: auto 20px auto 0px !important;
  }
}

form a:hover {
  opacity: 0.7;
}
form .wpcf7-spinner {
  position: absolute;
}
form .columns-one {
  display: grid;
  row-gap: 19px;
  padding-bottom: 19px;
}
@media only screen and (min-width: 1366px) {
  form .columns-one {
    row-gap: 33px;
    padding-bottom: 33px;
  }
}
form .columns-one > br {
  display: none;
}
form .columns-one.no-padding {
  padding-bottom: 4px;
}
@media only screen and (min-width: 1366px) {
  form .columns-one.no-padding {
    padding-bottom: 9px;
  }
}
form .columns-one label {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.56;
  color: #9f9f9f;
}
@media only screen and (min-width: 1366px) {
  form .columns-one label {
    font-size: 1.125rem;
    line-height: 1.39;
  }
}
form .columns-two {
  display: grid;
  column-gap: 20px;
  row-gap: 19px;
  padding-bottom: 19px;
}
@media only screen and (min-width: 768px) {
  form .columns-two {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1366px) {
  form .columns-two {
    row-gap: 33px;
    padding-bottom: 33px;
  }
}
form .columns-two > br {
  display: none;
}
form .cont--input-checkbox {
  padding-bottom: 15px;
}
form .cont--input-checkbox > br {
  display: none;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  color: #C4C4C4;
}
form .wpcf7-not-valid-tip {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
form input[type=submit] {
  width: auto;
  min-width: 131px;
  margin-top: 30px;
}
@media only screen and (min-width: 1366px) {
  form input[type=submit] {
    min-width: 190px;
    padding: 12px 19px;
    margin-top: 18px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #161616 !important;
}

.cont--input {
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.label {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.56;
  color: #9f9f9f;
}
@media only screen and (min-width: 1366px) {
  .label {
    font-size: 1.125rem;
    line-height: 1.39;
  }
}

input,
textarea {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.56;
  letter-spacing: normal;
  color: #11111b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding-bottom: 4px;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #9f9f9f;
  border-radius: 0;
  background-color: transparent;
}
input::placeholder,
textarea::placeholder {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.56;
  color: #9f9f9f;
}
@media only screen and (min-width: 1366px) {
  input::placeholder,
  textarea::placeholder {
    font-size: 1.125rem;
    line-height: 1.39;
  }
}
input:focus,
textarea:focus {
  outline: none;
  border-color: #161616;
}
@media only screen and (min-width: 1366px) {
  input,
  textarea {
    font-size: 1.125rem;
    line-height: 1.39;
    padding-bottom: 8px;
  }
}

select.wpcf7-select {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.56;
  letter-spacing: normal;
  color: #11111b;
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #9f9f9f;
  padding-bottom: 4px;
  outline: none;
}
@media only screen and (min-width: 1366px) {
  select.wpcf7-select {
    font-size: 1.125rem;
    line-height: 1.39;
    padding-bottom: 8px;
  }
}

textarea {
  border: 1px solid #9f9f9f;
  padding: 9px 13px;
  max-height: 124px;
  margin-top: 12px;
}
@media only screen and (min-width: 1366px) {
  textarea {
    padding: 13px 18px;
    margin-top: 33px;
  }
}

form input:-webkit-autofill,
form input:-webkit-autofill:hover {
  box-shadow: 0 0 0 50px white inset !important;
}

label:has(input[type=checkbox]) {
  font-size: 0.875rem;
  line-height: 1.21;
  color: #696969;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 1366px) {
  label:has(input[type=checkbox]) {
    font-size: 0.938rem;
    line-height: 1.33;
  }
}
label:has(input[type=checkbox]) a {
  display: inline-block;
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  color: #696969;
}
label:has(input[type=checkbox]) a::before, label:has(input[type=checkbox]) a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #11111b;
  transition: 1.1s var(--ease-out-expo);
}
label:has(input[type=checkbox]) a::before {
  transform: scaleX(0);
  transform-origin: left;
}
label:has(input[type=checkbox]) a::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
label:has(input[type=checkbox]) a:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
label:has(input[type=checkbox]) a:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}
label:has(input[type=checkbox]) a:before, label:has(input[type=checkbox]) a:after {
  bottom: 0;
  bottom: 1px;
  background: #696969;
}

input[type=checkbox] {
  position: relative;
  width: 17px;
  min-width: 17px;
  height: 17px;
  padding: 0;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #161616;
  transition: all 0.2s ease;
}
input[type=checkbox]:hover {
  cursor: pointer;
  border-color: #0bceaf;
}
input[type=checkbox]:checked {
  background-color: #0bceaf;
  border-color: #0bceaf;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #0bceaf;
}

input[type=radio] {
  position: relative;
  width: 17px;
  min-width: 17px;
  height: 17px;
  padding: 0;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #161616;
  border-radius: 50%;
  transition: all 0.2s ease;
}
input[type=radio]:hover {
  cursor: pointer;
  border-color: #0bceaf;
}
input[type=radio]:checked {
  background-color: #0bceaf;
  border-color: #0bceaf;
  box-shadow: inset 0 0 0 0px #fff, inset 0 0 0 10px #0bceaf;
}

input[type=file] {
  border: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.items-required {
  display: none;
  font-size: 0.938rem;
  line-height: 1.33;
  text-align: right;
  margin-bottom: -20px;
  color: #696969;
}
@media only screen and (min-width: 1920px) {
  .items-required {
    display: block;
  }
}

.cont__contact {
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1366px) {
  .cont__contact {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1366px) {
  .cont__contact .cont__contact-left {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-left .cont__contact-left--inner {
    width: calc(50% - 100px);
  }
}
@media only screen and (min-width: 1600px) {
  .cont__contact .cont__contact-left .cont__contact-left--inner {
    width: calc(50% - 159px);
  }
}
.cont__contact .cont__contact-left .cont__contact-left--inner .entry-header h1 {
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-left .cont__contact-left--inner .entry-header h1 {
    margin-bottom: 21px;
  }
}
.cont__contact .cont__contact-left .cont__contact-left--inner img {
  min-width: 100vw;
  margin-left: -20px;
}
@media only screen and (min-width: 768px) {
  .cont__contact .cont__contact-left .cont__contact-left--inner img {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-left .cont__contact-left--inner img {
    display: none;
  }
}
.cont__contact .cont__contact-left .cont__contact-left--inner .cont__form {
  margin-top: 29px;
}
@media only screen and (min-width: 1366px) {
  .cont__contact .cont__contact-left .cont__contact-left--inner .cont__form {
    margin-top: 85px;
  }
}
.cont__contact .cont__contact-right {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-right {
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
.cont__contact .cont__contact-right img {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .cont__contact .cont__contact-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #11111b;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont__page-manuales {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1366px) {
  .cont__page-manuales {
    margin-bottom: 100px;
  }
}
.cont__page-manuales h1 {
  margin-bottom: 9px;
}
.cont__page-manuales .entry-header,
.cont__page-manuales .entry-subtitle {
  max-width: 786px;
}
.cont__page-manuales .cont__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 18px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1366px) {
  .cont__page-manuales .cont__filters {
    column-gap: 27px;
    row-gap: 27px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.cont__page-manuales .cont__filters button {
  display: block;
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  border: 1px solid #11111b;
  border-radius: 100px;
  box-shadow: none;
  background: #fff;
  color: #11111b;
  padding: 9px 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  padding: 13px 19px 12px;
}
@media only screen and (min-width: 768px) {
  .cont__page-manuales .cont__filters button {
    min-width: 227px;
  }
}
.cont__page-manuales .cont__filters button:hover {
  text-decoration: none;
  border-color: #fff;
  background-color: #11111b;
  color: #fff;
}
.cont__page-manuales .cont__filters button:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .cont__page-manuales .cont__filters button {
    min-width: 190px;
  }
}
.cont__page-manuales .cont__filters button.mixitup-control-active {
  display: block;
  position: relative;
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0bceaf !important;
  border-radius: 10px !important;
  box-shadow: none;
  background: #0bceaf !important;
  color: #fff !important;
  padding: 9px 19px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .cont__page-manuales .cont__filters button.mixitup-control-active {
    min-width: 227px;
  }
}
.cont__page-manuales .cont__filters button.mixitup-control-active:hover {
  text-decoration: none;
  background-color: #fff;
  color: #11111b;
}
.cont__page-manuales .cont__filters button.mixitup-control-active:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .cont__page-manuales .cont__filters button.mixitup-control-active {
    min-width: 190px;
  }
}
.cont__page-manuales .cont__list {
  display: grid;
  row-gap: 40px;
}
@media only screen and (min-width: 1366px) {
  .cont__page-manuales .cont__list {
    row-gap: 100px;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__title-category {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.17;
  border-bottom: 1px solid #696969;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__title-category {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 1.17;
    color: #fff;
    margin-bottom: 30px;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items {
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items {
    grid-template-columns: 1fr 1fr;
    column-gap: 27px;
    row-gap: 15px;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a {
    flex-direction: row;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a:hover .cont__info .cont__download span.text:after {
  width: 100%;
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background-color: #f6f6f6;
  padding: 16px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info {
    width: 52%;
  }
}
@media only screen and (min-width: 1600px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info {
    padding-right: 46px;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__title {
  font-size: 1.125rem;
  line-height: 1.11;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1366px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__category {
  font-size: 0.875rem;
  line-height: 1.29;
  color: #9f9f9f;
}
@media only screen and (min-width: 1366px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__category {
    font-size: 0.938rem;
    line-height: 1.33;
    margin-bottom: 1px;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .filesize {
  font-size: 0.875rem;
  line-height: 1.29;
  color: #9f9f9f;
  margin-bottom: 9px;
}
@media only screen and (min-width: 1366px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .filesize {
    font-size: 0.938rem;
    line-height: 1.33;
    margin-bottom: 25px;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__download {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.43;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-grow: 1;
}
@media only screen and (min-width: 1366px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__download {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 0.938rem;
    line-height: 1.33;
    color: #fff;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__download span.text {
  position: relative;
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__download span.text:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #11111b;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__info .cont__download span.text:hover:after {
  width: 100%;
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__image {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__image {
    width: 48%;
  }
}
.cont__page-manuales .cont__list .manuales-de-uso .cont__items .cont__item a .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 150px;
  background-color: #e2e2e2;
}

.title-blog {
  font-size: clamp(1.5rem, 8vw, 10rem);
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .title-blog {
    max-width: 50%;
  }
}

.blog-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.blog-grid .cont--post {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-grid .cont--post {
    width: 48%;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-grid .cont--post {
    width: 30%;
  }
}
.blog-grid .cont--post img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 50px auto;
}
.blog-grid .cont--post-title h3 {
  font-size: 20px;
}
.blog-grid .cont--post-description {
  color: #fff;
  text-align: center;
}

.cont--menu-cat ul {
  display: flex;
  gap: 40px;
  padding: 0px;
}
.cont--menu-cat ul li {
  list-style: none;
  position: relative;
}
.cont--menu-cat ul li:last-child::after {
  content: none;
}
.cont--menu-cat ul li::after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: -20px;
  background: #fff;
}
.cont--menu-cat ul li a {
  text-decoration: none;
  color: #fff;
}

#single-post .related-posts {
  display: none !important;
  gap: 20px;
  flex-wrap: wrap;
}
#single-post .related-posts article {
  width: 25%;
}
#single-post pre {
  background-color: #fff;
  color: #161616;
}
#single-post .socialbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0px;
}
#single-post .socialbox span svg {
  max-width: 20px;
  fill: #fff;
  stroke: #0bceaf;
}

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  filter: blur(10px);
  /* <- aquí el blur */
  transition: opacity 0.5s ease;
}

.proyectos {
  padding: 20px;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .proyectos {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .proyectos {
    width: 50%;
    margin-left: 50px;
  }
}
.proyectos h1 {
  font-size: clamp(1.5rem, 8vw, 10rem);
}
.proyectos p {
  font-size: clamp(1em, 1vw, 2rem);
}
.proyectos-search-left {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 50px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .proyectos-search-left {
    gap: 120px;
  }
}
.proyectos-search-left_line {
  background: #0bceaf;
  width: 10px;
  height: 1px;
  padding: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.proyectos-search-left_content {
  display: flex;
  flex-direction: column;
}
.proyectos-search-left_content-title {
  font-size: clamp(1.5rem, 8vw, 4rem) !important;
  margin: 0px;
}
.proyectos-search-left_content-text {
  margin: 0px;
  font-size: clamp(0.5rem, 1vw, 2rem) !important;
}
.proyectos-search-right {
  margin-top: 20px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  gap: 50px;
  overflow: hidden;
}
.proyectos-search-right img {
  width: 200px;
  max-width: 200px;
}

.cont__proyectos-template-content {
  margin: auto;
  position: relative;
  height: 100vh;
}
.cont__proyectos-template-content a p {
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .cont__proyectos-template-content {
    max-width: 500px;
  }
}
.cont__proyectos-template-content img {
  max-width: 200px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .cont__proyectos-template-content img {
    max-width: 100%;
  }
}
.cont__proyectos-template-content_line {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: end;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  max-width: 100%;
}
.cont__proyectos-template-content_line .title,
.cont__proyectos-template-content_line .numeration {
  font-size: 15px;
  background: transparent;
  backdrop-filter: blur(10px);
  padding: 5px;
}
@media only screen and (min-width: 1024px) {
  .cont__proyectos-template-content_line .title,
  .cont__proyectos-template-content_line .numeration {
    font-size: 50px;
  }
}
.cont__proyectos-template-content_line .line {
  height: 1px;
  width: 100%;
  background: #fff;
}

.timeline-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.timeline-container .timeline-line {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateX(-50%);
  width: 4px;
  height: 0;
  background: #0bceaf;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .timeline-container .timeline-line {
    left: 50%;
  }
}
.timeline-container .timeline-item {
  position: relative;
  width: 50%;
  padding: 50px 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.timeline-container .timeline-item.left {
  left: 0;
  text-align: right;
}
.timeline-container .timeline-item.left .connector {
  left: calc(100% - 30px);
}
.timeline-container .timeline-item.right {
  left: 50%;
  text-align: left;
}
.timeline-container .timeline-item.right .connector {
  left: 0%;
}
.timeline-container .timeline-item .connector {
  position: absolute;
  top: 50%;
  width: 0px;
  height: 3px;
  background: #0bceaf;
  opacity: 0;
  transition: opacity 1s ease;
}
.timeline-container .timeline-item .timeline-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  padding: 20px;
  border-radius: 10px;
}
.timeline-container .timeline-item .timeline-content img {
  max-width: 200px;
  margin-bottom: 10px;
  border-radius: 6px;
  width: 100%;
}
.timeline-container .timeline-item .timeline-content p {
  text-align: center;
}
.timeline-container .timeline-item.active {
  opacity: 1;
  transform: translateY(0);
}
.timeline-container .timeline-item.active .connector {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .timeline-container .timeline-line {
    left: 20px;
  }
  .timeline-container .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 60px;
    text-align: left;
  }
  .timeline-container .timeline-item .connector {
    left: 20px !important;
    right: auto !important;
  }
}

body.page-template-page-donde-comprar .entry-header h1 {
  display: none;
}

.section-donde-comprar {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .cont__top .cont__breadcrumbs {
    margin-bottom: 33px;
  }
}
.section-donde-comprar .cont__top h1 {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .cont__top h1 {
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .cont__bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .form-points-of-sale {
    width: calc(42% - 22px);
  }
}
.section-donde-comprar .form-points-of-sale form.points-of-sale {
  margin-top: 30px;
  margin-bottom: 19px;
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .form-points-of-sale form.points-of-sale {
    margin-top: 35px;
    margin-bottom: 59px;
  }
}
.section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 5px;
}
@media only screen and (min-width: 1279px) {
  .section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item {
    column-gap: 10px;
  }
}
.section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item label {
  display: none;
}
.section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item input[type=text] {
  font-size: 0.75rem;
  line-height: 1.33;
  border-radius: 30px;
  border: solid 1px #000;
  padding: 9px 18px;
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item input[type=text] {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 0.938rem;
    line-height: 1.33;
    color: #676767;
  }
}
@media only screen and (min-width: 1366px) {
  .section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item input[type=text] {
    padding: 9px 38px;
  }
}
.section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item input[type=text]::placeholder {
  font-size: 0.75rem;
  line-height: 1.33;
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item input[type=text]::placeholder {
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 0.938rem;
    line-height: 1.33;
    color: #676767;
  }
}
.section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item input[type=submit] {
  font-size: 0.8rem;
  line-height: 1.25;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .form-points-of-sale form.points-of-sale .form-points-of-sale-item input[type=submit] {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.section-donde-comprar .form-points-of-sale form.points-of-sale .checkbox-wrapper {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section-donde-comprar .points-of-sale-wrapper {
    width: 58%;
  }
}
@media only screen and (min-width: 1279px) {
  .section-donde-comprar .points-of-sale-wrapper .points-of-sale-wrapper-map #map-points-of-sale {
    width: 100%;
    min-height: 680px;
  }
}

.single-distributor-ajax {
  background: #fff;
  height: auto;
}

.single-post-ajax {
  background: red;
  height: 100vh;
}

.single-post-ajax,
.single-distributor-ajax {
  display: block;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0s;
}
.single-post-ajax.single-distributor-loading,
.single-distributor-ajax.single-distributor-loading {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .single-post-ajax,
  .single-distributor-ajax {
    max-width: 360px;
  }
}
.single-post-ajax.single-distributor-show,
.single-distributor-ajax.single-distributor-show {
  opacity: 1;
}
.single-post-ajax.single-post-loading, .single-post-ajax.single-distributor-loading,
.single-distributor-ajax.single-post-loading,
.single-distributor-ajax.single-distributor-loading {
  opacity: 0;
  z-index: 9;
  overflow: hidden;
  transition-delay: 0.6s;
}
.single-post-ajax.single-post-loading .cont__right > div, .single-post-ajax.single-distributor-loading .cont__right > div,
.single-distributor-ajax.single-post-loading .cont__right > div,
.single-distributor-ajax.single-distributor-loading .cont__right > div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(40px);
}
.single-post-ajax.single-post-animating .cont__left, .single-post-ajax.single-distributor-animating .cont__left,
.single-distributor-ajax.single-post-animating .cont__left,
.single-distributor-ajax.single-distributor-animating .cont__left {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.single-post-ajax.single-post-animating .cont__left > div,
.single-post-ajax.single-post-animating .cont__left > header, .single-post-ajax.single-distributor-animating .cont__left > div,
.single-post-ajax.single-distributor-animating .cont__left > header,
.single-distributor-ajax.single-post-animating .cont__left > div,
.single-distributor-ajax.single-post-animating .cont__left > header,
.single-distributor-ajax.single-distributor-animating .cont__left > div,
.single-distributor-ajax.single-distributor-animating .cont__left > header {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s;
  transform: translateX(-100px);
}
.single-post-ajax.single-post-animating .cont__right, .single-post-ajax.single-distributor-animating .cont__right,
.single-distributor-ajax.single-post-animating .cont__right,
.single-distributor-ajax.single-distributor-animating .cont__right {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  padding: 25px 35px;
}
.single-post-ajax.single-post-animating .cont__right > div,
.single-post-ajax.single-post-animating .cont__right > header, .single-post-ajax.single-distributor-animating .cont__right > div,
.single-post-ajax.single-distributor-animating .cont__right > header,
.single-distributor-ajax.single-post-animating .cont__right > div,
.single-distributor-ajax.single-post-animating .cont__right > header,
.single-distributor-ajax.single-distributor-animating .cont__right > div,
.single-distributor-ajax.single-distributor-animating .cont__right > header {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.4s;
  transform: translateY(40px);
}
.single-post-ajax .content-single-distributor .cont__left,
.single-distributor-ajax .content-single-distributor .cont__left {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.single-post-ajax .content-single-distributor .cont__left > div,
.single-post-ajax .content-single-distributor .cont__left > header,
.single-distributor-ajax .content-single-distributor .cont__left > div,
.single-distributor-ajax .content-single-distributor .cont__left > header {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transition-delay: 0.1s;
  transform: translateX(0);
}
.single-post-ajax .content-single-distributor .cont__right,
.single-distributor-ajax .content-single-distributor .cont__right {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.single-post-ajax .content-single-distributor .cont__right #single-point-element-info,
.single-distributor-ajax .content-single-distributor .cont__right #single-point-element-info {
  margin-bottom: 31px;
}
.single-post-ajax .content-single-distributor .cont__right h5,
.single-distributor-ajax .content-single-distributor .cont__right h5 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  color: #11111b;
  margin-left: 37px;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1366px) {
  .single-post-ajax .content-single-distributor .cont__right h5,
  .single-distributor-ajax .content-single-distributor .cont__right h5 {
    font-family: "Roboto Mono", monospace;
    font-weight: 500;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #fff;
    margin-left: 43px;
  }
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info {
  font-size: 1rem;
  line-height: 1.25;
  color: #909090;
}
@media only screen and (min-width: 1366px) {
  .single-post-ajax .content-single-distributor .cont__right .cont__elements_info,
  .single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info {
    font-size: 1.25rem;
  }
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 12px;
}
@media only screen and (min-width: 1366px) {
  .single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item,
  .single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item {
    column-gap: 10px;
  }
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item span,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item span {
  display: block;
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item .cont__icon,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item .cont__icon {
  min-width: 25px;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item .cont__icon,
  .single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item .cont__icon {
    min-width: 33px;
    width: 33px;
    height: 33px;
  }
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item .cont__icon img,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item .cont__icon img {
  max-height: 25px;
}
@media only screen and (min-width: 1366px) {
  .single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item .cont__icon img,
  .single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item .cont__icon img {
    max-height: 32px;
  }
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--address,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--address {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1366px) {
  .single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--address,
  .single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--address {
    margin-bottom: 10px;
  }
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono {
  padding-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono,
  .single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono {
    padding-bottom: 13px;
  }
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono a,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono a {
  position: relative;
  color: #909090;
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono a:after,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #11111b;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono a:hover:after,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono a:hover:after {
  width: 100%;
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono a:after,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__elements_info--item.cont__elements_info--telefono a:after {
  background-color: #909090;
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__link a,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__link a {
  font-size: 0.8rem;
  line-height: 1.25;
  width: fit-content;
  min-width: auto;
}
@media only screen and (min-width: 1366px) {
  .single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__link a,
  .single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__link a {
    font-size: 1rem;
    line-height: 1.25;
    min-width: 190px;
  }
}
.single-post-ajax .content-single-distributor .cont__right .cont__elements_info .cont__link a:hover:before,
.single-distributor-ajax .content-single-distributor .cont__right .cont__elements_info .cont__link a:hover:before {
  width: 50px;
}

footer {
  position: relative;
  border-top: solid 1px #848191;
  padding: 30px;
  background: #161616;
}
footer .contact-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  footer .contact-container {
    flex-direction: row;
    justify-content: space-between;
    text-align: initial;
    align-items: initial;
  }
}
footer .contact-container-left {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  footer .contact-container-left {
    justify-content: space-between;
  }
}
footer .contact-container-left-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  footer .contact-container-left-top {
    margin-bottom: 0px;
  }
}
footer .contact-container-left-social {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  footer .contact-container-left-social {
    justify-content: flex-start;
  }
}
footer .contact-container-left-social svg {
  width: 30px;
  height: 30px;
}
footer .contact-container-left-social svg path {
  fill: #848191 !important;
}
footer .contact-container-left-social svg path:hover {
  fill: #0bceaf !important;
}
footer .contact-container-left .contact-copyright {
  margin: 0px !important;
  color: #848191;
}
footer .contact-container-right-content p {
  font-size: 1.2rem !important;
  font-weight: 700;
}
footer .contact-copyright p {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
  color: #848191;
}

.blob {
  position: absolute;
  right: -15%;
  top: 0;
  background-color: #0bceaf;
  width: 600px;
  height: 100vh;
  border-radius: 50%;
  filter: blur(300px);
  opacity: 0.3;
  animation: breath 1s linear infinite alternate-reverse;
}

@keyframes breath {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.5;
  }
}/*# sourceMappingURL=style.css.map */