@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@font-face {
	font-family: 'FonteLogo';
	src: url("../_fonts/bubblegum-sans-regular.otf");
}

body {
   background-color: #ffffff;	
   color: rgba(0,0,0,1);
   margin: 0;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;   
}

/* Formatação do Menu Responsivo Original */
.topnav {
  overflow: hidden;

  background-color: orange;
  float: right;
  padding: 0px;
}

.topnav a {
  float: left;
  display: block;
  color: #221c1e;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  
  padding: 15px 15px 23px 15px;
}

.topnav a:hover {
  background-color: #ffd100;
  color: white;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Formatação do Menu Responsivo Adaptado */
.header {
	overflow: hidden;
   /*  background-color: rgba(255,255,255,0.1);  */	
	background-color: #ffffff; 	
	padding: 0px 90px 0px 90px;
	margin: 0px;
	left: 0;
	top: 0;  
}

.logo a {
  padding-top: 5px;
  padding-bottom: 0px
}

.header logo:hover {
  background-color: #ffd100;  
  color: #ffd100;  
}

div#inicio {
	  margin-bottom: 0px;
}

/* Formatação do Slide  */

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative; 
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 10px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  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,0.8);
}

/* Caption text */
.text {
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  font-size: 20px;                      
  padding: 5px 15px 5px 15px;
/*   position: relative;
  bottom: 300px;  
  left: 350px; */
  position: absolute;
  bottom: 40%;  
  left: 25%;  
  width: 50%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 10px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Formatação dos Textos do Slide Responsivo */

/* On smaller screens, decrease text size */
@media only screen and (max-width: 600px) {
  .text {font-size: 10px}
  .text {position: absolute}
  .text {bottom:15%}      
  .text {left: 25%}
}

img#slide {
    width: 100%;
    height: auto;
}

/* Formatação de Serviços  */

div#servicos {
	  background-color: #ffffff;
	  color: #666666;
	  text-align: center;
	  padding-top: 50px;
 	  padding-bottom: 15px;
}

/* Create four equal columns that floats next to each other */
.coluna-servicos {
  float: left;
  width: 25%;
  padding: 10px;
}

/* Clear floats after the columns */
.linha-servicos:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .coluna-servicos {
    width: 100%;
  }
}

.button-servicos {
  background-color: #ffffff; 
  display: none;
  color: 221c1e;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 10px;
  border: 2px solid #ffd100;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.button-servicos:hover {
  background-color: #f1f1f1;
  color: #221c1e;
}

/* Formatação de Clientes  */

div#clientes {
	  background-color: #fd9f02;
	  color: #ffffff;
	  text-align: center;
	  padding-top: 50px;
 	  padding-bottom: 15px;
}

/* Create four equal columns that floats next to each other */
.coluna-clientes {
  float: left;
  width: 33%;
  padding: 10px;
}

/* Clear floats after the columns */
.linha-clientes:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the four columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .coluna-clientes {
    width: 100%;
  }
}

/* Formatação de Faça-Contato tem 1 linha com 3 colunas: Contato, Mensagem e Mapa    */

div#faca-contato {
	     background-color: #ffffff;
/*	  background-color: #fd9f02;   */
	  color: #ffffff;
	  text-align: center;
	  padding-top: 0px;
 	  padding-bottom: 0px;
	  padding-right: 0px;
	  padding-left: 0px;
}

/* Create tree equal columns that floats next to each other */
.coluna-contato {
  background-color: #ffffff;
  color: #666666;
  float: left;
  width: 33%;
  padding: 50px 0px 48px 0px;
}

.coluna-mensagem {
  background-color: #ffd100;
  float: left;
  width: 33%;
  padding: 5px 5px 32px 5px;
}

.coluna-mapa {
  background-color: #ffffff;
  color: #666666;  
  float: left;
  width: 33%;
  padding: 50px 0px 50px 0px;
}

/* Clear floats after the columns */
.linha-faca-contato:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the 3 columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .linha-faca-contato {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .coluna-contato {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .coluna-mensagem {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .coluna-mapa {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .coluna-mapa iframe {
	  width: auto;}
  }
}

/* Formatação da Mensagem */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#mensagem {
  -webkit-font-smoothing: antialiased;  
   text-align: center;
   color: white;	 
   padding-top: 50px;
   padding-bottom: 15px;
  /*  background-color: #ffd100;  */
}

input[type=text] {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=email] {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

textarea {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    height: 100px;
}

input[type=submit] {
    background-color: #aed728;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #221c1e;
}

button {
    background-color: #ccc;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
}

button:hover, button:focus {
    background-color: #221c1e;
}

.success {
    width: 50%;
    padding: 12px; 
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color: white;
    background-color: green;
}

.error {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    color: white;
    background-color: red;
}

#form-messages {
    margin-right: auto;
    margin-left: auto;
}

/* Formatação do Rodape  */

footer#rodape {
    background-color: #fd9f02;	
    color: white;	 
    padding: 20px;	
	clear: both;
/*	border-top: 1px solid #606060; */
}   

footer#rodape p {
	text-align: center;
}

/* Botão Top  */	

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ccc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #221c1e ;
}
