/* Tipografía */

@import url('https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@400;700&family=Yeseva+One&display=swap');


/* Colores */

:root {
	--naranja: #ef7d00;
	--texto: #212121;
}


/* General */

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Baloo Tammudu 2', sans-serif;
	color: var(--texto);
	line-height: 1.3;
	font-weight: 400;
	background-image: url(../img/hexa-fondo.png), url(../img/hexa-fondo-bottom.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Yeseva One', serif;
	padding: 1rem 0;
}

h1 {
	font-size: 2.2rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.8rem;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.5em
}

strong {
	font-weight: 600;
}
em {
	font-style: oblique;
}

a {
	color: var(--naranja);
	transition: all .3s ease;
}
a:hover {
	color: var(--texto);
	text-decoration: underline;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem;
}
.container h1 {
	text-align: center;
}

section.container {
	margin: 2rem auto;
}
section.container h1 {
	font-size: 2.6rem;
	padding: 1rem 0;
}
section.container h2 {
	font-size: 2rem;
	padding: 1rem 0;
	text-align: center;
}

/* Slider */
.lslide img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}


/* Cabecera */

.pre-header {
	max-width: 1200px;
	height: 50px;
	margin: 0 auto;
	padding: 1rem 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.pre-header > a img {
	width: 180px;
	max-width: 100%;
}

.pre-header > p {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
}

.pre-header > p span {
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.RRSS div {
	display: flex;
	justify-content: flex-end;
}

.RRSS img {
	width: 18px;
	padding: 0 10px 10px 0;
}


/* Página inicio */
.bloque-texto-img {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-gap: 1.5rem;
	align-items: center;
	margin: 1.5rem 0;
}
.bloque-texto {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
}
.bloque-texto-img img {
	max-width: 100%;
}
.bloque-texto img {
	max-width: 200px;
	margin: 1rem auto;
}
.bloque-texto-img h3, .bloque-texto h3 {
	color: var(--naranja);
}
.bloque-texto-img p, .bloque-texto p {
	font-size: 1.2rem;
	padding: .5rem 0;
}
.inicio-cta, .comprar-cta {
	width: 100%;
	display: flex;
	margin: 1rem auto;
}
.inicio-cta a, .comprar-cta a {
	font-weight: 700;
	display: inline-block;
	margin: 0 auto;
	font-size: 1.4rem;
	padding: 1rem 1rem .3rem;
	border: 2px solid var(--naranja);
	border-radius: 10px;
	text-decoration: none;
	background-color: white;
	transition: all .3s ease-in-out;
}
.inicio-cta a:hover, .comprar-cta a:hover {
	background-color: var(--naranja);
}


/* Productos */
.slider-producto {
	background: white url(../img/fondo-producto.png) center no-repeat;
	background-size: contain;
}
.slider-producto a {
	text-decoration: none;
	color: var(--texto);
}
.slider-producto h3 {
	font-family: 'Baloo Tammudu 2', sans-serif;
	font-weight: 700;
	color: var(--texto);
	text-align: center;
}
.slider-producto p {
	text-align: center;
	font-size: 0.8rem;
	margin-bottom: 1.5rem;
}

.puppy-color {
	color: #4d6182;
}
.mobility-color {
	color: #996c47;
}
.gastro-color {
	color: #557f7b;
}
.immuno-color {
	color: #928b48;
}
.calm-color {
	color: #96599d;
}
.condition-color {
	color: #d9505c;
}
.skin-color {
	color: #7d5060;
}
.e-classic-color {
	color: #f8a700;
}
.e-sport-color {
	color: #a90a5f;
}
.e-hooves-color {
	color: #13a438;
}
.e-muscle-color {
	color: #005ca8;
}
.e-electrolyte-color {
	color: #3e6371;
}
.e-joints-color {
	color: #ba9765;
}
.e-gastro-color {
	color: #76b72a;
}
.e-gastro-foal-color {
	color: #37b6b9;
}
.e-regeneration-color {
	color: #885aa4;
}
.e-skin-color {
	color: #d61e16;
}
.e-respiratory-color {
	color: #3a3e91;
}


.producto h2 {
	font-size: 1.6rem !important;
}

.producto-info {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 1.5rem;
	margin: 1.5rem 0;
}

.producto-info > div > img { /* imagen producto */
	max-width: 100%;
}

.producto-info h3 {
	background: transparent url(../img/icono-peso.svg) left center no-repeat;
	padding: 0.3rem;
	padding-left: 45px;
	line-height: 1;
	margin: 1rem 0;
	color: var(--naranja);
}
.producto-info h3[data-icon="comp"] {
	background: transparent url(../img/icono-ingredientes.svg) left center no-repeat;
}
.producto-info h3[data-icon="desc"] {
	background: transparent url(../img/icono-desc.svg) left center no-repeat;
}
.producto-info h3[data-icon="apply"] {
	background: transparent url(../img/icono-dosis.svg) left center no-repeat;
}
.producto-info h3[data-icon="analisis"] {
	background: transparent url(../img/icono-analisis.svg) left center no-repeat;
}

.producto-info p {
	padding: .5rem 0;
}

.producto-tablas {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1.5rem;
}

.producto-info table {
	border: 1px solid #eee;
	width: 100%;
	margin: 1.5rem 0;
	font-size: .8rem;
}
.producto-info table thead {
	background-color: var(--naranja);
	color: white;
	font-weight: 700;
}
.producto-info table tr {
	border: 1px solid #eee;
}
.producto-info table tr:nth-child(even) td {
	background-color: rgba(239,125,0,.1);
}
.producto-info table td, .producto-info table th {
	border: 1px solid #eee;
	padding: .6rem .6rem 0;
}
.producto-info table td:nth-child(even) {
	text-align: center;
	width: 30%;
}
.aplicacion-capsulas td:nth-of-type(3) {
	text-align: center;
	width: 30%;
}

/* Contacto */
.contacto {
	display: grid;
	grid-template-columns: 1fr 3fr;
	grid-gap: 1rem;
}
.contacto input, .contacto textarea {
	width: 100%;
	font-family: 'Baloo Tammudu 2', sans-serif;
	padding: .2rem .2rem 0;
}
.contacto label {
	display: block;
	padding: 1rem 0 0;
}
.contacto input[type="submit"] {
	width: auto;
	display: block;
	padding: .5rem .5rem 0;
	margin-top: 1rem;
	border: 2px solid var(--naranja);
	border-radius: 10px;
	text-decoration: none;
	background-color: white;
	transition: all .3s ease-in-out;
}
.contacto input[type="submit"]:hover {
	background-color: var(--naranja);
}
.contacto h3 {
	background: transparent url(../img/icono-marcador.svg) left center no-repeat;
	padding: 0.3rem;
	padding-left: 45px;
	line-height: 1;
	margin: 1rem 0;
	color: var(--naranja);
}
.contacto h3[data-icon="form"] {
	background: transparent url(../img/icono-formulario.svg) left center no-repeat;
}


/* Blog */
.yc-post p {
	padding: .5rem 0;
}

.yc-post-img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	object-position: center;
	padding: .5rem 0;
}

.yc-post .entry-meta {
	font-size: .8rem;
}


/* Slider */
.slider {
	width: 100%;
	margin: 0 auto;
}


/* Pie de página */
footer {
	background-color: var(--naranja);
	font-size: .8rem;
}
footer p {
	padding: 1rem 0 .5rem;
	text-align: center;
}
footer a {
	color: white;
}


/* cookies */ 
.cookiefirst-root [data-cookiefirst-accent-color] {
    color: var(--naranja) !important;
}


/* MEDIA QUERIES */
@media (max-width: 600px) {
	.lslide img {
		width: 100%;
		height: 200px;
		object-fit: cover;
		object-position: center;
	}
	div.menu-link .icon {
		top: 96px;
	}
	.pre-header {
		grid-template-columns: 1.5fr 1fr;
	}
	.pre-header > p {
		font-size: .9rem;
	}
	.pre-header > p span {
		font-size: 1rem;
	}
	.bloque-texto-img {
		grid-template-columns: 1fr;
	}
	.slider-producto h3 {
		font-size: 1rem;
	}
	.producto-info h3 {
		font-size: 1.5rem;
	}
	.producto-info {
		grid-template-columns: 1fr;
	}
	.producto-tablas {
		grid-template-columns: 1fr;
	}
	.contacto {
		grid-template-columns: 1fr;
	}
}