/* 
Theme Name: KELSIS 2024
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Jose García
Author URI: https://grupogo.com.co/
Template: hello-elementor
Version: 1.0.1
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
*/
#wp-admin-bar-root-default {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1rem !important;
}
html {
  scroll-behavior: smooth;
}

.home .titulo,
.home .header-tit,
.home .header-titulo,
.home .titulo,
header.page-header,
.elementor-page-120 .titulo,
.elementor-page-120 .header-tit,
.elementor-page-120 .header-titulo,
.elementor-page-1270 .titulo {
    display: none;
}
.page-content {
    padding: 0px 0;
}

li.menu-store {
    /*background: #8bba4e;
    padding: 0px 10px !important;
    border-radius: 10px;*/
}
li.menu-store a.elementor-item{
    /*color: #fff !important;
    font-weight: 500 !important;
    padding: 10px !important;*/
}
/*---- CARRUSEL MARCAS ---*/
.home-logo-carrusel img {

}
.contacto-lista strong{
    font-weight: 400;
    color: #1366EA;
    font-size: 16px;
}


/*--- TABLAS RENTING   ---*/
.tabla-renting {
    overflow-x: auto;
}
.tabla-renting th {
    background: #d5d5d5 !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
}

/*--- PRODUCTOS y PROYECTOS ---*/
.category-productos .elementor-post__title {
    min-height: 65px !important;
}
.producto-info h3 {
    color: #1C3F85;
    font-weight: 400;
    font-size: 18px;
    /*margin-top: -10px*/
}
.category-workclean .producto-info h3,
.category-equipos .producto-info h3 {
    color: #1C3F85;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
}

.producto-info b, .producto-info strong {
    font-weight: 600;
}
.elementor-post__read-more-wrapper .elementor-post__read-more {
    border: 1px solid #6d6c6c;
    padding: 3px 10px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 8px;
}
.archivos-productos h3.elementor-post__title {
    min-height: 45px;
}
/*--- FOOTER ---*/
.lista-contacto a{
    color: #1366ea;
}

/* --- C O N T A C T O   H E A D E R ---*/
.elementor-element.elementor-element-cb869ba.elementor-widget__width-initial.menu-lateral-desplegable.elementor-fixed.elementor-widget.elementor-widget-template {
    position: fixed;
    top: 10%;
    right: -23%;
}
.element-cb869ba.elementor-widget__width-initial.menu-lateral-desplegable.elementor-fixed.elementor-widget.elementor-widget-template
.menu-lateral-desplegable,
.elementor-45 .elementor-element.elementor-element-cb869ba{
    border-radius: 20px 0 0 20px;
    z-index: 9999;
    padding: 20px;
    width: 225px;
    overflow: hidden;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
    transition-delay: 0.2s;
    float: left;
}
element-cb869ba.elementor-widget__width-initial.menu-lateral-desplegable.elementor-fixed.elementor-widget.elementor-widget-template:hover { 
	right: 5% !important; 
}

.menu-lateral-desplegable h3 {
    position: relative;
    border-bottom: 0px !important;
    color: #fff !important;
    font-size: 22px;
}
.elementor-45 .elementor-element.elementor-element-cb869ba:hover,
.menu-lateral-desplegable:hover{
    top: 5%;
    right: 0% !important;
}

.header-contacto-titulo {
    transform: rotate(-90deg);
    margin-top: 110px;
    float: left;
    width: 20px;
}
.menu-lateral-desplegable br {
    display: none;
}