/* 
CORES 

vermelho escuro = #490B15
vermelho claro = #89020C
bege = #E6CE98 
*/

/** GERAL**/
body{
    position: relative;
    
    
}

h1{
    font-family: 'Philosopher', sans-serif;

}


h2{
    font-family: 'Philosopher', sans-serif;
    color: transparent;
    font-size: 3.5em;
    margin-bottom: 50px;
    line-height: .9em;
}

h3{
    font-family: 'Philosopher', sans-serif;
    color: transparent;
    text-transform: uppercase;
    font-size: 4em;
    
}

h3::after{
    content: '';
    display: block;
    background: transparent;
    width: 350px;
    height: 5px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

h6{
    font-family: 'Philosopher', sans-serif;
    color: #E6CE98;
}


p{
    font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

b{
    color: rgba(73, 11, 21, 0.9);
}

span{
    margin-right: 10px;
}

.desktop{
    display: block;
}
.mobile{
    display: none;
}

section, footer{
    padding-top: 150px;
    padding-bottom: 150px;
}

.texto-vermelho{
    color: #89020c;
}

.texto-bege{
    color: #e6ce98;
}

.texto-grd{
    font-size: 1.5em;
    font-weight: 500;
}

.text-right h3, .text-right p{
    text-align: right;
}

.text-left h3, .text-left p{
    text-align: left;
}

.text-right h3::after{
    margin-right: 0px;
}

.text-left h3::after{
    margin-left: 0px;
}

h3.texto-vermelho::after{
    background: #89020C;
}

h3.texto-bege::after{
    background: #E6CE98;
}

/***************** TOPO ************/

.logo img{
    display: block;
    margin: 0px auto;
    width: 500px;
}

.botao{
    display: block;
    width:200px; 
    margin: 50px auto 20px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    color: #E6CE98;
    background: #490B15;
    border-radius: 15px;
}

.botao-inverse{
    background: #E6CE98;
    color: #89020C;
}
.botao:hover, .botao:focus{
    box-sizing: border-box;
    color: #89020C;
    text-decoration: none;
    background-color: #E6CE98;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.botao-inverse:hover, .botao-inverse:focus{
    background-color: #490B15;
    color: #E6CE98;
}

.botao-peq{
    width: 160px;
    font-size: .8em;
    margin: 10px auto;
    padding: 10px 15px;
}

.social {
    display: block;
    list-style: none;
    padding: 20px 20px;
    margin: 0px auto;
}
.social li{
	display: inline-block;
    margin: 0px auto;
}
.social li a span{
    color: #E6CE98;
    font-size: 1.8em;
    display: block;
}
.social li a:hover span{
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

/******************************************/
/***************** TEXTOS ************/
/******************************************/

.frase-inicial blockquote{
    margin-top: 250px;
    position: relative;
}

.frase-inicial .apostrofe{
    background: url(../img/site/bg-apostrofe.png)center no-repeat;
    width: 155px;
    height: 130px;
    top: -75px;
    left: -75px;
    display: block;
    position: absolute;
    margin-right: 0px;
}

.frase-inicial blockquote h6{
    font-size: 1.85em;
    line-height: 1.4em;
    text-transform: uppercase;
}

.frase-inicial blockquote footer {
    padding: 0px;
    float: left;
}

.frase-inicial blockquote footer p{
    font-family: 'Philosopher', sans-serif;
    color: #E6CE98;
    text-transform: uppercase;
    margin-top: 20px;
}
/******************************************/
/***************** BACKGROUNDS ************/
/******************************************/

.bg-principal{
    background: url(../img/site/bg-index-principal.jpg) bottom center no-repeat;
    height: 100%;
    padding-top: 20px;
}

.bg-quem-somos{
    background: url(../img/site/bg-quem-somos.jpg) bottom center no-repeat;
    height: 100%;
}

.bg-acreditamos{
    background: url(../img/site/bg-acreditamos.jpg) bottom center no-repeat;
    height: 100%;
}

.bg-marketing{
    background: url(../img/site/bg-marketing.jpg) center no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
}

.bg-eventos{
    background: url(../img/site/bg-eventos.jpg) center no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    height: auto;
}

.bg-depoimento{
    background: url(../img/site/bg-depoimento.jpg) bottom center no-repeat;
    padding-top: 150px;
    height: 100%;
}

.bg-clientes {
    background:#E7E5E6 url(../img/site/bg-faixa.png) top center no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
}

.bg-contato{
     background:#FCE9C8 url(../img/site/bg-contato-b.jpg) top center no-repeat;
    height: 1150px;
    padding-top: 100px;
}

.bg-rodape{
     background:#FCE9C8 url(../img/site/bg-rodape.jpg) bottom center no-repeat;
    padding-top: 80px;
    padding-bottom: 10px;
}



/******************************************/
/***************** ACTIONS ************/
/******************************************/

.bg-action-1{
    background: url(../img/site/bg-action-1.png) center no-repeat;
    height: 560px;
}

.bg-action-2{
    background: url(../img/site/bg-action-2.jpg) center no-repeat;
    height: 560px;
}


.action{
    padding-top: 50px;
}

.action h2{
    margin-top: 50px;
    margin-bottom: 15px;
}

/******************************************/
/***************** Depoimentos ************/
/******************************************/
.depoimento {
    position: relative;
}

.bg-depoimento .text-left h3.texto-vermelho, .bg-clientes .text-left h3.texto-vermelho{
        margin-left: 15px;
    }

.depoimento blockquote footer{
    float: right;
}

.depoimento blockquote footer h6{
    text-align: right;
    color: #89020C;
    font-size: 1.2em;
    margin-bottom: 0px;
}
.depoimento blockquote footer p{
    text-align: right;
    
}



.depoimento .carousel-indicators{
    width: 150px;
    margin-left: 0px;
    bottom: -95px;
}

.depoimento .carousel-indicators li{
    background: transparent;
    width: 12px;
    height: 12px;
    border: 2px solid #89020C;
    border-radius: 6px;
}

.depoimento .carousel-indicators .active{
    background: #89020C;
}

.depoimento .carousel-control-prev, .depoimento .carousel-control-next{
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -100px;
    opacity: .7;
    font-size: 1.5em;
}

.depoimento .carousel-control-prev:hover, .depoimento .carousel-control-next:hover{
   color: #490B15;
}

.depoimento .carousel-control-prev{
    right: 120px;
    left: auto;
}

.depoimento .carousel-control-next{
    right: 50px;
    left: auto;
}

.depoimento .carousel-control-prev span, .depoimento .carousel-control-next span{
    color: #89020C;
    font-weight: bold;
    margin-right: 0px;
}

.thumb-img{
    display: block;
    width: 250px;
    height: 250px;
    border: 2px solid #89020C;
    border-radius: 150px;
    margin: 0px auto;
}

/**********CLIENTES***********/


.cliente-thumb{
    display: block;
    width: 20%;
    padding: 15px;
    margin: 0px;
}

/**********CONTATO***********/


.contato .num-telefone{
    margin-top: 150px;
}
.contato .num-telefone p{
    font-size: 1.8em;
    font-family: 'Philosopher', sans-serif;
}

.contato .num-telefone a{
    color: #89020C;
    
}
.contato .social {
    display: block;
    list-style: none;
    padding: 20px 0px;
    margin: 0px 0px;
}

.contato .social li{
    margin-top: 0px;
}
.contato .social li a span{
    color: #89020C;
    font-size: 2.5em;
    display: block;
    margin-left: 10px;
    margin-right: 0px;
}
.contato .social li a:hover span{
    color: #E6CE98;
}

.contato a:hover{
    color: #E6CE98;
    transition: all .6s;
}


.contato fieldset {
    display: block;
    width: 100%;
}

.contato input,
.contato textarea,
.contato select {
    width: 100%;
    padding: 5px 5px 10px;
    margin: 0px auto 15px;
    line-height: 1.5em;
    box-sizing: border-box;
    background: none;
    border: 2px solid transparent;
    border-bottom: 2px solid #89020C;
    border-radius: 0px;
    outline: none;

}

.contato textarea {
    border: 2px solid transparent;
    border-bottom: 2px solid #89020C;
}

.contato input:focus,
.contato textarea:focus {
    border: 3px solid #E6CE98;
    border-radius: 0px;
    transition: all .6s;
}

.contato textarea:focus {
    border: 3px solid #E6CE98;
    border-radius: 0px;
    transition: all .6s;
}

.contato label {
    color: #89020C;
    font-weight: 300;
    font-size: 1em;
    font-family: 'Philosopher', sans-serif;
    margin-left: 10px;
    margin-top: 10px;
}

.contato input::placeholder{
    color: #89020C;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Philosopher', sans-serif;
    text-transform: none;
}

.contato option {
    color: #0a63a0;
}

.contato legend {
    font-weight: 500;
    font-size: .9em;
    color: #231f20;
    margin-top: 5px;
    margin-left: 0px;
    border: none;
}

.contato button {
    border: 0px ;
    margin-top: 15px;
    margin-right: 0px;
}

.contato a.botao{
    margin-left: 30px;
}
.contato a:hover.botao{
    color: #fff;
    transition: all .6s;
}

#form_errors {			
    max-width: 100%;
    color: #89020C; 
    font-size: 16px; 
    text-align: center; 
    padding: 15px;
    padding-left: 0;
    font-family: 'Philosopher', sans-serif;
}


.rodape img{
    display: block;
    margin: 0px auto 40px;
    width: 500px;
}


.barra-rodape p{
    text-align: left;
    color: #E6CE98;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.8em;
}
.barra-rodape a{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    color: #E6CE98;
    text-align: right;
    text-decoration: none;
}
.barra-rodape a img{
    width: 150px;
    margin-right: 0px;
}


/* -- overlay loader Formulário--- */
#designer_overlay {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999999;
	display: none;
}

#designer_overlay .overlay__inner {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

#designer_overlay .overlay__content {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

#designer_overlay .spinner {
	width: 55px;
	height: 55px;
	display: inline-block;
	border-width: 4px;
	border-color: rgba(255, 255, 255, 0.05);
	border-top-color: #fff;
	animation: spin 1s infinite linear;
	border-radius: 100%;
	border-style: solid;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
/* -- /overlay loader Formulário--- */
