/*
Theme Name: critec
Theme URI: https://critec.pt/
Author: critec
Author URI: https://critec.pt/
Description: critec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: critec
*/

/*
Theme Name: critec
Theme URI: https://critec.pt/
Author: critec
Author URI: https://critec.pt/
Description: critec
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: critec
*/


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');




 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    margin:0 !important;
}

body {
    font-family: 'Barlow', semi-condensed;
}

a, span, h1, h2, h3, h4, h5 {
    font-family: 'Barlow', semi-condensed;
}

 /* .container {
    margin-left: 280px !important;
}  */



/************************************************** HEADER ***************************************************************************/
header {
    z-index: 5 !important;
}

.navbar-brand.mx-auto{
    margin-top: -3px;
}

.navbar {
    
    margin: 27px 47px;
    border: 1px solid #EFE4D3;
    border-radius: 37px;
    opacity: 1;
    background-color: rgba(244, 240, 237, 0.23) !important;
    padding:0.8rem 6rem !important;
   

}
header {
    position:absolute !important;
    width:100%;
}

.navbar a, span {
    font-size: 20px;
}

.navbar-brand {
    color: #EFE4D3 !important;
}

.navbar-nav a{
    color: #EFE4D3 !important;
}

.navbar-brand.mx-auto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.navbar-nav.ml-auto  .nav-link {
    font-family: 'Barlow', semi-condensed;
    font-size:20px;
    color:#EFE4D3;
    font-weight: 300;
    letter-spacing: 0.1px;

}

.navbar.navbar-expand-lg.navbar-light   .dropdown-menu,
.navbar.navbar-expand-lg.navbar-light   .dropdown-item:hover
{
    background-color: rgba(244, 240, 237, 0.23) !important;
}

.navbar.navbar-expand-lg.navbar-light.alt-navbar  .dropdown-menu,
.navbar.navbar-expand-lg.navbar-light.alt-navbar .dropdown-item:hover
{
    background-color: #fff !important;
}

.navbar.navbar-expand-lg.navbar-light .navbar-nav.mr-auto.d-flex.align-items-center{
    gap:12px;
}

.navbar-nav.ml-auto {
    gap:25px;
}




/******************************************************HEADER RESPONSIVE MOBILE**********************************************************/



@media (max-width: 1200px) {
    .navbar-brand.mx-auto {
        display:flex;
        flex-wrap: nowrap;
        flex-direction: column;
        align-content: stretch;
        align-items: stretch;
        justify-content: center;
        position: unset; 
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: 0 !important;
        zoom: 0.8;
    }
    .navbar {
        margin: 0;
        border-radius: 0;
        background-color: rgba(146,146,138, 1) !important;
        padding:1rem 1rem !important;
    
    }
    .navbar-nav.mr-auto.d-flex.align-items-center {
        display:none !important;
    }

    .navbar-nav {
        padding-top: 15px;
    }

    .main-title .main-title-first {
        font-size: 50px !important;
    }
    .main-title .main-title-second {
        font-size: 70px !important;
    }

    .d-flex.flex-column.flex-sm-row.justify-content-between.py-4.my-4.border-top {
        display:flex !important;
        align-items: center !important;
    }
    
    .navbar-toggler:focus {
        box-shadow: none !important;
        outline:unset !important;
    }


   

    .rotating-button {
        margin-top: 50px;
        top:unset !important; 
        right: unset !important;
    }

    .home-second-section-right-text {
        padding-left: 15px !important;
        padding-top:100px !important;
    }

    .back-to-top {
        right: 20px !important;
    }
    .second-section-circle {
        bottom: -150px !important;
        right: 6vw !important;
    }

    .third-section-text {
        display: flex !important;
        flex-direction: column !important;
        justify-content: space-between !important;
        align-items: flex-start !important;
    }
    .nav-link {
        padding:unset !important;
    }

    .third-section-second-part {
        display: flex;
        margin-top: unset !important;
        margin-left: unset !important;
        flex-direction: column;
    }

    .third-section-second-part-text {
        width: 100% !important;
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin: 0 !important;
        padding-bottom: 30px !important;
    }

    .third-section-third-part-top-img-two.col-md-6 p {
        text-align: unset !important;
    }
    .third-section-third-part-below {
        transform:unset !important;
    }

    .third-section-third-part-top.row img {
        max-width: 100% !important;
    }
    .third-section-third-part-below img {
        height: unset !important;
        max-width: 100% !important;
    }

    .row.justify-content-center {
        justify-content: left !important; 
      }

    .list-unstyled.d-flex {
        gap: 30px !important;
        display:flex !important;
        flex-direction: column !important;
    }
   

    .list-unstyled.d-flex .ms-3 {
        text-align: center;
        margin-left: 0 !important; /* Overrides the margin-left for mobile screens */
      }

    .container.d-flex.flex-column.flex-sm-row.justify-content-between.py-4.my-4 > .list-unstyled.d-flex:nth-child(2) {
        padding-top: 30px; 
    }

    .events-first-section .main-title {
        display: flex;
        align-items: flex-start !important;
        flex-direction: column;
    }

    .col-md-12.events-first-section .container {
        padding:0 !important;
    }


    .events-second-section {
        padding-top: 70px !important;
    }

    .events-second-section .container .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 40px;

    }

.events-forth-section .col-md-6 {
        width: 100%; /* Stack columns vertically on small screens */
    }

    .events-forth-section-text {
padding: 0px 30px !important;
    }

    .events-forth-section .gallery-image {
        height: 480px !important;
    }

   .hotel-second-section .container .row {
    display: flex;
    flex-direction: column;
    gap: 30px;
   }

   .hotel-forth-section{
    overflow-x: hidden;
   }

   .hotel-forth-section-first-part {
    display:flex;
    flex-direction: column !important;

   }

   .hotel-forth-section-first-part img {
    margin-right: -60px;
    overflow-x: hidden;
   }

   .hotel-forth-section-second-part h1 {
    font-size: 70px !important;
   }

   .hotel-fifth-section .hotel-fifth-section-top .container.row-wrapper {
        display:flex;
        flex-direction: column !important;
   }

   .hotel-fifth-section-top .container.row-wrapper .container.col:nth-of-type(2) {
    display: flex;
    justify-content: unset !important;
    padding-top: 30px;
   }

   .hotel-fifth-section-top.justify-content-center.align-items-center .container.row-wrapper .container.col {
    padding-left:0 !important;
   }

   .row.border-top div:nth-of-type(3) {
    padding-left: 15px !important;
   }

   .hotel-fifth-section-bottom {
    padding-bottom: 40px !important;
   }

   .hotel-fifth-section-bottom p {
    padding-bottom: 0 !important;
   }

   .about-first-section.justify-content-center.align-items-center .container.row-wrapper {
    padding-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 20px !important;
    flex-direction: column;
   }

   .about-first-section.justify-content-center.align-items-center .container.row-wrapper .container.col {
    padding-left:0 !important;
   }

   .about-third-section .container {
    display: flex;
    align-items: flex-start !important;
    flex-direction: column !important;
   }


   .about-third-section-text.container {
    width: 100% !important;
   }

   .about-third-section-text.container h8 {
    text-align: left !important;
   }

   .about-third-section .container .col {
    padding-left:0 !important;
   }

   .about-third-section .container:nth-child(2) {
    padding-bottom: 60px !important;
   }

   .third-section-text.col {
    margin-top: 40px !important;
   }

   .varanda-quarto-deluxe {
    width: 100% !important;
   }

   .about-third-section .container:nth-child(3) {
    padding-bottom: 60px !important;
   }

   .about-third-section .container .col {
    padding-bottom: 40px !important;
   }

   .about-third-section .container {
    display:flex;
    align-items: center !important;
   }
   .contact-first-section.justify-content-center.align-items-center .container.row-wrapper {
    display:flex;
    flex-direction:column !important;
   }

   .formulario.container.col {
    padding-top: 100px !important;
   }

   .contact-first-section {
    padding-bottom: 0px !important;
   }

   .dropdown-menu {
    background-color: #fff !important;
   }

   .room-first-section .main-title {
    white-space: normal !important;
   }

   .room-first-section .container .main-title .main-title-second {
    padding-top: 10px;
   }

   .room-second-section .container .row {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 30px;
   }

   .room-section-circle {
    margin-left: unset !important;
   }

   .room-forth-section-bottom {
    padding-bottom: 45px !important;
   }

   .room-forth-section .slide-item {
    width: 100%; /* Each slide item takes full width of the screen */
    max-height: 300px; /* Adjust as needed */
    object-fit: cover; /* This will cover the area without stretching the image */
}

.room-forth-section-content .slick-prev, .room-forth-section-content .slick-next {
    bottom: -80px !important;
}

.slick-dots {
    bottom: -50px !important;
}

.room-second-section {
    padding-bottom: 80px !important;
}

.navbar-toggler-icon {
    filter: invert(88%) sepia(8%) saturate(748%) hue-rotate(343deg) brightness(103%) contrast(96%);
}

.navbar-light .navbar-toggler {
border:none !important;
}

.navbar.navbar-expand-lg.navbar-light  .dropdown-menu {
    background-color: rgba(146,146,138, 1) !important;
}

.navbar.navbar-expand-lg.navbar-light.alt-navbar .dropdown-menu {
    background-color: #fff !important;

}

.contact-top.container {
    padding-left:0 !important;
}

.formulario.container.col {
    padding-left: 0 !important;

}


.navbar.navbar-expand-lg.navbar-light.alt-navbar .navbar-toggler-icon{
    filter: invert(68%) sepia(29%) saturate(307%) hue-rotate(347deg) brightness(96%) contrast(90%);


}

.quartos-list {
    padding-bottom:60px;
}

.main-title .main-title-second {
    margin-bottom: 10px;
}

.about-gallery-section {
    display:none;
}

li::marker {
    font-size: 15px;
}

.about-background {
    object-fit: cover;
}

.events-third-section .container img {
    zoom: 0.8;
    width: calc(100vw - -237%) !important;
}





.wpcf7-form-control.wpcf7-submit.has-spinner {
    
    color: #ffff !important;
    background-color: #B7A184 !important;
    
}


.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background-color:#ffff !important;
    cursor:pointer;
    color: #B7A184 !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner input[type='submit']:hover{
    color:#B7A184 !important;
    cursor:pointer;
}


.wpcf7-form-control.wpcf7-submit.has-spinner .btn-link{
    color:#B7A184  !important;
    
}


.submit-container::before {

    content: url(https://critecws.com/quintadoeden/wp-content/themes/critec/assets/img/Seta-Botao-Branco-01.svg) !important;


}

.submit-container::after {
    content: url(https://critecws.com/quintadoeden/wp-content/themes/critec/assets/img/Seta-Botao.svg) !important;

}

}

@media (min-width: 1201px) and (max-width: 1600px){
    .navbar-brand.mx-auto {
        left:19rem;
    }

    .navbar {
        padding:0.8rem !important;
    }
    .navbar-nav.ml-auto {
        gap:10px !important;
    }

}


/**************************************HERO SECTION OF HOMEPAGE ^******************************************************/
.home-hero-section {
    padding:unset !important;
     margin:unset !important;
     max-width:100% !important;
    
 }


 .hero-section-text{
    position:absolute;
    top:0;
    z-index: 1!important;
    width:100%;
    height: 100vh;
    display:flex;
    align-items:center;
 }



 .hero-section-text h5{
    font-family: 'Barlow', semi-condensed !important;
    font-size: 20px !important;
    color:#EFE4D3 !important;
    font-weight: 400 !important;
    margin:0 !important;
    letter-spacing: 0.1px;
 }

 .hero-section-text h1{
    font-family: 'Cormorant', sans-serif !important;
    color: #EFE4D3 !important;
    font-size: 150px !important;

 }

.bg {
    width:100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
  
}




.hero-section-text .estrela-text.col-md-12 {
    display: flex;
    justify-content: flex-start;
}

.hero-section-text .without-estrela-text.col-md-12{
    display: flex;
    flex-direction: column;
}

.without-estrela-text.col-md-12 h1 {
    font-family: 'Cormorant';
    font-size: 150px;
    letter-spacing: 0px;
    color: #EFE4D3;
    font-weight: 600; 
    font-style: italic; 
    line-height: 0.8;
    padding-top: 30px;

}

 .rotating-button {
    position: absolute;
    width: 195px;
    height:195px;
    right: 10%;
    top: 45%;
  }

  .arrow-sobre-nos {
    position: absolute;
    top: 50%;
    left: 50%;
   
    transform: translate(-50%, -50%);
    background-color: transparent; /* Making button background transparent */
    border: none;
    cursor: pointer;
  }

  .rotating-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transform-origin: 100px; /* Adjust this to move the text further out or closer to the button */
    animation: rotate 10s linear infinite;
  }

  @keyframes rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  } 


 

/****************************************************SECOND SECTION****************************************************/

.home-second-section {
    display:flex;
    overflow-x: hidden;

}


.home-second-section-right {

    position:relative;
}
.home-second-section-right-text {
    position: absolute;
    top:0;
    padding-top:150px;
    padding-left: 150px;
}

.home-second-section-left img {
    width: 50vw !important;
    height: 100vh !important;
    object-fit: cover;
}

.home-second-section-right .bg-second-section {
    width: 50vw;
    height: 100vh;
    object-fit: cover;
}

.home-second-section-right-text .estrela-text-second-section {
    display:flex;
    padding-bottom: 20px;
}

.estrela-text-second-section h5 {
    font-family: 'Barlow', semi-condensed;
    font-size: 25px ;
    letter-spacing: 0.13px;
    color: #B7A184;
    font-weight: 400 !important;
    margin:0 !important; 
    padding-left: 17px;  
}

.home-second-section-right-text .estrela-text-second-section img {
    filter: brightness(70%); /* Adjust brightness percentage to darken the image */
}

.main-title .main-title-first {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 100;    
    font-size: 80px;
    
}

.main-title .main-title-second {
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-size: 100px;
    font-weight: 100;
    letter-spacing: 0px;
    color: #2E483A;
    line-height: 0.8;
    margin-bottom: 4vh;
}

.second-section-estadia {
    
    margin-bottom: 20px ;
    color: #2E483A;
}

.second-section-estadia span {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.13px;
    color: #2E483A;
}   

.quartos-list {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 25px;
    letter-spacing: 0.13px;
    color: #2E483A;
}

.quartos-list li {
    padding-bottom: 10px;
}

.second-section-circle {
    width: 177px; 
    height: 177px;
    border: 1px solid #B7A184; 
    border-radius: 50%; 
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #B7A184;
    position: absolute;
    bottom:-55px;
    right: 44px;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background color and text color */
}

.second-section-circle:hover{
    background-color:#B7A184 ;
    cursor:pointer;
}

.second-section-circle:hover span{
    color:#ffff ;
    cursor:pointer;
}






/****************************************************SECOND SECTION MOBILE RESPONSIVE***********************************************************************/

@media (max-width: 768px) { 
    .home-second-section {
        display:block;
    }
    .home-second-section-left img {
        width: 100vw !important;
    }
    .home-second-section-right .bg-second-section {
        width: 100vw;
    }
    .hero-section-text h1 {
        font-size: 70px !important;
    }
}

/*****************************************************THIRD SECTION************************************************************************/


.home-third-section {
    display:flex;
    overflow-x: hidden;
    flex-direction: column;
    padding-top: 100px;

}

.estrela-text-third-section-top.row{
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
}

.estrela-text-third-section-top.row img {
    height: 40px;
    width: 40px;
    filter: brightness(70%);
}

.estrela-text-third-section-top.row h5{
    font-family: 'Barlow', semi-condensed !important;
    font-size: 20px !important;
    color:#B7A184 !important;
    font-weight: 400 !important;
    margin:0 !important; 
    padding-left: 10px; 
}

.third-section-text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.btn.btn-primary.btn-second {
    position: relative;
    width: 210px;
    height: 58px;
    border: 1px solid;
    border-radius: 31px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B7A184;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
    z-index: 5;
    gap: 5px;
}

.btn.btn-primary.btn-second a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.btn.btn-primary.btn-second:hover {
    background-color: #B7A184;
    cursor: pointer;
    color: #fff;
}

.btn.btn-primary.btn-second:hover a {
    color: #ffffff;
}

.btn.btn-primary.btn-second span {
    white-space: nowrap;
    font-size: 18px;
}

.btn.btn-primary.btn-second:hover .btn-link {
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: none;
}


.btn-link {
    color: #B7A184 !important;
}

.arrow-hover {
    width: 16px !important;
    height: auto !important;
}


.btn.btn-primary.btn-second {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Ensures nothing spills outside the button */
    padding-right: 20px;
}

.btn.btn-primary.btn-second .arrow,
.btn.btn-primary.btn-second .arrow-hover {
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute; /* Aligns both images on top of each other */
    top: 18px;
   
}

 .room-section-circle a {
    text-decoration: none !important;
 }


.room-section-circle .circle-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.room-section-circle .circle-content .arrow,
.room-section-circle .circle-content .arrow-hover {
    transition: opacity 0.1s ease, visibility 0s linear 0.1s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom:25px;
}

.room-section-circle .circle-content .arrow {
    opacity: 1;
    visibility: visible;
}

.room-section-circle:hover .circle-content .arrow {
    opacity: 0;
    visibility: hidden;
}

.room-section-circle:hover .circle-content .arrow-hover {
    opacity: 1;
    visibility: visible;
}



.btn.btn-primary.btn-second .arrow {
    opacity: 1; /* The default arrow is visible */
    visibility: visible;
    transition-delay: 0s; /* Transition for this image appears immediately */
    top: 18px;
}

.btn.btn-primary.btn-second:hover .arrow {
    opacity: 0;
    visibility: hidden;
    top: 18px;
    
}

.btn.btn-primary.btn-second:hover .arrow-hover {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s; /* Transition for this image appears immediately */
    top: 18px;
}



.third-section-second-part {
    display:flex;
    justify-content: flex-end;
    margin-top: -165px;
    margin-left: 155px;
}

.third-section-second-part-text {
        width: 310px;
        padding-top: 150px;
        /* padding-left: 100px; */
        /* padding-right: 75px; */
        margin-left: 100px;
}

.third-section-second-part-text p {
    font-family: 'Barlow', semi-condensed;
    font-size: 20px;
    letter-spacing: 0.1px;
    color: #2E483A;
    text-align: left;

}

.third-section-second-part-text h4{
    font-family: 'Cormorant', italic, sans-serif;
    font-size: 40px;
    letter-spacing: 0.2px;
    color: #2E483A;
    text-align: left;
    font-style: italic;

}

.third-section-third-part-top-img-one.col-md-6 p {
    padding-top: 28px;
    font-family: 'Barlow', semi-condensed;
    letter-spacing: 0.1px;
    color: #2E483A;

}

.third-section-third-part-top-img-two.col-md-6 p {
    padding-top: 28px;
    font-family: 'Barlow', semi-condensed;
    letter-spacing: 0.1px;
    color: #2E483A;
    text-align: center;
    padding-right: 135px;


}


.third-section-third-part-below p {
    padding-top: 28px;
    font-family: 'Barlow', semi-condensed;
    letter-spacing: 0.1px;
    color: #2E483A;
    text-align: left;
}


.third-section-third-part-top {
    display: flex;
    justify-content: center;
    align-items: center;
}




.third-section-third-part-below {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translate(33%, 0px);
}

.third-section-third-part-below img {
    width:600px;
    height:370px;

}












/**********************************************************SECTION FOUR ********************************************************************/



.home-forth-section {
    display:flex;
    overflow-x: hidden;
    flex-direction: column;
    padding-top: 100px;

}


.gallery-image {
    min-height: 100% !important;
    max-height: 400px;
    height: auto; 
    object-fit: cover; 
}




/***************************************** EVENTS FIRST SECTION ***********************************************************/
.col-md-12.events-first-section {
    overflow:hidden;
}

.events-first-section{
    padding-top:200px;
    display:flex;
    overflow-x: hidden;
    flex-direction: column;
}

.estrela-text-first-section img {
    filter: brightness(70%);
}
.estrela-text-first-section {
    display:flex !important;
    align-items: center;
    padding-bottom:20px;

}

.estrela-text-first-section h5{
    margin:0 !important;
    font-family: 'Barlow', semi-condensed;
    font-size: 20px !important;
    letter-spacing: 0.1px;
    color: #B7A184;
    font-weight: 400 !important; 
    padding-left: 10px;
}


.events-first-section .main-title {
    display: flex;
    align-items: center;
}

.events-first-section  .main-title .main-title-first {
    padding-right: 15px;
}

.events-first-section  .main-title .main-title-second {
    padding-bottom: none !important;
    letter-spacing: 0 !important;
    color: #2E483A;


}

/******************************************************** EVENTS SECOND SECTION**************************************/
.events-second-section {
padding-top: 100px;
}


.events-second-section-circle {
    width: 177px; 
    height: 177px;
    border: 1px solid; 
    border-radius: 50%; 
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #B7A184;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background color and text color */

}

.events-second-section-circle span {
    font-size:17px;
    letter-spacing: 0.34px;
    color: #B7A184;
    text-align: center;

}


.events-second-section-circle:hover{
    background-color:#B7A184 ;
    cursor:pointer;
}

.events-second-section-circle:hover span{
    color:#ffff ;
    cursor:pointer;
}


.event-kind.col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%; /* Set a fixed height for consistent alignment */

    /* white-space: nowrap; */
}

.event-kind.col h7 {
    font-family: 'Barlow', semi-condensed;
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 0.1px;
    color: #2E483A;

}

.event-kind.col h8 {
    font-family: 'Barlow', semi-condensed;
    font-size: 20px;
    letter-spacing: 0.1px;
    color: #2E483A;
}

.event-kind.col img {
    height: 80px; 
    margin-bottom: 35px;
}


/******************************************************** EVENTS THIRD SECTION **************************************/

.events-third-section {
    display:flex;
    overflow-x: hidden;
    flex-direction: column;
    padding-top: 80px;
}

.events-gallery.row {
    padding-bottom: 15px;
}


.events-gallery.row .col-md-4 {
    overflow-x:hidden;
}






/********************************************************** EVENTS FORTH SECTION ***************************************************************/
.events-forth-section {
    
    overflow-x: hidden;
    padding-top: 80px;

}

.events-forth-section h1 {
    font-family: 'Cormorant', italic;
    font-style: italic;
    font-size: 100px;
    letter-spacing: 0px;
    color: #2E483A

}
.service-list {
    font-family: 'Barlow', semi-condensed;
    font-size: 20px;
    letter-spacing: 0.1px;
    color: #2E483A;
    padding-bottom: 25px;
}

.events-forth-section .col-md-6{
    padding:0 !important;
}

.events-forth-section .gallery-image {
    max-height: 100% !important;
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

.events-forth-section-text {
    position: absolute;
    top:0;
    padding-top:250px;
    padding-left:150px;
}




/***********************************************************HOTEL FIRST SECTION**************************************************************/

.hotel-first-section{
    padding-top:200px;
    display:flex;
    overflow-x: hidden;
    flex-direction: column;
}

.hotel-division.col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.hotel-banner {
    margin-top:140px;
    width:100%;
    height:100vh;
    object-fit: cover;
}

.hotel-forth-section {
    padding-bottom: 100px;
}

.hotel-forth-section-first-part {
    display:flex;
    margin-top: 110px;
}

.hotel-forth-section-second-part h1 {
    font-family: 'Cormorant', italic;
    font-style: italic;
    font-size: 100px;
    letter-spacing: 0px;
    color: #2E483A;

}

.hotel-fifth-section{
    background-color: #F7F1E9;
}
.row-wrapper {
    margin-bottom: 42px; 
}
.row.border-top,
.row.border-top.border-bottom {
    padding-top:42px;
}

.hotel-fifth-section .hotel-fifth-section-top .container.row-wrapper{
    border-bottom: 1px solid rgba(183, 161, 132, 0.5);
    margin-bottom: 5px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-end;
    padding-top: 77px;
}

.hotel-fifth-section-top .container.row-wrapper .container.col:nth-of-type(2) {
    display: flex;
    justify-content: flex-end;

    font-family:'Barlow', semi-condensed;
    font-size:20px;
    letter-spacing: 0.1px;
    color: #2E483A;
}
 .row.border-top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.hotel-fifth-section .row.border-top.border-bottom {
    padding-bottom:42px;
}

.hotel-fifth-section-bottom {
    overflow-x: hidden;
    padding-bottom: 130px;
}

.hotel-fifth-section-bottom h2 {
    font-family: 'Cormorant',italic;
    font-style: italic;
    font-size:40px;
    letter-spacing: 0.2px;
    color: #2E483A;
}

.hotel-fifth-section-bottom img {
    height: 300px;
    width:370px;
}

.hotel-fifth-section-bottom p {
    font-family:'Barlow', semi-condensed;
    font-size:20px;
    letter-spacing: 0.1px;
    color: #2E483A;
    margin: 0;
}

.row.border-top div:nth-of-type(3) {
    padding-left: 50px;
}


.hotel-gallery-section {
    overflow-x: hidden;
}

.hotel-first-section .main-title .main-title-second {
    padding-bottom:80px;
}

.hotel-division.col img{
    padding-bottom: 35px;
}

.hotel-division.col h7 {
    font-family: 'Barlow', semi-condensed;
    font-size:20px;
    letter-spacing: 0.1px;
    color: #2E483A;
    text-transform: uppercase;
    text-align: left;
}


/************************************************** SOBRE NÓS ***********************************************************/

.about-first-section.justify-content-center.align-items-center{
    padding-top:200px;
}

.about-first-section.justify-content-center.align-items-center .container.row-wrapper{
    display: flex;
    align-items: center;
    gap:130px;
    padding-bottom: 100px;
}

.about-first-section .container.row-wrapper .container.col:nth-of-type(2) {
    font-family: 'Barlow', semi-condensed;
    font-size:20px;
    letter-spacing: 0.1px;
    color: #2E483A;
    margin-top: 60px;

}
.about-banner{
    width:100%;
    height:100vh;
    object-fit: cover;
}

.about-gallery-section {
    overflow-x: hidden;
}

.about-third-section {
    padding-bottom: 90px;
    padding-top: 100px;
    position: relative;
}

.about-background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -5;
}

.about-third-section .container{
    display:flex;
    align-items: center;
}

.about-third-section-text {
    display:flex;
    flex-direction: column !important;
}

.about-third-section .container:nth-child(2) {
    padding-bottom: 100px;
    
}

.third-section-text.col {
    margin-top:88px;
}

.about-third-section .container:nth-child(3) {
    padding-bottom: 160px;
    
}

.about-third-section-text.container {
    width:670px;
}

.about-third-section .about-section-circle{
    width: 177px; 
    height: 177px;
    border: 1px solid; 
    border-radius: 50%; 
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #B7A184 !important;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background color and text color */

    
}


.about-third-section .about-section-circle span {
    color: #B7A184 !important;
}



.about-third-section .about-section-circle:hover{
    background-color:#B7A184 ;
    cursor:pointer;
}

.about-third-section .about-section-circle:hover span{
    color:#ffff !important;
    cursor:pointer;
}

.about-third-section span {
    letter-spacing: 0.1px;
    color: #2E483A;
}

.about-third-section-text.container h8 {
    text-align:center;
    padding-bottom: 40px;
    font-family: 'Barlow', semi-condensed;
    font-size: 20px;
    letter-spacing: 0.1px;


}

.about-third-section h7 {
    font-family: 'Barlow', semi-condensed;
    font-size: 20px;
    letter-spacing: 0.1px;
    color: #2E483A;
    padding-top: 25px;
}

.varanda-quarto-deluxe {
    padding-bottom: 25px;
}


/********************************************** CONTACT *****************************************************/
.contact-top.container {

    padding-top: 200px;
}

.contact-first-section {
    padding-bottom: 100px;
}


.contact-first-section.justify-content-center.align-items-center .container.row-wrapper{
    display:flex;
    align-items: center;
}

.contact-emails {
    display:flex;
    flex-direction:column;
}

.navbar-nav.mr-auto.d-flex.flex-row.align-items-center {
    gap:12px;
}

.contact-top.container.col .main-title .main-title-first {
    white-space: nowrap;
}

.contact-top.container.col .main-title .main-title-second {
    white-space: nowrap;
}

.phone-number {
    padding-bottom: 10px;
}

.phone-number h3 a{
    font-family: 'Barlow';
    font-size: 35px;
    letter-spacing: 0.17px;
    color: #2E483A;
    font-weight: 300;
    padding-top:40px;
    margin:0;
}
.phone-number span {
    font-family: 'Barlow', semi-condensed;
    font-size: 13px;
    letter-spacing: 0.07px;
    color: #2E483A;
}

.contact-emails {
    padding-bottom: 20px;
}

.contact-emails h9 a {
    font-family: 'Barlow', semi-condensed;
    font-size: 20px;
    letter-spacing: 0.1px;
    color: #2E483A;
}

.contact-social-media {
    padding-bottom:20px;
}

.contact-social-media li {
    filter: brightness(40%);
}

.contact-social-media .nav-item {
    margin-right: 15px; /* Adjust spacing between icons */
}

.contact-social-media .nav-link {
    font-size: 25px; /* Set the size of the icons */
}

/* Invert the colors of the Facebook icon */
.inverted-icon {
    
    border-radius: 50%; /* Make the background circular */
    padding: 0; /* Add padding to the background */
    margin: 0 -5px; /* Adjust margin to align with other icons */
}



.contact-address h9{
    font-family: 'Barlow', semi-condensed;
    letter-spacing: 0.1px;
    color: #2E483A;

}


/***************************************************FOOTER****************************************************/
.col-6.col-md-2.mb-3 a h6 {
    transition: color 0.3s ease; /* Smooth transition for color change */
}

.col-6.col-md-2.mb-3 a h6:hover {
    color: #EFE4D3 !important; /* Change color on hover */
}
.col-6.col-md-2.mb-3 h5 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    color: #B7A184 !important;
    letter-spacing: 0.13px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 0.13px;
    white-space: nowrap;
    padding-bottom: 23px;

}

.col-6.col-md-2.mb-3 h6 {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 20px ;
    letter-spacing: 0.1px;
    color: #2E483A !important;
    text-decoration: none !important;
    font-weight: 400;

}

.nav-item.mb-2.number-contact h6 a {
    font-size: 30px;
    letter-spacing: 0.15px;
    color: #2E483A;
    text-decoration: none;
    font-weight: 300;
}

.nav-item.mb-2.email-contact a{
    text-decoration: none;
    color: #2E483A;
}


.nav-item.mb-2.number-contact {
    height:35px;
}

.nav-item.mb-2.subtitle-number-contact h6 {
    font-size: 13px;
    letter-spacing: 0.07px;
    color: #2E483A; 
}


.list-unstyled.d-flex {
    align-items: center;
}


.list-unstyled.d-flex {
    padding:0;
    margin:0;
}


.border-top {
    border-color: #F8F1E9;
}

.ms-3.rights-text {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #B7A184;
    letter-spacing: 0.3px;


}

.ms-3.critec-text {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #B7A184;
    letter-spacing: 0.3px;
}

.ms-3.critec-text b {
    font-family: 'Gilroy';
    font-weight: 900;
    font-size: 18px;
}

/* .back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #B7A184;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    transition: background-color 0.3s ease;
    z-index: 9999;
}







.back-to-top:hover {
    background-color: #8e7b63;
    color: #fff;
} */


/* Circular Progress Bar */
.progress-circle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
}

.progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    pointer-events: none;
}

.progress-ring__circle {
    stroke: #444;
    stroke-linecap: round;
    stroke-dasharray: 0, 164;
    transition: stroke-dasharray 0.3s;
}

.back-to-top {
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent !important;
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
    transition: background-color 0.3s, transform 0.3s;
}

.back-to-top:hover {
    background-color: #555 !important;
    color: #fff !important;
}

.back-to-top i {
    transition: transform 0.3s;
}






/*********************************************PAGINA SINGLE QUARTO *********************************************************/

.room-first-section{
    padding-top:200px;
    display:flex;
    flex-direction: column;
}


.room-first-section .main-title .main-title-first {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 100;    
    font-size: 80px;
    padding-right: 10px;
    
}

.room-first-section .main-title .main-title-second {
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-size: 100px;
    font-weight: 100;
    letter-spacing: 0px;
    color: #2E483A;
    line-height: 0.8;
}

.room-first-section .main-title {
    white-space: nowrap; /* Prevent line breaks */
    padding-bottom: 83px;
}

.room-first-section .main-title-first, .main-title-second {
    display: inline-block; /* Display h1 elements inline */
    margin: 0; /* Remove default margins */
}


.room-division.col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.room-division.col img{
    padding-bottom: 35px;
    height: 90px;
    width: auto;
}

.room-division.col h7 {
    font-family: 'Barlow', semi-condensed;
    font-size:20px;
    letter-spacing: 0.1px;
    color: #2E483A;
    text-transform: uppercase;
    text-align: left;
}

.room-second-section {
    padding-bottom: 130px;
}


.room-section-circle {
    padding-top: 12px;
    width: 177px; 
    height: 177px;
    border: 1px solid; 
    border-radius: 50%; 
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #B7A184;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background color and text color */

    display: flex !important;
    flex-direction: column;
    margin-left: 280px;
}

.room-section-circle span {
    font-size:17px;
    letter-spacing: 0.34px;
    color: #B7A184;
    text-align: center;

}


.room-section-circle:hover{
    background-color:#B7A184 ;
    cursor:pointer;
}

.room-section-circle:hover span{
    color:#ffff ;
    cursor:pointer;
}

.room-banner {
    width:100%;
    height:100vh;
    object-fit:cover;
}






/********************************************SINGLE PAGE QUARTO****************************************************/



.room-forth-section-bottom h3 {
    font-family: 'Cormorant', italic;
    font-style: italic;
    font-size:40px;
    letter-spacing: 0.2px;
    color: #2E483A;
    padding-bottom:20px;
}

.room-forth-section-bottom {
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 36px;
}

.room-forth-section .bg-forth-section {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.room-forth-section {
    position: relative; /* Set position to relative to contain absolute positioned elements */
}

.bg-forth-section {
    position: absolute; /* Position the background image absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1; /* Set z-index to push the background behind other content */
}

.room-forth-section-content {
    position: relative; /* Set position to relative to contain absolute positioned elements */
    z-index: 1; /* Set z-index higher than the background to bring content to the front */
}



/***************************************SLICK SLIDE*************************************************************/
.slick-dotted.slick-slider {
    padding-top:70px;
}

.slick-slide img {
    height: 500px;
    width: 100%;
}

/* 
.gallery-image {
    margin-bottom: 60px;
} */

.slide-item {
    margin-bottom: 60px;
}

.slick-list {
    margin: 0;
    padding: 0;
}
.slick-track {
    padding-bottom: 40px;
}

.slick-dots li button:before {
    font-size: 30px !important;
    color: black !important;
}

/* .slick-prev, .slick-next {
    position: absolute;
    z-index: 3 !important;
    color: black !important;
    font-size: 50px !important;
}


.slick-prev {
    left: 50%;
    transform: translateX(-50%);
}

.slick-next {
    right: 50%;
    transform: translateX(50%);
} */

.slick-next {
    right:unset !important;
}

.slick-next:before {
    content:none !important;
}

.slide-item {
    margin: 0 20px;
  }


  /*************************************************FORMULARIO CONTACT FORM*****************************************************/

  .formulario.container.col {
    padding-top:370px;
}

.formulario.container.col form .wpcf7-list-item.first, 
.formulario.container.col form  .wpcf7-list-item.last {
    margin:0 !important;
    font-family: 'Barlow';
    font-size:20px;
    letter-spacing: 0.1px;
    color: #2E483A;


}
.formulario.container.col .col-md-12 {
    font-family: 'Barlow';

}
.formulario.container.col .wpcf7-list-item.first .wpcf7-list-item-label,
.formulario.container.col .wpcf7-list-item.last .wpcf7-list-item-label
 {
    font-family: 'Barlow';
    letter-spacing: 0.1px;
    color: #B7A184;


}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -9px;
    left: -1px;
    position: relative;
    background-color: #FFFFFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #B7A184;
}

input[type='radio']:checked:after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    top: -12px;
    left: 2px;
    position: relative;
    background-color: #B7A184;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
    padding: 3px;
    box-sizing: border-box;
}

.formulario.container.col form .wpcf7-list-item.first {
    margin-right: 36px !important;


}

.formulario.container.col form input[type='text'],
.formulario.container.col form input[type='email'] {
    border-radius: 28px;
    padding:8px 20px;
    width:100%;
    color: #B7A184;
    font-family: 'Barlow';
    font-size: 20px;
    letter-spacing: 0.1px;
    border: 1px solid #B7A184;
}

.formulario.container.col form input[type='radio'] {
    margin-right:6px;
    border: 1px solid #B7A184;
}

.formulario.container.col form textarea {
    border-radius:20px;
    resize: none;
    width:100%;
    padding: 8px 20px;
    color: #B7A184;
    font-family: 'Barlow';
    font-size: 20px;
    letter-spacing: 0.1px;
    border: 1px solid #B7A184;
}


.formulario.container.col form .wpcf7-list-item {
    margin:0;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 163px; 
    height: 58px;
    border: 1px solid; 
    border-radius: 31px; 
    text-align: center; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    color: #B7A184;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for background color and text color */
    z-index: 5;
    gap:5px;
    text-transform: uppercase;
    font-size: 18px;

}


.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    background-color:#B7A184 ;
    cursor:pointer;
    color: #fff;
}

.wpcf7-form-control.wpcf7-submit.has-spinner input[type='submit']:hover{
    color:#ffff ;
    cursor:pointer;
}

.wpcf7-form-control.wpcf7-submit.has-spinner span {
    white-space: nowrap;
    font-size: 18px; 
}

.wpcf7-form-control.wpcf7-submit.has-spinner .btn-link{
    color:#ffff  !important;
    cursor:pointer;
    text-decoration: none;
}


.formulario.container.col form input[type='checkbox']:checked {
    color: #B7A184;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
    font-family:'Barlow';
    font-size: 13px;
    letter-spacing: 0.07px;

}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label a {
    color: #B7A184 !important;
}

.checkbox.col-md-12 {
    border-radius: 50% !important;
}




/* Tentativa de alterar o radio button do contact form */
/* .wpcf7-list-item input[type='checkbox'][name='acceptance-481'] {
    border-radius: 50% !important;
} */




/****************************************************ALT HEADER**********************************************************************/

.navbar.navbar-expand-lg.navbar-light.alt-navbar .navbar-nav.ml-auto .nav-link {
    color:#B7A184 !important;
    letter-spacing: 0.1px;
    opacity: 1;

}

.navbar.navbar-expand-lg.navbar-light.alt-navbar {
    background-color: #fff !important;
}



.navbar.navbar-expand-lg.navbar-light.alt-navbar .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #B7A184 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


/* Media Query For the Container  */
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 972px !important;
    }
    }

    
@media (min-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1180px !important;
    }
    }
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1380px !important;
}
}


/* Arrow Styles of Gallery (SINGLE PAGE HOTEL) */
.room-forth-section-content .slider-container {
    position: relative;
}

.room-forth-section-content .slick-prev,
.room-forth-section-content .slick-next {
    position: absolute;
    
    z-index: 10;
    cursor: pointer;
    border: 1px solid;
    border-radius: 50%;
    border-color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    bottom: -50px;
    top: unset;
    

   
}

.room-forth-section-content .slick-prev::before ,
.room-forth-section-content .slick-next::before {
    content: "";
}

.room-forth-section-content .slick-prev {
    left: 50px;
}

.room-forth-section-content .slick-next {
    right: 50px !important;
    left:unset;
}

.room-forth-section-content .slick-prev i,
.room-forth-section-content .slick-next i {
    font-size: 18px; 
    color: #000; 
}

.room-forth-section-content .slick-prev:hover i,
.room-forth-section-content .slick-next:hover i {
    color: #BAB5AF; 
} 

.room-forth-section-content .slick-prev:hover,
.room-forth-section-content .slick-next:hover {
    border-color: #BAB5AF; 
} 

.description-legal p {
    font-family:'Barlow';
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.1px;
    color:#2E483A;
    margin-bottom: 80px;
}

.description-legal h3 {
    font-family:'Barlow';
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.13px;
    color:#2E483A;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.description-legal h4 {
    font-family:'Barlow';
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.1px;
    color:#2E483A;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle img {
    width: 15px;
    height: 15px;
}

.arrow {
   width: 16px !important;
   height: auto !important; 
}

.nav-link:hover .arrow {
    color: #FFFFFF;
}

.btn-primary .arrow {
    color: #FFFFFF;
}



.row.border-top.border-bottom .col-md-4 p:last-child {
    padding-top: 5px;

    padding-bottom: 30px !important;
}


.row.border-top {
    border-bottom: 1px solid rgba(183, 161, 132, 0.5) !important;
    
}


.hotel-fifth-section .row.border-top.border-bottom {
    border-top: none !important;
}




/* PAGINA  HOTEL AS LETRAS DO TITULO A PASSAREM NO BACKGROUND */


.hotel-fifth-section-bottom .row {
    position: relative;
}



.hotel-fifth-section-bottom h2::before {
    content: attr(data-text); 
    position: absolute;
    top: -27vh;
    font-size: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    display: block;
    color: rgba(255, 255, 255, 0.5); 
    animation: moveTitle 14s linear infinite;
}

@keyframes moveTitle {
    from { transform: translateX(338%); }
    to { transform: translateX(-253%); }
}




li::marker {
    font-size: medium;
}




.home-third-section .container .third-section-third-part-below {
    padding-bottom:80px;
}