.remove-container {
padding-right: initial;
padding-left: initial;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 768px) {
.remove-container {
width: initial;
}
}
@media (min-width: 992px) {
.remove-container {
width: initial;
}
}
@media (min-width: 1200px) {
.remove-container {
width: initial;
}
}
.container {
padding-right: 25px;
padding-left: 25px;
margin-right: auto;
margin-left: auto;
box-sizing: border-box;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.error-required {
font-size: 0.7rem;
text-transform: uppercase;
font-weight: bold;
color: #f00;
}
.img-fluid {
display: block;
max-width: 100%;
}
#nav {
box-sizing: border-box;
height: 70px;
padding-top: 1rem;
padding-bottom: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
}
#nav #logo {
font-size: 1.5rem;
font-weight: bold;
}
#nav #btn-mobile {
display: none;
}
#nav .menu-logo {
display: flex;
align-items: center;
gap: 1.5rem;
}
#nav #menu-site {
display: flex;
gap: 1.25rem;
}
@media (max-width: 992px) {
#nav #btn-mobile {
display: flex;
padding: 0.5rem 1rem;
font-size: 1rem;
border: none;
background: none;
gap: 0.5rem;
}
#nav #btn-mobile > span {
display: block;
border-top: 2px solid;
width: 20px;
}
#nav #btn-mobile > span::after,
#nav #btn-mobile > span::before {
display: block;
content: '';
width: 20px;
height: 2px;
background: currentColor;
margin-top: 5px;
transition: 0.3s;
position: relative;
}
#nav #menu-site {
display: block;
position: absolute;
width: 100vw;
height: 100vh;
visibility: hidden;
overflow-y: hidden;
top: 95px;
left: -200px;
background: #cceefa;
opacity: 0;
transition: all 0.6s ease;
z-index: 999999;
}
#nav #menu-site a {
padding: 1rem 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
width: 100%;
display: flex;
padding-left: 1.5rem;
}
#nav.active #btn-mobile span {
border-top-color: transparent;
}
#nav.active #btn-mobile span::before {
transform: rotate(135deg);
}
#nav.active #btn-mobile span::after {
transform: rotate(-137deg);
bottom: 7px;
}
#nav.active #menu-site {
left: 0;
visibility: visible;
opacity: 1;
overflow-y: auto;
}
}
@media (max-width: 576px) {
#nav {
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
#nav .menu-logo {
justify-content: space-between;
align-items: flex-start;
width: 100%;
}
#nav #menu-site {
top: 150px;
}
}
#header {
position: sticky;
top: 0;
margin: 0 auto;
z-index: 99;
background-color: rgba(255, 255, 255, 0.3);
backdrop-filter: blur(70px);
}
.link-internal {
font-size: 1.125rem;
color: #2a2f36;
font-weight: 500;
}
.link-internal::after {
display: block;
content: '';
height: 1px;
width: 0px;
background: #2a2f36;
transition: all ease 0.3s;
}
.link-internal:hover::after {
transition: all ease 0.3s;
width: 100%;
}
.link-internal.blue {
color: #1d6382;
}
.link-internal.blue::after {
background: #1d6382;
}
.link-with-icon {
display: flex;
align-items: center;
gap: 0.25rem;
}
#new-home-global img {
max-width: none;
height: auto;
}
#new-home-global {
padding-top: 1.5rem;
background: #cceefa;
}
#new-home-global h1 {
color: #174e67;
font-size: 56px;
font-weight: 700;
line-height: 61px;
word-wrap: break-word;
}
#new-home-global h2 {
color: #2a2f36;
font-size: 24px;
font-weight: 400;
line-height: 40px;
word-wrap: break-word;
}
#new-home-global .txt-header-bg {
display: grid;
grid-template-columns: 2fr 1fr;
gap: 70px;
}
#new-home-global .left-txt {
padding-top: 70px;
padding-bottom: 70px;
}
#new-home-global .input-cep {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
#new-home-global .msg-cep {
font-size: 0.875rem;
font-weight: 500;
color: #0b0d0f;
margin-top: 0.25rem;
}
#new-home-global label[for='cep'] {
display: flex;
align-items: center;
border: 1px solid #adcddb;
border-radius: 0.75rem;
background: #fff;
overflow: hidden;
box-sizing: border-box;
}
#new-home-global label[for='cep'] span {
font-weight: 500;
color: #0b0d0f;
padding: 0 0.75rem;
}
#new-home-global label[for='cep'] input {
border: none;
padding-left: 0.5rem;
height: 45px;
box-sizing: border-box;
font-size: 1rem;
color: #5e697b;
width: 110px;
caret-color: #adcddb;
line-height: 65px;
}
#new-home-global label[for='cep'] input:focus {
outline: none;
border: none;
box-shadow: none;
}
#new-home-global label[for='cep'] .box-check {
width: 40px;
height: 48px;
background: #adcddb;
display: flex;
align-items: center;
justify-content: center;
justify-self: flex-end;
border: none;
}
#new-home-global .right-bg {
background: url(https://lavemcasa.com.br/wp-content/themes/Divi/images/home/bg-header.webp)
no-repeat right bottom;
background-size: contain;
}
#new-home-global .benefits {
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 3rem;
row-gap: 1rem;
margin-top: 50px;
}
#new-home-global .benefits li {
display: flex;
align-items: center;
gap: 0.5rem;
}
#new-home-global .benefits li p {
font-weight: 600;
color: #2a2f36;
}
@media (max-width: 992px) {
#new-home-global .txt-header-bg {
grid-template-columns: 1fr;
}
#new-home-global .right-bg {
display: none;
}
#new-home-global .left-txt {
padding-bottom: 30px;
}
#new-home-global h1,
#new-home-global h2 {
max-width: initial;
}
#new-home-global h1 {
font-size: 46px;
line-height: 51px;
}
}
#new-home-global #stick-cep {
position: fixed;
z-index: 9999999;
top: 0;
left: 0;
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.9),
rgba(255, 255, 255, 0.7)
);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 10px 5px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.3);
width: 100%;
opacity: 0;
transform: translateY(-20px);
transition: opacity 0.5s ease, transform 0.5s ease;
pointer-events: none;
}
#new-home-global #stick-cep.active {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
#new-home-global #stick-cep .container {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.box-cep {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
}
.box-cep .msg-cep {
font-size: 0.875rem;
font-weight: 500;
color: #0b0d0f;
margin-top: 0.05rem;
}
.box-cep label.cep {
display: flex;
align-items: center;
border: 1px solid #adcddb;
border-radius: 0.75rem;
background: #fff;
overflow: hidden;
height: 45px;
box-sizing: border-box;
}
.box-cep label.cep span {
font-weight: 500;
color: #0b0d0f;
padding: 0 0.75rem;
}
.box-cep label.cep input {
border: none;
padding-left: 0.5rem;
height: 45px;
box-sizing: border-box;
font-size: 1rem;
color: #5e697b;
width: 140px;
caret-color: #adcddb;
line-height: 65px;
}
.box-cep label.cep input:focus {
outline: none;
border: none;
box-shadow: none;
}
.box-cep label.cep .box-check {
width: 40px;
height: 48px;
background: #adcddb;
display: flex;
align-items: center;
justify-content: center;
justify-self: flex-end;
cursor: pointer;
}
.box-cep.has-stick {
display: flex;
align-items: center;
justify-content: center;
}
#new-home-global #offers {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
background: #23789e;
}
#new-home-global #offers h2 {
width: 100%;
margin: 0 auto;
text-align: center;
font-weight: 600;
color: #fff;
}
#new-home-global #offers .slick2[data-slick2='list-offers'] {
overflow-y: initial;
overflow-x: initial;
position: relative;
}
#new-home-global
#offers
.slick2[data-slick2='list-offers']
.controls-slick2-column {
justify-content: center;
}
#new-home-global
#offers
.slick2[data-slick2='list-offers']
.controls-slick2-column
> div {
position: absolute;
background: #174e67;
border-radius: 2rem;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
gap: 0.25rem;
}
#new-home-global .control-slick2-column img,
#new-home-global .control-slick2-inline img {
height: 20px;
}
#new-home-global
#offers
.slick2[data-slick2='list-offers']
.controls-slick2-column
.control-slick2-column {
height: 36px;
width: 36px;
}
#new-home-global
#offers
.slick2[data-slick2='list-offers']
.controls-slick2-column
.control-slick2-column:hover
img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
hue-rotate(283deg) brightness(101%) contrast(102%);
}
#new-home-global #know-operation {
padding-top: 70px;
padding-bottom: 70px;
}
#new-home-global #plans-values {
padding-top: 70px;
padding-bottom: 70px;
background: #fff8ef;
}
#new-home-global #plans-values .list-plans-loose-monthly {
display: flex;
flex-wrap: wrap;
column-gap: 1rem;
row-gap: 2rem;
}
#new-home-global #plans-values .footer-plans-values {
margin-top: 50px;
display: flex;
flex-direction: column;
align-items: center;
}
#new-home-global #plans-values .footer-plans-values p,
#new-home-global #plans-values .footer-plans-values a {
color: #5e697b;
}
#new-home-global #plans-values .footer-plans-values .txt-cep a {
text-decoration: underline !important;
}
#new-home-global #plans-values .footer-plans-values > div {
display: flex;
align-items: center;
gap: 0.5rem;
margin-top: 2rem;
margin-bottom: 40px;
}
#new-home-global #depoiments {
padding-top: 70px;
padding-bottom: 70px;
}
#new-home-global #start-routine {
padding-top: 30px;
background: #68a2bc;
background: radial-gradient(circle, #68a2bc 0%, #468dad 100%);
overflow-y: hidden;
margin-bottom: -70px;
}
#new-home-global #start-routine .content {
display: flex;
justify-content: space-between;
align-items: center;
}
#new-home-global #start-routine h2 {
color: #f2f7f9;
font-size: 50px;
font-weight: 700;
line-height: 58px;
word-wrap: break-word;
max-width: 580px;
}
#new-home-global #start-routine p {
color: #f2f7f9;
font-size: 20px;
font-weight: 400;
line-height: 28px;
word-wrap: break-word;
margin: 1.5rem 0;
}
#new-home-global #start-routine img {
position: relative;
top: 6px;
}
@media (max-width: 768px) {
#new-home-global #start-routine {
padding-bottom: 30px;
}
#new-home-global #start-routine .content {
grid-template-columns: 1fr;
}
#new-home-global #start-routine .left-start {
display: flex;
flex-direction: column;
align-items: center;
}
#new-home-global #start-routine .right-start {
display: none;
}
#new-home-global #start-routine p {
text-align: center;
}
#new-home-global #start-routine h2 {
max-width: initial;
text-align: center;
}
}
footer {
padding: 70px 0;
}
footer .content {
display: grid;
grid-template-columns: 1fr 3fr;
column-gap: 150px;
row-gap: 50px;
}
footer .lavem p {
margin-bottom: 2rem;
}
footer .menus-site {
display: flex;
justify-content: space-between;
gap: 20px;
}
footer p {
font-weight: 500;
color: #5e697b;
margin-top: 1.5rem;
}
footer .menu h2 {
font-size: 1.25rem;
font-weight: 500;
color: #174e67;
margin-bottom: 1rem;
}
footer .menu ul li + li {
margin-top: 0.25rem;
}
@media (max-width: 1200px) {
footer .content {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
footer .lavem {
display: flex;
flex-direction: column;
align-items: center;
}
footer .menus-site {
flex-direction: column;
margin: 0 auto;
gap: 3rem;
}
}
.slick2 {
display: flex;
gap: 0.25rem;
align-items: center;
justify-content: center;
padding-top: 1rem;
overflow-y: hidden;
}
.slick2 .control-slick2-inline,
.slick2 .control-slick2-column {
width: 30px;
height: 30px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
cursor: pointer;
transition: all ease 0.3s;
}
.slick2 .control-slick2-inline img,
.slick2 .control-slick2-column img {
filter: brightness(0) saturate(100%) invert(48%) sepia(45%) saturate(723%)
hue-rotate(160deg) brightness(97%) contrast(95%);
}
.slick2 .control-slick2-inline:hover,
.slick2 .control-slick2-column:hover {
transition: all ease 0.3s;
}
.slick2 .control-slick2-inline:hover img,
.slick2 .control-slick2-column:hover img {
height: 30px;
}
.slick2 .controls-slick2-column {
display: none;
justify-content: space-between;
width: 100%;
gap: 1rem;
}
.slick2 .controls-slick2-column > div {
display: flex;
align-items: center;
gap: 0.75rem;
}
.slick2 > ul {
display: flex;
gap: 1rem;
overflow-x: scroll;
padding: 1rem 0;
list-style: none;
width: 100%;
}
.slick2 > ul::-webkit-scrollbar {
width: 0px;
height: 0px;
}
.slick2 > ul::-webkit-scrollbar-track {
border-radius: 5px;
}
.slick2 > ul::-webkit-scrollbar-thumb {
border-radius: 0px;
}
.slick2[data-type-arrows='column'] {
flex-direction: column;
overflow-x: hidden;
}
.slick2[data-type-arrows='column'] .control-slick2-inline {
width: 0;
height: 0;
overflow: hidden;
}
.slick2[data-type-arrows='column'] .controls-slick2-column {
display: flex;
}
.btn-lp {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 1rem;
border-radius: 0.75rem;
min-height: 45px;
box-sizing: border-box;
border: none;
background: #f2f7f9;
border: 1px solid #f2f7f9;
transition: all ease 0.3s;
}
.btn-lp span {
color: #174e67;
font-size: 1rem;
font-weight: 600;
}
.btn-lp:hover {
transition: all ease 0.3s;
background: #174e67;
border-color: #174e67;
}
.btn-lp:hover span {
color: #fff;
}
.btn-lp.btn-blue-dark {
background: #174e67;
border-color: #174e67;
}
.btn-lp.btn-blue-dark span {
color: #f2f7f9;
}
.btn-lp.btn-blue-dark:hover {
transition: all ease 0.3s;
background: transparent;
}
.btn-lp.btn-blue-dark:hover span {
color: #174e67;
}
.btn-lp.btn-light-blue {
background: #23789e;
border-color: #23789e;
}
.btn-lp.btn-light-blue span {
color: #fff;
cursor: pointer;
}
.btn-lp.btn-light-blue:hover {
transition: all ease 0.3s;
background: transparent;
}
.btn-lp.btn-light-blue:hover span {
color: #23789e;
}
.card-offer {
width: 330px;
flex: 0 0 330px;
box-sizing: border-box;
display: flex;
align-items: center;
gap: 10px;
background: #fff;
border: 10px solid #fff;
border-radius: 0.75rem;
}
.card-offer img {
border-radius: 0.75rem;
}
.card-offer h2 {
font-size: 1.25rem !important;
font-weight: 700 !important;
color: #174e67 !important;
text-align: left !important;
}
.card-offer h3 {
font-size: 1.5rem;
color: #1d6382;
display: flex;
align-items: center;
gap: 0.5rem;
}
.card-offer span {
color: #2a2f36;
font-size: 14px;
font-weight: 400;
line-height: 20px;
word-wrap: break-word;
}
.card-operation {
width: 230px;
box-sizing: border-box;
flex: 0 0 230px;
background: #f2f7f9;
padding: 1rem;
border-radius: 0.75rem;
}
.card-operation h3 {
font-size: 1.25rem;
font-weight: 500;
color: #1d6382;
margin-top: 2.5rem;
margin-bottom: 1rem;
height: 54px;
box-sizing: border-box;
line-height: normal;
}
.card-operation p {
color: #5e697b;
height: 70px;
box-sizing: border-box;
line-height: normal;
font-weight: 400;
}
.card-plan-loose {
width: 330px;
flex: 0 0 330px;
padding: 1rem;
border: 1px solid #fdf0dd;
box-sizing: border-box;
background: #fff;
border-radius: 0.75rem;
-webkit-box-shadow: 0px 0px 10px 2px #ccc;
-moz-box-shadow: 0px 0px 10px 2px #ccc;
box-shadow: 0px 0px 10px 2px #ccc;
}
.card-plan-loose h4 {
font-size: 1.5rem;
font-weight: 700;
color: #11394b;
}
.card-plan-loose p {
font-size: 1.25rem;
color: #1d6382;
display: flex;
align-items: center;
gap: 0.5rem;
margin-bottom: 1rem;
}
.card-plan-loose span {
color: #2a2f36;
font-size: 14px;
font-weight: 400;
line-height: 20px;
word-wrap: break-word;
}
.card-plan-loose a {
width: 100%;
}
@media (max-width: 1200px) {
.card-plan-loose {
width: 100%;
flex: 0 0 100%;
}
}
.card-depoiment {
width: 310px;
flex: 0 0 310px;
box-sizing: border-box;
background: #f2f7f9;
padding: 1rem;
border-radius: 0.75rem;
display: grid;
grid-template-columns: 1fr 70px;
align-items: center;
gap: 1rem;
}
.card-depoiment h3 {
color: #11394b;
font-size: 1.125rem;
margin-bottom: 1rem;
}
.card-depoiment p {
font-size: 0.875rem;
line-height: normal;
font-weight: 400;
color: #5e697b;
height: 60px;
}
.card-depoiment .profile {
position: relative;
}
.card-depoiment .profile .img-profile {
width: 70px;
height: 70px;
border-radius: 50%;
}
.card-depoiment .profile .star {
width: 35px;
height: 35px;
border-radius: 50%;
background: #fdf0dd;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: -5px;
bottom: -2px;
}
.txt-cep {
color: #5e697b;
font-size: 14px;
font-weight: 400;
line-height: 14px;
word-wrap: break-word;
}
.txt-cep a {
font-weight: 700;
text-decoration: underline;
}
.card-plan-monthly {
width: 500px;
flex: 0 0 500px;
padding: 1rem;
border: 1px solid #fdf0dd;
box-sizing: border-box;
background: #fff;
border-radius: 0.75rem;
-webkit-box-shadow: 0px 0px 10px 2px #ccc;
-moz-box-shadow: 0px 0px 10px 2px #ccc;
box-shadow: 0px 0px 10px 2px #ccc;
}
.card-plan-monthly .header-card {
height: 130px;
width: 100%;
box-sizing: border-box;
border-radius: 0.75rem;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1rem;
background: url(https://lavemcasa.com.br/wp-content/themes/Divi/images/home/card-plan-monthly/bg-card-monthly-shirts.webp)
no-repeat center;
background-size: cover;
}
.card-plan-monthly .header-card h4 {
font-size: 1.25rem;
font-weight: 700;
color: #fff;
}
.card-plan-monthly .body-card {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1rem;
}
.card-plan-monthly .body-card .left-body,
.card-plan-monthly .body-card .right-body {
padding: 1rem;
background: #f2f7f9;
border-radius: 0.75rem;
}
.card-plan-monthly .body-card h5 {
font-size: 1.125rem;
font-weight: 700;
color: #174e67;
margin-bottom: 0.25rem;
min-height: 46px;
}
.card-plan-monthly .body-card h6 {
font-weight: 600;
color: #1d6382;
}
.card-plan-monthly .body-card p {
font-size: 0.875rem;
font-weight: 500;
line-height: normal;
}
.card-plan-monthly .body-card ul {
margin: 1rem 0;
}
.card-plan-monthly .body-card li {
display: flex;
align-items: center;
gap: 0.25rem;
}
.card-plan-monthly .body-card li + li {
margin-top: 0.25rem;
}
.card-plan-monthly .body-card .box-check {
width: 14px;
height: 14px;
border-radius: 7px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #1d6382;
}
.card-plan-monthly .body-card .box-check img {
width: 100% !important;
height: 0.5rem !important;
filter: brightness(0) saturate(100%) invert(29%) sepia(84%) saturate(407%)
hue-rotate(154deg) brightness(95%) contrast(96%);
}
.card-plan-monthly a {
width: 100%;
}
.card-plan-monthly.signature .header-card {
background: url(https://lavemcasa.com.br/wp-content/themes/Divi/images/home/card-plan-monthly/bg-card-monthly-signature.webp)
no-repeat center;
background-size: cover;
}
@media (max-width: 1200px) {
.card-plan-monthly {
width: 100%;
flex: 0 0 100%;
}
}
@media (max-width: 576px) {
.card-plan-monthly .body-card {
grid-template-columns: 1fr;
}
}
.content-titles-sections {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
gap: 1.25rem;
margin-bottom: 1rem;
}
.content-titles-sections h3 {
color: #1d6382;
font-size: 14px;
font-weight: 600;
line-height: 20px;
word-wrap: break-word;
padding: 0.5rem 1.25rem;
background: #fdf0dd;
display: inline-block;
border-radius: 2rem;
}
.content-titles-sections h2 {
color: #1d6382 !important;
font-size: 50px !important;
font-weight: 700 !important;
line-height: 58px !important;
word-wrap: break-word;
}
.content-titles-sections p {
color: #5e697b;
max-width: 500px;
}
.content-sub-titles {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 2rem;
margin: 1.5rem 0;
}
.content-sub-titles .left {
display: flex;
align-items: center;
}
.content-sub-titles .left h3 {
font-size: 1.5rem;
font-weight: 700;
color: #1d6382;
margin-bottom: 0.25rem;
}
.content-sub-titles .left p {
color: #2a2f36;
}
.content-sub-titles .left::before {
display: block;
content: '';
height: 3.5rem;
width: 2px;
background: #1d6382;
margin-right: 1rem;
}
.content-sub-titles .txt-cep {
max-width: 220px;
}
.list-socials {
display: flex;
align-items: center;
gap: 0.5rem;
}
.button-reset {
background: none;
border: none;
color: #5e697b;
font-size: 14px;
font-weight: 400;
line-height: 14px;
word-wrap: break-word;
cursor: pointer;
margin: 0;
padding: 0;
}
.button-full {
width: 100%;
}@keyframes pulse{0%{transform:scale(1)}35%{transform:scale(1.1)}60%{transform:scale(1.05)}100%{transform:scale(1)}}[data-type="core-embed/youtube"],[data-type="core-embed/vimeo"]{clear:both}.container-youtube,.container-vimeo{font-size:0;line-height:0}.container-youtube noscript,.container-vimeo noscript{display:block;font-size:1rem;line-height:1.2em;text-align:left}.preview-lazyload{opacity:1;position:relative;transition:opacity 0.25s}.js-lazyload--not-loaded .preview-lazyload{opacity:0}.entry-content a.preview-lazyload,a.preview-lazyload{background-color:transparent;border:0;height:315px;width:100%;max-width:100%;display:inline-block;margin-top:0;box-sizing:border-box}.entry-content a.preview-lazyload,a.preview-lazyload,.lazy-load-info-extra{text-decoration:none;color:#fff;font-family:Arial, serif;font-size:14px;line-height:18px}a.lazy-load-vimeo{text-decoration:none}.lazy-load-div{display:table;height:100%;width:100%}.lazy-load-div::before{font-size:50px;font-family:Arial, sans-serif;opacity:0.7;z-index:3;display:table-cell;vertical-align:middle;text-align:center}.lazy-load-div:hover{opacity:0.95}.lazy-load-div:hover::before{opacity:0.9}.css_white_pulse .lazy-load-div::before,.css_black_pulse .lazy-load-div::before{font-size:70px;animation:pulse 3s infinite linear}a.lazy-load-youtube:hover,.lazy-load-vimeo:hover{text-decoration:none}.lazy-load-div,.lazy-load-info,.lazy-load-info-extra{max-width:100%;color:#fff}.lazy-load-div,.titletext,.overlaytext{opacity:0.8}.lazy-load-div{position:absolute;top:0}.lazy-load-info,.lazy-load-info-extra{position:relative;padding:7px 15px}.lazy-load-info{pointer-events:none}.lazy-load-info-extra{display:none;position:absolute;bottom:0}.preview-lazyload ~ .lazy-load-info-extra{display:block}.container-youtube embed,.container-youtube iframe,.container-youtube object,.container-youtube video,.container-vimeo embed,.container-vimeo iframe,.container-vimeo object,.container-vimeo video{margin-bottom:0 !important}.entry-content a.lazy-load-youtube,a.lazy-load-youtube,.lazy-load-vimeo{margin-bottom:0 !important}.entry-content a.lazy-load-youtube iframe,a.lazy-load-youtube iframe,.lazy-load-vimeo iframe{margin-bottom:0 !important}a.lazy-load-youtube{display:block !important}.wp-embed-responsive .wp-block-embed[class*="wp-embed-aspect-"]{position:relative}.wp-embed-responsive .wp-block-embed[class*="wp-embed-aspect-"] .container-lazyload{position:absolute;left:0;top:0;height:100%;width:100%}.lazy-load-block-play{cursor:pointer}.lazy-load-block-play .preview-lazyload{pointer-events:none}