/*
Theme Name: Mar de Fondo Child
Theme URI: https://cincomedios.com
Description: Tema child para el hostel Mar de Fondo.
Author: Cincomedios
Author URI: https://cincomedios.com
Template: mardefondo
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

:root {
	--azul: #004692;
	--amarillo: #ffd744;
}

/*/// GENERAL ///*/

.wpex-image-hover.opacity:hover img {
	opacity: 0.5 !important;
}

.grecaptcha-badge {
	display: none !important;
}

@media (min-width: 768px) {
	
	.hide-desktop {
		display: none !important;
	}
	
}

@media (max-width: 767px) {
	
	.center-mobile {
		text-align: center !important;
	}
	
	.hide-mobile {
		display: none !important;
	}
	
	.reducir {
		height: 80px !important;
	}
	
	.reducir.menos {
		height: 30px !important;
	}
	
	body.wpex-is-mobile-device .wpb_animate_when_almost_visible {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}
	
}

/* Ondas */

.ondas {
	position: relative;
}

.ondas.abajo {
	margin-bottom: 45px;
}

.ondas::before {
	content: "";
	display: block;
	width: 100%;
	height: 45px;
	position: absolute;
	left: 0;
	bottom: -45px;
	visibility: visible;
}

.ondas.abajo.azul::before {
	background: url("../../uploads/2020/01/ondas-azul-bottom.svg") no-repeat center center;
	background-size: cover;
}

@media (max-width: 767px) {
	
	.ondas.abajo {
		margin-bottom: 20px;
	}
	
	.ondas::before {
		height: 20px;
		bottom: -20px;
	}
	
}

/* Títulos */

.vcex-heading .vcex-icon-wrap {
	border: 3px solid var(--amarillo);
	border-radius: 100%;
	color: var(--amarillo);
	height: 40px;
	width: 40px;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	position: relative;
	top: -7px;
}

.con-onda span {
	position: relative;
}

.con-onda span::before {
	content: "";
	background-image: url("../../uploads/2020/01/ondas-amarillo-x3.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 98%;
	height: 100%;
	width: 150px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(50%,-50%);
	z-index: -1;
}

/* Mitad Imagen */

.mitad-imagen .imagen  {
	padding: 0 25px;
	position: relative;
}

.mitad-imagen .imagen::before {
	content: "";
	background: var(--amarillo);
	position: absolute;
	top: 0;
	left: 25px;
	width: calc(100% - 50px);
	height: 100%;
	transform: rotate(-5deg);
}

.mitad-imagen.girar .imagen::before {
	background: var(--azul);
	transform: rotate(5deg);
}

@media (max-width: 767px) {
	
	.mitad-imagen.girar {
		display: flex;
	}
	
	.mitad-imagen.girar .texto {
		order: 1;
	}
	
	.mitad-imagen.girar .imagen {
		order: 2;
	}
	
}

/* Carrusel img */

.wpex-slider .sp-arrow {
	background: var(--azul);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.wpex-slider .sp-arrow:hover {
	background: var(--amarillo);
	color: var(--azul);
}

.wpex-slider.sp-horizontal .sp-previous-arrow {
	left: 20px !important;
}

.wpex-slider.sp-horizontal .sp-next-arrow {
	right: 20px !important;
}

/*/// HEADER ///*/

/* Logo */

@media (max-width: 540px) {
	
	.shrink-sticky-header #site-logo img {
		max-height: 55px !important;
	}
	
}

/* Menú */

#site-header-sticky-wrapper.is-sticky #site-header {
	box-shadow: none;
	border-bottom: 5px solid #ddd;
}

.is-sticky #site-navigation .dropdown-menu > li.menu-item > a {
	color: #000;
}

.is-sticky #site-navigation .dropdown-menu > li.menu-item > a:hover,
.is-sticky #site-navigation .dropdown-menu > li.menu-item.current-menu-item > a,
.is-sticky #site-navigation .dropdown-menu > li.menu-item.current-menu-parent > a,
.is-sticky #site-navigation .dropdown-menu > li.menu-item.current_page_parent > a {
	color: var(--azul);
}

#site-navigation .dropdown-menu > li.menu-item.current-menu-item > a::before,
#site-navigation .dropdown-menu > li.menu-item.current-menu-parent > a::before,
#site-navigation .dropdown-menu > li.menu-item.current_page_parent > a::before {
	content: "";
	background-image: url("../../uploads/2020/01/ondas-amarillo-x3.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 98%;
	position: absolute;
	top: calc(50% + 1px);
	right: 0;
	transform: translate(40%,-50%);
	width: 50px;
	height: 10px;
	z-index: -1;
}

/* Título y Subtítulo */

.page-header::before {
	content: "";
	background: #000;
	opacity: 0.3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-header .page-header-title::after {
	content: "";
	background-image: url("../../uploads/2020/01/onda-amarillo-x1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	width: 100%;
	height: 20px;
	display: block;
	margin-top: 10px;
	visibility: visible;
}

.page-header .page-subheading {
	max-width: 800px;
	margin: 20px auto 0;
}

@media (max-width: 767px) {
	
	.page-header {
		padding: 200px 0 80px !important;
		margin-bottom: 80px !important;
	}
	
	.no-header-margin .page-header {
		margin-bottom: 0 !important;
	}
	
}

/*/// INICIO ///*/

/* Fotos */

.inicio-fotos .vcex-image, .inicio-fotos .sp-slides-container {
	position: relative;
}

.inicio-fotos .rectangulo .sp-slides-container::before {
	content: "";
	background-image: url("../../uploads/2020/01/onda-amarillo-patron-v13.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 98%;
	position: absolute;
	top: 0;
	right: 0;
	width: 1000%;
	height: 100%;
	transition: ease all 0.3s;
}

.inicio-fotos .rectangulo:hover .sp-slides-container::before {
	right: 100px;
}

.inicio-fotos.izq .rectangulo .sp-slides-container::before {
	right: auto;
	left: 0;
}

.inicio-fotos.izq .rectangulo:hover .sp-slides-container::before {
	left: 100px;
}

.inicio-fotos .cuadrado .vcex-image::before {
	content: "";
	background: var(--azul);
	transform: rotate(5deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.inicio-fotos.izq .cuadrado .vcex-image::before {
	transform: rotate(-5deg);
}

.inicio-fotos .vcex-image-inner {
	display: block;
	overflow: hidden;
	position: relative;
}

.inicio-fotos .rectangulo .vcex-image-inner {
	padding-bottom: 64%;
}

.inicio-fotos .cuadrado .vcex-image-inner {
	padding-bottom: 100%;
}

.inicio-fotos .vcex-image-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	
	.inicio-fotos.izq .cuadrado .vcex-image::before {
		transform: rotate(5deg);
	}
	
}

/* Servicios */

.inicio-servicios {
	margin-top: 50px;
	margin-bottom: 50px !important;
}

.inicio-servicios .titulo {
	padding: 0 100px;
}

.inicio-servicios .titulo::before {
	content: "";
	background: var(--amarillo);
	clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
	position: absolute;
	top: -50px;
	left: 0;
	width: 200%;
	height: calc(100% + 100px);
}

.inicio-servicios .lista .vc_column-inner {
	padding: 100px;
}

.inicio-servicios .lista .vc_column-inner::before {
	content: "";
	background: #000;
	display: block;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.inicio-servicios .lista .wpb_wrapper {
	margin: -25px;
}

.inicio-servicios .lista .vcex-list_item {
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width: calc(33.3% - 50px);
	margin: 25px;
	padding: 0 0 0 70px;
	position: relative;
	text-transform: uppercase;
}

.inicio-servicios .lista .vcex-list_item .vcex-icon-wrap {
	border: 3px solid var(--amarillo);
	border-radius: 1400%;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1300px) {
	
	.inicio-servicios {
		margin-bottom: 0 !important;
	}
	
	.inicio-servicios .titulo {
		text-align: center;
		padding: 50px 5% 100px;
	}
	
	.inicio-servicios .lista .vc_column-inner {
		padding: 100px 5%;
	}
	
	.inicio-servicios .lista .vcex-list_item {
		width: calc(50% - 50px);
	}
	
}

@media (max-width: 767px) {
	
	.inicio-servicios .titulo {
		padding: 30px 5% 80px;
	}
	
	.inicio-servicios .lista .vc_column-inner {
		padding: 80px 5%;
	}
	
	.inicio-servicios .lista .wpb_wrapper {
		margin: -15px;
	}
	
	.inicio-servicios .lista .vcex-list_item {
		font-size: 16px;
		padding: 0 0 0 50px;
		margin: 15px;
		width: calc(50% - 30px);
	}
	
	.inicio-servicios .lista .vcex-list_item .vcex-icon-wrap {
		font-size: 14px;
		line-height: 24px;
		width: 30px;
		height: 30px;
	}
	
}

@media (max-width: 540px) {
	
	.inicio-servicios .lista .wpb_wrapper {
		margin-bottom: 0;
	}
	
	.inicio-servicios .lista .vcex-list_item {
		width: calc(100% - 30px);
	}
	
	.inicio-servicios .lista .vcex-list_item {
		margin-bottom: 0;
	}
	
}

/* Carrusel */

.inicio-carrusel .vc_column-inner  {
	margin-bottom: -50px !important;
}

.inicio-carrusel .wpex-carousel-entry-media {
	background: var(--amarillo);
}

@media (max-width: 767px) {
	
	.inicio-carrusel .vc_column-inner  {	
		margin-bottom: -20px !important;
	}
	
}

/*/// TARIFAS y SERVICIOS ///*/

/* Tarifas */

.tarifas-tabla {
	margin: 0 !important;
	text-align: center;
}

.tarifas-tabla::before {
	content: "";
	background: var(--amarillo);
	width: 100%;	
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(3deg);
	z-index: -2;
}

.tarifas-tabla .desde {
	border-left: 3px solid var(--azul);
	border-bottom: 3px solid var(--azul);
}

.tarifas-tabla .hasta {
	border-bottom: 3px solid var(--azul);
}

.tarifas-tabla .precio {
	border-right: 3px solid var(--azul);
	border-bottom: 3px solid var(--azul);
}

.tarifas-tabla .vc_column-inner {
	padding: 0 !important;
}

.tarifas-tabla .wpb_text_column {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: "Inconsolata";
	line-height: 1.1em;
	height: 50px;
	position: relative;
}

.tarifas-tabla .precio .wpb_text_column {
	border-right: none;
}

.tarifas-tabla .wpb_column > div > div .wpb_text_column:last-child {
	border-bottom: none;
}

.tarifas-tabla .wpb_column > div > div .wpb_text_column:nth-child(even) {
	background: #f2f2f2;
}

.tarifas-tabla .wpb_text_column.titulo {
	background: var(--azul);
	border-bottom: none;
	border-right-color: rgba(255,255,255,0.3);
}

.tarifas-tabla .wpb_text_column.relleno {
	border-right: none;
	color: transparent;
}

.tarifas-tabla .wpb_text_column.full {
	text-align: left;
}

.tarifas-tabla .wpb_text_column.full p {
	margin-left: -40px;
}

.tarifas-tabla .precio .wpb_text_column {
	font-weight: bold;
}

.tarifas-tabla .precio .wpb_text_column em {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.tarifas-tabla .wpb_text_column .wpb_wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
}

.tarifas-tabla .wpb_text_column.etiqueta::after {
	background: var(--amarillo);
	color: var(--azul);
	font-size: 12px;
	font-weight: bold;
	line-height: 23px;
	width: 60px;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%) rotate(5deg);
	text-align: center;
}

.tarifas-tabla .wpb_text_column.etiqueta.carnaval::after {
	content: "CARNAVAL";
}

.tarifas-tabla .wpb_text_column.etiqueta.turismo::after {
	content: "TURISMO";
}

.tarifas-tabla .wpb_text_column.etiqueta::before {
	content: "";
	background: url("../../uploads/2020/01/ondas-amarillo-x3.png") no-repeat right center;
	background-size: auto 100%;
	width: 30px;
	height: 23px;
	position: absolute;
	top: calc(50% + 3px);
	right: -40px;
	transform: translateY(-50%) rotate(5deg);
}

@media (max-width: 540px) {
	
	.tarifas-tabla .wpb_text_column.etiqueta::after  {
		top: calc(50% - 13px);
		transform: translateY(-50%) rotate(20deg);
	}
	
	.tarifas-tabla .wpb_text_column.etiqueta::before {
		top: 50%;
		transform: translateY(-50%) rotate(20deg);
	}
	
}

/* Servicios */

.incluidos {
	margin-bottom: 0;
}

.incluidos .titulo {
	margin-bottom: -50px;
}

.incluidos .lista {
	margin-bottom: -100px;
}

.incluidos .lista .vc_column-inner {
	padding-bottom: 150px;
}

@media (max-width: 1300px) {
	
	.incluidos .titulo {
		margin-bottom: 0;
	}
	
	.incluidos .lista {
		margin-bottom: -50px;
	}
	
}

@media (max-width: 767px) {
	
	.incluidos .lista {
		margin-bottom: -20px;
	}
	
	.incluidos .lista .vc_column-inner {
		padding-bottom: 90px;
	}
	
}

/*/// RESERVAS ///*/

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

.form-reservas .cantidad::before, .form-reservas .check-in::before, .form-reservas .check-out::before {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(0,-50%);
	opacity: 0.75;
}

.form-reservas .cantidad::before {
	content: "Cantidad:";
}

.form-reservas .check-in::before {
	content: "Check-in:";
}

.form-reservas .check-out::before {
	content: "Check-out:";
}

.form-reservas .cantidad input, .form-reservas .check-in input, .form-reservas .check-out input {
	padding-left: 100px !important;
}

/*/// GALERÍA ///*/

.galeria .vcex-image-grid-entry-figure {
	background: var(--azul);
}

.galeria .vcex-image-grid-entry-figure::before {
	content: "";
	background: var(--amarillo);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: rotate(5deg);
	transition: all ease 0.2s;
	z-index: -1;
}

.galeria .vcex-image-grid-entry-figure:hover::before {
	transform: rotate(-5deg);
}

.galeria.primero .vcex-image-grid-entry:nth-child(even) .vcex-image-grid-entry-figure::before,
.galeria.ultimo .vcex-image-grid-entry:nth-child(odd) .vcex-image-grid-entry-figure::before,
.galeria.primero .vcex-image-grid-entry:first-child .vcex-image-grid-entry-figure::before,
.galeria.ultimo .vcex-image-grid-entry:last-child .vcex-image-grid-entry-figure::before {
	display: none;
}

.galeria .vcex-image-grid-entry:first-child, .galeria .vcex-image-grid-entry:last-child {
	position: relative;
}

.galeria.primero .vcex-image-grid-entry:first-child::before {
	content: "";
	background-image: url("../../uploads/2020/01/onda-amarillo-patron-v13.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 98%;
	position: absolute;
	top: 0;
	right: 25px;
	width: 1000%;
	height: 100%;
	transition: ease all 0.3s;
}

.galeria.primero .vcex-image-grid-entry:first-child:hover::before {
	right: 125px;
}

.galeria.ultimo .vcex-image-grid-entry:last-child::before {
	content: "";
	background-image: url("../../uploads/2020/01/onda-amarillo-patron-v13.png");
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 98%;
	position: absolute;
	top: 0;
	left: 25px;
	width: 1000%;
	height: 100%;
	transition: ease all 0.3s;
}

.galeria.ultimo .vcex-image-grid-entry:last-child:hover::before {
	left: 125px;
}

.galeria-mitad {
	margin: 50px 0 !important;
}

.galeria-mitad .carrusel {
	z-index: 1;
}

.galeria-mitad .texto > div {
	padding: 0 100px !important;
}

.galeria-mitad .texto::before {
	content: "";
	background: var(--amarillo);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
	position: absolute;
	top: -50px;
	right: 0;
	width: 150%;
	height: calc(100% + 100px);
	z-index: -1;
}

@media (max-width: 1200px) {

	.galeria-mitad .texto > div {
		padding: 100px !important;
	}
	
}

@media (max-width: 767px) {
	
	.galeria-mitad {
		margin-top: 0 !important;
	}

	.galeria-mitad .texto > div {
		text-align: center;
		padding: 80px 5% 30px !important;
	}
	
}

/*/// MANDAMIENTOS ///*/

.mandamientos blockquote {
	background: transparent;
	margin: 0;
	padding: 50px 0 70px;
	position: relative;
}

.mandamientos .primero blockquote {
	padding-top: 0;
}

.mandamientos .ultimo blockquote {
	padding-bottom: 0;
}

.mandamientos blockquote::before {
	content: "";
	background-image: url("../../uploads/2020/01/onda-amarillo-x1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	width: 250px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.mandamientos .ultimo blockquote::before {
	display: none;
}

.mandamientos blockquote p {
	color: #000;
	display: inline-block;
	padding: 0 50px;
	position: relative;
}

.mandamientos blockquote p::before {
	content: "";
	background-image: url("../mardefondo/assets/images/quote.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.mandamientos blockquote p::after {
	content: "";
	background-image: url("../mardefondo/assets/images/quote.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}

.mandamientos.extra::before {
	content: "";
	background: #f2f2f2;
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/*/// BLOG ///*/

/* Archivo */

#blog-entries .blog-entry:last-child {
	margin-bottom: 60px !important;
}

.blog-entry-media::before {
	content: "";
	background: var(--amarillo);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all ease 0.2s;
	z-index: -1;
}

.blog-entry-media:hover::before {
	transform: rotate(5deg);
}

.meta li .ticon {
	border: 2px solid var(--amarillo);
	border-radius: 100%;
	color: var(--amarillo);
	width: 25px;
	height: 25px;
	font-size: 10px;
	line-height: 21px;
	text-align: center;
}

.meta li .ticon.ticon-folder-o::before {
	content: "\f07b";
}

@media (max-width: 767px) {
	
	#blog-entries .blog-entry:last-child {
		margin-bottom: 40px !important;
	}
	
}

/* Individual */

.single-blog-content {
	margin-bottom: 100px;
}

.wpex-social-share.style-flat li.whatsapp a {
    background: #25d366;
}

.wpex-social-share.style-flat li.whatsapp a:hover {
    background: #21b95a;
}

@media (max-width: 767px) {
	
	.single-blog-content {
		margin-bottom: 80px;
	}
	
}

/*/// SIDEBAR ///*/

#sidebar {
	margin-bottom: 70px !important;
}

@media (max-width: 767px) {
	
	#sidebar {
		margin-bottom: 100px !important;
	}
	
}

/*/// CONTACTO ///*/

.info-contacto .vcex-icon-box-one {
	padding-left: 55px !important;
}

.info-contacto .vcex-icon-box-one .vcex-icon-box-icon {
	border: 3px solid var(--amarillo);
	line-height: 34px !important;
	top: 5px;
}

.formulario-contacto textarea {
	height: 200px;
}

.mapa-contacto {
	margin-bottom: -50px !important;
	z-index: 1;
}

.mapa-contacto iframe {
	height: 500px;
}

@media (max-width: 767px) {
	
	.mapa-contacto {
		margin-bottom: -20px !important;
	}
	
	.mapa-contacto iframe {
		height: 300px;
	}
	
}

/*/// CF7 ///*/

.wpcf7-form .fcol {
	font-size: 0;
	display: block;
	margin: -10px -10px 10px;
}

.wpcf7-form .fcol > span {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
}

.wpcf7-form .fcol.x4 > span {
	width: 25%;
}

.wpcf7-form .fcol.x3 > span {
	width: 33.3%;
}

.wpcf7-form .fcol.x2 > span {
	width: 50%;
}

.wpcf7-form .fcol.x1 > span {
	width: 100%;
}

.wpcf7-form .fcol > span input {
	margin: 0;
	width: 100%;
}

.wpcf7-form .fcol.enviar {
	margin-bottom: 0;
}

.wpcf7-form .fcol.enviar input {
	font-size: 16px;
	margin: 10px 10px 0;
}

@media (max-width: 959px) {
	
	.wpcf7-form .fcol.x4 > span {
		width: 50%;
	}
	
}

@media (max-width: 767px) {
	
	.wpcf7-form .fcol.x4 > span, .wpcf7-form .fcol.x3 > span, .wpcf7-form .fcol.x2 > span {
		width: 100%;
	}
	
	.wpcf7-form .fcol.enviar {
		text-align: center;
	}
	
}

/* Error */

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
	border-color: #D88D4C !important;
}

.wpcf7-form .wpcf7-response-output {
	border: none;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	padding: 20px 30px;
	text-align: center;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	background: #D88D4C;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng {
	background: #D8554C;
}

.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #6CD84C;
}

/*/// FOOTER ///*/

/* Aviso */

#footer-callout-wrap {
	position: relative;
	margin: 50px 0;
	z-index: 3;
}

#footer-callout-wrap::before, #footer-callout-wrap::after {
	content: "";
	display: block;
	width: calc(100% + 200px);
	height: 45px;
	position: absolute;
	left: -100px;
	z-index: 3;
}

#footer-callout-wrap::before {
	background: url("../../uploads/2020/01/ondas-azul-top.svg") no-repeat center center;
	background-size: auto 100%;
	top: -45px;
}

#footer-callout-wrap::after {
	background: url("../../uploads/2020/01/ondas-azul-bottom.svg") no-repeat center center;
	background-size: auto 100%;
	bottom: -45px;
	visibility: visible;
}

#footer-callout .theme-button {
	border: 2px solid var(--amarillo);
	font-size: 16px;
}

@media (max-width: 767px) {	
	
	#footer-callout-wrap {
		margin: 20px 0;
		padding: 80px 0 !important;
	}
	
	#footer-callout-wrap::before {
		height: 20px;
		top: -20px;
	}
	
	#footer-callout-wrap::after  {
		height: 20px;
		bottom: -20px;
	}
	
	#footer-callout {
		text-align: center;
	}
	
	#footer-callout .footer-callout-content {
		margin: 0;
	}
	
	#footer-callout .theme-button {
		width: auto;
		margin: 20px auto 0;
	}
	
}

/* Widgets */

.site-footer {
	background-image: url("../../uploads/2020/01/bg-puntos-amarillo.png");
	background-repeat: repeat;
	background-position: center center;
	margin-top: -45px;
	padding-top: 45px;
}

#footer-widgets .footer-box {
	height: 300px;
	position: relative;
}

#footer-widgets .footer-box::before {
	content: "";
	background: #f2f2f2;
	width: calc(100% - 50px);
	height: 100%;
	position: absolute;
	top: 0px;
	left: 25px;
	transform: rotate(5deg);
}

#footer-widgets .footer-box::after {
	content: "";
	background: #fff;
	width: calc(100% - 50px);
	height: 100%;
	position: absolute;
	top: 0px;
	left: 25px;
	visibility: visible;
}

#footer-widgets .footer-box > div {
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translateY(-50%);
	width: calc(100% - 50px);
	padding: 0 50px;
	z-index: 2;
}

#footer-widgets .footer-box .textwidget p:last-child {
	margin: 0;
}

@media (max-width: 959px) {
	
	#footer-inner {
		padding: 80px 0 !important;
	}

	#footer-widgets.wpex-row .footer-box.col {
		height: auto;
		margin-bottom: 50px !important;
	}
	
	#footer-widgets.wpex-row .footer-box.col:nth-child(3) {
		margin-bottom: 0 !important;
	}
	
	#footer-widgets .footer-box > div {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
		padding: 50px;
	}
	
}



/* Widgets - Col 2 */

#footer-widgets .footer-box:nth-child(2) ul li {
	padding-left: 30px;
	position: relative;
}

#footer-widgets .footer-box:nth-child(2) ul li:nth-child(2) {
	font-size: 14px;
	margin: 5px 0;
}

#footer-widgets .footer-box:nth-child(2) ul li .ticon {
	background: var(--amarillo);
	border-radius: 100%;
	color: var(--azul);
	font-size: 10px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 3px;
}

#footer-widgets .footer-box:nth-child(2) ul li:first-child .ticon {
	font-size: 14px;
}

#footer-widgets .footer-box:nth-child(2) a:hover {
	color: var(--azul);
}

/* Widgets - Col 3 */

#footer-widgets .footer-box:nth-child(3) ul li {
	display: inline-block;
	margin-right: 5px;
}

#footer-widgets .footer-box:nth-child(3) ul li a {
	color: #fff;
	border-radius: 100%;
	display: block;
	width: 50px;
	height: 50px;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
}

#footer-widgets .footer-box:nth-child(3) ul li:first-child a {
	background: #3b5998;
}


#footer-widgets .footer-box:nth-child(3) ul li:last-child a {
	background: #589442;
}

#footer-widgets .footer-box:nth-child(3) ul li a:hover {
	background: var(--amarillo) !important;
	color: var(--azul);
}



/* Copyright */

#footer-bottom #copyright {
	width: 100%;
}

#copyright .copyright {
	display: inline-block;
	width: auto;
}

#copyright .copyright a {
	font-family: Montserrat;
	font-weight: bold;
}

#copyright .copyright a:hover {
	opacity: 0.8;
}

#copyright .copyright a img {
	height: 11px;
	position: relative;
	top: 0.5px;
}

#copyright .aceptamos {
	float: right;
}

#copyright .aceptamos ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}

#copyright .aceptamos ul li {
	display: inline-block;
	vertical-align: middle;
	height: 24px;
}

#copyright .aceptamos ul li.menos {
	margin: 0 -6px;
}

@media (max-width: 992px) {
	
	#footer-bottom #copyright {
		display: flex;
		flex-wrap: wrap;
	}
	
	#copyright .aceptamos {
		display: block;
		float: none;
		order: 1;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	#copyright .aceptamos ul {
		text-align: center;
	}
	
	#copyright .aceptamos ul li:first-child {
		display: block;
		margin-bottom: 5px;
	}
	
	#copyright .copyright {
		display: block;
		order: 2;
		width: 100%;
		text-align: center;
	}
	
}