.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.flex-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.flex-start { align-items: flex-start;}

.bloco1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 44px 7%;
    background-color: #fff;
}

.bloco h2 {
    font-size: 55px;
    color: #f15423;
    text-align: center;
    font-weight: 300;
    line-height: 100%;
    margin: 20px 0;
}
.bloco h1 {
    font-size: 55px;
    font-weight: 900;
    color: #000;
    line-height: 100%;
}
ul.telefones li{ margin: 11px;}

ul.telefones li a {
    background-color: #4caf50;
    color: #fff !important;
    font-size: 25px;
    border-radius: 25px;
    padding: 11px 22px;
    font-weight: 600;
    display: flex;
}

ul.telefones li a:hover {
    background-color: #f15523;
}

ul.telefones li a:before {
	content: "\f4f0";
	font-family: "Ionicons";
	color: #fff !important;
	font-size: 32px;
	font-weight: normal;
	margin-right: 11px;
}


.bloco {
    float: left;
    width: 100%;
}

.bloco.bloco2 {
	background-size:cover;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #eea620;
	padding: 0px 7% 0 0;
}

.bloco.bloco2 h3 {
    color: #fff !important;
    font-size: 50px;
    line-height: 100%;
}

.bloco.bloco2 p {
    font-size: 25px;
    font-weight: 700;
    line-height: 120%;
    text-align: left !important;
}

.bts-wsp {
    display: flex;
    background-color: #ffe500;
    justify-content: center;
    padding: 22px 7%;
    align-items: center;
    flex-direction: column;
}
.bts-wsp p {font-size:28px; font-weight:800}
.bloco.bloco3 {
    background-color: #f15c22;
    padding: 22px 7%;
}

.bloco.bloco3 ul {
    display: flex;
    justify-content: space-between;
    margin: 44px 0;
}

.bloco h4 {
    font-size: 33px;
    font-weight: 700;
    line-height: 106%;
    text-align: center;
    padding: 22px 7%;
    color: #fff;
}
footer#footer.landingpages {
    background-color: #fff;
}
div#text-10 {
    padding: 40px 7%;
}
#footer-content {
    padding: 0 !important;
}
div#page_widget-3 {
    padding: 0px 7%;
}

.widget-paginas-texto.col60.wow.slideInRight {
    padding-left: 22px;
}
span.edit-link.lp {
    position: fixed;
    z-index: 999;
    background-color: #e4e4e4;
    top: 40%;
    left: 0;
    padding: 5px;
    border-radius: 0 25px 25px 0;
}
#text-9 h4.footer-widget-title, #text-9 h2 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    color: #333;
    padding: 22px 20px;
}

#text-9 p {
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
.flex-row {  flex-direction: column; }
	ul.telefones {
    flex-direction: column;
    padding: 0;
}

.bloco.bloco1 {
    padding: 40px 20px;
}

.bloco h2 {
    font-size: 28px !important;
}

.bloco h1 {
    font-size: 27px !important;
}

.bloco.bloco2 {
    padding: 20px;
}

.bloco.bloco2 p {
    font-size: 18px;
}

.bloco.bloco2 h3 {
    font-size: 23px !important;
}

.bts-wsp {
    padding: 22px 20px;
    text-align: center;
}

.bts-wsp p {
    font-size: 22px;
    text-align: center;
}

.bloco h4 {
    font-size: 22px;
}

.bloco.bloco3 ul {
	flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.bloco.bloco3 ul li {margin: 11px 0;}

.widget-paginas-texto.col60.wow.slideInRight {
    padding: 0;
    margin: 0;
}

.widget-paginas-texto > div {
    padding: 21px 0;
}
}

