.block-frase-dest {
    padding: 5.563rem 0;
    display: flex;
}
.block-frase-dest .link a {
    font-size: var(--size-btn);
    letter-spacing: 0.8px;
    text-decoration: underline;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 600;
    display: flex;
	width: max-content;
	margin: 0 auto;
	color: inherit;
}
.block-frase-dest .link svg {
    margin-right: 0.5rem;
    margin-bottom: 0.75rem;
    width: 20px;
}
.block-frase-dest .container {
	padding: 0 var(--size-padding);
	max-width: 100%;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.block-frase-dest .imagen, .block-frase-dest .text {
	width: 100%;
	text-align: center;
}
.block-frase-dest .imagen {
    padding-bottom: 2rem;
}
.block-frase-dest .titulo_grande {
    font-family: 'IvyMode';
    font-size: var(--size-title-big);
    line-height: 1.25;
    font-weight: 300;
    padding-bottom: 4rem;
    padding-top: 2rem;
}
.block-frase-dest .titulo_grande > * {
    margin-bottom: 0;
}
.block-frase-dest .titular {
    font-family: 'IvyMode';
    font-size: var(--size-title);
    line-height: 1.25;
    font-weight: 300;
    padding-bottom: 4rem;
    padding-top: 2rem;
}
.block-frase-dest .titular > * {
    width: 65%;
    margin: 0 auto;
}
.block-frase-dest .titular a {
    color: unset;
    text-decoration: underline;
}
.block-frase-dest .descr {
	font-family: "Neue Haas Grotesk Display Pro";
	font-size: var(--size-text);
	font-weight: 300;
	width: 50%;
	margin: 0 auto;
}
.block-frase-dest .imagen div {
	height: 90%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.block-frase-dest .signature {
    font-size: 17px;
    letter-spacing: 0.8px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 600;
    padding: 2rem 0;
}
@media (max-width: 1280px) {
	.block-frase-dest .imagen div {
	    height: 100%;
	}
}
@media (max-width: 992px) {
	.block-frase-dest {
	    padding: 1.875rem 0;
	}
	.block-frase-dest .container, .block-frase-dest .container.aligntype_1 {
		flex-direction: column;
	}	
	.block-frase-dest .text, .block-frase-dest .imagen, .block-frase-dest .descr {
	    width: 100%;
	}
	.block-frase-dest .titular {
	    padding-bottom: 50px;
	}
	.block-frase-dest .titular > * {
	    width: 100%;
	}
	.block-frase-dest .imagen div {
	    background-position: top;
		min-height: 500px;
	}
	.block-frase-dest .imagen {
		padding: 2rem 0 3rem;
	}
	.block-frase-dest .descr {
	    width: 100%;
	}
}
@media (max-width: 576px) {
	.block-frase-dest {
	    min-height: 100% !important;
	}
	.block-frase-dest .link a {
	    display: flex;
		justify-content: center;
	}
	.block-frase-dest .link a span {
	    width: 60%;
	    text-align: left;
	}
	.block-frase-dest .titular {
	    font-size: 30px;
		max-width: 90%;
		margin: 0 auto;
	}
	.block-frase-dest .titulo_grande {
	    width: 55%;
	    margin: 0 auto;
	}
	.block-frase-dest .titular {
	    padding-bottom: 20px;
	}
	.block-frase-dest .signature {
	    padding: 1rem 0 2rem;
	}
	.block-frase-dest .link, .block-frase-dest .titulo_grande {
	    padding: 2rem 0;
	}
}