/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
@import url("../fonts/montserrat/font-montserrat.css");
:root {
  --bg-blue: #1880c2;
  --bg-facebook: #3b5998;
  --blue-soft: #9ed0ef;
  --color-skyblue: #8eafc7;
  --color-blue: #0d68a8;
  --color-purple: #722dca;
  --color-violet: #c92ca7;
  --color-red: #cb303a;
  --color-orange: #ca702f;
  --main-color: #231f20;
  --color-white: #fff;
  --color-gray: #62696b;
  --font-page: "Montserrat", sans-serif;
  --black-color: #231f20;
  --white-color: #eaf0f6;
  --Gray-color: #e6e6e8;
  --blue-color: #0d68a8;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: var(--font-page);
  font-weight: 400;
  font-style: normal;
}
html,
body {
  overflow-x: hidden;
}
body {
  overflow-y: hidden;
}
*,
::after,
::before {
  box-sizing: border-box;
}
p {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: var(--blue-color);
  font-size: 16px;
}
h2 {
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--main-color);
}
h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.text-right {
  text-align: right !important;
}
.date-time {
  color: var(--blue-color);
  /* text-align: right !important; */
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 25px;
}
ol,
ul {
  font-size: 16px;
}
ol li {
  margin-bottom: 15px;
}
ol li strong,
ol li b {
  font-weight: 700;
  display: block;
}
form input.red > div {
  border: transparent !important;
}
.red,
.red > *,
input.red::placeholder,
textarea.red::placeholder,
select.red {
  color: var(--color-red) !important;
}
form input.red,
select.red {
  border: 1px solid red !important;
}
form label {
  position: relative;
  padding-left: 30px;
}
form label > input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
}
form input[type="checkbox"].red::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid red !important;
}
.WhatsApp {
  position: fixed;
  width: 71px;
  height: 71px;
  right: 10px;
  bottom: 75px;
  text-align: center;
  padding: 3px;
  z-index: 999;
  animation: bounce 2.3s infinite;
}
.WhatsApp img {
  width: 65px;
  height: 65px;
}
.letter,
.current-news * {
  text-align: justify;
}
.letter img {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
}
table {
  display: table;
  width: 100%;
}
table td {
  border: 1px solid #ccc;
  font-size: 13px;
  text-align: left;
  padding: 5px;
}
@media (min-width: 991px) {
  .letter img {
    width: 100%;
  }
}
/**/
main {
  padding-top: 170px;
}
.header nav ul li {
  list-style: none;
  position: relative;
}
.header nav > ul > li > a {
  text-decoration: none;
  display: inline-block;
  line-height: 1.2;
}
.header {
  background: var(--bg-blue);
  position: fixed;
  z-index: 999;
}
.menu-nav {
  position: relative;
  display: flex;
}
.main-menu {
  order: 2;
}
.contact-info {
  order: 1;
}
.img-logo {
  position: absolute;
  height: auto;
  top: 43px;
  left: 0%;
  z-index: 999;
}
.img-logo img {
  width: auto;
  height: auto;
  max-height: 79px;
}
a.img-logo::before {
  content: "";
  position: absolute;
  display: block;
  background: var(--color-white);
  height: 100%;
  width: 500%;
  top: 0;
  right: 100%;
}
/**/
.ui-to-top.active {
  background: var(--blue-soft);
  transition: 0.4s ease-in;
}
.ui-to-top.active:hover {
  background: var(--blue-color);
  transition: 0.4s ease-out;
}
.fa-angle-up:before {
  content: "\2039";
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 6px;
  font-size: 40px;
}
[class*="fa-"]:before {
  font-weight: 300;
  /* font-family: 'FontAwesome'; */
}
.ui-to-top.active {
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .ui-to-top {
    width: 50px;
    height: 50px;
    line-height: 46px;
    right: 30px;
    bottom: 5px;
  }
}
.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 47px;
  color: #fff;
  background: #000;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: 0.45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
}
/* ------ */
.menu-data {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  margin-bottom: 0;
}
.menu-data a {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  transition: 0.4s ease;
}
.menu-data > li > a:hover,
.menu-data > li > a.active,
.menu-data > li:hover > a {
  transition: 0.4s ease;
  color: var(--color-white);
}
.menu-data li.submenu {
  padding-right: 20px;
}
.menu-info > li.paises > a {
  display: inline-flex;
  position: relative;
  align-items: center;
  top: 4px;
  margin: -4px 0;
}
.menu-data > li.submenu > a::after,
.menu-info > li.paises > a::after {
  content: "\2039";
  position: absolute;
  top: 60%;
  left: inherit;
  transform: translate(50%, -100%) rotate(-90deg);
  font-size: 30px;
}
.menu-info > li.paises > a::after {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 15px;
  top: 20%;
  left: 0%;
  transform: translate(-100%, 0%) rotate(-90deg);
  font-weight: 400;
}
.menu-data > li.submenu > a:hover::after {
  transition: 0.4s ease;
  color: var(--color-skyblue);
}
.menu_white .menu-data > li > a,
.menu_white .menu-data > li > a,
.menu_white .menu-data > li.submenu > a::after {
  color: var(--color-white);
}
.menu_white .menu-data > li.submenu.active > a::after {
  color: var(--color-skyblue);
}
@media (min-width: 1209px) {
  .menu_white .menu-data > li > a {
    color: var(--color-main);
  }
  .menu_white .menu-data > li > a,
  .menu_white .menu-data > li.submenu > a::after {
    color: var(--color-main);
  }
  .menu-data > li.submenu > a::after {
    left: 100%;
  }
}
.menu-data li:hover:not(:last-child) > a,
.menu_white .menu-data li > a.active,
.menu-data li.active a {
  font-weight: 500;
  transition: 0.4s ease;
  color: var(--color-skyblue);
}
.main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 19px 0;
}
.main-menu {
  position: relative;
}
.menu-data > li:not(:last-child, :nth-last-child(2)) {
  display: grid;
}
.menu-data > li > a {
  margin: 0 0 -30px 0px;
  padding: 0 0 30px 0px;
  display: inline-block;
  line-height: 1.2;
}
.menu-data > li:last-child > a {
  color: #231f20;
  background: var(--color-white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 50px;
}
.menu_white .menu-data > li:last-child > a {
  color: var(--color-white);
  background: var(--bg-blue);
}
.header.menu_white {
  background: rgb(255 255 255);
}
.menu-data > li:nth-last-child(2) > a,
a.plus {
  border-radius: 50px;
  padding: 0.5rem 1rem;
  background: var(--blue-soft);
  color: #231f20;
}
.menu-data > li:nth-last-child(2) > a,
.menu-data > li:last-child > a {
  margin-left: 20px;
}
a.plus {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 20px;
  margin-top: 3.5%;
  line-height: 2;
}
a.plus::after {
  content: "\279D";
  position: relative;
  line-height: 1.3;
  margin-left: 10px;
  font-size: 25px;
  display: inline-block;
  left: 0;
  transition: 0.4s cubic-bezier(0.27, 0.1, 0.24, 0.99);
}
a.plus:hover::after {
  left: 8px;
  transition: 0.4s cubic-bezier(0.27, 0.1, 0.24, 0.99);
}
.menu-data > li:nth-last-child(2) > a:hover {
  font-weight: normal !important;
}
/**/
.submenu:hover > ul,
.submenu ul > li:hover > ul {
  margin: 20px 0 0;
  padding: 1.5rem 1.5rem;
  visibility: visible;
  opacity: 1;
  transition: 0.8s ease;
  z-index: 9;
}
.submenu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transition: 0.8s ease;
  margin: 10px 0 0;
}
.submenu ul,
.submenu ul > li ul {
  position: relative;
  top: 0;
  left: 0;
  min-width: 300px;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  background: var(--color-white);
  box-shadow: 0px 0px 5px 0px #8b8b8b;
  border-radius: 10px;
  padding: 0;
  margin: -170px 0 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  z-index: -10;
}
.submenu ul > li ul {
  min-width: 250px;
}
.submenu ul > li > ul {
  margin: -100% 0 0px;
}
.submenu ul::before,
.submenu ul > li > ul::before,
.submenu > ul::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: none;
  z-index: 5;
}
.submenu > ul::before {
  border-bottom: 11px solid #fff;
}
.submenu ul > li > ul::before {
  top: 27px;
  left: -16px;
  rotate: 90deg;
  border-bottom: 11px solid #ffffff;
}
.submenu > ul::after {
  top: -10px;
  border-bottom: 11px solid #8b8b8b;
  z-index: 1;
}
.submenu ul > li > ul::after {
  content: "";
  position: absolute;
  top: 28px;
  left: -16px;
  rotate: 90deg;
  transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: none;
  z-index: 1;
}
.paises ul::after,
.paises ul::before {
  left: 78%; /*50%*/
}
.submenu ul > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 0;
  margin: 0;
}
.submenu ul > li > a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 0;
  margin: 0;
  color: #8b8b8b !important;
}
.submenu ul > li > a:hover {
  transition: 0.4s;
  color: var(--blue-color) !important;
  font-size: 14.5px;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 0;
  margin: 0;
  color: #8b8b8b !important;
}
.submenu ul > li > ul > li > a {
  color: rgb(13 104 168 / 0.5) !important;
}
.submenu ul > li > a:hover,
.submenu ul > li > a.active {
  color: var(--color-blue) !important;
  transition: 0.4s ease;
}
.menu-data > li:nth-last-child(2) {
  margin-top: 10px;
}
@media (min-width: 1209px) {
  .menu_white .menu-data li.active a,
  .menu_white .menu-data > li.submenu.active > a::after,
  .menu_white .menu-data li:hover:not(:last-child) > a {
    color: var(--color-blue);
  }
  .menu-data li.active a,
  .menu-data > li.submenu.active > a::after,
  .menu-data li:hover:not(:last-child) > a {
    color: var(--color-white);
  }
  .submenu:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 9;
    margin: 20px 0 0;
    transition: 0.8s ease;
  }
  .submenu ul > li > ul {
    margin: 0 0 0 -70px;
  }
  .submenu ul > li:hover > ul {
    left: 191.1%;
    margin: 0;
    transition: 1s ease;
  }
  .submenu ul > li:first-child:hover > ul {
    left: 194%;
  }
  .paises:hover ul {
    top: 15px; /*150%*/
  }
  .submenu > ul,
  .submenu ul > li > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    min-width: max-content;
    padding: 1.5rem 1.5rem;
    margin: 0;
    background: var(--color-white);
    box-shadow: 0px 0px 5px 0px #8b8b8b;
    border-radius: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease;
    z-index: -10;
  }
  .submenu ul > li > ul::before {
    border-bottom: 12px solid #ffffff;
  }
  .submenu ul > li > ul::after {
    border-bottom: 12px solid rgb(139 139 139 / 0.35);
  }
  .submenu ul > li > ul,
  .submenu ul > li + li > ul {
    top: -50% !important;
    left: 145%;
    transition: 0.45s ease;
  }
  .submenu ul > li > ul {
    left: 150%;
  }
  .paises ul {
    left: -150%; /*50%*/
    top: 0px;
  }
  .menu-data > li:nth-last-child(2) > a,
  .menu-data > li:last-child > a {
    margin: 0px;
  }
  .menu-data > li {
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .menu-data > li:nth-last-child(2) {
    margin-top: 0px;
  }
  .main-menu {
    padding: 19px 15px;
  }
}
/* ------ */
.menu-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}
.contact-info p {
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
}
.menu-info a {
  font-size: 14px;
  color: var(--color-skyblue);
}
.menu-info > li > a {
  margin-right: -5px;
}
.contact-info {
  padding-left: 0;
  position: relative;
  color: var(--color-skyblue);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 1;
}
.contact-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  background: #0b5488;
  z-index: -1;
}
.menu-info li::before,
.contact-info p::before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 4px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background: rgb(255 255 255 / 0.5);
  transition: 0.2s ease-out;
}
.menu-info li:hover::before {
  background: rgb(255 255 255 / 1);
  transition: 0.2s ease-in;
}
.contact-info p.address::before {
  mask-image: url(../img/iconos/marker.png);
  top: 3px;
}
.menu-info li:last-child::before {
  content: none;
}
.menu-info li.email::before {
  mask-image: url(../img/iconos/mail.png);
  margin-right: 8px;
  top: 3px;
}
.menu-info li.phone::before {
  mask-image: url(../img/iconos/telefono.png);
}
.menu-info li.computer::before {
  mask-image: url(../img/iconos/intranet.png);
  width: 25px;
}
/**/
.menu-info > li::after {
  content: "|";
  margin-left: 1rem;
  color: var(--color-skyblue);
  margin-right: 0;
}
.menu-info > li:last-child::after {
  content: none;
}
.menu-info li:hover,
.menu-info li.active.email::before {
  color: var(--color-white);
}
.menu-info li a:hover,
.menu-info li.active a {
  color: var(--color-white);
  font-weight: 500;
}
li.submenu.paises ul li::before {
  content: none;
}
.menu-info li.paises a span {
  color: var(--black-color);
  font-weight: 600;
  margin-left: 10px;
  transition: 0.3s ease-in;
}
.menu-info > li.paises > a > span {
  display: none;
  font-weight: 300;
  margin-left: 9px;
}
.menu-info > li.paises > a:hover > span {
  font-weight: 500;
}
.menu-info li.paises a span {
  color: var(--blue-blue);
  transition: 0.3s ease-in;
}
.menu-info li.paises ul > li {
  margin-bottom: -10px;
}
.btn_menu {
  cursor: pointer;
  content: "";
  height: 20px;
  width: 25px;
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 99;
}
.btn_menu::before {
  bottom: 0;
}
.btn_menu::after,
.btn_menu::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 2px solid var(--color-white);
  transition: 0.8s ease;
}
.btn_menu span {
  position: absolute;
  top: 45%;
  right: 0px;
  width: 100%;
  border-bottom: 2px solid var(--color-white);
  opacity: 1;
  transition: 0.8s ease;
}
.menu_white .btn_menu span,
.menu_white .btn_menu::after,
.menu_white .btn_menu::before {
  border-bottom: 2px solid var(--main-color);
}
.active.btn_menu::before {
  /* transition-delay: 0.1s; */
  -webkit-transform: translate3d(0, -9px, 0) rotate(-140deg);
  transform: translate3d(0, -9px, 0) rotate(-140deg);
  transition: 0.8s ease;
}
.btn_menu.active span {
  opacity: 0;
  width: 0%;
  transition: 0.8s ease;
}
.active.btn_menu::after {
  -webkit-transform: translate3d(0, 9px, 0) rotate(140deg);
  transform: translate3d(0, 9px, 0) rotate(140deg);
  /* transition-delay: 0.1s; */
  transition: 0.8s ease;
}
.col-12.contact-info * {
  font-weight: 300;
  color: rgb(255 255 255 / 0.6);
}
/**/
.box-style2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px;
  margin-bottom: 3rem;
}
.box-style2 img {
  max-width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.box-style2 h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #479ace;
  font-weight: 600;
  text-transform: uppercase;
}
.box-style2 p {
  margin: 0;
  font-size: 16px;
  color: #231f20;
  font-weight: 400;
}
.equipment {
  margin-top: 1.5rem;
}
.equipment h3,
.h2_title h3 {
  max-width: 920px;
  margin: 0 auto 2.5rem;
  color: #231f20;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.equipment-txt {
  font-weight: 400;
  font-size: 16px;
  color: #231f20;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  padding: 2rem 0.5rem;
}
.row.equipment:nth-child(2n + 3) .equipment-img {
  order: inherit;
}
.equipment-img {
  display: flex;
}
.equipment-img img {
  width: 100%;
  align-self: center;
  margin: auto;
}
@media (min-width: 767px) {
  .row.equipment:nth-child(2n + 3) .equipment-img {
    order: 2;
  }
  .equipment-txt {
    padding: 2rem 1.5rem;
  }
}
.vision h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.vision p {
  font-size: 16px;
  font-weight: 400;
}
.vision > .row > .col-12.col-md-6:first-child h2::after,
.vision > .row > .col-12.col-md-6:nth-child(2) h2::after {
  width: 37px;
  height: 37px;
  background-image: url(../img/svg/vision-svg.svg);
}
.vision > .row > .col-12.col-md-6:nth-child(2) h2::after {
  background-image: url(../img/svg/mision-svg.svg);
}
.vision > .row > .col-12.col-md-6 h2::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
  vertical-align: middle;
}
@media (min-width: 1089px) {
  .header .btn_menu {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .menu-data a {
    font-size: 13px;
  }
}
@media (max-width: 1210px) {
  main {
    padding-top: 120px;
  }
  .menu-nav div.row {
    position: fixed;
    top: 80px;
    left: 0;
    padding-top: 30px;
    background: rgb(0 0 0 / 0.8);
    max-width: 300px;
    z-index: -1;
    height: calc(100% - 62px);
    overflow-y: auto;
    margin-left: -300px;
    transition: 0.9s ease;
    opacity: 0;
  }
  nav .row.slide-right {
    margin-left: 0;
    opacity: 1;
    transition: 0.9s ease;
  }
  .contact-info {
    order: 2;
  }
  .header nav ul li {
    width: 100%;
  }
  .main-menu {
    flex-direction: column;
    margin-top: 0;
    justify-content: flex-start !important;
  }
  .menu-data {
    text-align: justify;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0px;
    width: auto;
  }
  .menu-data > li > a {
    padding: 0 0 30px 20px;
    font-size: 20px;
  }
  .contact-info {
    flex-direction: column;
    justify-content: flex-start !important;
  }
  .contact-info p {
    padding-left: 1rem;
    margin-bottom: 1.3rem;
  }
  .menu-info {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3rem;
    width: 100%;
    left: 20px; /*-8px */
  }
  .menu-info a {
    font-size: 20px;
  }
  .contact-info::before {
    background: transparent;
  }
  .menu-info li::after {
    content: none;
  }
  .menu-info li.email::before,
  .menu-info li.phone::before,
  .menu-info li.computer::before {
    font-size: 20px;
    padding-right: 0.5px;
  }
  .menu-info > li.paises {
    top: -2px;
  }
  .menu-info > li.paises > a > span {
    font-weight: 300 !important;
    display: inline-block;
  }
  .menu-info > li.paises a::after {
    color: var(--blue-blue);
  }
  .submenu.paises ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 1209px) {
  .header .btn_menu {
    display: block !important;
  }
  .menu-data {
    width: 100%;
  }
  .menu-nav {
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 80px;
  }
  .img-logo {
    position: relative;
    width: auto;
    top: 0;
  }
  .header {
    position: relative;
    display: flex;
    position: fixed;
    height: auto;
  }
  .img-logo img {
    height: 100px;
  }
  .paises ul::after,
  .paises ul::before {
    left: 50%;
  }
  .paises ul {
    left: -17px;
  }
}
p.address {
  position: relative;
  display: flex;
  left: 5px;
}
.bg-gray {
  background: #f4f6f8;
}
.clientes_titulo {
  font-size: 28px;
  padding-top: 2rem;
  position: relative;
  padding-bottom: 15px;
}
.clientes_titulo::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 4px solid var(--blue-color);
}
.marquee__content {
  display: flex;
  list-style: none;
  animation: scrolling 40s linear infinite;
}
.marquee__content img {
  margin: 1.2rem;
}
.marquee__item {
  max-width: 218px;
  max-height: 50px;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.nuestras_soluciones {
  display: flex;
  flex-wrap: wrap;
  /* Permite que los elementos se envuelvan en nuevas filas */
  gap: 10px;
  /* Espacio entre los elementos */
  margin-top: 10px;
  justify-content: center;
  /* Centra los elementos horizontalmente */
}
.soluciones_card {
  position: relative;
  color: #4e494a;
  width: 250px;
  /* Tamaño fijo de ancho */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  border: 3px solid #dddddd;
  padding-bottom: 65px;
}
.soluciones_card .icono {
  height: 50px;
  margin: 2.5rem auto 0.5rem;
}
.soluciones_img .icono img {
  max-width: 250px;
}
.soluciones_card h3 {
  font-size: 20px;
  margin: 0 20px 10px;
  min-height: 50px;
}
.soluciones_card p {
  align-items: center;
  color: #4e494a;
  font-size: 1rem;
  padding: 0 10px;
  margin-bottom: 30px;
}
.soluciones_card a {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  width: 187px;
  font-size: 16px;
  font-weight: 600;
  margin: 10px auto 0;
  padding: 15px;
  background: #2c7cc9;
  color: var(--color-white);
  border-radius: 10px;
}
.card_titulo1 {
  color: var(--blue-color);
}
.card_titulo2 {
  color: #722dca;
}
.card_titulo3 {
  color: #c92ca7;
}
.card_titulo4 {
  color: #cb303a;
}
.card_titulo5 {
  color: #ca702f;
}
.soluciones_titulo {
  position: relative;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
}
.soluciones_titulo::before {
  padding-top: 10px;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 9%;
  border-bottom: 4px solid var(--blue-color);
}
.text-white * {
  color: var(--color-white) !important;
}
.text_p {
  font-size: 20px;
  font-weight: 500;
}
.title_h2 h2 {
  font-size: 28px;
  font-weight: 700;
  padding-top: 1rem;
  position: relative;
  padding-bottom: 40px;
}
h2.title_h2 h2::before,
.title_h2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90px;
  border-bottom: 4px solid var(--blue-color);
}
.h3_big h3 {
  font-size: 30px;
  font-weight: 500;
  padding-right: 5rem;
  text-align: left;
}
.big_type1 h3 {
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
}
.casos_exito {
  margin-top: 2rem;
  width: 100%;
  /* height: 490px; */
  background: #231f20;
}
/*carrusel  */
.box_type1 {
  flex-direction: column;
  align-items: center;
}
.box_type1 > div {
  margin-top: 25px;
  padding: 0%;
  text-align: justify;
}
.box_type1 .txt-c {
  text-align: center;
}
.box_type1 .txt-c p {
  font-size: 16px;
  margin-top: 1rem;
  text-align: justify;
}
.box_type1 .txt-c h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: start;
}
.casos_exito .owl-carousel {
  width: 100% !important;
}
.casos_exito .owl-carousel .owl-item {
  max-width: 100%;
  left: 0px;
}
.casos_exito .owl-carousel .owl-nav {
  position: relative;
  bottom: -10px;
  left: 0;
  width: 120px;
  margin: 10px auto 30px;
  height: 52px;
  display: flex;
}
.casos_exito img {
  width: 100%;
}
@media (min-width: 767px) {
  .casos_exito img {
    width: inherit;
  }
  .box_type1 > div {
    padding: 0 8%;
  }
  .casos_exito .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0px;
    left: 10px; /*-34.5%;*/
    width: 120px;
    height: 52px;
    margin: 0;
  }
  .casos_exito .owl-carousel {
    width: 150% !important;
  }
  .casos_exito img {
    width: 100%;
  }
  .casos_exito .owl-carousel .owl-item {
    max-width: inherit;
    left: 0px;
  }
}
@media (min-width: 991px) {
  .casos_exito .owl-carousel .owl-nav {
    bottom: 40px;
  }
}
.owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
}
.owl-nav .project-navigation-arrow-prev,
.owl-nav .project-navigation-arrow-next {
  position: relative !important;
  background: rgb(0 132 202 / 0.3) !important;
  transition: 0.4s ease;
  border-radius: 50%;
}
.project-navigation-arrow-next:hover,
.project-navigation-arrow-prev:hover {
  transition: 0.4s ease;
  background: rgb(0 132 202 / 1) !important;
}
.project-navigation-arrow-prev::after,
.project-navigation-arrow-next::after,
.project-navigation-arrow-prev::before,
.project-navigation-arrow-next::before {
  content: none !important;
}
.project-navigation-arrow-prev::before,
.project-navigation-arrow-next::before {
  position: absolute;
  font-family: "FontAwesome";
  color: rgb(255 255 255 / 0.5);
  font-size: 35px;
  font-weight: 50;
  width: 0 !important;
  height: 0 !important;
  top: 16%;
  transform: translate(-50%, -50%);
  line-height: 1.5;
  transition: 0.4s ease;
}
.project-navigation-arrow-prev:hover::before,
.project-navigation-arrow-next:hover::before {
  color: rgb(255 255 255 / 1);
  transition: 0.4s ease;
}
.project-navigation-arrow-prev::before {
  content: "\279C" !important;
  transform: rotate(180deg);
  left: 43px;
  top: 54px;
}
.project-navigation-arrow-next::before {
  content: "\279C" !important;
  top: 3px;
  left: 9px;
}
/**/
.casos_exito .project-navigation-arrow-prev::before,
.casos_exito .project-navigation-arrow-next::before {
  color: inherit;
}
.casos_exito .owl-nav .project-navigation-arrow-prev,
.casos_exito .owl-nav .project-navigation-arrow-next {
  background: #4e494a !important;
}
.casos_exito .project-navigation-arrow-next:hover,
.casos_exito .project-navigation-arrow-prev:hover {
  background: rgb(0 132 202) !important;
}
.casos_exito .owl-nav {
  position: relative;
  top: inherit;
}
.casos_exito .owl-nav .project-navigation-arrow-prev {
  top: 25px;
  left: 0;
}
.casos_exito .owl-nav .project-navigation-arrow-next {
  left: 15px;
}
.project-navigation-arrow-prev {
  top: 58px;
  left: 15px;
}
.project-navigation-arrow-next {
  left: calc(100% - 65px);
}
/**/
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.casos_exito .owl-nav .project-navigation-arrow-prev {
  top: 25px;
  left: 0;
}
.casos_exito .project-navigation-arrow-next:hover,
.casos_exito .project-navigation-arrow-prev:hover {
  background: rgb(0 132 202) !important;
}
.casos_exito .owl-nav .project-navigation-arrow-prev,
.casos_exito .owl-nav .project-navigation-arrow-next {
  background: #4e494a;
}
.project-navigation-arrow-next:hover,
.project-navigation-arrow-prev:hover {
  transition: 0.4s ease;
  background: rgb(0 132 202 / 1) !important;
}
.owl-nav .project-navigation-arrow-prev,
.owl-nav .project-navigation-arrow-next {
  position: relative !important;
  background: rgb(0 132 202 / 0.3);
  transition: 0.4s ease;
  border-radius: 50%;
}
.project-navigation-arrow-prev:hover {
  padding-left: 0;
  padding-right: 8px;
}
.project-navigation-arrow-prev {
  top: 58px;
  left: 15px;
}
@media (min-width: 768px) {
  .project-navigation-arrow-prev {
    left: -65px;
  }
}
@media (min-width: 768px) {
  .project-navigation-arrow-prev,
  .project-navigation-arrow-next {
    display: flex;
  }
}
.project-navigation-arrow-prev {
  flex-direction: row-reverse;
  left: 0;
  padding-left: 5px;
  padding-right: 13px;
}
.project-navigation-arrow-prev,
.project-navigation-arrow-next {
  position: absolute;
  top: 50%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  width: 52px;
  font-size: 0;
  line-height: 58px;
  background: #fff;
  transform: translate3d(0, -50%, 0);
  transition: all 0.25s ease;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 575px) {
  .casos_exito .owl-carousel .owl-nav {
    position: relative !important;
    margin: 0 auto;
    bottom: 0 !important;
    left: 0 !important;
    margin: 20px auto;
  }
}
@media (max-width: 991px) {
  .box_type1 .txt-c {
    text-align: center;
  }
  .h3_text {
    font-size: 25px;
  }
}
/**/
.bg_1 {
  padding: 3rem;
  background-image: url("../img/img-01.png");
  background-repeat: no-repeat;
  background-position-x: 10%;
}
@media (max-width: 800px) {
  .aliados_max {
    height: auto;
  }
}
h2.h2_title {
  margin-top: 3rem;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 1rem;
  position: relative;
  padding-bottom: 15px;
}
h2.h2_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  border-bottom: 4px solid var(--blue-color);
}
/**/
.pos-invert-md > div:first-child {
  order: 1;
  padding-right: 0 !important;
}
@media (min-width: 991px) {
  .pos-invert-md > div:first-child {
    order: 2;
  }
}
.grid-align-center {
  display: grid;
  align-content: center;
}
.text-title {
  color: var(--black-color);
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.text-title h1,
.doc-text h1,
.text-title h2,
.doc-text h2 {
  font-size: 36px;
  font-weight: 600;
}
.doc-text h1,
.doc-text h2 {
  text-align: center;
  margin-bottom: 60px;
}
.doc-text p {
  text-align: justify;
}
.text-title h1::after,
.doc-text h1::after,
.text-title h2::after,
.doc-text h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: var(--blue-color);
  margin: 8px auto 0;
}
.text-title p {
  font-size: 16px;
  font-weight: 600;
}
.text_style2 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.equipo .text-title {
  margin-bottom: 0px;
}
.equipo p {
  text-align: justify;
  font-weight: 400 !important;
}
.h2_title h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
.h2_title h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 90px;
  border-bottom: 4px solid var(--blue-color);
}
.text-white.h2_title h2 {
  font-weight: 700;
}
.aliados_img p {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #231f20;
}
.aliados-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;
}
.contenedor-imagen {
  text-align: center;
  width: 33%;
  overflow: hidden;
}
.img-style-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: center;
  margin-top: 2.5rem;
}
@media (min-width: 767px) {
  .img-style-3 {
    margin-top: 0;
  }
}
.img-style-3 img {
  display: inline-block;
  width: 100%;
  object-fit: contain;
  max-width: 179px;
  max-height: 58px;
}
h2.h1_title {
  position: relative;
  margin-bottom: 15px;
}
h2.h1_title::before {
  padding-top: 10px;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 9%;
  border-bottom: 4px solid var(--blue-color);
}
h2.h1_title {
  font-size: 28px;
  font-weight: 700;
  color: #231f20;
}
.novedades_card {
  color: #4e494a;
  border: none;
  margin: 0 auto 1.5rem;
  max-width: 383px;
}
.novedades_card > div {
  display: grid;
  background: #d5edfcf1;
  border-radius: 25px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  padding-bottom: 40px;
  text-align: left;
  overflow: hidden;
}
.card-photo {
  position: relative;
  overflow: hidden;
  padding-top: 56.2%;
  transition: 0.8s ease;
}
.card-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  transition: 0.8s ease;
}
.novedades_card > div:hover img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 0.8s ease;
}
.card-photo.team {
  background: var(--Gray-color);
  padding-top: 110%;
}
.card-photo.team img {
  padding-top: 25px;
  height: 100%;
  min-width: inherit;
}
.card-body h5 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
}
.card-simple .card-body h5 {
  position: relative;
  text-align: center;
  top: 8px;
}
.card-body,
.card-head {
  padding: 10px 20px 16px;
  text-align: justify;
}
.card-body p {
  font-size: 14px;
  font-weight: 500;
}
.card-body a {
  font-size: 14px;
  font-weight: 500;
  color: var(--main-color);
}
.card-body span {
  position: relative;
  font-weight: 400;
  display: block;
  padding-left: 28px;
  margin-bottom: 5px;
  color: var(--color-gray);
  font-size: 13px;
  transition: 0.4s ease;
}
.card-body span::after {
  content: "";
  color: var(--color-gray);
  position: absolute;
  top: -1px;
  left: 0;
  width: 2rem;
  height: 1.5rem;
  background-image: url("../img/calendar.png");
  background-repeat: no-repeat;
}
.card-body.center * {
  text-align: center;
}
.card-body.center h3 {
  margin: 10px auto 0;
  font-weight: 700;
}
.team .modalbox {
  background: var(--blue-color);
  background-image: url(../img/svg/equipment-background.svg);
  background-position-x: 220px;
  /* background-position-y: -50px; */
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 15px 20px;
  width: 95%;
}
.team .modalbox *:not(.close, .title h3) {
  color: var(--color-white);
}
.team .modalbox .close {
  width: 25px;
  right: 20px;
  top: 20px;
}
.card-head {
  display: flex;
}
.card-head .card-photo {
  position: relative;
  width: 180px;
  background: #fff;
  overflow: hidden;
  padding-top: 40%;
  margin-right: 15px;
  border-radius: 15px;
}
.title h3 {
  margin-top: 2.1rem;
  font-size: 1.5rem;
  color: #86cdeb;
}
.title p {
  font-size: 12px;
  text-align: left;
}
.card-head .card-photo img {
  bottom: 0;
  top: initial;
  left: 50%;
  transform: translate(-50%, 0%) scale(1);
  height: 90%;
  object-fit: contain;
}
.container-fluid.postula {
  position: relative;
  background-image: url(../img/banner-manos.jpg);
  background-position: 65% bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.container-fluid.postula::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(13 104 168 / 0.6);
  z-index: 0;
}
.banner-blue {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.banner-blue * {
  position: relative;
  color: var(--color-white);
  z-index: 5;
}
.banner-blue h2 {
  font-size: 2.7rem;
}
.banner-blue h3 {
  line-height: 1.5;
  font-weight: 300 !important;
}
.banner-blue a {
  display: inline-block;
  margin: 30px 30px 15px;
  font-weight: 600;
  text-shadow: 1px 1px 4px #232323;
}
.banner-blue h3,
.banner-blue a {
  font-size: 0.85rem;
}
@media (min-width: 620px) {
  .title h3 {
    margin-top: 2.1rem;
    font-size: 1.8rem;
  }
  .card-head .card-photo {
    margin-right: 30px;
  }
  .team .modalbox {
    width: 85%;
  }
}
@media (min-width: 991px) {
  .banner-blue h3,
  .banner-blue a {
    font-size: 1.5rem;
  }
}
.novedades_card > div:hover span,
.novedades_card > div:hover span::after {
  color: #000;
  font-weight: 500;
  transition: 0.4s ease;
}
.fx {
  color: var(--bg-blue) !important;
  font-weight: 600;
  font-size: 16px;
  /*width: calc(100% - 40px);*/
  align-self: end;
  justify-self: start;
  margin-left: 20px;
  /*line-height: 1;*/
  cursor: pointer;
}
.fx::after {
  position: relative;
  font-weight: 100;
  margin-left: 10px;
  content: "\279C";
  top: 2px;
  left: 0;
  transition: 0.4s ease;
}
.fx:hover::after,
.novedades_card:hover .fx::after {
  left: 10px;
  transition: 0.4s ease;
}
.card-simple .novedades_card > div {
  padding-bottom: 30px;
}
.card-simple .fx {
  position: relative;
  top: -5px;
}
a {
  text-decoration: none;
}
.team a {
  cursor: pointer;
}
.novedades_btn {
  display: inline-block;
  padding: 20px 30px;
  background: #2c7cc9;
  font-size: 15px;
  font-weight: 600;
  color: var(--color-white);
  border-radius: 10px;
  cursor: pointer;
  margin: 20px auto 30px;
}
.btn_novedades {
  margin-bottom: 4.5rem;
}
.scroll-mt-200 {
  scroll-margin-top: 120px !important;
}
.solutions > div:nth-child(2) .container,
.scroll-mt-300 {
  scroll-margin-top: 220px !important;
}
@media (min-width: 1208px) {
  .scroll-mt-200 {
    scroll-margin-top: 200px !important;
  }
  .solutions > div:nth-child(2) .container,
  .scroll-mt-300 {
    scroll-margin-top: 300px !important;
  }
}
/*
===========
footer
==========
*/
.footer {
  margin-bottom: -25px;
  border-radius: 2rem;
  max-width: 1424px;
}
footer a {
  color: var(--color-white);
  font-size: 16px;
}
.footer h5 {
  color: #858080;
  font-weight: 400;
  font-size: 16px;
}
.footer-color {
  background: #100f0e;
}
.footer_redes {
  position: relative;
}
.footer_redes::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--color-white);
  z-index: 8;
  border-bottom-right-radius: 50%;
  z-index: -5;
}
.footer_redes::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #100f0e;
  z-index: -10;
}
.footer .row:first-child > div + div {
  /*:not(:last-child)*/
  padding-top: 3rem;
}
.footer .row:last-child > div {
  padding-bottom: 3rem;
}
div#solutions ul {
  display: inline-block;
}
.footer .row > div:nth-child(2) {
  padding-left: 3rem;
}
.footer .row > div:last-child {
  /* padding-top: 3rem; */
  padding-right: 3rem;
}
.footer p {
  font-size: 15px;
  font-weight: 200;
  color: var(--color-white);
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: var(--color-white);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
ul.info-footer,
ul.info-footer a {
  /* color: var(--color-white); */
  color: rgb(255 255 255 / 0.5);
  font-size: 14px;
  font-weight: 300;
  list-style-type: none;
}
ul.info-footer a:hover {
  color: rgb(255 255 255 / 1);
}
.footer ul li {
  position: relative;
  padding-bottom: 10px;
}
.footer ul li a {
  display: block;
  transition: 0.4s ease;
}
.footer ul li a:hover {
  color: var(--color-white);
  transition: 0.4s ease;
}
.footer ul li a i::before {
  transform: scale(1);
  transition: 0.4s ease;
}
.footer ul li a:hover i::before {
  transform: scale(1.35);
  transition: 0.4s ease;
}
li.mail a:first-child {
  margin-bottom: -20px;
}
.footer span {
  font-size: 15px;
  font-weight: 400;
  color: #858080;
}
.footer h1 {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
}
.footer p,
.footer p a {
  font-size: 15px;
  font-weight: 200;
  color: #858080;
}
.info-footer .calendar span {
  display: block;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 300;
  padding-left: 1.8rem;
}
.img-fluid {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
}
footer .img-fluid {
  max-height: 150px;
  max-width: 180px;
  height: auto;
  padding: 0 10px;
  margin-bottom: 2rem;
}
.footer .icons {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  height: 85%;
  justify-content: space-between;
}
.footer ul.info-footer li {
  padding-left: 30px;
  margin-bottom: 15px;
}
.footer .icons li a i {
  font-size: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.4s ease;
}
.footer .icons li a i::before,
.buttons a i::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 30px;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
  background: var(--color-white);
  /* padding-bottom: 1rem; */
}
.icons li a i.fa-facebook {
  background: var(--bg-facebook);
}
.icons li a i.fa-instagram {
  background: linear-gradient(45deg, #f9b812, #f58424, #e13b4e, #9f27ac);
}
.icons li a i.fa-linkedin {
  background: #0e76a8;
}
.icons li a i.fa-youtube-play {
  background: #ff3d00;
}
.icons li a i.tiktok {
  background: #000000;
}
.footer .icons li a i.fa-facebook::before {
  mask-image: url(../img/iconos/facebook.png);
  height: 20px;
}
.footer .icons li a i.fa-instagram::before {
  mask-image: url(../img/iconos/instagram.png);
  width: 22px;
}
.footer .icons li a i.fa-linkedin::before,
.buttons a i.fa-linkedin::before {
  mask-image: url(../img/iconos/in.png);
  width: 20px;
}
.buttons {
  display: flex;
  margin-top: 15px;
  justify-content: space-around;
  align-items: center;
}
.buttons a i::before {
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
}
.buttons a.bl {
  border-radius: 5px;
  padding: 3px;
  background: gray;
}
.buttons a.fx {
  width: inherit;
  margin-left: 0;
  align-self: center;
}
.novedades_card > div.team {
  padding-bottom: 15px;
}
.footer .icons li a i.fa-youtube-play::before {
  mask-image: url(../img/iconos/youtube.png);
  width: 24px;
}
.footer .icons li a i.tiktok::before {
  mask-image: url(../img/iconos/tiktok.png);
}
/**/
.info-footer li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 8px;
  display: inline-block;
  width: 18px;
  height: 20px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background: rgb(255 255 255 / 0.5);
  transition: 0.2s ease-out;
}
.info-footer li.address::before {
  mask-image: url("../img/iconos/marker.png");
}
.info-footer li.mail::before {
  mask-image: url("../img/iconos/mail.png");
}
.info-footer li.phone::before {
  mask-image: url("../img/iconos/telefono.png");
}
.info-footer li.calendar::before {
  mask-image: url("../img/iconos/calendar.png");
}
.info-footer li.cellphone::before {
  mask-image: url("../img/iconos/calendar.png");
}
.footer-color:nth-of-type(4) ul li:nth-child(4) a {
  font-size: 15px;
}
.footer_img {
  border-top-left-radius: 3rem;
}
.recorte-border {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  /**/
  border-top-left-radius: 2rem;
}
.recorte-border2 {
  border-top-left-radius: 2rem;
}
.recorte-border3 {
  border-top-right-radius: 3rem;
}
/**/
div#solutions ul li ul {
  position: relative;
  top: 10px;
  left: 20px;
  visibility: hidden;
  margin-top: -100%; /*-55%;*/
  margin-bottom: -30px;
  opacity: 0;
  z-index: -10;
  transition: 0.45s ease-in;
}
div#solutions ul li:hover ul {
  visibility: visible;
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 1;
  z-index: 5;
  transition: 0.45s ease-out;
}
div#solutions ul li ul li a {
  font-size: 14px;
  font-weight: 200;
}
/*div#solutions ul li {
  padding: 0;
  margin: 0 0 0;
}*/
div#solutions ul ul li {
  padding-bottom: 10px;
}
/*div#solutions > ul > li > a {
  margin-bottom: -15px;
}
div#solutions > ul > li > a::after {
  content: "\2039";
  position: absolute;
  top: 14px !important;
  transform: translate(50%, -50%) rotate(-90deg);
  font-size: 30px;
  color: var(--color-white);
}*/
@media (max-width: 800px) {
  .footer-color {
    border: none;
    font-size: 9px;
  }
  .footer_img {
    border-top-left-radius: 0rem;
  }
  .recorte-border2 {
    border-top-left-radius: 0px;
  }
  .recorte-border3 {
    border-top-right-radius: 0px;
  }
  .icons {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .recorte-border {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .footer_redes::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 0px solid #100f0e;
    border-left: 0px solid transparent;
  }
}
@media (max-width: 991px) {
  .recorte-border3 {
    border-top-right-radius: 0;
  }
  .recorte-border {
    border-top-left-radius: 0;
  }
  .icons {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center;
    gap: 0.5rem !important;
  }
  .footer-color {
    order: 1;
  }
  .footer-color:nth-child(3) {
    order: 2;
  }
  .footer_redes {
    padding-left: 2rem;
    order: 3;
    background: #100f0e;
  }
  .footer-color:nth-child(4) {
    order: 4;
  }
  .footer-color:nth-child(5) {
    order: 5;
  }
  .row.pt-5.footer-color.recorte-border > div:nth-of-type(1) {
    padding-top: 1rem !important;
    padding-bottom: 0;
  }
  .recorte-border {
    padding-top: 0.5rem !important;
  }
  .row.pt-5.footer-color.recorte-border > div:nth-of-type(2) {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .col-md-7.text-white.text-end p {
    text-align: left;
  }
  footer .img-fluid {
    max-width: 200px;
  }
  .footer .row > div + div:not(:last-child),
  .footer .row > div:last-child {
    padding-top: 1.5rem;
    padding-left: 3rem;
    padding-right: 0;
  }
}
.title-h2 h2 {
  display: inline-block;
  width: auto;
  position: relative;
  text-align: center;
  color: #231f20;
  margin: auto;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
}
.title-h2 h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  height: 4px;
  width: 90px;
  background-color: var(--blue-color);
}
.title-h2 h3 {
  margin-bottom: 2.5rem;
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
}
.title-h2 p {
  font-size: 16px;
  font-weight: 500;
}
.txt-type1 p {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
}
img.full-w {
  width: 100%;
  margin-left: 0%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  img.full-w {
    width: 125%;
    margin-left: -25%;
  }
  .col-lg-3:nth-child(2) {
    width: 28%;
  }
  .col-lg-3:nth-child(3),
  .col-lg-3:nth-child(4) {
    width: 23.5%;
  }
}
/**/
.p20-m {
  font-size: 14px;
  font-weight: 500;
  color: #231f20;
  text-align: justify;
}
.box-type2 > div:first-child {
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.box-type2 > div:first-child p {
  text-align: justify;
}
.box-type2 > div:last-child img {
  width: 100%;
  max-width: 750px;
  margin: 1rem 0 2rem;
}
.picture-float > img:first-child {
  margin: 0 0 35px 0;
}
.picture-float img {
  width: 100% !important;
  height: auto !important;
  float: none;
  margin: 35px 0 35px 0;
}
hr {
  clear: both;
  margin: 10px 0;
  border: none;
}
#main-slider {
  margin-top: 35px;
  max-width: 100% !important;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
@media (min-width: 991px) {
  #main-slider {
    margin-top: 0;
  }
  .box-type2 > div:last-child img {
    margin: 0;
  }
  .box-type2 > div:first-child {
    padding-right: 2rem;
  }
  .picture-float > img:first-child {
    margin: 0 35px 20px 0 !important;
  }
  .picture-float img {
    width: 50% !important;
    height: auto !important;
    float: right;
    margin: 35px 0 20px 35px;
  }
  .picture-float img:nth-of-type(odd) {
    float: left;
    margin: 35px 35px 20px 0;
  }
  .p20-m {
    font-size: 20px;
  }
}
.picture-float img:first-child {
  margin-top: 0 !important;
}
.solutions .card_item:nth-child(2n + 2) h2,
.blue h2 {
  color: var(--color-blue);
}
.solutions .card_item:nth-child(3n) h2,
.purple h2 {
  color: var(--color-purple);
}
.solutions .card_item:nth-child(4n) h2,
.violet h2 {
  color: var(--color-violet);
}
.solutions .card_item:nth-child(5n) h2,
.red h2 {
  color: var(--color-red);
}
.solutions .card_item:nth-child(6n) h2,
.orange h2 {
  color: var(--color-orange);
}
.cont-boxes,
.cont-boxes2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.cont-boxes > div.card,
.cont-boxes2 > div {
  background: var(--white-color);
  width: 100%; /*410px;*/
  text-align: center;
  padding: 30px;
  border-radius: 15px;
}
@media (min-width: 620px) {
  .cont-boxes > div.card,
  .cont-boxes2 > div {
    width: 46%;
  }
}
@media (min-width: 991px) {
  .cont-boxes > div.card,
  .cont-boxes2 > div {
    width: 31%; /*410px;*/
  }
}
.cont-boxes > div.card + div.card {
  margin-top: 0 !important;
}
.cont-boxes2 > div > a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont-boxes2 > div > a > i {
  margin-right: 15px;
}
.item_box > .row {
  position: relative;
  justify-content: center;
  gap: 1rem;
}
.item_box > .row > .col-12 h2 {
  margin: 20px 0 20px;
}
.item_box > .row > .col-xl-4.col-md-6 {
  display: grid;
  max-width: 100%;
}
.item_box > .row > .col-xl-4.col-md-6 > div {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px;
  border-radius: 15px;
  background: var(--white-color);
  margin-bottom: 20px;
}
.item_box > .row > .col-xl-4.col-md-6 > div img {
  width: 100%;
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.foto-news img {
  width: 100%;
  max-width: inherit;
  float: none;
  object-fit: contain;
  margin: 0 auto 30px;
}
.text-type4,
.text-type4 h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #231f20;
}
.text-type5 {
  width: 100%;
  margin: 1.5rem 0 0.5rem;
}
.text-type6 {
  width: 100%;
  margin: -2.5rem 0 0rem;
  font-size: 20px;
  font-weight: 500;
}
/**/
@media (min-width: 1199px) {
  .foto-news img {
    max-width: 780px;
    max-height: 520px;
    float: left;
    margin: 0 40px 20px 0;
  }
}
@media (min-width: 1024px) {
  .item_box > .row > .col-xl-4.col-md-6 {
    width: calc(33.33% - 0.7rem) !important;
  }
}
@media (max-width: 767px) {
  .footer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .col-lg-1,
  footer .col-lg-3,
  .mt-5.Homologados,
  .footer h5,
  .footer p,
  .footer h1 {
    text-align: center !important;
  }
  ul.icons {
    display: block !important;
  }
  ul.icons li {
    display: inline-block;
  }
  ul.icons li:not(:last-child) {
    margin-right: 15px;
  }
  ul.icons li:last-child {
    top: 8px;
  }
  .footer .row > div + div:not(:last-child),
  .footer .row > div:last-child,
  footer .ps-5 {
    padding-left: 0 !important;
  }
  div#solutions ul li ul {
    left: 0px;
    margin-top: -80%;
  }
}
.cont-boxes span.svg {
  display: block;
  width: 150px;
  height: 80px;
  margin: auto;
  background-color: var(--bg-blue);
  margin-bottom: 15px;
}
.title-icon {
  display: flex;
  align-items: center;
}
.art-icon span.icon {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--white-color);
  margin-right: 15px;
}
.cont-boxes > div.card img,
.cont-boxes > div.card object svg {
  width: auto;
  height: 80px;
  margin-bottom: 15px;
  fill: #0b5488;
}
.cont-boxes > div.card p {
  color: var(--black-color);
  /* font-size: 16px; */
  font-weight: 400;
  text-align: center;
}
.box-blue,
.art-icon,
.box-blue1,
.art-icon {
  margin-top: 2rem;
  background: var(--blue-color);
  text-align: justify;
}
.box-blue1 h2 {
  text-align: center;
}
.box-blue > div,
.art-icon > div,
.box-blue1 > div,
.art-icon > div {
  position: relative;
  padding: 2rem 2.5rem;
}
.box-blue > div *,
.art-icon > div *,
.box-blue1 > div * {
  color: #fff;
}
.box-blue > div:first-child,
.art-icon > div:first-child {
  padding-bottom: 0;
}
.box-blue ul.info-footer,
.art-icon ul.info-footer {
  margin-top: 1rem;
}
.foto-news {
  margin-bottom: 30px;
}
.art-icon img {
  filter: brightness(0%) invert(100%);
  -webkit-filter: brightness(0%) invert(100%);
  -moz-filter: brightness(0%) invert(100%);
}
.art-icon h2 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.art-icon > div {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 3rem 1rem;
  align-items: center;
}
.art-icon > div > ul {
  align-self: flex-start;
  /* margin-left: 3rem; */
  list-style-type: none;
}
.art-icon > div > ul > li {
  line-height: 2.5;
}
.art-icon ul li::before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  width: 16px;
  height: 17px;
  margin-right: 4px;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  background: rgb(255 255 255 / 0.5);
  transition: 0.2s ease-out;
}
.art-icon ul li:first-child::before {
  mask-image: url(../img/iconos/telefono.png);
  top: 4px;
  width: 18px;
  height: 20px;
}
.art-icon ul li:nth-child(2)::before {
  mask-image: url(../img/iconos/cell.png);
  height: 22px;
}
.art-icon ul li:nth-child(3)::before {
  mask-image: url(../img/iconos/mail.png);
  margin-right: 8px;
  top: 3px;
}
.art-icon div:last-child::before {
  content: none;
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  background-color: #4590c5;
}
.art-icon > div li a {
  color: rgb(255 255 255 / 0.8);
  transition: 0.3s ease;
}
.art-icon > div li:hover a,
.art-icon > div li:hover::before {
  color: rgb(255 255 255 / 1);
  transition: 0.3s ease;
}
.art-icon > div li:hover::before {
  background: rgb(255 255 255 / 1);
  transition: 0.3s ease;
}
ol,
ul {
  padding-left: 0;
}
@media (min-width: 620px) {
  .art-icon > div > ul {
    align-self: center;
  }
  .art-icon > div {
    padding: 3rem 4rem;
  }
  .box-blue > div {
    padding: 3rem 2.5rem;
    /* margin-bottom: 40px; */
  }
  .box-blue ul.info-footer {
    margin-top: 2rem;
  }
  .item_box > .row > .col-xl-4.col-md-6 {
    display: grid;
    max-width: 48%;
  }
}
@media (min-width: 991px) {
  .box-blue > div:first-child {
    padding-bottom: 2rem;
  }
  .foto-news {
    margin-bottom: 0;
  }
  .art-icon div:last-child::before {
    content: "";
  }
}
.box-blue > div:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 3px;
  background-color: #4590c5;
}
.box-blue h2 {
  text-align: left;
  display: inline-block;
  margin-bottom: 0;
}
.box-blue img {
  margin: 0 0 15px 5px;
}
.title-news h2 {
  color: var(--black-color);
  text-align: left;
  font-size: 2rem;
  margin-bottom: 1.45rem;
}
.title-news img {
  width: 100%;
  margin-bottom: 1rem;
}
/* .title-news p {
  text-align: justify;
} */
/**/
.cont-boxes img,
.cont-boxes object {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.cont-boxes h4 {
  display: inline-block;
  max-width: 230px;
  font-size: 24px;
  color: var(--main-color);
}
.owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-item img {
  width: 100% !important;
  height: auto !important;
}
.box_type1 .photo_card {
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 90%;
  padding-top: 55%;
  border-radius: 30px;
  overflow: hidden;
}
.box_type1 .photo_card img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: 999;
}
#casos_exito .owl-stage {
  align-items: start;
}
/**/
.bg_type1,
.bg_type2,
.bg_type4,
.bg_type5,
.bg_type8 {
  position: relative;
}
.bg_type1::before {
  content: "";
  position: absolute;
  top: -300px;
  left: -100px;
  width: 100%;
  height: 310%;
  background-image: url(../img/svg/background-soluciones-data.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.bg_type2::before {
  content: "";
  top: -460px;
  left: -440px;
  position: absolute;
  background-image: url(../img/background-factoring-data.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 263%;
  z-index: -1;
}
.bg_type3 {
  width: 100%;
  background-position: 50% 50%;
  background-image: url(../img/svg/background-factoring.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
}
/* .background-portal-web, .exclusive-background-v1, */
.bg_fullportal {
  background-image: url(../img/svg/background-portal-web.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 45px;
}
/* .benefits-background */
.bg_type4::before {
  content: "";
  position: absolute;
  background-image: url(../img/svg/background-emision.svg);
  width: 567px;
  height: 494.89px;
  background-repeat: no-repeat;
  z-index: -1;
  top: 400px;
  left: 860px;
}
/* .background-empresa::before */
.bg_type5::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 980px;
  background-image: url(../img/svg/mask-bg-hka.svg);
  width: 567px;
  height: 494.89px;
  background-repeat: no-repeat;
  z-index: -1;
}
/* .background-empresa::after, */
.bg_type5::after {
  content: "";
  position: absolute;
  top: 800px;
  left: -90px;
  background-image: url(../img/svg/lineaTiempo-background2.svg);
  background-repeat: no-repeat;
  transform: scale(1.3);
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* .fund-values, */
.bg_type6 {
  background-image: url(../img/svg/fondo-valores.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}
/* .equipment-background, */
.bg_type7 {
  background-image: url(../img/svg/equipment-background.svg);
  background-repeat: no-repeat;
  background-position: 14% 70%;
  background-size: auto auto;
}
/**/
.container-fluid.bg_type3:nth-child(2n + 2) h2 {
  color: var(--color-orange) !important;
}
.container-fluid.bg_type3:nth-child(3n) h2 {
  color: var(--color-red) !important;
}
.container-fluid.bg_type3:nth-child(4n) h2 {
  color: var(--color-orange) !important;
}
.container-fluid.bg_type3:nth-child(5n) h2 {
  color: var(--color-purple) !important;
}
.container-fluid.bg_type3:nth-child(6n) h2 {
  color: var(--color-violet) !important;
}
.cont-boxes > div:nth-child(3n),
.cont-boxes2 > div {
  background: var(--white-color);
  /* width: 410px; */
  text-align: center;
  padding: 30px;
  border-radius: 15px;
}
.cont-boxes span.svg {
  display: block;
  width: 150px;
  height: 80px;
  margin: auto;
  background-color: var(--bg-blue);
  margin-bottom: 15px;
}
.cont-boxes h4 {
  display: inline-block;
  max-width: 230px;
  font-size: 24px;
  color: var(--main-color);
}
.cont-boxes > div p {
  color: var(--black-color);
  /* font-size: 16px; */
  font-weight: 400;
  text-align: center;
}
#contacto .cont-boxes img {
  width: auto !important;
  height: 80px !important;
  margin-bottom: 15px;
  filter: invert(0.2) sepia(1) hue-rotate(161deg) saturate(1000%);
}
.cont-boxes > .stiker {
  background: var(--white-color);
  width: 410px;
  text-align: center;
  padding: 30px;
  border-radius: 15px;
}
.card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/**/
.bg_black {
  background: #231f20;
}
.form {
  display: flex;
  padding: 0 1.5rem 0;
  margin: 1rem 0 3rem;
  border-radius: 30px;
  overflow: hidden;
}
.form h2 {
  margin-bottom: 15px;
  display: block;
}
.form input,
.form select,
.form p,
.form label,
.form label > input {
  font-size: 14px;
  /* border: none; */
  border: 1px solid var(--color-blue);
}
.form p,
.form label {
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  border: none;
}
.form p,
.form label,
.form h2 {
  /* color: var(--color-white); */
  color: var(--main-color);
}
.form label > input {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form select,
.form .colum-2 > input,
.form .l-input {
  width: 100%;
  position: relative;
  padding: 10px 20px;
  height: 40px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.form .colum-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2rem;
}
.block-form button,
.block-form input#envio {
  display: inline-block;
  /* width: 100%; */
  min-width: 25%;
  position: relative;
  top: -10px;
  border: none;
  color: #fff;
  background: #000;
  padding: 6px 25px;
  border-radius: 15px;
}
.label-block label {
  cursor: pointer;
  font-weight: 600;
}
/**/
.splide-thumbnail {
  margin-top: 10px;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  opacity: 1;
}
.splide__track--nav > .splide__list > .splide__slide {
  opacity: 0.3;
}
.splide-photo .splide__slide:active {
  /* cursor: url(images/grabbing.cur); */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.wellcome img {
  max-width: none;
}
/* -------------------  modal  ------------------*/
/*Efecto*/
.modalmask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalmask:target {
  opacity: 1;
  pointer-events: auto;
}
.modalmask > a.before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 0;
}
.modalbox {
  width: 85%;
  max-width: 820px;
  height: auto;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 60px 15px 40px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 30px;
  z-index: 10;
}
.team .modalbox {
  max-width: 620px;
}
.modalbox ul li {
  padding-left: 10px;
}
.modalbox li::marker {
  content: none;
}
.modalbox li::before {
  content: "";
  position: relative;
  display: inline-block;
  top: 7px;
  left: -10px;
  width: 20px;
  height: 30px;
  background: #f00;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/iconos/pdf.png);
}
.modalbox a i {
  font-size: 20px;
  margin: 0 5px;
  color: #d30f0f;
  /*#e60c0c;*/
}
.modalbox a span {
  font-size: 14px;
  color: rgb(0 0 0 / 0.3);
  display: inline-block;
  margin-left: 0;
}
#video .modalbox {
  max-width: 1000px;
  padding: 0;
  overflow: inherit !important;
}
.modalbox.brands {
  max-width: 960px;
  padding-top: 10px;
}
.modalbox::-webkit-scrollbar {
  width: 0;
}
#form .modalbox,
.form .modalbox {
  max-width: 550px;
  height: 90%;
  max-height: 680px;
}
.movedown {
  margin: -15% auto;
}
.modalmask:target .movedown {
  margin: 0% auto;
}
#video .modalbox .iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}
#video .modalbox .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*Boton de cerrar*/
.close {
  background: none;
  color: #000;
  background: #fff;
  line-height: 25px;
  position: absolute;
  text-align: center;
  right: 10px;
  top: 10px;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid var(--bg-red);
  border-radius: 50%;
  font-size: 18px;
  z-index: 10;
  opacity: 0.9;
  transition: 0.4s ease;
}
.close:hover {
  opacity: 1;
  transition: 0.4s ease;
}
#video .close {
  color: #fff;
  font-weight: 100;
  right: -20px;
  top: -20px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  background: none;
  z-index: 99;
}
/* FORM MODAL*/
#form .modalbox img,
.form .modalbox img {
  max-height: 85px;
  padding: 5% 0;
  margin-top: 12%;
  margin-left: -23%;
}
@media (min-width: 575px) {
  #form .modalbox img,
  .form .modalbox img {
    max-height: 160px;
    margin-top: 0;
    margin-left: 0;
  }
}
.modalbox .bg-blue {
  position: relative;
  background: var(--blue-color);
  padding: 20px 30px;
  margin-bottom: 20px;
  min-height: 156px;
}
.modalbox .bg-blue::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 25%;
  top: -9px;
  left: -23.95%;
  border-top: 165px solid transparent;
  border-right: 50px solid var(--blue-color);
  border-bottom: 0 solid transparent;
  z-index: 3;
}
.modalbox .bg-blue h2,
.modalbox .bg-blue h3,
.modalbox .bg-blue h4 {
  color: var(--white-color);
}
.modalbox .bg-blue h2 {
  text-transform: uppercase;
  font-size: 16px;
}
.modalbox .bg-blue h3,
.modalbox .bg-blue h4 {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 100;
}
.modalbox .bg-blue h4 {
  font-size: 12px;
}
span#model {
  display: inline-block;
  width: 60%;
  margin-right: 15px;
}
.min-h-480 {
  min-height: 80px;
}
@media (min-width: 767px) {
  .modalbox .bg-blue::before {
    left: -24%;
  }
  .modalbox .bg-blue h2 {
    font-size: 24px;
  }
  .modalbox .bg-blue h4 {
    font-size: 14px;
  }
  span#model {
    width: auto;
  }
  .min-h-480 {
    min-height: 480px;
  }
}
/* .row.box-type2, .row.pb-4{
  padding: 0 12px;
} */
.modalbox ul,
.modalbox ul li {
  margin-top: 15px;
}
.novedades_card h4 {
  font-size: 16.5px;
}
.lazy-logo {
  opacity: 0;
  transition: 0.7s ease-in;
}
.lazy-logo[src] {
  opacity: 1;
}
.row {
  position: relative;
}
/**/
.fix {
  position: fixed;
  right: 0;
  top: 135px;
}
.relative {
  position: relative;
  right: 0;
  top: 0;
}
.font-weight-bold,
strong {
  font-weight: 600 !important;
}
.letter img.img-fluid {
  margin: 0;
}
.letter img {
  margin: 15px 0;
}
.letter h2 {
  text-align: left;
}
.current-news h3 {
  /* font-size: 1.775rem; */
  font-size: 1.55rem;
  margin-bottom: 15px;
  font-weight: 700;
  color: var(--color-blue);
}
.current-news ul {
  padding: 0;
  margin-top: 15px;
  list-style-type: none;
}
.current-news ul li span {
  display: block;
  font-size: 13px;
  color: var(--blue-soft);
  font-weight: 500;
}
.current-news ul li:first-child {
  border-top: none;
}
.current-news ul li {
  border-top: 1px solid #e8e8e8;
  padding: 20px 0;
}
.current-news li a {
  color: var(--color-gray);
  transition: 0.3s ease;
}
.current-news li a:hover {
  color: var(--color-blue);
  transition: 0.3s ease;
}
.blog-box {
  padding: 5px 20px 45px;
  -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 19px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 30px 30px;
}
.letter img.img-fluid {
  border-radius: 30px 30px 0 0;
}
.current-news > div {
  padding: 35px 20px 35px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-item img {
  display: block !important;
  opacity: 1 !important;
}
.current-news {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .current-news > div {
    padding: 35px 35px 35px;
  }
  .current-news {
    margin-top: 0;
  }
  .blog-box {
    padding: 5px 35px 45px;
  }
}
.swiper-slider-corporate h2 span,
.swiper-slider-corporate h2,
.swiper-slide-caption p {
  color: var(--color-white);
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.4rem !important;
    font-weight: 700;
  }
  .text-title h2,
  .doc-text h2 {
    font-size: 36px !important;
  }
}
/* ::-webkit-scrollbar{
  width: 0;
} */
