/*
Theme Name: Clínica del Dolor
Theme URI: https://cincomedios.com
Description: Tempa personalizado para Clínica del Dolor
Author: Cincomedios
Author URI: https://cincomedios.com
Template: Total
Version: 1.3
*/

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

:root {
	--azul: #28419b;
	--celeste: #1eaffa;
	--rojo: #ea334e;
}

.wpex-vc-full-width-row {
    --vp-width: calc(100vw - var(--wpex-scrollbar-width, 0px)) !important;
}

/*/// GENERAL ///*/

.grecaptcha-badge,
#sidr-main,
.post-edit,
.skip-to-content {
	display: none !important;
}

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

.margin-bottom {
	margin-bottom: 100px !important;
}

a.alternativo:hover {
	background: #007ab9;
}

.vcex-heading-inner {
	width: 100%;
}

.lista-muchos ul {
	margin: -10px !important;
	list-style: none;
	font-size: 0;
	text-align: center;
}

.lista-muchos ul li {
	background: #f2f2f2;
	display: inline-block;
	font-size: 16px;
	padding: 10px 15px;
	margin: 10px;
	vertical-align: top;
	width: calc(25% - 20px);
	text-align: left;
}

.lista-muchos.blanco ul li {
	background: #fff;
}

.c1x1 {
	padding-bottom: 100%;
}

.c1x1 iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0
	top: 0;
}

@media (max-width: 959px) {
	
	.lista-muchos ul li {
		width: calc(33.3% - 20px);
	}
	
}

@media (max-width: 767px) {
	
	.mobile-hide {
		display: none !important;
	}
	
	.mobile-center {
		text-align: center;
	}

	.reducir {
		height: 80px !important;
	}

	.reducir.menos {
		height: 30px !important;
	}

	.margin-bottom {
		margin-bottom: 80px !important;
	}
	
	.mitad-imagen.girar {
		display: flex;
	}
	
	.mitad-imagen.girar .texto {
		order: 2;
	}
	
	.mitad-imagen.girar .imagen {
		order: 1;
	}
	
	.lista-muchos ul li {
		width: calc(50% - 20px);
	}
	
}

@media (max-width: 540px) {
	
	.lista-muchos ul li {
		width: calc(100% - 20px);
	}
	
}

/* Título */

header.page-header {
	border-bottom: none;
}

header.page-header::before {
	content: "";
	background: var(--azul);
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

header.page-header .page-header-inner {
	position: relative;
}

header .site-breadcrumbs.position-under-title {
	padding: 0;
}

@media (max-width: 959px) {
	
	.page-header.wpex-supports-mods {
		padding: 95px 0 !important;
	}
	
}

@media (max-width: 767px) {
	
	.page-header.wpex-supports-mods {
		padding: 75px 0 !important;
	}
	
	.page-header .page-header-title {
		font-size: 30px !important;
	}
	
}

/*/// HEADER ///*/

/* Logo */

header #site-logo img {
	height: 80px !important;
}

@media (max-width: 767px) {
	
	header #site-logo img {
		height: 60px !important;
	}
	
}

/* Contacto */

#header-aside .item {
	border-right: 1px solid #eee;
	display: inline-block;
	font-family: Montserrat;
	width: auto;
	position: relative;
	padding: 10px 25px 10px 50px;
	margin-right: 20px;
	text-align: left;
	vertical-align: middle;
}

#header-aside .item.hora {
	display: none !important;
}

#header-aside .item a {
	text-decoration: none;
}

#header-aside .item img {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

#header-aside .item span {
	display: block;
}

#header-aside .item .texto {
	font-size: 14px;
	font-weight: 300;
	line-height: 1em;
	color: var(--celeste);
	padding-bottom: 5px;
	text-transform: uppercase;
}

#header-aside .item .info {
	font-size: 25px;
	font-weight: bold;
	color: var(--azul);
}

#header-aside .item.redes {
	border: none;
	padding: 10px 0;
}

#header-aside .item.redes a {
	border-radius: 100%;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
}

#header-aside .item.redes a.facebook {
	background: #3b5998;
	color: #3b5998;
}

#header-aside .item.redes a.instagram {
	background: -webkit-linear-gradient(30deg, #ffdc80, #f77737, #fd1d1d, #c13584, #833ab4);
	color: #e8474e;
	margin: 0 10px;
}

#header-aside .item.redes a.linkedin {
	background: #0077b5;
	color: #0077b5;
}

#header-aside .item.redes a::before {
	content: "";
	background: #fff;
	border-radius: 100%;
	position: absolute;
	inset: 2px;
	transition: opacity ease 0.3s;
}

#header-aside .item.redes a:hover::before {
	opacity: 0;
}

#header-aside .item.redes svg {
	height: 16px;
	fill: currentcolor;
	z-index: 2;
	position: relative;
	top: 9px;
}

#header-aside .item.redes a:hover svg {
	fill: #fff;
}

#header-aside .item.redes i {
	background: #fff;
	border-radius: 100%;
	display: block;
	line-height: 36px;
	height: 36px;
	width: 36px;
	margin: 2px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

#header-aside .item.redes a:hover i {
	background: transparent;
	color: #fff !important;
}

/* Menú */

#site-navigation-sticky-wrapper {
	position: relative;
}


#site-navigation-sticky-wrapper.is-sticky {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

body:not(.single-post) #site-header #site-navigation-wrap {
	background: rgba(255,255,255,0.9);
	border-bottom: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.single-post #site-navigation-sticky-wrapper #site-navigation-wrap {
	background: #fafafa;
}

.single-post #site-header {
	margin-bottom: clamp(50px,5vw,100px);
}

#site-navigation-wrap.navbar-style-two .dropdown-menu {
	height: 70px;
}

#site-navigation-wrap.navbar-style-two .dropdown-menu > li > a {
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}

#site-navigation-wrap.navbar-style-two .dropdown-menu > li.current_page_parent > a,
#site-navigation-wrap.navbar-style-two .dropdown-menu > li.current-page-ancestor > a {
	color: var(--celeste);
}

#site-navigation-wrap.navbar-style-two .dropdown-menu > li.rojo > a:hover,
#site-navigation-wrap.navbar-style-two .dropdown-menu > li.rojo.current-menu-item > a,
#site-navigation-wrap.navbar-style-two .dropdown-menu > li.rojo.current-page-ancestor > a {
	color: var(--rojo);
}

#site-navigation-wrap.navbar-style-two .dropdown-menu > li > a::after {
	content: "";
	background: var(--celeste);
	height: 5px;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#site-navigation-wrap.navbar-style-two .dropdown-menu > li.rojo > a::after {
	background: var(--rojo);
}

#site-navigation-wrap.navbar-style-two .dropdown-menu > li > a:hover::after,
#site-navigation-wrap.navbar-style-two .dropdown-menu > li.current-menu-item > a::after,
#site-navigation-wrap.navbar-style-two .dropdown-menu > li.current_page_parent > a::after,
#site-navigation-wrap.navbar-style-two .dropdown-menu > li.current-page-ancestor > a::after {
	width: 100%;
}

@media (max-width: 959px) {

	.single-post #site-header {
		margin-bottom: 10px;
	}
	
}

/* Submenu */

#site-navigation .dropdown-menu li.menu-item .wpex-icon svg {
	height: 12px;
	fill: currentcolor;
}

#site-navigation .dropdown-menu ul.sub-menu {
	border: none !important;
}

#site-navigation .dropdown-menu ul.sub-menu li.menu-item a {
	padding: 15px 20px;
}

/*/// INICIO ///*/

#rev_slider_1_1_wrapper {
	left: 0 !important;
}

#dolor .texto .vc_column-inner {
	padding: 100px 25% 100px 100px;
}

#dolor .lista ul {
	font-size: 0;
	margin: 0;
	list-style: none;
}

#dolor .lista ul li {
	font-size: 16px;
	display: inline-block;
	width: 50%;
	padding: 0 0 0 15px;
	position: relative;
	vertical-align: top;
}

#dolor .lista ul li::before {
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font-size: 8px;
	position: absolute;
	top: 1px;
	left: 0;
}

@media (max-width: 1200px) {
	
	#dolor .texto .vc_column-inner {
		padding-right: 100px;
	}
	
}

@media (max-width: 959px) {
	
	#dolor .lista ul li {
		display: block;
		width: 100%;
	}
	
}

@media (max-width: 767px) {
	
	#dolor {
		display: flex;
	}
	
	#dolor .texto {
		order: 1;
	}
	
	#dolor .imagen {
		order: 2;
	}
	
	#dolor .texto .vc_column-inner {
		padding: 80px 15px;
	}
	
	#dolor .lista ul {
		max-width: 300px;
		margin: 0 auto;
	}
	
	#dolor .lista ul li {
		border-bottom: 1px solid rgba(255,255,255,0.2);
		display: block;
		padding-bottom: 5px;
		margin-bottom: 5px;
		width: 100%;
	}
	
	#dolor .lista ul li:first-child {
		border-top: 1px solid rgba(255,255,255,0.2);
		padding-top: 5px;
	}
	
	#dolor .lista ul li:last-child {
		margin: 0;
	}
	
	#dolor .lista ul li::before {
		display: none;
	}
	
}

/*/// CLINICA ///*/

#soluciones .texto .vc_column-inner {
	padding: 100px 100px 100px 27%;
}

@media (max-width: 1200px) {
	
	#soluciones .texto .vc_column-inner {
		padding-left: 100px;
	}
	
}

@media (max-width: 767px) {
	
	#soluciones .texto .vc_column-inner {
		padding: 80px 15px;
	}
	
}

/*/// DOLOR ///*/

.lista-tratamiento.dolor .item .vc_column-inner {
	padding-left: 150px;
}

.lista-tratamiento.dolor .item .vc_column-inner::before {
	background: var(--rojo);
	width: 120px;
}

.lista-tratamiento.dolor .item .vc_column-inner::after {
	left: 30px;
	width: 60px;
	height: 60px;
}

.lista-tratamiento .item.dolor .vc_column-inner::after {
	background-image: url('../../uploads/2019/10/icono-dolor.svg');
	background-position: center center;
	background-size: cover;
}

.lista-tratamiento .item.doctor .vc_column-inner::after {
	background-image: url('../../uploads/2019/10/icono-doctor.svg');
	background-position: center center;
	background-size: cover;
}

@media (max-width: 767px) {
	
	.lista-tratamiento.dolor .item .vc_column-inner {
		padding: 150px 30px 30px;
		text-align: center;
	}
	
	.lista-tratamiento.dolor .item .vc_column-inner::before {
		width: 100%;
		height: 120px;
	}
	
	.lista-tratamiento.dolor .item .vc_column-inner::after {
		left: 50%;
		top: 30px;
		transform: translate(-50%,0);
	}
	
}

/* Casusas */

.causa-dolor .texto .icono img {
	width: 40px;
	height: auto;
}

@media (min-width: 768px) {
	
	.causa-dolor .texto .icono {
		position: absolute;
		left: 22px;
		top: 45px;
	}

	.causa-dolor .texto .vcex-heading {
		padding-left: 50px;
	}
	
}

@media (max-width: 767px) {
	
	.causa-dolor .texto .icono {
		padding-bottom: 10px;
	}
	
}

/* Cuadros */

.lista-tratamiento.cuadros .item.extra strong {
	background: inherit;
	color: inherit;
	font-family: inherit;
	font-weight: bold;
	text-transform: inherit;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}

.lista-tratamiento.cuadros .item.extra h3 {
	background: var(--rojo);
	color: #fff;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

/*/// SOLUCIONES ///*/

.iconos-soluciones {
	padding-top: 100px;
	padding-bottom: 60px;
}

.iconos-soluciones .vcex-icon-box-image {
	width: 80px;
}

.tratamiento {
	margin-bottom: 100px !important;
}

.tratamiento .imagen {
	padding: 0 25px;
}

.tratamiento .vc_column-inner {
	margin: 0 !important;
}

.tratamiento .texto  {
	position: relative;
}

.tratamiento .texto .icono img {
	width: 40px;
	height: auto;
}

@media (min-width: 768px) {
	
	.tratamiento .texto .icono {
		position: absolute;
		left: 22px;
		top: 45px;
	}

	.tratamiento .texto .vcex-heading {
		padding-left: 50px;
	}
	
}

@media (max-width: 767px) {
	
	.iconos-soluciones {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	
	.tratamiento {
		margin-bottom: 30px !important;
	}
	
	.tratamiento.girar {
		display: flex;
	}
	
	.tratamiento.girar .imagen {
		order: 1;
	}
	
	.tratamiento.girar .texto {
		order: 2;
	}
	
	.tratamiento .texto .icono {
		padding-bottom: 10px;
	}
	
}

/* Tratamientos */

.lista-tratamiento .item {
	padding: 0 25px !important;
}

.lista-tratamiento .item p {
	margin: 0;
}

.lista-tratamiento .item .vc_column-inner {
	background: #f2f2f2;
	padding: 25px 30px 25px 110px;
	position: relative;
}

.lista-tratamiento .item .vc_column-inner::after {
	color: #fff;
	font-family: Montserrat;
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	text-align: center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	height: auto;
	width: 80px;
}

.lista-tratamiento .item .vc_column-inner::before {
	content: "";
	background-color: var(--celeste);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 80px;
}

.lista-tratamiento .item.uno .vc_column-inner::after {
	content: "1";
}

.lista-tratamiento .item.dos .vc_column-inner::after {
	content: "2";
}

.lista-tratamiento .item.tres .vc_column-inner::after {
	content: "3";
}

.lista-tratamiento .item.cuatro .vc_column-inner::after {
	content: "4";
}

.lista-tratamiento .item.cinco .vc_column-inner::after {
	content: "5";
}

.lista-tratamiento .item.check .vc_column-inner::after {
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
}

.lista-tratamiento .item.extra .vc_column-inner {
	padding: 70px 30px 30px;
}

.lista-tratamiento .item.extra .vc_column-inner::before, .lista-tratamiento .item.extra .vc_column-inner::after {
	display: none;
}

.lista-tratamiento .item.extra strong {
	background: var(--celeste);
	color: #fff;
	font-family: Montserrat;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/*/// BLOG ///*/

/* Archivo */

.blog #primary, .archive #primary {
	padding-bottom: 50px;
}

.entries.left-thumbs .blog-entry.thumbnail-entry-style {
	/*padding-bottom: 30px;
	margin-bottom: 50px;*/
}
/*
.entries.left-thumbs .entry .entry-media {
	background: var(--azul);
}*/

.blog-entry-content .meta li .ticon,
.meta li .meta-icon {
	color: var(--celeste);
}

.blog-entry-content .meta li svg,
.meta li svg {
	fill: var(--celeste);
	height: 12px;
}

.wpex-pagination ul.page-numbers {
	margin-bottom: 45px;
}

.wpex-pagination ul.page-numbers li:first-child a {
	border-radius: 3px 0 0 3px;
}

.wpex-pagination ul.page-numbers li:last-child a {
	border-radius: 0 3px 3px 0;
}

.wpex-pagination ul.page-numbers li a svg {
	fill: currentcolor;
	height: 12px;
}

@media (max-width: 767px) {
		
	.blog #primary, .archive #primary {
		padding-bottom: 30px;
	}
	
	/*.page-header.wpex-supports-mods {
		margin-bottom: 80px;
	}*/
	
	.entries.left-thumbs .blog-entry-content {
		text-align: center;
	}
	
	.wpex-pagination {
		text-align: center !important;
	}
	
}

/* Individual */


.tag-img-top .page-header.has-bg-image {
	background-position: center 20%;
}

.single.single-post header h1 {
	line-height: 1.1em;
	margin-bottom: 10px;
}

.single.single-post header .site-breadcrumbs {
	display: none;
}

.single.single-post header .meta {
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	margin: 0;
}

.single.single-post header .meta li {
	margin-bottom: 0;
}

.single.single-post header .meta a:hover {
	color: #fff;
}

.single.single-post .single-blog-header {
	margin-top: 30px;
}

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

.single-blog-content h2:first-child {
	margin-top: 0;
}

.single-blog-content h2 {
	font-size: 30px;
}

.single-blog-content h2::after {
	content: "";
	background: var(--azul);
	display: block;
	width: 50px;
	height: 5px;
	margin: 5px auto 0 0;
}

.single-blog-content h3 {
	border-left: 3px solid var(--celeste);
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2em;
	padding-left: 10px;
}

.single-blog-content h4 {
	font-size: 20px;
	font-weight: 400;
}

@media (max-width: 767px) {

	article.single-blog-article {
		margin-bottom: 80px;
	}

	.single.single-post header .meta li {
		font-size: 14px;
	}
	
}

/* Individual - Etiquetas */

.tagcloud a, .post-tags a {
	border-color: #ddd;
	border-radius: 3px;
}

.post-tags {
	margin-bottom: 45px;
}

.post-tags a {
	margin-bottom: 5px;
}

/* Individual - Compartir */

.theme-heading span.text::after {
	display: none;
}

.wpex-social-share {
	background: #f2f2f2;
	padding: 30px;
	margin-bottom: 50px !important;
}

.wpex-social-share .theme-heading {
	color: var(--azul);
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	text-transform: uppercase;
	width: calc(50% - 3px);
}

.wpex-social-share .clr {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: calc(50% - 3px);
}

.wpex-social-share .clr li {
	margin-bottom: 0;
}

.wpex-social-share .clr li:last-child {
	margin-right: 0;
}

.wpex-social-share.position-horizontal.disable-labels .clr li a {
	border-radius: 100%;
	height: 36px;
	line-height: 36px;
	width: 36px;
}

.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) {
	
	.wpex-social-share .theme-heading {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.wpex-social-share .clr {
		margin-top: 20px;
		width: 100%;
		display: block;
		text-align: center;
	}
	
}

/* Individual - Relacionados */

.related-posts {
	margin-bottom: 20px;
}

.related-posts .wpex-row {
	margin: 0 -25px;
}

.related-posts .wpex-row > .related-post {
	padding: 0 25px;
}

.related-posts .related-post-thumb {
	background: var(--azul);
	display: block;
}

.related-posts .theme-heading {
	display: none;
}

@media (max-width: 767px) {
	
	.related-posts .wpex-row > .related-post {
		margin-bottom: 40px;
	}
	
}

/*/// CONTACTO ///*/

.contacto-redes a.wpex-social-btn {
	border-radius: 100%;
	display: inline-block;
	margin: 0 10px 0 0;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
}

.contacto-redes a.wpex-social-btn::before {
	content: "";
    background: #fff;
    border-radius: 100%;
    position: absolute;
    inset: 2px;
    transition: opacity ease 0.3s;
}

.contacto-redes a.wpex-social-btn:hover::before {
	opacity: 0;
}

.contacto-redes a.wpex-facebook {
	background: #3b5998;
	color: #3b5998;
}

.contacto-redes a.wpex-instagram {
	background: -webkit-linear-gradient(30deg, #ffdc80, #f77737, #fd1d1d, #c13584, #833ab4);
	color: #e8474e;
}

.contacto-redes a.wpex-linkedin {
	background: #0077b5;
	color: #0077b5;
}

.contacto-redes .ticon {
	background: #fff;
	border-radius: 100%;
	display: block;
	line-height: 36px;
	height: 36px;
	width: 36px;
	margin: 2px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.contacto-redes a:hover .ticon {
	background: transparent;
	color: #fff !important;
}

.contacto-redes a.wpex-social-btn svg {
	height: 16px;
    fill: currentcolor;
    z-index: 2;
    position: relative;
    top: 12px;
}

.contacto-redes a.wpex-social-btn:hover svg {
    fill: #fff;
}

/*/// SIDEBAR ///*/

#sidebar {
	margin-bottom: 70px;
}

#sidebar li a::before {
	color: var(--celeste);
	font-family: "Font Awesome 6 Free";
}

.wpex-widget-recent-posts-thumbnail {
	background: var(--azul);
}

#sidebar .wpex-widget-recent-posts li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#sidebar .whatsapp {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

#sidebar .whatsapp h3 {
	margin-top: 0;
}

#sidebar .whatsapp .wp-block-button__link {
	background: #25D366;
}

#sidebar .whatsapp .wp-block-button__link::before {
	content: "\f232";
	font-family: "Font Awesome 6 Brands";
	display: inline-block;
	margin-right: 10px;
}

#sidebar .whatsapp .wp-block-button__link:hover {
	background: #128C7E;
	color: #fff;
}

@media (max-width: 959px) {
	
	#sidebar {
		display: none !important;
	}
	
}

/*/// CF7 ///*/

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

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

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

.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;
}

.wpcf7 .ticon.wpex-wpcf7-loader {
	display: none;
}

@media (max-width: 767px) {
	
	.wpcf7-form .fcol.x3 > 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 div.wpcf7-response-output {
	border: none;
	color: #fff;
	font-size: 16px;
	margin: 25px 0 0;
	padding: 20px 30px;
	text-align: center;
}

.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output {
	background: #D88D4C !important;
}

.wpcf7-form.failed .wpcf7-response-output {
	background: #D8554C !important;
}

.wpcf7-form.sent .wpcf7-response-output {
	background: #6CD84C !important;
}

/*/// FOOTER ///*/

/* Aviso */

#footer-callout-left {
	width: calc(100% - 300px);
}

#footer-callout-left span {
	position: relative;
}

#footer-callout-left span::after {
	content: "";
	background: var(--rojo);
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 5px;
}

#footer-callout-right {
	margin: 0;
	width: 315px;
}

#footer-callout-right > a {
	text-align: center;
	border: 2px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	display: block;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 25px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

#footer-callout-right > a:hover {
	background: var(--azul);
	border-color: var(--azul);
}

#footer-callout-right svg {
	fill: currentcolor;
	height: 26px;
}

@media (max-width: 1200px) {
	
	#footer-callout-right > a {
		font-size: 30px;
	}
	
}

@media (max-width: 767px) {
	
	#footer-callout-wrap {
		padding: 75px 0 80px !important;
	}
	
	#footer-callout-left, #footer-callout-right {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	#footer-callout-left {
		font-size: 30px;
	}
	
	#footer-callout-right > a {
		font-size: 25px;
		margin: 30px auto 0;
		width: 250px;
	}
	
}

/* Widgets */

.footer-box a:hover {
	text-decoration: underline;
}

.wpex-fa-social-widget .wpex-social-btn {
	border-width: 2px;
	color: #fff;
}

.wpex-fa-social-widget .wpex-social-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #3a4e91;
	text-decoration: none !important;
}

.wpex-fa-social-widget .wpex-social-btn svg {
	fill: currentcolor;
	height: 16px;
	position: relative;
	top: 2px;
}

.wpex-fa-social-widget ul li {
	margin-right: 10px;
}

#footer li {
	border: none;
}

@media (max-width: 959px) and (min-width: 768px) {
	
	#footer-widgets .col {
		width: 50%;
	}
	
}

@media (max-width: 767px) {
	
	#footer-inner {
		padding: 80px 0 35px !important;
	}
	
	#footer-widgets, #footer-widgets .wpex-fa-social-widget ul {
		text-align: center;
	}
	
	#footer-widgets .wpex-fa-social-widget ul li {
		float: none;
		display: inline-block;
		margin-bottom: 0;
	}
	
	#footer-widgets .wpex-fa-social-widget ul li:last-child {
		margin-right: 0;
	}
	
}

/* Copyright */

#copyright {
	width: 100%;
}

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

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

#copyright .right {
	float: right;
	width: auto;
}

#copyright .right img {
	height: 11px;
	opacity: 0.5;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

#copyright .right img:hover {
	opacity: 1;
}

@media (max-width: 767px) {
	
	#copyright {
		text-align: center;
	}
	
	#copyright .right, #copyright .left {
		display: block;
		float: none;
		width: 100%;
	}
	
}

/* WhatsApp */

footer .wpex-fa-social-widget ul li:last-child {
	position: fixed !important;
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	z-index: 2;
}

footer #wpex_fontawesome_social_widget-2 .wpex-social-btn.wpex-whatsapp {
	background: #25D366 !important;
	border-radius: 100% !important;
	border: none !important;
	color: #fff !important;
	display: block;
	text-align: center;
	width: 60px;
	height: 60px;
	margin: 0 !important;
	transition: all ease 0.3s !important;
	animation: pulse-wapp 2s infinite;
}

footer #wpex_fontawesome_social_widget-2 .wpex-social-btn.wpex-whatsapp .ticon {
	color: #fff !important;
	font-size: 30px !important;
	line-height: 60px;	
	display: inline-block;
}

footer #wpex_fontawesome_social_widget-2 .wpex-social-btn.wpex-whatsapp svg {
	height: 30px;
	position: relative;
	top: 14px;
}

footer #wpex_fontawesome_social_widget-2 .wpex-social-btn.wpex-whatsapp:hover {
	background: #128C7E !important;
}

#site-scroll-top {
	margin: 0 !important;
	right: 47px;
    bottom: 115px;
}

#site-scroll-top svg {
	fill: currentcolor;
	height: 12px;
}

@media (max-width: 1440px) {
	
	footer .wpex-fa-social-widget ul li:last-child {
		width: 50px;
		height: 50px;
		right: 20px;
		bottom: 20px;
	}
	
	footer #wpex_fontawesome_social_widget-2 .wpex-social-btn.wpex-whatsapp {
		width: 50px;
		height: 50px;
	}
	
	footer #wpex_fontawesome_social_widget-2 .wpex-social-btn.wpex-whatsapp .ticon {
		font-size: 25px !important;
		line-height: 50px;
	}

	#site-scroll-top {
		right: 30px;
		bottom: 90px;
	}
	
}

@media (max-width: 980px) {
	
	footer .wpex-fa-social-widget ul li:last-child {
		border-radius: 100% 0 0 100% !important;
		padding: 0 !important;
		right: -5px;
	}
	
	footer #wpex_fontawesome_social_widget-2 .wpex-social-btn.wpex-whatsapp {
		border-radius: 50% 0 0 50% !important;
	}
	
	footer #wpex_fontawesome_social_widget-2 .wpex-social-btn.wpex-whatsapp svg {
		top: 9px;
	}

	a#site-scroll-top {
		border-radius: 50% 0 0 50% !important;
		right: 0;
	}
	
}

/* NEWSLETTER */

.campo {
	width: 100%;
    margin: 10px 0;
}

form .campo {
    padding: 15px 20px;
    border-color: #cccccc;
}

.news-button {
	margin: 10px 0 !important;
}

/*/// ANIMACIONES ///*/

@keyframes scroll {
    0% {
        opacity: 1;
    }
      
    100% {
        opacity: 0;
        transform: translateY(25px);
    }
}

@keyframes pendulo {
    0% {
        transform: translateY(0);
    }
      
    50% {
        transform: translateY(10px);
    }
      
    100% {
        transform: translateY(0);
    }
}

@keyframes pulse-wapp {
	0% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
	}

	100% {
		transform: scale(0.90);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}