/* GENERAL */
body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
p,
a,
ul {
  margin: 0 !important;
  margin-bottom: 0;
}

.owl-carousel .item {
  width: 150px;
  height: 150px;
}

.owl-carousel .item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* mantiene proporción sin deformar */
}
iframe.google-map {
  filter: grayscale(100%);
}

/* NAVBAR */
.navbar {
  background-color: white;
  box-shadow: 0 6px 14px #0000001a;
}
.logo-nav:hover {
  background: none !important;
}
.logo {
  width: 180px;
  height: auto;
  padding: 5px 0;
  -ms-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out
}
.nav-link{
  color: black;
  border-bottom: 2px solid transparent;
} 
.nav-link:hover, .nav-active-item { 
  color: black;
  border-bottom: 2px solid black;
}
.nav-item-icon-link{
  color: black;
}
.hero-title{
  font-size: 48px;
  line-height: 1;
}
.hero-subtitle {
  font-size: 18px;
  line-height: 1;
}
.btn-finpay-hero{
  border-radius: 30px;
  padding: 12px 24px;
  border: 1px solid white;
  color: white;
  font-weight: bold;
}
.btn-finpay-hero:hover {
  background: white;
  color: black;
}

.btn-finpay-body{
  border-radius: 30px;
  padding: 12px 24px;
  border: 1px solid black;
  color: black;
}
.btn-finpay-body:hover {
  background: black;
  color: white;
  font-weight: bold;
}

.btn-finpay-dark{
  border-radius: 30px;
  padding: 12px 24px;
  color: white;
  font-weight: bold;
  border: 1px solid black;
  background: black;
}
.btn-finpay-dark:hover {
  border: 1px solid black;
  background: white;
  color: black;
}

/* FOOTER ICONS */
.footer-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: black;
}

/* FOOTER */
.footer {
  width: 100%;
  background: #11D9C1;
  padding: 60px 0 40px;
}
.footer h4 {
  color: black;
}

.footer h3 {
  color: black !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-bottom: 18px !important;
  letter-spacing: 0.3px;
}
.footer p {
  color: black !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.footer-link, .social-icon-footer-link {
  color: black !important;
}
.footer-link:hover {
  color: black;
  text-decoration: none;
  font-weight: normal;
}

/* Sub Footer */
.sub-footer {
  background: #1C92E2;
  display: block;
}
.sub-footer .row {
  align-items: center;
  padding: 16px 0;
}
.sub-footer p,
.sub-footer a {
  font-size: 12px !important;
  color: black !important;
}
.sub-footer a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  text-decoration: none;
}
.sub-footer-links {
  float: right;
  list-style: none !important;
  padding-left: 0;
}
.sub-footer-links li {
  display: inline;
  padding: 0 8px;
  font-family: "Montserrat", sans-serif !important;
}


/* HOME */
.hero {
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.home .bg-video {
  position: absolute;
  top: -10%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.hero .hero-content {
  color:white;
  position: relative;
  z-index: 2;
  min-height: 350px;
}

.home.hero .hero-content {
  color:white;
  position: relative;
  z-index: 2;
  min-height: 400px;
}

.service-card {
  height: 250px;
  width: 100%;
  text-align: center;
background: #16E3B0;
background: linear-gradient(90deg, rgba(22, 227, 176, 0.23) 0%, rgba(13, 149, 247, 0.25) 100%);
  border-radius: 28px;
  margin-bottom: 36px;
  color: black;
}
@media (max-width: 768px) {
  .service-card {
    height: 200px;
  }
}
.service-card h3, .service-card i {
  font-size: 20px;
  font-weight: bold!important;
}
.finpay-service-card .card-image {
  border-radius: 24px;
  position: relative;
  z-index: 1;
  height: 270px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .finpay-service-card .card-image {
    height: 200px;
  }
}
.finpay-service-card .card-info {
  background-color: white;
  color: black;
  width: 90%;
  margin: 0 auto;
  border-radius: 24px;
  margin-top: -40px;
  display: block;
  height: auto;
  padding: 28px;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: 0px 6px 11px -10px #0006;
}
.section-tickzar-pay {
  background: linear-gradient(90deg, rgba(22, 227, 176, 0.23) 0%, rgba(13, 149, 247, 0.25) 100%);
  background-image: url('../img/tickzar-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}
.home-contacto-img {
  border-radius: 24px;
}
.finpay-home-contact-form-placeholder {
  max-height: 280px;
}
.finpay-home-contact-form {
  position: relative;
  background: white;
  border-bottom-left-radius: 24px;
}

/* Service page */
.service-list-item {
  background: #9BD6EE;
  color: black;
  font-weight: 500;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  max-height: 48px;
  display: flex;
  align-items: center;
}
.service-list-item-icon {
  border: 2px solid #9BD6EE;
  background: white;
  height: 54px;
  width: 54px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: black;
  font-size: 20px;
  margin-left: -30px;
  margin-right: 18px;
}
.card-image-placeholder{
  height: 150px;
  width: 100%;
  background: #D9D9D9;
  position: relative;
  z-index: 1;
  overflow: hidden;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;;
}

.green{
  color: #16E3B0;
}
@media (max-width: 768px) {
  .service-list-item-icon {
    margin: 0;
  }
  .section-service h3 {
    text-align: center;
  }
}