body{
    font-family:"nudista-web", sans-serif;
    background: #fff;
}
p{
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
    color: #596361;
}
h1, h2, h3, h4, h5, h6{
    font-family:"nudista-web", sans-serif;
    font-weight: 600;
}
h1{
    font-size: 28px;
    color: #1A1818;
}
h2{
    font-size: 28px;
    line-height: 1.2;
    color: #1A1818;
}
h3{
    font-size: 22px;
    color: #1A1818;
}
h4{
    font-size: 14px;
}
.btn.btn-primary{
    background: #181C1B;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0.95rem 1.9rem;
    border-radius: 25px;
    box-shadow: none;
    text-transform: initial;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary:active:hover, .btn.btn-primary:active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active:hover, .btn.btn-primary.active:focus, .btn.btn-primary.active.focus{
    background: #1A1818;
    box-shadow: none;
}
.btn.btn-submit{
    padding: 1rem 2rem;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    color: #fff;
    box-shadow: none;
    text-transform: initial;
}
.btn.btn-submit:hover{
    background: #168D7D;
    border-color: #168D7D;
}
.btn.btn-link{
    font-weight: 600;
    color: #181C1B;
    font-size: 14px;
    text-transform: initial;
}
.btn.btn-link:hover{
    color: #168D7D;
}
.btn.btn-just-icon{
    font-size: 11px;
    height: 23px;
    min-width: 23px;
    width: 23px;
    line-height: 23px;
    background-color: #181C1B;
}
/* TOPO */
header{
    box-shadow: 0px 3px 8px #5963611F;
}
.navbar{
    background: rgb(41, 41, 41) !important;
}
.navbar .navbar-brand{
    max-height: 100%;
}
.navbar .navbar-brand img{
    max-width: 150px;
}
.navbar .navbar-nav .nav-item .nav-link, .dropdown-toggle{
    padding: 0.9375rem 0.9rem;
    color: #181C1B;
    font-size: 15px;
    font-weight: 400;
    text-transform: initial;
    transition: 0.7s all ease;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .dropdown-toggle:hover, .dropdown-toggle:focus{
    color: #168D7D;
}
.navbar .tel{
    font-size: 16px;
    color: #181C1B;
    font-weight: 600;
}
.navbar .fa{
    color: #fff;
    font-size: 15px!important;
}
.navbar a:hover i{
    color: #168D7D;
}
.navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon{
    background-color: #168D7D;
}
.dropdown-menu{
    background: #fff;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active{
    background: #168D7D;
    color: #fff;
}
.dropdown-menu .dropdown-item, .dropdown-menu li>a{
    font-family: 'Century Gothic';
    font-weight: normal;
    color: #484848;
}
.dropdown-toggle::after{
    border-bottom: 0.3em solid;
    border-top: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#logo-top{
    width: 170px;
    max-width: 100%;
}
.text-primary, .text-primary p{
    color: #168D7D!important;
}
.text-secondary{
    color: #499F94!important;
}
    /* HOME */
.index-page .page-header{
    height: 60vh;
}
.slide h1{
    font-size: 26px;
    color: #fff;
}
.slide a.btn.btn-link{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.slide .btn.btn-just-icon{
    background: #fff;
    height: 39px;
    min-width: 39px;
    width: 39px;
    line-height: 39px;
}
.content-padding{
    padding-top: 40px;
    padding-bottom: 40px;
}
.box-prod .prod-circle{
    position: relative;
    min-height: 85px;
}
.box-prod .prod-circle::before{
    content: '';
    background: #E2FFFB;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: 0;
    right: 0;
}
.box-prod h2{
    color: #181C1B;
    font-size: 22px;
    min-height: 50px;
}
.box-prod a.d-block{
    height: 250px;
    overflow: hidden;
    /* background: #f8f8f8; */
}
.box-prod a.d-block img{
    height: 100%;
    max-height: 250px;
    max-width: 100%;
}
.box-prod2 a.d-block{
    height: auto;
    background: none;
}
.box-prod2 a.d-block img{
    height: auto;
}
.bg-gray{
    background: #F9F9F9;
}
.box-prod-home .card, .box-blog .card{
    background: #fff;
    border-radius: 4px;
    padding: 1em;
    position: relative;
    top: -40px;
    box-sizing: border-box;
    max-width: 340px;
    margin: 0 auto;
    box-shadow: none;
    align-items: flex-start;
}
.box-blog .card h3{
    min-height: 90px;
}
.box-prod-home .card h3::after{
    content: '';
    width: 70px;
    height: 1px;
    background: #d4d4d4;
    display: block;
    margin-top: 8px;
}
/* PAGINAS INTERNAS */
.text ul li{
    /* list-style: none; */
    color: #596361;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.7;
}
.text p{
    font-weight: 300;
}
.text p b, .text p strong{
    font-weight: 500;
}
.text a{
    text-decoration: underline;
    color: #499F94;
}
.nbs-flexisel-item{
    height: 90px;
    max-width: 90px;
    width: 90px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}
.nbs-flexisel-item img{
    max-width: 105px;
    height: auto;
    overflow: hidden;
    display: block;
}
.form-desenv h3{
    font-size: 20px;
}
.form-desenv .form-control, .form-desenv .form-control:invalid,
.content-view-empresa .form-control, .content-view-empresa .form-control:invalid{
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.4) 1px, rgba(210, 210, 210, 0) 1px);
}
.form-desenv .btn.btn-submit, .content-view-empresa .btn.btn-submit{
    background: #181C1B url(../img/svg/arrow-right-white.svg) no-repeat 80% 50%;
    border-color: #181C1B;
}
.form-desenv .btn.btn-submit:hover, .content-view-empresa .btn.btn-submit:hover{
    background: #168D7D url(../img/svg/arrow-right-white.svg) no-repeat 80% 50%;
    border-color: #168D7D;
}
.content-view-empresa h2{
    font-size: 22px;
}
.content-view-empresa h3{
    font-size: 19px;
    font-weight: 500;
}
.content-view-empresa ul{
    padding-left: 1rem;
}
.contact-text a{
    text-decoration: none;
}
.text-content table{
    border:1px solid #000;
}
table tr:nth-of-type(odd){
    background-color: #0b4a41;
}
table tr:nth-of-type(even){
    background-color: #1cab97;
}
table tr th {
    font-size: 0.9rem;
    padding: 12px 5px;
}
table-content p{
    font-size: 14px;
    color: #728085;
}
.text-content table, .text-content table p, .text-content table strong{
    width: 100%!important;
    background: #148979;
    color: #fff;
}
.text-content table td{
    padding: 5px 10px;
}
.list-prod .btn.btn-link{
    text-decoration: none;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    border-radius: 0;
}
.list-prod .btn.btn-link:hover .btn.btn-just-icon{
    background-color: #168D7D;
}
.breadcrumb{
    background-color: #fff;
}
.breadcrumb-item, .breadcrumb-item a{
    color: #959595;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
.breadcrumb-item.active{
    color: #1A1818;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
}
.content-share{
    display: inline-block;
    text-align: center;
}
.content-share .btn{
    padding: 8px 20px;
}
.btn.btn-facebook.btn-link,
.btn.btn-twitter.btn-link,
.btn.btn-linkedin.btn-link,
.btn.btn-whatsapp.btn-link{
    color: #181C1B;
}
.bmd-form-group .bmd-label-floating{
    left: 1rem;
}
.bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating, .bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating{
    color: #596361;
    font-size: 14px;
}
.form-control, .form-control:focus{
    color: #000;
}
.paginas span.texto_pag a, .paginas span a{
    padding: 0.6rem;
    border: 1px solid #DCD5D0;
    color: #050707;
    font-size: 14px;
    font-weight: 300;
    margin: 3px;
    width: 36px;
    height: 36px;
    border-radius: 35px;
    line-height: 13px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.paginas span.pag_selec{
    border: 1px solid #168D7D;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0.6rem;
    background: #168D7D;
    width: 36px;
    height: 36px;
    border-radius: 35px;
    line-height: 13px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
footer .bmd-form-group:not(.has-success):not(.has-danger) [class^='bmd-label'].bmd-label-floating, 
footer .bmd-form-group:not(.has-success):not(.has-danger) [class*=' bmd-label'].bmd-label-floating{
    color: #B7B7B7;
    font-size: 14px;
}
footer .form-control, footer .form-control:focus{
    color: #fff;
}
.form-control, .form-control:invalid{
    background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(255, 255, 255, 0.4) 1px, rgba(210, 210, 210, 0) 1px);
}
.border-box{
    padding: 1rem;
    border: 2px solid rgba(0, 95, 171, 0.4);
    border-radius: 5px;
}
.form-check .form-check-label{
    color: #4B4B4B;
}
.form-check .form-check-input:checked+.form-check-sign .check{
    background: #fff;
}
.form-check .form-check-input:checked+.form-check-sign .check:before{
    color: #168D7D;
}
/* RODAPE */
.footer{
    background: #181C1B;
}
.footer h3{
    color: #fff;
    font-weight: 400;
}
.footer p{
    font-size: 15px;
    color: #fff;
}
.footer p em{
    font-size: 15px;
}
.footer i, .contact-text i{
    color: #fff;
    font-size: 20px;
}
.footer a:hover i, .contact-text a:hover i{
    color: #168D7D;
}
.footer hr{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .copyright{
    font-family: 'Arial';
    font-weight: 400;
    font-size: 9px;
    color: rgba(255, 255, 255, 0.33);
}
.footer .signature{
    width: 114px;
    display: inline-block;
}
#link-orcamento {
    color: #fff;
    /* width: 203px;
    height: 52px; 
    background-color: #0089D1; */
    position: fixed;
    bottom: 35px;
    right: 50px;
    border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 1200px){
    .navbar .navbar-nav .nav-item .nav-link{
        padding: 0.9375rem 0.1rem;
    }
}
@media (max-width: 991px){
    .navbar .dropdown.show .dropdown-menu, .navbar .dropdown .dropdown-menu{
        position: initial!important; 
        overflow: initial!important;
        margin-bottom: 0;
        height: auto;
    }
    .nav-open .navbar-translate, .nav-open .navbar-toggler{
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
        -o-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .navbar .navbar-toggler{
        transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    }
    .navbar-collapse{
        -webkit-transform: translate3d(-230px, 0, 0);
        -moz-transform: translate3d(-230px, 0, 0);
        -o-transform: translate3d(-230px, 0, 0);
        -ms-transform: translate3d(-230px, 0, 0);
        transform: translate3d(-230px, 0, 0);
    }
    .dropdown-toggle {
        margin: 5px 15px;
        display: block;
    }
    .dropdown-menu .dropdown-item, .dropdown-menu li>a{
        color: #fff;
    }
    .navbar-collapse{
        left: 0;
        right: auto;
    }
    .navbar-collapse::after{
        background: #f9f9f9;
    }
    .navbar-nav{
        display: inline-block;
        margin-top: 3rem;
    }
    .navbar .navbar-brand{
        margin: 0 auto;
    }
    .box-prod-home img.img-fluid{
        width: 100%;
    }
    .box-prod-home .card, .box-blog .card{
        max-width: 90%;
    }
    #bodyClick{
        left: 230px;
        right: auto;
    }
}
@media (min-width: 991px){
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 36px;
    }
    .navbar .navbar-brand img{
        /* max-width: 100%; */
        max-width: 250px;
    }
    .card.card-background .card-body.itemHeight{
        padding: 0.9375rem 3.875rem;
    }
    .index-page .page-header, .video-banner{
        height: 575px;
    }
    .slide h1{
        font-size: 58px;
    }
    .content-padding{
        padding-top: 85px;
        padding-bottom: 85px;
    }
    .form-desenv{
        max-width: 390px;
    }
    .box-orcamento{
        padding: 3rem;
    }
    .form-desenv .btn.btn-submit{
        background: #181C1B url(../img/svg/arrow-right-white.svg) no-repeat 70% 50%;
    }
    .btn.btn-submit:hover, .form-desenv .btn.btn-submit:hover{
        background: #168D7D url(../img/svg/arrow-right-white.svg) no-repeat 70% 50%;
    }
    .content-share{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .content-share .btn{
        padding: 8px 30px;
    }
    .form{
        max-width: 90%;
    }
    .box-prod-home .card{
        min-height: 240px;
    }
    .owl-carousel.owl-blog .owl-stage{
        min-height: 300px;
    }
}