body {
background: #fff;
color: #666666;
font-family: "Open Sans", sans-serif;
}
a {
color: #252a7b;
}
a:hover,
a:active,
a:focus {
color: #05152c;
outline: none;
text-decoration: none;
}
p {
padding: 0;
margin: 0 0 30px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
} #preloader {
position: fixed;
left: 0;
top: 0;
z-index: 999;
width: 100%;
height: 100%;
overflow: visible;
background: #fff url(//guardamirimitarare.com.br/wp-content/themes/iegmi2020/assets/img/preloader.svg) no-repeat center center;
} .back-to-top {
position: fixed;
display: none;
background: rgba(0, 0, 0, 0.2);
color: #fff;
padding: 6px 12px 9px 12px;
font-size: 16px;
border-radius: 2px;
right: 15px;
bottom: 15px;
transition: background 0.5s;
}
@media (max-width: 768px) {
.back-to-top {
bottom: 15px;
}
}
.back-to-top:focus {
background: rgba(0, 0, 0, 0.2);
color: #fff;
outline: none;
}
.back-to-top:hover {
background: #252a7b;
color: #fff;
} #header {
padding: 5px 0;
height: 125px;
position: fixed;
left: 0;
top: 0;
right: 0;
z-index: 997;
background: #fff;
transition: all 0.5s;
}
#header #logo {
float: left;
}
#header #logo img {
padding: 0;
margin: 0;
}
@media (max-width: 768px) {
#header #logo h1 {
font-size: 26px;
}
#header #logo img {
max-height: 40px;
}
}
#header.header-fixed {
background: rgba(52, 59, 64, 0.9);
padding: 20px 0;
height: 72px;
transition: all 0.5s;
} #intro {
display: table;
width: 100%;
height: 80vh;
}
#intro .carousel-item {
width: 100%;
height: 80vh;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
#intro .carousel-item::before {
content: "";
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#intro .carousel-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#intro .carousel-background img {
max-width: 100%;
}
#intro .carousel-content {
text-align: center;
}
#intro h2 {
text-align: center;
color: #fff;
margin-bottom: 30px;
font-size: 48px;
font-weight: 700;
}
#intro p {
text-align: center;
color: #fff;
}
#intro .carousel-fade {
overflow: hidden;
}
#intro .carousel-fade .carousel-inner .carousel-item {
transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
opacity: 0;
}
#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
opacity: 1;
transition: 0.5s;
}
#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
left: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
#intro .carousel-control-prev,
#intro .carousel-control-next {
width: 10%;
}
#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
background: none;
font-size: 32px;
line-height: 1;
}
#intro .carousel-indicators li {
cursor: pointer;
}
#intro .btn-get-started {
font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 32px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
color: #fff;
background: #252a7b;
border: 3px solid #252a7b;
}
#intro .btn-get-started:hover {
background: none;
color: #fff;
border: 3px solid #fff;
}
#hero .btn-get-started {
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 28px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}
#hero .btn-get-started:hover {
background: #252a7b;
border: 2px solid #252a7b;
}
.btn-main {
background: #252a7b;
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
padding: 8px 28px;
border-radius: 50px;
transition: 0.5s;
border: 2px solid #fff;
color: #fff;
}
.btn-main:hover {
background: #fff;
border: 2px solid #252a7b;
color: #252a7b;
} .navbar ul li a {
font-family: "Poppins", sans-serif;
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
color: #000;
}
.navbar ul li a:hover {
background: #252a7b;
color: #fff !important;
} .guarda {
background-color: #0a037c;
}
.guarda h3.section-title {
color: #fff;
} #error-page {
display: table;
height: 100%;
min-height: 100%;
width: 100%;
color: #686868;
font-size: 18px;
font-weight: 300;
padding: 100px 0;
}
.error-page-inner {
display: table-cell;
vertical-align: middle;
}
.error-text {
width: 100%;
}
#error-page h2 {
font-size: 48px;
font-weight: bold;
text-transform: uppercase;
}  .section-header .section-title {
font-size: 32px;
color: #111;
text-transform: uppercase;
text-align: center;
font-weight: 700;
margin-bottom: 5px;
}
.section-header .section-description {
text-align: center;
padding-bottom: 40px;
color: #999;
} #pagina-interna {
background: #fff;
}
#pagina-interna h2 {
color: #333;
font-weight: 700;
font-size: 32px;
text-align: center;
}
#pagina-interna h2:after {
content: "";
display: block;
background: #333;
margin: 10px auto;
width: 50px;
height: 5px;
}
#pagina-interna label {
color: #333;
font-weight: 700;
font-size: 20px;
text-align: center;
}
#pagina-interna img {
max-width: 100%;
height: auto;
}
#pagina-interna .galeria img {
object-fit: cover;
object-position: center;
width: 95%;
max-height: 180px;
border: none;
}
#blog .post .pic {
object-fit: cover;
object-position: bottom;
width: 95%;
max-height: 160px;
border: none;
} .curriculo h2 {
font-size: 18px;
}
#sidebar h3 {
color: #333;
font-weight: 700;
font-size: 28px;
}
.categories ul li {
border-bottom: 1px solid #ececec;
list-style: none;
padding: 10px 0;
margin-left: -40px;
}
.categories ul li:last-child {
border-bottom: 0px solid #ececec;
}
.categories ul li a {
font-size: 16px;
color: #6a6a6a;
transition: 0.2s all;
}
.categories ul li a:hover {
background: none;
margin-left: 10px;
color: #252a7b;
opacity: 1;
font-weight: bold;
}
.categories ul li.active a {
color: #252a7b;
} #about {
background: #fff;
padding: 120px 0;
}
#about .about-container .background {
min-height: 300px;
margin-bottom: 10px;
}
#about .about-container .content {
background: #fff;
}
#about .about-container .title {
color: #333;
font-weight: 700;
font-size: 32px;
}
@media (max-width: 768px) {
#about .about-container .title {
padding-top: 15px;
}
}
#about .about-container p {
line-height: 26px;
}
#about .about-container p:last-child {
margin-bottom: 0;
}
#about .about-container .icon-box {
background: #fff;
background-size: cover;
padding: 0 0 30px 0;
}
#about .about-container .icon-box .icon {
float: left;
background: #fff;
width: 64px;
height: 64px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
border-radius: 50%;
border: 2px solid #252a7b;
}
#about .about-container .icon-box .icon i {
color: #252a7b;
font-size: 24px;
}
#about .about-container .icon-box .title {
margin-left: 80px;
font-weight: 500;
margin-bottom: 5px;
font-size: 18px;
text-transform: uppercase;
}
#about .about-container .icon-box .title a {
color: #111;
}
#about .about-container .icon-box .description {
margin-left: 80px;
line-height: 24px;
font-size: 14px;
} #facts {
background: #f7f7f7;
padding: 80px 0 60px 0;
}
#facts .counters span {
font-size: 48px;
display: block;
color: #252a7b;
}
#facts .counters p {
padding: 0;
margin: 0 0 20px 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
} .documentos .doc {
padding: 30px 0;
}
.documentos h4 {
font-weight: 700;
font-size: 18px;
margin-bottom: 15px;
text-transform: uppercase;
}
.documentos p {
font-size: 14px;
line-height: 24px;
} #services {
background: #fff;
background-size: cover;
padding: 80px 0 60px 0;
}
#services .box {
padding: 50px 20px;
margin-bottom: 50px;
text-align: center;
border: 1px solid #e6e6e6;
height: 200px;
position: relative;
background: #fafafa;
}
#services .icon {
position: absolute;
top: -36px;
left: calc(50% - 36px);
transition: 0.2s;
border-radius: 50%;
border: 6px solid #fff;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
width: 72px;
height: 72px;
background: #252a7b;
}
#services .icon a {
display: inline-block;
}
#services .icon i {
color: #fff;
font-size: 24px;
}
#services .box:hover .icon {
background: #fff;
border: 2px solid #252a7b;
}
#services .box:hover .icon i {
color: #252a7b;
}
#services .box:hover .icon a {
color: #252a7b;
}
#services .title {
font-weight: 700;
font-size: 18px;
margin-bottom: 15px;
text-transform: uppercase;
}
#services .title a {
color: #111;
}
#services .description {
font-size: 14px;
line-height: 24px;
} #call-to-action {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
url(//guardamirimitarare.com.br/wp-content/themes/iegmi2020/assets/img/call-to-action-bg.jpg) fixed center center;
background-size: cover;
padding: 80px 0;
}
#call-to-action .cta-title {
color: #fff;
font-size: 28px;
font-weight: 700;
}
#call-to-action .cta-text {
color: #fff;
}
@media (min-width: 769px) {
#call-to-action .cta-btn-container {
display: flex;
align-items: center;
justify-content: flex-end;
}
}
#call-to-action .cta-btn {
font-family: "Poppins", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 30px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
border: 2px solid #fff;
color: #fff;
}
#call-to-action .cta-btn:hover {
background: #252a7b;
border: 2px solid #252a7b;
} #testimonials {
padding: 60px 0;
box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#testimonials .section-header {
margin-bottom: 40px;
}
#testimonials .testimonial-item .testimonial-img {
width: 120px;
border-radius: 50%;
border: 4px solid #fff;
float: left;
}
#testimonials .testimonial-item h3 {
font-size: 20px;
font-weight: bold;
margin: 10px 0 5px 0;
color: #111;
margin-left: 140px;
}
#testimonials .testimonial-item h4 {
font-size: 14px;
color: #999;
margin: 0 0 15px 0;
margin-left: 140px;
}
#testimonials .testimonial-item p {
font-style: italic;
margin: 0 0 15px 140px;
}
#testimonials .owl-nav,
#testimonials .owl-dots {
margin-top: 5px;
text-align: center;
}
#testimonials .owl-dot {
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #ddd;
}
#testimonials .owl-dot.active {
background-color: #007bff;
} #blog {
background: #fff;
}
#blog .post {
text-align: center;
margin-bottom: 20px;
}
#blog .post .pic {
margin-bottom: 15px;
overflow: hidden;
height: auto;
}
#blog .post .pic img {
max-width: 100%;
}
#blog .post h4 {
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
text-transform: uppercase;
}
#blog .post span {
font-style: italic;
display: block;
font-size: 13px;
} #team {
background: #fff;
padding: 80px 0 60px 0;
}
#team .member {
text-align: justify;
margin-bottom: 20px;
}
#team .member .pic {
margin-bottom: 15px;
overflow: hidden;
height: auto;
}
#team .member .pic img {
max-width: 100%;
}
#team .member h4 {
font-weight: 700;
margin-bottom: 2px;
font-size: 18px;
}
#team .member span {
font-style: italic;
display: block;
font-size: 13px;
}
#team .member .social {
margin-top: 15px;
}
#team .member .social a {
color: #b3b3b3;
}
#team .member .social a:hover {
color: #252a7b;
}
#team .member .social i {
font-size: 18px;
margin: 0 2px;
} #contact {
background: #f7f7f7;
}
#contact .info {
color: #333333;
}
#contact .info i {
font-size: 32px;
color: #252a7b;
float: left;
}
#contact .info p {
padding: 0 0 10px 50px;
margin-bottom: 20px;
line-height: 22px;
font-size: 14px;
}
#contact .info .email p {
padding-top: 5px;
}
#contact .social-links {
padding-bottom: 20px;
}
#contact .social-links a {
font-size: 18px;
display: inline-block;
background: #333;
color: #fff;
line-height: 1;
padding: 8px 0;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#contact .social-links a:hover {
background: #252a7b;
color: #fff;
}
#contact .form input,
#contact .form textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
}
#contact input[type="submit"] {
background: #252a7b;
border: 0;
padding: 10px 24px;
color: #fff;
transition: 0.4s;
}
#contact input[type="submit"]:hover {
background: #05152c;
} #footer {
background: #000;
padding: 0 0 30px 0;
color: #eee;
font-size: 14px;
}
#footer .footer-top {
background: #111;
padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
font-size: 34px;
margin: 0 0 20px 0;
padding: 2px 0 2px 10px;
line-height: 1;
font-family: "Montserrat", sans-serif;
font-weight: 700;
letter-spacing: 3px;
border-left: 4px solid #252a7b;
}
#footer .footer-top .footer-info p {
font-size: 14px;
line-height: 24px;
margin-bottom: 0;
font-family: "Montserrat", sans-serif;
color: #eee;
}
#footer .footer-top .social-links a {
font-size: 18px;
display: inline-block;
background: #333;
color: #eee;
line-height: 1;
padding: 8px 0;
margin-right: 4px;
border-radius: 50%;
text-align: center;
width: 36px;
height: 36px;
transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
background: #252a7b;
color: #fff;
}
#footer .footer-top h4 {
font-size: 14px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
position: relative;
padding-bottom: 12px;
}
#footer .footer-top h4::before,
#footer .footer-top h4::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 2px;
}
#footer .footer-top h4::before {
right: 0;
background: #555;
}
#footer .footer-top h4::after {
background: #252a7b;
width: 60px;
}
#footer .footer-top .footer-links {
margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer .footer-top .footer-links ul i {
padding-right: 8px;
color: #ddd;
}
#footer .footer-top .footer-links ul li {
border-bottom: 1px solid #333;
padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
padding-top: 0;
}
#footer .footer-top .footer-links ul a {
color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
color: #252a7b;
}
#footer .footer-top .footer-contact {
margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
line-height: 26px;
}
#footer .footer-top .footer-newsletter {
margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
border: 0;
padding: 6px 8px;
width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
background: #252a7b;
border: 0;
width: 35%;
padding: 6px 0;
text-align: center;
color: #fff;
transition: 0.3s;
cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
background: #13a456;
}
#footer .copyright {
text-align: center;
padding-top: 30px;
}
#footer .credits {
text-align: center;
font-size: 13px;
color: #ddd;
}
.entry-content > *:not(.alignwide):not(.alignfull) {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
.wp-block-image.alignfull {
display: block;
text-align: center;
}
.wp-block-image.alignwide {
max-width: 75%;
margin-left: auto;
margin-right: auto;
}
.has-principal-background-color {
background-color: #1779ba;
}
.has-principal-color {
color: #1779ba;
}
.has-secundaria-background-color {
background-color: #767676;
}
.has-secundaria-background-color {
color: #767676;
}
.wp-block {
max-width: 1200px;
}
.wp-block[data-align="wide"] {
max-width: 1360px;
}
.wp-block[data-align="full"] {
max-width: none;
}:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--sep:20px;--bottom:var(--sep);--s:60px;--h:calc(var(--s)/2);--ch:142;--cs:70%;--cl:49%;--bw:1;--text:hsl(0deg 0% clamp(0%,var(--bw)*1000%,100%)/clamp(70%,var(--bw)*1000%,100%));--hover:hsl(var(--ch) var(--cs) calc(var(--cl) + 20%));--color:hsl(var(--ch) var(--cs) var(--cl));display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);width:var(--s);background:#25d366 var(--joinchat-ico) 50%/60% no-repeat;color:inherit;border-radius:50%;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background-color:#128c7e}.joinchat__button:active{background-color:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat__button__ico{position:absolute;inset:0;display:flex;border-radius:50%;overflow:hidden;color:var(--text)!important}.joinchat__button__ico svg{width:var(--ico-size,100%);height:var(--ico-size,100%);margin:calc((100% - var(--ico-size, 1))/2)}.joinchat__button:has(.joinchat__button__ico){background:var(--color);box-shadow:1px 6px 24px 0 hsl(var(--ch) var(--cs) calc(var(--cl) - 10%)/24%)}.joinchat__button:has(.joinchat__button__ico):active,.joinchat__button:has(.joinchat__button__ico):hover{background:var(--hover)}.joinchat__button__image{position:absolute;inset:1px;border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img,.joinchat__button__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--img .joinchat__button__image{opacity:1;animation:none}.joinchat__tooltip{position:absolute;top:calc(var(--h) - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;z-index:2;bottom:calc(var(--s) + 24px);right:8px;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--h) - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:8px;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--h) - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--sep:6px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover~.joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}