/**
Theme Name: IudexLex
Author: Cointic
Author URI: https://cointic.com.mx/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
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: iudexlex
Template: astra
*/

:root {
	--wpdm-text--e-global-color-astglobalcolor5: #fff !important;
	--wpdm-border--e-global-color-astglobalcolor5: #fff !important;
}

.elementor-kit-6 {
	--wpdm-text--e-global-color-8459a41: #fff !important;
	--wpdm-border--e-global-color-8459a41: #fff !important;
	--wpdm-border--e-global-color-791599e: #fff !important;
	--wpdm-bg--e-global-color-791599e: #fff !important;
	--wpdm-text--e-global-color-a1ffcad: #000 !important;
}

.ekit-template-content-header {
	top: 0px !important;
	position: sticky !important;
	z-index: 99;
}

.swtch-dark-lex .wp-dark-mode-ignore {
	background: #55555500 !important; 
}

.btn-per-black svg {
	width: 28px !important;
	height: 28px !important;;
}


.btn-per-black .ue-simple-popup-trigger path {
	fill: var( --e-global-color-8459a41 ) !important; 
}

.btn-per-black .elementor-button-link path {
	fill: var( --e-global-color-8459a41 ) !important; 
}

.btn-per-black .ue-simple-popup-trigger:hover path {
	fill: var(--e-global-color-astglobalcolor5) !important;
}

.btn-per-black .elementor-button-link:hover path {
	fill: var(--e-global-color-astglobalcolor5) !important;
}

.btn-per-black .elementor-button-content-wrapper {
	align-items: center !important;
}

.btn-per-white .elementor-button-content-wrapper {
	align-items: center !important;
}

.btn-per-white svg {     /*vector escalable*/
	width: 28px !important;	
}

.btn-per-white .elementor-button-link path {
	fill: var(--e-global-color-astglobalcolor5) !important;
}

.btn-per-white .elementor-button-link:hover path {
	fill: var(--e-global-color-8459a41) !important;
}

.logo-white svg {
	display: block;
	background: transparent;
}

.logo-white path {
	fill: #ffffff00 !important;
}

.logo-white circle {
	fill: #ffffff00 !important;
}

.st0 {
	stroke: #fff;
  	stroke-dasharray: 1200;
	stroke-dashoffset: 0;
	animation: dash 10s 0s forwards infinite;
  	stroke-width: 2px;
  	stroke-linecap: round;
  	stroke-linejoin: round;
}
.st1 {
	stroke: #fff;
  	stroke-dasharray: 1200;
	stroke-dashoffset: 0;
	animation: dash 10s 0s forwards infinite;
  	stroke-width: 2px;
  	stroke-linecap: round;
  	stroke-linejoin: round;
}

.elementskit-commentor-header {
	display: none !important;
}

.elementskit-commentor-content p {
	margin-top: 0px !important;
}

.form-input {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 0px !important;
}

.form-input p {
	margin-bottom: 10px;
}

.form-input label {
	font-family: 'Jost';
	font-weight: 400;
    font-size: 16px;
}

.input-med {
	width: 49%;
}

.input-med input {
	border-radius: 0px;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: #b9b9b9;
	box-shadow: none;
}

.input-med input:focus {
	border-style: solid !important;
	border-color: #000000 !important;
	border-width: 0px !important;
	border-bottom-width: 2px !important;
}

.input-com {
	width: 100%;
}

.input-com input {
	border-radius: 0px;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: #b9b9b9;
	box-shadow: none;
}

.input-com input:focus {
	border-style: solid !important;
	border-color: #000000 !important;
	border-width: 0px !important;
	border-bottom-width: 2px !important;
}

.input-com textarea {
	border-radius: 0px;
	border-width: 0px;
	border-bottom-width: 2px;
	border-color: #b9b9b9;
	box-shadow: none;
	height: 110px !important;
}

.input-com textarea:focus {
	border-style: solid !important;
	border-color: #000000 !important;
	border-width: 0px !important;
	border-bottom-width: 2px !important;
}

.input-btn input {
	background-color: #000000 !important;
	color: #fff !important;
	transition: .3s !important;
	font-family: 'Jost';
}

.input-btn input:hover {
	background-color: #F0EEF2 !important;
	color: #000000 !important;
	transition: .3s !important;
	font-family: 'Jost';
}

\\Figura Luna Modo Oscuro 

.swtch-dark-lex path {
    stroke: #fff;
    stroke-width: 8px;  /* Grosor del contorno */
}

.swtch-dark-lex .wp-dark-mode-ignore {
	height: 60px !important;  /*Alto*/
	width: 60px !important;   /*Ancho*/
	z-index: 99 !important;   /*controla el orden de apilamiento*/
	border: none !important;  /*define los bordes*/
	padding: 0 !important; /* crea espacio interno alrededor del contenido del elemento */
	align-items: center !important; /*alinea los elementos hijos dentro de un contenedor*/
	justify-content: center !important; /*alinea los elementos dentro de un contenedor*/
	overflow: visible !important; /*Permite la visibilidad del contenido desbordado*/
}

.thm-woo-iudex img {
	border-radius: 25px !important;	
}


.shopengine-widget .shopengine-grid ul.products li.product img {
	margin-bottom: 0px !important;
}

.thm-woo-iudex .loop-product--btns {
	display: none !important;
}

.sticky-services-ind {
	position: sticky !important;
	top: 105px
}

\\ Ajustes responsivos

@media (max-width: 1024px) {
	
	.menu-idiomas .elementskit-menu-offcanvas-element {
		padding-bottom: 0px !important;
	}
	
	.menu-idiomas .ekit-menu-nav-link {
		padding-bottom: 0px !important;
	}
	
	.swtch-dark-lex .wp-dark-mode-ignore {
	height: 60px !important;  /*Alto*/
	width: 50px !important;  /*Ancho*/
		z-index: 99; /*controla el orden de apilamiento*/
		
}
		

	
\\Ajustes de los bordes para la luna
	
	.swtch-dark-lex .wp-dark-mode-ignore {
    height: 85px !important;  /*Alto*/
    width: 90px !important;   /*Ancho*/
    padding: 20px !important; /*Espacio interno alrededor de la luna */
    box-sizing: border-box;
    }
	
/*Responsabilidad de la luna*/
	
	.swtch-dark-lex path {
    stroke: #fff !important;
    stroke-width: 0px !important;  /*Esto elimina el grosor*/
}
}

@media (max-width: 767px) {
	.input-med {
		width: 100%;
		
	}
   .dt-container .dt-layout-row.dt-layout-table .dt-layout-cell {
 
    overflow-y: scroll;
		
	}
}
	
.sticky-image {
  position: sticky;
  top: 120px;                        /* distancia desde top del viewport */
}

.thm-woo-iudex .shopengine_add_to_list_action {
	display: none !important;
}


.thm-woo-iudex .shopengine-quickview-trigger  {
	display: none !important;
}

.thm-woo-iudex .add_to_cart_button {
	display: none !important;
}

.thm-woo-iudex .add_to_cart_button {
	display: none !important;
}

.thm-woo-iudex .product_type_simple {
	filter: opacity(0) !important;
    pointer-events: none !important;
}

.thm-woo-iudex .shopengine_comparison_add_to_list_action {
	display: none !important;
}

.thm-woo-iudex .ast-on-card-button {
	position: relative !important;
}

.txt-baner span {
	color: #fff !important;
}

.txt-baner h2 {
	color: #fff !important;
}

.txt-baner p {
	color: #fff !important;
}