html {
    scroll-behavior: smooth;
  }


.fixed-top{
    z-index: 9999;
    background-color: white;
    color: #fff;
}

body {
    min-height: 100vh;
  }
  
ul{
    list-style: none;
}

.nav-item{
    background-color: #7fbbc5;
    color: white;
    margin-left: 10px;
    border-radius: 30px;
}

.carousel-caption{
 bottom: 200px !important;   
 left: 0px !important;
}

.subtitulo-slider1{
    font-size: 30px !important;
}

.texto-calipso{
    color: #68a0aa;
}

.texto-enfasis{
    font-weight: 700;    
}

.boton-seccion2{
    background-color: #169399;
    border: none;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    padding: 5px 20px 5px 20px;
    box-shadow: 3px 3px 0px 1px #9de3e5;
    margin-bottom: 20px;
    cursor: pointer;

}

.boton-seccion3{
    height: ;
    background-color: #169399;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 3px 3px 0px 1px #9de3e5;
    margin-bottom: 20px;
}

.boton-seccion4{
    height: 100%;
    width: auto;
    font-size: x-large;
    background-color: #e20c77;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 3px 3px 0px 1px #ffafd7;
    margin-bottom: 10px;
}

.boton-seccion7{

    font-size: x-large;
    background-color: #e20c77;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 3px 3px 0px 1px #ffafd7;
    margin-bottom: 10px;
}

.boton_proposito{
    font-size:;
    background-color: #e20c77;
    border: none;
    border-radius: 50px;
    color: white;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 3px 3px 0px 1px #ffafd7;
    margin-bottom: 10px;
}

.logo-seccion3{
    border-radius: 80px;
}

.titulo-seccion4{
    margin-top: 50px;
    color: #ff2479;
    font-weight: 800;
}

.maps{
    width: 300px;
    height: 400px;
}

.nav-link{
    color: white !important;
}

.cuadrado{
    background-color: #56a6ad;
    position: absolute;
    
    border-radius: 30px;
    text-align: justify;
    z-index: 2;
    width: 700px;
    height: ;
    margin-left: -100px;
    margin-top: 80px;
    padding: 35px;
}

/* Estilos personalizados para la galería */
.gallery {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: -5px; /* Elimina los espacios entre las imágenes */
}
.gallery img {
    width: 100%;
    height: 250px;
    cursor: pointer;
    object-fit: cover; /* Ajusta la imagen sin importar su tamaño o forma */
}

.image-container{
    width: 25%; /* Controla el ancho de cada imagen en la cuadrícula */
}

.espacio-arriba{
    padding-top: 100px;
}

.clase-4{
    background-color: white;
}

aca modificar para generar imagenes completas
.img-scanner{
    position:  ;
    margin-left: 50px !important;
    width: 500px;
    z-index: -1;
}

.imagen-scanner{
    position: absolute;
    margin-right: -150px;
    border: 5px solid orange;
    right: 0;
    width: 150% ; 
    height: auto;
    z-index: -1;
}
.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(122, 0, 71, 0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay:hover {
    opacity: 1;
}

.overlay-text {
    text-align: center;
    color: #fff;
}

.overlay-text h3,
.overlay-text p {
    margin: 0;
}


.card{  
    border: none !important;
    margin: 0% !important ;
    padding: 0% !important;
}
.card-body img{
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.card-header{
    border: none;
}

.card-footer{
    border: none;
    margin: 0;
    padding: 0;
}

.card-body{
    border: none;
    padding: 0 !important;
    margin: 0;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .myImg:hover {
    opacity: 0.7;
}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    max-width: 100vh; /* Use max-width instead of a fixed width */
  }
  
  /* Caption of Modal Image */
  .caption {
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, .caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }


  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      max-width: 100%;
    }
    .custom-image{
        height: auto !important;
    }

    .card-body img{
        max-width: none !important;
        height: auto !important;
    }
    
    .seccion-texto{
        padding-left: none !important;
        padding-right: none !important;
    }
    .cuadrado{
        background-color: #56a6ad;
        position: relative;
        border-radius: 30px;
        text-align: justify;
        width: auto;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        padding:  ;
        margin-bottom: 30px;
    }
    .img-scanner-derecha{display: none !important;}

  }



  .modal-backdrop {
      display: none;
      background: none;
  }
  


