/********** Template CSS **********/
:root {
  --primary: #13c5dd;
  --secondary: #354f8e;
  --light: #eff5f9;
  --dark: #1d2a4d;
}
.btn {
  font-weight: 700;
  transition: 0.5s;
}
.btn:hover {
  -webkit-box-shadow: 0 8px 6px -6px #555;
  -moz-box-shadow: 0 8px 6px -6px #555;
  box-shadow: 0 8px 6px -6px #555;
}
.btn-primary {
  color: #fff;
}
.btn-square {
  width: 36px;
  height: 36px;
}
.btn-sm-square {
  width: 28px;
  height: 28px;
}
.btn-lg-square {
  width: 46px;
  height: 46px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 50% 50% 0 0;
  z-index: 99;
}
.navbar-light .navbar-nav .nav-link {
  font-family: 'Jost', sans-serif;
  position: relative;
  margin-left: 30px;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  outline: none;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item.active {
  color: #006cad;
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: #006cad;
    transition: 0.5s;
  }
  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0;
    padding: 10px 0;
  }
}
.hero-header {
  background: url("/images/banners/hero-top.png") top center no-repeat;
  background-size: cover;
  min-height: 700px;
}
.price-carousel .owl-nav {
  margin-top: 35px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
  background-color: #1d2a4d;
  border-radius: 50%;
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
}
.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}
@media (min-width: 576px) {
  .team-item .row {
    height: 350px;
  }
}
.team-carousel .owl-nav {
  position: absolute;
  padding: 0 45px;
  width: 100%;
  height: 45px;
  top: calc(50% - 22.5px);
  left: 0;
  display: flex;
  justify-content: space-between;
}
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #000;
  border-radius: 45px;
  font-size: 22px;
  transition: 0.5s;
}
.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
  background: var(--dark);
}
.testimonial-carousel .owl-dots {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  background: var(--light);
  border: 2px solid #000;
  border-radius: 20px;
  transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
  width: 40px;
  height: 40px;
  background: #000;
}
.testimonial-carousel .owl-item img {
  width: 150px;
  height: 150px;
}
section#footer {
  background-color: #1c1c1c;
}
section#footer h4 {
  text-align: center;
  width: 100%;
}
section#footer h4,
section#footer i {
  color: #006cad;
}
section#footer a.btn {
  background-color: #006cad !important;
}
section#footer a.btn i {
  color: #fff !important;
}
section#design {
  border-top: 1px solid #fff;
  background-color: #1c1c1c;
}
section#design a {
  color: #006cad;
}
section#design .btn {
  background-color: #006cad;
}
section#design .btn i {
  color: #fff !important;
}
section#testimonials {
  background-color: #ffa400;
}
section#testimonials h5 {
  border-bottom: 5px solid #ededed !important;
  color: #ededed !important;
  display: inline-block;
  text-transform: uppercase;
}
section#testimonials p {
  color: #fff;
}
section#testimonials h6 {
  color: #fff;
}
section#search {
  background-color: #00aef3;
}
section#appointment {
  background-color: #5bbf29;
}
section#appointment button {
  border: 1px solid #1d2a4d !important;
  border-radius: 30px !important;
  background-color: #1d2a4d !important;
}
section#team h5 {
  color: #dee2e6 !important;
}
section#team .team-item .rounded {
  background-color: #1d2a4d !important;
}
section#team .team-item .rounded h3 {
  color: #fff !important;
}
section#team .team-item .rounded h6 {
  color: #00aef3 !important;
}
section#team .team-item p {
  color: #fff !important;
}
section#team a.btn {
  background-color: #00aef3;
}
section#team a.btn i {
  color: #fff;
}
section#menu #top-menu a {
  color: #000;
}
section#menu #top-menu a i {
  color: #000;
}
section#about-us h3 {
  font-size: 50px;
}
section#about-us h5 {
  border-bottom: 5px solid #1d2a4d !important;
  color: #1d2a4d !important;
  display: inline-block;
  text-transform: uppercase;
}
section#about-us p {
  font-size: 24px;
}
section#featured {
  padding: 40px 0;
}
section#featured h3 {
  font-size: 50px;
}
section#featured h5 {
  border-bottom: 5px solid #1d2a4d !important;
  color: #1d2a4d !important;
  display: inline-block;
  text-transform: uppercase;
}
section#featured p {
  font-size: 24px;
}
section#featured .owl-item h4 {
  font-size: 24px;
}
section#featured .owl-item p {
  font-size: 16px;
}
section#featured .owl-body {
  align-items: center;
  display: flex;
  min-height: 200px;
  padding: 15px;
}
section#featured .owl-body h6 {
  font-size: 24px;
}
section#featured .owl-body p {
  font-size: 18px;
}
section#featured .owl-footer {
  text-align: center;
}
section#featured .owl-footer a {
  background-color: #006cad;
  border-color: #006cad;
  border-radius: 50rem !important;
  color: #fff;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  font-weight: 700;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  transition: 0.5s;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
section#services {
  padding: 40px 0;
}
section#services .service-item {
  background-color: #006cad;
  position: relative;
  height: 450px;
  padding: 30px;
  transition: 0.5s;
}
section#services .service-item h4 {
  color: #fff;
  margin: 0 !important;
  padding: 20px 0;
}
section#services .service-item .service-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 0 auto;
  width: 100px;
}
section#services .service-item .service-icon svg {
  color: #006cad;
  height: 40px;
}
section#services .service-item p {
  color: #fff !important;
}
section#services .service-item a.btn {
  position: absolute;
  width: 60px;
  bottom: -48px;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
}
section#services .service-item:hover a.btn {
  bottom: -24px;
  opacity: 1;
}
#hero {
  height: 800px;
  margin-bottom: 0 !important;
  position: relative;
}
#hero .carousel-item {
  height: 800px;
}
#hero .carousel-item .img-src-01 {
  background-image: url("/images/banners/rancho-san-lucas-golf.jpg");
}
#hero .carousel-item .img-src-02 {
  background-image: url("/images/banners/all-cabo-activities-001.jpg");
}
#hero .carousel-item .img-src-03 {
  background-image: url("/images/banners/all-cabo-activities-002.jpg");
}
#hero .carousel-item .img-src-04 {
  background-image: url("/images/banners/all-cabo-activities-003.jpg");
}
#hero .carousel-item .img-src-05 {
  background-image: url("/images/banners/club-campestre-san-jose-golf.jpg");
}
#hero .carousel-item .img-src-06 {
  background-image: url("/images/banners/melia-cabo-real-golf.jpg");
}
#hero .carousel-item .img-src-07 {
  background-image: url("/images/banners/palmilla-golf.jpg");
}
#hero .carousel-item .img-src-08 {
  background-image: url("/images/banners/puerto-los-cabos-golf.jpg");
}
#hero .carousel-item .img-size {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
#hero .carousel-indicators {
  align-items: center;
  margin-bottom: 40px;
}
#hero .carousel-indicators button {
  background-color: #fff !important;
  border-radius: 50%;
  height: 20px;
  margin: 0 !important;
  margin-right: 10px !important;
  opacity: 1 !important;
  width: 20px;
}
#hero .carousel-indicators button.active {
  background-color: #006cad !important;
  height: 30px;
  width: 30px;
}
section#banners {
  padding: 30px 0;
/* --- ESTADOS DE POSICIÓN --- */
/* El elemento oculto a la derecha listo para entrar */
/* El elemento oculto a la izquierda listo para entrar */
/* --- BOTONES --- */
}
section#banners .carousel-container {
  position: relative;
  width: 100%;
  max-width: 1296px; /* Ajusta a tu grid */
  height: 500px; /* Ajusta la altura deseada */
  margin: 0 auto;
  overflow: hidden;
  background-color: #f4f4f4;
}
section#banners .carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
}
section#banners .slide {
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 12px; /* Opcional: bordes redondeados como en tu foto */
  transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
section#banners .pos-active {
  left: 15%;
  opacity: 1;
  z-index: 3;
}
section#banners .pos-prev {
  left: -60%;
  opacity: 1;
  z-index: 2;
}
section#banners .pos-next {
  left: 90%;
  opacity: 1;
  z-index: 2;
}
section#banners .pos-hidden-right {
  left: 165%;
  opacity: 0;
  z-index: 1;
}
section#banners .pos-hidden-left {
  left: -135%;
  opacity: 0;
  z-index: 1;
}
section#banners .btn-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
section#banners .prev-btn {
  left: 20px;
}
section#banners .next-btn {
  right: 20px;
}
section#tour-info .borderd-square {
  align-items: center;
  border: 2px solid #1d2a4d;
  border-radius: 10px;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-right: 15px;
  width: 60px;
}
section#tour-info .borderd-square svg {
  color: #1d2a4d;
}
section#tour-info ul {
  list-style: none;
  padding-left: 0;
}
section#tour-info ul li {
  font-size: 16px;
  margin-bottom: 5px;
}
section#tour-info ul li img {
  padding-right: 10px;
}
section#tour-info .card button.rounded-circle {
  min-height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  max-height: 30px;
  max-width: 30px;
  border: 2px solid;
}
