/* GENERAL STYLING */

::-moz-selection {
  background: #ff3162;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #ff3162;
  color: #ffffff;
  text-shadow: none;
}

html {
  --mcolor: #000000;
  --altcolor: #000000;
  scroll-behavior: smooth;
}

body {
  font-family: 'Mulish', sans-serif;
  background-color: #ffffff;
  color: #000000;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

a {
  color: #000000;
  outline: none;
}
a.link-url {
  color: #0967eb;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}
small {
  display: inline-block;
}

p {
  margin: 0 0 20px;
}

.relative {
  position: relative;
}
.text-bold {
  font-weight: bold;
}
iframe {
  max-width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}

.unstyled-list {
  padding: 0;
  margin: 0;
}

.unstyled-list > li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.small-font,
.font-small {
  font-size: 12px;
}

.rounded {
  border-radius: 4px;
}

.box-shadow {
  box-shadow: 3px 4px 18px -14px #666;
}

.small-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.small-gutters > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}
.position-static {
  position: static;
}
.container {
  max-width: 1220px;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.height-100vh {
  height: 100vh;
}
.min-height-100vh {
  min-height: 100vh;
}
.min-height-section {
  min-height: 100vh;
}

section {
  position: relative;
}

.padding-content {
  padding: 30px 0px;
}

.py-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pt-content {
  padding-top: 30px;
}
.pb-content {
  padding-bottom: 30px;
}

.thumb-container {
  display: block;
  text-decoration: none;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.thumb-container.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* COLORS */

.white,
.white a,
a.white {
  color: #fff;
}

.white-content {
  background-color: #fff;
}

.black,
.black a,
a.black,
.mcd-color {
  color: #000;
}
.black-content {
  background-color: #000000;
}

.gray,
a.gray {
  color: #737b7d;
}
.gray-content {
  background-color: #737b7d;
}

.pink,
a.pink,
.pink a,
.mc-color {
  color: #ff3162;
}
.pink-content,
.mc-content {
  background-color: #ff3162;
  color: #ffffff;
}
.purple,
a.purple,
.purple a {
  color: #c93a79;
}
.purple-content {
  background-color: #c93a79;
}
.lightpurple-content {
  background-color: #fff2f9;
}
.lightpink {
  color: #ffe6eb;
}
.lightpink-content {
  background-color: #ffe6eb;
}
.lightblue {
  color: #cde2fb;
}
.lightblue-content {
  background-color: #cde2fb;
}

.lightblue2-content {
  background-color: #f8fbff;
}
.blue,
a.blue,
.blue a,
.mcv-color {
  color: #4ca0de;
}
.blue-content,
.mcv-content {
  background-color: #4ca0de;
  color: #ffffff;
}
.blue-content a {
  color: #ffffff;
}

.lightviolet-content {
  background-color: #f1e8ef;
}
.lightgray-content {
  background-color: #f5f6f6;
}
.green {
  color: #4cb79e;
}
.green-content {
  background-color: #4cb79e;
  color: #ffffff;
}

/* HEADINGS & FONTS CLASSES */

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-family: 'Mulish', sans-serif;
  clear: both;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 20px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  font-family: 'Mulish', sans-serif;
  clear: both;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
}

h1,
.h1 {
  font-size: 29px;
  margin: 0 0 20px;
  line-height: 1.1;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 21px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 15px;
}

h6,
.h6 {
}

.font-inter {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}

strong,
.bold,
.font-bold {
  font-weight: 700;
}

.text-italic,
.text-cursive {
  font-style: italic;
}

.thecontent {
}

/* embed responsive */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive::before {
  display: block;
  content: '';
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* buttons */

button,
.button,
input[type='submit'],
a.button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: none;
  border: none;
  line-height: 1;
  text-decoration: none;
  padding: 12px 20px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0;
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
  border-radius: 4px;
}

.button.border-button {
  border: 1px solid;
}

.button.small-button {
  font-size: 13px;
  padding: 8px 28px;
}
a.large-button,
a.button-large {
  font-size: 14px;
  padding: 13px 40px;
}

.button:hover {
  opacity: 0.8;
}

/* animated element */

.animated-element {
  opacity: 0;
  display: block;
}

.animated-element.visible {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: moveUp 1.4s ease forwards;
  -moz-animation: moveUp 1.4s ease forwards;
  -ms-animation: moveUp 1.4s ease forwards;
  animation: moveUp 1.4s ease forwards;
}

@-webkit-keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes moveUp {
  0% {
  }

  100% {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.animated-element.delay-1 {
  animation-delay: 0.3s;
}
.animated-element.delay-2 {
  animation-delay: 0.5s;
}
.animated-element.delay-3 {
  animation-delay: 0.7s;
}

/* aside */

#aside {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -o-transition: opacity 0.5s, visibility 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
  transition: transform 0.5s, opacity 0.5s, visibility 0.5s,
    -webkit-transform 0.5s, -o-transform 0.5s;
  will-change: transform, opacity, visibility;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 2px;
  box-shadow: 1px 0 10px -4px #888;
  padding: 30px 30px 50px;
}

.menu-active #aside:before {
  transform: translate3d(0, 0%, 0);
}

.menu-active #aside:after {
  opacity: 0.08;
}

.menu-active #aside {
  opacity: 1;
  visibility: visible;
}

#aside > div {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  font-size: 5vw;
}

#aside > div > div {
  width: 100%;
}

#aside ul.menu {
  margin: 8vw auto 0;
  list-style: none;
  overflow-x: hidden;
  padding: 0;
}

#aside ul.menu > li {
  position: relative;
  margin: 0 0 0.2vw;
}

.menu-active #aside ul.menu > li {
  transition: all 0.7s;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
#aside ul.menu > li > a {
  display: block;
  font-size: 9vw;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 2px 0;
  line-height: 1.1;
  padding: 0;
  text-align: center;
}

.hamburger {
  position: relative;
  z-index: 3;
  padding: 10px 5px 5px;
  height: 38px;
  border: 2px solid;
  border-radius: 5px;
  margin-left: 10px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #000000;
  opacity: 1 !important;
  width: 25px;
  height: 2px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  opacity: 1;
  top: -1px;
}

/* HEAD */

#head {
  padding: 13px 0px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.4s;
  background-color: #ffffff;
}
body.menu-active #head {
  background-color: transparent;
}
#head .logo {
  display: block;
  width: 120px;
  padding-right: 10px;
  position: relative;
}
#head .logo:before {
  content: '';
  position: absolute;
  left: 100%;
  width: 61%;
  height: 100%;
  background: url(../img/logo-mastercard.svg) no-repeat center center;
  background-size: 100%;
  transition: all 0.4s;
  opacity: 0;
  transform: translate3d(-20px, -50%, 0);
  top: 50%;
}
#head .button {
}

/* MAIN */

#main {
  position: relative;
  padding-top: 65px;
}

/* FOOTER */

#footer {
  padding-bottom: 10px;
}

#footer .black-content {
  padding: 25px 0px;
}
#footer .black-content p {
}
#footer .black-content .phone {
  text-decoration: none;
  font-weight: bold;
}
#footer .menu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#footer .menu > li {
  width: 50%;
  list-style: none;
}

#footer .menu > li a {
  text-decoration: none;
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
}

#footer .footer-cards {
  padding: 0;
}
#footer .footer-cards > li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  list-style: none;
}
#footer .footer-cards > li a {
  text-align: center;
  text-decoration: none;
}
#footer .footer-cards > li a img {
}
#footer .footer-cards > li a strong {
  font-size: 10px;
}

/* HERO SECTION */

.hero {
  padding: 30px 0px 10px;
}
.hero .h1 {
  font-size: 38px;
}

.hero .h4 {
  /*max-width: 310px;*/
  /* margin: auto; */
}
.hero .lightgray-content {
  position: relative;
}
.hero .lightgray-content:before {
  content: '';
  position: absolute;
  width: 3000px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6fafb;
}

.hero .lightgray-content img {
  position: relative;
}

.cards {
  position: relative;
  padding-bottom: 65%;
  width: 100%;
  max-width: 760px;
  margin: auto;
}
.cards img {
  position: absolute;
}
.cards .card1 {
  left: 7%;
  top: 7%;
  width: 37%;
}
.cards .card2 {
  left: 55%;
  top: 21%;
  width: 37%;
}
.cards .card3 {
  left: 30%;
  top: 51%;
  width: 36%;
}

.card-slider {
  margin: 0 0 40px;
}
.card-slider .card {
  padding: 25px 40px;
  background-color: #ffffff;

  border-bottom: 1px solid #aaa;
}

.card-slider .card:last-child {
  border-bottom: none;
}

.card-slider .card .content {
  transition: all 1s ease;
  /*opacity: 0;
	transform: translate3d(0,10px,0);*/
}
.card-slider .active .card .content {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
.card-slider .card .thumb-content {
  width: 100%;
  margin: 0 auto 20px;
}

/* FEATURES SECTION */

.features {
  padding: 0;
  text-align: center;
}
.features > li {
  list-style: none;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.features > li:after {
  content: '';
  position: absolute;
  width: 250px;
  height: 1px;
  background-color: #888;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.features > li:last-child:after {
  display: none;
}
.features > li img {
  width: 120px;
  margin-right: 10px;
}
.features > li p {
  max-width: 160px;
  margin: 0;
}

.features.pink > li:after {
  background-color: #ff3162;
}
.features.blue > li:after {
  background-color: #4ca0de;
}
.features.purple > li:after {
  background-color: #c93979;
}

.card-features {
  padding: 0;
  text-align: center;
  gap: 20px;
}
.card-features > li {
  list-style: none;
  position: relative;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid;
  border-radius: 5px;
}
.card-features > li p {
  max-width: 150px;
  margin: 0;
}

.ventaja {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 10px;
  width: 100%;
}
/*.ventaja:after{
	content: '';
	position: absolute;
	right: 13px;
	top: 10px;
	width: 32px;
	height: 32px;
	background: url(../img/icon-plus.svg) no-repeat center center;
	background-size: 100%;
}*/
.ventaja .icon {
  width: 55px;
  margin: 0 0 20px;
}
.ventaja .icon.icon-renfe {
  width: 80px;
}
.ventaja .icon > * {
  width: 100%;
}
.ventaja p {
  line-height: 1.2;
}
.ventaja .hidden-content {
  display: none;
}

/* faqs */

.custom-faqs {
}

.custom-faqs .panel {
  margin: 0 0 20px;
  position: relative;
  transition: all 0.3s;
  border: 1px solid;
  border-radius: 10px;
}
.custom-faqs .panel.expanded,
.custom-faqs .panel:hover {
  border-color: #7e8c9e;
  background-color: #f9fbff;
}
.custom-faqs .panel:hover a.question .trigger,
.custom-faqs .panel.expanded a.question .trigger {
  border-color: #7e8c9e;
}
.custom-faqs .panel:hover a.question .trigger:before,
.custom-faqs .panel.expanded a.question .trigger:before,
.custom-faqs .panel:hover a.question .trigger:after,
.custom-faqs .panel.expanded a.question .trigger:after {
  background-color: #7e8c9e;
}
.custom-faqs .panel.expanded a {
  text-decoration: underline;
}

.custom-faqs .panel a.question {
  display: flex;
  padding: 20px 90px 20px 20px;
  text-decoration: none;
  font-weight: 600;
}

.custom-faqs .panel a .text {
  position: relative;
  transition: all 0.3s;
  display: block;
  line-height: 1.2;
  font-size: 15px;
}

.custom-faqs .panel a.question .trigger {
  content: '';
  position: absolute;
  right: 20px;
  top: 25px;
  transition: all 0.3s;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 100%;
  border: 1px solid;
  overflow: hidden;
}

.custom-faqs .panel a.question .trigger:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 36px;
  transition: all 0.3s;
  width: 17px;
  height: 1px;
  background: #000000;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.custom-faqs .panel a.question .trigger:after {
  content: '';
  position: absolute;
  left: 20px;
  top: 36px;
  transition: all 0.3s;
  width: 1px;
  height: 17px;
  background: #000000;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.custom-faqs .panel.expanded a.question .trigger:after {
  transform: translate3d(-50%, -350%, 0);
  opacity: 0;
}

.custom-faqs .panel.expanded a.question:after {
  opacity: 0;
}

.custom-faqs .panel .panel-collapse {
  font-size: 14px;
  padding: 20px;
  transition: opacity 0.4s 1s;
  opacity: 0;
  display: none;
}

.custom-faqs .panel.expanded .panel-collapse {
  display: block;
  padding-top: 0;
  opacity: 1;
}

/* OWL CAROUSEL */

.owl-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}

.owl-dots .owl-dot {
  border-radius: 10px;
  width: 46px;
  height: 10px;
  background: #666;

  transition: all 0.3s ease;
  display: inline-block;
  margin: 5px;
  position: relative;
  z-index: 1;
  background-color: #f2f8ff;
}

.owl-dots .owl-dot:hover {
  background: #bcd9ff;
}

.owl-dots .owl-dot.active {
  background: #bcd9ff;
}

.owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  font-size: 0;
  width: 100%;
}

.owl-prev,
.owl-next {
  background-image: url(../img/arrow-right.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  transition: all 0.3s;
}

.owl-prev {
  left: 0%;
  transform: rotate(180deg);
}

.owl-next {
  right: 0%;
}
.owl-nav > *.disabled {
  visibility: hidden;
  opacity: 0;
}

.seguros {
  box-shadow: 0px 0px 20px -2px rgb(76 160 222 / 20%);
  display: block;
  border-radius: 9px;
  overflow: hidden;
}
.seguros .white-content {
}
.seguros .lightgray-content {
  background-color: #f8fbff;
}

.seguros .included-cards {
}
.seguros .included-cards > * {
  width: 32px;
  height: 24px;
  border-radius: 3px;
  margin-right: 10px;
  transition: all 0.3s;
}
/*.seguros .included-cards > *:hover{
transform: scale3d(1.1,1.1,1);
}*/

.more-info {
  padding-right: 40px;
  /* background: url(../img/icon-plus.svg) no-repeat right center; */
  /* background-size: 30px; */
  min-height: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s;
  position: relative;
}
.more-info:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background: url(../img/icon-plus.svg) no-repeat right center;
  background-size: 30px;
  transition: all 0.3s;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s;
}
.more-info:hover {
}
.more-info:hover:before {
  background-color: white;
  transform: rotate(90deg);
}

#hero-slider {
  margin: 30px 0px;
}

#hero-slider .owl-prev {
  display: none;
}
#hero-slider .owl-next {
  right: -10px;
}
#hero-slider .item {
  position: relative;
  padding: 16% 4% 20%;
}

#hero-slider .cd {
  font-size: 12px;
  padding: 10px 5px;
  border: 1px solid;
  border-radius: 6px;
  vertical-align: top;
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: background-color 0.3s, color 0.3s, opacity 1s, transform 1s ease;
  transform: translate3d(0, 10px, 0);
  text-decoration: none;
}
#hero-slider .active .cd {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

#hero-slider .cd svg {
  margin-right: 5px;
}
#hero-slider .cd span {
  display: inline-block;
}
#hero-slider .pt {
  display: flex;
  border: 1px solid;
  padding: 7px 5px;
  align-items: center;
  border-radius: 7px;
  width: 161px;
  justify-content: center;
  transition: all 1.4s ease;
  transition-delay: 0.4s;
  position: absolute;
  left: 28%;
  bottom: 0%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}

#hero-slider .active .pt {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
#hero-slider .pt .number {
  font-size: 30px;
  margin-right: 5px;
}
#hero-slider .pt .text {
  text-align: left;
  font-size: 12px;
  line-height: 1.1;
}
#hero-slider svg * {
  transition: all 0.2s;
}
#hero-slider .pink svg * {
  stroke: #ff3162;
}
#hero-slider .pink .cd:hover {
  background-color: #ff3162;
  color: #ffffff;
}
#hero-slider .pink .cd:hover svg * {
  stroke: #ffffff;
}
#hero-slider .blue svg * {
  stroke: #4ca0de;
}
#hero-slider .blue .cd:hover {
  background-color: #4ca0de;
  color: #ffffff;
}
#hero-slider .blue .cd:hover svg * {
  stroke: #ffffff;
}

#hero-slider .black .cd:hover {
  background-color: #000000;
  color: #ffffff;
}
#hero-slider .black .cd:hover svg * {
  stroke: #ffffff;
}

/* TABLES */

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  font-size: 13px;
}
table td,
table th {
  padding: 6px 8px;
  line-height: 1.2;
}
table th {
  text-align: left;
}
table td {
  text-align: center;
  min-width: 150px;
}

table tr {
  border-left: 1px solid;
  border-right: 1px solid;
}

table tr.no-border {
  border: none;
}
table .card strong {
  margin: 0 0 5px;
}

table tr > *:first-child,
table tr > *:last-child {
  position: relative;
}

table tr.group-start {
  border-left: none;
  border-right: none;
  border-top: none;
}
table tr.group-start > * {
  border-top: 1px solid;
}
table tr.group-start :first-child {
  border-top: none;
  border-left: none;
}
table tr.group-start :last-child {
  border-top: none;
}
table tr.group-start :last-child:before {
  content: '';
  position: absolute;
  right: -0.5px;
  top: 0px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  /* z-index: 1; */
}

table tr.group-end {
  border-left: none;
  border-right: none;
}
table tr.group-end > * {
  border-bottom: 1px solid;
}
table tr.group-end :first-child {
  border-bottom: none;
  border-left: none;
}

table tr.group-end :last-child {
  border-bottom: none;
}
table tr.group-end :last-child:after {
  content: '';
  position: absolute;
  left: -0.5px;
  bottom: -0.5px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border: 1px solid;
  border-radius: 0 0px 10px 10px;
  border-top: none;
}

table tr.no-border > *:first-child {
  border: none !important;
}
table tr.no-border > *:last-child {
  border: none !important;
}

table tr:not(:first-child):not(:last-child) td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.4) !important;
}

table *:not(.button),
table :before,
table :after {
  border-color: rgba(0, 0, 0, 0.4) !important;
}
table .card {
  text-align: center;
  line-height: 1;
  padding: 6px 10px;
  font-size: 11px;
  min-height: 105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 6px;
}
table .card img {
  width: 100%;
}

.table .button {
  font-size: 12px;
  padding: 12px 0px;
}

/* COMPARATIVA */

.comparativa {
  position: relative;
  padding-bottom: 52.57%;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.comparativa .bg {
  opacity: 0;
  position: absolute;
}
.comparativa img:not(.bg) {
  position: absolute;
  top: 15.6%;
  width: 41%;
  height: auto;
  transform: translate3d(0px, 0, 0) rotate(10deg);
  transition: all 1.2s;
}
.comparativa img.mc {
  left: 30.4%;
  /* transition-delay: 0.2s; */
  opacity: 1;
  transform: translate3d(0px, 0, 0) rotate(10deg);
}
.comparativa img.mcd {
  left: 30.4%;
}
.comparativa img.mcv {
  /* transition-delay: .2s; */
  left: 30.4%;
}
.comparativa.visible img {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(9.7deg);
}

.comparativa.visible img.mc {
  left: 7.6%;
}
.comparativa.visible img.mcv {
  left: 30.4%;
  opacity: 1;
}

.comparativa.visible img.mcd {
  left: 52.7%;
  opacity: 1;
}

/* CARD HERO */

.card-hero {
  padding: 30px 0px;
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.card-hero .number {
  opacity: 0;
  transition: all 0.7s ease-out;
  transform: scale3d(0, 0, 0);
  transition-delay: 0.8s;
  margin-top: 10px;
}
.card-hero .number.visible {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* HERO CARDS */

.hero-cards-wrapper {
  position: relative;
  padding: 50px 50px 50px 0px;
  margin: 50px 0px;
}
.hero-cards {
  position: relative;
  padding: 40px 30px;
}
.hero-cards .bg {
  opacity: 0;
}
.hero-cards .hcard {
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  transition: all 1.4s ease;
}

.hero-cards.active1 #hcard1 {
  width: 65%;
  top: 14%;
  z-index: 1;
  cursor: pointer;
}
.hero-cards.active1 #hcard2 {
  width: 32.6%;
  left: 47.2%;
  top: 4.8%;
  opacity: 0.5;
  filter: blur(2px);
}
.hero-cards.active1 #hcard3 {
  width: 45.9%;
  left: 52.1%;
  top: 44%;
  opacity: 0.5;
  filter: blur(2px);
}

.hero-cards.active3 #hcard3 {
  width: 65%;
  top: 14%;
  z-index: 1;
  cursor: pointer;
}
.hero-cards.active3 #hcard1 {
  width: 32.6%;
  left: 47.2%;
  top: 4.8%;
  opacity: 0.5;
  filter: blur(2px);
}
.hero-cards.active3 #hcard2 {
  width: 45.9%;
  left: 52.1%;
  top: 44%;
  opacity: 0.5;
  filter: blur(2px);
}

.hero-cards.active2 #hcard2 {
  width: 65%;
  top: 14%;
  z-index: 1;
  cursor: pointer;
}
.hero-cards.active2 #hcard3 {
  width: 32.6%;
  left: 47.2%;
  top: 4.8%;
  opacity: 0.5;
  filter: blur(2px);
}
.hero-cards.active2 #hcard1 {
  width: 45.9%;
  left: 52.1%;
  top: 44%;
  opacity: 0.5;
  filter: blur(2px);
}

.hero-cards-wrapper .trigger {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  cursor: pointer;
  transition: all 0.4s;
  border-radius: 50%;
  overflow: hidden;
  height: 50px;
  transform-origin: center center;
}
.hero-cards-wrapper .trigger img {
  width: 100%;
  display: block;
}
.hero-cards-wrapper .trigger:hover {
  transform: scale3d(1.2, 1.2, 1) translateY(-50%);
  background-color: #f8fbff;
}
.hero-cards-wrapper .trigger:hover img {
}

.hero-cards .cd {
  font-size: 12px;
  padding: 10px 5px;
  border: 1px solid;
  border-radius: 6px;
  vertical-align: top;
  line-height: 1;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: -50px;
  opacity: 0;
  transition: background-color 0.3s, color 0.3s, opacity 1s, transform 1s ease;
  /*transform: translate3d(0,10px,0);*/
  text-decoration: none;
  visibility: hidden;
}

.hero-cards .cd svg {
  margin-right: 5px;
}
.hero-cards .cd span {
  display: inline-block;
}
.hero-cards .pt {
  display: flex;
  border: 1px solid;
  padding: 9px 5px;
  align-items: center;
  border-radius: 7px;

  justify-content: center;
  transition: all 1.4s ease;
  transition-delay: 0.4s;
  position: absolute;
  left: 13%;
  bottom: -60px;
  opacity: 0;
  /*transform: translate3d(0,10px,0);*/
  min-width: 270px;
}
.hero-cards .pt > *:last-child {
  border-left: 1px solid;
  padding-left: 10px;
  margin-left: 10px;
  min-width: 100px;
}

.hero-cards .pt .number {
  font-size: 30px;
  margin-right: 5px;
}
.hero-cards .pt .text {
  text-align: left;
  font-size: 12px;
  line-height: 1.1;
  display: inline-block;
}
.hero-cards svg * {
  transition: all 0.2s;
}
.hero-cards .pink svg * {
  stroke: #ff3162;
}
.hero-cards .pink .cd:hover {
  background-color: #ff3162;
  color: #ffffff;
}
.hero-cards .pink .cd:hover svg * {
  stroke: #ffffff;
}
.hero-cards .blue svg * {
  stroke: #4ca0de;
}
.hero-cards .blue .cd:hover {
  background-color: #4ca0de;
  color: #ffffff;
}
.hero-cards .blue .cd:hover svg * {
  stroke: #ffffff;
}

.hero-cards .black .cd:hover {
  background-color: #000000;
  color: #ffffff;
}
.hero-cards .black .cd:hover svg * {
  stroke: #ffffff;
}

.hero-cards.active1 #cd1,
.hero-cards.active2 #cd2,
.hero-cards.active3 #cd3 {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  visibility: visible;
}
.hero-cards.active1 #pt1,
.hero-cards.active2 #pt2,
.hero-cards.active3 #pt3 {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

/* BANNER */

.banner {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 30px;
}
.rounded-content {
  border-radius: 10px;
  overflow: hidden;
}
.box-shadow-pink {
  box-shadow: 0px 2px 10px 0px rgb(255 49 98 / 15%);
}
.box-shadow-blue {
  box-shadow: 0px 2px 10px 0px rgb(77 160 222 / 25%);
}
.box-shadow-black {
  box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
}
.box-shadow-purple {
  box-shadow: 0px 2px 10px 0px rgb(255 242 249);
}

.banner .content {
  padding: 30px 20px 20px;
}
.banner .content .h1 {
}
.banner .content .h4 {
  font-size: 15px;
}
.banner .content .h4.black {
  font-size: 11px;
}
.banner .content ul {
}
.banner .content ul li {
}

.card-ft {
  max-width: 350px;
  margin: 0 auto 30px;
}
.card-ft .rounded-content {
  border-radius: 0 0 15px 15px;
  padding: 30px;
  text-align: center;
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}
.card-ft .white-content {
  padding: 30px;
}

.more-link {
  min-height: 40px;
  background: url(../img/icon-plus.svg) no-repeat right center;
  background-size: auto 100%;
  padding: 10px 50px 10px 0px;
  text-decoration: none;
  margin: 20px 0px;
  display: inline-block;
  text-decoration: none !important;
}
.more-link.link-url {
  background-image: url(../img/arrow-right-blue.svg);
}

table.rmc-active tr > *:nth-child(3):not(.trigger),
table.rmc-active tr > *:nth-child(4):not(.trigger) {
  display: none;
}
table.rmcv-active tr > *:nth-child(2):not(.trigger),
table.rmcv-active tr > *:nth-child(4):not(.trigger) {
  display: none;
}
table.rmcd-active tr > *:nth-child(2):not(.trigger),
table.rmcd-active tr > *:nth-child(3):not(.trigger) {
  display: none;
}

.table thead th {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
  padding-top: 80px;
}

table.rmc-active .card#trigger-rmc,
table.rmcv-active .card#trigger-rmcv,
table.rmcd-active .card#trigger-rmcd {
  background-color: #4cb79e;
  color: #fff;
}

/*  RESPONSIVE (768, 992,..) */

@media (min-width: 992px) {
  /* generales */

  body {
    font-size: 16px;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
  }

  h1,
  .h1 {
    font-size: 48px;
    margin: 0 0 20px;
  }
  .h1.large,
  h1.large {
    font-size: 66px;
  }

  h2,
  .h2 {
    font-size: 38px;
    margin: 0 0 30px;
  }

  h3,
  .h3 {
    font-size: 27px;
  }

  h4,
  .h4 {
    font-size: 18px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
  }

  .py-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-content {
    padding-top: 60px;
  }
  .pb-content {
    padding-bottom: 60px;
  }
  .border-lg-left {
    border-left: 1px solid;
  }

  .button,
  a.button {
    padding: 14px 40px;
    font-size: 16px;
  }

  .table thead th {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
    padding-top: 80px;
    display: flex;
    align: center;
  }

  table tr > * {
    display: table-cell !important;
  }

  .table .button {
    font-size: 16px;
    padding: 14px 30px;
  }

  a.large-button,
  a.button-large {
    font-size: 18px;
    padding: 16px 50px;
    min-width: 240px;
  }

  /* HEAD */

  #head {
    padding: 25px 0px;
  }
  #head .logo {
    width: 180px;
    padding-right: 10px;
    position: relative;
  }
  #head .logo:before {
    transform: translate3d(0px, -50%, 0px);
    opacity: 1;
  }
  #head .button {
    min-width: 200px;
    font-size: 14px;
  }

  .hamburger {
    padding: 12px 8px 8px;
    height: 42px;
    margin-left: 10px;
  }
  .hamburger-box {
    width: 32px;
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    background-color: #000000;
    opacity: 1 !important;
    width: 100%;
    height: 2px;
  }

  #main {
    padding-top: 95px;
  }
  body.scrolling:not(.menu-active) #head {
    padding: 10px 0px;
    box-shadow: 0 -4px 10px 0px #ccc;
    background-color: #ffffff;
  }

  #footer {
    padding-bottom: 0px;
    margin-top: 40px;
  }

  #footer .menu {
  }
  #footer .menu > li {
    font-size: 13px;
    margin: 0 14px;
    position: relative;
    width: auto;
  }
  #footer .menu > li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgb(255 255 255 / 0.8);
    top: 50%;
    transform: translate(6px, -50%);
    border-radius: 50%;
    right: -11px;
  }
  #footer .menu > li > a {
  }

  /* HERO */

  .owl-prev,
  .owl-next {
    width: 50px;
    height: 50px;
  }

  .hero {
  }
  .hero .h4 {
    max-width: none;
  }

  #hero-slider {
    margin: 30px 0px 60px;
    min-height: 432px;
  }

  #hero-slider .item {
    position: relative;
    padding: 5% 50px 15% 0%;
  }

  #hero-slider .cd {
    font-size: 12px;
    padding: 10px 5px;
  }
  #hero-slider .pt {
    padding: 7px 5px;
    width: 161px;
    left: 28%;
    bottom: 5%;
  }
  #hero-slider .pt .number {
    font-size: 30px;
    margin-right: 5px;
  }
  #hero-slider .pt .text {
    font-size: 12px;
  }

  .features {
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .features > li {
    padding: 20px 50px;
    margin: 20px 0px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .features > li:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
  }

  .features > li:last-child:after {
    display: none;
  }
  .features > li img {
    width: 120px;
    margin-right: 10px;
  }
  .features > li p {
    max-width: 160px;
    margin: 0;
  }

  .card-features {
    padding: 0;
    text-align: center;
    margin: 0;
  }
  .card-features > li {
    padding: 20px 50px;
    margin: 20px 0px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(33.3333% - 20px);
  }
  .card-features > li p {
    max-width: 160px;
    margin: 0;
  }

  .card-slider .card {
    padding: 30px 70px;
  }
  .card-slider .card .content {
    min-width: 490px;
    padding: 20px 50px 40px;
  }
  .card-slider .card .content p {
    margin: 0 0 30px;
  }
  .card-slider .card .thumb-content {
    width: 400px;
    margin: 0;
  }
  .card-slider .card:nth-child(2) {
  }
  .card-slider .card:nth-child(2) .content {
    border: none;
  }
  .card-slider .card:nth-child(2) .thumb-content {
    order: 1;
  }

  .ventaja {
    padding: 30px;
  }
  .ventaja:after {
    right: 13px;
    top: 10px;
    width: 32px;
    height: 32px;
  }
  .ventaja .icon {
    width: 70px;
    min-height: 70px;
  }
  .ventaja .icon.icon-renfe {
    width: 100px;
  }
  .ventaja p {
  }
  .ventaja .hidden-content {
    display: none;
  }

  .custom-faqs .panel a.question {
    padding: 30px 90px 30px 20px;
  }

  .custom-faqs .panel a .text {
    font-size: 19px;
  }
  #footer .black-content p {
    font-size: 20px;
  }
  #footer .black-content {
    padding: 35px 0px;
  }
  #footer .black-content .phone {
    font-size: 22px;
  }

  #footer .footer-cards {
    padding: 0;
    max-width: 500px;
    margin: -40px auto 25px;
  }
  #footer .footer-cards > li {
  }
  #footer .footer-cards > li a {
  }
  #footer .footer-cards > li a img {
    width: 115px;
    margin: 0 0 10px;
  }
  #footer .footer-cards > li a strong {
    font-size: 12px;
  }

  /* TABLES */

  table {
    font-size: 16px;
  }
  table td,
  table th {
    padding: 10px 20px;
    max-width: 440px;
    line-height: 1.4;
  }

  table .card {
    font-size: 15px;
    background: none !important;
    width: 100%;
    color: #000000 !important;
    cursor: default;
  }
  table .card img {
    width: 200px;
  }

  /* COMPARATIVA */

  .comparativa {
    padding-bottom: 24%;
  }

  .hero-cards-wrapper {
    margin: 0;
  }
  .hero-cards {
  }
  .hero-cards .cd {
    top: -20px;
  }
  .hero-cards .pt {
    bottom: -30px;
  }

  /* BANNER */

  .banner {
    margin: 0 0 10px;
  }

  .banner .content {
    padding: 30px 30px 30px 40px;
  }
  .banner .content .h1 {
  }
  .banner .content .h4 {
    font-size: 19px;
  }
  .banner .content .h4.black {
    font-size: 17px;
  }
  .banner .content ul {
  }
  .banner .content ul li {
  }

  .bg-banner .thumb-container {
    background-position: right center;
    opacity: 1;
  }

  .card-hero {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
}
