/*
Theme Name: Empretec Conexiones
Description: Template de El Pixel
Author: El Pixel
Template: elpixel-empretec
Version: 1.0.8
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.sectores_list_card{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
            line-clamp: 4; 
    -webkit-box-orient: vertical;
}

/*Estilos header*/
header.header{
    height: auto!important;;
    position: fixed!important;;
    width: 100%!important;;
}
header.header img{
    height:100px!important;
    width: auto!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

header.header li, header.header span, header.header a{
    font-size: 16px;
}


.text-sub-title--blue {
    color: #04488c;
    font-size: 2.25rem;
}

/* Efecto de elevación al pasar el ratón */
.box-shadow-material:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.15);
}


.slick-list{
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
}
.slick-active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12.5px;
    right: 12.5px;
    z-index: -1; /* Place the pseudo-element behind the content */
    -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.2);
}
.bg-blue{
    background: linear-gradient(to bottom, #019dda4b 60%, white 40%);
}
.text-title--white{
    font-size: 2.5rem;
}
@media (max-width: 1100px) {

    .form.header-search{
        display: none!important;;
    }

    .foro_single p{
        font-size: 17px;
        color: #262626;
    }
}

