* {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}
:root {
	font-size: 14px; /* es la medida base de los textos 14px = 1em */
}


/*Index Desde el 17 Hasta el 1600 */


/*INDEX*/


#inicio > div > div{ 
	position: relative;
	display: flex;
	padding: 0 10%;
	width: 80%;
	height: 80%;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}

#inicio > div{ 
    position: relative;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg,rgba(0,0,0,0.1), rgba(235, 143, 243, 0.418));
}


#inicio h3 , #inicio p, #inicio input {
	margin: 0;
	padding: 0;
	margin: 10px 0;
}
#inicio p {
	color: #fff;
		font-size: 1.5rem;
		font-weight: 400;
}



#section3 img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32%;
	filter: drop-shadow(0 0 0.8rem #fff);
}

#section3 > div > div{ 
	position: relative;
	display: flex;
	padding: 0 10%;
	width: 80%;
	height: 595px;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
#section3 div{ 
	position: relative;
	width: 100%;
	background-image: linear-gradient(90deg,rgba(0,0,0,0.1), rgba(0,0,0,0.76));
}

#section3 h3 , #section3 p, #section3 input {
	margin: 0;
	padding: 0;
	margin: 10px 0;
}
#section3 p {
	color: #fff;
		font-size: 1.5rem;
		font-weight: 400;
}
#section3 input[type="text"] {
	color: #fff;
		font-size: 1.2rem;
		font-weight: 400;
}
#section3 input[type="submit"] {
	font-size: 1.5rem;
	padding: 5px 10px;
	font-weight: 400;
}




#reseñas #reseña {
	margin: 20px 0;
}

#reseñas div div  p{
	text-align: left;
	margin-bottom: 0;
}

#formadopcionindex {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 10px;
	padding: 0 10%;
}

#section2 #Evento {
	display: flex;
    flex-direction: row;
    /* height: 20%; */
    /* margin: 0 auto; */
    margin-top: 20px;
    border-radius: 10px;
    width: 90%;
    background-color: white;
    padding: 1.5%;
}

/*Busca un tutorial de flex y con eso ya estas */

/* Termina index*/













/*Top Nav */

.perfiltop {
	display: flex;
	flex-direction: row;
	height: fit-content;
	align-items: center;
}

.perfiltop p{
	margin: 0px 20px;
	padding: 0px;
	font-size: 1.2em;
	color: white;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
}

.perfiltop img{
	height: 40px;
	padding: 0px;
	border-radius: 50px;
}

#logopepsi {
	width: 10%;
	content: url(images/Casitologo.png);
}

header {
	width: 100%;
	height: fit-content;
	margin: 0 auto;
	background-color: #7526cf;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

#headercontainer {
	width: 80%;
	height: 65px;
	margin: 0 auto;
	background-color: #7526cf;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-image: linear-gradient(to bottom, #7526cf, #b1b1b1);
	background-attachment: fixed;
	color: #0065C3;
}

main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	background-color: #6937c7;
}
footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #7526cf;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

footer div{
	width: 80%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}



#piequienesomos{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pie img{
	border: solid 8px white;
	border-radius: 50%;
	margin: 20px;
	width: 30%;
	height: auto;
}

.pie p,.pie a{
	padding: 0;
	margin: 0;
}


#pieInfomacion p, #pieInformacion a , #pieInfomacion h3{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
}

footer p {
	color: white;
	padding: 0;
}


#pieredes a, #pieredes h3{
	margin-right: 20px;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	text-align: end;
	color: white;
}

#pieredes a i{
	padding: 10px;
	padding-right: 0px;
	font-size: 3em;
	color: white;
}



section {
	width: 80%;
	overflow: hidden;
	margin: 0 0 auto;
	padding: 0 10%;
	background-color: #ffffff;
	text-align: center;
	
}


#section2 {
	background-color: rgb(105 55 199);
	display: flex;
	width: 80%;
}
#section2 h3{
	text-align: center;
}
#intro {
	background-image: url(images/intro-thumb.jpg);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-size: cover;
	background-color: #1a1918;
	overflow: hidden;
	text-align: left;
	height: 100%;
	color: white;
}
#intro h1 {
	font-size: 2.5rem;
	padding: 1rem;
	line-height: 2.5rem;
	/* Cervo Neue Black, Helvetica Neue, Helvetica, Arial, sans-serif */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}
#intro h1, #intro p{
	text-align: left;
	padding-left: 20px;
	padding-bottom: 20px;
}
#intro p{
	color: white;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#intro> div{
	width: 50%;
	padding: 5%;
	background-image: linear-gradient(to right,#000433, rgba(0, 0, 0, 0))
}


.Recurso {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 50px 0;
	justify-content: space-between;
}


.Recurso > div{
	width: 25%;
	display: flex;
	position: relative;
	/* height: 500px; */
	border-radius: 10px;
	/* height: fit-content; */
	/* background-color: rgb(255, 255, 255); */
	margin: 1.5%;
	/* padding: 1.5%; */
	flex-direction: column;
	align-items: flex-start;

	
}
.Recurso h2 {
    text-align: center;
    border-radius: 15px;
    font-size: 1.4em;
    margin: 10px auto;
    z-index: 20;
    position: relative;
    padding-top: 0px;
    word-break: break-all;
}
#Recurso > .container-01{
	align-items: center;
	flex-direction: column;
}


.Recurso img{
	    /* padding-top: 20px; */
		position: relative;
		width: 86%;
		margin: 0px auto;
		margin-top: -30px;
		z-index: 3;
		
}
.Recurso p{
	text-align: left;
    position: relative;
    margin: 0 7%;
    padding: 10px 0;
}

.Recurso a{
	text-align: left;
    position: relative;
    margin: 0 7%;
}


.productos { /* Imagenes de los productos */
	width: 75%;
	padding-bottom: 5px;
}

#introsection{
	padding: 0%;
	width: 100%;
	background-color: #3d201a;
}




#perfil img{
	margin-top: 20px;
	width: 50%;
	border-radius: 50%;
	
}



@keyframes animacion-intro{
	from {
		filter: opacity(0%);
		transform:translateY(-50px)
	}
	to {
		filter: opacity(100%);
		transform: translateY(0px);
	}
}
@font-face {
	font-family: 'fuentesita';
	src: url('fonts/fuente.ttf');
}
@font-face {
	font-family: 'sorn';
	src: url('fonts/sorn.TTF');
}
@font-face {
	font-family: 'pafarro';
	src: url('fonts/Amurg-Regular.otf');
}



/* Perrito */

#perritocomentario
{
	display: flex;
	flex-direction: column;
	color: white;
	align-items: center;
	text-align: center;
	justify-content: flex-end;

}


#perritocomentario img{
	width: 90%;
	border-radius: 50%;
}


#perritocomentario h3{
	padding-top: 5px;
	font-size: 1.2rem;
	padding-bottom: 30px;
}


.imagen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 40%;
    float: left;
}
.imagen img {
	width: 100%;
}
form {
	margin: 2% 1.5% 2% 1.5%;
}

label {
	color: black;
}
.mensaje {
	background-color: white;
    display: flex;
	flex-direction: column;
	justify-content: left;
	width: 100%;
}
.mensaje p, .mensaje h1{
	margin: 2% 0%;
	padding: 0%;
}
.formulario {
    background-color: rgb(167 109 229);
    display: flex;
    flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	width: 29.3%;
	float: left;
    margin: 2% 1.5% 2% 3%;
	word-break: break-all; 
}
.formulario h1, h2, h3, p{
    margin: 1.5%;
	margin-left: 0;
	text-align: left;
}


input[type=submit] {
	color: #603eac;
	background:white;
	border:  #5900f4 solid 2px;
	padding: 10px 40px;
	margin: 10px;
	border-radius: 40px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
    cursor: pointer;
}
input[type=submit]:hover{
	filter: none;
	background-image: none;
	background-color: #5900f4;
	color: white;
}
textarea{
	min-height: 60px;
	resize: vertical;
    width: 92%;
	margin: 2%;
}
label {
	text-align: center;
}
/*FIN ENCARGO*/
h1 {
	font-family: 'fuentesita';
	font-size: 4em;
}
h2 {
	padding-bottom: 10px;
	color: rgb(119, 119, 119);
	text-align: left;
	font-size: 2.8em;
	font-family: 'pafarro';
}
h3 {
	padding-bottom: 10px;
	color: white;
	font-size: 2.4em;
	font-family: 'fuentesita';
}
h4 {
	padding-bottom: 10px;
	color: black;
	font-size: 1.8em;
	font-family: 'sorn';
}
p {
	padding-bottom: 20px;
	font-size: 1em;
	text-align: center;
	font-weight: 200;
	font-size: 1.2em;
	font-family: 'pafarro';
	color: rgb(92, 92, 92);
}

.btnscompra p{
	font-size: 1.2em;
	padding: 0px;
	color: white;
	text-align: center;
}

.btnscompra {
	width: 90%;
	margin: auto;
	color: white;
	border-radius: 30px;
	padding: 12px 10px;
	text-align: center;
	justify-content: center;
	border: rgb(104, 104, 104) 2px solid;
	background-image: linear-gradient(to top, #1a1918, rgb(39, 39, 39));
	margin-bottom: 10px;
}
 
.precioclass {
	font-size: 1.3rem;
	font-family:Arial, Helvetica, sans-serif;
	color: #0065C3;
	text-align: left;
}

.fijo {
	color: #5900f4;
	padding: 17px;
	background-color: #ffffff;
	border: #ffffff 4px solid;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 90px;
}

.fijo:hover {
	color: #ffffff;
	padding: 17px;
	background-color: #5900f4;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 20px;
	border-radius: 90px;
}

a.primerboton{	
	margin-left: 20px;
	padding: 10px 20px ;
	margin-bottom: 40px;;
	color: white;
	border-radius: 30px;
	border:#ffffff solid 2px;
}

a.primerboton:hover {

	color: #0065C3;
	border-radius: 30px;
	background-color: white;
}


/* 0065C3 */

a{
	text-decoration: none;
	font-weight: bold;
}


a:hover{
	text-decoration: none;
}

.container-01 a{
	filter: none;
}

.container-01 a:hover{
	/* sombra */
	filter: drop-shadow(0px 0px 5px #0099ff);

}

/* BOTON */
a.boton {
	display: block;
	font-size: 1.1em;
	width: 90%;
	margin: auto;
	color: #603eac;
	border-radius: 10px;
	margin-top: 10px;
	padding: 5px 0px;
	text-align: center;
	justify-content: center;
	border: #5900f4 solid 2px;
	background-color: white;
	margin-bottom: 20px;
}


a.boton:hover {
	filter: none;
	background-image: none;
	background-color: #5900f4;
	color: white;
}

/* 
header img{
/* 	padding: 20px;
 */

.topnav {
	animation-name: animacion-intro;
	animation-duration: 600ms;
	animation-timing-function: ease;
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center;
}

.topnav a{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 1.3em;
	padding: 0px 20px;
	height: 100%;
	text-decoration: none;
	color: white;
	justify-content: center;
}

.topnav a.active {
	padding-top: 5px;
	background-color: #7526cf;
	border-bottom: 5px solid #ffffff;
	color: #ffffff;
}

.topnav .icon {
	display: none;
}

.topnav a:hover{
	font-size: 1.3em;
	color: white;
	background-image: linear-gradient(to top, #d5b4fa2a, #be6fff15);
	justify-content: center;
	padding-top: 5px;
	background-color: #7526cf;
	border-bottom: 5px solid #ffffff;
	color: #ffffff;
}


#intro2 {
	background-image: url(images/intro-thumb.jpg);
	display: flex;
	flex-direction: row;
	color: white;
	flex-wrap: wrap;
	justify-content: flex-start;
	background-repeat: repeat;
	background-position: center left;
	height: 100%;
	overflow: hidden;
}


#intro2 h1 {
	font-size: 2.5rem;
	padding: 2rem;
	line-height: 2.5rem;
	/* Cervo Neue Black, Helvetica Neue, Helvetica, Arial, sans-serif */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align: left;

}


#introsection2 {
	width: 100%;
	padding: 0;
}



#intro2 p{
	color: white;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
#intro2> div{
	width: 50%;
	padding: 5%;
	background-image: linear-gradient(to right,#032549, rgba(0, 0, 0, 0));
}

#carta {
	display: flex;
	flex: row;
}


.contenidoCarta{
	padding: 0px;
	width: 80%;
}


.contenidoCarta > section > .container-01 > div{
	box-shadow: 0px 4px 9px 0px #9da4d7;
}

.contenidoCarta > section{
	background-color: white;
	margin: 0;
}




.contenidoCarta section h3 {
	color: #0065C3;
}


.sidenav {
	/* ponerle una naimacion y centrarlo */
	display: flex;
	width: 20%;
	background-color: #0065C3;
	flex-direction: column;
}

.sidenav a{
	display: flex;
	align-items: center;
	font-size: 1.1em;
	padding: 15px 0px;;
	filter: none;
	text-decoration: none;
	color: white;
	justify-content: center;
	background-image: linear-gradient(to right, #0065C3, #2a45eb);
	z-index: 1;
}

/* Pintar activodia1 como prendido color azul */
.sidenav :first-child {
	background-image: none;
	background-color: #ffffff;
	color: #0065C3;
}

.sidenav a:hover{
	background-image: none;
	font-size: 1.1em;
	color: #0065C3;
	background-color: white;
	justify-content: center;
}



/* Fin 3 Primeras sections */


/* MULTIMEDIA */


	.container {
		position: relative;
		overflow: hidden;
		width: 100%;
		padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	}


  
	/* Then style the iframe to fit in the container div with full height and width */
	.responsive-iframe {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border: 0;
		
	}

/*== FIN DE MULTIMEDIA ==*/

/* ===========================SOBRE NOSOTROS NO BORRAR   ===========================*/
#intronos{
	background-color: rgb(113 23 169 / 59%);
	margin: 5%;
	width: 50%;
	display: flex;
	border-radius: 60px;
	flex-direction: column;
	margin: 2% auto;

}
#intronos h1, h2{
	color: orange;
	text-align: center;
	margin-top: 10px;
}
.container-03{
	background-color: #ab6bd1;
	width: 80%;
	margin: auto;
	padding: 15px;
	border-radius: 100px;
}
.container-03 p{
	padding: 0;
	color: #000;
}
.container-04{
	background-color: #ab6bd1;
}
.container-04 h1{
	background-color: blue;
}
.container-04 > div{
	background-color: #f8bbd0;
	padding: 5px;
	border-radius: 20px;
	margin: 3%;
}
.container-04 > div img{
	width: 50%;
	max-width: 100%;
	margin: 5%;
	border-radius: 20px;
	height: auto;
	border: 4px solid #f3f3f4;
}
.container-04 p{
	padding: 5px;
	background-color: #f8bbd0;
	border-radius: 20px;
}
.container-05{
	background-color: #ab6bd1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.container-05 > div{
	background-color: #e8b3f4;
	display: flex;
	flex-direction: column;
	margin: 1%;
	width: 28%;
	border-radius: 20px;
	align-items: center;
}
.container-05 > div img{
	border-radius: 50%;
	width: 35%;
	margin-top: 2%;
}
.container-05 p, h2{
	padding: 0;
}
.personal {
	display: flex;
	flex-direction: column;
}
/* ===========================FIN DE LA PAGINA NO BORRAR ===========================*/

/*------------------------------INICIO CATALOGO-------------------------------------*/
.cata2 {
	background-color: white;
}
.main2{
	background-color: white;
}
.catalogo {
	text-align: center;
	height: 100%; 
	width: 80%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 2%;
	padding-top: 2%;
	background-color: white;
}

/*FILTRO*/
form {
	/*background-color: #c8c4d3;*/
	height: auto;
	margin: auto;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	padding: 2%;
	background-color: #7526cf;
}
label{
	color: white;
}
label, select{
	padding: 5% 20%;
	font-size: 1rem;
	text-align: left;
	font-family: 'pafarro';
}
button[type="submit"] {
	background-color: white;
	color: #5900f4;
	padding: 4px 30px;
	border-radius: 40px;
	cursor: pointer;
	margin: 0 3%;
	font-size: 1rem;
	font-family: 'pafarro';
}
button[type="submit"]:hover {
	background-color: rgb(230, 227, 227);
	color: #5900f4;
}  
#tipo {
	margin: 0 20px;
}
#tipo, #genero {
	width: 150px;
    padding: 4%;
    box-sizing: border-box;
    margin-top: 2%;
}
a.boton2 {
	display: inline-block;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	border-radius: 5px;
}
a.boton2:hover {
	background-color: #8e58ec;
	color: white;
}
/*FIN FILTRO*/
/*Overlay*/
.image-overlay {
	position: relative;
	display: inline-block;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}
.image-overlay:hover .overlay {
	opacity: 1;
}
.age {
	position: absolute;
	color: white; 
	font-size: 2rem;
	font-weight: bold;
}
.container_cat .todos p {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #000;
	text-align: left;
	margin: 1% 0;
	padding: 2px 20px;
	background-color: #fff;
}
/*FIN OVERLAY*/
.container_cat {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.container_cat > div {
	width: 30%;
	margin: 1%;
	border-radius: 10px;
}
.container_cat img{
	width: 100%;
	border: 1px solid black;
}
.container_cat h2 {
	text-align: center;
	margin: 10px 0;
	color: #000;
}
/* INICIO DEL SLIDESHOW */

/* Slideshow container */
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
  }
  
  /* Hide the images by default */
  .mySlides {
	display: none;
  }
  .mySlides h1 {
	color: #bb78e7;
	text-align: left;
	position: absolute;
	top: 0;
	right: 0;
	margin: 4% 3%;
	padding: 22px 20px;
	max-width: 100%;
	box-sizing: border-box;
	text-shadow: 1px 1px 2px #0a0807;;
  }
  /* Next & previous buttons */
  .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: rgb(71, 71, 71);
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
	right: 0;
	border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	color: white;
  }

  /* The dots/bullets/indicators */
  .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
	background-color: #717171;
  }
  
  /* FIN DEL SLIDESHOW */
/*-------------------------------FIN CATALOGO----------------------------------*/
/* ===========================INCIO DE LA PAGINA NOTICIAS ===========================*/

/*#noticiasfondo{
	background-image: url(images/Tom-gato.jpg);
	background-size: 100%;
	background-position: 20% 40%;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	text-align: center;
}*/
#noticiasfondo{
	position: relative;
}
#noticiasfondo img{
	width: 100%;
}
.colorn{
	background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgb(0 0 0 / 42%) 100%);
    position: absolute;
    top: 0;
    left: 0;
	height: 100%;
    width: 100%;
}
.textodefondo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	padding: 10px;
	width: 80%;
	text-align: center;
}
.noticiasid02{
	padding: 2%;
	margin: 2% 0%;
	display: flex;
	background-color: #7526cf;
	justify-content: space-between;
}
.noticiasid02 div{
	font-size: 2rem;
	padding: 1%;
	color: #ffffff;
	font-family: fuentesita;
}
.noticiasid02 a{
	display: flex;
	align-items: center;
	padding: 1% 5%;
	border-radius: 50px;
	color: #000;
	
}
#noticiasid03{
	display: flex;
	align-items: center;
}
.noticiasclass01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 50%;
}
.noticiasclass01 h1{
	font-size: 1.7rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.noticiasclass02 {
	padding: 3%;
	margin: 5% 0%;
	display: flex;
}
.noticiasclass02 h1{
    color: #353535;
}
.noticiasclass02 a{
	font-weight: bold;
	font-size: 2.3rem;
	text-align: center;
	text-decoration: none;
	color: #ac00d5;
	font-family: fuentesita;
}
.noticiasclass02 i{
	font-size: 2.3rem;
	color: black;
	padding: 0% 5%;
}
#noticiasgatito {
	margin: 0% 2%;
}
#noticiasgatito img{
	width: 250px;
	margin: 0 2%;
	height: auto;
}
.noticiasclass03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1%;
	margin: 0%;
}
.noticiasclass04{
	box-shadow: 0 1px 10px black;
	justify-content: space-between;
	width: 30%;
    background-color: white;
    flex-direction: column;
    border-radius: 10px;
	display: flex;
	align-items: center;
	margin: 1% 0%;
}
.noticiasclass04 h1{
	background-color: #7526cf;
    /* display: inline; */
    padding: 4%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    border-radius: 10px 5px 0px 0px;
}
.noticiasclass04 h3{
	font-size: 1.3rem;
	text-align: center;
	padding: 5% 0%;
	margin: 0%;
	color: #353535;
}
.noticiasclass04 p{
	font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    margin: 5% 0%;
    padding: 0% 2%;
}
.noticiasclass04 img{
	width: 100%;
}
.noticiasclass05{
	box-shadow: 0 1px 10px black;
	justify-content: space-between;
	width: 48%;
    background-color: white;
    flex-direction: column;
    border-radius: 10px;
	display: flex;
	align-items: center;
	margin: 1% 1%;
}
.noticiasclass05 h1{
	background-color: #7526cf;
    /* display: inline; */
    padding: 4%;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    border-radius: 10px 5px 0px 0px;
}
.noticiasclass05 h3{
	font-size: 1.3rem;
	text-align: center;
	padding: 5% 0%;
	margin: 0%;
	color: #353535;
}
.noticiasclass05 p{
	font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    margin: 5% 0%;
    padding: 0% 2%;
}
.noticiasclass05 img{
	width: 100%;
}
.noticiasclass05 .boton_n{
	margin-bottom: 2%;
}
#noticiasfondo{
	background-image: url(images/fondonoticias.jpg);
    display: flex;
    justify-content: center;
    padding: 15%;
    background-size: cover;
}
.boton_n{
	background-color: #7526cf;
    text-decoration: none;
    letter-spacing: 0.25rem;
    color: white;
    transition: all .25s ease-in-out;
    padding: 3%;
	border-radius: 50px;
	margin-bottom: 5%;
}
.boton_n:hover {
	background-color: #894cce;
}
.imgclass04{
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50%;
	width: 100%;
}

.imgclass04 h1{
	background-color: aqua;
	display: inline-block;
}
#noticiasid3{
	display: flex;
	margin-bottom: 5%;
	align-items: center;
	justify-content: space-between;
    align-items: center;
}
#noticiassection{
	margin: 0% 0%;
}
#noticiasfondo > div > h1{
	color: white;
}
.parent {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	}
.iconosn{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    padding: 5%;
}
.iconosn i{
	display: flex;
}
.iconosn > i > div{
	padding-left: 5%;
}
.imgtext{
	width: 100%;
}
#noticiasgatito {
	background-image: url(images/Duquesa-gata.jpg);
    background-position: 20% 40%;
    background-repeat: no-repeat;
    height: 100%;
    text-align: center;
    background-size: cover;
	border-radius: 50px;
	width: 50%;
}
#noticiasgatito h1{
	padding: 60% 5% 4% 5%;
    text-align: center;
    font-size: 1.5rem;
    font-family: 'fuentesita';
	color: white;
}
#dentroden{
	background: linear-gradient(rgb(255 255 255 / 0%) 0%, rgb(91 0 121 / 42%) 100%);
	border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.textonoticias23{
    padding: 1%;
    color: #7526cf;
    font-family: fuentesita;
}

@media screen and (max-width:768px) {

	.noticiasclass04{
		width: 100%;
		margin: 5% 0%;
	}
	#noticiasid3 {
		flex-direction: column;
	}
	.noticiasclass02{
		margin: 2% 0%;
	}
	#noticiasgatito{
		width: 100%;
	}
	.noticiasid02 div {
		font-size: 1.5rem;
	}.noticiasclass03 {
		padding-top: 5%;
	}
	#noticiassection {
		width: 95%;
		padding: 0% 2.5%;
	}
	.noticiasclass03 {
		width: 95%;
		padding: 0% 2.5%;
	}
}
@media screen and (max-width:1024px) {
	#noticiassection {
		width: 90%;
		padding: 0% 5%;
	}
	#noticiasgatito{
		width: 80%;
	}
	#noticiasgatito .boton_n{
		width: 50%;
	}
	#noticiasgatito h1{
		font-size: 1.2rem;
	}
	.noticiasclass03 {
		width: 90%;
		padding: 0% 5%;
	}
	.noticiasclass01 {
		width: 100%;
	}
	#noticiasid3 {
		flex-direction: column;
	}
	.noticiasid02{
		justify-content: center;
	}
}
@media screen and (max-width:1440px) {
	#noticiasgatito h1 {
		padding: 100% 5% 4% 5%;
	}
}
@media screen and (max-width:425px) {
	.noticiasclass05 {
		width: 100%;
		margin: 3% 1%;
	}
}
	
	
/* ===========================FIN DE LA PAGINA NOTICIAS ===========================*/
/* ===========================INICIO DE LA PAGINA DAR EN ADOPCION==================*/

.contenido_adop{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	height: 400px;
	background-image: url(https://cdn.discordapp.com/attachments/1093690326310457414/1130543317810159646/Proyecto_nuevo.webp);
	background-position: center right;
	background-size: cover;
}
.contenido_adop > div {
	width: 40%;
	padding: 15% 5%;
	background-image: linear-gradient(to right, rgb(199, 193, 193), rgb(255, 255, 255, 0));
	background-position: center;
} 
.contenido_adop > div > h1{
	font-size: 2.5em;
	color: purple;
}
.daradopcion1{
	width: 100%;
	padding: 0;
	margin: 0;
	background: whitesmoke;
	display: flex;
	flex-direction: row;
}
.h1daradop {
	padding: 3% 0;
	color: purple;
	text-align: center;
	background-color: whitesmoke;
}
#adopcion{
	display: flex;
	flex: row;
}
#adopcion h4 {
	color: black;
	text-align: center;
}
.contenido_adop{
	width: 100%;
	flex-direction: row;
}
#container_dar {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0 3%;
	background: whitesmoke;
	padding-bottom: 5%;
	width: 67%;
}
#container_dar > div{
	width: 38%;
	margin: 3% 2%;
	padding: 3%;
	border-radius: 10px;
	border: black 1px solid;
	background-color: white;
}
#container_dar img{
	width: 100%;
	border-radius: 15px;
}
#registro_adop{
	width: 23%;
	background-color: whitesmoke;
	padding: 2%;
	border-left: black 5px solid;
}
#registro_adop a{
	color: white;
	padding: 10px 10px;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
#registro_adop a:hover{
	color: red;
}
.comentadop {
	display: flex;
	flex-direction: column;
}
.containeradopcion {
	font-size: 1.8em;
	background-color: #9467c6;
	text-align: center;
	border: solid;
	width: 100%;
	position: relative;
	color: #ffff;
	display: flex;
}
.imagencomentario {
	text-align: center;
	border-radius: 50%;
	background: #9467c6;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.containeradopcion p{
	font-size: 1.5rem;
	font-weight: 200;
	font-family: 'pafarro';
	color: rgb(92, 92, 92);
	width: 96%;
	margin: 2%;
}
/* ===========================FIN DE LA PAGINA DAR EN ADOPCION=====================*/

/* MEDIA QUERIES - MOBILES */
@media screen and (max-width:768px) {
	.inicioclassimg img{
		background-size: 50%;
		/* Cambiar el content Y listo por una imagen que se acomode */
	}
	#inicio{
		height: 0%;
	}
	#intro{
		background-image: url(images/intro-thumbmobile.jpg);
	}
	body {
		background-image: none;
	}
	footer , header, main {
		width: 100%;
	}
	header {
		text-align: center;	
		z-index: 100;
		position: sticky;
		align-items: center;
		top: 0;
		flex-direction: column;
		overflow: hidden;
		height: 100%;
	}
	.topnav {
		position: relative;
		display: block;
		width: 100%;
	}
	.topnav a.active {
		display: block;
	}
	.topnav a{
		display: block;
		font-size: 1.3em;
	}
	
	.topnav a:hover{
		font-size: 1.3em;
	}
	.sidenav {
		width: 100%;
	}
	#carta {
		flex-direction: column;
	}
	.contenidoCarta{
		width: 100%;
	}
	a.primerboton{	
		display:flex
	}
	.fijo {
		color: #5900f4;
		padding: 12px;
		background-color: #ffffff;
		border: #ffffff 4px solid;
		bottom: 40px;
		outline: #5900f4 4px solid;
		right: 12px;
		border-radius: 90px;
	}
	.fijo:hover {
		color: #ffffff;
		padding: 12px;
		background-color: #5900f4;
		bottom: 40px;
		right: 12px;
		border-radius: 90px;
	}
	.topnav a:not(:first-child) {display: none;}
	
	.topnav a.icon {
		width: auto;
		padding: 0px 16px;
		float: right;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		height: max-content;
		color: #0065C3;
	}

	.topnav a.icon:hover {
		color: #ffffff;
	}


	.topnav.responsive {
		position: relative;
		display: block;
	}
	.topnav.responsive a {
	  display: block;
	}

	#logopepsi {
		width: 50px;
		padding: 15px 0px;
	}

	.container-01 > div , .container-02 >div
	{
		width: 95%;
		border-radius: 10px;
		margin: 6%;
		padding: 6%;
	}
	
	
	#intro h1 
	{
		font-size: 2rem;
		line-height: 3rem;
	}

	
	h3 
	{
		font-size: 1.4rem;
		padding-bottom: 20px;
		line-height: 1.4rem;
	}
	.reseña {
		width: 100%;
		flex-direction: column;
	}
	.reseña p, .reseña h5 {
		text-align: center;
	}
	#perritocomentario img {
		width: 20%;
	}

	#section2 {
		flex-direction: column;
		align-items: center;
	}
	#section2 img{
		align-items: center;
		width: 60%;
	}
	form {
		width: 100%;
	}
	.formulario {
		width: 100%;
	}
	.imagen {
		width: 100%;
	}
	.imagen img{
		width: 100%;
	}
	.mensaje {
		width: 100%;
	}
	/*sobre nosotros*/
	#intronos {
		width: 70%;
	}
	.container-03 {
		width: 90%;
	}
	.container-03 > div {
		width: 90%;
		margin: auto;
	}
	.container-03 p{
		text-align: center;
	}
	.container-04 {
		width: 90%;
	}
	.container-04 p{
		width: 80%;
		margin: auto;
	}
	.container-05 {
		flex-direction: column;
		align-items: center;
	}
	.container-05 > div{
		width: 90%;
	}
	footer {
		flex-direction: column;
	}
	.pie {
		width: 100%;
	}
	/*catalogo*/
	form {
		flex-direction: column;
		align-items: center;
		margin: auto;
		margin-bottom: 2%;
		width: 100%;
	}
	.filtroAdop{
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#tipo {
		margin-bottom: 10px;
	}
	label, select {
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
		margin-bottom: 10px;
		text-align: center;
	}
	button[type="submit"] {
		margin-left: 0;
	}
	.container_cat p {
		margin: 5% 0;
		padding: 1px 20px;
	}
	.container_cat > div {
		width: 100%;
	}
	a.boton {
		margin: 5% 0;
	}
	/* ================ DAR EN ADOPCION ================ */

}	/* Fin del media queries no borrar */
