@media only screen and (max-width: 1450px) {
  .box-services > div p {
    font-size: var(--tp-s);
  }

  .box-professionals,
  .box-topviews {
    max-width: 790px;
  }

  .box-topviews:hover {
    background-size: 280px !important;
  }
  .topviews-show {
    background-size: 260px !important;
  }

  .professionals-show,
  .topviews-show,
  .box-explore a > div,
  .box-explore a > div::before {
    width: 250px !important;
    height: 400px !important;
  }

  #professionals .slick-prev,
  #professionals .slick-next,
  .box-topviews .slick-prev,
  .box-topviews .slick-next {
    top: 426px !important;
  }

  #rick {
    gap: 0px;
  }

  #rick > div:last-child {
    background-color: var(--cl-gray-00);
    gap: 0;
    top: -20px;
    position: relative;
    z-index: +1;
  }

  #rick > div:first-child {
    position: relative;
  }

  #rick p {
    margin-top: 12px;
    margin-bottom: 0 !important;
  }

  #services {
    gap: 60px;
  }

  .container-services {
    flex-direction: column;
    gap: 20px;
  }

  .service-left > div:first-child {
    order: 2;
  }

  .service-left > div:last-child {
    order: 0;
  }

  #services > div {
    gap: 160px;
  }

  .container-services > a.btn-secundary {
    display: block;
  }

  .title-service a {
    display: none;
  }

  #galeria-vip .img-gallery {
    min-width: 40vw;
    height: 35vw;
  }

  #galeria-vip .container-mov {
    left: -35%;
    margin-top: 25vw;
  }
}

@media only screen and (max-width: 1370px) {
  #maps {
    flex-direction: column !important;
  }
  #maps > div::after {
    left: 0 !important;
    width: 100% !important;
  }

  #maps p,
  #maps h2 {
    text-align: center !important;
  }
}

@media only screen and (max-width: 1220px) {
  .box-explore {
    max-width: 680px;
  }

  .box-explore a:nth-child(1),
  .box-explore a:nth-child(3),
  .box-explore a:nth-child(5),
  .box-explore a:nth-child(7) {
    margin-top: -120px;
  }

  .box-explore a:nth-child(2),
  .box-explore a:nth-child(4),
  .box-explore a:nth-child(6),
  .box-explore a:nth-child(8) {
    margin-top: 120px;
  }

  .box-explore a:nth-child(9) {
    margin-top: 0px;
  }

  .grid-icons-mobile {
    display: flex;
    justify-content: center;
  }

  .grid-icons {
    display: none;
  }

  #logo-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    box-sizing: border-box;
    z-index: 99;
  }

  #logo-mobile img {
    height: 45px;
  }

  .nav-top {
    top: 70px !important;
    height: 60px;
  }

  .nav-links {
    display: none;
  }

  .logo-nav {
    display: none;
  }

  .grid-icons {
    justify-content: center;
  }

  .btn-blog {
    display: initial;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .content-icon-menu {
    display: flex;
    cursor: pointer;
  }

  .navbar-mobile {
    display: flex;
    z-index: 999;
  }

  .menu-mobile {
    display: block;
    height: 1px;
    width: 20px;
    background-color: var(--cl-gray-08);
  }

  .menu-mobile::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    top: 10px;
    background-color: var(--cl-gray-08);
  }

  .menu-mobile::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    top: 30px;
    background-color: var(--cl-gray-08);
  }

  #hero .slick-next,
  #hero .slick-prev {
    top: calc(100vh - 48px) !important;
  }

  #services > div {
    gap: 140px;
  }

  .service-img {
    min-width: 500px !important;
    width: 500px !important;
    height: 300px !important;
  }
}

@media only screen and (max-width: 900px) {
  section h1 {
    text-align: center;
    letter-spacing: 8px;
  }

  .box-professionals,
  .box-topviews {
    max-width: 540px;
  }

  .hall-show,
  .box-hall::before {
    height: 250px;
  }

  .box-hall::before {
    top: -20px;
    right: -20px;
  }
  #hall .slick-prev,
  #hall .slick-next {
    top: 276px !important;
  }

  .box-header-post {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .img-header-post {
    order: 2;
  }

  .content-header-post {
    order: 0;
  }
  .img-header-post img,
  .img-header-post,
  .img-header-post::before {
    width: 85vw;
    height: 85vw;
    max-width: 600px;
    max-height: 600px;
  }

  .content-header-post h1 {
    text-align: left !important;
  }

  .details-service {
    justify-content: flex-end;
  }

  .service-img {
    min-width: 400px !important;
    width: 400px !important;
    height: 250px !important;
  }

  #galeria-vip .img-gallery {
    min-width: 50vw;
    height: 45vw;
  }

  #galeria-vip .container-mov {
    left: -45%;
    margin-top: 35vw;
  }

  #galeria-vip .movable-div h2 {
    font-size: var(--tp-xxl);
  }

  #galeria-vip .container-mov:first-child {
    margin-top: 60px !important;
  }
}

@media only screen and (max-width: 780px) {
  #hero {
    height: 85vh;
  }

  #hero .slide {
    height: 80vh;
  }

  .title-service h2 {
    letter-spacing: 4px;
    min-width: auto !important;
  }

  .container-services > a.btn-secundary {
    margin-top: 36px;
  }

  .modal_login_div {
    min-width: 340px;
  }

  .newsletter {
    height: 300px !important;
  }

  .comment_adm::before {
    top: -6px !important;
  }

  .box-explore .paginator a {
    margin-top: 0 !important;
  }

  #explore-blog {
    overflow: hidden;
  }
  .box-explore {
    gap: 80px;
    justify-content: center;
  }

  .box-explore a:nth-child(2),
  .box-explore a:nth-child(4),
  .box-explore a:nth-child(6),
  .box-explore a:nth-child(8) {
    position: relative;
    margin-top: 20px;
    right: -10%;
  }

  .box-explore a:nth-child(1),
  .box-explore a:nth-child(3),
  .box-explore a:nth-child(5),
  .box-explore a:nth-child(7),
  .box-explore a:nth-child(9) {
    position: relative;
    margin-top: 20px;
    left: -10%;
  }

  .paginator a {
    left: 0 !important;
    right: 0 !important;
  }

  #search-blog form {
    flex-direction: column;
  }

  .margin-section {
    margin: 180px 0;
  }
  .slick-dots {
    bottom: -40px;
    z-index: +1;
  }

  .slick-prev,
  .slick-next {
    top: 410px;
    z-index: +99;
  }

  #hero .slick-next,
  #hero .slick-prev {
    top: calc(80vh - 30px) !important;
  }

  #hero .slick-dots {
    bottom: 40px !important;
  }

  #hero .slick-next {
    right: 28px;
  }

  #rick,
  #services,
  #galery,
  #maps {
    margin: 120px 0 !important;
  }

  #rick img {
    max-width: 90%;
    max-height: 600px;
  }

  #professionals,
  #hall,
  #galery,
  .container-blog {
    gap: 20px;
  }

  .content-services,
  .box-hall {
    min-width: auto !important;
    width: calc(100% - 80px) !important;
  }
  .service-show {
    width: 100% !important;
  }

  #professionals .slick-prev,
  #professionals .slick-next,
  .box-topviews .slick-prev,
  .box-topviews .slick-next {
    top: 450px !important;
  }

  .box-professionals,
  .box-topviews {
    max-width: 250px;
  }

  #hall .slick-prev,
  #hall .slick-next {
    top: 300px !important;
  }

  .mosaico {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: calc(100vw / 2);
  }

  .mosaico > div img {
    opacity: 1;
  }

  #maps iframe {
    width: 100%;
    height: 250px;
  }

  /* NEWSLETTER */

  .newsletter-email input {
    height: 50px;
  }

  .newsletter-email button {
    width: 90px;
    height: 40px;
  }

  .nav-services {
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .nav-services ul {
    padding: 0 12px;
    gap: 30px;
    box-sizing: border-box;
  }
  .nav-services ul li:nth-child(3) {
    width: 158px;
  }

  .service-img {
    min-width: 250px !important;
    width: 250px !important;
    height: 320px !important;
  }

  .title-service-gallery {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .title-service-gallery h2 {
    font-size: 32px !important;
  }
}

@media only screen and (max-width: 520px) {
  #galeria-vip .img-gallery {
    min-width: 60vw;
    height: 45vw;
  }

  #galeria-vip .container-mov {
    left: -50%;
    margin-top: 45vw;
  }
}
