/*
	Theme Name: St Regis Landings
*/
:root {
    --bg-white: #f9f9f9;
}
body p:not(footer p), .text-block, .image-container figcaption{
    font-size: 23px!important;
    line-height: 1.1;
    margin-bottom: 0;
    
    
}

h2, .h2, h1, .h1{
    color: black!important;
    font-size: 55px!important;
    line-height: 1;
}

h3, .h3 {
    font-family: "Roos Display", Times, serif;
    font-size: 42px;
    line-height: 1;
}

.container {
    margin-bottom: 50px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.grid .grid-item {
    padding-top: 7px;
}

.grid .image-container {
    width: 100%;
    aspect-ratio: 16 / 9; 
    overflow: hidden;    
    position: relative;
}


.grid .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    object-position: center; 
}

.visual-section.grid figcaption{
	text-align: center;
	position: relative;
	display: block;
	padding: 2rem;
	margin: 0;
	color: black;
		
}

.grid{
    margin: 0 auto;
}


.grid-title .btn-holder {
  text-align: center;
  margin: 2rem 0 3rem;
}

.grid-title .grid-button {
  display: inline-block;
  background-color: #7e8084; 
  color: #fff;
  padding: 15px 35px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Suisse Intl', Arial, sans-serif;
  text-decoration: none;
  border: none;
  transition: background-color 0.3s ease;
}

.grid-title .grid-button:hover {
  background-color: #000;
  color: #fff;
}

.grid-title{
	max-width: 100%!important;
	margin: 0 auto;
    padding: 5rem 0;
}

.visual-section.grid figcaption h3{
	font-style: italic!important;
    color: #7e8084;
	font-family: "Roos Display", Times, serif;
    font-size: 26px;
    margin-bottom: 5px;
	
}

.grid-title h3{
	padding: 0 0 2rem;
    margin: 0 auto;
	font-style: normal!important;
	font-family: "Roos Display", Times, serif;
    font-size: 50px;
    max-width: 840px;
}


.grid-title .text-block p{
    font-size: 26px!important;
    max-width: 1160px;
    margin: 0 auto;
    line-height: 1.2;
}

.grid-title .text-block.no-title p {
    max-width: 965px;
    margin: 0 auto;
    padding: 4rem 0;

}

.grid-title .title-block.no-title h3{
    padding: 4rem 0!important;
    color: #2B2E34;
}

.page-id-2441 .grid-title{
    /* background-color: #F8F8F8; */
    padding-bottom: 6.5rem;
}

.page-id-2441 .subtitle-block h4{
    margin-bottom: 7rem;
    color: #2B2E34;
}

.page-id-2441 .grid-title .text-block p {
    max-width: 1000px;
    color: #2B2E34;
}

.page-id-2441 .grid-title h3 {
    font-weight: normal!important;
}

.page-id-2441 .cards-section, .page-id-2441 .travel-times{
    /* background-color: #F8F8F8; */
}

.page-id-2441 #header, .page-id-2476 #header{
    background-color: white;
}

.subtitle-block h4{
    font-size: 30px;
}

.subtitle-block{
    font-size: 38px;
    
}

.text-intro-cards{
    margin: 4.5rem 0 6rem;
}

.info-block{
    padding: 6rem 0px 4.5rem;
    
}

.info-block__buttons{
    display: flex;
    justify-content: center;
    gap: 13rem;
    margin: 4rem 0;
}

.info-block__buttons .btn{
    color: #707070;
    background-color: white;
    /* border: 1px solid white; */
    padding: 26px 68px;
    font-family: 'Suisse Intl';
    font-size: 18px !important;
    border-radius: 0 !important;
}

.info-block__buttons .btn:hover{
    background: #000;
    color: #fff;
}

/* FULL WIDTH hasta 1440px */
@media (max-width: 1440px) {
  .page-template-page-landing-polonia .grid-title.grid-title--full {
    position: relative;
    width: 100vw !important;
    max-width: none !important;

    /* full-bleed hack */
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;

    padding-left: 0;
    padding-right: 0;
  }
}


@media (min-width: 1441px) {
  .page-template-page-landing-polonia .grid-title.grid-title--full {
    position: relative;
    width: 1440px !important;
    max-width: 1440px !important;

    /* quitar full-bleed */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}


.contact-form-container img{
    margin: 3rem 0 5rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-form-container h1{
    padding: 6.5rem 0 8rem;
    font-size: 50px!important;
}

.brochure-section{
    padding: 0 0 3.5rem!important;
}

.brochure-section p, .brochure-section h3, .brochure-section .btn-holder{
	text-align: center;
}


.page-id-2441 #header .nav-bar .btn,
.page-id-2471 #header .nav-bar .btn,
.page-id-2495 #header .nav-bar .btn,
.page-id-2476 #header .nav-bar .btn{
    background: black;
    border-color: black;
    color: white;
}

.page-id-2441 #header .nav-bar,
.page-id-2471 #header .nav-bar,
.page-id-2495 #header .nav-bar,
.page-id-2476 #header .nav-bar{
    padding: 0;
    gap: 5rem;
}

.page-id-2441 #header .nav-bar .main-nav,
.page-id-2471 #header .nav-bar .main-nav,
.page-id-2495 #header .nav-bar .main-nav,
.page-id-2476 #header .nav-bar .main-nav{
    gap: 1rem 3rem;
}

body.page-id-2495 #main{
    padding-top: 10vw;
}


.page-id-2441 #header,
.page-id-2471 #header,
.page-id-2495 #header,
.page-id-2476 #header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
}

.page-id-2471 .grid-title h3, .page-id-2495 .grid-title h3, .page-id-2495 .cards-section .subtitle-block{ 
    font-size: 48px!important;
    color: #707070!important;
}


.page-id-2471 .grid-title .text-block p, .page-id-2495 .grid-title .text-block p{
    font-size: 30px!important;
    color: #707070;
}

.page-id-2495 .cards-section .text-block{
    font-size: 26px!important;
    color: #707070;
}

.page-id-2471 .visual-section{
    padding: 4rem 0 14rem;
}

.page-id-2471 .visual-section .container-fluid-middle, 
.page-id-2471 .visual-section .container-fluid{
    padding: 0!important;
    max-width: 100%;
}


@media (max-width: 991px) {
    .info-block{
        padding: 3rem 0 0;
    }

    .info-block__buttons{
        gap: 2rem;
        margin: 1.5rem 0 4rem;
    }
}

@media (max-width: 500px) {

    .page-id-2441 #header .holder {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    body.page-id-2471 #main, body.page-id-2441 #main, body.page-id-2476 #main{
        padding-top: 4rem!important;
    }

    .page-id-2471 .grid-title .text-block p, .page-id-2495 .grid-title .text-block p, .page-id-2495 .cards-section .text-block{
        font-size: 16px!important;
    }

    .page-id-2471 .grid-title h3, .page-id-2441 .grid-title h3, .page-id-2495 .grid-title h3, .page-id-2495 .cards-section .subtitle-block, .page-id-2476 .grid-title h3{
        font-size: 32px!important;
    }

    .page-id-2441 .subtitle-block h4, .page-id-2441 .text-block p, .page-id-2476 .text-block p {
        font-size: 16px!important;
    }

    .page-id-2441 .subtitle-block h4, .page-id-2476 .subtitle-block h4,  .page-id-2476 .subtitle-block h4 i{
        margin-bottom: 1rem;
        font-size: 20px!important;
    }

    .page-id-2441 .info-block, .page-id-2476 .info-block{
        padding: 5rem;
    }

    .page-id-2441 .info-block__buttons, .page-id-2476 .info-block__buttons{
        flex-direction: column;
    }

    .page-id-2441 .subtitle-block, .page-id-2476 .subtitle-block{
        font-size: 28px!important;
        line-height: 1;
    }

    .page-id-2441 .info-block__buttons .btn, .page-id-2476 .info-block__buttons .btn{
        padding: 20px 38px!important;
        font-size: 16px !important;
    }

    .page-id-2476 .cards-section{
        padding-top: 0;
    }

    .page-id-2476 #header .holder {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }

    .page-id-2441 .info-block__buttons, .page-id-2476 .info-block__buttons{
        margin: 5rem 0 4rem;
    }

    .page-id-2441 .cards-section, .page-id-2466 .cards-section {
        padding: 0!important;
    }

    .page-id-2441 .map-container, .page-id-2466 .map-container{
        display: block !important;
    }

    .page-id-2441 .map-container .hotspot, .page-id-2466 .map-container .hotspot{
        display: none !important;
    }

    .page-id-2471 #header .holder, .page-id-2495 #header .holder {
        justify-content: flex-end;
        flex-direction: row-reverse;
    }
}


/* CONTACT LANDING CAMPAIGN*/

.page-id-2476 .grid-title h3{
    font-size: 48px;
    color: #707070!important;
}

.page-id-2476 .subtitle-block{
    color: #707070;

}

.page-id-2476 .grid-title .text-block p{
    font-size: 26px;
    color: #707070;
}

.page-id-2476 .grid-title .title-block.no-title h3{
    padding: 1rem 0 2rem !important;
    color: inherit!important;
    font-weight: normal!important;
}


.page-id-2476 .info-block__buttons .btn {
    color: #707070;
    background-color: #7070701c;
    /* border: 1px solid white; */
    padding: 26px 68px;
    font-family: 'Suisse Intl';
    font-size: 18px !important;
    border-radius: 0 !important;
}

.page-id-2476 .cards-section .text-block{
    color: #707070;
} 


.page-id-2471 #main, .page-id-2476 #main{
    padding-top: 10vw!important;
}




#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 300;
    background: #f8f8f8;
    padding: 3.6rem 0; 
    font-size: 1.2rem;
    font-family: "Suisse Intl", Arial, sans-serif;
    letter-spacing: 0.03em;
    transition: padding 0.3s ease;
    border-bottom: 1px solid rgb(175 175 175 / 44%)
}

#header .logo img {
    height: 6rem; 
    transition: height 0.3s ease; 
    
}


#footer h3, #footer .h3 {
    font-size: 20px;
    margin: 0 0 2rem;
    font-family: "Roos Roman", Times, serif!important;
}


.brochure-section h3, .brochure-section .h3 {
    margin: 1rem 0!important;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Roos Roman'!important;
    color: white!important;
    font-style: normal!important;
}



.brochure-section p {
    font-family:'Roos Display';
    font-size: 28px!important;
    line-height: 1;
    color: white;
    margin: 4rem 0 0;
}

.brochure-section .row .col-lg-6:nth-of-type(-n+2) .description-wrapper p {
    font-size: 50px !important;
}

.d-lg-flex a{
    display: flex !important;

}

.visual-section a img{
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
}


.page-id-1171 .visual-section{
    max-width: 80%;
    margin: 0 auto;
}

.page-id-1171 .visual-section a img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.page-id-257 .img-text-section .text h2{
    font-family: "Roos Display", Times, serif!important;
    font-size: 42px!important;
    line-height: 1;
    font-style: italic;
    color: #7e8084!important;
}

body {
    padding-top: 0!important;
}

@media (min-width: 769px) {
    .columns-mobile{
        display: none!important;
    }
}

/* Basic styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: white;
}

.contact-form-container-wrapper {
    max-width: 820px;
    margin: 0 auto;
	padding: 20px;
    text-align: center;
}

.contact-title {
    font-size: 48px;
    line-height: 1;
    font-family: 'Roos Roman'!important;
    color: #6e6e6e;
    margin-bottom: 2rem;
}

.contact-description {
    font-size: 23px;
    line-height: 1;
    font-family: 'Roos Roman'!important;
    margin-bottom: 6rem;   
}

.contact-form-container p{
    padding-bottom: 2rem;
}

.contact-form {
    width: 100%;
}


.contact-wapp{
display: flex;
justify-content: center!important;
}

.contact-wapp a{
padding: 15px;
font-size: 12px;
line-height: 1;
}

.contact-page h3{
    text-align: center;
    font-size: 48px;
    line-height: 1;
    font-family: 'Roos Roman' !important;
    color: #6e6e6e;
    margin-bottom:0;
}

.contact-page ul{
margin-bottom: 0;
padding: 0;}

.contact-page ul li{
list-style: none;
font-size: 16px!important;
line-height: 1;
}

h6,.h6{
    font-size: 18px!important;
    line-height: 1;
    font-family: "Roos Display", Times, serif!important;
    margin-bottom: 3px;
}

.contact-page div div:last-child {
    align-items: center;
}

/* .contact-form-container-wrapper i{
margin-left: 20px;} */

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
		gap: 4rem;
}

.full-width {
    width: 100%;
    flex-direction: column;
}

.form-group {
    width: 100%;
}

.form-group label {
    font-size: 1rem;
    line-height: 1;
    color: #6e6e6e;
    display: block;
    margin-bottom: 5px;
	text-align: left;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 10px 5px 0;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
	background: transparent;
    outline: none;
}

textarea {
    height: 100px;
}

.btn-submit, .page-id-20 .btn-primary {
    color: #7e8084;
    background-color: transparent;
    border: 1px solid #7e8084;
    padding: 10px 40px;
    font-family: 'Suisse Intl';
    font-size: 12px!important;
    border-radius: 0!important;


}

.radio-btn{
    display:flex;
    flex-direction: column!important;
    align-items: flex-start;
    gap: 0;
}

.radio-btn p{
    font-size: 14px!important;
    margin-bottom: 10px;
    font-family: Suisse Intl, Arial, sans-serif!important;
}

.radio-btn span span{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.radio-btn span span label{
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
}

.radio-btn input[type="radio"] {
    accent-color: gray; 
}

.page-id-20 .btn-primary{
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 8px 35px;
    
}

.page-id-20 .btn-primary i{
    font-size: 20px;
}


.page-template-page-contact #main{
background: white;
}


.hide-desktop {
	display: none;
}


.socials-wrapper{
display: flex;}

.whatsapp-nav{
    display: block!important;
}

.whatsapp-nav ul {
	list-style-type: none;
}


.brochure-section .description-wrapper{
    display: flex;
    flex-direction: column-reverse;
}

.custom-slideshow-section .swiper-slide {
    aspect-ratio: 1 / 1;
}



/* Responsive styles */
@media (max-width: 768px) {

 .styled-select select {
        appearance: menulist;
        -webkit-appearance: menulist;
        -moz-appearance: menulist;
    }

    .form-row {
        flex-direction: column!important;
        gap: 0;
    }

    .form-group {
        width: 100%;
    }
	
	
		.hide-desktop {
			display: list-item;
		}
	
		#header .nav-bar .btn {
			display: none;
		}
	
	body {
		padding-top: 4rem;
	}

.contact-page div {
    display: flex;
    padding: 20px 0;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

}
.contact-page div div:last-child {
    align-self: self-start;
}
}

.acceptance{
	width: fit-content!important;
  height: auto!important;
}

.btn:disabled{
color: white;
    background-color: grey;
    border-color: grey;
    opacity: 1;
}

.wpcf7-list-item-label{
font-size: 14px!important;
}
.wpcf7-list-item-label a{
text-decoration: underline;
}
.wpcf7-form-control-wrap{
text-align: left!important;}

.wpcf7-list-item{
margin:0;}


.contact-button-mobile {
    display: none; 
}


@media (max-width: 820px) {

    .grid-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    #header {
        padding: 1.6rem 0;
    }

    .contact-button-mobile {
        display: block; 
    }

    .contact-button-mobile {
        padding: 12px 27px;
        background-color: black;
        color: white;
    }

    #header .logo img{
        height: 3.5rem!important;
    }

    #header .holder {
        justify-content: center;
        flex-direction: row;
        
    }

    #footer .col-3 {
        width: 100%;
    }

    .btn-menu {
        margin-left: 0!important;
    }

    .visual-section .container-fluid{
        padding: 0;
    }
}

form {
    font-family: Suisse Intl, Arial, sans-serif;
    padding: 0 10px;
}

.styled-select {
    width: 100%; 
    height: 40px; 
    overflow: hidden;
    background: none;
    border: 1px solid black; 
}


.styled-select select {
    background: transparent;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    border: 0; 
    border-radius: 0;
    height: 100%; 
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    color: grey; 
}

.styled-select select option {
    background-color: white; 
    color: #333; 
}

.styled-select select option:checked {
    background-color: white;
    color: #007bff; 
}

body:not(.page-id-20) .grecaptcha-badge {
	display: none !important;
}


.btn-holder{
    text-align: left;
   
}

.btn-holder a{
    color: #7e8084;
    background-color: transparent;
    border: 1px solid #7e8084;
    padding: 10px 40px;
    font-family: 'Suisse Intl';
    font-size: 12px!important;
}



.thank-you-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.thank-you-text h3{
    font-size: 55px;
    line-height: 1;
    font-style: italic;
}

.thank-you-text .btn-holder{
    text-align: center;
    margin-top: 3rem;
}

.flex-buttons{
    display: flex;
    flex-direction: column!important;
    justify-content: center;
    margin-top: 5rem;
    align-items: center;
}

.flex-buttons a{
    display: none!important;
}


form .btn-submit{
    margin: 0;
}

form .btn-holder a {
    color: white;
    background-color: #7e8084;
    padding: 10px 40px;
}


form .fa-2x {
    font-size: 14px;
}

#footer .footer-nav{
    display: flex;
    gap: 3.5rem;
    color: rgba(2, 2, 2, 0.5)
}



@media (max-width: 820px){

    #footer .social-nav {
        padding: 0 0 0rem; 
    }

    .visual-section .row [class^=col] + [class^=col] {
        margin-top: 0;
    }


    .brochure-section .description-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-buttons a{
        font-size: 16px;
        padding: 0px 5px;
    }

    #footer h3, #footer .h3 {
        font-size: 25px;
        margin: 0 0 1rem;
    }


    .contact-list li{
        font-size: 18px;
    }
    .wpcf7-list-item-label, .form-group input, .form-group textarea, .styled-select select {
        font-size: 18px!important;
    }

    .slideshow-section{
        margin-top: 7rem;
    }

    .visual-section .row{
        gap: 2rem;
    }

    .page-template-page-gallery #main {
        margin-top: 5rem!important;
    }

    
    
    .page-id-540 .text-section h3:not(:first-child), .text-section .h3:not(:first-child), 
    .page-id-557 .text-section h3:not(:first-child), .text-section .h3:not(:first-child) {
        padding-top: 0;
    }

   
}


@media (max-width: 767px) and (orientation: landscape){
    #header{
        padding: 18px 0;
    }

    #header .logo img {
        height: 2rem !important;
        padding-right: 180px;
    }
}




/* MARGINS */

figure {
    margin: 0
}




/* FOOTER */

#footer {
    background: var(--bg-white);;
  padding: 3rem 0;
  font-family: 'Suisse Intl', Arial, sans-serif;
  color: #000;
  border-top: 1px solid rgb(175 175 175 / 44%);
  border-bottom: 0!important;
}

#footer a {
  color: inherit;
  text-decoration: none;
}

#footer a:hover {
  opacity: 0.7;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.footer-top .logo {
  display: flex;
  flex-direction: column;
}

.footer-top .logo img {
  max-width: 180px;
  height: auto;
}

.footer-top .pfooter {
  margin-bottom: 5px;
  font-family: 'Suisse Intl', Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
}

.footer-top .socials-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-top .socials-wrapper .social-nav ul,
.footer-top .socials-wrapper .whatsapp-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.footer-top .socials-wrapper .social-nav ul li,
.footer-top .socials-wrapper .whatsapp-nav ul li {
  display: inline-block;
}

.footer-top .socials-wrapper i {
  font-size: 20px;
}

.footer-top .btn-go-website {
  display: inline-block;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  padding: 10px 25px;
  font-size: 12px;
  font-family: 'Suisse Intl', Arial, sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
}

.footer-top .btn-go-website:hover {
  background: #000;
  color: #fff!important;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 3rem;
}

 
.footer-bottom .legal-text {
  max-width: 600px;
  font-size: 12px;
  color: #555;
  line-height: 1.4;
}

.footer-bottom .footer-nav {
  text-align: right;
}

.footer-bottom .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 5px;
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}

.footer-bottom .footer-nav li a {
  font-size: 12px;
  color: #000;
  font-family: 'Suisse Intl', Arial, sans-serif;
}

.footer-bottom .footer-nav p {
  font-size: 12px;
  margin: 0;
  color: #555;
}

.whatsapp-nav i{
    font-size: 30px!important;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {

    .columns-mobile{
        display: block;
    }

    .columns-desktop{
        display: none!important;
    }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-top .logo {
    align-items: center;
  }

  .footer-bottom .footer-nav {
    text-align: center;
  }

  .footer-bottom .footer-nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-bottom .legal-text {
    text-align: center;
  }

}

/* MAP */ 

.map-container {
    position: relative;
    width: 100%;
    /* max-width: 1200px; 
    margin: 0 auto; */
}

.map-image {
    width: 100%;
    height: auto;
}

.hotspot {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hotspot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px; 
    height: 40px; 
    background-color: rgba(255, 0, 0, 0.3); 
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: pulse 1.5s infinite ease-out; 
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.5;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.3;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

.info {
    position: absolute;
    background-color: white;
    color: #333; 
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    white-space: normal;
    z-index: 10;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4em;
    min-width: 180px;
    max-width: 220px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -100%);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.info b {
    font-weight: 700;
}

.hotspot:hover + .info {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -100%);
}

.travel-times {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    background-color: #f5f5f5; /* Color de fondo */
    border-top: 1px solid #e0e0e0;
}

.time-item {
    font-size: 12px;
    text-align: center;
    font-family: "Roos Display", Times, serif!important;
}

.time-item p {
    margin: 5px 0;
}

.brochure-section .description-wrapper{
    display: flex;
    flex-direction: column-reverse;
}

.custom-slideshow-section .swiper-slide {
    aspect-ratio: 1 / 1;
}

@media (max-width: 500px) {
    
    .map-container, .travel-times{
        display: none!important;
    }
    
    
}