*{margin:0;padding:0;box-sizing:border-box}html{font-size:62.5%}body{font-family:"Montserrat",sans-serif;font-weight:400;font-size:1.6rem;-webkit-font-smoothing:antialiased;min-height:100vh;color:#292929}@media (max-width:575px){body{font-size:1.6rem}}a{text-decoration:none}main{display:flex;flex-direction:column;min-height:100vh}main>div:first-child{position:relative;z-index:1;flex:1}.page-padding{padding:15rem 0 6rem 0}@media (max-width:991px){.page-padding{padding:6rem 0 6rem 0}}.title{font-weight:900;font-size:3.2rem;display:inline-block;position:relative;text-transform:uppercase;padding-bottom:.8rem;color:#0b1172}@media (max-width:767px){.title{font-size:2.8rem}}.title::after{content:"";position:absolute;width:15rem;max-width:80%;background-color:#0b1172;height:.5rem;left:0;bottom:0}.title--upper{padding-top:.8rem}.title--upper::after{bottom:unset;top:0}.title--white{color:#fff}.title--white::after{background-color:#fff}@keyframes scaleUpScaleDown{0%{transform:translateZ(-1px) scale(1)}80%{transform:translateZ(-1px) scale(1.4);opacity:.4}100%{transform:translateZ(-1px) scale(1.5);opacity:0}}.font-bold{font-weight:700}.ml-auto{margin-left:auto}.text-uppercase{text-transform:uppercase}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:1.2rem;font-size:1.8rem;font-weight:700;text-transform:uppercase;padding:1rem 2rem;line-height:1;border-radius:0;text-transform:uppercase;transition:all 0.2s;transform-style:preserve-3d}.btn::before{content:"";position:absolute;background-color:inherit;border-radius:inherit;width:100%;height:100%;transform:scaleX(.9) scaleY(.9);visibility:visible;opacity:1;transform:translateZ(-1px)}.btn:hover{transform:scale(1.05)}.btn:hover::before{animation-name:buttonAnimation;animation-duration:0.4s;animation-timing-function:ease-in-out}@keyframes buttonAnimation{0%{transform:scaleX(.9) scaleY(.9) translateZ(-1px);visibility:hidden;opacity:0}50%{transform:scaleX(1.1) scaleY(1.2) translateZ(-1px);visibility:visible;opacity:1}100%{transform:scaleX(1.2) scaleY(1.4) translateZ(-1px);visibility:hidden;opacity:0}}.btn i{font-size:2.4rem}.btn--rounded{border-radius:9999px}.btn--white{color:#fff}.btn--white:hover{color:#fff}.btn--bg-white{background-color:#fff}.btn--bg-white:hover{background-color:#d9d9d9}.btn--bg-blue{background-color:#0c18d6}.btn--bg-blue:hover{background-color:#0b15be}.btn--bg-dark-blue{background-color:#0b1172}.btn--bg-dark-blue:hover{background-color:#090e5b}.btn--bg-gray{background-color:#eee}.btn--bg-gray:hover{background-color:#c8c8c8}.btn--bg-light-blue{background-color:#73cbf3}.btn--bg-light-blue:hover{background-color:#2db1ed}.btn--bg-green-whatsapp{background-color:#29a71a;font-weight:600}.btn--bg-green-whatsapp i{font-size:2.8rem}.btn--bg-green-whatsapp:hover{background-color:#249117}.btn--bg-green-whatsapp--2{background-color:#01c573}.btn--bg-green-whatsapp--2:hover{background-color:#01ac64}.icon{width:2.4rem;height:2.4rem;font-size:1.2rem;border:2px solid #fff;border-radius:4px;flex:0 0 auto;display:flex;align-items:center;justify-content:center}.social{display:flex;align-items:center;gap:1.2rem}.social__item{color:#fff}.form-group{margin-bottom:1.6rem}.form-group label{font-weight:700;position:absolute;left:-9999px}.form-group input:not([type=file],[type=checkbox],[type=submit]),.form-group textarea{padding:.4rem 1.2rem;width:100%;border:1px solid #b8b8b8;color:#292929}.form-group input:not([type=file],[type=checkbox],[type=submit])::placeholder,.form-group textarea::placeholder{color:rgb(86 86 86 / .56);font-weight:400}.form-group input:not([type=file],[type=checkbox],[type=submit]):focus,.form-group textarea:focus{outline:0;border:1px solid #f1c410}.form-group--consent{display:flex;gap:1.2rem;align-items:center;justify-content:center}.form-group--consent input{width:auto}.form-group--consent label{position:relative;left:0;color:#787878;font-weight:400}.form-submit{position:relative;text-align:center}.form-submit .btn{min-width:12rem;text-transform:unset}.form-submit .wpcf7-spinner{position:absolute;top:50%;left:50%;margin:0;transform:translate(-50%,-50%)}.fixed-whatsapp{width:5rem;height:5rem;border-radius:50%;position:fixed;bottom:2rem;right:2rem;background-color:#25d366;display:flex;display:flex;align-items:center;justify-content:center;z-index:999;transform-style:preserve-3d;transition:all 0.2s}.fixed-whatsapp i{font-size:2.8rem;color:#fff}.fixed-whatsapp::after{content:"";position:absolute;width:4.2rem;height:4.2rem;border-radius:50%;background-color:#128c7e;z-index:-999;animation:scaleUpScaleDown 2s ease-in infinite both;transform:translateZ(-1px);filter:blur(1px)}.fixed-whatsapp:hover{transform:scale(1.2)}.services-item{display:flex;flex-direction:column;align-items:center;transition:0.2s ease-in}.services-item__thumb{width:100%;position:relative;aspect-ratio:1/1}.services-item__thumb img{width:100%;height:100%;object-fit:cover}.services-item__text{font-size:1.6rem;background-color:#fff;color:#0b1172;text-align:center;display:flex;flex-direction:column;align-items:center;padding:2rem 1.6rem;flex:1;justify-content:space-around}.services-item__text h3{color:#0b1172;font-weight:700;font-size:2rem;margin-bottom:2rem}.services-item__text p{line-height:1.2}.services-item__cta{border:none;background-color:#0c18d6;color:#fff;font-size:2rem;font-weight:700;text-align:center;width:100%;padding:.8rem 2rem;text-transform:uppercase;transition:all 0.2s ease-in}.services-item__cta:hover{background-color:#0913a6}.services-item:hover{transform:translateY(-4px);box-shadow:0 2px 5px rgb(0 0 0 / .15)}.faq-item{border:1px solid #fff;padding:2rem;height:max-content;color:#fff}.faq-item:not(:last-child){margin-bottom:2rem}.faq-item__question{width:100%;display:flex;justify-content:space-between;align-items:center;font-weight:700;cursor:pointer}.faq-item__question button{background-color:#fff0;border:none;font-size:2rem}.faq-item__question button i{transition:all 0.2s ease-in;transform:rotate(45deg);color:#fff}.faq-item__question button.collapsed i{transform:rotate(0deg)}.faq-item__answer p:first-child{margin-top:2rem}.blog-item{display:flex;align-items:center;gap:2.4rem}@media (max-width:767px){.blog-item{flex-direction:column-reverse;gap:1.2rem}}.blog-item__content{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:1.2rem;color:#6d757f;font-size:1.4rem;padding:1.6rem 0}.blog-item__content .blog-item__title{color:#0b1172;font-weight:700}.blog-item__content .blog-item__date{display:flex;align-items:center;gap:.8rem;text-transform:uppercase}.blog-item__content .blog-item__cta{border:1px solid #cfcfcf;font-size:1.4rem;font-weight:600;color:#000;padding:.8rem 1.2rem;border-radius:.4rem;gap:.8rem}.blog-item__content .blog-item__cta i{font-size:1.4rem;transform:rotate(-45deg);color:#0b1172}.blog-item__thumb{width:45%;align-self:stretch;border-radius:.6rem;overflow:hidden}@media (max-width:767px){.blog-item__thumb{width:100%;aspect-ratio:16/9}}.blog-item__thumb img{width:100%;height:100%;object-fit:cover}.footer{background:linear-gradient(to top,#131724,rgb(0 31 133 / .89));padding-top:4rem;color:#fff}.footer-infos{display:flex;flex-direction:column;align-items:center;gap:2rem;width:12rem;max-width:100%}@media (max-width:767px){.footer-infos{align-items:center;text-align:center}}@media (max-width:575px){.footer-infos{width:100%}}.footer-logo img{width:20rem;max-width:100%}.footer-title{display:block;color:#fff;font-weight:600;margin-bottom:.4rem}.footer-address address{color:#000;text-transform:uppercase}.footer-address address:hover{text-decoration:underline}.footer-social{align-items:center}.footer-social__items{display:flex;align-items:center;justify-content:center;gap:2.4rem}.footer-social__items .social-item{font-size:2.4rem;color:#fff;transition:all 0.2s ease-in}.footer-social__items .social-item:hover{transform:scale(1.1)}.footer-right-box{padding-left:2rem;display:flex;justify-content:space-around;gap:4rem}@media (max-width:767px){.footer-right-box{padding-left:0;margin-top:2rem;flex-wrap:wrap}}.footer-links ul{list-style:none;padding:0;margin-bottom:0}@media (max-width:575px){.footer-links ul{text-align:center}}.footer-links ul li a{display:inline-block;padding:.8rem 0;color:#fff;font-weight:400}.footer-links ul li a:hover{text-decoration:underline}.footer-contact{display:flex;flex-direction:column;gap:2rem;width:40rem;max-width:100%}.footer-contact__item{display:flex;gap:1.2rem;align-items:center}.footer-contact__item-icon{width:6rem;height:6rem;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background-color:#232d69}.footer-contact__item-text{display:flex;flex-direction:column;max-width:calc(100% - 6.5rem);flex:1}.footer-contact__item-text span{font-weight:600}.footer-contact__item-text a{color:#fff;display:block;overflow:hidden;text-overflow:ellipsis}.footer-contact__item-text a:hover{text-decoration:underline}.footer-copyright{padding:1.6rem 0}.footer-copyright__content{display:flex;align-items:center;justify-content:flex-start;font-size:1.2rem;gap:2rem}.footer-copyright__content span{color:#fff}.footer-copyright__content a{color:#fff}.footer-copyright__content a:hover{text-decoration:underline}.header{box-shadow:0 2px 5px rgb(0 0 0 / .05);position:relative;z-index:2}@media (max-width:991px){.header{position:relative;z-index:2}}.header-contact{background-color:#0b1172;color:#fff;overflow:hidden;opacity:1;visibility:visible;transition:all 0.2s;font-size:1.2rem}@media (max-width:991px){.header-contact{height:auto}}.header-contact__content{display:flex;align-items:center;justify-content:space-between;gap:4rem;padding:.8rem 0;flex-wrap:wrap}@media (max-width:991px){.header-contact__content{gap:2rem;justify-content:center}}@media (max-width:575px){.header-contact__content{justify-content:center}}.header-contact__item{display:flex;align-items:center;gap:.8rem;color:#fff;font-size:1.4rem}.header-contact__item span,.header-contact__item address{margin-bottom:0}@media (max-width:575px){.header-contact__item span,.header-contact__item address{display:none}}.header-contact__item span:hover,.header-contact__item address:hover{text-decoration:underline}.header-contact__item i{font-size:1.6rem}@media (max-width:575px){.header-contact__item i{font-size:2.4rem}}.header-contact__address{text-transform:uppercase;width:30rem;font-size:1.2rem;margin-right:auto;line-height:1.2}@media (max-width:991px){.header-contact__address{width:auto}}@media (max-width:575px){.header-contact__address{margin-right:unset}}.header-contact__phones{display:flex;align-items:center;gap:4rem}@media (max-width:575px){.header-contact__phones{gap:2rem}}.header-contact__social{display:flex;align-items:center;gap:2rem}.header-contact__social .social-item{font-size:2.4rem;color:#fff;transition:all 0.2s ease-in}.header-contact__social .social-item--circle{width:2.4rem;height:2.4rem;font-size:1.6rem;display:flex;align-items:center;justify-content:center;border:1px solid #fff;background-color:#fff;border-radius:50%;color:#000}.header-contact__social .social-item:hover{transform:scale(1.1)}.header-main{position:relative;display:flex;justify-content:space-between;align-items:center;gap:4rem;padding:0 8rem}@media (max-width:1399px){.header-main{padding:0 .75rem}}@media (max-width:991px){.header-main{padding:0 .75rem}}@media (max-width:575px){.header-main{gap:2rem}}.header-main__content{display:flex;align-items:center}@media (max-width:991px){.header-main__content{justify-content:space-between}}.header-logo img{margin:auto;display:block;padding:2rem 0;width:9rem;transition:all 0.2s}@media (max-width:575px){.header-logo img{max-width:100%;width:12rem}}.header-nav{z-index:1;flex:1;position:relative}@media (max-width:991px){.header-nav{position:absolute;top:100%;left:0;width:100%;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s}}.header-nav:hover{z-index:3}@media (max-width:991px){.header-nav.opened{opacity:1;visibility:visible;transform:translateY(0)}}.header-nav__wrapper{display:flex;position:relative}@media (max-width:991px){.header-nav__wrapper{position:unset}}.header-nav__list{list-style:none;margin:0;width:100%;display:flex;justify-content:center;align-items:center;gap:0;padding-left:0}@media (max-width:991px){.header-nav__list{flex-direction:column;align-items:center;gap:0}}.header-nav__list>li{text-align:center;font-size:1.4rem;position:relative}@media (max-width:1199px){.header-nav__list>li{font-size:1.2rem}}@media (max-width:991px){.header-nav__list>li{font-size:1.4rem}}.header-nav__list>li.active>a,.header-nav__list>li.active>span a{font-weight:800}.header-nav__list>li>span{position:relative;display:block}.header-nav__list>li>span>a{color:#0b1172;display:flex;align-items:center;gap:.8rem;font-weight:500;font-size:1.8rem;transition:all 0.2s ease-in;padding:.8rem 1.6rem;position:relative;z-index:1;transition:all 0.2s ease-in}.header-nav__list>li>span>a:hover{transform:scale(1.1)}.header-nav__list>li.active>a::after{width:100%}.header-nav__list>li:hover .header-nav__submenu{opacity:1;visibility:visible}.header-nav__submenu{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#fff;width:max-content;box-shadow:0 2px 5px rgb(0 0 0 / .1);opacity:0;visibility:hidden;transition:all 0.2s ease-in}.header-nav__submenu ul{list-style:none;padding:0}.header-nav__submenu ul>li a{display:block;font-size:1.6rem;color:#0b1172;padding:.2rem 1.6rem;transition:all 0.2s}.header-nav__submenu ul>li a:hover{background-color:#0b1172;color:#fff}.header-nav__submenu ul>li.active a{font-weight:800}.header-nav__btn{height:6.7rem;position:relative;left:0;color:#000;cursor:pointer;width:max-content;display:none;gap:.2rem;align-items:center}@media (max-width:991px){.header-nav__btn{display:flex;height:100%}}.header-nav__btn>span{text-transform:uppercase;transition:all 0.2s}.header-nav__icon{position:relative;width:4rem;height:4rem;border-radius:50%}.header-nav__icon-bar{position:absolute;width:80%;height:.4rem;left:50%;transform:translate(-50%,0);background-color:#000;border-radius:5px;transition:all 0.1s}.header-nav__icon-bar--1{top:8px}.header-nav__icon-bar--2{top:50%;transform:translate(-50%,-50%)}.header-nav__icon-bar--3{bottom:8px}.header-nav__icon.opened+span{font-size:1.6rem}.header-nav__icon.opened .header-nav__icon-bar{height:.2rem}.header-nav__icon.opened .header-nav__icon-bar--1{top:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:#000}.header-nav__icon.opened .header-nav__icon-bar--2{opacity:0;visibility:hidden}.header-nav__icon.opened .header-nav__icon-bar--3{top:50%;transform:translate(-50%,-50%) rotate(-45deg);background-color:#000}.header-nav__mobile{position:fixed;top:0;right:0;bottom:0;width:30rem;max-width:90%;background-color:#fff;opacity:0;visibility:hidden;transform:translate(100%);transition:all 0.2s ease-in;z-index:99999;overflow:auto}.header-nav__mobile.opened{opacity:1;visibility:visible;transform:translate(0)}.header-nav__mobile .close-btn{border:none;background-color:#fff0;padding:2rem}.header-nav__mobile ul{list-style:none;padding-left:.8rem}.header-nav__mobile ul>li>span{width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.header-nav__mobile ul>li>span>a{flex:1;color:#000;padding:.8rem}.header-nav__mobile ul>li>span>button{background-color:#fff0;border:none;padding:.8rem 2rem}.header-nav__mobile ul>li>span>button i{color:#000;transform:rotate(90deg);transition:all 0.2s ease-in}.header-nav__mobile ul>li>span>button.collapsed i{transform:rotate(0deg)}.header-megamenu{position:absolute;top:100%;background-color:#fff;opacity:0;visibility:hidden;transform:translateY(-30px);transition:all 0.2s ease-in-out}.header-megamenu__parent,.header-megamenu__children{background-color:#fff;transition:all 0.2s ease-in-out}.header-megamenu__parent>ul,.header-megamenu__children>ul{list-style:none;padding:0;margin-bottom:0}.header-megamenu__parent>ul>li,.header-megamenu__children>ul>li{margin:0 .4rem}.header-megamenu__parent>ul>li>a,.header-megamenu__children>ul>li>a{margin:.4rem 0;display:block;width:100%;font-size:1.4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.8rem 1.6rem;white-space:nowrap;color:#000;text-transform:uppercase;font-weight:500;transition:all 0.2s ease-in-out}.header-megamenu__parent>ul>li:hover>a,.header-megamenu__children>ul>li:hover>a{color:#fff;border-radius:1rem;background-color:#000}.header-megamenu__parent>ul>li:hover>.header-megamenu__children{opacity:1;visibility:visible;transform:translateY(0)}.header-megamenu__children{position:absolute;top:0;left:100%;opacity:0;visibility:hidden;transform:translate(-10px);height:100%}.header-megamenu__children>ul>li:hover>.header-megamenu__children{opacity:1;visibility:visible;transform:translateY(0)}.header-submenu{list-style:none;padding:0;margin-bottom:0;position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#fff;opacity:0;visibility:hidden;transition:all 0.2s ease-in}.header-submenu>li{padding:.4rem .4rem}.header-submenu>li>a{display:block;width:100%;font-size:1.4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.8rem 1.6rem;white-space:nowrap;color:#000;text-transform:uppercase;font-weight:500;transition:all 0.2s ease-in-out}.header-submenu>li:hover>a{color:#fff;border-radius:1rem;background-color:#000}.header .overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / .5);z-index:2;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.2s ease-in}.header .overlay.show{opacity:1;visibility:visible;transform:translateY(0);z-index:9999}.banner{width:100%;position:relative;z-index:0;aspect-ratio:19/4}@media (max-width:991px){.banner{margin-top:0}}.banner-item{position:relative;aspect-ratio:19/4;display:flex;align-items:center;justify-content:flex-start}.banner-item::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,rgb(11 17 114 / .81),transparent);z-index:1}.banner-item__bg{width:100%;height:100%;object-fit:cover;position:absolute}.banner-item__content{position:relative;z-index:1;padding:4rem 0}@media (max-width:767px){.banner-item__content{text-align:center}}.banner-item__text{color:#fff}.banner-item__title{font-size:4rem;font-weight:900;text-transform:uppercase}@media (max-width:767px){.banner-item__title{font-size:2.8rem}}.banner-item p{font-size:1.8rem;text-transform:uppercase;font-weight:300}.banner-item__cta{margin-top:4rem}.banner-item__cta .btn{font-size:2rem;padding:1.2rem 2.5rem;border-radius:4rem}.banner .owl-carousel{height:100%}.banner .owl-carousel .owl-stage-outer{height:100%}.banner .owl-carousel .owl-stage-outer .owl-stage{height:100%}.banner .owl-carousel .owl-stage-outer .owl-stage .owl-item{height:100%}.banner .owl-dots{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%)}@media (max-width:767px){.banner .owl-dots{bottom:0}}.banner .owl-dots .owl-dot span{background-color:#fff0;border:2px solid #fff}.banner .owl-dots .owl-dot:hover span{background-color:#fff}.banner .owl-dots .owl-dot.active span{background-color:#fff}.banner .owl-prev,.banner .owl-next{position:absolute;top:50%;transform:translateY(-50%)}.banner .owl-prev{left:2%}.banner .owl-next{right:2%}.banner .owl-nav{height:0!important;margin:0!important}.banner .owl-nav [class*=owl-]{width:3.2rem;height:3.2rem;background-color:#f1c410!important;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:1.4rem!important;opacity:.5;transition:all 0.2s}.banner .owl-nav [class*=owl-]:hover{background-color:#dbb20d!important;opacity:1;color:#000;text-decoration:none}.breadcrumb{margin:4rem 0 6rem;color:#000;font-size:1.4rem}.breadcrumb-item a{color:#000}.breadcrumb-item a:hover{color:#616161}.breadcrumb-item.active{font-weight:500;color:#000}.products-section__header{position:relative;margin-bottom:3.2rem}.products-section__header::after{content:"";position:absolute;width:100%;height:2px;background-color:#d9d9d9;top:50%;transform:translateY(-50%)}.products-section__title{display:block;width:52rem;max-width:100%;text-align:center;text-transform:uppercase;font-weight:700;font-size:3.2rem;color:#0c18d6;background-color:#fff;padding:0 2rem;position:relative;z-index:1;left:50%;transform:translate(-50%)}@media (max-width:767px){.products-section__title{font-size:2.4rem}}.products-section__items{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));gap:2.8rem}@media (max-width:575px){.products-section__items{grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}}@media (max-width:370px){.products-section__items{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr))}}.contact-section{background:rgb(11 17 114 / .68) url(https://saomiguelmudancas.com.br/wp-content/themes/saomiguel/assets/css/../images/contact-section-bg.jpg);background-blend-mode:multiply;background-repeat:no-repeat;background-size:cover;color:#fff;padding:4rem 0}.contact-section__header{position:relative;margin-bottom:4rem}.contact-section__header h2{font-weight:300;font-size:2.8rem;margin-bottom:2rem}.contact-section__header p{font-weight:700}.contact-section__title{display:block;max-width:100%;text-align:center;font-weight:700;font-size:3.6rem;color:#fff;position:relative;padding-bottom:.4rem}@media (max-width:991px){.contact-section__title{font-size:2.8rem}}@media (max-width:575px){.contact-section__title{font-size:2.4rem}}.contact-section__title::after{content:"";position:absolute;width:40rem;max-width:90%;height:2px;background-color:#fff;left:50%;bottom:-2px;transform:translate(-50%)}.contact-section__subtitle{text-transform:uppercase;font-weight:300;margin-top:1.2rem;font-size:2.4rem}@media (max-width:991px){.contact-section__subtitle{font-size:1.8rem}}@media (max-width:575px){.contact-section__subtitle{font-size:1.6rem}}@media (max-width:767px){.contact-section__form{margin-bottom:4rem}}.contact-section__form label{position:absolute;left:-9999px}.contact-section__form input,.contact-section__form textarea{background:rgb(255 255 255 / .28);box-shadow:0 4px 30px rgb(0 0 0 / .1);backdrop-filter:blur(6.5px);-webkit-backdrop-filter:blur(6.5px);border:none!important;color:#fff!important;transition:all 0.2s ease-in}.contact-section__form input::placeholder,.contact-section__form textarea::placeholder{font-weight:300;color:#fff!important;opacity:.6}.contact-section__form input:focus,.contact-section__form textarea:focus{backdrop-filter:blur(1.2rem)}.contact-section__form textarea{min-height:10rem}.contact-section__form .form-check{padding:0;margin-bottom:1.5rem}.contact-section__form .wpcf7-acceptance label{position:relative;left:0;font-size:1.4rem;display:flex;align-items:center;gap:.8rem}.contact-section__form .wpcf7-acceptance .wpcf7-list-item{margin-left:.75rem}.contact-section__form .form-submit{text-align:left}@media (max-width:767px){.contact-section__form .form-submit{text-align:center}}.contact-section__form .form-submit .btn{color:#0c18d6!important;background-color:#fff;text-transform:uppercase;font-weight:800;width:100%;padding:1.6rem 2rem}.contact-section__form .form-submit .btn:disabled{background-color:#fff0}.contact-section__infos{margin-left:4rem}@media (max-width:767px){.contact-section__infos{margin-left:0}}.contact-section__infos>*:not(:last-child){margin-bottom:1.6rem}.contact-section__item>a{color:#fff;font-weight:300;font-size:3.2rem;display:flex;gap:.8rem;align-items:baseline}@media (max-width:767px){.contact-section__item>a{justify-content:center;font-size:2.4rem}}.contact-section__item>a>i{font-size:3.2rem}@media (max-width:767px){.contact-section__item>a>i{font-size:2.4rem}}.contact-section__item>a>span{font-size:4.8rem}@media (max-width:767px){.contact-section__item>a>span{font-size:3.6rem}}.contact-section__item>a>address{font-weight:500;font-size:2.4rem;text-transform:uppercase}@media (max-width:767px){.contact-section__item>a>address{font-size:2rem;text-align:center}}.contact-section__item--email>a{font-size:2rem;font-weight:700}.map-iframe{margin-bottom:-.7rem}.map-iframe iframe{width:100%;height:40rem}.google-reviews{margin:6rem 0}.google-reviews__header{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2rem}.google-reviews__header-stars img{display:block;margin:auto;width:20rem}.google-reviews__header-title{text-align:center;font-weight:700;font-size:2.8rem}.faq{background-color:#0b1172;padding:4rem 0}.faq-content h2{text-align:center;font-weight:700;font-size:3.6rem;margin-bottom:2rem;color:#fff;text-transform:uppercase}@media (max-width:767px){.faq-content h2{font-size:2.8rem}}.faq-items{width:90rem;max-width:100%;margin:auto}.faq-items:not(:last-child){margin-bottom:2rem}.newsletter{padding:4rem 0}.newsletter-box{display:flex;align-items:center;gap:1.2rem}@media (max-width:767px){.newsletter-box{margin-bottom:2rem}}.newsletter-box img{width:10rem}.newsletter-text h2{text-transform:uppercase;font-weight:700;font-size:2.4rem}.newsletter-text p{font-size:1.6rem;margin-bottom:0}.newsletter-form form .box{display:flex;align-items:flex-start;position:relative}.newsletter-form form .box .wpcf7-form-control-wrap{flex:1}.newsletter-form form .box input[type=email]{height:5rem;border:2px solid rgb(96 96 96 / .54);border-right:none;padding:0 1.6rem;width:100%}.newsletter-form form .box input[type=submit]{background-color:#f1c410;color:#fff;border:none;padding:1.2rem 2.4rem;text-transform:uppercase;height:5rem;cursor:pointer;transition:all 0.2s}@media (max-width:400px){.newsletter-form form .box input[type=submit]{font-size:1.2rem}}.newsletter-form form .box input[type=submit]:hover{background-color:#dbb20d}.newsletter-form form .box .wpcf7-spinner{position:absolute;top:50%;right:1rem;transform:translate(0,-50%)}.services-section{background-color:#0b1172;color:#fff;padding:4rem 0}.services-section__header{margin-bottom:2.4rem;font-weight:500}.services-section__header .title{margin-bottom:2.4rem}.services-section__list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:767px){.services-section__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:450px){.services-section__list{grid-template-columns:1fr}}.home-why{padding:4rem 0}.home-why__text>*:not(:last-child){margin-bottom:1.6rem}.home-why__item{display:flex;align-items:flex-start;gap:.8rem}.home-why__item-text{color:#0b1172}.home-why__item-text h3{font-weight:700}.home-why__images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:sticky;top:1rem}@media (max-width:767px){.home-why__images{margin-top:2rem}}.home-why__images img{width:100%}.home-about{padding:4rem 0}.home-about__text{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem}@media (max-width:767px){.home-about__image{margin-top:2rem}}.home-about__image img{width:100%}.about{padding-top:4rem}.about-main__text{color:#0b1172}.about-main__text>*:not(:last-child){margin-bottom:1.6rem}.about-main__image{position:sticky;top:1rem}@media (max-width:767px){.about-main__image{margin-top:2rem}}.about-main__image img{width:100%}.about-images{margin-top:4rem}.about-images__items{padding-bottom:6rem;display:flex;flex-wrap:wrap;gap:1.2rem;position:relative;z-index:1;overflow:hidden;transition:all 0.4s ease-in;overflow:hidden}.about-images__items a{height:25rem;flex-grow:1;margin:0;padding:0;border:0;border-radius:4px;overflow:hidden;display:block}.about-images__items a:last-child{flex-grow:10}.about-images__items img{max-height:100%;min-width:100%;object-fit:cover;vertical-align:bottom}@media (max-aspect-ratio:1/1){.about-images__items a{height:30vh}}@media (max-height:480px){.about-images__items a{height:80vh}}@media (max-aspect-ratio:1/1) and (max-width:480px){.about-images__items{flex-direction:row}.about-images__items a{height:auto;width:100%}.about-images__items img{width:100%;max-height:75vh;min-width:0}}.page-404{background-image:url(https://saomiguelmudancas.com.br/wp-content/themes/saomiguel/assets/css/../images/404-bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;padding:6rem 2rem}.page-404 .container{width:80rem}.page-404-main{padding:20rem 0;display:flex;align-items:center;justify-content:center;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:#0b1172;padding:4rem 2rem;border-radius:40px;width:80rem;max-width:100%;margin:auto}.page-404-main *{max-width:100%}.page-404-main h1{text-align:center;font-weight:700;font-size:3.2rem;line-height:1;margin-bottom:2rem;color:#fff}.page-404-main h1 span{font-size:8rem;display:block;color:#fff}.page-404-main h2{font-size:2.4rem;text-align:center;font-weight:700;line-height:1;margin-bottom:2rem;margin-top:3.2rem;color:#fff}.page-404-main p{color:#fff}.page-404-main a{display:block;margin:auto;width:35rem;max-width:100%;text-decoration:underline;margin-bottom:2rem}.contact{padding:4rem 0}.contact-header h1{color:#0b1172;font-weight:800;margin-bottom:3rem}@media (max-width:767px){.contact-form{padding-right:0}}.contact-form .form-group input:not([type=file],[type=checkbox],[type=submit]),.contact-form .form-group textarea,.contact-form .form-group select{padding:.8rem 1.2rem;width:100%;border:1px solid #0b1172;color:#000;border-radius:0;min-height:4rem;font-size:1.6rem}.contact-form .form-group input:not([type=file],[type=checkbox],[type=submit])::placeholder,.contact-form .form-group textarea::placeholder,.contact-form .form-group select::placeholder{color:rgb(86 86 86 / .56);font-weight:400}.contact-form .form-group input:not([type=file],[type=checkbox],[type=submit]):focus,.contact-form .form-group textarea:focus,.contact-form .form-group select:focus{outline:0;border:1px solid #0c18d6;box-shadow:none}.contact-form .form-group textarea{min-height:16rem}.contact-form .form-group--consent p{font-size:1.4rem;color:#a8a8a8;font-weight:300}.contact-form .form-submit{text-align:left}.contact-form .form-submit .btn{text-transform:uppercase}.contact-image{padding:0 2rem}.contact-image img{width:100%}.contact-infos{display:flex;flex-direction:column;gap:2rem;width:40rem;max-width:100%}@media (max-width:767px){.contact-infos{margin-top:3rem;width:100%}}.contact-infos__social{margin-bottom:2.4rem;width:max-content}.contact-infos__social>span{font-weight:800;color:#0b1172;font-size:2rem}.contact-infos__social-items{display:flex;align-items:center;gap:1.2rem;justify-content:center}.contact-infos__social-items a{font-size:3.2rem;transition:all 0.2s ease-in}.contact-infos__social-items a:hover{transform:scale(1.05)}.contact-infos__social-items .instagram{color:#fff0;background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);background:-webkit-radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);background-clip:text;-webkit-background-clip:text}.contact-infos__social-items .facebook{color:#3b5998}.contact-infos__item{display:flex;gap:1.2rem;align-items:center}.contact-infos__item-icon{width:6rem;height:6rem;flex:0 0 auto;display:flex;align-items:center;justify-content:center;background-color:#232d69}.contact-infos__item-text{display:flex;flex-direction:column;max-width:calc(100% - 6.5rem);flex:1}.contact-infos__item-text span{font-weight:600;color:#0b1172}.contact-infos__item-text a{color:#0b1172;display:block;overflow:hidden;text-overflow:ellipsis}.contact-infos__item-text a:hover{text-decoration:underline}.search-page{padding-top:6rem}.search-filter{grid-column:1/2;grid-row:1/3}.search-filter-box{background-color:#f4f4f6;padding:2rem .8rem}.search-filter-box:not(:last-child){margin-bottom:2rem}.search-filter-box>span{display:block;color:#0c18d6;font-weight:700;font-size:2rem;margin-bottom:2rem}.search-checkbox{display:block;position:relative}.search-checkbox:not(:last-child){margin-bottom:2rem}.search-checkbox span{padding-left:3rem;cursor:pointer}.search-checkbox span::before{position:absolute;content:"";left:0;top:50%;transform:translateY(-50%);background-color:#dddddf;width:2.4rem;height:2.4rem;cursor:pointer}.search-checkbox span::after{position:absolute;content:"";left:6px;top:47%;transform:translateY(-50%) rotate(-45deg);background-color:#dddddf;height:.6rem;width:1.2rem;border-bottom:2px solid #9a9a9a;border-left:2px solid #9a9a9a;opacity:0;visibility:hidden;transition:all 0.2s ease-in}.search-checkbox input{position:absolute;left:-99999px}.search-checkbox input:checked~span::after{opacity:1;visibility:visible}.thanks{display:flex;align-items:center;justify-content:center;padding:6rem 0}.thanks .container{width:80rem}.thanks-main{padding:20rem 0;display:flex;align-items:center;justify-content:center;flex-direction:column;align-items:center;justify-content:center;text-align:center;background-color:#0b1172;padding:4rem 2rem;border-radius:40px;width:80rem;max-width:100%;margin:auto}.thanks-main *{max-width:100%}.thanks-main h1{text-align:center;font-weight:700;font-size:3.2rem;line-height:1;margin-bottom:2rem;color:#fff}.thanks-main h1 span{font-size:8rem;display:block;color:#292929}.thanks-main h2{font-size:2.4rem;text-align:center;font-weight:700;line-height:1;margin-bottom:2rem;margin-top:3.2rem;color:#fff}.thanks-main p{color:#fff}.thanks-main a{display:block;margin:auto;width:35rem;max-width:100%;text-decoration:underline}.equips-text{padding-bottom:6rem}.equips-text h1{margin-bottom:3.2rem}.equips-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,0.5fr));gap:2.8rem}@media (max-width:575px){.equips-list{grid-template-columns:repeat(auto-fit,minmax(16rem,0.5fr))}}@media (max-width:370px){.equips-list{grid-template-columns:repeat(auto-fit,minmax(12rem,0.5fr))}}.equips-item{display:flex;flex-direction:column;align-items:center;gap:1.6rem}.equips-item__image{aspect-ratio:1/1;width:100%;box-shadow:0 2px 5px rgb(0 0 0 / .3)}.equips-item__image img{width:100%;height:100%;object-fit:contain}.equips-item__name{font-weight:400;font-size:1.8rem;text-align:center}.equips .products-section{padding-bottom:6rem}.product .breadcrumb{margin-bottom:4rem}.product-gallery{padding-right:6rem}@media (max-width:767px){.product-gallery{padding-right:0;margin-bottom:4rem}}.product-gallery .ms-view{background-color:#fff0}.product-gallery .ms-slide-bgcont img{width:100%!important;height:100%!important;object-fit:contain!important;margin-top:0!important}.product-main h1{font-weight:700}.product-quote{margin:3.2rem 0}.product-quote__item label{display:block}.product-quote__item select,.product-quote__item input{width:100%;border:1px solid #7d7d7d!important;padding:.4rem 2rem!important}.product-infos{margin:4rem 0}.product .products-section{padding-bottom:6rem}main:has(.cart) .banner{flex:0}.cart{flex:1}.cart-list{display:flex;flex-direction:column;gap:2rem;margin-top:4rem;margin-bottom:6rem}.cart-item{display:flex;gap:2rem;align-items:flex-start;border-radius:2.6rem;padding:2rem;box-shadow:0 2px 5px rgb(0 0 0 / .2)}@media (max-width:767px){.cart-item{flex-direction:column;align-items:center;text-align:center;gap:1.2rem}}.cart-item__image{aspect-ratio:1}.cart-item__image img{width:14rem;height:100%;object-fit:contain}.cart-item__infos h2{font-weight:700;font-size:2.4rem}.cart-item__infos ul{list-style:none;padding:0;margin:2rem 0}.cart-item__infos ul li span{font-weight:700}.cart-item__actions{margin-left:auto}@media (max-width:767px){.cart-item__actions{margin-left:unset;display:flex;flex-direction:column-reverse}}.cart-item__options{display:flex;align-items:center;gap:2rem}.cart-item__options button{border:none;background-color:#fff0}.cart-item__quantity{text-align:center;display:inline-block;margin:2rem 0}@media (max-width:767px){.cart-item__quantity{margin-top:0}}.cart-item__quantity>span{display:block;font-weight:700;margin-bottom:.4rem}.cart-item__quantity-main{display:flex;align-items:stretch}@media (max-width:767px){.cart-item__quantity-main{justify-content:center}}.cart-item__quantity-main button{border:1px solid #a8a8a8;background-color:#fff0;height:4rem;width:4rem}.cart-item__quantity-main input{border:1px solid #a8a8a8;border-left:none;border-right:none;width:8rem;text-align:center}.cart-form{background-color:#63c3d1;padding:4rem 0}.cart-form>form{width:90rem;max-width:100%;margin:auto;color:#fff;padding:0 .75rem}.cart-form>form>h2{color:#fff;font-weight:700;font-size:3.2rem;margin-bottom:2rem}.cart-form>form .form-group label{position:absolute;left:-9999px}.cart-form>form .form-group input::placeholder,.cart-form>form .form-group textarea::placeholder{font-weight:300}.cart-form>form .form-group textarea{min-height:10rem}.cart-form>form .form-submit button{background-color:#3b58e8;text-transform:uppercase;border:none}.cart-form>form .form-submit button:hover:not(:disabled){background-color:#1939d7}.cart-form>form .form-submit button:disabled{opacity:.5}.default{padding:6rem 0}.default .title{margin-bottom:2rem}.services{padding:4rem 0}.services-header{margin-bottom:2rem}.services-header .title{margin-bottom:2rem}.services-list{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width:767px){.services-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:450px){.services-list{grid-template-columns:1fr}}.services-text{color:#0b1172;margin-top:4rem}.services-cta{display:flex;flex-direction:column;margin-top:4rem;align-items:center}.services-cta p{text-transform:uppercase;font-weight:700;font-size:2rem;color:#0b1172}.service{padding-top:4rem;color:#0b1172}.service-header{padding-bottom:2rem}.service-header .title{font-size:3.2rem;margin-bottom:2rem}.service-gallery{padding-bottom:4rem;display:flex;flex-wrap:wrap;gap:1.2rem;position:relative;z-index:1;overflow:hidden;transition:all 0.4s ease-in;overflow:hidden}.service-gallery a{height:30rem;flex-grow:1;margin:0;padding:0;border:0;border-radius:4px;overflow:hidden;display:block}.service-gallery a:last-child{flex-grow:10}.service-gallery img{max-height:100%;min-width:100%;object-fit:cover;vertical-align:bottom}@media (max-aspect-ratio:1/1){.service-gallery a{height:30vh}}@media (max-height:480px){.service-gallery a{height:80vh}}@media (max-aspect-ratio:1/1) and (max-width:480px){.service-gallery{flex-direction:row}.service-gallery a{height:auto;width:100%}.service-gallery img{width:100%;max-height:75vh;min-width:0}}.service-cta{display:flex;align-items:center;justify-content:center;gap:3rem;margin:4rem 0}@media (max-width:400px){.service-cta{flex-wrap:wrap;gap:1.2rem}}.service-cta .btn{padding:.8rem 2rem;min-height:4.6rem}@media (max-width:400px){.service-cta .btn{width:100%}}.logistic{padding-top:4rem;color:#0b1172}.logistic-header{padding-bottom:2rem}.logistic-header .title{font-size:3.2rem;margin-bottom:2rem}.logistic-gallery{padding-bottom:4rem;display:flex;flex-wrap:wrap;gap:1.2rem;position:relative;z-index:1;overflow:hidden;transition:all 0.4s ease-in;overflow:hidden}.logistic-gallery a{height:25rem;flex-grow:1;margin:0;padding:0;border:0;border-radius:4px;overflow:hidden;display:block}@media (max-width:767px){.logistic-gallery a{height:20rem}}@media (max-width:575px){.logistic-gallery a{height:15rem}}.logistic-gallery a:last-child{flex-grow:10}.logistic-gallery img{max-height:100%;min-width:100%;object-fit:cover;vertical-align:bottom}@media (max-aspect-ratio:1/1){.logistic-gallery a{height:30vh}}@media (max-height:480px){.logistic-gallery a{height:80vh}}@media (max-aspect-ratio:1/1) and (max-width:480px){.logistic-gallery{flex-direction:row}.logistic-gallery a{height:auto;width:100%}.logistic-gallery img{width:100%;max-height:75vh;min-width:0}}.logistic-description{margin-bottom:4rem}.logistic-description h2::after{width:0}.logistic-cta{display:flex;align-items:center;justify-content:center;gap:3rem;margin:4rem 0}@media (max-width:400px){.logistic-cta{flex-wrap:wrap;gap:1.2rem}}.logistic-cta .btn{padding:.8rem 2rem;min-height:4.6rem}@media (max-width:400px){.logistic-cta .btn{width:100%}}.testimonial{padding-top:4rem;color:#0b1172}.testimonial-header{padding-bottom:2rem}.testimonial-header .title{font-size:3.2rem;margin-bottom:2rem}.testimonial-carousel{width:110rem;max-width:100%;margin:auto;margin-bottom:4rem}.archive-blog.blog{padding:4rem 0 6rem}.archive-blog.blog .blog-header{color:#0b1172;margin-bottom:4rem}.archive-blog.blog .blog-header .title{margin-bottom:2rem}.archive-blog.blog .blog-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width:400px){.archive-blog.blog .blog-list{grid-template-columns:1fr}}.single-blog__content{padding:4rem 0}.single-blog__content>*:not(:last-child){margin-bottom:1rem}.single-blog__content .title{margin-bottom:2rem}.single-blog__content img{max-width:100%}.quote{padding:4rem 0}.quote .contact-form{padding-right:2rem}@media (max-width:767px){.quote .contact-form{padding:0}}.quote .contact-infos{padding-left:2rem}@media (max-width:767px){.quote .contact-infos{padding:0}}.container{max-width:1240px}.container--xl{max-width:1400px}.grecaptcha-badge{opacity:0;visibility:hidden}