/*
Theme Name: Tecnologia Child
Author: VamTam
Author URI: https://vamtam.com
Template: tecnologia
*/



/*

put your child theme styles here


you don't need any @import rules

*/
#column_section1 .elementor-container.elementor-column-gap-no{display: grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: auto auto;row-gap: 30px;}
#column_section1 .elementor-container.elementor-column-gap-no .elementor-column.elementor-col-14.elementor-inner-column{width:100%;}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1.0); 
    display: table;
    z-index: 1000;
}
.loader-content {
  	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.no-scroll {
  overflow: hidden;
}
.our_teamsection{width:93%!important;}
.our_teamsection .elementor-widget-wrap{background-color: unset!important;}
.team_membersection .elementor-container{display: grid!important;grid-template-rows: auto auto!important;}
.team_membercontent{margin:20px 0px 0px;}
.team_memberimage{width: 100%!important;}
.team_membercontent{width:100%!important;}
.team_membercontent{text-align: center;}
.team_membercontent .elementor-heading-title{text-align: center;}
.member_roles .elementor-heading-title{font-size:13px!important;line-height: 18px!important;}
.team_linkedin{font-size:16px;}
@media screen and (max-width: 1099px) {
  #column_section1 .elementor-container.elementor-column-gap-no{row-gap: 10px;}
}
@media screen and (max-width: 991px) {
  #column_section1 .elementor-container.elementor-column-gap-no {grid-template-columns: repeat(3, 1fr);}
  .our_teamsection {width: 95% !important;}
  #column_section1 .elementor-container.elementor-column-gap-no {row-gap: 0px;}
}
@media screen and (max-width: 767px) {
  #column_section1 .elementor-container.elementor-column-gap-no {display: unset!important;}
  .our_teamsection {float: left;width: 50% !important;}
  .team_membersection .elementor-container {display:unset!important;}
}
@media screen and (max-width: 480px) {
  .our_teamsection {float: unset;width: 100% !important;}
}