/*
Theme Name: Estação Buffer
Description: Child theme for CodePress
Author: CodeStack Technology
Author URI: https://codestack.tech
Template: codepress
Version: 1.0.0
Text Domain:  Avada
*/

/*------- BUTTON -------*/
.btn{
    font-size: 0.8em;
    width: 280px;
    height: 35px;
    border: #b9a47e 2px solid;
    background: transparent;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
    transition: all 0.3s ease 0s;
}
.btn:active{
    box-shadow: inset 0 0 0 2px white;
}
.btn-banner{
    background-color: transparent;
}
.btn-banner a{
    color: white;
}
.btn-banner:hover{
    background-color:#b9a47e;
}
.btn-banner, .btn-footer, .btn-newsletter{
    color: white;
}
.btn-body:hover{
    background-color: #b9a47e;
    color: white;
}
.btn-body > a:hover{
    color: white;
}
.btn-footer,.btn-newsletter{
    background-color: #b9a47e;
    max-width: 250px;
}
.btn-footer,.btn-newsletter:hover{
    background-color: transparent;
    color: black;
}
.div-btn-banner{
    padding-left: 2%;
    text-align: right;
    margin-right: 10%;
    margin-left: 5%;
}
.div-btn-body{
    text-align: center;
}

/*--------- CONTAINER CONTEUDO NEWSLETTER --------*/

.container{
    max-width: 100%;
}
.row-conteudo{
    text-align: center;
    display: flex;
    align-items: center;
}
.div-conteudo{
    margin: 5% auto;
}
.div-btn-newsletter{
    width: 20%;
}
.div-newsletter{
    width: 40%;
}
.p-span-newsletter{
    width: 30%;
    text-transform: uppercase;
    line-height: 0.3em;
}
.img-conteudo{
    width: 8%;
}
.p-span-newsletter p{
    font-size: 1.5em;
    color: #3d3a35;
    font-weight: 500;
    line-height: 100%;
}
.p-span-newsletter span{
    font-size: 1em;
    font-weight: 300;
}
.div-newsletter input{
    width: 100%;
    border: #b9a47e solid 1.5px;
    text-transform: uppercase;
    height: 35px;
    background-color: transparent;
}
.div-btn-newsletter button {
    background-color: #20b345;
    border: none;
    text-transform: uppercase;
    height: 40px;
    width: 100%;
    font-weight: bold;
    color: #ffffff;
}
.div-btn-newsletter button:hover{
    background-color: transparent;
    border: #b9a47e solid 2px;
    border-color: #b9a47e;
    color: #b9a47e;
    transition: all 0.3s ease 0s;
}

/*---------- DIV FOOTER -------------*/

.row-icons span{
    color: white;
}
.div-footer img{
    width: 9em;
    height: auto;
    margin: 2em auto;
}

.div-footer button{
    margin: 2em auto;
    color: white;
}
.div-footer button:hover{
    background-color: #b9a47e;
    color: white;
}

/*------------ ICONES FOOTER -----------------*/
.icon-footer i {
    color: #ffffff;
    margin: 0 auto;
    font-size: 2.4em;
    position: relative;
    right: 1.15em;
    top: 1.08em;
}
.icon-footer p{
	font-weight: bold;
	color: white;
	font-size: 0.9em;
	margin: 0 auto;
}
.icon-footer span{
	font-weight: 200;
	font-size: 0.83em;
	margin: 0 auto;
}
.icon-footer{
	background-color: transparent;
	text-align: left;
	padding-left: 5em;
	padding-bottom: 1em;
}

/*------------- TITULO FOOTER -----------*/

.title-footer h3{
	font-size: 1.5em;
	font-weight: 600;
	color: white;
	text-transform: uppercase;
	text-align: center;
	margin: 2% auto;
}

/*-------------- FORM CONTATO FOOTER -------------*/

.contact-footer{
    margin: 2% auto;
}
.contact-footer input, textarea{
	border: solid 2px white;
	background-color: transparent;
	color: white;
	width: 100%;
	height:40px;
	text-transform: uppercase;
}
.contact-footer textarea.textarea-footer{
    height: 180px;
    line-height: 1.5em;
    text-align: center;
}

/*------------- FOOTER COPYRIGHT -------------*/
#footer {
    background-color: #000000;
    border: none;
}
.copyright-background{
    display: flex;
}
.div-footer-copy{
    margin: 0px auto;
}
.fusion-copyright-content{
    text-align: center;
}
.ul-footer-copy{
    padding: 0px;
}
.div-footer-copy > ul{
    list-style-type: none;   
}
.div-footer-copy > ul > li{
    display: inline-block;
    padding: 0 15px;
}
.div-footer-copy > ul > li > a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
}

.p-footer-copy p{
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 400;
}

.fusion-copyright-notice {
    color: #a9a9a9;
    font-size: 12px;
}

.row-contato h3 {
    font-weight: bold;
    color: #ffffff;
    font-size: 26px;
}

#blog{display:none}

/*CORREÇÕES*/
@media only screen and (max-width: 450px){
	div#depoimentos{
		padding-left: 0px !important;
	}
	div#depoimentos div.fusion-builder-row{
		width: 90% !important;
	}
}