*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins'´sans-serif;

}

body{
    margin: 0;
    padding: 0;
    height: 100vh;

}

.fondo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 70%;
   
}

.contenido {
    text-align: center;
    color: white;
    position: relative;
    top: 35%;
    transform: translateY(-35%);
    padding: 20px;
    z-index: 2;
}

.contenido h1{
 
    color: rgb(36, 9, 9);
    font-family:cursive;
    font-size: 3.5rem; 
    font-weight: 700;
    color: var(--color-texto-claro); 
    margin-bottom: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9); 
    letter-spacing: 5px;

}


.mision p{
    font-size: 25px;
    color: rgb(250, 247, 247);
    line-height: 1.6;
    margin-bottom: 40px;
}

.menu ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;

  
}

.menu li a {

    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: bold;
    margin: 0 30px;
    transition: 0.3s;
    font-size: 1.1em;
}

.redes_index a{
    color: rgb(251, 251, 251);
    margin: 0 20px;
    font-size: 1.4em;
    transition: 0.5s;
    transition: color 0.3s ease;

}

header{
    top: 0;
    width: 100%;
    background-color: white;
    text-align: center;
    padding: 15px 0;

}

header h1 {
    font-size: 3em;
    font-style: oblique;
    margin: 0;

}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 10px 10px 50px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

header nav ul li a {
    text-decoration: none;
    color: blue;
    font-weight: bold;
    transition: color 0.3s;
}

.contenido-blog {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.img-principal {
    width: 100%;
    border-radius: 10px;
}
.titulo-autor {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 35px;
    margin-bottom: 10px;
}

.titulo-autor h2 {
    font-size: 28px;
    color: #5a2d0c;
    margin: 0;
    text-align: center;
}


.autor {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-60%);
    text-align: right;
    
}

.imagen_autor {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d46f31;
}

.autor p {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
}


.fecha {
    color: #000000;
    font-size: 15px;
    margin-top: 10px;
    text-align: justify;
}

.parrafo2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
}

.parrafo1 p {
    margin-top: 50px;
    line-height: 1.6;
    text-align: justify;
}

.parrafo2 p {
    margin: 0;
    line-height: 1.6;
    text-align: justify;
}

.parrafo3 p {
    margin-top: 2%;
    line-height: 1.6;
    text-align: justify;
}


.fa-paw {
    text-align: center;
    margin-top: 5px;
    font-size: 60px;
    color: #d46f31;
}

.p {
    margin: 0;
    line-height: 1.6;
    text-align: justify;
}


main h2 {
    font-size: 2em;
    color: #ff8c00;
    margin-bottom: 10px;
}

.fotos-galeria {
    display: grid;
    grid-template-columns: repeat(3, auto); 
    grid-template-rows: repeat(2, auto); 
    gap: 20px;
    justify-items: center;
}

.descripcion {
    background-color: #fff;
    border-radius: 12px;
    text-align: center;
    width: 100%;
    max-width: 300px;
}


.descripcion img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.subtitulo {
    background-color: #fff8e6;
    padding: 10px;
    font-weight: bold;
    border-top: 2px solid #ffcc70;
}

.contenido-videos {
    margin-top: 120px; 
    padding: 40px;
    text-align: center;
}

.contenido-videos h2 {
    color: #303234;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.contenido-videos .intro {
    font-size: 1.1em;
    color: #000000;
    margin-bottom: 40px;
}

.videos {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.descripcion_video {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
    padding: 20px;
    width: 90%;
    max-width: 800px;
    text-align: center;
    transition: transform 0.3s ease;
}


.video-item iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}

.descripcion_video h3 {
    color: #0a0a0a;
    margin: 15px 150px 6px;
    font-size: 15px;
    text-align: center;

}

.descripcion_video p {
    color: #555;
    font-size: 1em;
    line-height: 1.6;
}

footer {
    text-align: center;
    background-color: #f7cfc5;
    padding: 20px;

}

.redes_index {
    color: #ffffff;
    font-size: 24px;
    transition: color 0.3s;
}

.redes a {
    color: #5a2d0c;
    font-size: 24px;
    transition: color 0.3s;
}

.contacto {
    width: 90%;
    margin: 30px auto;
    padding: 30px;
    background: linear-gradient(to bottom right, #f5edea, #fff5f0);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    border-radius: 10px;
 
}

.columna1, .columna2 {
    flex: 1 1 45%;

}

h4 {
    color: #6b4226;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 25px;
    text-align: center;
}

.tabla-contacto {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f5c6b8;
    margin-bottom: 20px;
}

.tabla-contacto td {
    padding: 6px 10px;
    border-bottom: 1px solid #debdb1;
}

.tabla-horario {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f5c6b8;
    margin-bottom: 20px;
}

.columna2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.columna2 form {
    width: 80%;

}

.columna2 label {
    display: block;
    color: #030100;
    font-weight: 600;
    margin-top: 10px;
    font-size: 15px;
}

.columna2 input,
.columna2 textarea {
    width: 50%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #000000;
    background-color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;

}

.img-local {
    margin-top: 15px;
    width: 50%;
    display: block;
    margin: 15px auto;
    border-radius: 10px;
    border: 3px solid #120205;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    background: linear-gradient(to right,rgb(33, 2, 2),white);
}


.columna2 .nota {
    font-size: 0.9em;
    color: #6b4226;
    margin-top: 10px;
}

.columna2 .botones {
    text-align: center;
    margin-top: 15px;
}

.columna2 .btn {
    background-color: #365b79;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.columna2 .btn:hover {
    background-color: #a36b32;
}

.mapa {
    width: 90%;
    margin: 40px auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.mapa iframe {
    width: 80%;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}

.nosotros-grid {
    display: grid;
    grid-template-areas:
        "titulo titulo"
        "texto imagen"
        "galeria imagen";
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 40px 60px;
    background-color: #fff8f6;
}
.titulo-nosotros {
    grid-area: titulo;
    text-align: center;
    background-color: #ff7d8c;
    color: white;
    padding: 15px;
    font-size: 28px;
    border-radius: 15px;
}

.texto-nosotros {
    grid-area: texto;
    background-color: #ffffffcc;
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #ffb6c1;
    box-shadow: 0 3px 10px rgba(255, 182, 193, 0.4);
}

.texto-nosotros p {
    color: #6b4226;
    line-height: 2;
    margin-bottom: 12px;
}


.galeria-nosotros {
    grid-area: galeria;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.galeria-nosotros img {
    width: 30%;
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.galeria-nosotros img:hover {
    transform: scale(1.05);
}


.imagen-nosotros {
    grid-area: imagen;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagen-nosotros img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(255, 182, 193, 0.5);
}

