/* 
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
*/

body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size:18px; 
	color:var(--e-global-color-text);
	padding: 0;
	margin: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6{
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;      
}

p{
    text-align: justify;
}
.header{
    z-index: 5;
}


ul.menu_aside {
    display: flex;
    flex-direction: column;    
    align-content: flex-start;
    list-style: none;
	position: relative;
    margin: 0;
    padding: 0;
}
.menu_aside li {
	display: flex;
    flex-direction: column;	
	list-style: none;
    text-align: right;
}
.menu_aside a {
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.menu_aside > li > a {
	font-family: var(--e-global-typography-primary-font-family);
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.menu_aside > li:hover > a, .menu_aside > li.current-menu-item > a {	
	color: var(--e-global-color-accent);
}
.menu_aside > li > a {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    text-align: center;
    border-bottom: dotted 3px rgba(255,255,255,0.2);
}

h1, h2, h3, h4, h5{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: 700;
}





 /***************************/
/******* ELEMENTOR ESTADARIZADO Y CORREGIDO *********/

/* Small devices  */
@media only screen and (min-width: 300px) {
.header{
    background: var(--e-global-color-secondary);
}
}
/* Tablet */
@media only screen and (min-width: 768px) {
    .logosite{
        position: absolute;
        z-index: 5;
    }
    .bgbg-1{
        background: url(https://ehndistribuciones.com.co/wp-content/uploads/2025/02/bgbg1.webp) repeat-x top left;
    }
    .middle_home{
        background: url(https://ehndistribuciones.com.co/wp-content/uploads/2025/02/bg-rod.png) no-repeat center bottom, url(https://ehndistribuciones.com.co/wp-content/uploads/2025/02/bgbg1.webp) repeat-x top left;
    }
}


/* Laptop */
@media only screen and (min-width: 1366px) {
    .header{
        background: rgba(0,28,85,0.7);
        backdrop-filter: saturate(180%) blur(20px);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5);
    }
    
}
/* desktop */
@media only screen and (min-width: 1400px) {

}








/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--e-global-color-accent) #E5E5E5;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent);
    border-radius: 20px;
    border: 3px solid #E5E5E5;
  }