@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	
}

body {
    font-family: 'Segoe UI', sans-serif;
    background: #000;
    color: #fff;
	background: url('img/textura2.jpg') scroll center top +7px;
}

.section {
    text-align: center;
}
.section_padding {
    padding: 30px 10% 60px 10%;
    text-align: center;
}
.section_padding2 {
    padding: 100px 10% 100px 10%;
    text-align: center;
}
.sectionBG {
	padding: 60px 10%;
    text-align: center;
    background-color: #000;
}
h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}




/*-------------------------------------------------------------------------*/
/* HEADER */
.header {
    
	background: #fff url('img/papelroto3.png') center bottom 0px no-repeat;
	padding: 0px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo {
    font-size: 7rem;
}

.mascota-izq {
	position: relative;
	left: 0px;
	bottom: 10px;
    height: 120px;
	z-index: 100;
}
.mascota-der {
	position: relative;
	right: 0px;
	bottom: 10px;
    height: 120px;
	z-index: 100;
}
@media (max-width: 768px) {

    .mascota-der, .mascota-izq {
        display: none;
		visibility: hidden;
         }
}
@media (max-width: 768px) {
    .header-inner {
        flex-direction: column;
    }

    .nav ul {
        flex-direction: column;
        gap: 15px;
    }

    .section {
        padding: 40px 5%;
    }
}




/*-------------------------------------------------------------------------*/
/* NAV GENERAL */
.nav {
    background: #000;
    position: relative;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* MENU */
.nav-menu {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.nav-menu a:hover {
    color: yellow;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
	position: absolute;
    right: calc(50vw - 20px);
	color: #fff;
	
	
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
	
	
}
@media (max-width: 768px) {

    .nav-container {
        justify-content: center;
		
		
    }

    .nav-toggle {
		display: flex;
        margin-right: auto;
		margin-left: auto;
		align-items: center;
		
    }

    .nav-menu {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
		font-size: 1.8rem;
		line-height: 3rem;
        background: #000;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 60px 0;
        display: none;
		
    }

    .nav-menu.active {
        display: flex;
		
    }
	.nav {
	padding: 10px 0px 10px 0px;
	}
}
@media (max-width: 768px) {
	sepmenu {
	display: none;
}
}




/*-------------------------------------------------------------------------*/
/* EVENTOS */
.eventos-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}



.evento img:hover {
    transform: scale(1.05);
}


.eventos-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.evento-card {
    width: 400px;
    text-decoration: none;
    border: 2px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0px 5px 10px 5px rgba(256,256,256,0.1);
}

.evento-img img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: fill;
    display: block;
}

.evento-info {
    padding: 15px;
    background: #ffffff;
    color: #000;
}

.evento-info h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.evento-info p {
    font-size: 0.9rem;
}

/* HOVER */
.evento-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 20px 10px rgba(256,256,256,0.4);
	
}
@media (max-width: 768px) {

    .evento-card {
        width: 100%;
        max-width: 400px;
    }
    .evento img:hover {
        transform: none;
    }
	.evento-card {
    	transition: none;
		box-shadow: none;
    }
	.evento-card:hover {
    	transform: none;
    	box-shadow: none;
	}
}




/*-------------------------------------------------------------------------*/
/* ACERCA */
.acerca {
    color: white;
}

.acerca-content {
    background: rgba(0,0,0,0.0);
    padding: 0px;
    border-radius: 10px;
}

.acerca p {
    font-size: 1.2rem;
    margin: 0px;
}





/*-------------------------------------------------------------------------*/
/* GALERÍA */
.owl-carousel img {
    width: auto;
    height: auto;
    object-fit: fill;
    border-radius: 5px;
}




/*-------------------------------------------------------------------------*/
/* MASCOTAS */
.bloque-full {
    width: 100%;
    margin-left: calc(-50vw + 50%);
    background-color: #FFEF9C;
	background: url('img/textura4.jpg') scroll center/cover;
    padding: 0px 0px 0px 0px;
	font-size: 1.2rem;
	font-weight: normal;
}
.mascotas-content {
    background: transparent;
    padding: 0px;
	margin: 0px 25% 30px 25%;
	color: #000;
	
}
.bloque-contenido {
    max-width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding: 0 10%;
}
.bloque-contenido img {
    max-width: 50%;
    width: 40%;
	height: auto;
    object-fit: contain;
	float: left;
}
@media (max-width: 1024px) {

    .bloque-contenido {
        flex-direction: column;
        padding: 0 5%;
    }

    .bloque-contenido img {
        max-width: 100%;
		width: 75%;
    }
}
@media (max-width: 768px) {

    .bloque-contenido {
        flex-direction: column;
        padding: 0 5%;
    }

    .bloque-contenido img {
        max-width: 100%;
		width: 100%;
    }
}




/*-------------------------------------------------------------------------*/
/* EQUIPO */

.equipo {
    background: #000;
	
}

.equipo-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding-top: 20px;
}
.miembro {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease;
	filter: grayscale(100%);  

}
.miembro:hover {
    transform: translateY(-5px);
	filter: grayscale(0%);
}
.miembro img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 20px;
	
}
.miembro h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.miembro p {
    font-size: 0.95rem;
    margin-bottom: 15px;
    color: #ccc;
}
.miembro a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    transition: color 0.3s ease;
}
.miembro a:hover {
    color: yellow;
	

}
@media (max-width: 900px) {
    .equipo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .equipo-grid {
        grid-template-columns: 1fr;
    }
}





/*-------------------------------------------------------------------------*/
/* CONTACTO */


.contacto {
background: #171717 ;
}
.contacto input,
.contacto textarea {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    padding: 10px;
    display: block;
    border-radius: 8px;
    border: 1px solid #ccc;
}
.contacto button {
    padding: 10px 20px;
    background: #ff6b6b;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.contacto button:hover {
    background: #ff4b4b;
}
.hidden {
    display: none;
}
.redes a {
    margin: 0 10px;
    text-decoration: none;
    font-weight: bold;
}




/*-------------------------------------------------------------------------*/
/* AUSPICIANTES */
.auspiciantes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0px;
    justify-items: center;
	margin: 20px 0px 100px 0px;
}

.auspiciantes-grid img {
    width: 200px;
    height: 75px;
    object-fit: contain;
}





/*-------------------------------------------------------------------------*/
/* FOOTER */
.footer {
    background: #171717 ;
    color: white;
    padding: 100px;
    text-align: center;
}








/* CONTENEDOR CENTRAL ESTÁNDAR */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10%;
}



/* SECCIÓN FULL WIDTH */
.section-full {
    padding-left: 0;
    padding-right: 0;
}


/* CARRUSEL FULL WIDTH */
.full-carousel {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}
.full-carousel .owl-stage-outer {
    overflow: hidden;
}
.full-carousel .item {
    padding: 0;
}


/* IMÁGENES */
.full-carousel img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/* PAPEL ROTO */
.papelroto {
	width: 100%;
	margin: -10px;
	padding: 0px;
}


/* =========================
   CONTACTO REDISEÑADO
========================= */

.contacto {
    background: url('img/textura3.jpg') scroll center top +0px;
    color: #000;
}

.contacto-frase {
    max-width: 700px;
    margin: 0 auto 50px auto;
    font-size: 1.2rem;
    line-height: 1.6;
}

.contacto-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.contacto-item {
    text-align: center;
    transition: transform 0.3s ease;
}

.contacto-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacto-item i {
    font-size: 3.5rem;
    margin-bottom: 15px;
    color: #94c120;
    transition: transform 0.3s ease, color 0.3s ease;
}

.contacto-item span {
    font-size: 2rem;
    font-weight: 500;
}

.contacto-item:hover {
    transform: translateY(-5px);
}

.contacto-item:hover i {
    color: #ff6b6b;
    transform: scale(1.1);
}

@media (max-width: 768px) {

    .contacto-grid {
        grid-template-columns: 1fr;
        gap: 50px;
		
    }

    .contacto-item i {
        font-size: 3rem;
		
    }
    .contacto  {
        padding: 50px 40px 100px 40px;
    }
}





