@font-face {
	font-family: 'Montserrat Regular';
	font-style: normal;
	font-display: block;
	src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); 
  }
  
  @font-face {
	font-family: 'Montserrat Extra Bold';
	font-style: normal;
	font-display: block;
	src: url("../fonts/Montserrat-ExtraBold.ttf") format("truetype"); 
  }
  
  @font-face {
	font-family: 'Montserrat Semi Bold';
	font-style: normal;
	font-display: block;
	src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype"); 
  }
  
  @font-face {
	font-family: 'Montserrat Bold';
	font-style: normal;
	font-display: block;
	src: url("../fonts/Montserrat-Bold.ttf") format("truetype"); 
  }
  
  @font-face {
	font-family: 'Montserrat Light';
	font-style: normal;
	font-display: block;
	src: url("../fonts/Montserrat-Light.ttf") format("truetype"); 
  }
  
  @font-face {
	font-family: 'Montserrat Black';
	font-style: normal;
	font-display: block;
	src: url("../fonts/Montserrat-Black.ttf") format("truetype"); 
  }
  
  @font-face {
	font-family: 'Montserrat Medium';
	font-style: normal;
	font-display: block;
	src: url("../fonts/Montserrat-Medium.ttf") format("truetype"); 
  }
  
  @font-face {
	font-family: 'Montserrat Light';
	font-style: normal;
	font-display: block;
	src: url("../fonts/Montserrat-Light.ttf") format("truetype"); 
  }
  

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
}

.wrapper-page{
	display: flex;
	flex-direction: column;
}

.wrapper-firstsection{
	display: flex;
	flex-direction: column;
	position: relative;
}

.topbanner-container{
	display: flex;
	position: relative;
	flex-direction: column;
	width: 100%;
	height: 600px;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../images/banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.topbanner-socialmedia{
	display: flex;
	position: absolute;
	flex-direction: row;
	top: 32px;
	right: 64px;
}

.socialmedia-item{
	display: flex;
	margin: 5px;
}

.topbanner-title{
	font-family: 'Montserrat Bold';
	font-size: 36px;
	color: white;
	margin-top: 230px;
	margin-left: 40px;
}

.topbanner-redline{
	height: 5px;
	width: 600px;
	background-color: #ED3237;
	margin-top: 2px;
	margin-left: 40px;
}

.topbanner-text{
	font-family: 'Montserrat Regular';
	font-size: 24px;
	color: white;
	margin-top: 10px;
	margin-left: 40px;
}

.topbanner-logo{
	display: flex;
	width: 200px;
	height: 80px;
	margin-top: 32px;
	margin-left: 48px;
}

.topbanner-menu{
	display: flex;
	position: absolute;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
	width: auto;
	top: 64px;
	right: 48px;
}

.topbanner-mobilemenu{
	display: none;
	position: absolute;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
	width: auto;
	top: 16px;
	left: 32px;
}

.navbar-container{
	display: flex;
	flex-direction: row;
	padding: 20px;
	color: #fff;
}

.navbarmobile-container{
	display: flex;
	flex-direction: column;
	padding: 20px;
	color: #fff;
}

.navbar-links{
	display: flex;
	flex-direction: row;
	width: 100%;
}

.navbarmobile-links{
	display: flex;
	flex-direction: row;
	width: 100%;
}

.navbar-links a {
	color: #fff;
	text-decoration: none;
}

.navbarmobile-links a {
	color: #fff;
	text-decoration: none;
}

.navbar-menu-item-selected{
	background-color: white;
	height: 1px;
	width: 60%;
	margin-top: 5px;
}

.navbar-menu-item-spacer{
	background-color: transparent;
	height: 1px;
	width: 60%;
	margin-top: 5px;
}

/* Underline From Left */
.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
  }
  .hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0px;
	background: white;
	height: 1px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
	right: 0;
  }


.navbar-menu{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
}

.navbar-menu-item{
	display: flex;
	margin: 0.5rem;
	font-family: 'Montserrat Regular';
	font-size: 16px;
	color: white;
}

/* CHECKBOX HACK */
input[type=checkbox]{
	display: none;
}

.hamburger {
	display: none;
	font-size: 24px;
	user-select: none;
}

.linebanner-container{
	display: flex;
	height: 10px;
	width: 100%;
	background-color: #ED3237;
}

.middle-container{
	display: flex;
	width: 100%;
	height: 500px;
	background-color: white;
}

.quality-container{
	width: 100%;
	height: 160px;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../images/fundoqualidade.jpg");
	background-position: 50% 50%;
}

.quality-title{
	display: flex;
	font-family: 'Montserrat Bold';
	font-size: 36px;
	color: white;
	justify-content: center;
	margin-top: 32px;
	margin-bottom: 16px;
}

.quality-text{
	display: flex;
	font-family: 'Montserrat Regular';
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 18px;
	justify-content: center;
	padding-left: 20%;
	padding-right: 20%;
}

.about-container{
	position: absolute;
	top: 580px;
	left: 10%;
	width: 80%;
	height: 550px;
	background-color: white;
	z-index: 10;
	border-style: groove;
	border-color: white;
	border-radius: 5px;
	padding: 16px;
	padding-left: 64px;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(148,148,148,0.2); 
	box-shadow: 1px 1px 2px 2px rgba(148,148,148,0.2);
}

.about-title{
	font-family: 'Montserrat Semi Bold';
	font-size: 30px;
	color: #060D16;
	margin-top: 16px;
	margin-bottom: 32px;
}

.about-text{
	font-family: 'Montserrat Regular';
	font-size: 16px;
	line-height: 20px;
	color: #303030;
	margin-bottom: 16px;
}

.about-image{
	float: right;
	margin: 16px;
	margin-left: 64px;
}

.about-title-mobile{
	display: none;
	font-family: 'Montserrat Semi Bold';
	font-size: 30px;
	color: #060D16;
	margin-top: 16px;
	margin-bottom: 32px;
}

.about-text-mobile{
	display: none;
	font-family: 'Montserrat Regular';
	font-size: 16px;
	line-height: 20px;
	color: #303030;
	margin-bottom: 16px;
}

.wrapper-secondsection{
	display: flex;
	flex-direction: column;
}

.product-title-container{
	display: flex;
	height: 50px;
	background-color: #ED3237;
	font-family: 'Montserrat Bold';
	font-size: 2rem;
	color: white;
	justify-content: center;
	align-items: center;
}

.product-list-container{
	display: flex;
	justify-content: space-evenly;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.product-all-container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background-color: #29589A;
	font-family: 'Montserrat Bold';
	font-size: 1.25rem;
	color: white;
	margin-left: 30%;
	margin-right: 30%;
	border-radius: 5px;
	margin-bottom: 2rem;
}

.product-list-item{
	display: flex;
	position: relative;
	height: 270px;
	width: 270px;
	margin: 1rem;
	border-style: solid;
	border-width: 5px;
	border-color: #29589A;
}

.product-list-banner{
	position: absolute;
	display: flex;
	top: 70%;
	left: 0px;
	height: 50px;
	width: 100%;
	background-color: rgba(48,48,48,0.8);
	color: white;
	font-family: 'Montserrat SemiBold';
	font-size: 16px;
	justify-content: center;
	align-items: center;
}

.wrapper-thirdsection{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../images/fundotecnologia.jpg");
	background-position: 50% 50%;
}

.tecnologia-left{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	width: 50%;
}

.tecnologia-right{
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat Regular';
	font-size: 16px;
	color: white;
	padding: 1rem;
	width: 50%;
	padding-right: 96px;
}

.wrapper-fourthsection{
	display: flex;
	flex-direction: column;
}

.client-title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	background-color: white;
	font-family: 'Montserrat Bold';
	font-size: 32px;
	color: #060D16;
	margin-left: 30%;
	margin-right: 30%;
	border-radius: 5px;
	margin-bottom: 2rem;
	margin-top: 2rem;
}

.client-list-container{
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.client-list-item{
	display: flex;
	margin: 1rem;
}

.wrapper-thursdaysection{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	justify-items: center;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("../images/fundoformulario.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.contact-container{
	display: flex;
	flex-direction: column;
	width: 800px;
	height: 500px;
	margin: 1rem;
	padding: 1rem;
	background-color: white;
	border-radius: 10px;
}

.contact-title{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	justify-items: center;
	font-family: 'Montserrat Extra Bold';
	font-size: 2rem;
	color: #ED3237;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.contact-form{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.contact-row{
	display: flex;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
}

.contact-input{
	width: 100%;
	height: 2rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(135,135,135,0.5);
    font-family: 'Montserrat Regular';
    font-size: 1.2rem;
    color: rgba(135,135,135,0.5);
    text-align: left;
}

.contact-area{
	width: 100%;
	height: 10rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(135,135,135,0.5);
    font-family: 'Montserrat Regular';
    font-size: 1.2rem;
    color: rgba(135,135,135,0.5);
    text-align: left;
}

.contact-button{
    font-family: 'Montserrat Bold';
    font-size: 1.25rem;
    background-color: #ED3237;
    color: white;
    text-align: center;
    border-radius: 5px;
	border-width: 0px;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top : 0.5rem;
    padding-bottom : 0.5rem;
    padding-left : 1.5rem;
    padding-right : 1.5rem;
}

/* RODAPÉ */
.footer-wrapper{
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
}

.footer-container{
    display: flex;
    flex-direction: column;
    background-color: #303030;
    width: 100%;
    padding-top: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
}

.footer-logo{
    display: flex;
}

.footer-title{
    display: flex;
    font-family: Montserrat, sans-serif !important;
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    margin-top: 1rem;
}

.footer-contato-line{
    display: flex;
    height: 1px;
    width: 70px;
    background-color: #ED3237;
    margin-bottom: 1rem;
}

.footer-text{
    display: flex;
    font-family: Montserrat, sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.footer-text-copyrights{
    display: flex;
    font-family: Montserrat, sans-serif !important;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    margin-top: 10px;;
}

.footer-spacer-height{
    display: flex;
    width: 100%;
    height: 1rem;
}

.footer-line{
    display: flex;
    height: 1px;
    width: 100%;
    background-color: #ED3237;
	margin-top: 5px;
}

.footer-developer-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-developer-container{
    display: flex;
    flex-direction: row;
}

.footer-developer-text{
    display: flex;
    font-family: Montserrat, sans-serif !important;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
	margin-right: 5px;
}

.footer-developer-logo{
    display: flex;
}

@media (max-width: 1500px) {

	.product-list-item{
		height: 250px;
		width: 250px;
	}
}

@media (max-width: 1210px) {
	.about-text{
		font-size: 14px;
		line-height: 18px;
	}

	.product-list-container{
		flex-wrap: wrap;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.product-list-item{
		height: 270px;
		width: 270px;
	}

	.tecnologia-right{
		padding-right: 64px;
	}
}

@media (max-width: 991px) {
	.about-image{
		width: 381px;
		height: 361px;
	}

	.about-image img{
		width: 381px;
		height: 361px;
	}

	.product-list-container{
		flex-wrap: wrap;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.product-list-item{
		height: 270px;
		width: 270px;
	}

	.tecnologia-right{
		padding-right: 48px;
	}
} 


@media (max-width: 767px) {

	.topbanner-mobilemenu{
		display: flex;
	}

	.navbar-menu{
		display: none;
	}

	.navbarmobile-menu{
		display: none;
	}

	/* .navbarmobile-menu li:hover {
		display: inline-block;
		background-color:#4c9e9e;
		transition: 0.3s ease;
	} */

	.navbarmobile-menu li + li {
		margin-top: 12px;
	}

	input[type=checkbox]:checked ~ .navbarmobile-menu{
		display: block;
	}

	.hamburger {
		display: block;
	}

    .footer-container{
        align-items: center;
    }
    .footer-developer-wrapper{
        align-items: center;
    }
    .footer-developer-container{
        margin-top: 2rem;
    }

	.topbanner-logo{
		margin-top: 32px;
		margin-left: calc( ( 100% - 200px ) / 2 );
	}

	.topbanner-socialmedia{
		flex-direction: column;
	}

	.middle-container{
		height: 780px;
	}

	.about-container{
		height: 835px;
	}

	.about-image{
		float: left;
	}

	.about-text{
		display: none;
	}

	.about-title{
		display: none;
	}

	.about-title-mobile{
		display: flex;
	}

	.about-text-mobile{
		display: flex;
	}

	.quality-title{
		font-size: 26px;
		margin-top: 48px;
	}

	.quality-text{
		font-size: 16px;
		padding-left: 8%;
		padding-right: 8%;
	}

	.product-list-container{
		flex-wrap: wrap;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.product-list-item{
		height: 270px;
		width: 270px;
	}

	.product-all-container{
		margin-left: 20%;
		margin-right: 20%;
	}

	.tecnologia-left{
		width: 30%;
	}

	.tecnologia-left img{
		width: 80%;
		height: auto;
		object-fit: cover;
	}

	.tecnologia-right{
		width: 70%;
		font-size: 14px;
		line-height: 18px;
		padding-right: 24px;
	}

	.client-title{
		margin-left: 10%;
		margin-right: 10%;
	}

	.client-list-container{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.contact-container{
		width: 600px;
	}
}




@media (max-width: 575px) {

	.topbanner-mobilemenu{
		display: flex;
	}

	.navbar-menu{
		display: none;
	}

	.navbarmobile-menu{
		display: none;
	}

	/* .navbarmobile-menu li:hover {
		display: inline-block;
		background-color:#4c9e9e;
		transition: 0.3s ease;
	} */

	.navbarmobile-menu li + li {
		margin-top: 12px;
	}

	input[type=checkbox]:checked ~ .navbarmobile-menu{
		display: block;
	}

	.hamburger {
		display: block;
	}

    .footer-container{
        align-items: center;
    }
    .footer-developer-wrapper{
        align-items: center;
    }
    .footer-developer-container{
        margin-top: 2rem;
    }

	.topbanner-container{
		background-position: 35% 50%;
	}

	.topbanner-title{
		font-size: 25px;
	}

	.topbanner-text{
		font-size: 18px;
	}

	.topbanner-redline{
		width: 200px;
		height: 2px;
	}

	.topbanner-logo{
		margin-top: 32px;
		margin-left: calc( ( 100% - 200px ) / 2 );
	}

	.topbanner-socialmedia{
		flex-direction: column;
	}

	.middle-container{
		height: 780px;
	}

	.about-container{
		height: 835px;
	}

	.about-image{
		float: left;
		margin-left: 16px;
	}

	.about-image img{
		width: 315px;
		height: 310px;
	}

	.about-text{
		display: none;
	}

	.about-title{
		display: none;
	}

	.about-title-mobile{
		display: flex;
		font-size: 20px;
	}

	.about-text-mobile{
		display: flex;
		font-size: 12px;
	}

	.quality-title{
		font-size: 22px;
		margin-top: 48px;
	}

	.quality-text{
		font-size: 14px;
		padding-left: 8%;
		padding-right: 8%;
	}

	.product-list-container{
		flex-wrap: wrap;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.product-list-item{
		height: 230px;
		width: 230px;
	}

	.product-all-container{
		margin-left: 15%;
		margin-right: 15%;
	}

	.tecnologia-left{
		width: 30%;
	}

	.tecnologia-right{
		width: 70%;
		font-size: 14px;
		line-height: 18px;
		padding-right: 16px;
	}

	.client-title{
		margin-left: 10%;
		margin-right: 10%;
	}

	.client-list-container{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.contact-container{
		width: 400px;
		height: 540px;
	}

}