body {
	font-family: Roboto !important;
}

.head-AX {
	background-image: url("/assets/img/head-bg-alta-expresion.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.vertical-center {
	min-height: 100%; /* Fallback for browsers do NOT support vh unit */
	min-height: 100vh;
	display: flex;
	align-items: center;
}

.inspiracion {
	background: url("/assets/img/bg-pura-inspiracion.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 100vh;

}

.content-excelencia {
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url("/assets/img/bg-excelencia-dehesa.jpg");
	background-color: rgba(0, 0, 0, 0.5);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;

}

.gama-productos {
	background: url("/assets/img/bg-gama-productos.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: white;
	height: 100vh;
}


.logoAX {
	height: 95%;
}


.titulo-Inspiracion {
	font-size: 4em;
	color: white;
	letter-spacing: 0.3em;
	font-weight: 400;
}

.titulo-gama-AX {
	width: min-content;
	display: inline-block;
	letter-spacing: 0.5em;
	color: white;
	font-size: 5em;
	font-weight: 300;
}

.inspiracion hr {
	width: 20em;
	margin-top: 0;
	border-color: white;
	border-width: 0.2em;
}

.gama-productos hr {
	width: 20em;
	margin-top: 2%;
	margin-bottom: 3%;
	border-color: white;
	border-width: 0.2em;
}


.titulo-alta-expresion {
	color: #000;
	max-width: max-content;
	text-align-last: justify;
	margin-left: 3%;
	margin-right: 3%;
}


.titulo-alta-expresion hr {
	border-color: #000;
	border-width: 2px;
	/* margin: 0; */
}

.titulo-alta-expresion h1 {
	font-size: 7.7em;
	font-weight: 400;
	letter-spacing: 0.03em;
}

.titulo-alta-expresion h4 {
	font-size: 3.2em;
	font-weight: 400;
}

.titulo-alta-expresion p {
	font-size: 2em;
	max-width: fit-content;
}

.destacados {
	margin-top: 10%;
	color: #000;
}

.destacados h2 {
	font-weight: bold;
	margin-bottom: 6%;
}

.destacados p {
	font-size: 1.5em;
}

.imagenes {
	width: 100%;
	height: auto;
	margin-bottom: 5%;
}

.destacado-AX {
	margin-bottom: 15%;
}

.producto-iberico-AX {
	margin-bottom: 15%;
}

.producto-iberico-AX h1 {
	font-weight: 700;
	font-size: xxx-large;
}

.imagenes-productos-ibericos {
	width: 100%;
}

.content-productos ul {
	font-size: x-large;
	padding-inline-start: 25px;
}

.mas-info {
	margin-top: 10%;
	border: 3px solid black;
	width: max-content;
	padding-left: 5%;
	padding-right: 5%;
}

.mas-info a, a:hover, a:active, a:link {
	color: black;
	text-decoration: none;
}

.mas-info h3 {
	margin-top: 3%;
	margin-bottom: 3%;
}

.content-productos h1 {
	font-size: 4em;
}

.content-productos {
	padding-top: 5%;
	padding-bottom: 5%;
	background-image: url("/assets/img/head-bg-alta-expresion.jpg");
	background-repeat: repeat;
	background-repeat-x: no-repeat;
	background-size: contain;
}

.img-logo-AX {
	max-height: 90vh;
}

.img-logo-flecha {
	max-height: 5vh;
	cursor:pointer;
}


.footer .copyright-text {
	color: white;
	font-size: 16px;
}


.footer {
	background-color: black;
	padding-top:0.5%;
	padding-bottom:0.5%;
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.list-inline a{
	color: white !important;
}

.list-inline a:hover{
	text-decoration: underline;
}

.titulo-gama-AX-ch{
	width: max-content !important;
}

.titulo-alta-expresion-en h1{
	font-size: 7em;
}

.titulo-alta-expresion-en h4{
	font-size: 3em;
}

/* SCROLL - START */
::-webkit-scrollbar {
	width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #444;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #e1a75a;
	background: -moz-linear-gradient(top, #e1a75a 0%, #764d17 100%);
	background: -webkit-gradient(top, #e1a75a 0%, #764d17 100%);
	background: -webkit-linear-gradient(top, #e1a75a 0%, #764d17 100%);
	background: -o-linear-gradient(top, #e1a75a 0%, #764d17 100%);
	background: -ms-linear-gradient(top, #e1a75a 0%, #764d17 100%);
	background: linear-gradient(bottom, #e1a75a 0%, #764d17 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1a75a', endColorstr='#764d17', GradientType=1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #764d17;
	background: -moz-linear-gradient(top, #764d17 0%, #e1a75a 100%);
	background: -webkit-gradient(top, #764d17 0%, #e1a75a 100%);
	background: -webkit-linear-gradient(top, #764d17 0%, #e1a75a 100%);
	background: -o-linear-gradient(top, #764d17 0%, #e1a75a 100%);
	background: -ms-linear-gradient(top, #764d17 0%, #e1a75a 100%);
	background: linear-gradient(top, #764d17 0%, #e1a75a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1a75a', endColorstr='#764d17', GradientType=1);
}

/*LG*/
@media (max-width: 1199.98px) {

	.titulo-alta-expresion h1 {
		font-size: 6.4em;
	}

	.titulo-alta-expresion h4 {
		font-size: 2.6em;
	}

	.titulo-alta-expresion p {
		font-size: 2.4em;
	}

	.content-productos h1 {
		font-size: 3.6em;
	}

	.destacados h2 {
		font-size: 1.7em;
	}

	.titulo-gama-AX {
		font-size: 4em;
	}


	.logo-gama-AX {
		width: 12em;
	}

	.titulo-alta-expresion-en h1{
		font-size: 5.8em;
	}



}


/*MD*/
@media (max-width: 991.98px) {
	.titulo-Inspiracion {
		font-size: 3.1em;
	}

	.inspiracion hr {
		width: 15em;
	}

	.titulo-alta-expresion h1 {
		font-size: 4.7em;
	}

	.titulo-alta-expresion h4 {
		font-size: 1.9em;
	}

	.titulo-alta-expresion p {
		font-size: 1.8em;
	}

	.content-productos h1 {
		font-size: 2.7em;
	}

	.destacados h2 {
		font-size: 1.25em;
	}

	.destacados p {
		font-size: 1.05em;
	}

	.titulo-gama-AX {
		font-size: 3.5em;
	}


	.mas-info {
		padding-left: 2%;
		padding-right: 2%;
	}

	.titulo-alta-expresion-en h1{
		font-size: 4.3em;
	}

}

/*SM*/
@media (max-width: 767.98px) {

	.titulo-Inspiracion {
		font-size: 2.5em;
	}

	.inspiracion hr {
		width: 12em;
	}

	.titulo-alta-expresion h1 {
		font-size: 3.35em;
	}

	.titulo-alta-expresion h4 {
		font-size: 1.41em;
	}

	.titulo-alta-expresion p {
		font-size: 1.3em;
	}

	.content-productos h1 {
		font-size: 2em;
	}

	.titulo-alta-expresion-en h1{
		font-size: 3.1em;
	}

	.titulo-alta-expresion-en h4{
		font-size: 1.39em;
	}
}

/*XS*/
@media (max-width: 575.98px) {

	.img-logo-AX {
		max-height: 70vh;
	}

	.content-productos {
		padding-top: 20%;
	}

	.content-excelencia {
		padding-top: 20%;
	}

	.titulo-Inspiracion {
		font-size: 1.50em;
	}

	.inspiracion hr {
		width: 8em;
	}

	.titulo-alta-expresion h1 {
		font-size: 2.13em;
	}

	.titulo-alta-expresion h4 {
		font-size: 0.89em;
	}

	.titulo-alta-expresion p {
		font-size: 1.1em;
	}

	.content-productos h1 {
		font-size: 2em;
	}

	.titulo-gama-AX {
		font-size: 2em !important;
	}

	.gama-productos hr {
		width: 13em;
	}

	.producto-iberico-AX {
		margin-bottom: 30%;
	}

	.imagenes {
		margin-bottom: 15%;
	}

	.imagenes-productos-ibericos {
		margin-bottom: 13%;
	}

	.titulo-alta-expresion-en h1{
		font-size: 1.95em;
	}

	.titulo-alta-expresion-en h4{
		font-size: 0.85em;
	}

}

/*Landscape*/
@media (max-height: 600px) {
	.logo-gama-AX {
		width: 6em;
	}

	.img-logo-AX {
		width: 10em;
	}

	.titulo-gama-AX {
		font-size: 2em;
	}

	.gama-productos hr {
		width: 10em;
		margin-top: 0;
		margin-bottom: 0;
	}

	.titulo-alta-expresion h4 {
		font-size: 1.4em;
	}

	.titulo-alta-expresion-en h4 {
		font-size: 1.3em;
	}
}


/*Laptop*/
@media (min-width: 1199.98px) and (max-height: 650px) {
	.img-logo-AX {
		width: 15em;
	}

	.titulo-alta-expresion h4 {
		font-size: 3.1em;
	}

	.logo-gama-AX {
		width: 10em;
	}

	.titulo-gama-AX {
		font-size: 3em;
	}

	.gama-productos hr {
		width: 15em;
		margin-top: 0;
		margin-bottom: 0;
	}


}
