/* ==========================================================================
   INDEX PAGE
   Cubre: quienes-somos, services, mas-exclusivo, yates-recomendados,
          services-fiestas, proceso, gallery, vive-la-experiencia,
          experience, testimonials, our-team, carousel, promo-video
   ========================================================================== */

/* Wrapper principal */
.wrapper {
  width: 100vw;
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139515/index/bg_kjc8ca.jpg);
  background-position: center;
  background-size: cover;
  max-width: 100%;
  overflow-x: hidden;
}

/* Carousel */
.carousel-item img {
  width: 100%;
  height: 95vh;
  max-width: 100%;
  object-fit: cover;
}

.carousel-item h2 {
  font-size: 3rem;
}
.carousel-caption .main-banner-info {
  width: 50%;
  text-align: left;
}
.carousel-caption a {
  text-decoration: none;
}

.carousel-button {
  display: block;
  margin-bottom: 9em;
  background-color: var(--secundary_darken);
}

.carousel-button:hover {
  background-color: var(--regular_blue);
}
.carousel-caption em {
  font-size: 1.1rem;
  margin-top: -2em;
}

/* About us — quienes somos (index) */
.quienes-somos {
  padding-top: 3em;
}
.quienes-somos .main {
  padding-top: 7em;
}

.quienes-somos .h2,
.services-title,
.gallery__title,
.our-team h2,
.services h2,
.FAQ h2 {
  font-size: 3em;
  color: var(--green);
  text-align: center;
}

.main {
  padding: 3em;
}

.main .container-fluid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 5em;
}

.main-info {
  margin-top: -4em;
}
.main-info2 {
  padding: 2.5em;
}
.main-info2 h1 {
  margin-top: -0.5em;
}

.main-info h2,
.our-team h3 {
  color: var(--regular_blue);
  font-size: 1.5em;
}

.main p {
  color: var(--secundary_darken);
}
.main-info p {
  font-size: 1.2em;
}
.main .read-more {
  display: none;
}

/* Services section (index) */
.services {
  overflow-x: hidden;
}

.service-title h4 {
  color: #21646d;
  font-weight: normal;
}

.services-section .service-img1,
.services-section .service-img2,
.services-section .service-img3 {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.services-section .button {
  display: none;
  background: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 10px 50px;
  text-decoration: none;
}

.services-section .service-img1:hover,
.services-section .service-img2:hover,
.services-section .service-img3:hover {
  transform: scale(1.1);
  z-index: 1;
  box-shadow: 7px 5px 15px -5px rgba(59, 137, 173, 0.87);
}

.services-section .service-img1:hover .button,
.services-section .service-img2:hover .button,
.services-section .service-img3:hover .button {
  display: block;
  z-index: 1;
  background-color: var(--regular_blue);
}

.services .services-section .service-img1 {
  background-image:
    linear-gradient(rgba(9, 112, 135, 0.3), rgba(18, 54, 170, 0.3)),
    url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139626/servicios/Yate_destacado_-_Aicon_Fly_56_svp6jg.jpg);
  background-position: center;
  transition: 0.6s ease;
  background-size: cover;
}

.services .services-section .service-img2 {
  background-image:
    linear-gradient(rgba(9, 112, 135, 0.2), rgba(18, 54, 170, 0.2)),
    url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624411839/index/servicios_rt6tpt.jpg);
  background-size: cover;
  transition: 0.6s ease;
}

.services .services-section .service-img3 {
  background-image:
    linear-gradient(rgba(9, 112, 135, 0.2), rgba(18, 54, 170, 0.2)),
    url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139521/index/mujer-pie-sobre-nariz-yate-dia-soleado-verano-brisa-desarrollo-cabello_231208-8349_caujrc.jpg);
  transition: 0.6s ease;
  background-size: cover;
}

/* Mas exclusivo */
.mas-exclusivo {
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139520/index/mas-exclusivo_tzr2bn.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  padding: 5em;
  color: #fff;
}

.mas-exclusivo h3 {
  color: var(--regular_blue);
  font-size: 2.5em;
}
.mas-exclusivo h4 {
  color: var(--darken_blue);
  font-size: 2.7em;
}

.mas-exclusivo button {
  height: 3em;
  width: 12em;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: var(--secundary_darken);
  color: #fff;
  border: none;
  box-shadow: 7px 5px 15px -5px rgba(59, 137, 173, 0.5);
}

/* Services fiestas */
.services-diversion,
.services-celebraciones {
  background-image:
    linear-gradient(rgba(9, 112, 135, 0.2), rgba(51, 74, 146, 0.2)),
    url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139522/index/novias-celebrando-fiesta-abriendo-champan-dos-chicas-divierten-su-enorme-yate-blanco_161422-198_n2benw.jpg);
  background-size: cover;
  background-position: center;
  height: 500px;
  padding: 5em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.services-diversion p,
.services-celebraciones p {
  padding: 3em;
  font-size: 1.3em;
  display: none;
}

.services-diversion:hover p,
.services-celebraciones:hover p {
  display: block;
}

.services-diversion:hover,
.services-celebraciones:hover {
  background: var(--regular_blue);
  transition: ease-in 0.3s;
}

.services-diversion:hover .h3,
.services-celebraciones:hover .h3 {
  display: none;
}

.services-diversion h3,
.services-celebraciones h3 {
  font-size: 3em;
}

.services-diversion {
  background-image:
    linear-gradient(rgba(9, 112, 135, 0.2), rgba(18, 54, 170, 0.2)),
    url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139511/index/397407_osgxve.jpg);
}

/* Gallery */
.index-gallery {
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 5em;
}

.index-gallery .gallery__title {
  padding-top: 1.5em;
  padding-bottom: 0.5em;
}

.index-gallery .row .foto1 img,
.index-gallery .row .foto5 img {
  height: 450px;
  max-width: 100%;
}

.index-gallery .row .foto2 img,
.index-gallery .row .foto3 img,
.index-gallery .row .foto4 img {
  height: 250px;
}

.index-gallery .row .foto5 img {
  margin-top: -200px;
}
.index-gallery img {
  width: 100%;
  margin-bottom: 1.5em;
  height: auto;
}

/* Vive la experiencia banner */
.vive-la-experiencia-banner {
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139522/index/paisaje_mopvol.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3em;
  max-width: 100%;
}

.vive-la-experiencia-banner h2 {
  color: #fff;
  font-size: 3.5em;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  letter-spacing: 5px;
}

.vive-la-experiencia-banner img {
  width: 200px;
  height: 100px;
}

/* Proceso */
.proceso {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  align-items: center;
  justify-content: center;
  padding: 3em;
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624416571/index/proceso_hnazwn.png);
  color: #fff;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.proceso h2 {
  font-size: 3em;
}
.proceso h2:nth-child(2) {
  color: var(--regular_blue);
}
.proceso-info {
  grid-column: 2/6;
}
.proceso-img {
  grid-column: 7/10;
}
.proceso p {
  font-size: 1.5em;
  font-weight: lighter;
}

/* Experience */
.experience {
  background-color: #101f2e;
  padding-top: 5em;
}
.experience h2 {
  font-size: 3em;
  color: #fff;
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100%;
  display: table;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}

.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
  background: rgb(16, 31, 46);
}
.projectFactsWrap .item:nth-child(2) {
  background: rgb(18, 34, 51);
}
.projectFactsWrap .item:nth-child(3) {
  background: rgb(21, 38, 56);
}
.projectFactsWrap .item:nth-child(4) {
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}
.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: white;
}
.projectFactsWrap .item:hover span {
  background: white;
}
.experience-wave {
  margin-bottom: 3em;
}

/* Testimonials */
.testimonials {
  width: 100vw;
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139543/index/testimonials-bg_1_vhlxyd.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em;
}

.testimonials h5 {
  color: var(--regular_blue);
}
.testimonials i {
  color: var(--secundary_darken);
}

.testimonials-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--secundary_darken);
  padding-top: 5em;
  margin-left: 30em;
}

.testimonials-title .fas {
  font-size: 2em;
}

.slideshow-container {
  position: relative;
  margin-top: 2em;
}

.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
  background-color: rgba(9, 112, 135, 0.5);
}

.mySlides p {
  font-size: 1.5em;
  color: #fff;
  text-align: center;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(16, 116, 146, 0.8);
  color: white;
}

.dot-container {
  text-align: center;
  padding: 20px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #003851;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}
.testimonial-carousel .mySlides .author {
  color: var(--secundary_darken);
}

/* Our Team */
.our-team {
  width: 80vw;
  margin: 0 auto;
  margin-bottom: 10em;
}
.our-team p {
  color: rgba(0, 0, 0, 0.5);
}
.our-team .card {
  flex-grow: 1;
  margin-bottom: 1em;
}

.our-team .card-img1,
.our-team .card-img2,
.our-team .card-img3,
.our-team .card-img4 {
  height: 25em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
}

.card-img1 .card-caption,
.card-img2 .card-caption,
.card-img3 .card-caption,
.card-img4 .card-caption {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.card .card-img1 {
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1626026157/ourteam/carlos_i4ykwx.jpg);
}
.card .card-img2 {
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1626025276/ourteam/2_p7gajn.jpg);
}
.card .card-img3 {
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1626025276/ourteam/1_w22yva.jpg);
}

/* Promo video */
.promo-video-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4em 2em;
  background-color: #f4f7f9;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
}

.promo-video-wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 2em;
  position: relative;
}

.section-header .icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

.section-header .icon {
  width: 60px;
  height: 60px;
  background-color: var(--regular_blue);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section-header h2 {
  font-size: 2.5em;
  color: var(--secundary_darken);
  margin-bottom: 0.5em;
  position: relative;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: var(--regular_blue);
}

.promo-video {
  width: 100%;
  max-width: 1000px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.promo-video:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* contact-form area (solo visible en desktop en index) */
.contact-form-area {
  background-color: #ececec;
  height: 100vh;
}

.contact-form-area .logo {
  width: 300px;
  height: 300px;
}

.contact_form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_form h2 {
  font-size: 3em;
  color: #021c47;
}

.contact_form .col-lg-6:nth-child(1) {
  height: 660px;
  background-image: url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139522/index/preguntas_wozwfm.jpg);
  background-size: cover;
}

.contact_form .contact-form-content {
  width: 40%;
}

.contact-button-action {
  margin-top: 4em;
}

.contact-button-action button {
  height: 4em;
  width: 12em;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: #021c47;
  color: #fff;
  border: none;
  text-align: center;
  margin-top: -2.5em;
}

/* Ver flotas links */
.ver-flotas .embarcaciones,
.ver-flotas .destinos,
.ver-flotas .preguntas-frecuentes {
  margin-top: 2em;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  box-shadow: 2px 1px 11px 0px rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
}

.ver-flotas .embarcaciones h3,
.ver-flotas .destinos h3,
.ver-flotas .preguntas-frecuentes h3 {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
}

.ver-flotas a {
  text-decoration: none;
  cursor: pointer;
}

.ver-flotas .embarcaciones {
  background-image:
    linear-gradient(rgba(12, 72, 82, 0.2), rgba(32, 93, 111, 0.2)),
    url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624139626/servicios/Yate_destacado_-_Aicon_Fly_56_svp6jg.jpg);
}

.ver-flotas .destinos {
  background-image:
    linear-gradient(rgba(12, 72, 82, 0.2), rgba(17, 19, 145, 0.2)),
    url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624145261/destinos/playapalmilla1_zvnigo.jpg);
}

.ver-flotas .preguntas-frecuentes {
  background-image:
    linear-gradient(rgba(12, 72, 82, 0.2), rgba(17, 19, 145, 0.2)),
    url(https://res.cloudinary.com/michaelxk-com/image/upload/v1624411839/index/servicios_rt6tpt.jpg);
  margin-bottom: 5em;
}

.ver-flotas .embarcaciones:hover,
.ver-flotas .destinos:hover,
.ver-flotas .preguntas-frecuentes:hover {
  box-shadow: none;
}
