@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;1,300&display=swap');
:root{
	--color-1: #98C8D4;
	--color-2: #f69579;
}
*{
	font-family: 'Poppins', sans-serif;
}
*::selection{
	background-color: var(--color-1);
	color: white;
}
html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
header{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	height: 180px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	justify-content: space-between;
	z-index: 5;
	/*
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	*/
}
barra_visible{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	display: block;
	width: 120%;
    height: 115%;
    background-color: white;
    transform: translate(-10%, -20%) rotate(-2deg);
    box-shadow: 0px 2px 6px rgb(0 0 0 / 15%);
    z-index: 4;
}
#logo{
	z-index: 5;
	justify-content: center;
	height: 100%;
}
#logo img{
	cursor: pointer;
	margin-right: 2vw;
}
nav{
	display: flex;
	flex-flow: row nowrap;
	justify-content:center;
	align-items:center;
	height: 40%;
	box-sizing: border-box;
	z-index: 5;
}
nav .item{
	font-size: 1.1em;
	display: block;
	box-sizing: border-box;
	margin: 5px;
	padding: 10px 20px;
	user-select: none;
	transition: 0.17s ease;
	cursor: pointer;
	color: black;
	text-decoration: none;
}
nav .item:hover{
	color: white;
	background-color: var(--color-1);
}
.flex-row{
	display: flex;
	flex-flow: row nowrap;
}
.flex-col{
	display: flex;
	flex-flow: column nowrap;
}
#slider_principal{
	margin-top: -40px;
}
slider{
	margin-bottom: 20px;
	padding-top: 40px;
	width: 100%;
	background-color: var(--color-2);
	overflow:hidden;	
}
slider .item_slider{
	display:flex;justify-content:center;align-items:center;
	color: white;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	background-size: cover;
	height: 400px;
	background-color: white;
	background-position: center;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	transition: 0.2s ease;
}
pantalla{
	display: block;
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: var(--color-1);
	z-index: 1;
	transition: inherit;
}
slider .item_slider info{
	z-index: 2;
	display: block;
	text-align: center;
	opacity: 0;
	transition: inherit;
	text-shadow: 0px 2px rgba(0,0,0,0.2);
}
slider .item_slider:hover info{
	opacity: 1;
}
slider .item_slider:hover pantalla{
	opacity: 0.8;
}
.owl-carousel .owl-stage-outer {
	overflow: visible;
}
.section_title{
	min-height: 50px;
	margin: 20px auto;
	padding: 10px;
	width: 100%;

	border-style: dashed none dashed none;
	border-color: rgba(0,0,0,0.1);
	box-sizing:  border-box;
	display:flex;
	justify-content:center;
	align-items:center;
}
.section_title h2{
	margin: 0;
}
.tarjeta_texto{
	margin: 50px auto;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 500px;
	height: fit-content;
	background-color: white;
}
.tarjeta_texto div{
	margin: 0 10px;
	box-sizing: border-box;
	text-align: justify;
}
.tarjeta_texto div h2{
	margin-top: 0;
}
.tarjeta_texto img{
	border: solid 2px rgba(0,0,0,0.2);
	border-style: dashed;
}
.tarjeta{
	width: fit-content;
	margin: 10px;
	background-color: white;
	border-radius: 5px;
	padding: 20px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
}
product_list{
	box-sizing: border-box;
    display: block;
    text-align: center;
}
product_list .item{
	display: inline-block;
	margin: 0px 10px 10px 0px;
	width: 168px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	cursor: pointer;
	text-decoration: none;
	transition: 0.2s ease;
	background-color: white;
	box-sizing: border-box;
}
product_list .item:hover{
	transform: translateY(-5px);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
product_list .item imagen{
	display: block;
	background-position: center;
	background-size: cover;
}
product_list .item .imagen_producto{
	height: 250px;
	width: 100%;
	object-fit: cover;
}
product_list .item info p{
	font-size: 0.9em;
}
product_list .item info{
	display: inline-flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0px 10px;
	color: black;
	position: relative;
	min-height: 130px;
}
.a_limpio{
	text-decoration: none;
	color: inherit;
}
section{
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
}
.background{
	opacity: 0.3;
	z-index: -1;
	position: absolute;
	top: 0;
	user-select: none;
}
.background.right{
	right: 0;
}
.contacto{
	margin: 30px auto;
	display: flex;
	flex-flow: row;
	justify-content: space-around;
}


.btn_boni{
	padding: 13px 20px;
    box-sizing: border-box;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    width: fit-content;
    text-decoration: none;
    color: white;
    background-color: var(--color-1);
    transition: 0.17s ease;
}

.btn_boni:hover{
	background-color:  #b1c6cb;
}


/******PRODUCTO*******/
.row_producto{
	margin: 20px 0;
}
.align_center_middle{
	display:flex;
	align-items: center;
	justify-content: center;
}
.columna_producto{
	padding: 0 20px;
	box-sizing: border-box;
	width: 50%;
	height: 500px;
}
.columna_producto img{
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	height: 500px;
	width: 400px;
	object-fit: cover;
}
.columna_producto a{
	position: relative;
}
.columna_producto a i{
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
	font-size: 1.3em;
	text-shadow: 2px 2px rgba(0,0,0,0.2);
}
.descripcion_producto{
	display: flex;
	flex-flow: column nowrap;
}
.descripcion_producto div{
	width: 100%;
	box-sizing: border-box;
	height: 50%;
	position: relative;
}
.valor{
	color: var(--color-2);
	font-weight: bold;
	font-size: 2em;
}
.mas_productos{
	background-color: var(--color-2);
	padding: 10px 20px;
	color: white;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}
.mas_productos .lista{
	box-sizing: border-box;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	height: fit-content;
	margin: 20px 0;
}
.slider_item_s{
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 200px;
	width: 130px;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	border: solid 3px var(--color-1);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	transition: 0.13s ease-in-out;
}
.slider_item_s:hover{
	transform: translateY(-10px);
}
section#productos{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
section#productos product_list{
	width: 75%;
	text-align: left;
	padding: 0 10px 10px 10px;
}
section#productos product_list .item{
	width: 165px
}
section#productos nav{
	display: flex;
	flex-flow: column nowrap;
	text-align: left;
	width: 20%;
	background-color: white;
	box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 30px;
}
section#productos nav select, section#productos nav button{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	transition: 0.2s ease;
	margin-bottom: 10px;
}
button.estilizado{
	color: white;
	cursor: pointer;
	border: solid 1px var(--color-2);
	transition: 0.2s ease;
	box-sizing: border-box;
	padding: 10px;
	background-color: var(--color-2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}
button.estilizado:hover{
	background-color: white;
	color: var(--color-2);
}
.paginacion{
	width:100%;
	box-sizing: border-box;
	border-radius:3px;

	background-color:var(--color-1);
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.paginacion a{
	padding: 5px;
    display: block;
    text-decoration: none;
    color: white;
    transition: 0.1s ease;
}
.paginacion a:hover, .paginacion a.activo{
	color: white;
	background-color: var(--color-2);
}
/******RESPONSIVE*******/
@media (max-width: 860px) {
	barra_visible{
		display: none;
	}
	header{
		height: 200px;
		padding: 35px;
		flex-flow: column;
    	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    	background-color: white;
	}
	#logo{
		width: 100%;
		height: 50%;
	}
	#slider_principal{
		margin-top:0; 
	}
	.row_producto{
		flex-flow: column;
	}
	.columna_producto{
		width: 100%;
		height: 400px;
	}
	.columna_producto img{
		height: 400px;
		width: auto;
		max-width: 400px;
	}
	.mas_productos .lista{
		flex-flow:  row wrap;
	}
	.slider_item_s{
		margin-right: 5px;
	}
	#informacion .flex-row{
		flex-flow: column nowrap;
	}
	#contacto{
		padding: 20px;
	}
	.contacto{
		flex-flow: column;
	}
	.contacto div{
		margin: auto;
	}
	section#productos{
		flex-flow: column nowrap;
	}
	section#productos product_list, section#productos nav{
		width: 100%;
	}
}
@media (max-width: 620px) {
	header{
		height: fit-content;
		justify-content: initial;
	}
	#logo{
		height: 34vw;
		margin-bottom: 50px;
	}
	nav {
		flex-flow: column;
	}
	.tarjeta_texto{
		width: 100%;
	}
	#amigurumis .item{
		width: 130px;
	}
}
