/* geral */

.container {
    width: 96%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color:#0033FF;   
}

body{
    font-family: "Roboto", sans-serif;
    background-color: #0033FF; /*muda cor do background*/
    background-image: url('../img/transparentlogo.png');
}

.interna {
    margin-top: 120px;
    margin-bottom: 40px;
    padding-bottom: 80px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}

.container-interna {

    width: 700px;
    margin: 0 auto;
}

.interna p {
    font-family: "Trebuchet MS", "Roboto", sans-serif;
    color: #67686a;
    margin: 20px 0;
}

.interna h2 {
    background-color:#0033FF;
    width: 170px;
    height: 50px;
    position: relative;
    left: -20px;
    padding-left: 80px;
    margin-bottom: 85px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    line-height: 45px;
}

.interna h3 {
    color:#0033FF;
    font-family: "Trebuchet MS", "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.interna h4 {
    color:#0033FF;
    font-family: "Trebuchet MS", "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
}


.icone-titulo {
    display: inline-block;
    float: left;
    position: relative;
    z-index: 90;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat:no-repeat;
}

/* topo */
/* linha abaixo do menu cor oringinal #00aeef*/
header {
	background: #fafafa; /*background logo/menu */
    height: 80px;
    border-bottom: 10px solid #0033FF; 
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

header#top .container {
    position: relative;
}

header#top h1 {
    display: inline-block;
}
/*logo do site*/
.brand {
	display:block;
	background-image: url('../img/logo.png');
	background-position: -16px 5px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 300px;
	height: 90px;
}

header nav {
	position: absolute;
	right: 0;
	top: 16px;
}

header nav ul#menu li {
	display: inline-block;
    height: 64px;
    line-height: 60px;
    border-color:#fafafa;
    cursor: pointer;
}

header nav ul#menu li a:hover {
    border-bottom: 14px solid #fafafa;
    color:#0033FF;
}

header nav ul#menu li:first-child {
    margin-right: 15px;
}
header nav ul#menu li:last-child {
    margin-left: 15px;
    margin-right: 20px;
}

header nav ul#menu li a {
    display: block;
	text-decoration: none;
	color: #67686a;
	font-weight: 900;
    font-size: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* fim topo*/

/* corpo */

main, .main, #message {
    margin: 90px 0 0 0;
    display: block;
}

.main .container {
    background-color: #fafafa; /* troca fundo do site cor padrão branca*/
}

/* fim corpo */

/* footer */
/*altera cor da linha do fim do site*/
.footer {
    display: block;
    bottom: 0;
    background-color: #4f5052;
    border-top: 10px solid #0033FF;
    width: 100%;
    color:#fafafa;
    font-size: 12px;
    overflow: hidden;
}

.footer .footer_border {
    border-top: 10px solid #fafafa;
}

.footer .footer_border .container {
    height: 100px;
    position:relative;
}

.footer ul#footer_contact {
    display: inline-block;
    margin: 5px 0 0 -20px;
}

.footer ul#footer_contact li {
    margin: 5px 0;
    line-height: 15px;
}

i.icon-mail {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-position: center;
    text-indent: -9999px;
    background-image: url('../img/icon-mail.png');
    background-repeat: no-repeat;
    margin-right: 5px;
}

i.icon-phone {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-position: center;
    text-indent: -9999px;
    background-image: url('../img/icon-contact.png');
    background-repeat: no-repeat;
    margin-right: 5px;
}

.footer small {
    position: absolute;
    left: 0;
    top:55px;
    width: 100%;
    text-align: center;
}

.footer p {
    text-align: center;
    padding-top: 25px;
}

a.social_facebook {
    display: inline-block;
    width: 25px;
    height: 25px;
}

a.social_facebook i {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-image: url('../img/social-facebook.png');
    background-size: 100%;
    background-position: center;
}

@keyframes shake {
    0% {transform: rotate(0deg);}
    50% {transform: rotate(-10deg);}
    100% {transform: rotate(10deg);}
}

.footer .social_facebook {
    position: absolute;
    top:13px;
    right:10px;
    animation: shake 1s ease alternate infinite;
}

/* end footer */

/* end geral */

/* home */

.main #home {
    background-image: url('../img/arte-home.jpg');
    background-position: center;
    background-repeat: no-repeat;
    height: 912px;
}

.main .front {
    position: relative;
    top: 50px;
    background-color: rgba(0,0,0,0);
    color: white;
}
/* configuração borda titulo lista main Cor original #00a0ef */ 
.main .front h2 { 
    font-weight: 900;
    font-size: 45px;
    display: block;
    padding: 20px;
    border: 9px solid #0033FF;
    text-align: center;
    max-width: 440px;
    margin: 0 auto;
}

.main .front ul {
    background:rgba(0,0,0,0.5);
    margin-top: 40px;
    padding: 30px;
}

.main .front ul li {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-weight: 900;
    border-bottom:2px solid white;
}

.main .front ul li:last-child {
    border-bottom: none;
}
/* cor do detalhe no icone abaixo da lista */
.saiba-mais {
    position: relative;
    background-color: #0033FF;
    width: 230px;
    height: 65px;
    margin: 80px auto 0 auto;
    cursor: pointer;
}

.saiba-mais a {
    display: block;
    background-color: white;
    height: 100%;
    width: 100%;
    position: relative;
    top: -3px;
    right: 3px;
    text-decoration: none;
    color: #67686a;
    font-weight: 900;
    font-size: 25px;
    line-height: 65px;
    text-align: center;
}
/*cor do texto 'mais' */
.saiba-mais a span {
    color: #0033FF;
}

/* end homepage */

/* serviços */

.servicos .icone-titulo {
    background-image: url('../img/icon-car.png');
}

.servicos .container-interna a {
    padding:5px;
    display: inline-block;
    background-color: #e67e22;
    color: white;
    margin-bottom: 25px;
    font-weight: bold;
}

ul.listagem {
    background-color: #0033FF;
    width: 100%;
    cursor: pointer;
}

ul.listagem li {
    min-height: 50px;
    border-bottom: 3px solid #fafafa;
    color: white;
    font-family: "Trebuchet MS", "Roboto", sans-serif;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    padding-left:0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.listagem li span {
    max-width: 80%;
    line-height: 20px;
    position:relative;
    top:15px;
    left: 10px;
    display: inline-block;
    padding-bottom: 30px;
}

i.caret{
   font-size: 30px;
   line-height: 30px;
   display: inline-block;
   transform:rotate(90deg);
   height: 30px;
   width: 30px;
   text-align: center;
   line-height: 25px;
   font-size: 40px;
   position: relative;
   top:10px;
   right: 10px;
   float: right;
}

ul.listagem li.active i.caret {
    transform:rotate(270deg);
}

ul.listagem li:hover {
    background-color: #0c8bbb; 
}

ul.listagem li.active {
    background-color: #67686a;
    border-bottom: none;
}

ul.listagem ul.lista-dropdown {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background-color: #fafafa;
}

ul.listagem li.active ul.lista-dropdown li {
    line-height: 20px;
    min-height: 25px;
    height: auto;
    border-bottom: 1px solid;
    padding: 10px 30px 5px 30px;
}

ul.listagem li.active ul.lista-dropdown li:last-child {
    border-bottom: none;
}

ul.lista-dropdown li, ul.lista-dropdown li:hover {
    background-color: rgba(0,0,0,0);
    color: #67686a;
    font-size: 15px;
    min-height: auto;
    height: 30px;
    line-height: 30px;
}

/* end serviços */

/* empresa */

.empresa .icone-titulo {
    background-image: url('../img/icon-empresa.png');
}

.empresa .container-interna > p {
    margin:10px 0 40px 0;
    text-align: justify;
}

.empresa .container-interna > h3 {
    text-align: center;
}

.empresa figure {
    width:180px;
    margin:0px auto 0 auto;
    text-align: center;
}

.empresa figure img {
    border-radius:100%;
    width: 100%;
}
/*quadrado debaixo da foto*/
.empresa figure figcaption {
    background-color:#0033FF;
    padding: 5px 10px;
    margin: 5px 0;
}

.empresa figure figcaption h4 {
    color:white;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position:relative;
    top:15px;
}

.empresa figure figcaption p {
    color:white;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

/* end empresa */

/* contato */

.contato .icone-titulo {
    background-image: url('../img/icon-contact.png');
}

.contato form {
    margin: 50px 0 100px 0;
}
/*altera cor do email*/
.contato strong {
    color:#0033FF;
    font-weight: bold;
}

.contato input[type='text'], .contato input[type='number'], .contato textarea {   
    background-color: #dedede;
    box-shadow: 1px 1px 1px #ccc;
    border: none;
    min-width: 260px;
}

.contato input {
    width:50%;
    height:20px;
    margin:10px 0 20px 0;
    padding:5px 10px;
}

.contato input[type='radio'] {
	width:40px;
    margin:20px 0 0px 0;
}

#radio-msg {
    margin-bottom: 30px;
}

.contato label {
    font-size: 14px;
    position: relative;
    top:-5px;
    font-family: 'Trebuchet MS', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=number] { -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

.contato textarea {
    display:block;
    width:100%;
    height:100px;
    margin:10px 0 40px 0;
    resize: none;
    padding: 5px;
    overflow: auto;
}
/*muda cor botão enviar*/
.contato input[type="submit"] {
    display: block;
    border:none;
    box-shadow: 1px 1px 1px #ccc;
    background-color:#0033FF;
    color:white;
    font: bold 20px "Trebuchet MS", "Roboto", sans-serif;
    width:200px;
    height: 50px;
    text-align: center;
    margin: 15px auto;
    cursor:pointer;
}

.contato input:focus, .contato textarea:focus {
    outline: 0;
}

.contato-facebook p {
    text-align: center;
}

.contato-facebook a {
    display: block;
    width:40px;
    height: 40px;
    margin: 0 auto;
    background: white;
    text-indent: -9999px;
    background-image: url('../img/icon-facebook.png');
    background-size: 100%;
    background-position: center;
    border-radius: 3px;
    overflow: hidden;
}

.contato-facebook:hover a {
    animation: shake 0.5s ease-in-out alternate infinite;
}

@media (max-width:740px) {

   .empresa .container-interna{
    width:90%;
} 

}

/* mensagem-ok */

#msg {
    padding-top: 80px;
}

#msg p {
    padding-bottom:20px;
}

#msg a {
    color: #0033FF;
    font-weight: bold;
    text-decoration: none;
}
