/*
Theme Name: Grupo Casavento
Author: NascerWeb | Christiano Amaral
Author URI: http://nascer.net/
Description: Template desenvolvido exclusivamente para o Grupo Casavento.
Version: 1.0
*/
/*-------------------------------------------------------
RESET
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;   
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
* {
	outline: none;
}
a{
	outline: none !important;
}
button{
    border: none;
    padding: 0;   
    cursor: pointer;
	outline: none;
}
button::-moz-focus-inner {
	border: 0;
}
textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}
.clearfix{
	clear:both;
}
.clearbox::after{
	content: "";
	display: table;
	clear:both;
}
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
html{
	height:100%;
}
body {
	background-color: #EAE4D4;
    font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-weight: 500;	
	color:#404040;	
	overflow-x: hidden;
	min-height: 100%;	
}
body {
	background-image: url(img/bg-bolhas.svg);
	background-position: center top -135px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 1200px auto;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;		
}
h1{	
	font-size: 50px;
	color: #3F699E;	
}
h2{
	font-size: 36px;
	color: #DF7D70;
    text-align: center;
}	
h3{
	font-size: 32px;
    color: #3F699E;	
    text-align: center;	
}
a{
	color: #404040;
	text-decoration:none;
	transition: all 200ms ease-in;	
	}
strong{
	font-weight: 700;
	}
em{
	font-style: italic;
}
p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
p:last-child{
	margin-bottom: 0;
}
.clearfix{
	clear:both;
}
img{
	display: block;
	height: auto;
}
section{
	width: 100%;
	height: auto;
	position: relative;	
}
.inner {
	width: 1170px;
	height: auto;	
	margin: 0 auto;
	position: relative;
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header{	
	width: 100%;
	height: auto;	
	z-index: 2;
}
header .inner {
	padding: 30px 0 0;
	display: flex;
    flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	gap: 0 60px;
}
h1.titulo span {
	display: block;
	width: max-content;
}
h1.titulo span:last-child{
    margin: 0 0 0 1.8em;
}
.logo {	
	width: 260px;	
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{	
	width: 100%;
	height: auto;
	padding: 30px 0;
	position: relative;	
}
footer::before{
    content: "";
    border-top: dotted 3px #DF7D70;
    width: 840px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
footer p{
    font-size: 14px;
    text-align: center;
}
footer p br{
    display: none;
}
footer p a:hover{
    color: #DF7D70;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.conteudo .inner{
    padding: 60px 0 60px;
}
.conteudo h2{
    width: 780px;
    margin: 0 auto 30px;
}
.conteudo h3{
    margin-bottom: 35px;
}
.video-container {
	width: 300px;
	margin: 0 auto 40px;
}
.video-container video{
    width: 100%;
}
.lista-unidades{
    padding: 40px 0 0;
    display: flex;
    justify-content: center;
    gap: 0 40px;
    position: relative;
}
.lista-unidades::before{
    content: "";
    border-top: dotted 3px #DF7D70;
    width: 400px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.unidade{
    width: 400px;
}
.unidade h3{
    margin-bottom: 0.5em;
}
.unidade p{
    text-align: center;  
}
.social{
    display: flex;
    justify-content: center;
    gap: 0 15px;
    margin-bottom: 30px;
}
.social a{
    background: #DF7D70;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: block;
    color: #FFF;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    position: relative;
}
.social a .tip {
	background: #FFF;
	border-radius: 4px;
	width: max-content;
	padding: 5px 10px;
	color: #404040;
	font-size: 16px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1em;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-in;
}
.social a .tip::after {
	content: "";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 8px 0 8px;
	border-color: #FFFFFF transparent transparent transparent;
	transform: rotate(0deg) translateX(-50%);
	position: absolute;
	bottom: -8px;
	left: 50%;
}
.social a:hover{
    background: #3c72b8;
    box-shadow: 1px 3px 7px 3px rgba(150,150,150,0.4);
}
.social a:hover .tip{
    visibility: visible;
    opacity: 1;
}
.unidade-img{
    border-radius: 5px;
    width: 100%;
    box-shadow: 1px 1px 7px 3px rgba(150,150,150,0.4);
}
/*-------------------------------------------------------
-------------------------------------------------------
RESPONSIVO
-------------------------------------------------------
-------------------------------------------------------*/
@media only screen and (max-width : 768px) {
/*-------------------------------------------------------
GERAIS
-------------------------------------------------------*/
body {
	background-image: none;	
}
h1{	
	font-size: 42px;	
}
h2{
	font-size: 32px;
	color: #DF7D70;
    text-align: center;
}	
h3{
	font-size: 30px;
    color: #3F699E;	
    text-align: center;	
}
.inner {
	width: calc( 100vw - 40px );	
}
/*-------------------------------------------------------
HEADER
-------------------------------------------------------*/
header .inner {
	padding: 20px 0 0;
    flex-direction: column;	
	justify-content: start;
	align-items: center;
	gap: 10px 0;
}
.logo {	
	width: 220px;	
}
/*-------------------------------------------------------
FOOTER
-------------------------------------------------------*/
footer{	
	width: 100%;
	height: auto;
	padding: 30px 0;
	position: relative;	
}
footer::before{   
    width: calc( 100vw - 40px );  
}
footer p span{
    display: none;
}
footer p br{
    display: inline;
}
/*-------------------------------------------------------
HOME
-------------------------------------------------------*/
.conteudo .inner{
    padding: 40px 0;
}
.conteudo h2{
    width: 100%;
    margin: 0 auto 30px;
}
.conteudo h3{
    margin-bottom: 30px;
}
.video-container {
	width: 100%;
	margin: 0 auto 30px;
}
.lista-unidades{
    padding: 30px 0 0;   
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 60px 0;    
}
.lista-unidades::before{  
    width: 240px;
}
.unidade{
    width: 100%;
    max-width: 500px;
}
}
