@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@font-face {
	font-family: "DINPro";
	src: url("/asset/style/font/DINPro.otf") format("truetype");
	font-style: normal;
}
@font-face {
	font-family: "DINPro-bold";
	src: url("/asset/style/font/DINPro-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
* {
	margin: 0;
	box-sizing: border-box;
}

.contenedor {
	width: 90%;
	max-width: 1396px;
	margin: 0 auto;
	overflow: hidden;
}

.whatsapp_contacto {
	position: fixed;
	bottom: 30px;
	right: 50px;
	cursor: pointer;
	z-index: 1000;
	transition: transform 0.3s;
}
.whatsapp_contacto:hover {
	transform: scale(1.1);
}

@media screen and (max-width: 768px) {
	.whatsapp_contacto {
		position: fixed;
		bottom: 30px;
		right: 30px;
		cursor: pointer;
		z-index: 1000;
		transition: transform 0.3s;
	}
	.whatsapp_contacto img {
		width: 80%;
		height: 80%;
	}
	.whatsapp_contacto:hover {
		transform: scale(1.1);
	}
}
.separator {
	height: 70px;
}

.header_precios {
	background-image: url(../../img/precios/header_foto.webp);
	height: 368px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.header_precios::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background-color: #00557e;
}
.header_precios .precios_titulo {
	position: relative;
	color: #ffffff;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	font-family: "DINPro-bold";
	font-size: 65px;
}
.header_precios .precios_titulo p{
	font-size: 4rem;
}
.header_precios .precios_rectangles {
	width: 100%;
	overflow: hidden;
}
.header_precios .precios_rectangles img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.precios_text {
	height: 500px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
}
.precios_text .tittle {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 88%;
}
.precios_text .tittle div {
	width: 85%;
	text-align: center;
}
.precios_text .tittle div p {
	color: #00557e;
	font-size: 24px;
	font-family: "DINPro-bold";
}
.precios_text .text {
	font-family: "Roboto", "sans-serif";
	font-size: 18px;
}
.precios_text .text p {
	margin-bottom: 20px;
}

.contacto {
	height: 500px;
	background-color: #00557e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}
.contacto .asesoramiento_contenedor {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	height: 80%;
}
.contacto .asesoramiento_contenedor p {
	font-family: "Roboto", "sans-serif";
	font-weight: bold;
	font-size: 56px;
	width: 750px;
	text-align: center;
	color: #ffffff;
}
.contacto .asesoramiento_contenedor .contacto_btn {
	width: 202px;
	height: 64px;
	border-radius: 50px;
	border: 2px solid #ffffff;
}
.contacto .asesoramiento_contenedor .contacto_btn a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	font-family: "Roboto", "sans-serif";
	font-size: 20px;
}

.espacio {
	height: 171px;
}
