/* 
Theme Name: SIC - Grupo NODS
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Is a child theme of Hello Elementor.
Author: Diego Gelvez
Author URI: https://diegogelvez.ar/
Template: hello-elementor
Version: 2.0.2
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
*/

/* Add your custom styles here */

/* Slider continuo */

.slider-continuo .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
}

/* Shadow-sm in scroll en Elementor*/

header .elementor-sticky--effects{
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,.075);
-webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.075);
-moz-box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,0.075);
} 

a {
    overflow-wrap: anywhere!important;
    
}

.redirect-off.redirect-url {
    display: none;
}

.redirect-on.redirect-post {
    display: none;
}