@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Quicksand:wght@300..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --text-gold: #aea60b;
}

body {
    background-color: #000000;
    font-family: "Great Vibes", cursive;
    width: 100%;
}

.fondo {
    background-size: cover;
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    color: var(--text-gold);
    font-weight: bold;
    font-family: "Great Vibes", cursive;
    margin-top: 30px;
    margin-bottom: 20px; 
    width: 90%;
    height: 800px;
    img {
        width: 30%;
        height: auto;
        border-radius: 400px;
        margin-bottom: 30px;
    }
}

.video-container {
  position: absolute;
  top: 90px; /* debajo del header */
  width: 80%;
  height: 60vh;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video {
  width: 80%;
  height: 80%;
  object-fit: cover;
  z-index: -1;
}
/* .carrousel {
    margin-top: 80px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;;
    width: 50%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    box-sizing: border-box;
    border: 2px solid #f3f3f3;
    box-shadow: #f3f3f3;
    border-radius: 30px;
    padding-top: 50px;
    overflow: hidden;
    transition-delay: 0ms;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
} */

/* =========================
   CARRUSEL PRINCIPAL
========================= */

#carouselInicio {
    margin-top: 300px; /* separa del header fixed */
    width: 800px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(189, 164, 50, 0.4);
    margin: 0 auto;
    display: block;
}

#carouselInicio .carousel-inner {
    height: 700px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(189, 164, 50, 0.4);
    display: block;
}

#carouselInicio img {
    height: 800px;
    object-fit: cover;
    border-radius: 15px;
    margin: 0 auto;
    box-shadow: 0 0 25px rgba(189, 164, 50, 0.4);
    display: block;
}

/* Indicadores */
.carousel-indicators button {
    background-color: var(--text-gold);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* Flechas */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);

}
 
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-gold);
    font-weight: bold;
    font-family: "Great Vibes", cursive;
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

header {
    background-color: #000000;     /* Fondo oscuro */
    width: 100%;
    padding: 20px;
    color: var(--text-gold);
    z-index: 1000;
    position: fixed;
    top: 0;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}   
.letramenu{
    font-family:'arial', sans-serif, cursive;
}

.menu {
    list-style: none;           /* Quita los puntos de la lista */
    display: flex;              /* Hace los <li> estar en línea */
    gap: 50px;                  /* Espacio entre los <li>  */
    justify-content: space-between;/* Espacio entre los <li> */
    text-align: center;             /* Centra el texto */
    align-items: center;           
    margin: 0 auto;         /* centrar todo el menu */
}

.menu a {
    display: block;             /* Hace los <li> estar en bloque */
    padding: 15px 20px;         /* Espacio alrededor del texto */
    text-decoration: none;      /* Quita el subrayado */
    color: var(--text-gold);    /* Color del texto */
    font-weight: bold;          /* Fuente en negrita */
    align-items: center;        /* Centra el texto */
    text-align: center;         /* Centra el texto */
}

.menu-toggle {
    display: none;          
}

.logo {
    font-size: 1.5em;           /* Tamaño de la fuente */
}

.seccion{
    width: 90%;
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-gold);
    font-weight: bold;
    font-family: "Great Vibes", cursive;
    padding-top: 30px;
    border-radius: 10px;
    background-color: #000000;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

h1{
    color: var(--text-gold);
    font-size: 4rem;
}   

p{
    color: #f3f3f3;
    font-size: 1.5em;
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* .seccion1 {
    height: 200px;
    margin-bottom: 50px;
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
    img{
        width: 14%;
    }
    h1 {
        color: var(--text-gold);
        font-weight: bold;
        font-size: 4rem;
        display: inline-block;
    }
}

.seccion2 {
    height: 200px;
    margin-bottom: 50px;
    display: flex;
    gap: 20px;
    padding: 20px;
    margin-left: 150px;
    align-items: center;
   
    img{
        width: 14%;
    }
    h1 {
        color: var(--text-gold);
        font-weight: bold;
        font-size: 4rem;
        display: inline-block;
    }
    h2 {
        color:rgba(189, 164, 50, 0.955) ;
        justify-content: left;
    }
} */

.fotos {
        display: flex;
        flex-wrap: wrap;    
        gap: 15px;  
        justify-content: center;
        padding: 20px;
}

.foto {
        flex: 1 1 200px;
        max-width: 300px;
        border: 3px solid var(--text-gold);
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(189, 164, 50, 0.955);
        transition: transform 0.3s ease;
        overflow: hidden;
        img {
            width: 100%;
            height: auto;
            display: block;
        }   
        
        p{
            font-size: 1.5em;  
        }
}

.fotogaleria {
        flex: 1 1 500px;
        width: 600px;
        height: 600px;
        border: 3px solid var(--text-gold);
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(189, 164, 50, 0.955);
        transition: transform 0.3s ease;
        overflow: hidden;  

        p{
            font-size: 1.5em;  
        }
}
.fotogaleria a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.fotos2{
    display: flex;
    margin-top: 20px;
    gap: 40px;
}

.videos {
        display: flex;
        flex-wrap: wrap;    
        gap: 15px;  
        justify-content: center;      
        padding: 20px;
}

.video {
        flex: 1 1 200px;
        max-width: 300px;
        border: 3px solid var(--text-gold);
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(189, 164, 50, 0.955);
        transition: transform 0.3s ease;
        overflow: hidden;
        img {
            width: 100%;
            height: auto;
            display: block;
        }   
        p{
            font-size: 1.5em;  
        }
}

.servicios{
    display: flex;

    .serv1{
        margin: 20px;
        flex: 1;
        border: 1px solid #ccc;
        padding: 20px;
        border-radius: 10px;
        p{
            font-size: 1em;
        }
        h2{
            font-weight: bold;
            color: var(--text-gold);
            list-style: none;
        
            /* quitar el subrayado */  
            text-decoration: none;
        }
        h2:hover{
            color: #8d8c8c;
            transform: translateY(-10px);
        }

        a{
            color: var(--text-gold);
            text-decoration: none;
        }
        a:hover{
            color: #fff;
        }
      }    
    }

.galeria{
    width: 80px;
    padding: 20px;
    margin-bottom: 20px;
}

.fotogaleria{
        p{
            font-size: 1.5em;  
        }
    
        img:hover {
            box-shadow: 10px 10px 30px rgba(250, 226, 87, 0.801);
        }
        
        img{
            width: 300px;
            height: 300px;
            border: 1px solid #ffff;
            border-radius: 5px;
        }
}

.pie{
    padding: 20px;
    text-align: center;

    a{
        width: 200px;
        font-size: 2rem;
    }
}

.formulario {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    border: 2px solid var(--text-gold);
    border-radius: 5px;
    color: #f3f3f3;
    padding: 30px;
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
}

#contacto {
    text-align: center;
}

#contacto h1 {
    text-align: left;
}

#contacto form {
   max-width: 800px;
   margin: 0 auto;
}

.btn {
    width: 90px;
    margin: 0 auto;
}

/* Grid de Imágenes (Flexbox/Grid) */
.fotos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
}

.foto-item {
    flex: 1 1 300px; /* Se ajusta solo según el ancho */
    max-width: 400px;
    text-align: center;
    transition: transform 0.3s ease;
}

.foto-item img {
    width: 100%;
    height: 250px;
    object-fit: cover; /* Para que todas las fotos midan lo mismo */
    border-radius: 8px;
    border: 1px solid #333;
}

.foto-item:hover {
    transform: translateY(-10px);
}

/* Efecto Galería */
.img-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(211, 175, 55, 0.7); /* Dorado transparente */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay span {
    color: #000;
    font-weight: bold;
    font-size: 1.2rem;
    border: 2px solid #000;
    padding: 5px 15px;
}

.img-container:hover .overlay {
    opacity: 1;
}

/* Asegurar que las imágenes de galería sean prolijas */
.galeria-card img {
    height: 350px; /* Un poco más grandes para que destaquen */
    object-fit: cover;
}

.video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px 0;
}

.video-item {
    flex: 1 1 300px; /* Se ajusta solo según el ancho */
    max-width: 400px;
    text-align: center;
    transition: transform 0.3s ease;
}

.video-item img {
    width: 100%;
    height: 250px;
    object-fit: cover; /* Para que todas las fotos midan lo mismo */
    border-radius: 8px;
    border: 1px solid #333;
}

.video-item:hover {
    transform: translateY(-10px);
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    cursor: pointer;
}

.whatsapp-float img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}


/* hacer el menu responsive de la pagina */
@media (max-width: 768px) {
    nav {
      flex-direction: column;
      align-items: flex-start;
      padding: 10px; 
    }
    
    nav a {
      margin: 10px 0;
      font-size: 18px;
    }
    
    .logo {
      font-size: 24px;
    }

    .seccion {
        padding-top: 150px;
        margin-left: 0px;      
        margin-right: 0px;  
    }
    
    .menu {
      display: none;
      flex-direction: column;
      width: 100%;
      background-color: #333;
      position: absolute;
      top: 100%;
      left: 0;
    }
    
    .menu.open {
      display: flex !important;
    }

    .menu a {
      padding: 10px;
      color: white;
      text-align: left;
      text-decoration: none;
      display: block;
      border-bottom: 1px solid #444;
    }
    
    .menu-toggle {
      display: block;
      font-size: 24px;
      cursor: pointer;
      padding: 10px;
      color: #fff;
      background-color: #333;
    }

    .seccion1, .seccion2 {
      flex-direction: column;
      text-align: center;
      .titulo {
        font-size: 24px;
      }
    }
    .carousel {
      max-width: 100%;
      margin: 0 auto;
    }

    .fotos {
      flex-direction: column;
      align-items: center;
    }
  
    .foto {
      width: 90%;
      margin-bottom: 20px;
    }
  
    img {
      max-width: 100%;
      height: auto;
    }
  
    .servicios {
      flex-direction: column;
      gap: 20px;
    }
  
    .serv1 {
      width: 100%;
    }
  
    .formulario .row {
      flex-direction: column;
    }
  
    .formulario .col {
      width: 100%;
    }

    #carouselInicio {
        margin-top: 80px;
        border-radius: 0;
    }

    #carouselInicio .carousel-inner {
        height: 45vh;
        border-radius: 0;
    }

    #carouselInicio .carousel-item img {
        width: 100%;
        height: 45vh;
        object-fit: cover;
        border-radius: 0;
    }
    
}


  
  
 