/* ==========================================================================
   RESPONSIVE — TABLET & LARGE SCREENS
   ========================================================================== */

@media screen and (min-width: 1189px) and (max-width: 1285px) {
  .menu a {
    padding: 1em 0.5em;
    font-size: 1em;
  }
  .mas-exclusivo .col-lg-5 {
    margin-top: -3em;
  }
  .mas-exclusivo .col-lg-5 h4 {
    font-size: 3em;
  }
  .proceso-info h2 {
    font-size: 3em;
  }
  .vive-la-experiencia-banner h2 {
    font-size: 3em;
  }
  .main-info2 {
    margin-top: -2em;
  }
  .main-quienes-somos h1 {
    font-size: 3em;
  }
  .nuestraFlota-container .row {
    display: flex;
    flex-wrap: wrap;
  }
  .nuestraFlota-container .gallery-item {
    margin: 1em;
  }
  .service-page .content-info-services .button {
    margin-bottom: 2em;
  }
  .destinos-content .palmilla-img img,
  .destinos-content .catalina-img img,
  .destinos-content .puntacana-img img,
  .destinos-content .saona-img img {
    height: 450px;
  }
  .contact-form-area {
    height: 80vh;
  }
  .contact-form-area button {
    font-size: 1em;
  }
  .contact-form-area .col-lg-6:nth-child(1) {
    height: 550px;
  }
  .contact-form-area h2 {
    font-size: 2.5em;
    margin-top: 2em;
  }
  .contentInfo-services-img3 {
    margin-top: 0.6em;
  }
  .inmortalizamos-tu-experiencia-wrapper .main-info2 {
    margin-top: 3em;
  }
}

@media screen and (min-width: 1186px) and (max-width: 1536px) {
  .navbar {
    padding: 0.5em;
  }
  .menu li a {
    margin-right: 10px;
  }
  .contentInfo-services-img1 {
    height: 500px;
  }
  .contentInfo-services-img3 {
    margin-top: 2.4em;
  }
  .article3 .content-info-services {
    margin-top: 3em;
  }
  .quienes-somos-page h1 {
    font-size: 2.5em;
  }
  .main-info2 {
    margin-top: -2em;
  }
}

@media screen and (max-width: 1185px) {
  .navbar {
    padding: 0.5em;
  }
  .menu {
    margin-top: 1em;
  }
  .menu li a {
    margin-right: 5px;
  }
  .mas-exclusivo h4 {
    font-size: 2em;
  }
  .mas-exclusivo h3 {
    font-size: 3em;
    margin-top: -0.3em;
  }
  .mas-exclusivo p {
    font-size: 1.1em;
    color: #fff;
  }
  .destinos-reserva-tu-yate {
    padding: 4em;
  }
  .services-ocaciones h2 {
    font-size: 2.5em;
  }
  .proceso h2 {
    font-size: 2.5em;
  }
  .proceso p {
    font-size: 1.2em;
  }
  .services-diversion,
  .services-celebraciones {
    height: 450px;
  }
  .services-diversion h3,
  .services-celebraciones h3 {
    font-size: 2.5em;
  }
  .vive-la-experiencia-banner h2 {
    font-size: 2.5em;
  }
  .contact-form-area .col-lg-6:nth-child(1) {
    height: 500px;
  }
  .contact-form-area h2 {
    margin-top: 2em;
  }
  .footer {
    padding: 2em;
    grid-template-columns: 1fr;
  }
  .quienes-somos-page h1 {
    font-size: 3em;
  }
  .article2 .contentInfo-services-img2 {
    margin-top: 1.7em;
  }
  .contentInfo-services-img3 {
    margin-top: 2.5em;
  }
  .article3 .content-info-services {
    margin-top: 2em;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1024px) {
  .menu a {
    margin-right: 10px;
  }
  .content-services-page .contentInfo-services-img2 {
    margin-top: -0.1em;
  }
  .nuestraFlota-container .col-lg-3 {
    margin: 5px;
  }
}

@media screen and (max-width: 1000px) {
  .navbar-content {
    padding: 0em 1em;
  }
  .navbar .logo {
    margin-left: 0em;
  }
  .navbar .menu-logo-mobile {
    display: none;
  }

  .navbar .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    background-color: var(--secundary_darken);
    width: 70vw;
    left: -3em;
    top: 4.5em;
    transform: translateX(-100%);
    transition: all 0.6s;
  }

  .navbar .menu a {
    color: var(--white);
  }
  .menu a:hover {
    transition: all 0.2s;
    color: #fff;
    padding: 1em 1em;
  }
  .navbar .menu-toggle {
    transform: translateX(0%);
  }

  .menu li {
    margin-top: 1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px;
    width: 100%;
  }

  .menu li:hover {
    border-bottom: none;
    transition: ease-in-out 0.2s;
  }
  .menu .btn-info {
    background: none;
    border: none;
  }
  .menu .dropdown-desktop {
    display: none;
  }
  .menu .dropdown-mobile {
    display: block;
    margin-top: 2.5em;
  }
  .menu .dropdown-mobile .dropdown-item {
    margin-top: -2em;
    color: var(--secundary_darken);
  }
  .menu .dropdown-mobile .btn-info {
    color: var(--white);
    margin-top: -1em;
    margin-bottom: 2em;
  }
  .menu .dropdown-mobile .btn-info:hover {
    color: var(--white);
    background-color: var(--regular_blue);
  }

  .navbar .menu-bar {
    display: block;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
  }
  .navbar .btn-group {
    margin-top: 2.5em;
  }

  .main {
    padding: 1em;
    margin-top: -2.5em;
  }
  .main h1 {
    font-size: 3em;
  }
  .main .divider {
    margin-bottom: 2em;
  }
  .quienes-somos .quienes-somos-title h2 {
    font-size: 2em;
  }
  .main-info {
    padding: 2em;
  }
  .main-info p {
    line-height: 30px;
  }
  .main .container-fluid {
    display: flex;
    flex-direction: column;
  }

  .services {
    padding: 2em;
    width: 100%;
    margin: 0 auto;
  }
  .services .service-title {
    margin-top: -2em;
  }
  .services-section .service-img1,
  .services-section .service-img2,
  .services-section .service-img3 {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 1em;
  }

  .mas-exclusivo {
    background-position: center;
    padding: 2em;
    margin-top: 1em;
    height: 350px;
  }
  .mas-exclusivo h3 {
    color: var(--regular_blue);
    font-size: 2.5em;
    margin-top: -0.2em;
  }
  .mas-exclusivo .col-lg-5 h4 {
    font-size: 2em;
    padding-top: 2em;
  }
  .mas-exclusivo p,
  .mas-exclusivo .divider {
    display: none;
  }
  .mas-exclusivo button {
    margin-top: 0.5em;
    width: 170px;
    font-size: 1em;
  }

  .yates-recomendados h2 {
    font-size: 2em;
  }
  .yates-recomendados .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .services-fiestas {
    margin-top: -3em;
    padding: 1em;
  }
  .services-fiestas h2 {
    padding: 1em;
    font-size: 2.5em;
    text-align: center;
  }
  .services-diversion,
  .services-celebraciones {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .services-diversion h3,
  .services-celebraciones h3,
  .index-gallery .gallery__title {
    font-size: 2.5em;
  }

  .index-gallery {
    padding: 0em;
  }
  .index-gallery,
  .index-gallery .gallery__title {
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-gallery .row {
    width: 90vw;
    display: flex;
    align-items: center;
  }
  .index-gallery .foto2 {
    margin-top: -12.5em;
  }

  .vive-la-experiencia-banner {
    height: 400px;
  }
  .vive-la-experiencia-banner h2 {
    font-size: 2em;
    text-align: center;
  }

  .proceso {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
  .proceso-info {
    padding: 1em;
    grid-column: 2/10;
  }
  .proceso h2 {
    font-size: 2.5em;
  }
  .proceso p {
    font-size: 1.5em;
    font-weight: lighter;
    margin-top: 1em;
  }

  .experience {
    height: 550px;
  }
  .experience-svg {
    display: none;
  }
  .experience .row {
    margin-top: 2em;
  }
  .experience .fullWidth {
    margin-top: -5em;
  }
  .experience h2 {
    margin-top: -1em;
    margin-bottom: 1.5em;
  }

  .contact-form-area {
    display: none;
  }

  .testimonials {
    background-position: right;
  }
  .testimonials .testimonials-title {
    margin-top: -3em;
    margin-left: 0em;
  }
  .testimonials .slideshow-container {
    margin-top: -3em;
  }

  .our-team {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3em;
  }
  .our-team .col-lg-3 {
    margin-top: 1em;
  }

  .footer {
    margin: 0 auto;
  }
  .footer .footer-info,
  .footer .footer-contact,
  .footer .get-in-touch {
    grid-column: 1/8;
  }
  .footer-links {
    display: none;
  }

  .main-quienes-somos {
    grid-column: 5/10;
    grid-row: 3/10;
  }
  .main-quienes-somos h1 {
    font-size: 2em;
  }
  .quienes-somos-container {
    padding: 2em;
  }
  .quienes-somos-logo img {
    width: 400px;
    margin-left: 10px;
  }

  .service-page .jumbotron {
    height: 350px;
  }
  .service-page h2 {
    font-size: 2.5em;
  }

  .content-services-page .contentInfo-services-img1,
  .content-services-page .contentInfo-services-img2,
  .content-services-page .contentInfo-services-img3 {
    height: 500px;
    background-position: center;
  }

  .content-services-page .article1,
  .content-services-page .article3 {
    display: flex;
  }

  .content-services-page .content-info-services,
  .content-services-page .contentInfo-services-img3 {
    margin-top: 4em;
  }

  .nuestra-flota .filter-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .nuestraFlota-container .card {
    margin-top: 2.5em;
  }
  .yates-especificaciones-generales {
    padding: 3em;
    margin-bottom: 3em;
  }

  .destinos-content {
    padding: 1em;
  }
  .destinos-content .contenedor-palmilla,
  .destinos-content .contenedor-catalina {
    display: flex;
    flex-direction: column;
  }
  .destinos-content .contenedor-puntacana,
  .destinos-content .contenedor-saona {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact-page .contact-form-content {
    width: 80vw;
    height: 100%;
    padding: 1.5em;
  }
  .contact-page .contact-info {
    display: none;
  }

  .contactanos__global-wrapper {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 8em;
  }
  .contactanos__global_card {
    width: 80vw;
  }
  .contactanos-global-info {
    width: 80vw;
    padding: 1em;
  }
  .que-llevar {
    padding-bottom: 7em;
  }
}

@media screen and (max-width: 787px) {
  .testimonials .testimonials-title {
    margin: 1em;
  }
}

@media screen and (min-width: 761px) and (max-width: 788px) {
  .testimonials .testimonials-title {
    margin-left: 0em;
  }
  .wrapper-404 .info-404 .contenedor-info-404 {
    grid-column: 2/10;
    grid-row: 4/9;
  }
}

@media screen and (min-width: 751px) and (max-width: 760px) {
  .services .service-title {
    margin-top: -4em;
  }
  .yates-recomendados {
    margin-top: 4em;
  }
  .content-services-page .article1,
  .content-services-page .article3 {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 50vh;
  }
  .carousel-caption .main-banner-info {
    width: 90%;
  }
  .carousel-item h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .carousel-button {
    margin-bottom: 2em;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .carousel-caption em {
    font-size: 0.8rem;
    margin-top: -1em;
  }
  .section-header h2 {
    font-size: 2em;
  }
  .section-header .icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
