*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}

/* HEADER INDEX */

.tituloc{
    font-style:unset;
    text-align: center;
    font-size: 2.5em;
    margin: 0.5em 0em 0.2em 0em;
}
.tituloc{
    color: rgb(37, 37, 37);
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.buscador{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.fa-bars{
    border: 1px solid rgba(255, 255, 255, 0);
    display: block;
    padding: 10px;
}
cabecera{
	max-height: 5%;
}
.cabecera h1{
	text-align: left;
	padding-left: 10%;
}
.cabecera img {
	max-width: 80%;
	max-height: 80%;
	padding: 20%;
}
.buscador{
    text-align: center;
}

.fot{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    color: rgb(54, 54, 54);
}

.usuario{
  color: rgb(54, 54, 54);
  font-size: 0.9em;
  padding: 10px 20px;
  border-radius: 6px;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}



/* MENU */
.dl-menu-style4{
	text-align: center;
	width: 100%;
	margin:0 auto;
}
.dl-menu-style4 ul{
	display: inline-block;
	list-style: none;
  	overflow: hidden;
}
.dl-menu-style4 ul li{
	float: left;
	font-weight: 500;
	text-transform: uppercase;
	height: 100%;
	padding: 2em;
} 	
.dl-menu-style4 ul li a{
	text-decoration: none;
	color: black;
	font-family: 'Poppins', sans-serif;
}
.dl-menu-style4 ul li a:hover{
	color: rgba(0, 0, 0, 0.993);
	}
.dl-menu-style4 ul li:hover{
	color: #000000;
}
.dl-menu-style4 ul.et-menu>li>a {
	position: relative;
	z-index: 1;
}
.dl-menu-style4 ul.et-menu>li>a:before {
    position: absolute;
    content: '';
    display: block;
    z-index: -1;
    background: var(--LineColor);
    opacity:0;
    height: var(--LineHeight);
    bottom: calc(var(--BottomOffset) + 12px);
    width: calc(100% + (var(--LineHeight) / 2));
    right: calc(var(--LineHeight) / -4);
    transition: 0.4s cubic-bezier(0,.54,.52,.76);
    border-radius: 2px;
}

.dl-menu-style4 ul.et-menu>li>a:hover:before {
    bottom: var(--BottomOffset);
    opacity: 1;

}



/*BODY*/

#contIndex1{
	
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/poo.webp");
	background-size: cover;
	align-items: center;
  	display: flex;
  	height: 30em;
  	width: 100%;
  	justify-content: center;
}
#contIndex1 p{
	border: 2px solid white;
	backdrop-filter: b;
	font-size: 1.5em;
	padding: 0.5em 0.7em;
	color: white;
	top: 0;
	font-family: 'Poppins', sans-serif;
	transition: all 0.5s;
}
#contIndex1 p:hover{
	background-color: rgba(255,255,255,0.4);
	color: rgba(0,0,0,0.6);
	border: 2px solid rgba(0,0,0,0.6);
	transition: all 0.5s;
  transform: scale(1.15);

}

#contIndex2{
	width: 80%;
	margin: 2em auto;
	
}
#contIndex2 img{
	width: 20em;
	height: 24em;
	margin: auto;
	padding: auto;
}
.titulo{
	font-size: 30px;
	font-family:sans-serif
}


/* FOOTER */
footer{
	background-color: #DCDCDC;
	max-height: 20em;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	color: black;
}
footer table{
	text-align: center;
	margin: 2em auto 0 auto;
	padding-top: 1em;
	
}
footer table td{
	padding: 0.5em;
}
footer h5{
	font-weight: 400;
	color: black !important;
}
footer h5:visited, footer h5:link{
	text-decoration: none;
}
footer p{
	font-weight: 300;
}
.errordt{
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	text-align: center;
}
/*INFORMACION*/
#infoFAQ{
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	text-align: center;
	margin: 0.5em auto;
}
#infoFAQ h2{
	font-size: 1.5em;
	color: #474747;
	margin-bottom: 1em;
}
.areaFAQ{
	background-color: #CBC6C6;
	width: 70%;
	margin: 1em auto;
	padding: 0.5em;
}
/*BOLSOS*/
.mostrarProductos{
	margin: 0 auto;
	width: 75%;
	text-align: center;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.mostrarProductos table{
	margin: 1em auto;
}
.mostrarProductos tr{
	height: 6em;
	padding: 2em 0;
	border: 1px solid #A5A5A5;
	margin: 1em auto;
}
.mostrarProductos img{
	max-height: 90%;
	max-width: 90%;
}
.tituloProductos{
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	text-align: center;
	border-top: 1px solid #8C8C8C;
	padding-top: 1em;
	padding-bottom: 1em;
}
/*Agregar carrito */
.AgregarCarrito{
	text-align: center;
	width: 60%;
	margin: 1em auto;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.AgregarCarrito img{
	max-height: 70%;
	max-width: 70%;
}
.AgregarCarrito input, .AgregarCarrito textarea{
	border: none;
}
.AgregarCarrito #nomAgregar{
	font-weight: bold;
}
.AgregarCarrito #cantAgregar{
	border: 1px solid black;
}
.AgregarCarrito #precioAgregar{
	text-align: center;
}
.AgregarCarrito #btnAgregar{
	padding: 2%;
	margin-left: 0.4em;
}
/* PERFIL */
#perfil{
	text-align: center;
	margin: 1em auto;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#imgPerfil{
	max-height: 10%;
	max-width: 10%;
	margin-bottom: 1em;
}
#btnCerrarSesion{
	margin-top: 3em;
	padding: 1em;
	border: 1px solid black;
}
#btnCerrarSesion:hover{
	background-color: black;
	color: white;
}

/*PEDIDO*/
.formPedido{
	width: 70%;
	margin: 1em auto;
}
#botonesPaypal{
	text-align: center;
	width: 50%;
	margin: 1em auto;
	align-content: center;
	align-self: center;
}