/* CSS RESET */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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;
}

html {
    min-height: 100%;
    position: relative;

}

body {
    line-height: 1;
    font-family: 'Lato', sans-serif;
    padding-bottom: 320px;
    min-height: 100%;
}

.push-body {
    position: static;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

/* HELPERS */

.margin-top-lg {
    margin-top: 180px !important;
}

.margin-top-sm {
    margin-top: 65px !important;
}

.margin-bottom-sm {
    margin-bottom: 65px !important;
}

.border-bottom {
    border-bottom: 1px solid #f4f4f4 !important;
    padding-bottom: 5px;
}

/* HEADER */

.main-header {
    padding: 20px 0;
}

.main-header nav ul {
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.main-header nav ul li {
    display: inline-block;
    /* margin-left: 24px; */
    position: relative;
    cursor: pointer;
    color: #5b5757;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-header nav ul #instagram {
    margin-top: 10px;
}

.main-header nav ul li img {
    width: 24px;
    margin-right: 6px;
}

.main-header nav ul li a {
    color: #5b5757;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 80px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.main-header nav ul li a:hover {
    opacity: 0.5;
}

.main-header nav ul li.active a {
    color: #0097D3;
}

.main-header nav ul li ul {
    padding: 60px 10px 10px 10px;
    position: absolute;
    top: 40px;
    left: -110px;
    width: 250px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

.main-header nav ul li ul li {
    background: #FFFFFF;
    display: block;
    color: #fff;
}

.main-header nav ul li ul li a {
    line-height: 50px;
    padding: 0 15px;
    text-transform: none !important;
    font-size: 14px;
}

.main-header nav ul li ul li:hover {
    background: #f4f4f4;
}

.main-header nav ul li .btn-cta {
    border: 1px solid #c6e340;
    padding: 12px 12px;
    color: #2a6496;
    border-radius: 5px;
}

.main-header nav ul li .btn-cta:hover {
    background: #c6e340;
    opacity: 1;
}

.main-header nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

.contact-header {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.contact-header a {
    color: #444c55;
    margin-right: 15px;
    font-size: 15px;
}

.contact-header .fa-solid,
.fas {
    margin-right: 5px;
}

.contact-header .fa-brands,
.fab {
    margin-right: 5px;
}

.logo {
    float: left;
}

.logo img {
    height: 80px;
}

/* MENU */

button.toggle-menu {
    display: block;
    background-color: #FFF;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 20px 0;
    float: right;
}

.cbp-spmenu {}

.cbp-spmenu ul li {
    width: 100%;
    margin: 0 !important;
    text-align: left;
}

.cbp-spmenu ul li a {
    color: #FFF !important
}

.cbp-spmenu ul li.active {
    background-color: #0085ba;
}

.cbp-spmenu ul li.active a {
    opacity: 0.8;
}

/* error */

.error-section {
    border-top: 1px solid #f1f1f1;
}

.error {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 20px;
}

.error .icon {
    font-size: 120px;
    color: #ffbb51;
    margin-bottom: 30px;
}

.error h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}

.error h3 {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 30px;
}

.error p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
    line-height: 22px;
}

.error p a {
    font-weight: 700;
    opacity: 1;
    color: #cd1b1b;
}

/* SLIDER */
.slider-mobile {
    display: none;
}

.slider {
    height: 685px;
    background: url("../img/memorial-bauru-banner-julho-2022-desktop.jpg") no-repeat scroll center center;
    background-size: cover;
}

.slider .relative {
    position: relative;
    height: 685px;
}

.slider .relative .front {
    background: url("../img/slider-front-bg.png") no-repeat;
    height: 323px;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-4%, -57%);
    padding-top: 80px;
}

.slider .relative .front h2 {
    font-size: 55px;
    line-height: 60px;
    color: #FFFFFF;
    font-weight: 700;
}

.slider .relative .front h2 strong {
    color: #f6f9d3;
}

.slider .relative .front p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 100;
}

.slider .relative .front p strong {
    font-weight: 500;
}

/* CONTENT */

.main-home {
    /*min-height: 1687px;*/
    background: url("../img/bg-page.jpg") no-repeat scroll center center;
    background-size: cover;
    padding: 100px 0;
}

.main-page {
    background: #ffffff;
}

.title-1 {
    font-size: 18px;
    text-transform: uppercase;
    color: #444c55;
    font-weight: 900;
    margin-bottom: 30px;
}

.title-1:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #9aa6b5;
    margin-top: 30px;
}

.title-2 {
    text-align: center;
}

.title-2 h2 {
    font-size: 40px;
    font-weight: 700;
    color: #444c55;
}

.title-2 p {
    font-size: 20px;
    font-weight: 100;
    color: #444c55;
    margin-top: 20px;
}

.title-3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #444c55;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
}

.title-3:after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #9aa6b5;
    margin: 30px auto 0;
}

.title-3 p {
    font-size: 16px;
    color: #60767c;
    line-height: 26px;
    font-weight: 300;
    text-transform: none;
    margin-top: 15px;
}

.paragraph-1 {
    font-size: 16px;
    color: #60767c;
    line-height: 26px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .paragraph-1 {
        margin-bottom: 30px;
    }
}

.section-gray {
    background: #f7f7f7;
    padding: 85px 0;
}

.section-white {
    background: #ffffff;
    padding: 85px 0;
}

.galery-home {
    margin-top: 30px;
}

.galery-home .thumb {
    margin: 20px 0 0;
    text-align: center;
}

.galery-home .thumb ul li {
    display: inline-block;
    margin-left: 20px;
}

.galery-home .thumb ul li:first-child {
    margin-left: 0;
}

.galery-home .thumb ul li a img {
    width: 100px;
    height: auto;
}

.banner-maxprev-home {
    display: block;
}

.testimonial-content {
    margin: 60px 0;
    text-align: center;
}

.testimonial-content .divisor {
    text-align: center;
    margin-bottom: 30px;
    background: none;
}

.testimonial-content .text {
    width: 780px;
    height: 170px;
    text-align: center;
    color: #444c55;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    margin: 0 auto;
}

.testimonial-content .author img {
    width: 50px;
    border: 3px solid #f4f4f4;
}

.testimonial-content .author h4 {
    color: #444c55;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
}

.testimonial-content .author span {
    color: #444c55;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    margin-top: 5px;
}

.testimonial-page .testimonial-content {
    margin: 0 0 100px;
}

.testimonial-page .testimonial-content .text {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

.frases-page p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 20px;
}

.frases-page p .author {
    font-weight: bold;
    display: block;
}

.page-top {
    background: url("../img/bg-bread.jpg") no-repeat scroll center center;
    background-size: cover;
    height: 250px;
    padding: 87px 0;
}

.page-top.min {
    height: 160px;
    padding: 40px 0;
}

.page-top h2 {
    color: #FFFFFF;
    font-size: 40px;
}

.page-top .breadcrumb {
    background: transparent;
    padding: 0;
    font-size: 14px;
    margin-top: 20px;
}

.page-top .breadcrumb li {
    font-weight: 300;
    color: #ffffff;
}

.page-top .breadcrumb li a {
    font-weight: 600;
    color: #ffffff;
}

.page-top .breadcrumb>li+li:before {
    content: "\00BB";
    color: #ffffff;
    padding: 0 10px;
}

.filters {
    border-bottom: 1px solid #f4f4f4 !important;
    padding: 15px 0;
}

.filters .form-group label {
    font-weight: 700;
    color: #b1b4b6;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 15px;
}

.filters .form-group .form-control {
    background: #f4f4f4;
    border: none;
    box-shadow: none;
    height: 45px;
    border-radius: 3px;
    padding: 5px;
    font-weight: 700;
}

.conv-content .conv-container {
    border-bottom: 1px solid #f4f4f4;
    padding: 30px 0;
}

.conv-content .conv-container .box-info h3 {
    font-size: 24px;
    color: #81af17;
    font-weight: 700;
}

.conv-content .conv-container .box-info p {
    font-size: 18px;
    color: #444c55;
    font-weight: 500;
    opacity: 0.8;
    margin-top: 15px;
}

.conv-content .conv-container .box-contact {
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    padding-left: 60px;
}

.conv-content .conv-container .box-contact span {
    font-size: 14px;
    color: #444c55;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
}

.conv-content .conv-container .box-contact p {
    font-size: 18px;
    color: #444c55;
    font-weight: 900;
    opacity: 0.6;
    margin-top: 20px;
}

.conv-content .conv-container .box-other p {
    font-size: 18px;
    color: #444c55;
    font-weight: 900;
    font-style: italic;
    line-height: 26px;
}

.pagination-mm {
    margin: 0 auto;
    text-align: center;
    margin-top: 65px;
}

.pagination-mm ul li {
    display: inline-block;
    margin: 5px;
}

.pagination-mm ul li a {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #d4d3d1;
    font-size: 16px;
    color: #444c55;
    font-weight: 900;
    padding: 10px;
}

.pagination-mm ul li .active {
    background: #f4f4f4;
    border: none;
    color: #444c55;
    padding: 11px;
}

.pagination-mm ul li .text {
    text-transform: uppercase;
    color: #444c55;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    border: none;
}

.pagination-mm ul li .text .left {
    padding-right: 10px;
}

.pagination-mm ul li .text .right {
    padding-left: 10px;
}

.mission {
    position: relative;
    min-height: 100px;
    padding: 30px 30px 30px 20px;
    margin-top: 30px;
}

.mission h6 {
    font-size: 18px;
    color: #444c55;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    top: -8px;
    background: #ffffff;
    padding: 0 10px;
}

.mission p {
    font-size: 15px;
    color: #444c55;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.7;
    padding-left: 10px;
}

.mission:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    border-width: 3px;
    border-style: solid;
    border-color: #f4f4f4;
    border-image: initial;
    width: 100%;
    margin: 0 auto;
}

.box-partner {
    height: 230px;
    text-align: center;
    overflow: hidden;
    background: #fefefe;
    padding: 30px;
    margin-bottom: 30px;
}

.box-partner .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.box-partner .content .fa {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #4696da;
    margin-bottom: 10px;
}

.box-partner .content p {
    line-height: 26px;
}

.servicos {
    margin: 60px 0 0;
}

.servicos ul li {
    display: inline-block;
    width: 32%;
    margin-bottom: 60px;
    background: url("../img/check-list.png") no-repeat scroll left 7px;
    padding-left: 25px;
    vertical-align: top;
}

.servicos ul li h6 {
    color: #444c55;
    font-size: 15px;
    line-height: 24px;
}

.atendimento-24 {
    padding-top: 100px;
    text-align: center;
}

.atendimento-24 img {
    margin: 0 auto;
}

.contato-msg {
    font-size: 18px;
    font-weight: 400;
    color: #444c55;
    line-height: 28px;
    opacity: 0.7;
    margin-bottom: 60px;
}

.mm-form .form-group {
    margin-bottom: 30px;
}

.mm-form .form-group label {
    font-weight: 900;
    color: #444c55;
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 10px;
    opacity: 0.8;
}

.mm-form .form-group .form-control {
    background: #f4f4f4;
    border: none;
    box-shadow: none;
    height: 45px;
    border-radius: 3px;
    padding: 5px 20px;
    font-weight: 700;
    color: #444c55;
}

.mm-form .form-group .form-control-text-area {
    height: 150px;
    resize: none;
}

.mm-form .btn-default {
    background: #0ebd6d;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    padding: 15px 35px;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 20px;
}

.contact-info {
    padding-left: 60px;
}

.contact-info .box {
    color: #444c55;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0eeee;
}

.contact-info .box:first-child {
    border-bottom: none;
}

.contact-info .box:last-child {
    border-bottom: none;
}

.contact-info .box h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info .box p {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.7;
    line-height: 24px;
    margin-bottom: 10px;
}

.contact-info .box p strong {
    font-weight: 700;
    opacity: 1;
    line-height: 20px;
    display: block;
}

/* LOGIN */

.login-bg {
    background: url("../img/bg-page.jpg") no-repeat scroll center center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.login-bg main {
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}

.logo-login {
    text-align: center;
    padding-bottom: 30px;
}

.grid {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    max-width: 20rem;
    width: 90%;
}

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.icons {
    display: none;
}

.icon {
    display: inline-block;
    fill: #606468;
    font-size: 16px;
    font-size: 1rem;
    height: 1em;
    vertical-align: middle;
    width: 1em;
}

input {
    background-image: none;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

input[type='submit'] {
    cursor: pointer;
}

.form {
    margin: -0.875rem;
}

.form input[type='password'],
.form input[type='submit'],
.form input[type='text'] {
    width: 100%;
}

.form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.875rem;
}

.form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.login {
    color: #575d65;
}

.login input[type='password'],
.login input[type='submit'],
.login input[type='text'],
.login label {
    border-radius: 0.25rem;
    padding: 1rem;
}

.login label {
    background-color: #ffffff;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 20px !important;
    padding-right: 10px !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    color: #90a0b0;
}

.login input[type='password'],
.login input[type='text'] {
    background-color: #fffff;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
    background-color: #fff;
}

.login input[type='submit'] {
    background-color: #0ebd6d;
    color: #eee;
    font-weight: 700;
    text-transform: uppercase;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
    background-color: #0cb166;
}

/* MAXPREV PLAN */
.plan-text {
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 50px;
    border: 2px solid #f0f0f0;
    padding: 30px;
    color: #444c55;
    opacity: 0.8;
}

.plan-text strong {
    font-weight: 600;
}

.panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 10;
}

.pricing-table {
    box-shadow: 0px -5px 15px -6px rgba(0, 0, 0, 0.08), 0px 5px 31px 3px rgba(0, 0, 0, 0.09), 0px 15px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    flex-direction: row;
}

.pricing-table-2 {
    width: 830px;
    margin: 0 auto;
}

.pricing-table * {
    text-align: center;
    text-transform: uppercase;
}

.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
}

.pricing-plan:last-child {
    border-bottom: none;
}

.pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
}

.pricing-plan:last-child {
    border-right: none;
}

.pricing-header {
    color: #0060ac;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 14px;
}

.pricing-features {
    color: #016FF9;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0 25px;
}

.pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 15px;
    line-height: 1.6;
    padding: 15px 0;
    text-transform: none;
    font-weight: 500;
    color: #60767c;
    letter-spacing: 0px;
}

.pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
    color: #f68a1e;
    display: block;
    font-size: 45px;
    font-weight: 900;
}

.cta-plan a {
    background: #C6E340;
    color: #0060ac;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 100px;
    margin-top: 20px;
    letter-spacing: 0.5px;
}

.divisor {
    background: #0060ac;
    margin: 0 -75px 0 -75px;
    display: block;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 13px
}

.tab-content>.active {
    display: flex;
}

.plan-tabs {
    text-align: center;
    border: none;
    margin-bottom: 60px;
}

.plan-tabs li {
    display: inline-block;
    border: 1px solid;
    margin: 0 -2px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    border-color: #c6e340;
    color: #0060ac;
}

.plan-tabs li a {
    padding: 15px 30px;
    display: inline-block;
}

.plan-tabs li:first-child {
    border-left: 1px solid;
    border-right: none;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #c6e340;
}

.plan-tabs li:last-child {
    border-left: none;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #c6e340;
}

.plan-tabs li:hover {
    background: #ffffff;
    ;
}

.plan-tabs li.active {
    background: #c6e340;
}

.cta-conv {
    background: #f7fae7;
    padding: 40px 0;
    margin-top: 60px;
}

.cta-conv p {
    color: #0060ac;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
}

.cta-conv p strong {
    font-weight: 600;
}

.cta-conv a {
    background: #0060ac;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 50px;
    border-radius: 100px;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.content-velo-day {
    margin: 50px 0 0;
    padding: 20px;
    border: 2px solid #f4f4f4;
    overflow: hidden;
    color: #444c55;
}

.content-velo-day .img-velo-day {
    max-width: 100%;
    height: auto;
}

.content-velo-day span {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0097D3;

}

.content-velo-day h2 {
    margin: 0 0 15px 0;
    font-size: 28px;
}

.content-velo-day h3 {
    margin: 0;
    font-size: 16px;
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: 600;
}

.content-velo-day h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.9;
}

.content-velo-day p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    opacity: 0.9;
}

.content-velo-day a {
    background: #0ebd6d;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 100px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.content-velo-day a:hover {
    color: #FFFFFF;
    background: #0bb467;
    text-decoration: none;
}

@media screen and (max-width: 1202px) {
    .main-header nav ul {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .content-velo-day span {
        margin-top: 25px;
    }

    .main-header nav ul #instagram {
        display: none;
    }

    .main-header nav ul {
        display: block;
    }

    li#social_footer {
        text-align: left;
    }
}

/* FOOTER */

footer {
    background: #f2f5f5;
    padding-top: 50px;
    height: 320px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
}

footer a,
footer address,
footer p {
    color: #60767c;
    font-size: 13px;
    line-height: 22px;
}

footer a:hover {
    color: #60767c;
    text-decoration: underline;
}

footer h6 {
    color: #60767c;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 700;
}

footer .logo-footer {
    display: inline-block;
    width: 100px;
    height: auto;
}

footer .attendance {
    margin-top: 20px;
}

footer .attendance strong {
    font-weight: 900;
    display: block;
    margin-bottom: 10px;
}

footer .footer-box {
    display: inline-block;
    margin-right: 70px;
    vertical-align: top;
}

footer .footer-box:last-child {
    margin-right: 0;
}

li#social_footer {
    text-align: center;
}

li#social_footer a i {
    font-size: 20px;
    margin-right: 4px;
}

footer .credits {
    text-align: center;
    border-top: 1px solid #e3e8e9;
    margin-top: 60px;
    padding: 20px 0;
}

.botaoFlutuante {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    text-decoration: none;
}

.botaoFlutuante i {
    margin-top: 16px;
    color: #fff;
}

.botaoFixo {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    display: none;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 10px #0000006e;
}

.botaoFixo .item {
    min-width: 50%;
}

.botaoFixo .item a {
    display: block;
    margin: 10px;
    background: #00426a;
    padding: 12px;
    text-align: center;
    position: relative;
    padding-top: 16px;
    text-decoration: none;
    border-radius: 5px;
}

.botaoFixo .item a.whatsClass {
    background: #25d366;
}

.botaoFixo .item i {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    font-size: 18px;
    color: #02293a;
}

.botaoFixo .item span {
    font-weight: bold;
    color: #fff;
}

.velorio-online {
    background-color: #fff;
    height: 480px;
    width: 640px;
    margin: 0 auto;
    text-align: center;
}

.velorio {
    text-align: center;
}

.velorio h1 {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.velorio-online iframe {
    width: 640px;
    height: 480px;
}

/* gallery */

.gallery .images .image {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    display: none;
    border-radius: 3px;
    box-shadow: none;
}

.gallery .images .image.active {
    display: block;
}

.gallery .images .image .content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: center no-repeat;
    background-size: cover;
}

.gallery .control {
    position: absolute;
    z-index: 2;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -30px;
    font-size: 50px;
    cursor: pointer;
    color: #666;
}

.gallery .control.prev {
    left: 0;
}

.gallery .control.next {
    right: 0;
}

.gallery .thumbs-holder {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    max-height: 110px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 0 35px;
}

.gallery .thumbs {
    overflow: hidden;
}

.gallery .thumbs .thumb {
    box-sizing: border-box;
    background: center no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    margin: 4px;
    border: 3px solid transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: 0.5s;
}

.gallery .thumbs .thumb.active {
    border-color: #c6e340;
}

.gallery .thumbs .thumb.active:before {
    border-bottom-color: #666;
}

.telefone-mobile {
    display: none !important;
}


@media screen and (max-width: 1024px) {
    .galery-home .thumb ul li {
        margin-left: 10px;
    }

    .galery-home .thumb ul li a img {
        width: 80px;
    }
}

@media screen and (max-width: 768px) {
    .main-header .dropdown {
        position: relative !important;
        padding: 0;
        margin: 0;
        left: auto;
        top: auto;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;

    }

    .main-header .dropdown li {
        background-color: transparent;
        padding-left: 0px;
    }

    .main-header nav ul li ul li a {
        line-height: 50px;
        padding: 0 0 0 30px;
    }

    .main-header .dropdown li:hover {
        background-color: transparent;
    }

    .main-header .dropdown li:last-child {
        padding: 0 !important;
    }

    .slider {
        display: none;
    }

    .slider-mobile {
        display: flex;
        background: url("../img/memorial-bauru-banner-julho-2022-mobile.jpg") no-repeat scroll center bottom;
        background-size: cover;
        height: 685px;
    }

    .slider-mobile .relative {
        padding-top: 18px;
        justify-content: center;
        align-items: center;
    }

    .slider-mobile .relative .front {
        padding: 0px 50px;
        font-family: 'Lato', sans-serif;
    }

    .slider-mobile .relative .front h2 {
        font-size: 40px;
        line-height: 34px;
        color: #FFFFFF;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
    }

    .slider-mobile .relative .front h2 strong {
        color: #f6f9d3;
    }

    .slider-mobile .relative .front p {
        font-size: 14px;
        line-height: 20px;
        color: #ffffff;
        font-weight: 500;
        font-family: sans-serif;
        padding-top: 10px;
    }

    .slider-mobile .relative .front p strong {
        font-weight: 500;
        color: #f6f9d3;
    }


    footer {
        height: auto;
        position: static;
    }

    .botaoFixo {
        display: flex;
    }

    .botaoFlutuante {
        display: none;
    }

    body {
        padding-bottom: 0;
    }

    .logo {
        text-align: center;
    }

    .logo img {
        height: 65px;
    }

    .main-header nav {
        padding: 25px 0;
    }

    .main-header nav ul {
        text-align: center;
    }

    .main-header nav ul li {
        margin-left: 13px;
    }

    .main-header nav ul li:first-child {
        margin-left: 0;
    }

    .main-header nav ul>li:last-child {
        padding: 15px;
    }

    .main-header nav ul li a {
        font-size: 13px;
        line-height: 13px;
    }



    .conv-content .conv-container .box-contact {
        border-right: none;
        border-left: none;
        padding-left: 0;
        margin: 25px 0;
    }

    .conv-content .conv-container .box-contact p {
        margin-top: 10px;
    }

    .view img {
        margin: 0 auto;
    }

    .banner-maxprev-home {
        margin: 60px auto 0;
    }

    .banner-maxprev-home img {
        margin: 0 auto;
    }

    .testimonial-content .text {
        width: 100%;
        padding: 0 30px;
    }

    .atendimento-24 {
        padding: 60px 0 80px;
    }

    .contato-msg br {
        display: none;
    }

    .contact-info {
        padding-left: 0;
        margin-top: 60px;
    }

    .pricing-table {
        flex-direction: column;
        width: 480px;
        margin: 0 auto;
    }

    .pricing-plan {
        display: block;
        border: none;
    }

    .cta-conv {
        text-align: center;
    }

    .cta-conv p {
        text-align: center;
    }

    .cta-conv a {
        margin: 30px auto;
    }

    footer .footer-box {
        float: left;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    li#social_footer {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .page-top {
        height: 120px;
        padding: 45px 0;
    }

    .page-top h2 {
        font-size: 30px;
    }

    .servicos ul li {
        width: 49%;
    }

    .testimonial-content .text {
        height: inherit;
        min-height: 170px;
        margin-bottom: 60px;
    }

    .page-top .breadcrumb {
        display: none;
    }

    .testimonial-content .divisor {
        width: 100%;
        margin: 0;
    }

    .testimonial-content .divisor img {
        max-width: 100%;
    }

    .pricing-table {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .pricing-plan {
        display: block;
        border: none;
    }

    .pricing-price {
        font-size: 40px;
    }

    .plan-tabs li {
        width: 100%;
        margin-bottom: 10px;
    }

    .plan-tabs li:first-child {
        border: 1px solid;
    }

    .plan-tabs li:first-child {
        border: 1px solid;
        border-color: #c6e340;
    }

    .plan-tabs li:last-child {
        border: 1px solid;
    }

    .plan-tabs li:last-child {
        border: 1px solid;
        border-color: #c6e340;
    }

    footer address {
        margin-top: 30px;
    }

    footer .footer-box {
        float: none;
        margin-bottom: 30px;
        margin-right: 0;
        display: block;
    }

    footer .footer-box:first-child {
        margin-top: 30px;
    }

}

@media screen and (max-width: 425px) {
    .page-top .breadcrumb {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .slider .relative .front h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .pagination-item {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .video-memorial {
        display: flex;
        margin: 30px 0 30px 0 !important;
    }

    .contact-header {
        display: none;
    }
}



.item-whatsapp-content {
    display: block;
    text-align: center;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
}

.item.whatsapp:hover .items--content {
    display: block;
}


.item.whatsapp i {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    font-size: 20px;
    color: #02293a;
    z-index: 99;
}

.item.whatsapp span {
    display: block;
    margin: 10px;
    background: #25d366;
    padding: 12px;
    text-align: center;
    position: relative;
    padding-top: 16px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
}

.item.whatsapp span p {
    color: #ffffff;
    font-size: 13px;
    line-height: 22px;
    font-weight: bold;
}



.items--content {
    display: none;
    position: absolute;
    transform: translateX(-50%);
    width: 365px;
    z-index: 99;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    bottom: 130%;
    margin-bottom: 22px;
}

.items--content::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 94%;
    background: #fff;
    left: 76%;
    transform: rotate(45deg);
}

a.conversaoWhatsApp.whatsClass {
    padding: 0px !important;
}