/* --- HTML5 RESET --- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: 1.8em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: normal;
	font-family: 'AvenirLTStd', sans-serif;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

span {
	line-height: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	overflow-x: hidden;
}

strong {
	font-weight: 700;
	line-height: 1em;
}

.text-center {
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-font-smoothing: antialiased;
}


/* --- TIPOGRAFÍAS --- */

/* Avenir Roman (peso 400) */
@font-face {
	font-family: 'AvenirLTStd';
	src: url('/fonts/AvenirLTStd-Roman.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Avenir Medium (peso 500) */
@font-face {
	font-family: 'AvenirLTStd';
	src: url('/fonts/AvenirLTStd-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Avenir Heavy (peso 800) */
@font-face {
	font-family: 'AvenirLTStd';
	src: url('/fonts/AvenirLTStd-Heavy.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* Avenir Black (peso 900) */
@font-face {
	font-family: 'AvenirLTStd';
	src: url('/fonts/AvenirLTStd-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


/* --- MODAL --- */
.modal-dialog.modal-dialog-centered {
	max-width: 100vw;
	width: 1000px;
}

footer button.btn.btn-primary {
	background: transparent;
	color: var(--main-color);
	border: 0;
	font-size: 14px;
	margin-top: -2px;
	padding: 0;
}

footer button.btn.btn-primary:focus {
	box-shadow: 0 0 0 0rem transparent;
}

footer button.btn.btn-primary:after {
	content: "|";
	display: inline-block;
	padding: 0 15px;
}

/* --- PALETA DE COLORES --- */

:root {
	--azul: #f0514a;
	--azulClaro: #DDF0ED;
	--azulOsc: #bc3f39;
	--negro: #252729;
	--blanco: white;
	--grisClaro: #F5F5F5;
	--degradadoHover: linear-gradient(93deg, #bc3f39 2.53%, #f0514a 74.67%);
	--degradado: linear-gradient(93deg, #f0514a 2.53%, #bc3f39 74.67%);
	--degradadoGris: linear-gradient(180deg, #F5F5F5 0%, #C9C9C9 100%);



}

/* --- COMUNES --- */

a {
	text-decoration: none;
	color: var(--main-color);
	line-height: normal;
	font-size: 20px;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 20px;
}

h1,
.h1 {
	font-size: 2rem;
	font-weight: 700;
}

h2,
.h2 {
	font-size: 1.8rem;
	font-weight: 700;
}

h3,
.h3 {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}

h4,
.h4 {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}

h5,
.h5 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.5em;
}

/* --- MODAL --- */

body {
	padding-right: 0 !important
}

.modal-dialog.modal-dialog-centered {
	max-width: 100vw;
	width: 1000px;
}

footer button.btn.btn-primary {
	background: transparent;
	border: 0;
	font-size: 14px;
	margin-top: -2px;
	padding: 0;
}

footer button.btn.btn-primary:hover,
footer a.edit-cookieconsent-settings:hover {
	color: var(--accent-color);
}

footer button.btn.btn-primary:focus {
	box-shadow: 0 0 0 0rem transparent;
}

footer button.btn.btn-primary:after,
footer a.edit-cookieconsent-settings:after {
	content: "|";
	display: inline-block;
	padding: 0 15px;
}

footer button.btn.btn-primary:hover::after,
footer a.edit-cookieconsent-settings:hover::after {
	color: var(--main-color);
}

footer button.btn-primary:not(:disabled):not(.disabled).active:focus,
footer button.btn-primary:not(:disabled):not(.disabled):active:focus,
footer button.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem transparent;
}

footer button.btn-primary:not(:disabled):not(.disabled).active,
footer button.btn-primary:not(:disabled):not(.disabled):active,
footer button.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}

.azul {
	color: var(--azul);
	line-height: normal;
}



.section-hero .btn {
	padding: 12px 32px;
	border-radius: 999px;
	color: var(--blanco);
	background: var(--degradado);
	width: auto;
	transition: filter 0.3s ease;
	border: none;
}

.section-hero .btn:hover {
	background: var(--degradadoHover);
}

/* --- HEADER --- */

header {
	background: var(--negro);
	padding: 16px 0;
	margin-bottom: 3em;
	box-shadow: 0px 16px 37.1px 0px rgba(0, 0, 0, 0.25);
}

.header-box .row .col-12 {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between;
}

.header-box .row .col-12 ul {
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: end;
	gap: 24px;
}

.header-box li.tlf a.telefono-enlace {
	display: flex;
	gap: 12px;
	align-items: center;
}

.header-box li.tlf a.telefono-enlace:hover span {
	color: var(--azul) !important;
}

.header-box li.tlf a.telefono-enlace span {
	color: var(--blanco) !important;
	display: flex;
	gap: 12px;
	align-items: center;
}

.header-box a.boton {
	background-color: var(--azul);
	color: var(--blanco);
	padding: 16px 24px;
	border-radius: 16px;
}

.header-box a.boton:hover {
	background-color: var(--azulOsc);
}

.logo-box {
	text-align: center;
	display: flex;
	max-width: 137px;
}


.top-bar-content a {
	font-size: 20px;
}


.fixed-header {
	position: fixed;
	z-index: 9;
	top: 0vh;
	width: 100%;
}


/* --- CONTENIDO  --- */

/* HERO */

.section-hero {
	padding: 200px 0px 87px 0px;
	position: relative;
	overflow: hidden;
	background-color: var(--blanco);

}

.section-hero::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position-y: 600px !important;
	background-image: url('/images/fondo-hero.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	opacity: 0.8;
	z-index: 0;
}

.section-hero .container {
	position: relative;
	z-index: 1;

}


.section-hero .content-wrapper {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.section-hero h1 {
	font-size: clamp(40px, 5vw, 60px);
	font-weight: 900;
	line-height: normal;
	margin-bottom: 16px;

}

.section-hero .col-12 p {
	font-size: clamp(24px, 5vw, 32px);
	font-weight: 400;
	line-height: 130%;
	width: 80%;

}

.section-hero p.post-parrafo {
	font-size: 28px;
	margin-top: 16px;
}

.section-hero .puntos-clave {
	margin: 60px 0;
	display: flex;
	gap: 24px;

}

.section-hero .puntos-clave .col-md-4,
.section-hero .puntos-clave .col-md {
	gap: 16px;
}

.section-hero .puntos-clave .col-md-4 p,
.section-hero .puntos-clave .col-md p {
	font-size: clamp(20px, 5vw, 24px) !important;
	font-weight: 700 !important;
	width: 90%;
	line-height: normal;
}

.section-hero .btn {
	font-size: 20px;
}

/* BENEFICIOS */

.beneficios {
	padding: 40px 0;
	background-color: var(--negro);
	display: flex;
	gap: 48px;
}

.beneficios .col-md-3 {
	color: var(--blanco);
	border-left: 5px solid var(--azul);
}

.beneficios .col-md-3 p {
	width: 90%;
	font-size: clamp(18px, 5vw, 20px);
	line-height: 120%;
}

/* IMAGEN + TEXTO */

.img-texto {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	min-height: 600px;
}

.img-texto .row {
	position: static;
}

.img-texto .contenido {
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: center;
}


.img-texto h2 {
	font-size: clamp(28px, 5vw, 40px);
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;

}

.img-texto p {
	margin-bottom: 24px;
}

.img-texto p,
.img-texto .contenido span {
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
}

.img-texto a {
	margin-top: 40px;
}

.img-texto .contenido span {
	margin-bottom: 8px;
	font-weight: 550;
}

.img-texto .btn {
	padding: 12px 32px;
	border-radius: 999px;
	font-size: 20px;
}

.img-texto.estudios-1 .btn,
.img-texto.estudios-3 .btn,
.img-texto.estudios-4 .btn,
.img-texto.primera-ocupacion .btn {
	font-size: 20px;
	background: var(--degradado);
	color: var(--blanco);
	transition: opacity 0.3s ease;
	border: none;
}

.img-texto.estudios-1 .btn:hover,
.img-texto.estudios-3 .btn:hover,
.img-texto.estudios-4 .btn:hover,
.img-texto.primera-ocupacion .btn:hover,
.img-texto.medicion-acustica .btn:hover {
	background: var(--degradadoHover);

}


.img-texto.estudios-2 .btn {
	border: 1px solid var(--blanco);
	color: var(--blanco);
}

.img-texto.estudios-2 .btn:hover {
	background-color: rgba(255, 255, 255, 0.20);
}

.img-texto.medicion-acustica .btn {
	background: var(--degradado);
	color: var(--blanco);
	border: 1px solid var(--blanco);
	transition: filter 0.3s ease;
}

.img-texto.medicion-acustica .btn:hover {
	filter: brightness(1.1);
}

.img-texto span {
	font-weight: 500;
	font-size: clamp(16px, 5vw, 20px);
}



.img-texto.estudios-1 .check-icon i,
.img-texto.estudios-3 .check-icon i,
.img-texto.estudios-4 .check-icon i,
.img-texto.primera-ocupacion .check-icon i {
	color: var(--azul);
	margin-right: 8px;
}

.img-texto.estudios-2 .check-icon i,
.img-texto.medicion-acustica .check-icon i {
	color: var(--blanco);
	margin-right: 8px;
}


/* estudios 1 */


.img-texto.estudios-1 .img {
	background: url('/images/img-estudios-1.png') no-repeat center center/ cover;
	position: absolute;
	bottom: 0;
	right: -100px;
	height: 100%;
}

/* primera-ocupacion */
.img-texto.primera-ocupacion {
	background-color: var(--grisClaro);
}

.img-texto.primera-ocupacion .img {
	/*background: url('/images/img-primera-ocupacion.png') no-repeat right bottom / cover;*/
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* estudios 2  y medicion-acustica*/


.img-texto.estudios-2,
.img-texto.medicion-acustica {
	background-color: var(--azulOsc);
	color: var(--blanco);
}

.img-texto.estudios-2 .img {
	/*background: url('/images/img-estudios-2.png') no-repeat left bottom / cover;*/
	height: 100%;
	position: absolute;
	left: -100px;
	bottom: 0;
}


.img-texto.medicion-acustica .img {
	/*background: url('/images/img-mediciones-acusticas.png') no-repeat left bottom / cover;*/
	height: 100%;
	/*position: absolute;
	left: -100px;
	bottom: 0;*/
}



/* estudios 3 */


.img-texto.estudios-3 {
	background-color: var(--negro);
	color: var(--blanco);
}

.img-texto.estudios-3 .img {
	/*background: url('/images/img-estudios-3.png') no-repeat right bottom / cover;*/
	height: 100%;
	position: absolute;
	right: -100px;
	bottom: 0;
}

/* estudios 4 */

.img-texto.estudios-4 {
	background-color: var(--grisClaro);
}

.img-texto.estudios-4 .img {
	/*background: url('/images/img-estudios-4.png') no-repeat right bottom / cover;*/	
	height: 100%;
	position: absolute;
	left: -100px;
	bottom: 0;
}

/* como trabajamos  */

section.como-trabajamos {
	padding: 60px 0px 30px 0px;
}

section.como-trabajamos h3 {
	font-size: clamp(32px, 5vw, 40px);
	font-weight: 700;
	margin-bottom: 40px;
}



section.como-trabajamos .card {
	background-color: var(--grisClaro);
	border: 1px solid #E9E9E9;
	border-radius: 12px;
	box-shadow: 0px 9px 20.9px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	padding: 16px;
	align-items: start;
	gap: 8px;
	align-self: stretch;
	height: 100%;
}


section.como-trabajamos .card span {
	font-size: clamp(32px, 5vw, 40px);
	color: var(--azul);
	font-weight: 700;
	line-height: normal;
}

section.como-trabajamos .card h4 {
	font-size: clamp(20px, 5vw, 24px);
	font-weight: 700;
	margin: 0;
	line-height: normal;
}

section.como-trabajamos .card p {
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}

/* CONTACTO */

section#contacto {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	background-color: var(--blanco);
}

section#contacto::before {
	content: "";
	position: absolute;
	background-image: url('/images/fondo-hero.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-position-y: 500px;
	left: 0;
	right: 0;
	opacity: 0.8;
	z-index: 0;
	top: 0;
	bottom: 0;
}

section#contacto .container {
	position: relative;
	z-index: 1;
}

section#contacto h4 {
	font-size: clamp(32px, 5vw, 42px);
	font-weight: 900;
	margin-bottom: 12px;
	line-height: normal;
}

section#contacto p {
	font-size: clamp(18px, 5vw, 20px);
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 140%;
	width: 90%;
}

section#contacto .iconos-contacto {
	display: flex;
	flex-flow: column;
	gap: 24px;
	align-items: start;
}

section#contacto .iconos-contacto .box-icono {
	display: flex;
	align-items: center;
	gap: 14px;
}

section#contacto .iconos-contacto .box-icono .contenido-icono {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
}

section#contacto .iconos-contacto .box-icono .contenido-icono a,
section#contacto .iconos-contacto .box-icono .contenido-icono span {
	color: var(--azul);
	font-size: 24px;
	font-weight: 700;
}

section#contacto .iconos-contacto .box-icono .contenido-icono a:hover {
	color: var(--azulOsc);
}

section#contacto .iconos-contacto .box-icono .contenido-icono small {
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
}



/* --- FORMULARIOS  --- */

.form_box form {
	text-align: left;
	margin-top: 1em;
}

.form_box form .form.row {
	display: flex;
	gap: 24px;
	padding: 24px;
	border-radius: 16px;
	box-shadow: 0px 18px 41.4px 0px rgba(0, 0, 0, 0.16);
	background-color: var(--blanco);
}


.form_box .form label {
	display: none;
	width: 100%;
	margin-bottom: 0.3em;
}


.form_box .form a.legal {
	font-size: 16px;
	text-decoration: underline;
	font-weight: 700;
}

.form_box .form a.legal:hover {
	color: var(--azulOsc)
}

.form_box .form .cta-button.boton {
	background-color: var(--azul);
	color: var(--blanco);
	padding: 12px 24px;
	border-radius: 16px;
	border: none;
	font-weight: 550;
	font-size: 20px;
}

.form_box .form .cta-button.boton:hover {
	background-color: var(--azulOsc);
}



.form_box .form input[type="text"] {
	width: 100%;
	padding: 0.5em 1em;
	font-size: 1em;
	border: 1px solid var(--negro);
	border-radius: 8px;
}

.form_box .form textarea {
	width: 100%;
	padding: 0.5em 1em;
	font-size: 1em;
	margin-bottom: 6px;
	border: 1px solid var(--negro);
	border-radius: 8px;
}

.form_box input:focus,
.form_box textarea:focus {
	outline: 1px solid var(--azulOsc);
}

.form_box::placeholder,
.form_box:-ms-input-placeholder {
	color: #b2b2b2;
	font-size: 1em;
	padding: 5px;
}

.form_box .check input[type="checkbox"],
.form_box .check label {
	display: inline-block;
	width: auto;
}

.form_box .check label {
	padding-left: 0.5em;
}

.form_box li.check input:focus {
	outline: none;
}

.form_box .wildcard {
	color: red;
	font-size: 1em;
	padding-left: 3px;
	vertical-align: top;
}




/* - Verificación formulario  - */

.form_box label.error,
#contact-form>ul>li.check>label.error {
	color: #c40000;
	margin: 5px;
}

.form_box .sms_ok {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	padding: 30px 30px 50px 30px;
}

.form_box .sms_ok h5 {
	color: #6b737e;
	font-weight: 700;
	margin-bottom: 15px;
}

.sms_ok .tpv_response_code {
	background: #c4e8c4;
	padding: 1em 2em;
	color: #234423;
	font-size: 0.9em;
}

.sms_ko .tpv_response_code {
	background: #e8c4c4;
	padding: 1em 2em;
	color: #981414;
	font-size: 0.9em;
}

/* --- FOOTER  --- */

footer {
	background-color: var(--azul);
	padding: 24px 0;
	font-size: 14px;
}

button.link {
	border: none;
	background: none;
	color: var(--blanco);
}

button.link:hover {
	text-decoration: underline;
}


footer ul.footer-list {
	align-items: center;
	justify-content: start;
	gap: 24px;
}

/* - Firma Idento - */

.wrapper-idento {
	display: inline-block;
	vertical-align: middle;
}

.firma-idento {
	background: url(/images/logo-idento.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	background-size: 53px;
	margin: 0;
	transition: width 0.3s;
	margin-top: 0px;
	vertical-align: middle;
}

.firma-idento.white {
	background-image: url(/images/idento_neg.svg);
}

.firma-idento:hover {
	width: 53px;
}

/* Miel */

#contact-form #mail,
#contact-form2 #mail {
	visibility: hidden;
	position: absolute;
	opacity: 0;
	left: -100vw;
}

iframe.embed-responsive-item {
	width: 100%;
	height: 80vh;
}

.content-legal {
	padding: 2rem;
}

.content-legal ul {
	padding-left: 2rem;
}

.content-legal ul li {
	list-style: disc;
}

.content-legal .h2:after {
	display: none;
}

.content-legal table td {
	border: 1px solid #000001;
	padding: 0.5rem;
}

.content-legal table p {
	margin-bottom: 0rem;
}

/* BOTÓN WHATSAPP */

.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: white;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 28px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.whatsapp-float:hover {
	transform: scale(1.1);
	background-color: #20c154;
}

.whatsapp-float svg {
	font-size: 32px;
}

.img-fluid {
	max-height: 100%;
	padding: 20px;
}

img.img-fluid.redonda {
    border-radius: 800px;
}

/* --- RESPONSIVE  --- */

@media only screen and (min-width: 1400px) {
	 
}



@media only screen and (max-width: 1199px) {
.img-texto.estudios-1 .img,
.img-texto.primera-ocupacion .img,
.img-texto.estudios-2 .img,
.img-texto.medicion-acustica .img,
.img-texto.estudios-3 .img,
.img-texto.estudios-4 .img
	{
background-size: contain !important;
	} 
}

@media only screen and (max-width: 991px) {

	.beneficios p {
		width: 100% !important;
	}

	.img-texto .contenido {
		padding: 40px 12px 0 12px;
		text-align: center;
		align-items: center;
	}


	section.img-texto.estudios-1,
	section.img-texto.primera-ocupacion {
		margin: 30px 16px 30px 16px;
		background: var(--degradadoGris);
		border-radius: 20px;
	}

	section.img-texto.estudios-2,
	section.img-texto.estudios-3,
	section.img-texto.estudios-4,
	.img-texto.medicion-acustica {
		margin: 0px 16px 30px 16px;
		border-radius: 20px;
	}

	section.img-texto.estudios-2 .contenido,
	.img-texto.medicion-acustica .contenido {
		align-items: center !important;
	}

	section.img-texto.estudios-2 .contenido p,
	section.img-texto.estudios-2 .contenido h2,
	.img-texto.medicion-acustica .contenido p,
	.img-texto.medicion-acustica .contenido h2 {
		text-align: center !important;
	}

	section.img-texto .img {
		position: relative !important;
		min-height: 300px;
		width: 100%;
	}

	/* estudios 1 */
	section.img-texto.estudios-1 .img {
		/*background: url('/images/mobile-estudios-1.png') no-repeat center bottom / contain;*/
		bottom: 0;
		left: 0;
		right: 0;
	}


	/* estudios 2*/
	section.img-texto.estudios-2 .img {
		/*background: url('/images/mobile-estudios-2.png') no-repeat center bottom / contain;*/
		bottom: 0;
		left: 0;
		right: 0;
	}

	/* estudios 3*/
	section.img-texto.estudios-3 .img {
		/*background: url('/images/mobile-estudios-3.png') no-repeat center bottom / contain;*/
		bottom: 0;
		left: 0;
		right: 0;
	}

	/* estudios 4*/
	section.img-texto.estudios-4 .img {
		/*background: url('/images/mobile-estudios-4.png') no-repeat center bottom / contain;*/
		bottom: 0;
		left: 0;
		right: 0;
	}


	/* primera-ocupacion */
	section.img-texto.primera-ocupacion .img {
		/*background: url('/images/mobile-primera-ocupacion.png') no-repeat center bottom / contain;*/
		min-height: 280px;
		bottom: 0;
		left: 0;
		right: 0;
	}

	/* medicion-acustica */
	section.img-texto.medicion-acustica .img {
		/*background: url('/images/mobile-mediciones-acusticas.png') no-repeat center bottom / contain;*/	
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	section#contacto .iconos-contacto .box-icono .contenido-icono span,
	section#contacto .iconos-contacto .box-icono .contenido-icono a{
		font-size:20px;
	}
	
	.img-texto .contenido .btn {
		width: 100%;
		margin-bottom: 16px;
		line-height: normal;
	}

}

@media only screen and (max-width: 767px) {

	/* HERO */

	.section-hero {
		padding: 120px 16px 40px 16px;

	}

	.section-hero::before {
		background-position-y: 800px;
	}

	.section-hero .content-wrapper {
		padding: 0;
	}

	/* .section-hero .decoracion-hero {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: -2;
	} */

	/* .section-hero .decoracion-hero img {
		width: 100%;
		height: auto;
		display: block;
	} */

	.section-hero p.post-titulo.p-mediciones {
		font-size: 24px;
		font-weight: 550;
	}

	.section-hero p.post-parrafo {
		font-size: 20px;
		width: 100%;
		margin-top: 8px;
	}



	.section-hero h1 {
		font-size: 39px;
		text-align: center;
		line-height: 110%;
	}

	.section-hero h1 span {

		line-height: 110%;
	}

	.section-hero p {
		width: 100% !important;
		text-align: center;
	}

	.section-hero .post-titulo {
		font-size: 32px;
	}

	.section-hero p.d-md-none {
		font-size: 20px;
	}

	.section-hero .puntos-clave {
		flex-direction: column;
		margin: 40px 0;
		gap: 32px;
	}

	.section-hero .puntos-clave img {
		/*height: 55px;*/
	}

	.section-hero .puntos-clave p {
		font-weight: 700;
		width: 100% !important;
	}

	.section-hero .btn {
		width: 100%;
		text-align: center;
	}

	.section-hero .btn {
		font-size: 20px;
	}

	/* HEADER */
	.header-box .row .col-12 ul {
		gap: 12px;
	}

	.header-box .row .logo-box img {
		height: 40px;
	}

	.header-box li.tlf a.telefono-enlace span {
		display: none;
	}

	.header-box a.boton {
		padding: 12px 16px;

	}

	.header-box {
		padding: 16px 24px;
	}

	.header-box .logo {
		max-width: 100px;
	}

	/* BENEFICIOS */
	.beneficios {
		padding: 24px;
		display: flex;
		flex-wrap: wrap;
	}




	.beneficios .col-6 {
		margin-bottom: 20px;
		padding: 8px 0px 8px 8px;
	}

	/* TEXTO IMG */

	.img-texto {
		min-height: fit-content !important;
	}


	.img-texto .contenido p,
	.img-texto .contenido span {
		font-size: 16px;
	}


	/* como-trabajamos */
	section.como-trabajamos {
		padding: 40px 16px;
	}

	section.como-trabajamos .row {
		gap: 8px;
	}

	section.como-trabajamos .card {
		display: flex;
		flex-flow: row;
		align-items: start;
		gap: 16px !important;
	}

	section.como-trabajamos .card span {
		/*color: var(--negro);*/
	}

	section.como-trabajamos .card p {
		font-size: 16px;
	}


	/* CONTACTO */
	section#contacto {
		padding: 40px 24px 60px 24px;


	}

	section#contacto .col-md-5 {
		padding: 0;
	}



	section#contacto p {
		width: 100%;
		margin-bottom: 24px;
		font-size: 18px;

	}

	section#contacto .iconos-contacto .box-icono {
		gap: 8px;
	}

	section#contacto .iconos-contacto .box-icono img {
		height: 38px;
	}

	section#contacto .iconos-contacto .box-icono .contenido-icono {
		gap: 0;
	}

	section#contacto .iconos-contacto .box-icono .contenido-icono small {
		font-size: 16px;
	}

	/* Formulario */

	.form_box form {
		margin-top: 24px;
	}

	.form_box form .form.row {
		padding: 16px;
		gap: 10px;

	}

	.form_box form .form.row .form-group {
		padding: 0;

	}


	.form_box .check label,
	.form_box .check label a,
	.form_box form .form.row .form-group em {
		font-size: 14px !important;

	}

	.form_box .form .cta-button.boton {
		margin-top: 14px;
		width: 100%;
	}

	/* FOOTER */
	footer {
		padding: 24px 0;
	}

	footer .row {
		gap: 16px;
	}

	ul.footer-list.d-flex {
		display: flex;
		flex-flow: column;
		gap: 8px;
	}

	.second-col-footer {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.content-legal {
		padding: 1rem;
	}

	.content-legal h3,
	.content-legal .h3 {
		font-size: 17px;
		font-weight: 700;
		line-height: 23px;
	}

	.content-legal a {
		word-break: break-word;
	}

	.content-legal ul {
		padding-left: 1rem;
	}

	.content-legal h2,
	.content-legal .h2 {
		font-size: 21px;
		line-height: 27px;
	}

	.content-legal p,
	.content-legal li {
		font-size: 14px;
		line-height: 21px;
	}

	.content-legal h1 {
		font-size: 1.4rem;
		margin-bottom: 0.5rem;
	}

	/* MODAL */
	.modal-dialog.modal-dialog-centered {
		max-width: 100vw;
		width: 100%;
		height: 100%;
		margin: 0;
	}

	footer .modal-header {
		align-items: center;
	}

	footer button.btn.btn-primary {
		display: block;
		margin-bottom: 5px;
	}

	footer .modal-title {
		font-size: 16px;
	}

	footer button.btn.btn-primary:after {
		display: none;
	}

	footer .modal-content {
		height: 70%;
	}

	footer .modal-content .embed-responsive {
		height: 100%;
	}
}

@media only screen and (max-width: 479px) {}