﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
}

img{
    max-width: 100%;
}

#DuvidasFrequentes > div > div{
    padding: 20px 20px 30px 20px;
}
#DuvidasFrequentes > div > div > h1{
    color: #fff;
    font-size: 25px;
    border:  1px solid #fff;
    border-radius: 7px;
    display: table-cell;
    text-align: center;
    font-weight: bold;
    padding: 10px 30px 10px 30px;
}
#DuvidasFrequentes > h2{
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.text-danger{
    color: red;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
}

#DuvidasFrequentes{
    padding: 3% 8% 0% 8%;
}

#DuvidasFrequentes > p {
    color: #fff;
    font-size: 16px;
    padding-bottom: 4%;
}
.nav.navbar-nav li a,
.nav.navbar-nav.navbar-right li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.navbar-brand > img{
    width: 120px;
      -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#footer{
    padding-top: 5px;
    padding-bottom: 1px;
    background-color: #000;
}
#footer > div > p{
    color: #fff;
}
.cor-verde-unidesk{
    color: #7dc3be;
}
.cor-azul-unidesk{
    color: #0592ba;
}

#sobre, #servicos, #contato, #contato, #portfolio{
	padding-top: 4%;
	padding-bottom: 4%;
}

.logo {
	position: absolute;
	margin-top: 15%;
	z-index: 800;
}
#neutralizador-branco{
    position: absolute;
    background-color: #fff;
    width: 100%;
    height:6%;
}
#divisor-branco{
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    position: absolute;
    background-color: #fff;
    width: 100%;
    height:50px;
    padding-top: 5%;
}
#neutralizador-azul{
    position: absolute;
    background-color: #0099cc;
    width: 100%;
    height:6%;
}
#divisor-azul{
    -webkit-transform: skewY(2deg);
    -moz-transform: skewY(2deg);
    -ms-transform: skewY(2deg);
    -o-transform: skewY(2deg);
    transform: skewY(2deg);
    position: absolute;
    background-color: #0099cc;
    width: 100%;
    height:50px;
    padding-top: 5%;
}
.minilogo {padding: 0;}

ul li a span {font-size: 20px;}

.parallax {
    padding-top: 50px;
	background: url("../../../Images/foto.jpg");

	min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#sobre {
	background-color: #0099cc;
}
p{
    line-height: 1.8em;
}
#sobre > div > div > div > h2, #sobre > div > div > div.col-md-offset-1.col-md-8.text-left > p{
    color: #fff;
}

#contato {
	background-color: #0099cc;
}

#sobre div div div p {
	margin-top: 3%;
	font-size: 15px;
	color: #737373;
}

#sobre div div div p span {
	color: #666666;
	font-weight: bold;
}

#contato div div h1, #contato div div div h4, #contato div div div p, #contato div div h3{
	color: #f2f2f2;
}

#contato div div h1, #contato div div div h4, #contato div div div p{
	font-weight: bold;
}

#contato div.form-group label{
    color: #fff;
}

#contato div.form-group input{
    height: auto;
    padding: 20px;
}

#contato div.form-group textarea{
    height: 315px;
    padding: 20px;
}

#servicos div div h4, #servicos div div p {
     margin-top: 0em;
    margin-bottom: 2em;
}


.contact-btn {
    color: #fff;
    font-weight: 900;
    background-color: #000;
    border-color:#000;
    border-radius: 3px;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 40px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.contact-btn:hover {
	color: #000;
    font-weight: 900;
	background-color: #fff;
	border-color: #fff;
}

@media screen and (min-width: 768px){

	#custom-nav {
		opacity: 0.9;
	    border: 0;
	    box-shadow: none;
	    z-index: 999;
	    padding: 0;
	    background-color: transparent;
	    -webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	-webkit-transition: background .5s ease-in-out, opacity .5s ease;
    	-moz-transition: background .5s ease-in-out, opacity .5s ease;
   		transition: background .5s ease-in-out, opacity .5s ease;
	}
	
	/*bolder, cor, tamanho da fonte do menu */
	#custom-nav  ul li a span {
		font-weight: bolder;
		color: #ffffff;
		font-size: 20px;		
	}

	#custom-nav .container {
	    padding-top: 25px;
	    padding-bottom: 25px;
	    -webkit-transition: padding-top .5s ease, padding-bottom .5s ease;
    	-moz-transition: padding-top .5s ease, padding-bottom .5s ease;
    	transition: padding-top .5s ease, padding-top .5s ease, padding-bottom .5s ease;
	}	

	
	#custom-nav .tamanho-container {
		padding-top: 10px;
	    padding-bottom: 10px;
	}

	#custom-nav.affix {
	    top: 0;
	    min-width: 100%;
	    background-color: #f8f8f8;

	}

	/*Mudar cor da fonte do menu depois de rolar a pagina*/
	#custom-nav.affix ul li a span {
		color: #808080;
	}
	


	.navbar-default .navbar-nav>.active>a:focus{		
		background-color: transparent;
		border-bottom: 3px solid #0099cc;
	}
	.navbar-default .navbar-nav a:hover{
		background-color: transparent;
		border-bottom: 3px solid #EB5A49;
	}
	.navbar-default .navbar-nav>.active>a:hover{
		background-color: transparent;
		border-bottom: 3px solid #0099cc;
	}
	.navbar-default .navbar-nav>.active>a{
		background-color: transparent;
		border-bottom: 3px solid #0099cc;
	}
}

.carousel-content {
    color: #eee;
    font-size: 30px;
    align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 50px;
}

.btn-success {
	color: #449D44;
	font-size: 20px;
	background: transparent;
	padding: 12px 22px;
}

.btn-sucess:focus{
	outline: none;
}

/* media query para smartphones */
@media screen and (max-width: 767px){
	.parallax{
		min-height: 300px;
		width: 100%;
	}

    body {
        padding-top: 50px;
    }
    .navbar-fixed-top {
        z-index: 999;
    }

	.carousel-content {
		color: #eee;
		font-size: 18px;
		align-items:center;
	}

	.col-xs-offset-3{
		padding: 0 0 0 15px;
		width: 150px;
	}
}


@media screen and (min-width: 1535px){
	.parallax{
		min-height: 800px;
		width: 100%;
	}
}