@media (max-width: 1700px)
{
	/* GENERALES */
	.contenedor {
		max-width: 1360px;
	}

	/* BANNERS */
	.banners .banner .texto {
		bottom: 120px;
	}

	/* ACTUALIDAD */
	.actualidad .inferior .item_actualidad {
		height: 500px;
	}

	/* SERVICIOS */
	.servicios .inferior .columna .item_servicio .texto {
	    padding-bottom: 20px;
	}

	.servicios .inferior .columna .item_servicio .texto .titulo {
		display: -webkit-box;
		white-space: unset;
		text-overflow: unset;
		overflow: hidden;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}

	.servicios .inferior .columna .item_servicio .texto .descripcion {
	    -webkit-line-clamp: 3;
	}

	.servicios .inferior .columna .item_servicio .texto .boton {
		display: none;
	}

	/* BLOG */
	.blog .inferior .item_blog {
		height: 500px;
	}
}

@media (max-width: 1439px)
{
	/* GENERALES */
	.contenedor {
		max-width: 1200px;
	}

	/* CABECERA */
	.cabecera .izquierda {
		margin-right: 60px;
	}

	.cabecera .centro {
		position: static;
		float: left;
		padding: 20px 0;
		transform: none;
	}

	.cabecera.fija .centro {
		padding: 15px 0;
	}

	.cabecera .centro ul li {
		margin-right: 40px;
	}

	/* BANNERS */
	.banners .banner {
		min-height: 600px;
	}

	.banners .banner .texto .subtitulo {
		font-size: 5em;
	}

	/* DESTACADOS */
	.destacados .inferior .item_destacado .texto .numero {
		font-size: 3.5em;
	}

	/* PRESENTACIÓN */
	.presentacion .texto {
		padding: 40px;
	}

	/* TESTIMONIOS */
	.testimonios .inferior .item_testimonio .descripcion {
		height: 120px;
	}

	/* ACTUALIDAD */
	.actualidad .inferior .item_actualidad {
		height: 400px;
	}

	/* PIE */
	.pie .superior .derecha {
		width: 450px;
	}

	/* MIGAS */
	.migas {
		height: 250px;
	}

	/* SERVICIO */
	.servicio .secundarias {
		width: 450px;
	}

	.servicio .texto {
	    width: calc(100% - 510px);
	}

	/* QUIÉN SOY */
	.quien .primero {
		min-height: 600px;
	}

	.quien .primero .texto {
		bottom: 60px;
	}

	.quien .primero .texto .subtitulo {
		font-size: 5em;
	}

	/* BLOG */
	.blog .inferior .item_blog {
		height: 400px;
	}

	/* NOTICIA */
	.noticia .superior .imagen {
        width: 400px;
    }

	/* CONTACTO */
	.contacto .izquierda {
		width: calc(50% - 30px);
	}

	.contacto .centro {
		width: calc(50% - 30px);
		margin-right: 0;
	}

	.contacto .derecha {
		display: none;
	}
}

@media (max-width: 1279px)
{
	/* GENERALES */
	.contenedor {
		max-width: calc(100% - 80px);
	}

	/* CABECERA */
	.cabecera:before {
	    left: -50px;
	    right: -50px;
	    border-top-width: 80px;
	    border-bottom-width: 80px;
	}

	.cabecera .izquierda {
		padding: 5px 0;
	}

	.cabecera .izquierda .logo img {
		height: 40px;
	}

	.cabecera.fija .izquierda .logo img {
		height: 40px;
	}

	.cabecera .centro {
		padding: 15px 0;
	}

	.cabecera .centro ul li:first-child {
		display: none;
	}

	.cabecera .derecha {
		padding: 0;
	}

	.cabecera .derecha .redes {
		display: none;
	}

	/* BANNERS */
	.banners .banner:before {
	    bottom: -50px;
	    left: -50px;
	    background: var(--sombra50);
	}

	.banners .banner .texto {
		bottom: 60px;
	}

	.banners .owl-dots {
		bottom: 20px;
	}

	/* DESTACADOS */
	.destacados {
		margin-top: 60px;
	}

	.destacados .inferior {
		margin-top: 40px;
	}

	.destacados .inferior .item_destacado {
		width: 50%;
	}

	.destacados .inferior .item_destacado:nth-child(6n + 4) .imagen,
	.destacados .inferior .item_destacado:nth-child(6n + 5) .imagen,
	.destacados .inferior .item_destacado:nth-child(6n + 6) .imagen {
		margin-left: 0;
		margin-right: auto;
	}

	.destacados .inferior .item_destacado:nth-child(4n + 3) .imagen,
	.destacados .inferior .item_destacado:nth-child(4n + 4) .imagen {
	    margin-left: auto;
	    margin-right: 0;
	}

	.destacados .inferior .item_destacado:nth-child(6n + 4) .texto,
	.destacados .inferior .item_destacado:nth-child(6n + 5) .texto,
	.destacados .inferior .item_destacado:nth-child(6n + 6) .texto {
		left: auto;
		right: 0;
	}

	.destacados .inferior .item_destacado:nth-child(4n + 3) .texto,
	.destacados .inferior .item_destacado:nth-child(4n + 4) .texto {
	    left: 0;
		right: auto;
	}

	.destacados .inferior .item_destacado:nth-child(6n + 4) .texto:before,
	.destacados .inferior .item_destacado:nth-child(6n + 5) .texto:before,
	.destacados .inferior .item_destacado:nth-child(6n + 6) .texto:before {
		left: auto;
		right: 100%;
	}

	.destacados .inferior .item_destacado:nth-child(4n + 3) .texto:before,
	.destacados .inferior .item_destacado:nth-child(4n + 4) .texto:before {
	    left: 100%;
		right: auto;
	}

	/* PRESENTACIÓN */
	.presentacion {
		padding: 60px 0;
	}

	.presentacion .imagen {
		width: 50%;
	}

	.presentacion .imagen:last-child {
		display: none;
	}

	.presentacion .texto {
		width: 50%;
		padding-right: 0;
		text-align: left;
	}

	.presentacion .texto .boton {
		margin-left: 0;
	}

	/* TESTIMONIOS */
	.testimonios {
		padding: 60px 0;
	}

	.testimonios .inferior {
		margin-top: 40px;
	}

	.testimonios .inferior .item_testimonio {
		width: calc(50% - 20px);
	}

	.testimonios .inferior .item_testimonio:nth-of-type(3) {
		display: none;
	}

	.testimonios .inferior .item_testimonio:nth-of-type(3n) {
		margin-right: 40px;
	}

	.testimonios .inferior .item_testimonio:nth-of-type(2n) {
		margin-right: 0;
	}

	/* ACTUALIDAD */
	.actualidad {
		margin-top: 60px;
	}

	.actualidad .superior {
		display: block;
		text-align: center;
	}

	.actualidad .superior .derecha {
	    display: none;
	}

	.actualidad .inferior {
		margin-top: 40px;
	}

	.actualidad .inferior .item_actualidad:nth-of-type(2) {
		width: calc(50% - 20px);
	}

	.actualidad .inferior .item_actualidad:nth-of-type(3) {
		display: none;
	}

	.actualidad .inferior .item_actualidad:nth-of-type(1):before {
		top: 25%;
		left: 0;
		background: linear-gradient(to top, var(--sombra75), transparent);
	}

	.actualidad .inferior .item_actualidad:nth-of-type(1) .texto {
		top: auto;
		left: 20px;
		width: unset;
		padding-top: 20px;
		padding-left: 0;
	}

	.actualidad .inferior .item_actualidad:nth-of-type(1) .texto:before {
		top: -.5px;
		bottom: auto;
		left: 0;
		right: 0;
		width: auto;
		height: 1px;
	}

	.actualidad .inferior .item_actualidad:nth-of-type(1) .texto .extracto {
		display: none;
	}

	.actualidad .inferior .item_actualidad .texto .boton {
		display: block;
		width: fit-content;
		margin-top: 20px;
		padding-right: 35px;
		font-size: 1.5em;
		font-weight: 500;
		line-height: 20px;
		color: var(--blanco);
		background: url('../img/web/actualidad_w.svg') no-repeat center right 10px;
	}

	.actualidad .inferior .item_actualidad:nth-of-type(1) .texto .boton {
		position: static;
		width: fit-content;
		margin-top: 20px;
		padding-left: 0;
		padding-right: 35px;
		line-height: 20px;
		text-align: left;
		background: url('../img/web/actualidad_w.svg') no-repeat center right 10px;
		box-shadow: none;
	}

	/* POSTS */
	.posts {
		padding: 60px 0;
	}

	.posts .inferior {
		margin-top: 40px;
	}

	.posts .inferior .item_post {
		width: calc(25% - 15px / 4);
	}
	
	.posts .inferior .item_post:nth-of-type(5),
	.posts .inferior .item_post:nth-of-type(6) {
		display: none;
	}

	.posts .inferior .item_post:nth-of-type(6n) {
		margin-right: 5px;
	}

	.posts .inferior .item_post:nth-of-type(4n) {
		margin-right: 0;
	}

	/* PIE */
	.pie .superior .izquierda {
		display: flex;
		justify-content: space-between;
		float: none;
	}

	.pie .superior .izquierda .logo {
		display: none;
	}

	.pie .superior .izquierda .informacion {
		margin-top: 0;
		margin-right: 0;
	}

	.pie .superior .izquierda .horario {
		margin-top: 0;
	}

	.pie .superior .izquierda .redes {
		display: inline-block;
		vertical-align: top;
		margin-top: 0;
		text-align: right;
	}

	.pie .superior .izquierda .redes ul li {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}

	.pie .superior .izquierda .redes ul li:last-child {
		margin-bottom: 0;
	}

	.pie .superior .izquierda .redes ul li a {
		width: fit-content;
		margin-left: auto;
		margin-right: 0;
		padding-right: 25px;
		background-position: center right;
		background-size: auto 15px;
	}

	.pie .superior .izquierda .redes ul li a:before {
	    font-size: 1.5em;
	    font-weight: 500;
	    line-height: 20px;
	    color: var(--negro);
	}

	.pie .superior .izquierda .redes ul li a.instagram:before {
		content: 'Instagram';
	}

	.pie .superior .izquierda .redes ul li a.facebook:before {
		content: 'Facebook';
	}

	.pie .superior .derecha .navegacion {
		display: none;
	}

	.pie .superior .derecha {
		float: none;
		margin-top: 40px;
	}

	/* MIGAS */
	.migas {
		height: 200px;
	}

	.migas .atras {
		bottom: 20px;
	}

	/* SERVICIOS */
	.servicios {
		padding: 60px 0;
	}

	.servicios .inferior {
		margin-top: 40px;
	}

	.servicios .inferior .columna .item_servicio .numero {
		display: none;
	}

	.servicios .inferior .columna .item_servicio .texto {
	    width: calc(100% - 160px);
	}

	/* SERVICIO */
	.servicio {
		padding: 60px 0;
	}

	.servicio .secundarias {
		width: 300px;
		margin-right: 40px;
	}

	.servicio .texto {
        width: calc(100% - 340px);
    }

	/* FAQS */
	.faqs {
		padding: 60px 0;
	}

	.faqs .inferior {
		margin-top: 40px;
	}

	.faqs .inferior .item_faq {
	    margin-bottom: 20px;
	    padding-bottom: 20px;
	}

	/* QUIÉN SOY */
	.quien .primero .texto {
		bottom: 40px;
	}

	.quien .segundo .bloque {
		max-width: unset;
	}

	.quien .segundo .bloque .imagen {
		width: 50%;
		margin-right: 0;
	}

	.quien .segundo .bloque .texto {
		padding: 40px;
	}

	/* BLOG */
	.blog {
		padding: 60px 0;
	}

	.blog .inferior {
		margin-top: 40px;
	}

	.blog .inferior .item_blog {
		width: calc(50% - 20px);
	}

	.blog .inferior .item_blog:nth-of-type(3),
	.blog .inferior .item_blog:nth-of-type(4) {
		margin-top: 40px;
	}

	.blog .inferior .item_blog:nth-of-type(4n) {
		margin-right: 40px;
	}

	.blog .inferior .item_blog:nth-of-type(2n) {
		margin-right: 0;
	}

	/* NOTICIA */
	.noticia {
	    padding-top: 60px;
	    padding-bottom: 20px;
	}

	.noticia .superior .imagen {
		width: 300px;
		margin-right: 40px;
    	padding-bottom: 40px;
	}

	.noticia .superior .texto {
		padding-bottom: 40px;
	}

	.noticia .inferior {
		padding-bottom: 40px;
	}

	.noticia .inferior .secundarias .imagen {
		width: calc(25% - 15px);
	}

	.noticia .inferior .secundarias .imagen:nth-of-type(5) {
		margin-top: 20px;
	}

	.noticia .inferior .secundarias .imagen:nth-of-type(5n) {
		margin-right: 20px;
	}

	.noticia .inferior .secundarias .imagen:nth-of-type(4n) {
		margin-right: 0;
	}

	/* CONTACTO */
	.contacto {
		padding: 60px 0;
	}

	.contacto .izquierda {
		width: calc(50% - 20px);
		margin-right: 40px;
	}

	.contacto .centro {
		width: calc(50% - 20px);
	}

	/* LEGAL */
	.legal {
		padding: 60px 0;
	}
}

@media (max-width: 1023px)
{
	/* GENERALES */
	.contenedor {
		max-width: calc(100% - 40px);
	}

	/* CAMPOS */
	.campos .fila .campo label {
		padding: 0 10px;
		font-size: 1.25em;
		line-height: 40px;
	}

	.campos .fila .campo input:focus ~ label,
	.campos .fila .campo select:focus ~ label,
	.campos .fila .campo textarea:focus ~ label {
		top: 5px;
		left: 10px;
	}

	.campos .fila .campo input:valid ~ label,
	.campos .fila .campo input:not(:placeholder-shown) ~ label,
	.campos .fila .campo select.sel ~ label,
	.campos .fila .campo textarea:valid ~ label,
	.campos .fila .campo textarea:not(:placeholder-shown) ~ label {
		top: 5px;
		left: 10px;
	}

	.campos .fila .campo input,
	.campos .fila .campo select {
		height: 40px;
		padding: 0 10px;
		padding-top: 15px;
		padding-bottom: 5px;
		font-size: 1.25em;
		line-height: 20px;
	}

	.campos .fila .campo select {
		padding-right: 30px;
		background-position: center right 10px;
	}

	.campos .fila .campo textarea {
		height: 100px;
		padding: 0 10px;
		border-top-width: 17.5px;
		border-bottom-width: 17.5px;
		font-size: 1.25em;
		line-height: 15px;
	}

	/* CHECKS */
	.checks .check {
		font-size: 1.25em;
		line-height: 15px;
	}

	.checks .check label {
		padding-left: 25px;
	}

	.checks .check label:before {
		width: 15px;
		height: 15px;
	}

	/* ERRORES */
	.ui-dialog {
		width: 100% !important;
	}

	.ui-dialog .ui-dialog-content {
	    padding: 20px;
	    padding-top: 60px;
	}

	.ui-dialog .ui-dialog-titlebar .ui-button {
		top: 20px;
	}

	/* DESPLEGABLE LEGAL */
	.desplegable_legal .interior {
		padding: 20px;
	}

	.desplegable_legal .interior .descripcion {
	    max-height: calc(100vh - 80px);
	    max-height: calc(var(--vh, 1vh) * 100 - 80px);
	}

	.desplegable_legal .interior .cerrar_legal {
		top: 20px;
		right: 20px;
	}

	/* COOKIES */
	#cookie-bar {
	    bottom: 60px;
	    left: 20px;
	    right: 20px;
	}

	#cookie-bar p {
		font-size: 1.25em;
		line-height: 15px;
	}

	#cookie-bar a {
	    margin-top: 10px;
	    padding: 0 20px;
	    line-height: 40px;
	}

	/* CABECERA */
	.cabecera {
	    padding: 10px 20px;
	}

    .cabecera:before {
        border-top-width: 60px;
        border-bottom-width: 60px;
    }

	.cabecera.fija {
	    padding: 10px 20px;
	}

	.cabecera .izquierda {
		padding: 0;
	}

	.cabecera .centro {
		display: none;
	}

	.cabecera .derecha {
		padding: 10px 0;
	}

	.cabecera.fija .derecha {
		padding: 10px 0;
	}

	.cabecera .derecha .boton {
		display: none;
	}

	.cabecera .derecha .idiomas {
		margin-right: 20px;
	}

	.cabecera .derecha .desplegar_menu {
		display: inline-block;
		vertical-align: top;
		width: 20px;
		height: 20px;
		background: url('../img/web/menu_w.svg') no-repeat center;
	}

	.cabecera.fija .derecha .desplegar_menu {
		background-image: url('../img/web/menu.svg');
	}

	/* DESPLEGABLE MENÚ */
	.mm-ocd-opened #menu {
		display: block;
	}

	.mm-ocd--open {
		background: var(--luto75);
	}

	.mm-ocd__content {
		width: 100%;
		background: var(--gris) !important;
	}

	.desplegable_menu {
		padding-top: 70px;
		padding-bottom: 20px;
		background: var(--gris) !important;
	}

	.desplegable_menu:not(.mm-spn--main):before {
		top: 20px;
		left: auto;
		right: 20px;
		width: 20px;
		height: 20px;
		margin-top: 0;
		border-top: none;
		border-left: none;
		background: url('../img/web/atras.svg') no-repeat center var(--gris);
		z-index: 2;
		opacity: 1 !important;
		transform: none !important;
	}

	.desplegable_menu:after {
		top: 10px !important;
		height: 40px !important;
		padding: 0 !important;
		font-size: 0;
		background: url('../img/web/logo.png') no-repeat center left 20px;
		background-size: contain;
		opacity: 1 !important;
	}

	.desplegable_menu > ul {
		top: 70px !important;
		width: 100%;
		padding: 0 20px;
	}

	.desplegable_menu > ul:before {
		content: none !important;
	}

	.desplegable_menu > ul:after {
		content: none !important;
	}

	.desplegable_menu > ul > li:before {
		top: 0;
		bottom: 0;
		right: 0;
		width: 15px;
		height: auto;
		transform: none;
		border: none;
		background: url('../img/web/flecha.svg') no-repeat center;
		opacity: 1;
	}

	.desplegable_menu > ul > li:not(.especial):before {
		content: none;
	}

	.desplegable_menu > ul > li:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		margin-left: 0;
		margin-right: 0;
		background: var(--sombra15);
		border-top: none;
		opacity: 1;
	}

	.desplegable_menu > ul > li > a,
	.desplegable_menu > ul > li > span {
		display: block;
		padding: 0;
		font-size: 1.5em;
		font-weight: 500;
		line-height: 40px;
		color: var(--negro);
		background: none;
	}

	.desplegable_menu > ul > li > a:not(:last-child),
	.desplegable_menu > ul > li > span:not(:last-child) {
		width: 100%;
	}

	.desplegable_menu > ul > li.especial > a,
	.desplegable_menu > ul > li.especial > span {
		width: calc(100% - 25px);
	}

	.desplegable_menu > ul > li > a:not(:last-child):after,
	.desplegable_menu > ul > li > span:not(:last-child):after {
		content: none;
	}

	.desplegable_menu > ul > li > ul {
		top: 70px !important;
		width: 100%;
		padding: 0 20px;
	}

	.desplegable_menu > ul > li > ul:before {
		content: none !important;
	}

	.desplegable_menu > ul > li > ul:after {
		content: none;
	}

	.desplegable_menu > ul > li > ul > li:before {
		content: none;
	}

	.desplegable_menu > ul > li > ul > li:after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 1px;
		margin-left: 0;
		margin-right: 0;
		background: var(--sombra15);
		border-top: none;
		opacity: 1;
	}

	.desplegable_menu > ul > li > ul > li > a {
		display: block;
		padding: 0;
		font-size: 1.5em;
		font-weight: 500;
		line-height: 40px;
		color: var(--negro);
		background: none;
	}

	.desplegable_menu .cerrar_menu {
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 20px;
		height: 20px;
		padding: 0;
		background: url('../img/web/cerrar.svg') no-repeat center;
		z-index: 1;
	}

	.mm-ocd__backdrop {
		width: 0;
		min-width: unset;
		max-width: unset;
		background: none;
	}

	/* BANNERS */
	.banners .banner {
	    min-height: unset;
	    height: 400px;
	}

	.banners .banner:before {
	    right: -50px;
	    border-top-left-radius: 100%;
	}

	.banners .banner .texto {
		text-align: center;
	}

	.banners .banner .texto .titulo {
		max-width: unset;
	}

	.banners .banner .texto .subtitulo {
		max-width: unset;
		margin-top: 10px;
		font-size: 3em;
	}

	.banners .banner .texto .boton {
		margin: 0 auto;
		margin-top: 20px;
		padding: 0 30px;
		font-size: 1.25em;
	    line-height: 40px;
	}

	.banners .owl-dots .owl-dot:before {
		width: 20px;
	}

	/* DESTACADOS */
	.destacados {
		margin-top: 40px;
	}

	.destacados .superior .subtitulo {
		font-size: 3em;
	}

	.destacados .inferior {
		margin-top: 20px;
	    justify-content: center;
	}

	.destacados .inferior .item_destacado {
		display: block;
		width: unset;
	}

	.destacados .inferior .item_destacado:nth-child(4n + 3) .imagen,
	.destacados .inferior .item_destacado:nth-child(4n + 4) .imagen {
	    margin-left: 0;
		margin-right: auto;
	}

	.destacados .inferior .item_destacado:nth-of-type(even) .imagen {
		margin-left: auto;
		margin-right: 0;
	}

	.destacados .inferior .item_destacado .texto {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px;
		text-align: center;
	}

	.destacados .inferior .item_destacado:nth-child(4n + 3) .texto,
	.destacados .inferior .item_destacado:nth-child(4n + 4) .texto {
	    left: auto;
		right: 0;
	}

	.destacados .inferior .item_destacado:nth-of-type(even) .texto {
	    left: 0;
		right: auto;
	}

	.destacados .inferior .item_destacado:nth-child(4n + 3) .texto:before,
	.destacados .inferior .item_destacado:nth-child(4n + 4) .texto:before {
	    left: auto;
		right: 100%;
	}

	.destacados .inferior .item_destacado:nth-of-type(even) .texto:before {
	    left: 100%;
		right: auto;
	}

	.destacados .inferior .item_destacado .texto .numero {
		font-size: 3em;
	}

	.destacados .inferior .item_destacado .texto .titulo {
		font-size: 1.5em;
		font-weight: 500;
		line-height: 20px;
	}

	.destacados .inferior .item_destacado.especial .texto .titulo {
		padding-bottom: 0;
		font-size: 2em;
	}

	.destacados .inferior .item_destacado.especial .texto .titulo:before {
		content: none;
	}

	.destacados .inferior .item_destacado .texto .boton {
		display: none;
	}

	/* PRESENTACIÓN */
	.presentacion {
		flex-wrap: wrap;
		padding: 40px 0;
	}

	.presentacion .imagen {
		width: calc(50% - 5px);
		margin-top: 20px;
		margin-right: 10px;
		order: 2;
	}

	.presentacion .imagen:last-child {
		display: block;
		margin-right: 0;
		order: 3;
	}

	.presentacion .texto {
		width: 100%;
		padding: 0;
		text-align: center;
		order: 1;
	}

	.presentacion .texto .subtitulo {
		font-size: 3em;
	}

	.presentacion .texto .descripcion {
	    margin-top: 10px;
	    font-size: 1.5em;
	    line-height: 20px;
	}

	.presentacion .texto .descripcion p {
		margin-bottom: 10px;
	}

	.presentacion .texto .boton {
		margin: 0 auto;
		margin-top: 20px;
		padding: 0 30px;
		font-size: 1.25em;
	    line-height: 40px;
	}

	/* TESTIMONIOS */
	.testimonios {
		padding: 40px 0;
	}

	.testimonios .superior .subtitulo {
		font-size: 3em;
	}

	.testimonios .inferior {
		margin-top: 20px;
	}

	.testimonios .inferior .item_testimonio {
		width: 100%;
		margin-right: 0;
		padding: 20px;
	}

	.testimonios .inferior .item_testimonio:nth-of-type(2) {
		display: none;
	}

	.testimonios .inferior .item_testimonio:nth-of-type(3n) {
		margin-right: 0;
	}

	.testimonios .inferior .item_testimonio:before {
	    bottom: 20px;
	    right: 20px;
	    width: 120px;
	    height: 120px;
	    background-size: auto 120px;
	}

	.testimonios .inferior .item_testimonio .descripcion .leer:after {
	    width: 120px;
	    height: 120px;
	    background-size: auto 120px;
	}

	.testimonios .inferior .item_testimonio .imagen {
		width: 40px;
		height: 40px;
		margin-top: 10px;
	}

	.testimonios .inferior .item_testimonio .nombre {
		margin-top: 10px;
		font-size: 1.25em;
		line-height: 15px;
	}

	.testimonios .inferior .owl-dots {
		margin-top: 20px;
	}

	.testimonios .inferior .owl-dots .owl-dot:before {
		width: 20px;
	}

	/* ACTUALIDAD */
	.actualidad {
		margin-top: 40px;
	}

	.actualidad .superior .izquierda .subtitulo {
		font-size: 3em;
	}

	.actualidad .inferior {
		margin-top: 20px;
	}

	.actualidad .inferior .item_actualidad {
		display: block;
		width: unset;
		height: 200px;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.actualidad .inferior .item_actualidad:nth-of-type(1) {
		width: unset;
	}

	.actualidad .inferior .item_actualidad:nth-of-type(2) {
		width: unset;
	}

	.actualidad .inferior .item_actualidad:nth-of-type(3) {
		display: block;
		margin-bottom: 0;
	}

	.actualidad .inferior .item_actualidad .texto {
		padding-top: 0;
	}

	.actualidad .inferior .item_actualidad .texto:before {
		content: none;
	}

	.actualidad .inferior .item_actualidad .texto .fecha {
		font-size: 1.25em;
		font-weight: 500;
		line-height: 15px;
		text-transform: uppercase;
	}

	.actualidad .inferior .item_actualidad .texto .titulo {
		font-size: 1.5em;
		font-weight: 500;
		line-height: 20px;
	}

	.actualidad .inferior .item_actualidad .texto .boton {
		display: none;
	}

	/* POSTS */
	.posts {
		padding: 40px 0;
	}

	.posts .superior {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.posts .superior .titulo {
		margin-top: 10px;
		font-family: var(--fuente_titulos);
		font-size: 3em;
		line-height: 1em;
		text-transform: unset;
		color: var(--negro);
		order: 2;
	}

	.posts .superior .subtitulo {
		margin-top: 0;
		font-family: var(--fuente_base);
		font-size: 1.5em;
		line-height: 20px;
		text-transform: uppercase;
		color: var(--violeta);
		order: 1;
	}

	.posts .inferior {
		margin-top: 20px;
	}

	.posts .inferior .item_post {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	
	.posts .inferior .item_post:nth-of-type(3),
	.posts .inferior .item_post:nth-of-type(4) {
		display: none;
	}

	.posts .inferior .item_post:nth-of-type(4n) {
		margin-right: 5px;
	}

	.posts .inferior .item_post:nth-of-type(2n) {
		margin-right: 0;
	}

	/* PIE */
	.pie .superior {
		padding-bottom: 20px;
	}

	.pie .superior .izquierda {
		flex-direction: column;
	}

	.pie .superior .izquierda .informacion li a {
	    font-size: 1.25em;
	    line-height: 15px;
	}

	.pie .superior .izquierda .horario {
		margin-top: 20px;
	}

	.pie .superior .izquierda .horario .titulo {
		font-size: 1.25em;
	    line-height: 15px;
	}

	.pie .superior .izquierda .horario ul li span {
		font-size: 1.25em;
		line-height: 15px;
	}
	
	.pie .superior .izquierda .redes {
		margin-top: 20px;
		text-align: left;
	}

	.pie .superior .izquierda .redes .titulo {
		font-size: 1.25em;
		line-height: 15px;
	}

    .pie .superior .izquierda .redes ul li a {
    	height: 15px;
        margin-left: 0;
        margin-right: auto;
        padding-left: 25px;
        padding-right: 0;
        background-position: center left;
    }

    .pie .superior .izquierda .redes ul li a:before {
        font-size: 1.25em;
		line-height: 15px;
    }

	.pie .superior .derecha {
		width: unset;
		margin-top: 20px;
	}

	.pie .superior .derecha .newsletter .titulo {
		font-size: 1.25em;
		line-height: 15px;
	}

	.pie .superior .derecha .newsletter .subtitulo {
		font-size: 1.25em;
		line-height: 15px;
	}

	.pie .superior .derecha .newsletter form {
		margin-top: 10px;
	}

	.pie .superior .derecha .newsletter form .botones .boton {
		width: 40px;
		height: 40px;
	}

	.pie .superior .derecha .newsletter form .checks .check {
		margin-top: 10px;
	}

	.pie .inferior {
		padding-top: 20px;
		padding-bottom: 80px;
	}

	.pie .inferior .izquierda {
		float: none;
		text-align: center;
	}

	.pie .inferior .derecha {
		float: none;
		margin-top: 20px;
	}

	.pie .inferior .derecha .legales {
		width: unset;
	}

	/* CITA */
	.cita {
		bottom: 0;
		left: 0;
		right: auto;
		width: 50%;
		padding: 0 20px;
	    border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	    font-size: 1.25em;
	    line-height: 40px;
	    text-align: center;
	    background-image: none;
		transform: none;
	}

	.cita.desplegado {
		transform: none;
	}

	.cita:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		margin-right: 10px;
		background: url('../img/web/cita_w.svg') no-repeat center;
		background-size: auto 15px;
	}

	/* WHATSAPP */
	.whatsapp {
		bottom: 0;
		right: 0;
		width: 50%;
	    padding: 0 20px;
	    border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	    font-size: 1.25em;
	    line-height: 40px;
	    text-align: center;
	    background-image: none;
		transform: none;
	}

	.whatsapp.desplegado {
		transform: none;
	}

	.whatsapp:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		margin-right: 10px;
		background: url('../img/web/whatsapp_w.svg') no-repeat center;
		background-size: auto 15px;
	}

	/* MIGAS */
	.migas {
		height: 140px;
	}

	.migas .atras {
		right: 20px;
		font-size: 1.25em;
		line-height: 15px;
	}

	/* SERVICIOS */
	.servicios {
		padding: 40px 0;
	}

	.servicios .superior .subtitulo {
		font-size: 3em;
	}

	.servicios .superior .descripcion {
        margin-top: 10px;
        font-size: 1.5em;
        line-height: 20px;
    }

    .servicios .superior .descripcion p {
    	margin-bottom: 10px;
    }

    .servicios .inferior {
    	margin-top: 20px;
    }

    .servicios .inferior .columna:before {
    	content: none;
    }

    .servicios .inferior .columna {
	    display: block;
	    width: unset;
	    margin-right: 0;
	    padding-right: 0;
	}

	.servicios .inferior .columna .item_servicio {
		align-items: center;
		margin-bottom: 10px;
		padding-bottom: 0;
		background: var(--gris);
	}

	.servicios .inferior .columna .item_servicio:before {
		content: none;
	}

	.servicios .inferior .columna .item_servicio .numero {
		display: none;
	}

	.servicios .inferior .columna .item_servicio .imagen {
		width: 80px;
	}

	.servicios .inferior .columna .item_servicio .texto {
		width: calc(100% - 80px);
	}

	.servicios .inferior .columna .item_servicio .texto .titulo {
        font-size: 1.5em;
        font-weight: 500;
        line-height: 20px;
        color: var(--negro);
    }

	.servicios .inferior .columna .item_servicio .texto .descripcion {
		display: none;
	}

	.servicios .inferior .columna:last-child {
	    width: unset;
	    margin-top: 10px;
	}

	/* SERVICIO */
	.servicio {
		padding: 40px 0;
	}

	.servicio .secundarias {
		display: block;
        width: unset;
        margin-right: 0;
    }

    .servicio .secundarias .imagen {
	    width: calc(50% - 5px);
	    margin-top: 10px;
	    margin-right: 10px;
	}

    .servicio .texto {
    	display: block;
        width: unset;
        margin-top: 20px;
    }

    .servicio .texto .superior .subtitulo {
    	font-size: 3em;
    }

    .servicio .texto .superior .descripcion {
    	margin-top: 10px;
        font-size: 1.5em;
        line-height: 20px;
    }

    .servicio .texto .superior .descripcion p {
    	margin-bottom: 10px;
    }

    .servicio .texto .inferior {
    	margin-top: 20px;
    }

    .servicio .texto .inferior .descripcion {
    	margin-top: 10px;
    	font-size: 1.5em;
        line-height: 20px;
    }

    .servicio .texto .inferior .descripcion p {
    	margin-bottom: 10px;
    }

    .servicio .texto .inferior .boton {
    	width: unset;
		padding: 0 30px;
		font-size: 1.25em;
	    line-height: 40px;
	    text-align: center;
	    background-image: none;
    }

    .servicio .texto .inferior .boton:not(:first-child) {
    	margin-top: 20px;
    }

    .servicio .texto .inferior .boton:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 15px;
		height: 15px;
		margin-right: 10px;
		background: url('../img/web/presupuesto_w.svg') no-repeat center;
		background-size: auto 15px;
	}

    .servicio .texto .inferior .aclaracion {
    	margin-top: 20px;
    	padding: 10px;
	    font-size: 1.25em;
	    line-height: 15px;
    }

	/* FAQS */
	.faqs {
		padding: 40px 0;
	}

	.faqs .superior .subtitulo {
		font-size: 3em;
	}

	.faqs .inferior {
		margin-top: 20px;
	}

	.faqs .inferior .item_faq {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

	.faqs .inferior .item_faq .pregunta {
	    padding-right: 25px;
	    font-size: 1.5em;
	    line-height: 20px;
	    background-size: auto 15px;
	}

	.faqs .inferior .item_faq .respuesta {
	    font-size: 1.25em;
	    line-height: 15px;
	}

	/* QUIÉN SOY */
	.quien .primero {
	    height: 400px;
	    min-height: unset;
	    overflow: hidden;
	}

	.quien .primero:before {
	    inset: unset;
	    top: 25%;
	    bottom: -50px;
	    left: -50px;
	    right: -50px;
	    border-top-left-radius: 100%;
	    border-top-right-radius: 100%;
	    background: var(--sombra50);
	    filter: blur(50px);
	}

	.quien .primero .texto {
		bottom: 20px;
	}

	.quien .primero .texto .subtitulo {
		margin-top: 10px;
		font-size: 3em;
	}

	.quien .primero .texto .ancla {
		width: 40px;
		height: 40px;
		margin-top: 20px;
		background-size: auto 15px;
	}

	.quien .segundo {
	    position: relative;
	    height: unset;
	    background: none !important;
	}

	.quien .segundo .bloque {
	    position: relative;
	    inset: unset;
	    display: block;
	    opacity: 1;
	    visibility: visible;
	}

	.quien .segundo .bloque:nth-of-type(1),
	.quien .segundo .bloque:nth-of-type(3) {
		padding-bottom: 50%;
	}

	.quien .segundo .bloque .imagen {
		position: absolute;
		width: calc(50% - 25px);
		height: unset;
		padding-top: 50%;
	}

	.quien .segundo .bloque:nth-of-type(1) .imagen,
	.quien .segundo .bloque:nth-of-type(3) .imagen {
		bottom: 0;
		left: 20px;
	}

	.quien .segundo .bloque:nth-of-type(2) .imagen,
	.quien .segundo .bloque:nth-of-type(4) .imagen {
		bottom: 100%;
		right: 20px;
	}

	.quien .segundo .bloque .texto {
		display: block;
		width: unset;
		padding: 20px;
	}

	.quien .segundo .bloque:nth-of-type(3) .texto {
		padding-top: 0;
	}

	.quien .segundo .bloque .texto .descripcion {
	    font-size: 1.5em;
	    line-height: 20px;
	}

	.quien .segundo .bloque .texto .navegacion {
		display: none;
	}

	/* BLOG */
	.blog {
		padding: 40px 0;
	}

	.blog .superior .subtitulo {
		font-size: 3em;
	}

	.blog .superior .descripcion {
		margin-top: 10px;
		font-size: 1.5em;
	    line-height: 20px;
	}

	.blog .superior .descripcion p {
		margin-bottom: 10px;
	}

	.blog .inferior {
		margin-top: 20px;
	}

	.blog .inferior .item_blog {
		display: block;
		width: unset;
		height: 200px;
		margin-right: 0;
		margin-top: 10px;
	}

	.blog .inferior .item_blog:nth-of-type(2),
	.blog .inferior .item_blog:nth-of-type(3),
	.blog .inferior .item_blog:nth-of-type(4) {
        margin-top: 10px;
    }

	.blog .inferior .item_blog .texto {
		padding-top: 0;
	}

	.blog .inferior .item_blog .texto:before {
		content: none;
	}

	.blog .inferior .item_blog .texto .fecha {
		font-size: 1.25em;
		font-weight: 500;
		line-height: 15px;
		text-transform: uppercase;
	}

	.blog .inferior .item_blog .texto .titulo {
		font-size: 1.5em;
		font-weight: 500;
		line-height: 20px;
	}

	.blog .inferior .item_blog .texto .boton {
		display: none;
	}

	/* NOTICIA */
	.noticia {
		padding: 40px 0;
	}

	.noticia .superior .imagen {
	    float: unset;
	    width: unset;
	    margin-right: 0;
	    padding-bottom: 0;
	}

	.noticia .superior .texto {
		margin-top: 20px;
		padding-bottom: 0;
	}

	.noticia .superior .texto .subtitulo {
		font-size: 3em;
	}

	.noticia .inferior {
		margin-top: 20px;
		padding-bottom: 0;
	}

    .noticia .inferior .secundarias .imagen {
        width: calc(50% - 5px);
        margin-top: 10px;
        margin-right: 10px;
    }

    .noticia .inferior .secundarias .imagen:nth-of-type(3),
    .noticia .inferior .secundarias .imagen:nth-of-type(4),
    .noticia .inferior .secundarias .imagen:nth-of-type(5) {
		margin-top: 10px;
	}

	.noticia .inferior .secundarias .imagen:nth-of-type(5n),
	.noticia .inferior .secundarias .imagen:nth-of-type(4n) {
		margin-right: 10px;
	}

	.noticia .inferior .secundarias .imagen:nth-of-type(2n) {
		margin-right: 0;
	}

	/* CONTACTO */
	.contacto {
		padding: 40px 0;
	}

	.contacto .izquierda {
		display: block;
		width: unset;
		margin-right: 0;
		text-align: center;
	}

	.contacto .izquierda .subtitulo {
		font-size: 3em;
	}

	.contacto .izquierda .informacion {
		margin-top: 10px;
	}

	.contacto .izquierda .informacion li a {
		width: fit-content;
		margin: 0 auto;
	    padding-left: 25px;
	    font-size: 1.5em;
	    line-height: 20px;
	    background-size: auto 15px;
	}

	.contacto .izquierda .descripcion {
	    margin-top: 10px;
	    font-size: 1.5em;
	    line-height: 20px;
	}

	.contacto .izquierda .descripcion p {
		margin-bottom: 10px;
	}

	.contacto .centro {
		display: block;
		width: unset;
		margin-top: 20px;
	}

	.contacto .centro form .checks {
		width: fit-content;
		margin: 0 auto;
		margin-top: 10px;
	}

	.contacto .centro form .botones {
		margin-top: 10px;
	}

	.contacto .centro form .botones .boton {
	    display: block;
	    margin: 0 auto;
	    padding: 0 30px;
	    font-size: 1.25em;
	    line-height: 40px;
	}

	/* LEGAL */
	.legal {
		padding: 40px 0;
	}

	.legal .subtitulo {
		font-size: 3em;
	}
}