/*
Theme Name: Brillo Marketing
Theme URI: https://carnaval.studio/
Author: Carnaval Studio
Author URI: https://carnaval.studio/
Description: Agencia de marketing digital
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brillo-marketing
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, style-variations, template-editing, translation-ready, two-columns, wide-blocks
*/

/* Defaults
---------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

a,
button,
input,
textarea,
.wp-element-button {
	transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
	text-decoration-thickness: 3px;
}

a {
  text-decoration: underline var(--wp--preset--color--primary);
}
b,
strong,
th {
	font-weight: var(--wp--custom--font-weight--medium);
}

.h-change-color:hover{
	color: var(--wp--preset--color--quaternary)!important;
}
li::marker{
    color: var(--wp--preset--color--secondary)!important;
}
/* -- Buttons -- */
.is-style-fill a:hover{
	background-color: var(--wp--preset--color--primary)!important;
	color: var(--wp--preset--color--secondary)!important;
	border-radius: 30px!important;
}
.is-style-outline{
	color: var(--wp--preset--color--secondary);
}
.is-style-outline:hover{
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--base);
	border-radius: 30px;
}

.is-style-rounded:hover{
	padding-right: 30px;
	padding-left: 30px;
}

.is-style-quaternary a{
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--preset--color--base);
	border-radius: 30px;
}

.is-style-quaternary a:hover{
	background-color: var(--wp--preset--color--quaternary);
	color: var(--wp--preset--color--base);
	border-radius: 30px;
}

.is-style-quaternary-alt a{
	background-color: var(--wp--preset--color--custom-contrast-alt);
	color: var(--wp--preset--color--base);
	border-radius: 30px;
}

.is-style-quaternary-alt a:hover{
	background-color: var(--wp--preset--color--quaternary);
	color: var(--wp--preset--color--base);
	border-radius: 30px;
}

/* -- Forms -- */

input,
select,
textarea {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--contrast);
	border-radius: 0;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--outfit);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

input:focus,
textarea:focus {
	filter: brightness(95%);
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
}

::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--small);
	opacity: 0.5;
}
.wp-block-search__inside-wrapper{
	margin-top: 0px;
}

.footer-img-border{
	margin-bottom: -1px!important;
}

.wp-block-post-excerpt__more-link{
	display:none;
}
#ff_3_apellidos_last_name_ , #ff_3_email{
	background-color: var(--wp--preset--color--custom-secondary-alt);
    border-style: solid;
    border-color: var(--wp--preset--color--custom-secondary-alt);
    border-width: 1px;
}

#ff_3_apellidos_last_name_:focus , #ff_3_email:focus{
	background-color: var(--wp--preset--color--base);
    border-style: solid;
    border-color: var(--wp--preset--color--base);
    border-width: 1px;
}

/* FLUENT FORMS
--------------------------------------------- */
/* To target individual forms replace the first class .fluentform with your form id .fluent_form_#
--------------------------------------------- */

/* Label style
--------------------------------------------- */
.fluentform .frm-fluent-form .ff-el-input--label {
	font-size: var(--wp--preset--font-size--tiny);
	font-weight: var(--wp--custom--font-weight--light);
  	color: var(--wp--preset--color--base);
  	letter-spacing: 0.05em;
}

/* Field style
--------------------------------------------- */
.fluentform .frm-fluent-form .ff-el-form-control {
	background-color: var(--wp--preset--color--base);
	border: 1px solid var(--wp--preset--color--base);
	border-radius: 20px;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--outfit);
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: var(--wp--custom--font-weight--light);
	line-height: var(--wp--custom--line-height--body);
	padding: 10px 20px;
	width: 100%;
}

/* Focus field style
--------------------------------------------- */
.fluentform .frm-fluent-form .ff-el-form-control:focus {
	filter: brightness(95%);
	outline: none;
}

/* Placeholder text style
--------------------------------------------- */
.fluentform .frm-fluent-form .ff-el-form-control::placeholder {
	color: var(--wp--preset--color--contrast);
	font-size: var(--wp--preset--font-size--x-small);
	opacity: 0.5;
}

/* Placeholder focus text style
--------------------------------------------- */
.fluentform .frm-fluent-form .ff-el-form-control:focus::placeholder {
  color: var(--wp--preset--color--contrast);
}

/* Button style
--------------------------------------------- */
.fluentform .frm-fluent-form .ff-btn-submit {
    border-radius: 5px;
    border-width: 0;
    font-family: inherit;
    font-size: var(--wp--preset--font-size--x-small);
    font-weight: var(--wp--custom--font-weight--semi-bold);
    line-height: var(--wp--custom--line-height--medium);
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    text-decoration: none;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}

/* Button hover style
--------------------------------------------- */
.fluentform .frm-fluent-form .ff-btn-submit:hover {
  background-color: transparent;
}


/* Form error text style
--------------------------------------------- */
.fluentform .ff-el-is-error .text-danger {
    font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--base);
}

/* Success message style
--------------------------------------------- */
.fluentform .ff-message-success {
	position: relative;
	border: none;
	box-shadow: none;
    font-size: var(--wp--preset--font-size--x-small);
	font-weight: var(--wp--custom--font-weight--regular);
	color: var(--wp--preset--color--base);
 	padding: 0px;
	margin-top: 10px;
}


/* Checkbox
--------------------------------------------- */
.ff_t_c {
	font-size: var(--wp--preset--font-size--x-small);
	color: var(--wp--preset--color--base);
}
/* Blocks
---------------------------------------- */

/* -- Cover -- */

.wp-block-cover.is-style-gradient .has-background-dim:not([class*=-background-color]) {
	background-color: transparent;
	background-image: linear-gradient(to top, rgba(10,10,10,0.6), rgba(10,10,10,1));
	opacity: 1;
}

/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
	border: 1px solid currentColor;
	padding: 2px;
}

.wp-block-navigation-item{
    border-radius: 30px !important;
    padding: 8px 12px !important;
}
.wp-block-navigation-item:hover{
	background-color: var(--wp--preset--color--base);
    border-radius: 30px;
    padding: 8px 12px;
}

.wp-container-core-navigation-is-layout-1.wp-container-core-navigation-is-layout-1 {
    gap: var(--wp--preset--spacing--xsmall)!important;
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open,
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--base);
	color: var(--wp--preset--color--contrast);
}

.has-contrast-background-color .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open,
.has-contrast-background-color .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	border-color: var(--wp--preset--color--contrast);
	min-width: 180px !important;
	padding: 10px;
}

.has-contrast-background-color .wp-block-navigation__submenu-container {
	border-color: var(--wp--preset--color--base);
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
	padding: 2px 10px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 5px !important;
}

/* -- Categories List -- */
.wp-block-categories-list{
	padding-left:0px;
}

.wp-block-categories-list li{
	list-style-type: none;
}
/* Search
---------------------------------------- */

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
	max-width: inherit;
}

.wp-block-search__input{
	border-radius:30px;
}

.wp-block-search__button{
	background-color: var(--wp--preset--color--secondary)!important;
	color: var(--wp--preset--color--base)!important;
	border-radius: 30px!important;
}

.wp-block-search__button:hover{
	background-color: var(--wp--preset--color--primary)!important;
	color: var(--wp--preset--color--secondary)!important;
	border-radius: 30px!important;
}

.nav-search-button .wp-block-search__button{
	padding: 13px;
	margin-left: 12px!important;
	background-color: var(--wp--preset--color--base) !important;
    color: var(--wp--preset--color--secondary) !important;
	
}
.nav-search-button .wp-block-search__button:hover{
	padding: 13px;
	margin-left: 12px!important;
	background-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--secondary) !important;
	
}
/* WhatsApp
---------------------------------------- */
#qlwapp .qlwapp-toggle:hover{
	color: var(--wp--preset--color--secondary) !important;
	background-color: var(--wp--preset--color--primary) !important;
}
/* Map
---------------------------------------- */
.imapsImage:hover{
	filter: invert(1) grayscale(1) brightness(2);
}


@media only screen and (min-width: 782px) {
	.map_container .map_render {
		height: 1200px;
	}

}
/* Utility
---------------------------------------- */

/* -- Box Shadow -- */

.is-style-shadow-light {
	box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
	box-shadow: var(--wp--preset--shadow--solid);
}
.is-style-shadow-hover:hover{
	box-shadow: var(--wp--preset--shadow--light);
}

/* -- Text Shadow -- */
.is-style-text-shadow-light{
	text-shadow: var(--wp--preset--shadow--light);
}

/* -- Filter -- */

.is-style-filter-invert {
	filter: invert(1);
}

/* -- Position -- */

.is-style-position-fixed {
	position: fixed;
}

.is-style-position-relative {
	position: relative;
}


/* -- Image Hover -- */
.figure {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.figure .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.figure:hover .image-hover {
  opacity: 1;
}

/* -- Margings -- */
.has-no-padding{
	padding-right: 0;
    padding-left: 0;
}

/* -- Pull -- */

.is-style-pull-100 {
	margin-top: -100px !important;
}
.is-style-pull-50 {
	margin-top: -50px !important;
}
.is-style-pull-200{
	margin-bottom: -200px !important;
}
.is-style-pull-top{
	margin-top: -5px !important;
}

/* -- Z-Index -- */

.is-style-negative-zindex {
	z-index: -99;
}

.is-style-positive-zindex {
	z-index: 99;
}


/* -- No Underline -- */
.no-ul, .no-ul a {
	text-decoration: none;
}

/* Effects
---------------------------------------- */

/* -- Header -- */

.js-enabled .site-header {
	position: sticky;
	top: 0;
	transition: top 0.5s;
	z-index: 100;
}

/* -- Glassmorphism -- */

.is-style-white-glass{
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {

	/* -- Utility -- */

	.is-style-hidden-mobile {
		display: none !important;
	}

}

@media only screen and (max-width: 782px) {

	/* -- Columns -- */

	.wp-block-columns.is-style-column-reverse {
		flex-direction: column-reverse;
	}

}

@media only screen and (max-width: 1220px) {
	.is-style-pull-200{
		margin-bottom: -180px !important;
	}
}
@media only screen and (max-width: 782px) {
	.is-style-pull-200{
		margin-bottom: -240px !important;
	}
}
@media only screen and (max-width: 512px) {
	.is-style-pull-200{
		margin-bottom: -200px !important;
	}
}
/* Kadence Fixes
--------------------------------------------- */
.kadence-toolbar-design-library .kb-toolbar-prebuilt-button{
	display:none !important;
}