html{
   scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    box-sizing: border-box;
    transition: background-color 0.3s ease-in-out;
    position: relative;
      font-weight: 400;
}
.slider-container {
    position: relative;
    width: 100%;
    height: 42vw;
    overflow: hidden;
    clip-path: circle(170% at 50% -213%);
}


.slide {
    position: absolute;
    width: 100%;
    height: 42vw;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;

}

.slide.active-slide {
    opacity: 1;
    z-index: 1;
}

.slide img {
    width: 100%;
    height: auto;
    position: fixed;
}

.slide video {
    width: 100%;
    height: auto;
    position: fixed;
}

.slide-content {
    position: absolute;
    bottom: 0vw;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    padding: 4vw 0vw;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.9));
}

@media (max-width: 600px) {
    .slide-content {
        padding: 6vw 0vw;
    }
}

.slide-content h2 {
    font-size: 2.5vw;
    margin-bottom: 5vw;
    text-align: center;
}

.slide-content p {
    font-size: 1.2vw;
    max-width: 40vw;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.5;
}

@media (max-width: 600px) {
  .slide-content p {
font-size: 2.5vw;
max-width: 60vw;
    }
}

.slide-button-fixed {
    position: fixed;
    top: 26vw;
    left: 30%;
    transform: translateX(-50%);
    padding: 0.8% 2%;
    border: none;
    background-color: #333;
    color: #fff;
    font-size: 1.5vw;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 1vw;
    z-index: 1;
}

.slide-button-fixed:hover {
    position: fixed;
    top: 26vw;
    left: 30%;
    transform: translateX(-50%);
    padding: 0.8% 2%;
    border: none;
    background-color: #d4007f;
    color: #fff;
    font-size: 1.5vw;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 1vw;
    z-index: 1;
}


@media (max-width: 600px) {
    .slide-button-fixed {
    font-size: 2.2vw;
    padding: 1vw 3vw;
    border-radius: 1.5vw;
    top: 28vw;
    }
}

@media (max-width: 600px) {
    .slide-button-fixed:hover {
    font-size: 2.2vw;
    padding: 1vw 3vw;
    border-radius: 1.5vw;
    top: 28vw;
    }
}


h1.tituloslide-fixed1 {
font-weight: 800;
    font-size: 8.0vw;
    color: #333;
    position: fixed;
    top: 7vw;
    left: 21.9%;
    transform: translateX(-50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 1s;
}

@media (max-width: 600px) {
  h1.tituloslide-fixed1 {
    top: 8vw;
font-size: 9.5vw;
    }
}

.fade-in {
  opacity: 1 !important;
}

h1.tituloslide-fixed2 {
font-weight: 500;
    font-size: 3.6vw;
    color: #333;
    position: fixed;
    top: 15vw;
    left: 30%;
    transform: translateX(-50%);
}

@media (max-width: 600px) {
  h1.tituloslide-fixed2 {
    top: 17vw;
font-size: 3.95vw;
    }
}

p.tituloslide-fixed3 {
    font-size: 1.28vw;
    color: #333;
    position: fixed;
    top: 20.8vw;
    left: 29.9%;
    transform: translateX(-50%);
}

@media (max-width: 600px) {
  p.tituloslide-fixed3 {
font-size: 1.4vw;
top: 23vw;
    }
}


.slide-dots {
    position: absolute;
    top: 39vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

@media (max-width: 600px) {
  .slide-dots {
      top: 38vw;
    }
}

.slide-dots .dot {
    width: 0.6vw;
    height: 0.6vw;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin: 0 0.3vw;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slide-dots .dot.active-dot {
    background-color: rgba(255, 255, 255, 1);
}

@media (max-width: 600px) {
  .slide-dots .dot {
    width: 1.8vw;
    height: 1.8vw;
    margin: 0 1vw;
    }
}

div.todoport{
  padding-left: 5vw;
  padding-right: 5vw;
  z-index: 1
}

.contenedor-seccion {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: ;
  box-sizing: border-box;
  width: 100%;
}

.secciones {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  color: #6B6B6B;
  text-align: left;
  margin: 0;
}

.linea-secciones {
  border: none;
  height: 0.3vw;
  background-color: #d6418c;
  width: 1.7vw;
  margin-right: 1vw;
  margin-top: 1.7vw;
  margin-left: 2.9vw;
}

@media (max-width: 600px) {
    .linea-secciones {
      height: 0.4vw;
      width: 2.5vw;
      margin-right: 1vw;
      margin-top: 3.4vw;
    }
}

h2.seccion{
  font-weight: 500;
  font-size: 1.3vw;
}


@media (max-width: 600px) {
    h2.seccion {
        font-size: 2.5vw;
    }
}

  .image-row {
    display: flex;
    justify-content: space-between;
    margin: 0 3vw;
    margin-bottom: 0.95vw;

}

.image-container {
    flex: 1;
    margin: 0.5vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    position: relative;
    overflow: hidden;
    border-radius: 1vw;
}

.image-containerizq {
    flex: 1;
    margin-right: 0.5vw;
    margin-top: 0vw;
    position: relative;
    overflow: hidden;
    border-radius: 1vw;
}

.image-containerder {
    flex: 1;
    margin-left: 0.5vw;
    margin-top: 0vw;
    position: relative;
    overflow: hidden;
    border-radius: 1vw;
}

.image-container1 {
    flex: 1;
    margin-right: 1vw;
    margin-top: 0vw;
    position: relative;
    overflow: hidden;
    border-radius: 1vw;
}

.image-container2 {
    flex: 1;
    margin-left: 1vw;
    margin-top: 0vw;
    position: relative;
    overflow: hidden;
    border-radius: 1vw;
}
.image-container:last-child {
    margin-right: 1vw;
}

.image-mask {
    position: relative;
    width: 100%;
    padding-top: calc(1350 / 1080 * 100%);
    overflow: hidden;
    border-radius: 1vw;
}

.image-mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 1vw;
    transition: transform 0.3s ease;
}

.image-mask2 {
    position: relative;
    width: 100%;
    padding-top: calc(1080 / 1350 * 100%);
    overflow: hidden;
    border-radius: 1vw;
}

.image-mask2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 1vw;
    transition: transform 0.3s ease;
}


.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: opacity 0.3s ease;
    border-radius: 1vw;
}

.image-overlay .overlay-title {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 1vw;
}

.image-overlay .overlay-text {
    font-size: 1.1vw;
}

.image-mask:hover .image-overlay {
    opacity: 1;
}

.full-width-image {
    margin: 0 3vw 0vw;
}

.full-width-image .image-container {

  position: relative;
  overflow: hidden;
  border-radius: 1vw;
}

.full-width-image .image-mask {
    position: relative;
    width: 100%;
    padding-top: calc(400 / 1350 * 100%);
    overflow: hidden;
    border-radius: 1vw;
}

.full-width-image .image-mask img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw;
    transition: transform 0.3s ease;
}

.full-width-image .image-mask video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw;
    transition: transform 0.3s ease;
}


.full-width-image .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: opacity 0.3s ease;
    border-radius: 1vw;
}

.full-width-image .image-overlay .overlay-title {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.full-width-image .image-overlay .overlay-text {
    font-size: 1.2vw;
}

.full-width-image .image-mask:hover .image-overlay {
    opacity: 1;
}

.scroll-trigger {
    opacity: 0;
    transform: translateY(50vw);
    transition: transform 2s ease, opacity 2s ease;
}

.scroll-trigger.visible {
    opacity: 1;
    transform: translateY(0);
}

.image-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: opacity 0.3s ease;
    border-radius: 1vw;
}

.image-overlay2 .overlay-title {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.image-overlay2 .overlay-text {
    font-size: 1.2vw;
}

.image-mask2:hover .image-overlay2 {
    opacity: 1;
}

.full-width-image .image-mask2 {
    position: relative;
    width: 100%;
    padding-top: calc(500 / 1350 * 100%);
    overflow: hidden;
    border-radius: 1vw;
}

.full-width-image .image-mask2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw;
    transition: transform 0.3s ease;
}

.full-width-image .image-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: opacity 0.3s ease;
    border-radius: 1vw;
}

.full-width-image .image-overlay2 .overlay-title {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.full-width-image .image-overlay2 .overlay-text {
    font-size: 1.2vw;
}

.image-overlay3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: opacity 0.3s ease;
    border-radius: 1vw;
}

.image-overlay3 .overlay-title {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.image-overlay3 .overlay-text {
    font-size: 1.2vw;
}

.image-mask3:hover .image-overlay3 {
    opacity: 1;
}

.full-width-image .image-mask3 {
    position: relative;
    width: 100%;
    padding-top: calc(500 / 1200 * 100%);
    overflow: hidden;
    border-radius: 1vw;
}

.full-width-image .image-mask3 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1vw;
    transition: transform 0.3s ease;
}

.full-width-image .image-overlay3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    transition: opacity 0.3s ease;
    border-radius: 1vw;
}

.full-width-image .image-overlay3 .overlay-title {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: 0.5vw;
}

.full-width-image .image-overlay3 .overlay-text {
    font-size: 1.2vw;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 9999 ;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: blur(1vw);
    background-color: rgba(0, 0, 0, 0.8);
}


.modal-content2 {
    background-color: #fefefe;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2vh;
    border: 1px solid #888;
    width: 80%;
    max-width: 60vh;
    box-shadow: 0px 0.2vh 1vh rgba(0, 0, 0, 0.2);
    animation: modalopen 0.5s;
    border-radius: 2vh;

}

.modal-content2 img{
    border-radius: 2vw;
}

.close-modal2 {
    color: #aaa;
    float: right;
    margin-top: -2.5%;
    margin-right: -1%;
    font-size: 2vw;
    font-weight: bold;
    cursor: pointer;
}

@media (max-width: 600px) {
    .close-modal2 {
    font-size: 4vw;
    margin-top: -4%;
    margin-right: -1.5%;
    }
}

.close-modal2:hover .close-modal2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#modalImage1, #modalImage2, #modalImage3, #modalImage4, #modalImage5 {
    width: 100%;
    height: auto;
}
