@charset 'UTF-8';
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://www.crifer.com.br/wp-content/themes/crifer/dist/css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.crifer.com.br/wp-content/themes/crifer/dist/css/fonts/slick.eot);
src: url(https://www.crifer.com.br/wp-content/themes/crifer/dist/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.crifer.com.br/wp-content/themes/crifer/dist/css/fonts/slick.woff) format('woff'), url(https://www.crifer.com.br/wp-content/themes/crifer/dist/css/fonts/slick.ttf) format('truetype'), url(https://www.crifer.com.br/wp-content/themes/crifer/dist/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}@import url("https://fonts.googleapis.com/css2?family=Raleway&family=Ubuntu:wght@400;500;700&display=swap");
*{padding:0;margin:0;font-family:'Ubuntu',sans-serif;vertical-align:baseline;overflow-wrap:normal}html{scroll-behavior:smooth}:target{scroll-margin-top:120px}body{background-color:#fff;overflow-x:hidden}.container{max-width:1140px !important}.container-fluid{max-width:1920px !important;padding:0}.fixed-top-nav{position:fixed;top:0;right:0;left:0}.text-upper{text-transform:uppercase}main{margin-top:108px}.mt-6{margin-top:6rem}.mt-7{margin-top:7rem}.mt-8{margin-top:8rem}.bg-light-blue{background:#f0f3ff}.title-home{font-weight:bold;font-size:48px;color:#3a4490;text-transform:uppercase;margin:0}.txt-home{font-weight:normal;font-size:16px;line-height:24px;text-align:left;color:#363636}.btn-outline-info.btn-home{width:197px;height:50px;border:2px solid;border-radius:0;border-color:#3a4490;color:#3a4490;font-weight:bold;font-size:19px;padding-top:10px}.btn-outline-info.btn-home:after{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/arrow-blue.png);position:relative;top:2px;margin-left:8px}.btn-outline-info.btn-home:hover{background:#3a4490;color:#fff;border-color:#fff}.btn-outline-info.btn-home:hover:after{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/arrow.png)}.btn-whatsapp{width:216px;height:50px;background:#38d072;box-shadow:-3px 15px 22px rgba(63,190,112,0.53);color:#fff;padding-top:10px;font-weight:bold;font-size:18px;border-radius:0}.btn-whatsapp:before{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/ico-whatsapp.png);position:relative;top:4px;margin-right:8px}.btn-whatsapp:hover{color:#fff;background:#0bc954}.btn-orcamento{width:216px;height:50px;background:#3a4490;box-shadow:-3px 15px 22px rgba(58,68,144,0.43);color:#fff;padding-top:10px;font-weight:bold;font-size:18px;border-radius:0}.btn-orcamento:hover{color:#fff;background:#243197}.btn-orcamento-outline{width:217px;height:50px;color:#3a4490;padding-top:10px;font-weight:bold;font-size:18px;border:1px solid #3a4490;border-radius:0}.btn-orcamento-outline:hover{color:#fff;background:#243197}.slick-dots li button:before{font-weight:400 !important;color:#a2c4d4 !important;opacity:1 !important;font-size:40px !important}.slick-dots li.slick-active button:before{color:#3a4490 !important;font-weight:900 !important;opacity:1 !important;font-size:50px !important}#breadcrumb a{font-weight:normal;font-size:14px;text-align:left;color:#363636;text-decoration:none}#breadcrumb .breadcrumb_last{color:#3a4490;font-weight:bold}.h3{font-weight:bold;font-size:32px;line-height:34px;color:#363636;margin-bottom:20px}.text_pg_model_p,.text_pg_model_p p{font-weight:normal;font-size:16px;line-height:24px;color:#363636}.title-pg-interna{font-weight:bold;font-size:24px;letter-spacing:-.02em;line-height:28px;text-align:left;color:#3a4490;margin-bottom:26px}.text-pg-interna{font-weight:normal;font-size:16px;line-height:28px;text-align:left;color:#515151}.div-index-9{z-index:9}.breadcrumb{margin-top:20px}.lightbox{z-index:9000000 !important}.lightboxOverlay{z-index:999999 !important}header{z-index:999999;box-shadow:0 3px 6px rgba(0,0,0,0.09)}header .navbar-expand-lg .navbar-nav .nav-link{padding:0}header .header-info{width:100%;height:50px;background:#3a4490;color:#fff;font-size:12px;line-height:20px;font-weight:bold}header .header-info a{color:#fff;text-decoration:none}header .header-info .info-address,header .header-info .info-contact,header .header-info .info-phone,header .header-info .info-whatsapp{height:20px;margin-top:15px}header .header-info .info-address img,header .header-info .info-contact img,header .header-info .info-phone img,header .header-info .info-whatsapp img{margin-right:6px}header nav{height:113px;background:#fff}header .menu-item a{display:block;padding:.5rem 0;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;text-transform:uppercase;white-space:nowrap;font-weight:bold;font-size:14px;color:#4d4d4d}header .menu-item a:after{content:'|';padding:0 .6rem;color:#4d4d4d;font-weight:300}header .menu-item:last-child a:after{content:''}header .menu-item .dropdown-menu{padding:20px;border:0;border-top:5px solid #3a4490;left:-50%;box-shadow:0 13px 6px rgba(0,0,0,0.16)}header .menu-item .dropdown-menu .dropdown-item{text-transform:none;font-weight:bold;font-size:14px;color:#363636}header .menu-item .dropdown-menu .dropdown-item:after{content:''}header .menu-item .dropdown-menu .dropdown-item:hover{background:transparent}header .menu-item .dropdown-menu .item-blue{color:#3a4490}header .menu-item .dropdown-menu .item-blue:before{content:'+' !important;margin-right:8px}header .menu-item .dropdown-menu .item-normal{font-weight:normal}header .menu-item .dropdown-menu .item-normal:before{content:'•' !important;margin-right:8px}header .current-menu-item .nav-link{position:relative;color:#3a4490}header .current-menu-item .nav-link:before{content:' ';position:absolute;bottom:-4px;left:calc(50% - 20px);width:13px;height:3px;border-radius:10px;background:#3a4490}@media all and (min-width:992px){.navbar .nav-item .dropdown-menu{display:none}.navbar .nav-item:hover .dropdown-menu{display:block}.navbar .nav-item .dropdown-menu{margin-top:0}}@media all and (max-width:992px){header .header-info{display:none}header nav{height:75px}header nav .navbar-brand{padding:0}header .img-logo-header{width:160px}header .offcanvas-header{padding:1rem 1rem 0 1rem}header .offcanvas-body{padding:0 1rem}header .offcanvas-body .list-group-item{padding:8px 1rem 0 0;font-weight:bold;font-size:16px;line-height:45px;text-transform:uppercase}header .offcanvas-body .list-group-item a{color:#2e3748;text-decoration:none}header .offcanvas-body .accordion-item:first-of-type{border:0}header .offcanvas-body .accordion-item h2{padding:0;margin:0;font-weight:bold;font-size:16px;line-height:45px;text-transform:uppercase}header .offcanvas-body .accordion-item h2 .fa-plus{position:relative}header .offcanvas-body .accordion-item h2 .fa-plus:after{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/fa-plus-black.png);position:relative;top:-3px;margin-left:6px}header .offcanvas-body .accordion-item h2 .active{color:#3a4490}header .offcanvas-body .accordion-item h2 .active .fa-plus:after{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/fa-plus-blue.png)}header .offcanvas-body .accordion-item h2 .active.collapsed{color:#2e3748}header .offcanvas-body .accordion-item .accordion-body{padding-top:0}header .offcanvas-body .accordion-item .accordion-body ul{list-style:none}header .offcanvas-body .accordion-item .accordion-body ul li{text-transform:none;height:30px}header .offcanvas-body .accordion-item .accordion-body ul li a{padding:0;font-weight:bold;font-size:14px;color:#363636}header .offcanvas-body .accordion-item .accordion-body ul li .item-blue{color:#3a4490}header .offcanvas-body .accordion-item .accordion-body ul li .item-blue:before{content:'+';margin-right:6px}header .offcanvas-body .accordion-item .accordion-body ul li .item-normal{font-weight:normal}header .offcanvas-body .accordion-item .accordion-body ul li .item-normal:before{content:'•';margin-right:6px}header .offcanvas-body .list-group-flush>.list-group-item:last-child{border-bottom-width:1px}header .offcanvas-body .menu-mob-infor{margin-top:60px}header .offcanvas-body .menu-mob-infor a{font-weight:bold;font-size:14px;letter-spacing:-.01em;color:#2e3748;text-decoration:none}header .offcanvas-body .menu-mob-infor .div-address{margin-bottom:30px}header .offcanvas-body .menu-mob-infor .div-address img{width:14px}header .offcanvas-body .menu-mob-infor .div-contato{margin-bottom:20px}header .offcanvas-body .menu-mob-infor .float-start{height:30px;margin-right:8px}header .offcanvas-body .menu-mob-infor img{width:18px}header .offcanvas-body .menu-mob-infor .copyright{font-weight:normal;font-size:12px;line-height:16px;text-align:left;color:#959595;margin-top:40px;margin-bottom:40px}}.carousel{margin-top:134px}.carousel .carousel-item .carousel-caption{left:0;right:0;top:20%;text-align:left}.carousel .carousel-item .carousel-caption .container-carrousel{width:540px}.carousel .carousel-item .carousel-caption h2{font-weight:bold;font-size:54px} h1{font-weight:bold;font-size:54px}.carousel .carousel-item .carousel-caption p{font-weight:normal;font-size:18px;line-height:24px}.carousel .carousel-item .carousel-caption .btn-outline-primary{border-color:#fff;color:#fff;width:216px;height:50px;margin-right:20px;font-size:19px;border-radius:0;border:2px solid;padding-top:10px}.carousel .carousel-item .carousel-caption .btn-outline-primary:after{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/arrow.png);position:relative;margin-left:8px;top:2px}.carousel .carousel-item .carousel-caption .btn-outline-primary:hover{background:#fff;color:#050505;font-weight:bold}.carousel .carousel-item .carousel-caption .btn-outline-primary:hover:after{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/arrow-hover.png)}.carousel .carousel-item .carousel-caption .btn-primary{background:#fff;color:#050505;font-size:18px;border-color:#fff;font-weight:bold;border-radius:0;border:2px solid #fff;width:216px;height:50px;padding-top:10px}.carousel .carousel-item .carousel-caption .btn-primary:hover{background:transparent;color:#fff}.cards-header{position:relative;top:-60px}.cards-header .card-header{width:359px;height:118px;border-radius:0 15px;background:#3a4490;box-shadow:0 3px 16px rgba(0,0,0,0.16);color:#fff;padding:20px 20px 20px 30px;margin-right:-30px}.cards-header .card-header h3{font-weight:bold;font-size:18px;line-height:24px;margin-bottom:2px}.cards-header .card-header p{font-weight:normal;font-size:14px;line-height:19px}.cards-header .card-header .img-card{float:left;height:100%;padding-top:15px;margin-right:26px}.cards-header .slick-slide{padding:0 20px}.section-2{background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/grafismo.png);background-repeat:no-repeat;background-position:95px;height:560px;display:flex;align-items:center}.section-2 .img-section-2{width:646px;height:418px;margin:0;padding:0;background:#3a4490}.section-2 .img-section-2 img{border:5px solid #3a4490;width:646px;height:418px;object-fit:cover}.section-2 .text-section-2{width:469px;margin-left:20px}.section-2 .txt-lab{width:430px}.section-3.mt-5{margin-top:100px !important}.section-3 .txt-linhas{width:645px}.section-3 .slick-slide{margin:40px 40px}.section-3 .col-card a{text-decoration:none}.section-3 .card{width:260px !important;height:395px;padding:0;margin-right:30px;border-radius:10px;box-shadow:0 0 46px rgba(31,44,91,0.38)}.section-3 .card img{width:260px;height:211px;object-fit:cover;border-radius:15px 15px 0 0}.section-3 .card a{text-decoration:none}.section-3 .card a .card-body{position:relative}.section-3 .card a .card-title{font-weight:bold;font-size:18px;line-height:24px;color:#3a4490}.section-3 .card a .card-text{font-weight:normal;font-size:14px;line-height:24px;color:#363636}.section-3 .card .read-more{position:absolute;bottom:0;text-decoration:underline;font-weight:500;font-size:16px;color:#3a4490;margin-bottom:20px}.form-cotacao{height:636px;padding-top:136px}.form-cotacao .container-cotacao{height:528px;background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/bg-form-cotacao.jpg);padding-top:44px}.form-cotacao .container-cotacao .separator{position:relative;top:-4px}.form-cotacao .container-cotacao h2{color:#fff;font-weight:bold;font-size:48px}.form-cotacao .container-cotacao p{font-weight:normal;font-size:16px;line-height:24px;color:#fff}.form-cotacao .container-cotacao input{width:260px;height:40px;margin-bottom:15px;padding-left:16px}.form-cotacao .container-cotacao input::placeholder,.form-cotacao .container-cotacao textarea::placeholder{color:#adadad}.form-cotacao .container-cotacao textarea{width:533px;height:104px;padding-left:16px;padding-top:10px}.form-cotacao .container-cotacao .btn-form-laranja{width:217px;height:50px;background:#e64f2f;color:#fff;margin-top:6px;margin-right:12px;font-weight:bold;font-size:18px;border-radius:0}.form-cotacao .container-cotacao .btn-form-laranja:hover{background:#e73c19;box-shadow:0 0 46px rgba(31,44,91,0.38)}.form-cotacao .container-img{position:relative}.form-cotacao .container-img img{position:absolute;top:-172px;left:-20px;width:776px;height:655px;object-fit:cover;object-position:top}.form-contato{height:938px;padding-top:136px}.form-contato .container-contato{height:807px;background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/bg-form-contato.jpg);padding-top:68px}.form-contato .container-contato p{font-weight:normal;font-size:16px;line-height:24px;color:#363636;margin-top:10px}.form-contato .container-contato input{width:260px;height:50px;margin-bottom:15px;padding-left:16px;border:1px solid #adadad;font-weight:normal;font-size:16px;line-height:20px;color:#000}.form-contato .container-contato input::placeholder,.form-contato .container-contato textarea::placeholder{color:#adadad}.form-contato .container-contato textarea{width:533px;height:104px;padding-left:16px;padding-top:18px;border:1px solid #adadad}.form-contato .container-contato .btn-form-laranja{width:217px;height:50px;background:#e64f2f;color:#fff;margin-top:6px;margin-right:12px;font-weight:bold;font-size:18px;border-radius:0}.form-contato .container-contato .btn-form-laranja:hover{background:#e73c19;box-shadow:0 0 46px rgba(31,44,91,0.38)}.form-contato .container-img{position:relative}.form-contato .container-img img{position:absolute;object-fit:cover;object-position:top}.section-parceiros{height:406px;background:#fff;margin-top:32px;padding-top:70px}.section-parceiros .card-parceiro{width:170px;height:79px;border-radius:0 20px;background:#fff;box-shadow:0 13px 16px rgba(50,52,111,0.16);display:flex;justify-content:center;align-items:center}.section-parceiros .card-parceiro:not(last-child){margin-right:20px}.section-parceiros .card-parceiro img{width:93px;height:42px;object-fit:contain}.depoimentos{padding-bottom:50px;background:#fff}.depoimentos .slick-depoimentos{width:950px;height:500px}.depoimentos .item{position:relative;width:263px !important;height:353px !important;border-radius:10px;background:#fff;box-shadow:0 9px 26px rgba(0,0,0,0.16);margin:100px 16px;padding:80px 26px 0 26px}.depoimentos .item .ico-google{position:absolute;top:-80px;left:50px}.depoimentos .item .text-depoimento{font-weight:normal;line-height:24px;font-size:14px;color:#363636}.depoimentos .item .autor-depoimento{position:absolute;bottom:22px}.depoimentos .item .autor-depoimento .autor{font-weight:bold;font-size:16px;line-height:24px;color:#3a4490}.depoimentos .item .autor-depoimento .stars img{float:left;width:9px;height:9px}.home-blog{padding-top:100px}.home-blog .head-blog-home{width:600px}.home-blog .blog-card{width:553px;height:256px;margin-top:32px;padding:0;background:#fff;box-shadow:0 3px 26px rgba(0,0,0,0.16);border-radius:10px}.home-blog .blog-card a{text-decoration:none}.home-blog .blog-ms-1{margin-left:32px;margin-right:32px;border:1px solid}.home-blog .blog-img{float:left;width:242px}.home-blog .blog-img img{width:242px;height:256px;border-radius:10px 0 0 10px;object-fit:cover}.home-blog .blog-container{position:relative;width:256px;float:right;margin:33px 26px 20px 20px}.home-blog .blog-container .blog-title{font-weight:bold;font-size:18px;line-height:24px;color:#363636}.home-blog .blog-container .blog-data{font-weight:bold;font-size:12px;line-height:24px;color:#3a4490;margin-top:10px}.home-blog .blog-container .blog-data:before{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/ico-date.png);margin-right:8px;position:relative;top:2px}.home-blog .blog-container .blog-content{font-weight:normal;font-size:14px;line-height:24px;color:#363636;margin-top:6px}.home-blog .blog-container .blog-read-more{font-weight:bold;font-size:14px;color:#3a4490;margin-top:10px}.home-blog .blog-container .blog-read-more span{text-decoration:underline}.h3-contato{font-weight:bold !important;font-size:24px !important;letter-spacing:-.02em !important;line-height:23px !important;text-align:left !important;color:#3a4490 !important}.fones-contato{font-weight:bold;font-size:24px;letter-spacing:-.02em;line-height:29px;text-align:left;color:#404040;text-decoration:none;margin-top:10px}.ico-tel:before{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/ico-telefone.png);position:relative;top:4px;margin-right:6px}.ico-whatsapp:before{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/ico-whatsapp-blue.png);position:relative;top:4px;margin-right:6px}@media all and (max-width:992px){.carousel{margin-top:122px}.carousel .carousel-item .carousel-caption{z-index:3;top:0}.carousel .carousel-item .carousel-caption .container-carrousel{width:290px}.carousel .carousel-item .carousel-caption .btn-primary{margin-top:16px}.carousel .carousel-item .carousel-caption h2{font-size:30px;line-height:32px;text-align:center} h1{font-size:30px;line-height:32px;text-align:center}.carousel .carousel-item .img-banner{position:relative;left:-770px;height:490px}.carousel .carousel-item .pelicula{position:absolute;top:0;left:0;background:linear-gradient(#191129 0%,rgba(19,13,31,0.75) 67.72%,rgba(0,0,0,0) 100%);height:100%;width:100%;z-index:2}.separator-slide{text-align:center;position:relative;top:-10px}.carousel .carousel-item .carousel-caption p{text-align:center;font-weight:300;line-height:23px}.container-mob{display:flex;justify-content:center}.cards-header .card-header{width:290px;height:174px;text-align:center}.cards-header .card-header .img-card{float:none;text-align:center;height:40px;display:flex;justify-content:center;padding:0;margin:0}.cards-header .card-header .img-card img{width:50px;height:34px}.cards-header .slick-dots{bottom:-36px}.cards-header .slick-dots li.slick-active button:before{color:#3a4490 !important}.section-2{background:none;height:100%}.section-2 .text-section-2{width:100%;margin-left:0;padding:0 15px}.section-2 .img-section-2{width:290px;height:195px;margin:auto}.section-2 .img-section-2 img{width:290px;height:195px}.section-2 .txt-lab{width:100%}.section-3 .txt-linhas{width:100%}.section-3 .slick-slide{margin:50px 0 50px 30px}.section-3 .slick-dots{bottom:14px}.section-3 .slick-dots li.slick-active button:before{color:#3a4490 !important}.section-3 .slick-home-produtos{margin-top:-40px !important}.section-3 .card{box-shadow:0 0 20px rgba(31,44,91,0.38)}.section-4 .form-cotacao{padding-top:40px;height:665px}.section-4 .form-cotacao .container-cotacao{padding-top:40px;height:656px}.section-4 .form-cotacao .container-cotacao h2{text-align:center;font-size:25px}.section-4 .form-cotacao .container-cotacao p,.section-4 .form-cotacao .container-cotacao form{text-align:center}.section-4 .form-cotacao .container-cotacao .btn-form-laranja{margin-top:15px;margin-right:0}.section-4 .form-cotacao .container-img{display:none}.section-4 .form-cotacao textarea,.section-4 .form-cotacao input{width:100%}.section-parceiros{height:490px;padding-top:40px}.section-parceiros .card-parceiro{width:131px;height:61px;margin-bottom:20px;margin-left:20px;margin-right:0 !important}.depoimentos{background:#f0f3ff;padding-bottom:0}.home-blog{padding-top:40px;padding-bottom:40px}.home-blog .container-blog-card{width:100%;margin:0 auto}.home-blog .head-blog-home{width:320px}.home-blog .blog-card{width:100%;height:417px}.home-blog .blog-card .blog-container .blog-content{margin-top:10px}.home-blog .blog-img{width:100%;height:172px;border-radius:10px 10px 0 0}.home-blog .blog-img img{width:100%;height:172px;border-radius:10px 10px 0 0}.form-contato .container-contato p{text-align:center}.h3-contato{font-size:18px !important;text-align:center !important;width:166px;margin:0 auto}.fones-contato{font-size:16px;width:166px;margin:0 auto}.ico-tel:before{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/telefone-mob.png)}.ico-whatsapp:before{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/whatsapp-mob.png)}.form-contato{height:100%;padding-top:0}.form-contato .container-contato{height:100%;padding-bottom:40px}.form-contato .container-contato input,.form-contato .container-contato textarea{width:100%}.form-contato .container-contato .btn-form-laranja{margin-top:26px}.div-btn{text-align:center;padding-bottom:30px}#certificacoes .form-contato .container-contato,#pg-produtos .form-contato .container-contato,#pg-model-3 .form-contato .container-contato{padding-top:30px !important}}.header-page{height:230px;position:relative;margin-top:141px;background-color:#3a4490}.header-page .bg-header-page{position:absolute;top:0}.header-page .header-page-filter-1{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#3a4490 40%,rgba(31,44,91,0) 100%);z-index:3}.header-page .header-page-filter-2{position:absolute;top:0;right:0;width:100%;height:230px;background:#191129;opacity:.5;z-index:2}.header-page .header-page-img{height:230px;object-fit:cover}.header-page .container{z-index:2}.header-page .header-page-title{font-weight:bold;font-size:48px;color:#fff;text-transform:uppercase}.header-page .separator-slide{position:relative;top:-10px}.header-page .header-page-title-lab{position:absolute;top:44px;left:0;width:400px;z-index:4}.header-page .header-page-title-lab h1{font-weight:bold;font-size:48px;color:#fff;text-transform:uppercase}.div-content-1 h1,.content-section-3 h1,.div-content-1 h2,.content-section-3 h2,.div-content-1 h3,.content-section-3 h3,.div-content-1 h4,.content-section-3 h4,.div-content-1 h5,.content-section-3 h5,.div-content-1 h6,.content-section-3 h6{font-weight:bold;font-size:32px;line-height:34px;color:#363636}.div-content-1 p,.content-section-3 p{font-weight:bold;font-size:16px;line-height:24px;color:#6e6e6e}.div-content-2 p{font-weight:normal;font-size:16px;line-height:24px;color:#363636}.item-gallery{width:1140px !important}.item-gallery img{object-fit:cover}.item-gallery .col-img-1{width:755px;margin-right:15px;float:left}.item-gallery .col-img-1 .item-img-1{width:755px;height:501px;margin-bottom:15px;float:left}.item-gallery .col-img-1 .item-img-2,.item-gallery .col-img-1 .item-img-3{width:370px;height:243px}.item-gallery .col-img-1 .item-img-2{margin-right:15px;float:left}.item-gallery .col-img-2{width:370px;float:right}.item-gallery .col-img-2 .item-img-4{width:370px;height:243px;margin-bottom:15px}.item-gallery .col-img-2 .item-img-5{width:370px;height:501px}.slick-gallery-page .slick-dots{bottom:-40px}.slick-gallery-page .slick-dots li.slick-active button:before{color:#3a4490 !important}.content-section-3{max-width:463px}.content-section-3 .list-page{font-weight:bold;padding-left:22px}.card-mvv{width:359px;height:375px;border-radius:10px;background:#3a4490;box-shadow:0 40px 56px rgba(31,44,91,0.35);color:#fff}.card-mvv .container-mvv{width:288px;text-align:center}.card-mvv .container-mvv .img-mvv{display:flex;justify-content:center;align-items:center;background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/bg-mvv.png);background-position:center;backdrop-filter:opacity(50%);height:200px}.card-mvv .container-mvv .title-mvv{font-weight:bold;font-size:18px;line-height:24px}.card-mvv .container-mvv .text-mvv{font-weight:normal;font-size:16px;line-height:22px}.card-mvv .container-mvv .separator{background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/separator-slider.png);width:159px;height:3px;margin:18px 0}.card-mvv .container-mvv .conteudo-txt{position:relative;top:-16px}.card-lab{width:358px;height:100%;border-radius:10px;background:#f0f3ff;padding-top:30px;padding-bottom:10px;border:1px solid}.card-lab .card-content{width:302px}.card-lab .card-content .ico-img{width:42px;height:42px;margin-right:10px;float:left}.card-lab .card-content .title-card-lab{height:50px}.card-lab .card-content h3{font-weight:bold;font-size:19px;line-height:22px;color:#3a4490}.card-lab .card-content .card-text{margin-top:36px;font-weight:normal;font-size:16px;line-height:24px;color:#363636}.card-lab .card-content .card-text-2{margin-top:36px;font-size:14px;color:#363636}.card-lab .ico-check{width:15px;float:left;height:100%;margin-right:14px}.card-lab .ico-check .line-vertical{width:1px;height:42px;background:#3b468e;margin-top:4px;margin-left:6px}.card-lab .card-itens{margin-top:40px}.card-lab .card-itens .ico-title{margin-bottom:0;font-weight:bold}.card-lab .card-itens .ico-title,.card-lab .card-itens .ico-subtitle{font-size:14px;line-height:24px;color:#363636}.card-lab .obs{margin-top:80px;font-size:14px;line-height:24px;text-align:left;color:#363636}.card-lab li.ico-subtitle{margin-bottom:10px}#certificacoes .selo{filter:grayscale(100%)}#certificacoes .selo:last-child{margin-left:30px}#certificacoes .div-content-2{padding-left:20px}#certificacoes .download-cert{height:387px;background:#f0f3ff;margin-top:100px}#certificacoes .download-cert .col-md-5{height:387px}#certificacoes .download-cert .bg-grafismo{background:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/grafismo-2.png);background-repeat:no-repeat;background-position-y:50px;background-position-x:50px;background-size:contain}#certificacoes .download-cert .img-sessao-2{position:relative;top:-60px}#certificacoes .download-cert .span-blue{color:#3a4490;font-size:14px;font-weight:bold;line-height:24px}#certificacoes .download-cert .title{font-size:48px;color:#3a4490;line-height:49px}#certificacoes .download-cert .subtitle{margin-top:20px;font-size:16px;line-height:24px;color:#363636;width:405px}#certificacoes .download-cert .button{margin-top:20px}#certificacoes .download-cert .button .btn-download{background:#3a4490;color:#fff;height:57px;padding-top:12px;font-weight:bold;font-size:19px}#certificacoes .download-cert .button .btn-download:after{content:url(//www.crifer.com.br/wp-content/themes/crifer/dist/imgs/icos/ico-download.png);margin-left:10px;position:relative;top:4px}#politicas h2,#politicas h3{font-weight:bold;font-size:32px;line-height:34px;color:#363636}#politicas p{font-size:16px;line-height:24px;color:#363636}#area-atuacao .img-atuacao{width:158px;height:185px}#area-atuacao .img-atuacao .img-circle img{width:158px;height:158px;border:5px solid #3a4490;border-radius:50%;object-fit:cover}#area-atuacao .img-atuacao .text-img{font-weight:bold;font-size:16px;line-height:24px;text-align:center;color:#3a4490;white-space:nowrap;margin-top:4px}#pg-model-1 .mt-crifer-1{margin-top:100px}#pg-model-3 .breadcrumb{margin-top:160px}@media all and (max-width:992px){.header-page{height:151px;margin-top:124px}.header-page .header-page-img{height:151px;object-fit:cover;object-position:-470px}.header-page .header-page-title{font-size:30px;text-align:center}.div-content-1 h1,.content-section-3 h1,.div-content-1 h2,.content-section-3 h2,.div-content-1 h3,.content-section-3 h3,.div-content-1 h4,.content-section-3 h4,.div-content-1 h5,.content-section-3 h5,.div-content-1 h6,.content-section-3 h6{font-size:20px;text-align:center;line-height:25px}.div-content-1 p,.content-section-3 p{font-size:14px;text-align:center}.slick-imgs-mob img{width:290px;height:217px;object-fit:cover;object-position:center}.slick-gallery-page-mob .slick-track{margin-left:25px}.div-content-1 p,.content-section-3 p.txt-sessao-3{font-size:16px;font-weight:normal;line-height:24px;text-align:center;color:#363636;padding:0 15px}.content-section-3 .list-page{list-style:none;padding-left:0}.content-section-3 .list-page li{margin-bottom:6px;font-size:16px;color:#363636}.content-section-3 .list-page li:before{content:'•';margin-right:4px}.card-mvv{width:290px;height:284px;box-shadow:0 15px 30px rgba(31,44,91,0.35)}.card-mvv .container-mvv .img-mvv{height:130px}.card-mvv .container-mvv .img-mvv .background-img-mvv img{width:56px;height:56px}.slick-mvv .slick-track{margin-left:25px;height:320px}.slick-mvv .slick-dots{bottom:-10px}.slick-cards .slick-track{margin-left:30px;margin-top:30px}.slick-cards .card-lab{width:290px;height:1094px}.slick-cards .card-lab .card-content{padding:0 20px}.slick-cards .card-lab .card-content h3{font-size:18px;width:153px}.slick-cards .card-lab .card-content h3.card-h3-last{padding-top:0;line-height:20px}.selo{height:114px}.div-content-2{width:290px;text-align:center;margin:0 auto;padding-left:0 !important}#certificacoes .download-cert{margin-top:20px;padding-bottom:40px;padding-top:40px;height:560px}#certificacoes .download-cert .col-md-5{height:100%}#certificacoes .download-cert .title{font-size:25px;line-height:28px}#certificacoes .download-cert .bg-grafismo{height:300px;width:290px;margin:0 auto;background-position-y:90px}#certificacoes .download-cert .img-sessao-2{width:284px;max-width:284px;top:40px}#certificacoes .download-cert .subtitle{max-width:100%;text-align:center}#certificacoes .section-4 .div-btn,#pg-produtos .section-4 .div-btn,#pg-model-1 .section-4 .div-btn,#pg-model-2 .section-4 .div-btn,#pg-model-3 .section-4 .div-btn{padding-bottom:0}#certificacoes .section-4 .form-cotacao,#pg-produtos .section-4 .form-cotacao,#pg-model-1 .section-4 .form-cotacao,#pg-model-2 .section-4 .form-cotacao,#pg-model-3 .section-4 .form-cotacao{height:610px}#certificacoes .section-4 .form-cotacao .container-cotacao,#pg-produtos .section-4 .form-cotacao .container-cotacao,#pg-model-1 .section-4 .form-cotacao .container-cotacao,#pg-model-2 .section-4 .form-cotacao .container-cotacao,#pg-model-3 .section-4 .form-cotacao .container-cotacao{height:610px}#pg-model-3 .slick-service.slick-dotted.slick-slider{margin-top:-30px !important}#politicas h2,#politicas h3{font-size:20px}#area-atuacao{width:290px;margin:0 auto}#area-atuacao .img-atuacao{width:110px;height:110px}#area-atuacao .img-atuacao .img-circle img{width:110px;height:110px}#area-atuacao .img-atuacao .text-img{white-space:normal}#area-atuacao .col-6{margin-bottom:70px}#pg-model-3 .breadcrumb{margin-top:140px}}.breadcrumb-single .breadcrumb_last{color:#000}#pg-blog{margin-top:190px}#pg-blog a{text-decoration:none}#pg-blog .about-sidebar{font-size:16px;line-height:25px;text-align:center;color:#000;margin-top:10px;padding:0 10px}#pg-blog .h3{font-size:33px;font-weight:bold;line-height:40px;color:#000}#pg-blog .h2-more-visited{font-size:15px;font-weight:bold;line-height:20px;color:#000}#pg-blog .ul-categories li{list-style-type:none;position:relative;margin-bottom:.5em}#pg-blog .ul-categories li:before{content:'•';display:inline-block;position:absolute;left:-1em;color:#7e7e7e}#pg-blog .ul-categories li a{color:#7e7e7e;font-weight:bold;text-decoration:none}#pg-blog .item-post{text-decoration:none;margin-bottom:30px}#pg-blog .div-img{margin-right:10px;margin-bottom:20px;width:62px;height:62px}#pg-blog .div-img img{width:62px;object-fit:cover}#pg-blog .slick-pg-blog{border-radius:15px}#pg-blog .slick-pg-blog .item{border-radius:15px;position:relative}#pg-blog .slick-pg-blog .item img{border-radius:15px;width:748px;height:450px;object-fit:cover}#pg-blog .slick-pg-blog .item .insulfilm{position:absolute;top:0;background:linear-gradient(rgba(59,70,142,0) 0%,rgba(59,70,142,0.53) 52.3%,#3b468e 100%);width:100%;height:100%;border-radius:15px}#pg-blog .slick-pg-blog .item .slick-caption{position:absolute;text-align:left;left:0;bottom:0;width:560px;padding:20px 0 50px 50px}#pg-blog .slick-pg-blog a{text-decoration:none;color:#fff;text-shadow:.1rem .1rem .2rem #000}#pg-blog .slick-pg-blog a h2{font-weight:bold;margin-bottom:30px;font-size:40px;line-height:50px}#pg-blog .slick-pg-blog a p{font-size:16px}#pg-blog .slick-pg-blog .slick-dots{bottom:25px}#pg-blog .slick-pg-blog .slick-dots li{margin:0}#pg-blog .slick-pg-blog .slick-dots li img:nth-child(1){display:block}#pg-blog .slick-pg-blog .slick-dots li img:nth-child(2){display:none}#pg-blog .slick-pg-blog .slick-dots li.slick-active img:nth-child(1){display:none}#pg-blog .slick-pg-blog .slick-dots li.slick-active img:nth-child(2){display:block}#pg-blog .card{border-radius:15px}#pg-blog .card .card-img{background:#f0f3ff;height:200px}#pg-blog .card .card-text{width:273px;font-weight:normal;font-size:16px;line-height:24px;color:#515151}#pg-blog .card .card-text-single{font-weight:normal;font-size:14px;line-height:22px;color:#404040}#pg-blog .card .card-text-blog{font-weight:normal;font-size:14px;line-height:22px;color:#404040}#pg-blog .card .h3{font-weight:bold;font-size:33px;line-height:40px;color:#3a4490}#pg-blog .card .li-category{font-weight:bold;font-size:14px;line-height:30px}#pg-blog .card .li-category a{color:#515151}#pg-blog .card .li-category a:before{content:'•';margin-right:10px}#pg-blog .card .li-category-accordion{font-weight:bold;font-size:14px;line-height:30px;margin-top:20px;color:#3a4490;cursor:pointer}#pg-blog .card .li-category-accordion:before{content:'+';margin-right:10px}#pg-blog .card .active-category:before{margin-right:14px;content:'-'}#pg-blog .card .panel{display:none;overflow:hidden;opacity:0;height:0;transition:opacity 1s ease-out}#pg-blog .card .panel.panel-active{display:block;height:auto;opacity:1}#pg-blog .card .img-fluid-thumbnail{width:62px;height:62px;object-fit:cover;border-radius:8px}#pg-blog .card .more-visited{margin-left:12px;width:204px;height:41px;font-weight:bold;font-size:15px;line-height:20px;color:#515151}#pg-blog .card-1{height:450px}#pg-blog .card.card-news{height:100%}#pg-blog .card.card-news .card-img-news img{width:100%;max-height:200px;object-fit:cover;border-radius:15px 15px 0 0}#pg-blog .card.card-news .card-title{font-size:16px;font-weight:bold;line-height:26px;color:#363636}#pg-blog .card.card-news .card-read-more{text-decoration:none;color:#000;position:absolute;margin-bottom:20px}#pg-blog .card.card-news .date-post{font-family:'Raleway',sans-serif;color:#3a4490;font-size:14px;font-weight:bold;line-height:24px}#pg-blog .card.card-news .date-post img{margin-right:6px}#pg-blog .container-content h1{font-weight:bold;font-size:40px;line-height:50px;color:#363636}#pg-blog .container-content .date-post{font-family:'Raleway',sans-serif;font-weight:bold;font-size:14px;line-height:24px;color:#3a4490}#pg-blog .container-content .text-mob{font-family:'Raleway',sans-serif;font-weight:normal;font-size:16px;line-height:25px;color:#363636;padding-top:10px}#pg-blog .container-content .text-mob img{width:100%;height:auto;border-radius:15px}#pg-blog .tl-read-more{font-weight:bold;font-size:24px;line-height:40px;color:#3a4490}#single{margin-top:190px}@media screen and (min-width:320px) and (max-width:475px){.breadcrumb-single{padding-top:10px !important}.breadcrumb-single .breadcrumb_last{color:#000}#pg-blog{margin-top:90px !important}#pg-blog .container-posts{padding:0}#pg-blog .slick-pg-blog{border-radius:0}#pg-blog .slick-pg-blog .item{border-radius:0}#pg-blog .slick-pg-blog .item img{width:100%;height:309px;border-radius:0}#pg-blog .slick-pg-blog .item .insulfilm{background:linear-gradient(rgba(255,255,255,0) 0%,rgba(7,19,30,0.5) 46.44%,#07131e 100%);border-radius:0}#pg-blog .slick-pg-blog .item .slick-caption{width:290px;text-align:center;padding-left:0;margin-left:20px;margin-right:auto}#pg-blog .slick-pg-blog .item .slick-caption h2{font-size:24px;letter-spacing:.01em;line-height:28px;margin-bottom:0}#pg-blog .slick-pg-blog .item .slick-caption p{font-size:15px;line-height:19px}#pg-blog .card .card-img{height:149px}#pg-blog .card-mob-blog{margin-bottom:30px}#pg-blog .card.card-news .card-img-news img{height:149px}#pg-blog .card.card-news .card-title{line-height:23px;color:#07131e}#pg-blog .card.card-news .date-post{font-size:12px}#pg-blog .card.card-news .card-text{font-weight:normal;font-size:16px;line-height:24px;color:#515151}#pg-blog .card.card-news .read-more{font-family:'Lato',sans-serif;font-weight:bold;font-size:15px;line-height:24px;color:#1c1a19;text-decoration:underline}#pg-blog .text-mob{font-size:15px;line-height:20px;color:#959595;margin-top:40px}#pg-blog .text-mob img{width:100%;height:auto}#pg-blog .fw-bold{font-size:18px;color:#07131e}#pg-blog .container-content{width:290px;margin:0 auto}#pg-blog .container-content h1{font-size:24px;line-height:28px;letter-spacing:.01em}#pg-blog .container-content .text-mob img{border-radius:0}#single{margin-top:25px !important}}@media screen and (min-width:420px) and (max-width:475px){.breadcrumb-single{padding-top:30px !important}}.page-numbers{position:relative;display:block;color:#000;font-size:14px;font-weight:bold;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;padding:.375rem .75rem}.page-numbers:hover{background-color:#dadada}.page-numbers.current{background-color:#000;color:#fff}.page-item:not(:first-child) .page-link{margin-left:-1px}.next,.prev{color:#000}#form-contato .div-content-contato{max-width:400px;font-weight:bold;font-size:32px;line-height:34px;color:#363636}#form-contato .address{width:407px;height:180px;margin-top:30px;border-radius:5px;border-left:12px solid #3a4490;box-shadow:0 13px 46px rgba(0,0,0,0.08);padding:20px 80px 0 20px}#form-contato .address a{text-decoration:none;font-weight:500;font-size:16px;line-height:20px;color:#363636}#form-contato .address .float-md-start{height:20px;margin-right:10px}#form-contato .address .fs-2{height:100% !important}#form-contato .address .txt-right{height:38px;line-height:20px}#form-contato .address .txt-right-2{height:20px;line-height:20px}#form-contato .address .ico-location{width:14px;height:20px}#form-contato .address .ico-envelope{width:18px;height:13px}#form-contato .address .ico-phone{width:16px;height:16px}#form-contato .address .ico-whatsapp{width:18px;height:18px}#form-contato input{width:260px;height:55px;border:1px solid #adadad;margin-bottom:16px;padding:16px}#form-contato textarea{width:540px;height:181px;border:1px solid #adadad;padding:16px}#form-contato input::placeholder,#form-contato textarea::placeholder{color:#adadad}#form-contato .btn-form-blue{width:217px;height:50px;background:#3a4490;font-weight:bold;font-size:18px;text-align:center;color:#fff;margin-right:18px;border-radius:0}#page-contatos .section-3.mt-5{margin-top:0 !important;padding-top:0 !important}@media all and (max-width:992px){#form-contato .div-content-contato{width:290px;margin:0 auto}#form-contato .div-content-contato p{font-size:20px;text-align:center;line-height:25px}#form-contato .div-content-contato .address{width:290px;height:332px;border-left:0;border-top:12px solid #3a4490;text-align:center;padding:0}#form-contato .div-content-contato .address .fs-2{height:100% !important;margin-top:20px}#form-contato form{width:260px;margin:0 auto}#form-contato form input,#form-contato form textarea{width:100%}#form-contato form textarea{height:104px}}#pg-produtos #section1 .div-content-1{font-size:16px;line-height:24px;color:#363636;max-width:460px;margin-bottom:30px}#pg-produtos #section1 .div-content-1 h1,#pg-produtos #section1 .div-content-1 h2,#pg-produtos #section1 .div-content-1 h3,#pg-produtos #section1 .div-content-1 h4,#pg-produtos #section1 .div-content-1 h5,#pg-produtos #section1 .div-content-1 h6{margin-bottom:20px}#pg-produtos #section1 .div-content-2 .card{width:260px;height:395px;border-radius:10px;background:#fff;box-shadow:0 0 46px rgba(31,44,91,0.38);margin-left:33px}#pg-produtos #section1 .div-content-2 .card a{text-decoration:none}#pg-produtos #section1 .div-content-2 .card img{border-radius:10px 10px 0 0}#pg-produtos #section1 .div-content-2 .card .card-title{font-weight:bold;font-size:18px;line-height:24px;color:#3a4490}#pg-produtos #section1 .div-content-2 .card .card-text{font-weight:normal;font-size:14px;line-height:24px;color:#363636}#pg-produtos #section1 .div-content-2 .card .read-more{position:absolute;bottom:20px;font-weight:normal;font-size:16px;text-decoration:underline;line-height:24px;color:#3a4490}#pg-model-1 .sessao_1{margin-top:40px}#pg-model-1 .sessao_1 .buttons{width:454px}#pg-model-1 .img-sessao_1 img{width:552px;height:552px;object-fit:cover}#pg-model-1 .form-cotacao{padding-top:0;height:600px}#pg-model-1 .content-right{padding:0 10px}@media screen and (min-width:64em){#pg-model-2 #banner-whatsapp img{margin-bottom:-167px}}#pg-model-2 .text-sessao_1,#pg-model-3 .text-sessao_1{max-width:628px}#pg-model-2 .text-sessao_1 h1,#pg-model-3 .text-sessao_1 h1,#pg-model-2 .text-sessao_1 h2,#pg-model-3 .text-sessao_1 h2,#pg-model-2 .text-sessao_1 h3,#pg-model-3 .text-sessao_1 h3,#pg-model-2 .text-sessao_1 h4,#pg-model-3 .text-sessao_1 h4,#pg-model-2 .text-sessao_1 h5,#pg-model-3 .text-sessao_1 h5,#pg-model-2 .text-sessao_1 h6,#pg-model-3 .text-sessao_1 h6{font-weight:bold;font-size:32px;line-height:34px;color:#363636}#pg-model-2 .text-sessao_1 p,#pg-model-3 .text-sessao_1 p{font-weight:normal;font-size:16px;line-height:24px;color:#363636}#pg-model-2 .sessao_2,#pg-model-3 .sessao_2,#pg-model-2 .section-3,#pg-model-3 .section-3{margin-top:30px}#pg-model-2 .sessao_2 a,#pg-model-3 .sessao_2 a,#pg-model-2 .section-3 a,#pg-model-3 .section-3 a{text-decoration:none}#pg-model-2 .sessao_2 .card,#pg-model-3 .sessao_2 .card,#pg-model-2 .section-3 .card,#pg-model-3 .section-3 .card{width:260px;height:423px;border-radius:10px;background:#fff;box-shadow:0 0 46px rgba(31,44,91,0.38)}#pg-model-2 .sessao_2 .card .card-img,#pg-model-3 .sessao_2 .card .card-img,#pg-model-2 .section-3 .card .card-img,#pg-model-3 .section-3 .card .card-img{width:100%;height:211px;object-fit:cover;border-radius:10px 10px 0 0;background:#14172e}#pg-model-2 .sessao_2 .card .card-body,#pg-model-3 .sessao_2 .card .card-body,#pg-model-2 .section-3 .card .card-body,#pg-model-3 .section-3 .card .card-body{padding:0 22px}#pg-model-2 .sessao_2 .card .card-body .card-title,#pg-model-3 .sessao_2 .card .card-body .card-title,#pg-model-2 .section-3 .card .card-body .card-title,#pg-model-3 .section-3 .card .card-body .card-title{margin-top:28px;height:48px;font-weight:bold;font-size:18px;line-height:24px;color:#3a4490}#pg-model-2 .sessao_2 .card .card-body .card-text,#pg-model-3 .sessao_2 .card .card-body .card-text,#pg-model-2 .section-3 .card .card-body .card-text,#pg-model-3 .section-3 .card .card-body .card-text{font-weight:normal;font-size:14px;line-height:24px;text-align:center;color:#363636}#pg-model-2 .sessao_2 .card .card-body .card-link,#pg-model-3 .sessao_2 .card .card-body .card-link,#pg-model-2 .section-3 .card .card-body .card-link,#pg-model-3 .section-3 .card .card-body .card-link{font-weight:500;text-decoration:underline;font-size:16px;text-align:center;color:#3a4490}#pg-model-3 .h1{font-weight:bold;font-size:48px;line-height:57px;color:#363636}#pg-model-3 .text{font-weight:normal;font-size:16px;line-height:29px;color:#363636}#pg-model-3 .col-content{height:552px}#pg-model-3 .col-content .buttons .justify-content-center{justify-content:left !important}#pg-model-3 .slick-itens{width:552px;height:552px}#pg-model-3 .slick-itens .item img{width:552px;height:552px;object-fit:cover}#pg-model-3 .slick-itens .slick-dots{bottom:-40px}#pg-model-3 .slick-itens .slick-dots li{margin:0}#pg-model-3 .slick-itens .slick-dots li.slick-active button:before{color:#3a4490 !important}#pg-model-3 .slick-itens .slick-dots li button:before{color:#3a4490 !important}#pg-model-3 .mais-infor{background:#f0f3ff;padding:100px 0}#pg-model-3 .mais-infor .span-info{font-weight:bold;font-size:26px;letter-spacing:-.02em;line-height:28px;text-align:left;color:#3a4490;margin-bottom:50px}#pg-model-3 .mais-infor .text-infor{line-height:28px;color:#515151}#pg-model-3 .mais-infor .text-infor .title-mais-infor{font-weight:bold;font-size:18px;text-transform:uppercase}#pg-model-3 .mais-infor .text-infor .title-mais-infor:before{content:'»';margin-right:6px}#pg-model-3 .mais-infor .text-infor .text-mais-infor{font-size:16px;margin-top:8px;margin-bottom:40px}#pg-model-3 .serv-relacionado{margin:100px 0}#pg-model-3 .content-serv{font-weight:normal;font-size:16px;line-height:24px;color:#363636}#pg-model-3 .content-serv h2{font-weight:bold;font-size:32px;line-height:34px;color:#363636}#pg-model-4 .card .card-body .card-title{font-weight:bold;font-size:18px;line-height:24px;color:#3a4490}#pg-model-4 .card .card-body .card-text{font-weight:normal;font-size:14px;line-height:24px;text-align:center;color:#363636}#pg-model-4 .card .card-body .card-link{font-weight:500;text-decoration:underline;font-size:16px;text-align:center;color:#3a4490}@media all and (max-width:992px){#pg-produtos #section1 .div-content-1{width:290px;margin:0 auto}#pg-produtos #section1 .div-content-2 .card{margin:0 auto}#pg-produtos #section1 .div-content-2 .card .card-body{text-align:left}#pg-model-1 .img-sessao_1{width:290px;margin:0 auto;text-align:center}#pg-model-1 .img-sessao_1 img{width:290px;height:181px;border:1px solid #707070}#pg-model-1 .img-sessao_1 .h3-produtos{font-size:20px;font-weight:bold;line-height:25px;color:#363636}#pg-model-1 .sessao_1 .buttons{width:100%}#pg-model-1 .content-right{width:290px;margin:20px auto}#pg-model-1 .form-cotacao{height:622px}#pg-model-2 .sessao_2{margin-top:0}#pg-model-2 .sessao_2 .col-card{display:flex;justify-content:center;padding-left:initial;margin-top:30px}#pg-model-3 .h1{font-size:20px;line-height:25px;margin-bottom:20px}#pg-model-3 .text-sessao_1{max-width:628px}#pg-model-3 .text-sessao_1 h1,#pg-model-3 .text-sessao_1 h2,#pg-model-3 .text-sessao_1 h3,#pg-model-3 .text-sessao_1 h4,#pg-model-3 .text-sessao_1 h5,#pg-model-3 .text-sessao_1 h6{font-size:20px}#pg-model-3 .col-content{height:100%}#pg-model-3 .slick-track{margin-left:15px}#pg-model-3 .slick-itens{width:320px;height:236px}#pg-model-3 .slick-itens .item img{width:290px;height:236px}#pg-model-3 .slick-service .slick-slide{margin-top:30px;margin-left:18px}#pg-model-3 .serv-relacionado{margin:70px 0 0 0}#pg-model-3 .title-mob{width:300px}#pg-model-3 .section-3 .card{box-shadow:0 0 20px rgba(31,44,91,0.38)}#pg-model-3 .mais-infor,#pg-model-4 .mais-infor{padding:50px 0;text-align:center}#pg-model-3 .mais-infor .text-infor .text-mais-infor:last-child,#pg-model-4 .mais-infor .text-infor .text-mais-infor:last-child{margin-bottom:0}#pg-model-4 .content-serv h1,#pg-model-4 .content-serv h2,#pg-model-4 .content-serv h3,#pg-model-4 .content-serv h4,#pg-model-4 .content-serv h5,#pg-model-4 .content-serv h6{font-weight:bold;font-size:20px;line-height:25px}#pg-model-4 .row-cads{margin:0 0 0 18px}#pg-model-4 .row-cads .col-card{margin-bottom:20px}}footer{height:476px;background:#f0f3ff}footer .logo-footer{width:351px;height:139px;position:relative;left:-20px}footer .sobre-footer{font-weight:normal;font-size:14px;line-height:20px;text-align:left;color:#363636}footer a.read-more{font-weight:bold;font-size:14px;line-height:20px;text-align:left;color:#3a4490}footer .footer-address{width:237px}footer .navbar-nav li{text-transform:uppercase}footer .navbar-nav li a{font-weight:bold;font-size:14px;line-height:50px;text-align:left;color:#3a4490;text-decoration:none}footer .txt-contato a{font-weight:500;font-size:14px;line-height:20px;text-align:right;color:#363636;text-decoration:none}footer .txt-contato .ico{width:20px;margin-left:10px}footer .txt-contato .ico img{width:15px}footer .menu-rodape-2 .menu-item-object-servicos{height:14px}footer .menu-rodape-2 .sub-menu{list-style:none;padding:0;margin-top:-10px}footer .menu-rodape-2 .sub-menu .menu-item a{font-weight:bold;font-size:14px;line-height:26px;color:#3a4490;text-transform:none}footer .menu-rodape-2 .sub-menu .menu-item a:before{content:'+';margin-right:6px}footer .menu-rodape-2 .sub-menu .menu-item .sub-menu{margin-bottom:10px}footer .menu-rodape-2 .sub-menu .menu-item .sub-menu .menu-item{height:14px}footer .menu-rodape-2 .sub-menu .menu-item .sub-menu .menu-item a{font-weight:normal;font-size:12px;line-height:16px;color:#363636}footer .menu-rodape-2 .sub-menu .menu-item .sub-menu .menu-item a:before{content:'•' !important}footer .menu-rodape-2 .navbar-nav .menu-item:nth-child(2) .sub-menu a{font-weight:normal;font-size:12px;line-height:16px;color:#363636}footer .menu-rodape-2 .navbar-nav .menu-item:nth-child(2) .sub-menu a:before{content:'•' !important}footer .copyright{margin-top:50px;height:37px;background:#3a4490;color:#fff;font-size:13px;letter-spacing:-.01em;line-height:23px}footer .copyright a{color:#fff;text-decoration:none}footer .copyright .col{height:20px;margin-top:6px}footer .btn-orcamento{box-shadow:none}@media all and (max-width:992px){.container-fluid{overflow-x:hidden}.container{max-width:320px !important}main{margin-top:-48px}.container-carrousel .container-title{display:flex;justify-content:center}.container-carrousel .container-title h2{width:220px}.container-carrousel .container-p{display:flex;justify-content:center}.container-carrousel .container-p p{width:235px}.title-home{font-size:25px !important}.txt-home{text-align:center}.container-buttons{text-align:center}.carousel .carousel-item .carousel-caption .btn-outline-primary{margin:0}footer{height:100%;padding-top:20px !important}footer .logo-footer{width:300px}footer .footer-mob{font-weight:bold;font-size:14px;letter-spacing:-.01em;line-height:18px;color:#2e3748;display:flex !important;justify-content:center;padding-bottom:30px;padding-top:30px}footer .footer-mob a{color:#2e3748;text-decoration:none}footer .footer-mob .div-info{margin-bottom:16px;width:234px}footer .footer-mob .div-info img{width:14px;margin-bottom:6px}footer .footer-mob .div-info img.ico-whatsapp{width:19px}footer .footer-mob .div-info img.ico-phone{width:18px}footer .copyright{height:125px;background:#3a4490;font-family:'Roboto';font-weight:normal;font-size:11px;line-height:15px;margin:0;padding-top:24px}footer .copyright img{width:72px;height:22px}.breadcrumb{margin-left:15px}.max-320{width:320px}.title-pg-interna{font-size:18px;margin-top:20px}}