/* Base */
html {
  overflow-x: hidden;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

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

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

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

.font-size-16 {
  font-size: 16px;
}

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

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

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

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

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

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

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

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-gray-1 {
  color: #f7f7f7;
}

.font-gray-2 {
  color: #e9e9e9;
}

.font-gray-3 {
  color: #d9d9d9;
}

.font-gray-4 {
  color: #c9c9c9;
}

.font-gray-5,
.block-heading-1 span {
  color: #b8b8b8;
}

.font-gray-6 {
  color: #a8a8a8;
}

.font-gray-7 {
  color: #939393;
}

.font-gray-8 {
  color: #7b7b7b;
}

.font-gray-9 {
  color: #636363 #4d4d4d;
}

.font-gray-10 {
  color: #353535;
}

.border-gray-1 {
  border-color: #f7f7f7;
}

.border-gray-2 {
  border-color: #e9e9e9;
}

.border-gray-3 {
  border-color: #d9d9d9;
}

.border-gray-4 {
  border-color: #c9c9c9;
}

.border-gray-5 {
  border-color: #b8b8b8;
}

.border-gray-6 {
  border-color: #a8a8a8;
}

.border-gray-7 {
  border-color: #939393;
}

.border-gray-8 {
  border-color: #7b7b7b;
}

.border-gray-9 {
  border-color: #636363 #4d4d4d;
}

.border-gray-10 {
  border-color: #353535;
}

.bg-gray-1 {
  border-color: #f7f7f7;
}

.bg-gray-2 {
  border-color: #e9e9e9;
}

.bg-gray-3 {
  border-color: #d9d9d9;
}

.bg-gray-4 {
  border-color: #c9c9c9;
}

.bg-gray-5 {
  border-color: #b8b8b8;
}

.bg-gray-6 {
  border-color: #a8a8a8;
}

.bg-gray-7 {
  border-color: #939393;
}

.bg-gray-8 {
  border-color: #7b7b7b;
}

.bg-gray-9 {
  border-color: #636363 #4d4d4d;
}

.bg-gray-10 {
  border-color: #353535;
}

.letter-spacing-1 {
  letter-spacing: 0.1em;
}

.letter-spacing-2 {
  letter-spacing: 0.2em;
}

.border-w-1 {
  border-width: 1px;
}

.border-w-2 {
  border-width: 2px;
}

.border-w-3 {
  border-width: 3px;
}

.border-w-4 {
  border-width: 4px;
}

.border-w-5 {
  border-width: 5px;
}

.primary-black--hover {
  background: #0779e4;
  color: #fff;
}

.primary-black--hover:hover {
  background: #000;
  color: #fff;
}

.primary-dark--hover {
  background: #0779e4;
  color: #fff;
}

.primary-dark--hover:hover {
  background: gray;
  color: #fff;
}

.primary-primary-outline--hover {
  background: #0779e4;
  color: #fff;
}

.primary-primary-outline--hover:hover {
  border-color: #0779e4;
  background: transparent;
}

.primary-outline-primary--hover {
  background: transparent;
  border-color: #0779e4;
}

.primary-outline-primary--hover:hover {
  color: #fff;
  background: #0779e4;
}

body {
  line-height: 1.7;
  color: #364d59 !important;
  font-weight: 300;
  font-size: 1rem;
  background: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 300;
  color: #364d59;
}

.border-2 {
  border-width: 2px;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background: #000 !important;
}

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-white {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.line-height-1 {
  line-height: 1 !important;
}

.bg-black {
  background: #000;
}

.form-control {
  height: 55px;
  background-color: #fff !important;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control:active,
.form-control:focus {
  border-color: #0779e4;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  background: #ffffff;
  padding: 2.5em 0;
}

@media (min-width: 768px) {
  .site-section {
    padding: 5em 0;
  }
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-footer {
  padding: 4em 0;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
    background-color: #ffffff;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer a {
  color: rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------------------------
# Sección para colores de los textos con SPAN  |  Desing by Gianni */
.resaltar {
  color: #0779e4;           /* Color principal (cámbialo) */
  font-weight: bold;        /* Negrita */
  text-shadow: 1px 1px 3px rgba(0,0,0,0.2); /* Sombra opcional */
  /* Otros efectos: */
  font-size: 1.0em;         /* Tamaño de fuente */
  letter-spacing: 0.5px;      /* Espaciado entre letras */
}
/* ----------------------------------------------------------------- */

.site-footer a:hover {
  color: black;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #000;
}

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5);
}

.hover-bg-enlarge {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge {
    height: auto !important;
  }
}

.hover-bg-enlarge>div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .8s all ease-in-out;
  -o-transition: .8s all ease-in-out;
  transition: .8s all ease-in-out;
}

.hover-bg-enlarge:hover>div,
.hover-bg-enlarge:focus>div,
.hover-bg-enlarge:active>div {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .hover-bg-enlarge .bg-image-md-height {
    height: 300px !important;
  }
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.bg-image>.container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {

  .display-1,
  .display-3 {
    font-size: 3rem;
  }
}

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.play-single-big>span {
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  -ms-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
}

.play-single-big:hover {
  width: 120px;
  height: 120px;
}

.overlap-to-top {
  margin-top: -150px;
}

.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: #71bc42;
}

.ul-check.primary li:before {
  color: #0779e4;
}

.select-wrap,
.wrap-icon {
  position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.top-bar {
  border-bottom: 1px solid #e9ecef !important;
}

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
  z-index: 9;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  margin: 0;
  padding: 0;
  font-size: 1.7rem;
}

.site-navbar .site-logo strong {
  font-weight: 900;
}

.site-navbar .site-logo a {
  color: #000;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #0779e4 !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #000;
}

.site-navbar .site-navigation .site-menu>li.active>a {
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #0779e4;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #0779e4 !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #0779e4;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #0779e4;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #0779e4;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #0779e4;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: 0;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #0779e4;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #0779e4 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

/* Blocks */
.site-section-cover {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.site-section-cover,
.site-section-cover .container {
  position: relative;
  z-index: 2;
}

.site-section-cover,
.site-section-cover .container>.row {
  height: calc(100vh - 196px);
  min-height: 577px;
}

@media (max-width: 991.98px) {

  .site-section-cover,
  .site-section-cover .container>.row {
    height: calc(70vh - 196px);
    min-height: 400px;
  }
}

.site-section-cover.overlay {
  position: relative;
}

.site-section-cover.overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.site-section-cover.inner-page,
.site-section-cover.inner-page .container>.row {
  height: auto;
  min-height: auto;
  padding: 2em 0;
}

.site-section-cover.img-bg-section {
  background-size: cover;
  background-repeat: no-repeat;
}

.site-section-cover h1 {
  font-size: 3rem;
  color: #fff;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .site-section-cover h1 {
    font-size: 2rem;
  }
}

.site-section-cover p {
  font-size: 18px;
  color: #fff;
}

.site-section {
  padding: 70px 0;
}

@media (max-width: 991.98px) {
  .site-section {
    padding: 30px 0;
  }
}

.block-heading-1 span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: bold;
}

.block-heading-1 h2 {
  font-size: 3rem;
  color: #0779e4;
}

@media (max-width: 991.98px) {
  .block-heading-1 h2 {
    font-size: 2rem;
  }
}

.block-feature-1-wrap {
  margin-bottom: 7rem;
}

.block-feature-1-wrap>.container>.row {
  margin-left: -18px;
  margin-right: -18px;
}

.block-feature-1-wrap>.container>.row>.col,
.block-feature-1-wrap>.container>.row>[class*="col-"] {
  padding-right: 36px;
  padding-left: 36px;
}

.block-feature-1 {
  background: #f2f2f2;
  padding: 30px 30px 30px 50px;
  position: relative;
}

.block-feature-1 h2 {
  font-size: 18px;
}

.block-feature-1 .icon {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: 50%;
  border: 4px solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.block-feature-1 .icon>span {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-img-video-1-wrap .block-img-video-1 {
  position: relative;
  margin-top: -10rem;
}

@media (max-width: 991.98px) {
  .block-img-video-1-wrap .block-img-video-1 {
    margin-top: -6rem;
  }
}

.block-img-video-1>a {
  display: block;
  position: relative;
  cursor: pointer;
}

.block-img-video-1>a .icon {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.block-img-video-1>a .icon>span {
  position: absolute;
  top: 50%;
  font-size: .8rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
}

.block-img-video-1>a:hover .icon {
  background: #fff;
  width: 90px;
  height: 90px;
}

.block-counter-1 {
  text-align: center;
}

.block-counter-1 .number,
.block-counter-1 .caption {
  display: block;
  line-height: 1;
}

.block-counter-1 .number {
  color: #0779e4;
  font-size: 4rem;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .block-counter-1 .number {
    font-size: 2rem;
  }
}

.block-counter-1 .number:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(52, 58, 64, 0.3);
}

.block-counter-1 .caption {
  font-size: 14px;
  letter-spacing: .05em;
}

.block-team-member-1 {
  padding: 30px;
  border: 1px solid #e9ecef;
  background: #fff;
  position: relative;
  top: 0;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
}

.block-team-member-1 figure img {
  max-width: 130px !important;
  margin-left: auto;
  margin-right: auto;
}

.block-social-1>a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

.block-social-1>a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block-testimony-1 {
  padding: 20px;
  position: relative;
}

.block-testimony-1 blockquote {
  background: #fff;
  padding: 30px;
  font-style: italic;
  font-size: 18px;
  color: #000;
  font-family: 'Georgia', Times, serif;
  position: relative;
}

.block-testimony-1 figure {
  position: relative;
  padding-top: 20px;
}

.block-testimony-1 figure:before {
  position: absolute;
  content: "";
  width: 50px;
  left: 50%;
  display: none;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0779e4;
  height: 2px;
}

.block-testimony-1 figure img {
  max-width: 60px;
}

.block-testimony-1 h3 {
  font-size: 18px;
}

.block-13 .owl-nav {
  display: none;
}

.block-13 .owl-dots {
  text-align: center;
  position: relative;
  bottom: -30px;
}

.block-13 .owl-dots .owl-dot {
  display: inline-block;
}

.block-13 .owl-dots .owl-dot span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: #cccccc;
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  margin: 3px;
}

.block-13 .owl-dots .owl-dot.active span {
  background: #0779e4;
}

.post-entry {
  background: #fff;
  padding: 30px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.post-entry:hover {
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
}

.post-entry h2 {
  font-size: 20px;
}

.post-entry *:last-child {
  margin-bottom: 0;
}

.by {
  color: #000;
  border-bottom: 1px dotted #ccc;
}

.by:hover {
  border-bottom: 1px dotted #0779e4;
}

.form-control {
  border: none;
  border: 1px solid #e6e6e6;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  border: 1px solid #666666;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

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

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
  color: #000;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.post-meta a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* ------------------------------------------------------------- */
/* ESTILOS PARA EL CARRUSEL AL FINAL DE DETALLES DE VEHICULOS */
.slide {
  height: 400px;
  min-height: 400px;
  background-size: cover;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 425px;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.carousel-control-nextr {
  position: absolute;
  top: 500px;
  bottom: 0;
  /* left: 0; */
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.carousel-control-prevr {
  position: absolute;
  top: 500px;
  bottom: 0;
  /* left: 0; */
  right: 630px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

/* ------------------------------------------------------------- */

.btn-md {
  padding: 8px 20px;
}

.border-w-2 {
  border-width: 2px !important;
}

.block__73694 .block__73422 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .block__73694 .block__73422 {
    height: 400px;
  }
}

@media (max-width: 991.98px) {
  .slide-one-item .owl-nav {
    display: none;
  }
}

.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}

.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
  color: #fff;
}

.slide-one-item .owl-nav .owl-prev {
  left: 20px;
}

.slide-one-item .owl-nav .owl-next {
  right: 20px;
}

.slide-one-item .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
}

.slide-one-item .owl-dots .owl-dot>span {
  -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  margin: 3px;
}

.slide-one-item .owl-dots .owl-dot.active>span {
  width: 20px;
  background: #fff;
}

.footer-suscribe-form .form-control {
  color: #000;
}

.footer-suscribe-form .form-control:hover,
.footer-suscribe-form .form-control:active,
.footer-suscribe-form .form-control:focus {
  color: #000 !important;
}

.footer-suscribe-form .btn {
  color: #fff;
}

.ftco-blocks-cover-1 .ftco-service-image-1 {
  margin-top: -70px;
  position: static;
}

.ftco-cover-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ftco-cover-1,
.ftco-cover-1 .container>.row {
  height: 100vh;
  min-height: 900px;
}

.ftco-cover-1.innerpage,
.ftco-cover-1.innerpage .container>.row {
  height: 90vh;
  min-height: 700px;
}

.ftco-cover-1>.container {
  position: relative;
}

.ftco-cover-1.overlay {
  position: relative;
}

.ftco-cover-1.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .5;
  background: #000;
}

.ftco-cover-1.overlay h1 {
  color: #fff;
  font-size: 3rem;
}

.ftco-cover-1.overlay p {
  color: #fff;
}

.ftco-cover-1.overlay p a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.ftco-cover-1.overlay p a:hover {
  text-decoration: none;
}

.ftco-cover-1.overlay form .form-control,
.ftco-cover-1.overlay form .btn {
  height: 55px;
  border-radius: 4px;
}

.ftco-cover-1.overlay form .form-control {
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent;
  margin-right: 10px;
}

.ftco-cover-1.overlay form .btn {
  border-color: transparent;
}

.owl-all .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-all .owl-dots .owl-dot {
  display: inline-block;
}

.owl-all .owl-dots .owl-dot>span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ccc;
  margin: 5px;
  border-radius: 50%;
}

.owl-all .owl-dots .owl-dot.active>span {
  background: #0779e4;
}

@media (min-width: 992px) {

  .owl-all .owl-nav,
  .owl-all .owl-dots {
    display: none;
  }

  .owl-all .owl-stage {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    width: 120% !important;
    padding-top: 10px;
  }

  .owl-all .owl-carousel .owl-stage-outer {
    width: 100%;
    overflow: visible;
  }

  .owl-all .owl-stage-outer>.owl-stage>.owl-item {
    display: -ms-inline-grid;
    display: inline-grid;
    float: none;
    margin-bottom: 30px;
  }
}

.blog-entry .blog-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 20px;
}

.blog-entry .blog-thumbnail img {
  border-radius: 4px;
}

.blog-entry .blog-excerpt a {
  color: #000;
}

.blog-entry .blog-excerpt a:hover {
  color: #0779e4;
}

.bg-light {
  background-color: #f6f5f5 !important;
}

/* cruise */
.feature-1 {
  background: #ccc;
  position: relative;
  display: block;
  z-index: 1;
  margin-bottom: 30px;
}

.feature-1 .feature-1-contents {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.feature-1 .feature-1-contents h2 {
  font-size: 1.2rem;
}

.feature-1:hover .feature-1-contents,
.feature-1:focus .feature-1-contents {
  visibility: visible;
  opacity: .95;
}

.more {
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: .1rem;
  border-bottom: 2px solid #0779e4;
}

.section-2 {
  background: #1c2d37;
}

.section-2 .section-2-title {
  color: #fff;
}

.section-2 .section-2-title h2 {
  color: #fff;
}

.feature-2 {
  color: #fff;
}

.feature-2 h3 {
  color: #fff;
}

.feature-2 .caption {
  font-weight: bold;
  color: #0779e4;
  display: block;
  margin-bottom: 10px;
}

.fixed-content {
  position: -webkit-sticky;
  position: sticky;
  top: .2rem;
}

.feature-3 {
  position: relative;
  margin-bottom: 40px;
}

.feature-3:before {
  position: absolute;
  left: -3rem;
  line-height: 0;
  top: 1rem;
  font-size: 2rem;
  color: #71bc42;
  font-family: "icomoon";
  content: "\e86c";
}

.feature-3 h3 {
  font-size: 1.3rem;
}

.testimonial-1 .quote-icon-wrap {
  font-size: 2rem;
  color: #0779e4;
}

.testimonial-1 p {
  font-size: 1.5rem;
}

.section-4 {
  border-top: 1px solid #efefef;
}

.post-entry-1 .meta {
  color: #ccc;
}

.post-entry-1 .post-entry-1-contents {
  background: #fff;
  padding: 20px;
}

.post-entry-1 .post-entry-1-contents h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.post-entry-1 .post-entry-1-contents h2 a {
  color: #000;
}

.post-entry-1 .post-entry-1-contents h2 a:hover {
  color: #0779e4;
}

.post-entry-1.person-1 {
  text-align: center;
}

.post-entry-1.person-1 img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto -45px auto;
}

.post-entry-1.person-1 .post-entry-1-contents {
  padding-top: 4rem;
}

.careers-1 {
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
}

/* carrent */
.feature-car-rent-box-1 {
  position: relative;
  padding: 30px;
  background: #fff;
}

.feature-car-rent-box-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  background: #0779e4;
}

.feature-car-rent-box-1 ul {
  padding: 0;
  margin: 0;
}

.feature-car-rent-box-1 ul li {
  display: block;
  padding: 20px 0;
  list-style: none;
  border-bottom: 1px solid #efefef;
  margin: 0;
  position: relative;
}

.feature-car-rent-box-1 ul li .spec {
  position: absolute;
  right: 0;
}

.feature-car-rent-box-1 ul li:last-child {
  border-bottom: none;
}

.item-1 .item-1-contents {
  padding: 20px;
  background: #fff;
}

.item-1 .item-1-contents h3 {
  font-size: 18px;
}

.item-1 .item-1-contents .rent-price>span {
  font-size: 1.7rem;
}

.item-1 .item-1-contents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-1 .item-1-contents ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
  display: block;
  position: relative;
}

.item-1 .item-1-contents ul li .spec {
  position: absolute;
  right: 0;
}

.item-1 .item-1-contents ul li:last-child {
  border-bottom: none;
}

.item-1 .item-1-contents .action {
  margin-top: 20px;
}

.how-it-works .step {
  width: 20%;
  display: inline-block;
  text-align: center;
  position: relative;
}

.how-it-works .step:after {
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 25px;
  background: #0779e4;
}

.how-it-works .step:last-child:after {
  display: none;
}

.how-it-works .step .number {
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 4px solid #0779e4;
  background: #fff;
  border-radius: 50%;
  color: #0779e4;
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
}

.how-it-works .step .number>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  color: #0779e4;
}

.how-it-works .step .caption {
  display: block;
}

.service-1 {
  text-align: left;
  padding: 30px;
  -webkit-transition: .3s box-shadow ease;
  -o-transition: .3s box-shadow ease;
  transition: .3s box-shadow ease;
}

.service-1 .service-1-icon {
  background: #fff;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  border: 1px solid #e9ecef;
  border-radius: 50%;
}

.service-1 .service-1-icon>span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2rem;
}

.service-1 .service-1-contents h3,
.service-1 .service-1-contents p {
  color: #fff;
}

.service-1 .service-1-contents h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.service-1.dark .service-1-contents h3 {
  color: #000;
}

.service-1.dark .service-1-contents p {
  color: #888;
}

.service-1.dark .service-1-contents h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.service-1:hover,
.service-1:focus {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}

.section-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.section-3>.container {
  z-index: 2;
}

.section-3:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.testimonial-2 {
  border-radius: 7px;
  background: #fff;
  padding: 30px;
  border-bottom: 4px solid #0779e4;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-2 blockquote {
  font-size: 18 px;
}

.testimonial-2 .v-card img {
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  border-radius: 50%;
}

.testimonial-2 .author-name {
  line-height: 1.3;
}

.testimonial-2 .author-name>span:nth-of-type(2) {
  color: #ccc;
}

.hero {
  position: relative;
  background-size: cover;
}

.hero,
.hero>.container>.row {
  height: 100vh;
  min-height: 570px;
}

.hero .intro {
  position: relative;
  z-index: 4;
}

.hero .intro h1 {
  color: #000;
  font-size: 50px;
}

.hero .intro strong {
  font-weight: 900;
}

.hero.inner-page,
.hero.inner-page>.container>.row {
  height: 420px !important;
  min-height: 200px;
}

.custom-breadcrumbs {
  padding-bottom: 40px;
}

.custom-breadcrumbs a {
  color: #000;
}

.custom-breadcrumbs strong {
  font-weight: 700;
}

.custom-pagination a,
.custom-pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.custom-pagination span {
  background: #efefef;
}

.custom-pagination a {
  background: #0779e4;
  color: #fff;
}

.trip-form {
  border-radius: 7px;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.1);
}

.trip-form .form-control {
  border-color: rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 20px;
}

.trip-form .form-control:active,
.trip-form .form-control:focus {
  border-color: #000;
}

.trip-form .form-control-wrap {
  position: relative;
}

.trip-form .icon {
  position: absolute;
  right: 10px;
  color: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}

.step {
  position: relative;
}

.step .number {
  font-weight: 900;
}

.step>span {
  font-size: 100px;
  color: #0779e4;
  font-weight: 900;
  top: 0;
  left: -30px;
  position: absolute;
}

.step .step-inner {
  position: relative;
  padding: 40px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  font-size: 14px;
}

.step .step-inner h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.step .step-inner *:last-child {
  margin-bottom: 0;
}

.step .step-inner p {
  color: #999;
}

.play-now .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0779e4;
  position: relative;
  margin-right: 10px;
}

.play-now .icon>span {
  position: absolute;
  top: 50%;
  left: 55%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-now .caption {
  font-size: 18px;
}

.btn.btn-primary {
  padding: 12px 25px;
}

.btn.btn-white {
  background: #f6f5f5;
  color: #1a497b;
}

.opa-7 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.section-heading strong {
  font-weight: 700;
}

.img-wrap-1 img {
  max-width: 400px;
}

.social li {
  display: inline-block;
}

.social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: #0779e4; */
  color: #fff;
  position: relative;
}

.social li a>span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social li a:hover {
  color: #fff;
}

.listing {
  padding: 20px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 7px;
}

.listing .listing-img {
  width: 100%;
  margin-left: 0px;
  margin-top: -40px;
  margin-bottom: 30px;
}

.listing .listing-img img {
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
}

.listing .listing-contents h3 {
  font-size: 18px;
  font-weight: 900;
}

.listing .listing-contents .rent-price strong {
  color: #0779e4;
  font-size: 18px;
}

.listing .listing-contents .listing-feature .number {
  color: #888;
}

.listing .listing-contents .caption {
  color: #000;
  margin-right: 10px;
}

.listing p {
  color: #888;
  font-size: 14px;
}

/* ----------------------------
   Control tamaño del logo (header)
   Añadir al final de css/style.css
   ---------------------------- */
.site-navbar .site-logo img {
  max-height: 165px;
  /* <-- ajusta este valor (px) hasta que te guste */
  width: auto;
  display: block;
}

/* Ajustes responsivos: tablet / móvil */
@media (max-width: 991.98px) {
  .site-navbar .site-logo img {
    max-height: 120px;
  }
}

@media (max-width: 576px) {
  .site-navbar .site-logo img {
    max-height: 120px;
  }
}

/* Ajuste para imagenes de Hero en el inicio */
/* HERO slider personalizado */
.hero-slider {
  position: relative;
}

.hero-slide {
  position: relative;
  min-height: 70vh;
  height: calc(100vh - 80px);
  overflow: hidden;
}

/* imagen de fondo: cover y centro */
.hero-slide .hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
  filter: contrast(1) saturate(1);
}

/* capa de contenido (texto) */
.hero-slide .hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 0;
  display: flex;
  align-items: center;
  height: 100%;
}

/* overlay suave para asegurar legibilidad del texto */
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.45) 100%);
  z-index: 1;
  pointer-events: none;
}

/* Texto */
.hero-slide .intro h1 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.05;
  margin-bottom: .5rem;
  font-weight: 900;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.45);
}

.hero-slide .intro .lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

/* Botón grande */
.hero-slide .btn-lg {
  padding: 12px 28px;
  font-size: 1.05rem;
}

/* Owl nav styling (flechas y dots) */
.hero-slider .owl-nav button.owl-prev,
.hero-slider .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider .owl-nav button.owl-prev {
  left: 18px;
}

.hero-slider .owl-nav button.owl-next {
  right: 18px;
}

.hero-slider .owl-dots {
  position: absolute;
  bottom: 28px;
  width: 100%;
  text-align: center;
  z-index: 3;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero-slide .intro h1 {
    font-size: 2.2rem;
  }

  .hero-slide {
    height: calc(60vh);
  }
}

@media (max-width: 576px) {
  .hero-slide .intro h1 {
    font-size: 1.6rem;
  }

  .hero-slide .hero-content {
    padding: 40px 0;
  }
}

/* ------------------------------------------------------------ */

/* Ajuste para el botón Servicio, para dropdown */
/* Dropdown custom pequeño ajuste */
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  min-width: 280px;
  /* ancho mínimo del dropdown */
  border-radius: 4px;
  padding: 6px 0;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  padding: 8px 18px;
  display: block;
  color: #212529 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a:hover {
  background: #f8f9fa;
  color: #000 !important;
}

/* Si quieres que el caret tenga algo de espacio */
.site-navbar .site-navigation .site-menu>li.has-children>a .caret {
  margin-left: 6px;
  font-size: 0.8rem;
}

/* ------------------------------------------------------------ */

/* ---------- Sección pasos para comprar: versión clara ---------- */
#how-it-works .steps-row {
  margin-top: 1.5rem;
}

.step-card {
  background: #fff;
  border-radius: 10px;
  padding: 26px;
  -webkit-box-shadow: 0 10px 30px rgba(18, 38, 52, 0.06);
  box-shadow: 0 10px 30px rgba(18, 38, 52, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.step-number-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.big-number {
  font-weight: 900;
  font-size: 48px;
  color: rgba(7, 121, 228, 0.12);
  /* big faint number behind */
  -webkit-user-select: none;
  user-select: none;
  margin-right: 12px;
}

.icon-wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-icon {
  display: block;
  width: 64px;
  height: 64px;
}

.svg-path {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
  animation: draw 1.6s ease forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* Step body */
.step-body h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.05rem;
  font-weight: 800;
}

.step-body p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
}

/* Make big numbers more visible for steps 4-6: override with higher opacity */
#how-it-works .col-lg-4:nth-child(4) .big-number,
#how-it-works .col-lg-4:nth-child(5) .big-number,
#how-it-works .col-lg-4:nth-child(6) .big-number {
  color: rgba(7, 121, 228, 0.18);
  font-size: 56px;
}

/* Play / video button tweaks */
.video-btn {
  margin-top: 1.5rem;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 30px;
  background: transparent;
  border: 2px solid rgba(7, 121, 228, 0.12);
  color: #0779e4;
  font-weight: 700;
}

.video-btn .icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-btn:hover {
  background: rgba(7, 121, 228, 0.04);
  transform: translateY(-3px);
  transition: .18s;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .big-number {
    font-size: 42px;
  }

  #how-it-works .col-sm-6 {
    min-height: auto;
  }
}

/* -------------------------------------------------------------------- */

/* color de las variables para inventario/listado */
:root {
  --brand-navy: #0f2740;
  /* fondo oscuro */
  --brand-blue: #0779e4;
  /* acento */
  --card-bg: #ffffff;
  /* fondo de las tarjetas */
  --muted: #6c757d;
  /* texto secundario */
  --accent-green: #1fb6ff;
  /* acento secundario si quieres */
}

/* --------------------------------------------------------------------- */

/* ===== Listado: estilo tipo "ficha" con fondo navy ===== */
.section-listings {
  background: #0a192f;
  padding: 60px 0;
  color: #fff;
}

.section-listings .container {
  max-width: 1140px;
}

/* títulos en la sección */
.section-listings .section-heading {
  color: #fff;
}

.section-listings p {
  color: rgba(255, 255, 255, 0.8);
}

/* grid spacing */
/* .section-listings .row { gap: 28px; } */

/* tarjeta */
.listing-card {
  background: var(--card-bg);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.55);
  transition: transform .18s ease, box-shadow .18s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* hover sutil */
.listing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(2, 6, 23, 0.65);
}

/* imagen (carrusel) */
.listing-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.listing-carousel .item img {
  width: 100%;
  display: block;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: inset 0 -40px 60px rgba(0, 0, 0, 0.15);
}

/* contenido */
.listing-contents {
  padding: 18px 20px 24px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.listing-contents h3 {
  margin: 0 0 8px;
  color: #0d2433;
  /* puedes cambiar a cualquier color */
  font-weight: 700;
  font-size: 1.05rem;
}

.rent-price {
  margin-bottom: 10px;
  color: var(--brand-blue);
  font-weight: 700;
}

/* features row */
.listing-features {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 12px;
}

.listing-features .feature {
  display: flex;
  flex-direction: column;
}

/* descripción */
.listing-contents p {
  color: #7a858f;
  margin-bottom: 14px;
  flex: 1 1 auto;
}

/* CTA */
.listing-cta {
  margin-top: 8px;
}

.btn-listing {
  background: var(--brand-navy);
  color: #fff;
  border-radius: 6px;
  padding: 8px 14px;
  font-weight: 700;
  border: none;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.12);
}

.btn-listing:hover {
  background: #092033;
  transform: translateY(-2px);
}

/* Owl dots small inside image area (optional) */
.listing-carousel .owl-dots {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  gap: 6px;
  z-index: 5;
}

.listing-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.45);
  display: block;
}

.listing-carousel .owl-dot.active span {
  width: 22px;
  background: var(--brand-blue);
  border-radius: 20px;
}

/* responsive tweaks */
@media (max-width: 991.98px) {
  .listing-carousel .item img {
    height: 200px;
  }
}

@media (max-width: 576px) {
  .listing-carousel .item img {
    height: 160px;
  }
}

/* ===== Fix: asegurar 3 columnas en .section-listings ===== */
.section-listings .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  /* compensar padding de columnas */
  margin-right: -14px;
  /* gap: 28px;            espacio entre tarjetas */
  box-sizing: border-box;
}

/* Forzar paddings en columnas solo dentro de esta sección */
.section-listings .col-md-6,
.section-listings .col-lg-4 {
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
}

/* Desktop: 3 columnas */
@media (min-width: 992px) {
  .section-listings .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  /* asegurar que columns con col-md-6 no sobrescriban en desktop */
  .section-listings .col-md-6 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* Tablet: 2 columnas */
@media (min-width: 576px) and (max-width: 991.98px) {

  .section-listings .col-md-6,
  .section-listings .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Mobile: 1 columna */
@media (max-width: 575.98px) {

  .section-listings .col-md-6,
  .section-listings .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Asegurarnos que las .listing-card ocupan el 100% del column */
.section-listings .listing-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Si hubiera reglas antiguas que reducen .container, restituimos ancho para la sección */
.section-listings .container {
  max-width: 1200px;
  /* más holgura para 3 columnas */
}

/* opcional: si quieres menos sombra para muchas filas, ajusta aquí */
.section-listings .listing-card {
  box-shadow: 0 12px 30px rgba(2, 6, 23, 0.45);
}

/* ------------------------------------------------------------ */

/* ====== TARIFAS SECTION (scoped) ====== */
.tariffs-section {
  padding: 60px 0;
  background: #f6f5f5;
}

/* fondo claro; puedes usar var(--brand-navy) si prefieres oscuro */
.tariffs-section .section-header {
  margin-bottom: 1.25rem;
}

.tariffs-section .accent-line {
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: var(--brand-blue, #0779e4);
  margin-bottom: 12px;
}

.tariffs-section .section-title {
  font-size: 1.9rem;
  margin: 0 0 6px;
  color: #0f2a3f;
  font-weight: 800;
}

.tariffs-section .section-sub {
  color: #576b75;
  margin-bottom: 0;
}

.tariffs-grid {
  margin-top: 18px;
}

/* Tariff card */
.tariff-card {
  background: #fff;
  border-radius: 10px;
  padding: 22px;
  box-shadow: 0 14px 30px rgba(6, 20, 30, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(12px);
  opacity: 0;
  transition: all .6s cubic-bezier(.22, .9, .35, 1);
}

/* highlight card */
.tariff-card--highlight {
  border: 1px solid rgba(7, 121, 228, 0.08);
  background: linear-gradient(180deg, #ffffff, #f4fbff);
}

/* Badge */
.tariff-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ffb347, #ffcc33);
  color: #08202a;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  align-self: flex-start;
}

/* Number style */
.tariff-number {
  font-weight: 900;
  color: var(--brand-blue, #0779e4);
  font-size: 2.25rem;
  letter-spacing: -1px;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.tariff-number .currency {
  font-size: 1.05rem;
  color: #1b3b4b;
}

/* Titles and text */
.tariff-title {
  font-size: 1.05rem;
  margin: 4px 0 0;
  color: #0f2a3f;
  font-weight: 700;
}

.tariff-desc {
  color: #556b72;
  margin: 0;
  font-size: .95rem;
}

/* list inside card */
.tariff-list {
  margin: 0;
  padding-left: 18px;
  color: #556b72;
  margin-top: 6px;
}

.tariff-list li {
  margin-bottom: 6px;
}

/* CTA inside card */
.tariff-cta {
  margin-top: 10px;
}

.tariff-cta .btn {
  text-decoration: none;
}

/* note */
.tariff-note {
  color: #6c7a80;
  font-size: .92rem;
  margin-top: 12px;
}

/* animation when in view - class populated by JS */
.tariff-card.in-view {
  transform: translateY(0);
  opacity: 1;
}

/* responsive tweaks */
@media (max-width: 991.98px) {
  .tariff-number {
    font-size: 1.9rem;
  }
}

@media (max-width: 575.98px) {
  .tariff-number {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------------------ */

/* ====== Sección Servicios para Clientes ====== */
/* ===== SERVICES SECTION (scoped) ===== */
.services-section {
  padding: 60px 0;
  background: transparent;
}

/* transparente para heredar fondo global */
.services-section .section-heading {
  margin-bottom: 6px;
  font-weight: 800;
  color: #0f2a3f;
}

.services-section p {
  color: #5f7178;
}

/* grid */
.services-grid {
  margin-top: 18px;
}

/* tarjeta */
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 12px 30px rgba(6, 20, 30, 0.06);
  transform: translateY(18px);
  opacity: 0;
  transition: transform .6s cubic-bezier(.22, .9, .35, 1), opacity .6s;
  height: 100%;
}

.service-card:focus-within {
  outline: 3px solid rgba(7, 121, 228, 0.09);
}

/* icon */
.service-icon {
  flex: 0 0 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px;
}

.service-icon svg {
  display: block;
}

/* body */
.service-body h3 {
  margin: 0 0 6px;
  color: #0f2a3f;
  font-size: 1.05rem;
  font-weight: 700;
}

.service-body p {
  margin: 0 0 8px;
  color: #5f7178;
  font-size: .95rem;
}

.service-body a {
  color: var(--brand-blue, #0779e4);
  font-weight: 700;
  text-decoration: none;
}

/* animation on entering viewport */
.service-card.in-view {
  transform: translateY(0);
  opacity: 1;
}

/* SVG animation helpers - re-used from earlier */
.svg-animated {
  width: 68px;
  height: 68px;
  display: block;
}

.svg-animated .svg-path {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dashoffset 900ms ease-out, opacity 300ms;
}

.svg-animated.draw.in-view .svg-path {
  stroke-dashoffset: 0;
}

.svg-animated.pulse .svg-fill {
  transform-origin: 50% 50%;
  transform: scale(.86);
  opacity: 0;
  transition: transform 450ms cubic-bezier(.22, .9, .35, 1), opacity 450ms;
}

.svg-animated.pulse.in-view .svg-fill {
  transform: scale(1);
  opacity: 1;
  animation: pulse-scale 1.6s ease-in-out 0s 1;
}

@keyframes pulse-scale {
  0% {
    transform: scale(.92)
  }

  50% {
    transform: scale(1.06)
  }

  100% {
    transform: scale(1)
  }
}

.svg-animated.float {
  transition: transform 450ms ease;
}

.svg-animated.float.in-view {
  animation: floaty 3.2s ease-in-out infinite;
}

@keyframes floaty {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px) rotate(2deg)
  }

  100% {
    transform: translateY(0)
  }
}

/* responsive */
@media (max-width: 991.98px) {
  .service-card {
    gap: 12px;
    padding: 14px;
  }
}

@media (max-width: 575.98px) {
  .service-card {
    flex-direction: row;
    gap: 10px;
    padding: 12px;
  }

  .service-icon {
    flex: 0 0 60px;
  }
}

/* ------------------------------------------------------------ */

/* Mejora para sección Servici/* ===== services-showcase scoped ===== */
.services-showcase {
  padding: 60px 0;
  background: #ffffff;
}

/* header */
.services-showcase .ss-title {
  font-size: 2rem;
  font-weight: 900;
  color: #0f2a3f;
  margin-bottom: 6px;
}

.services-showcase .ss-sub {
  color: #556b72;
  margin-bottom: 0;
}

/* grid */
.ss-grid {
  margin-top: 18px;
}

/* card */
.ss-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(6, 20, 30, 0.07);
  transition: transform .35s cubic-bezier(.22, .9, .35, 1), box-shadow .35s;
  transform-origin: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  opacity: 0;
  transform: translateY(18px);
}

/* on hover */
.ss-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 26px 60px rgba(6, 20, 30, 0.14);
}

.ss-card:focus-within {
  outline: 3px solid rgba(7, 121, 228, 0.06);
}

/* thumb */
.ss-thumb {
  position: relative;
  height: 190px;
  overflow: hidden;
  display: block;
}

.ss-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: contrast(.95) saturate(1.02);
  transform: scale(1);
  transition: transform .6s ease, filter .4s ease;
}

.ss-card:hover .ss-thumb img {
  transform: scale(1.05);
  filter: contrast(1.03) saturate(1.05);
}

/* overlay + badge */
.ss-overlay {
  position: absolute;
  left: 16px;
  top: 16px;
  pointer-events: none;
}

.ss-badge {
  background: #ffd05a;
  /* amarillo corporativo */
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(1, 12, 30, 0.14);
  transition: transform .35s cubic-bezier(.22, .9, .35, 1);
}

.ss-card:hover .ss-badge {
  transform: translateY(-4px);
}

/* body */
.ss-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.ss-body h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #0f2a3f;
  font-weight: 800;
}

.ss-excerpt {
  margin: 0;
  color: #5e747b;
  font-size: .95rem;
  line-height: 1.45;
}

.ss-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* small link */
.ss-link {
  color: #162b3a;
  text-decoration: none;
  opacity: .75;
  font-weight: 600;
}

.ss-link:hover {
  opacity: 1;
  text-decoration: underline;
  color: var(--brand-blue, #0779e4);
}

/* partner logos */
.ss-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  filter: grayscale(1) opacity(.6);
}

.ss-logos img {
  height: 34px;
  width: auto;
  display: inline-block;
}

/* animation class added by JS */
.ss-card.in-view {
  transform: translateY(0);
  opacity: 1;
}

/* responsive */
@media (max-width: 991.98px) {
  .ss-thumb {
    height: 160px;
  }
}

@media (max-width: 575.98px) {
  .ss-thumb {
    height: 140px;
  }

  .ss-logos {
    gap: 18px;
  }
}

/* ------------------------------------------------------------ */

/* ====== Estilos de la sección de categorías (MEJORADOS) ====== */
#categorias-inventario {
  background: #0a192f;
  color: #fff;
}

/* * MEJORA 1: Convertimos la tarjeta en un enlace (tag 'a')
 * - Añadimos 'display: block' para que se comporte como un div
 * - 'text-decoration: none' para quitar el subrayado azul del enlace
 */
a.category-card {
  display: block;
  text-decoration: none;
  background: #ffffff10;
  border-radius: 16px;
  padding: 25px 15px;
  margin-bottom: 1.5rem !important;
  transition: all 0.4s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  /* height: 100%; Asegura que todas las tarjetas en una fila tengan la misma altura */
}

a.category-card:hover {
  transform: translateY(-8px);
  background: #ffffff20;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* * MEJORA 2: Forzamos una proporción fija para las imágenes
 * - Eliminamos el padding de aquí
 * - Añadimos 'aspect-ratio' para que todas las cajas de imagen sean idénticas
 * - 'overflow: hidden' por si acaso
 */
.category-image {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  transition: transform 0.4s ease;

  /* --- ¡ESTA ES LA MAGIA! --- */
  aspect-ratio: 4/3;
  /* Proporción 4:3. Puedes usar 1/1 (cuadrado) o 16/9 si prefieres */
  overflow: hidden;
  padding: 0;
  /* Reseteamos el padding del contenedor */
}

a.category-card:hover .category-image {
  transform: scale(1.05);
  /* El efecto de zoom se mantiene */
}

/*
 * MEJORA 2 (Continuación):
 * - Hacemos que la 'img' llene el 100% del contenedor '.category-image'
 * - 'object-fit: contain' asegura que se vea todo el coche sin deformarse.
 * - Añadimos el 'padding' aquí para crear el marco blanco interior.
 */
.category-image img {
  /* Sobreescribimos la clase .img-fluid de Bootstrap */
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* 'contain' = se ve todo. 'cover' = rellena y recorta */

  /* Aplicamos el padding aquí para el efecto de marco interior */
  padding: 15px;
  box-sizing: border-box;
  /* Importante para que el padding no rompa el tamaño */
}


.category-card h5 {
  font-weight: 600;
  color: #d1d5db;
  /* Este color ya estaba, es perfecto para que no se vea azul */
  text-transform: uppercase;
  margin-top: 15px;
}

/* Efectos responsive (sin cambios, ya estaban bien) */
@media (max-width: 767px) {
  a.category-card {
    /* Aplicado a la 'a' también */
    padding: 20px 10px;
  }

  .category-card h5 {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------- */

/* Estilo para el Logo del Footer */
/* --- Estilos del Footer Mejorado --- */

.footer-logo-link {
  display: block;
  /* Para que el 'margin-bottom' funcione */
  margin-bottom: 20px;
  /* Espacio que tenía el H2 */
}

.footer-logo-img {
  /* Ajusta este 'max-width' al tamaño que prefieras */
  max-width: 150px;
  height: auto;
  /* Mantiene la proporción */
}

/* ----------------------------------------------------------- */


/* ===================================================
   ESTILOS PARA ARKAD ACADEMY (academy-styles.css)
   =================================================== */

/* --- Sección Principal de la Academia --- */
.academy-section {
  padding: 100px 0;
  color: #fff;
  /* Asumiendo que 'var(--brand-navy)' ya está en el body o sección */
}

/* --- Botones de Filtro --- */
.filter-buttons .btn {
  margin: 5px;
}

/* Botón estilo Arkad (puedes reutilizar el de tu web) */
.btn-outline-arkad {
  color: #f8d053;
  /* Color oro/amarillo de Arkad */
  border-color: #f8d053;
  border-radius: 30px;
  padding: 8px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-arkad:hover,
.btn-outline-arkad.active {
  color: var(--brand-navy, #0a192f);
  /* Color de fondo oscuro */
  background-color: #f8d053;
  border-color: #f8d053;
  box-shadow: 0 0 15px rgba(248, 208, 83, 0.5);
}

/* --- Tarjeta de Curso (Grid) --- */
.course-card {
  display: block;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
}

.course-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* * SOLUCIÓN DE IMAGEN: 
 * Esto asegura que todas las imágenes se vean uniformes.
 */
.course-card-image {
  position: relative;
  aspect-ratio: 16/9;
  /* Proporción 16:9 para un look cinemático */
  overflow: hidden;
  background-color: #000;
  /* Fondo mientras carga la img */
}

.course-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Rellena el espacio, puede recortar bordes */
  transition: transform 0.4s ease;
}

.course-card:hover .course-card-image img {
  transform: scale(1.05);
  /* Sutil zoom al pasar el ratón */
}

/* Etiqueta de categoría (ej. "Curso Online") */
.course-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

/* Icono de flecha (de tu referencia) */
.course-arrow-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  color: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  transition: all 0.3s ease;
  z-index: 2;
}

.course-card:hover .course-arrow-icon {
  background: #f8d053;
  /* Color Arkad */
  transform: scale(1.1);
}

/* Cuerpo de la tarjeta */
.course-card-body {
  padding: 20px;
}

.course-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #282828;
}

.course-description {
  font-size: 0.9rem;
  color: rgb(144, 144, 144);
  margin-bottom: 15px;
  /* Limitar a 2 líneas */
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.course-link {
  color: #f8d053;
  /* Color Arkad */
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing 0.3s ease;
}

.course-card:hover .course-link {
  letter-spacing: 0.5px;
}

/* ----------------------------------------------------------------------- */
/* ===================================================
   PÁGINA DE DETALLE DEL CURSO
   =================================================== */

/* --- Sección de Encabezado (Arriba) --- */
.detail-header-section {
  padding: 100px 0;
  color: #fff;
}

.detail-image-wrapper {
  /* Opcional: añade un brillo sutil */
  box-shadow: 0 0 40px rgba(248, 208, 83, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.detail-image-wrapper img {
  width: 100%;
}

.course-tag-detail {
  display: inline-block;
  background: #f8d053;
  color: #000;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.detail-title {
  font-weight: 800;
  color: #fff;
}

.detail-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

.detail-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #f8d053;
  /* Color Arkad */
  margin: 15px 0;
}

/* Botón principal (reutilizable) */
.btn-primary-arkad {
  background-color: #f8d053;
  border-color: #f8d053;
  color: #000;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-primary-arkad:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(248, 208, 83, 0.3);
}

/* --- Sección de Contenido (Abajo) --- */
.detail-content-section {
  padding: 100px 0;
  background-color: #f4f7f6;
  /* Fondo gris claro */
  color: #333;
}

/* Lista con iconos (ej. 'Qué aprenderás') */
.list-styled-arkad {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.list-styled-arkad li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.list-styled-arkad li span.icon-check {
  position: absolute;
  left: 0;
  top: 4px;
  color: #f8d053;
  /* Color Arkad */
  font-weight: bold;
}

/* Tarjeta Sticky (de tu referencia) */
.detail-sticky-card {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 100px;
  /* Ajusta según la altura de tu navbar */
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.detail-includes {
  padding-left: 0;
}

.detail-includes li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #555;
}

.detail-includes li span {
  color: #f8d053;
  font-size: 1.2rem;
  margin-right: 15px;
}

/* ----------------------------------------------------------------------- */
/* ===================================================
   ESTILOS PARA PÁGINA DE DETALLE (vehiculo-detalle.css)
   [ SOLUCIÓN: ÁMBITO (SCOPED) CON ID ]
   =================================================== */

/* * Definimos las variables y estilos base DENTRO de nuestro ID.
 * Esto evita conflictos con :root o body de tu style.css principal.
 */
#page-vehicle-detail {
  /* Asumo estos colores de tu marca */
  --brand-navy: #0a192f;
  --brand-gold: #f8d053;
  --brand-light: #f4f7f6;
  --brand-text: rgba(255, 255, 255, 0.7);

  /* Estilos base de la página */
  background-color: var(--brand-navy);
  color: var(--brand-text);
}

/* --- Barra de Título y Precio --- */
#page-vehicle-detail .vehicle-title-bar {
  background: #000;
  /* Un negro más profundo para destacar */
  color: #fff;
  padding: 25px 0;
  border-bottom: 2px solid var(--brand-gold);
  margin-bottom: 40px;
}

#page-vehicle-detail .vehicle-title-bar h1 {
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}

#page-vehicle-detail .vehicle-title-bar .vehicle-trim {
  font-size: 1rem;
  color: var(--brand-text);
  text-transform: uppercase;
  letter-spacing: 1px;
}

#page-vehicle-detail .vehicle-price-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--brand-text);
}

#page-vehicle-detail .vehicle-price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--brand-gold);
}

/* --- Sección Principal (Core) --- */
#page-vehicle-detail .vehicle-core-details {
  padding: 40px 0;
  color: #fff;
}

/* --- Carrusel Principal (SOLUCIÓN IMAGEN PERFECTA) --- */
#page-vehicle-detail .vehicle-carousel-main .carousel-item {
  background-color: #000;
  border-radius: 16px;
  overflow: hidden;
  /* 1. Proporción fija */
  aspect-ratio: 16/9;
  /* O usa 4/3 si prefieres */
}

#page-vehicle-detail .vehicle-carousel-main .carousel-item img {
  /* 2. Relleno 'contain' para NO DEFORMAR */
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* ¡Esta es la clave! */
  padding: 1rem;
  /* Opcional: crea un "marco" interior */
  box-sizing: border-box;
  /* Importante para el padding */
}

/* Miniaturas (Indicadores) */
#page-vehicle-detail .carousel-indicators-thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 390px;
}

#page-vehicle-detail .carousel-indicators-thumbnails button {
  width: 100px;
  height: auto;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  border: 2px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

#page-vehicle-detail .carousel-indicators-thumbnails button.active {
  opacity: 1;
  border-color: var(--brand-gold);
}

/* --- Tarjeta de Especificaciones --- */
#page-vehicle-detail .spec-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  height: 100%;
}

#page-vehicle-detail .spec-title {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#page-vehicle-detail .spec-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem;
}

#page-vehicle-detail .spec-list li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#page-vehicle-detail .spec-list li span:first-child {
  font-weight: 600;
  color: var(--brand-text);
}

#page-vehicle-detail .spec-list li span:last-child {
  font-weight: 600;
  color: #fff;
  text-align: right;
}

/* Botones CTA */
#page-vehicle-detail .cta-title {
  margin-top: 30px;
}

#page-vehicle-detail .btn-primary-arkad {
  background-color: var(--brand-gold);
  border-color: var(--brand-gold);
  color: #000;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 30px;
  transition: all 0.3s ease;
}

#page-vehicle-detail .btn-primary-arkad:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(248, 208, 83, 0.3);
}

#page-vehicle-detail .btn-outline-arkad {
  color: var(--brand-gold);
  border-color: var(--brand-gold);
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: 700;
  transition: all 0.3s ease;
}

#page-vehicle-detail .btn-outline-arkad:hover {
  color: #000;
  background-color: var(--brand-gold);
  border-color: var(--brand-gold);
  box-shadow: 0 0 15px rgba(248, 208, 83, 0.5);
}

/* --- Sección de Más Info (Tabs y Calculadora) --- */
#page-vehicle-detail .vehicle-more-info {
  padding: 60px 0;
  background-color: #061223;
  /* Un azul aún más oscuro */
}

/* Tabs Estilo Arkad */
#page-vehicle-detail .nav-tabs-arkad {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}

#page-vehicle-detail .nav-tabs-arkad .nav-link {
  background: transparent;
  border: 0;
  color: var(--brand-text);
  font-size: 1.2rem;
  font-weight: 600;
  padding: 15px 20px;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  /* Alinea con el borde inferior */
}

#page-vehicle-detail .nav-tabs-arkad .nav-link.active,
#page-vehicle-detail .nav-tabs-arkad .nav-link:hover {
  color: var(--brand-gold);
  border-bottom: 2px solid var(--brand-gold);
}

/* --- Certificado Arkad (Tu Petición) --- */
#page-vehicle-detail .arkad-certified-badge {
  background: linear-gradient(145deg, rgba(248, 208, 83, 0.1), rgba(248, 208, 83, 0.05));
  border: 1px solid var(--brand-gold);
  border-radius: 16px;
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

#page-vehicle-detail .arkad-badge-icon {
  font-size: 3rem;
  color: var(--brand-gold);
}

#page-vehicle-detail .arkad-badge-text h5 {
  color: var(--brand-gold);
  font-weight: 700;
  margin-bottom: 5px;
}

#page-vehicle-detail .arkad-badge-text p {
  color: var(--brand-text);
  margin-bottom: 0;
  font-size: 0.9rem;
}

/* Lista de Equipamiento */
#page-vehicle-detail .equipment-list {
  columns: 2;
  /* Divide la lista en 2 columnas */
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding-left: 0;
}

#page-vehicle-detail .equipment-list li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
  color: var(--brand-text);
}

#page-vehicle-detail .equipment-list li::before {
  content: '\e876';
  /* Icono de check (asumiendo IcoMoon) */
  font-family: 'icomoon' !important;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--brand-gold);
}

/* --- Calculadora de Préstamos --- */
#page-vehicle-detail .loan-calculator-card .form-select {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 8px;
}

#page-vehicle-detail .loan-calculator-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  /* Se pega al hacer scroll */
}

#page-vehicle-detail .loan-calculator-card .form-label {
  color: var(--brand-text);
  font-weight: 500;
}

#page-vehicle-detail .loan-calculator-card .form-control,
#page-vehicle-detail .loan-calculator-card {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
  color: #000000;
  border-radius: 8px;
}

#page-vehicle-detail .loan-calculator-card .form-control:focus,
#page-vehicle-detail .loan-calculator-card .form-select:focus {
  background: rgba(0, 0, 0, 0.5);
  border-color: var(--brand-gold);
  box-shadow: 0 0 10px rgba(248, 208, 83, 0.3);
  color: #fff;
}

#page-vehicle-detail .loan-calculator-card .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#page-vehicle-detail .loan-result h5 {
  color: var(--brand-text);
  font-size: 1rem;
}

#page-vehicle-detail .loan-result .loan-result-price {
  color: var(--brand-gold);
  font-size: 2.5rem;
  font-weight: 700;
}

#page-vehicle-detail .loan-result span {
  color: var(--brand-text);
}

#page-vehicle-detail .loan-disclaimer {
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 20px;
}


/* --- Sección de Vehículos Similares --- */
#page-vehicle-detail .similar-vehicles-section {
  padding: 80px 0;
  background-color: var(--brand-navy);
}

#page-vehicle-detail .similar-vehicles-section .section-title {
  color: #fff;
  font-weight: 700;
}

/* Tarjeta para carrusel de similares */
#page-vehicle-detail .vehicle-card-similar {
  display: block;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s ease;
}

#page-vehicle-detail .vehicle-card-similar:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#page-vehicle-detail .vehicle-card-similar .card-img-top {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #000;
}

#page-vehicle-detail .vehicle-card-similar .card-img-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#page-vehicle-detail .vehicle-card-similar:hover .card-img-top img {
  transform: scale(1.05);
}

#page-vehicle-detail .vehicle-card-similar .card-body {
  padding: 20px;
}

#page-vehicle-detail .vehicle-card-similar .card-body h5 {
  color: #fff;
  font-weight: 600;
}

#page-vehicle-detail .vehicle-card-similar .card-body .price {
  color: var(--brand-gold);
  font-size: 1.2rem;
  font-weight: 700;
}

/* ----------------------------------------------------------- */

/* ===================================================
   ESTILOS PARA EL BOTÓN DEL ANUNCIO FIJO INFERIOR
   =================================================== */

/* Color del anuncio al final de la página */
.bg-primary {
  background-color: #061223 !important;
}

/* Color de las líneas internas y letras del botón */
.btn-primary {
  color: #fff;
  background-color: #1950a1;
  border-color: #1a497b;
}

/* ----------------------------------------------------------- */

/* ===================================================
   ESTILOS FORMULARIO SOLICITUD (solicitud-styles.css)
   =================================================== */

/* Ámbito local usando el ID de la sección para evitar conflictos */
#arkad-request-section {
  /* Variables locales basadas en tu marca */
  --arkad-navy: #0a192f;
  --arkad-gold: #f8d053;
  --arkad-glass: rgba(255, 255, 255, 0.05);
  --arkad-border: rgba(248, 208, 83, 0.3);
  --text-muted: rgba(255, 255, 255, 0.6);
}

/* --- Tarjeta Contenedora --- */
#arkad-request-section .request-card {
  background: var(--arkad-glass);
  backdrop-filter: blur(10px);
  /* Efecto vidrio borroso */
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--arkad-border);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#arkad-request-section .text-mutedd {
  color:rgb(217 217 217 / 75%)
}

#arkad-request-section .request-card:hover {
  box-shadow: 0 20px 50px rgba(248, 208, 83, 0.15);
  /* Resplandor dorado suave */
  border-color: var(--arkad-gold);
}

/* --- Encabezado --- */
#arkad-request-section .header-icon {
  font-size: 3rem;
  color: var(--arkad-gold);
}

#arkad-request-section .highlight-text {
  color: var(--arkad-gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 20px rgba(248, 208, 83, 0.3);
  /* Efecto neón */
}

#arkad-request-section .section-label {
  color: var(--arkad-gold);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--arkad-border);
  padding-bottom: 5px;
  display: inline-block;
}

/* --- Inputs Personalizados (Floating Labels) --- */
#arkad-request-section .form-floating-arkad {
  position: relative;
}

#arkad-request-section .form-select {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 10px;
  padding: 12px 15px; /* Ajuste para que se vea bien */
  padding-top: 25px; /* Espacio para el label flotante */
  height: auto;
  font-size: 1rem;
  transition: all 0.3s ease;
}

#arkad-request-section .form-control:focus {
  background: rgba(0, 0, 0, 0.5);
  border-color: var(--arkad-gold);
  box-shadow: 0 0 10px rgba(248, 208, 83, 0.2);
  outline: none;
  color: #000000;
}

#arkad-request-section .form-control,
#arkad-request-section {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #000000;
  border-radius: 10px;
  padding: 12px 15px;
  /* Ajuste para que se vea bien */
  padding-top: 25px;
  /* Espacio para el label flotante */
  height: auto;
  font-size: 1rem;
  transition: all 0.3s ease;
}

#arkad-request-section,
#arkad-request-section .form-select:focus {
  background: rgba(0, 0, 0, 0.5);
  border-color: var(--arkad-gold);
  box-shadow: 0 0 10px rgba(248, 208, 83, 0.2);
  outline: none;
  color: #fff;
}

/* Estilo para el Label simulando Floating Label */
#arkad-request-section .form-floating-arkad label {
  position: absolute;
  top: 5px;
  left: 15px;
  font-size: 0.75rem;
  color: rgb(87 87 87 / 79%);
  text-transform: uppercase;
  font-weight: 600;
  pointer-events: none;
  transition: all 0.2s ease;
}

#arkad-request-section .form-control::placeholder {
  color: transparent;
  /* Ocultamos el placeholder nativo para usar el label */
}

/* Mostrar placeholder solo al enfocar si se desea, o dejarlo invisible para mantener estilo limpio */
#arkad-request-section .form-control:focus::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

/* Ajuste para el Select (Dropdown) */
#arkad-request-section .form-select option {
  background-color: var(--arkad-navy);
  color: #fff;
}

/* --- Botón de Envío --- */
#arkad-request-section .btn-whatsapp-submit {
  background: linear-gradient(45deg, #25D366, #128C7E);
  /* Colores oficiales de WhatsApp */
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 50px;
  border: none;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

#arkad-request-section .btn-whatsapp-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
  background: linear-gradient(45deg, #128C7E, #25D366);
}

/* Responsive */
@media (max-width: 768px) {
  #arkad-request-section .request-card {
    padding: 25px;
  }

  #arkad-request-section .highlight-text {
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------------------------------------------------------------------------ */

/* ===================================================
   ESTILOS PARA SECCIÓN DE CONTACTO (contact-styles.css)
   =================================================== */

/* --- Sección Principal --- */
.contact-section {
    padding: 100px 0;
    /* Usamos un color oscuro diferente para crear una sutil separación */
    background-color: #061223; 
    color: #fff;
}

/* --- Títulos --- */
.contact-title {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.5); /* Gris suave, como en tu referencia */
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.contact-subtitle {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5px;
}

/* --- Bloques de Información --- */
.contact-info-block {
    padding: 30px;
    background: rgba(255, 255, 255, 0.05); /* Tarjeta oscura y sutil */
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.contact-info-block:hover {
    background: rgba(248, 208, 83, 0.05); /* Un toque de dorado al pasar el ratón */
    border-color: #f8d053;
    box-shadow: 0 5px 20px rgba(248, 208, 83, 0.1);
}

.info-icon {
    font-size: 2.5rem;
    color: #f8d053; /* Color Dorado de Arkad */
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px;
    border: 2px solid #f8d053;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.contact-info-block:hover .info-icon {
    background: #f8d053;
    color: #000;
}

.info-heading {
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.info-value {
    font-size: 1.1rem;
    color: #f8d053; /* El valor principal en color de marca */
    margin-bottom: 5px;
}

.info-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0;
}

/* --- Mapa --- */
.map-container {
    height: 500px; /* Altura fija para el mapa */
    overflow: hidden;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive para que el mapa no sea tan alto en móvil */
@media (max-width: 768px) {
    .map-container {
        height: 350px;
    }
    .contact-subtitle {
        font-size: 2rem;
    }
    .contact-section {
        padding: 60px 0;
    }
}
/* ------------------------------------------------------------------------------------------ */

