body {
	margin: 0;
	padding: 0;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	overflow-x: hidden;
	background-color: #fff8f8;
}
.phone{
	padding: 5px;
	color: #000;
}
.page{
	  display: flex;
    flex-direction: column;
    align-items: center;
	margin: 0;
	padding: 0;
}
.logo {
  width: 105px;
}

.logo img {
  max-width: -webkit-fill-available;
}

#dark-header {
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
  background-color: #fff;
  color: #000;
  padding: 0 0 0 0;
  width: 100%;
  display: flex;
	justify-content: space-evenly;
  flex-wrap: wrap;
	font-size: small;
	font-weight: 100;
}
#dark-header a{
	font-weight: 100;
}

#dark-header a{
	font-weight: 400;
	color: #000000;
}

#light-header {
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;;
  color: gray;
  width: 100%;
  display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size: small;
	font-weight: 600;
}

#dark-header ul li a {
  color: gray;
	text-decoration: underline;
}


#dark-header ul li a:hover {
  color: pink;
	text-decoration: none;
}
#dark-header ul li img {
  width: 5%;
}

#head-cont {
	box-shadow: 6px 4px 1px #f1f1f1;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  position: sticky !important;
  top: 0;
  background-color: #fff; 
  z-index: 100;
  height: 320px;
}

#dl-header {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 130px;
}

.navbar {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  
} 
.hd-other{
	  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.hd-email a:link{
	color: #000000;
	
}
.hd-email a:hover{
	color: pink;
}
.hd-txt{
	  display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}


.navbar ul {
  list-style-type: none; 
  display: flex;
  align-items: center;
  margin-right: 30%;
  margin: 5px;
}

.navbar li {
  margin-right: 25px;
}

.navbar a {
  text-decoration: none;
  font-weight: bold;
}

.navbar-light {
  display: flex;
  justify-content: flex-start; 
  align-items: center;

}

.navbar-light ul {
  list-style-type: none; 
  display: flex;
  align-items: center;
}

.navbar-light li {
  margin-right: 10px;
}

.navbar-light a {
  text-decoration: none;
  font-weight: bold;
}



/* Page content */

.first-cards {
  width: 75%;
  display: flex;
  justify-content: center;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

#testimonials-cont {
  margin-top: 100px;
  width: 75%;
  background-color: #fff;
  color: #000;
  height: 500px;
  display: flex;
  justify-content: space-evenly;
  font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	justify-content: flex-start;
}
#testimonials-cont{
	display: none;
}
.f-comments {
	display: flex;
	overflow: scroll;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.testimonials-text {
	    margin: 10px;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

#testimonials-cont h2 {
  font-size: xxx-large;
  width: 300px;
}

.testimonials-message {
  width: 300px;
	font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.testimonials-imgs {
  padding-left: 20px;
  display: flex;
}

.testim-comment {
  padding-left: 20px;
  width: 300px;
}
.testim-img img{
    height: 485px;
  }
 .testim-img {
    display: flex;
	 align-items: center;
  }

#message {
  display: flex;
	flex-direction: column;
  align-items: center;
	margin-top: 50px;
}

#message button {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #D9C896;
  color: #ffffff;
  border: transparent;
  padding: 10px 22px;
  font-size: large;
}

.ms-sm {
  display: flex;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 50px;
}

.footer-container {
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.Copyright-div{
	color: #000;
}

.footer-links1 {
  width: 200px;
}

.footer-links2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mobile-links3-1 {
  display: none;
}

.mobile-links3-2 {
  display: none;
}

.footer-container a:link {
  color: #ffffff;
}

.footer-container a:visited {
  color: #D9C896;
}

.footer-container a:hover {
  color: pink;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.footer-logo a{
  padding: 10px;
}
hr {
  width: 50%;
}

.pol-terms-con {
  display: flex;
  justify-content: space-around;
  color: #0000;
  padding-bottom: 15px;
}

.pol-terms-con a:link {
  color: #000;
}

.pol-terms-con a:visited {
  color: #D9C896;
}


.pol-terms-con a:hover {
  color: pink;
}

.page-cards {
  display: flex;
  width: 100%;
  justify-content: center;
		margin-top: 50px;
}

@media (max-width: 1100px) {
	.page-cards {
		margin-top: 0px !important;
	}
}

.first-cards {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.card-custom {
  width: 40%;
  position: relative;
  display: inline-block;
}
.card-custom img{
  width: 100%;
	height:100%
 
}

.cards-events {
  width: 100%;
  position: relative;
  display: inline-block;
}
.cards-events img{
  width: 100%;
	height: 100%;
  
}

.cards-holl {
  width: 49%;
  position: relative;
  display: inline-block;
}
.cards-holl img{
  width: 100%;
	height: 100%
  
}

.cards-spk {
  width: 49%;
  position: relative;
  display: inline-block;
}
.cards-spk img{
  width: 100%;
	height: 100%
  
}

.cards-second-cont {
	width: 58%;
  display: flex;
  flex-direction: column;
	gap: 10px;
  
}

.cards-third-cont {
  display: flex;
	width: 100%;
	height: 100%;
  flex-direction: row;
  gap: 10px;
}

.overlay {
  filter: brightness(0.4);
}

.overlay:hover {
  filter: none;
}

.image-with-text {
  position: relative;
  display: inline-block;
}

/* Style for the text */
.custom-image-text {
  position: absolute;
  top: 30px;
  left: 20px;
  color: #D9C896; 
  font-size: 50px;
  user-select: none;
  pointer-events: none;
  font-weight: 200;
  padding: 5px 10px; 
}

.events-image-text {
  position: absolute;
  top: 30px;
  left: 20px; 
  color: #D9C896; 
  font-size: 50px;
  user-select: none;
  pointer-events: none;
  font-weight: 200;
  padding: 5px 10px;
}

.holl-image-text {
  position: absolute;
  top: 30px;
  left: 20px; 
  color: #D9C896;
  font-size: 50px;
  user-select: none;
  pointer-events: none;
  font-weight: 200;
  padding: 5px 10px; 
}

.speak-image-text {
  position: absolute;
  top: 20px;
  left: 10px; 
	color: #D9C896; 
  font-size: 42px;
  user-select: none;
  pointer-events: none;
  font-weight: 200;
  padding: 5px 10px; 
}

h2{
	font-weight: 500;
}

p{
	font-weight: 300;
}


.mobile-header {
  display: none;
}

@media (max-width: 1100px) {
	#head-cont{
		display: none;
	}
  .main-slider {
		width: 100vw !important;
		height: 66.66vw !important;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
		
  }
  .mobile-header {
   
    color: #000;
    background-color: #fff;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: sticky;
    top: 0;
    z-index: 100;
		justify-content: end;
  }
  .banner-c {
    display: none;
  }
}

@media (max-width: 1050px) {
  .navbar ul {
    margin-right: 5%;
  }

}

@media (max-width: 960px) {}

@media (max-width: 720px) {
  body {
    width: revert;
  }
}

@media (max-width: 440px) {
	/*.p-slider {
		display: block;
	}*/
	
	#testimonials-cont{
		margin-top: 0;
	}
  .card-custom,
	.cards-third-cont img {
    width: 100vw !important;
    height: 240px;
  }
  .card-custom img {
    width: 100vw;
		height: 240px;
		object-fit: cover;
  }
  .cards-events,
	.cards-holl {
    width: 100vw;
    height: 240px;
  }
  .cards-events img {
    width: 100vw;
    height: 235px;
  }
  .cards-third-cont {
    flex-direction: column;
    
  }
  .cards-third-cont img {
    width: 370px;
  }
 
  .testimonials-text {
    padding: 0px 0px 0px 35px;
  }
  .footer-logo {
    margin-top: -1px;
  }
  .pol-terms-con {
    font-size: 15px;
    padding-right: 10px;
    padding-left: 10px;
    flex-wrap: wrap;
  }
  #address-bold,
  #address-text {
    display: none;
  }
  #hours-bold {
    margin-top: 0;
  }
  .footer-links1 {
    width: 45%;
  }
  .footer-links2 {
    display: none;
  }
  .footer-links3 {
    width: 32%;
    gap: 10px;
  }
  .footer-container {
    padding: 20px;
  }
  .mobile-links3-1 {
    display: inline-block;
  }
  .mobile-links3-2 {
    display: inline-block;
  }
	.p-slider{
		margin-top: 5%;
	}
  .img-form {
    max-width: 90% !important;
    max-height: 800px;
		height: 500px !important;
  }
  .p-slide {
    align-items: unset !important;
  }

  .p-slide img {
    width: 100% !important;
  }

  .p-slide-content {
    width: 100% !important;
  }
	#testimonials-cont{
		display: block;
		width: 100%;
	}
}

@media (max-width: 400px) {
	.about-image img{
display: none;
}
	
}

/* End of media */

.mobile-logo {
  width: 80%;
  display: flex;
  justify-content: center;
	flex-direction: column;
	align-items: center;
}

.mini-menu {
  width: 10%;
  background-color: #ffffff;
  color: #0B5959;
	display: flex;
   flex-direction: column;
	justify-content: center;
}

.mini-menu-es {
  width: 10%;
  background-color: #ffffff;
  color: #0B5959;
	display: flex;
   flex-direction: column;
	justify-content: center;
}


.min-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}

.min-links a {
  padding: 10px 0 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 30px;
  border-radius: 8px;
  text-decoration: none;
}

.min-links a:link {
  color: #0B5959;
}

.hidden {
  display: none;
}

.main-slider {
  position: relative;
  width: 75%;
  height: 720px; 
		margin-top: 10px;
  overflow: hidden;
}

.main-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: transform 0.5s ease-in-out;
}

.main-slide img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
	height: 100%;
}

.main-slide-content {
  text-align: center;
  color: #D9C896;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
	display: flex;
  flex-direction: column;
  align-items: center;
	background-color: #000000a8;
}

@media (max-width: 1100px){
	.main-slide-content{
		padding: 0px !important;
		background-color: #0000 !important;
		bottom: 10px !important;
	}
	.main-slide-content h2 {
		font-size: 18px !important;
	}
	.main-slide-content p{
		font-size: 20px !important;
		font-weight: 900;
	}
}

.main-slide-content h2 {
  font-size: 24px !important;
}

.main-slide-content p {
  font-size: 16px;
  margin: 10px 0;
}

.main-slide-content a {
  display: inline-block;
  background-color: #D9C896;
  color: #fff;
  padding: 2px 2px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.main-slide-content a:hover {
  background-color: #ff4500;
}

/* Styles for arrow buttons */
.main-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.main-arrow.left-arrow {
  left: 0;
  z-index: 100;
}

.main-arrow.right-arrow {
  right: 0;
  z-index: 100;
}

/* Pages Slider styles */
.p-slider {
	display: none;
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 5%;
}

@media (max-width: 440px) {
	/*.p-slider {
		display: block;
		height: 21vh;
	}*/
	.cards-second-cont {
	width: auto; 
}
	.main-slide img {
		filter: brightness(0.7);
	}
	.main-slide a img{
		filter: none;
	}
}

.p-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  transition: transform 0.5s ease-in-out;
	margin-top:20px;
}

.p-slide img {
  max-width: 100%;
  max-height: 100%;
  width: 70%;
  object-fit: cover;
	height: 100%;
}

.p-slide-content {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  width: 50%;
	padding-bottom:40px;
}

.p-slide-content h2 {
  font-size: 24px;
}

.p-slide-content p {
  font-size: 16px;
  margin: 10px 0;
}

.p-slide-content a {
/*
  display: inline-block;
  background-color: #D9C896;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;*/
}

.p-slide-content a:hover {
  background-color: #ff4500;
}

/* Styles for arrow buttons */
.p-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 64px;
  cursor: pointer;
  color: #fff;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
	
}

.p-arrow.left-arrow {
  left: 0;
  z-index: 100;
}

.p-arrow.right-arrow {
  right: 0;
  z-index: 100;
}

/* Style for image forms in pages */
.img-form-cont {
  width: 100%;
  background-color: #dbdbdb;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
}

.img-form {
  max-width: 90%;
  background-color: #fff;
  display: flex;
  margin: 10px;
  padding: 1%;
  flex-direction: row;
  flex-wrap: wrap;
  height: 800px;
  gap: 5px;
  justify-content: space-around;
  border-radius: 10px;
	overflow: hidden;
	align-items: center;
	
}

.img-form-img {
  width: 45%;
	overflow: hidden !important;
  display: flex;
  justify-content: center;

}

.img-form-img img{
  width: 100%;
  max-height: 850px;
}

.img-form-form {
  width: 45%;
  height: -webkit-fill-available;
  overflow: overlay;
}

@media (max-width: 870px) {
	.img-form-form {
		width: 85%;
	}
	.img-form-img {
		display: none;
	}
}

.img-form-form form {
  display: flex;
  flex-direction: column;
}

.about{
    width: 75%;
	background-color: #FFF8F8;
    display: flex;
    margin: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.about-image{ 
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-image img{
max-width: -webkit-fill-available;
max-height: fit-content;
height: -webkit-fill-available;
padding-top: 5%;
width: fit-content;
}
.about-p{
width: 45%;
	padding-top: 1%;
}
@media (max-width: 920px) {
	.about-p {
		width: 100%;
	}
}
.about-p h2{
	margin-bottom: 0;
	padding-bottom 0;
}
.about-p p{
    padding-top: 0;
    display: flex;
    flex-direction: column;
    }

#head-cont {
  position: sticky !important;
 z-index: 100 !important;
}


.image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
	  z-index: 100;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

#popup-image {
    max-width: 100%;
    max-height: 80vh;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
.no-scroll {
    overflow: hidden;
}

.tiled-gallery__gallery {
    width: 75% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}
.scroll-button {
	display: none;
  position: absolute;
  width: 30px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.left {
  left: 0;
}

.right {
  right: 0;
}
.p-slide-content a img{
width: 25px !important;
	
}
footer{
	background-color: #fff8f8;
}
.side-testimonials{
	width: 75%;
}
.side-testimonials img{
	width: 100%;
}
@media (max-width: 470px) {
	.side-testimonials{
	display: none;
}
	/*
	.tiled-gallery__gallery {
    display: none !important;
}*/
	#light-header{
		font-size: x-small;
	}
}

#gato{
	height: 94%;
}
#esp-carta{
	width: 102%;
}

#toggle-button{
	background-color: pink;
	border-radius: 10px;
	margin-top: 5px;
}