/*
Theme Name: 	Industryee WP Child
Theme URI: 		http://thememascot.net
Description: 	WordPress Theme
Author: 			ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 			4.0
License: 			GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	industryee-wp-child
Template: 		industryee-wp
*/

.btn-success{
    transition: all .5s ease-in;
    background-color: #9CCB3E;
}

.btn-success:hover{
    background-color: transparent;
    color: #FFD12D;
    border: 1px solid #FFD12D;
}

.wpb_wrapper div {
    background-size: auto !important;
}

.staff-content .name a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.staff-content .short-bio a:hover{
    color: white !important;
}

.staff-header .thumb img{
    height: 350px;
}

.icon-inds_sostenible img{
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: box-shadow, transform;
}

.icon-inds_sostenible img:hover{
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.imapsImage{
    cursor: pointer !important;
}

.animated-container-grow .wpb_wrapper.vc_figure{
    border-radius: 99px;
    border: 8px solid #eee;
    transition: all .3s ease-in-out;
    background-color: white;
    padding: 0;
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.animated-container-grow:hover .wpb_wrapper.vc_figure{
    border-color: #FFD12D;
} 
.animated-container-grow .wpb_wrapper.vc_figure img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .5s cubic-bezier(.57,.04,.06,.84),opacity 0s;
    transition: transform .5s cubic-bezier(.57,.04,.06,.84),opacity 0s;
}

.animated-container-grow:hover .wpb_wrapper.vc_figure img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.noticia-wrapper-inicio .section-title-style1 .title-wrapper{
    margin-bottom: 20px;
    padding-bottom: 3rem;
    position: relative;
    border-bottom: 4px solid #9CCB3E;
    transition: .2s all ease-in;
    background-color: #44546a;
    margin-top: -45px !important;
    padding-top: 1rem;
    box-shadow: 0px 0px 50px rgb(5 5 5 / 8%);
    padding-left: 15px;
    padding-right: 15px;
}

.noticia-wrapper-inicio:hover .section-title-style1 .title-wrapper{
    margin-top: -65px !important;
    border-color: #FFD12D;
}

.noticia-wrapper-inicio:hover .section-title-style1 .title-wrapper a{
    font-weight: 400;
}
.noticia-wrapper-inicio:hover .section-title-style1 .title-wrapper a:hover{
    text-decoration: none;
}

.noticia-wrapper-inicio .vc_single_image-img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.noticia-wrapper-inicio:hover .vc_single_image-img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.igm-map-content{
    padding: 0 !important;
}

.igm-map-content .card-container-map h1{
    font-size: 2rem;
    margin-bottom: 0px;
}
.igm-map-content .card-container-map h4{
    margin: 0px;
}

.igm-map-content .card-container-map h2{
    margin-bottom: 0px;
    color: #9CCB3E;
    font-weight: bold;
}

.igm-map-content .card-container-map h2 span{
    color: black;
    font-size: 1.8rem;
}

.igm-map-content .card-container-map p{
    color: black;
    font-size: 1.5rem;
}
.igm-map-content .card-container-map p span{
    color: #9CCB3E;
    font-weight: bold;
}

.row-elements-icons .wpb_wrapper{
    display: flex;
    text-align: left;
    
}

.carousel-colaboradores .vc_item{
    display: flex;
    align-items: center;
}
.img-beneficio-section{
    height: 100%
}

.ods-items .excerpt::-webkit-scrollbar{
    width: 4px;
    height: 90%;
}

.ods-items .excerpt::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.ods-items .excerpt::-webkit-scrollbar-thumb {
  background: #888;
}

.ods-items .excerpt::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.ods-items .excerpt{
    /*-ms-overflow-style: none;   IE and Edge */
    scrollbar-width: 10px;  /* Firefox */
    margin-bottom: 0;
}
.ods-items .details{
    padding-bottom: 10px;
}
.ods-items .excerpt .title{
    font-size: .9rem;
    color: black !important;
}

.ods-items .excerpt .paragraph{
    font-size: .7rem;
    margin-bottom: 0;
    color: black !important;
    text-align: justify;
}

.ods-items a.link{
    display: none;
}

.yellow-item .title-holder h5{
    color: #FFD12D;
}
.green-item .title-holder h5{
    color: #9CCB3E;
}

.card-container-map figure{
    margin-bottom: 0;
}
.card-container-map figure img{
    width: 100%;
}

.mesas-trabajo .testimonial-author-details{
    display: flex !important;
    flex-direction: revert;
}

.mesas-trabajo .testimonial-author-details .testimonial-header{
    text-align: center;
}
.mesas-trabajo .testimonial-author-details .author-text{
    text-align: justify;
    font-size: 1rem;
}
.mesas-trabajo .testimonial-author-details .testimonial-image-holdert{
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.contact-info h1{
    font-size: .9rem;
    color: white;
}
.contact-info h2{
    font-size: .9rem;
    color: white;
}
.contact-info p{
    font-size: .9rem;
    color: white;
    line-height: 1.8;
    margin-bottom: 1rem;
}
@media screen and (max-width: 1400px) {
    .contact-info p{
        font-size: .8rem;
    }
}
.contact-info p span{
    font-weight: 700;
}
.contact-info a{
    font-size: .9rem;
    color: white !important;
}
.contact-info a:hover{
    color: white;
    text-decoration: none;
}
.contact-info span{
    font-size: .9rem;
    color: white;
}
.contact-info i{
    color: white;
}
.social-media-links i{
    font-size: 2rem;
    color: white !important;
}

footer#footer {
    background-color: #56B9FF;
}

.newsletter i{
    color: #44546a;
}
.btn-onudi{
    transition: all .5s ease-in;
    background-color: #9CCB3E;
    color: white;
}
.btn-onudi:hover{
    background-color: transparent;
    color: #FFD12D;
    border: 1px solid #FFD12D;
}
.tm-sc-services.services-style7-fullwidth-gallery .tm-service:before{
    background-image: none !important;
    
}
.tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .details{
    transform: none !important;
    opacity:1;
    border: 1px solid !important;
    background-color: white !important;
}

.tm-sc-services.services-style7-fullwidth-gallery .tm-service .details{
    display: block !important;
    vertical-align: middle;
    transform: none !important;
    padding: 0 30px;
    
    opacity:0;
    clear: both;
    overflow: hidden;
    
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder {
    border-color: #FFD12D;
}

.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
    background-color: #44546a !important;
    color: #FFD12D;
    font-size: 1.3rem;
}
.testimonial-title{
    margin-bottom: 1rem !important;
}
.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial {
    box-shadow: 0px 0px 30px rgb(5 5 5 / 8%);
    border: 1px solid rgb(255,242,203, 1);
}
.tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-inner:before{
    background: rgb(255,242,203, 1) !important;
}

.row .header-nav-col-row{
    justify-content: center !important; 
}


.navbar-withSearch{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    z-index: 99999;
}


.navbar-withSearch .menu-principal-paginas ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.navbar-withSearch .menu-principal-paginas ul li{
    padding-left: 1rem;
    padding-right: 1rem;
}
.navbar-withSearch .menu-principal-paginas .current-menu-item a{
    color: #498A00;
    border-bottom: 5px solid #498A00;
}

.navbar-withSearch .menu-principal-paginas a:hover{
    color: #9CCB3E;
    border-bottom: 5px solid #9CCB3E;;
}

.navbar-withSearch .menu-principal-paginas a{
    padding-bottom: .5rem;
    color: #498A00;
}
@media (max-width: 1600px) {
    .navbar-withSearch .menu-principal-paginas a{        
        font-size: 1rem;
    }
}
@media (max-width: 1465px) {
    .navbar-withSearch .menu-principal-paginas a{        
        font-size: .8rem;
    }
}


.input-busqueda{
    border-radius: 99px !important;
    outline: none;
}
.input-busqueda:focus, .input-busqueda:active, .input-busqueda:target{
    outline: none !important;
    box-shadow: none !important;
    border-color: #498A00 !important;
}
.btn-search{
    background-color: transparent;
    border: none;
    outline: none;
    margin-left: .5rem;
    cursor: pointer;
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0px 20px -2px grey;
}

.tm-sc-services.services-style7-fullwidth-gallery .tm-service .details {
    padding: 20px 20px !important;
}

.vc_column-inner.vc_custom_1627649209264{
    height: 100%;
}
.vc_column-inner.vc_custom_1627649209264 .wpb_wrapper{
    height: 100%;
}

.vc_column-inner.vc_custom_1627649209264 .wpb_wrapper .wpb_wrapper.vc_figure{
    height: 100%;
}

.vc_column-inner.vc_custom_1627649209264 .wpb_wrapper .wpb_wrapper.vc_figure .vc_single_image-wrapper{
    height: 100%;
}

.vc_column-inner.vc_custom_1627649209264 .wpb_wrapper .wpb_wrapper.vc_figure .vc_single_image-wrapper img{
    height: 100%;
}

.hentry .vc-row-tm-parent-section{
    padding-bottom: 0 !important;
}

.row-beneficios{
    padding-bottom: 0 !important;
}

#row-beneficios{
    padding-bottom: 0 !important;
}


#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
}

.item-beneficio .wpb_wrapper{
    display: flex;
    align-items: center;
}

.item-beneficio .wpb_wrapper .wpb_wrapper.vc_figure{
    margin-right: 1rem;
}

.item-beneficio .wpb_single_image{
    margin-bottom: 0 !important;
}

.item-beneficio .wpb_text_column{
    margin-bottom: 0 !important;
}
.item-beneficio{
    margin-bottom: 2rem;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner{
    height: 100%;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper{
    height: 100%;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper .wpb_single_image.vc_figure{
    height: 100%;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper .wpb_single_image.vc_figure .vc_single_image-wrapper {
    height: 100%;
}


.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner .wpb_wrapper .wpb_single_image.vc_figure .vc_single_image-wrapper img{
    height: 100%;
}

.vc_single_image-wrapper{
    height: 100%;
}
.vc_single_image-wrapper.vc_box_border_grey img{
    height: 100% !important;
}

.icon-box-wrapper{
    box-shadow: 0px 0px 50px rgb(5 5 5 / 8%);
}

.icon-box-wrapper .icon-box-title {
    font-size: 1rem !important;
    text-align: center !important;
}
.icon-box-wrapper .content p {
    font-size: .8rem !important;

}

b, strong {
    font-weight: 700 !important;
}
html {
    scroll-behavior: smooth !important;
}

p{
	text-align: justify !important;
}