@charset "UTF-8";
html,
body {
  height: auto;
  min-height: 100vh;
  /*background-color: $blanco;*/
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #838383;
  letter-spacing: 0px; }

button:focus {
  outline: none; }

img, a, video, iframe {
  border: none;
  outline: none;
  box-shadow: none; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  letter-spacing: 0px; }

h1 {
  font-size: 3.3rem;
  line-height: 3.4rem;
  font-weight: 400;
  letter-spacing: -0.5px; }

h1 strong {
  font-weight: 700; }

h2 {
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 300; }

h3 {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 400;
  margin-bottom: 15px; }

.destacado h1 {
  font-size: 1.55rem !important;
  line-height: 1.7rem !important;
  font-weight: 700 !important; }

.destacado h3 {
  font-size: 1.45rem;
  line-height: 1.7rem;
  font-weight: 300; }

h4 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-weight: 700; }

h5 {
  font-size: 1.3rem;
  line-height: 1.3rem; }

h6 {
  font-size: 3.4rem;
  line-height: 3.4rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px; }

p,
a,
ul,
ol,
pre,
blockquote,
.form-control-label,
.form-check-label {
  font-size: 1rem;
  line-height: 1.65rem;
  letter-spacing: 0px;
  margin-bottom: 0px; }

.tilde-naranja {
  list-style: none;
  padding-left: 0px;
  /* Agrega un poco de espacio para la imagen del marcador */ }

.tilde-naranja li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.4rem;
  max-width: 350px;
  color: #0147ba; }

.tilde-naranja li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 16px;
  /* Ajusta el ancho deseado */
  height: 16px;
  /* Ajusta la altura deseada */
  background-image: url("../images/tilde-naranja.png");
  /* Ruta de la imagen del marcador */
  background-repeat: no-repeat;
  background-size: contain; }

.tilde-azul {
  list-style: none;
  padding-left: 0px;
  /* Agrega un poco de espacio para la imagen del marcador */ }

.tilde-azul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 9px;
  line-height: 1.4rem;
  max-width: 350px; }

.tilde-azul li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 16px;
  /* Ajusta el ancho deseado */
  height: 16px;
  /* Ajusta la altura deseada */
  background-image: url("../images/tilde-azul.png");
  /* Ruta de la imagen del marcador */
  background-repeat: no-repeat;
  background-size: contain; }

.tilde-naranja.der li::before {
  right: 0px;
  left: auto; }

.tilde-naranja.der li {
  max-width: 100%;
  padding-right: 30px;
  color: #f5a800; }

ul.ul-der {
  text-align: right !important;
  list-style-position: inside; }

ul.ul-izq li {
  font-size: 1rem !important;
  line-height: 1.25rem;
  color: #0147ba !important; }

ul.ul-der li {
  font-size: 1rem !important;
  line-height: 1.2rem;
  color: #f5a800 !important; }

p {
  margin-bottom: 1rem !important; }

a {
  color: #838383; }

a:hover {
  color: #0147ba;
  text-decoration: none; }

a.inv {
  color: #fff !important; }

a.inv:hover {
  color: #0147ba !important;
  text-decoration: none; }

strong {
  font-weight: 700; }

hr {
  border: none;
  border-top: 1px solid #f1f1f1;
  width: 100%; }

/*TEXTOS*/
.texto-negro {
  color: #000 !important; }

.texto-blanco {
  color: #fff !important; }

.texto-gris {
  color: #838383 !important; }

.texto-color1, .texto-azul {
  color: #0147ba !important; }

.texto-color2, .texto-naranja {
  color: #0b82d3 !important; }

.texto-color3, .texto-naranja {
  color: #f5a800 !important; }

/*TEXTOS*/
/*FONDOS*/
.fondo-negro {
  background-color: #000; }

.fondo-blanco {
  background-color: #fff; }

.fondo-gris {
  background-color: #f1f1f1; }

.fondo-color1 {
  background: linear-gradient(0deg, #143ca1, transparent) #1d4cc1; }

.fondo-color2 {
  background-color: #0b82d3; }

.parallax {
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax h4 {
  font-size: 2.85rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 10px; }

.parallax h4 strong {
  font-weight: 600; }

.parallax p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 400; }

.parallax p strong {
  font-weight: 600; }

#parallax-horizontal-izq, #parallax-horizontal-der {
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: 120% !important;
  min-height: 650px;
  padding: 150px 0px !important; }

/*FONDOS*/
/*PRENAV*/
.navbar {
  padding: 0px; }

.navbar li {
  list-style: none;
  margin-bottom: 0rem; }

#contPreNav {
  height: 30px;
  z-index: 500;
  background-color: rgba(255, 255, 255, 0);
  position: relative; }

#preNav {
  z-index: 500;
  padding: 0px; }

#preNavResponsive {
  background-color: rgba(255, 255, 255, 0); }

#preNav.navbar {
  z-index: 500;
  padding: 0px;
  top: -1px;
  height: 42px;
  border-bottom: 1px solid #e6e6e6; }

#preNav .nav-item, #preNav .nav-item a, #preNav .nav-item p {
  margin: 0px;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 0.9rem;
  display: inline-block;
  padding: 0px 0px;
  margin: auto 0px;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #999;
  text-decoration: none;
  margin-top: 8px; }

#preNav .nav-item:hover, #preNav .nav-item a:hover {
  color: #0b82d3; }

#preNav .nav-item.login, #preNav .nav-item.login a, #preNav .nav-item.login p {
  color: #0147ba; }

#preNav .nav-item.login:hover, #preNav .nav-item.login a:hover {
  color: #0b82d3; }

#preNav .nav-item a::after {
  margin-left: 8px;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-weight: 100; }

#preNav .nav-item.contacto a::after {
  content: "\f0e0"; }

#preNav .nav-item.flechita a::after {
  content: "\f054";
  /*content: "\f105";*/
  /*background-image: url('../images/flecha-next-blanca.png');
  background-size: 10px 10px;
  width: 10px;
  height: 10px;*/ }

#preNav .nav-item:hover a::after {
  color: #0147ba;
  cursor: pointer; }

#preNav .nav-item {
  margin: auto 0px;
  padding: 0px 12px;
  width: max-content;
  margin-left: auto; }

#preNav .nav-item:first-child {
  border-left: none; }

#preNav .dropdown-menu {
  min-width: 1rem;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  margin: 0px;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }

#preNav .dropdown-item {
  padding: 4px 16px 0px 16px;
  margin: 8px 0px 5px 0px; }

/*FLAGS*/
#flagsNav .dropdown-menu {
  min-width: 1rem;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  margin: 0px;
  padding: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }

#flagsNav .dropdown-item {
  padding: 4px 16px 0px 16px;
  margin: 8px 0px 5px 0px; }

#flagsNav .flag {
  max-height: 15px;
  margin-bottom: 6px; }

#flagsNav .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: none; }

#flagsNav .dropdown-toggle:after {
  color: #fff;
  margin-top: 11px;
  border-top: 0.4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent; }

#flagsNav .dropdown-toggle:hover:after {
  color: #0147ba !important; }

/*FLAGS*/
#preNav .navbar-toggler {
  width: 42px;
  height: 32px;
  padding: 5px;
  margin-left: auto;
  margin-right: 10px; }

#preNav .navbar-toggler-icon, #preNav .navbar-toggler.collapsed > .close, #preNav .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-size: contain;
  width: 20px;
  height: 20px; }

#preNav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px; }

#preNav .icon-bar, #preNav .icon-bar:nth-child(2), #preNav .icon-bar:nth-child(3) {
  width: 24px;
  margin-left: auto; }

#preNav .navbar-toggler .icon-bar {
  background-color: #fff;
  height: 2px; }

#preNav .navbar-toggler:hover > .icon-bar:nth-child(2), .navbar-toggler:hover > .icon-bar:nth-child(3) {
  width: 24px; }

#preNav .navbar-toggler:active > .icon-bar:nth-child(2), .navbar-toggler:active > .icon-bar:nth-child(3) {
  width: 24px; }

#preNav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px); }

#preNav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0; }

#preNav .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  width: 24px;
  transform: rotate(-45deg) translate(5px, -5px); }

/*ICONO IMAGEN*/
/*#preNav .navbar-toggler-icon {
  background-image: url("../images/bars.png") !important;
}
#preNav .navbar-toggler.collapsed>.close, #preNav .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  background-image: url("../images/close.png") !important;
}*/
/*ICONO IMAGEN*/
#preNav .navbar-toggler-icon {
  padding-left: 22px;
  position: relative;
  color: #fff; }

#preNav .navbar-toggler-icon:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 2px;
  left: 10px;
  color: #fff;
  content: "\f0c9"; }

#preNav .navbar-toggler.collapsed > .close, #preNav .navbar-toggler:not(.collapsed) > .navbar-toggler-icon:before {
  content: "\f00d"; }

/*PRENAV*/
/*SOCIALNAV*/
#socialNav {
  z-index: 500;
  padding: 0px; }

#socialNav.navbar {
  z-index: 500;
  padding: 0px;
  top: -1px;
  height: 31px; }

#socialNav .btn-preNav {
  margin: 0px;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  padding: 0px 12px;
  margin: 2px 0px;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fff;
  text-decoration: none; }

#socialNav .nav-item {
  border-left: 1px solid #838383;
  margin: auto 0px; }

#socialNav .btn-preNav i {
  font-size: 1.1rem !important;
  color: #fff;
  margin: 0px 0px; }

#socialNav .btn-preNav:hover i {
  color: #0147ba; }

/*SOCIALNAV*/
/*NAVBAR*/
#mainNav.navbar {
  transition: all 0.2s;
  z-index: 400;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0);
  top: 0px;
  padding: 28px 0px 18px 0px; }

#mainNav p {
  color: #0147ba;
  font-size: 0.8rem;
  margin: 11px 9px 0px 9px; }

#mainNav .nav-item {
  margin: auto 10px;
  padding: 0px 0px; }

#mainNav .nav-item a {
  font-size: 0.93rem;
  line-height: 1rem;
  font-weight: 500;
  color: #0147ba;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 10px 0px;
  width: 100%; }

#mainNav .nav-item:hover, #mainNav .nav-item a:hover, #mainNav .nav-item a.active {
  color: #0b82d3; }

#mainNav .nav-item.dropdown.flecha {
  padding-right: 16px; }

#mainNav .nav-item.flecha a::after {
  padding-left: 6px;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 0.85rem;
  font-weight: 100;
  color: #0147ba;
  transition: all 0.1s;
  content: "\f078";
  margin-top: 0px;
  position: absolute; }

#mainNav .nav-item:hover.flecha a::after {
  color: #0147ba;
  cursor: pointer; }

#mainNav .iconos {
  margin: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1rem;
  display: inline-block;
  padding: 9px 2px 7px 2px;
  transition: all 0.1s;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #0147ba; }

#mainNav .iconos i {
  font-size: 1rem !important;
  color: #0147ba;
  margin: 4px 5px; }

#mainNav .iconos:hover i {
  color: #0147ba; }

#mainNav .iconos:hover,
#mainNav .iconos:focus,
#mainNav .iconos.focus,
#mainNav .iconos.active {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #0b82d3 !important; }

#mainNav .dropdown-menu {
  min-width: 1rem;
  background-color: #fff;
  border-radius: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
  margin-left: -20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown-menu .dropdown-item {
  padding: 3px 25px 8px 20px !important;
  margin: 8px 0px 4px 0px !important;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #0147ba;
  transition: all 0.1s;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-bottom: 1px solid #ddd; }

.dropdown-menu a.dropdown-item::after {
  content: "" !important; }

.dropdown-menu .dropdown-item:last-child {
  border-bottom: none; }

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item.focus,
.dropdown-menu .dropdown-item.active {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #0147ba !important; }

#mainNav .flag {
  max-height: 15px;
  margin-bottom: 6px; }

#mainNav .dropdown-toggle {
  background-color: rgba(0, 0, 0, 0);
  border: none; }

#mainNav .dropdown-toggle:after {
  color: #0147ba;
  margin-top: 11px;
  border-top: 0.4em solid;
  border-right: .4em solid transparent;
  border-bottom: 0;
  border-left: .4em solid transparent; }

#mainNav .dropdown-toggle:hover:after {
  color: #0147ba !important; }

.dropdown-item::after {
  content: "" !important; }

.dropdown-item:focus, .dropdown-item:hover {
  background-color: #FFF !important; }

.navbar-brand {
  padding-top: 0px;
  padding-bottom: 5px; }

#mainNav #logo img {
  height: 38px;
  margin: auto 0px;
  transition: all 0.2s; }

#mainNav.active.navbar {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }

#mainNav.active.navbar #logo img {
  transition: all 0.2s; }

#mainNav .nav-item.active {
  color: #0147ba !important; }

#mainNav .nav-item.btn {
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: center;
  display: inline-block;
  color: white;
  background-color: black;
  vertical-align: unset;
  height: 32px;
  border-radius: 30px;
  transition: all 0.2s ease 0s;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 9px 20px 0px 20px;
  margin: auto 0px auto 10px; }

#mainNav .nav-item.btn a {
  color: #fff;
  padding: 0px 0px; }

#mainNav .nav-item.btn:hover {
  background-color: #0147ba; }

/*NAVBAR*/
/*HAMBURGUESA ANIMADA*/
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 12px 12px; }

.navbar-toggler:focus {
  outline: none;
  background: transparent !important; }

.navbar-toggler .icon-bar {
  background-color: #0147ba;
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all .2s; }

.navbar-toggler .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 0px; }

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 7px; }

.icon-bar:nth-child(2) {
  width: 18px;
  transition: ease all .2s;
  margin-left: auto; }

.icon-bar:nth-child(3) {
  width: 26px;
  transition: ease all .2s;
  margin-left: auto; }

.navbar-toggler:hover > .icon-bar:nth-child(2), .navbar-toggler:hover > .icon-bar:nth-child(3) {
  width: 32px;
  transition: ease all .2s; }

.navbar-toggler:active > .icon-bar:nth-child(2), .navbar-toggler:active > .icon-bar:nth-child(3) {
  width: 32px;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all .2s; }

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  width: 32px;
  transform: rotate(-45deg) translate(7px, -7px);
  transition: ease all .2s; }

/*HAMBURGUESA ANIMADA*/
/*HAMBURGUESA IMAGEN*/
/*#mainNav .navbar-toggler{
  width: 49px;
  height: 35px;
  padding: 5px;
  border-color: #999;
}
#mainNav .navbar-toggler-icon, #mainNav .navbar-toggler.collapsed>.close, #mainNav .navbar-toggler:not(.collapsed)>.navbar-toggler-icon{
  background-size: contain;
  width: 20px;
  height: 20px;
}
#mainNav .navbar-toggler-icon {
  background-image: url("../images/bars.png") !important;
}
#mainNav .navbar-toggler.collapsed>.close, #mainNav .navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
  background-image: url("../images/close.png") !important;
}*/
/*HAMBURGUESA IMAGEN*/
/*SECOND NAV*/
#secondNav {
  background-color: #fff !important;
  padding: 0px;
  top: -1px;
  height: 58px; }

#secondNav .navbar-toggler {
  padding: 0px; }

#secondNav .navbar-toggler-icon {
  background-image: url("../images/down.png") !important; }

#secondNav .navbar-toggler.collapsed > .close, #secondNav .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-image: url("../images/up.png") !important; }

#secondNav .navbar-toggler-icon, #secondNav .navbar-toggler.collapsed > .close, #secondNav .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 18px 15px 18px 0px; }

#secondNav p {
  color: #0147ba;
  font-size: 0.8rem;
  margin: 18px 9px 0px 9px; }

#secondNav .nav-item .nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #0147ba;
  padding: 0px 20px;
  margin: 0px;
  transition: all 0.2s;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: inline-block;
  position: relative; }

#secondNav .nav-item {
  border-right: 1px solid #0147ba; }

#secondNav .nav-item:last-child {
  border-right: none; }

#navbarResponsiveSecond .nav-item.destacado {
  padding-left: 20px; }

#navbarResponsiveSecond .nav-item.destacado a {
  font-size: 0.85rem;
  line-height: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  margin: 5px 0px 5px 0px;
  padding: 10px 25px 9px 25px;
  transition: all 0.2s;
  border: none;
  vertical-align: unset;
  color: #fff;
  background-color: #0147ba; }

#navbarResponsiveSecond .nav-item.destacado a:hover {
  color: #fff;
  background-color: #0147ba; }

#navbarResponsiveSecond .nav-item.destacado a::after {
  font-family: 'FontAwesome';
  top: 2px;
  margin-left: 12px;
  content: "\f061"; }

#secondNav .nav-item .nav-link:hover, #secondNav .nav-item .nav-link.active {
  color: #0147ba; }

#secondNav .nav-item .nav-link.inicio {
  background-color: #838383;
  color: #fff;
  padding: 20px 20px !important; }

#secondNav .nav-item .nav-link.inicio:hover {
  background-color: #0147ba;
  color: #fff;
  padding: 20px 20px; }

#secondNav .nav-item .nav-link.inicio-min {
  color: #0147ba; }

#secondNav .nav-item .nav-link.inicio-min:hover {
  color: #0147ba; }

#navbarResponsiveSecond.min .nav-item:first-child {
  padding-left: 0px !important; }

#navbarResponsiveSecond p:last-of-type {
  display: none; }

/*SECOND NAV*/
header {
  display: initial; }

/*HEADER IMAGEN*/
.head {
  background-color: #fff; }

.head.imagen {
  margin-top: -119px;
  /* ALTO DE MENU/S */
  min-height: 450px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease;
  background-image: url("../images/header-home.jpg"); }

.vh-header {
  height: 100vh !important; }

.head.imagen .container {
  padding-top: 60px;
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

/*HEADER IMAGEN*/
/*HEADER IMAGEN-INTERNA*/
.head.imagen-interna {
  margin-top: -120px;
  /* ALTO DE MENU/S */
  min-height: 450px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease; }

.head.imagen-interna .container {
  height: 80vh;
  padding-top: 120px;
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

.elementos .plataforma-web {
  position: relative;
  right: 0px;
  top: 90px;
  animation: plataformaweb 4s infinite;
  animation-timing-function: ease-in-out;
  width: 100%;
  max-width: 600px;
  height: auto; }

@keyframes plataformaweb {
  0% {
    top: 90px; }
  50% {
    top: 100px; }
  100% {
    top: 90px; } }
.elementos .billetera-virtual {
  position: relative;
  right: 170px;
  top: -50px;
  animation: billeteravirtual 4s infinite;
  animation-delay: .5s;
  animation-timing-function: ease-in-out;
  width: 100%;
  max-width: 180px;
  height: auto; }

@keyframes billeteravirtual {
  0% {
    top: -50px; }
  50% {
    top: -60px; }
  100% {
    top: -50px; } }
/*HEADER IMAGEN-INTERNA*/
/*HEADER PLENO*/
.head.pleno {
  margin-top: -123px;
  /* ALTO DE MENU/S */
  min-height: 450px;
  background-color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease; }

.head.pleno .container {
  padding-top: 60px;
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

/*HEADER PLENO*/
/*HEADER INTERNA*/
.header-int {
  z-index: 90;
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

/*HEADER INTERNA*/
/*HEADER CAROUSEL*/
.head.carrusel {
  margin-top: -126px;
  /* ALTO DE MENU/S */
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2; }

.head.carrusel .carousel-inner {
  /*padding-top: 60px;*/
  /* ALTO DE MENU/S DIVIDIDO 2 */ }

.carousel-item {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-indicators {
  text-align: left;
  float: left;
  left: unset;
  right: unset;
  bottom: 10px;
  margin-left: unset;
  margin-right: unset;
  z-index: 200; }

.carousel-indicators li {
  width: 8px;
  height: 8px;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 30px;
  border-radius: 100%;
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0);
  background-color: white; }

/*Círculo*/
/*.carousel-indicators li.active {
  background-color: rgba(255,255,255,0);
  border: 2px solid rgba(255,255,255,1);
}*/
/*Círculo*/
.carousel-indicators li.active {
  background-color: #0147ba; }

/*FLECHAS IMAGEN*/
/*FLECHAS IMAGEN*/
/*FLECHAS FONTAWESOME*/
.carousel-control-next, .carousel-control-prev {
  width: 4%; }

.carousel-control-next, .carousel-control-prev, .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  opacity: 1; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
  font-family: 'FontAwesome';
  color: #999;
  padding-top: 50px;
  font-size: 1.3rem; }

.carousel-control-prev-icon::after {
  content: "\f053"; }

.carousel-control-next-icon::after {
  content: "\f054"; }

.carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon {
  color: #0147ba; }

/*FLECHAS FONTAWESOME*/
.carousel-caption {
  transform: translateY(-45%);
  bottom: 0;
  top: 55%;
  left: unset;
  right: unset; }

.carousel-caption .logo {
  max-height: 100px;
  margin-bottom: 2rem;
  margin-top: 2rem; }

.carousel-caption h2 {
  color: #fff;
  text-transform: none; }

.carousel-caption p {
  color: #fff; }

/*HEADER CAROUSEL*/
/*HEADER VIDEO*/
.head.vid {
  position: relative;
  background-color: black;
  height: 87vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

.head.vid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.head.vid .container {
  position: relative;
  z-index: 2; }

.head.vid .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

/*HEADER VIDEO*/
/*ICO WS FLOTANTE*/
#icos-flotantes {
  z-index: 1200;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: all 0.3s ease;
  margin-right: -100px; }

#ico-flotante-ws-img {
  background-image: url(../images/ico-flotante-ws.png);
  background-size: 100%;
  background-position: center top;
  width: 60px;
  height: 60px; }

#ico-flotante-ws-img:hover {
  background-position: center bottom; }

/*ICO WS FLOTANTE*/
/*ICONOS FLOTANTES*/
#icos-flotantes .btn {
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  transition: all 0.2s;
  color: #fff;
  background-color: #03d56f;
  border: none;
  vertical-align: unset;
  width: 54px;
  height: 54px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

#icos-flotantes .btn:hover,
#icos-flotantes .btn:focus,
#icos-flotantes .btn.focus,
#icos-flotantes .btn.active {
  color: #fff;
  background-color: #00e676;
  border: none;
  box-shadow: none; }

#icos-flotantes .btn.telefono {
  background-color: #0147ba; }

#icos-flotantes .btn.telefono:hover,
#icos-flotantes .btn.telefono:focus,
#icos-flotantes .btn.telefono.focus,
#icos-flotantes .btn.telefono.active {
  background-color: #838383; }

#icos-flotantes .btn i {
  line-height: 54px; }

.pmd-floating-action-btn:before {
  display: none !important; }

.pmd-floating-action {
  bottom: 1rem;
  position: fixed;
  right: 1rem;
  z-index: 1000; }

.pmd-floating-action:hover .pmd-floating-action-btn,
.menu--floating--open .pmd-floating-action-btn {
  opacity: 1;
  -ms-transform: none;
  transform: none;
  position: relative;
  bottom: auto;
  overflow: hidden; }

.pmd-floating-action:hover .pmd-floating-action-btn:before,
.menu--floating--open .pmd-floating-action-btn:before {
  opacity: 1; }

.pmd-floating-action-btn {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); }

.pmd-floating-action-btn:before {
  bottom: 10%;
  content: attr(data-title);
  opacity: 0;
  position: absolute;
  right: 100%;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.125rem;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.75rem;
  margin-right: 0.3125rem;
  display: inline-block;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.pmd-floating-action-btn:last-child:before {
  font-size: 14px;
  bottom: 25%; }

.pmd-floating-action-btn:hover, .pmd-floating-action-btn:focus, .pmd-floating-action-btn:active {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.pmd-floating-action-btn:not(:last-child) {
  opacity: 0;
  transform: translateY(20px) scale(0.3);
  -ms-transform: translateY(20px) scale(0.3);
  margin-bottom: 0.9375rem;
  margin-left: 0.5rem;
  position: absolute;
  bottom: 0; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
  transition-delay: 50ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
  transition-delay: 100ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
  transition-delay: 150ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
  transition-delay: 200ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
  transition-delay: 250ms; }

.pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
  transition-delay: 300ms; }

.pmd-floating-action-btn.btn:hover {
  overflow: visible; }

/*ICONOS FLOTANTES*/
section {
  padding: 80px 0px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px; }

#soluciones {
  background-image: url("../images/fondo-soluciones.gif"); }

#plataforma-web {
  background-image: url("../images/fondo-plataforma-web.gif"); }

#clientes {
  background-image: url("../images/fondo-clientes.gif"); }

#billetera-virtual {
  background-image: url("../images/fondo-billetera-virtual.gif"); }

#opiniones {
  background-image: url("../images/fondo-opiniones.gif"); }

#contacto {
  background-image: url("../images/fondo-plataforma-web.gif"); }

/*SPIDERWORDS*/
.spiderwords {
  height: 480px !important; }

.spiderwords img {
  width: 100%;
  max-width: 200px;
  margin: auto; }

#word-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

.word {
  position: relative;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff; }

.plataforma {
  animation: plataforma 7s infinite ease-in-out;
  top: -140px; }

@keyframes plataforma {
  0% {
    left: -140px; }
  50% {
    left: -120px; }
  100% {
    left: -140px; } }
.pagos {
  animation: pagos 4s infinite ease-in-out;
  left: 60px; }

@keyframes pagos {
  0% {
    top: -190px; }
  50% {
    top: -200px; }
  100% {
    top: -190px; } }
.qr {
  animation: qr 10s infinite ease-in-out;
  top: -220px; }

@keyframes qr {
  0% {
    right: -330px; }
  50% {
    right: -350px; }
  100% {
    right: -330px; } }
.bancos {
  animation: bancos 8s infinite ease-in-out;
  right: -500px; }

@keyframes bancos {
  0% {
    top: -120px; }
  50% {
    top: -130px; }
  100% {
    top: -120px; } }
.afip {
  animation: afip 4s infinite ease-in-out;
  top: 20px; }

@keyframes afip {
  0% {
    right: -350px; }
  50% {
    right: -330px; }
  100% {
    right: -350px; } }
.billetera {
  animation: billetera 10s infinite ease-in-out;
  right: -220px; }

@keyframes billetera {
  0% {
    bottom: -150px; }
  50% {
    bottom: -170px; }
  100% {
    bottom: -150px; } }
.erp {
  animation: erp 5s infinite ease-in-out;
  left: -240px; }

@keyframes erp {
  0% {
    bottom: -130px; }
  50% {
    bottom: -150px; }
  100% {
    bottom: -130px; } }
.apis {
  animation: apis 7s infinite ease-in-out;
  bottom: -140px; }

@keyframes apis {
  0% {
    left: -650px; }
  50% {
    left: -670px; }
  100% {
    left: -650px; } }
.cobros {
  animation: cobros 10s infinite ease-in-out;
  left: -600px; }

@keyframes cobros {
  0% {
    top: 20px; }
  50% {
    top: 40px; }
  100% {
    top: 20px; } }
.lineas {
  position: relative;
  border-bottom: 1px solid #fff;
  opacity: .1;
  height: 0; }

.linea1 {
  width: 220px;
  transform: rotate(85deg);
  top: 45px;
  left: 50px; }

.linea2 {
  width: 110px;
  transform: rotate(72deg);
  top: -5px;
  left: 190px; }

.linea3 {
  width: 80px;
  transform: rotate(127deg);
  top: 127px;
  left: 190px; }

.linea4 {
  width: 150px;
  transform: rotate(23deg);
  top: 115px;
  left: 350px; }

.linea5 {
  width: 240px;
  transform: rotate(-4deg);
  top: 180px;
  left: 240px; }

.linea6 {
  width: 140px;
  transform: rotate(-12deg);
  top: -128px;
  left: 270px; }

.linea7 {
  width: 180px;
  transform: rotate(127deg);
  top: -45px;
  left: 280px; }

.linea8 {
  width: 220px;
  transform: rotate(-8deg);
  top: -171px;
  left: 530px; }

.linea9 {
  width: 150px;
  transform: rotate(203deg);
  top: -142px;
  left: 837px; }

.linea10 {
  width: 100px;
  transform: rotate(116deg);
  top: -15px;
  left: 920px; }

.linea11 {
  width: 80px;
  transform: rotate(100deg);
  top: 120px;
  left: 870px; }

.linea12 {
  width: 200px;
  transform: rotate(188deg);
  top: 174px;
  left: 593px; }

.linea13 {
  width: 670px;
  transform: rotate(181deg);
  top: -92px;
  left: 280px; }

.linea14 {
  width: 390px;
  transform: rotate(25deg);
  top: -55px;
  left: 510px; }

.linea15 {
  width: 180px;
  transform: rotate(62deg);
  top: -69px;
  left: 780px; }

.linea16 {
  width: 310px;
  transform: rotate(82deg);
  top: -4px;
  left: 670px; }

.linea17 {
  width: 430px;
  transform: rotate(152deg);
  top: 33px;
  left: 564px; }

.linea18 {
  width: 510px;
  transform: rotate(179deg);
  top: 55px;
  left: 360px; }

.linea19 {
  width: 280px;
  transform: rotate(165deg);
  top: 108px;
  left: 600px; }

.linea20 {
  width: 320px;
  transform: rotate(40deg);
  top: 28px;
  left: 233px; }

.linea21 {
  width: 205px;
  transform: rotate(40deg);
  top: 94px;
  left: 633px; }

.linea22 {
  width: 100px;
  transform: rotate(100deg);
  top: 72px;
  left: 513px; }

.linea23 {
  width: 290px;
  transform: rotate(155deg);
  top: 78px;
  left: 233px; }

.linea24 {
  width: 110px;
  transform: rotate(160deg);
  top: 20px;
  left: 347px; }

.linea25 {
  width: 180px;
  transform: rotate(20deg);
  top: -64px;
  left: 273px; }

.linea26 {
  width: 90px;
  transform: rotate(70deg);
  top: -101px;
  left: 436px; }

.linea27 {
  width: 168px;
  transform: rotate(133deg);
  top: -116px;
  left: 633px; }

.linea28 {
  width: 259px;
  transform: rotate(170deg);
  top: -71px;
  left: 690px; }

.linea29 {
  width: 180px;
  transform: rotate(11deg);
  top: 1px;
  left: 687px; }

/*SPIDERWORDS*/
/*CARDS*/
.card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  transition: all .2s ease; }

.card:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0); }

.card.card-border {
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  transition: all .2s ease; }

.card.card-border:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid black; }

.card-header {
  padding: 5px 20px 5px 10px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: unset; }

.card .ico-img {
  text-align: center;
  padding-bottom: 30px; }

.card .ico-img img {
  width: 100%;
  max-width: 150px;
  margin: 20px auto 0px auto; }

.ico {
  font-size: 3.5rem;
  color: #cccccc;
  margin: 0 auto 20px auto; }

.beneficio {
  margin-top: 60px; }

a.beneficio:hover h3 {
  color: #0147ba;
  transition: all .2s ease; }

a.beneficio:hover p {
  color: #0147ba;
  transition: all .2s ease; }

a.beneficio:hover .btn {
  color: #0147ba;
  background-color: #0147ba; }

a.card:hover .btn {
  color: #0147ba;
  background-color: #0147ba; }

.cardhv:hover {
  cursor: pointer; }

.cardhv:hover .btn {
  background-color: #0147ba;
  color: #0147ba; }

.cardhv:hover h1, .cardhv:hover h2, .cardhv:hover h3, .cardhv:hover h4, .cardhv:hover h5 {
  color: #0147ba; }

.card-novedad {
  background-color: #fff;
  border-radius: 0px;
  border: none;
  width: 100%;
  padding: 0px;
  margin-bottom: 30px;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  transition: all .2s ease;
  height: 300px; }

.card-novedad h2, .card-novedad h3 {
  color: #fff;
  text-transform: none; }

.card-novedad.hover h2, .card-novedad.hover h3 {
  color: #0147ba; }

.card-novedad:hover .btn {
  color: #fff; }

.image-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .3s ease;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.5; }

.card:hover .image-overlay {
  opacity: 1; }

.image-overlay-deg {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .3s ease;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5; }

.card:hover .image-overlay-deg {
  opacity: 1; }

.card-img {
  border: 0px;
  border-radius: 0px; }

.novedades.card .ico-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 0px; }

.novedades.card .ico-img .img-ppal {
  border-radius: 0px;
  width: 100%;
  margin: 0px; }

.novedades.card .ico-img .titulo {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
  padding: 20px 18px;
  transition: .3s ease;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1; }

.novedades.card:hover .ico-img .titulo {
  background: white; }

.card.novedades {
  background-color: #fff;
  border-radius: 0px;
  border: none;
  width: 100%;
  margin-bottom: 30px;
  padding: 0px 0px 10px 0px;
  flex-direction: row;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  transition: all .2s ease; }

.novedades .card-img {
  border-radius: 0px; }

.novedades.card-shadow {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1) !important; }

.novedades.card .ico-img {
  position: relative;
  width: 100%;
  height: 100%; }

.novedades.card .ico-img .img-ppal {
  border-radius: 0px;
  width: 100%;
  margin: 0px; }

.novedades.card.verticales .ico-img .titulo {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  padding: 20px 18px;
  transition: .3s ease;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex !important;
  text-align: left;
  color: #fff; }

.novedades.card .ico-img .titulo h2, .novedades.card .ico-img .titulo h3 {
  margin-bottom: 0px;
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.novedades.card:hover .ico-img .titulo {
  color: #0147ba; }

.novedades.card.verticales:hover .ico-img .titulo {
  background: rgba(0, 0, 0, 0.8); }

.novedades.card.verticales p {
  color: #0147ba; }

.novedades.card.verticales:hover p {
  color: #0147ba; }

.novedades.card.verticales:hover .btn {
  color: #0147ba;
  background-color: #0147ba; }

/*CARDS*/
/*ACCORDION*/
.accordion {
  width: 100%; }

.accordion .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0) !important;
  background-clip: border-box;
  border-radius: 0rem;
  box-shadow: none !important;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #999 !important;
  width: 100%; }

.accordion .card h4 {
  margin-bottom: 0px;
  font-weight: 500; }

.accordion .card .card {
  border-bottom: none !important;
  border-top: 1px solid #f1f1f1 !important; }

.accordion .card:hover {
  box-shadow: none; }

.accordion .card-body {
  padding: 0px 0px 50px 0px;
  width: 100%; }

.accordion .card-body .card-body {
  padding: 0px 0px 20px 0px; }

.accordion .card-body .card-body p {
  width: 90%; }

.accordion .card-header {
  padding: 20px 0px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0) !important;
  cursor: pointer; }

.accordion .card-header .card-header {
  padding: 10px 0px; }

.accordion .btn {
  margin: 0px 0px 10px 0px; }

.accordion h4 {
  margin-bottom: 0px;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  color: #999; }

.accordion .col-ico {
  width: 60px;
  max-width: 60px;
  padding-left: 15px;
  padding-right: 5px;
  margin: auto;
  text-align: center; }

.accordion .arrow i {
  float: right;
  font-size: 1rem;
  color: #999; }

.accordion .card .card-header:hover .arrow i {
  color: #0147ba !important; }

.accordion .card .card-header:hover h4 {
  color: #0147ba !important; }

.accordion .card .card-header:not(.collapsed) h4 {
  color: #0147ba !important; }

.accordion .card .card-header:not(.collapsed):hover h4 {
  color: #0147ba !important; }

[data-toggle="collapse"] .fa:before {
  /*content: url(../images/arrow-down.png);*/
  content: "\f077"; }

[data-toggle="collapse"].collapsed .fa:before {
  /*content: url(../images/arrow-up.png);*/
  content: "\f078"; }

/*ACCORDION*/
/*ICONOS REDES*/
.iconos-redes i {
  font-size: 2rem;
  margin-top: 0px;
  margin-left: 0px; }

.iconos-redes a {
  color: #fff;
  margin: 0px 20px 20px 0px; }

.iconos-redes a:last-child {
  margin: 0px 0px 20px 0px; }

.iconos-redes a:hover {
  color: #0147ba; }

/*ICONOS REDES*/
/*ICONOS REDES-FUNDADORES*/
.iconos-redes-fundadores i {
  font-size: 1.3rem; }

.iconos-redes-fundadores a {
  color: #0147ba;
  margin: 0px 20px 20px 0px; }

.iconos-redes-fundadores a:last-child {
  margin: 0px 0px 20px 0px; }

.iconos-redes-fundadores a:hover {
  color: #0147ba; }

/*ICONOS REDES-FUNDADORES*/
/*ICONOS REDES-EQUIPO*/
.iconos-redes-equipo {
  padding: 5px 0px; }

.iconos-redes-equipo i {
  font-size: 1.3rem; }

.iconos-redes-equipo a {
  color: #0147ba;
  margin: 0px 10px 20px 10px; }

.iconos-redes-equipo a:hover {
  color: #0147ba; }

/*ICONOS REDES-EQUIPO*/
/*OWL EMPRESAS*/
.owl-carousel .owl-stage-outer {
  padding-top: 0px; }

.owl-theme {
  padding-top: 0px;
  width: 95%;
  margin: 0 auto; }

.owl-theme p {
  margin-bottom: 0.5rem; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0, 0, 0, 0);
  color: #0147ba;
  text-decoration: none; }

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

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

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #ccc;
  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: #0147ba; }

.owl-prev {
  width: 15px;
  height: 100%;
  position: absolute;
  top: -5px;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black; }

.owl-next {
  width: 15px;
  height: 100%;
  position: absolute;
  top: -5px;
  right: -20px;
  display: block !important;
  border: 0px solid black; }

.owl-prev i, .owl-next i {
  transform: scale(2);
  color: #838383; }

.owl-prev i:hover, .owl-next i:hover {
  color: #0147ba; }

/*OWL*/
/*OWLs*/
.carouseles-empresas .owl-theme img {
  margin: 10px auto 10px auto !important;
  width: 180px !important; }

.carouseles-opiniones .owl-theme img {
  margin: 10px auto 10px auto !important; }

.carouseles-opiniones .owl-prev img, .carouseles-opiniones .owl-next img {
  width: 20px;
  height: 20px; }

.opiniones p {
  font-style: italic;
  font-weight: 500; }

.opiniones p strong {
  font-weight: 700; }

.opiniones .quote-izq {
  position: absolute;
  top: -20px;
  left: 12px; }

.opiniones .quote-der {
  position: absolute;
  right: -20px;
  bottom: -32px; }

.opiniones .quote-izq p, .opiniones .quote-der p {
  font-style: normal;
  font-size: 6.5rem;
  font-weight: 500;
  color: #e6eaf5; }

/*OWLs*/
/*FORM*/
#formulario .form-control-label {
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: left;
  color: #0147ba; }

#formulario a {
  font-size: 1rem;
  line-height: 1.6rem;
  font-weight: 700; }

#formulario .codigo-area {
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0px;
  color: #0147ba; }

#formulario .form-control, #formulario textarea, #formulario select {
  width: 100%;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  color: #0147ba;
  height: 30px;
  padding: 0px 0px;
  background-color: rgba(0, 0, 0, 0);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #0147ba;
  border-radius: 0px;
  box-shadow: none;
  background-clip: unset;
  margin-bottom: 30px; }

#formulario textarea {
  border-right: 1px solid #0147ba !important; }

#formulario .form-control:focus, #formulario textarea:focus, #formulario select:focus {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #0b82d3;
  box-shadow: none;
  color: #0147ba; }

#formulario textarea:focus {
  border-right: 1px solid #0b82d3 !important; }

#formulario .form-active .form-control:invalid {
  border-color: #df7a7a; }

#formulario select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/flecha-select.png") no-repeat center right; }

#formulario textarea {
  padding-top: 10px !important;
  height: 80px !important; }

#formulario ::placeholder {
  color: #999 !important;
  opacity: 1 !important; }

#formulario :-ms-input-placeholder {
  color: #999 !important; }

#formulario ::-ms-input-placeholder {
  color: #999 !important; }

#formulario p {
  font-size: 1rem;
  line-height: 1.8rem;
  margin-top: 8px;
  text-align: left;
  color: #0147ba; }

.form-check-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0147ba;
  border-radius: 0px;
  transition: all .2s ease; }

.checkmark.radiobutton {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0147ba;
  border-radius: 50px;
  transition: all .2s ease; }

.form-check-label:hover input ~ .checkmark {
  border: 1px solid #0147ba; }

.form-check-label input:checked ~ .checkmark {
  border: 1px solid #0147ba; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.form-check-label input:checked ~ .checkmark:after {
  display: block; }

.form-check-label .checkmark:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid #0147ba;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-check-label .checkmark.radiobutton:after {
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #0147ba;
  border-radius: 50px;
  border: solid #0147ba;
  border-width: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/*MODAL*/
.modal {
  z-index: 1300; }

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4) !important;
  z-index: 1250; }

.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto; }

.modal-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.modal-header .close {
  padding: 0px 0px;
  margin: auto 0px; }

.close {
  text-shadow: none;
  opacity: .8; }

.close img {
  height: 20px; }

.close:hover, .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1; }

/*MODAL*/
/*BTNS*/
.btn-min {
  text-transform: uppercase;
  font-size: 0.85rem;
  line-height: 1rem;
  font-weight: 700;
  transition: all 0.2s;
  color: #0147ba; }

.btn-min:hover,
.btn-min:focus,
.btn-min.focus,
.btn-min.active {
  color: #0147ba;
  text-decoration: none; }

.btn-flecha::after {
  font-family: 'FontAwesome';
  top: 2px;
  margin-left: 8px;
  content: "\f061"; }

.btn-flecha-inv::before {
  font-family: 'FontAwesome';
  top: 2px;
  margin-right: 8px;
  content: "\f060"; }

.btn {
  font-size: 1.1rem;
  line-height: 1rem;
  font-weight: 500;
  border-radius: 7px;
  text-align: center;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 15px 55px 14px 55px;
  transition: all 0.2s;
  color: #fff;
  background-color: #0147ba;
  border: none;
  vertical-align: unset; }

.btn:hover,
.btn:focus,
.btn.focus,
.btn.active {
  color: #0147ba;
  background-color: #0147ba;
  border: none;
  box-shadow: none; }

.btn-color {
  color: #fff;
  transition: 0.1s;
  background: linear-gradient(90deg, #0147ba, transparent) #0b82d3; }

.btn-color:hover,
.btn-color:focus,
.btn-color.focus,
.btn-color.active {
  color: #fff;
  background-color: #0e94e9; }

.btn-color.disabled {
  cursor: default;
  opacity: .2; }

.btn-border-color {
  color: #0147ba;
  transition: 0.1s;
  background-color: #fff;
  border: 1px solid #0147ba;
  padding: 14px 55px 13px 55px; }

.btn-border-color:hover,
.btn-border-color:focus,
.btn-border-color.focus,
.btn-border-color.active {
  color: #fff;
  background-color: #0147ba;
  border: 1px solid #0147ba; }

.btn-blanco {
  color: #0147ba;
  transition: 0.1s;
  background: linear-gradient(90deg, #e2e2e2, transparent) #f2f2f2; }

.btn-blanco:hover,
.btn-blanco:focus,
.btn-blanco.focus,
.btn-blanco.active {
  color: #0147ba;
  background-color: #fff; }

/*BTNS*/
/*PREFOOTER*/
#pre-footer {
  padding: 60px 0px 40px 0px;
  background: #0147ba; }

#pre-footer h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem; }

#pre-footer p, #pre-footer a {
  font-size: 0.9rem;
  line-height: 1rem;
  color: #fff;
  margin-bottom: 0px;
  letter-spacing: 0.5px !important;
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.2s; }

#pre-footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: white;
  transition: all 0.2s; }

#pre-footer ul {
  list-style: none !important;
  margin: 0px;
  padding: 0px; }

#pre-footer li {
  font-size: 1.13rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  padding-left: 0px; }

/*PREFOOTER*/
/*FOOTER*/
footer {
  padding: 20px 0px 13px 0px;
  background: #0147ba;
  color: #fff; }

footer p, footer a {
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #fff;
  margin-bottom: 0px !important; }

footer a {
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: all 0.2s; }

footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: white;
  transition: all 0.2s; }

footer .creactivo {
  height: 24px;
  float: right;
  position: relative;
  top: -5px;
  margin-left: 6px; }

.tyc p {
  font-size: 0.9rem;
  line-height: 1.2rem; }

/*FOOTER*/
/*EXTRAS*/
.border-left {
  border-left: 1px solid #0147ba !important; }

.border-top {
  border-top: 1px solid #0147ba !important; }

.border-right {
  border-right: 1px solid #0147ba !important; }

.border-bottom {
  border-bottom: 1px solid #0147ba !important; }

.border-negro {
  border-color: #000 !important; }

.border-blanco {
  border-color: #fff !important; }

.border-color1 {
  border-color: #0147ba !important; }

.border-color2 {
  border-color: #0b82d3 !important; }

.border-celestito {
  border-color: #3167c1 !important; }

.border-gris {
  border-color: #f1f1f1 !important; }

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #0147ba; }

::selection {
  text-shadow: none;
  color: #fff;
  background: #0147ba; }

img::selection {
  color: #fff;
  background: 0 0; }

img::-moz-selection {
  color: #fff;
  background: 0 0; }

body {
  webkit-tap-highlight-color: #0147ba; }

@supports (-webkit-overflow-scrolling: touch) {
  select,
  textarea,
  input {
    font-size: 1rem !important; }

  .parallax {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: initial; } }
.col-five {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

@media (max-width: 991px) {
  .col-five {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.codigo {
  background-color: rgba(0, 0, 0, 0.65);
  padding: 16px 30px 1px 20px;
  width: 100%; }

.codigo p {
  color: #fff !important; }

.api p, .api table {
  font-size: 0.95rem;
  line-height: 1.4rem;
  letter-spacing: 0px;
  margin-bottom: 0px;
  color: #838383; }

.api table {
  margin-bottom: 20px; }

.table-bordered th {
  font-weight: 600; }

.api u {
  text-underline-offset: 3px; }

.api ul {
  padding-bottom: 30px; }

.table .thead-light th {
  color: #838383;
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  font-weight: 500; }

.table-sm td, .table-sm th {
  padding: .5rem; }

ol {
  padding-left: 16px; }

ol li {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 20px; }

/*EXTRAS*/

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