@import url('reset.css');
@import url('banner-slider.css');
@import url('menu-mobile.css');
@import url('animation.css');

#boxIdentificacao {
    height: 0;
    overflow: hidden;
}
header.blur, 
footer.blur, 
section.blur, 
.zoomContainer.blur {
    -webkit-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
/*     -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); */
}
header, 
footer, 
section {
    -webkit-transition: all 0.8s ease-in-out!important;
    -moz-transition: all 0.8s ease-in-out!important;
    -o-transition: all 0.8s ease-in-out!important;
    transition: all 0.8s ease-in-out!important;
    -webkit-transition-delay: 0s!important;
    -o-transition-delay: 0s!important;
    transition-delay: 0s!important;
}
.lista-telefones {
    float: left;
    width: 100%;
}
.lista-telefones a {
    padding-left: 35px !important;
}
.lista-telefones .menu-social {
    border-left: 0 !important;
}
body{
    width: 100%;
    overflow-x: hidden;
}
ul.breadcrumb{
    width: 100%;
    height: auto;
    display:inline-block;
}
ul.breadcrumb li{
    width: auto;
    float: left;
    color: #172f51;
    font-family: 'montserratbold';
    line-height: 24px;
    font-size: 12px;
    padding: 10px 4px;
    height: 30px;
}
ul.breadcrumb a:hover{
    color: #ea4e52;
}
ul.breadcrumb a{
    width: auto;
    font-size: 12px;
    line-height: 24px;
    color: #172f51;
    float: left;
    text-transform: uppercase;
    font-family: 'montserratbold';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.paginacao{
    width: auto;
    margin: 40px auto 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;


    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
div.paginacao a:hover,
div.paginacao a.active{
    border-bottom: 2px solid #172f51;
    color: #172f51;
}
div.paginacao a{
    color: #717171;
    font-family: 'montserratlight';
    font-size: 13px;
    width: 20px;
    text-align: center;
    line-height: 15px;
    margin: 5px;
    padding: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


div.paginacao span:hover,
div.paginacao span.active{
    border-bottom: 2px solid #172f51;
    color: #172f51;
}
div.paginacao span{
    color: #717171;
    font-family: 'montserratlight';
    font-size: 13px;
    width: 20px;
    text-align: center;
    line-height: 15px;
    margin: 5px;
    padding: 5px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

form#perfil div.linha.senha_cad.clear{
  clear: left;
}
/*COMEÇO HEADER*/

header{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    float: left;
    z-index: 10;
    background: #ffffff;
}
header .conteudo{
    width: 980px;
    height: auto;
    display: block;
    margin: 0 auto; 
    /*border: 1px solid red;*/
} 

header div.top{
    /*background: pink;*/
    width: 100%;
    height: 47px;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #bdbdbd;
}
header .top .telefone{
    width: 190px;
    height: 40px;
    display: block;
    text-align: center;
    padding-left: 50px;
    color: #ea4e52;
    padding-top: 7px;
    font-size: 15px;
    line-height: 36px;
    font-family: 'montserratbold';
    float: left;
    letter-spacing: 4px;
    background: url(../images/icon/tel.jpg) 40px center no-repeat;
    border-right: 1px solid #bdbdbd;
}
header .top .formbusca{
    width: 388px;
    height: 40px;
    display: block;
    float: left;
}

header .top .formbusca input{
    font-size: 11px;
    text-transform: uppercase;
    color: #959595;
    line-height: 36px;
    height: 40px;
    float: left;
    padding-top: 5px;
    font-family: 'montserratregular';
    letter-spacing: 2px;
    border: 0px;
    padding-left: 60px;
    outline: none;
    width: calc(100% - 130px);
}
header .top .formbusca button:hover{
    /*font-size: 17px;*/
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
header .top .formbusca button{
    width: 60px;
    height: 48px;
    display: block;
    font-size: 15px;
    color: #ea4e52;
    line-height: 36px;
    float: left;
    font-family: 'montserratbold';
    outline: none;
    border: 0px;
    cursor: pointer;
    padding: 0px;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


header .top .menu-social{
    width: auto;
    height: 48px;
    display: block;
    font-size: 15px;
    color: #ea4e52;
    line-height: 36px;
    float: left;
    font-family: 'montserratbold';
    float: left;
    border-left: 1px solid #bdbdbd;
}

header .top .menu-social a{
    width: 30px;
    height: 40px;
    display: block;
    font-size: 15px;
    color: #a6a4a4;
    line-height: 36px;
    float: left;
    padding: 8px 4px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .top .menu-social a:hover{
    color: #172f50;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

header .top div.entrar{
    width: 190px;
    min-height: 47px;
    display: block;
    float: right;
    font-family: 'montserratsemi_bold';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*overflow: hidden;*/

}



header .top div.entrar:hover{
    max-height: 500px;
}
header .top div.entrar a{
    letter-spacing: 2px;
}
header .top div.entrar a,
header .top div.logado a{
    width: 100%;
    height: 42px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #ea4e52;
    line-height: 36px;
    float: right;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratsemi_bold';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

header .top div.entrar.active a
header .top div.logado.desk:hover a{
    background: #172f50;
    color: #fff;
}
header .top div.logado a.user:after {
    content: "";
    width: 12px;
    height: 6px;
    right: 10px;
    top: 20px;
    display: inline-block;
    position: absolute;
    background: url(../images/icon/seta-menu-logado.png) no-repeat center top;
    background-size: initial;
    overflow: hidden;
}
header .top div.logado.active  a.user{
    background: #172f50;
    
}
header .top div.logado.desk:hover a.user:after,
header .top div.logado.active a.user:after{
    background: url(../images/icon/seta-menu-logado.png) no-repeat center bottom;
    
}
header .top div.logado a.user{
    font-size: 12px;
    position: relative;
    background: #172f50;
    text-align: left;
    z-index: 100;
}
header .top div.logado {
    /*overflow: hidden!important;*/
    width: 190px;
    min-height: 47px;
    display: block;
    float: right;
    position: relative;
    z-index: 90;
    font-family: 'montserratsemi_bold';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .top div.logado div.sub{
    max-height: 0px;
    overflow: hidden;
    width: 100%;
    z-index: 100;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .top div.logado div.sub a:hover{
    background: #ea4e52;
}
header .top div.logado div.sub a:last-of-type{
    border-bottom: 0px;
}
header .top div.logado div.sub a{
    border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    height: 35px;
    padding: 0px 0 0 20px;
    font-size: 12px;
    text-align: left;
    width: 100%;
    float: left;
    background: #213E66;
}
header .top div.logado img.user {
    float: left;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    margin: 8px 10px 10px;
}
header .top div.logado.desk:hover div.sub,
header .top div.logado.active div.sub{
    max-height: 500px!important;
}
header .top div.entrar.active{
    overflow: initial;
}
header .top div.entrar.desk:hover div.login,
header .top div.entrar.active div.login{
    max-height: 500px;
    opacity: 1;
}
header .top div.entrar div.login{
    width: 300px;
    max-height: 0;
    opacity: 0;
    position: relative;
    z-index: 100;
    border: 1px solid #bdbdbd;
    display: block;
    float: right;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .top div.entrar div.login a.face:hover{
    background-color: #1F3B50
}
header .top div.entrar div.login a.face:after{
    content: "";
    width: calc(100% + 50px);
    height: 1px;
    position: absolute;
    bottom: -15px;
    left: -24px;
    background-color: rgba(189, 189, 189, 0.4);

}
header .top div.entrar div.login a.face{
    background-color: #00528a;
    color: #fff;
    width: calc(100% - 50px);
    padding: 2px;
    margin: 15px auto;
    float: none;
    height: 38px;
    text-transform: inherit;
    position: relative;
}
header .top div.entrar div.login form.esqueci-senha{
    max-height: 0px;
}
header .top div.entrar div.login.active form.esqueci-senha{
    max-height: 200px;
}
header .top div.entrar div.login.active form.login{
    max-height: 0px;
}
header .top div.entrar div.login form{
    width: 100%;
    max-height: 200px;
    padding-top: 5px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header .top div.entrar div.login input.email{
    background: url(../images/icon/login-user.png) 15px center no-repeat;
}
header .top div.entrar div.login input.senha{
    background: url(../images/icon/login-senha.png) 15px center no-repeat;
}
header .top div.entrar div.login input{
    font-size: 11px;
    color: #959595;
    float: none;
    line-height: 36px;
    display: block;
    padding: 0px 40px;
    font-family: 'montserratregular';
    letter-spacing: 2px;
    border: 2px solid rgba(189, 189, 189, 0.49);
    outline: none;
    margin: 15px auto!important;
    width: calc(100% - 130px);
    height: 36px;
}


header .top div.entrar div.login button.entrar,
header .top div.entrar div.login button.recuperar{    
    width: 100%;
    height: 42px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #ea4e52;
    line-height: 36px;
    float: none;
    margin: 0 auto;
    padding-top: 0px;
    border: 0px;
    outline: none;
    width: calc(100% - 50px);
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratsemi_bold';
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
header .top div.entrar div.login button.entrar:hover,
header .top div.entrar div.login button.recuperar:hover{
    background: #172f50;
    color: #fff;
}

header .top div.entrar div.login span.esqueci-senha{
    font-family: 'roboto_light';
    font-size: 10px;
    color: #172f50;
    width: 100%;
    text-align: center;
    float: none;
    display: block;
    line-height: 30px;
    cursor: pointer;
}

header .top div.entrar div.login span.linha{
    font-family: 'montserratlight';
    font-size: 9px;
    color: #959595;
    width: 50%;
    text-transform: uppercase;
    text-align: center;
    float: none;
    display: block;
    line-height: 30px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
}
header .top div.entrar div.login span.linha:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 14px;
    left: 150px;
    background-color: rgba(189, 189, 189, 0.4);
}
header .top div.entrar div.login span.linha:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 14px;
    left: -150px;
    background-color: rgba(189, 189, 189, 0.4);
}
header .top div.entrar div.login a.crie_face:hover{
    background-color: #172f50;
    color: #fff;
}
header .top div.entrar div.login a.crie_face{
    font-family: 'roboto_medium';
    font-size: 12px;
    background-color: #00528a;
    color: #fff;
    width: calc(100% - 50px);
    padding: 2px 0px;
    margin: 5px auto 15px;
    float: none;
    height: 38px;
    text-transform: inherit;
    position: relative;
}
header .top div.entrar div.login a.crie:hover{
    background-color: #ea4e52;
}
header .top div.entrar div.login a.crie{
    margin: 0 auto;
    font-family: 'montserratsemi_bold';
    font-size: 11px;
    background-color: #172f50;
    color: #fff;
    text-transform: uppercase;
    width: calc(100% - 50px);
    padding: 5px 0px;
    float: none;
    height: 38px;
    display: block;
    text-align: center;
    position: relative;
}

header .logo,footer .logo{
    width: 200px;
    height: 128px;
    display: block;
    float: left;
}
header .logo a,footer .logo a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 10px;

}
header .logo.active span.bg-logo,
header .logo:hover span.bg-logo,
footer .logo.active span.bg-logo,
footer .logo:hover span.bg-logo{
    max-width: 95%;
    min-height: 75px;
    border: 2px solid #172f50;
    border-radius: 0px; 
    opacity: 1;
}
header .logo.active span.icon-logo,
header .logo:hover span.icon-logo,
footer .logo.active span.icon-logo,
footer .logo:hover span.icon-logo{
    opacity: 1;
    -webkit-transform: translate3d(0px,0px,0px) scale(1);
    -moz-transform: translate3d(0px,0px,0px) scale(1);
    -ms-transform: translate3d(0px,0px,0px) scale(1);
    -o-transform: translate3d(0px,0px,0px) scale(1);
    transform: translate3d(0px,0px,0px) scale(1);
    transition-delay: 0.4s;
    /*transform: scale(1);*/
}
header .logo span.icon-logo,
footer .logo span.icon-logo{
    max-width: 50px;
    min-height: 50px;
    display: block;
    margin: 0 auto;
    background: url(../images/icon/icon-logo.svg) center center no-repeat;
    background-size: 100%;
    -webkit-transform: translate3d(0px,30px,0px) scale(1.2);
    -moz-transform: translate3d(0px,30px,0px) scale(1.2);
    -ms-transform: translate3d(0px,30px,0px) scale(1.2);
    -o-transform: translate3d(0px,30px,0px) scale(1.2);
    transform: translate3d(0px,30px,0px) scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*transform: scale(1.2);*/
    z-index: 50;

}
header .logo span.bg-logo,
footer .logo span.bg-logo{
    background: url(../images/assets/bg-logo.png) center 25px no-repeat;
    background-size: 70%;
    display: block;
    max-width: 50px;
    max-height: 50px;
    margin: -20px auto 0px;
    border: 0px solid #172f50;
    opacity: 0;
    border-radius: 50px; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;

}

@-webkit-keyframes aparece {
    0% {    
        opacity: 0;
    }
    100% {    
        opacity: 1; 
    }
}
@-moz-keyframes aparece {
    0% {    
        opacity: 0;
    }
    100% {    
        opacity: 1; 
    }
}
@-o-keyframes aparece {
    0% {    
        opacity: 0;
    }
    100% {    
        opacity: 1; 
    }
}
@keyframes aparece {
    0% {    
        opacity: 0;
    }
    100% {    
        opacity: 1; 
    }
}
@-webkit-keyframes sobe {
    0% {    
        transform: translate3d(0px,0px,0px);
    }
    100% {    
        transform: translate3d(0px,-30px,0px);
    }
}
@-moz-keyframes sobe {
    0% {    
        transform: translate3d(0px,0px,0px);
    }
    100% {    
        transform: translate3d(0px,-30px,0px);
    }
}
@-o-keyframes sobe {
    0% {    
        transform: translate3d(0px,0px,0px);
    }
    100% {    
        transform: translate3d(0px,-30px,0px);
    }
}
@keyframes sobe {
    0% {    
        transform: translate3d(0px,0px,0px);
    }
    100% {    
        transform: translate3d(0px,-30px,0px);
    }
}


header nav.menu{
    width: 590px;
    height: 130px;
    display: block;
    float: left;
}
header nav.menu ul {
    width: 550px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-left: 40px;
}
header nav.menu ul li{
    display: block;
    width: auto;
    height: auto;
}
header nav.menu ul li a:hover,
header nav.menu ul li a.active{
    color: #ea4e52;
}
header nav.menu ul li a{
    font-family: 'montserratbold';
    font-size: 15px;
    line-height: 36px;
    color: #172f50;
    float: left;
    padding: 10px 15px;
    position: relative;
}
header nav.menu.active li:first-of-type a:after{
    opacity: 1;
    min-width: 20px;
    min-height: 20px;
}
header nav.menu.active li:last-of-type a:before{
    opacity: 1;
    min-width: 20px;
    min-height: 20px;
}
header nav.menu ul li a:after,footer nav.menu ul li a:after{
    content: "";
    min-width: 0px;
    min-height: 0px;
    position: absolute;
    bottom: 5px;
    left: -5px;
    opacity: 0;
    border-left: 2px solid #ea4e52;
    border-bottom: 2px solid #ea4e52;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header nav.menu ul li a:before,footer nav.menu ul li a:before{
    content: "";
    min-width: 0px;
    min-height: 0px;
    position: absolute;
    top: 5px;
    right: -5px;
    opacity: 0;
    border-right: 2px solid #ea4e52;
    border-top: 2px solid #ea4e52;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


header nav.menu ul li a:hover:after,
header nav.menu ul li a:hover:before,
footer nav.menu ul li a:hover:after,
footer nav.menu ul li a:hover:before{
    opacity: 1;
    min-width: 20px;
    min-height: 20px;
}

header div.carrinho {
    width: 190px;
    height: 50px;
    float: left;
    display: block;
    margin-top: 40px;
}

header div.carrinho.desk:hover a.ver-carrinho:after,
header div.carrinho.active a.ver-carrinho:after{
    background: url(../images/icon/seta-carrinho.png) left bottom no-repeat;

}
header div.carrinho a.ver-carrinho:after{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/icon/seta-carrinho.png) left top no-repeat;
    background-size: 8px;
    display: block;
    top: 15px;
    right: 20px;
    position: absolute;
    
}
header div.carrinho.desk:hover a.ver-carrinho:before,
header div.carrinho.active a.ver-carrinho:before{
    opacity: 1;
}
header div.carrinho a.ver-carrinho:before{
    content: "";
    width: 43px;
    height: 23px;
    position: absolute;
    top: 35px;
    display: block;
    right: -3px;
    background: url(../images/icon/seta-lista-carrinho.png) left top no-repeat;
    background-size: contain;
    z-index: 80;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
}
header div.carrinho a.ver-carrinho{
    font-family: 'montserratbold';
    font-size: 14px;
    line-height: 36px;
    color: #ea4e52;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(../images/icon/icon-carrinho.png) 10px 10px no-repeat;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 5px;
    margin-left: 8px;
}
header div.carrinho a.ver-carrinho.desk:hover,
div.carrinho.active a.ver-carrinho{
    color: #172f50;

}
header div.carrinho a.ver-carrinho.desk:hover span.num,
div.carrinho.active a.ver-carrinho span.num{
    background: #172f50;

}
header div.carrinho a.ver-carrinho span.num{
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: absolute;
    background: #ea4e52;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0px;
    left: 20px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;


    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;

}

/*header div.lista-carrinho:after{
    content: "";
    width: 43px;
    height: 23px;
    position: absolute;
    top: -22px;
    display: block;
    right: -4px;
    background: url(../images/icon/seta-lista-carrinho.png) left top no-repeat;
    background-size: contain;
    
}*/
header div.lista-carrinho{
    display: block;
    position: relative;
    /* z-index: 10; */
    margin-top: 20px;
    width: 300px;
    max-height: 0px;
    background: #fff;
    /* border: 1px solid #bdbdbd; */
    z-index: -1;
    opacity: 0;
    float: right;
    overflow: hidden;
    /* margin-right: 5px; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho.desk:hover div.lista-carrinho,
header div.carrinho.active div.lista-carrinho{
    min-height: 100px;
    max-height: 700px;
    opacity: 1;
    z-index: 10;
    border: 1px solid #bdbdbd;
}

header div.carrinho div.lista-carrinho span.top{
    font-family: 'montserratsemi_bold';
    font-size: 11px;
    color: #bdbdbd;
    height: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #bdbdbd;
    letter-spacing: 2px;
    display: block;
    padding: 10px 0 0 25px;
    width: calc(100% - 25px);
}

header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar-track{
/*     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    opacity: 0; */
}
header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar{
    width: 8px;
}
header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho::-webkit-scrollbar-thumb{
    border-radius: 10px;
    background-color: rgb(23, 47, 80);
}

header div.carrinho div.lista-carrinho .listaProdutos.verCarrinho{
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
}

header div.carrinho div.lista-carrinho span.bottom b{
    color: #172f50;
}
header div.carrinho div.lista-carrinho span.bottom{
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    color: #bdbdbd;
    height: 28px;
    text-transform: uppercase;
    /*border-top: 1px solid #bdbdbd;*/
    letter-spacing: 2px;
    display: block;
    padding: 10px 0 0 25px;
    width: calc(100% - 25px);
    float: left;
}

header div.carrinho div.lista-carrinho a.ver-tudo,
header div.carrinho div.lista-carrinho a.fechar-pedido{
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    color: #fff;
    background: #ea4e52;
    height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    padding: 10px;
    width: calc(40% - 20px);
    float: left;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho div.lista-carrinho a.ver-tudo:hover,
header div.carrinho div.lista-carrinho a.fechar-pedido:hover{
    color: #fff;
    background: #172f50;
}
header div.carrinho div.lista-carrinho a.fechar-pedido{
    width: calc(100% - 20px);
    /* width: calc(60% - 20px); */
}

header div.carrinho.desk:hover div.lista-carrinho .linha,
header div.carrinho.active div.lista-carrinho .linha{
    opacity: 1;
    -webkit-transform: translate3d(0px,0px,0px);
    -moz-transform: translate3d(0px,0px,0px);
    -ms-transform: translate3d(0px,0px,0px);
    -o-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}

header div.carrinho div.lista-carrinho .linha{
    width: 100%;
    display: block;
    float: left;
    position: relative;
    border-bottom: 1px solid #bdbdbd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
    opacity: 0;
    -webkit-transform: translate3d(-350px,0px,0px);
    -moz-transform: translate3d(-350px,0px,0px);
    -ms-transform: translate3d(-350px,0px,0px);
    -o-transform: translate3d(-350px,0px,0px);
    transform: translate3d(-350px,0px,0px);
}


header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(2),
header div.carrinho.active div.lista-carrinho .linha:nth-child(2){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(3),
header div.carrinho.active div.lista-carrinho .linha:nth-child(3){
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(4),
header div.carrinho.active div.lista-carrinho .linha:nth-child(4){
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

header div.carrinho.desk:hover div.lista-carrinho .linha:nth-child(5),
header div.carrinho.active div.lista-carrinho .linha:nth-child(5){
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

header div.carrinho.active div.lista-carrinho .linha div.produ{
    width: 80px;
    height: 100%;
    float: left;
    display: block;
}
header div.carrinho div.lista-carrinho .linha div.produ img{
    float: left;
    display: block;
    width: 80px;
    height: auto;
    padding-top: 10px;
}
header div.carrinho div.lista-carrinho .linha div.cont{
    width: calc(100% - 120px);
    height: 100%;
    float: left;
    display: block;
}
header div.carrinho div.lista-carrinho .linha h1.nome-prod{
    font-family: 'montserratregular';
    font-size: 11px;
    color: #959595;
    width: calc(100% - 40px);
    float: left;
    display: block;
    height: auto;
    padding: 20px 20px 5px;
}
header div.carrinho div.lista-carrinho .linha span.valor{
    font-family: 'montserratbold';
    font-size: 11px;
    color: #172f50;
    width:calc(100% - 40px);
    float: left;
    display: block;
    height: auto;
    padding: 5px 20px 5px;
}


header div.carrinho div.lista-carrinho .linha a.edit,
header div.carrinho div.lista-carrinho .linha a.del  {
    width: 30px;
    display: block;
    float: left;
    position: absolute;
    color: #172f50;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header div.carrinho div.lista-carrinho .linha a.edit:hover,
header div.carrinho div.lista-carrinho .linha a.del:hover  {
    color: #e82930;
}
header div.carrinho div.lista-carrinho .linha a.edit {
    top: 20px;
    right: 40px;

}
header div.carrinho div.lista-carrinho .linha a.del {
    top: 20px;
    right: 10px;
}
header div.carrinho div.lista-carrinho .linha p.semProd{
    font-family: 'montserratsemi_bold';
    font-size: 16px;
    line-height: 24px;
    color: #172f51;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: calc(100% - 27px);
    padding: 7px 7px 7px 20px;

}
header div.carrinho div.lista-carrinho .linha a.contCam {
    color: #fff;
    outline: none;
    border: 0px;
    display: block;
    width: calc(100% - 130px);
    height: auto;
    line-height: 13px;
    padding: 15px 30px;
    font-family: 'montserratregular';
    letter-spacing: 1px;
    font-size: 11px;
    margin: 5px auto;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(../images/icon/icon-addCar.png) 20px center no-repeat #00af92;
}
header div.carrinho div.lista-carrinho .linha a.contCam:hover {
    background: url(../images/icon/icon-addCar.png) 20px center no-repeat #172f50;
}

div.menu-bottom{
    width: 100%;
    height: 53px;
    display: inline-block;
    float: left;
    background: #172f50;
}

div.menu-bottom ul{
    display: block;
    width: 980px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative;

}
div.menu-bottom ul li {
    display: block;
    width: auto;
    height: auto;
}
div.menu-bottom ul li a:hover span.seta {
    opacity: 1;
}
div.menu-bottom ul li a span.seta {
    width: calc(100% - 35px);
    height: 15px;
    margin: 0px auto 0px;
    display: block;
    text-align: center;
    position: absolute;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.menu-bottom ul li:hover ul.sub {
    opacity: 1;
    max-height: 380px;
    min-height: 380px;
    opacity: 1;
    box-shadow: 0px 0px 70px -30px #000;
}
div.menu-bottom ul li ul.sub{
    width: calc(100% - 168px);
    opacity: 0;
    max-height: 0px; 
    overflow: hidden;
    position: absolute;
    top: 53px;
    left: 0px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

div.menu-bottom ul li ul.sub div.top{
    width: 100%;
    height: 80px;
    display: block;
    border: 0px;
}

div.menu-bottom ul li ul.sub div.top span.cat {
font-family: 'montserratsemi_bold';
    font-size: 12px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px 15px 40px;
    width: calc(100% - 60px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    float: left;
    letter-spacing: 2px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

div.menu-bottom ul li ul.sub .esq, 
div.menu-bottom ul li ul.sub .dir {
    width: 50%;
    float: left;
    display: block;
    position: relative;
}

div.menu-bottom ul li ul.sub .esq::after {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% - 40px);
    background: rgba(161, 160, 160, 0.5);
    left: 45%;
    top: 30px;
}

div.menu-bottom ul li ul.sub .esq ul.lista {
    width: 100%;
    display: block;
    padding: 30px 0px;
}



div.menu-bottom ul li ul.sub .esq ul.lista li {
    padding: 5px 20px 5px 40px;
    font-family: 'montserratregular';
    font-size: 13px;
    line-height: 15px;
    float: left;
    width: calc(50% - 60px);
    color: #a1a0a0;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a:after {
    display: none;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a:hover {
    text-decoration: underline!important;
    color: #4e4d4d;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub .esq ul.lista li a {
    background: none;
    padding: 0px;
    font-family: 'montserratregular';
    width: 100%;
    font-size: 13px;
    line-height: 11px;
    height: auto;
    color: #a1a0a0;
    text-transform: none;
    margin: 0px;
    letter-spacing: 0px;
}


div.menu-bottom ul li ul.sub.cat{
    width: 100%!important;
}
div.menu-bottom ul li:hover ul.sub.cat{
    width: 100%!important;
    max-height: 900px;
    min-height: 285px;
    /*padding-bottom: 100px;*/
    opacity: 1;
}
div.menu-bottom ul li ul.sub.cat ul.lista{
    width: calc(25% - 91px);
    float: left;
    height: 140px;
    /*overflow: hidden;*/
    padding: 10px 45px;
    border-right: 1px solid #bdbdbd;
    margin: 20px 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat div.box{
    width: calc(25% - 91px);
    float: left;
    height: 140px;
    /*overflow: hidden;*/
    padding: 10px 45px;
    border-right: 1px solid #bdbdbd;
    margin: 20px 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat div.lista{
    width: 100%;
    float: left;
    height: 90px;
    overflow: hidden;
    padding: 0px;
    border-right: 0px!important;
    margin: 0px;
    position: relative;
}
div.menu-bottom ul li ul.sub.cat a.sub_top:hover,
div.menu-bottom ul li ul.sub.cat a.sub_bottom:hover {
    text-decoration: underline!important;
    color: #4e4d4d;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub.cat a.sub_top:before,
div.menu-bottom ul li ul.sub.cat a.sub_bottom:before,
div.menu-bottom ul li ul.sub.cat div.lista a:before{
    content: none;
}
div.menu-bottom ul li ul.sub.cat a.sub_top {
    text-transform: uppercase;
    color: #172f50;
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    line-height: 30px;
    display: block;
    background: transparent;
    padding: 0px;
    width: 100%;
}
div.menu-bottom ul li ul.sub.cat a.sub_bottom {
    text-transform: uppercase;
    color: #ea4e52;
    font-family: 'montserratbold';
    font-size: 14px;
    line-height: 30px;
    display: block;
    background: transparent;
    padding: 0px;
    width: 100%;
}
div.menu-bottom ul li ul.sub.cat div.lista a:before {
    text-decoration: underline!important;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub.cat div.lista a:hover {
    text-decoration: underline!important;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub.cat div.lista a {
    background: none;
    padding: initial;
    font-family: 'montserratregular';
    width: 90%;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    color: #a1a0a0;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
}
div.menu-bottom ul li ul.sub.cat:after{
    /*content: "";*/
    height: 1px;
    width: calc(100% - 60px);
    left: 30px;
    bottom: 51.5%;
    background: #bdbdbd;
    position: absolute;
}


div.menu-bottom ul li ul.sub.cat li.borda{
    display: block;
    width: 100%;
    height: auto;
    float: left;
}
div.menu-bottom ul li ul.sub.cat li.borda:nth-child(1n){
    border-bottom: 1px solid #bdbdbd;
    display: block;
    width: 100%;
    height: auto;
    float: left;
}
div.menu-bottom ul li ul.sub.cat li.borda:last-of-type{
    border: 0px;
}
div.menu-bottom ul li ul.sub.cat li ul.lista:nth-child(4n){
    border-right: 0px;
}
div.menu-bottom ul li ul.sub.cat li div.box:nth-child(4n){
    border-right: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li{
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:first-of-type a{
    text-transform: uppercase;
    color: #172f50;
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    line-height: 36px;
    display: block;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:last-of-type {
    position: absolute;
    bottom: -10px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li:last-of-type a{
    text-transform: uppercase;
    color: #ea4e52;
    font-family: 'montserratbold';
    font-size: 13px;
    line-height: 24px;
    display: block;
}
div.menu-bottom ul li ul.sub.cat ul.lista li {
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a:after {
    display: none;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a:hover {
    text-decoration: underline!important;
    color: #4e4d4d;
    padding-left: 5px;
}
div.menu-bottom ul li ul.sub.cat ul.lista li a {
    background: none;
    padding: initial;
    font-family: 'montserratregular';
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    height: auto;
    color: #a1a0a0;
    text-transform: none;
    margin: 0px;
    letter-spacing: 0px;
}

div.menu-bottom ul li:hover ul.sub .dir .produ {
    background-position: center 35%;
    background-size: 100%;
}
div.menu-bottom ul li ul.sub .dir .produ {
    width: 100%;
    height: 300px;
    display: block;
    background-size: 105%;
    background-position: center 15%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;

}

div.menu-bottom ul li ul.sub div.top span.cat img.icon {
    float: left;
    margin-right: 20px;
    height: 38px;
    width: auto;
}

div.menu-bottom ul li a:hover,
div.menu-bottom ul li.is-active a:hover {
    /*background: #ea4e52;*/
    background: rgb(65, 93, 132);

}
div.menu-bottom ul li a {
    font-family: 'montserratregular';
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    float: left;
    padding: 13px 17px 6px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    letter-spacing: 2px;
    border-bottom: 4px solid;
    border-right: 1px solid rgba(255, 255, 255, 0.3)!important;
}


div.menu-bottom ul li a:hover:after,
div.menu-bottom ul li.is-active a:hover:after {
    content: none;
}
div.menu-bottom ul li a:after {
    width: 17px;
    height: 8px;
    background: url(../images/icon/seta-menu-bottom.png) left top no-repeat;
    display: block;
    bottom: 0px;
    right: calc(50% - 10px);
    position: absolute;
}
div.menu-bottom ul li:nth-child(2) a:after {
    background-position: -17px top;
}
div.menu-bottom ul li:nth-child(3) a:after {
    background-position: -34px top;
}
div.menu-bottom ul li:nth-child(4) a:after {
    background-position: -51px top;
}
div.menu-bottom ul li:nth-child(5) a:after {
    background-position: -68px top;
}

div.menu-bottom ul li:nth-child(6) a:after {
    background-position: -85px top;
}
div.menu-bottom ul li:nth-child(7) a:after {
    background-position: -102px top;
}
div.menu-bottom ul li:nth-child(8) a:after {
    background-position: -119px top;
}

div.menu-bottom ul li:last-of-type a:hover{
    background: rgb(65, 93, 132);
}
div.menu-bottom ul li:last-of-type a{
    border-color: transparent; 
    background: #1f3f6c;
    padding: 10px 40px 9px 15px;
    border-right: 0px!important;
}
div.menu-bottom ul li:nth-child(8) a{
    border-right: 0px!important;
}
div.menu-bottom ul li.cat a:after{
    content: none;
}
div.menu-bottom ul li.cat a:before{
    content: "";
    width: 8px;
    height: 8px;
    background: url(../images/icon/seta-header-menu-bottom.png) left top no-repeat;
    background-size: 8px;
    display: block;
    top: 22px;
    right: 15px;
    position: absolute;
}
div.menu-bottom ul li.cat a:hover:before{
    background: url(../images/icon/seta-header-menu-bottom.png) left bottom no-repeat;

}

ul.lista li a:before{
    content: none!important;
}
/*FIM HEADER*/

/*COMEÇO LISTA DE PRODUTOS*/
a.carrinho-flutuante span{
    font-family: 'montserratsemi_bold';
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    position: absolute;
    background: #ea4e52;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0px;
    right: 10px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
a.carrinho-flutuante{
    position: fixed;
    top: 90%;
    right: 10px;
    z-index: 1000;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: url(../images/icon/carrinho-flutuante.png) center center no-repeat #172f50;
}

ul.lista-produtos .owl-prev{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 100px;
    left: 0px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/assets/seta-banner.png) no-repeat 0px 0px !important;
}
ul.lista-produtos .owl-next{
    width: 56px;
    height: 56px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    text-indent: -9999px;
    top: 100px;
    right: 0px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    background: url(../images/assets/seta-banner.png) no-repeat -56px 0px !important;
}

ul.lista-produtos li{
    width: calc(25% - 5px);
    display: block;
    float: left;
    border-top:10px solid; 
    position: relative;
    overflow: hidden;
    border-right: 5px solid #bdbdbd!important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    max-height: 310px;
    min-height: 310px;
}
ul.lista-produtos li.indisponivel {
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
ul.lista-produtos li.indisponivel a {
    cursor: default;
}
ul.lista-produtos li.indisponivel:hover .prod-img img {
    -webkit-transform: scale(0.9)!important;
    -moz-transform: scale(0.9)!important;
    -ms-transform: scale(0.9)!important;
    -o-transform: scale(0.9)!important;
    transform: scale(0.9)!important;
}
ul.lista-produtos li:nth-child(4n){
    width: 25%;
    border-right: 0px!important;
}
ul.lista-produtos li span.seta{
    width: 25px;
    height: 14px;
    margin: -6px auto 0px;
    display: block;
    text-align: center;
}




ul.lista-produtos span.super_oferta {
    width: 66px;
    max-height: 0px;
    height: 0px;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    z-index: 1;
    background: url(../images/assets/super-oferta.png) center center no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
ul.lista-produtos span.super_oferta svg {
    top: 0px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
ul.lista-produtos:hover span.super_oferta,
span.super_oferta.anima{
    max-height: 50px!important;
    height: 50px!important;
    opacity: 1!important;
}
span.super_oferta.anima svg{
    top: 50px!important;
}

ul.lista-produtos li:hover .prod-img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

ul.lista-produtos .prod-img{
    width: 90%;
    height: 200px;
    margin: 0 auto;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    /*border: 1px solid red;*/

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    overflow: hidden!important;

    background-repeat: no-repeat;
    background-position: center;
    
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
ul.lista-produtos .prod-img img{
    width: auto;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}


ul.lista-produtos .addCar:before{
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 10%;
    background: #bdbdbd;
    z-index: 1;

}
ul.lista-produtos .addCar{
    width: auto;
    height: auto;
    padding: 5px;
    display: block;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}
ul.lista-produtos .addCar span{
    width: 27px;
    height: 27px;
    padding: 5px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #172f50;
    position: relative;
    z-index: 2;
    text-indent: -9999px;
    background: url(../images/assets/add-car.png) 3px 5px no-repeat #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

}
ul.lista-produtos li:hover .addCar span{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border: 2px solid #ea4e52;
    background: url(../images/assets/add-car.png) 3px -27px no-repeat #fff;
    
}

ul.lista-produtos .produ-nome{
    display: inline-block;
    text-align: center;
    width: calc(100% - 20px);
    font-family: 'montserratregular';
    color: #a1a0a0;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.lista-produtos .produ-valor{
    display: inline-block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'montserratsemi_bold';
    color: #172f50;
    font-size: 18px;
    line-height: 22px;
}
ul.lista-produtos .produ-valor sub {
    color: #8c8a8a;
    font-size: 12px;
    margin-left: 3px;
}




/*FIM LISTA DE PRODUTOS*/




/*COMEÇO FOOTER*/

footer{
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    float: left;
    z-index: 10;
    background: #ffffff;
}
footer .conteudo{
    width: 980px;
    height: auto;
    display: block;
    margin: 0 auto; 
    /*border: 1px solid red;*/
} 
footer nav.menu {
    width: 100%;
    height: 100px;
    display: block;
    float: left;
}
footer nav.menu ul {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
footer nav.menu ul li:nth-child(3){
    width: 230px;
    padding-bottom: 20px;
}
footer nav.menu ul li:nth-child(3) a:after,
footer nav.menu ul li:nth-child(3) a:before{
    display: none;
}
footer nav.menu ul li div.logo{

}
footer nav.menu ul li {
    display: block;
    width: auto;
    height: auto;
}
footer nav.menu ul li a {
    font-family: 'montserratbold';
    font-size: 15px;
    line-height: 36px;
    color: #172f50;
    float: left;
    padding: 10px 15px;
    position: relative;
}
footer nav.menu ul li a:hover, footer nav.menu ul li a.active {
    color: #ea4e52;
}
footer div.menu-bottom ul li a{
    border-top: 4px solid;
    border-bottom: 0px;
}
footer div.menu-bottom ul li a span.seta{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -50px;
}

footer div.menu-bottom ul li a:after{
    top: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
footer div.menu-bottom ul li ul.sub{
    bottom: 0px!important;
    top: auto!important;
}

footer div.menu-bottom ul li ul.sub div.top {
    position: absolute;
    bottom: 0px;
}


footer div.menu-bottom ul li:hover ul.sub.cat{
     padding-bottom: 100px;
}
footer div.menu-bottom ul li ul.sub.cat:after {
    bottom: 60%;
}

footer div.top {
    /* background: pink; */
    width: 100%;
    height: 47px;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #bdbdbd;
}

footer .top .telefone {
    width: 260px;
    height: 40px;
    display: block;
    text-align: left;
    padding-left: 30px;
    color: #ea4e52;
    padding-top: 7px;
    margin-left: 7px;
    font-size: 15px;
    line-height: 36px;
    font-family: 'montserratbold';
    float: left;
    letter-spacing: 1px;
    background: url(../images/icon/tel.jpg) left center no-repeat;
    border-right: 1px solid #bdbdbd;
}

footer .top .ende {
    width: 100%;
    height: 40px;
    display: block;
    text-align: left;
    padding-left: 40px;
    color: #172f50;
    padding-top: 7px;
    font-size: 12px;
    line-height: 36px;
    font-family: 'montserratbold';
    letter-spacing: 1px;
    float: left;
    background: url(../images/icon/endereco.png) 13px center no-repeat;
}

footer .top .menu-social {
    width: auto;
    height: 48px;
    display: block;
    font-size: 15px;
    color: #ea4e52;
    line-height: 36px;
    float: right;
    margin-left: auto;
    font-family: 'montserratbold';

}
footer .top .menu-social a {
    width: 30px;
    height: 40px;
    display: block;
    font-size: 15px;
    color: #a6a4a4;
    line-height: 36px;
    float: left;
    padding: 8px 4px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .top .menu-social a:hover {
    color: #172f50;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


footer .logo-ag {
    position: relative;
    width: 80px;
    height: 75px;
    display: block;
    float: right;
}

footer .logo-ag a:hover {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
footer .logo-ag a {
    width: 90px;
    height: 40px;
    background: url(../images/logo_red.png) no-repeat top center;
    display: block;
    margin: 30px auto 0;
    text-decoration: none;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

footer .logo-ag ._top {
    display: none;
}
footer a.telefone.whatsapp {
    background: white;
    position: relative;
}
footer a.telefone.whatsapp i {
    position: absolute;
    left: 4px;
    font-size: 21px;
    top: 14px;
    color: #c3c2c2;
}
footer .flex-box-footer {
    display: flex;
    align-items: center;
    width: 84%;
    float: left;
}
footer div.card{
    display: block;
    float: left;
    min-width: 100px;
    height: 70px;
    /*margin-top: 50px;*/
}
footer div.seguranca{
    display: block;
    float: left;
    min-width: 100px;
    height: 70px;
    /*margin-top: 50px;   */
}
footer div.seg img{
    display: block;
    float: left;
    width: auto;
    height: auto;
}
footer div.card span{
    display: inline-block;
    width: 100%;
    height: auto;
    color: #616060;
    font-size: 10px;
    line-height: 20px;
    font-family: 'montserratregular';
}
footer div.card img{
    display: block;
    float: left;
    width: auto;
    height: auto;
}

/*FIM FOOTER*/

/*MODAL EXCLUIR CONTA*/
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget {
    background: #ea4e52;
    color: #fff;
    outline: none;
    border: 0px;
    display: block;
    width: calc(50% - 10px);
    height: 35px;
    line-height: 15px;
    float: right;
    padding: 10px;
    margin-right: 0px;
    font-family: 'montserratregular';
    font-size: 12px;
    cursor: pointer;
    margin-top: 0px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#jSuccess{
    font-family: 'montserratlight';
    font-size: 13px!important;
    line-height: 15px!important;
}
#jError{
    font-family: 'montserratlight';
    font-size: 13px!important;
    line-height: 15px!important;
}
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:last-of-type {
    margin-right: 10px;
}
.ui-dialog-buttonset button.ui-button.ui-corner-all.ui-widget:hover {
    background: #172f50;
}
.ui-dialog-buttonset {
    width: 100%;
    height: auto;
    padding-top: 5px;
}
.ui-dialog .ui-dialog-titlebar-close{
    display: none;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    background: #43546b;
    color: #fff;
    padding: 10px;
    margin: -4px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: montserratbold;
    font-size: 12px;
    padding: 6px;
    text-transform: uppercase;
}
div#dialog-confirm {
    font-family: 'montserratlight';
    font-size: 15px;
    line-height: 15px;
    color: #43546b;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 40px!important;
    padding-top: 30px;
}
/*MODAL EXCLUIR CONTA*/




/*RESPONSIVO*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 0px) 
and (max-width : 414px) {
    section.home .mini-galeria div.box{
        width: 100%!important;
    }
    ul.lista-produtos li{
        width: 70%;
        margin: 0 auto;
        float: none;
        border-right: 0px!important;
    }
    section.home .como-funciona-lista .box-div{
        display: none!important;
    }
    section.home .como-funciona-lista .box{
        width: 50%!important;
        margin: 0 auto;
        float: none!important;
    }
    section#banner #banner_principal div.banners_textos{
        width: 80%!important;
        margin: 0 calc(100% - 370px)!important;
    }
    section.home .conteudo .promo,
    section.home .conteudo .promo_dia{
        display: none!important;
    }
    section.home .conteudo .info_promo,
    section.home .conteudo .info_promo .linha{
        width: 100%!important;
    }
    section.home div.depoimentos .banner_item {
        background-size: cover;
        background-position: center;
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    section.home div.depoimentos img.user {
        float: none!important;
        margin: 0 auto!important;
    }
    section.home div.depoimentos div.banners_textos {
        width: calc(100% - 120px)!important;
        float: none!important;
        margin: 0 auto!important;
    }
    section.home div.depoimentos .owl-buttons .owl-prev,
    section.home div.depoimentos .owl-buttons .owl-next{
        top: -370px!important;
    }

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-width : 415px) 
and (max-width : 768px) {
    section#banner #banner_principal div.banners_textos{
        width: 330px!important;
        margin: 0 calc(65% - 270px)!important;
    }
    section.home div.depoimentos .owl-buttons .owl-prev,
    section.home div.depoimentos .owl-buttons .owl-next{
        top: -110px!important;
    }

    #boxIdentificacao div.identificacao{
        width: calc(100% - 0px)!important;
        top: 0px;
        left: 0px;
    }
    #boxIdentificacao div.identificacao .boxEmail{
        float: left;
        width: calc(100% - 2px)!important;
        margin-right: 10px!important;
    }
    #boxIdentificacao div.identificacao .identificar{
        float: left;
        width: 100%!important;
        margin: 10px 0px!important;
        display: inline-block;
    }
    #boxIdentificacao div.identificacao .dir {
        width: calc(100% - 2px)!important;
        margin: 0px auto!important;
        left: 0px!important;
        border-radius: 0px!important;
        position: absolute;
        top: 0px;
    }
    div.lista_carrinho div.cupom div.box-input label.desconto{
        width: 75px!important;
        margin-left: 5px!important;
    }
    div.identificacao div.dir button.entrar {
        margin: 0 5%!important;
        width: calc(100% - 40px)!important;
        /* margin-left: 0px!important; */
    }

}

@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
    .mobile.mob-top-menu {
        display: block;
    }

    section.home div.depoimentos{
        width: 100%!important;
        height: auto!important;
    }
    footer .conteudo{
        width: calc(100% - 40px)!important;
        display: block;
        padding: 0px 20px;
    }
    footer div.seguranca{
        margin-top: 10px!important;
    }
    footer div.card{
        min-width: 50px!important;
        margin-top: 10px!important;
    }
    footer .logo-ag{
        width: 100%!important;
    }
    footer .logo-ag a{
            margin: 10px auto 0;
    }
    footer nav.menu ul li:nth-child(1),
    footer nav.menu ul li:nth-child(2),
    footer nav.menu ul li:nth-child(4),
    footer nav.menu ul li:nth-child(5),
    footer nav.menu ul li:nth-child(6),
    footer .top .ende,
    footer .top .menu-social{
        display: none!important;
    }
    footer nav.menu ul li a{
        padding: 10px 0px;
    }
    footer nav.menu{
        height: auto;
    }
    footer nav.menu ul li div.logo{
        width: 230px!important;
        float: none!important;
        margin: 0 auto!important;
        height: 130px;
    }
    footer nav.menu ul li:nth-child(3){
        /*width: 100%!important;*/
        float: none!important;
        margin: 0 auto!important;
    }
    footer .top .telefone{
        width: 320px;
        border: 0px;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    footer div.menu-bottom,
    section.home div.facebook{
        display: none!important;
    }

    a.carrinho-flutuante{
        display: none!important;
    }
    section.home .conteudo .promo_dia{
        display: none!important;
    }
    section.home .conteudo .top{
        padding: 0 15px;
        width: calc(100% - 30px)!important;
    }
    .mobile.mob-sub-menu.is-active ul{
        max-height: 450px;
        opacity: 1;
        margin-top: 0px;
        padding-top: 0px;   
    }
    .mobile.mob-sub-menu{
        display: block;
    }
    div.menu-bottom ul.menu{
        display: none;
    }
    .mobile.mob-sub-menu .hamburger:after {
        content: "DEPARTAMENTOS";
        font-family: 'montserratbold';
        font-size: 12px;
        line-height: 33px;
        letter-spacing: 4px;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        position: absolute;
        left: 60px;
        margin-left: 10px;
    }
    .mobile.mob-sub-menu .hamburger{
        width: 250px;
        margin: 0 auto;
        float: none;
        position: relative;
    }
    .mobile.mob-sub-menu span.line {
        background: #fff!important;
        float: left;
        display: inline-block;
        width: 50px;
        height: 5px;
        margin: 2px 80% 5px 0;
        position: relative;
    }
    .owl-carousel .owl-controls {
        width: 100%!important;
        height: 70%!important;
        top: -60%!important;
    }
    html{
        width: 100vw!important;
        height: auto!important;
        display: inline-block;
        overflow-x: hidden!important;
    }
    section .conteudo{
        width: 100%!important;
    }
    header .conteudo {
        width: 100%;
        height: 100px;
        display: block;
        margin: 0 auto;
    }
    header .top .telefone,header .top .formbusca,header .top .menu-social,a.btn-busca,
    header nav.menu{
        display: none;
    }
    header .top div.entrar{
        width: 100%;
    }
    header div.carrinho a.ver-carrinho{
        text-indent: -9999px;
    }
    header div.carrinho a.ver-carrinho span.num{
         text-indent: initial; ;
    }
    header div.carrinho{
        width: 90px;
        display: block;
        float: right;
    } 
}


.erroConteudo{
    float:left;width:100%;height:150px;text-align:center;padding-top:150px;font-family:'montserratlight';color:#717171;
}

.semResultados{
    color: #717171;
    font-family: 'montserratlight';
    font-size: 14px; 
    text-align: left;
    padding: 5px;
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 10px 0px; 
}

.boxLinha{
    float: left;
    width: 100%;
}




div.produOpt.active{
    opacity: 1;
    min-height: 360px;
    max-height: 600px;
    border-radius: 30px;
}
div.produOpt .prod-inf {
    display: inline-block;
    height: auto;
    width: 100%;
}
div.produOpt .linha {
    display: inline-block;
    width: 100%;
}
div.produOpt .linha:nth-child(2n+1) {
    /* background: #efefef; */
    padding-top: 5px;
    border-top: 1px solid rgba(23, 47, 81, 0.4);
    margin-top: 15px;
}
div.produOpt{
    opacity: 0;
    width: 900px;
    min-height: 0px;
    max-height: 0px;
    position: fixed;
    top: 25%;
    left: calc(50% - 450px);
    background: #fff;
    z-index: 10000;
    border: 1px solid #bdbdbd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
div.produOpt span.fecha:hover{
    border: 2px solid #172f51;
    color: #172f51;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
div.produOpt span.fecha{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #ea4e52;
    padding: 15px 0px;
    padding-top: 0px;
    border-radius: 60px;
    cursor: pointer;
    width: 35px;
    height: 20px;
    text-align: center;
    border: 2px solid #ea4e52;
    font-family: 'montserratsemi_bold';
    font-size: 24px;
    line-height: 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

div.produOpt .prod-inf h1 {
    font-family: 'montserratsemi_bold';
    font-size: 24px;
    line-height: 36px;
    color: #ea4e52;
    width: calc(100% - 40px);
    display: inline-block;
    padding: 20px;
    text-transform: uppercase;
    padding-bottom: 0px;
}
div.produOpt .prod-inf span.info {
    font-family: 'montserratsemi_bold';
    font-size: 20px;
    line-height: 20px;
    color: #172f51;
    width: calc(100% - 40px);
    display: inline-block;
    padding: 20px;
    padding-top: 0px;
}
div.produOpt .produ, div.produOpt .cont {
    width: 50%;
    display: block;
    float: left;
    position: relative;
    text-align: center;
}
div.produOpt .produ img{
    width: 60%;
}

div.produOpt h2.unit-prod {
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 36px;
    color: #a6a4a4;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0px 10px;
    text-align: center;
}
div.produOpt h2.unit-prod span{
    color: #172f51;
}
div.produOpt .cont img.prod {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
div.produOpt .cont .centro {
    position: relative;
    display: inline-block;
    padding: 0px;
    float: left;
    width: calc(100% - 112px);
    margin: 5px 20px 0 90px;
    border-radius: 20px;
    overflow: hidden;
}
div.produOpt .cont .modelo {
    position: relative;
    width: calc(100% - 112px);
    padding: 0px;
    float: left;
    overflow: hidden;
    margin: 5px 20px 0 90px;
    display: block;
    height: 30px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    background: url('../images/icon/bg-select.png') calc(100% - 5px) center no-repeat #fff;
}
div.produOpt .cont .modelo label {
    float: left;
    font-family: 'montserratregular';
    font-size: 14px;
    line-height: 30px;
    color: #a6a4a4;
    text-align: center;
    display: inline-block;
    width: 100%;
}
div.produOpt .cont .modelo select {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
div.produOpt .cont .espec {
    position: relative;
    display: inline-block;
    width: calc(100% - 112px);
    margin: 10px 20px 0 90px;
    float: left;
    border: 1px solid #eee;
}
div.produOpt .cont .espec p{
    width: calc(100% - 100px);
    display: block;
    text-align: left;
    font-family: 'montserratregular';
    font-size: 12px;
    line-height: 20px;
    color: #a6a4a4;
    padding: 5px 90px 5px 10px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #eee;
}
div.produOpt .cont .espec p:nth-child(2n+1) {
    background: #efefef;
}
div.produOpt .cont .espec p.active:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 0, 0.08);
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}
div.produOpt .cont .espec p span{
    color: #172f51;
    display: block;
    text-align: center;
    float: right;
    position: absolute;
    top: 5px;
    right: 0px;
    width: calc(100px - 10px);
}
div.produOpt .cont .espec p span.valQuant {
    width: 50px!important;
    display: block;
    float: left;
    /* text-align: left; */
    margin-right: 30px;
}

div.produOpt .cont .espec p span.tipo {
    width: 20px!important;
    display: block;
    float: left;
    margin-right: 20px;
    text-align: left;
}

div.produOpt .cont .espec h2.resu {
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 36px;
    color: #fff;
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0px 10px;
    text-align: center;
    background: #172f51;
}
div.produOpt a.verCar:hover {
    background: url(../images/icon/icon-addCar.png) 40px center no-repeat #172f51;
}
div.produOpt a.verCar {
    color: #fff;
    outline: none;
    border: 0px;
    display: inline-block;
    width: calc(50% - 131px);
    float: right;
    height: auto;
    line-height: 13px;
    padding: 15px 10px 15px;
    font-family: 'montserratregular';
    letter-spacing: 1px;
    font-size: 11px;
    margin: 10px auto 0px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(../images/icon/icon-addCar.png) 40px center no-repeat #00af92;
}

div.produOpt .cont span.more:hover, 
div.produOpt .cont span.minus:hover {
    background: #00af92;
}
div.produOpt .cont span.more, 
div.produOpt .cont span.minus {
    width: 50px;
    background: red;
    display: block;
    height: 40px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.produOpt .cont span.more{
    float: right;
}
div.produOpt .cont span.minus{
    float: left;
}
div.produOpt .cont input.quant {
    width: calc(100% - 138px);
    height: calc(40px - 4px );
    color: #172f51;
    text-align: center;
    padding-right: 30px;
    font-family: 'montserratregular';
    border: 1px solid #c7c6c6;
    /* border-right: 0px; */
    /* border-left: 0px; */
}
div.produOpt .cont span.dec {
    color: #172f51;
    position: absolute;
    right: 60px;
    width: 35px;
    height: 40px;
    z-index: 1;
    font-family: 'montserratregular';
    font-size: 15px;
    line-height: 40px;
}

.produOpt.active:after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    top: 0px;
    left: 0px;
}

.produOpt:after {
    content: "";
    width: 100vw;
    height: 0vh;
    position: fixed;
    z-index: 1;
    top: -10px;
    left: 0px;
    -webkit-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;

-webkit-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
transition-delay: 0.8s;
}

/*FIM PRODUTO */





@media only screen 
and (min-width : 0px) 
and (max-width : 768px) {
     div.produOpt a.verCar{
        width: calc(50% - 64px);
        background: url(../images/icon/icon-addCar.png) 20px center no-repeat #00af92;
    }
    div.produOpt{
        width: 100vw!important;
        height: 100vh!important;
        margin: 0px!important;
        top: 0px;
        left: 0px;
    }
    div.produOpt.active{
        width: 100vw!important;
        margin: 0px!important;
        min-height: calc(100vh + -60px)!important;
        top: 0px;
        left: 0px;
        border-radius: 0px!important;
        border: 0px;
        overflow-y: scroll;
        padding-bottom: 60px;
    }

    img#zoom{
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    section.produto .conteudo {
        width: calc(100% - 40px)!important;
        padding: 0 20px;
    }

    section.produto .conteudo div.esq{
        width: 100%;
        margin-bottom: 50px;
    }
    section.produto .conteudo div.dir{
        width: 100%;
    }
    section.produto .conteudo div.prod-inf div.social-comp{
        float: left;
        clear: left;
        margin: 10px 10px 0px 0px;
    }
    section.produto .conteudo div.prod-inf div.social{
        float: left;
         margin: 10px 10px 0px 0px;
    }
    div.baixo ul.slider-combos .owl-controls, div.baixo ul.lista-produtos .owl-controls{
        left: 0%;
        top: inherit!important;
        bottom: -80%;
    }
    div.baixo ul.slider-combos .owl-buttons .owl-prev, div.baixo ul.lista-produtos .owl-buttons .owl-prev,
    div.baixo ul.slider-combos .owl-buttons .owl-next, div.baixo ul.lista-produtos .owl-buttons .owl-next{
       top: -230px!important;
    }
    ul.lista-img-produ.owl-carousel.owl-theme .owl-page {
        width: 85px!important;
        display: block!important;
        margin-bottom: 6px;
    }
    .zoomWindow {
        left: -3px!important;
        width: calc(100% - 5px)!important;
        height: 100%!important;
    }
    div.produOpt .cont span.dec{
        /* right: 25px; */
    }
    div.produOpt .produ{
        width: 40%;
        text-align: center;
    }
    div.produOpt .cont{
        width: 60%;
        margin-top: 30px;
    }
    div.produOpt .cont .espec{
        width: calc(100% - 112px);
    }
    div.produOpt h2.unit-prod{
        display: none;
    }
    div.menu-bottom ul li a span.seta{
        display: none;
    }
    
}


@media only screen 
and (min-width : 0px) 
and (max-width : 416px) {

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        width: calc(100% - 12px)!important;
        margin: 0 5px!important;
        padding: 0px;
        overflow: hidden;
    }

    header .top div.logado{
        width: 100%;
    }
    header .top div.logado a.user label{
        text-align: center;
        width: calc(100% - 10px);
        display: inline-block;
    }
    div.produOpt .produ img {
        width: 80%;
        margin: 0 10%;
    }
    div.produOpt .prod-inf h1{
        padding-right: 80px!important;
        width: calc(100% - 80px);
        line-height: 24px;
        padding-bottom: 20px;       
    }
    div.produOpt .produ, div.produOpt .cont{
        width: 100%;
    }
    div.produOpt .cont{
        /* padding-left: 20px; */
        width: calc(100% - 0px);
        margin-top: 0px;
    }
    div.produOpt .cont .centro, div.produOpt .cont .modelo{
        width: calc(100% - 100px);
        border-radius: 20px;
        margin: 5px auto;
        padding-left: 0px;
        float: left;
        margin-left: 50px;
    }
    div.produOpt h2.unit-prod{
        display: none;
    }
    .zoomWindow {
        left: -3px!important;
        width: calc(100% - 5px)!important;
        height: 100%!important;
    }
    .linha-destaque.l1,.linha-destaque.l3 {
        height: 50px;
    }
    .linha-destaque.l1 span,
    .linha-destaque.l3 span{
        padding: 0px 20px;
        height: auto;
        line-height: 25px;
        width: 70%!important;
    }
    div.produOpt .cont .espec {
        width: calc(100% - 100px);
        margin: 5px auto 0 50px;
        padding-left: 0px;
    }

    div.produOpt a.verCar{
        width: calc(100% - 118px);
        float: none!important;
        margin: 0 0px 0 50px!important;
        background: url(../images/icon/icon-addCar.png) 20px center no-repeat #00af92;
    }
    div.menu-bottom ul li a span.seta{
        display: none;
    }
     
}

#btnColocarCarrinho{
    margin-bottom: 20px;
    margin-right: 20px;
}