@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
  font-family: 'Avenir';
  src: url('fonts/Avenir/AvenirNextLTPro-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Abhaya Libre ExtraBold';
  src: url('fonts/Abhaya_Libre/AbhayaLibre-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Work Sans ExtraLight';
  src: url('fonts/Work_Sans/static/WorkSans-ExtraLight.ttf') format('opentype');
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  
 
}

.container-fluid {
  padding: 0;
  margin: 0;
}

#thirdNavbar {
  
  opacity: 0.5;
  font-family: 'Open Sans', sans-serif !important;
  font-size: small;
  height: 6vh !important;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
#thirdNavbar a {
  color: rgb(71, 69, 69) ;
  
  
  
  
}
#thirdNavbar a:hover {
  color: #000000;
}
.navbar {
    background-color: rgba(250, 250, 250, 0.7) !important;
    z-index: 1020;
    

}
@media only screen and (max-width: 768px) {
  #thirdNavbar {
    margin-bottom: -3vh !important; 
  }

  #carouselExampleIndicators {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    top: -12vh; /* this will position the controls in the vertical center of the carousel */
  }
}
@media only screen and (max-width: 768px){
  
}

/* Change the background color and opacity of the second navbar */

.scrollRevealImage {
  width: 100%; /* Or any other width that fits your design */
  max-width: 500px; /* Or any other max-width that fits your design */
  overflow: hidden;
  opacity: 0; /* Initially hide the elements */
  transition: opacity 1s; /* This will make the change in opacity animate smoothly */
}

.scrollRevealImage img {
  width: 100%;
  height: auto;
}

.image-container {
  position: relative;
  overflow: hidden;
}


.scrollRevealImage {
  position: relative;
}

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

.zoom-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

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

.expanded-image-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
}

.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.expand-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}

.image-container:hover .expand-icon {
  visibility: visible;
}

/* Change the color of the navbar links */
#thirdNavbar .nav-link {
  color: rgb(71, 69, 69); /* Change to your preferred color */
  
}

/* Change the font of the navbar links */
#thirdNavbar .nav-link {
box-shadow: #000000;  
}

/* Remove the blue color (outline) that appears when clicking the links */
#thirdNavbar .nav-link:focus {
  outline:#000000;
  box-shadow:#0a2d4c;
}


  
   
  
  
  #new-section {
   position: relative;

  }
  .carousel-inner {
    max-height: 90vh;
    }
    
    .carousel-item {
      max-height: 75vh !important;
    }
    /* Apply a different height for screens smaller than 768px */
  @media (max-width: 768px) {
    .carousel-item {
      height: 40vh !important;
    }
    .carousel-indicators {
      margin-bottom: 15vh !important;
    }
    .section1 {
      margin-bottom: 20vh !important;
      margin-top: 0vh !important;
    }
  }
  
  

  .custom-section {
    position: relative;
  }
  .hide-bootstrap-icon .navbar-toggler-icon {
    display: none;
  }
  
 

  .text-container {
    padding: 20px;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
  }

  .image-left, .image-right {
    opacity: 0;
    transition: all 1s ease;
  }
  
  .image-left {
    transform: translateX(100%);
  }
  
  .image-right {
    transform: translateY(100%);
  }
  
  .image-left.animate {
    opacity: 1;
    transform: translateX(0);
  }
  
  .image-right.animate {
    opacity: 1;
    transform: translateY(0);
  }
  
  .image-wrapper-left {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 664px;
  }
  
  .image-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: contain; /* Change this value to 'contain' */
    margin-left: -20%;
  }
  
  .image-right {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 120%;
    object-fit: contain; /* Change this value to 'contain' */
    margin-right: -20vh !important;
  }
  
  
  
  

  
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.5s; /* Change the duration to a lower value */
  transition-property: opacity;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}




.sticky-navbar {
  position: sticky;
  top: 0;
}


@keyframes slideDown {
  0% {
    top: -4vh;
    opacity: 0;
  }
  100% {
    top: 8%;
    opacity: 1;
  }
}




.body2{
  display: flex;
  padding: 0 35px;
  min-height: 10vh;
  align-items: center;
  justify-content: center;
  background: #000000;
}

.carousel {
  /* ... rest of your CSS */
  justify-content: flex-start !important; /* Add this */
}

.wrapper{
display: flex;
max-width: 200vh;
position: relative;
}
.wrapper i{
top: 50%;
height: 44px;
width: 44px;
color: #000000 !important;
cursor: pointer;
font-size: 1.15rem;
position: absolute;
text-align: center;
line-height: 44px;
background: #fff;
border-radius: 50%;
transform: translateY(-50%);
transition: transform 0.1s linear;
}
.wrapper i:active{
transform: translateY(-50%) scale(0.9);
}
.wrapper i:hover{
background: #f2f2f2;
}
.wrapper i:first-child{
left: -22px;
display: none;
}

.carousel img:first-child{
  margin-left: 44px; /* adjust this value to create enough space for the first image */
}
.wrapper i:last-child{
right: -22px;
}
.wrapper .carousel{
  display: flex; /* Add this */
  justify-content: center; /* Add this */
  align-items: center; /* Add this */
  /* ... rest of your CSS */
  font-size: 0px;
cursor: pointer;
overflow: hidden;
white-space: nowrap;
scroll-behavior: smooth;
}
.carousel.dragging{
cursor: grab;
scroll-behavior: auto;
}
.carousel.dragging img{
pointer-events: none;
}
.carousel img{
height: 70%;
object-fit: contain;
user-select: none;
margin-left: 14px;
width: calc(100% / 2);




}
.carousel img:first-child{
  margin-left: 00vh !important;}


@media screen and (max-width: 900px) {
.carousel img{
  width: calc(100% / 2);
}
}

@media screen and (max-width: 550px) {
.carousel img{
  width: 100%;
}
}

.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  background: rgba(0, 0, 0, 0.8); /* semi-transparent black */
  z-index: 9999;
  box-sizing: border-box;

  
}

 





.image-overlay img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-sizing: border-box !important;
  margin-top: 14px;
  
  
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.section2 {
  margin-top: 0vh;
  margin-bottom: 4vh;
  font-family: 'Abhaya Libre ExtraBold', sans-serif;
  color: #93734c;
  background-color: transparent;
}


.section3 img {
  padding: 0;
  margin: 0;
  left: 0;
  right: -0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > .col,
.row.no-gutters > [class*="col-"] {
  padding-right: -10vh;
  padding-left: 0;
}


.section3 .img-fluid {
  height: auto;
  width: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
  
}


.square-image-container {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* This creates the square shape */
  overflow: hidden;
}

.square-image-container img {
  position: absolute;
  object-fit: cover; /* Ensures that the image covers the entire square */
  width: 100%;
  height: 100%;
}

.section1 {
  margin-top: -1vh;
  margin-bottom: 4vh;
  font-family: 'Abhaya Libre ExtraBold', sans-serif !important;
  color: #93734c;
  background-color: #eae7e3;
}

.mail-icon {
  margin-left: 0vh;
}
@media screen and (max-width: 992px) {
  .mail-icon {
    
    left: 25vh !important;
    
  }

  
}


.contacto {
  font-family: 'Abhaya Libre ExtraBold', sans-serif;
}

.bio .text-container p {
  font-family: 'Abhaya Libre ExtraBold', sans-serif !important; 
}

.image-grid {
  display: flex;
  flex-direction: column; /* stacks the images vertically */
  align-items: center; /* aligns the images horizontally in the center */
  justify-content: center; /* aligns the images vertically in the center */
  height: 100vh; /* takes the full height of the viewport */
  margin-top: 45vh;
  
}

.image-grid a {
  position: relative;
  width: 50%; /* images will take 80% of the container's width */
  margin: 1em auto; /* add vertical spacing between images and center them horizontally */
}

.image-grid a img {
  width: 100%; 
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* adds a drop shadow */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-family: 'Work Sans ExtraLight', sans-serif !important;
  font-size: x-large;
}

.image-grid a:hover .overlay {
  opacity: 1;
}
.image-grid a:first-child {
  margin-top: 20vh !important;  /* Adjust this value to create the desired amount of space */
}
@media screen and (max-width: 992px) {
  .image-grid a {
    width: 80%;
    margin-top: -1vh !important;
    margin: 1em;
  }

  .image-grid {
    margin-top: -3vh;
  }
}

.image-grid2 {
  display: flex;
  flex-direction: row; /* makes the images stack horizontally */
  flex-wrap: wrap; /* makes the images wrap to the next row if necessary */
  justify-content: flex-start; /* aligns the images to the left */
  margin-left: 10%; /* adds a 10% margin to the left */
  height: 100vh;
  
}

.image-grid2 a {
  position: relative;
  width: 200%; /* adjust this value if you want smaller or larger images */
  margin: 1em; /* adds some space around each image */
  display: flex; /* enables flexbox for the inner contents of the link */
  align-items: center; /* centers the overlay text vertically */
}

.image-grid2 a img {
  width: 50%; /* width of the image inside the link, adjust as needed */
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* adds a drop shadow */
  margin-right: 1em; /* adds some space between the image and the text */
}

.image-grid2 .overlay {
  flex-grow: 1; /* makes the overlay text take up the remaining width */
  text-align: left; /* aligns the text to the left */
}

.image-grid2 .main-image {
  width: 200%; /* adjust the width as needed */
  margin-bottom: 1em; /* space between the main image and the thumbnails */
  margin-right: 0%;
}

.image-grid2 .thumbnails {
  display: flex;
    justify-content: center; /* distributes thumbnails evenly across the row */
    flex-direction: row; /* makes thumbnails line up in a row */
  flex-wrap: nowrap; /* wrap thumbnails to next line if necessary */
  width: 40%; /* adjust the width as needed */
  align-items: center;
  
}

.image-grid2 .thumbnails a {
  width: 30%; /* adjust the width as needed */
  margin: 1em; /* space between thumbnails */
}

.image-grid2 .thumbnails a img {
  width: 100%;
  height: auto;
  object-fit: cover; /* keep the aspect ratio while filling the box */
}
@media screen and (max-width: 992px) {
  .image-grid2 a {
    width: 80%;
    margin-top: -1vh !important;
    margin: 1em;
  }

  
}

.image-grid2 .image-and-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  
}

.image-grid2 .image-text {
  margin-left: 2em; /* adjust as needed */
}

.image-text {
margin-right: 20vh;
}



.image-grid3 {
  display: flex;
  flex-direction: row; /* makes the images stack horizontally */
  flex-wrap: wrap; /* makes the images wrap to the next row if necessary */
  justify-content: flex-start; /* aligns the images to the left */
  margin-left: -0%; /* adds a 10% margin to the left */
  height: 100vh;
  
}

.image-grid3 a {
  position: relative;
  width: 200%; /* adjust this value if you want smaller or larger images */
  margin: 1em; /* adds some space around each image */
  display: flex; /* enables flexbox for the inner contents of the link */
  align-items: center; /* centers the overlay text vertically */
}

.image-grid3 a img {
  width: 45%; /* width of the image inside the link, adjust as needed */
  height: auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* adds a drop shadow */
  margin-right: 1em; /* adds some space between the image and the text */
}

.image-grid3 .overlay {
  flex-grow: 1; /* makes the overlay text take up the remaining width */
  text-align: left; /* aligns the text to the left */
}

.image-grid3 .main-image {
  width: 200%; /* adjust the width as needed */
  margin-bottom: 1em; /* space between the main image and the thumbnails */
  margin-right: 0%;
}

.image-grid3 .thumbnails {
  display: flex;
    justify-content: center; /* distributes thumbnails evenly across the row */
    flex-direction: row; /* makes thumbnails line up in a row */
  flex-wrap: nowrap; /* wrap thumbnails to next line if necessary */
  width: 40%; /* adjust the width as needed */
  align-items: center;
  
}

.image-grid3 .thumbnails a {
  width: 30%; /* adjust the width as needed */
  margin: 1em; /* space between thumbnails */
}

.image-grid3 .thumbnails a img {
  width: 100%;
  height: auto;
  object-fit: cover; /* keep the aspect ratio while filling the box */
}


.image-text {
  margin-left: 20vh;
  margin-top: 10vh;
  
}


