/* GERAL 
--------------------------------------------------*/

@font-face {
	font-family: Futurist-Regular;
	src: url(../font/Futurist-Regular.ttf);
}

* {
	transition: all .3s;
}

body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: Arial;
	font-size: 17px;
	line-height: 1.8em;
}

textarea {
	resize: none;
}

.div-branca {
	width: 100%;
	background-color: white;
}

.div-branca-90 {
	width: 100%;
	background-color: rgba(255, 255, 255, .9);
}

.div-vinho-1 {
	width: 100%;
	background-color: #a13030;
}

.div-vinho-2 {
	width: 100%;
	background-color: #e5b9b8;
}

.div-vinho-3 {
	width: 100%;
	background-color: #fbf1f1;
}

.div-cinza-1 {
	width: 100%;
	background-color: #696969;
}

.div-cinza-2 {
	width: 100%;
	background-color: #dfdfdf;
}

.color-branca {
	color: white;
}

.color-cinza-1 {
	color: #696969;
}

.color-vinho-1 {
	color: #a13030;
}

.scrolloff {
	pointer-events: none;
}


/* CLASSES AUXILIARES 
--------------------------------------------------*/

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

.align-center {
	text-align: center !important;
}

.align-justify {
	text-align: justify !important;
}

.no-bold {
	font-weight: normal !important;
}

.display-block {
	display: block;
	float: none !important;
}


/* TOPO
--------------------------------------------------*/

.navbar-default {
	background: rgba(255, 255, 255, .9) !important;
	border: none !important;
}

#logo-topo {
	height: 70px;
	width: 220px;
	background: url(../img/DeR-Logo2018-1.png) no-repeat left center;
	background-size: contain;
	margin: 0 15px 5px 15px;
}

#menu-topo .nav a {
	padding: 28px 15px !important;
	margin: 0 10px;
	line-height: 25px;
	color: black;
	font-size: .8em;
	letter-spacing: 1px;
	font-family: Futurist-Regular;
}
#menu-topo .nav a:hover {
	color: #cc3030;
	background: #fbf1f1;
}

#menu-topo .nav li.active a {
	color: #cc3030;
	background: white;
}
#menu-topo .nav li.active a:hover {
	background: #fbf1f1;
}

#menu-topo.contract {
	box-shadow: 0 0 3px rgba(0, 0, 0, .3) !important;
	background: white !important;
}

#menu-topo.contract #logo-topo {
	height: 53px;
	margin: 0 10px 5px 10px;
}

#menu-topo.contract .nav a {
	padding: 20px 10px !important;
	line-height: 20px;
}

#menu-topo .dropdown-menu {
	background: rgba(255, 255, 255, .9);
	border-radius: 0;
	width: 250px;
	padding: 40px 30px 15px 30px;
}

#menu-topo.contract .dropdown-menu {
	background: rgba(255, 255, 255, 1);
}

#menu-topo .dropdown-menu .btn {
	width: 100%;
}


/* CORPO
--------------------------------------------------*/

.bloco {
	width: 100%;
	padding: 80px 0 90px 0;
}

.bloco-titulo {
	font-size: 2.5em;
	letter-spacing: 4px;
	font-family: Futurist-Regular;
	text-align: center;
	margin: 30px 0;
}

.bloco-subtitulo {
	font-size: 1.8em;
	letter-spacing: 3px;
	font-family: Futurist-Regular;
	text-align: center;
	margin: 15px 0 80px 0;
}

.bloco p {
	margin-top: 30px;
}

.subbloco {
	width: 100%;
	padding: 50px 0 30px 0;
}

.subbloco-titulo {
	font-size: 2em;
	letter-spacing: 4px;
	font-family: Futurist-Regular;
	text-align: center;
	margin: 30px 0;
}

.subbloco-subtitulo {
	font-size: 1.2em;
	letter-spacing: 1px;
	font-family: Raleway-Bold;
	text-align: center;
	color: #c0a563;
	margin: 15px 0;
}

.bloco-modal {
	width: 100%;
	padding: 120px 0 120px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bloco-modal .conteudo {
	padding: 50px 0;
	-moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 20px rgba(0, 0, 0, .3);
}

.bloco-modal-titulo {
	font-size: 1.8em;
	letter-spacing: 3px;
	font-family: Futurist-Regular;
	text-align: center;
	margin: 10px 0 30px 0;
}

.bloco-modal-subtitulo {
	font-size: 1.2em;
	letter-spacing: 1px;
	font-family: Raleway-Bold;
	text-align: center;
	color: #c0a563;
	margin: 15px 0;
}

.btn {
	padding: 16px 25px;
	border-radius: 0 !important;
	font-size: .7em;
	letter-spacing: 1px;
	font-family: Arial;
	cursor: pointer;
}
.btn:hover {
	opacity: .8;
}

.btn-shadow {
	-moz-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
}

.btn-big {
	padding: 25px 50px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: Futurist-Regular;
	border-radius: 15px;
}

.btn-vinho {
	background-color: #a13030;
	background-image: url(../img/bg/reflexo-vinho.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	background-size: cover;
	color: white;
}
.btn-vinho:hover {
	color: white;
	background-position: 150px center;
	-moz-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
	opacity: .8;
}

.bloco-imagem-baixa {
	text-align: center;
	color: white;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bloco-imagem-media {
	text-align: center;
	color: white;
	padding: 200px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.form-hint {
	font-size: .8em;
	line-height: 1.3em;
	padding: 20px 0;
	text-align: justify;
}

.resposta-sucesso,
.resposta-falha {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
}

.hide-on-form {
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	opacity: 0;
}


/* TOPO HOME
--------------------------------------------------*/

#corpo {
	margin-top: 0;
}

#topo-home {
	height: 700px;
	background-size: cover;
	background-color: white;
}

#topo-home .titulo {
	font-size: 1.5em;
	letter-spacing: 2px;
	text-align: center;
	margin: 30px 0;
}

#topo-home .texto {
	color: white;
	font-size: 1em;
	text-align: center;
}

#topo-home .botao {
	margin-top: 40px;
}

#topo-home .carousel,
#topo-home .carousel .item,
#topo-home .carousel .active {
    height: 100%;
}

#topo-home .carousel-inner {
    height: 100%;
}

#topo-home .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity: .7;
}

#topo-home .carousel .carousel-caption {
	position: absolute;
	top: 220px;
	width: 55%;
	height: auto;
	bottom: auto !important;
	margin: 0 auto;
	padding: 30px 60px;
	text-shadow: none !important;
	background: rgba(255, 255, 255, .8);
	color: black;
	-moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

#topo-home .carousel .carousel-control > img {
	padding: 12px 15px;
	margin-top: 300px;
}


/* SOBRE NÓS
--------------------------------------------------*/

#sobre-nos {
	-moz-box-shadow: 0 -10px 150px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0 -10px 150px rgba(0, 0, 0, 1);
	box-shadow: 0 -10px 150px rgba(0, 0, 0, 1);
}


/* EQUIPE
--------------------------------------------------*/

#equipe {
	background-image: url(../img/bg/reflexo-vinho.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto;
}

.membro-equipe {
	display: table;
	width: 100%;
	padding-top: 80px;
}

.membro-equipe .foto {
	float: left;
	width: 150px;
	height: 150px;
	border: 1px solid white;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.membro-equipe .dados {
	margin-left: 160px;
}

.membro-equipe .dados > span {
	display: block;
	font-size: .85em;
	line-height: 1.4em;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

.membro-equipe .dados .nome {
	font-weight: bold;
	font-size: 1.3em;
	padding-bottom: 0;
}

.membro-equipe .dados .cargo {
	display: inline-block;
	border-bottom: 1px solid white;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.membro-equipe .dados .links {
	padding-top: 10px;
}

.membro-equipe .dados .links a {
	margin-right: 7px;
	padding: 5px 14px;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.membro-equipe .dados .links a:hover {
	background-color: rgba(255, 255, 255, .3);
}

.linkedin-circle {
	background-image: url(../img/icon-circle-linkedin.png);
}
.facebook-circle {
	background-image: url(../img/icon-circle-facebook.png);
}
.twitter-circle {
	background-image: url(../img/icon-circle-twitter.png);
}
.instagram-circle {
	background-image: url(../img/icon-circle-twitter.png);
}
.googleplus-circle {
	background-image: url(../img/icon-circle-googleplus.png);
}


/* ABRIR EMPRESA
--------------------------------------------------*/

#abrir-empresa {
	padding-top: 400px;
}

#abrir-empresa .conteudo {
	padding-top: 90px;
	padding-bottom: 90px;
}

#abrir-empresa .pergunta {
	margin-bottom: 30px;
	font-weight: bold;
}

#abrir-empresa hr {
	margin: 30px 0;
	border-color: #dfdfdf;
}

#abrir-empresa .btn {
	margin: 60px 0 30px 0;
}


/* PLANOS
--------------------------------------------------*/

#planos {
	padding-bottom: 150px;
	background-image: url(../img/bg/textura1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

#planos .thumb-plano {
	margin-top: 70px;
	background: white;
	padding: 30px;
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
}

#planos .thumb-plano span {
	display: block;
	padding: 15px 0;
}

#planos .thumb-plano .nome {
	text-align: center;
	font-family: Futurist-Regular;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #a13030;
	margin-top: 80px;
}

#planos .thumb-plano .imagem {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -80px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#planos .thumb-plano .desc {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	font-size: .8em;
	line-height: 1.7em;
	height: 260px;
}

#planos .thumb-plano .botao {
	padding-top: 25px;
}

#planos .thumb-plano .botao > a {
	font-size: .85em;
	letter-spacing: 1px;
}


/* SERVIÇOS
--------------------------------------------------*/

#servicos {
	padding-top: 350px;
	background-image: url(../img/bg/servicos.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
}

#servicos .bloco-titulo {
	font-size: 3.2em;
	padding-top: 80px;
	padding-bottom: 10px;
}

#servicos .thumb-servico {
	margin-top: 20px;
	background: white;
	width: 100%;
	display: table;
	cursor: pointer;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#servicos .thumb-servico:hover {
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
	-ms-transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
}

#servicos .thumb-servico .imagem {
	/*float: left;
	width: 33%;
	height: 180px;*/
	
	display: block;
	height: 140px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	opacity: .6;
}
#servicos .thumb-servico:hover .imagem {
	background-position: right center;
	opacity: 1;
}

#servicos .thumb-servico .dados {
	/*float: left;
	width: 66%;
	padding: 0 30px;*/
	
	display: block;
	padding: 10px;
}

#servicos .thumb-servico .nome {
	font-family: Futurist-Regular;
	font-size: .9em;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 1.4em;
	color: #a13030;
	padding: 5px 0 20px 0;
	margin: 0;
	text-align: center;
	height: 70px;
}

#servicos .thumb-servico .desc {
	display: block;
	margin: 0;
	font-size: .8em;
	line-height: 1.4em;
	text-align: center;
	height: 120px;
}

#servicos .thumb-servico .botao {
	padding: 0 30px 30px 30px;
	opacity: .6;
}

#servicos .thumb-servico .botao > a {
	font-size: .85em;
	letter-spacing: 1px;
}



/* CONTATO
--------------------------------------------------*/

#contato {
	padding-bottom: 120px;
}

#contato .dados-contato > label {
	display: block;
	padding-left: 70px;
	padding-top: 0;
	margin-top: 10px;
	font-size: .9em;
	font-weight: normal;
	line-height: 1.5em;
}

#contato .dados-contato .cidade {
	font-family: Futurist-Regular;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #a13030;
}

#contato .dados-contato .endereco {
	background-image: url(../img/icon-map.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	background-size: 30px;
	min-height: 30px;
}

#contato .dados-contato .telefone {
	background-image: url(../img/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	background-size: 30px;
	min-height: 30px;
}

#contato .dados-contato .links {
	padding-left: 70px;
	padding-top: 15px;
}

#contato .dados-contato .links a {
	margin-right: 25px;
	padding: 12px 22px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#contato .dados-contato .links a:hover {
	opacity: .6;
	background-color: white;
}

.linkedin-circle-vinho {
	background-image: url(../img/icon-vinho-linkedin.png);
}
.facebook-circle-vinho {
	background-image: url(../img/icon-vinho-facebook.png);
}
.twitter-circle-vinho {
	background-image: url(../img/icon-vinho-twitter.png);
}
.instagram-circle-vinho {
	background-image: url(../img/icon-vinho-instagram.png);
}

#contato .dados-contato .links .skype {
	background-image: url(../img/icon-vinho-skype.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding: 5px 0 5px 50px;
}

#contato .dados-contato hr {
	border-color: #dfdfdf;
	margin-left: 70px;
}


/* MAPA
--------------------------------------------------*/

#contato iframe {
	width: 100%;
	height: 350px;
}


/* PÁGINAS...
--------------------------------------------------*/

.pagina .bloco {
	padding-top: 50px;
}

.pagina .pagina-titulo {
	font-size: 2em;
	letter-spacing: 2px;
	font-family: Futurist-Regular;
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
	padding-top: 50px;
}

.pagina .pagina-subtitulo {
	font-size: 1.4em;
	letter-spacing: 1px;
	font-family: Futurist-Regular;
	text-align: center;
	line-height: 1.3em;
	margin: 50px 0 50px 0;
}

.pagina big {
	font-weight: bold;
}


/* RODAPÉ
--------------------------------------------------*/

#rodape {
	min-height: 100%;
	padding: 45px 0;
	color: white;
	background-image: url(../img/bg/reflexo-vinho.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
}

#rodape .sessao-border {
	border-right: 1px solid rgba(255, 255, 255, .4);
}

#rodape .titulo-sessao {
	font-weight: bold;
	font-size: .9em;
	letter-spacing: 1px;
	height: 35px;
	opacity: .8;
}

#rodape .item-rodape {
	display: block;
	font-size: .8em;
	line-height: 1.3em;
	color: white;
	padding: 7px 0;
	opacity: .8;
}

#rodape a:hover {
	opacity: 1;
}

#logo-rodape {
	width: 100%;
	height: 100px;
	background-image: url(../img/DeR-Logo2018-2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .8;
}

#rodape .links {
	padding-top: 40px;
}

#rodape .social {
	margin-right: 15px;
	padding: 15px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .8;
}

#rodape .social.linkedin {
	background-image: url(../img/icon-linkedin.png);
}
#rodape .social.facebook {
	background-image: url(../img/icon-facebook.png);
}
#rodape .social.twitter {
	background-image: url(../img/icon-twitter.png);
}
#rodape .social.instagram {
	background-image: url(../img/icon-instagram.png);
}

#rodape .skype {
	background-image: url(../img/icon-skype.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
	padding: 5px 0 5px 50px;
	font-size: .9em;
	opacity: .8;
}

#assinatura {
	padding-top: 30px;
	width: 100%;
	text-align: center;
	font-size: .7em;
	color: white;
	opacity: .6;
}

#assinatura a {
	color: white;
}
#assinatura a:hover {
	opacity: 1;
}


/* PARALLAX
--------------------------------------------------*/

.parallax {
	background-attachment: fixed;
}