/*
 * Start Bootstrap - Full Slider (https://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    min-width: 100%;
    margin-top: 0px;
}

body p {
    font-size: 14px;
}

#page-empresa h2 {
    font-size: 18px;
}

.img-responsive {  width: 100%;}
.transition{ transition: all .2s ease; }
/* Background images are set within the HTML using inline CSS, not here */

/* Slider */
#slider {
    padding-top: 0;
    height: 70%;
    min-height: 510px; /* 680*/
}
@media screen and (max-width: 768px) {
    #slider {
        min-height: 690px !important;
    }
}
#slider .carousel-inner img {
    height: 10%;
    width: auto;
}


/* Inicio do whtasapp */

:root {
  --avatar: url('../_img/whatsapp/avatar.jpg');
  --fundo: url('../_img/whatsapp/whatsapp.png');
  --borda: url("../_img/whatsapp/chat-edge.png");;
}


 .whatsapp-main {
    display: inline-block;
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    left: auto;
    right: 0px;
}

.whatsapp-wrapper {
    box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
    /*   display: none; flex on pop */
    flex-direction: column;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
    background-color: rgb(255, 255, 255);
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    touch-action: auto;
    margin-bottom: 96px;
    position: fixed;
    bottom: 0px;
    left: auto;
    right: 0px;
    margin-left: 20px;
    margin-right: 20px;
}


.whatsapp-main.right, 
.right .whatsapp-wrapper {
    right: auto;
    left: 0px;
}
.close_whatsapp {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: transparent;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.close_whatsapp::before {
    transform: rotate(45deg);
}
.close_whatsapp::after {
    transform: rotate(-45deg);
}
.close_whatsapp::before,
.close_whatsapp::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: rgb(29, 33, 41);
    display: block;
    border-radius: 2px;
}
.whatsapp-header {
    background: rgb(255, 255, 255);
    color: rgb(17, 17, 17);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 24px 20px;
}
.whatsapp-main .header-info {
    margin-left: 16px;
    margin-right: 16px;
}
.whatsapp-main .support-avatar {
    width: 52px;
    height: 52px;
    display: block;
    position: relative;
    flex-shrink: 0;
}

.whatsapp-main .support-avatar::before {
    content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: rgb(74, 213, 4);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
}
.whatsapp-main .avatar-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.whatsapp-main .avatar-img {
    min-width: 100%;
    height: 100%;
    flex-shrink: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: var(--avatar);
}
.whatsapp-main .avatar-img::after {
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.1);
    inset: 0px;
    position: absolute;
    content: "";
    overflow: hidden;
}
.whatsapp-background {
    padding: 15px;
    background-color: rgb(230, 221, 212);
    position: relative;
    overflow: auto;
    max-height: 382px;
}
.whatsapp-background::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: var(--fundo);
}
.whatsapp-message-container {
    display: flex;
    z-index: 1;
}
.whatsapp-main .loading-animation {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 10px;
    /*   opacity: 0; */
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}
.whatsapp-main .dot-pulse {
    position: relative;
    left: -9999px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb;
    box-shadow: 9999px 0 0 -5px #cbcbcb;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

.whatsapp-main .dot-pulse::before,
.whatsapp-main .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #cbcbcb;
    color: #cbcbcb;
}

.whatsapp-main .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px #cbcbcb;
    animation: dotPulseBefore 1.5s infinite linear;
    animation-delay: 0s;
}

.whatsapp-main .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px #cbcbcb;
    animation: dotPulseAfter 1.5s infinite linear;
    animation-delay: 0.5s;
}

@keyframes dotPulseBefore {
    0% {
        box-shadow: 9984px 0 0 -5px #cbcbcb;
    }
    30% {
        box-shadow: 9984px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px #cbcbcb;
    }
}

@keyframes dotPulse {
    0% {
        box-shadow: 9999px 0 0 -5px #cbcbcb;
    }
    30% {
        box-shadow: 9999px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px #cbcbcb;
    }
}

@keyframes dotPulseAfter {
    0% {
        box-shadow: 10014px 0 0 -5px #cbcbcb;
    }
    30% {
        box-shadow: 10014px 0 0 2px #cbcbcb;
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px #cbcbcb;
    }
}
.wloader {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
}
/* .dots1 {
background-color: rgb(158, 157, 162);
animation-name: dotOne;
}
.dots2 {
animation-name: dotTwo;
}
.dots3 {
animation-name: dotThree;
} */
.whatsapp-message-wrapper {
    display: none;
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    /*   opacity: 1; */
    transform-origin: center top;
    z-index: 2;
    box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
    margin-top: 4px;
    /*   margin-left: -54px; */
    max-width: calc(100% - 0px);
}

.whatsapp-message-wrapper::before {
    position: absolute;
    background-image: var(--borda);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
.whatsapp-main .chat-body-wrapper {
    width: 100% !important;
}
.whatsapp-chat-name {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}
.whatsapp-chat-message {
    font-size: 14px;
    line-height: 19px;

    margin-top: 4px;
    color: rgb(17, 17, 17);
}
.whatsapp-chat-message p {
    margin: 0px;
}
.whatsapp-message-container {
    box-sizing: border-box !important;
    outline: none !important;
}
.whatsapp-chat-time {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}
.whatsapp-btn {
    padding: 8px 12px;
    border-radius: 24px;
    border: none;
    background: rgb(14, 193, 47);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    overflow: hidden;
    appearance: none;
}
.whatsapp-btn:hover {
    text-decoration: none;
    box-shadow: 0 0 5px #02a520;
}

.whatsapp-btn::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    transform: scale(1);
    background-color: rgb(0, 0, 0);
    z-index: 0;
    transition: all 0.2s ease 0s;
    border-radius: 20px;
    width: 10px;
    height: 10px;
    bottom: -5px;
}
.whatsapp-send-icon-small {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: rgb(255, 255, 255);
    z-index: 1;
}
.chat-button-text {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    color: rgb(255, 255, 255);
}

/* whatsapp pop-up button */
.whatsapp-popup-button {
    height: 64px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: rgb(14, 193, 47);
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px;
    width: 64px;
}
.whatsapp-popup-button::before,
.whatsapp-popup-button::after {
    content: "";
    position: absolute;
    border: 1px solid rgb(14, 193, 47);
    inset: -2px;
    border-radius: 500px;
    opacity: 0;
    z-index: 0;
}

.whatsapp-notify {
    width: 10px;
    height: 10px;
    background-color: rgb(255, 0, 0);
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
}
@keyframes showhide {
    from {
        transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
    }
}
@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}
.hide-whatsapp {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}
.show-whatsapp {
    display: flex;
    animation-name: showchat;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.hsfc-Step .hsfc-Step__Content {
    padding: 0 0 !important;
}
/* Fim do whtasapp */


.carousel,
.item,
.active {
    height: 100%;
}

.maq-gal img {
    border: 3px solid #fff;
    margin: 13px auto;
    box-shadow: 0 0 6px #ccc;
    border-radius: 3px;
}
.maq-gal img:hover {
    cursor: pointer;
    box-shadow: 0 0 6px #1a4d96;

}
.carousel-inner {
    height: 100%;
}
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-caption h2 {
    font-size: 60px;
    text-shadow: none;
    line-height: 90%;
}

.carousel-caption h2 span {
    font-size: 36px;
    text-shadow: none;
}
.carousel-caption p {
    font-size: 28px;
    font-weight: lighter;
    color: #5a5a5a;
    text-shadow: none;
}
.carousel-caption .list-carousel li {
    display: block;
    list-style: none;
    font-size: 20px;
    font-weight: lighter;
    color: #fff;
    text-shadow: none;
    background: #8e8e8e;
    border-left: 3px solid #555555;
    float: left;
    clear: both;
    margin: 10px 0;
    padding: 2px 10px;
}






footer {
    margin: 1px 0 0 0;
}

.padding-section{padding: 70px 0;}

body .padding-section:first-child {
    padding-top: 20px !important;
}
.bg-claro {background-color: #f8f8f8;}
.bg-verde {background-color: #00919C;}
.bg-azul {background-color: #1a4d96;}
.btn-azul {
    background: #1a4d96;   
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    
    text-decoration:none;
    text-shadow:0px 1px 0px rgba(0,0,0,0.08);
}

.btn-amarelo {
    -moz-box-shadow:inset 0px 45px 0px -24px #ebb411;
    -webkit-box-shadow:inset 0px 45px 0px -24px #ebb411;
    box-shadow:inset 0px 45px 0px -24px #ebb411;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e3a220), color-stop(1, #ffa724));
    background:-moz-linear-gradient(top, #e3a220 5%, #ffa724 100%);
    background:-webkit-linear-gradient(top, #e3a220 5%, #ffa724 100%);
    background:-o-linear-gradient(top, #e3a220 5%, #ffa724 100%);
    background:-ms-linear-gradient(top, #e3a220 5%, #ffa724 100%);
    background:linear-gradient(to bottom, #e3a220 5%, #ffa724 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3a220', endColorstr='#ffa724',GradientType=0);
    background-color:#e3a220;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    
    text-decoration:none;
    text-shadow:0px 1px 0px rgba(0,0,0,0.08);
}
.btn-amarelo:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffa724), color-stop(1, #e3a220));
    background:-moz-linear-gradient(top, #ffa724 5%, #e3a220 100%);
    background:-webkit-linear-gradient(top, #ffa724 5%, #e3a220 100%);
    background:-o-linear-gradient(top, #ffa724 5%, #e3a220 100%);
    background:-ms-linear-gradient(top, #ffa724 5%, #e3a220 100%);
    background:linear-gradient(to bottom, #ffa724 5%, #e3a220 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa724', endColorstr='#e3a220',GradientType=0);
    background-color:#ffa724;
}
.btn:active {
    position:relative;
    top:1px;
}
.btn.mini {
    font-size:13px;
    font-weight: lighter;
    padding:2px 7%; 
}
.btn.small {
    font-size:18px;
    font-weight: lighter;
    padding:5px 7%; 
}
.btn.large {
    font-size:25px;
    font-weight: 300;
    padding:5px 7%; 

}
@media (max-width: 768px) {/*media*/

.chamada-produtos p br {
    display: none;
}

.btn.small {
    font-size:14px;
    font-weight: lighter;
    padding:5px 5%; 
}
.btn.large {
    font-size:18px;
    font-weight: 300;
    padding:5px 5%; 

}
/*media*/}


.texto-borda.borda-esq.borda-verde {border-left: 8px solid #00919C;   padding: 0 15px;}
.texto-borda.borda-dir.borda-verde {border-right: 8px solid #00919C;   padding: 0 15px;}

.texto-borda.borda-esq.borda-azul {border-left: 8px solid #1a4d96;   padding: 0 15px;}
.texto-borda.borda-dir.borda-azul {border-right: 8px solid #1a4d96;   padding: 0 15px;}

.texto-borda.borda-esq.borda-amarela {border-left: 8px solid #e3b600;   padding: 0 15px;}
.texto-borda.borda-dir.borda-amarela {border-right: 8px solid #e3b600;   padding: 0 15px;}

.texto-borda.borda-esq.borda-vinho {border-left: 8px solid #9c0063;   padding: 0 15px;}
.texto-borda.borda-dir.borda-vinho {border-right: 8px solid #9c0063;   padding: 0 15px;}

.texto-borda.borda-esq.borda-cana {border-left: 8px solid #a1d07e;   padding: 0 15px;}
.texto-borda.borda-dir.borda-cana {border-right: 8px solid #a1d07e;   padding: 0 15px;}

.margin-20{margin: 20px;}
.float-left {float: left;}
.float-right {float: right;}
.float-none {float: none !important;}
section h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.imagem-legenda {
    background-color: #fcfcfc;
    position: relative;
}
.imagem-legenda .legenda{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1px 4px;
    color: #fff;
    font-size: 10px;
}

/* Topo */
.lp #topo {
    min-height: auto;
    padding: 35px 0 !important;
    margin: 0 0 0 0 !important;
}

#topo {
    background-image: url('../_img/bg-menu.jpg');
    background-position: center bottom;
    background-size:cover;
    background-repeat: no-repeat;
    min-height: 164px;
    padding: 15px 0 0 0;
    position: relative;
}
/* Topo */


/* Menu */
.menu-mobile {display: block;}

    .show-mobile {display: inline-block !important;}
    .hidden-mobile {display: none !important;}

@media (min-width: 1025px) {/*media*/

    .show-mobile {display: none !important;}
    .hidden-mobile {display: inline-block !important;}


}
@media (min-width: 768px) {/*media*/
    .banner-mobile {display: none !important;}
    .banner-desktop {display: block !important;}
}
.banner-mobile {display: block;}
.banner-desktop {display: none;}

.topo-desktop {display: none;}
/* MOBILE */
.navbar-inverse {
    background: #FFF;
}
.navbar-inverse .navbar-toggle{background-color: #1a4d96; border: 1px solid rgba(0,0,0,0.2);}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #00919C;
    border: 1px solid rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
    background-color: #00919C;
}
.navbar-inverse {border-bottom: 1px solid rgba(0,0,0,0.2);}
.navbar-inverse .navbar-collapse .nav>li {
    border-bottom:1px solid rgba(0,0,0,0.108);
    border-top: 1px solid rgba(255,255,255,.1);
}

.navbar-inverse .navbar-collapse .nav li:first-child{border-top: 0;}
.navbar-inverse .navbar-collapse .nav li:last-child{border-bottom: 0;}

.navbar-inverse .navbar-nav li a {color: #fff; text-align: center;}
 .submenu,.submenu.nivel-2 {display: none;}
/* MOBILE */

.menu-institucional li{
    list-style: none;
    display: inline;
}
.menu-institucional li a{
     color: #888;
     font-size: 14px;
     font-weight: 600;
     margin: 0 10px;
}

.telefone-topo {
    font-weight: 800;
    font-size: 25px;
    padding-right: 62px;
}
.telefone-topo span {font-size: 16px;}
/* Titulos */
.section-title {
    position: relative;
    overflow: hidden;
}

.title-seo {opacity: 0;height: 0;width: 0; overflow: hidden;position: absolute;}
.section-title h1,
.section-title h2 { 
    float: left; 
    font-size: 36px !important;
    text-transform: none !important;
    padding: 10px 0 10px 60px; 
    position: relative;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background-position: left center;
    background-repeat: no-repeat;
    color: #444 !important;
}
    img.selo-topo {
        position: absolute;
        right: -90px;
        top: -12px;
    }



.lp-topo h2{
    color: #FFF;
    font-weight: 800;
    font-size: 50px;
}

.lp-topo p{
    color: #FFF;   
    margin-top: 30px;
    font-size: 24px;
}

.lp .texto-lp h2{
    font-weight: 800;
    margin-bottom: 40px;
    color: #1a4d96;
    font-size: 35px;
}
.lp .texto-lp h3 {
    color: #1a4d96;
    font-weight: 900;
}
.lp .texto-lp p{margin-bottom: 20px;}
.lp .item-icone { margin: 30px 0; }
.lp .item-icone img {  margin-bottom: 20px;}



.section-title h1:after,
.section-title h2:after {
    content: '';
    position: absolute;
    top: 55%;
    width: 1000px;
    right: -1030px;
    z-index: -1;
    height: 2px;
}
.section-title h1 span,
.section-title h2 span {
    text-align: right;
    color: #888;
    font-size: 25px;
    font-style: italic;
    float: right;
    margin-top: 2px;
    font-weight: 400;
}

.titulo-verde, .texto-verde {color: #00919C;}
.titulo-azul, .texto-azul {color: #1a4d96;}
.titulo-branco, .texto-branco {color: #fff;}
.titulo-borda-branca {
    border-left: 2px solid #fff;
    padding-left: 5px;
}
.section-title .titulo-azul:after,
.section-title .titulo-azul:before{
background: #1a4d96;
}
.section-title .titulo-verde:after,
.section-title .titulo-verde:before{
background: #1a4d96;
}
.section-title h1:before,
.section-title h2:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 500px;
    left: -450px;
    z-index: -1;
    height: 59px;
    display: none;
}

 /* Videos */
  
  .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eee;
  }
  
  .video-wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto !important;
    text-align: center;
    position: relative;
  }
  
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  
@media (max-width: 1024px){

    .navbar-brand {
        width: 80% !important;
    }
    .navbar-brand h1{
        padding: 0 !important; 
        margin: -15px 0 0 0 !important; 
    }
    .navbar-brand h1 img {
        height: auto !important;
        width: 100% !important;
    }

    .navbar-inverse {
        background: #FFF;
        padding: 14px 0px;
    }

    .item-selo .fill {
        background-position: 80% center;
    }

    .item-selo .text-center.show-mobile img {
        width: 100% !important;
    }
    .item-selo .text-center.show-mobile img {
        width: 100% !important;
    }
    .item-selo .row.carousel-caption {
        width: 96%;
        margin: 0 auto !important;
        text-align: center;
        padding: 15px;
        color: #FFF;
        background: rgba(0, 81, 150,.7);
    border-radius: 5px;
    }

    .item-selo .row.carousel-caption h2{
        color: #FFF;
    }


    .padding-section{padding: 50px 0 10px 0;}
    .section-title {
        margin-top: 50px;
    }
    .section-title h1,
    .section-title h2 {
                font-size: 24px;
                padding: 0px 10px;
                background: none !important;
                border-left: 4px solid #555;
                text-align: left;
                float: none;
            }
    .section-title h1 span,
    .section-title h2 span{float: none;font-size: 18px;}
    .section-title h1:before,
    .section-title h2:before {display: none;}

    .menu-topo a {padding: 2% 0 !important;}
}




@media (min-width: 768px) {/*media*/

.menu-mobile {display: none;}
.topo-desktop {
    display: block;
}
.menu-topo {
    background: #1a4d96;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:0;
}
.menu-topo li{
    list-style: none;
    float: left;
    width: 16.666%;
    text-align: center;
    min-height: 44px;
    height: auto;
    color: #fff;
    border-right:1px solid rgba(0,0,0,0.108);
    border-left: 1px solid rgba(255,255,255,.1);
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none
}

.menu-topo li:hover{background: rgba(0,0,0,0.108); }
.menu-topo li:hover a{text-decoration: none; }
.menu-topo a{
    color: #fff; 
    padding: 6% 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clear: both;

}
.menu-topo li:first-child{border-left:0;}
/*.menu-topo li:first-child a{position: relative;}*/
.menu-topo li:last-child{border-right:0;}
.menu-topo li.dropdown:hover > .submenu{display: block;}
.menu-topo li.dropdown > li.dropdown:hover .submenu.nivel-2{display: block;}
ul.submenu {
    position: absolute;
    top: 100%;
    float: none;
    clear: both;
    padding: 0;
    margin: 0;
    z-index: 999;
    display: none;

    left: 50%;
    transform: translateX(-50%);
}
ul.submenu li {
    display: block;
    background: #12448c;
    float: none;
    width: 100%;
    min-width: 200px;
    text-align: center;
    padding: 10px;
    min-height: auto;
    border-top: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(255,255,255,.05);

}
ul.submenu li:hover {

    background: #0f3d80;
}
ul.submenu li a {
    padding: 5px 10px !important;
    position: relative !important;
    left: auto;
    top: auto;
}

ul.submenu.nivel-2 {
    left: 100% !important;
    transform: none !important;
    top: 0 !important;
}
ul.submenu.nivel-2  li{
    background: #00337b;
}

/*media*/}

/* Fim Menu */

/* Pdoduto Box */
#produtos h3,
#produtos-quimicos-para-higienizacao-profissional h3,
#papeis-para-uso-institucional h3,
#equipamentos-para-higienizacao-e-limpeza-profissional h3,
#tapetes h3,
#dispensers h3,
#descartaveis-para-higienizacao-e-limpeza-profissional h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
#produtos h3 span,
#produtos-quimicos-para-higienizacao-profissional h3 span,
#papeis-para-uso-institucional h3 span,
#equipamentos-para-higienizacao-e-limpeza-profissional h3 span,
#tapetes h3 span,
#dispensers h3 span,
#descartaveis-para-higienizacao-e-limpeza-profissional h3 span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: lighter;
}

#produtos ul > li,
#produtos-quimicos-para-higienizacao-profissional ul > li,
#papeis-para-uso-institucional ul > li,
#equipamentos-para-higienizacao-e-limpeza-profissional ul > li,
#dispensers ul > li,
#descartaveis-para-higienizacao-e-limpeza-profissional ul > li {
    font-size: 18px;
    margin: 0 0 0 -10px;
}

.produto-box {
    background-color: #fcfcfc;
    position: relative;
    overflow: hidden;
    min-height: 230px;
    border: 1px solid rgba(0,0,0,0.02);
    margin-top: 60px;
}
.produto-box h2,
.produto-box h3{
    background: #fafafa;
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    clear: both;
    margin: 0;
    z-index: 2
}
.produto-box .box-imagem {
    position: absolute;
    top: 50%;
    z-index: 0;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.produto-box .icon-mais {
    position: absolute;
    right: -45px;
    bottom: -45px;
    background: url('../_img/icones/icon-mais.png') center top no-repeat;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}

span.quimico-produto {
    color: #00919c;
    font-style: italic;
    font-weight: 100;
}

.produto-box .icon-mais:hover {
    background: url('../_img/icones/icon-mais.png') center bottom no-repeat;}
.produto-box .icon-mais span{ display: none; }
@media (max-width: 740px){
    .prod-img, .sistema-img, .mapa, .img-spartan{display: none !important;}
    .carousel-caption h2,.carousel-caption h2 span {
    font-size: 8vw;
    text-shadow: none;
    line-height: 100%;
    width: 100%;
    float: none;
    }
    .carousel-caption  p{font-size: 6vw;line-height: 100%;}

}



/* Footer */
footer .row {
    margin: 20px 0;
}
footer .menu-rodape {text-align: center; margin: 10px 0;}
footer .menu-rodape li {
    list-style: none;
    display: inline-block;
    width: 9%;
}
footer .footer-creditos {
    margin-bottom: 5px;
}
footer .menu-rodape li a,
footer .footer-creditos,
footer .footer-creditos p,
footer .footer-creditos li,
footer .footer-creditos a {
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: lighter;
}
footer .footer-creditos p{
margin: 0 0 10px;
}
@media (max-width: 768px) {/*media*/
    footer .menu-rodape li {
        float: left;
        padding: 5px 11px;
        width: auto;
        border: 1px solid #fff;
        margin: 3px;
    }
    footer .footer-creditos .text-left,
    footer .footer-creditos .text-right{text-align: center !important; float: none;}

/*media*/
}

.faixa {
    padding: 30px 0;
}
.faixa.cta h2 {
    color: #fff;
    font-weight: lighter;
    font-size: 35px;
    margin: 0 auto 40px auto;
}
/* Sistemas */
#sistemas h4{
    font-weight: 600;
}
#sistemas h4 span {
    font-weight: lighter;
    font-style: italic;
}


#lp-sistemas {
    background-color: #000;
    color: #FFF;
    background-size: cover;
    background-position: center;
    padding: 90px 0;
}

#lp-sistemas h1{
    display: block;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
}
#lp-sistemas p{
    display: block;
    color: #FFF;
    font-weight: 100;
    font-style: italic;
    font-size: 22px;
    margin-bottom: 0px;
}

/* Sistemas */
.sistema{
    font-weight: 600;
    font-size: 35px;
}
.img-sistema {
    border: 6px solid #fff;
    box-shadow: 0 0 2px  rgba(0,0,0,0.09);
}
.sistema span {
    font-weight: lighter;
    font-size: 25px;
}

/* Institucional */
.chamada-empresa-carro{
    text-align: center;
    font-weight: lighter;
    font-size: 38px;
    font-style: italic;
    text-transform: none;
}

.boxes.servicos {
    float: left;
    width: 13%;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 0;
    padding-right: 0;
    margin: 20px .644%;
    max-height: 140px;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
@media (min-width: 768px) and (max-width: 1024px) {
    .boxes.servicos {
        width: 23.71234%;
    padding-top: 7vw;
    padding-bottom: 7vw;
    padding-left: 0;
    padding-right: 0;
        font-size: 1.9vw;
        font-weight: lighter;
    }
    .boxes.servicos:hover p {
        font-size:  2vw;
        font-weight: 600;
    }

}
@media (min-width: 480px) and (max-width: 768px) {
    .boxes.servicos {
        width: 47%;
    padding-top: 9vw;
    padding-bottom:95vw;
    padding-left: 0;
    padding-right: 0;
        font-weight: lighter;
    }
    .boxes.servicos:hover p {
        font-weight: 600;
    }

}
@media (max-width: 480px) {
    .boxes.servicos {
        width: 100%;
    padding-top: 9vw;
    padding-bottom: 9vw;
    padding-left: 0;
    padding-right: 0;
        font-weight: lighter;
        margin: 5px 0
    }
    .boxes.servicos:hover p {
        font-weight: 600;
    }

}


.boxes.servicos p {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 0 0;
    margin: 0 0 0;
    background: rgba(0, 0, 0, .5);
}
.bg-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center center;
    opacity: 1;
}

.box-lanchonetes { background-image: url('../_img/boxes/box-lanchonetes.jpg');}
.box-restaurantes { background-image: url('../_img/boxes/box-restaurantes.jpg');}
.box-cozinhas { background-image: url('../_img/boxes/box-cozinhas.jpg');}
.box-supermercados { background-image: url('../_img/boxes/box-supermercados.jpg');}
.box-padarias { background-image: url('../_img/boxes/box-padarias.jpg');}
.box-hoteis { background-image: url('../_img/boxes/box-hoteis.jpg');}
.box-outros { background-image: url('../_img/boxes/box-outros.jpg');}
.box-bares { background-image: url('../_img/boxes/box-bares.jpg');}
.box-churrascarias { background-image: url('../_img/boxes/box-churrascarias.jpg');}
.box-acougues { background-image: url('../_img/boxes/box-acougues.jpg');}
.box-cafes { background-image: url('../_img/boxes/box-cafes.jpg');}
.box-peixarias { background-image: url('../_img/boxes/box-peixarias.jpg');}
.box-clinicas { background-image: url('../_img/boxes/box-clinicas.jpg');}
.box-clubes { background-image: url('../_img/boxes/box-clubes.jpg');}
.box-industrias { background-image: url('../_img/boxes/box-industrias.jpg');}
.box-lavanderias { background-image: url('../_img/boxes/box-lavanderias.jpg');}


.sboxes.servicos:hover .bg-box {
    opacity: .3;
    background-blend-mode: normal;
}

/* MLL */
.titulo-faixa-mll, .titulo-faixa {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}
.boxes.servicos.vertical {
    width: 46.6%;
    margin: 3px;
}
.boxes.servicos.vertical.triplo {
    width: 31.333%;
    margin: 3px;
}
/* Contato */

#contactForm .control-group {margin: 10px 0;}
#contactForm .controls {
    position: relative;
    background: #f5f5f5;
    height: 45px;
    overflow: hidden;
    padding-left: 90px;
}

#contactForm .controls label.labelfocus {background: #00ade8;}
#contactForm .controls label {
    position: absolute;
    left: 0;
    top: 0;
    background: #b5b5b5;
    padding: 12px 10px;
    bottom: -6px;
    width: 90px;
    color: #fff;
    font-weight: lighter;
}
#contactForm .controls label.labelfocus:before { border-left: 6px solid #00ade8;}
#contactForm .controls label:before {
    content: ' ';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #b5b5b5;
}
#contactForm .controls input:focus {border: 0;background:none;}
#contactForm .controls input:focus .label {background: #00ade8;}
#contactForm .controls input {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    border: 0;
    padding: 13px 14px 12px 15px;
    width: 100%;
} 
#contactForm .controls.input-textarea {
    height: 211px;
    position: relative;
    background: #f5f5f5;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 55px
}
#contactForm .controls.input-textarea.select-area {
    height: auto;
    text-align:   left;  
}
.controls.input-textarea.select-area select {
    width: 100%;
    height: 35px;
    border: 0;
    background: none;
}

#contactForm .controls textarea {
    border-radius: 0;
    box-shadow: none;
    border: 0;
    background: #f5f5f5;
        width: 100%;
        height: 140px;
    text-align:   left;  
}
#contactForm .controls.input-textarea label {
    width: 100%;
    height: 45px;
    text-align:   left;  
}
#contactForm  button.btn.btn-primary {
    border-radius: 0;
    float: right;
    padding: 7px 40px;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
    background: #1a4d96;
}

#contactForm .controls.input-textarea label.labelfocus:before {border-top: 6px solid #00ade8 !important;}
#contactForm .controls.input-textarea label:before {
    left: 10px;
    top: 45px;
    transform: translate(0,0);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #b5b5b5;
}

/* Pagina de Produtos QUimicos */
.chamada-produtos p {
    font-size: 19px;
    font-weight: lighter;
    line-height: 36px;
}

.produto-quimico-box,
.box-produto {
    width: 100%;
    padding-top: 100%;
    overflow: hidden !important;
     background-size: cover;
    background-color: rgba(25, 77, 150);
    background-blend-mode: multiply;
    transition: all ease .3s;
    position: relative;
    margin-bottom: 30px;
}
.produto-quimico-box:hover,
.box-produto:hover{
    background-blend-mode: normal;
    transition: all ease .3s;
}

.produto-quimico-box:hover h3 i,
.box-produto:hover h3 i,
.box-produto:hover br br,
.produto-quimico-box:hover h3 br {display: none;}

.produto-quimico-box:hover h3,
.box-produto:hover h3 {
    position: absolute;
    top: auto !important;
    left: 0 !important;
    transform:none;
    -webkit-transform:none;
    bottom: 0 !important;
    padding: 20px 0 !important;
    background: rgba(25, 77, 150,.95);
    transition: all ease .3s;
}
.produtos-quimicos.section-title {margin-bottom: 40px;} 
.produtos-quimicos.section-title h1 span,  
.produtos-quimicos.section-title h2 span {
    text-align: left !important;
    font-size: 19px !important;
    display: inline-flex;
    margin-top: 15px;
    color: #545454;

}

.produto-descricao .btn.small {
    font-size: 13px;
    padding: 1px 7%;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.2);
}


.produto-quimico-box h3,
.box-produto h3 {
    font-size: 23px;
    line-height: 140%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: bold;
    margin: 0;
    padding: 50% 0;
    transition: all ease .3s;
}


/* Lista Produtos */
.lista-produtos {
    margin-top: 70px;
}

@media (min-width: 1025px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
    .bottom-align {
        display: flex;
        align-items: flex-end !important;
    }

}


.produto-item {
    border: 1px solid #ebebeb;
    background: #FFF;
    margin-bottom: 50px;
    min-height: 515px;

}

.produto-item.prod-promocao .col-md-4 {
    padding: 0;
}
.prod-promocao .produto-descricao {
    border: 0;
}
.produto-item.prod-promocao {
    height: auto;
    min-height: auto;
    clear: both;
}

.prod-promocao .produto-descricao h2 {
    font-size: 28px;
}
.prod-promocao .produto-descricao p {
    font-size: 22px;
    font-weight: lighter;
}

.prod-promocao .produto-descricao .btn.small {
    font-size: 20px;
    padding: 6px 4%;
}
.prod-promocao .ribbon {
    font-size: 21px;
    position: absolute;
    display: inline-block;
    margin: 0;
    text-align: center;
    margin-bottom: 35px;
    font-weight: bold;
    right: -20px;
    top: 15px;
}


.prod-promocao .text {
    display: inline-block;
    padding: 15px 30px;
    line-height: 1.2em;
    background: #FFD72A;
    position: relative;
}
.prod-promocao .ribbon:after,.prod-promocao .ribbon:before,
.prod-promocao .text:after,
.prod-promocao .bold:before{
  content:'';
  position:absolute;
  border-style:solid;
}


.prod-promocao .text:after {
    top: 100%;
    right: 0;
    border-width: 13px 20px 0 0;
    border-color: #FC9544 transparent transparent transparent;
}
.prod-promocao .ribbon:after, .prod-promocao .bold:before{
  top:0.5em;right:-2em;
  border-width: 1.1em 1em 1.1em 3em;
  border-color: #FECC30 transparent #FECC30 #FECC30;
  z-index:-1;
}
.prod-promocao .bold:before{
  border-color: #EBECED transparent #EBECED #EBECED;
  top:0.7em;
  right:-2.3em;
}


/*
.links-outros-produtos a {
    display: inline-block;
    padding: 1px 12px;
    color: #02919c;
    transition: all ease .2s;
    border-radius: 2px;
    text-decoration: none;
}

 
.links-outros-produtos a:hover {
    background: #02919c;
    color: #fff;
    transition: all ease .2s;
}
*/

#links-outros-produtos h3 {
    font-size: 18px;
    margin-bottom: 20px;
}


.links-outros-produtos span {
    color: #b7b7b7 !important;
    font-weight: lighter;
}

#links-outros-produtos {
    padding: 0 0 0;
}


.produto-item .produto-imagem img {
    width: 100%;
}

.produto-descricao {
    padding: 10px 15px;
    border-top: 1px solid #ebebeb;
}

.produto-descricao p {text-align: left; margin-bottom: 20px;}
.produto-descricao h2 {
    padding: 0 0 0 0;
    margin: 10px 0 15px 0;
    font-size: 18px;
    color: #194d95;
    font-weight: bold;
    font-family: 'Open Sans';
}


/* LGPD */
#box-lgpd {
    background: #111;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 9999;
    width: 100%;
    max-width: 400px;
    display: inline-block;
}
#box-lgpd p {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143; color: #FFF;}
#box-lgpd button.btn-aceitar {
    width: auto !important;
    padding: 5px 18px;
    font-size: 12px;
    text-transform: uppercase;
}
#box-lgpd .mensagem {
    padding: 30px;
}

#box-lgpd .mensagem a {
    color: #fff;
    text-decoration: underline;
}
label[for="lgpd"] {
    font-size: 11px;
    position: relative;
    bottom: 3px;
}
span.link-lgpd {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    margin: 10px auto 0 auto !important;
    width: 100%;
}

#box-lgpd button.btn-negar {
    background: none;
    border: 1px solid;
}#box-lgpd button.btn-negar:hover {
    color: #c7c7c7;
}

#novidades-blog .post .content {
    background: #f5f5f5;
    padding: 18px 18px;
    border-radius: 10px;
    margin: 25px 0;
}

#novidades-blog .post .content h2.blog_title {
    font-weight: 700;
    font-size: 20px;
    color: #1a4d96;
    margin: 0 0;
}

#novidades-blog .post .content p:last-child {
    display: none !important;
}


#novidades-blog .post .content img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 15px 0 15px 0;
}



/****************************
 *  
 * Pág Ekkoa
 * 
 * **************************/

#ekkoa .padding-section {padding-bottom: 0;}
#ekkoa .texto-ekkoa p {
    font-size: 16px;
    line-height: 150%;
}
#ekkoa .faixa.cta {padding: 70px 0;}
#ekkoa .faixa.cta h2 {font-size: 30px;}
#ekkoa .servico-ekkoa .titulo-azul {
    font-size: 23px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
#ekkoa .box {
    padding: 15px 15px;
    border-radius: 18px 18px 18px 105px;
    color: #FFF;
    font-size: 13px;
}
#ekkoa .box img {
    max-width: 175px;
    width: 100% !important;
}


#ekkoa .box-azul {background: #5a6cca;}
#ekkoa .box-vermelho {background: #c82d4a;}
@media (max-width: 768px) {
    #ekkoa .servico-ekkoa img.show-mobile.img-responsive {
        max-width: 250px;
        margin: 0 auto;
    }

    #ekkoa .servico-ekkoa img {
        margin: 20px auto;
        max-width: 250px;
    }

    #ekkoa .box {
        padding: 15px 15px;
        border-radius: 18px 18px 18px 18px;
        font-size: 15px;
        margin-bottom: 20px;
    }

    #ekkoa .box h3{
        font-size: 20px;
    }

}