.work-sans-400{
    font-family: "Work Sans", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.open-sans-400 {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight:400;
    font-style: normal;
    font-variation-settings:
   "wdth" 100;
}

body {
    position: relative;
    font-family: "Open Sans", serif;
    background-color: white;
}
a{
    cursor: pointer !important;
}
.container{
    width: 1600px !important;
    max-width: 100% !important;
}
.nav-pills {
    --bs-nav-pills-border-radius: 0;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #ffb81c;
}
.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #ffb81c;
}

.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffb81c;
    --bs-btn-border-color: #ffb81c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0e0e0e;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0e0e0e;
    --bs-btn-active-border-color: #0e0e0e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0e0e0e;
    --bs-btn-disabled-bg: #ffb81c;
    --bs-btn-disabled-border-color: #ffb81c;
    font-family: "Work Sans", serif;
}

.btn-whats{
    --bs-btn-color: #fff;
    --bs-btn-bg: #25d366;
    --bs-btn-border-color: #25d366;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0e0e0e;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0e0e0e;
    --bs-btn-active-border-color: #0e0e0e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0e0e0e;
    --bs-btn-disabled-bg: #25d366;
    --bs-btn-disabled-border-color: #25d366;
    font-family: "Work Sans", serif;
}

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: #fff;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: #ED463A;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffb81c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #fae5b6;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(237, 70, 58, 0.25);
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #ED463A;
}
/*------------------- Navbar ----------------------*/
body.home{
    padding-top: 0;
}
.navbar.fixed-top{
    top: -100%;
}
.navbar .navbar-brand{
    width: 250px;
    padding: 0;
    margin: 0;
}
.navbar .navbar-brand > img{
    display: block;
    max-width: 100%;
}
.navbar-nav .nav-link{
    cursor: pointer;
    color: #232323;
    font-weight: 500;
    padding-left: 25px;
    letter-spacing: 0.05rem;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active{
    background-color: #ED463A;
}

@media(max-width: 992px){
    .navbar.fixed-top{
        top: 0;
    }
    .navbar .navbar-brand{
        width: 200px;
    }
    body.home{
        padding-top:65px;
    }
}

.navbar-interna,
.navbar.fixed-top.navbar-interna{
   top: 0;
}
.navbar-interna{
  background-color: #ED463A;
}
@media(max-width: 992px){
    .navbar-nav .nav-link{
        color:#fff !important;
    }
}

/*------------------- header ----------------------*/
.header-home{
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  z-index: 499;
  left: 0;top:0;
}
.nav-pills.nav-header .nav-link{
   color: #fff;
   padding-top: 20px;
   padding-bottom: 20px;
   font-weight: 400;
   letter-spacing: 0.05rem;
}
.nav-pills.nav-header .nav-link.active,
.nav-pills.nav-header .nav-link:hover,
.nav-pills.nav-header .nav-link:active{
    background-color: #ED463A;
}
.nav-pills.nav-header .dropdown:hover,
.dropdown-menu:active{
    background-color: #ED463A;
}
.dropdown-menu{
    padding: 0;
    border-radius: 0;
    border: 1px solid #fff;
    background-color: #ED463A !important;
}
.dropdown-menu > li > .dropdown-item{
    padding-top: 10px;
    padding-bottom: 10px;
    color: white !important;
    background-color: #ED463A !important;
    border-bottom: 1px solid #fff;
}
.dropdown-menu > li:last-child > .dropdown-item{
    border-bottom:0 solid transparent;
}
@media(min-width: 992px){
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media(max-width: 992px){
    .header-home{
        display: none;
    }
}
/*------------------- Home ------------------------ */
.banner-home{
  position: relative;
  min-height: 90vh;
}
.owl-banner .item{
    position: relative;
    min-height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.owl-banner .item > a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    left: 0;top: 0;
    z-index: 10;
}
.owl-banner .item > a:hover{
    text-decoration: none;
}
.banner-home .owl-dots{
    position: absolute;
    z-index: 99;
    width: 100%;
    bottom: 25px;
}
@media (max-width: 1300px) {
    .banner-home{
        min-height:0;
    }
    .owl-banner .item{
        min-height: 0;
        padding-bottom: 40%;
    }
    .banner-home .owl-dots{
        bottom: 10px;
    }
}
@media (max-width: 1199px) {
    .banner-home{
        min-height:0;
    }
    .owl-banner .item{
        min-height: 0;
        padding-bottom: 40%;
    }
    .banner-home .owl-dots{
        bottom: 10px;
    }
}
/*------------------- Home/title-section ------------------------ */
.title-section{
    padding-top:20px;
    padding-bottom:20px;
}
.title-section h2{
    color: #0e0e0e;
    font-weight:700;
    font-size: 2.8em;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
}
.title-section p{
    font-size: 18px;
    color: #272727;
    font-weight: 500;
    font-family: "Work Sans", serif;
}
.title-section ul > li{
    display: inline-block;
    list-style: none;
    border-radius: 50%;
    width: 6px;height: 6px;
    background-color:#ED463A;
}
.title-section ul > li:last-child{
    width: 150px;
    height:6px;
    border-radius: 5px;
}
/*------------------- Home/Destaques/ícones --------------------- */
.hdestaques > .container{
    width: 1200px !important;
    max-width: 100% !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.hdestaques .item-dest{
    padding: 20px;
    width: 380px;
    max-width: 100%;
    border-radius: 20px;
    min-height: 100%;
    margin: 0 auto;
    border:2px solid #e6e5e5;
    transition: all 0.250s ease;
}
.hdestaques .item-dest .img{
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.hdestaques .item-dest .img > img{
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;left: 50%;
    transition: all 0.250s ease;
    transform: translate(-50%,-50%);
}

.hdestaques .item-dest p,
.hdestaques .item-dest h3{
    text-align: center;
    font-family: "Work Sans", serif;
}
.hdestaques .item-dest h3{
    color: #323232;
    font-weight: 700;
}
.hdestaques .item-dest p{
    font-size: 15px;
}
.hdestaques .item-dest:hover{
    border-color: #FF423A;
}
.hdestaques .item-dest:hover > .img > img{
    width: 115%;
}


/*------------------- Home/Qualidade ------------------------ */
.h-qualidade{
    background-color: #333f48;
}
.h-qualidade .col-lg-6{
    min-height: 400px;
}
.h-qualidade .t-label > span{
    font-size: 1.5em;
    color: #FF423A;
    font-weight: 600;
    font-family: "Work Sans", serif;
}

.h-qualidade h2{
    color: #fff;
    font-weight: 700;
    font-size: 2.8em;
    font-family: "Work Sans", serif;
}
.h-qualidade p{
    color: #fff;
    font-size: 1.4em;
    font-weight:500;
    font-family: "Open Sans", serif;
}
@media(max-width: 768px){
    .h-qualidade h2{
        font-size: 1.8em;
    }
    .h-qualidade p{
        font-size: 1.2em;
    }
    .h-qualidade .col-lg-6{
        min-height: 350px;
    }
}

/*------------------- Home/Parceria ------------------------ */
.h-parceria{
    background-color: #333f48;
}

.h-parceria .col-lg-6{
    min-height: 400px;
}

.h-parceria .t-label > span{
    font-size: 1.5em;
    color: #FF423A;
    font-weight: 600;
    font-family: "Work Sans", serif;
}

.h-parceria h2{
    color: #fff;
    font-weight: 700;
    font-size: 2.8em;
    font-family: "Work Sans", serif;
}
.h-parceria p{
    color: #fff;
    font-size: 1em;
    font-weight:400;
    font-family: "Open Sans", serif;
}
@media(max-width: 768px){
    .h-parceria h2{
        font-size: 1.8em;
    }
    .h-parceria p{
        font-size: 1.2em;
    }
    .h-parceria .col-lg-6{
        min-height: 350px;
    }
}


/*------------------- Home/Produtos ------------------ */
.h-produtos > .container{
    width: 1300px !important;
}
.h-produtos .title-section ul > li{
    display: inline-block;
    margin-right: 5px;
}
.h-produtos .item-produto .img-content{
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}
.h-produtos .item-produto .col-lg-6{
    min-height: 320px;
}
.h-produtos .item-produto .img-content{
    display: block;
    min-height: 100%;
    border-radius: 10px;
}
.h-produtos .item-produto .text-content{
    display: block;
    min-height: 100%;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    position: relative;
    -webkit-box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.77);
    -moz-box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.77);
    box-shadow: 0px 0px 19px -11px rgba(0,0,0,0.77);
}
.h-produtos .item-produto .text-content h3{
    color: #0b0b0b;
    font-weight: 700;
}
.h-produtos .item-produto .btn{
  width: 230px;
  position: absolute;
  right: 10px; bottom: 10px;
}

/*------------------- Home/Serviços --------------------------- */
.h-servicos{
    background-color:#ef453a;
}
.h-servicos > .container{
    padding-top: 70px;
    padding-bottom: 70px;
}
.h-servicos h1{
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    font-family: "Work Sans", serif;
}
.h-servicos p{
   color: white;
}
.h-servicos p.bordered{
    color: #fff;
    padding: 4px 0 4px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
/*------------------- Home/Comentários ------------------------ */
.hcoments > .container-fluid{
    padding-top: 20px;
    padding-bottom:20px;
}
.item-comment{
    padding: 15px;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.10);
}
.item-comment .list-stars{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.item-comment .list-stars li{
    display: inline-block;
}
.item-comment .list-stars li > span:before{
    color: #ED463A;
    margin-left: 0;
}
.item-comment .item-text{
    min-height: 80px;
}
.item-comment .item-text p{
    color:#0e0e0e;
    font-size: 16px;
    font-family: "Work Sans", serif;
}
.item-comment .user-image{
    display: block;
    width: 80px;
}
.item-comment  .user-image > img{
    display: block;
    border-radius: 50%;
    width: 100%;
}
.item-comment .user-info{
    padding-left:15px;
}
.item-comment .user-info h5{
   color: #272727;
   font-size: 16px;
   font-family: "Work Sans", serif;
}
.item-comment .user-info p{
    color: #323232;
    font-size:13px;
    font-family: "Work Sans", serif;
}

/*------------------- Home/owl-projetos ------------------ */
.owl-servicos .item{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.owl-servicos .item > img{
    display: block;
    width: 100%;
    position: relative;
}
.owl-servicos .item > a{
    text-decoration: none;
    position: absolute;
    left:0;top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.owl-theme.owl-servicos .owl-dots{
    padding-top: 0px;
}
.owl-theme.owl-servicos .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
}
.owl-theme.owl-servicos .owl-dots .owl-dot:hover span,
.owl-theme.owl-servicos.owl-dots .owl-dot:active span,
.owl-theme.owl-servicos .owl-dots .owl-dot:focus span,
.owl-theme.owl-servicos .owl-dots .owl-dot.active span{
    background-color: #ffffff;
}


/*------------------- Home/a empresa ------------------ */
.a-empresa .d-panel{
    width: 180px;
}
.a-empresa .d-panel > svg{
    width: 170px !important;
    height: 170px !important;
}
.a-empresa .col-left{
    padding: 30px 20px 30px 20px;
    background-color: #333f48;
}
.a-empresa h3{
  color: #fff;
  font-weight: 700;
  font-size: 2.8em;
  font-family: "Open Sans", serif;
}
.a-empresa p{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: "Work Sans", serif;
}
.a-empresa .col-right{
    position: relative;
    overflow: hidden;
}
.a-empresa .col-right > img{
    width: 100%;
    position: absolute;
    left:50%;top: 50%;
    transform: translate(-50%,-50%);
}
@media(max-width: 992px){
    .a-empresa .d-panel{
        width: 100px;
    }
    .a-empresa .d-panel > svg{
        width: 70px !important;
        height: 70px !important;
    }
    .a-empresa h3{
        font-size: 1.8em;
    }
    .a-empresa p{
        font-size: 16px;
        font-family: "Work Sans", serif;
    }
    .a-empresa .col-right{
        min-height: 200px;
    }
}



/*------------------- Home/o que é ------------------ */
section.h-oquee > .container-fluid{
    padding-top: 30px;
    padding-bottom: 30px;
}
section.h-oquee .row{
    background-color:#333f48;
}
section.h-oquee .o-quee-video{
   position: relative;
   overflow: hidden;
   padding-bottom: 54.6%;
}
section.h-oquee .o-quee-video > iframe{
    position: absolute;
    left: 0;top: 0;
    width: 100%;height: 100%;
}
section.h-oquee .solar-legenda span{
    color: #ED463A;
    font-weight: 600;
    font-size: 1.6em;
    font-family: "Open Sans", serif;

}
section.h-oquee h2{
    color:#fff;
    font-weight: 700;
    font-size: 2.8em;
    font-family: "Open Sans", serif;
}
section.h-oquee p{
    color:#fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Work Sans", serif;
}
/*------------------- Home/Numbers ------------------ */
.h-numeros > .container{
   padding-top: 25px;
   padding-bottom: 25px;
}

.number-items .card-number{
    width: 240px;
    padding: 20px;
    aspect-ratio: 1 / 1;
    border: 2px solid #ED463A;
    border-radius: 25px;
    margin-bottom: 25px;
}
.number-items .card-number > span{
    color:#000;
    font-size: 1.8em;
    font-weight: 700;
    font-family: "Work Sans", serif;
}
.number-items .card-number > p{
    color: #272727;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    font-family: "Work Sans", serif;
}
@media (max-width: 992px) {
    .number-items .card-number{
        width: 200px;
    }
}
@media (max-width: 768px) {
    .number-items .card-number {
        width: 180px;
        padding: 15px;
    }
    .number-items .card-number > span{
        color:#000;
        font-size: 1.2em;
    }
}

/*------------------- Home/PeruntasFaq ------------------ */
.h-perguntas > .container{
    padding-top: 30px;
    padding-bottom:30px;
}
.h-perguntas{
    margin-bottom: 25px;
}
/*------------------- Home/Dica dinheiro ----------------*/
.h-dica{
    min-height: 200px;
    background-repeat: no-repeat;
    background-image: url('../img/servicos-de-manutencao-para-equipamentos-eletricos.jpg');
    background-size: 100%,auto;
    -webkit-background-size: 100%,auto;
    -moz-background-size: 100%,auto;
}
.h-dica > .container{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 800px !important;
}
.h-dica h2{
    color: #fff;
    font-weight: 900;
    font-size: 3em;
    font-family: "Open Sans", serif;
}

@media (max-width: 992px) {
    .h-dica h2{
        font-size: 1.8em;
    }
}
/*------------------- Home/Contato ----------------*/
.h-contato > .container{
    padding-top: 40px;
    padding-bottom:40px;
}
.h-contato .link-whats{
    width: 230px;
    margin: 0 auto;
}
.h-contato .link-whats,
.h-contato .link-whats:hover,
.h-contato .link-whats:active,
.h-contato .link-whats:focus{
    text-decoration: none;
}
.h-contato .link-whats > span{
    color: #272727;
    font-size:18px;
    font-weight: 500;
    font-family: "Work Sans", serif;
}
/*------------------- Página/Blog -----------*/
.sc-projetos{
    padding-top: 70px;
    background-color: #fefefe;
}
.sc-projetos > .container{
    min-height: 80vh;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100% !important;
    max-width: 100% !important;
}
.grid-projetos{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.grid-projetos > .item{
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
.grid-projetos > .item > img{
    width: 100%;
    max-width: 100%;
    position: absolute;
}

@media (max-width: 1400px) {
    .grid-projetos { grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}
}
@media (max-width: 992px) {
    .grid-projetos {grid-template-columns: 1fr 1fr 1fr 1fr;}
}
@media (max-width: 768px) {
    .grid-projetos { grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width: 380px) {
    .grid-projetos {grid-template-columns: 1fr 1fr 1fr;}
}
@media (max-width: 300px) {
    .grid-projetos { grid-template-columns: 1fr 1fr;}
}
/*------------------- Página/Blog -----------*/
.sc-blog{
    padding-top: 70px;
    background-color: #fefefe;
}
.sc-blog .title-section p{
    font-size: 18px;
}
.sc-blog > .container{
    min-height: 80vh;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sc-blog .col-posts{
    padding: 10px;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}
.sc-blog .item-list .image{
   display: block;
   overflow: hidden;
   position: relative;
   border-radius: 15px;
   padding-bottom: 60%;
}
.sc-blog .item-list .image > div{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;top:50%;
    transform: translate(-50%,-50%);
    transition: all 0.250s ease;
}
.sc-blog .item-list .image:hover > div{
    width: 110%;
    height: 110%;
}
.sc-blog .item-list h3{
    font-weight: 900;
    font-size: 2em;
    font-family: "Open Sans", serif;
}
.sc-blog .item-list p{
    font-weight: 400;
    font-size: 17px;
    font-family: "Work Sans", serif;
}

.sc-blog .divider-list{
    height:60px;
}
.sc-blog .divider-list ul{
    margin-bottom: 0;
}
.sc-blog .divider-list ul > li{
    display: inline-block;
    list-style: none;
    border-radius: 50%;
    width: 6px;height: 6px;
    background-color:#ED463A;
    margin-right: 5px;
}
.sc-blog .divider-list ul > li:last-child{
    width: 150px;
    height:6px;
    border-radius: 5px;
}
.item-post .header-post h1{
    color: #0e0e0e;
    font-weight: 900;
    font-size: 2.4em;
    font-family: "Open Sans", serif;
}
.item-post .header-post p{
    color: #959595;
    font-weight: 500;
    font-size: 15px;
    font-family: "Work Sans", serif;
}
.item-post .body-post{
    padding-left: 25px;
    padding-right: 25px;
}

.item-post .body-post,
.item-post .body-post p{
    color: #2c2c2c;
    font-weight: 500;
    font-size: 18px;
    line-height: 170%;
    font-family: "Open Sans", serif;
}
.item-post  h2,
.item-post h3{
    color: #2c2c2c;
    font-weight: 700;
    line-height: 135%;
    font-family: "Open Sans", serif;
    margin-bottom: 15px;
}

.sc-blog .link-back{
    color: #474747;
    font-size: 15px;
    font-family: "Work Sans", serif;
}
@media(max-width: 768px){
    .item-post .body-post{
        padding-left: 10px;
        padding-right:10px;
    }
}
/*------------------- Footer ----------------*/
footer .footer-top{
    background-color:#ED463A;
}

footer .footer-top > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .footer-top .col-md-4{
    position: relative;
    padding-left: 50px;
    padding-right:50px;
}
footer .footer-top h3{
    color: #fff;
    font-size:1.6em;
    font-weight: 700;
    font-family: "Open Sans", serif;
}
footer .footer-top p,
footer .footer-top address,
footer .footer-top p a{
    color: #fff;
    font-size: 15px;
    font-family: "Work Sans", serif;
}
footer .footer-top .txt-empresa p{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Work Sans", serif;
}
footer .footer-top p a:hover,
footer .footer-top p a:focus,
footer .footer-top p a:active{
    color:#fff;
}
footer .footer-top .col-md-4.w-divider:before{
    position: absolute;
    content: " ";
    height: 80%;
    width: 1px;
    right: 0;top: 50%;
    transform: translate(-0%,-50%);
    background-color: #0b0b0b;
}
.footer-top .social{
    position: relative;
    padding-bottom: 30px;
}
.footer-top .social a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0b0b0b;
    margin-right: 10px;
}
.footer-top .social:before{
    position: absolute;
    content: " ";
    width: 80%;
    height: 1px;
    left: 0;bottom: 15px;
    background-color: #0b0b0b;
}
.footer-top .social a span:before{
    color: #fff;
    font-size: 18px;
}
.footer-top .social a:hover > span:before,
.footer-top .social a:focus > span:before,
.footer-top .social a:active > span:before{
  color: #ED463A;
}
.footer-top .selos{
    width: 350px;
    max-width: 100%;
}
.footer-top .selos > div{
    padding: 10px;
}
.footer-top .selos > div > img{
    width: 150px;
    max-width: 100%;
}
.footer-bottom{
    background-color:#333f48;
}
.footer-bottom > .container{
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-bottom  p{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: "Work Sans", serif;
}
@media (max-width: 1199px) {
    footer .footer-top .col-md-4{
        position: relative;
        padding-left: 20px;
        padding-right:20px;
    }
}
@media (max-width: 768px) {
    footer .footer-top .col-md-4.w-divider{
        padding-bottom: 40px;
    }
    footer .footer-top .col-md-4.w-divider:before{
        height:1px;
        width: 80%;
        top: auto;
        left: 20px;bottom:20px;
        transform: translate(0%,0%);
        background-color: #0b0b0b;
    }
    .footer-top .social:before{
        width:85.5%;
    }
}

body > .fixed-whats{
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
    border-radius: 50%;
    width: 60px;height:60px;
    right: 15px;bottom:15px;
    background-color: #25D366;
}
body > .fixed-whats > svg{
    width: 35px !important;height:35px !important;
}
@media(max-width: 768px){
    body > .fixed-whats{
        position: fixed;
        border-radius: 50%;
        width: 50px;height:50px;
        right: 10px;bottom:10px;
    }
    body > .fixed-whats > svg{
        width: 30px !important;height:30px !important;
    }

}
