@charset "UTF-8";
/*!
 * main.css - https://smilecomumincacion.com/
 * Version - 6.0.7
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2024 SMiLE comunicacion
 */

/*--------------------------------------------------------------
# INDICE
# 4.5 - SIDEBAR + WIDGETS
		# 5.0 - FAQ
# 6.0 - FOOTER
		# 7.0 - TESTIMONIAL
# 8.0 - BLOG
# 9.0 - BOTON WHATSAPP
		# 10.0 - MODAL
--------------------------------------------------------------*/

small {
	color: var(--text-muted);
}

h1 {
	color: var(--text-heading);
}

h2,
h3,
h4,
h5,
h6 {
	color: var(--text-subheading);
}

blockquote {
	color: var(--text-quote);
}


.text-emphasis {
	color: var(--text-emphasis);
}

.text-quote {
	color: var(--text-quote);
}

.text-list {
	color: var(--text-list);
}

.btn {
	background-color: var(--btn-bg);
	color: var(--btn-text);
	border: 1px solid var(--btn-border);
}

.btn:hover {
	background-color: var(--btn-bg-hover);
	color: var(--btn-text-hover);
	border: 1px solid var(--btn-border-hover);
}

/*--------------------------------------------------------------
# 4.5 - SIDEBAR + WIDGETS
--------------------------------------------------------------*/

.sidebar-text {
	color: var(--text-base)
}

#toc_container a,
#ez-toc-container a,
#secondary a {
	color: var(--toc-link);
}

/*--------------------------------------------------------------
# 6.0 - FOOTER
--------------------------------------------------------------*/

#footer .fa {
	color: var(--color-white);
	padding: 15px;
}

#footer .fa:hover {
	color: var(--link)
}

#footer .footer-top a {
	color: var(--footer-link);
	text-decoration: none;
}

#footer .footer-top a:hover {
	color: var(--footer-link-hover);
}

#footer .current_page_item>a {
	color: var(--footer-link-hover);
}


.menu-social-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .footer-link ul li {
	list-style: none;
	padding: 10px 0;
	line-height: 1.2;
	border-bottom: 1px solid var(--footer-border);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#footer #menu-redes-sociales-1 li a {
	padding: 7px;
	font-size: 20px;
	color: #fff;
}

#footer #menu-redes-sociales-1 li a:hover {
	color: var(--link);
}



#topBar .social-links a {
	color: var(--topbar-social-icon);
}

.svg-icon svg {
	fill: var(--icon);
}

#topBar .svg-icon svg {
	fill: var(--topbar-social-icon);
}

#topBar .buscar svg {
	fill: var(--topbar-social-icon);
}

#footer .svg-icon svg {
	fill: var(--footer-social-icon);
}

#footer .svg-icon svg:hover {
	fill: var(--footer-social-icon-hover);
}

.footer-svg {
	transform: rotatex(180deg);
	padding: 20px 0px 0px 0px;
}

/* CONTACT */
.php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
}

.php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.php-email-form .error-message br+br {
	margin-top: 25px;
}

.php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.php-email-form .loading {
	display: none;
	color: green;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
}

/*--------------------------------------------------------------
# 8.0 - BLOG
--------------------------------------------------------------*/

.comment-form-comment {
	display: grid;
}

.comment-form input:not([type="checkbox"]),
.comment-form textarea {
	width: 100%;
	padding: 10px;
	color: var(--form-text);
	background-color: var(--form-bg);
	border: 1px solid var(--form-border);
}

/* Estilo específico para el checkbox */
.comment-form input[type="checkbox"] {
	width: auto;
	padding: 0;
	margin: 0 8px 0 0;
	vertical-align: middle;
}

/* La etiqueta del checkbox va en línea */
.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

.comment-form-cookies-consent input[type="checkbox"] {
	margin-right: 8px;
	margin-bottom: 8px;
}

.comment-form-cookies-consent label {
	margin: 0;
	/* opcional */
}

.blog-col {
	position: relative;
}

.blog-col figure {
	background-color: var(--color-white);
	/* margin: 10px; */
}

.blog-col img:hover {
	opacity: .7;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: all .4s;
}

.blog-col figure figcaption {
	padding: 0 20px 10px;
}

.blog-col figcaption a {
	text-decoration: none;
}

.category {
	position: absolute;
	z-index: 1;
}

/*  #Blog Artículos destacados FIN */
/*--------------------------------------------------------------
	# 9.0 - BOTON WHATSAPP
	--------------------------------------------------------------*/
.whatsapp-button {
	position: fixed;
	right: var(--whatsapp-offset-right, 15px);
	bottom: var(--whatsapp-offset-bottom, 15px);
	z-index: 101;
}

.whatsapp-background {
	background: #00bb2d;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	transition: background 0.5s;
}


.whatsapp-background svg {
	fill: white;
	font-size: 16px;
	width: 45px;
	height: 45px;
	padding: 6px;
	line-height: 1;
	transition: fill 0.5s;
}

/* Efecto hover */
.whatsapp-background:hover {
	background: #00801e;
}

.whatsapp-background:hover svg {
	fill: var(--footer-social-icon-hover);
}

/* Navigation submenu */
#masthead #nav-menu .sub-menu {
	background-color: var(--masthead-submenu-bg);
	color: var(--masthead-submenu-text);
}

#masthead #nav-menu .sub-menu li>a {
	color: var(--masthead-submenu-text);
}

#masthead #nav-menu .sub-menu li>a:hover {
	color: var(--masthead-link-hover);
}

.menu-item-has-children i::after {
	content: "\003E";
	position: absolute;
	top: 5px;
	right: 5px !important;
	z-index: 9999;
	font-weight: 100;
	font-size: 15px;
}

#masthead .menu-item-has-children i::after {
	color: var(--masthead-submenu-text);
}

#nav-menu .current_page_item>a {
	color: var(--masthead-link-hover);
}

@media (min-width: 768px) {
	#masthead #nav-menu .sub-menu {
		background-color: var(--masthead-submenu-bg);
		color: var(--masthead-submenu-text);
	}
}