@media only screen and (max-width: 767px) {
  /* Santana da Lapa Logo */
  .sl-logo {
    max-width: 367px;
    width: 100%;
  }

  /* Intro Carousel */
  .intro-carousel {
    background-image: url('../img/intro-carousel/bg-mobile-2x.webp');
    height: 932px;
    margin-top: -1px;
    padding-top: 4.8125rem;
  }

  .intro-carousel-text h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  /* Video */
  .video {
    padding-top: 58px;
    padding-bottom: 50px;
  }

  .video-thumb {
    height: 164px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .video-thumb-play {
    padding-right: 42px;
  }

  .video .btn-sl {
    width: 100%;
  }

  .video-thumb img {
    height: 32px;
    border-radius: 0.656px;
  }

  .video-thumb picture img {
    object-fit: fill;
  }

  /* About */
  .about {
    background-image: url(../img/about/banner-sobre-mobile-2x.webp);
    height: 720px;
  }

  .about p {
    margin-bottom: 0.5rem;
  }

  .about .btn-sl {
    width: 100%;
    margin-top: 0px;
  }

  .about .col-12 .justify-content-center {
    justify-content: start !important;
  }

  .about-title {
    margin-top: 60px;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 7px;
  }

  /** Carousel **/
  .carrousel {
    padding-bottom: 46px;
  }

  .carousel-tag {
    margin-top: 20px;
    border-radius: 2px;
    padding: 16px 40px;
    font-family: var(--secondary-font);
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }

  .carrousel-wrapper {
    background-color: var(--secondary-color-beige);
  }

  .carrousel-wrapper-navigation-imgs {
    box-shadow: none;
    top: -152px;
  }

  .carrousel-wrapper-navigation-imgs-content {
    width: calc(55% - 20px) !important;
    max-width: 180px;
    max-height: 120px;
  }

  .carrousel-wrapper-item img {
    height: auto;
    max-width: 100vw;
    margin-bottom: 152px;
  }

  .carrousel-wrapper-navigation-imgs-btn {
    display: none;
  }

  .carrousel-wrapper-navigation-px {
    padding: 0;
    max-width: 100%;
    height: 0;
  }

  .carrousel-wrapper-navigation-px .row {
    margin: 0;
  }

  .carrousel-wrapper-navigation-px .row .col-12 {
    padding: 0;
  }

  .carrousel-wrapper-navigation-imgs {
    border-radius: 0;
    overflow: auto;
    padding: 16px 25px;
    align-items: center;
    height: 152px;
  }

  .carrousel-wrapper-navigation-imgs-shadow {
    width: 122px;
    height: 152px;
    top: -152px;
  }

  .carrousel-furnished-equipment {
    width: 85px!important;
    height: 85px!important;
    bottom: 7px;
    left: 25px;
  }

  /* Localization */
  .localization {
    background-image: none;
    background-color: var(--primary-color);
    height: auto;
  }

  .localization-text {
    width: 100%;
    opacity: 1;
  }

  .localization-title {
    padding-top: 60px;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .localization .custom-list {
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .localization img {
    width: 100%;
  }

  .btn-sl-secondary {
    max-width: 100%;
    margin-top: 32px;
    margin-bottom: 65px;
  }

  .stand-adress-gps img {
    width: 20px!important;
    height: 20px!important;
  }

  /* Stand */
  .stand {
    margin-top: 0;
    position: relative !important;
  }

  .stand .container-full {
    padding: 0;
    max-width: 100%;
  }

  .stand .container-full .row {
    margin: 0;
  }

  .stand .container-full .row .col-12 {
    padding: 0;
  }

  .stand img {
    border-radius: 0;
  }

  .stand p{
    font-size: 1rem;
  }

  .stand-adress {
    border-radius: 0;
    flex-wrap: wrap;
    text-align: center;
  }

  .stand-adress p {
    font-weight: 700;
    text-transform: uppercase;
  }

  .stand-map-container {
    overflow: auto;
    white-space: nowrap;
  }

  .stand-map-container-img {
    height: 794px;
    width: 1372px !important;
  }

  .stand-map-container-icon {
    position: absolute;
    margin-top: -99px;
  }

  .stand-map-container {
    overflow-x: overlay;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .stand-map-container-item {
    height: 794px;
    width: 1372px !important;
  }

  .stand-map-container::-webkit-scrollbar {
    width: 10px;
    height: 12px;
    border-radius: 10px;
    background-color: transparent;
  }

  .stand-map-container::-webkit-scrollbar-thumb {
    background: var(--secondary-color-green);
    border-radius: 10px;
    /* border: 2px var(--white) solid; */
    height: 6px;
    background-color: transparent;
  }

  .stand-map-container::-webkit-scrollbar-track {
    background: transparent;
    /* border: 1px solid var(--white); */
    border-radius: 10px;
    max-width: 90% !important;
    margin-left: 5vw;
    margin-right: 5vw;
    background-color: transparent;
  }

  .stand-map-container::-webkit-scrollbar-track-piece {
    max-width: 90vw;
    background-color: var(--white);
    height: 200px;
    border-radius: 10px;
    background-color: transparent;
  }

  .scrollbar {
    position: absolute;
    bottom: 200px;
    margin: 0 auto;
    width: 90%;
    height: 12px;
    background-color: #f1f1f1;
    z-index: 9;
    top: 20px;
    border-radius: 6px;
    margin-top: 848px;
  }

  .scrollbar-thumb {
    background-color: #f1f1f1;
    border-radius: 6px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 1px;
    padding-right: 1px;
  }
  .scrollbar-thumb-item {
    background-color: var(--secondary-color-green);
    border-radius: 6px;
    height: 8px;
    width: calc((100vw - 50px) * 0.2631578947368421);
    border: 1px solid var(--white);
  }

  /* Form 1 */
  .form-1 {
    height: auto;
    padding-top: 36px;
    padding-bottom: 0px;
  }

  .form-1-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .form-contact-options {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }

  .form-contact-options .formbody-customRadio:nth-child(1),
  .form-contact-options .formbody-customRadio:nth-child(3) {
    width: 40%;
  }

  .form-contact-options .formbody-customRadio:nth-child(2),
  .form-contact-options .formbody-customRadio:nth-child(4) {
    width: 60%;
  }

  .form-wrapper {
    padding-top: 0;
  }

  .form-1 .form-wrapper {
    padding-bottom: 60px;
  }

  .form-wrapper-formBody {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .form-1 .btn-sl {
    margin-top: 12px;
  }

  .form-wrapper .btn-sl {
    width: 100%;
  }

  /* Lots */
  .lots {
    padding-top: 32px;
    padding-bottom: 8px;
  }

  .lots-card {
    height: auto;
    padding: 40px;
    margin-left: -25px;
    margin-right: -25px;
    max-width: calc(100vw - 50px);
  }

  .lots-card p {
    padding-right: 0;
  }

  .lots-card ul li {
    padding-right: 0px;
}

  .lots h2 {
    padding-bottom: 32px;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-right: -10px;
    margin-left: -10px;
  }

  /* Lots Image */
  .lots-image {
    margin-top: 0px;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lots-image .container-full {
    padding: 0;
  }

  .lots-image img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    margin-left: 0%;
  }

  /* Leisure */
  .leisure {
    padding-top: 86px;
    padding-bottom: 40px;
  }

  .leisure .content-cards {
    max-width: calc(100vw - 50px);
  }

  .leisure .content-cards p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .leisure img {
    height: 40px;
    width: auto;
  }

  .leisure .content-cards-item {
    border: 1px solid var(--secondary-color-beige);
    border-bottom: none;
  }

  .leisure .content-cards-item:nth-child(2),
  .leisure .content-cards-item:nth-child(4),
  .leisure .content-cards-item:nth-child(6),
  .leisure .content-cards-item:nth-child(8) {
    border-right: none;
  }

  .leisure .content-cards-item:nth-child(8),
  .leisure .content-cards-item:nth-child(9) {
    border-bottom: 1px solid var(--secondary-color-beige);
  }

  .content-cards-item {
    padding: 38px 20px;
  }

  /* Intelligent services */
  .intelligent-services {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .intelligent-services p {
    font-size: 0.875rem;
  }

  .intelligent-services h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }

  .intelligent-services .content-cards {
    max-width: calc(100vw - 50px);
  }

  .intelligent-services .content-cards-item:nth-child(1) {
    border-top: 1px solid var(--white);
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    border-radius: 0;
  }

  .intelligent-services .content-cards-item:nth-child(2) {
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    border-radius: 00;
  }

  .intelligent-services .content-cards-item:nth-child(3) {
    border-top: none;
    border-right: 1px solid var(--white);
    border-bottom: 1px solid var(--white);
    border-radius: 0;
  }

  .intelligent-services .btn-sl {
    margin-top: 20px;
  }

  /* Green Localization */
  .green-localization {
    height: 571px;
    background-image: url('../img/green-localization/green-localization-bg-mobile-2x.webp');
    margin-top: -12px;
  }

  .green-localization-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  /* Datasheet */
  .datasheet .col-md-43 {
    display: none !important;
  }

  .datasheet .col-56,
  .datasheet .col-12 {
    padding-right: 25px;
  }

  .datasheet-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }

  .datasheet-subtitle {
    font-size: 1rem;
    margin-bottom: 32px;
  }

  .table td {
    font-size: 0.875rem;
  }

  .table-caption {
    font-size: 0.75rem;
  }

  .table-value{
    font-size: 0.875rem!important;
  }

  /* Monitoring of works */
  .monitoring-of-works h3 {
    font-size: 1.3125rem;
    line-height: 2.25rem;
    font-weight: 700;
  }

  .monitoring-of-works p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: left!important;
  }

  .monitoring-of-works .monitoring-of-works-description {
    margin-right: 0;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
  }

  .progress {
    margin-bottom: 20px;
  }

  .progress-bar-text {
    color: var(--white);
  }

  .monitoring-of-works-data-title {
    margin-top: 60px;
    margin-bottom: 36px;
  }

  .monitoring-of-works-data-title h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 3.5rem;
  }

  .monitoring-of-works-slider-mobile {
    margin-left: -25px;
    margin-right: -25px;
    display: flex;
  }

  .box-slider {
    padding: 0 10px;
  }

  .form-2 h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
  }

  .form-2-text-new{
    font-size: 12px!important;
  }

  /* Forms of Contact */
  .forms-of-contact {
    height: 75px;
  }

  .forms-of-contact a {
    justify-content: center;
  }

  .forms-of-contact img {
    width: 50px;
    height: 50px;
  }

  /* Footer */
  .footer-info {
    margin-top: 45px;
    display: flex;
    justify-content: center;
  }

  .footer-info-adress {
    width: 100%;
  }

  .footer-info-contact {
    width: 100%;
  }

  .footer-info-social-media {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .footer-info-social-media a {
    margin-bottom: 10px;
  }

  .footer-info-social-media a img {
    width: 25px;
    height: 25px;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }

  .footer-logo img {
    max-width: 159px;
  }

  footer .footer-text-small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-text {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  footer .footer-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 12px !important;
  }

  .footer-info-contact,
  .footer-info-adress,
  .footer-info-social-media {
    margin-bottom: 20px;
  }

  .footer-info-contact p,
  .footer-info-adress p,
  .footer-info-social-media p {
    margin-bottom: 0px;
  }

  .footer-info-adress {
    margin-left: 0;
  }

  footer hr {
    margin-bottom: 49px;
  }

  .footer-adress {
    margin-bottom: 12px;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin-left: -13px;
    margin-right: -13px;
  }

  .footer-text-small {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }

  /* ////////////////// */

  /* GERAL */

  .displayDesktop{
    display: none;
  }

  .displayTablet{
    display: none;
  }
  
  .displayMobile{
    display: block;
  }

  .bk-desktop{
    display: none;
  }
  
  .bk-mobile{
    display: block;
  }
  
  .bk-tablet{
    display: none;
  }

  /* OWL CAROUSEL */

  .owl-theme .owl-dots .owl-dot span{
    width: 60px!important;
    height: 20px;
    background: red;
    display: block; 
    transition: opacity .2s ease;
    border-radius: 0px!important;
  }

  .owl-dots{
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }

  /* CELEBRATE LIFE */

#celebrate_life h1{
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 36px;
  color: #FFFFFF;
}

#celebrate_life p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}

#celebrate_life .box_text{
  position: absolute;
  top: 30%;
  left: 50%;
  width: 87%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
  
}

@media only screen and (max-width: 430px) {

  .intro-carousel {
    background-image: url('../img/intro-carousel/bg-mobile-1x.webp');
  }

  .about {
    background-image: url(../img/about/banner-sobre-mobile-1x.webp);
  }
  .green-localization {
    background-image: url('../img/green-localization/green-localization-bg-mobile-1x.webp');
  }
}

@media only screen and (max-width: 420px) {
  :root {
    font-family: var(--main-font-regular);
    font-size: 15px;
    line-height: 23px;
  }

  body {
    font-family: var(--main-font-regular);
    font-size: 15px;
    line-height: 23px;
  }
  .footer-text-small,
  .caption,
  .table-caption,
  .footer-adress {
    font-size: 12px;
    line-height: 15px;
  }

  .slick-slide img {
    height: 260px!important;
  }
}

@media only screen and (max-width: 399px) {
  :root {
    font-family: var(--main-font-regular);
    font-size: 14px;
    line-height: 22px;
  }

  body {
    font-family: var(--main-font-regular);
    font-size: 14px;
    line-height: 22px;
  }

  .monitoring-of-works h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .content-cards-item {
    padding: 25px 20px;
  }

  .slick-slide img {
    height: 220px!important;
  }
}

@media only screen and (max-width: 345px) {
  .form-contact-options .formbody-customRadio:nth-child(1),
  .form-contact-options .formbody-customRadio:nth-child(3) {
    width: 100%;
  }

  .form-contact-options .formbody-customRadio:nth-child(2),
  .form-contact-options .formbody-customRadio:nth-child(4) {
    width: 100%;
  }

  .slick-slide img {
    height: 200px!important;
  }
}

@media only screen and (max-width: 320px) {
  .forms-of-contact img {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 280px) {
  .slick-slide img {
    height: 165px!important;
  }
}