/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Links */
a {
    background-color: transparent;
    text-decoration: none;
    color: blue;
}

/* Sección completa */
.wzkb_section_wrapper .wzkb_section {
	  padding: 2rem;
    background-color:#FFFFFF;
    border-radius: 10px;
    border-color: #FFFFFF;
    border-width: 1px;
    -webkit-box-shadow: 0px;
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.08);
    min-height: 20rem;
}

.wzkb_section_wrapper .wzkb_section:hover {
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.12);
}


.wzkb_breadcrumb {
	padding: 1rem 0 1rem 0!important;
}

/* Titulo de la sección */
.wzkb_section_name{
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	
}

/*Lista*/
.wzkb-articles-list{
	
}

/* Icono de la lista */
.wzkb-article-name::before{
}

/* Links de la lista */
.wzkb-article-name a{
	color: #555780;
}

/* Texto del footer */
.wzkb-article-footer {
	padding-top: 5px;
}

/* Link del footer */
.wzkb-article-footer a {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    background-color: rgba(255, 255, 255, 0);
    color: #333;
    text-decoration: none;
    border: 1.5px solid #ccc; 
    border-radius: 30px; 
    transition: all 0.3s ease;
	  font-weight: 500;
}
.wzkb-article-footer a:hover {
    background-color: rgba(248, 248, 248, 0.4);
    border-color: #999; 
	 font-weight: 500;
}

/* Contador de la lista */
.wzkb_section_count{
 background-color: rgb(1,1,1,0);	
	color: darkblue;
}


/* Buscador */
/* Form wzkb */
.wzkb-search-form{
	background-color: whitesmoke;
	border-radius: 50px;
	margin: 10px 10px 10px 10px;
		
}

input[type=search].wzkb-search-field {
	background-color;
	margin: 20px 10px 20px -30px;
	font-size: 18px;
	background: none;
}

/* Header */

html, body {
    max-width: 100%;
    overflow-x: clip;
}

.header-h1-oneclickagency h1 {
	font-size: 50px;
}

.header-p-oneclickagency p {
	font-size: 20px;
    font-weight: 300;
}

.stickyHeader{
   	background-color: rgb(255 255 255) !important;
    position: fixed;
    width: 100%;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.stickyHeader .hfe-menu-item {
	color: #404040!important;
}

.clearHeader .header-logo-oneclickagency {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(180%) contrast(119%);
}

.elementor-2 .elementor-element.card-discover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	background-color: #7A35FE0D;
    padding: 1rem 0 1rem 0;
    border-radius: 0.8rem;
}