/* .bg-blue-500{
	background-color: #10AC84 !important;
}
.text-[#0044F0]{
	color: #10AC84 
} */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400&family=Roboto&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1F1F1F!important; 
  color: #F2F0E3; 
}



.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.74);
}

/* footer{
	background-color: #25517A;
} */
.tab-trigger {
  transition: background-color 0.3s ease;
}

.tab-trigger:hover {
  background-color: #10AC84;
  color: white;
}

.tab-trigger.active {
  background-color: #10AC84;
  font-weight: bold;
  color: white;
}

.calendar {
  margin: 20px auto;
  max-width: 600px;
}

.calendar table {
  width: 100%;
}

.calendar th {
  text-align: center;
  font-weight: bold;
}

.calendar td {
  text-align: center;
}

.prev-month,
.next-month {
  cursor: pointer;
}

.current-month {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
}

.gallery-image {
  margin: 5px;
  overflow: hidden;
  transition: transform 0.5s;
}

.gallery-image:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.image {
  width: 100%;
  height: 100%;
  transition: 1s;
}

/* popup */

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 80%;
  max-width: 1600px;
  height: 90vh;
  max-height: 800px;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 5;
  overflow: hidden;
  transition: 1s;
  opacity: 0;
}

.popup.active {
  display: flex;
  transition: display 3s;
  transform: translate(-50%, -50%) scale(0);
}

.popup.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.popup.active .close-btn,
.popup.active .image-name,
.popup.active .index,
.popup.active .large-image,
.popup.active .arrow-btn {
  opacity: 1;
  transition: opacity .5s;
  transition-delay: 1s;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 300;
}

.image-name {
  opacity: 0;
}

.close-btn {
  opacity: 0;
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
}

.arrow-btn {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px;
  border-radius: 50%;
  border: none;
  background: none;
  cursor: pointer;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}



.index {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 15px;
  font-weight: 100;
  color: white;
}

.large-image {
  margin-top: 5%;
  width: 80%;
  height: 80%;
  object-fit: contain;
  opacity: 0;
}

.bg-slider {
  background-color: #A9A327;
}

/* #mapapropFooter .powered{
    margin-right: 50px;
}
#mapapropFooter .derechos{
    margin-left: 50px;
} */

#mapapropFooter {
  display: none !important;
}

.none {
  display: none;
}

.bg-callToAction2 {
  background-color: #7AAAAD;
}

nav {
  z-index: 9999 !important;
}

.bg-blue-500 {
  background: #5377BB !important;
}

.text-blue-500 {
  color: #5377BB !important;
}

.border-blue-500 {
  border-color: #5377BB !important;
}

/* *{
  border: 1px solid red !important;
} */