body {
    font-family: 'Albert Sans', sans-serif;
    background-color: #fff;
    height: auto;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
	overflow-y: hidden
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  font-family: 'Albert Sans', sans-serif;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
#preloader {
 	position: fixed;
	background: #fff;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100%;
}
#preloader .content-preloadre{
	width: 100px;
}
/* Keyword values */
scroll{
  scroll-behavior: auto;
  scroll-behavior: smooth;
}
img {
	max-width: 100%;
    width: 100%;
    height: auto;
}
p {
  color: #2d2a26;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Albert Sans', sans-serif;
}
h2{
	font-size: 3.3rem;
	line-height: 1em;
	font-weight: 900;
	color: #08235f;
	margin-bottom: 15px;
}
h2 span{
	font-weight: 500;
	line-height: 1em;
}
h3{
	font-size: 2rem;
	line-height: 1.1em;
	color: #08235f;
}
h2.mapaDestacados {
    color: #0f58a5;
    font-size: 2.5rem;
    line-height: 1.3em;
	margin-bottom: 0;
	font-weight: 900;
}
h2.mapaDestacados span {
    font-size: 1.1rem;
    line-height: 1.1em;
    opacity: .85;
    display: block;
	color: #2d2a26;
}
h2.aboutDestacados {
    color: #0e58a8;
	font-weight: 900;
    font-size: 2rem;
    line-height: 1.3em;
	text-align: center;
	margin-top: 5%;
}
h2.aboutDestacados span {
    font-size: 1.3rem;
	line-height: 1.1em;
    opacity: .85;
	text-align: center;
	display: block;
	color: #2d2a26;
}
.medioList{
	border-left: 1px solid #d4d6e4;
	border-right: 1px solid #d4d6e4;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}
h2.mapaDestacados span.api {
    font-size: 90%;
    display: inline-flex;
    font-weight: 900;
    color: #0f58a5;
    opacity: 1;
    margin-left: -4px;
}
.site-navbar {
  display: none;
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-navbar .site-logo {
  position: relative;
  left: 0;
  font-size: 24px;
}
.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-top: 4px;
}
.site-navbar .site-navigation .site-menu .active {
  color: #0f58a5;
  display: inline-block;
  padding: 20px 20px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 20px;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 500;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #0f58a5;
}
.site-navbar .site-navigation .site-menu > li.social > a {
  padding-left: 5px;
  padding-right: 5px;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #0f58a5;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.icon-language2 {
		font-size: 12px;
	}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #2d2a26;
}
.site-navbar .row {
    display: flex;
    justify-content: space-between;
}
.site-navbar .d-xl-block {
    width: auto;
}
.site-navbar .d-inline-block {
    display: inline-flex!important;
    justify-content: flex-end;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #0f58a5 !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #eff1f3;
  color: #2d2a26;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #0f58a5;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.submenu {
    position: absolute;
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px #0d0b1042;
    margin: -5px 20px 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity ease-in-out .2s;
}
.submenu li a{
    font-size: 16px;
    font-weight: 500;
	color: #2d2a26;
    opacity: .85;
	transition: color ease-in-out .2s;
}
.submenu li a{
	padding: 3px 0;
}
.submenu li:last-child{
	margin-bottom: 0;
}
li:hover .submenu {
  opacity: 1;
  visibility: visible;
  transition: opacity ease-in-out .3s;
}
li:hover .submenu li a:hover{
  color: #0f58a5;
  transition: color ease-in-out .3s;
  opacity: 1;
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 0;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 22px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 40px 30px 30px 30px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #2d2a26;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #0f58a5;
}
.site-mobile-menu .site-nav-wrap a:focus {
  color: #0f58a5;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #0f58a5;
}
.site-mobile-menu .site-nav-wrap .social {
  display: inline-block;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li.social {
  float: none !important;
  width: auto !important;
}
.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    opacity: .75;
}
.site-mobile-menu .site-nav-wrap > li > a .icon-language2 {
    font-size: 17px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 1.2rem;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}
.sticky-wrapper .site-navbar .site-logo a {
    max-width: 120px;
    width: 100%;
    height: auto;
    display: block;
    padding-top: 6px;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a:active, .sticky-wrapper .site-navbar .site-menu > li > a:focus, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff !important;
}
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
    color: #2d2a26;
    padding-top: 5px;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #0f58a5;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #605a52 !important;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:focus, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
    color: #0f58a5 !important;
}
.sticky-wrapper .site-navbar {
  padding: 30px 0 30px;
}
.sticky-wrapper.is-sticky .site-navbar {
  padding: 5px 0 5px;
}
.sticky-wrapper .logo {
  display: flex;
}
.sticky-wrapper .logo-sticky {
  display: none;
}
.sticky-wrapper.is-sticky .logo {
  display: none;
}
.sticky-wrapper.is-sticky .logo-sticky {
  display: flex;
}
.compensacion {
    padding-top: 5vh;
}
.hero {
    height: 100vh;
    width: 100%;
    background: #0f58a5;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
	position: relative;
}
.heroInner{
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 2;
}
.heroInner .container .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mapa{
	width: 100%;
	height: auto;
	max-width: 100%;
	overflow-x: hidden;
	position: relative;
}
.mapaInner .container .row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 70px 0 80px;
}
.payouts, .payins, .remittances, .technologies {
    position: relative;
    z-index: 1;
    background: #fff;
}
.about {
    position: relative;
    z-index: 1;
    background: #fbf9fb;
}
.contact {
    position: relative;
    z-index: 1;
}
.videoIniWrapper {
	position: relative;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.videoIni {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.heroBackdrop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(14,17,34);
	background: -moz-linear-gradient(90deg, rgba(14,17,34,.9) 14%, rgba(7,29,60,.6) 80%, rgba(150, 65, 8, 0.1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(14,17,34,.9) 14%, rgba(7,29,60,.6) 80%, rgba(150, 65, 8, 0.1) 100%);
	background: linear-gradient(90deg, rgba(14,17,34,.9) 14%, rgba(7,29,60,.6) 80%, rgba(150, 65, 8, 0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e1122",endColorstr="#975c3e",GradientType=1);
	z-index: 1;
}
.heroBackdropTop{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 15vh;
    background: -webkit-linear-gradient(bottom, rgba(255,63,0,0) 0%, rgb(57 0 0 / 25%) 90%);
    background: -o-linear-gradient(bottom, rgba(255,63,0,0) 0%, rgb(57 0 0 / 25%) 90%);
    background: linear-gradient(to top, rgba(255,63,0,0) 0%, rgb(57 0 0 / 25%) 90%);
	z-index: 1;
}
.hero h1{
	font-size: 4rem;
	line-height: 1em;
	font-weight: 500;
	color: #ffffff;
}
.hero h1 span.titulo strong{
	font-weight: 900;
}
.hero h1 span.claim {
    font-size: 1.2rem;
    line-height: 1.5em;
    FONT-WEIGHT: 400;
    display: block;
    padding: 5% 7% 0 0;
    max-width: 590px;
}
.hero h1 span.claim.esp {
    font-size: 1.3rem;
}
.pushRight {
    display: flex;
    justify-content: flex-end;
}
/* CAPTCHA */
.contCaptcha{
	display: flex;
}
/* CAPTCHA */
.heroImg {
	width: 100%;
    max-width: 680px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
}
.grisBG {
   background: #eef0fb63;
}
.naranjaBG {
   background: #08235f;
}
.grisOscuroBG {
   background: #0c172d;
}
.logos-tech {
    max-width: 1280px;
	width: 100%;
	margin: 4% 0 2%;
}
.logos-tech.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.logos-tech img{
    opacity: .65;
}
.mapaImg {
    width: 110%;
    max-width: 110%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 -60px 0 -20%;
    padding: 5% 0;
}
.soluciones, .about, .technologies, .contact, .footer {
    overflow-x: hidden;
}
.soluciones p{
    margin: 5% 0 0;
}
.about p {
    margin: 5% 0 0;
}
.icon {
    max-width: 60px;
}
h4, .h4 {
    font-size: 1.5rem;
    border-left: 2px solid #0f58a5;
    padding: 2px 0 2px 8px;
    margin: 20px 0 10px;
	color: #0f58a5;
}
.iconos p {
    padding: 0 0 0 0;
    margin: 0 0 9%;
}
.mapa {
    width: 100%;
	height: auto;
    max-width: 100%;
	overflow-x: hidden;
}
.soluciones .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 20px;
}
.soluciones .row.iconos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 80px;
}
.payoutsImg {
    margin: 0 0 0 -12%;
    width: 100%;
	max-width: 680px;
	height: auto;
	text-align: center;
}
.payinsImg {
    margin: 0 -10% 0 0;
    max-width: 680px;
    width: 100%;
    height: auto;
	text-align: center;
}
.desktop {
    display: block;
}
.mobileTablet {
	display: none;
}
.mobile {
    display: none;
}
.aboutImg {
    width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 0 70px;
}
.aboutRow {
	padding: 80px 0 90px;
} 
.iconosAbout{
   padding: 0 0 80px;
}
.footer {
    padding: 80px 0 2%;
    color: #ffffff;
    position: relative;
}
.footer p{
	color: #ffffff;
    font-size: .9rem;
	font-weight: 400;
} 
.redes-wrap {
    display: flex;
    justify-content: flex-end;
}
.iconosAbout .icon {
    max-width: 60px;
    margin: auto;
}
.iconosAbout h4 {
	text-align: center;
	border: none;
	padding: 5% 0;
	margin: auto;
} 
.iconosAbout p{
   text-align: center;
}
.technologies {
	padding: 80px 0 80px;
}
.contact {
	padding: 80px 0 80px;
}
.contact h2 {
    color: #ffffff;
    margin-bottom: 50px;
}
.input-group {
   margin-bottom: 20px;
}
.distinto {
   margin-right: 10px;
}
.form-control {
   color: #ffffff;
   background: transparent;
   border-radius: 0;
   border: 2px solid #ffffff;
   transition: background ease-in-out .3s;
   margin-bottom: 27px;
   font-size: 18px;
}
.form-select {
    background: url("../img/arrow-down.svg") no-repeat;
    -webkit-appearance: none;
	background-size: contain;
	background-position: center right;
}
.form-control:hover {
	background-color: #0b172d;
	transition: background ease-in-out .4s;
}
.form-control:focus {
    color: #ffffff;
    background-color: #0b172d;
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	transition: background ease-in-out .4s;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: .85; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
  opacity: .85;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
  opacity: .85;
}
textarea.form-control {
    height: 252px;
}
.form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.form .col-1, .form .col-2, .form .col-3, .form .col-4, .form .col-5, .form .col-6, .form .col-7, .form.col-8, .form .col-9, .form .col-10, .form .col-11, .form .col-12, .form .col, .form .col-auto, .form .col-sm-1, .form .col-sm-2, .form .col-sm-3, .form .col-sm-4, .form .col-sm-5, .form .col-sm-6, .form .col-sm-7, .form .col-sm-8, .form .col-sm-9, .form .col-sm-10, .form .col-sm-11, .form .col-sm-12, .form .col-sm, .form .col-sm-auto, .form .col-md-1, .form .col-md-2, .form .col-md-3, .form .form .col-md-4, .form .col-md-5, .form .col-md-6, .form .col-md-7, .form .col-md-8, .form .col-md-9, .form .col-md-10, .form .col-md-11, .form .col-md-12, .form .col-md, .form .col-md-auto, .form .col-lg-1, .form .col-lg-2, .form .col-lg-3, .form .col-lg-4, .form .col-lg-5, .form .col-lg-6, .form .col-lg-7, .form .col-lg-8, .form .col-lg-9, .form .col-lg-10, .form .col-lg-11, .form .col-lg-12, .form .col-lg,  .form.col-lg-auto, .form .col-xl-1, .form .col-xl-2, .form .col-xl-3, .form .col-xl-4, .form .col-xl-5, .form .col-xl-6, .form .col-xl-7, .form .col-xl-8, .form .col-xl-9, .form .col-xl-10, .form .col-xl-11, .form .col-xl-12, .form .col-xl, .form .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
.btn-primary {
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    transition: background ease-in-out .3s;
    padding: 10px 34px;
    font-size: 17px;
    font-weight: 300;
    height: auto;
    line-height: 20px;
	max-height: auto;
	outline: none;
	box-shadow: none;
	border-radius: 50px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #0f58a5;
    background-color: #ffffff;
    border: 2px solid #ffffff;
	transition: background ease-in-out .4s;
	-webkit-box-shadow: none;
    box-shadow:none;
	outline: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #0f58a5;
    background-color: #ffffff;
    border: 2px solid #ffffff;
	transition: background ease-in-out .4s;
	-webkit-box-shadow: none;
    box-shadow:none;
	outline: none;
}
#sendForm, #sendFormAgente{
	cursor: pointer;
    height: 42px;
    display: flex;
    align-items: center;
}	
.footer .logo-footer {
    max-width: 120px;
    width: 100%;
    height: auto;
}
.footer .legal {
    font-size: 12px;
    opacity: .7;
}
.footer ol, ul, dl {
    margin-top: 0;
    margin-bottom: 2rem;
    list-style: none;
    margin-left: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
.soluciones .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
	opacity: 1;
	transition: opacity ease-in-out .3s;
	line-height: 1.6em;
}
.footer a:hover, .footer a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
	opacity: .8;
	transition: opacity ease-in-out .4s;
}
.footer a.emailLink {
    color: #ffffff;
    text-decoration: underline !important;
    background-color: transparent;
	opacity: 1;
	transition: opacity ease-in-out .3;
	font-size: 0.9rem;
}
.footer a.emailLink:hover, .footer a.emailLink:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
	opacity: .8;
	transition: opacity ease-in-out .4;
}
.rIcon{
	font-size: 27px;
	padding: 0 4px;
}
.gotop {
    width: 30px;
    height: 32px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-align: center;
    background: #0f58a5;
	border-radius: 4px;
    overflow: hidden;
}
.gotop .icon-redes {
    width: auto;
    height: auto;
    background: #09235f;
    display: block;
}
.gotop .tIcon {
    font-size: 12px;
    padding: 0;
    height: 32px;
    line-height: 32px;
}
.appImg {
    max-width: 100%;
    height: auto;
    width: 130px;
}
.btn-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
	align-items: center;
    margin: 8% 0 0;
}
.btn-group p{
    margin: 4px 0 0 20px;
	line-height: 1.2em;
	font-size: 1rem;
	font-weight: 400;
}
.btn-group p span.naranja{
	display: block;
	line-height: 1.2em;
	font-size: 1.4rem;
	color: #0f58a5;
    font-weight: 700;
}
.btn-group a{
	max-width: 170px;
    margin: 0 8px 0 0;
}
.payoutsInner .container .row.reverse {
		display: flex;
		flex-direction: row;
}
.mapaDatos.desktopInfo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50% 0 0;
}
.mapaDatos.mobileInfo {
		display: none;
}
.content-mapa{
	width: 100%;
	position: relative;
}
.content-nom-map{
	position: absolute;
	top: 0;
	background-color: #FFF;
	padding: 10px;
	z-index: 2;
	border-radius: 5px;
}
.content-mapa {
    width: 100%;
    position: relative;
    margin: 0 -5% 0 15%;
}
.content-nom-map {
    position: absolute;
    top: 15%;
    background-color: #fffffff2;
    padding: 24px 20px;
    z-index: 2;
    border-radius: 12px;
    box-shadow: 5px 10px 15px #3a2f3c24;
    width: auto;
    left: -110px;
}
.content-nom-map ul {
    margin-top: 5px;
    margin-bottom: 5px;
    list-style: none;
    margin-left: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
}
.content-nom-map ul li{
    display: inline-block;
    width: 50%;
    min-width: auto;
    text-align: left;
    padding: 2px 12px;
    font-size: 12px;
	line-height: 1em;
    text-transform: uppercase;
    color: #182a53;
    font-weight: bold;
}
.content-nom-map ul.continente1 {
    max-width: 194px;
}
.content-nom-map ul.continente1 li {
    width: 100%;
}
.content-nom-map ul.continente2 {
    max-width: 213px;
}
.content-nom-map ul.continente2 li {
    width: 100%;
}
.content-nom-map ul.continente3 {
    max-width: 194px;
}
.content-nom-map ul.continente3 li {
    width: 100%;
}
.content-nom-map ul.continente4 {
    max-width: 336px;
}
.content-nom-map ul.continente5 {
    max-width: 215px;
}
.content-nom-map ul.continente5 li {
    width: 100%;
}
.content-nom-map ul.continente6 {
    max-width: 405px;
}
.content-nom-map ul.continente6 li{
    width: 50%;
}
.content-nom-map ul.continente7 {
    max-width: 170px;
}
.content-nom-map ul.continente7 li{
    width: 100%;
}
.content-nom-map #close-list {
    position: absolute;
    right: 15px;
    top: 15px;
}
#payouts.soluciones .row {
	padding: 20px 0 0;
}
#payins.soluciones .row {
	padding: 0 0 0;
}
#remittances.soluciones .row {
	padding: 0 0 0;
}
.soluciones .row.iconos {
	padding: 0 0 20px;
}
#payins.soluciones .row.iconos {
	padding: 0 0 20px;
}
#remittances.soluciones .row.iconos {
	padding: 0 0 80px;
}
.btnApp {
		color: #FFFFFF;
		background-color: transparent;
		border: 2px solid #0d7ef6;
		background: #0d7ef6;
		transition: all ease-in-out .3s;
		border-radius: 25px;
		padding: 10px 34px;
		font-size: 17px;
		font-weight: 300;
		height: auto;
		line-height: 20px;
		outline: none;
		box-shadow: none;
		display: block;
		width: 100%;
		max-width: 100%;
	}
.btnApp:hover, .btnApp:focus {
		color: #FFFFFF;
		background-color: #146bc8;
		border: 2px solid #146bc8;
		transition: all ease-in-out .3s;
		outline: none;
		box-shadow: none;
		display: block;
		max-width: 100%;
	}

/* CONTACT FORM */
.thaksForm{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	margin-right: 20px;
	background-color: rgba(0, 161, 97, 1);
	color: #FFF;
	border-radius: 5px;
	width: auto;
}
.errorForm{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	margin-right: 20px;
	background-color: rgb(234 76 7);
	color: #FFF;
	border-radius: 5px;
	width: auto;
}
.form-control.is-invalid{
	border-color: rgb(234 76 7);
	margin-bottom: 0;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: rgb(234 76 7);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(../img/alert.svg);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url(../img/alert2.svg);
	background-size: 40px 20px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: rgb(234 76 7);
    box-shadow: none;
}
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
    border-color: rgb(234 76 7);
    box-shadow: none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: rgb(234 76 7);
    box-shadow: none;
}
.just-validate-error-label{
	display: flex;
	padding: .375rem .75rem;
	margin: 0;
	background-color: rgb(255 188 125);
	color: #ea4c07 !important;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.cont-svg{
	width: 100%;
	height: 100%;
}

/* CONTACT FORM */
.noSee{
	display: none;
}

a.linkFooterTel{
	display: inline; 
	font-size: 0.9rem;
}

@media (max-width: 1368px) {
	.mapaImg {
		margin: 0 -20px 0 -20%;
	}
	.hero h1 {
		font-size: 3.4rem;
	}
	.hero h1 span.claim {
		font-size: 1.4rem;
	}
	.hero h1 span.claim.esp{
		font-size: 1.2rem;
	}
}
@media (max-width: 1199px){
.submenu {
    display: block;
    position: relative;
    background: transparent;
    padding: 0;
    border-radius: none;
    box-shadow: none;
    margin: 0 0 0;
	opacity: 1;
}
.submenu li{
    font-size: 16px;
    font-weight: 500;
	color: #0f58a5;
    opacity: 1;
    transition: color ease-in-out .2s;
}
.site-mobile-menu .site-nav-wrap > li > ul.submenu{
 	margin-top: 5px;
	margin-bottom: 5px;
	opacity: 1;
    visibility: visible;
}
.site-mobile-menu .site-nav-wrap > li > ul.submenu > li a{
  color: #0f58a5;
  opacity: 1;
  transition: color ease-in-out .2s;
  padding: 5px 15px;
}
li:hover .submenu {
  display: block;
  transition: opacity ease-in-out .4;
  opacity: 1;
}
li:hover .submenu li:hover{
  color: #0f58a5;
  opacity: 1;
  transition: color ease-in-out .2s;
}
.soluciones .row {
		padding: 20px 0 0;
	}
	.soluciones .row {
		padding: 20px 0 0;
	}
	#payins.soluciones .row {
		padding: 0 0 0;
	}
	#remittances.soluciones .row {
		padding: 0 0 0;
	}
	.soluciones .row.iconos {
		padding: 0 0 20px;
	}
	#payins.soluciones .row.iconos {
		padding: 0 0 20px;
	}
	#remittances.soluciones .row.iconos {
		padding: 0 0 60px;
	}
}
@media (max-width: 1180px){
	.container {
		max-width: 1000px;
	}
	.hero h1 {
		font-size: 4.9rem;
	}
	.hero h1 br {
		display: none;
	}
	.hero h1 span.claim {
		font-size: 1.5rem;
	}
	.hero h1 span.claim.esp{
		font-size: 1.3rem;
	}
	h3 {
		font-size: 1.9rem;
		line-height: 1.1em;
	}
	p {
		font-size: 0.9rem;
	}
	.soluciones p {
		font-size: 0.9rem;
	}
	.soluciones .flexm p {
		font-size: 0.8rem;
	}
	h4, .h4 {
		font-size: 1.3rem;
	}
	h2.mapaDestacados {
		font-size: 2.3rem;
	}
	h2.aboutDestacados {
		font-size: 2rem;
	}
	h2.mapaDestacados span {
		font-size: 1rem;
	}
	h2.aboutDestacados span {
		font-size: 1rem;
	}
}
@media (max-width: 1024px){
	.container {
		max-width: 880px;
	}
	.hero h1 {
		font-size: 2.8rem;
	}
	.hero h1 span.claim {
		font-size: 1.1rem;
	}
	.hero h1 span.claim.esp{
		font-size: .9rem;
	}
	h2 {
		font-size: 2.3rem;
	}
	h2.mapaDestacados {
		font-size: 2rem;
	}
	h2.aboutDestacados {
		font-size: 1.7rem;
	}
	h2.mapaDestacados span {
		font-size: 1rem;
	}
	h2.aboutDestacados span {
		font-size: 1rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4, .h4 {
		font-size: 1.2rem;
	}
	p {
		font-size: 0.9rem;
	}
	.soluciones p {
		font-size: 0.9rem;
	}
	.soluciones .flexm p {
		font-size: 0.8rem;
	}
	.icon {
		max-width: 50px;
	}
	.iconosAbout .icon {
		max-width: 50px;
		margin: auto;
	}
	.form-control {
		font-size: 1rem;
	}
	textarea.form-control {
		height: 241px;
	}
	.footer a {
		font-size: 14px;
	}	
	.footer p {
		font-size: 12px;
		line-height: 1.6em;
	}
	a.linkFooterTel{
		display: inline; 
		font-size: 12px;
	}
	.footer .legal {
		font-size: 11px;
	}
	.btn-group a {
		max-width: initial;
		margin: 0 8px 0 0;
	}
	.soluciones .row {
		padding: 20px 0 0;
	}
	.soluciones .row {
		padding: 20px 0 0;
	}
	#payins.soluciones .row {
		padding: 0 0 0;
	}
	#remittances.soluciones .row {
		padding: 0 0 0;
	}
	.soluciones .row.iconos {
		padding: 0 0 20px;
	}
	#payins.soluciones .row.iconos {
		padding: 0 0 20px;
	}
	#remittances.soluciones .row.iconos {
		padding: 0 0 60px;
	}
	.logos-tech {
		margin: 3% 0 0;
	}
	.btn-primary {
		font-size: 17px;
	}
	
}
@media (max-width: 1180px) and (max-height: 820px) and (orientation: landscape) {
	.btn-group {
		margin: 8% 0 0;
	}
	.btn-group a {
		max-width: 100%;
		width: auto;
	}
	.mobileTablet{
		display: block;
		text-align: left;
	}
	.mobile{
		display: none;
	}
	.desktop{
		display: none;
	}
}
@media (max-width: 992px) {
	.hero .pushRight, .mapa .pushRight {
		display: flex;
		justify-content: center;
	}
	.hero h1 span.claim {
		padding: 5% 0 0 0;
		max-width: 100%;
	}
	.hero h1 {
		font-size: 4rem;
		line-height: 1.1em;
	}
	.hero h1 br {
		display: block;
	}
	.hero h1 span.claim {
		font-size: 1.5rem;
		line-height: 1.6em;
	}
	.hero h1 span.claim.esp{
		font-size: 1.3rem;
	}
	.mapaImg {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin: 0 auto -10px;
		padding: 5% 0;
	}
	h2 br{
		display: none;
	}
	h2.mapaDestacados br {
		display: block;
	}
	h3 br{
		display: none;
	}
	.iconos .col-12 {
		max-width: 33.3333%;
	}
	h4, .h4 {
		font-size: 1.3rem;
	}
	.desktop {
		display: none;
	}
	.mobileTablet {
		display: block;
		text-align: left;
	}
	.mobile {
		display: none;
	}
	a.btnApp {
		color: #0f58a5;
		background-color: #fff;
		border: 2px solid #0f58a5;
		border-radius: 4px;
		padding: 10px 34px;
		font-size: 17px;
		font-weight: 600;
		height: auto;
		line-height: 17px;
		outline: none;
		box-shadow: none;
		transition: color ease-in-out .3s, background ease-in-out .3s;
	}
	a.btnApp:hover, .btnApp:focus {
		color: #ffffff;
		background-color: #0f58a5;
		border: 2px solid #0f58a5;
		transition: color ease-in-out .3s, background ease-in-out .3s;
	}
	.mapaDatos.desktopInfo {
		display: none;
	}
	.btn-group {
		margin: 0 0 5%;
		max-width: 100%;
		width: 100%;
		text-align: center;
		text-transform: uppercase;
	}
	
	.mapaDatos.mobileInfo {
		display: flex;
		align-items: flex-start;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 80%;
		padding: 0 0 50px;
		justify-content: space-between;
		margin: -20px auto 0;
	}
	.superFooter {
		margin-top: -80px;
	}
	.footer .legal {
		margin-top: 30px;
	}
	.redes-wrap {
		display: flex;
		justify-content: flex-start;
	}
	.payoutsInner .container .row.reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.payoutsInner .container .row.iconos {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 50px 0 0;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.payoutsImg {
		margin: 0 0 0 -10%;
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	.payinsImg {
		margin: 0 -8% 0 0%;
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	.grupoInputs .col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	textarea.form-control {
		height: 174px;
	}
	.heroImg {
		width: 100%;
		max-width: 480px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: -5%;
		padding-top: 7%;
	}
	.btn-group {
		margin: 20px 0 40px;
	}
	.btn-group a {
		max-width: auto;
	}
	.appImg {
		width: 180px;
	}
	.payoutsInner .container .row.iconos p br{
		display: none;
	}
	.iconosAbout .flexm {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.icon {
		max-width: 50px;
	}
	h2.mapaDestacados span {
		font-size: 1rem;
		line-height: 1em;
		opacity: .85;
		display: block;
	}
	.mapaDatos.mobileInfo {
		max-width: 440px;
	}
	.container {
		max-width: 85%;
	}
	.content-mapa {
		width: 100%;
		position: relative;
		margin: 6% auto 0;
	}
	.col-md-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.mapa .col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.heroInner .col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-12.abouTitle {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.payoutsInner .container .row.reverse {
		display: flex;
		flex-direction: row;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	.soluciones .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	h4, .h4 {
		font-size: 1.2rem;
	}
	.footer a {
		font-size: 14px;
		margin-bottom: 5px;
		display: block;
	}
	a.linkFooterTel{
		display: inline; 
		font-size: 12px;
	}
	.footer a.emailLink {
		font-size: 14px;
		margin-bottom: 0;
		display: block;
	}
	.footer {
		padding: 80px 0 30px;
		color: #ffffff;
		position: relative;
	}
	h2.mapaDestacados {
		font-size: 2.4rem;
	}
	.content-nom-map {
		left: 0;
		max-width: 480px;
	}
	.aboutRow .col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 920px) {
	.mobileTablet a font{
		display: none;
	}
}
@media (max-width: 768px) {
	.superFooter {
		margin-top: 0;
	}
	.footer ol, ul, dl {
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
	.redes-wrap {
		margin-top: 1.2rem;
	}
	h2.aboutDestacados {
		font-size: 1.7rem;
		line-height: 1.2em;
	}
	h2.aboutDestacados span {
		font-size: 1.1rem;
	}
	.container {
		max-width: 90%;
	}
	.container {
		max-width: 90%;
	}
	.heroImg {
		margin-bottom: -8%;
		padding-top: 0%;
	}
	.payoutsImg {
		margin: 3% auto 3% auto;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.payinsImg {
        margin: 3% auto 3% auto;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.payoutsInner .container .row {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.payoutsInner .container .row.reverse {
		display: flex;
		flex-direction: column-reverse;
		width: 100%;
	}
	.payoutsInner .col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#payouts.soluciones .row {
		padding: 10% 0 0;
	}
	#payins.soluciones .row {
		padding: 5% 0 0;
	}
	#remittance.soluciones .row {
		padding: 5% 0 5%;
	}
	#payouts.soluciones .row.iconos {
		padding: 0 0 0;
	}
	#payins.soluciones .row.iconos {
		padding: 5% 0 5%;
	}
	#remittances.soluciones .row.iconos {
		padding: 0 0 5%;
	}
	.btn-group {
		margin: 0 auto 12%;
	}
	.mobile .btn-group {
		display: flex;
		width: auto;
		max-width: 360px;
	}
	.aboutRow {
		padding: 10% 0 10%;
	}
	.iconosAbout {
		padding: 0 0 10%;
	}
	.logos-tech.col-md-12 {
		flex: 0 0 100%;
		max-width: 90%;
		margin: 5% auto 0;
	}
	.technologies {
		padding: 10% 0;
	}
	.contact {
		padding: 10% 0 10%;
	}
	.contact h2 {
		color: #ffffff;
		margin-bottom: 8%;
	}
	.footer {
		padding: 10% 0 13%;
	}
	.aboutRow.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content-nom-map {
		padding: 5% 2% 5%;
		width: auto;
	}
	.content-nom-map ul li {
		min-width: 130px;
		width: auto;
		padding: 1% 1.5%;
		font-size: .7rem;
		line-height: 1em;
	}
	.desktop {
		display: none;
	}
	.mobileTablet {
		display: none;
	}
	.mobile {
		display: block;
		text-align: center;
	}
}
@media (max-width: 576px) {
	/* CAPTCHA */
	.contCaptcha{
		margin-bottom: 12px;
	}
	/* CAPTCHA */
	.sticky-wrapper .site-navbar .site-logo a {
		max-width: 90px;
	}
	.pb-3, .py-3 {
		padding-top: 0.3rem !important;
		padding-bottom: 0.3rem !important;
	}
	.container {
		max-width: 90%;
	}
	.hero h1 {
		font-size: 2.3rem;
		line-height: 1em;
	}
	.compensacion {
		padding-top: 8vh;
	}
	.hero h1 span.claim {
		font-size: 1rem;
		line-height: 1.3em;
		padding: 5% 0 0 0;
	}
	.hero h1 span.claim.esp{
		font-size: .9rem;
	}
	.heroImg {
		width: 100%;
		padding-top: 0;
	}
	.sticky-wrapper .site-navbar {
		padding: 13px 0 10px;
	}
	h2{
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	h3{
		font-size: 1.4rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.3rem;
	}
	.soluciones .iconos .col-lg-4, .soluciones .iconos .col-lg-12{
		width: 100%;
		max-width: 100%;
	}
	h4, .h4 {
		font-size: 1.3rem;
		margin: 5% 0;
	}
	.icon {
		max-width: 40px;
	}
	p {
		font-size: .8rem;
	}
	.flexm {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.icon {
		max-width: 40px;
		width: 40px;
		height: 40px;
		margin-right: 15px;
	}
	.iconos p br{
		display: none;
	}
	.iconos p {
		padding: 0 0 0 0;
		margin: 0 0 4%;
	}
	.payoutsInner .container .row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 50px 0 30px;
	}
	.payoutsInner .container .row.iconos {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 0 0 40px;
	}
	.payoutsInner .container .row.iconos {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		padding: 0 0 40px;
		flex-direction: column;
	}
	h2.aboutDestacados {
		font-size: 1rem;
		line-height: 1.1em;
	}
	h2.aboutDestacados span {
		font-size: 0.8rem;
	}
	.container {
		max-width: 95%;
	}
	.container {
		max-width: 95%;
	}
	.desktop {
		display: none;
	}
	.mobileTablet {
		display: none;
	}
	.mobile {
		display: block;
		text-align: center;
	}
}
@media (max-width: 596px) {
	.content-mapa {
		width: 100%;
		position: relative;
		margin: 5% 0 0;
	}
	.flexm {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 20px;
	}
	.titIcon {
		display: flex;
		flex-direction: row;
		align-items: flex-end;
		margin: 0 0 8px;
	}
	h4, .h4 {
		font-size: 1rem;
		margin: 0;
	}
	h2.aboutDestacados {
		font-size: 1rem;
		line-height: 1.1em;
	}
}
@media (max-width: 980px) and (orientation: landscape) {
	.pb-3, .py-3 {
		padding-top: 0.3rem !important;
		padding-bottom: 0.3rem !important;
	}
	.sticky-wrapper .site-navbar .site-logo a {
		max-width: 90px;
	}
	.container {
		max-width: 90%;
	}
	.hero h1 {
		font-size: 2.4rem;
		line-height: 1em;
		margin-top: 14vh;
	}
	.hero h1 span.claim {
		font-size: 15px;
		line-height: 1.3em;
	}
	.hero h1 span.claim.esp{
		font-size: 13px;
	}
	.heroImg {
		width: 100%;
		max-width: 300px;
		padding-bottom: 0;
		padding-top: 0;
	}
	.col-md-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.mapa .col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-12.abouTitle {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.content-nom-map ul li{
		font-size: 12px;
	    padding: 3px 10px;
	}
	h2 {
		font-size: 2rem;
		margin-bottom: 15px;
	}
	h3 {
		font-size: 1.3rem;
	}
	h4, .h4 {
		font-size: 1.1rem;
	}
	.icon {
		max-width: 40px;
	}
	p {
		font-size: .8rem;
	}
	.btn-group {
		margin: 8% 0 0;
	}
	.btn-group a {
		max-width: 100%;
		width: auto;
	}
	.btnApp {
		font-size: 16px;
	}
	.mobileTablet{
		display: block;
		text-align: left;
	}
	.mobile{
		display: none;
	}
	.desktop{
		display: none;
	}
}
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1280px;
	}
}
@media (min-width: 1200px) {
	.site-navbar .d-xl-none {
		display: none!important;
	}
}
@media (max-width: 980px) and (orientation: landscape) {
	.hero h1 {
		font-size: 2rem;
		line-height: 1em;
		margin-top: 14vh;
	}
	.heroInner .col-md-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.heroInner .col-md-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.hero h1 {
		font-size: 1.8rem;
		line-height: 1em;
		margin-top: 14vh;
	}
	.hero h1 span.claim {
		font-size: .7rem;
		line-height: 1.3em;
	}
	.hero h1 span.claim.esp{
		font-size: .6rem;
	}
	.sticky-wrapper .site-navbar {
		padding: 15px 0 15px;
	}
	.mapa .col-md-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.mapa .col-md-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.payoutsInner .col-md-12 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.payoutsInner .container .row {
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	h3 {
		font-size: 1rem;
	}
	h4, .h4 {
		font-size: .9rem;
	}
	p {
		font-size: 0.8rem;
	}
	.soluciones p {
		font-size: 0.8rem;
	}
	.soluciones .flexm p {
		font-size: 0.7rem;
	}
	h2.mapaDestacados {
		font-size: 1.6rem;
	}
	h2.mapaDestacados span {
		font-size: .8rem;
	}
	h2.aboutDestacados {
		font-size: 1.4rem;
	}
	h2.aboutDestacados span {
		font-size: .8rem;
	}
	.form-control {
		margin-bottom: 15px;
	}
}
@media (max-width: 1024px) and (orientation:landscape){
	.payoutsInner .container .row.reverse {
		display: flex;
		flex-direction: row;
	}
	.desktop {
		display: none;
	}
	.mobileTablet {
		display: block;
		text-align: left;
	}
	.mobile {
		display: none;
	}
}
@media (max-width: 460px) {
	.mapaDatos.mobileInfo {
		max-width: 100%;
		width: 100%;
	}
	.flexm {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin: 0 0 5px;
	}
	.form-control {
		margin-bottom: 12px;
	}
	.btnApp {
		color: #0f58a5;
		background-color: transparent;
		border: 2px solid #0f58a5;
		transition: background ease-in-out .3s;
		border-radius: 4px;
		padding: 10px 34px;
		font-size: 17px;
		font-weight: 600;
		height: auto;
		line-height: 20px;
		outline: none;
		box-shadow: none;
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.mapaDatos.desktopInfo {
		display: none;
	}
	.btn-group a {
		max-width: 100%;
		text-align: center;
		display: block;
		width: auto;
		margin: 12% 0 0;
	}
	.mobile .btn-group a {
		max-width: 100%;
		text-align: center;
		display: block;
		width: 100%;
		margin: 12% 0 0;
	}
	.mobile .btn-group a.btnApp {
		color: #FFFFFF;
		background-color: #0f58a5;
		border: 2px solid #0f58a5;
	}
	.hero h1 span.claim {
		font-size: 1.05rem;
	}
	.pushRight {
		display: flex;
		justify-content: flex-start;
	}
}
@media (max-width: 395px) {
	.hero h1 span.claim {
		font-size: 1rem;
	}
	.hero h1 span.claim.esp{
		font-size: .8rem;
	}
}
@media (max-width: 376px) {
	.hero h1 span.claim {
		font-size: 1.2rem;
	}
}
@media (max-width: 364px) {
	.mobile a font{
		display: none;
	}
	.btnApp {
		font-size: 16px;
	}
	.btn-primary {
		font-size: 16px;
	}
	.hero h1 span.claim {
		font-size: 1.1rem;
	}
	.hero h1 span.claim.esp{
		font-size: .9rem;
	}
}
@media (max-width: 360px) {
	.hero h1 {
		font-size: 2rem;
		line-height: 1em;
	}
	h2 {
		font-size: 1.8rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	h4, .h4 {
		font-size: 1.4rem;
	}
	h2.mapaDestacados {
		font-size: 1.4rem;
	}
	h2.mapaDestacados span {
		font-size: .8rem;
	}
	p {
		font-size: 0.9rem;
	}
	.soluciones p {
		font-size: 0.9rem;
	}
	.soluciones .flexm p {
		font-size: 0.8rem;
	}
}
@media (max-width: 340px) {
	.container {
		max-width: 100%;
	}
	.iconosAbout .col-4 {
		flex: 0 0 auto;
		width: 100%;
	}
	.medioList {
		border-left: none;
		border-right: none;
		border-top: 1px solid #d4d6e4;
		border-bottom: 1px solid #d4d6e4;
	}
	.iconosAbout .icon {
		max-width: 50px;
		margin: 15px auto 0;
	}
	.aboutRow {
		padding: 10% 0 6%;
	}
	.form-control {
		font-size: .8rem;
	}
}
@media (max-width: 320px) {
	.hero h1 {
		font-size: 1.8rem;
		line-height: 1em;
	}
}
@media (min-width: 1440px) {
	p {
		color: #2d2a26;
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.3em;
	}
}

.hero-buttons {
  display: flex;
    gap: 1rem;
    justify-content: left;
    margin-top: 2rem;
    flex-wrap: nowrap; /* 👈 evita que se vayan a la siguiente línea */
    overflow-x: auto;  /* 👈 permite hacer scroll horizontal si el espacio no alcanza */
}

.hero-btn {
  padding: 0.5rem 1.3rem;
  background-color: #0d7ef6; /* azul Uniteller */
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #0d7ef6;
  transition: all ease-in-out 0.3s;
  border-radius: 25px;
 
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  outline: none;
  box-shadow: none;
  display: block;
  
  text-align: center;
  text-decoration: none;
	
	
  white-space: nowrap;       
  flex-shrink: 1;           
  min-width: 0;             
  max-width: 100%;	
	
}

.hero-btn:hover {
  background-color: #003b8a;
color:#ffffff;	
}

