/*
Theme Name: Custom
Author: Nlandgraf
Description: Custom theme
Version: 1.0.0
*/

@font-face {
  font-family: "SF Pro Display";
  src: url("fonts/SFProDisplay-Bold.eot");
  src: url("fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("fonts/SFProDisplay-Bold.woff") format("woff"),
    url("fonts/SFProDisplay-Bold.ttf") format("truetype"),
    url("fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("fonts/SFProDisplay-Light.eot");
  src: url("fonts/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/SFProDisplay-Light.woff2") format("woff2"),
    url("fonts/SFProDisplay-Light.woff") format("woff"),
    url("fonts/SFProDisplay-Light.ttf") format("truetype"),
    url("fonts/SFProDisplay-Light.svg#SFProDisplay-Light") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("fonts/SFProDisplay-Medium.eot");
  src: url("fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("fonts/SFProDisplay-Medium.woff") format("woff"),
    url("fonts/SFProDisplay-Medium.ttf") format("truetype"),
    url("fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("fonts/SFProDisplay-Regular.eot");
  src: url("fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("fonts/SFProDisplay-Regular.woff") format("woff"),
    url("fonts/SFProDisplay-Regular.ttf") format("truetype"),
    url("fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("fonts/SFProDisplay-Semibold.eot");
  src: url("fonts/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"),
    url("fonts/SFProDisplay-Semibold.woff2") format("woff2"),
    url("fonts/SFProDisplay-Semibold.woff") format("woff"),
    url("fonts/SFProDisplay-Semibold.ttf") format("truetype"),
    url("fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --celeste: #378adb;
  --azul-oscuro: #111f2d;
  --light-gray: #f2f0f6;
  --texto-oscuro: #232323;
  --texto-mid: #3c3c3c;
  --texto-light: #767676;

  --font: "SF Pro Display", helvetica, Arial;

  --regular-section-padding: 80px 0;
}

@media (max-width: 980px) {
  :root {
    --regular-section-padding: 60px 0;
  }
}

@media (max-width: 768px) {
  :root {
    --regular-section-padding: 40px 0;
  }
}

:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
html {
  scroll-behavior: smooth;
}
#main {
  margin-top: 122px;
}
html,
body {
  font-family: "SF Pro Display", helvetica, Arial;
  margin: 0;
  line-height: 1.2em;
  color: var(--azul-oscuro);
}
h3 {
  margin: 0 0 2px;
  font-size: 30px;
  font-weight: 500;
}
p {
  font-size: 22px;
  color: var(--azul-oscuro);
  margin: 0 0 10px;
  font-weight: 300;
  line-height: 1.2em;
}
.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
h1,
h2,
h3 {
  margin: 0 0 30px;
  line-height: 1.2em;
  color: var(--azul-oscuro);
}
h4,
h5,
p {
  margin: 0 0 15px;
  line-height: 1.2em;
  color: var(--azul-oscuro);
}
div {
  box-sizing: border-box;
}
/********* MENU **************/
.site-logo img {
  width: 220px;
  display: flex;
}
.logo-menu {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 5px 0 15px;
}
.burguer-holder {
  display: none;
}
nav .menu {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav .menu li.current_page_item a,
nav .menu li.current-menu-item a {
  color: var(--celeste);
}
nav .menu li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  padding: 5px 0;
  display: inline-block;
}
.burguer-holder {
  display: none;
}
header {
  z-index: 333;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.4s;
}
.admin-bar header {
  top: 32px;
}
.scrolled header {
  box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.15);
}

.nav-menu {
  display: flex;
  bottom: 5px;
  position: relative;
}
.top-menu {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
  padding: 10px 0;
}
.top-menu img {
  display: flex;
}
.menu-opener {
  position: relative;
  display: inline-block;
  text-align: right;
  height: 100%;
  width: 25px;
  float: right;
  cursor: pointer;
  z-index: 3333;
}
.line-burguer {
  height: 3px;
  width: 27px;
  background-color: #000;
  display: inline-block;
  top: calc(50% - 1px);
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.line-burguer::after {
  bottom: 9px;
}
.line-burguer::before,
.line-burguer::after {
  content: "";
  height: 3px;
  width: 27px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.line-burguer::before {
  top: 9px;
}
.menu-active .line-burguer::before,
.menu-active .line-burguer::after {
  background-color: #000;
}
.menu-active .line-burguer {
  background-color: transparent;
}
.menu-active .line-burguer::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -1px;
  height: 4px;
}
.menu-active .line-burguer::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  height: 4px;
}
.burguer-holder {
  height: 40px;
}
#mobile-menu li {
  list-style: none;
}
#mobile-menu {
  display: none;
}
#mobile-menu .sub-menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: all;
  width: auto;
  padding-top: 0;
  background-color: transparent;
}
.top-menu-mobile {
  display: none;
}
@media (max-width: 1280px) {
  .site-logo img {
    width: 195px;
  }
  nav .menu li a {
    font-size: 17px;
    padding: 4px 0;
  }
  .top-menu {
    padding: 8px 0;
  }
  .logo-menu {
    padding: 5px 0 12px;
  }
  #main {
    margin-top: 113px;
  }
}

@media (max-width: 1100px) {
  #main {
    margin-top: 60px;
  }
  .nav-booking {
    display: block;
  }
  .nav-menu .lang-holder,
  .nav-menu .header-booking {
    display: flex;
    justify-content: center;
  }
  .lang-holder a {
    color: var(--gris-oscuro);
    font-size: 19px;
  }
  .lang-holder .lang-item {
    border-color: var(--gris-oscuro);
  }
  .lang-holder {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .nav-menu > div {
    width: 100%;
  }
  nav .menu {
    gap: 0;
  }
  .header-booking {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .logo-menu .container {
    padding: 0;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .admin-bar header {
    top: 32px;
  }
  .nav-menu {
    display: none;
  }
  .logo-menu {
    padding: 10px 0;
    z-index: 33333;
  }
  .burguer-holder {
    display: block;
    z-index: 333333;
    margin-left: 10px;
  }
  .menu-icons-holder {
    display: flex;
    align-items: center;
    z-index: 33333333;
  }
  #site-logo {
    z-index: 33333;
  }
  .menu-active #mobile-menu {
    right: 0;
  }
  .nav-menu ul li a {
    color: var(--azul-oscuro);
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 auto;
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid var(--light-gray);
  }
  .nav-menu .sub-menu li a {
    font-size: 16px;
    line-height: 1em;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 1;
  }
  .nav-menu .sub-menu li:last-child a {
    border-bottom: none;
  }
  .nav-menu li.btn-item.menu-item {
    margin-top: 5px;
  }
  .nav-menu ul.sub-menu li {
    line-height: 1.6em;
    border: none;
  }
  .nav-menu .menu {
    padding: 0;
    text-align: left;
    flex-basis: 100%;
    flex-direction: column;
  }
  .nav-holder {
    flex-direction: column;
    flex-basis: 100%;
    align-items: center;
  }
  .nav-holder > div {
    flex-basis: 100%;
    width: 100%;
  }
  .nav-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 83px 5% 30px;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-transition: top 0.6s;
    -o-transition: top 0.6s;
    transition: top 0.6s;
    overflow-y: scroll;
    max-height: 100vh;
  }
  .admin-bar .nav-menu {
    padding: 115px 5% 30px;
  }
  .menu-active .nav-menu {
    top: 0;
  }
  .nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 0;
  }
  .nav-menu ul li {
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    line-height: 2em;
  }
  .nav-menu .menu-main-menu-container {
    width: 100%;
  }
  .nav-menu ul.sub-menu {
    padding-bottom: 9px;
    display: flex;
    flex-direction: column;
    display: none;
    transition: none;
  }
  .logo-menu img {
    width: 150px;
    margin: 7px 0;
  }
  .header-redes {
    margin-left: auto;
    gap: 10px;
    margin-right: 10px;
    z-index: 333;
  }
  .logo-menu .header-redes img {
    width: 25px;
    margin: 0;
  }
  .nav-menu ul li.menu-item-has-children {
    position: relative;
  }
  .logo-menu::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 333;
  }
  .sub-menu-toggle {
    padding: 0 10px;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .nav-menu ul li.menu-item-has-children > a::after {
    content: none;
  }
  .nav-menu .turn-off ul.sub-menu {
    display: block;
    padding-left: 13px;
  }
  .top-menu-mobile {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    gap: 10px;
  }
}

/********* MENU END ***********/
button,
.wpcf7-form-control.wpcf7-submit {
  background-color: var(--celeste);
  color: #fff;
  font-family: var(--font);
  font-size: 16px;
  padding: 9px 20px;
  border-radius: 20px;
  border: 1px solid var(--celeste);
  cursor: pointer;
  font-weight: 600;
  transition: all 0.4s;
}
button.bigger-btn {
  padding: 15px 30px;
  font-size: 18px;
  border-radius: 40px;
  font-weight: 600;
}

button.white-style {
  background-color: #fff;
  color: var(--celeste);
  border-color: #fff;
}
button:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--azul-oscuro);
  border-color: var(--azul-oscuro);
}
button.white-style:hover {
  background-color: var(--azul-oscuro);
  color: #fff;
  border-color: var(--azul-oscuro);
}

.slider-section {
  min-height: 35vw;
  padding: 60px 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.slider-images {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.slider-images .slick-list,
.slider-images .slick-track {
  height: 100%;
}
.slider-section .container {
  z-index: 3;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.slider-info h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1em;
  color: var(--azul-oscuro);
}
.slider-section::after {
  content: "";
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 16%,
    rgb(242, 240, 246) 46%
  );
}
.slide-image {
  background-size: 70% auto;
  background-position: left center;
}
.clientes-section {
  background-color: var(--azul-oscuro);
  padding: var(--regular-section-padding);
}
.cliente-item {
  flex-basis: 18.4%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clientes-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}

.clientes-slider .slick-track {
  display: flex;
  align-items: center;
}
.clientes-slider .cliente-item {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
}
.clientes-section.estilo-slider {
  padding: 60px 0;
}
.clientes-slider .cliente-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.tipos-instituciones-section {
  padding: var(--regular-section-padding);
}
.tipos-instituciones-section h2,
.highlight-caso-section h2 {
  font-size: 28px;
  color: var(--azul-oscuro);
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}

.tipos-de-instituciones-wrapper {
  gap: 5%;
  display: flex;
}
.tipo-institucion {
  flex-basis: 47.5%;
  width: 47.5%;
}
.tipo-institucion-img {
  width: 100%;
  height: 342px;
  background-size: cover;
  border-radius: 30px;
  margin-bottom: 20px;
  background-position: center;
}
.tipo-institucion-info {
  padding: 0 10px;
}
.tipos-instituciones-section {
  padding: var(--regular-section-padding);
  background-color: var(--light-gray);
}
.tipo-institucion-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.tipo-institucion-info h4 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}
.tipo-institucion-info a {
  color: #3789da;
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
}
.highlight-caso-section {
  padding: var(--regular-section-padding);
}
.highlight-caso-item {
  display: flex;
  gap: 5%;
}
.highlight-caso-image {
  flex-basis: 47.5%;
}
.highlight-caso-content {
  flex-basis: 47.5%;
}
.highlight-caso-image img {
  width: 100%;
  height: auto;
}
.highlight-caso-content ul {
  display: flex;
  list-style: none;
  gap: 30px;
  margin: 0 0 40px;
  padding: 0;
}
.highlight-caso-content img {
  display: flex;
}
.highlight-caso-content p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
}
.highlight-caso-content a {
  color: #3789da;
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
}
.highlight-caso-content h3 {
  margin: 25px 0 30px;
  text-transform: uppercase;
  font-size: 22px;
  color: var(--celeste);
  font-weight: 600;
}
.btns-holder {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
}

.simple-cta-section {
  padding: var(--regular-section-padding);
  background-color: var(--celeste);
}
.simple-cta-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.intro-section::before {
  content: "";
  background: linear-gradient(
    270deg,
    rgb(84, 160, 246) 100%,
    rgb(55, 137, 218) 100%
  );
  width: calc((50vw - 390px) / 1.2);
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
}
.intro-section .container {
  max-width: 780px;
}
.intro-section h1 {
  color: #fff;
  font-size: 76px;
}
.intro-section {
  position: relative;
  background-color: var(--azul-oscuro);
  padding: 120px 0;
}
.intro-section p {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.icons-section {
  padding: var(--regular-section-padding);
  text-align: center;
}
.icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 3%;
}
.icons-section h2,
.numbers-section h2,
.info-blocks-section h2,
.diferenciales-seguridad-section h2 {
  font-size: 28px;
  color: var(--azul-oscuro);
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.icons-wrapper.estilo-sin_cajas .icon-item {
  flex-basis: 17.6%;
}
.icon-item img {
  width: 56px;
  height: auto;
}
.icon-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: var(--texto-mid);
}
.icon-item p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: var(--texto-light);
}
.icons-section {
  padding: var(--regular-section-padding);
  text-align: center;
  background-color: var(--light-gray);
}
.icons-wrapper.estilo-con_cajas .icon-item {
  flex-basis: 22.75%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 15px;
}

.numbers-section {
  padding: var(--regular-section-padding);
  text-align: center;
}
.numbers-wrapper {
  display: flex;
  gap: 70px 3%;
  flex-wrap: wrap;
}
.number-item {
  flex-basis: 17.6%;
  border-bottom: 3px solid var(--celeste);
}
.number-item h3 {
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  color: var(--texto-mid);
}
.number-item p {
  font-size: 18px;
  font-weight: 400;
  color: var(--texto-light);
}

.info-blocks-section {
  padding: var(--regular-section-padding);
}
.info-blocks-section .container {
  max-width: 780px;
}
.info-block-item {
  padding-bottom: 40px;
  border-bottom: 2px solid #c6c7cc;
  margin-bottom: 40px;
}
.info-block-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.info-block-item p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
.info-block-item h3 {
  font-size: 24px;
  color: var(--celeste);
  font-weight: 700;
  margin: 35px 0 25px;
}
.info-block-item h3:first-child {
  margin-top: 0;
}
.diferenciales-seguridad-section {
  background-color: var(--light-gray);
  text-align: center;
  padding: var(--regular-section-padding);
}
.diferenciales-seguridad-block img {
  width: 200px;
  height: auto;
}
.diferenciales-seguridad-block {
  background-color: #fff;
  padding: 35px 30px 25px;
  border-radius: 10px;
}
.diferenciales-seguridad-wrapper {
  display: flex;
  gap: 4%;
}
.diferenciales-seguridad-col {
  flex-basis: 40%;
}
.diferenciales-seguridad-col:last-child {
  flex-basis: 56%;
}
.diferenciales-seguridad-col h3 {
  font-size: 24px;
  color: var(--celeste);
  font-weight: 700;
  margin: 0 0 20px;
  text-align: left;
}
.diferenciales-seguridad-col p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}
.diferenciales-seguridad-col p:last-child {
  margin: 0;
}
.diferenciales-seguridad-col .diferenciales-seguridad-block h3 {
  color: var(--texto-mid);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}
.diferenciales-seguridad-block img {
  width: 165px;
  height: auto;
}
.diferenciales-seguridad-block hr {
  border: none;
  border-top: 2px solid #c6c7cc;
  margin: 30px 0 35px;
}
.diferenciales-seguridad-block h4 {
  font-size: 27px;
  color: var(--texto-mid);
  font-weight: 600;
  margin-bottom: 30px;
}
.diferenciales-seguridad-block h4 strong {
  font-size: 45px;
}
.uptime-block {
  display: flex;
  gap: 30px;
}
.uptime-block img {
  width: 110px;
}
.uptime-info {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.uptime-items {
  display: flex;
  gap: 6px;
}
.uptime-info h5 {
  font-size: 30px;
  color: var(--texto-mid);
  margin: 0 0 15px;
}
.uptime-item {
  background-color: var(--light-gray);
  border-radius: 8px;
  padding: 8px 2px;
  text-align: center;
  flex-grow: 1;
}
.uptime-item strong {
  font-size: 13px;
  color: var(--texto-mid);
  font-weight: 700;
}
.uptime-item p {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: var(--texto-mid);
}
.partners-section {
  padding: var(--regular-section-padding);
  text-align: center;
}
.partners-wrapper {
  display: flex;
  gap: 0.9vw 1%;
  flex-wrap: wrap;
}
.partner-item {
  background-color: var(--azul-oscuro);
  flex-basis: 19.2%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.partners-section h2 {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}
.partners-section p {
  margin-bottom: 60px;
  font-weight: 600;
}

.tipos-de-institucion-header {
  height: 36vw;
  background-size: cover;
  background-position: center;
}
.intitucion-productos-block .container {
  max-width: 780px;
}
.intitucion-productos-block {
  padding: var(--regular-section-padding);
}
.institucion-productos-title::after {
  content: "";
  background-image: url(../../../wp-content/uploads/2025/10/arrow.svg);
  width: 15px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
}
.institucion-productos-title {
  position: relative;
  padding: 0 30px 0 0;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  cursor: pointer;
}
.institucion-productos-content {
  display: none;
  padding: 30px 0 10px;
}
.institucion-productos-block {
  padding: 15px 0;
  border-top: 1px solid #c6c7cc;
}
.institucion-productos-content p {
  font-size: 18px;
  font-weight: 400;
}
.institucion-productos-content ul {
  margin: -10px 0 15px;
  padding: 0 0 0 16px;
  list-style: none;
}
.institucion-productos-content ul ul {
  margin: 2px 0 15px;
}
.institucion-productos-content ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.25em;
}
.institucion-productos-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--azul-oscuro);
  display: inline-block;
  border-radius: 100%;
  left: -14px;
  top: 10px;
  position: absolute;
}
.institucion-productos-block:last-child {
  border-bottom: 1px solid #c6c7cc;
}

.contact-form {
  background-color: var(--light-gray);
  padding: var(--regular-section-padding);
}
.contact-form .container {
  max-width: 780px;
}
.contact-form h2 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
.form-row {
  display: flex;
  gap: 3%;
  margin-bottom: 25px;
}
.wpcf7-form-control-wrap {
  flex-basis: 48.5%;
}
.form-row input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #c6c7cc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 18px;
}
textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #c6c7cc;
  border-radius: 5px;
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 18px;
  resize: none;
}
.wpcf7-list-item {
  margin: 25px 0 40px;
  width: 100%;
}
.wpcf7-list-item-label {
  font-weight: 600;
  font-size: 17px;
}
.wpcf7 form .wpcf7-response-output {
  padding: 10px 20px;
  text-align: center;
}
.wpcf7-not-valid-tip {
  padding: 7px 0 0 15px;
}

.app-btns img {
  width: 170px;
  height: auto;
}
.app-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.app-header-section {
  padding: 100px 0;
  background-image: url(../../../wp-content/uploads/2025/10/markey-imgs-10.jpg);
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  min-height: 22vw;
  position: relative;
}
.app-header-section::before {
  content: "";
  background: linear-gradient(
    45deg,
    rgb(44, 114, 198) 0%,
    rgb(118, 241, 173) 100%
  );
  width: 50.5%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 80px) 0%, 100% 100%, 0% 100%);
}
.app-header-image img {
  width: 100%;
  height: auto;
  display: flex;
}
.app-header-image {
  display: none;
}
.app-header-section .container {
  position: relative;
}
.app-header-section h1 {
  color: #fff;
  font-size: 60px;
  margin-bottom: 20px;
}
.app-header-section p {
  color: #fff;
  font-size: 36px;
  margin-bottom: 45px;
}
.slider-lateral-section {
  padding: 60px 0;
}
.slider-lateral-section .container {
  display: flex;
  gap: 5%;
}
.slider-lateral-content {
  flex-basis: 25%;
}
.slider-lateral-imagenes-col {
  flex-basis: 70%;
  width: 70%;
}
.slider-lateral-content img {
  width: 115px;
  height: auto;
  margin-bottom: 25px;
}
.slider-lateral-content p {
  font-weight: 400;
  font-size: 26px;
}
.slide-lateral-image {
  padding: 0 7px;
}
.slide-lateral-image img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.slick-arrow {
  background-color: #fff;
  font-size: 0;
  padding: 0;
  border: 1px solid #c6c7cc;
  background-image: url(../../../wp-content/uploads/2025/10/arrow-black.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-position: 56% center;
  top: calc(50% - 30px);
  position: absolute;
  z-index: 3;
}
.slick-next.slick-arrow {
  right: -23px;
}
.slick-prev.slick-arrow {
  left: -23px;
  transform: rotate(180deg);
}
.slick-arrow:hover {
  background-color: var(--light-gray);
  border-color: #c6c7cc;
}
.footer-logo img {
  width: 200px;
  margin-bottom: 15px;
}
.site-footer {
  padding: 60px 0;
}
.footer-col p {
  font-size: 16px;
  color: var(--texto-light);
  font-weight: 500;
}
.footer-col.redes-footer {
  display: flex;
  align-items: center;
  gap: 15px;
}
.site-footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-col.redes-footer img {
  width: 40px;
  display: flex;
  margin: 0;
}
.footer-col.redes-footer a {
  text-decoration: none;
  color: var(--azul-oscuro);
  font-size: 18px;
  font-weight: 600;
}

.casos-de-exito-wrapper {
  padding: var(--regular-section-padding);
}
.casos-de-exito-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.casos-de-exito-block {
  display: flex;
  gap: 5%;
  align-items: center;
}
.casos-de-exito-image {
  flex-basis: 47.5%;
  position: relative;
  height: 320px;
}
.casos-de-exito-info {
  flex-basis: 47.5%;
}
.casos-de-exito-image img {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.casos-de-exito-info ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  gap: 15px 25px;
  flex-wrap: wrap;
}
.casos-de-exito-info p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #232323;
}
.casos-de-exito-info a {
  color: var(--celeste);
  text-decoration: none;
  font-weight: 600;
  font-size: 21px;
}

.casos-de-exito-header {
  background-color: var(--azul-oscuro);
  padding: 100px 0;
}
.casos-de-exito-header h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}
.casos-de-exito-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.casos-de-exito-header ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 4%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-basis: 33%;
}
.casos-de-exito-header ul li img {
  height: 95px;
  width: auto;
}
.casos-de-exito-content {
  padding: 60px 0;
  background-color: var(--light-gray);
}
.casos-de-exito-content .container {
  max-width: 780px;
}

.casos-de-exito-content h4 {
  color: var(--celeste);
  font-size: 24px;
  margin: 0;
}
.casos-de-exito-content p {
  color: var(--azul-oscuro);
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 400;
  line-height: 1.25em;
}
.casos-de-exito-content li {
  color: var(--azul-oscuro);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  position: relative;
  list-style: none;
}
.casos-de-exito-content ul {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
}
.casos-de-exito-content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--azul-oscuro);
  display: inline-block;
  border-radius: 100%;
  left: -14px;
  top: 10px;
  position: absolute;
}

img.mobile-logo-img {
  display: none !important;
}

.animate-up .container,
.animate-up .principales-header-col,
.animate-up .mosaico-content,
.animate-up .slider-sabores {
  opacity: 0;
  position: relative;
  top: 5vw;
  transition: all 0.6s;
}
.animate-up.active .container,
.animate-up.active .principales-header-col,
.animate-up.active .mosaico-content,
.animate-up.active .slider-sabores {
  opacity: 1;
  top: 0;
}
.fade-in .content-on-top,
.fade-in .video-overlay span {
  opacity: 0;
  transition: all 0.6s;
}
.fade-in.active .content-on-top,
.fade-in.active .video-overlay span {
  opacity: 1;
}

@media (max-width: 1280px) {
  .slider-info h1 {
    font-size: 52px;
  }
  button,
  .wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    padding: 8px 18px;
  }
  .tipo-institucion-img {
    height: 27vw;
  }
  button.bigger-btn {
    padding: 13px 27px;
    font-size: 17px;
  }
  .intro-section h1 {
    font-size: 64px;
  }
  .intro-section p {
    font-size: 23px;
  }
  .icon-item h3 {
    font-size: 20px;
  }
  .icon-item p {
    font-size: 16px;
  }
  .icons-section h2,
  .numbers-section h2,
  .info-blocks-section h2,
  .diferenciales-seguridad-section h2 {
    font-size: 28px;
    margin-bottom: 45px;
  }
  .number-item h3 {
    font-size: 40px;
  }
  .number-item p {
    font-size: 16px;
  }
  .info-block-item h3 {
    font-size: 22px;
    margin: 30px 0 20px;
  }
  .info-block-item p {
    font-size: 16px;
  }
  .info-block-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .diferenciales-seguridad-col h3 {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .diferenciales-seguridad-col p {
    font-size: 16px;
  }
  .diferenciales-seguridad-block h4 strong {
    font-size: 35px;
  }
  .diferenciales-seguridad-block h4 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .uptime-info h5 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .diferenciales-seguridad-block hr {
    margin: 25px 0 30px;
  }
  .partners-section h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .partners-section p {
    margin-bottom: 45px;
    font-size: 18px;
  }
  .partner-item img {
    max-width: 100%;
    max-height: 82px;
    width: auto;
    height: auto;
  }
  .app-header-section h1 {
    font-size: 52px;
    margin-bottom: 15px;
  }
  .app-header-section p {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .app-btns img {
    width: 155px;
  }
  .slider-lateral-content p {
    font-size: 22px;
  }
  .slider-lateral-content img {
    width: 95px;
    margin-bottom: 20px;
  }
  .slick-arrow {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
  }
  .site-footer {
    padding: 45px 0;
  }
  .slider-section {
    min-height: 34vw;
    margin-bottom: 35px;
  }
  .tipo-institucion-info h4 {
    font-size: 35px;
    margin-bottom: 8px;
  }
  .tipo-institucion-info h3 {
    font-size: 21px;
  }
  .casos-de-exito-image {
    height: 27vw;
  }
}

@media (max-width: 980px) {
  .slide-image {
    background-size: cover;
    background-position: center;
  }
  .slider-section::after {
    width: 90%;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(242, 240, 246, 0.8) 46%
    );
  }
  .tipo-institucion-info h3 {
    font-size: 18px;
  }
  .tipo-institucion-info h4 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .tipo-institucion-info a {
    font-size: 20px;
  }
  .tipos-instituciones-section h2,
  .highlight-caso-section h2,
  .contact-form h2 {
    font-size: 24px;
    margin-bottom: 45px;
  }
  .highlight-caso-content ul {
    gap: 25px;
    margin: 0 0 25px;
  }
  .highlight-caso-content p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .highlight-caso-content h3 {
    margin: 20px 0 25px;
    font-size: 20px;
  }
  .highlight-caso-content a {
    font-size: 20px;
  }
  .simple-cta-section h2 {
    font-size: 32px;
  }
  .intro-section::before {
    width: 20vw;
  }
  .intro-section .container {
    padding-left: 15vw;
  }
  .intro-section h1 {
    font-size: 48px;
  }
  .intro-section p {
    font-size: 20px;
  }
  .icons-wrapper.estilo-sin_cajas .icon-item {
    flex-basis: 31.3%;
  }
  .icons-wrapper {
    justify-content: center;
  }
  .number-item {
    flex-basis: 31.3%;
  }
  .numbers-wrapper {
    justify-content: center;
  }
  .icons-wrapper.estilo-con_cajas .icon-item {
    flex-basis: 31.3%;
  }
  .uptime-item p {
    font-size: 13px;
  }
  .uptime-block img {
    width: 85px;
  }
  .uptime-block {
    gap: 15px;
  }
  .institucion-productos-title {
    font-size: 20px;
  }
  .institucion-productos-block {
    padding: 10px 0;
  }
  .diferenciales-seguridad-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .partner-item {
    flex-basis: 32.6%;
  }
  .partners-wrapper {
    justify-content: center;
  }
  .cliente-item {
    flex-basis: 23.5%;
  }
  .casos-de-exito-info p {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .casos-de-exito-info a {
    font-size: 19px;
  }
  .casos-de-exito-wrapper .container {
    gap: 40px;
  }
  .form-row input {
    padding: 8px 13px;
    font-size: 17px;
  }
  .app-header-section::before {
    width: 65%;
  }
  .app-header-section {
    background-position: 53vw;
  }
  .slider-lateral-section .container {
    flex-direction: column;
    gap: 20px;
  }
  .slider-lateral-imagenes-col {
    width: 100%;
  }
  img.mobile-logo-img {
    display: block !important;
  }
  img.desktop-logo-img {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .app-header-section::before {
    width: 100%;
    clip-path: none;
  }
  .app-header-section {
    padding: 40px 0;
  }
  .app-header-section h1 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .app-header-section p {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .app-btns img {
    width: 120px;
  }
  .app-header-image {
    display: block;
  }
  .slider-lateral-content p {
    font-size: 19px;
  }
  .slider-lateral-content img {
    margin: 0 auto 20px;
    display: flex;
    width: 70px;
  }
  .slick-next.slick-arrow {
    right: -5px;
  }
  .slick-prev.slick-arrow {
    left: -5px;
  }
  .site-footer .container {
    flex-direction: column-reverse;
    text-align: center;
    gap: 30px;
    align-items: center;
  }
  .slider-info {
    width: 100%;
  }
  .slider-section::after {
    width: 90%;
    background: linear-gradient(
      2790deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(242, 240, 246, 0.8) 46%
    );
    right: auto;
    left: 0;
  }
  .slider-info h1 {
    font-size: 34px;
  }
  .slider-section {
    margin-bottom: 25px;
    padding: 40px 0;
  }
  .clientes-section.estilo-slider {
    padding: 20px 0;
  }
  .tipos-de-instituciones-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .tipo-institucion {
    width: 100%;
  }
  .tipo-institucion-img {
    height: 57vw;
  }
  .tipos-instituciones-section h2,
  .highlight-caso-section h2,
  .contact-form h2 {
    font-size: 23px;
    margin-bottom: 30px;
  }
  .tipo-institucion-info h4 {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .tipo-institucion-img {
    border-radius: 25px;
  }
  .tipo-institucion-info h3 {
    font-size: 15px;
  }
  .tipo-institucion-info a {
    font-size: 18px;
  }
  .highlight-caso-item {
    flex-direction: column;
  }
  .highlight-caso-content a {
    font-size: 18px;
  }
  .highlight-caso-content h3 {
    margin: 20px 0;
    font-size: 18px;
  }
  button.bigger-btn {
    padding: 10px 23px;
    font-size: 16px;
  }
  .simple-cta-section h2 {
    font-size: 26px;
  }
  .institucion-productos-content ul li {
    font-size: 16px;
  }
  .institucion-productos-content ul li::before {
    width: 5px;
    height: 5px;
    left: -11px;
    top: 9px;
  }
  .institucion-productos-content ul {
    margin: -10px 0 15px;
    padding: 0 0 0 12px;
  }
  .institucion-productos-content p {
    font-size: 16px;
  }
  .institucion-productos-content {
    padding: 20px 0 0px;
  }
  .institucion-productos-title {
    font-size: 18px;
  }
  .cliente-item {
    flex-basis: 32%;
  }
  .casos-de-exito-block {
    flex-direction: column;
    gap: 30px;
  }
  .casos-de-exito-image {
    width: 100%;
    display: flex;
    flex-basis: 58vw;
  }
  .form-row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .intro-section {
    padding: 60px 0;
  }
  .intro-section h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .intro-section p {
    font-size: 18px;
  }
  .intro-section::before {
    display: none;
  }
  .intro-section .container {
    padding-left: 0;
  }
  .icons-wrapper {
    flex-direction: column;
  }
  .icon-item {
    max-width: 250px;
    margin: 0 auto;
    width: 100%;
  }
  .icons-section h2,
  .numbers-section h2,
  .info-blocks-section h2,
  .diferenciales-seguridad-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .numbers-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .number-item {
    max-width: 210px;
    margin: 0 auto;
    width: 100%;
  }
  .info-block-item h3 {
    font-size: 20px;
    margin: 25px 0 15px;
    margin-top: 25px;
  }
  .diferenciales-seguridad-block h4 strong {
    font-size: 24px;
  }
  .diferenciales-seguridad-block h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .diferenciales-seguridad-block hr {
    margin: 15px 0 20px;
  }
  .diferenciales-seguridad-block img {
    width: 150px;
    height: auto;
  }
  .diferenciales-seguridad-col .diferenciales-seguridad-block h3 {
    font-size: 17px;
  }
  .diferenciales-seguridad-block {
    padding: 25px 20px 20px;
  }
  .uptime-block {
    flex-direction: column;
    align-items: center;
  }
  .uptime-block img {
    width: 58px;
  }
  .uptime-info h5 {
    font-size: 18px;
    margin: 0 0 5px;
  }
  .uptime-item {
    padding: 6px 4px;
  }
  .diferenciales-seguridad-col h3 {
    font-size: 20px;
  }
  .partners-section h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .partners-section p {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .partners-section p br {
    display: none;
  }
  .partner-item {
    flex-basis: 100%;
    min-height: 100px;
  }
  .partner-item img {
    max-height: 73px;
  }
  .institucion-productos-title::after {
    width: 11px;
  }
}

@media (max-width: 560px) {
  .cliente-item {
    flex-basis: 100%;
  }
  .clientes-wrapper {
    gap: 25px 2%;
  }
}
