
@font-face {
    font-family: 'Rota';
    src: url('../fonts/rota/Rota-SemiBold.woff2') format('woff2'),
    url('../fonts/rota/Rota-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rota';
    src: url('../fonts/rota/Rota-Light.woff2') format('woff2'),
    url('../fonts/rota/Rota-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rota';
    src: url('../fonts/rota/Rota-Bold.woff2') format('woff2'),
    url('../fonts/rota/Rota-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rota';
    src: url('../fonts/rota/Rota-Regular.woff2') format('woff2'),
    url('../fonts/rota/Rota-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rota';
    src: url('../fonts/rota/Rota-Black.woff2') format('woff2'),
    url('../fonts/rota/Rota-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


html,body{
    padding:0;
    margin :0;
}
body{
    min-height: 100%;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rubik-300,
.rubik-400,
.rubik-500,
.rubik-600,
.rubik-700,
.rubik-900{
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
}
.rubik-300{
    font-weight: 300;
}
.rubik-400{
    font-weight: 400;
}
.rubik-500{
    font-weight: 500;
}
.rubik-600{
    font-weight: 600;
}
.rubik-700{
    font-weight: 700;
}
.rubik-900{
    font-weight: 900;
}


.btn-info{
    --bs-btn-color: #fff;
    --bs-btn-bg: #1D79BE;
    --bs-btn-border-color: #166cac;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #166cac;
    --bs-btn-hover-border-color: #166cac;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #166cac;
    --bs-btn-active-border-color: #166cac;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #166cac;
    --bs-btn-disabled-border-color: #166cac;
}

.btn-success{
    --bs-btn-color: #fff;
    --bs-btn-bg: #66B15F;
    --bs-btn-border-color: #66B15F;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #56a84f;
    --bs-btn-hover-border-color: #56a84f;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #56a84f;
    --bs-btn-active-border-color: #56a84f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #66B15F;
    --bs-btn-disabled-border-color: #66B15F;
}

.btn-white{
    --bs-btn-color: #1D79BE;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #1D79BE;
    --bs-btn-hover-bg: #fafafa;
    --bs-btn-hover-border-color: #fafafa;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #1D79BE;
    --bs-btn-active-bg: #fafafa;
    --bs-btn-active-border-color: #fafafaf;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #1D79BE;
    --bs-btn-disabled-bg: #fafafa;
    --bs-btn-disabled-border-color: #fafafa;
}


/* r-navbar */
body{
    padding-top: 90px;
}
.r-navbar{
    display: flex;
    border-color: #E9E8E8;
    background-color: #E9E8E8;
    width: 100%;
    min-height: 90px;
    position: fixed;
    left: 0;top: 0;
    z-index: 1024;
}
.r-navbar > .left,
.r-navbar > .right{
  flex-grow: 1;
}
.r-navbar > .center{
   width: 1330px;
   max-width: 100%;
   padding-left:15px;
   padding-right: 15px;
   display: flex;
   justify-content: end;
   align-items: center;
}
.r-navbar > .left{
    position: relative;
    min-width: 250px;
}
.r-navbar > .left .left-brand{
    width:120%;
    position: absolute;
    left:0; top: 0;
    z-index:10;
    height: 115px;
    filter: drop-shadow(-1px 10px 10px rgba(27, 121, 190, .5));
}
.r-navbar > .left .left-brand .brand-c{
    width: 100%;
    padding-right:20%;
    background-color: #1D79BE;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.r-navbar  .logo-svg{
    width: 150px;
    display: inline-block;
    max-width: 100%;
}
@media (min-width: 1600px) {
    .r-navbar > .left .left-brand{
        width:150%;
    }
}
@media(max-width: 1600px){
    .r-navbar > .left {
        flex-grow: 1;
    }
    .r-navbar > .right{
        width:1%;
        flex-grow: unset;
    }
    .r-navbar > .center{
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .r-navbar  .logo-svg{
        width: 140px;
    }
}
@media(max-width: 1300px){
    .r-navbar > .left {
        flex-grow: 1;
    }
    .r-navbar > .right{
        display: none;
        flex-grow: unset;
    }
    .r-navbar > .center{
        width: 75%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .r-navbar  .logo-svg{
        width: 130px;
    }
}
@media(max-width: 1199px){
    .r-navbar > .left {
        flex-grow: 1;
    }
    .r-navbar > .right{
        display: none;
        flex-grow: unset;
    }
    .r-navbar > .center{
        width: 90%;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    .r-navbar  .logo-svg{
        width: 120px;
    }
}
@media(max-width: 1060px){
    .r-navbar > .left {
        flex-grow: unset;
        width: 100px;
    }
    .r-navbar > .right{
        display: none;
        flex-grow: unset;
    }
    .r-navbar > .center{
        width: auto;
        flex-grow: 1;
        display: flex;
        padding-right: 5px;
        padding-left: 5px;
        justify-content: end;
    }
    .r-navbar  .logo-svg{
        width: 100px;
    }
    .r-navbar > .left .left-brand{
        width: 100%;
    }
}
@media(max-width: 992px){
    .r-navbar > .left {
        flex-grow: unset;
        width: 200px;
    }
    .r-navbar > .right{
        display: none;
        flex-grow: unset;
    }
    .r-navbar > .center{
        width: auto;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .r-navbar  .logo-svg{
        width: 100px;
    }
}
@media(max-width: 992px){
   .r-navbar{
       display: none;
   }
}
/* Navbar */
.navbar-rotamil{
    border-color: #E9E8E8;
    background-color: #E9E8E8;
    min-height: 90px;
}
.navbar-rotamil .navbar-nav .nav-item .nav-link{
    color: #1D79BE;
    font-size: 16px;
    padding-right: 40px;
    padding-left: 40px;
    font-weight: 400;
}
.navbar-rotamil .navbar-nav .nav-item:last-child .nav-link{
  margin-right: 25px;
}
.navbar-rotamil .ms-n5 {
    margin-left:-46px;
}
.navbar-rotamil .navbar-brand{
    display: none;
}
.navbar-rotamil .form-control{
  color: #8e8e8e;
}
.navbar-rotamil .form-control:focus,
.navbar-rotamil .form-control:active{
    outline: 0;
    color: #0b0b0b;
    box-shadow: none;
}
.navbar-rotamil .dropdown .dropdown-menu {
    overflow: hidden;
    top: 146%;
    width: 150%;
    left: -20%;
    padding:20px 20px 20px 20px;
    border:0 solid transparent;
    border-radius: 0 0 20px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    opacity: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.12);
}
.navbar-rotamil .dropdown .dropdown-menu.show{
    max-height: 250px;
    opacity: 1;
}
.navbar-rotamil .dropdown .dropdown-menu.show:before {
    content: '';
    width: 0;
    height: 0;
    z-index: 10;
    border-style: solid;
    border-bottom:0 solid transparent;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid #E9E8E8;
    display: block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    top: -5px;left: 40%;
}
.navbar-rotamil .dropdown .dropdown-menu .dropdown-item{
    position: relative;
    color: #1D79BE;
    font-size: 18px;
    font-weight: 600;
    padding-left: 0;
    font-family: "Rubik", sans-serif;
}
.navbar-rotamil .dropdown .dropdown-menu .dropdown-item:before{
    content: " ";
    width:30px;
    position: absolute;
    bottom: 0;left: 0;
    border-bottom: 2px solid #FDC300;

}
.navbar-rotamil .dropdown .dropdown-menu .dropdown-item:active,
.navbar-rotamil .dropdown .dropdown-menu .dropdown-item:hover{
    background-color: #fff;
}

@media (max-width: 1600px){
    .navbar-rotamil .navbar-nav .nav-item .nav-link{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 1300px){
    .navbar-rotamil .navbar-nav .nav-item .nav-link{
        padding-right: 12px;
        padding-left: 15px;
    }
    .navbar-rotamil .navbar-nav .nav-item:last-child .nav-link{
        margin-right: 12px;
    }
}

@media (max-width: 1600px){
    .navbar-rotamil form{
        width: 160px;
    }
}

@media (max-width: 1200px){
    .navbar-rotamil form{
       width: 160px;
   }
}
@media (max-width:992px){
    .navbar-rotamil{
        display: none !important;
    }
}

/*---------------------------------------------------------------
               Navbar-Mobile
  ---------------------------------------------------------------*/

.navbar-mb{
    display: none !important;
}

@media (max-width:992px){
    .navbar-mb{
        display: flex !important;
        border-color: #E9E8E8;
        background-color: #E9E8E8;
    }
    .navbar-mb{
        min-height:60px;
    }
    .navbar-mb .left-brand-content{
        width:450px;
        max-width: 40%;
        position: absolute;
        left:0; top: 0;
        z-index:10;
        height:80px;
        filter: drop-shadow(-1px 10px 10px rgba(27, 121, 190, .5));
    }
    .navbar-mb .left-brand-content .brand-c{
        width: 100%;
        height: 100%;
        padding-right:25%;
        background-color: #1D79BE;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    }
    .navbar-mb .left-brand-content svg{
        width: 165px;
    }
    .navbar-mb .left-brand-content{
        height:73px;
        max-width:50%;
    }
    .navbar-mb .left-brand-content svg{
        width: 120px;
    }
    .navbar-mb .navbar-nav{
        width: 280px;
        max-width: 80%;
        padding-top: 50px;
    }
    .navbar-mb .navbar-nav .nav-item .nav-link{
        color: #1D79BE;
        font-size: 16px;
        padding-right: 40px;
        padding-left: 40px;
        font-weight: 400;
    }
    .navbar-mb .navbar-nav .nav-item:last-child .nav-link{
        margin-right: 25px;
    }
    .navbar-mb form{
        width: 230px;
        max-width: 80%;
        padding-bottom: 30px;
    }
    .navbar-mb .form-control{
        color: #8e8e8e;
    }
    .navbar-mb .form-control:focus,
    .navbar-mb .form-control:active{
        outline: 0;
        color: #0b0b0b;
        box-shadow: none;
    }
    .navbar-mb .ms-n5 {
        margin-left:-46px;
    }
    .navbar-mb .dropdown .dropdown-menu{
        border-color: #1D79BE;
        background-color: #E9E8E8;
        padding: 20px 25px 25px 25px;
    }
    .navbar-mb .dropdown .dropdown-menu .dropdown-item{
        position: relative;
        color: #1D79BE;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        padding-left: 0;
        font-family: "Rubik", sans-serif;
    }
    .navbar-mb .dropdown .dropdown-menu .dropdown-item:before{
        content: " ";
        width:30px;
        position: absolute;
        bottom: 0;left: 0;
        border-bottom: 2px solid #FDC300;

    }
    .navbar-mb .dropdown .dropdown-menu .dropdown-item:active,
    .navbar-mb .dropdown .dropdown-menu .dropdown-item:hover{
        background-color: #E9E8E8;
    }
}

@media (max-width: 992px) {
    .page-home{
        padding-top: 60px;
    }
}


/*---------------------------------------------------------------
               Página-home
---------------------------------------------------------------*/
.banner-top-home{
    display: block;
    position: relative;
    padding-bottom: 36.458333333333%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/home/banner-home-v2.jpg");
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner-top-home > .center-flex{
    position: absolute;
    left: 50%;top: 50%;
    width: 800px;
    max-width: 100%;
    transform: translate(-50%,-50%);
    filter: drop-shadow(6px 9px 20px rgba(0, 0, 0, 0.35));
}
.banner-top-home .big-text{
    font-family: 'Rota', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 3.8em;
    line-height:110%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.banner-top-home .big-text.text-rota{
    color:transparent;
    -webkit-text-stroke: 1px #fff;
}
@media(max-width: 1199px){
    .banner-top-home .big-text{
        font-size: 3.4em;
    }
}
@media(max-width: 992px){
    .banner-top-home .big-text{
        font-size: 3em;
    }
    .banner-top-home{
       background-attachment: unset;
    }
}
@media(max-width: 768px){
    .banner-top-home .big-text{
        font-size: 2.4em;
    }
}
@media(max-width: 580px){
    .banner-top-home .big-text{
        font-size: 1.8em;
    }
}

/*---------------------------------------------------------------
               Home - Segmentos
  ---------------------------------------------------------------*/
.h-segmentos{
    margin-bottom: 120px;
}
.h-segmentos > .container{
    width: 1397px !important;
    max-width: 100% !important;
}
.scard-wrap{
    width: 345px;
    max-width: 100%;
    display: block;
    height: 600px;
    position: relative;
    overflow: unset;
}
.scard-outside{
    position: absolute;
    left: 0;bottom: 0;
    z-index: 10;
    width: 100%;
    height: 545px;
    padding:1px ;
    overflow: hidden;
    transition: bottom 0.25s ease;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: rgba(29, 121, 190, 0.27);
    -webkit-clip-path: polygon(89% 0, 100% 7%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(89% 0, 100% 7%, 100% 100%, 0 100%, 0 0);
}
.scard-inside{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-clip-path: polygon(89% 0, 100% 7%, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(89% 0, 100% 7%, 100% 100%, 0 100%, 0 0);
    background: #1D79BE;
    background: linear-gradient(180deg,rgba(29, 121, 190, 0.37) 0%, rgba(225, 225, 225, 1) 51%);
    transition: all 0.25s ease;
}

.scard-wrap:hover > .scard-outside{
    bottom:7px;
}
.scard-inside  a.scard-link,
.scard-inside .img-produto,
.scard-inside .img-bg1,
.scard-inside .img-textura,
.scard-inside .img-textura-2,
.scard-inside .gradient,
.scard-inside .scontent{
    display: block;
    position: absolute;
    left: 0; top: 0;
    width: 100%;height: 100%;
}

.scard-inside .img-bg1{
    z-index: 5;
}
.scard-inside .img-textura{
    z-index: 4;
}
.scard-inside .img-textura-2{
    z-index: 4;
    opacity: 0;
}

.scard-inside .img-textura-2,
.scard-inside .img-bg1{
    position: absolute;
    left: 50%; top:50%;
    transition: all ease 0.3s;
    transform: translate(-50%,-50%);
}
.scard-inside .gradient{
    z-index:6;
    opacity: 0;
    background: rgb(29,121,190);
    background: linear-gradient(0deg, rgba(29,121,190,1) 0%, rgba(29,121,190,0.10968137254901966) 100%);
}
.scard-inside:hover .gradient{
    opacity: 1;
}
.scard-inside:hover .img-textura{
    opacity: 0;
}
.scard-inside:hover .img-bg1{
    opacity: 1;
    width: 110%;
    height: 110%;
    transform: translate(-50%,-47%);
}
.scard-inside:hover .img-textura-2{
    opacity: 1;
    width: 110%;
    height: 110%;
    transform: translate(-50%,-55%);
}
.scard-outside .scard-inside .img-bg1{
    z-index: 1;
    width: 100%;height: 100%;
    left: 50%; top:50%;
    transition: all 0.3s ease;
    transform: translate(-50%,-50%);
}
.scard-outside:hover .scard-inside .img-bg1{
    opacity: 1;
    width: 106%;height:106%;
    transform: translate(-50%,-48%);
}
.scard-inside .img-produto{
    z-index: 10;
    left: 50%; top:50%;
    transition: all 0.3s ease;
    transform: translate(-50%,-50%);
}
.scard-outside:hover .scard-inside .img-produto{
    bottom: 4%;
    opacity: 1;
    width: 105%;height: 105%;
}

.scard-inside > a.scard-link{
    position: absolute;
    display: block;
    text-decoration: none;
    z-index: 25;
}
.scard-inside > svg{
    position: absolute;
    z-index: 24;
    left: 0;bottom: 7%;
}
.scard-wrap .scard-link-outer{
    position: absolute;
    display: block;
    z-index: 26;
    width: 100%;
    bottom:4%;
    line-height: 100%;
    font-size:32px !important;
    padding-left:50px;
    font-weight: 900;
    text-decoration: none;
    color: #1D79BE;
    font-family: Rota, 'sans-serif';
}
.scard-wrap:hover .scard-link-outer{
    color: #fff;
}
.h-segmentos .section-header h2{
    font-size: 1.8em;
    color: #1D79BE;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Rota, 'sans-serif';
}

@media (max-width: 1300px) {
    .scard-wrap{
        height: 550px;
    }
    .scard-outside{
        height: 500px;
    }
    .scard-wrap .scard-link-outer{
        font-size:26px !important;
    }
}
@media (max-width: 1199px) {
    .scard-wrap{
        height: 500px;
    }
    .scard-outside{
        height: 450px;
    }
    .scard-wrap .scard-link-outer{
        font-size:26px !important;
    }
}
@media (max-width: 1058px) {
    .scard-wrap{
        height: 490px;
    }
    .scard-outside{
        height: 430px;
    }
}

@media (max-width: 992px) {
    .h-segmentos{ display: none; }
}
@media (max-width: 768px) {
    .h-segmentos{
        margin-bottom: 50px;
    }
}
.h-segmentos-mb > .container{
    padding-top: 70px;
    padding-bottom: 70px;
}
.h-segmentos-mb > .container{
   width: 800px !important;
   max-width: 100% !important;
}
/*---------------------------------------------------------------
               Card-Produto
  ---------------------------------------------------------------*/
.h-lancamentos{
    margin-bottom: 125px;
}
.h-lancamentos .section-header{
   min-height: 70px;
   padding-top: 25px;
   padding-bottom: 25px;
}
.h-lancamentos .section-header h2{
    margin-bottom: 0;
}
.h-lancamentos .section-header h2 span{
   color: #1D79BE;
   font-size: 1.2em;
   font-weight: 900;
   line-height: 100%;
   margin-top:8px;
   margin-left:25px;
   font-family: Rota, sans-serif;
   text-transform: uppercase;
}

.card-produto{
  position: relative;
  border-radius:10px;
  overflow: hidden;
  border: 1px solid #b1b1b1;
}
.card-produto > .card-image{
    display: block;
    padding-bottom:98%;
    background-color: #fafafa;
    border-bottom: 1px solid #b1b1b1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.card-produto > .card-legend{
    display: block;
    padding: 20px;
}
.card-produto > .card-legend h5{
    color: #1D79BE;
    font-weight: 900;
    margin-bottom: 0;
    font-family: Rota, sans-serif;
}
.card-produto > .card-legend p{
   color: #888888;
   font-size: 14px;
   margin-bottom: 0;
}
.card-produto > .svg-star-left{
    width: 64px;
    height: 39px;
    position: absolute;
    left: -1px;top: -1px;
}
@media (max-width: 768px) {
    .h-lancamentos{
        margin-bottom: 50px;
    }
}
/*---------------------------------------------------------------
               Destaques Home
  ---------------------------------------------------------------*/
.owl-destaques.owl-theme .owl-nav .owl-next, .owl-nav .owl-prev {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-destaques.owl-theme .owl-nav .owl-next {
    right: 0;
    display: flex;
    margin-right: -40px;
    font-size: 25px !important;
}
.owl-destaques.owl-theme .owl-nav .owl-prev{
    left: 0;
    display: flex;
    margin-left: -40px;
    font-size: 25px !important;
}
.owl-destaques.owl-theme .owl-nav .owl-prev > span,
.owl-destaques.owl-theme .owl-nav .owl-next > span{
    color: #fff;
}
.owl-destaques.owl-theme .owl-nav .owl-prev,
.owl-destaques.owl-theme .owl-nav .owl-next{
    width: 30px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#1D79BE;
}
@media (min-width: 992px) and (max-width: 1300px){
    .h-col-carousel{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}
/*---------------------------------------------------------------
               Sobre nós - Home
  ---------------------------------------------------------------*/
.h-sobre-n{
   display: flex;
   width: 100%;
   justify-content: center;
   align-items: stretch;
   height: 700px;
   padding-bottom:40px;
   margin-top: 25px;
   position: relative;
}

.h-sobre-n .section-header{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left:12%;
}
.h-sobre-n .section-header h2 span{
    color: #1D79BE;
    font-size: 1.1em;
    font-weight: 900;
    line-height: 100%;
    font-family: Rota, sans-serif;
    text-transform: uppercase;
}

.h-sobre-n > .flex-col:nth-child(1){
    width: 45%;
    position: relative;
}
.h-sobre-n > .flex-col > .image-left{
   position: absolute;
   display: block;
   width: auto;
   height: 115% !important;
   left: auto;
   top: 50%;
   right: -20%;
   z-index: 0;
   transform: translate(0%,-42%);
}

.h-sobre-n > .flex-col:nth-child(1) .btn-play-video{
    width: 240px;
    display: inline-block;
    position: absolute;
    right: 15%;
    top: 15%;
    z-index: 10;
}
.h-sobre-n > .flex-col:nth-child(1) .btn-play-video > svg{
    width: 100%;
}

.h-sobre-n > .flex-col:nth-child(2){
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.h-sobre-n > .flex-col .content-wrap{
    width: 750px;
    max-width: 100%;
}
.h-sobre-n > .flex-col .content-wrap > .content-text{
    width: 100%;
    padding: 40px 40px 40px 12%;
    border-radius: 0 10px 10px 0;
    border: 1px solid #0a53be;
    border-left:0 solid transparent;
}
.h-sobre-n .content-text p{
    color: #272727;
    font-size: 16px;
    text-align: justify;
}
.h-sobre-n .content-text p b{color: #272727;font-weight: 500;}

.h-sobre-n  .imgs-thumb{
    width: 47%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 40;
}
.h-sobre-n  .imgs-thumb > img{
    margin-left: 15px;
    width: 250px;
}
.h-sobre-n  .imgs-thumb > img:first-child{
    margin-left: 0;
}
.h-sobre-n  .btn-info{
    width: 120px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
    -moz-box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
    box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
}
.h-sobre-n > .flex-col > .image-left-lg{
    display: none;
}
@media(max-width: 1400px){
    .h-sobre-n > .flex-col > .image-left{
        display: none;
    }
    .h-sobre-n > .flex-col > .image-left-lg{
        position: absolute;
        display: block;
        width: auto;
        height: 120%;
        left: auto;
        right: -5%;
        top: 50%;
        z-index: 0;
        transform: translate(0%,-42%);
    }
    .h-sobre-n  .imgs-thumb > img{
        width: 220px;
    }
}

/*---------------------------------------------------------------
      Sobre nós - Home Mobile
  ---------------------------------------------------------------*/
.h-sobre-n{
    display: none;
}
.h-sobre-mb > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.h-sobre-mb .texto{
    padding-top:30px;
}
.h-sobre-mb .texto h1{
    color: #1D79BE;
    font-size: 2em;
    font-weight: 900;
    line-height: 100%;
    font-family: Rota, sans-serif;
    text-transform: uppercase;
}
.h-sobre-mb .texto p{
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    font-family: "Rubik", sans-serif;
}
.h-sobre-mb .texto p > b,
.h-sobre-mb .texto p > strong{
    font-weight: 500;
}
.h-sobre-mb .btn-info{
    width: 120px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
    -moz-box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
    box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
}

/*---------------------------------------------------------------
      Bg gratient - wrap
 ---------------------------------------------------------------*/
.wrap-gradient-1{
    display: block;
    min-height: 1000px;
    padding-top: 150px;
    background-position: top center;
    background-image: url("../img/home/bg-textura.webp");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
@media (max-width: 992px) {
    .wrap-gradient-1{
        display: block;
        min-height: 500px;
        padding-top: 80px;
        background-position: -200px center;
        background-image: url("../img/home/bg-textura.webp");
        -webkit-background-size:cover;
        -moz-background-size:cover;
        background-size: cover;
    }
}
/*---------------------------------------------------------------
               Características-destaque - Home
  ---------------------------------------------------------------*/
.h-c-destaque .box-destaques{
   padding: 20px;
   border-radius: 10px;
   border: 1px solid rgba(29, 121, 190, 0.40);
}
.h-c-destaque .box-destaques .boxd{
    position: relative;
}
.h-c-destaque .box-destaques .boxd.border-right:before{
     content: " ";
     width: 1px;
     height: 80%;
     position: absolute;
     right: 0;
     top: 10%;
     background-color: rgba(29, 121, 190, 0.40);
}
.h-c-destaque .box-destaques .boxd:nth-child(1){
   width: 40%;
}
.h-c-destaque .box-destaques .boxd:nth-child(2){
  width: 30%;
}
.h-c-destaque .box-destaques .boxd:nth-child(3){
  width: 30%;
}
.h-c-destaque .box-destaques .boxd h3{
    color:#272727;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 100%;
    font-family: "Rubik", sans-serif;
}
.h-c-destaque .box-destaques .boxd span{
    color:#272727;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 100%;
    font-family: "Rubik", sans-serif;
}
.h-c-destaque .box-destaques .boxd .inner-text{
    padding-left: 25px;
}
.h-c-destaque .box-destaques .boxd .svg-1{
    width: 58px;
}
.h-c-destaque .box-destaques .boxd .svg-2{
    width: 50px;
}
.h-c-destaque .box-destaques .boxd .svg-3{
    width: 48px;
}
@media(max-width: 992px){
    .h-c-destaque .box-destaques .boxd h3{
      font-size: 22px;
    }
    .h-c-destaque .box-destaques .boxd .inner-text{
        padding-left: 20px;
    }
    .h-c-destaque .box-destaques .boxd .svg-1{
        width: 48px;
    }
    .h-c-destaque .box-destaques .boxd .svg-2{
        width: 40px;
    }
    .h-c-destaque .box-destaques .boxd .svg-3{
        width: 38px;
    }
    .h-c-destaque .box-destaques .boxd:nth-child(1){
        width: 45%;
    }
    .h-c-destaque .box-destaques .boxd:nth-child(2){
        width: 27.5%;
    }
    .h-c-destaque .box-destaques .boxd:nth-child(3){
        width: 27.5%;
    }
}
@media(max-width: 768px){
    .h-c-destaque .box-destaques .boxd h3{
        font-size: 22px;
    }
    .h-c-destaque .box-destaques .boxd .inner-text{
        padding-left: 20px;
    }
    .h-c-destaque .box-destaques .boxd .svg-1{
        width: 48px;
    }
    .h-c-destaque .box-destaques .boxd .svg-2{
        width: 40px;
    }
    .h-c-destaque .box-destaques .boxd .svg-3{
        width: 38px;
    }
    .h-c-destaque .box-destaques .boxd{
        width: 100% !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    .h-c-destaque .box-destaques .boxd.border-right:before{
        top: unset;
        right: unset;
        left: 25%;
        bottom: 0;
        width: 50%;
        height: 1px;
    }
}

/*---------------------------------------------------------------
                   Home clientes
---------------------------------------------------------------*/

.h-clientes > .container{
    padding-top: 70px;
    padding-bottom: 130px;
}
.h-clientes .section-header{
    width: 100%;
}
.h-clientes .section-header h2{
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.h-clientes .section-header{
    margin-bottom: 25px;
}
.h-clientes .grid-clientes{
    width: 100%;
}
.h-clientes .grid-clientes > a{
    width: 14.28%;
    padding:25px;
    display: flex;
    height: 100px;
    cursor: default;
    justify-content: center;
    align-items: center;
}
.h-clientes .grid-clientes > a > img{
    max-width: 100%;
}
@media (max-width: 1199px) {
    .h-clientes .grid-clientes > a{
        width: 20%;
        padding:20px;
    }
}
@media (max-width: 992px) {
    .h-clientes .grid-clientes > a{
        width: 20%;
        padding:20px;
        height: 80px;
    }
}
@media (max-width: 992px) {
    .h-clientes .grid-clientes > a{
        width: 25%;
        padding:15px;
        height: 70px;
    }
}
@media (max-width:768px) {
    .h-clientes .grid-clientes > a{
        width: 25%;
        padding:15px;
        height: 50px;
    }
    .h-clientes > .container{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
/*---------------------------------------------------------------
                   Home - Garantias
---------------------------------------------------------------*/
.h-garantias > .container{
    padding-top: 130px;
    padding-bottom: 50px;
}
.h-garantias .section-header{
    width: 100%;
    min-height: 60px;
}
.h-garantias .section-header h2{
    color: #fff;
    width: 100%;
    font-weight: 700;
    text-align: center;
    font-family: Rota, 'sans-serif';
    text-transform: uppercase;
}
.h-garantias .section-header{
    margin-bottom: 25px;
}
.h-garantias .row-items .col-md-4{
  min-height: 460px;
}
.card-garantia{
    height: auto;
    min-height: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
}
.card-garantia .card-label h3{
    color: #fff;
    font-weight: 900;
    font-family: Rota, 'sans-serif';
}
.card-garantia .card-label p{
   color: #fff;
   font-weight: normal;
   font-family: "Rubik", sans-serif;
}
.card-certificado{
    height: auto;
    position: relative;
    min-height:200px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.card-certificado .card-label h2{
    color: #fff;
    font-weight: 900;
    font-family: Rota, 'sans-serif';
}
.card-certificado .card-label p{
    color: #fff;
    font-weight: 400;
    font-family: "Rubik", sans-serif
}
.card-certificado .img-selo-iso{
   width: 100px;
}
.card-certificado .img-selo-imetro{
  width: 100px;
}
.card-certificado > a{
   position: absolute;
   right: 8px; top: 5px;
}
.card-certificado > a > span{
    color: white;
    text-decoration: underline;
}
@media (max-width: 1199px){
    .h-garantias > .container{
       width: 100% !important;
       max-width: 100% !important;
    }
}
@media (max-width: 992px) {
    .card-garantia{
        width: 350px;
        max-width: 100%;
    }
    .card-certificado{
        width: 350px;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 768px){
    .h-garantias > .container{
        padding-top: 50px;
    }
}

/*---------------------------------------------------------------
                   Home - Galeria
---------------------------------------------------------------*/
.galeria{
    background-color: #154971;
}
.galeria > .container{
    padding-top: 50px;
    padding-bottom: 50px;
}
.galeria .slick-slide > div.image {
    display: block;
    color: #fff;
    font-size: 36px;
    width: 280px;
    height: 280px;
    position: relative;
    border-radius: 10px;
    transform: translate(0, 0) scale(.4);
    transition: all .4s ease;
    opacity: .5;
    background: transparent no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.galeria .slick-slide.lt2 div.image {
    transform: translate(10%, 0) scale(.68);
}
.galeria .slick-slide.lt1 div.image {
    opacity: .7;
    transform: translate(5%, 0) scale(.75);
    margin-left: -20px;
}
.galeria .slick-slide.gt1 div.image {
    opacity: .7;
    transform: translate(-5%, 0) scale(.75);
    margin-left: 20px;
}
.galeria .slick-slide.gt2 div.image {
    transform: translate(-10%, 0) scale(.68);
}
.galeria .slick-slide.slick-center div.image {
    z-index: 1;
    transform: scale(1);
    opacity: 1;
}
.galeria .slick-prev{
    left: 0;
    z-index: 99;
}
.galeria .slick-next{
    right: 0;
    z-index: 99;
}
.galeria .slick-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image:url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 64 66" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(%23filter0_dd_2181_3077)"><rect x="48.5" y="50.5" width="33" height="35" rx="9.5" transform="rotate(-180 48.5 50.5)" fill="white" stroke="white"/><rect x="48.5" y="50.5" width="33" height="35" rx="9.5" transform="rotate(-180 48.5 50.5)" fill="white" stroke="white"/><path d="M35 41L27 33.5L35 26" stroke="%231D79BE"/><path d="M35 41L27 33.5L35 26" stroke="%231D79BE" stroke-width="2"/></g><defs><filter id="filter0_dd_2181_3077" x="0" y="0" width="64" height="66" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="7.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.113725 0 0 0 0 0.47451 0 0 0 0 0.745098 0 0 0 0.7 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2181_3077"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="effect1_dropShadow_2181_3077" result="effect2_dropShadow_2181_3077"/><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_2181_3077" result="shape"/></filter></defs></svg>');
}
.galeria .slick-next:before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 64 66" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="15.5" y="15.5" width="33" height="35" rx="9.5" fill="white" stroke="white"/><g filter="url(%23filter0_dd_2181_3072)"><rect x="15" y="15" width="34" height="36" rx="10" fill="white"/><rect x="15.5" y="15.5" width="33" height="35" rx="9.5" stroke="white"/></g><path d="M29 25L37 32.5L29 40" stroke="%231D79BE"/><path d="M29 25L37 32.5L29 40" stroke="%231D79BE" stroke-width="2"/><defs><filter id="filter0_dd_2181_3072" x="0" y="0" width="64" height="66" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset/><feGaussianBlur stdDeviation="7.5"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.113725 0 0 0 0 0.47451 0 0 0 0 0.745098 0 0 0 0.7 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2181_3072"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dy="2"/><feGaussianBlur stdDeviation="1"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/><feBlend mode="normal" in2="effect1_dropShadow_2181_3072" result="effect2_dropShadow_2181_3072"/><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_2181_3072" result="shape"/></filter></defs></svg>');
}

@media(max-width: 1200px){
    .galeria > .container{
       width: 100% !important;
       max-width: 100% !important;
       padding-left: 40px;
       padding-right: 40px;
    }
    .slick-slide > div.image {
        width: auto;
        height: 200px;
    }
    .slick-slide.lt1 div.image {
        opacity: .7;
        transform: translate(5%, 0) scale(.75);
        margin-left:0;
    }
    .slick-slide.gt1 div.image {
        opacity: .7;
        transform: translate(-5%, 0) scale(.75);
        margin-left:0;
    }
}
@media (max-width: 992px) {
    .galeria{
        display: none !important;
    }
}
/*
@media(max-width: 768px){
    .galeria > .container{
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }
    .slick-slide > div.image {
        width: auto;
        height: 150px;
    }
    .slick-prev{
        left: -20px;
        z-index: 99;
    }
    .slick-next{
        right: 0;
        z-index: 99;
    }
}*/

/*---------------------------------------------------------------
                   Galeria Mobile
---------------------------------------------------------------*/
.galeria-mb{
    display: block;
    background-color: #154971;
}
.galeria-mb > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.slick-mb  .slick-slide > div.image{
    padding-bottom: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.galeria-mb .slick-dots li button:before {
    font-size: 10px !important;
    color: rgba(250, 250, 250, 0.97);
}
@media (min-width: 992px) {
    .galeria-mb{
        display: none !important;
    }
}

/*---------------------------------------------------------------
                   Fraze destaque
---------------------------------------------------------------*/
.h-frase-destaque{
   z-index: 0;
   position: relative;
   min-height: 274px;
}
.h-frase-destaque:before{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;top: 0;
    z-index: -1;
    opacity: 0.95;
    background-image: url("../img/frame-221.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.h-frase-destaque > .container{
   max-width: 830px;
   padding-top: 40px;
   padding-bottom: 40px;
}
.h-frase-destaque h2{
    color: #fff;
    text-align: center;
    font-size: 2.6em;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Rota', sans-serif;
}
@media (max-width: 992px) {
    .h-frase-destaque h2{
        font-size: 2.4em;
    }
}
@media (max-width: 768px) {
    .h-frase-destaque h2{
        font-size: 1.6em;
    }
}

/*---------------------------------------------------------------
               Produtos
  ---------------------------------------------------------------*/
.header-produtos{
    z-index: 0;
   padding-top: 50px;
   background-repeat: no-repeat;
   background-position: top center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
}
.header-produtos .s-title > span{
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 100%;
    font-family: Rota, 'sans-serif';
}
.header-produtos .s-title > h1{
    color: transparent;
    font-size: 5.8em;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: Rota, 'sans-serif';
    -webkit-text-stroke: 1px #fff;
}
.header-compressores{
   background-image: url("../img/compressores/bg-header-comp-full.png");
}
.header-refirgeracao{
    background-image: url("../img/refrigeracao/bg-header-refr-full.png");
}
.header-agro{
    background-image: url("../img/agro/bg-header-agro-full.png");
}
.header-produtos  > .container{
    padding-top:70px;
    min-height: 550px;
}
.produtos-center{
    z-index: 1;
    display: block;
    padding:50px 50px 0 50px;
    width: 940px;
    max-width: 100%;
    margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 400px;
}
.produtos-center .img-bg{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;top: 0;
    z-index: -1;
}
.produtos-center .img-produto{
   max-width: 75% !important;
   margin: 0 auto;
}

.produtos-center h2{
    position: relative;
}
.produtos-center h2 > span{
    color: #fff;
    font-size: 1.2em;
    font-weight: 900;
    font-family: Rota, 'sans-serif';
}
.produtos-center p{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: "Rubik", sans-serif;
}
@media(min-width: 768px) and (max-width: 992px){
    .header-produtos .s-title > span{
        color: #fff;
        font-size: 28px;
        font-weight: 300;
        line-height: 100%;
        font-family: Rota, 'sans-serif';
    }
    .header-produtos .s-title > span{
        font-size: 20px;
    }
    .header-produtos .s-title > h1{
        font-size:4.5em;
    }
    .produtos-center .img-bg{
        min-height: 400px;
    }
    .produtos-center .img-produto{
        max-width:85% !important;
    }
}
@media(max-width: 767px){
    .produtos-center .img-bg{
        display: none !important;
    }
    .header-produtos .s-title > span{
        font-size: 20px;
    }
    .header-produtos .s-title > h1{
         font-size:4em;
    }
    .header-produtos > .container{
       width: 100% !important;
       max-width: 100% !important;
    }
    .produtos-center{
        margin-top: -15px;
        border-radius: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
        background: linear-gradient(90deg,rgba(29, 121, 190, 1) 0%, rgba(18, 112, 183, 1) 50%);
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.4);
    }
}

.page-produtos{
    position: relative;
}
.page-produtos .wrap-mid{}
.page-produtos .sobre{
    padding-top: 25px;
    padding-bottom: 25px;
}
.page-produtos .sobre{
    color: #272727;
    font-size: 14px;
    font-weight: normal;
}
.page-produtos .sobre > strong,
.page-produtos .sobre > b {
    font-weight: 500;
}

.p-necessidade p{
    color:#272727;
}
.p-necessidade .link-whats{
    width: 200px;
    max-width: 100%;
    font-size: 13px;
    font-weight: 500;
}
.p-necessidade  .phone > span{
    color: #272727;
    font-size: 14px;
    font-weight: 500;
}
.p-necessidade  .phone > a{
    color: #1371B8;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}
.p-necessidade  .phone > a:hover{
    color: #1371B8;
}
.p-necessidade  h2 > span{
    color: #1371B8;
    font-weight: 300;
    font-family: Rota, 'sans-serif';
}
.p-necessidade  h2 > b{
    color: #1371B8;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Rota, 'sans-serif';
}

.p-diferenciais > .container{
    padding-top: 120px;
    padding-bottom: 120px;
}
.box-diferenciais{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(19, 113, 184, 0.68);
}
.box-diferenciais > div{
    width: 33.333333%;
    position: relative;
}
.box-diferenciais > div.divider::before{
    content: " ";
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;top: 0;
    background-color:rgba(19, 113, 184, 0.68);
}
.box-diferenciais > div > .icon{
    height:80px;
}
.box-diferenciais p{
   color: #272727;
   width: 300px;
   max-width: 100%;
   font-size: 13px;
   text-align: center;
   font-weight: 400;
   font-family: "Rubik", sans-serif;
}
.box-diferenciais p > b{
    color: #1D79BE;
}
.box-diferenciais{
    position: relative;
}
.box-diferenciais > h2{
    position: absolute;
    color: #1D79BE;
    padding-left: 20px;
    padding-right: 20px;
    left: 50%;top: -12px;
    display: inline-block;
    background-color: white;
    font-size: 24px;
    font-weight: 900;
    line-height: 100%;
    text-transform: uppercase;
    font-family: Rota, 'sans-serif';
    transform: translate(-50%,0%);
}
@media(max-width: 992px){
    .box-diferenciais > h2{
        left: 50%;top: -8px;
        font-size:20px;
    }
}
@media(max-width: 768px){
    .box-diferenciais > h2{
        top: -8px;
        font-size:18px;
        width: 230px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width: 570px){
    @media(max-width: 570px){
        .box-diferenciais > div{
            width: 100%;
            position: relative;
        }
        .box-diferenciais > div.divider{
            margin-bottom: 20px;
        }
        .box-diferenciais > div.divider::before{
            height:1px;
            width: 100%;
            position: absolute;
            right: 0;top:auto;
            bottom: 0;
        }
    }
    .p-diferenciais > .container{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media(max-width: 768px){
    .p-diferenciais > .container{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.wrap-garantias{
   background-repeat: no-repeat;
   background-image: url("../img/bg-garantias-interna.png");
   background-position: top left;
   background-size: cover;
}

.clientes-em > .container{
    padding-top: 50px;
    padding-bottom: 25px;
}
.clientes-em h3{
    color:#FFF;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Rota, 'sans-serif';
}
.wrap-garantias .p-divider hr{
    opacity: 1;
    border-top-color: #fff;
}

/*---------------------------------------------------------------
                    Produtos/Refrigeração
---------------------------------------------------------------*/
.page-refrigeracao .produtos-center .img-produto{
    margin: 0 auto;
    max-width: 100% !important;
}
.page-refrigeracao .header-produtos  > .container{
    padding-top:70px;
    padding-bottom:0;
}
.page-refrigeracao .sobre{
    padding-top:0;
}
.page-refrigeracao .sobre p{
    font-size: 16px;
    color: #272727;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}
.page-refrigeracao .sobre b{
    color: #272727;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
}
.beneficios-refr > .container{
    padding-top: 40px;
    padding-bottom: 50px;
}
.beneficios-refr h3{
    color: #1371B8;
    font-weight: 900;
    font-family: Rota, 'sans-serif';
}
.beneficios-refr .b-item .icon{
    width: 80px;
    height:70px;
}
.beneficios-refr .b-item div.label{
  color: #272727;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.beneficios-refr .b-item p{
    color: #272727;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}
@media (max-width: 992px) {
    .page-refrigeracao .sobre{
        padding-top:25px;
    }
}
/*---------------------------------------------------------------
                    Produtos/Agro
---------------------------------------------------------------*/
.page-agro .produtos-center .img-trator{
    position: absolute;
    left:-40% !important;
    top: -20%;
    right: auto;
    margin-left: 0;
    max-width: 150% !important;
}
@media (max-width: 992px) {
    .page-refrigeracao .produtos-center .img-produto{
        position: relative !important;
        left:auto !important;
        top: auto;
        right: auto;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
    .page-agro .produtos-center .img-trator{
        position: relative !important;
        left:auto !important;
        top: auto;
        right: auto;
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}
/*---------------------------------------------------------------
                    Produtos / Fábrica
---------------------------------------------------------------*/
.p-fabrica > .container{
  padding-top: 70px;
  padding-bottom: 70px;
}
.p-fabrica h3{
    color: #1371B8;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Rota, 'sans-serif';
}
.grid-fabrica{
    display: grid;
    width: 1050px;
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
    margin: 0 auto;
    align-content: center;
}

.grid-fabrica a.item{
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    text-decoration: none;
    border: 1px solid rgba(203, 203, 203, 0.80);
}
.grid-fabrica a.item div.img{
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border-bottom: 1px solid rgba(203, 203, 203, 0.80);
}
.grid-fabrica a.item .img > img{
    position: absolute;
    width: 100%;
    left: 0;top: 0;
}
.grid-fabrica a.item > .legend{
    min-height: 60px;
    padding: 12px;
}
.grid-fabrica a.item > .legend p{
    color:#1371B8;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
}
@media (max-width: 900px) {
    .grid-fabrica{
        width: 470px;
        max-width: 100%;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        row-gap: 20px;
    }
}
/*---------------------------------------------------------------
                    Quem Somos
---------------------------------------------------------------*/
.sobre-top{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/qsomos/bg-left-top.png");
}

.sobre-top > .container{
    padding-top: 25px;
    padding-bottom: 25px;
}
.sobre-top .section-header{
    padding-top: 30px;
    padding-bottom: 30px;
}
.sobre-top h1{
   color:#1D79BE;
   font-weight: 900;
   text-transform: uppercase;
   font-family: Rota, 'sans-serif';
}
.sobre-top .nav .nav-link{
    color:#1D79BE;
}
.sobre-top .nav .nav-item{
    margin-right: 25px;
}
.sobre-top .nav .nav-item:last-child{
    margin-right: 0;
}
.sobre-top .nav .nav-link:hover,
.sobre-top .nav .nav-link:focus,
.sobre-top .nav .nav-link:active{
    text-decoration: underline;
}

.sobre-top  .video-content{
    position: relative;
    display: block;
    padding-bottom: 50%;
    border-radius: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.sobre-top .video-content > video,
.sobre-top .video-content > .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;top: 0;
}
.sobre-top .video-content > .inner{
    z-index: 20;
    background-color: rgba(29, 121, 190, 0.50);
}
.sobre-top .video-content video{
    z-index: 0;
    object-fit: cover;
}
.sobre-top .video-content .btn{
    font-size: 15px;
    border-radius: 18px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 38px;
}
.sobre-top .video-content .btn-outline-white-blue svg path{
    fill: #fff;
}
.sobre-top .video-content .btn-outline-white-blue:hover svg path{
    fill: #1D79BE;
}
.institucional-iframe .mfp-content{
    height: 800px;
    max-height: 90vh;
    width: 1300px;
    max-width: 90vw;
}

@media (max-width: 992px) {
    .sobre-top > .container{
       padding-top: 70px;
    }
}
@media (max-width: 768px) {
    .sobre-top .nav .nav-item{
        margin-right: 10px;
    }
    .sobre-top .nav .nav-item:last-child{
        margin-right: 0;
    }
}
.sobre-historia > .container{
  padding-top: 30px;
  padding-bottom: 25px;
}
.sobre-qualidade h3,
.sobre-estrutura h3,
.sobre-historia h3{
    color: #1D79BE;
    font-weight: 900;
    font-family: Rota, 'sans-serif';
}
.sobre-historia p{
    color: #272727;
    font-size: 15px;
    text-align: justify;
}
.sobre-historia p b,
.sobre-historia p strong{
    font-weight: 700;
}
.page-sobre .s-dvider > .container{
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
    .sobre-historia .h-texto{ padding-right:25px;}
}
.page-sobre .wrap-bottom{
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../img/qsomos/bg-rigth-bottom.png');
}
.page-sobre .wrap-bottom .p-divider hr{
    opacity: 1;
    border-top-color: #fff;
}
.sobre-qualidade .card {
    border: 0 solid transparent;
}
.sobre-qualidade .card .card-body{
   padding-left: 0;
   padding-right: 0;
}
.sobre-qualidade .card .card-text{
  color: #272727;
  font-size: 15px;
  text-align: justify;
}
.sobre-qualidade .card .card-title{
    color: #1D79BE;
    font-weight: 900;
    font-family: Rota, 'sans-serif';
}
.sobre-qualidade .row-cards{
    width: 100%;
}
.sobre-qualidade .row-cards .card{
    width: 30%;
    margin-left: 0;
    margin-right: 0;
}
@media(max-width: 992px){
    .sobre-qualidade .row-cards .card{
        width: 48%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width: 768px){
    .sobre-qualidade .row-cards .card{
        width: 80%;
    }
}
@media(max-width: 570px){
    .sobre-qualidade .row-cards .card{
        width: 400px;
        max-width: 90%;
    }
}
/*---------------------------------------------------------------
                    Quem Somos / Selos
---------------------------------------------------------------*/
.sobre-selos > .container{
    padding-top: 15px;
    padding-bottom: 15px;
}
.sobre-selos .box-selo{
    padding: 20px;
    width: 700px;
    max-width: 100%;
    border-radius: 20px;
    position: relative;
    min-height: 160px;
    border: 1px solid #1D79BF;
}
.sobre-selos .box-selo h3{
    color: #1D79BF;
    font-weight: 900;
    font-family: 'Rota', sans-serif;
}
.sobre-selos .box-selo p{
    color: #1D79BF;
    font-size: 14px;
}
.sobre-selos .box-selo > div:first-child{
    width: 200px;
}
.sobre-selos .box-selo > div:last-child{
    width: auto;
    flex-shrink: 1;
}
.sobre-selos .box-selo a{
    color: #1D79BF;
    position: absolute;
    font-size: 14px;
    bottom: 10px;right:20px;
}
.sobre-selos .box-selo svg.svg-iso {
    width: 110px;
}
.sobre-selos .box-selo svg.svg-imetro{
    width: 118px;
}
.sobre-selos .box-selo svg{
    max-width: 90%;
}

/*---------------------------------------------------------------
                    Quem Somos / Estrutura
---------------------------------------------------------------*/
.sobre-estrutura > .container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.sobre-estrutura .box-destaques{
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(29, 121, 190, 0.40);
}
.sobre-estrutura .box-destaques .boxd{
    position: relative;
}
.sobre-estrutura .box-destaques .boxd.border-right:before{
    content: " ";
    width: 1px;
    height: 80%;
    position: absolute;
    right: 0;
    top: 10%;
    background-color: rgba(29, 121, 190, 0.40);
}
.sobre-estrutura .box-destaques .boxd:nth-child(1){
    width: 40%;
}
.sobre-estrutura .box-destaques .boxd:nth-child(2){
    width: 30%;
}
.sobre-estrutura .box-destaques .boxd:nth-child(3){
    width: 30%;
}
.sobre-estrutura .box-destaques .boxd h3{
    color:#1D79BE;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 100%;
    font-family: "Rubik", sans-serif;
}
.sobre-estrutura .box-destaques .boxd span{
    color:#272727;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 100%;
    font-family: "Rubik", sans-serif;
}
.sobre-estrutura .box-destaques .boxd .inner-text{
    padding-left: 25px;
}
.sobre-estrutura .box-destaques .boxd .svg-1{
    width: 58px;
}
.sobre-estrutura .box-destaques .boxd .svg-2{
    width: 50px;
}
.sobre-estrutura .box-destaques .boxd .svg-3{
    width: 48px;
}
@media(max-width: 992px){
    .sobre-estrutura .box-destaques .boxd h3{
        font-size: 22px;
    }
    .sobre-estrutura .box-destaques .boxd .inner-text{
        padding-left: 20px;
    }
    .sobre-estrutura .box-destaques .boxd .svg-1{
        width: 48px;
    }
    .sobre-estrutura .box-destaques .boxd .svg-2{
        width: 40px;
    }
    .sobre-estrutura .box-destaques .boxd .svg-3{
        width: 38px;
    }
    .sobre-estrutura .box-destaques .boxd:nth-child(1){
        width: 45%;
    }
    .sobre-estrutura .box-destaques .boxd:nth-child(2){
        width: 27.5%;
    }
    .sobre-estrutura .box-destaques .boxd:nth-child(3){
        width: 27.5%;
    }
}
@media(max-width: 768px){
    .sobre-estrutura .box-destaques .boxd h3{
        font-size: 22px;
    }
    .sobre-estrutura .box-destaques .boxd .inner-text{
        padding-left: 20px;
    }
    .sobre-estrutura .box-destaques .boxd .svg-1{
        width: 48px;
    }
    .sobre-estrutura .box-destaques .boxd .svg-2{
        width: 40px;
    }
    .sobre-estrutura .box-destaques .boxd .svg-3{
        width: 38px;
    }
    .sobre-estrutura .box-destaques .boxd{
        width: 100% !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    .sobre-estrutura .box-destaques .boxd.border-right:before{
        top: unset;
        right: unset;
        left: 25%;
        bottom: 0;
        width: 50%;
        height: 1px;
    }
}
.sobre-fotos{
   margin-bottom:40px;
}
.sobre-fotos > .container{
    padding-top: 30px;
    padding-bottom:30px;
    width: 1360px !important;
    max-width: 100% !important;
}
.sobre-fotos .grid-fotos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
   /*
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;*/
}
.sobre-fotos .grid-fotos div.item{
    width: 14.5%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    position: relative;
    border-radius: 15px;
    background-color: #f0f0f0;
    margin: 1%;
}

.sobre-fotos .grid-fotos div.item > img{
    width: 100%;
}
.sobre-fotos .grid-fotos div.item > .inner{
    display:flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;top: 0;
    z-index: 10;
    width: 100%;height: 100%;
    background-color: #1D79BE;
    opacity: 0;
    transition: opacity 0.250s ease;
}
.sobre-fotos .grid-fotos div.item:hover > .inner{
    opacity: 1;
}
.sobre-fotos .grid-fotos div.item > .inner h3{
    color: #fff;
    width: 90%;
    text-align: center;
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 700;
    font-family: Rota, 'sans-serif';
}
.sobre-fotos > .container{
    padding-bottom: 25px;
    padding-top: 25px;
}
@media(max-width: 1199px){
    .sobre-fotos .grid-fotos{
      /*  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;*/
    }
    .sobre-fotos .grid-fotos div.item{
        border-radius: 10px;
    }
    .sobre-fotos .grid-fotos div.item{
        width: 18.8%;
        margin: 1%;
    }

}
@media(max-width: 992px){
    .sobre-fotos .grid-fotos{
       /* grid-template-columns: 1fr 1fr 1fr 1fr;*/
    }
    .sobre-fotos .grid-fotos div.item{
        width: 23.8%;
        margin: 1%;
    }
}
@media(max-width: 768px){
    .sobre-fotos .grid-fotos{
        /* grid-template-columns: 1fr 1fr 1fr; */
    }
    .sobre-fotos .grid-fotos div.item{
        width: 31.8%;
        margin: 1%;
    }
}
@media(max-width: 570px){
    .sobre-fotos .grid-fotos{
        /* grid-template-columns: 1fr 1fr; */
    }
    .sobre-fotos .grid-fotos div.item{
        width: 48%;
        margin: 1%;
    }
}

.sobre-clientes{
    z-index: 0;
    position: relative;
    background: #1D79BE;
    background:  linear-gradient(182deg, rgba(29, 121, 190, 1) 0%, rgba(19, 84, 133, 1) 50%);
}
.sobre-clientes > .container{
    padding-top: 80px;
    padding-bottom: 70px;
}
.sobre-clientes:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../img/qsomos/left-bg-clientes-sobre.png);
  background-position: left top;
}
.sobre-clientes > .container{
    padding-top: 70px;
    padding-bottom: 50px;
}
.sobre-clientes .section-header{
    width: 100%;
}
.sobre-clientes .section-header h2{
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}
.sobre-clientes .section-header{
    margin-bottom: 25px;
}
.sobre-clientes .grid-clientes{
    width: 100%;
}
.sobre-clientes .grid-clientes > a{
    width: 14.28%;
    padding:25px;
    display: flex;
    height: 100px;
    cursor: default;
    justify-content: center;
    align-items: center;
}
.sobre-clientes .grid-clientes > a > img{
    max-width: 100%;
}
@media (max-width: 1199px) {
    .sobre-clientes .grid-clientes > a{
        width: 20%;
        padding:20px;
    }
}
@media (max-width: 992px) {
    .sobre-clientes .grid-clientes > a{
        width: 20%;
        padding:20px;
        height: 80px;
    }
}
@media (max-width: 992px) {
    .sobre-clientes .grid-clientes > a{
        width: 25%;
        padding:15px;
        height: 70px;
    }
}
@media (max-width:768px) {
    .sobre-clientes .grid-clientes > a{
        width: 25%;
        padding:15px;
        height: 50px;
    }
}

/*---------------------------------------------------------------
                    Downloads
---------------------------------------------------------------*/
.downloads{
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("../img/qsomos/bg-left-top.png");
}
.downloads > .container{
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 700px;
}
.downloads .section-header{
    padding-top: 30px;
    padding-bottom: 30px;
}
.downloads .section-header h1{
    color:#1D79BE;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Rota, 'sans-serif';
}

.downloads .dl-item{
   border-radius:8px;
   border: 1px solid #1D79BE;
}
.downloads .dl-item span{
    color: #1D79BF;
    font-size: 14px;
    text-transform: uppercase;
}
.downloads .section-files h3{
    color:#1371B8;
    font-weight: 900;
    font-family: Rota, 'sans-serif';
}
.downloads .section-files hr{
    border-top:1px solid #1D79BE;
}

@media(max-width: 768px){
    .downloads{
        background-image: none;
    }
}
/*---------------------------------------------------------------
                   Contato
---------------------------------------------------------------*/
.contato{
    background-image: url("../img/home/bg-contato.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: auto;
    background-size: cover;
}
.contato > .container{
    padding-top: 80px;
    padding-bottom: 80px;
}
.contato .row.first-row{
   min-height: 500px;
}
.contato .col-left{
    position: relative;
}
.contato .col-left > .form-block{
    width: 100%;
    padding: 35px 40px 35px 40px;
    min-height: 500px;
    background-position: top right;
    background-image: url('data:image/svg+xml, <svg viewBox="0 0 708 560" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10C0 4.47715 4.47715 0 10 0H354H531H640.065C642.889 0 645.581 1.19426 647.477 3.28775L705.413 67.2676C707.078 69.1066 708 71.4989 708 73.9798V140.25V280.5V551C708 556.523 703.523 561 698 561H9.99999C4.47714 561 0 556.523 0 551V10Z" fill="%23E9E8E8"/></svg>');
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size:cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.contato .form-header,
.contato form{
    width: 100%;
}
.contato .form-header h3{
    color: #1D79BE;
    font-weight: 900;
    font-size: 2.4em;
    text-transform: uppercase;
    font-family: Rota, 'sans-serif';
}
.contato .form-header p{
    color: #272727;
    font-size: 16px;
}

.contato  .btn-info{
    width: 120px;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
    -moz-box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
    box-shadow: 0px 0px 15px 0px rgba(29,121,190,0.52);
}
.contato  .alert.alert-danger,
.contato  .alert.alert-info,
.contato  .alert.alert-success{

}
.contato .alert-info{
    color: #1D79BE;
}
.contato .form-control {
    font-family: Arial, Helvetica, sans-serif;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #1D79BE;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.contato .form-control:focus {
    border-color: #1265a3;
    box-shadow: 0 0 0 0.25rem rgba(18, 101, 163, 0.25);
}
.contato .form-control::-moz-placeholder {
    color: #A3A2A2;
    opacity: 1;
}
.contato .form-control::placeholder {
    color: #A3A2A2;
    opacity: 1;
}
.contato textarea.form-control{
    min-height: 130px;
}
.contato .info-block .btn-trabalhe{
    width: 160px;
    padding:10px;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
}
.contato .info-block .btn-trabalhe span{
    color: #1D79BE;
    line-height: 130%;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
}
.contato .info-block  .info-block-border{
    border: 1px solid #fff;
    border-left:0 solid transparent;
    padding: 30px 30px 30px 60px;
    border-radius: 0 10px 10px 0;
}
.contato .inner-info{
    display: block;
    width: 380px;
    max-width: 100%;
}
.contato .inner-info p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}
.contato .inner-info p > a{
    color: #fff;
    text-decoration: none;
}
.contato .inner-info p > a:hover,
.contato .inner-info p > a:active,
.contato .inner-info p > a:focus{
    color: #fff;
    text-decoration: none;
}
.contato .inner-info p > b,
.contato .inner-info p > strong{
    font-weight: 700;
}
.contato .label-social{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    margin-right: 35px;
}
.contato .social-link{
    margin-left:15px;
}
.contato .social-link.first-link{
    margin-left: 0;
}
.contato label.error{
    color: #cf0101;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
}

@media (max-width:  992px) {
   .page-contato .contato > .container{
        padding-top: 120px !important;
    }
}
@media(max-width: 768px){
    .contato > .container{
        padding-top:50px;
        padding-bottom:50px;
    }
}
/*---------------------------------------------------------------
                             Social Link
 --------------------------------------------------------------*/
.social-link{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:#FFFFFF;
}
/*---------------------------------------------------------------
                             Localização
 --------------------------------------------------------------*/
.localizacao{
    display: block;
    position: relative;
    overflow: hidden;
    height: 360px;
}
.localizacao > iframe{
   position: absolute;
   z-index: 0;
   left: 0;top: 0;
   width: 100%;
   height: 100%;
}
@media (max-width: 768px) {
    .localizacao{
        height: 250px;
    }
}
/*---------------------------------------------------------------
                             Footer
 --------------------------------------------------------------*/
.footer{
    width: 100%;
    min-height: 260px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #1D79BE;
    background-image: url('../img/mask-left-footer.png?v=2');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto,100%;
}
.footer .footer-left{
    width: 40%;
    position: relative;
    z-index: 0;

}
.footer .footer-left div.logo{
    width: 804px;
    max-width: 100%;
    position: relative;
}

.footer .footer-left div.logo a{
    display: block;
    width: 300px;
    max-width: 80%;
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-70%,-50%);
}

.footer .footer-left div.logo a > svg{
  width: 100%;
  max-width: 100%;
}

.footer .footer-left div.logo > svg{
    width: 100%;
    height: auto;
}
.footer .footer-right{
    width: 60%;
    position: relative;
}
.footer h3.link{

}
.footer h3.link > a{
    color: #ffffff;
    position: relative;
    text-decoration: none;
    display: block;
    font-family: Rota, 'sans-serif';
    font-weight: 700;
}
.footer h3.link > a:before{
    content: ' ';
    width: 70px;height: 3px;
    background-color: #FDC300;
    border-radius:2px;
    position: absolute;
    left: 0;bottom: 0;
}
.footer h3.link > a:hover,
.footer h3.link > a:active,
.footer h3.link > a:focus{
   text-decoration: none;
}
.footer-right > .container{
    max-width: 100%;
}

.footer  a.nlink{
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-family: "Rubik", sans-serif;
}
.footer  a.nlink:hover{
    text-decoration: underline;
}

.footer  a.btn-sac,
.footer  a.btn-trabalhe{
    padding: 5px;
    width: 200px;
    min-height: 30px;
    max-width: 100%;
    border-radius:5px;
    text-decoration: none;
}
.footer  a.btn-sac{
    background-color:#1D79BE;
    border: 1px solid #fff;
}
.footer  a.btn-sac > span{
    color: white;
    font-weight: 400;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
}
.footer  a.btn-sac > span b{
    font-weight: 700;
}

.footer  a.btn-trabalhe{
    border: 1px solid #fff;
    background-color:#fff;
}
.footer  a.btn-trabalhe > span{
    color: #1D79BE;
    font-weight: 400;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
}

.footer  a.btn-sac:hover,
.footer  a.btn-trabalhe:hover{
    text-decoration: none;
}

.footer .social{
    margin-left: 10%;
}
.footer .social .social-link{
    margin-bottom:20px;
}
.footer .social .social-link.last-link{
   margin-bottom: 0;
}
.e-copy{
    background-color:#154971;
}
.e-copy > .container{
   padding-top: 20px;
   padding-bottom: 20px;
}

.e-copy a > span{
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: "Rubik", sans-serif;
}
.e-copy p{
    font-size: 14px;
}
@media (max-width: 992px) {
    .footer .footer-left,
    .footer .footer-right{
        width: 100%;
        position: relative;
    }
    .footer .footer-left div.logo{
        width: 500px;
        max-width: 80%;
    }
    .footer{
        background-image: none;
    }
    .footer .footer-right > .container{
        padding-left: 25px;
        padding-top: 40px;
    }
    .footer .footer-left div.logo a{
        width: 200px;
        max-width: 80%;
    }
}
@media(max-width: 768px){
    .footer .social{
        margin-left: 0;
    }
    .footer .social .social-link{
        margin-right: 15px;
    }
    .footer .footer-left div.logo a{
        width: 180px;
        max-width: 80%;
    }
}
/*---------------------------------------------------------------
                   Política de privacidade
---------------------------------------------------------------*/
section.privacidade .section-header > .container{
    padding-top: 25px;
    padding-bottom: 10px;
}
section.privacidade .section-header .sc-title{
    font-size: 2.3em;
}
section.privacidade .container{
    padding-top: 20px;
    padding-bottom:35px;
    width: 1000px !important;
}
section.privacidade .content-mid .container{
    color: #323232;
    font-family: 'Maven-Pro';
}
section.privacidade .content-mid ul li,
section.privacidade .content-mid ol li,
section.privacidade .content-mid p{
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
section.privacidade .content-mid h1.title{
    font-weight: normal;
    margin-bottom:20px;
    font-size: 2em;
    color: #606062;
}

.msg-privacidade{
    display: none;
    border-top: 1px solid #fff;
    position: fixed;
    left: 0;bottom: 0;
    z-index: 1020;
    width: 100%;min-height:30px;
    background-color: #002032;
}
.msg-privacidade.visible{
    display: block;
}
.msg-privacidade > .container{
    padding-top: 10px;
    padding-bottom: 10px;
}
.msg-privacidade p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 300;
    font-style: normal;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}
.msg-privacidade .btn-info{
    width: 200px;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
}
/*-----------------------------------------------------------------------
      Fixed. Whatsapp
 -------------------------------------------------------------------------*/
.fixed-btn-whatsapp{
    position:fixed;
    z-index:900;
    right:1%;
    bottom:46%;
    border:none;
    width:60px;
    height: 60px;
    cursor:pointer;
    border-radius:50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fixed-btn-whatsapp svg{
    width:60px;
    height: auto;
}
.fixed-btn-whatsapp svg{
    fill: #fff;
}

@media(max-width: 1600px){
    .fixed-btn-whatsapp{
        right:10px;
        bottom:15px;
    }
}
@media(max-width: 767px){
    .fixed-btn-whatsapp{width:50px;height: 50px}
    .fixed-btn-whatsapp svg{
        width:45px;
        height: auto;
    }
}
