* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body {
    font-family: 'open sans';
    font-size: 16px;
    
}


/* Header */

header {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/estudio2024.webp);
    background-attachment: fixed;
    background-position: bottom;
    background-size: 100%;
    filter: sepia(60%) brightness(90%) contrast(120%);
    z-index: -1;
}


header .estudio-texto{
    opacity: 0; /* Inicialmente oculto */
    transform: scale(0.2);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; /* Transición suave */
    margin-top: 152px;
    font-family:coda;
  }
header .estudio-texto.mostrar {
    opacity: 1; /* Mostrar gradualmente */
    transform: scale(1);
  }

header .titulo {
    font-size: 65px;
    font-family:Strjmono;
    
    
  -webkit-text-fill-color: rgb(0, 0, 0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: rgb(251, 255, 0);
    
}

header .subtitulo {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 12px;
    font-family: coda;
    -webkit-text-fill-color: rgb(0, 0, 0); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
}

header .boton {
    display: inline-block;
    padding: 6px;
    width: 128px;
    border: 1px solid #fff;
    color: rgb(0, 0, 0);
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    font-family: coda;
}
header.iconos{
    position: absolute;
    
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    margin: center;
}
header.icon:hover {
    transform: translate3D(0,-1px,0) scale(1.15); /* move up slightly and zoom in */
    box-shadow: 8px 28px 50px rgba(39,44,49,.07), 1px 6px 12px rgba(39,44,49,.04);
    transition: all .4s ease; /* zoom in */
    cursor: pointer;
  }

.sesgoabajo {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 20vh 100vw;
    border-style: solid;
    border-color: transparent transparent rgb(255, 255, 255) transparent;
}

.sesgoarriba {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 20vh 100vw 0 0;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent transparent;
}

.contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;

    
}
.contenedor-mapa {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    display:flex;
	justify-content:center;
    
}
/* Main */

.sobre-nosotros {
    text-align: center;
    font-size: 56px;
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-family:coda;
}
.muestras {
    text-align: center;
    font-size: 56px;
    margin-bottom: 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-family:coda;
}
.slogan {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 24px;
    color: rgb(255, 255, 255);
    font-family:coda;
}

.parrafo {
    margin-bottom: 13px;
    font-weight: 300;
    text-align: justify;
    line-height: 24px;
    color: rgb(0, 0, 0);
    font-family:coda;
    font-size: 20px;
}

.parrafo ul {
    list-style-type: disc; 
    list-style-position: inside;
    list-style-image: none;
  }

.galeria {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.imagenes {
    width: 20%;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.imagenes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fondo {
    height: 600px;
    position: relative;
    background-image: url(img/logo\ pagina.webp);
    background-size: contain;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    
}
.sesgoarriba-unico {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    border-width: 20vh 100vw 0 0;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}
.miembros{
    background: #000000; 
}
.contenedor-muestra {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    background: #000000;
    
}
.sesgoabajo-unico {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 20vh 100vw;
    border-style: solid;
    border-color: transparent transparent #000000 transparent;
}

/* Footer */
.sesgoabajo-unico-footer {
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 0 20vh 100vw;
    border-style: solid;
    border-color: transparent transparent #141414 transparent;
}
footer {
    background: #141414;
    height: auto;
    color: #fff;
    text-align: center;
    font-family: coda;
}

.titulo-footer,
.subtitulo-footer {
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 56px;
}

.subtitulo-footer {
    font-size: 16px;
    margin-bottom: 64px;
}

form {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}


.muestras{
    display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	width:90%;
	justify-content:center;
    align-content: center;
    margin-left: 5%;
  }
  .image {

    transition: filter 0.3s ease;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
    height: auto;
  }
  .mostrar {
    opacity: 1;
  }
  .visible {
    opacity: 1;
  }
  .fade-in {
    opacity: 0; /* Inicialmente oculto */
    transition: opacity 1s ease-in-out; /* Efecto de transición */
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color:#3b3b3b;
    
  }

.fotomuestra{

    max-width: 300px;
    max-height: 300px;
    position: relative;
    padding: 2%;
    align-content: center;
    
    }
    .fotomuestra:hover .overlay {
        opacity: 0.6;
      
      }

   
      .iconos{
        margin-right: 1%;
        
        
        background: #141414;
    }
    .icon{
        max-width: 50px;
        max-height: 50px;
       padding-left: 5px;
      
    }
    .icon:hover {
        transform: translate3D(0,-1px,0) scale(1.15); /* move up slightly and zoom in */
        box-shadow: 8px 28px 50px rgba(39,44,49,.07), 1px 6px 12px rgba(39,44,49,.04);
        transition: all .4s ease; /* zoom in */
        cursor: pointer;
      }
      

      /* Estilos para el botón flotante */

/* Estilos para el botón flotante */
.whatsapp-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
  }
  
  .whatsapp-btn a {
    display: block;
    width: 32px;
    height: 32px;
  
    border-radius: 50%;
    text-align: center;

  }
  
  .whatsapp-btn img {
    width: 50px;
    height: 50px;
    
  }
  /* Efecto de oleaje */
  .whatsapp-btn:hover img {
    animation: wave 1s ease-in-out infinite;
    cursor: pointer;
  }


      /* Responsive */

      @keyframes wave {
        0% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-10%);
        }
        100% {
          transform: translateY(0);
        }
      }
@media screen and (max-width:900px) {
    .card {
        width: 48%;
    }
}

@media screen and (max-width:610px) {
    
    header {
        width: 100%;
        height: 900px;
        
    }
    header .textos {
        margin-top: 110px;
    }

    header .titulo {
        font-size: 55px;
    }

    .none {
        display: none
    }

    .imagenes {
        flex-grow: 1;
    }

    .card {
        width: 90%;
    }

    .fondo {
        height: auto;
    }

    .especial {
        display: none;
    }

    .cliente {
        width: 90%;
        height: 200px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:380px) {
    header .textos {
        margin-top: 100px;
    }

    header .titulo {
        font-size: 65px;
    }

    header .subtitulo {
        font-size: 25px;
        margin-bottom: 32px;
    }

    .sobre-nosotros {
        font-size: 46px;
    }

    .slogan {
        font-size: 20px;
    }

    .titulo-patrocinadores {
        font-size: 46px;
    }

    .subtitulo-patrocinadores {
        font-size: 20px;
    }
    
}