/* config */

body{
	font-family: Gilroy;
	transition: margin cubic-bezier(0.13, 0.87, 0.43, 0.9) 300ms;
	width: calc(100vw - (100vw - 100%));
	overflow-x: hidden;
}
.video-container-home {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #a1794a;
}
.video-container-home video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
.video-container-home .overlay-video {
    z-index: 999;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
	justify-content: center;
	flex-direction: column;
}
div.bricks--component.bricks--component-popup{max-width:700px!important; min-width: 700px !important; width: 700px !important;}
div.bricks--component.bricks--component-text.rd-text{max-width:100%}
#chat {
	position: fixed;
	right: 15px;
	width: 300px;
	bottom: 85px;
	overflow: hidden;
	border-radius: 10px;
	background: #c3c3c3;
	z-index: 9999;
	border: 1px solid #004986;
}
#chat .header {
	display: flex;
    align-items: center;
	background: #004986;
	padding:15px 20px;
}
#chat .header h6{
	margin-bottom: 0px;
	margin-left: 20px;
}
#chat .body h6{
	color:#808080;
}
#chat .body .ballon{
	padding:15px;
	margin: 15px;
	background: white;
	border-radius: 0 15px 15px 15px;
}
#chat .input {
	display: flex;
}
#chat .input input{
	margin: 0px;
    border: none;
    width: 85%;
    color: #333;
    font-weight: 400;
    font-size: 82%;
    padding: 7px 10px;
}
#chat .input #sendWA{
	background: #004986;
    width: 15%;
	text-align: center;
}
#chat .input #sendWA svg{
padding-top: 7px;
}
*:hover, *:focus{
	outline: none;
}
.box {
	width: 250px;
	height: 250px;
    display: flex;
}
.boxText {
	width: 250px;
	text-align: center;
}
.lh250 {
	line-height: 250px !important;
	text-align: center;
	width: 250px;
}

#inbound .banner{
	display: grid;
	grid-template-rows: 90px auto;
}
#inbound .curso-descricao{
	grid-template-columns: 3% 50% 10% 34% 3%;
	display: grid;
}
#inbound .programa{
	grid-column: 1/6;
	grid-template-columns: 3% 50% 10% 34% 3%;
	display: grid;
}
#inbound .bar-orange{
	grid-column: 1/6;
	justify-items: center;
}
#inbound .preco{
	grid-column: 2/5;
}
#inbound .formador{
	grid-column: 1/6;
}
#inbound .formador .conteudo{
    display: grid;
    grid-template-columns: 3% 42% 10% 42% 3%;
}
#inbound .formador .conteudo .left50{
	grid-column: 2/3;
	grid-template-rows: auto;
}
#inbound .formador .conteudo .right50{
	grid-column: 4/5;
	grid-template-rows: auto;
}

#inbound .preco .block-left{
	grid-column: 2/3;
}
#inbound .preco .block-right{
	grid-column: 4/6;
}
#inbound .bar-orange .btnCurso {
	margin: auto;
	background-color: transparent;
}
#inbound .curso-descricao .block-left{
	grid-column: 2/3;
}
#inbound .curso-descricao .block-right{
	grid-column: 4/5;
}
.mb-negative {
	margin-bottom: -150px;
}
#inbound .pre-page-head{
	grid-row: 1/2;
}
#inbound .page-head{
	grid-row: 2/3;
	display: grid;
	grid-template-columns: 3% 60% 34% 3%;
}
#inbound .page-head .block1{
	grid-column: 2/3;
	align-items: center;
}
#inbound .page-head .block2{
	grid-column: 3/4;
	align-items: center;
	padding-left: 15%;
}
#inbound #inscrevete{
	display: grid;
	grid-template-columns: 3% 96% 3%;
}
#inbound #inscrevete h1{
	grid-column: 2/3;
}



.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #000000;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #000000;
}

.p-extra {
	padding: 10% 15%;
}
.btnCurso {
	width: fit-content;
	padding: 20px 100px 20px 30px;
	position: relative;
	margin-top: 20px;
}
.bg-orange {
	background-color: #f26422;
}
.btnCurso .go {
	right: 6.5%;
    bottom: 20px;
    height: 30px;
    width: 40px;
    overflow: visible !important;
}
hr.line {
	background: #fff;
	height: 4px;
	width: 100px;
	margin-top: -20px;
	margin-left: 170px;
}
span.textTime {
	position: absolute;
    top: 60px;
    font-size: 40%;
    left: 0px;
    width: 100%;
    text-align: center;
}
.timerCountDown {
	position: relative;
}
a:hover{
	color: inherit;
	text-decoration: none;
}

ul{
	padding: 0;
	margin: 0;
}

li{
	list-style: none;
}

.go{
	width: 36px;
}
.go svg {
	font-size: 45px;
	color: #fff;
	transition: margin cubic-bezier(0.13, 0.87, 0.43, 0.9) 300ms;
}
.white svg .cls-1{
	fill: white;
}
.black svg .cls-1{
	fill: black;
}
.perple svg .cls-1{
	fill: #862682!important;
}
.main-color svg .cls-1{
	fill: #29235c;
}
.grid-item-center {
	align-self: center;
}
.justify-content-evenly{
	justify-content: space-evenly;
}
.square {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.rectangle {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.rectangle:after {
	content: "";
	display: block;
	padding-bottom: 50%;
}

.featuredConteudo {
	width: 100%;
	height: 100%;
	z-index:15;
	transition: transform cubic-bezier(0.13, 0.87, 0.43, 0.9) 300ms;
}
.featuredConteudo div{
	z-index:15;
}
.featuredConteudo .image{
	width: 100%;
	height: 100%;
	z-index:-1;
	background-position: center;
	background-size: cover;
}
.blackOverlayer {
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 1 !important;
	opacity: 0;
	transition: opacity cubic-bezier(0.13, 0.87, 0.43, 0.9) 300ms;
}
.featured a:hover .blackOverlayer {
	opacity: 1;
}
.featured a:hover .featuredConteudo {
	transform: scale(1.1);
}
.grey-bg{
	background-color: #ececec;
}
.title{
	font-weight: 800;
}

.ultra-big{
	font-size: 120px;
	line-height: 1.2;
}
.big{
	font-size: 100px;
	line-height: 110px;
}
.big-70{
	font-size: 70px;
	line-height: 90px;
}
.big-small{
	font-size: 50px;
	line-height: 60px;
}
a .fa-linkedin-in.jorge {
	font-size: 20px;
	color: #fff;
}
a:hover .fa-linkedin-in.jorge {
	text-decoration: none;
	color: #fff;
}
.line-white {
	background: #fff;
    height: 6px;
    width: 50px;
    display: block;
    margin-top: -20px;
	margin-left: 50px;
}
.medium-plus{
	font-size: 32px;
	    line-height: 36px;
}
.medium{
	font-size: 28px;
	line-height: 32px;
}
.medium-less{
	font-size: 24px;
	line-height: 28px;
}
.small{
	font-size: 16px;
	line-height: 18px;
}

.text{
	font-size: 18px;
	color: #565656;
}
.black {
	color:#000;
}
.t-bolder{
	font-weight: 600;
}
.ultra-bolder{
	font-weight: 800;
}
.thin{
	font-weight: 300;
}
.main-color{
	color: #29235c;
}
.darkgray{
	color: #5a5a5a;
}
.bgWhite {
	background-color: #fff;
}
.z-index10 {
	z-index: 10;
}
.z-index50 {
	z-index: 50;
}
.z-index100 {
	z-index: 100;
}
.z-index500 {
	z-index: 500;
}
.z-index999 {
	z-index: 999;
}
.d-grid{
	display: grid;
}
.roboto-condenced{
	font-family: 'Roboto Condensed', sans-serif;
}
.roboto{
	font-family: 'Roboto', sans-serif;
	font-style: italic;
}
.white{
	color: white;
}

.lt-grey{
	color: #cecfcf;
}
.bg-grey{
	background-color: #efefef;
}

.mcolor-bg{
	background-color: #29235c;
}

.text-small {
	font-size: 90%;
}
.main-color:hover{
	color: #29235c;
}
.white:hover{
	color: white;
}

/* .featured a:hover svg {
	margin-right: -30px;
} */
form label.error{
	color: #cf3434;
	font-size: 12px;
}
.icon-details {
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}

.icon-details span{
	padding-right: 10px;
}
.icon-details .box-icon-curso{
	width: 80px;
	text-align: center;
}
.icon-details .box-icon-curso2{
	width: 70px;
}

.loader {
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 3px solid #3b468f;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 600ms linear infinite; /* Safari */
  animation: spin 600ms linear infinite;
}

#nav-icon {
	width: 36px;
	height: 32px;
	margin-top: 18px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 50%;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span.dark{
	background: #29235c !important;
	transition: all ease-in-out 300ms;
}

#nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 1px 1px 0;
}

#nav-icon span:nth-child(odd) {
  left:0px;
  border-radius: 1px 0px 0px 1px;
}

#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {
  top: 2px;
}

#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {
  top: 11px;
}

#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {
  top: 20px;
}

#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 9px;
}

#nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 16px;
}

#nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 16px;
}

.logo {
	height: 100%;
	width: fit-content;
}
.logo.dark h1{
	color: #29235c !important;
	transition: color ease-in-out 300ms;
}

.critec{
	font-weight: 800;
	font-size: 50px;
}

/*end config */
header{
	position: fixed;
	height: 50px;
	z-index: 99;
	width: 100%;
	margin-left: 60px;
	top: 30px;
	transition: top ease-in-out 300ms, height ease-in-out 300ms;
}
header .nav-bar{
	position: absolute;
	left: 3%;
	right: calc(3% + 60px);
}

header.dark{
	top: 0px;
	height: 60px;
	background: white;
	transition: top ease-in-out 300ms, height ease-in-out 300ms;
}
.blockSite {
	height: 100vh;
overflow-y: hidden;
}
.menu-modal{
	background-color: #005baa;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 90;
	/* margin-bottom: 50%; */
	opacity: 0;
	pointer-events: none;

}
.menu-modal.menu-in-animation{
	opacity: 1;
	pointer-events: auto;
		transition: opacity ease-in-out 600ms;
}
.menu-modal .nav-item a{
	color: white;
	font-weight: 800;
	font-size: 30px;
}
.menu-modal .nav-item a:hover{
	border-bottom: 4px solid white;
}
.menu-modal .nav-item a.active{
	border-bottom: 4px solid white;
}

.menu-modal .menu-video video{
	width: 100%;
	height: 100%;
}
.menu-modal .menu-contact {
	z-index: 10;
}
.menu-modal .menu-contact .d-inline svg{
	margin-right: 10px;
}

.menu-modal .langs .active{
	border-bottom: 2px solid white;
	padding-bottom: 0;
}
.menu-modal .langs a p{
	padding-bottom: 2px;
}
.menu-modal .langs a:hover p{
	border-bottom: 2px solid white;
	padding-bottom: 0;
}

.overlayerMenu {
	position: fixed;
    width: calc(100vw - 320px);
    height: 100vh;
	right: 0;
	z-index: 6;
	opacity: 0;
	display: none;
 }
#home {
	 z-index: 5;
 }
#home .banner {
	overflow: hidden;
	/* background-color: #29235c; */
	background-position: bottom left;
	position: relative;
	animation: bgcolor 60s ease-in-out infinite;
}

@keyframes bgcolor {
	0%{
		background-color: #1eb8d1;
	}
	11%{
		background-color: #557fc0;
	}
	22%{
		background-color: #07ab88;
	}
	33%{
		background-color: #ccd73f;
	}
	44%{
		background-color: #fcc010;
	}
	55%{
		background-color: #f18755;
	}
	66%{
		background-color: #ea5556;
	}
	77%{
		background-color: #e72364;
	}
	88%{
		background-color: #833e90;
	}
	100%{
		background-color: #1eb8d1;
	}
}

#home .banner .conteudo{
	z-index: 2;
}
#home .bg-img{
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center center;
}
/* #home .sheet1, #home .sheet2, #home .sheet3{
	background-position: bottom left;
} */
#home .bg-front{
	background-image: url('../images/banner-front.png');
	background-position: bottom right;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#menuLeft {
		z-index: 5;
}
#menuLeft .conteudo {
	background-color: #fff;
	z-index: 30;
}
#menuLeft .conteudo a img {
	max-width: 32px;
	opacity: 0.5;
}

#menuLeft .is-hover, #menuLeft .is-hover-active{
	background-color: #f4f4f4 !important;
	opacity: 1 !important;
}
#menuLeft .is-hover img, #menuLeft .is-hover-active img{
	opacity: 1 !important;
}

#menuLeft .conteudo .open-menu-left {
	background-color: #f4f4f4;
	cursor: pointer;
}

#menuLeft .conteudo .open-menu-left svg {
	color:rgba(0,0,0,0.4);
}
#menuLeft .text-rotate-menu {
	transform: rotate(180deg);
	display:flex;
	justify-content:center;
	align-items:center;
	writing-mode: vertical-lr;
	min-height: 4em;
	font-size: 18px;
	font-weight: 800;
}
#menuLeft .conteudo-open {
	position: absolute;
    width: 250px;
    height: 100vh;
    background: #f4f4f4;
	left: -250px;
	transition: left cubic-bezier(0.13, 0.87, 0.43, 0.9) 300ms;
}
#menuLeft .opened {
	left:60px;
}
#menuLeft .conteudo-open a{
    font-weight: 800;
	color:#000;
	opacity: 0.4;
	font-size: 22px;
	line-height: 16px;
	padding-left: 20px;
}
#menuLeft .conteudo .open-menu-left div{
	transform: rotate(0deg);
	transition: all 200ms ease-in-out;
}
#menuLeft .conteudo .open-menu-left:hover svg{
	color: rgba(0,0,0,1);
}

#menuLeft .conteudo .open-menu-left div.angle-anima{
	transform: rotate(-180deg);
	transition: transform 200ms ease-in-out;
}

.about-highlight{
}
.about-highlight img{
	height: 65px;
}

.invisibleText {
	opacity: 0;
}
.visibleText {
	transition: opacity 200ms ease-in-out;
	opacity: 1;
}
.slick-dots li button:before {
    font-size: 36px;
}

.projects-featured .slick-dots {
	position: relative;
	text-align: left;
	bottom:0px;
}
.projects-featured .slick-dots li{
	margin: 0 13px 0 -3px;
}

.slick-dots li button:before {
	font-size: 56px;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #29235c;
}
.blog-section{
	overflow-y: hidden;
}
.blog-section .catch-phrase h3, #products .catch-phrase h3, #blog .catch-phrase h3{
	width: fit-content;
	border-bottom: 4px solid #29235c;
	padding-bottom: 2px;
}
.blog-slick .slick-dots{
	bottom: -55px;
}
.section-instagram .insta-wrap .square{
	background-size: cover;
	background-position: center;
}

footer .f-square1{
	background: #f4f4f4;
}
footer .f-square2{
	background: #29235c;
}
footer .f-square3{
	background: #5747d9;
}
footer .f-square4{
	background: #2e108c;
}
footer .f-rectangle1{
	background: #09bba0;
}
footer .f-rectangle2{
	background: #6c28b3;
}
footer .footer-bar{
	background: #f4f4f4;
}

footer .f-square-content{
	padding: 60px;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
#contact .section-contact .f-square-content{
	padding: 60px 60px 60px 0;
	width: 100%;
height: 100%;
}
textarea, input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid black;
    margin: 14px 0;
	 font-weight: 800;
    padding: 3px 5px;
}
input.check {
    width: 13px;
    margin-right: 15px;
    vertical-align: -2px;
}
.submit {
    background: transparent;
    color: black;
    font-weight: bold;
    border: solid 2px black;
    padding: 2px 15px;
    cursor: pointer;
}
.submit.white {
    background: transparent;
    color: white;
    font-weight: bold;
    border: solid 2px white;
    padding: 2px 15px;
    cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  font-weight: 800;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
   font-weight: 800;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
   font-weight: 800;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
   font-weight: 800;
}
footer .f-square1 p{
	width: fit-content;
	border-bottom: 4px solid;
	padding-bottom: 2px;
}
footer .f-square4 div.social{
	font-size: 25px;
}

#about .pre-page-head, #about .page-head, .section-about, .section-about-new-text, .blue-stuff{
	background: #044a89;
}
#contact .pre-page-head, #contact .page-head, .section-contact, #contact{
	background: #5747d9;
}


#about .video-about .hello p{
	transform: rotate(-90deg);
}
#contact #maps .hello p{
	transform: rotate(-90deg);
	white-space: nowrap;
	font-variant-ligatures: no-common-ligatures;
}
#contact .box3 svg {
	font-size:25px;
	margin-right: 25px;
}
#about .video-about .hello p:last-child, #contact #maps .hello p:last-child{
	position: absolute;
    top: 90px;
    right: -50px;
    margin: 0;
}
#about .video-about .hello p:first-child{
	position: absolute;
    bottom: 140px;
	margin-left: -250px;
    font-size: 300px;
}
#contact #maps .hello p:first-child{
	position: absolute;
    bottom: 140px;
	margin-left: -250px;
    font-size: 300px;
}

.hover {
	opacity: 0;
}
.join-team {
	background-color: #10a6a4;
}
.team-member {
	background-size: cover;
}
.team-member:hover .hover {
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.team-member .description {
	margin-top: -100px;
}
.team-member .nome {
	background: black;

    width: fit-content;
    padding: 5px 10px;
    position: absolute;
    bottom: 50px;
    right: 0;
}
.team-member .cargo {
	background: black;
    width: fit-content;
    padding: 5px 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.content-join-team {
	width: 100%;
	height: 100%;
}
.content-join-team a{
	color:#fff;
}
#about .about-catch-phrase {
	background-color:white;
}
#about .events{
	background-color:#0a85be;
}
#about .events .events-title{
	font-size: 183px;
}
#about .events .events-slider-wrap{
	overflow-y: hidden;
}
#about .events .events-slider{
	width: 100%;
}
#about .events .events-slider .slick-dots{
    bottom: -50px;
}
#about .events .events-slider img{
	width: 100%;
	height: 650px;
	object-fit: cover;
	object-position: center;
}
#about .events .events-list p{
	text-align: justify;
    line-height: 40px;
	font-size: 18px;
}
.argolaImg {
	margin-top: -76px;
	transform: translateY(500%)
}

#portfolio .pre-page-head, #portfolio .page-head, #portfolio .portfolio-grid{
	background: #232323;
}

#blog .pre-page-head, #blog .page-head{
	background: #82b3a2;
}
#article .pre-page-head, #article .page-head{
	background: rgba(21, 21, 23, 0.3);
}

#products .pre-page-head, #products .page-head, #products .grid-products{
	background: #005baa;
}
#portfolio .portfolio-grid .square, #products .grid-products .square, #home .featured .square, #home .featured .rectangle{
	background-position: center;
	background-size: cover;
}
#portfolio .portfolio-grid div p{
	opacity: 0;
	transition: all 300ms ease-in-out;
	padding: 13%;
}
#portfolio .portfolio-grid  .bigger p{
	padding: 6.5%;
}
#products .grid-products div p{
	padding: 9.75%;
}
#portfolio .portfolio-grid div, #products .grid-products div, #home .featured div{
	overflow: hidden;
	transition: transform 300ms ease-in-out;
}
#portfolio .portfolio-grid div:hover .square, #products .grid-products div:hover .square, #home .featured div:hover .square, #home .featured div:hover .rectangle {
	transform: scale(1.1);
}
#portfolio .portfolio-grid div:hover p, #portfolio .portfolio-grid div:hover .blackOverlayer, #products .grid-products div:hover .blackOverlayer{
	opacity: 1;
	transition: opacity 300ms ease-in-out;
}
.go.reverse{
	transform: rotate(180deg);
	padding-right: 5px;
}
.go.reverse span{
	margin-left: 0px;
	transition: all ease-in-out 300ms;
}
.go.reverse:hover span{
	margin-left: 15px;
	transition: all ease-in-out 300ms;
}
.portfolio-grid .bigger .go {
	right: 6.5%;
	bottom: 6.5%;
	height: 30px;
	width: 40px;
	overflow: visible !important;
}
.portfolio-grid .go {
	right: 13%;
	bottom: 13%;
	height: 30px;
	width: 40px;
	overflow: visible !important;
}
#products .go {
	right: 6.5%;
    bottom: 6.5%;
	height: 30px;
	width: 40px;
    overflow: visible !important;
}
#contact #maps #map-canvas {
	height: 800px;
}
.go span {
	position: absolute;
    right: 0;
	bottom: 0;
    transition: right ease-in-out 300ms;
	width: 40px;
}

.go:hover span {
    right: -15px;
}
#project h1{
	text-transform: lowercase;
}

#services .pre-page-head, #services .page-head{
	background: #0a0a52;
}
#services .design{
	background-color: #761093;
}
#services .image{
	background-color: #108b93;
}
#services .internet{
	background-color: #3d4e94;
}
#services .apps{
	background-color: #f55226;
}
#services .events{
	background-color: #f3aa1d;
}
#services .marketing{
	background-color: #5974ab;
}
#services .other{
	background-color: #e9094e;
}
#contact img.ring2 {
	margin-top: -130px;
    transform: translateY(300%);
}
#services .service-grid img.services-image-exception{
	height: 120px;
	margin-top: -60px;
}
.box4 {
	justify-content: right;
}
.tournado{
	background-color: #005baa;
}
.captour{
	background-color: #dc5453;
}
.art{
	background-color: #35246a;
}
.transparenttv{
	background-color: #46aaa2;
}
.led{
	background-color: #627e8b;
}
.corporatetv{
	background-color: #4759bd;
}
.multitouch{
	background-color: #0a4e71;
}
.apps{
	background-color: #f18755;
}
.reflectour{
	background-color: #3d60bc;
}
#prod-item .gallery-prod{
	background-color: #29235c;
}
#prod-item .gallery-prod p{
	font-size: 202px;
}
#prod-item .gallery-prod .gallery-slider img{
	height: 650px;
	object-fit: cover;
	object-position: center;
}
#prod-item .gallery-prod .gallery-slider .slick-dots li.slick-active button:before{
	color: #005baa;
}
#prod-item .slick-dots{
	bottom: -50px;
}
#prod-item .text-prod ul{
	padding-left: 18px;
}
#prod-item .text-prod li{
	list-style: unset;
}
#prod-item .how-works-container div{
	max-width: 350px;
}
#prod-item .how-works-container img{
	max-width: 300px;
}
#contact .for-termos a, #contact-form-prod .for-termos a{
    color: #999;
}
#home .featured .news p.small, #home .featured .prod p.small, #home .featured .prod-featured p.small{
    padding: 13%;
}
#home .featured .news div.grid-item-center, #home .featured .prod div.grid-item-center, #home .featured .prod-featured div.grid-item-center{
	padding: 13%;
}

#home .featured .news .go, #home .featured .prod .go {
	right: 13%;
	bottom: 13%;
	height: 30px;
	width: 40px;
	overflow: visible !important;
}
#home .featured .prod-featured p.small{
    padding: 6.5%;
}
#home .featured .prod-featured div.grid-item-center{
	padding: 6.5%;
}
#home .featured .prod-featured .go {
	right: 6.5%;
	bottom: 13%;
	height: 30px;
	width: 40px;
	overflow: visible !important;
}
#home .featured .prod-featured .name {
	width: 50%;
	right: 0px;
}
#home .projectTitle h3{
	text-transform: lowercase;
}

.for-termos {
    cursor: pointer;
    user-select: none;
}


/* Hide the browser's default checkbox */
.for-termos input {
	position: absolute;
    left: 17px;
    opacity: 0;
    cursor: pointer;
    height: 15px;
    width: 15px;
    z-index: 999;
    bottom: -2px;
}
.for-termos .ultra-bolder {
	margin-left: 30px;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
    bottom: 12px;
    left: 17px;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: solid 2px black;
}

.support-logo {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: fit-content;
    background: #fff;
}
.support-logo1 {
    bottom: 170px;
}
.fa-times-circle {
	position: absolute;
    top: -11px;
    right: -9px;
    font-size: 24px!important;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-align: center;
    background: #fff;
}
.support-logo div {
    padding: 15px;
    cursor: pointer;
}
/* On mouse-over, add a grey background color */
.for-termos:hover input ~ .checkmark {
    /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
.for-termos input:checked ~ .checkmark {
    border: solid 2px black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.for-termos input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.for-termos .checkmark:after {
	left: 3px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
#termos-error{
	position: absolute;
	left: 350px;
}
.arrows-container{
	position: relative;
	height: 40px;
	width: 40px;
}
.supportBox.col-12.col-md-5 {
    padding: 20px;
}
.supportBox.col-12.col-md-5 div {
    border: 3px solid black;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px;
}
#support-modal a {
    color: #a7a7a7;
}
.instapost .insta-vid, .instapost .insta-imgs{
	z-index: 99;
    font-size: 20px;
    right: 10px;
    top: 5px;
}

.insta-post-hover{
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.66);
	z-index: 99;
	display: none;
}
.instapost:hover .insta-post-hover{
	display: flex;
}

#about .events .events-title, #about .events .argolas, .gallery-prod p.big, #about .video-about .hello p, #contact #maps .hello p{
	pointer-events: none;
}

.slider-prod .slick-dots li:only-child{
	display: none
}

#blog .thumbnail{
	width: 100%;
	height: 325px;
	object-fit: cover;
	object-position: center;
}

#blog .tag.active{
	background-color: #5a5a5a;
	color: white;
}
#blog .tag:hover{
	background-color: #5a5a5a;
	color: white;
	transition: all 300ms ease;
}

#article .article img{
	padding: 20px 0;
}
#article .article ol li{
	list-style-type: decimal;
}
#article .article ul li{
    list-style-type: disc;
}
#article .article ul{
    padding-inline-start: 40px;
}

#article .article{
    padding: 0 10%;
}

.page-num-container .previous, .page-num-container .next{
	transition: all 300ms ease-in-out;
}
.page-num-container .previous:hover, .page-num-container .next:hover{
	color: white;
	background-color: #29235c;
	transition: all 300ms ease-in-out;
}

#article .modal-header{
    height: 100px;
}
#article .modal-header .modal-title{
	align-self: center;
    color: white;
	text-transform: lowercase;
}
#article .modal-header .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
	color: #fff;
}
#article .modal-header .close{
	color: #fff;
}
#article .modal-body .for-termos a{
    color: #999;
}
#article .modal-body #termos-error {
    position: absolute;
    left: 1rem;
    top: 20px;
}

.modal{
	padding-right: 0 !important;
}

.modal-content{
	border-radius: 0;
	border: none;
}
.modal-header{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.article-slider{
	max-width: 800px;
	height: 500px;
	margin: auto;
	text-align: center;
	background: #171717;
	box-shadow: 0px 35px 23px -30px #939393;
	margin-bottom: 100px;
}
.article-slider .slick-dots{
	-webkit-padding-start: 0px !important;
	padding-inline-start: 0px !important;
	bottom: -80px;
}
.article-slider img{
	width: 100%;
	height: 500px;
	object-fit: contain;
}
.article-slider .slick-slide{
	position: relative;
}
.article-slider .slick-slide a{
	position: relative;
	z-index: 99;
	padding: 10px 25px;
	text-align: left;
	background: #171717ba;
	color: white;
	display: block;
}
.article-slider .slick-slide a:hover{
	text-decoration: underline;
}

/* #article .sidebar>div{
	position: sticky;
	top: 90px;
} */

.vintevinte-wrap{
	grid-column: 2/3;
	grid-row: 2/3;
	position: sticky;
	bottom: 0;
	z-index: 20;
}
.support-logo{
	position: absolute;
}
input[type="radio"]{
	width: auto;
}

.bt-award{
	background-color: white!important;
	padding: .5rem;
	transition: .2s;
}

.bt-award .white{
	color: #862682!important;
}
.bt-award:hover{
	background-color: #862682!important;
}

.bt-award:hover .white{
	color: white!important;
}
.bt-award:hover .cls-1banner{
	fill: white!important;
	stroke: white!important;
}

.awards-parallax{
	background-image: url("../images/ifa-area-about.jpg");

	/* Set a specific height */
	height: 600px;

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	grid-row: 5/6;

    grid-column: 1/5;
}

@media (min-width: 576px){
	.modal-dialog {
	    max-width: 700px;
	}
}

@media (max-width: 1600px){
	#blog .thumbnail{
		height: 300px;
		object-position: left center;
	}
}

@media (max-width: 1400px) {
	#home .banner .ball {
		display: none;
	}
	.menu-modal .nav-item a {
	    font-size: 20px;
	}
	.medium-plus, .medium {
	    font-size: 22px;
	    line-height: 26px;
	}
	#menuLeft .conteudo a img {
	    max-width: 22px;
	    opacity: 0.5;
	}
	#menuLeft .opened {
		left: 35px;
	}
	.big-small {
	    font-size: 50px;
	    line-height: 60px;
	}
	#blog .thumbnail{
	    height: 250px;
	}
	.article-slider{
		max-width: 500px;
	}
}

@media (max-width:768px) {
	.awards-parallax{
		background-position: 80%;
	}
	.flexMobileColumn {
		flex-direction: column;
	}
	#products .grid-products div p{
		padding: 6.5% 3.5%;
	}
	body{
		font-size: 14px;
	}
	.columnFlexMobile {
		flex-direction: column!important;
	}
	.hello {
		display: none;
	}
	header {
	    margin-left: 35px;
	    top: 10px;
	}
	.supportBox.col-12.col-md-5 {
	    padding: 15px 0;
	}
	header .nav-bar {
	    right: calc(3% + 40px);
	}
	/* se estiver pequeno, adicionar #home antes da class .big e deixar este, pois se no slider ficar maior corta a palavra */
	.big, .big-70{
	    font-size: 45px;
	    line-height: 55px;
	}
	/* fechou */
	.medium-plus {
	    font-size: 18px;
	    line-height: 21px;
	}
	.small {
		font-size: 14px;
		line-height: 16px;
	}
	.text {
		font-size: 16px;
	}
	.medium {
		font-size: 18px;
		line-height: 23px;
	}
	.rectangle:after {
		padding-bottom: 100%;
	}
	#home .about-highlight .conteudoAboutHome {
		flex-direction: column!important;
	    align-items: flex-end!important;
	}
	.section-instagram .insta-wrap a:nth-child(5) {
	    display: none;
	}
	footer .f-square-content {
	    padding: 15px;
		font-size: 10px;
	}
	footer  svg .cls-1 {
		transform: scale(0.7);

	}
	footer  p {
		margin-bottom: 8px;
	}
	.footer-bar div {
		padding: 10px 0px;
	}
	#home .bg-img {
		/* display: none; */
		background-size: cover;
	}
	#home .bg-img.sheet2 {
		display: block;
	}
	.team-member:hover .cargo.hover, .team-member:hover .nome.hover {
		display: none;
	}
	#about .events .events-title{
		font-size: 45px;
	}
	#about .events .events-slider .slick-dots{
	    bottom: -50px;
	}
	#about .events .events-slider img{
		width: 100%;
		height: 300px;
		object-fit: cover;
		object-position: center;
	}
	#about .events .events-slider ul.slick-dots{
		display: block !important;
	}
	#about .events .events-list p {
	    line-height: 30px;
	    font-size: 12px;
	}
	.page-head .big, .page-head .big-70{
	    font-size: 30px;
	    line-height: 36px;
	}
	.go.reverse {
	    transform: rotate(180deg) scale(0.7);
	}
	.big-small {
	    font-size: 30px;
	    line-height: 36px;
	}
	footer .f-square1 p {
    	border-bottom: none;
	}
	#nav-icon {
	    margin-top: 15px;
	}
	#services .service-grid img.services-image-exception{
		height: 50px;
		margin-top: 0;
	}
	#prod-item .how-works-container {
		flex-direction: column;
		align-items: center;
	}
	#prod-item .how-works-container>div{
		margin-bottom: 40px;
	}
	#prod-item .how-works-container>div:last-child{
		margin-bottom: 0px;
	}
	#prod-item .gallery-prod .gallery-slider img {
		height: 200px;
	}
	#prod-item .gallery-prod p {
		display: none;
	}
	#prod-item .gallery-prod ul.slick-dots{
	    display: block !important;
	}
	#prod-item .how-works-container div {
	    max-width: 300px;
	}
	.eleBotMap {
		display: none;
	}
	#contact .section-contact-info .box1{
		margin: 20px 0;
	}
	#contact .section-contact-info .box3{
		margin: 20px 0 40px;
	}
	#contact #maps #map-canvas {
	    height: 400px;
	}
	.about-highlight .go span{
		right: inherit !important;
		bottom: inherit !important;
	}
	#portfolio .go, #products .go{
		display: none !important;
	}
	#home .featured .news div.grid-item-center, #home .featured .prod div.grid-item-center, #home .featured .prod-featured div.grid-item-center {
	    padding: 6.5%;
	}
	#home .featured .news p.small, #home .featured .prod p.small, #home .featured .prod-featured p.small {
	    padding: 6.5%;
	}
	.support-logo {
	    width: 250px;
	}
	.support-logo1 {
	    bottom: 180px;
	}
	#article .article-container .sidebar{
		display: none;
	}
	#article .article{
		padding: 0 4%;
	}
	#article .article h2{
		font-size: 25px;
	}
	#article .article h5{
		font-size: 18px;
	}
	#article .article ul {
	    -webkit-padding-start: 20px;
	    padding-inline-start: 20px;
	}
	#article .article ol {
	    -webkit-padding-start: 20px;
	    padding-inline-start: 20px;
	}
	#blog .subtitle h2{
		font-size: 13px;
	}
	#blog .tags-list{
		flex-wrap: wrap;
		justify-content: center;
		padding: 10px 0 !important;
	}
	#blog .tag{
		margin: 0 !important;
	}
	#blog .thumbnail {
    	height: 160px;
	}
	#article .subtitle h2{
		display: none;
	}
	.article-slider{
		max-width: 300px;
	}
}
@media (max-width: 370px) {
	.checkmark {
	    bottom: 31px;
	}
	.for-termos input{
		bottom: 17px;
	}
	.article-slider{
		max-width: 250px;
	}
	#article .article{
	    padding: 0;
	}
}

.spacer150 {grid-column: inherit; height: 150px;width: 100%;}
.spacer120 {grid-column: inherit; height: 120px;width: 100%;}
.spacer90 {grid-column: inherit; height: 90px;width: 100%;}
.spacer60 {grid-column: inherit; height: 60px;width: 100%;}
.spacer30 {grid-column: inherit;height: 30px;width: 100%;}
.spacer15 {grid-column: inherit;height: 15px;width: 100%;}
.spacer0 {grid-column: inherit;height: 0px;width: 100%;}

/* LARGE DISPLAY'S */
@media (max-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}
	.lg-spacer0 {height: 0px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (max-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}
	.md-spacer0 {height: 10px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* TABLET */
@media (max-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}
	.sm-spacer0 {height: 0px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 420px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}
	.xs-spacer0 {height: 0px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}

img {
	max-width: 100%;
}

.icon-details p{
	margin-bottom: 0;
    width: calc(100% - 80px);
}

@media screen and (max-width: 1250px){
	#inbound .page-head {
	    grid-template-columns: 3% auto 3%;
	}
	#inbound .page-head .block2 {
	    grid-column: 2/3;
	    padding-left: 0;
	}
	#inbound .curso-descricao {
	    grid-template-columns: 3% 96% 3%;
	}
	#inbound .curso-descricao .block-right {
	    grid-column: 2/3;
	}
	#inbound .block-right .bg-grey{
		display: flex;
	    padding: 3%;
	}
	#inbound .block-right .bg-grey>div{
		width: 50%;
	}
	#inbound .block-right .bg-grey>img{
		width: 50%;
		object-fit: contain;
	}
	#inbound .block-right .bts-container{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.btnCurso{
	    width: 340px !important;
	}
	#inbound .programa {
	    grid-template-columns: 3% auto 3%;
	}
}
@media (max-width: 880px){
	.preco-container{
		flex-direction: column;
	    align-items: center;
	}
	.preco-container>div:first-child{
		margin-bottom: 40px;
	}
}
@media (max-width: 768px){
	.btnCurso .go{
		bottom: 15px;
	}
	#inbound .block-right .bg-grey {
	    flex-direction: column;
	}
	#inbound .block-right .bg-grey>img {
		align-self: center;
	    margin-bottom: -120px;
	}
	#inbound .ultra-big {
	    font-size: 60px;
	}
	#inbound .formador .conteudo{
		grid-template-columns: 3% 94% 3%;
	}
	#inbound .formador .left50 .text-center{
		border-bottom: 15px solid white;
	}
	#inbound .formador .conteudo .right50 {
		grid-column: 2/3;
	}
	#inbound .block-right .bg-grey>div {
	    width: 100%;
	}
}
@media (max-width: 650px){
	.bts-container{
		padding: 10% 3%;
	}
	.btnCurso {
	    width: 300px !important;
	}
	#inbound .formador .conteudo, #inbound .programa, #inbound .preco {
		display: block;
	    /* grid-template-columns: 1fr; */
	    padding: 3%;
	}
	#inbound .curso-descricao{
		display: block;
	}
	#inbound .curso-descricao .block-left{
	    padding: 3%;
	}

}
@media (max-width: 550px){
	#inbound .block-right .bg-grey>img {
	    margin-bottom: -50px;
		width: 100%;
	}
}
