*{
    margin: 0; /* Quitamos márgenes por defecto */
    padding: 0; /* Quitamos rellenos por defecto */
    box-sizing: border-box; /* Para que se incluya el padding y el borde */ /*imagen de fondo para toda la página*/
}
body{
    margin: 0;
    height: 100vh;
    background-image: url(img/f1ff6-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: "Segoe UI", sans-serif;
}

#contenedor{
    border: 7px solid brown;
    width: 100%;
    margin: 25px auto;
    margin-bottom: 0;
}

#cabecera{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    background-image: url(img/f1ff6-5.jpg);
    background-size: cover;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1000;
    border-top: 7px solid brown;
    border-left: 7px solid brown;
    border-right: 7px solid brown;
}

#cabecera h1{
    color: rgb(42, 5, 75);
    text-shadow: 2px 12px 12px plum;
    margin-bottom: 25px;
    font-family: "Playwrite DE SAS", cursive;
    font-size: 50px;
    margin-top: 50px;
}

#inicio ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px;
    margin: 0;
}

#inicio ul li{
    margin: 0 15px;
}

#inicio ul li a{
    color: darkred;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

#inicio ul li a:hover{
    background-color:chocolate;
    color: white;
    border-radius: 5px;
    padding: 5px;
}

#inicio .cuarpa{
    text-decoration: underline;
    text-underline-offset: 10px;
}

.contenido {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 200px auto 50px auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    background: radial-gradient(circle,rgb(240, 140, 140),rgb(251, 211, 135),rgb(249, 249, 147));
}

.contact-info {
    flex: 1;
    min-width: 300px;
    margin-right: 40px;
}

.contact-info h2 {
    color: brown;
    font-size: 28px;
}

.contact-info p {
    line-height: 1.6;
}

.schedule h3 {
    color: brown;
    margin-top: 20px;
}

.schedule ul {
    list-style: none;
    padding: 0;
}

.schedule li {
    margin: 4px 0;
}

.photo {
    margin-top: 10px;
    margin-left: 49px;
    width: 450px;
    height: 270px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.photo2 {
    margin-top: 40px;
    margin-left: 59px;
    width: 440px;
    height: 320px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.contact-form {
    flex: 1;
    min-width: 320px;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: linear-gradient(to bottom, white, rgb(240, 149, 240), white);
}

.contact-form h3 {
    color: brown;
    margin-bottom: 15px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-top: 10px;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.contact-form textarea {
    resize: none;
    height: 100px;
}

button {
    margin-top: 15px;
    background-color: brown;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background-color: chocolate;
}

.map-container {
    text-align: center;
    margin: 30px auto;
    width: 90%;
}

footer {
    background: brown;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
}

#final{
    display: flex; 
    flex-direction: row; 
    margin-left: 655px;
}
#final img{
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
    flex-wrap: wrap; 
    margin: 10px;
    margin-bottom: 15px;
    margin-left: 83px;
}
.imagen2{
    width: 40px;
    height: 35px;
    border-radius: 50%;
}
.imagen3{
    width: 40px;
    height: 35px;
    border-radius: 50%;
}