@font-face {
  font-family: "Haverbroke";
  src: url(/haverbroke/Haverbrooke.woff) format("woff2"),
       url(/haverbroke/Haverbrooke.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
*{
    margin: 0;
}
body{
    font-family: "Haverbroke", sans-serif;
    letter-spacing: 2px;
}
.menu{
    height: 70px;
    width: 100vw ;
    display: flex;
    align-items: center ;
    justify-content: center;
    position: fixed;
    background: rgba(67, 26, 8, 0.9);
}
.menu .menu2{
    width: 500px;
    display: flex;
    justify-content: space-between;
}
.menu .menu2 a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
    letter-spacing: 2px ;
}
.menu .menu2 a:hover{
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 28px;
    cursor: pointer;
    padding: 5px;
    z-index: 1000;
}
.section1{
    height: 85vh;
    width: 100;
    background-image: url(/img/banner2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section1 .mover{
    height: 100px;
    width: 800px;
    display: flex;
    justify-content: space-between;
    margin-top: 450px;
}
.section1 a{
    height: 65px;
    width: 280px;
    background-color: #E18A6C;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.section1 a:hover{
    background-color: #ff9e7e;
    box-shadow: 0 8px 20px rgba(67, 26, 8);
    transform: translateY(-2px) scale(1.01);
}
.section2{
    height: auto;
    width: 100;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
.section2 .cabeza{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.section2 .cabeza .centrar{
    height: 300px;
    width: 722px;
    background-image: url(/img/lettering.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.section2 .entradas{
    height: auto;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}
.section2 .entradas .entrada1{
    height: 300px;
    width: 450px;
    background-color: #370F09;
    border: solid 2px #E18A6C;
    border-radius: 10px;
    display: flex;
}
.section2 .entradas .entrada1 .cartel{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section2 .entradas .entrada1 .cartel .foto1{
    height: 280px;
    width: 200px;
    border-radius: 13px;
    background-image: url(/img/sevilla.jpg) ;
    background-size: cover;
    background-position: center;
}
.section2 .entradas .entrada1 .cartel .foto2{
    height: 280px;
    width: 200px;
    border-radius: 13px;
    background-image: url(/img/cordoba.jpg) ;
    background-size: cover;
    background-position: center;
}
.section2 .entradas .entrada1 .cartel .foto3{
    height: 280px;
    width: 200px;
    border-radius: 13px;
    background-image: url(/img/granada.jpg) ;
    background-size: cover;
    background-position: center;
}
.section2 .entradas .entrada1 .info{
    width: 50%;
    height: 100%; 
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 18px;
    color: white;
}
.section2 .entradas .entrada1 .info{
    width: 50%;
    height: 100%; 
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 18px;
}
.section2 .entradas .entrada1 .info .centrar{
    height: 100px;
    width: 200px;
    margin-bottom: 90px;
}
.section2 .entradas .entrada1 .info h3{
    font-size: 21px;
    letter-spacing: 3px;
}
.section2 .entradas .entrada1 .info .ubi{
    display: flex;
    margin-top: 30px;
}
.section2 .entradas .entrada1 .info .ubi p{
    margin-top: 5px;
    margin-left: 8px;
    font-size: 12px;
}
.section2 .entradas .entrada1 .info .fecha{
    display: flex;
    margin-top: 40px;
}
.section2 .entradas .entrada1 .info .fecha p{
    margin-top: 5px;
    margin-left: 9px;
    font-size: 12px;
}
.section2 .entradas .entrada1 .info a{
    background-color: #E18A6C;
    padding: 15px 25px;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    margin-right: 10px;
}
.section2 .entradas .entrada1 .info a:hover{
    background-color: #ff9e7e;
    box-shadow: 0 8px 20px rgba(67, 26, 8);
}
.section2 .masciudades{
    display: flex;
    justify-content: end;
    margin-top: 30px;
    margin-right: 50px;
}
.section2 .masciudades a{
    color:#370F09
}
.titulo{
    margin-top: 50px;
    margin-left: 30px;
    width: 100;
    color: #370F09;
}
.titulo h3{
    margin-left: 40px;
}
.section3{
    margin-top: 30px ;
    height: 700px;
    width: 100;
    display: flex;
    justify-content: space-around;
    background-image: url(/img/fondo3.png);
}
.section3 .izq{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section3 .izq .centro1{
    height: 600px;
    width: 480px;
    background-image: url(/img/sec3.png);
    border-radius: 10px;
}
.section3 .dcha{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#370F09 ;
}
.section3 .dcha .centro2{
    height: 600px;
    width: 560px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.section3 .dcha .centro2 .botones{
    display: flex;
    justify-content: space-around;
}
.section3 .dcha .centro2 .botones a{
    height: 65px;
    width: 260px;
    background-color: #E18A6C;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.section3 .dcha .centro2 .botones a:hover{
    background-color: #ff9e7e;
    box-shadow: 0 8px 20px rgba(67, 26, 8);
    transform: translateY(-2px) scale(1.01);
}
.section4{
    height: 150px;
    width: 100;
    background-color: #FFE7DF ;
    color: #370F09;
}
.section4 img{
    margin-top: 50px;
}
.section4 h2{
    margin-top: 10px;
}
.section5{
    height: 450px;
    width: 100;
    background-color: #FFE7DF;
    display: flex;
}
.section5 .izq5{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
}
.section5 .izq5 .centr5{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formulario-container {
    width: 100%;
    max-width: 400px;
    background: linear-gradient(180deg, #E18A6C 0%, #370F09 100%);
    border: solid 2px #370F09;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.formulario-row {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.formulario-grupo {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.formulario-grupo.full-width {
    width: 100%;
}
label {
    color: white;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}
input[type="text"],
input[type="email"],
textarea {
    padding: 12px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    background-color: #FFE4D6;
    outline: none;
    box-sizing: border-box;  /* ← AGREGAR ESTO */
    width: 100%; 
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    background-color: #FFF;
}
textarea {
    resize: vertical;
    min-height: 120px;
    font-family: Arial, sans-serif;
}
.boton-container {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
button {
    background-color: #E18A6C;
    color: white;
    padding: 12px 40px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
button:hover {
    background-color: #f59478;
    transform: scale(1.05);
}
.section5 .dcha5{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5 .dcha5 .centr52{
    height: auto;
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #370F09;
}
.section5 .dcha5 .centr52 h2{
    font-size: 18px;
}
.section5 .dcha5 .centr52 .correo{
    height: 40px;
    width: 260px;
    background-color: #370F09;
    border: solid 2px #E18A6C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content:space-around;
    color: white ;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 80px;
}
.section5 .dcha5 .centr52 .correo p{
    margin-top: 4px;
    font-size: 12px;
}
.section5 .dcha5 .centr52 .redes{
    width: 200px;
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
}
.section5 .dcha5 .centr52 .redes .bt{
    height: 30px;
    width: 30px;
    background-color: #370F09;
    border: solid 2px #E18A6C;
    border-radius: 10px;
    padding: 5px 5px;
}
.footer{
    height: 150px;
    width: 100;
    background-color: #370F09;
    color: white;
    font-size: 13px;
    display: flex; /* Añade esto */
    justify-content: center; /* Añade esto */
    align-items: center; /* Añade esto */
}
.footer .cent{
    height: 100px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around ;
    align-items: center;
}
.footer .cent .reds{
    height: auto;
    width: 300px;
    display: flex;
    justify-content: space-around;
}

/* Responsive Design */

@media (max-width: 1250px){
    .section1 .mover{
        width: 700px;
    }
    .section3 .izq{
        width: 450px;
    }
    .section3 .izq .centro1{
        height: 580px;
        width: 420px;
    }
    .section3 .dcha .centro2{
        height: 580px;
        width: 450px;
    }
    .section3 .dcha .centro2 iframe{
        height: 280px;
        width: 450px;
    }
    .section3 .dcha .centro2 .botones a{
        height: 55px;
        width: 200px;
        font-size: 13px;
    }
    .section3 .dcha .centro2 .botones a img{
        height: 35px;
        width: 35px;
    }
    .section4 h2{
        font-size: 22px;
    }
}
@media (max-width: 1025px) {
    .section5 .izq5{
        width: 60%;
    }
}

@media (max-width: 970px){
    .section2 .cabeza .centrar{
        height: 285px;
        width: 720px;
    }
    .section2 .masciudades a{
        font-size: 14px;
    }
    .section2 .entradas .entrada1{
        height: 220px;
        width: 340px;
    }
    .section2 .entradas .entrada1 .cartel .foto1{
        height: 200px;
        width: 150px;
    }
    .section2 .entradas .entrada1 .cartel .foto2{
        height: 200px;
        width: 150px;
    }
    .section2 .entradas .entrada1 .cartel .foto3{
        height: 200px;
        width: 150px;
    }
    .section2 .entradas .entrada1 .info .centrar{
        height: 100px;
        width: 170px;
        margin-bottom: 43px;
        margin-top: -10px;
    }
    .section2 .entradas .entrada1 .info h3{
        font-size: 15px;
    }
    .section2 .entradas .entrada1 .info .fecha{
        margin-top: 35px;
    }
    .section2 .entradas .entrada1 .info .fecha p{
        font-size: 9px;
    }
    .section2 .entradas .entrada1 .info .ubi{
        margin-top: 15px;
    }
    .section2 .entradas .entrada1 .info .ubi p{
        font-size: 9px;
    }
    .section2 .entradas .entrada1 .info a{
        padding: 10px 15px;
        font-size: 13px;
    }
}

@media (max-width: 950px){
    .section3{
        height: auto;
        display: flex;
        flex-direction: column;
        background-image: url(/img/fondo3_2.png);
    }
    .section3 .izq{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .section3 .izq .centro1{
        height: 500px;
        width: 400px;
        background-image: url(/img/sec_2.png);
    }
    .section3 .dcha{
        height: 300px;
        width: 100%;
        margin-top: 30px;
    }
    .section3 .dcha .centro2{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }
    .section3 .dcha .centro2 p{
        width: 360px;
        height: auto;
        font-size: 14px;
    }
    .section3 .dcha .centro2 iframe{
        height: 250px;
        width: 380px;
    }
    .section3 .dcha .centro2 .botones{
        display: none;
    }
    .section4 h2{
        font-size: 20px;
    }
    .section5 .dcha5 .centr52 h2{
        font-size: 17px;
    }
    .formulario-container {
        max-width: 350px;   /* antes 400px */
        padding: 24px;      /* antes 30px */
    }
    .formulario-row {
        gap: 12px;          /* antes 15px */
        margin-bottom: 18px;/* antes 20px */
    }   
    textarea {
        min-height: 100px;  /* antes 120px */
    }
    .boton-container {
        margin-top: 20px;   /* antes 25px */
    }
    button {
        padding: 11px 34px; /* antes 12px 40px */
    }
}

@media(max-width: 780px){
    .section1{
        height: 80vh;
        background-image: url(/img/banner2_2.png);
    }
    .section1 .mover{
        margin-top: 350px;
    }
    .menu .menu2 a{
        font-size: 13px;
    }
    .section2 .cabeza .centrar{
        height: 300px;
        width: 600px;
        background-image: url(/img/lettering2.svg);
    }
    .section2 .entradas .entrada1{
        height: 200px;
        width: 300px;
    }
    .section2 .entradas .entrada1 .cartel .foto1{
        height: 180px;
        width: 120px;
    }
    .section2 .entradas .entrada1 .cartel .foto2{
        height: 180px;
        width: 120px;
    }
    .section2 .entradas .entrada1 .cartel .foto3{
        height: 180px;
        width: 120px;
    }
    .section2 .entradas .entrada1 .info h3{
        font-size: 12px;
    }
    .section2 .entradas .entrada1 .info .centrar{
        width: 100%;
        margin-bottom: 30px;
    }
    .section2 .entradas .entrada1 .info .fecha{
        margin-top: 35px;
    }
   .section2 .entradas .entrada1 .info .fecha img{
        height: 15px;
        width: 15px;
   }
    .section2 .entradas .entrada1 .info .fecha p{
        font-size: 8px;
    }
    .section2 .entradas .entrada1 .info .ubi{
        margin-top: 20px;
    }
   .section2 .entradas .entrada1 .info .ubi img{
        height: 15px;
        width: 15px;
   }
    .section2 .entradas .entrada1 .info .ubi p{
        font-size: 8px;
    }
    .section2 .entradas .entrada1 .info a{
        padding: 8px 11px;
        font-size: 10px;
    }
    .section5{
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .section5 .izq5{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .section5 .dcha5{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .section5 .dcha5 .centr52{
        margin-top: 40px;
        height: 230px;
    }
    .section5 .dcha5 .centr52 .correo{
        margin-bottom: 30px;
    }
    .section3 .dcha{
        height: auto;
    }
    .section3 .dcha .centro2{
        display: flex;
        flex-direction: column;
    }
    .section3 .dcha .centro2 p{
        width: 500px;
    }
    .section3 .dcha .centro2 iframe{
        margin-top: 30px;
    }
    .titulo h1{
        font-size: 24px;
    }
    .titulo h3{
        font-size: 16px;
        margin-left: 15px;
    }
    .titulo img{
        width: 380px;
    }
    .section1 .mover{
        width: 520px;
    }
    .section1 .mover a{
        height: 55px;
        width: 220px;
        font-size: 14px;
    }
    .section1 .mover a img{
        height: 35px;
        width: 35px;
    }
}

@media (max-width: 668px){
    .section2 .cabeza .centrar{
        height: 240px;
        width: 500px;
        background-image: url(/img/lettering3.svg);
    }
    .section3 .izq .centro1{
        height: 380px;
        width: 300px;
        background-image: url(/img/sec3_3.png); 
    }
    .titulo img{
        width: 320px;
    }
    .section4 h2{
        font-size: 18px;
    }
}

@media (max-width: 600px){
.menu{
    display: flex;
    justify-content: flex-end;
}
.menu .menu2 {
    display: none;
}
.menu-toggle {
    display: block;
    position: absolute;
    margin-right: 20px;
}
.menu .menu2.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50px;
    right: 0;
    background: rgba(67, 26, 8, 0.95);
    width: 200px;
    padding: 20px;
    border-radius: 0 0 0 10px;
    gap: 15px;
}
.menu .menu2.active a {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
}

@media (max-width: 550px){
    .formulario-row {
        flex-direction: column;  /* antes era flex (row por defecto) */
        gap: 0;                  /* antes 15px */
    }
    .formulario-container {
        max-width: 280px;        /* antes 400px */
        padding: 20px;           /* antes 30px */
    }
    .formulario-grupo {
        margin-bottom: 15px;     /* nuevo */
    }
    label {
        font-size: 13px;         /* antes 14px */
        margin-bottom: 6px;      /* antes 8px */
    }
    input[type="text"],
    input[type="email"],
    textarea {
        padding: 10px;           /* antes 12px */
        font-size: 13px;         /* antes 14px */
    }
    textarea {
        min-height: 100px;       /* antes 120px */
    }
    .boton-container {
        margin-top: 15px;        /* antes 25px */
    }
    button {
        padding: 10px 35px;      /* antes 12px 40px */
        font-size: 13px;         /* antes 14px */
    }
    .section3 .dcha .centro2 p{
        width: 400px;
        font-size: 13px;
    }
    .section1 .mover{
        display: flex;
        flex-direction: column;
        height: 150px;
        align-items: center;
    }
    .section2 .cabeza .centrar{
        height: 200px;
        width: 340px;
        background-image: url(/img/lettering4.svg);
    }
}

@media (max-width: 500px){
    .titulo h1{
        font-size: 20px;
    }
    .titulo h3{
        font-size: 14px;
        margin-left: 10px;
    }
    .titulo img{
        width: 280px;
    }
    .section2 .masciudades a{
        font-size: 11px;
    }
    .section4 h2{
        font-size: 16px;
    }
    .section5 .dcha5 .centr52 h2{
        font-size: 15px;
    }
    .footer p{
        font-size: 12px;
    }
}

@media (max-width: 400px){
    .section3 .dcha .centro2 iframe{
        height: 220px;
        width: 340px;
    }
    .section3 .dcha .centro2 p{
        width: 340px;
        font-size: 12px;
    }
    .titulo h1{
        font-size: 21px;
    }
    .titulo h3{
        font-size: 13px;
        margin-left: 9px;
    }
    .titulo img{
        width: 280px;
    }
    .section4 h2{
        font-size: 15px;
    }
    .section5 .dcha5 .centr52 h2{
        font-size: 13px;
    }
    .footer p{
        font-size: 10px;
    }
}

@media (max-height: 650px){
    .section1{
        height: 600px;
    }
    .section1 .mover{
        margin-top: 120px;
    }
}
