html{
    scroll-padding-top: 20px;
    scroll-behavior: smooth;
}
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 {
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;
}
[hidden] {
display: none;
}
a {
color: inherit;
text-decoration: none;
}
img {
display: block;
}
b,
strong {
font-weight: 900;
}
@font-face {
font-family: 'somatic';
font-style: normal;
font-weight: normal;
src: url("fonts/somatic.otf");
}
html {
font-family: 'Lato', sans-serif;
color: #5e5e5e;
}
.center {
max-width: 1338px;
padding: 0 15px;
margin: 0 auto;
}
@media (max-width: 1340px) {
.center {
max-width: 750px;
padding: 0 10px;
}
}
@media (max-width: 768px) {
.center {
max-width: 350px;
padding: 0 10px;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix::before,
.clearfix::after {
content: ' ';
display: table;
}
.clearfix::after {
clear: both;
}
.flex {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
.cl50 {
width: calc(50% - 25px);
}
@media (max-width: 1340px) {
.cl50 {
width: 100%;
}
}
.banner{
background-color: #0d215d;
}
.bg1 {
font-family: "somatic", "Lato", sans-serif;
padding-top: 295px;
background: #0d215d url(../img/banner/banner-desk.webp) no-repeat;
background-size: 100%;
max-width: 1920px;
margin: auto;
margin-top: 30px;
}
.bg1::after {
content: '';
display: block;
height: 130px;
width: 100%;
background-color: transparent;
background: linear-gradient(-1.5deg, #f8f8f8 49.7%, transparent 50.3%);
}
@media (max-width: 1340px) {
.bg1 .f1 {
flex-direction: column-reverse;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
}
@media only screen and (orientation:portrait){

.bg1 {
padding-bottom: 20px;
background: #0d215d url(../img/banner/banner-mobile-1.webp) no-repeat;
background-size: 100%;
height: 70vw;
}
.bg1::after {
height: 0 !important;
}
}
@media (max-width: 385px) {
.bg1 {
padding-top: 190px;
}
}
@media (max-width: 374px) {
.bg1 {
padding-top: 140px;
}
}
.bg1 .a img {
box-shadow: -10px -10px 30px -10px #bdbdbd;
}
@media (max-width: 1340px) {
.bg1 .a img {
box-shadow: -1px 4px 11px 0px rgba(58, 58, 58, 0.56);
max-width: 100%;
margin: 0 auto;
width: 527px;
}
}
@media (max-width: 768px) {
.bg1 .a img {
width: 246px;
}
}
.bg1 .b {
padding: 30px 50px;
text-align: center;
}
@media (max-width: 1340px) {
.bg1 .b {
padding: 0;
}
}
.bg1 .card {
font-size: 47.86px;
color: #00a0aa;
transform-style: preserve-3d;
}
@media (max-width: 1340px) {
.bg1 .card {
background: white;
font-size: 34px;
padding: 17px 32px;
}
}
@media (max-width: 768px) {
.bg1 .card {
font-size: 16px;
padding: 8px 15px;
}
}
.bg1 .cardSpan {
background: white;
display: inline-block;
padding: 15px 25px;
}
@media (max-width: 1340px) {
.bg1 .cardSpan {
display: inline;
padding: 0;
}
}
.bg1 .cardSpan:first-of-type {
-webkit-transform: rotate(3.5deg);
-moz-transform: rotate(3.5deg);
-ms-transform: rotate(3.5deg);
transform: rotate(3.5deg);
}
.bg1 .cardSpan:last-of-type {
-webkit-transform: rotate(-2.1deg) translateZ(-1px);
-moz-transform: rotate(-2.1deg) translateZ(-1px);
-ms-transform: rotate(-2.1deg) translateZ(-1px);
transform: rotate(-2.1deg) translateZ(-1px);
}
.bg1 .hashtag {
color: white;
font-size: 43.22px;
background: #f9bf61;
display: inline-block;
transform: rotate(0deg);
}
@media (max-width: 1340px) {
.bg1 .hashtag {
width: 310px;
transform: rotate(-1deg);
}
}
@media (max-width: 768px) {
.bg1 .hashtag {
width: 145px;
}
}
.bg1 .titulo {
margin-top: 160px;
font-size: 68.33px;
color: #0d215d;
text-transform: uppercase;
}
@media (max-width: 1340px) {
.bg1 .titulo {
font-size: 42px;
margin-top: 32px;
margin-bottom: 42px;
}
}
@media (max-width: 768px) {
.bg1 .titulo {
font-size: 20px;
margin-top: 15px;
margin-bottom: 20px;
}
}
.bgFormulario .flex {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
align-items: center;
}
@media (max-width: 1340px) {
.bgFormulario .flex {
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
}
.bgFormulario .titulo {
font-size: 44.89px;
font-weight: 900;
margin-bottom: 40px;
margin-top: 48px;
line-height: 1.1em;
}
@media (max-width: 1340px) {
.bgFormulario .titulo {
margin-top: 0px;
font-size: 34px;
margin-bottom: 42px;
}
}
@media (max-width: 768px) {
.bgFormulario .titulo {
font-size: 16px;
margin-bottom: 20px;
}
}
.bgFormulario .texto {
font-size: 38.85px;
font-weight: 300;
color: white;
margin-bottom: 70px;
line-height: 1.2em;
}
@media (max-width: 1340px) {
.bgFormulario .texto {
font-size: 34px;
margin-bottom: 47px;
}
}
@media (max-width: 768px) {
.bgFormulario .texto {
font-size: 16px;
margin-bottom: 22px;
}
}
.bgFormulario .iframeContainer {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.bgFormulario .iframeContainer iframe {
width: 100%;
}
@media (max-width: 1340px) {
.bgFormulario .iframeContainer {
display: none;
}
}
.bgFormulario .iframeContainerMobile {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
display: none;
}
.bgFormulario .iframeContainerMobile iframe {
width: 100%;
}
@media (max-width: 1340px) {
.bgFormulario .iframeContainerMobile {
display: block;
}
}
.bgFormulario .formulario {
background: white;
padding: 48px;
height: 100%;
}
@media (max-width: 1340px) {
.bgFormulario .formulario {
margin-bottom: 30px !important;
padding: 49px 49px 68px;
}
}
@media (max-width: 768px) {
.bgFormulario .formulario {
margin-bottom: 20px !important;
padding: 23px 23px 32px;
}
}
.bgFormulario .formulario button {
background: #4ec7e5;
font-size: 25.4px;
color: white;
border: none;
margin: 0 15px;
padding: 28px 30px;
border-radius: 30px;
cursor: pointer;
-webkit-transition: background 0.1s;
-moz-transition: background 0.1s;
-ms-transition: background 0.1s;
transition: background 0.1s;
}
@media (max-width: 1340px) {
.bgFormulario .formulario button {
margin: 0 auto;
display: block;
}
}
@media (max-width: 768px) {
.bgFormulario .formulario button {
font-size: 14.5px;
padding: 15px 10px;
border-radius: 17px;
margin: 0 7px;
}
}
.bgFormulario .formulario button:hover {
background: #2fbde0;
}
.bgFormulario .formulario .tituloForm {
font-size: 36.39px;
font-weight: lighter;
margin-bottom: 36px;
font-weight: 600;
}
@media (max-width: 768px) {
.bgFormulario .formulario .tituloForm {
font-size: 19.59px;
margin-bottom: 20px;
}
}
.bgFormulario .formulario input,
.bgFormulario .formulario textarea,
.bgFormulario .formulario select {
border: 1px solid #5e5e5e;
font-size: 25px;
font-weight: 300;
font-family: inherit;
width: 100%;
max-width: 100%;
min-width: 100%;
display: inline-block;
margin-bottom: 18px;
padding: 10px 16px;
}
@media (max-width: 768px) {
.bgFormulario .formulario input,
.bgFormulario .formulario textarea,
.bgFormulario .formulario select {
font-size: 17px;
padding: 8px 15px;
margin-bottom: 15px;
}
}
.bgFormulario .formulario textarea {
max-height: 220px;
margin-bottom: 46px;
}
@media (max-width: 768px) {
.bgFormulario .formulario textarea {
max-height: 115px;
margin-bottom: 25px;
}
}
.bgFormulario.azul {
background: #0d215d;
}
.bgFormulario.azul::after {
content: '';
position: absolute;
display: block;
height: 130px;
width: 100%;
background-color: transparent;
background: linear-gradient(178.38deg, #0d215d 49.7%, transparent 50.3%);
}
.bgFormulario.azul::before {
margin-bottom: 150px;
}
.bgFormulario.azul img {
    width: 40%;
    margin: 0 auto;
    padding: 30px 0 20px;
}
@media (max-width: 768px) {
.bgFormulario.azul::before {
margin-bottom: 0px;
}
}
.bgFormulario.azul .titulo {
/*color: #00ff6c;*/
color: #99d648;
}
@media (max-width: 768px) {
.bgFormulario.azul .titulo {
margin-top: 20px;
}
}
.bgFormulario.rosa {
background: linear-gradient(58deg, #0d215d, #0d215d, #0d215d);
}
.bgFormulario.rosa::before {
content: '';
display: block;
height: 230px;
width: 100%;
background-color: #f8f8f8;
background: linear-gradient(-6.5deg, transparent 49.7%, #f8f8f8 50.3%);
}
.bgFormulario.rosa::after {
content: '';
display: block;
height: 150px;
width: 100%;
background-color: transparent;
background: linear-gradient(4.14deg, #f8f8f8 49.7%, transparent 50.3%);
}
@media (max-width: 768px) {
.bgFormulario.rosa::before {
content: '';
display: block;
height: 100px;
width: 100%;
background-color: #f8f8f8;
background: linear-gradient(-6.5deg, transparent 49.7%, #f8f8f8 50.3%);
}
.bgFormulario.rosa::after {
content: '';
display: block;
height: 90px;
width: 100%;
background-color: transparent;
background: linear-gradient(4.14deg, #001340 49.7%, transparent 50.3%);
}
}
.bgFormulario.rosa .titulo {
color: #00ff6c;
}
.bgFormulario.rosa .formulario {
margin-bottom: 75px;
}
.bg3 {
background: #f8f8f8;
padding: 50px 0 20px;
}
@media (max-width: 1340px) {
.bg3 {
padding: 0px;
}
}
.bg3 .principal {
line-height: 1.2em;
font-size: 64.3px;
font-weight: 900;
text-transform: uppercase;
color: #f9bf61;
margin: 0 auto 115px;
width: auto;
text-align: center;
background: -webkit-linear-gradient(57deg, #00ff6c 40%, #4ec7e5 60%);
background: -moz-linear-gradient(57deg, #00ff6c 40%, #4ec7e5 60%);
background: -ms-linear-gradient(57deg, #00ff6c 40%, #4ec7e5 60%);
background: -o-linear-gradient(57deg, #00ff6c 40%, #4ec7e5 60%);
background: linear-gradient(57deg, #00ff6c 40%, #4ec7e5 60%);
-webkit-background-clip: text;
-moz-background-clip: text;
-ms-background-clip: text;
-o-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}
@media (max-width: 1340px) {
.bg3 .principal {
font-size: 45px;
margin-bottom: 94px;
}
}
@media (max-width: 768px) {
.bg3 .principal {
font-size: 21px;
margin-bottom: 44px;
}
}
.bg3 .listagem {
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.bg3 .item {
text-align: center;
padding: 0 22px;
width: 25%;
color: #949494;
}
@media (max-width: 1340px) {
.bg3 .item {
-webkit-box-flex: 0 1 50%;
-moz-box-flex: 0 1 50%;
-webkit-flex: 0 1 50%;
-moz-flex: 0 1 50%;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
padding: 0 10px;
}
.bg3 .item img {
margin: 0 auto;
}
}
@media (max-width: 768px) {
.bg3 .item {
padding: 0 5px;
}
.bg3 .item img {
width: 53%;
}
}
.bg3 .item .aux {
height: 120px;
justify-content: center;
align-items: flex-end;
margin: 0 auto 30px;
}
@media (max-width: 768px) {
.bg3 .item .aux {
height: 56px;
margin-bottom: 15px;
}
}
.bg3 .item .titulo {
font-size: 18.9px;
font-weight: 900;
color: #4ec7e5;
margin-bottom: 23px;
}
@media (max-width: 768px) {
.bg3 .item .titulo {
font-size: 10.6px;
margin-bottom: 13px;
}
}
.bg3 .item .texto {
font-size: 21.37px;
margin-bottom: 26px;
line-height: 1.3em;
}
@media (max-width: 768px) {
.bg3 .item .texto {
font-size: 12px;
margin-bottom: 20px;
}
}
.bg4 {
background: #0d215d url(../img/fundo.webp);
background-size: cover;
}
.bg4::before {
content: '';
display: block;
height: 300px;
width: 100%;
background-color: #f8f8f8;
background: linear-gradient(-8.69deg, transparent 49.7%, #f8f8f8 50.3%);
}
.bg4::after {
content: '';
display: block;
height: 180px;
width: 100%;
background-color: transparent;
background: linear-gradient(5.12deg, #f8f8f8 49.7%, transparent 50.3%);
}
@media (max-width: 768px) {
.bg4::before {
content: '';
display: block;
height: 110px;
width: 100%;
background-color: #f8f8f8;
background: linear-gradient(-6.5deg, transparent 49.7%, #f8f8f8 50.3%);
}
.bg4::after {
content: '';
display: block;
height: 100px;
width: 100%;
background-color: transparent;
background: linear-gradient(5.12deg, #f8f8f8 49.7%, transparent 50.3%);
}
}
.bg4 .principal {
font-size: 71.31px;
color: white;
text-transform: uppercase;
margin-bottom: 105px;
text-align: center;
}
@media (max-width: 1340px) {
.bg4 .principal {
font-size: 38px;
margin-bottom: 57px;
}
}
@media (max-width: 768px) {
.bg4 .principal {
font-size: 18px;
margin-bottom: 27px;
}
}
.bg4 .principal b {
color: #00ff6c;
}
.bg4 .principal strong {
color: #4ec7e5;
}
.bg4 .listagem {
margin-bottom: 83px;
}
@media (max-width: 1340px) {
.bg4 .listagem {
margin-bottom: 0px;
}
}
.bg4 .item {
background: white;
}
.bg4 .item>*:first-of-type {
-webkit-box-flex: 1 0 auto;
-moz-box-flex: 1 0 auto;
-webkit-flex: 1 0 auto;
-moz-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.bg4 .item:nth-child(odd) {
-webkit-box-shadow: 25px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
-moz-box-shadow: 25px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
-ms-box-shadow: 25px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
box-shadow: 25px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
transform: translateZ(2px);
}
@media (max-width: 1340px) {
.bg4 .item:nth-child(odd) {
-webkit-box-shadow: 15px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
-moz-box-shadow: 15px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
-ms-box-shadow: 15px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
box-shadow: 15px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
}
}
@media (max-width: 768px) {
.bg4 .item:nth-child(odd) {
-webkit-box-shadow: 7px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
-moz-box-shadow: 7px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
-ms-box-shadow: 7px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
box-shadow: 7px 0px #00ff6c, 0px 5px 40px -5px #bfbfbf;
}
}
.bg4 .item:nth-child(odd) .titulo {
color: #00bdf2;
}
.bg4 .item:nth-child(even) {
-webkit-box-shadow: -25px 0px #00ff6c;
-moz-box-shadow: -25px 0px #00ff6c;
-ms-box-shadow: -25px 0px #00ff6c;
box-shadow: -25px 0px #00ff6c;
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-flex-direction: row-reverse;
-moz-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin-left: 38px;
}
@media (max-width: 1340px) {
.bg4 .item:nth-child(even) {
-webkit-box-shadow: -15px 0px #00ff6c;
-moz-box-shadow: -15px 0px #00ff6c;
-ms-box-shadow: -15px 0px #00ff6c;
box-shadow: -15px 0px #00ff6c;
margin-left: 26px;
}
}
@media (max-width: 768px) {
.bg4 .item:nth-child(even) {
-webkit-box-shadow: -7px 0px #00ff6c;
-moz-box-shadow: -7px 0px #00ff6c;
-ms-box-shadow: -7px 0px #00ff6c;
box-shadow: -7px 0px #00ff6c;
margin-left: 10px;
}
}
.bg4 .item:nth-child(even) .titulo {
color: #00bdf2;
}
.bg4 .item:nth-child(even) .b {
text-align: right;
}
@media (max-width: 1340px) {
.bg4 .item img {
width: 263px;
}
}
@media (max-width: 768px) {
.bg4 .item img {
width: 123px;
}
}
.bg4 .item .b {
padding: 92px 72px;
}
@media (max-width: 1340px) {
.bg4 .item .b {
padding: 47px 32px 10px;
}
}
@media (max-width: 768px) {
.bg4 .item .b {
padding: 22px 15px 5px;
}
}
.bg4 .item .titulo {
font-size: 42.96px;
font-weight: 900;
margin-bottom: 1em;
}
@media (max-width: 1340px) {
.bg4 .item .titulo {
font-size: 23px;
}
}
@media (max-width: 768px) {
.bg4 .item .titulo {
font-size: 11px;
}
}
.bg4 .item .texto {
font-size: 35.33px;
}
@media (max-width: 1340px) {
.bg4 .item .texto {
font-size: 23px;
}
}
@media (max-width: 768px) {
.bg4 .item .texto {
font-size: 11px;
}
}
.bg5 {
background: #f8f8f8;
padding: 30px 0 50px;
}
@media (max-width: 1340px) {
.bg5 {
padding: 0;
}
}
.bg5 .principal {
font-size: 77.8px;
font-weight: 900;
color: #0d215d;
margin-bottom: 80px;
text-transform: uppercase;
}
@media (max-width: 1340px) {
.bg5 .principal {
font-size: 40px;
margin-bottom: 42px;
}
}
@media (max-width: 768px) {
.bg5 .principal {
font-size: 19.36px;
margin-bottom: 20px;
}
}
.bg5 img {
max-width: 100%;
}
.bg5 #container {
overflow: hidden;
}
.bg5 #container .box {
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-ms-background-size: cover !important;
background-size: cover !important;
background-position: center !important;
}
.footer {
background: #001340;
color: white;
padding: 60px 0 50px;
}
@media (max-width: 1340px) {
.footer {
padding: 0 0 42px;
}
}
@media (max-width: 768px) {
.footer {
padding: 0 0 20px;
}
}
.footer .f1 {
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
transform: translateY(-40px);
}
@media (max-width: 1340px) {
.footer .f1 {
-webkit-box-direction: reverse;
-moz-box-direction: reverse;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column-reverse;
-moz-flex-direction: column-reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
}
.footer .j1 {
margin-right: 100px;
}
@media (max-width: 1340px) {
.footer .j1 {
margin-right: 0;
width: 15%;
margin: 0 auto;
}
.footer .j1 img {
width: 100%;
}
}
.footer .j2 {
-webkit-align-self: flex-end;
-ms-flex-item-align: flex-end;
-ms-grid-row-align: flex-end;
align-self: flex-end;
}
@media (max-width: 1340px) {
.footer .j2 {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
}
.footer .j3,
.footer .j4 {
width: 50%;
}
@media (max-width: 1340px) {
.footer .j3,
.footer .j4 {
width: 48%;
}
}
.footer .a {
font-size: 33.95px;
font-weight: 900;
line-height: 1.2em;
text-transform: uppercase;
}
@media (max-width: 1340px) {
.footer .a {
line-height: 1.5em;
font-size: 26px;
}
}
@media (max-width: 768px) {
.footer .a {
font-size: 12.52px;
}
}
.footer .b {
font-size: 33.95px;
font-style: italic;
margin-bottom: 40px;
}
@media (max-width: 1340px) {
.footer .b {
font-size: 26px;
margin-bottom: 15px;
}
}
@media (max-width: 768px) {
.footer .b {
font-size: 12.52px;
margin-bottom: 7px;
}
}
.footer .c {
font-size: 24.72px;
font-weight: 900;
line-height: 1.2em;
}
@media (max-width: 1340px) {
.footer .c {
font-size: 19px;
line-height: 1.5em;
}
}
@media (max-width: 768px) {
.footer .c {
font-size: 9.12px;
}
}
.footer .texto {
font-size: 24.73px;
line-height: 1.2em;
}
@media (max-width: 1340px) {
.footer .texto {
font-size: 19px;
}
}
@media (max-width: 768px) {
.footer .texto {
font-size: 9.12px;
}
}
.footer .texto:first-of-type {
margin-bottom: 38px;
}
@media (max-width: 1340px) {
.footer .texto:first-of-type {
margin-bottom: 15px;
}
}
@media (max-width: 768px) {
.footer .texto:first-of-type {
margin-bottom: 7px;
}
}
.bgConfirmacao {
background: #efefef;
text-align: center;
padding-top: 100px;
}
@media (max-width: 1340px) {
.bgConfirmacao {
padding-top: 60px;
}
}
@media (max-width: 768px) {
.bgConfirmacao {
padding-top: 30px;
}
}
.bgConfirmacao .titulo {
background: #0d215d;
color: white;
font-weight: 600;
font-size: 48px;
line-height: 1.1em;
padding: 75px 60px;
width: 1155px;
margin: 0 auto;
}
@media (max-width: 1340px) {
.bgConfirmacao .titulo {
font-size: 30px;
padding: 1.3em 2em;
width: auto;
display: inline-block;
}
}
@media (max-width: 768px) {
.bgConfirmacao .titulo {
font-size: 14px;
padding: 1.3em 2em;
}
}
.bgConfirmacao .texto {
color: #0d215d;
background: white;
font-size: 51.64px;
font-weight: 300;
width: 920px;
margin: 0 auto;
padding: 52px 15px;
}
@media (max-width: 1340px) {
.bgConfirmacao .texto {
font-size: 30px;
padding: 1.3em 2em;
width: auto;
display: inline-block;
}
}
@media (max-width: 768px) {
.bgConfirmacao .texto {
font-size: 14px;
padding: 1.3em 2em;
}
}
.bgConfirmacao .inferior {
font-size: 22px;
margin-top: 100px;
padding-bottom: 300px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}
@media (max-width: 1340px) {
.bgConfirmacao .inferior {
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
margin-top: 70px;
font-size: 20px;
padding-bottom: 40px;
}
}
@media (max-width: 768px) {
.bgConfirmacao .inferior {
margin-top: 10px;
font-size: 12px;
padding-bottom: 20px;
}
}
.bgConfirmacao .inferior li {
padding: 25px 20px;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
}
@media (max-width: 1340px) {
.bgConfirmacao .inferior li {
width: 50%;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
}
@media (max-width: 768px) {
.bgConfirmacao .inferior li {
width: 60%;
}
}
.bgConfirmacao .inferior li:not(:last-child) {
border-right: 1px solid #5e5e5e;
}
@media (max-width: 1340px) {
.bgConfirmacao .inferior li:not(:last-child) {
border: none;
border-bottom: 1px solid #5e5e5e;
}
}
.bgConfirmacao .inferior img {
margin-right: 40px;
}
@media (max-width: 1340px) {
.bgConfirmacao .inferior img {
margin: 0 25px;
}
}
@media (max-width: 768px) {
.bgConfirmacao .inferior img {
margin: 0 10px;
max-height: 50px;
}
}
@media (min-width: 1340px) {
    .bgConfirmacao .inferior .diferenciado {
    padding-right: 0;
    padding-left: 0;
    border-right: none !important;
    }
    .bgConfirmacao .inferior .diferenciado img {
    margin: 0;
    }
}

.testimonial-area {
    background: #f8f8f8;
}

.testimonial-area.style-five .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}
.style-five .single-testi-box {
    filter: drop-shadow(0 0 35px rgba(212, 216, 215, 0.3));
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 40px 30px;
    transition: 0.5s;
    margin: 50px 0px 0;
    min-height: 310px;
}
.testi-autor-thumb img {
    width: 100% !important;
}
.testi-autor-thumb {
    float: left;
    margin-right: 22px;
}
.style-five .testi-autor-details {
    padding-bottom: 40px;
    position: relative;
}
.style-five .testi-autor-details::before {
    position: absolute;
    content: "";
    width: 525px;
    height: 1px;
    border-radius: 0px;
    background-color: rgba(30, 30, 30, 0.8);
    opacity: 0.082;
    bottom: 14px;
    left: 0;
}
.style-five .testi-desc p {
    font-size: 17px;
    line-height: 28px;
    color: #616161;
    font-weight: 400;
}
.style-five .testi-autor-reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.style-five h5.autor-title {
    font-size: 24px;
    line-height: 34px;
    color: #1e1e1e;
    font-weight: 500;
}
.style-five p.autor-desi {
    font-size: 15px;
    line-height: 34px;
    color: #616161;
    font-weight: 400;
}
.style-five .testi-ratting ul li {
    display: inline-block;
    font-size: 18px;
    color: #ff9415;
}
/* testi dot */
.testimonial-area.style-five .owl-dots {
    text-align: center;
    position: relative;
    top: 48px;
}
.testimonial-area.style-five .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    text-align: center;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 12px;
    background-color: rgba(30, 194, 142, 0.4);
}
.testimonial-area.style-five .owl-dot.active {
    line-height: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    position: relative;
}
.testimonial-area.style-five .owl-dot.active::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: rgba(30, 194, 142, 0);
    border: 1px solid #1ec28e;
    left: -5px;
    top: -5px;
}
.testimonial-area.style-five .owl-dots {
    top: 24px;
}
.testimonial-area.style-five .owl-dot.active::before {
    border: 1px solid #f8f8f8;
}
.testimonial-area.style-five .owl-dot {
    background-color: #f8f8f8;
}