/* 
Theme Name: Shaddai
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema para el portal web Shaddai
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

/*
Reemplazar estos colores: Enlace normal #3480B2, Enlace al pasar el cursor #20376C
*/
a {color: #3480B2;}
a:active, a:hover {color: #20376C;}
*:focus {outline: none!important;}

/*ESTILOS MENU PRINCIPAL*/
.elementor-nav-menu .sub-menu {
	min-width: 200px !important;
}

/*ESTILOS HOME*/
#content-btn-video .btn-video {
    opacity: 0;
    transition: all 0.3s;
}
#content-btn-video:hover .btn-video {opacity: 1;}

/*ESTILOS HOME NUESTROS PILARES*/
#slide-hover ul {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
}
#slide-hover li {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
#slide-hover li img {
    position: absolute;
    right: 0;
    top: -90px;
    opacity: 0;
    transition: all 0.3s;
}
#slide-hover li:first-child img {
    opacity: 1;
}
#slide-hover li:hover {
    color: #1D1D1B;
}
#slide-hover li:hover img {
    opacity: 1;
}
/*ESTILOS HOME NUESTRO SISTEMA*/
#slide-hover-2 ul {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
}
#slide-hover-2 li {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
#slide-hover-2 li img {
    position: absolute;
    left: 0;
    top: -130px;
    opacity: 0;
    transition: all 0.3s;
}
#slide-hover-2 li:first-child img {
    opacity: 1;
}
#slide-hover-2 li:hover {
    color: #FFFFFF;
}
#slide-hover-2 li:hover img {
    opacity: 1;
}
/**/
.title-rojo span {
	color: #A60B2D;
}
/*ESTILO SEPARADOR DE PRODUCTOS*/
.products-browse .ae-post-list-item {
	position: relative;
}
.products-browse .ae-post-list-item:after {
	content: '';
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 35px;
    background: url('https://shaddai.pixelpro.one/wp-content/uploads/2025/03/separador.svg') center no-repeat;
}
.products-browse .ae-post-list-item:last-child:after {display: none;}

/*Dispositivos más grandes que móviles*/
@media all and (min-width: 768px) {
	
}

/*Dispositivos más grandes que tablets*/
@media all and (min-width: 1025px) {
	
}

/*Portátiles comunes y más grande*/
@media all and (min-width: 1320px) {
	html {font-size: 17px;}/*Si se usan tamaños de fuente en rem se verá 106.25% más grande en dispositivos arriba de 1320px*/
	
}

/*Tamaño intermedio entre portátiles comunes y Desktop grande*/
@media all and (min-width: 1500px) {
	html {font-size: 18px;}/*Si se usan tamaños de fuente en rem se verá 112.5% más grande en dispositivos arriba de 1500px*/
	.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1380px;}/*Pueden retirar esta línea si no se necesita aumentar el tamaño del contenedor de elementor en dispositivos arriba de 1500px*/
}

/*Desktop grande de 1920px, Desktop 4K y Retina*/
@media all and (min-width: 1800px) {
	html {font-size: 20px;}/*Si se usan tamaños de fuente en rem se verá 125% más grande en dispositivos arriba de 1800px*/
	.elementor-section.elementor-section-boxed > .elementor-container {max-width: 1700px;}/*Pueden retirar esta línea si no se necesita aumentar el tamaño del contenedor de elementor en dispositivos arriba de 1800px*/
}

/*Tablets y móviles*/
@media all and (max-width: 1024px) {
	#slide-hover li img {width: 360px;}
	#slide-hover-2 li img {width: 360px;}
}

/*Solo móviles*/
@media all and (max-width: 767px) {
	#slide-hover ul {
		height: 525px;
	}
	#slide-hover li {text-align: center;}
	#slide-hover li img {
		bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: 310px;
	}
	#slide-hover-2 ul {
		height: 525px;
	}
	#slide-hover-2 li {text-align: center;}
	#slide-hover-2 li img {
		bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        width: 310px;
	}
}