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

.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}
.slick-slider .slick-track, .slick-slider .slick-list{
    padding-top: 0;
}

.empretec-hub a:hover {
    color: #04488c!important;
}
.text-white{
    color: white;
}


.empretec-hub{
font-family: 'Avenir', sans-serif;
font-size: 18px;
}
.text-align-center{
    text-align: center;
}
.text-title--blue {
    color: #04488c;
    font-size: 32px!important;
}

.text-supertitle--white {
    color: #fff;
    font-size: 3.5rem!important;
}
.text-darkblue{
    color: #04488c;
}
.bg-lightgray{
    background-color: #fefefe;
}
.bg-darkblue{
    background-color: #04488c;
}
.empretec-hub p {
    color: #262626;
    font-weight: 300;
}
.empretec-hub.single p, .empretec-hub.single td{
    color: #262626;
    font-weight: 300;
    text-align: justify;
    font-size: 18px;
}
.empretec-hub.home article .entry-content p{
    font-size: 1.1rem!important;
}
.article-single .entry-content p{
    margin-bottom: 14px;
}
.article-home p{
    margin-bottom: 0rem;
}
.side-bar .widget {
    margin-bottom: 45px;
    background-color: white;
}
.side-bar .widget_search{
padding: 0.75rem 1.5rem;
}
.side-bar .widget_search{
padding-bottom: 2rem;
}

.wp-widget-group__inner-blocks {
    padding: 1rem 2rem;
    padding-bottom: 2rem;
}
.widget-title {
    padding: 1rem 2rem;
    padding-top: 1rem;
    padding-top: 1.5rem;
}
.entry-title a, .widget-title{
    color: #04488c;
}
.wp-block-categories{
    padding-left:0;
    margin-bottom:0;
}
.side-bar .widget li {
    position: relative;
    color: #6f6f6f!important;
}

.widget_block form p{
    margin-bottom: 0rem;
}
.widget_block li {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease;
    z-index: 0;
    

}

.widget_block li.cat-item{
    justify-content: start;
}
.widget_block li.cat-item a{
    padding-right: 0.75rem;
}
figcaption{
    font-size:12px;
    text-align: end;
}
.widget-area.side-bar .widget {

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;


    margin-left: auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    border: 0;

}


.empretec-hub.home article a{
    transition: 0.45s;    
}

.widget_block p:empty {
    display: none;
}
.widget_block p label:empty{
    display: none;
}
.article-home{
    overflow: hidden;
    transition: 0.45s;  
    margin-bottom: 45px;
}
.empretec-hub.home article a img, .widget a img{ 
    transition: 0.45s;  
}
.empretec-hub.home article a:hover, .widget a:hover{
    
    opacity: 0.85;

}
.empretec-hub.home article .overlay{
    border-radius: 0.42rem;
}
.empretec-hub.home article .overlay, .widget .overlay{
    transition: 0.45s;  
    
    overflow: hidden; 
}

.recent-post{
    margin-top: 10px;
    margin-bottom: 10px;
}
.img-inner{
    width: 100%!important;
    max-height: 200px!important;
    object-fit: cover;
}


.empretec-hub.home article a:hover .overlay, .widget a:hover .overlay{
    background-color: #fff;
  
}
.empretec-hub.home article a:hover img{
    opacity: 0.85;
    transform: scale(1.015,1.015);
}

.empretec-hub.home article a:hover p{
    color: #04488c;
}

.widget_block .wpcf7-email{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.widget_block .wpcf7-submit{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.wpcf7-spinner{
    display: none;
}
.wpcf7-response-output{
    display:none!important;
}
.wp-block-search__input{
    font-size:18px!important;
    color:#6f6f6f!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.wpcf7-form-control{
    display: block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    padding: 0.65rem 1rem;
    font-size: 18px!important;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.wpcf7-submit{
    color: #ffffff;
    background-color: #3699FF;
    border-color: #3699FF;
    height: calc(1.5em + 1.3rem + 2px);
}
.search-submit{
    color: #ffffff;
    background-color: #3699FF;
    border-color: #3699FF;
    height: calc(1.5em + 1.3rem + 2px);
    border-top-right-radius: 0.42rem!important;
    border-bottom-right-radius: 0.42rem!important;
}
.empretec-hub .side-bar .wp-post-image {
    width: 100%!important;
    height: 66px!important;
    object-fit: cover;
    object-position: center;
    border: 1px solid #E4E6EF;
}
.img-sidebar{
    width: 100%!important;
    height: 70px!important;
    object-fit: cover;
    object-position: center;
    border: 1px solid #E4E6EF;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    cursor: pointer;

    height: 16px;
    width: 16px;
    background-image: url("./inc/img/blue_x.svg");
}

input[type="search"]::-webkit-search-cancel-button :after {
    content: '\F62A';
    font-style: italic;
    color: #3699FF;
}

.bg-transparent{
    background-color: transparent!important;
}
.newsletter-single .entry-content p{
    padding-left: 2rem;
    padding-right: 2rem;
}

.newsletter-single .entry-content img{

    object-fit: cover;
    width: 100%;
    height: auto;
}
.newsletter .entry-content{
    overflow: hidden;
}

.slope-bg{
    background: linear-gradient(360deg, transparent 40%, #3699FF 40.5%, #3699FF 0%, #04488c 100%) no-repeat;
    background-size: 100% 700px;
    position: absolute!important;
    height: 300px;
    width: 100%;
   
    background-clip: border-box;
    border: 1px solid #EBEDF3;
    border-radius: 0.42rem;

    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 30px 5px rgb(82 63 105 / 15%);
    
    border: 0;
}
.wp-block-tag-cloud a {
    display: block;
    margin-right: 5px;
}
.wp-block-separator{
    width: 50%;
    margin: 20px auto!important;
}
@media (max-width: 1200px) {
    .empretec-hub .size-post-thumbnail.wp-post-image, .home .entry-content{
        width: 100%!important;
        height: auto!important;
    }
    .empretec-hub .wp-post-image{
        width: 100%!important;
        height: 200px!important;
        object-fit: cover;
    }
}
@media (min-width: 992px) {

    .empretec-hub.single{
        padding-top: 85px;
    }
    .empretec-hub.home article .entry-content p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6; /* number of lines to show */
                line-clamp: 6; 
        -webkit-box-orient: vertical;

    }
}
@media (max-width: 768px) {
    .empretec-hub .size-post-thumbnail.wp-post-image, .home .entry-content{
        width: 100%!important;
        height: auto!important;
    }
    
}


@media (min-width: 1200px) {
    .empretec-hub .wp-post-image{
        width: 100%!important;
        object-fit: cover;
    }
    .home .entry-content{
        width: 100%;
        height: auto!important;
        text-align: left;
    }
    .empretec-hub.home article .entry-content p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9; /* number of lines to show */
                line-clamp: 9; 
        -webkit-box-orient: vertical;
    }
    .news .img-inner{
        padding-top: 1em;padding-bottom: 1em;background-color: white;
    }
}

/*Estilos header*/
header.header{
    height: auto;
    position: fixed;
    width: 100%;
}
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;
}
#sidebar{
    top: 105px!important;
}
.color-dark-blue{
    color: #04488c!important;
}
#secondary .dashboard .cat-item{
    font-size: 18px;
}

.thumb32{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.avatar-title{
    width:30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
}

.article-home .entry-content{
    margin-top: 15px;
}

.article-home .entry-title{
    font-size: 1.75rem!important;
}

.article-home.card.card-custom {
    box-shadow:none!important;
    -webkit-box-shadow:none!important;
  
}


.article-home > .post-thumbnail.slider-col{
    max-height: 55vh;
    overflow: hidden;
    overflow-y: scroll;
}


.btn-primary.active{
    background-color: #fff!important;
    color:#187DE4!important;
    border-color: #187DE4!important;
}

.btn-primary.active:hover{
    background-color: #187DE4!important;
    color:#fff!important;
    border-color: #fff!important;
}
.parallax {
    /* The image used */
    background-color: #000;
    background-image: url("/wp-content/themes/elpixel-empretec-innovahub/inc/img/bg-1.jpg");
  
    /* Set a specific height */
    min-height: 600px;
    transition: background 1s linear;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .faq-container{
    background:url('/wp-content/themes/elpixel-empretec-innovahub/inc/img/16.png'), linear-gradient(#f8f8f8, #fff);
    background-repeat: no-repeat;

    background-position: top center; 
}
.text-center{
    text-align: center;
}
.border-six.border-left{
    border-width: 6px!important;
}
.emprendimiento-item .img-inner{
    width: 100%!important;
    max-height: 180px!important;

    object-fit: contain;
    margin-top: 20px;
}
.expertos-item .img-inner{
    width: auto!important;
    height: 200px!important;

    border-radius: 0.42rem!important;
}
.img-concurso.img-inner{
    width: 100%!important;
    max-height: 200px!important;
    object-fit: cover;
    margin-top: 0px!important;
}
.img-user{
    width: auto!important;
    max-width: 100%!important;
    height: 120px!important;
    object-fit: cover!important;
    object-position: top!important;
    border-radius: 0.42rem!important;
}
img.img-emprendimiento {

    width: auto;
    object-fit: cover;
  
    margin: auto;
    height: 175px;
}
.sectores_list_card{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
}
#rev_slider_1_1_wrapper{
    background-color: #fff!important;
}
#rev_slider_1_1,#rev_slider_1_1_wrapper{
 
    border-radius: 0.42rem!important;
    
}
#dit_content{
    background-position: center bottom!important;
}
#rev_slider_1_1, #rev_slider_1_1_wrapper {
    /* height: 100%!important; */
    width: 100%!important;
    border-radius: 0.42rem!important;
}

@media (max-width: 1999px) {

    .emprendimiento-item{
        padding-top: 1em;
    }
}
@media (min-width: 992px) {


    /*   
    #rev_slider_1_1,#rev_slider_1_1_wrapper{
        
        max-height: 250px!important;
    }
    */
    #rev_slider_1_1{
        
        -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.5);
        border: 0;
    }
}


@media (min-width: 1000px) {

    .card-adjust-xl .card-body {
        height: calc(100% - 60px);
        overflow-y: auto;
    }
    

}
@media (min-width: 1200px) {

    .card-adjust-xl .card-body {
        height: calc(100% - 60px);
        overflow-y: auto;
    }
 
}
@media (min-width: 1350px) {
    
    #dit_content{
        background-position: left bottom!important;
    }   
}
