.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;}
.landingpages h2, .landingpages h3 {
    text-align: center !important;
    display: block;
    float: none;
    margin: 0 auto !important;
    padding: 10px !important;
    font-weight: 800 !important;
    font-size: 30px;
    color: #fff !important;
}
.landingpages h3 { font-size:24px; color: #000 !important; }
.landingpages, .landingpages p { color: #fff !important; letter-spacing:inherit !important}
.landingpages h2:before { display: none !important;}
.bloco {
    float: left;
    width: 100%;
    padding:60px 5%;
}
.bloco.bloco1 {
    background-color: #f6f6f6;
    height: 90vh;
    background-size: cover;
}
.bloco1 .col40 img {
    height: 90vh !important;
    max-height: 90vh !important;
    width: auto;
}
.bloco1 ul { max-width: 500px}
.bloco1 ul li {list-style:none;padding:0;margin:0;color: #291A45 !important;line-height: 100%;}
.bloco1 ul li:nth-child(1) {font-size: 100px;font-weight: 600;}
.bloco1 ul li:nth-child(2) {font-size: 50px;font-weight: 700;}
.bloco1 ul li:nth-child(3) {font-size: 30px;font-weight: 600;border-top: 1px solid;padding: 20px 0;margin: 20px 0;}
.bloco1 ul li:nth-child(4) { font-size:30px}
.bloco.bloco2 {
	background-size:cover;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.bloco.bloco2 ul {width:100%}
.bloco.bloco2 ul:first-child { width: 40%;}
.bloco2 ul li:nth-child(1) {font-size: 30px;font-weight: 300;}
.bloco2 ul li:nth-child(2) {font-size: 20px;font-weight: 300;padding-top:10px;}
.bloco2 ul:first-child li:nth-child(1) {font-size: 100px;font-weight: 300;}
.bloco2 ul:first-child li:nth-child(2) {font-size: 27px;font-weight: 300;width:260px;padding-top:10px; border-top: 1px solid}

.bloco.bloco3 {background-color: #09F;display: flex;justify-content: center;}
.bloco.bloco3 > div {display: flex;align-items: center;justify-content: center;width: fit-content;margin: 0 auto;}
.bloco.bloco3 ul {
    margin: 0 auto;
    width: fit-content;
    text-align: center;
    padding: 0;
}
.bloco3 > div:before {content:"";display:block;background-color:red;width: 92px;height: 203px;background: url(images/louros-left.png);background-size: 100% 100%;}
.bloco3 > div:after {content:"";display:block;background-color:red;width: 92px;height: 203px;background: url(images/louros-right.png);background-size: 100% 100%;}
.bloco3 ul li:nth-child(1) {padding: 0; line-height:0}
.bloco3 ul li:nth-child(1) {font-size: 20px;font-weight: 300;}
.bloco3 ul li:nth-child(2) {font-size: 70px;font-weight: 900; margin:5px 0 -10px 0;}
.bloco3 ul li:nth-child(3) {font-size: 30px;font-weight: 300;}
.bloco3 ul li:nth-child(4) {font-size: 20px;font-weight: 300;}
.bloco3 ul li:nth-child(5) {font-size: 28px;font-weight: 600;}
.bloco3 ul li:nth-child(6) {font-size: 27px;font-weight: 600;}

.bloco.bloco4 { background-color: #FC0;}
.bloco4 ul {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.bloco4 ul li:nth-child(1) { font-size:25px}
.bloco4 ul li:nth-child(2) {font-size: 100px;font-weight: 700;}
.bloco4 ul li:nth-child(3) {font-size: 25px;text-align: center;}
.lista-autores {
    display: flex;
    align-content: space-between;
    flex-direction: row;
}
.lista-autores > * {
    flex: 1;
	padding:20px;
	overflow:hidden;
}
.lista-autores .a-logo {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.a-nome {
    color: #a09e9e;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.a-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.a-tel {
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

.a-site {
    text-align: center;
}

.a-site a {
    background-color: #28134e;
    padding: 10px 20px;
    border-radius: 21px;
    font-size: 14px;
}
.a-midias {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.a-midias span.icons {
    margin: 11px;
}

.a-midias span.icons:before {
    color: #478daf !important;
}
.bloco.newslEtter {
    background-color: #478daf;
}
.bloco.newslEtter .wpcf7 {
    width: auto;
    margin: 0 auto;
}

.bloco.newslEtter .wpcf7 form input[type="submit"] {
    border: none;
    border-radius: 40px;
    background-color: #28134e;
    color: #fff;
    margin: 0 auto;
    float: none;
}
.bloco.newslEtter  form.wpcf7-form.init {
    text-align: center;
}
.bloco.newslEtter input[type="text"], input[type="tel"], input[type="url"], input[type="email"] {
    border-radius: 20px;
    border: none !important;
}
span.edit-link.lp {
    position: fixed;
    z-index: 999;
    background-color: #e4e4e4;
    top: 40%;
    left: 0;
    padding: 5px;
    border-radius: 0 25px 25px 0;
}
.landingpages .entry-content {
    margin: 0 !important;
}
.lp-foto {
    overflow: hidden;
    border-radius: 100%;
    width: 200px;
    height: 200px;
}

.lp-foto img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bloco.bloco4, .bloco.bloco4 h2, .bloco.bloco4 p {color: #BDCCD3 !important;}
.bloco5 {  background-color: #26d366;  padding: 0 20%;}
.bloco5 div { line-height:0}
.bloco5 p {
    font-size: 24px;
    font-weight: 500;
}
.col50 { padding:40px }
a span:before {  background: transparent !important;  color: #000 !important;}
ul.midias li { padding:0 !important; margin:0 !important; list-style: none !important;}
ul.midias a { text-decoration:none !important;}
.bloco.bloco4 p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.lp-data {
    background-color: #30556c;
    width: fit-content;
    padding: 3px 20px !important;
    margin-left: 40px;
}
.wpcf7 form input, textarea, button { border: 1px solid #ffcc00; margin: 10px;}
.wpcf7 form input[type="submit"] {
    background: #fc0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 28px;
    margin-top: 10px;
    border: 2px solid #fff;
	float:left;
}
.wpcf7-response-output {
    background-color: #fbff00;
    float: left;
    color: #000;
    border-radius: 20px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 2px solid red !important;
}
span.wpcf7-not-valid-tip {
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
.landingpages .entry-content { padding: 0px !important}
.bloco1 .col40 img {
    width: 100% !important;
    max-height: 50vh !important;
    object-fit: contain;
}
.flex-row {  flex-direction: column; }
.bloco.bloco1 {height: auto;padding: 80px 20px;background-position: right;}
.bloco1 ul, .bloco1 ul li { padding: 20px; text-align:center !important; margin:0 !important; padding:0 !important;}
.bloco1 ul li:nth-child(1) {font-size: 69px;}
.bloco1 ul li:nth-child(2) {font-size: 38px;font-weight: 700;}
.bloco1 ul li:nth-child(3) {font-size: 25px;font-weight: 600;margin: 22px !important;padding: 20px !important;}
.bloco1 ul li:nth-child(4) { font-size:15px}
.lp-data { margin: 14px auto 0 auto;}
.bloco {  padding: 40px 20px;}
.col50 { padding: 10px 0;}
.bloco5 { padding: 20px;}
.bloco5 p { text-align: center !important;}
.bloco.bloco3 > div {transform: scale(0.6);transform-origin: center;}
.bloco.bloco2 {flex-direction: column;text-align: center;}
.bloco.bloco2 ul:first-child { width: 100%; margin-bottom:20px;}
.lista-autores { flex-direction: column;}
.bloco2 ul:first-child li:nth-child(2) { width: auto;}
}

