@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');

footer {
    text-align: center;
    color: #ead6bd;
    max-width: 1280px;
    margin: auto;
    white-space: pre-line;
}

footer p {
    margin: 0;
}

html {
    scroll-behavior: smooth;
    scrollbar-color: #00214d #504e63;
}

body {
    background-image: url("IMG/fondo.png");
    margin-top: 0%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



a {
    text-decoration: none;
}

.inicio {
    border-bottom: 3px solid #ead6bd;
    padding: 0 32px 16px;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.inicio_imagen {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
}

.inicio_subtitulo {
    font-family: "Kalam", cursive;
    font-weight: 400;
    font-size: 17px;
    font-style: italic;
    color: white;
    line-height: 1.7;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.menu {
    position: sticky;
    top: 0px;
    z-index: 100;
    background-color: #504E63;
    border-bottom: 1px solid #a88661;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.menu img {
    border-radius: 5px;
}

.menu_enlace {
    font-family: 'Oswal', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: white;
    padding: 16px 12px;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    
}

.menu_enlace:hover {
    color: #ead6bd;
    border-bottom: 2px solid whitesmoke;
}

.principal {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.info {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px auto;
    max-width: 1280px;
    padding: 0 16px;
}

.info_txt {
    flex: 1;
    text-align: justify;
    font-size: 20px;
    line-height: 1.6;
    color: white;
    font-family: "Kalam", cursive;
    font-weight: 400;
    font-style: normal;
}

.info_img {
    background-image: url("IMG/milo1.jpg");
    background-size: cover;
    width: 50%;
    height: 300px;
    border-radius: 8px;
    transition: background-image 0.6s;

}

.info_img:hover {
    background-image: url("IMG/LVEMC.jpg");
}

.galeria {
    display: grid;
    gap: 20px;
    align-items: center;
    margin: 33px auto;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1280px;
    width: 80%;
}



.galeria img {
    width: 210px;
    border-radius: 15px;
    transition: transform 0.25s;
}



.galeria img:hover {
    transform: scale(1.2) rotate(4deg);
    position: relative;
    z-index: 10;

}



.albumnes {
    display: grid;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #ead6bd;
    max-width: 1280px;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
}

.seccion_encabezado {
    margin-bottom: 50px;
    max-width: 1280px;
    width: 100%;
}

.seccion_titulo {
    font-family: 'oswald', sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(
    #A67A44,
    #ead6bd,
    #A67A44
    );
    font-weight: bold;
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.persona {
    display: flex;
    gap: 17px;
    max-width: 1280px;
    width: 100%;
    padding: 5px;
}

.tarjeta {
    background: #00214d9f;
    border: 1px solid white;
    border-radius: 14px;
    padding: 17px;
    display: block;
    transition: border-color 0.25s, transform 0.25s, background 0.25s;
    max-width: 200px;
    max-height: 255px;
    width: 100%;
    height: 100%;
}

.tarjeta:hover {
    border-color: #a88661;
    transform: scale(1.2);
    z-index: 100;
    background: #00214d;

}

.tarjeta_titulo {
    color: #ead6bd;
    font-family: "Kalam", cursive;
    font-weight: 400;
    max-width: 200px;
}

.tarjeta_titulo2 {
    color: #a88661;
    font-family: "Kalam", cursive;
    font-weight: 400;
    max-width: 200px;
}

.tarjeta_info {
    color: #ead6bd;
    width: 100%;
}

.tarjeta img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.tarjeta_anio {
    color: #a88661;
    font-family: "Kalam", cursive;
    font-weight: 400;
}

.discografia {
    max-width: 1280px;
    width: 100%;
}

.discografia_texto {
    color: #ead6bd;
    font-family: "Kalam", cursive;
    font-weight: 400;
    font-size: 25PX;
}

.imagen1 {
    background-image: url("IMG/milo6.jpg");
    background-size: cover;
    width: auto;
    height: 300px;
    border-radius: 20px;
    transition: background-image 1s;
    margin: 33px;
}

.imagen1:hover {
    background-image: url("IMG/LVEMC.jpg");
}

.imagen2 {
    background-image: url("IMG/milo7.jpg");
    background-size: cover;
    width: auto;
    height: 300px;
    border-radius: 20px;
    transition: background-image 1s;
    margin: 33px;
}

.imagen2:hover {
    background-image: url("IMG/LVEMC.jpg");
}

.imagenes {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.imagen3 {
    background-image: url("IMG/milo8.jpg");
    background-size: cover;
    width: auto;
    height: 300px;
    border-radius: 20px;
    transition: background-image 1s;
    margin: 33px;
}

.imagen3:hover {
    background-image: url("IMG/LVEMC.jpg");
}

.imagen4 {
    background-image: url("IMG/milo9.jpg");
    background-size: cover;
    width: auto;
    height: 300px;
    border-radius: 20px;
    transition: background-image 1s;
    margin: 33px;
}

.imagen4:hover {
    background-image: url("IMG/LVEMC.jpg");
}

/*profe a partir de acá le explico las propiedades del carrusel que no hemos visto */
.carrusel {
    width: 100%;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    /*esconde las imagenes que no se enfocan*/
    border-radius: 10px;
}

.carrusel-slide {
    display: flex;
    width: 300%;
    animation: deslizamiento-automatico 18s infinite ease-in-out;
    /*acá se crea una animacion con nombre personalizado con tiempo y ease-in-out que se repite infinitamente*/
}

/*los keyframes son animaciones en una linea de tiempo la cual,
 en este caso, se detalla con porcentajes de los segundos especificados en la animación, es decir,
  del 0% al 25% de 10 segundos hacer tal cosa, de 33% a 58% hacer otra cosa y así sucesivamente*/
@keyframes deslizamiento-automatico {

    0%,
    25% {
        transform: translateX(0%);
    }

    /* Muestra Imagen 1 */
    33%,
    58% {
        transform: translateX(-33.333%);
    }

    /* Desliza a Imagen 2 */
    66%,
    91% {
        transform: translateX(-66.666%);
    }

    /* Desliza a Imagen 3 */
    100% {
        transform: translateX(0%);
    }
}

.slide {
    width: 33.333%;
    /* Divide el espacio total entre las 3 imágenes */
}

.slide img {
    width: 100%;
    max-width: 600px;
    height: 300px;
    object-fit: cover;
    /* Evita que las imágenes se deformen o se aplasten */
    display: block;
}
/*yapo profe, enseñenos diseño responsivo, me carga que se vea horrible en celular*/

.monumental {
    border-bottom: 2px solid #ead6bd;
}

.galeria-monumental {
    display: grid;
    gap: 20px;
    align-items: center;
    margin: 33px auto;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1280px;
    width: 80%;
    
}

.galeria-monumental img {
    width: 210px;
    border-radius: 15px;
    transition: transform 0.25s;
}

.galeria-monumental img:hover {
    transform: scale(1.2) rotate(4deg);
    position: relative;
    z-index: 10;
}

.vina2026 {
    border-top: 1px solid #ead6bd;
    border-bottom: 2px solid #ead6bd;
}

.vina-galeria {
    display: grid;
    gap: 20px;
    align-items: center;
    margin: 33px auto;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1280px;
    width: 80%;
}

.vina-galeria img {
    width: 210px;
    border-radius: 15px;
    transition: transform 0.25s;
}

.vina-galeria img:hover {
    transform: scale(1.2) rotate(4deg);
    position: relative;
    z-index: 10;
}

.moron18 {
    border-top: 1px solid #ead6bd;
    border-bottom: 2px solid #ead6bd;
}

.moron18-galeria {
    display: grid;
    gap: 20px;
    align-items: center;
    margin: 33px auto;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1280px;
    width: 80%;
}

.moron18-galeria img {
    width: 210px;
    border-radius: 15px;
    transition: transform 0.25s;
}

.moron18-galeria img:hover {
    transform: scale(1.2) rotate(4deg);
    position: relative;
    z-index: 10;
}

