@font-face {
	font-family: "FFF Acid Grotesk";
	src: url("../fonts/FFF-AcidGrotesk-Black-TRIAL.woff2") format("woff2"), url("../fonts/FFF-AcidGrotesk-Black-TRIAL.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "FFF Acid Grotesk";
	src: url("../fonts/FFF-AcidGrotesk-Bold-TRIAL.woff2") format("woff2"), url("../fonts/FFF-AcidGrotesk-Bold-TRIAL.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "FFF Acid Grotesk Extra";
	src: url("../fonts/FFF-AcidGrotesk-ExtraBold-TRIAL.woff2") format("woff2"), url("../fonts/FFF-AcidGrotesk-ExtraBold-TRIAL.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "FFF Acid Grotesk Extra";
	src: url("../fonts/FFF-AcidGrotesk-ExtraLight-TRIAL.woff2") format("woff2"), url("../fonts/FFF-AcidGrotesk-ExtraLight-TRIAL.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "FFF Acid Grotesk";
	src: url("../fonts/FFF-AcidGrotesk-Light-TRIAL.woff2") format("woff2"), url("../fonts/FFF-AcidGrotesk-Light-TRIAL.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "FFF Acid Grotesk";
	src: url("../fonts/FFF-AcidGrotesk-Medium-TRIAL.woff2") format("woff2"), url("../fonts/FFF-AcidGrotesk-Medium-TRIAL.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "FFF Acid Grotesk Normal";
	src: url("../fonts/FFF-AcidGrotesk-Normal-TRIAL.woff2") format("woff2"), url("../fonts/FFF-AcidGrotesk-Normal-TRIAL.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "FFF Acid Grotesk Ultra";
	src: url("../fonts/FFF-AcidGrotesk-UltraLight-TRIAL.woff2") format("woff2"), url("../fonts/FFF-AcidGrotesk-UltraLight-TRIAL.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "FFF Acid Grotesk";
	src: url("../fonts/FFF-AcidGrotesk-Regular-TRIAL.woff2") format("woff2"), url("../fonts/-AcidGrotesk-Regular-TRIAL.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	color: #242b34;
	font-family: "FFF Acid Grotesk";
	overflow-x: hidden;
	background-color: #f2f2f2;
	background-image: url(../img/textura-fondo-2@2x.png);
	background-position: top center;
}

.trans, .frase a, header a {
	transition: all 0.3s ease;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
video,
section {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

.clear {
	clear: both;
}

.container {
	max-width: 1000px;
}

header {
	background-image: url(../img/imagencabecera.jpg);
	background-size: cover;
	padding-bottom: 120px;
	background-position: bottom center;
}
header h1 {
	color: #fff;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
	padding-top: 31px;
	font-weight: 500;
}
header h2 {
	color: #fff;
	text-align: left;
	padding: 48px 31px 20px 0px;
	font-weight: 700;
	font-size: 48px;
}
header h2 span {
	display: block;
}
header p {
	color: #fff;
	text-align: left;
	font-size: 26px;
	margin-bottom: 31px;
}
header p span {
	display: block;
}
header .borde {
	border-bottom: solid 1px #fff;
	padding: 31px 0 31px 0;
}
header a {
	background-color: #c67b69;
	color: #fff;
	padding: 14px 15px 10px 15px;
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}
header a:hover {
	background-color: #774a4a;
}

.frase {
	padding: 81px 0 81px 0;
}
.frase ul li {
	list-style: none;
	font-size: 41px;
	font-weight: bold;
}
.frase ul li:nth-child(1) {
	color: #774a4a;
}
.frase ul li:nth-child(2) {
	color: #537670;
}
.frase ul li:nth-child(3) {
	color: #a25e6d;
}
.frase ul li:nth-child(4) {
	color: #c67b69;
}
.frase p {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	padding-top: 31px;
	padding-bottom: 31px;
}
.frase p span {
	display: block;
}
.frase a {
	background-color: #c67b69;
	color: #fff;
	padding: 14px 15px 10px 15px;
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
}
.frase a:hover {
	background-color: #774a4a;
}

.ofrecemos {
	padding: 81px 31px 81px 31px;
	background-color: #7590a3;
	color: #fff;
}
.ofrecemos h3 {
	font-size: 33px;
	font-weight: bold;
	padding-bottom: 31px;
}
.ofrecemos h4 {
	padding-bottom: 12px;
}
.ofrecemos ul {
	padding-bottom: 4px;
}
.ofrecemos li {
	display: inline-block;
	padding: 8px 12px 6px 12px;
	border-radius: 22px;
	border: solid 1px #fff;
	margin-bottom: 12px;
	font-size: 15px;
	font-weight: 400;
}
.servicios h3 {
	padding: 41px 0 81px 81px;
	font-size: 41px;
}
.servicios a {
	text-transform: uppercase;
	color: #242b34;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.servicios p {
	font-size: 14px;
	padding: 12px 0 12px 0;
}
.servicios .col-lg-6 {
	margin-bottom: 44px;
}
.servicios img {
	border-radius: 12px;
}

.formulario {
	padding-left: 81px;
	padding-bottom: 48px;
}
.formulario h3 {
	padding: 41px 0 21px 0px;
	font-size: 41px;
}
.formulario p {
	font-size: 18px;
	padding-bottom: 68px;
}
.formulario .hbspt-form {
	width: 60%;
}

.como {
	padding: 48px;
}
.como h2 {
	padding-bottom: 14px;
	line-height: 31px;
}
.como h2 span {
	display: block;
}
.como h3 {
	margin-bottom: 31px;
	font-size: 41px;
	padding-left: 88px;
}
.como h4 {
	font-size: 22px;
	margin-bottom: 51px;
	padding-left: 88px;
}
.como .color1 {
	background-color: #c67b69;
	border-radius: 15px;
	padding: 20px;
	color: #fff;
	min-height: 508px;
	position: relative;
}
.como .color2 {
	background-color: #537670;
	border-radius: 15px;
	padding: 20px;
	color: #fff;
	min-height: 508px;
	position: relative;
}
.como .color3 {
	background-color: #a25e6d;
	border-radius: 15px;
	padding: 20px;
	color: #fff;
	min-height: 508px;
	position: relative;
}
.como p {
	font-size: 14px;
}
.como .container {
	max-width: 1200px;
}
.como h5 {
	font-size: 51px;
	font-weight: bold;
}
.como .borde {
	position: absolute;
	width: 281px;
	top: 20px;
	right: 0;
	border-bottom: solid 1px #fff;
	text-align: right;
	padding-right: 20px;
}
.como .borde a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}
.como ul li {
	list-style: none;
	font-size: 14px;
	padding-bottom: 6px;
}
.como .item {
	margin: 15px;
}
.como .frasemobile {
	color: #c67b69;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
.como .pad1 {
	padding-left: 88px;
}

footer {
	font-size: 12px;
	padding-bottom: 48px;
	border-top: solid 1px #242b34;
	padding-top: 48px;
}
footer a {
	color: #242b34;
}

.gracias {
	height: 100vh;
	background-image: url(../img/imagen-cabecera@2xgracias.webp);
}
.gracias h3 {
	color: #fff;
	padding-top: 31px;
	font-size: 41px;
	font-weight: bold;
	margin-bottom: 4px;
}
.gracias h4 {
	color: #fff;
	font-size: 28px;
	line-height: 37px;
}
.gracias h4 span {
	display: block;
}

.piegracias {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	margin: auto;
	padding: 31px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 500px) {
	.como {
		padding: 0;
	}
	.comocarousel .item {
		margin: 6px;
	}
	.como .borde {
		width: 186px;
	}
	header h1 {
		font-size: 12px;
		text-align: center;
		padding-top: 12px;
	}
	header .borde {
		padding: 12px 0 12px 0;
	}
	header img {
		max-width: 96%;
		display: block;
		margin: auto;
	}
	header h2 span {
		display: inline;
	}
	header h2 {
		font-size: 33px;
	}
	header p {
		font-size: 20px;
	}
	header p span {
		display: inline;
	}
	header {
		padding-bottom: 41px;
	}
	header h2 {
		padding-top: 28px;
	}
	.frase ul li {
		font-size: 28px;
		line-height: 37px;
		display: inline;
	}
	.frase {
		padding: 41px 0 41px 0;
	}
	.ofrecemos {
		padding: 41px 15px 41px 15px;
	}
	.ofrecemos img {
		padding: 0;
	}
	.como .color1,
	.como .color2,
	.como .color3 {
		height: 451px;
	}
	.servicios h3 {
		padding: 41px 21px 21px 0px;
		font-size: 28px;
	}
	.formulario {
		padding-left: 0;
	}
	body {
		background-image: url(../img/textura-fondo-2@2xmobile.png);
	}
	.como {
		padding-top: 31px;
	}
	.como h3 {
		padding-left: 0;
	}
	.como h4 {
		padding-left: 0;
	}
	.servicios .col-lg-6 {
		margin-bottom: 15px;
	}
	.como h4 {
		margin-bottom: 6px;
	}
	.como .frasemobile {
		padding-bottom: 20px;
	}
	.como h3 {
		font-size: 37px;
	}
	.ofrecemos img {
		margin-bottom: 15px;
	}
	.ofrecemos li {
		margin-bottom: 14px;
	}
	.gracias {
		background-image: url(../img/imagen-cabecera-gracias-mobile@2x.webp) !important;
	}
	.gracias h4 {
		font-size: 22px;
		line-height: 28px;
	}
	.gracias h4 span {
		display: inline;
	}
	.piegracias span {
		display: block;
	}
	.hbspt-form {
		width: 100%;
	}
	.formulario .hbspt-form {
		width: 100%;
	}
	.ofrecemos h4 {
		padding-bottom: 0;
		font-size: 14px;
	}
	.como .pad1 {
		padding-left: 0;
	}
}
#cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #f9f9f9;
	padding: 20px;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Arial, sans-serif;
	z-index: 1000;
}
#cookie-banner a {
	color: #242b34;
}

#cookie-banner button {
	margin-left: 10px;
	padding: 10px 20px;
	border: none;
	background-color: #242b34;
	color: white;
	cursor: pointer;
	border-radius: 5px;
}

#cookie-banner button:hover {
	background-color: #d8d9da;
	color: #242b34;
}