@charset "iso-8859-1";

/* RESET

*******************************************************************************/
html {
  font-size: 16px;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  outline: 0px;
}
html {
  -webkit-text-size-adjust: none;
}
BODY {
  font-family: "Encode Sans", Helvetica, Arial, sans-serif;
  color: #000;
  background: #ffffff;
  height: 100%;
  min-height: 100%;
  max-width: 100% !important;
  display: hidden !important;
}
P,
TD,
TH,
DIV,
SPAN,
LI,
BLOCKQUOTE {
  /* font: 1em "Encode Sans", Helvetica, Arial, sans-serif; */
}
H1,
H2,
H3,
H4,
H5,
H6 {
  font-weight: normal;
  font-size: 100%;
  display: block;
  margin: 0;
}
ARTICLE,
ASIDE,
AUDIO,
CANVAS,
FIGURE,
FIGCAPTION,
FOOTER,
HEADER,
NAV,
SECTION {
  display: block;
}
TABLE {
  border-collapse: collapse;
  border-spacing: 0;
}
TH {
  text-align: left;
}
TD,
TH {
  empty-cells: show;
}
INPUT,
SELECT,
TEXTAREA {
  font: 1em "Encode Sans", Helvetica, Arial, sans-serif;
  color: #000;
  background: #fff;
}
INPUT,
SELECT {
  vertical-align: middle;
}
INPUT[type="radio"],
INPUT[type="checkbox"] {
  border: medium none;
  display: block; /*height: 1px !important;left: 0;position: absolute;top: 0;width: 1px !important;*/
}
INPUT[type="submit"],
INPUT[type="reset"],
INPUT[type="buttom"] {
  cursor: pointer;
}
TEXTAREA {
  overflow: auto;
}
UL,
OL,
LI {
  list-style: none;
}
A {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  behavior: url(../js/PIE.htc);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
FORM A {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
* + html .Clearfix {
  min-height: 1%;
} /*IE7*/
* html .Clearfix {
  height: 1%;
} /*IE6*/
/*  Reset input type ios    */
.ipod input,
.iphone input,
.ipad input,
.ipod TEXTAREA,
.iphone TEXTAREA,
.ipad TEXTAREA {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
img {
  max-width: 100%;
}

/* BTN TO TOP

*******************************************************************************/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 105px;
  right: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/landing/cd-top-arrow-61b824d18d63f965e8bcd8f68b1eeded.svg?vsn=d) center 50% no-repeat
    rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-top.cd-fade-out,
.cd-top.cd-is-visible,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 0.5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 950px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/*	LAYOUT

*******************************************************************************/

a:hover,
a:active,
a:focus,
button:hover,
button:active,
button:focus {
  outline: 0 !important;
  text-decoration: none;
}
.hideOnDesk {
  display: none;
}
/*	EqualHeight	*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: inline-flex;
}

/*	SECTIONS	**********************************************************/
/*STRONG{
	font-weight:600;
}*/

#Nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 24, 28, 0.7);
  padding: 1rem 0;
  z-index: 100;
}
/*.safari #Nav{
	max-height:107px;
}*/
#PreViaje {
  width: auto;
  display: inline-block;
}
#PreViaje IMG {
  width: auto;
  height: 3.5rem;
  margin-right: 1rem;
}
.LnkIcon {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin: 0 0.6rem !important;
}
.LnkIcon.horizontal {
  flex-direction: row;
  margin-left: 2rem !important;
}

.LnkIcon.horizontal img {
  margin: 0 0.5rem 0 0;
}
.LnkIcon img {
  width: 2rem;
  margin-bottom: 0.2rem;
}

.LnkIcon A:hover {
  color: #37bbed;
}

/*	MENU MOBILE	*/
#ToggleUserNav {
  width: auto;
  display: inline-block;
  margin: 17px 10px 0 0;
  float: right;
}
A#NavIcnMb {
  display: inline-block;
  margin: 0;
  border: none;
  background: none;
  padding: 0 !important;
  margin: 0px 0 0;
}
.grid-button {
  padding: 2rem;
  cursor: pointer;
  user-select: none;
}

.grid-button .grid {
  width: 1rem;
  height: 1rem;
  background: #ecf0f1;
  color: #ecf0f1;
  transition: 0.3s;
}

.grid-button.CloseNv .grid {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
}

.grid-button.rearrange .grid {
  box-shadow: -1.25rem -1.25rem, 0 -1.25rem, 1.25rem -1.25rem, -1.25rem 0,
    1.25rem 0, -1.25rem 1.25rem, 0 1.25rem, 1.25rem 1.25rem;
}

.grid-button.rearrange.CloseNv .grid {
  box-shadow: 0 -1rem, 0 -2rem, 1rem 0, -2rem 0, 2rem 0, -1rem 0, 0 2rem, 0 1rem;
}

.grid-button.collapse .grid {
  box-shadow: -1.25rem 0, -1.25rem 1.25rem, 1.25rem 0, 1.25rem -1.25rem,
    0 -1.25rem, -1.25rem -1.25rem, 0 1.25rem, 1.25rem 1.25rem;
}

.grid-button.collapse.CloseNv .grid {
  box-shadow: -1rem 0, 0 0 transparent, 1rem 0, 0 0 transparent, 0 -1rem,
    0 0 transparent, 0 1rem, 0 0 transparent;
}

.lines-button {
  padding: 2rem 1rem;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0rem;
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 0rem;
  transition: 0.3s;
  position: relative;
}

.lines:before,
.lines:after {
  display: inline-block;
  width: 4rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 0rem;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}

.lines:before {
  top: 1rem;
}

.lines:after {
  top: -1rem;
}
.lines-button:hover .lines {
  background: #fff;
}

.lines-button:hover .lines:before {
  /*top: 1.14286rem;*/
  background: #fff;
}

.lines-button:hover .lines:after {
  /*top: -1.14286rem;*/
  background: #fff;
}

.lines-button.CloseNv {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
}

.lines-button.arrow.CloseNv .lines:before,
.lines-button.arrow.CloseNv .lines:after {
  top: 0;
  width: 2.22222rem;
}

.lines-button.arrow.CloseNv .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.lines-button.arrow.CloseNv .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.lines-button.arrow-up.CloseNv {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
}

.lines-button.minus.CloseNv .lines:before,
.lines-button.minus.CloseNv .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 4rem;
}

.lines-button.x.CloseNv .lines {
  background: transparent;
}

.lines-button.x.CloseNv .lines:before,
.lines-button.x.CloseNv .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 4rem;
}

.lines-button.x.CloseNv .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x.CloseNv .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}

.lines-button.x2 .lines:before,
.lines-button.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}

.lines-button.x2.CloseNv .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}

.lines-button.x2.CloseNv .lines:before,
.lines-button.x2.CloseNv .lines:after {
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 4rem;
}

.lines-button.x2.CloseNv .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.lines-button.x2.CloseNv .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/*	SLIDER	*/
#Slider {
  width: 100%;
  overflow: hidden;
}
#Slider IMG {
  max-width: 100%;
  min-width: 100%;
  object-fit: cover;
}
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 100;
}
.slick-prev::before,
.slick-next::before {
  content: "" !important;
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  background: url(../images/landing/icn-sl-prev-fc394dfd369556dc42d4d5f4f0358e51.png?vsn=d) 0 0 no-repeat;
  background-size: contain;
  left: 145px;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  background: url(../images/landing/icn-sl-next-ce835fbe93fa921160283db2f9c732b9.png?vsn=d) 0 0 no-repeat;
  background-size: contain;
  right: 145px;
}

.Hero1 {
  width: 100%;
  padding: 75px 0 90px;
  background: #a14b9c;
}
.Hero1 FIGURE {
  width: auto;
  display: inline-block;
  margin: 0 0 3rem;
}
.Hero1 FIGURE IMG {
  height: 16rem; /* FIXME logo */
  width: auto;
  display: inline-block;
}
.Hero1 .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Hero1 H3 {
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  max-width: 42rem;
  color: #fff;
  text-align: left;
}
.Hero1 H3 STRONG {
  font-weight: 800;
}

#Items {
  width: 100%;
  padding: 75px 0 100px;
}
/* #Items FIGURE {
  width: 100%;
  text-align: center;
  margin: 0 0 2rem;
}
#Items FIGURE IMG {
  width: 199px;
} */
#Items H4 {
  color: #515151;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
#Items H4 STRONG {
  font-weight: 500;
}

#Items img {
  width: 14rem;
  margin-bottom: 1rem;
}
A.Btn,
button.Btn {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #fff;
  background: #000;
  border-radius: 10rem;
  -moz-border-radius: 10rem;
  -webkit-border-radius: 10rem;
}
.Btn:hover {
  background: #37bbed;
}
A.Btn.Outline {
  border: 2px solid #fff;
}
A.Btn.yellow {
  background: #c9da2a;
  color: #231f20;
}
A.Btn.red {
  background-color: #a14b9c;
  color: #fff;
}
A.Btn.big {
  font-size: 1.5rem;
  padding: 1rem 2rem;
}
.Btn.small {
  font-size: 1rem;
  padding: 0.4rem 1.2rem 0.45rem;
}
.Btn.submit {
  font-size: 1rem;
  padding: 0.7rem 1.6rem 0.8rem;
}
.flex-centered {
  display: flex;
  align-items: center;
}
.MrgTop30 {
  margin-top: 30px;
}
.MrgTop50 {
  margin-top: 50px;
}
.Hero1.Bg {
  background: #00b3e9;
  padding: 5rem 0;
}
.Hero1.Bg FIGURE {
  margin: 0;
}
.Hero1.Bg FIGURE IMG {
  width: auto;
  max-width: 100%;
  height: 19rem;
}
.Hero1.Bg H3 {
  margin: 80px 0 0;
  font-size: 1.7rem;
  line-height: 1.8;
}

.RowFoto {
  width: 100%;
  padding: 145px 0px;
  background: url(../images/landing/bg-donde-pagar-7bee2f609f1f9b02be3cfce764c1a92f.jpg?vsn=d) top center no-repeat;
  background-size: cover;
}
.RowFoto H4 {
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  filter: drop-shadow(0px 0px 30px black);
}
.RowFoto H4 STRONG {
  font-weight: 800;
}

#TwoCols {
  width: 100%;
  padding: 5rem 0;
  background: url(../images/landing/bg-tiempo-compra-9fbc8c80796d8baad87768540f948110.jpg?vsn=d) top center;
  background-size: cover;
}
#TwoCols H5 {
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #ece9e5;
  font-weight: 600;
  filter: drop-shadow(0px 0px 5px black);
}
#TwoCols H5 strong {
  font-weight: 800;
}
#TwoCols img {
  height: 7rem;
  width: auto;
}
#TwoCols .icon-text-box-container {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
#TwoCols .icon-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 33%;
}
.RowFoto.Bg-03 {
  background: linear-gradient(90deg, #f78e2b 50%, #febe2b 50%);
  color: #3f3f3f;
}
.RowFoto.Bg-03 .row > *:first-child {
  display: flex;
  justify-content: flex-end;
  padding-right: 7rem;
}
.RowFoto.Bg-03 .row > *:last-child {
  display: flex;
  justify-content: flex-start;
  padding-left: 3rem;
}
.RowFoto.Bg-05 {
  background: linear-gradient(90deg, #f78e2b 50%, #febe2b 50%);
  color: #3f3f3f;
}
.RowFoto.Bg-05 .row > *:first-child {
  display: flex;
  justify-content: flex-end;
  padding-right: 7rem;
}
.RowFoto.Bg-05 .row > *:last-child {
  display: flex;
  justify-content: flex-start;
  padding-left: 3rem;
}
.RowFoto.Bg-04 {
  background: url(../images/landing/bg-tiempo-carga-73214fa4536b1c566bdb691dff870235.jpg?vsn=d) top right no-repeat;
  background-size: cover;
}
.RowFoto H5,
.RowFoto H6 {
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 600;
  top: 50%;
  transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  position: absolute;
}
.RowFoto H5 STRONG,
.RowFoto H6 STRONG {
  font-weight: 800;
}
.RowFoto P {
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.Hero1 H4,
.Hero1 H6 {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}
.Hero1 H4 STRONG,
.Hero1 H6 STRONG {
  font-weight: 800;
}
.MrgH {
  margin-left: 5px;
  margin-right: 5px;
}
FOOTER {
  width: 100%;
  padding: 4rem 0;
  background: #3f3f3f;
}
footer #logo-footer img {
  height: 3.5rem;
  width: auto;
}
footer .social-icon img {
  width: 2.3rem;
  height: 2.3rem;
}
footer .social-icon + .social-icon {
  margin-left: 0.2rem;
}
FOOTER H2 IMG {
  width: 237px;
}
FOOTER H3 A {
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin: 27px 0 0;
  color: #000;
  display: inline-block;
}
FOOTER H3 A:hover {
  color: #37bbed;
}
FOOTER Min {
  width: 221px;
}
.MenuNavFoot {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 0.5rem;
}
.MenuNavFoot LI {
  width: 100%;
}
.MenuNavFoot LI A {
  font-size: 15px;
  font-weight: 600;
  color: #b2b6b7;
}
.MenuNavFoot LI A:hover {
  color: #37bbed;
}
footer .footer-logos {
  justify-content: flex-end;
}
footer .footer-logos img {
  height: 4rem;
  width: auto;
}
footer .footer-logos a + a {
  margin-left: 4rem;
}
footer li {
  text-align: left;
}

/*	FAQS & Dropdown lists	**********************************************************/
#Fa,
#InnSeccion {
  background-color: #f2eeea;
  width: 100%;
}

#InnSeccion .Banner {
  width: 100%;
  height: 265px;
  position: relative;
}

#InnSeccion .Banner.Faq {
  background: url(../images/banner-faqs.jpg) top center no-repeat;
  background-size: cover;
}

#InnSeccion .Banner.Func {
  background: url(../images/banner-func.jpg) top center no-repeat;
  background-size: cover;
}

#InnSeccion .Banner .WrapTxt {
  width: 100%;
  height: 265px;
  position: relative;
}

#InnSeccion .Banner H2 {
  width: 100%;
  height: 56px;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#Fa .ToggleBox,
#InnSeccion .ToggleBox {
  width: 100%;
  padding: 70px 0;
  display: inline-block;
}

#Fa .ToggleBox H3,
#InnSeccion .ToggleBox H3 {
  width: 100%;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 0 0 30px;
  color: #515151;
  margin: 3rem 0 1rem;
}
#Fa .ToggleBox H3:first-child,
#InnSeccion .ToggleBox H3:first-child {
  margin-top: 0;
}

#Fa .ToggleBox .Bx,
#InnSeccion .ToggleBox .Bx {
  width: 100%;
  margin: 0 0 2rem;
  display: inline-block;
}

/*#InnSeccion .ToggleBox .Bx .Icon{
	width:20px;
	height:20px;
	display:inline-block;
	overflow:hidden;
	background:url(../images/icn-togglemas.jpg) left top no-repeat;
}*/
#Fa .ToggleBox H4,
#InnSeccion .ToggleBox H4 {
  width: 100%;
  display: inline-block;
}

#Fa .ToggleBox H4 A,
#InnSeccion .ToggleBox H4 A {
  display: inline-block;
  color: #2e2e2e;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 30px;
  padding-left: 40px;
  font-weight: 600;
  position: relative;
}

#Fa .ToggleBox H4 A .Icon,
#InnSeccion .ToggleBox H4 A .Icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url(../images/landing/icn-togglemas-9b6a8ea590a3cdeb47941396341e6512.jpg?vsn=d) left top no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.5rem;
  left: 0px;
  border-radius: 100px;
  mix-blend-mode: multiply;
}

#Fa .ToggleBox H4 A.Active,
#Fa .ToggleBox H4 A:hover,
#InnSeccion .ToggleBox H4 A.Active,
#InnSeccion .ToggleBox H4 A:hover {
  color: #37bbed;
}

#Fa .ToggleBox H4 A.Active .Icon,
#InnSeccion .ToggleBox H4 A.Active .Icon {
  background: url(../images/landing/icn-togglemas-9b6a8ea590a3cdeb47941396341e6512.jpg?vsn=d) left bottom no-repeat;
}

#Fa .ToggleBox P,
#InnSeccion .ToggleBox P {
  width: 100%;
  margin: 1rem 0 0;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

#Fa .ToggleBox P A,
#InnSeccion .ToggleBox P A {
  color: #64b3e7;
  text-decoration: underline;
  font-weight: 500;
}

#Fa .ToggleBox P STRONG,
#InnSeccion .ToggleBox P STRONG {
  font-weight: 500;
}

#Fa .ToggleBox UL,
#InnSeccion .ToggleBox UL {
  margin-top: 20px;
}

#Fa .ToggleBox LI,
#InnSeccion .ToggleBox LI {
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

#Fa .Answ,
#InnSeccion .Answ {
  width: 100%;
  display: none;
  padding: 0px 0 0 40px;
}

#ColSide {
  width: 100%;
  padding: 100px 0px;
}

#ColSide .Col {
  width: 100%;
}

#ColSide .Col FIGURE {
  width: 202px;
  display: inline-block;
  vertical-align: top;
}

#ColSide .Col FIGURE IMG {
  width: 130px;
}

#ColSide .Col .Desc {
  width: 377px;
  display: inline-block;
}

#ColSide .Col .Desc H4 {
  width: 100%;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

#ColSide .Col A.Btn {
  margin: 37px 0 0;
}

#RowGrey {
  width: 100%;
  padding: 65px 0 75px;
  background: #f5f5f5;
}

#RowGrey FIGURE {
  width: 100%;
}

#RowGrey FIGURE IMG {
  width: 162px;
  max-width: 100%;
}

#RowGrey .Text P {
  width: 100%;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #2e2e2e;
  margin: 0 0 40px;
}

#RowGrey .Text P:first-child {
  margin-top: 20px;
}

#RowGrey .Text P A {
  color: #64b3e7;
  text-decoration: underline;
  font-weight: 500;
}

#RowGrey .Text P STRONG {
  font-weight: 500;
}

.Ficha {
  width: 100%;
}

.Ficha TH {
  background: #37bbed;
  color: #fff;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.Ficha TD {
  background: #fff;
  color: #2e2e2e;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.Ficha TH,
.Ficha TD {
  padding: 10px 0px;
  text-align: center;
  display: inline-block;
  margin: 5px 0px;
  width: 100%;
  font-size: 20px;
}

#Limit {
  width: 100%;
  padding: 75px 0px;
}

#Limit H4 {
  width: 100%;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  color: #37bbed;
  margin: 0 0 40px;
}

#Limit P {
  width: 100%;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #2e2e2e;
}

.calendars {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 5rem;
  max-width: 32rem;
  margin: 0 auto;
}

.calendars .calendar {
  padding: 2.5rem;
  border: 1px solid #dbdbdb;
  text-align: left;
  font-size: 1.15rem;
  font-weight: 600 !important;
}

.calendars .calendar .hightlight {
  font-size: min(5.5vw, 2.1rem);
  font-weight: 700;
  color: #d5d853;
  line-height: 1.05;
  margin: .3rem 0 0.7rem;
}

.calendars .calendar .dates {
  color: #fbdbe0;
  font-size: 1.4rem;
  margin: 0.3rem 0;
}

.amount-limits .box {
  position: relative;
  background: #f3d2d2;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-bottom: 2rem;
}

.amount-limits .box.double::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 66%;
  background: #fff;
  transform: translateY(-50%);
}

.amount-limits .box.double {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.amount-limits .box.double ul {
  padding: 0.5rem 1rem;
  margin: 0;
}

.amount-limits .box.double ul li:first-child {
  color: #a14b9c;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1;
  /* padding-right: 1rem; */
}

.amount-limits .box.double ul li:last-child {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d2d2d;
}

.amount-limits .box.arrow ul {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) 3rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin: 0;
  padding: 0 1rem;
  color: #2d2d2d;
}
.amount-limits .box.arrow ul li:first-child {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1;
}

.amount-limits .box.arrow ul img {
  width: 2.5rem;
}

.amount-limits .box.arrow ul li:last-child {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 600;
}

.amount-limits .box.arrow ul li:last-child .plus {
  font-size: 2.5rem;
}

.amount-limits .box.arrow ul li:last-child .years {
  font-size: 4rem;
  font-weight: 700;
  padding: 0 0.2rem;
}

/*	PRINT	**********************************************************/

/*	PRINT	**********************************************************/

@media print {
  BODY {
    width: 100%;
  }
  /**/
}

@media screen and (min-width: 992px) {
  .MenuNav {
    margin: 0;
  }
  .MenuNav .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .MenuNav .container-fluid::before,
  .MenuNav .container-fluid::after {
    content: none;
  }
  .MenuNav .navbar-nav {
    display: flex;
    align-items: center;
  }
  .MenuNav .navbar-collapse {
    display: flex !important;
    align-items: center;
  }
  .MenuNav .main-nav {
    margin-right: 1rem;
  }
  .MenuNav LI A {
    margin: 0 1rem;
    font-size: 1rem;
    padding: 0;
    color: #fff;
    font-family: "Encode Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
  }
  .MenuNav LI A.Active,
  .MenuNav LI A:hover {
    background-color: transparent;
  }
  .MenuNav .main-nav LI A.Active:after,
  .MenuNav .main-nav LI A:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -0.5rem;
    left: 0;
    background: #37bbed;
  }
  .MenuNav .LnkIcon {
    color: #9aa3a7;
    font-family: "Encode Sans", Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  #Slider {
    margin-top: 4rem;
    margin-bottom: -1px;
  }
  .flex-centered {
    flex-direction: column;
  }
  footer .flex-centered {
    flex-direction: row;
  }
  .flex-centered .col-xs-12 {
    margin-bottom: 1rem;
  }
  .row.row-eq-height {
    width: 100%;
    overflow: hidden;
    display: inline-block;
  }
  #PreViaje {
    padding: 0;
  }
  .navbar-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-toggle {
    margin-right: 0;
  }
  .navbar-header::before,
  .navbar-header::after {
    content: none;
  }

  #PreViaje IMG {
    width: auto;
    height: 2.3rem;
    margin: 0 .5rem 0 0.5rem;
  }

  .LnkIcon {
    width: 100%;
    margin: 0 !important;
    padding: 13px 20px;
    border-bottom: 1px solid #bababc;
  }
  .LnkIcon A {
    color: #000;
  }
  .LnkIcon.Tel SPAN {
    background: url(../images/landing/icon-phone-000-bf5473c3886a57ab36f3380aa0493efa.svg?vsn=d) left top no-repeat;
    background-size: 100%;
  }
  .LnkIcon.Tel:hover SPAN {
    background: url(../images/landing/icon-phone-000-bf5473c3886a57ab36f3380aa0493efa.svg?vsn=d) left bottom no-repeat;
    background-size: 100%;
  }
  .LnkIcon.User SPAN {
    background: url(../images/landing/icon-user-000-ab312c645764e89cfe2db437b0aa8cdd.svg?vsn=d) left top no-repeat;
    background-size: 100%;
  }
  .LnkIcon.User:hover SPAN {
    background: url(../images/landing/icon-user-000-ab312c645764e89cfe2db437b0aa8cdd.svg?vsn=d) left bottom no-repeat;
    background-size: 100%;
  }
  .Hero1 {
    padding: 50px 30px;
  }
  .Hero1 FIGURE {
    margin: 0 0 1.5rem;
  }
  .Hero1 FIGURE IMG {
    height: 10rem; /* FIXME logo */
    width: auto;
  }
  .Hero1 H3 {
    font-size: 20px;
    line-height: 30px;
  }
  #Items {
    padding: 50px 20px;
  }
  #Items .items-cols > div {
    margin-bottom: 4rem;
  }
  #Items img {
    max-width: 60%;
    margin-bottom: 1rem;
  }
  #Items H4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
  }
  .Hero1.Bg {
    background-position: center bottom;
    background-color: #00b3e9;
    background-image: none;
  }
  .Hero1.Bg FIGURE {
    width: 100%;
    text-align: center;
  }
  .Hero1.Bg H3 {
    margin: 23px 0 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .RowFoto {
    padding: 50px 0px;
    text-align: center;
  }
  .RowFoto {
    height: auto;
    padding: 70px 20px;
    background: url(../images/landing/bg-mb-donde-pagar-cdf34c89c9a1c726d97a3b96e4d6de5d.jpg?vsn=d) center no-repeat;
    background-size: cover;
  }
  .RowFoto.Bg-04 {
    background: url(../images/landing/bg-mb-tiempo-carga-c7276ff5b0f3aae98a38f8beb3288d48.jpg?vsn=d) center no-repeat;
    background-size: cover;
  }
  .RowFoto H4 {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }
  A.Btn {
    font-size: 17px;
  }
  A.Btn.Outline {
    /*width:160px;*/
    width: auto;
    margin: 20px auto 0;
  }
  #TwoCols {
    padding: 60px 0px;
    text-align: center;
    width: 100%;
    background: url(../images/landing/bg-mb-tiempo-compra-d8ea8e8f9d057a2b8457fdf878e9ec04.jpg?vsn=d) bottom center
      no-repeat;
    background-size: cover;
  }
  #TwoCols .col-xs-12:first-child {
    padding-bottom: 60px;
  }
  #TwoCols H5 {
    font-size: 26px;
    line-height: 34px;
  }
  #TwoCols .icon-text-box-container {
    flex-direction: column;
  }
  #TwoCols .icon-text-box {
    width: 100%;
  }
  .RowFoto H5,
  .RowFoto H6 {
    width: 100%;
    font-size: 30px;
    line-height: 38px;
    padding: 0 0 26px;
    top: initial;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    position: relative;
  }
  .RowFoto P {
    font-size: 20px;
    line-height: 30px;
  }
  .Hero1 H4,
  .Hero1 H6 {
    font-size: 26px;
    line-height: 34px;
  }
  FOOTER {
    padding: 3rem 2rem;
  }
  FOOTER H3 A {
    margin: 27px 0 50px;
  }
  FOOTER .text-right {
    margin-top: 0.5rem;
  }
  FOOTER .Min {
    margin: 50px 0 0;
  }
  footer .footer-logos {
    justify-content: flex-start;
    margin-top: 2rem;
  }
  #InnSeccion .Banner {
    height: 310px;
  }
  #InnSeccion .Banner.Faq {
    background: url(../images/landing/bg-prestadores-mb-85db0cbd97212a1b7a94cdced5f525bb.jpg?vsn=d) center no-repeat;
    background-size: cover;
  }
  #InnSeccion .Banner.Func {
    background: url(../images/landing/banner-func-mb-5cd8698af4cbcf928366db258b01a2b2.jpg?vsn=d) bottom center
      no-repeat;
    background-size: cover;
  }
  #InnSeccion .Banner .WrapTxt {
    height: 250px;
  }
  #InnSeccion .Banner H2 {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;

    text-align: center;
    font-size: 26px;
    line-height: 34px;
    height: auto;
    margin: 60px 0 0;
  }
  #InnSeccion .ToggleBox {
    padding: 50px 20px;
  }
  #InnSeccion .ToggleBox .Bx {
    margin: 0 0 40px;
  }
  #InnSeccion .ToggleBox H3 {
    font-size: 18px;
    line-height: 25px;
  }
  #InnSeccion .ToggleBox H4 A {
    font-size: 18px;
    line-height: 25px;
  }
  #InnSeccion .ToggleBox P {
    font-size: 18px;
    line-height: 25px;
  }
  #ColSide {
    padding: 65px 20px;
  }
  #ColSide .Col {
    text-align: center;
  }
  #ColSide .Col.Frst {
    margin: 0 0 50px;
  }
  #ColSide .Col FIGURE {
    width: 100%;
  }
  #ColSide .Col .Desc {
    width: 100%;
    margin: 20px 0 0;
  }
  #ColSide .Col A.Btn {
    margin: 20px 0 0;
  }
  #RowGrey {
    text-align: center;
    padding: 55px 20px;
  }
  #RowGrey FIGURE IMG {
    width: 110px;
  }
  .Ficha TH,
  .Ficha TD {
    font-size: 14px;
  }
  #Limit {
    padding: 75px 20px;
  }
  #Limit H4 {
    font-size: 26px;
    line-height: 34px;
  }
  #Limit P {
    font-size: 20px;
    line-height: 30px;
  }
  #Fa {
    padding: 0 0.5rem;
  }
  #Fa .ToggleBox,
  #InnSeccion .ToggleBox {
    padding-top: 3rem;
  }
  #Fa .ToggleBox H3,
  #InnSeccion .ToggleBox H3 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
  }
  #Fa .ToggleBox H4 A,
  #InnSeccion .ToggleBox H4 A {
    font-size: 20px;
    line-height: 30px;
  }
  #Fa .ToggleBox P,
  #InnSeccion .ToggleBox P {
    font-size: 20px;
    line-height: 30px;
  }
  #Fa .ToggleBox LI,
  #InnSeccion .ToggleBox LI {
    font-size: 20px;
    line-height: 30px;
  }

  .calendars {
    grid-template-columns: 1fr;
    margin: 0 0.5rem;
    max-width: 60rem;
  }

  .amount-limits {
    margin-top: 2rem;
  }

  .amount-limits .box {
    margin-bottom: 1rem;
  }
  /**/
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  UL.MenuNav {
    padding: 10px 0 15px;
  }
  UL.MenuNav LI A {
    padding: 0 5px 14px;
    font-size: 14px;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    left: 10px;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    right: 10px;
  }
  .Hero1 {
    padding: 55px 0;
  }
  .Hero1.Bg H3 {
    margin: 0;
  }
  #TwoCols H5 {
    font-size: 40px;
    line-height: 50px;
  }
  .Hero1 H4,
  .Hero1 H6 {
    font-size: 30px;
    line-height: 40px;
  }
  FOOTER {
    padding: 25px 0;
  }
  FOOTER H3 A {
    margin: 10px 0 0;
  }
  FOOTER .col-sm-6 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #ColSide .Col FIGURE {
    width: 100%;
    height: 140px;
    text-align: center;
  }
  #ColSide .Col .Desc {
    width: 100%;
  }
  #ColSide .Col .Desc A.Btn {
    font-size: 20px;
  }
  #RowGrey FIGURE {
    width: 100%;
    text-align: center;
  }
  #RowGrey .Lg0 {
    line-height: 0;
  }
  #RowGrey .Btns {
    text-align: center;
  }
  .navbar-header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-header::after,
  .navbar-header::before{
    display: none;
  }
  /**/
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
  .container {
    width: 1030px;
  }
  .LnkIcon.Tel,
  .LnkIcon.User {
    margin-left: 10px;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:focus {
    left: 25px;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:focus {
    right: 25px;
  }
  UL.MenuNav LI A {
    padding: 0 0px 14px 5px;
  }
  #TwoCols H5 {
    font-size: 40px;
    line-height: 50px;
  }
  #ColSide .Col FIGURE {
    width: 100%;
    height: 140px;
    text-align: center;
  }
  #ColSide .Col .Desc {
    width: 100%;
  }
  #ColSide .Col .Desc A.Btn {
    font-size: 20px;
  }
  /**/
}

/*---- paginas internas-- */

/*BENEFICIOS*/

.imgBanner {
  background: url(../images/slides/3.jpg) center;
  height: 18rem;
  background-size: cover;
}

.titbanner {
  display: flex;
  color: white;
  font-size: 4rem;
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-bottom: 4rem;
  filter: drop-shadow(0px 0px 16px black);
}

.card-title h1 {
  font-size: 3.5rem;
  font-weight: 700;
}

/*COMO FUNCIONA*/
#Items.como-funciona {
  background-color: #f2eeea;
}
.imgBanner {
  height: 18rem;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
}
.imgBanner.how {
  background: url(../images/landing/bg-como-funciona-4ef424ab5ea4490818c93a07d00e965b.jpg?vsn=d) top;
}
.imgBanner.benefits {
  background: url(../images/landing/bg-beneficios-f8a3d871944d645fba262903287e90bd.jpg?vsn=d);
  background-position-x: 72%;
}
.imgBanner.faq {
  background: url(../images/landing/bg-faqs-c300d22d1d0006d9c68dbff59461a096.jpg?vsn=d) center;
}
.imgBanner.activities {
  background: url(../images/landing/bg-rubros-44c48b4769314cf8fa95f08b0aaf2042.jpg?vsn=d) bottom;
}
.imgBanner.guides {
  background: url(../images/landing/bg-guias-e22c321e970dd910b30772633876b60c.jpg?vsn=d) bottom;
}
.imgBanner.contact {
  background: url(../images/landing/bg-contacto1-e40f8b72dfb2154820d176279d24c516.jpg?vsn=d) top;
}
.imgBanner.basis {
  background: url(../images/landing/bg-bases-49c2034754fca3f23b0805470e5f989f.jpg?vsn=d) center;
}
.imgBanner.providers {
  background: url(../images/landing/bg-prestadores-263ddd68eb05a52b270dded7f1978ac1.jpg?vsn=d) center;
}
.imgBanner.register-providers {
  background: url(../images/landing/bg-registro-prestadores-018a5f9450be3598eb0b7043abb8b2a6.jpg?vsn=d) center;
}
.pasos-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 6rem;
}
.pasos-grid figure img {
  height: 8rem;
}
.card-img-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.pasos {
  color: #a14b9c;
  font-size: 6rem;
  font-weight: 600;
  /* position: absolute; */
}
#comFunciona h4 {
  margin: 1rem 0 1.5rem;
  padding: 0;
}
#comFunciona > h3,
#calendario .container > h3,
#limites .container h3 {
  color: #a14b9c;
  font-size: 3.3rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
#comFunciona .card-title h3 {
  color: #a14b9c;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
#calendario,
#limites {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#calendario {
  background: #a14b9c;
}
#limites {
  background: #f2eeea;
  text-align: left;
}
#calendario .container > h3 {
  color: #dbdbdb;
}
#calendario img {
  max-width: 700px;
}
#condiciones p {
  font-size: 1.25rem;
  line-height: 1.5;
}
#condiciones p {
  font-family: "Encode Sans", Arial, Helvetica, sans-serif;
}
#beneficios {
  background: linear-gradient(90deg, #9e8ec4 50%, #d5d853 50%);
}
#beneficios .columns > div {
  padding: 4rem;
}
#beneficios .columns img {
  height: 6rem;
  width: auto;
  margin: 0 auto;
}
#beneficios .columns > div:first-child img {
  padding: 0.5rem 0;
}
#beneficios h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 1rem 0;
}
#beneficios h4 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
input.form-control,
select.form-control {
  border-radius: 10rem;
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  /* min-width: 18rem; */
  height: auto;
}
.ss-main.form-control{
  border-radius: 10rem !important;
  font-size: 1rem !important;
  padding: 0.6rem 1.2rem !important;
  height: auto !important;
}
#providers {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#providers h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
#providers h3 + p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
#providers .wrapper-filters {
  padding: 2rem;
  background: #f5f5f5;
  border-radius: 0.4rem;
  margin-bottom: 2rem;
}
#providers h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-left: 0.2rem;
}
#providers .filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  border-radius: 0.4rem;
  align-items: flex-end;
}
#providers .form-inline {
  display: flex;
  align-items: flex-end;
}
#providers .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}
#providers .form-group.two-cols{
  grid-column: span 2;
}
#providers .form-control{
  transition: opacity .1s ease;
}
#providers .form-control.loading{
  opacity: 0;
  max-height: 2.7rem;
}
#providers .form-group label {
  margin: 0 0.3rem 0.7rem;
}
#providers .provider-card {
  position: relative;
  border-radius: 0.5rem;
  padding: 1.8rem 2rem;
  border: 1px solid #ccc;
  font-size: 1rem;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
  box-shadow: 0px 12px 28px -12px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 12px 28px -12px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#providers .provider-card:hover {
  box-shadow: 0px 18px 28px -9px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 18px 28px -9px rgba(0, 0, 0, 0.35);
  transform: translateY(-0.1rem);
}
#providers .provider-card .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#providers .provider-card .icon {
  height: 3rem;
  margin-bottom: 1rem;
  width: auto;
}
#providers .provider-card .category {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding-left: 0.8rem;
  /* color: #32baec; */
}
#providers .provider-card .category::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: 0.25rem;
  left: 0;
  border-radius: 50%;
  background: #a14b9c;
}
#providers .provider-card .name {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 1rem;
  /* padding-left: 1.1rem; */
}
#providers .provider-card .name img {
  margin-right: 0.5rem;
}
#providers .provider-card .info {
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: 1fr 4rem;
  align-items: flex-start;
}
#providers .provider-card .info ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  font-size: 0.9rem;
  gap: 0.5rem;
}
#providers .provider-card .info .special-catregories{
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
  height: 100%;
  justify-content: flex-end;
}
#providers .provider-card .info img.special-category {
  width: 100%;
  height: auto;
  max-height: 4rem;
  object-fit: contain;
}
#providers .provider-card .desc {
  margin: 0.5rem 0;
  padding: 0 0 0.8rem;
  border-bottom: 1px solid #ddd;
}
/* #providers .provider-card .arrow {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 1.8rem;
  height: auto;
  transform: rotate(180deg);
} */
/* #providers .provider-card::before {
  float: left;
  padding-top: 20%;
  content: "";
}
#providers .provider-card::after {
  display: block;
  content: "";
  clear: both;
} */
#providers .providers-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
#providers h3.has-link {
  display: flex;
  align-items: center;
}
#providers h3.has-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 0.5rem;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}
#providers h3.has-link img {
  width: 100%;
  height: auto;
}
/* #providers .providers-cards > :nth-child(3n + 1) {
  background: #ef5676;
  background: #00b3e9;
}

#providers .providers-cards > :nth-child(3n + 2) {
  background: #00b3e9;
}

#providers .providers-cards > :nth-child(3n + 3) {
  background: #999;
  background: #00b3e9;
} */

#contacto .columns > div {
  padding: 4rem;
}

@media screen and (max-width: 1220px) {
  .pasos-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 991px) {
  #beneficios .container,
  #contacto .container {
    width: auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1220px) {
  #Nav .container {
    width: 100%;
    padding: 0 1rem;
  }
  #Nav .LnkIcon img {
    width: 1.6rem;
  }
  #PreViaje IMG {
    height: 2.5rem;
    margin-right: .7rem;
  }
  .MenuNav LI A {
    margin: 0 0.7rem;
    font-size: 0.9rem;
  }
  .MenuNav .main-nav {
    margin-right: 0.5rem;
  }
}

nav.navbar .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 2rem;
  height: 2px;
  border-radius: 1px;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .collapsing {
    overflow: hidden !important;
  }
  #Nav {
    padding: 0.3rem 0;
    background: rgba(10, 24, 28, 1);
  }
  #Nav .navbar {
    margin: 0;
  }
  #Nav .container-fluid {
  }
  .Bg-w {
    padding-left: 0;
    padding-right: 0;
  }
  #MainNav {
    width: 100%;
    padding: 0;
    text-align: left;
    background: #fff;
  }
  UL.MenuNav {
    padding: 0;
  }
  UL.MenuNav LI {
    width: 100%;
  }
  UL.MenuNav LI A {
    width: 100%;
    padding: 20px;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #bababc;
  }
  UL.MenuNav LI A.BgCyan {
    background: #01bff1;
  }
  UL.MenuNav LI A.Active,
  UL.MenuNav LI A:hover {
    border: none;
    background-color: #01bff1;
  }
  .navbar-nav > li > a {
    padding: 1rem;
    line-height: 20px;
    color: #ffff;
    font-size: 1rem;
    text-align: center;
    border-color: rgba(255, 255, 255, 0.103);
    border: none;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #32baec;
  }

  .LnkIcon.horizontal {
    margin: 0 !important;
    flex-direction: column;
    border-bottom: 0;
  }

  #providers .providers-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #providers .filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  #beneficios .columns > div,
  #contacto .columns > div {
    padding: 3rem 1rem;
  }
  .pasos-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 3rem 6rem;
  }

  .pasos-grid figure img {
    height: 6rem;
  }
  .preViaje {
    padding: 0px;
    background: #a14b9c;
  }
  .preViaje h3 {
    font-size: 1.8rem;
  }

  #comFunciona.card h3 {
    font-size: 2rem;
  }

  #comFunciona .card-title h3 {
    color: #a14b9c;
    font-size: 2rem;
    font-weight: 600;
  }
  .card-title h1 {
    text-align: -webkit-center;
    font-size: 2.5rem;
    font-weight: 700;
  }

  .titbanner {
    text-align: center;
    color: white;
    font-size: 2.5rem;
    font-family: "Encode Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding-bottom: 2rem;
  }
  #comFunciona > h3,
  #calendario .container > h3,
  #limites .container h3 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
  .card-img-top {
    text-align: center;
  }
  .RowCyan h3 {
    font-size: 3rem !important;
  }
  #limites .tiempos {
    margin-top: 2rem;
  }
  .RowFoto.Bg-03 .row > *:first-child {
    padding: 2rem;
    text-align: center;
  }
  .RowFoto.Bg-03 .row > *:last-child {
    padding: 2rem;
    text-align: center;
  }
  .RowFoto.Bg-03 {
    background: linear-gradient(0deg, #febe2b 50%, #f78e2b 50%);
  }
  .RowFoto.Bg-05 .row > *:first-child {
    padding: 2rem;
    text-align: center;
  }
  .RowFoto.Bg-05 .row > *:last-child {
    padding: 2rem;
    text-align: center;
  }
  .RowFoto.Bg-05 {
    background: #febe2b;
  }

  .imgBanner {
    height: 14rem;
  }

  #providers .providers-cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #providers .wrapper-filters {
    padding: 1.5rem 1.2rem;
  }
  #providers .filters {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #providers .provider-card {
    padding: 1.2rem;
    margin: 0 0.5rem;
  }
  #providers .provider-card .name {
    font-size: 1.1rem;
  }
  #providers .provider-card .info {
    grid-template-columns: 1fr 3rem;
  }
  #providers .form-group.two-cols{
    grid-column: span 1;
  }
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 5px;
}

ul.pagination li a.active {
  background-color: #47baec;
  color: white;
  border-radius: 5px;
}

ul.pagination li a {
  margin: 0 4px; /* 0 is for top and bottom. Feel free to change it */
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

p.basis-and-conditions {
  font-size: 1.5em;
  color: #000;
  padding: 0 0 30px;
}

h3.basis-and-conditions {
  font-size: 2.5em;
  color: #515151;
  padding: 0 0 30px;
  margin: 5rem 0 1.5rem;
}

h4.basis-and-conditions {
  font-size: 2em;
  color: #000;
  padding: 0 0 30px;
}

h3.centered {
  text-align: center;
}

ul > li.basis-and-conditions {
  list-style: disc inside !important;
  font-size: 1.5em;
  color: #000;
  padding: 0 0 30px;
}

ol > li.basis-and-conditions {
  list-style: lower-alpha inside !important;
  font-size: 2em;
  color: #000;
  padding: 0 0 30px;
}

ol > ol > li {
  list-style: lower-alpha inside !important;
  font-size: 1.5em;
  color: #000;
  padding: 0 0 10px;
  position: relative;
}

ol > ol {
  padding: 0 0 30px;
}

.card-reminder {
  font-size: 1.2rem;
  color: #2e2e2e;
}

#contacto {
  background: linear-gradient(90deg, #f78e2b 50%, #febe2b 50%);
  /* conic-gradient(
      #febe10 0%,
      #febe10 25%,
      #eef734 25%,
      #eef734 50%,
      #c9da2a 50%,
      #c9da2a 75%,
      #f78e1e 75%,
      #f78e1e 100%
    );*/
}

#contacto .columns img {
  height: 6rem;
  width: auto;
  margin: 0 auto;
}
#contacto .columns > div:first-child img {
  padding: 0.5rem 0;
}
#contacto h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 1rem 0;
}
#contacto h4 {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

#contacto > .container > .columns,
#beneficios > .container > .columns {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  #contacto > .container > .columns,
  #beneficios > .container > .columns {
    flex-direction: row;
  }
}

#consumed-credit {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(95vw, 45rem);
  padding: 1.1rem 2rem 0.8rem;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  background: rgba(10, 24, 28, 1);
  box-shadow: 0 0px 13px 1px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0 0px 13px 1px rgba(0, 0, 0, 0.38);
}

@media only screen and (min-width: 1024px) {
  #consumed-credit {
    padding: 1.3rem 2rem 1rem;
  }
}

#consumed-credit .label {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 600;
  white-space: normal;
  line-height: 1.2;
}

#consumed-credit .progress-container {
  position: relative;
}

#consumed-credit .progress {
  height: auto;
  padding: 3px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 10rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  margin: 0;
}

#consumed-credit .progress-bar {
  position: relative;
  height: 1rem;
  border-radius: 10rem;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1024px) {
  #consumed-credit .progress-bar {
    height: 1.3rem;
  }
}

#consumed-credit .percentage {
  position: absolute;
  color: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.2rem 0.4rem;
  top: 50%;
  border-radius: 0.3rem;
  box-shadow: 0 0px 13px 1px rgba(0, 0, 0, 0.38);
}

@media only screen and (min-width: 1024px) {
  #consumed-credit .percentage {
    font-size: 1rem;
    padding: 0.3rem 0.5rem;
  }
}

#consumed-credit .close-box {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  cursor: pointer;
}

#consumed-credit .progress-container.progress-color--green .progress-bar,
#consumed-credit .progress-container.progress-color--green .percentage {
  background: #12b435;
}

#consumed-credit .progress-container.progress-color--yellow .progress-bar,
#consumed-credit .progress-container.progress-color--yellow .percentage {
  background: #ebe63c;
}
#consumed-credit .progress-container.progress-color--yellow .percentage {
  color: #333;
}

#consumed-credit .progress-container.progress-color--red .progress-bar,
#consumed-credit .progress-container.progress-color--red .percentage {
  background: #d62121;
}

#consumed-credit.collapsed {
  width: 4.5rem;
  height: 2.5rem;
  overflow: hidden;
  padding: 0.5rem 1rem;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}

#consumed-credit.collapsed .label,
#consumed-credit.collapsed .progress-container {
  display: none;
}

#consumed-credit.collapsed .close-box {
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  right: 50%;
  top: 50%;
  transform: translate(50%, -45%) rotate(180deg);
}

.logo-chart {
  display: flex;
  align-items: center;
}

.single-chart {
  width: 2.7rem;
  justify-content: space-around;
}

/* @media screen and (min-width: 992px) and (max-width: 1086px){
  .single-chart{
    display: none;
  }
} */

.circular-chart {
  display: block;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 6;
}

.circle {
  fill: none;
  stroke-width: 6.2;
  animation: progress 1s ease-out forwards;
  stroke: #00b3e9;
}

.percentage {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  text-anchor: middle;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.tina{
  display: inline-block;
  padding: 1rem;
  border-radius: .3rem;
  margin-top: 2rem;
}

.tina img{
  height: 3rem !important;
  width: auto;
}
