@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Arial;
	box-sizing: border-box;
	}
body{
 background-image: url("");
	background-color: black;}

/* TEXT SIZE */
/*Tamanhos pc*/ /*H1 - titulos (32px) ; H2- subtitulos (24px) ;h3- body(16px) H5- legendas (14px) ;*/
h1 { font-weight:normal;
	font-size: 2rem;color: white;}
h2 { font-weight:normal;
	font-size: 1.5rem; color: white;}
h3 { font-weight:normal;
font-size: 1.25rem;  color: white; }
h5 { font-weight:normal;
font-size: 0.875rem; }

/*Tamanhos tlm*/ /*H1 - titulos (28px) ; H2- subtitulos (20px) ;  h3- body(12px) H5- legendas (8px)*/
@media only screen and (max-width: 700px) {
    h1 { font-weight:normal;
	font-size: 1.25rem;}
	h2 { font-weight:normal;
	font-size: 1rem;	}
	h3 { font-weight:normal;
	font-size: 0.75rem;	} 
h5 { font-weight:normal;
font-size: 0.5rem; }
}

/* INTRO LOGO*/

#logo_intro {
	background: #000 url("../images/others/sketchline_intro.gif") no-repeat center center;
	background-size: 30%;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1000;	}
@media only screen and (max-width: 1000px) {
	.vid_pc{ display: none;}
	.vid_mobile{display: none;}}
@media only screen and (min-width: 1000px) {
	.vid_pc{ display: none;}
	.vid_mobile{display: none;}}

/* MENU */
.menu {
background-color: rgba(250,250,250,0.10);
	width: 60px;
    height: 60px;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 100;}
.menu_line {
    position: relative;
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    top: 29px;
    left: 15px;
    transition: 0.5s ease-in-out;}
.menu_line:before,.menu_line:after {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 0.5s ease-in-out;}
.menu_line:before {
    top: -10px;}
.menu_line:after {
    bottom: -10px;}
nav input {
    display: none; }
nav input:checked~label .menu_line {
    transform: rotate(45deg); }
nav input:checked~label .menu_line:before {
    transform: rotate(90deg);
    top: 0;}
nav input:checked~label .menu_line:after {
    transform: rotate(90deg);
    bottom: 0;}
#check:checked~.sidebar {
    transform: translateX(-200px);}
.sidebar{
  background-color:rgba(0,0,0,0.0); 
  width: 200px;
  text-align: right;
font-size: 20px;
  padding-top: 80px;
padding-right: 40px;
  position: fixed;
	 right: -200px;
  transition:  all .3s ease;
list-style-type: none;
	text-decoration: none;
	 z-index: 95;}
.sidebar a{
  display: block;
  padding: 20px 0;
  color: #FFFFFF;
  font-size: 30px; }
.sidebar span{
  color: #FFFFFF;
  font-size: 20px;	
text-decoration: none;}
.sidebar a:hover{
  color: #871919;
  background-color: rgba(0,0,0,0.0);
  font-weight: bold;}
.sidebar .fas {
	color: white;
	display: block;}
.list_sidebar {
list-style-type: none;
	text-decoration: none;}
.slider{
	width: 100%;
	height: 600px;

}
/* INDEX ABOUT*/ 
#about{
	padding-left: 10%;
	padding-right: 10%;}
.about-content{
  display: flex;
  align-items: center;
  flex-wrap: wrap;}
.about-pic{
  width: 200px;
  margin-right: 200px ;
margin-left: 50px;}
.about-text{
  flex: 1;}
.about-text h2{
  margin-bottom: 20px;}
@media screen and (max-width: 700px){
  .inner-width{
    max-width: 800px;  }
  .about-pic{
	width: 100px;
    margin: 0 auto 60px;  }
  .about-text{
    flex: 100%;
    text-align: center;  } }
.offer-table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: min(1300, 100%);
	align-content: center;
	align-items: center;
  margin-left: 10%;
margin-right: 10%;}
.offer-card{
  flex: 1;
  max-width: 360px;
  margin: 20px 30px 20px 0px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #ffffff;}
.offer-card ul{
  font-size: 16px;
	margin-top: 50px;
	margin-bottom: 40px;}
.offer-card li{
  font-size: 16px;
  padding: 10px 0;}
@media screen and (max-width:1100px){
  .offer-card{
    flex: 50%;}}

/* Slides */
.slideshow-container {
  position: relative;
  background: #FFFFFF;
height: 300px;}
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;}
p { letter-spacing: 0.5px;
    line-height: 2em;
color: black;}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 25px;
  border-radius: 0 3px 3px 0;
  user-select: none;}
.myslide_icon{
	 place-items: center;
	align-content: center;
	  padding-bottom: 20px;
	font-size: 25px;}
/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,1);
  color: white;}
/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #fff;}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;}
/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #888888;}
@media (max-width: 700px) {
	.slideshow-container{
	height: 450px;	}}


/*SERVICES*/
.services{
  text-align: center;
 max-width: 1400px;
  margin: auto;
  overflow: hidden;}
.service{
  display: inline-block;
  width: calc(100% / 2);
  margin: 0 -2px;
  padding: 40px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.4s;}
.service_icon .fa{
  background-color: rgba(255,255,255,0.30);
  margin: auto;
  font-size: 25px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;}
.service:nth-child(1):hover {
background:linear-gradient(45deg, 
	                       rgba(0,0,0,0.60) 0%,
	                       rgba(0,0,0,0.60) 100%),
url("../images/services/moodboard_materiais.jpg");
background-size: cover;
background-position: center;}
.service:nth-child(2):hover {
background:linear-gradient(45deg, 
	                       rgba(0,0,0,0.60) 0%,
	                       rgba(0,0,0,0.60) 100%),
	url("../images/services/planta_2d.gif");
	background-size: cover;
background-position: center;}
.service:nth-child(3):hover {
background:linear-gradient(45deg, 
	                       rgba(0,0,0,0.60) 0%,
	                       rgba(0,0,0,0.60) 100%),
	url("../images/services/services_3d_render.jpg");
	background-size: cover;
background-position: center;}
.service:nth-child(4):hover {
background:linear-gradient(45deg, 
	                       rgba(0,0,0,0.60) 0%,
	                       rgba(0,0,0,0.60) 100%),
	url("../images/services/services_render.jpg");
	background-size: cover;
background-position: center;}
.service h2 {
	line-height: 2em;}
.service i{
  color: #FFFFFF;
  font-size: 34px;
  margin-bottom: 30px;}
.service p{
  color: lightgrey;
  font-size: 16px;
  font-weight: 500;
line-height: 2em;}
@media screen and (max-width: 800px) {
  .service{
    width: 50%;  }}
@media screen and (max-width: 500px) {
  .service{
    width: 100%;  }}

/*PROJECTS*/
.tabela_project{
  display: flex;
	flex-direction: row;
 width: 100%;
	height: auto;
	flex-flow: wrap;}
.coluna_project{
	width: 25%;
height: auto;}
@media screen and (max-width:1200px){
  .coluna_project{
   width: 50%;	  }
	  .coluna_text{
   width: 100%;  }  }
@media screen and (max-width:600px){
  .coluna_project{
   width: 50%;  }
	  .coluna_text{
   width: 100%;  }}
.home_cell1{
	background-image: url("../images/projects/Tropical/sketchline-tropical-iii.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;}
.home_cell2{
	background-image: url("../images/projects/Rustic/sketchline_praia_1.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;}
.home_cell3{
	background-image: url("../images/projects/Minimalist/sketchline_open_4.jpg");
	background-size: cover;
	background-position: center;}
.home_cell4{
	background-image: url("../images/projects/Contemporany/sketchline_contemporany_1.jpg");
	background-size: cover;
background-position: center;}
.home_cell5{
	background-image: url("../images/projects/pop art/sketchline_popart_1.jpg");
	background-size: cover;
	background-position: center;}
.home_cell6{
	background-image: url("../images/projects/Industrial/sketchline_game_1.jpg");
	background-size: cover;
	background-position: center;}
.home_cell7{
	background-image: url("../images/projects/Classic/sketchline_office_1.jpg");
	background-size: cover;
	background-position: center;}
.home_cell8{
	background-image: url("../images/projects/jet/sketchline_jet_1.jpg");
	background-size: cover;
	background-position: center;}
.proj_dark{
	height: 400px;
	width: 100%;
	background-color: rgba(0,0,0,0.30);
	color: #FFFFFF;
	padding: 0%;}
.proj_dark:hover{
	background-color:rgba(0,0,0,0);}
@media (max-width: 700px) {
	.proj_dark{
	height: 200px;	}}

/* QUOTE*/ 
.quote{
    height: 370px;
    width: 80%;
    background: rgba(255,255,255,0.3);
	background-size: cover;
	background-position: center;
    position: relative;
    margin: auto;
    backdrop-filter: blur(12px);
    text-align: center;
	padding: 5%;}
blockquote{
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 2em;
	padding: 2%;
	font-weight: 500;
	vertical-align: middle;
	text-align: center center;
	width: 100%;
	height: 100%;}
span.author-name{
    font-weight: 600;
	    font-size: 18px;
color: #9B9B9B;}
@media screen and (max-width:700px){
  .quote{
    height: 500px;  }}

/* FOOTER*/
footer { 
width: 100%;
	bottom: 0;
	background: black;
	color: #fff;
	padding: 80px 0 30px 0; 
	font-size: 13px;
	line-height: 23px;}
.row{
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;	}
.col {
	flex-basis: 25%;
	padding: 2%;	}
.col:nth-child(2), col:nth-child(2){
	flex-basis: 33%;}
.logo_img{
	width: 80px;
	height: 100%;
		}
.logo{
	width: 100%;
position: relative;
	text-align: center;
	}
.col h3 { 
width: fit-content;
margin-bottom: 40px;
	position: relative;}
.col h4 { 
width: fit-content;
margin-bottom: 20px;
	position: relative;}
.col p { 
width: 100%;
margin-bottom: 30px;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
font-size: 20px;}
footer ul li { 
list-style: none;
margin-bottom: 12px;}
footer  ul li a{
	text-decoration: none;
	color: #fff;}
.form_footer { 
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;}
.form_footer .fa-solid { 
font-size: 25px;
	margin-right: 10px;}
.form_footer input {
	width: 100%;
	background: transparent;
	color: #ccc;
	border: 0;
	outline: none;}
.form_footer button {
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;}
.form_footer button .fa{
	font-size: 18px;
	color: #fff;	}
.social-icons .fa-brands {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
margin-right: 15px;
	margin-bottom: 20px;
	cursor: pointer;}
.social-icons{
	width: 100%;
		position: relative;
	text-align: center;
	margin: auto;
}
hr{
	width: 90%;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin:20px auto;}
.copyright{
	width: 85%;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
text-decoration: none;}
.no_link {
text-decoration: none;
color: white;}
.underline{
	width: 100%;
	height: 5px;
	background: #767676;
	border-radius: 3px;
	position: absolute;
	top: 25px;
	left: 0;}
.underline span {
	width: 15px;
	height: 100%;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 10px;
	animation: moving 2s linear infinite;}
@keyframes moving {
	0%{
		left: -20px;			}
	100%{
		left: 100%;			}}
@media (max-width: 700px) {
	footer {
		bottom: unset;	}
	.col {
	flex-basis: 100%;		}
.col:nth-child(2), col:nth-child(3){
	flex-basis: 100%;}}



/* TOP BUTTON */

#topBtn{
  position: fixed;
  bottom: 25px;
  right: 25px;
  font-size: 22px;
  width: 60px;
  height: 60px;
  background-color: rgba(250,250,250,0.10);
  color: white;
  border: none;
  cursor: pointer;
  display: none; 
	z-index: 95;
}


/* PACKS */
.pricing-table{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: min(1600px, 100%);
  margin: auto;}
.pricing-card{
  flex: 1;
  max-width: 360px;
  background-color: #fff;
  margin: 20px 10px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #2d2d2d;
  transition: .3s linear;}
.pricing-card-header{
  background-color: #000;
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s linear;}
.pricing-card:hover .pricing-card-header{
  box-shadow: 0 0 0 26em #000000;}
.pricing-card:hover ,.pricing-card:hover .price{
  color: #fff;}
.pricing-card ul{
  font-size: 16px;
	margin-top: 50px;
	margin-bottom: 40px;
	text-transform: uppercase;}
.pricing-card li{
  font-size: 16px;
  padding: 10px 0;}
@media screen and (max-width:1100px){
  .pricing-card{
    flex: 50%;  }}

/* BARRA PROJECTS E SERVICES*/
.barra_serv{
	bottom: 0; 
	padding-left: 10%; 
	padding-right: 10%; 
width: 100%;
	height: 150px;
	align-items: center;}
.middle{
	position: relative;
	width: 100%;}
.middle h2{
	position: absolute;
	top: 50%;
	width: 100%;
	align-content: center;
	align-items: center;
	text-align: center;
	transform: translateY(-50%);}
.setas_serv{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.20);
	display: inline-flex;
	justify-content: space-between;	
	padding-top: 5%;}
.setas_img_serv{
	width: 100%;
	height: auto;}
.barra_proj{
	position: relative; 
	width: 100%;}
.setas_proj{
	width: 100%;
	height: auto;
	background-color: rgba(0,0,0,0.0);
	position: absolute;
	top: -100px;
	display: inline-flex;
	justify-content: space-between;	}
.setas_img_proj{
	padding: 2%;
	width: 100%;
	height: auto;}
.seta_p{
	background-image: url("../images/seta_prev.png");
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	width: auto;
background-position: left}
.seta_n{
	background-image: url("../images/seta_next.png");
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	width: auto;
background-position: right}
@media (max-width: 700px) {
	.setas_proj {
	top: -53px;		}
.seta_p{
	height: 25px;}
.seta_n{
	height: 25px;	}}


/* Button*/ 
.button_visit{
	background-color:#ffffff;
	color: grey;
	border: 2px solid transparent;
	font-weight: bold;
padding: 1% 2%;
	transition: .4s; 
	position: relative;
margin: auto;
	width: 30%;
	height: 100%;
	align-items: center;}
.button_visit:hover{
	background-color: transparent;
	border: 2px solid #ffffff;
	cursor: pointer;}
.button_visit h3{
	color: grey;
	font-size: 1.25rem}
@media only screen and (max-width: 700px) {
.button_visit{
	width: 80%;}
.button_visit h3{
	font-size: 0.75rem;
}}

/* CONTACT US */
.contact-in{
	width: 85%;
	height: auto;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	background-color: rgba(255,255,255,0.30);
z-index: 90;}
.contact-map{
	width: 100%;
	height: auto;
	flex: 50%;}
.contact-map iframe{
	width: 100%;
	height: 100%;
	filter: grayscale(100%) invert(100%);}
.contact-form{
	width: 100%;
	height: auto;
	flex: 50%;
	padding: 30px;
	text-align: center;	}
.contact-form h2{
	margin-bottom: 30px;
	margin-top: 20px;
	color: black;}
.contact-form-txt{
	width: 100%;
	height: 40px;
	color: black;
	border: 0px ;
	background-color: rgba(250,250,250,1.0);
	outline: none;
	margin-bottom: 20px;
	padding: 15px;	}
.contact-form-txt::placeholder{
	color: #aaa;}
.contact-form-textarea{
	width: 100%;
	height: 100px;
	border: 0px ;
	background-color: rgba(250,250,250,1.0);
	outline: none;
	margin-bottom: 20px;
	padding: 15px;}
.contact-form-textarea::placeholder{
	color: #aaa;}
.contact-form-btn{	
	width: 50%;
	border:none;
	outline: none;
background-color: rgba(0,0,0,1.0);
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
	cursor: pointer;
	font-size: 18px;}
.contact-form-btn:hover{
	background-color: rgba(255,255,255,0.50);
	color: #000;
	cursor: pointer;}
.condicoes {
	align-content: left;
	align-items: left;
	width: 100%;
	justify-content: space-evenly;
	display: flex;
	padding: 10px;	}
.contact-form h5 {
	color: white;
	padding: 15px;
	justify-content: space-evenly;	}
.contact-form h3 {
	color: black;
	padding: 10px;
	margin-bottom: 20px;	}
/* FIM CONTACT US */
.content_terms_box {
	position: absolute;
	width: 100%;
align-content: center;
	align-items: center;	}
.terms_box{
	width: 100%;
  width: 400px;
  background-color: rgba(0,0,0,0.80);
  color: #fff;
   padding: 5% 2%;
position: relative;
	left: 55%;
	display: none;
z-index: 92;}
.terms_text{
  padding: 0 20px;
  height: 300px;
  overflow-y: auto;
  font-size: 14px;
  color: #f1f1f1;}
.terms_text::-webkit-scrollbar{
  width: 2px;
  background-color: #282828;}
.terms_text::-webkit-scrollbar-thumb{
  background-color: #d13639;}
.terms-box h2{
  text-transform: uppercase;
line-height: 2em;}
.terms_box h4{
  font-size: 13px;
  text-align: center;
  padding: 20px 40px;}
.term_box h4 span{
  color: #d13639;}
.buttons_terms{
  display: flex;
  padding: 0 20px;
  justify-content: space-between;}
.btn{
  height: 50px;
  width: calc(50% - 6px);
  border: 0;
  border-radius: 6px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  transition: .3s  linear;
  cursor: pointer;}
.red_btn{
  background-color: #d13639;}
.gray_btn{
  background-color: #282828;}
.btn:hover{
  opacity: .6;}
@media (max-width: 700px) {
	.terms_box{
		left: 0;
	}
}




/*FAQ*/

.accordion{
  padding: 10%;
}

.accordion-item{
  border-bottom: 1px solid #ddd;
  padding: 20px 0;}
.item-header{
  padding: 14px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;}
.title{
  font-size: 20px;
  font-weight: 600;}
.icon{
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
	color: white;
	border-radius: 50%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;}
.text_accordion{
  color: #888;
  padding: 0 6px;
  max-height: 0;
  overflow: hidden;}
.accordion-item.active .text_accordion{
  max-height: 600px;
  transition: .4s linear;}
/* FIM FAQ */


/* OUTROS*/
.espaco {
	height: 120px; 
	width: 100%;
	justify-content: space-around;}
.espaco1 {
	height: 200px; 
	width: 100%;}
.espaco2 {
	height: 50px; 
	width: 100%;}
.espaco3 {
	height: 20px; 
	width: 100%;}
.espaco4 {
	height: 70px; 
	width: 100%;}
.espaco5 {
    height: 570px;
    width: 100%;
    background-image: url("../images/index_sketchline.gif");
	background-size: cover;
	background-position: center;
    position: relative;
    margin: auto;
    backdrop-filter: blur(12px);
    text-align: center;
	padding: 5%;}
.text{
	line-height: 2em;
	text-align: justify;}
.text_cent{
	text-align: center;
	align-content: center; 
	align-items: center;
	top: 50%;
	left: 50%;
	line-height: 2em;
	color: white;}
.container {
	padding-left: 5%;
	padding-right: 5%;}
.line {
	border-collapse: collapse;
	border-top: 4px solid #fff;
	height: 4px; 
	width: 100%;}
.margens{
	background: black;
	margin-left: 10%;
	margin-right: 10%;}
.images_services {
	width: 100%;
	height: auto;
	align-content: center;
	padding-left: 10%;
	padding-right:10%;
	align-items: center;}
.image_index {
	width: 100%;
	height: auto;
	align-content: center;
	padding-left: 0%;
	padding-right:0%;
	background-size: cover;
		align-items: center;
}
.imageContainer{
	width: 100%;
	height: auto;
	}
@media (max-width: 700px) {
.espaco1 {
	height: 100px; 
	width: 100%;}
	.espaco5 {
    height: 270px;
    width: 100%;
    background-image: url("../images/index_sketchline.gif");
	background-size: cover;
	background-position: center;
    position: relative;
    margin: auto;
    backdrop-filter: blur(12px);
    text-align: center;
	padding: 5%;}
.image_index {
	width: 100%;
	height: 300px;
	align-content: center;
	padding-left: 0%;
	padding-right:0%;
	align-items: center;
}
}