@charset "UTF-8";
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.c-floating-links {
  position: fixed;
  right: 0;
  top: 90%;
  transform: translateY(-90%);
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.c-floating-links__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80px;
  min-height: 90px;
  padding: 10px 10px;
  text-decoration: none;
  background: #1d2955;
  color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.c-floating-links__item:hover {
  background: #e0a300;
}

.c-floating-links__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}

.c-floating-links__icon img {
  width: 32px;
  height: 32px;
  filter: invert(1);
}

.c-floating-links__text {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}

@font-face {
  font-family: "Lufga-light";
  src: url("../fonts/LufgaLight.woff") format("woff");
}
@font-face {
  font-family: "Lufga";
  src: url("../fonts/LufgaRegular.woff") format("woff");
}
@font-face {
  font-family: "Lufga-bold";
  src: url("../fonts/LufgaBold.woff") format("woff");
}
@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.ttf") format("ttf");
}
@font-face {
  font-family: "Verdana-Bold2";
  src: url("../fonts/Verdana-Bold.ttf") format("ttf");
}
.ayuda {
  background: transparent;
}

* {
  -webkit-font-smoothing: antialiased; /* Sin bold en Mac. */
  box-sizing: border-box;
}

h1, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

*:focus {
  outline: none;
}

body {
  margin: 0;
  font-family: "Verdana";
}

#home header {
  background: transparent;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #1D2955;
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  header {
    position: sticky;
    background: #1D2955;
  }
}
header.color {
  background: #1D2955 !important;
}
header.color .lenguaje {
  height: 0;
  padding: 0px 40px;
}
header .lenguaje {
  background: #FFFFFF;
  text-align: right;
  padding: 4px 40px;
}
@media (min-width: 1024px) {
  header .lenguaje {
    height: 27px;
    transition: all ease 0.5s;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  header .lenguaje {
    background: transparent;
    position: fixed;
    right: 0;
    top: 15px;
    padding-right: 24px;
  }
}
header .lenguaje select {
  border: 0;
  font-size: 14px;
  color: #1D2955;
  font-family: "Verdana";
}
@media (max-width: 1024px) {
  header .lenguaje select {
    background: transparent;
    color: white;
  }
  header .lenguaje select option {
    color: black;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
}
@media (max-width: 1024px) {
  header .container {
    justify-content: start;
    gap: 16px;
    padding: 12px 24px;
  }
}
header .container .burger {
  display: none;
}
header .container .burger span {
  width: 30px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 4px;
  display: block;
  margin-bottom: 8px;
  transition: all ease 0.5s;
}
header .container .burger span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  header .container .burger {
    display: block;
  }
  header .container .burger.active span {
    margin: 0;
  }
  header .container .burger.active span:last-child {
    display: none;
  }
  header .container .burger.active span:first-child {
    transform: rotate(45deg);
  }
  header .container .burger.active span:nth-child(2) {
    transform: rotate(-45deg) translate(2px, -2px);
  }
}
@media (max-width: 1024px) {
  header .container .logo img {
    max-width: 124px;
  }
}
@media (max-width: 1024px) {
  header .container nav {
    display: none;
  }
  header .container nav.active {
    display: block;
  }
}
header .container nav > ul {
  display: flex;
  align-items: center;
  gap: 64px;
  position: relative;
}
@media (max-width: 1024px) {
  header .container nav > ul {
    display: block;
  }
}
header .container nav > ul > li {
  position: relative;
  padding: 0 0 8px;
}
@media (max-width: 1024px) {
  header .container nav > ul > li {
    padding: 34px 0px;
    border-bottom: 1px solid #64B5E5;
  }
}
header .container nav > ul > li > a {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Verdana";
  position: relative;
}
@media (max-width: 1024px) {
  header .container nav > ul > li > a {
    color: black;
    font-size: 16px;
    padding: 0 16px;
  }
}
header .container nav > ul > li > ul {
  position: absolute;
  top: 27px;
  left: 0;
  background: #FFFFFF;
  padding: 16px;
  width: 118px;
  opacity: 0;
  border-radius: 8px;
  display: none;
  z-index: 1;
}
@media (max-width: 1024px) {
  header .container nav > ul > li > ul {
    display: block;
    position: static;
    padding: 0 16px;
    opacity: 1;
    width: 100%;
    border-top: 1px solid #64B5E5;
    border-radius: 0;
    margin-top: 34px;
    padding-top: 34px;
  }
}
header .container nav > ul > li > ul li {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #64B5E5;
}
@media (max-width: 1024px) {
  header .container nav > ul > li > ul li {
    border: none;
    padding: 18px 0;
  }
}
header .container nav > ul > li > ul li:first-child {
  padding-top: 0;
}
header .container nav > ul > li > ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
header .container nav > ul > li > ul li a {
  font-size: 12px;
  color: #1D2955;
  font-family: "Verdana";
}
@media (max-width: 1024px) {
  header .container nav > ul > li > ul li a {
    font-size: 16px;
  }
}
header .container nav > ul > li > ul li a svg {
  opacity: 0;
}
header .container nav > ul > li > ul li a:hover {
  font-weight: 700;
}
header .container nav > ul > li > ul li a:hover svg {
  opacity: 1;
}
header .container nav > ul > li:nth-child(3) ul {
  width: 220px;
}
@media (max-width: 1024px) {
  header .container nav > ul > li:nth-child(3) ul {
    width: 100%;
  }
}
header .container nav > ul > li:hover ul {
  opacity: 1;
  display: block;
}
@media (max-width: 1024px) {
  header .container nav > ul > li:hover ul {
    opacity: 0;
  }
}
header .container nav > ul > li.contacto {
  border-radius: 24px;
  border: 1px solid #64B5E5;
  box-shadow: 0 0 4px 0 #64B5E5;
  padding: 8px 40px;
  transition: all ease 0.5s;
  cursor: pointer;
}
@media (max-width: 1024px) {
  header .container nav > ul > li.contacto {
    background: #1D2955;
    border-radius: 0;
    border: 0;
    padding: 25px 8px;
  }
  header .container nav > ul > li.contacto a {
    color: #FFFFFF;
    font-size: 16px;
  }
}
header .container nav > ul > li.contacto:hover {
  background: #64B5E5;
}
@media (max-width: 1024px) {
  header .container > div:last-child {
    display: none;
  }
  header .container > div:last-child.active {
    display: block;
    position: fixed;
    top: 60px;
    background: #FFFFFF;
    width: 100%;
    left: 0;
    right: 0;
  }
}

footer .combo-page {
  display: flex;
  grid-gap: 20px;
}
footer .select-pais {
  position: relative;
  width: 150px;
  display: none;
}
footer .select-pais select {
  width: 100%;
  padding: 10px 35px 10px 12px;
  font-size: 16px;
  border: none;
  background: #f2f2f2;
  color: #1c2b4a;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
footer .select-pais::after {
  content: "▾";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #1c2b4a;
  pointer-events: none;
}
footer .footer-country {
  display: none;
}
footer .footer-country.active {
  display: block;
}
footer .footer-country.active .select-pais {
  display: block;
}
footer .footer-1 {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #1D2955;
}
@media (max-width: 1024px) {
  footer .footer-1 {
    flex-direction: column-reverse;
    grid-gap: 20px;
  }
}
footer .footer-1 .redes-sociales {
  gap: 20px;
  display: flex;
}
footer .footer-2 {
  padding: 40px;
  padding-bottom: 22px;
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 1024px) {
  footer .footer-2 {
    display: grid;
  }
}
footer .footer-2 > div:first-child {
  padding-left: 40px;
  width: 243px;
}
@media (max-width: 1024px) {
  footer .footer-2 > div:first-child {
    padding-left: 0;
    width: 100%;
  }
}
footer .footer-2 > div:nth-child(2) {
  width: 243px;
}
@media (max-width: 1024px) {
  footer .footer-2 > div:nth-child(2) {
    width: 100%;
  }
}
footer .footer-2 > div h3 {
  color: #1D2955;
  font-size: 12px;
  font-family: "Lufga-bold";
  padding-bottom: 16px;
  border-bottom: 1px solid #1D2955;
}
@media (max-width: 1024px) {
  footer .footer-2 > div h3 {
    display: flex;
    justify-content: space-between;
  }
  footer .footer-2 > div h3:after {
    content: "";
    background-image: url("../images/flecha-accordeon.svg");
    display: block;
    width: 18px;
    height: 9px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
  }
  footer .footer-2 > div h3.active:after {
    transform: rotate(180deg);
  }
  footer .footer-2 > div h3.active + ul {
    display: block;
  }
}
footer .footer-2 > div ul {
  margin-top: 16px;
}
@media (max-width: 1024px) {
  footer .footer-2 > div ul {
    display: none;
  }
}
footer .footer-2 > div ul li a {
  font-size: 12px;
  font-family: "Verdana";
  display: block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
  font-weight: normal;
}
footer .footer-2 > div ul li a:hover {
  font-weight: 700;
  transition: all ease 0.5s;
}
footer .footer-3 {
  padding: 0 40px;
}
@media (max-width: 1024px) {
  footer .footer-3 {
    padding: 0;
  }
}
footer .footer-3 h3 {
  text-align: center;
  color: #1D2955;
  font-size: 12px;
  font-family: "Verdana";
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 8px;
}
footer .footer-3 .certificaciones-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  footer .footer-3 .certificaciones-footer {
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }
}
footer .footer-3 .certificaciones-footer img {
  max-width: 64px;
}
footer .footer-3 .legales-footer {
  padding: 24px 40px;
  border-top: 1px solid #1D2955;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .footer-3 .legales-footer {
    padding: 24px 0px;
  }
}
footer .footer-3 .legales-footer select {
  border: 0;
  font-size: 12px;
  color: #1D2955;
  font-weight: 700;
  margin-right: 40px;
}
@media (max-width: 1024px) {
  footer .footer-3 .legales-footer select {
    margin: 0 30px;
  }
}
@media (max-width: 1024px) {
  footer .footer-3 .legales-footer ul {
    border-left: 1px solid #1D2955;
    padding-left: 10px;
  }
}
footer .footer-3 .legales-footer ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 32px;
  border-right: 0.5px solid #1D2955;
}
@media (max-width: 1024px) {
  footer .footer-3 .legales-footer ul li {
    padding: 0 3px;
    border: 0;
  }
}
footer .footer-3 .legales-footer ul li:last-child {
  border-right: none;
}
footer .footer-3 .legales-footer ul li a {
  font-size: 12px;
  color: #1D2955;
  font-family: "Verdana";
  transition: all ease 0.5s;
  font-weight: normal;
}
@media (max-width: 1024px) {
  footer .footer-3 .legales-footer ul li a {
    font-size: 10px;
  }
}
footer .footer-3 .legales-footer ul li a:hover {
  font-weight: 700;
  transition: all ease 0.5s;
}
footer .footer-4 {
  background: #1D2955;
  padding: 24px 0;
}
footer .footer-4 h5 {
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-family: "Verdana";
  font-weight: bold;
  margin-bottom: 24px;
}
footer .footer-4 .grupo-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1024px) {
  footer .footer-4 .grupo-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 10px;
  }
  footer .footer-4 .grupo-logos img {
    margin: 0 auto;
  }
}
footer .copy {
  background: #1D2955;
  padding: 24px 0;
  border-top: 0.5px solid #FFFFFF;
}
@media (max-width: 1024px) {
  footer .copy {
    padding: 16px 0;
  }
}
footer .copy p {
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-family: "Verdana";
}

.banner-principal {
  height: 100vh;
  /*position: sticky;*/
  top: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .banner-principal {
    height: 378px;
  }
}
.banner-principal .owl-banner-principal {
  height: 100vh;
}
@media (max-width: 1024px) {
  .banner-principal .owl-banner-principal {
    height: 378px;
  }
}
.banner-principal .owl-banner-principal .item {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1024px) {
  .banner-principal .owl-banner-principal .item {
    height: 378px;
  }
}
.banner-principal .owl-banner-principal .item .textos {
  height: 100vh;
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 104px;
  font-family: "Lufga-light";
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(29, 41, 85, 0) 84.9%, #1D2955 102%), linear-gradient(0deg, rgba(42, 71, 103, 0.4) 0%, rgba(42, 71, 103, 0.4) 100%);
}
@media (max-width: 1024px) {
  .banner-principal .owl-banner-principal .item .textos {
    height: 378px;
    padding: 40px 40px 0 40px;
    justify-content: start;
  }
}
.banner-principal .owl-banner-principal .item .textos h1 {
  font-size: 64px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .banner-principal .owl-banner-principal .item .textos h1 {
    font-size: 36px;
  }
}
.banner-principal .owl-banner-principal .item .textos a {
  display: flex;
  margin-top: 24px;
  border: 1px solid #64B5E5;
  border-radius: 24px;
  width: 160px;
  height: 40px;
  padding: 8px 16px;
  font-family: "Verdana";
  align-items: center;
  justify-content: space-between;
  transition: all ease 0.5s;
}

.item .texto b {
    font-weight: 600;
    color: #64b5e5;
    font-size: 20px;
}

.banner-principal .owl-banner-principal .item .textos a svg {
  transform: translateX(0px);
  transition: all ease 0.5s;
}
.banner-principal .owl-banner-principal .item .textos a:hover {
  background: #64B5E5;
}
.banner-principal .owl-banner-principal .item .textos a:hover svg {
  transform: translatex(10px);
}
.banner-principal .owl-banner-principal .owl-nav {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .banner-principal .owl-banner-principal .owl-nav {
    top: auto;
    bottom: 25px;
    transform: none;
    justify-content: center;
  }
}
.banner-principal .owl-banner-principal .owl-nav button {
  border: 1px solid #FFFFFF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
}
.banner-principal .owl-banner-principal .owl-nav button svg {
  transition: all ease 0.5s;
}
.banner-principal .owl-banner-principal .owl-nav button:hover {
  transition: all ease 0.5s;
  background: white;
}
.banner-principal .owl-banner-principal .owl-nav button:hover svg {
  filter: invert(1);
}
.banner-principal .owl-banner-principal .owl-nav .owl-next {
  margin-right: 36px;
}
.banner-principal .owl-banner-principal .owl-nav .owl-prev {
  margin-left: 36px;
}

.soporte-operativo {
  background: #1D2955;
  padding-bottom: 80px;
  /*position: sticky;*/
  top: 0;
  z-index: 2;
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .soporte-operativo {
    padding: 40px;
  }
}
.soporte-operativo .container {
  max-width: 1120px;
  margin: 0 auto;
}
.soporte-operativo .titular {
  text-align: center;
  margin-bottom: 24px;
}
.soporte-operativo .titular h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Lufga";
  font-weight: normal;
}
@media (max-width: 1024px) {
  .soporte-operativo .titular h2 {
    font-size: 26px;
  }
}
.soporte-operativo .titular a {
  color: #64B5E5;
  font-family: "Lufga";
  font-size: 16px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 16px;
  line-height: 40px;
  align-items: center;
}
.soporte-operativo .owl-soporte-operativo .owl-stage {
  display: flex;
}
.soporte-operativo .owl-soporte-operativo .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.soporte-operativo .owl-soporte-operativo .item .imagen {
  position: relative;
}
.soporte-operativo .owl-soporte-operativo .item .imagen img:nth-child(2) {
  display: none;
}
@media (max-width: 1024px) {
  .soporte-operativo .owl-soporte-operativo .item .imagen img:first-child {
    display: none;
  }
  .soporte-operativo .owl-soporte-operativo .item .imagen img:nth-child(2) {
    display: block;
  }
}
.soporte-operativo .owl-soporte-operativo .item .imagen h4 {
  position: absolute;
  padding: 22px 26px;
  bottom: 0;
  left: 0;
  font-size: 28px;
  color: #FFFFFF;
  font-family: "Lufga";
}
.soporte-operativo .owl-soporte-operativo .item .texto {
  border-radius: 0 0 16px 16px;
  background: linear-gradient(359deg, #FFF 31.61%, #DFF3FF 99.22%);
  padding: 40px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.soporte-operativo .owl-soporte-operativo .item .texto p {
  margin: 0;
  font-size: 14px;
  font-family: "Verdana";
}
.soporte-operativo .owl-soporte-operativo .item .texto h3 {
  margin-top: 24px;
  font-family: "Lufga-bold";
  margin-bottom: 8px;
}
.soporte-operativo .owl-soporte-operativo .item .texto ul li {
  display: grid;
}
.soporte-operativo .owl-soporte-operativo .item .texto ul li a {
  display: grid;
  align-items: center;
  grid-template-columns: 20px auto;
  gap: 8px;
  font-family: "Verdana";
  font-size: 13px;
  margin-bottom: 8px;
}
.soporte-operativo .owl-soporte-operativo .item .texto > a {
  border: 1px solid #64B5E5;
  padding: 8px 16px;
  border-radius: 24px;
  display: flex;
  width: 160px;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  font-family: "Verdana";
  font-size: 16px;
  margin-top: 24px;
  transition: all ease 0.5s;
  font-weight: 700;
}
.soporte-operativo .owl-soporte-operativo .item .texto > a svg {
  transform: translateX(0px);
  transition: all ease 0.5s;
}
.soporte-operativo .owl-soporte-operativo .item .texto > a:hover {
  background: #64B5E5;
}
.soporte-operativo .owl-soporte-operativo .item .texto > a:hover svg {
  transform: translatex(10px);
}
.soporte-operativo .owl-soporte-operativo .owl-nav {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .soporte-operativo .owl-soporte-operativo .owl-nav {
    display: none;
  }
}
.soporte-operativo .owl-soporte-operativo .owl-nav button {
  border: 1px solid #64B5E5;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
}
.soporte-operativo .owl-soporte-operativo .owl-nav button svg {
  transition: all ease 0.5s;
}
.soporte-operativo .owl-soporte-operativo .owl-nav button:hover {
  transition: all ease 0.5s;
  background: #64B5E5;
}
.soporte-operativo .owl-soporte-operativo .owl-nav button:hover svg {
  filter: brightness(5);
}
.soporte-operativo .owl-soporte-operativo .owl-nav .owl-next {
  margin-right: -36px;
}
.soporte-operativo .owl-soporte-operativo .owl-nav .owl-prev {
  margin-left: -36px;
}
.soporte-operativo .owl-soporte-operativo .owl-dots {
  margin-top: 16px !important;
}
.soporte-operativo .owl-soporte-operativo .owl-dots button {
  margin: 0 12px;
}
.soporte-operativo .owl-soporte-operativo .owl-dots button span {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  margin: 0;
}
.soporte-operativo .owl-soporte-operativo .owl-dots button.active span {
  background: #64B5E5;
  transition: all ease 0.5s;
}
.soporte-operativo .owl-soporte-operativo .owl-dots button:hover span {
  background: #64B5E5;
  transition: all ease 0.5s;
}

.nuestros-reconocimientos {
  padding: 54px 0;
}
.nuestros-reconocimientos .container {
  max-width: 742px;
  margin: 0 auto;
}
.nuestros-reconocimientos .container h2 {
  margin: 0;
  text-align: center;
  font-size: 36px;
  font-family: "Lufga";
  font-weight: normal;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .nuestros-reconocimientos .container h2 {
    font-size: 28px;
  }
}
.nuestros-reconocimientos .container .owl-reconocimientos {
  position: relative;
}
@media (max-width: 1024px) {
  .nuestros-reconocimientos .container .owl-reconocimientos {
    max-width: 290px;
    margin: 0 auto;
  }
}
.nuestros-reconocimientos .container .owl-reconocimientos img {
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  .nuestros-reconocimientos .container .owl-reconocimientos img {
    max-width: 131px;
    margin: 0 auto;
  }
}
.nuestros-reconocimientos .container .owl-reconocimientos img:hover {
  filter: grayscale(0);
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  z-index: -2;
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-nav .owl-prev {
  margin-left: -33px;
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  .nuestros-reconocimientos .container .owl-reconocimientos .owl-nav .owl-prev {
    margin-left: -30px;
  }
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-nav .owl-prev:hover {
  margin-left: -43px;
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-nav .owl-next {
  margin-right: -33px;
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  .nuestros-reconocimientos .container .owl-reconocimientos .owl-nav .owl-next {
    margin-right: -30px;
  }
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-nav .owl-next:hover {
  margin-right: -43px;
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-dots {
  margin-top: 8px;
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-dots button {
  margin: 0 12px;
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-dots button span {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  margin: 0;
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-dots button.active span {
  background: #64B5E5;
  transition: all ease 0.5s;
}
.nuestros-reconocimientos .container .owl-reconocimientos .owl-dots button:hover span {
  background: #64B5E5;
  transition: all ease 0.5s;
}

.novedades {
  background: #1D2955;
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .novedades {
    padding: 40px 0;
  }
}
.novedades .container {
  max-width: 1120px;
  margin: 0 auto;
}
.novedades .titular {
  text-align: center;
  margin-bottom: 24px;
}
.novedades .titular h2 {
  margin: 0;
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Lufga";
  font-weight: normal;
}
.novedades .titular a {
  color: #64B5E5;
  font-family: "Lufga";
  font-size: 16px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 16px;
  line-height: 40px;
  align-items: center;
}
@media (max-width: 1024px) {
  .novedades .owl-novedades {
    padding: 0 40px;
  }
}
.novedades .owl-novedades img {
  border-radius: 15px;
  border: 1px solid #777F99;
}
.novedades .owl-novedades .texto {
  margin-top: 16px;
}
.novedades .owl-novedades .texto h3 {
  margin: 0;
  font-size: 22px;
  font-family: "Lufga";
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  max-height: 2.6em;
}
.novedades .owl-novedades .texto p {
  font-family: "Verdana";
  font-size: 14px;
  color: #FFFFFF;
}
.novedades .owl-novedades .owl-dots {
  margin-top: 24px !important;
}
.novedades .owl-novedades .owl-dots button {
  margin: 0 12px;
}
.novedades .owl-novedades .owl-dots button span {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  margin: 0;
  border: 1px solid white;
}
.novedades .owl-novedades .owl-dots button.active span {
  background: #64B5E5;
  transition: all ease 0.5s;
}
.novedades .owl-novedades .owl-dots button:hover span {
  background: #64B5E5;
  transition: all ease 0.5s;
}

.banner-pais {
  margin-top: 95px;
  position: relative;
}
@media (max-width: 1024px) {
  .banner-pais {
    margin-top: 0;
  }
}
.banner-pais img {
  width: 100%;
}
.banner-pais img:nth-child(2) {
  display: none;
}
@media (max-width: 1024px) {
  .banner-pais img {
    display: none;
  }
  .banner-pais img:nth-child(2) {
    display: block;
  }
}
.banner-pais h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 64px;
  color: #FFFFFF;
  margin: 0;
  font-family: "Lufga";
  padding: 0 80px;
}
@media (max-width: 1024px) {
  .banner-pais h1 {
    font-size: 36px;
    padding: 0 40px;
  }
}

.seccion-pais {
  background: white;
  /* fondo similar al de la imagen */
  padding: 50px 15px 20px;
}
.seccion-pais .seccion-pais__container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.seccion-pais .seccion-pais__container .seccion-pais__titulo {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}
.seccion-pais .seccion-pais__container .seccion-pais__descripcion {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
}

.mapa {
  padding: 80px;
  padding-bottom: 16px;
}
@media (max-width: 1024px) {
  .mapa {
    padding: 40px;
  }
}
.mapa .img-mapa {
  width: 100%;
}
.mapa .img-mapa img {
  object-fit: contain;
  width: 100%;
}
.mapa .container {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  gap: 75px;
  align-items: center;
}
@media (max-width: 1024px) {
  .mapa .container {
    flex-direction: column;
    gap: 16px;
  }
}
.mapa .container .info-mapa {
  max-width: 400px;
}
@media (max-width: 1024px) {
  .mapa .container .info-mapa {
    max-width: 100%;
  }
}
.mapa .container .info-mapa h2 {
  color: #64B5E5;
  font-size: 40px;
  font-family: "Lufga-light";
  margin: 0;
  font-weight: 300;
  margin-bottom: 16px;
}
.mapa .container .info-mapa p {
  margin: 0;
  font-size: 14px;
  font-family: "Verdana";
  text-align: left;
}
@media (max-width: 780px) {
  .mapa .container img {
    width: 100%;
  }
}

.servicios {
  background: #1D2955;
}
.servicios .container {
  max-width: 1120px;
  margin: 0 auto;
}
.servicios .titular {
  padding: 54px 0px 16px 0px;
}
@media (max-width: 1024px) {
  .servicios .titular {
    padding: 40px;
    padding-bottom: 24px;
  }
}
.servicios .titular h2 {
  color: #FFFFFF;
  margin: 0;
  font-size: 48px;
  font-family: "Lufga";
  font-weight: normal;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .servicios .titular h2 {
    font-size: 26px;
  }
}
.servicios .titular p {
  color: #FFFFFF;
  font-size: 14px;
  font-family: "Verdana";
  margin: 0;
}
.servicios .tabs_servicios {
  margin-top: 8px;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios {
    padding: 0 40px;
    padding-bottom: 40px;
  }
}
.servicios .tabs_servicios > div {
  position: relative;
}
.servicios .tabs_servicios > div .mb-select-tabs {
  display: none !important;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios > div .mb-select-tabs {
    display: block !important;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #1D2955;
    color: #1D2955;
    font-family: "Lufga";
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231D2955' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
  }
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios > div > ul {
    display: none;
  }
}
.servicios .tabs_servicios > div > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 56px;
  border-left: 1px solid #777F99;
}
.servicios .tabs_servicios > div > ul > li a {
  color: #FFFFFF;
  font-family: "Verdana";
  padding: 4px 24px;
  border-radius: 8px;
  transition: all ease 0.5s;
}
.servicios .tabs_servicios > div > ul > li a:hover {
  background: rgba(255, 255, 255, 0.14);
  display: inline-block;
}
.servicios .tabs_servicios > div > ul > li.ui-state-active a {
  background: rgba(255, 255, 255, 0.14);
  display: inline-block;
}
.servicios .tabs_servicios > div > ul > li:first-child {
  padding-left: 0;
  border: none;
}
.servicios .tabs_servicios .servicio-label-1 {
  background: #FFFFFF;
  margin-top: 23px;
  border-radius: 15px;
  border: 1px solid #777F99;
  max-width: 315px;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios .servicio-label-1 {
    background: transparent;
    border: none;
    max-width: 100%;
  }
}
.servicios .tabs_servicios .servicio-label-1 h3 {
  padding: 32px 24px;
  padding-bottom: 24px;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios .servicio-label-1 h3 {
    display: none;
  }
}
.servicios .tabs_servicios .servicio-label-1 .imagen {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios .servicio-label-1 .imagen {
    display: none;
  }
}
.servicios .tabs_servicios .servicio-label-1 ul {
  padding: 0 24px;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios .servicio-label-1 ul {
    display: none;
  }
}
.servicios .tabs_servicios .servicio-label-1 ul li {
  margin-bottom: 8px;
}
.servicios .tabs_servicios .servicio-label-1 ul li a {
  font-size: 14px;
  padding: 4px 16px;
  display: inline-block;
  transition: all ease 0.5s;
  border-radius: 8px;
}
.servicios .tabs_servicios .servicio-label-1 ul li a img {
  vertical-align: middle;
}
.servicios .tabs_servicios .servicio-label-1 ul li a:hover {
  background: #64B5E5;
  font-weight: 700;
}

.c-slide__info .lista-servicios .servicio {
    font-size: 14px;
    line-height: 1.5;
}

.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 {
  position: absolute;
  top: 60px;
  right: 0;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 span,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 span,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 span {
  font-size: 14px;
  color: #FFFFFF;
  text-align: right;
  margin: 0;
  font-weight: 400;
  max-width: 700px;
  display: block;
  margin-top: 12px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1,
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2,
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 {
    position: static;
  }
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 h4,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 h4,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 h4 {
  font-size: 36px;
  font-weight: normal;
  font-family: "Lufga";
  color: #FFFFFF;
  text-align: right;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 h4,
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 h4,
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 h4 {
    display: none;
  }
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio ul,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio ul,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio ul {
  text-align: right;
  margin-bottom: 24px;
  padding-top: 16px;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio ul,
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio ul,
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio ul {
    display: none;
  }
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio ul li,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio ul li,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio ul li a,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio ul li a,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio ul li a {
  color: #FFFFFF;
  padding: 4px 24px;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio ul li a:hover,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio ul li a:hover,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio ul li a:hover {
  font-weight: normal;
  background: rgba(255, 255, 255, 0.14);
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio ul li:first-child,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio ul li:first-child,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio ul li:first-child {
  border-left: 0;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle {
  max-width: 700px;
}
@media (max-width: 1024px) {
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle,
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle,
  .servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle {
    max-width: 100%;
  }
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: #FFFFFF;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto {
  padding: 25px;
  text-align: center;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios {
  margin: 10px 0;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  display: flex;
  z-index: 1000;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio::before,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio::before,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio a,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio a,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio a {
  text-decoration: none;
  transition: 0.3s ease;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio a:hover,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio a:hover,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto .lista-servicios .servicio a:hover {
  text-decoration: underline;
  opacity: 0.8;
  color: white;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto img,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto img,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto img {
  max-width: 64px;
  margin: 0 auto;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto h5,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto h5,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto h5 {
  text-align: center;
  font-family: "Lufga";
  font-size: 24px;
  margin-top: 24px;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto p,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto p,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  margin-bottom: 32px;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto a,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto a,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto a {
  border: 1px solid black;
  border-radius: 5px;
  padding: 4px 6px;
  display: inline-block;
  font-size: 10px;
  transition: all ease 0.5s;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto a svg,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto a svg,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto a svg {
  vertical-align: middle;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .texto a:hover,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .texto a:hover,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .texto a:hover {
  background: black;
  color: #FFFFFF;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .imagen-servicio-detalle,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .imagen-servicio-detalle,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .imagen-servicio-detalle {
  height: auto;
  display: flex;
  margin: 0;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .item .imagen-servicio-detalle img,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .item .imagen-servicio-detalle img,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .item .imagen-servicio-detalle img {
  object-fit: cover;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .owl-nav,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .owl-nav,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .owl-nav .owl-prev,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .owl-nav .owl-prev,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .owl-nav .owl-prev {
  margin-left: -30px;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .owl-nav .owl-next,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .owl-nav .owl-next,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .owl-nav .owl-next {
  margin-right: -30px;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .owl-dots,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .owl-dots,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .owl-dots {
  margin-top: 24px !important;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .owl-dots button,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .owl-dots button,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .owl-dots button {
  margin: 0 12px;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .owl-dots button span,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .owl-dots button span,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .owl-dots button span {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  margin: 0;
  border: 1px solid white;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .owl-dots button.active span,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .owl-dots button.active span,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .owl-dots button.active span {
  background: #64B5E5;
  transition: all ease 0.5s;
}
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-1 #subtabsservicio .owl-servicios-detalle .owl-dots button:hover span,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-2 #subtabsservicio .owl-servicios-detalle .owl-dots button:hover span,
.servicios .tabs_servicios .servicio-label-1 #tabs-servicio-3 #subtabsservicio .owl-servicios-detalle .owl-dots button:hover span {
  background: #64B5E5;
  transition: all ease 0.5s;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 {
  max-width: 100%;
  display: grid;
  grid-template-columns: 315px 778px;
  gap: 16px;
  background: transparent;
  border: 0;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 > div:first-child {
  padding-top: 64px;
  background: #FFFFFF;
  border-radius: 16px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 > div:first-child h3,
.servicios .tabs_servicios .servicio-label-1#tabs-2 > div:first-child p {
  padding: 0 24px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa {
  padding: 0 40px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa h3 {
  text-align: right;
  padding-top: 0;
  color: #FFFFFF;
  font-size: 36px;
  font-family: "Lufga";
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form {
  background: #FFFFFF;
  padding: 36px 40px 40px 40px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 8px;
  gap: 16px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form div input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 0.5px solid #1D2955;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form div input::placeholder {
  font-family: "Lufga";
  color: #1D2955;
  font-size: 14px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form select,
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 0.5px solid #1D2955;
  font-family: "Lufga";
  color: #1D2955;
  font-size: 14px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form textarea {
  margin-top: 8px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form textarea::placeholder {
  font-family: "Lufga";
  color: #1D2955;
  font-size: 14px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa form input[type=submit] {
  margin: 0 auto;
  display: block;
  background: #1D2955;
  color: #FFFFFF;
  border: 1px solid #64B5E5;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 24px;
  box-shadow: 0 0 4px 0 #64B5E5;
  margin-top: 25px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa .owl-nav .owl-prev {
  margin-left: -30px;
}
.servicios .tabs_servicios .servicio-label-1#tabs-2 .contacto-rampa .owl-nav .owl-next {
  margin-right: -30px;
}
.servicios .tabs_servicios .informacion-interes {
  margin-top: 24px;
  padding: 12px 44px;
}
.servicios .tabs_servicios .informacion-interes p {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 150px;
}
.servicios .tabs_servicios .informacion-interes a {
  font-size: 10px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  text-decoration: none;
  transition: all ease 0.5s;
  padding: 0 8px;
  border: 1px solid #64B5E5;
  border-radius: 8px;
}
.servicios .tabs_servicios .informacion-interes a img {
  vertical-align: middle;
}
.servicios .tabs_servicios .informacion-interes a:hover {
  background: #64B5E5;
  transition: all ease 0.5s;
}

.informacion-interes {
  padding: 60px 40px;
}
.informacion-interes h2 {
  text-align: center;
  margin-bottom: 40px;
}
.informacion-interes .container {
  max-width: 1000px;
  margin: 0 auto;
}
.informacion-interes .owl-informacion-interes {
  position: relative;
}
.informacion-interes .owl-informacion-interes .owl-nav {
  position: absolute;
  top: 50%;
  left: -40px;
  right: -40px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
  transform: translateY(-50%);
  pointer-events: none;
  /* clave */
  border-radius: 10px;
}
.informacion-interes .owl-informacion-interes .owl-nav button {
  pointer-events: auto;
  /* solo el botón es clickeable */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0px solid #ccc;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}
.informacion-interes .owl-informacion-interes .owl-nav button:hover {
  background: transparent;
  color: #fff;
}
.informacion-interes .item {
  padding: 10px;
}
.informacion-interes {
  /* link clickable */
}
.informacion-interes .info-link {
  display: grid;
  grid-template-columns: 1fr 45px;
  align-items: center;
  /* justify-content:space-between; */
  gap: 12px;
  text-decoration: none;
  color: #000;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.25s ease;
  border: 1px solid black;
  /* width: 100%; */
}
.informacion-interes .info-link:hover {
  color: #0077b6;
}
@media (max-width: 1024px) {
  .informacion-interes .info-link {
    display: flex;
    flex-wrap: wrap;
  }
}
.informacion-interes .info-link img {
  width: 21px;
  height: 25px;
  /* flex-shrink:0; */
}
.informacion-interes {
  /* texto */
}
.informacion-interes .info-text {
  flex: 1;
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
}

.elegimos {
  padding: 40px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .elegimos {
    padding-bottom: 40px;
  }
}
.elegimos .container {
  max-width: 1120px;
  margin: 0 auto;
}
.elegimos .container .titular {
  width: 260px;
  padding: 40px 24px 40px 8px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .elegimos .container .titular {
    width: 100%;
  }
}
.elegimos .container .titular h2 {
  margin: 0;
  font-size: 48px;
  font-family: "Lufga";
}
.elegimos .container .titular h2 span {
  color: #64B5E5;
}
.elegimos .container .titular p {
  font-size: 14px;
}
.elegimos .container .owl-elegimos {
  width: calc(100% - 280px);
  display: inline-block;
  vertical-align: middle;
  padding: 40px;
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .elegimos .container .owl-elegimos {
    width: 100%;
  }
}
.elegimos .container .owl-elegimos .owl-stage {
  display: flex;
}
.elegimos .container .owl-elegimos .item {
  background: #1D2955;
  padding: 40px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.elegimos .container .owl-elegimos .item img {
  max-width: 84px;
  margin: 0 auto;
}
.elegimos .container .owl-elegimos .item h4 {
  color: #FFFFFF;
  text-align: center;
  margin-top: 24px;
  font-size: 24px;
  font-family: "Lufga";
}
.elegimos .container .owl-elegimos .item p {
  font-size: 14px;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
}
.elegimos .container .owl-elegimos .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 93%;
}
@media (max-width: 1024px) {
  .elegimos .container .owl-elegimos .owl-nav {
    display: none;
  }
}
.elegimos .container .owl-elegimos .owl-nav .owl-prev {
  margin-left: -30px;
}
.elegimos .container .owl-elegimos .owl-nav .owl-next {
  margin-right: -30px;
}
.elegimos .container .owl-elegimos .owl-dots {
  margin-top: 24px !important;
}
.elegimos .container .owl-elegimos .owl-dots button {
  margin: 0 12px;
}
.elegimos .container .owl-elegimos .owl-dots button span {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  margin: 0;
  border: 1px solid #1D2955;
}
.elegimos .container .owl-elegimos .owl-dots button.active span {
  background: #64B5E5;
  transition: all ease 0.5s;
}
.elegimos .container .owl-elegimos .owl-dots button:hover span {
  background: #64B5E5;
  transition: all ease 0.5s;
}

.estamos-conectados {
  display: grid;
  grid-template-columns: 60% 40%;
}
@media (max-width: 1024px) {
  .estamos-conectados {
    grid-template-columns: 100%;
  }
}
.estamos-conectados .info-conectados {
  padding: 40px 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.estamos-conectados .info-conectados h2 {
  font-size: 56px;
  color: #FFFFFF;
  font-family: "Lufga";
  font-weight: normal;
  margin-bottom: 32px;
  margin-top: 30px;
  line-height: 1;
}
.estamos-conectados .info-conectados h2 span {
  color: #64B5E5;
  display: block;
}
@media (max-width: 500px) {
  .estamos-conectados .info-conectados h2 span {
    font-size: 35px;
  }
}
.estamos-conectados .info-conectados div {
  margin-bottom: 8px;
}
.estamos-conectados .info-conectados div p {
  color: #FFFFFF;
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
}
.estamos-conectados .form-escribenos {
  padding: 12px 40px 40px 40px;
}
@media (max-width: 1024px) {
  .estamos-conectados .form-escribenos {
    padding: 20px;
  }
}
.estamos-conectados .form-escribenos ul {
  text-align: right;
}
@media (max-width: 1024px) {
  .estamos-conectados .form-escribenos ul {
    text-align: center;
  }
}
.estamos-conectados .form-escribenos ul li {
  display: inline-block;
  padding: 4px 28px;
  border-left: 1px solid rgba(0, 0, 0, 0.16);
}
.estamos-conectados .form-escribenos ul li a {
  color: #64B5E5;
  font-size: 12px;
  padding: 4px 20px;
  border-radius: 5px;
}
.estamos-conectados .form-escribenos ul li:first-child {
  border-left: 0;
}
.estamos-conectados .form-escribenos ul li.ui-state-active a {
  background: rgba(100, 181, 229, 0.2);
  color: black;
  font-weight: 700;
}
.estamos-conectados .form-escribenos ul li:hover a {
  background: rgba(100, 181, 229, 0.2);
  color: black;
  font-weight: 700;
}
.estamos-conectados .form-escribenos h3 {
  text-align: center;
  margin: 28px 0;
  font-size: 28px;
  font-family: "Lufga";
}
.estamos-conectados .form-escribenos form div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 8px;
  gap: 16px;
}
.estamos-conectados .form-escribenos form div input {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 0.5px solid #1D2955;
}
.estamos-conectados .form-escribenos form div input::placeholder {
  font-family: "Lufga";
  color: #1D2955;
  font-size: 14px;
}
.estamos-conectados .form-escribenos form select,
.estamos-conectados .form-escribenos form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 0.5px solid #1D2955;
  font-family: "Lufga";
  color: #1D2955;
  font-size: 14px;
}
.estamos-conectados .form-escribenos form textarea {
  margin-top: 8px;
}
.estamos-conectados .form-escribenos form textarea::placeholder {
  font-family: "Lufga";
  color: #1D2955;
  font-size: 14px;
}
.estamos-conectados .form-escribenos form input[type=submit] {
  margin: 0 auto;
  display: block;
  background: #1D2955;
  color: #FFFFFF;
  border: 1px solid #64B5E5;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 24px;
  box-shadow: 0 0 4px 0 #64B5E5;
  margin-top: 25px;
}

#espana #subtabsservicio > ul {
  display: none;
}
#espana #tabs-servicio-1 h4 {
  margin-bottom: 16px;
}

.conocenos .filas2,
.vision .filas2,
.mision .filas2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 1024px) {
  .conocenos .filas2,
  .vision .filas2,
  .mision .filas2 {
    grid-template-columns: 100%;
  }
}
.conocenos .filas2 img,
.vision .filas2 img,
.mision .filas2 img {
  width: 100%;
}
.conocenos .filas2 .texto,
.vision .filas2 .texto,
.mision .filas2 .texto {
  padding: 40px 80px;
}
@media (max-width: 1024px) {
  .conocenos .filas2 .texto,
  .vision .filas2 .texto,
  .mision .filas2 .texto {
    padding: 40px;
  }
}
.conocenos .filas2 .texto h2,
.vision .filas2 .texto h2,
.mision .filas2 .texto h2 {
  font-size: 40px;
  color: #64B5E5;
  font-family: "Lufga-light";
  margin: 0;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .conocenos .filas2 .texto h2,
  .vision .filas2 .texto h2,
  .mision .filas2 .texto h2 {
    font-size: 26px;
  }
}
.conocenos .filas2 .texto p,
.vision .filas2 .texto p,
.mision .filas2 .texto p {
  margin: 0;
  font-size: 14px;
  color: #1D2955;
  text-align: justify;
  line-height: 1.5;
  word-spacing: -1px;
}

.cifras-nuestros-trabajos {
  padding: 80px;
}
@media (max-width: 1024px) {
  .cifras-nuestros-trabajos {
    padding: 40px;
  }
}
.cifras-nuestros-trabajos h2 {
  font-size: 48px;
  margin: 0;
  font-family: "Lufga-light";
  font-weight: normal;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .cifras-nuestros-trabajos h2 {
    font-size: 26px;
  }
}
.cifras-nuestros-trabajos h2 span {
  display: block;
  font-family: "Lufga";
}
.cifras-nuestros-trabajos .owl-cifas {
  padding: 0 47px;
}
@media (max-width: 1024px) {
  .cifras-nuestros-trabajos .owl-cifas {
    padding: 0;
  }
}
.cifras-nuestros-trabajos .owl-cifas .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  z-index: -2;
}
@media (max-width: 1024px) {
  .cifras-nuestros-trabajos .owl-cifas .owl-nav {
    display: none;
  }
}
.cifras-nuestros-trabajos .owl-cifas .owl-nav .owl-prev {
  margin-left: -33px;
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  .cifras-nuestros-trabajos .owl-cifas .owl-nav .owl-prev {
    margin-left: -30px;
  }
}
.cifras-nuestros-trabajos .owl-cifas .owl-nav .owl-prev:hover {
  margin-left: -43px;
}
.cifras-nuestros-trabajos .owl-cifas .owl-nav .owl-next {
  margin-right: 70px;
  transition: all ease 0.5s;
}
@media (max-width: 1024px) {
  .cifras-nuestros-trabajos .owl-cifas .owl-nav .owl-next {
    margin-right: -30px;
  }
}
.cifras-nuestros-trabajos .owl-cifas .owl-nav .owl-next:hover {
  margin-right: 52px;
}
.cifras-nuestros-trabajos .owl-cifas .owl-dots {
  margin-top: 24px !important;
}
.cifras-nuestros-trabajos .owl-cifas .owl-dots button {
  margin: 0 12px;
}
.cifras-nuestros-trabajos .owl-cifas .owl-dots button span {
  width: 16px;
  height: 16px;
  background: #D9D9D9;
  margin: 0;
  border: 1px solid black;
}
.cifras-nuestros-trabajos .owl-cifas .owl-dots button.active span {
  background: #64B5E5;
  transition: all ease 0.5s;
}
.cifras-nuestros-trabajos .owl-cifas .owl-dots button:hover span {
  background: #64B5E5;
  transition: all ease 0.5s;
}
.cifras-nuestros-trabajos .owl-cifas .numero {
  color: #64B5E5;
  font-size: 48px;
  font-family: "Lufga";
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
.cifras-nuestros-trabajos .owl-cifas .texto {
  font-size: 12px;
}
.cifras-nuestros-trabajos .owl-cifas .owl-item.active .item {
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .cifras-nuestros-trabajos .owl-cifas .owl-item.active .item {
    padding: 0px;
  }
}

.nuestros-pilares {
  background: #f2f2f2;
  padding: 60px 0;
}
.nuestros-pilares h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 36px;
  color: #192958;
  font-family: "Lufga";
}
.nuestros-pilares .pilar-card {
  text-align: center;
  padding: 20px 25px;
}
.nuestros-pilares .pilar-card h3 {
  font-family: "Lufga";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1f2e5c;
}
.nuestros-pilares .pilar-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #1D2955;
}
.nuestros-pilares .pilar-card .pilar-icono {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: #1f2e5c;
  clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#nosotros .soporte-operativo {
  padding-top: 80px;
}

.conocenos img + img {
  display: none;
}
@media (max-width: 1024px) {
  .conocenos img + img {
    display: block;
  }
}
@media (max-width: 1024px) {
  .conocenos img {
    order: 2;
  }
  .conocenos img:first-child {
    display: none;
  }
}

.vision img + img {
  display: none;
}
@media (max-width: 1024px) {
  .vision img + img {
    display: block;
  }
}
@media (max-width: 1024px) {
  .vision img:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .mision img {
    display: none;
  }
}

.c-services [hidden] {
  display: none !important;
}

.c-services {
  background: #1D2955;
  color: #FFFFFF;
  padding: 56px 0;
}

.c-services__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.c-services__title {
  font-size: clamp(32px, 3.4vw, 44px);
  line-height: 1.05;
  margin: 0 0 10px;
  font-weight: 500;
}

.c-services__subtitle {
  margin: 0 0 16px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.78);
  max-width: 640px;
}

.c-desktopOnly {
  display: block;
}

.c-mobileOnly {
  display: none;
}

.c-mainTabs {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.c-mainTabs__sep {
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
}

.c-mainTabs__link {
  text-decoration: none;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  transition: 0.2s ease;
}

.c-mainTabs__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.c-mainTabs__link.is-active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.14);
}

.c-panels {
  margin-top: 18px;
}

.c-panel {
  display: none;
}

.c-panel.is-active {
  display: block;
}

.c-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 34px;
  align-items: start;
}

/* ===== Left card ===== */
.c-leftCard {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  color: #0f1b3a;
}

.c-leftCard__top {
  padding: 18px 18px 12px;
}
.c-leftCard__top p {
  font-size: 15px;
}

.c-leftCard__title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
}

.c-leftCard__desc {
  margin: 0 0 10px;
  font-size: 12px;
  color: rgba(15, 27, 58, 0.75);
}

.c-leftCard__media {
  margin: 0;
  height: 100%;
  background: #e9eef8;
}

.c-leftCard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== Side tabs ===== */
.c-sideTabs {
  display: grid;
  gap: 10px;
}

.c-sideTabs__link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(15, 27, 58, 0.88);
  font-size: 15px;
  transition: 0.2s ease;
}

.c-sideTabs__link:hover {
  background: rgba(90, 167, 230, 0.12);
}

.c-sideTabs__link.is-active {
  background: rgba(100, 181, 229, 0.4);
  color: #1D2955;
  font-weight: bold;
}

.c-sideTabs__arrow {
  font-weight: 700;
  opacity: 0.85;
}

/* ===== Right ===== */
.c-right {
  min-width: 0;
}

.c-right__title {
  text-align: right;
  margin: 0 0 12px;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 500;
}

h3.c-right__title:first-child {
    margin: 50px 0 0;
}

h3.c-right__title {
    margin: 100px 0 20px;
}

p.note {
    font-size: 13px;
    line-height: 1.4;
}

.c-parrafo-sub {
  text-align: right;
}

/* ===== Sub tabs (country) ===== */
.c-subTabs {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 16px;
  margin: 6px 0 16px;
  flex-wrap: wrap;
}

.c-subTabs__sep {
  color: rgba(255, 255, 255, 0.35);
  user-select: none;
}

.c-subTabs__link {
  text-decoration: none;
  color: #fff;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  transition: 0.2s ease;
}

.c-subTabs__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.c-subTabs__link.is-active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.14);
}

.c-carousel {
  position: relative;
  padding: 10px 42px 34px;
}

/* Fix “distorsión”: oculto hasta listo */
.c-carousel .c-carousel__track {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.18s ease;
}

.c-carousel.is-ready .c-carousel__track {
  opacity: 1;
}

.c-carousel__viewport {
  overflow: hidden;
}

.c-carousel__track {
  display: flex;
  gap: 18px;
  will-change: transform;
}

.c-carousel__slide {
  flex: 0 0 auto;
  /* JS setea el ancho */
  min-width: 0;
}

/* Slide card */
.c-slide {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  color: #0f1b3a;
  width: 100%;
  min-height: 320px;
}

.c-slide__icon img {
  max-width: 80px;
}

.c-slide__info {
  padding: 26px 26px 18px;
  display: grid;
  align-content: center;
  gap: 12px;
}

.c-slide__icon {
  color: #2f7cc3;
  opacity: 0.9;
  font-size: 32px;
}

.c-slide__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.c-slide__text {
  margin: 0;
  font-size: 14px;
  color: rgba(15, 27, 58, 0.75);
  line-height: 1.45;
}

.c-slide__media {
  margin: 0;
  background: #e9eef8;
}

.c-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* arrows (JS) */
.c-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  background: rgba(0, 0, 0, 0);
  transition: 0.2s ease;
  z-index: 3;
  user-select: none;
}

.c-carousel__arrow:hover {
  background: rgba(255, 255, 255, 0.08);
}

.c-carousel__arrow--prev {
  left: 0;
}

.c-carousel__arrow--next {
  right: 0;
}

/* dots (JS) */
.c-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 3;
}

.c-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
  display: block;
  text-decoration: none;
}

.c-carousel__dot.is-active {
  background: #5aa7e6;
}

/* Buttons */
.c-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  text-decoration: none;
  width: fit-content;
  cursor: pointer;
}

.c-btn--ghost {
  border: 1px solid rgba(15, 27, 58, 0.22);
  color: rgba(15, 27, 58, 0.92);
  background: transparent;
}

.c-btn--ghost:hover {
  background: rgba(90, 167, 230, 0.12);
}

.c-btn--primary {
  border: 0;
  background: #0b2a57;
  color: #fff;
  padding: 12px 18px;
  margin: 18px auto 0;
}

/* Form */
.c-formCard {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 22px;
  color: #0f1b3a;
}

.c-formCard__title {
  margin: 0 0 14px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.c-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.c-field {
  display: grid;
  gap: 6px;
}

.c-field--full {
  grid-column: 1/-1;
}

.c-field__label {
  font-size: 11px;
  color: rgba(15, 27, 58, 0.7);
}

.c-field__control {
  width: 100%;
  border: 1px solid #cfd7e6;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  outline: none;
}

.c-field__control:focus {
  border-color: #5aa7e6;
  box-shadow: 0 0 0 3px rgba(90, 167, 230, 0.2);
}

.c-formHint {
  margin: 10px 0 0;
  font-size: 11px;
  color: rgba(15, 27, 58, 0.65);
  text-align: center;
}

/* Empty */
.c-empty {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 18px;
  color: rgba(255, 255, 255, 0.85);
}

/* ===== MOBILE dropdowns ===== */
.c-mobileAcc {
  margin-top: 14px;
  display: none;
  gap: 12px;
}

.c-acc {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

.c-acc__summary {
  width: 100%;
  border: 0;
  background: white;
  cursor: pointer;
  padding: 12px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #1d2955;
  text-align: left;
}

.c-acc__panel {
  padding: 8px 10px 10px;
  display: grid;
  gap: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.c-acc__option {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.c-acc__option:hover {
  background: rgba(255, 255, 255, 0.12);
}

.c-acc__option.is-active {
  background: rgba(90, 167, 230, 0.35);
  color: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
  .c-desktopOnly {
    display: none;
  }
  .c-mobileOnly {
    display: block;
  }
  .c-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .c-right__title {
    text-align: left;
  }
  .c-carousel {
    padding: 10px 0 34px;
    margin-bottom: 35px;
  }
  .c-carousel__arrow {
    display: none;
  }
  /* swipe */
  .c-slide {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .c-slide__media {
    height: 240px;
  }
  .c-leftCard__media {
    height: 220px;
  }
  .c-form__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .c-services {
    padding: 42px 0;
  }
  .c-services__container {
    padding: 0 16px;
  }
}
.novedades-interna #tabs {
  padding: 40px 80px;
  text-align: right;
}
@media (max-width: 990px) {
  .novedades-interna #tabs {
    padding: 40px 20px;
  }
}
.novedades-interna #tabs ul {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  border-radius: 25px;
  border: 0.5px solid #64B5E5;
  padding: 8px 0;
}
@media (max-width: 769px) {
  .novedades-interna #tabs ul {
    display: flex;
    justify-content: center;
  }
}
.novedades-interna #tabs ul li {
  display: inline-block;
  border-left: 0.5px solid #1D2955;
}
.novedades-interna #tabs ul li:first-child {
  border-left: 0;
}
.novedades-interna #tabs ul li a {
  font-size: 12px;
  color: #64B5E5;
  padding: 0 30px;
}
.novedades-interna #tabs ul li.ui-tabs-active a {
  color: black;
  font-weight: 700;
}
.novedades-interna #tabs-1 {
  text-align: left;
  margin-top: -37px;
}
.novedades-interna #tabs-1 ul {
  border: 0;
}
@media (max-width: 769px) {
  .novedades-interna #tabs-1 ul {
    margin-top: 57px;
    flex-wrap: wrap;
  }
}
.novedades-interna #tabs-1 ul li {
  border-color: #64B5E5;
}
.novedades-interna #tabs-1 ul li a {
  color: black;
  font-size: 16px;
}
.novedades-interna #tabs-1 ul li:first-child a {
  padding-left: 0;
}
.novedades-interna #tabs-1 .grid-noticias {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 16px;
  margin-top: 16px;
}
@media (max-width: 990px) {
  .novedades-interna #tabs-1 .grid-noticias {
    grid-template-columns: auto;
  }
}
.novedades-interna #tabs-1 .grid-noticias img {
  width: 100%;
  border-radius: 15px;
}
.novedades-interna #tabs-1 .grid-noticias .card-noticia {
  position: relative;
}
.novedades-interna #tabs-1 .grid-noticias .card-noticia .card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.novedades-interna #tabs-1 .grid-noticias .card-noticia .boton-vermas2 {
  position: relative;
  z-index: 2;
}
.novedades-interna #tabs-1 .grid-noticias .card-noticia .boton-vermas2 a {
  color: #1D2955;
  font-size: 15px;
  font-weight: 600;
}
.novedades-interna #tabs-1 .grid-noticias .card-noticia .boton-vermas2 a:hover {
  text-decoration: underline;
}
.novedades-interna #tabs-1 .grid-noticias div {
  margin-top: 16px;
}
.novedades-interna #tabs-1 .grid-noticias div h2 {
  color: #1D2955;
  font-size: 22px;
  font-family: "Verdana";
  font-weight: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  min-height: 2.6em;
  margin-bottom: 10px;
}
.novedades-interna #tabs-1 .grid-noticias div p {
  margin: 0;
  font-size: 14px;
  color: #1D2955;
  font-family: "Verdana";
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  min-height: 3.6em;
  margin-bottom: 10px;
}

.tabs-terminos ul {
  padding: 40px;
  width: 300px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.tabs-terminos ul li {
  padding: 20px 0;
  border-bottom: 1px solid #64B5E5;
}
.tabs-terminos ul li:last-child {
  border-bottom: 0;
}
.tabs-terminos ul li a {
  color: #1D2955;
  font-size: 14px;
}
.tabs-terminos ul li.ui-tabs-active a {
  background: #1D2955;
  color: white;
  padding: 14px 22px;
  border-radius: 8px;
}
.tabs-terminos ul + div {
  width: calc(100% - 310px);
  display: inline-block;
  vertical-align: top;
}
.tabs-terminos .ui-tabs-panel {
  background: #F5F5F5;
  padding: 80px;
}
.tabs-terminos .ui-tabs-panel h4 {
  color: #1D2955;
  font-family: "Lufga";
  font-size: 14px;
}
.tabs-terminos .ui-tabs-panel p {
  font-size: 12px;
  color: #1D2955;
  font-family: "Lufga";
}
.tabs-terminos .ui-tabs-panel .ui-accordion-header {
  cursor: pointer;
  color: #1D2955;
  font-family: "Lufga";
  font-size: 14px;
  padding: 16px 0;
  border-top: 1px solid #1D2955;
  position: relative;
}
.tabs-terminos .ui-tabs-panel .ui-accordion-header:after {
  content: "";
  background-image: url(../images/mas.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  right: 0;
}
.tabs-terminos .ui-tabs-panel .ui-accordion-header.ui-state-active {
  border-bottom: 1px solid #1D2955;
}
.tabs-terminos .ui-tabs-panel .ui-accordion-header.ui-state-active:after {
  content: "";
  background-image: url(../images/menos.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 17px;
  display: inline-block;
}

.libro-reclamaciones {
  --lr-primary: #22356f;
  --lr-secondary: #67b8ee;
  --lr-bg: #ffffff;
  --lr-bg-alt: #F5F5F5;
  --lr-border: #22356f;
  --lr-text: #22356f;
  --lr-radius: 10px;
  --lr-container: 1280px;
  --lr-content: 960px;
  padding: 0;
  background: #fff;
  color: var(--lr-text);
  font-family: "Nunito", sans-serif;
}
.libro-reclamaciones * {
  box-sizing: border-box;
}
.libro-reclamaciones__container {
  width: 100%;
  max-width: var(--lr-container);
  margin: 0 auto;
}
.libro-reclamaciones__form {
  width: 100%;
}
.libro-reclamaciones__title {
  margin: 0;
  padding: 58px 20px 48px;
  text-align: center;
  font-size: 51px;
  line-height: 1.12;
  font-weight: 400;
  color: var(--lr-primary);
}
.libro-reclamaciones__block {
  background: var(--lr-bg);
}
.libro-reclamaciones__block--alt {
  background: var(--lr-bg-alt);
}
.libro-reclamaciones__inner {
  max-width: var(--lr-content);
  margin: 0 auto;
  padding: 56px 20px;
}
.libro-reclamaciones__subtitle {
  margin: 0 0 26px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--lr-primary);
}
.libro-reclamaciones__subtitle--small {
  margin-top: 18px;
  font-size: 18px;
}
.libro-reclamaciones__fecha {
  margin-bottom: 22px;
}
.libro-reclamaciones__fecha-valor {
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--lr-primary);
}
.libro-reclamaciones__fecha-label {
  font-size: 12px;
  line-height: 1.4;
  color: var(--lr-primary);
}
.libro-reclamaciones__empresa {
  margin-bottom: 22px;
}
.libro-reclamaciones__empresa p {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--lr-primary);
}
.libro-reclamaciones__empresa strong {
  font-weight: 800;
}
.libro-reclamaciones__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 14px;
}
.libro-reclamaciones__row--documento {
  grid-template-columns: 264px 1fr;
}
.libro-reclamaciones__row--contacto {
  grid-template-columns: 1fr 246px;
  align-items: start;
}
.libro-reclamaciones__row--monto {
  grid-template-columns: 163px 1fr;
  align-items: end;
}
.libro-reclamaciones__field {
  width: 100%;
}
.libro-reclamaciones__field--full {
  width: 100%;
}
.libro-reclamaciones label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--lr-primary);
}
.libro-reclamaciones input[type=text],
.libro-reclamaciones input[type=email],
.libro-reclamaciones input[type=tel],
.libro-reclamaciones input[type=number],
.libro-reclamaciones input[type=file],
.libro-reclamaciones select,
.libro-reclamaciones textarea {
  width: 100%;
  border: 1.5px solid var(--lr-border);
  border-radius: var(--lr-radius);
  background: transparent;
  color: var(--lr-primary);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  outline: none;
  box-shadow: none;
}
.libro-reclamaciones input[type=text]::placeholder,
.libro-reclamaciones input[type=email]::placeholder,
.libro-reclamaciones input[type=tel]::placeholder,
.libro-reclamaciones input[type=number]::placeholder,
.libro-reclamaciones input[type=file]::placeholder,
.libro-reclamaciones select::placeholder,
.libro-reclamaciones textarea::placeholder {
  color: var(--lr-primary);
  opacity: 0.85;
}
.libro-reclamaciones input[type=text]:focus,
.libro-reclamaciones input[type=email]:focus,
.libro-reclamaciones input[type=tel]:focus,
.libro-reclamaciones input[type=number]:focus,
.libro-reclamaciones input[type=file]:focus,
.libro-reclamaciones select:focus,
.libro-reclamaciones textarea:focus {
  border-color: var(--lr-secondary);
}
.libro-reclamaciones input[type=text],
.libro-reclamaciones input[type=email],
.libro-reclamaciones input[type=tel],
.libro-reclamaciones input[type=number],
.libro-reclamaciones select {
  height: 40px;
  padding: 0 14px;
}
.libro-reclamaciones textarea {
  min-height: 75px;
  padding: 12px 14px;
  resize: vertical;
}
.libro-reclamaciones__select-wrap {
  position: relative;
}
.libro-reclamaciones__select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid var(--lr-secondary);
  border-bottom: 1.5px solid var(--lr-secondary);
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.libro-reclamaciones__select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
}
.libro-reclamaciones__help {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.4;
  color: var(--lr-primary);
}
.libro-reclamaciones__checks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 18px;
}
.libro-reclamaciones__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  margin-bottom: 0;
}
.libro-reclamaciones__check input {
  display: none;
}
.libro-reclamaciones__check-box {
  position: relative;
  width: 19px;
  min-width: 19px;
  height: 19px;
  border: 1.5px solid var(--lr-border);
  border-radius: 4px;
  margin-top: 2px;
}
.libro-reclamaciones__check input:checked + .libro-reclamaciones__check-box::after, .libro-reclamaciones__check input:checked + span::after {
  content: "×";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  color: var(--lr-primary);
}
.libro-reclamaciones__check-text {
  font-size: 16px;
  line-height: 1.55;
  color: var(--lr-primary);
}
.libro-reclamaciones__check-text strong {
  font-weight: 800;
}
.libro-reclamaciones__check-text a {
  color: var(--lr-primary);
  font-weight: 800;
  text-decoration: underline;
}
.libro-reclamaciones__file-wrap {
  position: relative;
}
.libro-reclamaciones__file-wrap input[type=file] {
  height: 40px;
  padding: 8px 46px 8px 14px;
  font-size: 13px;
  line-height: 1.4;
  cursor: pointer;
}
.libro-reclamaciones__file-wrap input[type=file]::file-selector-button {
  display: none;
}
.libro-reclamaciones__file-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1.5px solid var(--lr-secondary);
  border-radius: 4px;
  color: var(--lr-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  pointer-events: none;
}
.libro-reclamaciones__text {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lr-primary);
}
.libro-reclamaciones__notes {
  margin-top: 18px;
}
.libro-reclamaciones__notes p {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--lr-primary);
}
.libro-reclamaciones__submit {
  background: var(--lr-bg);
  text-align: center;
  padding: 70px 20px 62px;
}
.libro-reclamaciones__submit button {
  min-width: 140px;
  height: 36px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--lr-primary);
  color: #fff;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.libro-reclamaciones__submit button:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}
.libro-reclamaciones__submit button span {
  font-size: 20px;
  line-height: 1;
}
.libro-reclamaciones__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 991px) {
  .libro-reclamaciones__title {
    font-size: 40px;
    padding: 48px 20px 38px;
  }
  .libro-reclamaciones__inner {
    padding: 42px 20px;
  }
  .libro-reclamaciones__row--documento, .libro-reclamaciones__row--contacto, .libro-reclamaciones__row--monto {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .libro-reclamaciones__title {
    font-size: 30px;
    padding: 36px 16px 30px;
  }
  .libro-reclamaciones__subtitle {
    font-size: 20px;
  }
  .libro-reclamaciones__subtitle--small {
    font-size: 18px;
  }
  .libro-reclamaciones__inner {
    padding: 32px 16px;
  }
  .libro-reclamaciones__empresa p, .libro-reclamaciones__check-text, .libro-reclamaciones__text {
    font-size: 14px;
  }
  .libro-reclamaciones__notes p {
    font-size: 12px;
  }
  .libro-reclamaciones input[type=text],
  .libro-reclamaciones input[type=email],
  .libro-reclamaciones input[type=tel],
  .libro-reclamaciones input[type=number],
  .libro-reclamaciones select {
    height: 46px;
  }
  .libro-reclamaciones textarea {
    min-height: 92px;
  }
  .libro-reclamaciones__submit {
    padding: 48px 16px 50px;
  }
  .libro-reclamaciones__submit button {
    min-width: 132px;
    height: 42px;
    font-size: 17px;
  }
}

/*# sourceMappingURL=main.css.map */
