@charset "utf-8";
/* ---------------------------------------------------- */
/*                         Geral                        */
/* ---------------------------------------------------- */

.borderblink {
	animation: border-shadow 3s ease-out infinite;
}
@keyframes border-shadow{

	0% {
	    box-shadow: 0 0 0 0px rgba(0,0,0,0);
	}
	50% {
	    box-shadow: 0 0 0 5px  rgba(0,0,0,0.5);
	}
	100% {
	    box-shadow: 0 0 0 5px  rgba(0,0,0,0);
	}
}


.hidden { 
  opacity: 0; 
}

.visible { 
  opacity: 1; 
}


body {
	font-size: 20px;
	line-height: 1.3em;
	font-family: "csregular", "Open Sans", "Helvetica", Arial;
}



h2 {
	font-size: 64px;
	line-height: 1em;
	font-family: "csbold", "Open Sans", "Helvetica", Arial;
}


h4{
	font-size: 26px;
	font-family: "csbold", "Open Sans", "Helvetica", Arial;
	margin-bottom: 15px;
}

.cta {
	max-width: 500px;
}

.themecolor {
	color: #FFBC10;
}

p {
	margin-bottom: 30px;
}

/* ---------------------------------------------------- */
/*                         Topo                         */
/* ---------------------------------------------------- */
#topo {
	position: relative;
	z-index: 2;
	padding: 20px 0;
	background: #000;
	border-bottom: 10px solid #FFBC10;
}

#logo {
	position: relative;
	float: left;
}

nav {
	position: relative;
	float: right;
}

ul.menu, 
ul.menu li,
nav li a {
	position: relative;
	float: left;
}

ul.menu li {
	margin-right: 40px;
}

ul.menu li:last-child {
	margin-right: 0;
}


nav li a {
	font-size: 20px;
	line-height: 85px;
	font-family: "csregular", "Poppins", "Helvetica", Arial;
	font-weight: normal;
	color: #fff;
	transition: 0.7s all linear;
}

ul.menu li.active a,
nav li a:hover {
	color: #FFBC10;
}

#banner {
	background: url('../imagens/fundos/fundo-banner.jpg') no-repeat center top;
	background-size: cover;
}

#banner img {
    float: right;
    margin: 30px 0 -35px;
}

#banner h2 {
	margin: 120px 0 20px;
	color: #fff;
}

#banner p {
	color: #fff;
	max-width: 430px;
	margin-bottom: 40px;
}

#banner a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	background: #ffbc10;
	padding: 10px 20px;
	border-radius: 5px;
}





/* ---------------------------------------------------- */
/*                        O que é                       */
/* ---------------------------------------------------- */
#o-que-e {
	padding: 80px 0;
}

#o-que-e h2 {
	max-width: 400px;
	margin-bottom: 20px;
}





/* ---------------------------------------------------- */
/*                        XIS Game                      */
/* ---------------------------------------------------- */
#xis-game {
	padding: 80px 0;
	background: #000 url('../imagens/fundos/fundo-xisgame.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

#logo-xis-game {
	margin-bottom:  30px;
	max-width: 350px;
}

p.subtitle {
    color: #fff;
    max-width: 400px;
    float: none;
    margin: 0 auto 50px;
}

.game .float-left {
	width: 55%;
}

.game .float-left:before {
    content: "";
    width: 250px;
    position: absolute;
    left: -250px;
    top: 5%;
    height: 90%;
    background: #FFBC10;
    z-index: 9;
}

.game .float-left img {
    position: relative;
    float: left;
    max-width: 100%;
}

div#coordenadas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div#coordenadas div {
    position: absolute;
    width: 5.918%;
    height: 8%;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
	background: url('../imagens/icones/icone-ferramentas.png') no-repeat center center;
	background-size: cover;
}

div#coordenadas .coord1 {
    top: 40%;
    left: 15%;
}

div#coordenadas .coord2 {
    top: 45%;
    left: 31%;
}

div#coordenadas .coord3 {
    top: 84.5%;
    left: 36%;
}

div#coordenadas .coord4 {
    top: 32%;
    left: 52%;
}

div#coordenadas .coord5 {
    top: 38.5%;
    left: 77%;
}

div#coordenadas .coord6 {
    top: 64.5%;
    left: 72%;
}




.game .float-right {
	width: 35%;
}

#mostra-pesquisa {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    height: 60px;
    border-radius: 10px;
    margin: 50px 0 30px;
}

#game-resultado {
    width: calc(100% - 75px);
    background: #FFBC10;
    height: 46px;
    position: relative;
    float: left;
    margin: 7px 0 7px 7px;
    border-radius: 8px;
    font-family: "csbold", "Open Sans", "Helvetica", Arial;
    font-size: 24px;
    line-height: 50px;
    text-transform: uppercase;
}

#icone-pesquisa {
    width: 46px;
    height: 46px;
    position: relative;
    float: right;
    margin: 7px;
    border-radius: 8px;
    background: #FFBC10 url('../imagens/icones/icone-pesquisa-preto.png') no-repeat center;
	background-size: 70%;
}

#game-resultado-texto {
    color: #fff;
    text-align: left;
    padding-left: 70px;
    background: url(../imagens/icones/icone-ferramentas-amarelo.png) no-repeat left top;
    background-size: 50px;
    min-height: 50px;
    width: calc(100% - 70px);
    display: none;
}

#game-resultado-texto li {
    font-size: 0.8em;
    margin-bottom: 10px;
}

#game-resultado-texto li:before {
    content: "• ";
    position: absolute;
    margin-left: -12px;
    color: #FFBC10;
}




/* ---------------------------------------------------- */
/*                       Serviços                       */
/* ---------------------------------------------------- */
#servicos {
	padding: 80px 0;
}

#servicos h2 {
    max-width: 750px;
    margin-bottom: 30px;
}

#servicos p {
    max-width: 750px;
    margin-bottom: 50px;
}

#servicos-slider {
	position: relative;
	float: left;
	width: 100%;

}

#servicos-slider li {
    position: relative;
    float: left;
    width: 100%;
}

#servicos-slider li .servico-descricao{
    position: relative;
    float: left;
    width: 73%;
    padding: 0 13.5%;
}

#servicos .servico-descricao p {
    margin-bottom: 30px;
    line-height: 1.5em;
}


#servicos a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    background: #ffbc10;
    padding: 8px 15px 6px;
    border-radius: 5px;
    font-size: 0.8em;
    width: calc(100% - 30px);
    position: relative;
    float: left;
    text-align: center;
}

.servico-foto {
	position: relative;
	float: left;
	width: 73%;
	padding: 0 13.5%;
	border-radius: 100%;
}

.borda-foto {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}

.servico-foto img {
	position: relative;
	float: left;
	width: 95%;
	margin: 2.5%;
	border-radius: 100%;
}

.servico-foto:before {
    content: "";
    height: 60px;
    background: #ff0;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -40px;
}





/* ---------------------------------------------------- */
/*                       Pesquisa                       */
/* ---------------------------------------------------- */
#pesquisa {
	padding: 80px 0;
	background: #000 url('../imagens/fundos/fundo-xisgame.jpg') no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	z-index: 3;
}

#pesquisa h3 {
	font-size: 50px;
	line-height: 1em;
	font-family: "csbold", "Open Sans", "Helvetica", Arial;
	color: #fff;
	margin-bottom: 30px;
}

#form-pesquisa {
	background: transparent url('../imagens/icones/icone-pesquisa.png') no-repeat 10px center;
    border-radius: 17px;
    border: 2px solid #fff;
    line-height: 40px;
    width: 290px;
	background-size: auto 60%;
	padding-left: 60px;
	color: #fff;
	position: relative;
}

#res {
	width: 100%;
}

div#pes-res:before {
    content: "Clique em um item abaixo para solicitar orçamento";
    font-size: 10px;
    position: relative;
    width: 100%;
    background: #FFBC10;
    padding: 0;
    float: left;
    color: #000;
    padding: 0;
    line-height: 18px;
}

#pes-res {
    position: absolute;
    top: 60px;
    width: 350px;
    left: 50%;
    margin-left: -175px;
    border: 1px solid #FFBC10;
    background: #000;
    color: #fff;
    font-size: 16px;
    display: none;
}

#pes-res ul  {
    position: relative;
    float: left;
    width: 100%;
    max-height: 300px;
    overflow-x: hidden;
}

#pes-res li {
    border-bottom: 1px solid #666;
    padding: 5px 0;
    cursor: pointer;
}






/* ---------------------------------------------------- */
/*                     Localização                      */
/* ---------------------------------------------------- */
#localizacao {
	padding: 100px 0;
	background: url('../imagens/fundos/fundo-localizacao.png') no-repeat right top;
	background-size: auto 100%;
}

#localizacao .float-left {
	width: 20%;
	margin-left: 5%;
}

#localizacao .float-right {
	width: 68%;
	margin-right: 5%;
	margin-top: 40px;
}

#localizacao .float-right h2 {
	margin-bottom: 50px;
}

#localizacao .float-right a {
	background: #32a840;
	color: #fff;
	text-transform: uppercase;
	font-family: "csbold", "Open Sans", "Helvetica", Arial;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 7px;
	font-size: 30px;
}

#localizacao .float-left img {
	width: 100%;
	max-width: 210px;
}




/* ---------------------------------------------------- */
/*                        Rodape                        */
/* ---------------------------------------------------- */
#rodape {
    border-bottom: 10px solid #FFBC10;
    padding: 100px 0;
    background: url('../imagens/fundos/fundo-rodape.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
}

#rodape h2 {
	margin-bottom: 20px;
}


#rodape .cta a {
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	background: #ffbc10;
	padding: 10px 20px;
	border-radius: 5px;
}

.contato {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
}

.contato a {
	position: relative;
	float: right;
	clear: both;
}

.contato .mbl img,
.contato .dsk img {
    max-width: 320px;
    margin-bottom: 30px;
}



.owl-dots {
    text-align: center;
}

.owl-nav.disabled {
	display: none;
}

.owl-dots button {
    height: 5px;
    width: 30px;
    margin: 0 3px;
    cursor: pointer;
}

.owl-dots button.active {
	background: #ffbc10;
}