@charset "UTF-8";

/* CSS - Rafael Branco | Ano: 2019 */

/******************* Atribuições Gerais *********************/
* {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased !important;
	-moz-font-smooth:antialiased !important;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	margin:0;
	padding:0;
}

*::selection,
*::-moz-selection,
*::-webkit-selection {
	background:#c0d445;
	color:#fff;
}

h1,h2,h3,h4,h5 { font-weight: normal; }

a {
	cursor:pointer;
	text-decoration:none;
}

br { clear:both; }

img { border:0; }

input,
textarea,
select { outline: none; }

body {
	/*background-image: url(../img/background.png);*/
	background-color: #282828;
	background-position: center top;
  background-size: 100%;

	color: #3f3e40;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;

	overflow-x: hidden;
}

.conteudo {
	border:  1px solid transparent;
	box-sizing: border-box;
	width: 1110px;
	margin: 0 auto;
	position: relative;
}

.conteudo2 {
	box-sizing: border-box;
	margin: 0 auto;
	width: 70%;
  	position: relative;
}

.soft-hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity = 50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

strong, b { font-weight: 700; }
/******************* Atribuições Gerais *********************/


/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Space Grotesk', sans-serif;
*/


#btn-whatsapp{
  background: #FFF500;
  border: 2px solid #FFF500;
  border-radius: 100px;
  color: #000;
  display: block;

  font-size: 20px;

  line-height: 46px;
  /*padding: 13px 0;*/
  /*height: 45px;*/
  width: 47px;
  text-align: center;

  position: fixed;
  bottom: 25px;
  right: 20px;
  z-index: 15;
  transition: 0.3s;
}

#btn-whatsapp:hover{
  background: transparent;
  color: #FFF500;
  transition: 0.3s;
}


/*#toTop{
  background: #cfcfcf;
  border: 2px solid #cfcfcf;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: block;

  font-size: 20px;

  line-height: 46px;
  width: 47px;
  text-align: center;

  position: fixed;
  bottom: 12px;
  right: 20px;
  z-index: 15;
  transition: 0.3s;
}

#toTop:hover{
  background: #fff;
  border: 2px solid #cfcfcf;
  color: #cfcfcf;
  transition: 0.3s;
}*/

.line-hover{
	background: #FFF500;
	border-radius: 10px;

	display: none;

	margin-top: 4px;

	height: 2px;
	width: 50%;
}




#myVideo {
  /*position: fixed;
  right: 0;
  bottom: 0;*/
  min-width: 1920px;
  min-height: 100%;
  height: 500px;

  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

/* Add some content at the bottom of the video/page */
.banner-video {
  /*position: fixed;
  bottom: 0;*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  color: #f1f1f1;*/
height: 500px;
  width: 100%;
/*  padding: 20px;*/
position: relative;
z-index: 10;
}

/******************** Atribuições Topo HOME **********************/
#bg-topo-home{
/*	background-image: url(../img/bg-banner.png);*/
  background-position: left top;
  background-size: auto 39%;
  background-repeat: no-repeat;
}

header.topo{
	background: #282828;
	padding-bottom: 15px;
	height: 150px;
	width: 100%;

/*	box-shadow: 0px 20px 35px rgba(15, 15, 15, 0.25);*/
}

header.topo .logo-header{
	float: left;
	margin-top: 50px;

	max-width: 120px;
}

header.topo #right{
	float: right;
	display: table;
}

header.topo #btn-solicitar-orcamento{
	border: 3px solid #FFF500;
	border-radius: 10px;
	cursor: pointer;
	float: right;

	font-family: 'Space Grotesk', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.02em;

	color: #FFF500;

	margin-top: 40px;

	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 192px;
}

header.topo #btn-solicitar-orcamento:hover{
	background: #FFF500;
	color: #282828;
}

header nav#menu{
	float: right;

	margin-top: 20px;
}

header nav#menu ul{}

header nav#menu ul li{
	color: #FFFFFF;
	list-style: none;
	float: left;
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;

	margin-left: 25px;
}

header nav#menu ul li:hover{
  color: #FFF500;
  text-shadow: 1px 0 0 currentColor;
}

header nav#menu ul li:hover .line-hover{
	display: block;
}


#menu-topo-mobile{
	display: none;
}
/******************** Atribuições Topo **********************/

/******************** Atribuições Footer **********************/
footer#rodape{
	background: #FFF500;
	box-shadow: 0px -20px 35px rgba(15, 15, 15, 0.15);

	padding: 50px 0 30px 0;
}

/*footer#rodape #left{
	float: left;
	width: 50%;
}*/

footer#rodape .columns-rdp{

}

footer#rodape .columns-rdp .column{
	float: left;

	width: 20%;
}

footer#rodape .columns-rdp .column img{
	max-width: 100%;
}

footer#rodape .columns-rdp .column p{
	color: #282828;

	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

footer#rodape .columns-rdp .column nav.menu-rodape{}

footer#rodape .columns-rdp .column nav.menu-rodape ul{
	text-align: center;
}

footer#rodape .columns-rdp .column nav.menu-rodape ul li{
	color: #282828;

	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;

	list-style: none;

	margin-bottom: 13px;
}

footer#rodape .columns-rdp .column nav.menu-rodape ul li:hover{
	font-weight: 700;
/*	text-shadow: 1px 0 0 currentColor;*/
}

footer#rodape .columns-rdp .column .redes-rdp{
	display: table;
	float: right;
}

footer#rodape .columns-rdp .column .rede-rdp{
	float: left;

	margin-left: 30px;
}


footer#rodape .left{
	color: #282828;
	float: left;

	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;

	margin-top: 15px;
}

footer#rodape .right{
	color: #282828;
	float: right;

	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;

	margin-top: 15px;
	text-align: right;
	width: 50%;	
}

footer#rodape .right:hover{
	font-weight: 700;
}
/******************** Atribuições Footer **********************/