body {
    font-family: 'Lato', sans-serif;
}

.clear {
    clear: both;
}

.col {
    float: left;
}

.hidden {
    display: none;
}


/*cores padrao*/

.orange-precision-font {
    color: #ff4600;
}

.orange-precision-bkd {
    background-color: #0176b2;

}

.blue-precision-font {
    color: #0066FF;
}

.blue-precision-bkd {
    background-color: #0066FF;
}


/*menu do topo*/

#nav-top .btnHamburguer {
    display: none;
}

#nav-top {
    position: absolute;
    width: 100%;
    /* background: rgba(25, 25, 25, 0.09); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    transition: 0.2s;
    z-index: 999;
    padding-top: 26px;
    top: 0px;

}

#nav-top.atv .nav-itens {

}

#nav-top.atv .nav-itens .nav-iten {}

#nav-top.atv .nav-itens .nav-iten .nav-btn-star {
    color: #000;
}

#nav-top.atv .info-phone {
    color: #000;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

#nav-top .container {}

#nav-top .nav-top-logo {
    float: left;
    max-width: 220px;
    margin: 15px 0;

}

#nav-top .nav-itens {
    padding: 0;
    border: 0;
    list-style-type: none;
    float: right;
    /* padding-right: 41px; */
    margin: 0;
    max-width: calc(100% - 30px);
    left: 15px !important;
    border-radius: 0px 0px 8px 8px !important;
}

#nav-top .nav-itens .nav-iten {
    display: inline-block;
}

#nav-top .nav-itens .nav-iten .nav-btn-star {
    padding: 26px 11px 6px 11px;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    /* border-left: 1px solid rgba(0, 0, 0, 0.15); */
    /* text-transform: uppercase; */
    /* font-weight: bold; */
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: 0.3s;
}

#nav-top .nav-itens .nav-iten .nav-btn-star:hover {
    text-decoration: none;
    border-color: #0176b2;
    color: #0176b2;

}

#nav-top .info-phone {
    padding: 29px 17px;
    display: block;
    float: right;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    border-left: 1px solid rgba(0, 0, 0, 0.11);
    padding-left: 26px;
    display: none;
}

#nav-top.atv {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position: fixed;
    visibility: initial !important;
    padding-top: 0px;
    top: 0px;

}

#nav-top .logo-white {
    display: block;
    max-width: 292px;
    margin: 0px;

}

#nav-top.atv .logo-white {
    display: none;
}

#nav-top .logo-dark {
    display: none;
}

#nav-top.atv .logo-dark {
    display: block;
}

#nav-top.atv .contantRedes a i{
    color: #000 !important;
} 


/*header pag*/

#header-pag {
    color: #fff;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    height: 31vh;
    min-height: 305px;
    position: relative;
    width: 100%;
    background-color: #000;

}

#header-pag .mask {
    /* padding-bottom: 94px; */
    background: rgba(19, 19, 19, 0.74);
    height: 100%;
    width: 100%;
    padding-top: calc(4vh + 200px);
    position: absolute;

}

#header-pag .mask .container {}

#header-pag h1 {
    font-size: calc(4vh + 23px);
    text-transform: unset;
    font-weight: bold;
    padding-right: 25px;
    position: absolute;
    bottom: 54px;
    width: 100%;
    text-align: center;

}

#pag-contant {
    padding: 30px 0;
}


/*header do topo*/

#header {
    color: #fff;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 700px;
    position: relative;
    background-attachment: fixed;
    -webkit-background-attachment: fixed;
    width: 100%;
    

}

#header .mask {
    /* padding-bottom: 94px; */
    background: rgba(0, 0, 0, 0.56);
    height: 100%;
    width: 100%;
    padding-top: calc(16vh + 115px);
    position: absolute;

}

#header .mask .container {
    /* position: relative; */

}

#header .left {
    padding: 0;
    /* float: left; */
    margin: auto;
    text-align: center;
    max-width: 800px;

}

#header .left h1 {
    font-size: 97px;
    text-transform: uppercase;
    font-weight: 800;
    /* padding-right: 25px; */

}

#header .left h2 {
    font-size: calc(1vh + 17px);
    margin-top: calc(1vh + 15px);

}

#header .left .contant-btns {
    padding-top: calc(2vh + 21px);
}

#header .left .contant-btns .btn {
    font-size: 17px;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.15);
    border-radius: 29px;
    padding: 8px 18px;
    font-weight: bold;
}

#header .left .contant-btns .btn-shop {
    color: #fff;
    transition: 0.3s;
    padding: 10px 40px;
    border-radius: 100px;
    font-size: 19px;

}

#header .left .contant-btns .btn-shop:hover {
    background-color: #1e85ba;

}

#header .left .contant-btns .btn-contact {
    color: #fff;
    border: 1px solid #fff;
    margin-left: 10px;
}

#header .right {
    padding-top: calc(8vh + 40px);
    float: left;
}

#header .right .btn-play-video {
    display: block;
    margin: auto;
    height: calc(5vh + 50px);
    width: calc(5vh + 50px);
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50% !important;
    position: relative;
    transition: 0.3s;
    color: #ff4600;
    cursor: pointer;
}

#header .right .btn-play-video:hover {
    background: rgba(255, 70, 0, 0.11);
}

#header .right .btn-play-video .play-go-icon {
    position: absolute;
    margin: auto;
    height: 50%;
    width: 50%;
    /* background: rgb(255, 70, 0); */
    border-radius: 50%;
    left: 25%;
    top: 17%;
    /* box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.28); */
}

#header .right .btn-play-video .play-go-icon i {
    font-size: calc(1vh + 18px);
    margin-top: calc(1.2vh + 7px);
}

#nav-top .contantRedes {
    float: right;
    padding: 27px 0px 0px 39px;

}

#nav-top .contantRedes a {
    margin: 19px 15px 0px 0px;

}

#nav-top .contantRedes a i {
    color: rgba(255, 255, 255, 0.74);
    font-size: 17px;
    transition: 0.2s;

}

#nav-top .contantRedes a i:hover {
    color: #fff;
}


/*about*/

#about {
    /* background: #f7f7f7; */
}

#about {
    /* border-bottom: 8px solid #f9f9f9; */
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    padding: 78px 0;
    text-align: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    z-index: 99position: relative;
    9;
    position: relative;
}

#about .about-title {
    font-size: calc(1vh + 25px);
    color: #0176b2;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 17px;

}
#calendario .title {
    text-align: center;
    font-size: calc(1vh + 36px);
    padding: 2px 0px 39px 0px;
    font-weight: 800;
    margin: 0;
    line-height: 46px;
    text-transform: uppercase;
    color: #fff;

}

#about .description-iten {
    line-height: 23px;
    font-size: 17px;
    float: left;
    margin-left: auto;
    padding-bottom: 29px;

}

#about .about-iten {
    padding-top: calc( 32px);
    text-align: center;
    float: LEFT;
}

#about .about-iten .title-iten {
    font-size: 23px;
    color: #ff4600;
    text-transform: uppercase;
    font-weight: bold;
}

#about .about-iten .description-iten {}

#about .btn-info {
    color: #000;
    background: none;
    border: 2px solid #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 23px;
    border-radius: 30px;
    display: none;
}






#bloco08 {
    /* background: #f7f7f7; */
}

#bloco08 {
    padding: 97px 0px 0px 0px;
    text-align: center;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
    position: relative;
    background-color: #0176b2;

}

#bloco08 .bloco08-title {
    font-size: calc(1vh + 25px);
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin: auto;
    max-width: 750px;
}

#bloco08 .description-iten {
    line-height: 23px;
    font-size: 17px;
    float: left;
    margin-left: auto;
    padding-bottom: 29px;

}

#bloco08 .bloco08-iten {
    padding-top: calc( 32px);
    text-align: center;
    float: LEFT;
}

#bloco08 .bloco08-iten .title-iten {
    font-size: 23px;
    color: #ff4600;
    text-transform: uppercase;
    font-weight: bold;
}

#bloco08 .bloco08-iten .description-iten {}

#bloco08 .btn-info {
    color: #000;
    background: none;
    border: 2px solid #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 23px;
    border-radius: 30px;
    display: none;
}





/*Agulhas*/

.agulhas-contant-anuncio {
    text-align: center;
    padding-top: calc(2vh + 66px);
    padding-bottom: calc(5vh + 271px);
    /* background: #fafafa; */
    background-position: bottom center;
    background-repeat: no-repeat;
}

.agulhas-contant-anuncio.box-black {
    background-color: rgb(255, 255, 255);
    /* border-bottom: 11px solid rgb(33, 122, 255); */
}

.agulhas-contant-anuncio.box-black .title {
    color: #000;
    font-weight: 800;
}

.agulhas-contant-anuncio.box-black .description-iten {
    color: rgba(0, 0, 0, 0.91);
}

.agulhas-contant-anuncio.box-black a {
    color: #44a7ff !important;
}

.agulhas-contant-anuncio.notBorder {
    border: 0;
    /* border-bottom: solid 5px #fff; */
    padding-bottom: calc(5vh + 439px);
    border-top: 4px solid rgba(0, 0, 0, 0.05);
    margin-top: 0px !Important;
    background-size: cover !important;

}

.agulhas-contant-anuncio.borderWhite {
    border: solid #fff;
    border-width: 14px 7px;
    float: left;
    min-height: 710px;
}

.agulhas-contant-anuncio.borderWhite .title {
    font-size: calc(2vh + 17px);
}

.agulhas-contant-anuncio.borderWhite .description-iten {
    font-size: calc(1vh + 16px);
    max-width: 520px;
    font-weight: 400;
}

.agulhas-contant-anuncio .title {
    color: #1d1d1d;
    font-size: calc(3vh + 28px);
    text-transform: uppercase;
    font-weight: 800;
}

.agulhas-contant-anuncio .description-iten {
    font-size: calc(1vh + 18px);
    max-width: 700px;
    margin: auto;
    /* font-weight: bold; */
    color: rgba(0, 0, 0, 0.91);
}

.agulhas-contant-anuncio .contant-btns {
    display: table;
    margin: auto;
    padding: 16px 0 0 0;
}

.agulhas-contant-anuncio .contant-btns a {
    font-size: 23px;
    padding: 0 18px;
    color: rgb(0, 102, 255);
    font-weight: bold;
    background: rgba(0, 0, 0, 0.34);

}


/*anuncio loja*/

#advertisement-shop {
    text-align: center;
    padding: 43px 0;
    background: #fafafa;
    color: #000;
}

#advertisement-shop .ad-title {
    font-size: calc(2vh + 24px);
}

#advertisement-shop .ad-sub-title {}

#advertisement-shop .ad-btn-info {
    color: #000;
    border-radius: 50px;
    border: 1px solid #000000;
    margin-top: 7px;
    font-weight: bold;
}


/*doimentos e perguntas*/

#client {
    /* margin-top: 13px; */
}

#client .client-spotlight {}

#client .contant-depositions {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: #ff4600;
    padding: 73px 0 60px 0;
}

#client .contant-depositions .title {
    font-size: calc(2vh + 24px);
    color: #ffffff;
    margin-bottom: 30px;
}

#client .contant-depositions .contant-itens {}

#client .contant-depositions .contant-itens .iten {}

#client .contant-depositions .contant-itens .iten .description-default-dark {
    color: #fff;
    font-size: 19px;
}

#client .contant-depositions .contant-itens .iten .iten-name {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.35);
    margin: 0;
}

#client .contant-questions {
    float: left;
    padding-bottom: 39px;
}

#client .contant-questions .title {
    font-size: calc(1vh + 22px);
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

#client .contant-questions .description-iten {}

#client .contant-questions .contant-itens {}

#client .contant-questions .contant-itens .iten {
    padding-bottom: 21px;
}

#client .contant-questions .contant-itens .iten .title-questions {
    font-size: 16px;
    font-weight: bold;
}

#client .contant-questions .contant-itens .iten .description {}


/*instagram*/

#feed-instagram {
    background: #fafafa;
    /* padding: 21px 0; */
    border-bottom: 5px solid #fff;
}

#feed-instagram .container {
    margin: auto;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0;
    max-width: 100%;
}

#feed-instagram img {
    padding: 0;
}

#feed-instagram .contant-redes {
    /* position: absolute; */
    height: 100%;
    width: 100%;
    text-align: center;
    /* background: rgba(255, 42, 0, 0.85); */
    color: #000;
    font-size: calc(2vh + 17px);
    padding: 45px 0 31px 0;
    z-index: 9;
}

#feed-instagram .contant-redes p {
    font-weight: bold;
    font-size: calc(1vh + 22px);
}

#feed-instagram .contant-redes i {
    font-size: 53px;
}

#feed-instagram .contant-redes span {
    font-size: 15px;
    display: block;
}

#posts-insta {
    padding: 0 0 30px 0;
}

#posts-insta a {
    display: block;
    max-width: 250px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    transition: 0.3s;
}

#posts-insta a:hover {
    transform: scale(1.1)
}

#posts-insta a img {
    width: 100%;
    border-radius: 7px;
}


/*rodape*/

#footer {
    color: #fff;
    background-position: bottom;
    background-attachment: fixed;
}

#footer .mask {
    background: rgba(250, 250, 250, 1);
    padding: 0 0 48px 0;
    color: #000;
}

#footer .init {
    padding: 36px 0;
    background: hsla(0, 0%, 100%, 0.12);
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#footer .footer-logo {
    margin: auto;
    display: table;
    max-width: 100%;

}

#footer .footer-nav-star {
    list-style-type: none;
    display: table;
    margin: auto;
}

#footer .footer-nav-star li {
    display: inline-block;
}

#footer .footer-nav-star li a {
    color: #000;
    font-weight: bold;
    padding: 0 16px;
    font-size: 15px;
}

#footer .footer-spotlight {
    max-width: 883px;
    font-size: 15px;
    /* color: #000; */

}

#footer .footer-spotlight .colItem {
    float: left;
}

#footer .footer-spotlight .colItem .item-box {
    padding: 17px 0;
}

#footer .footer-spotlight .colItem .box-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0px;

}

#footer .footer-spotlight .colItem .box-description {
    color: rgba(0, 0, 0, 0.62);
}

#footer .footer-spotlight .colItem .btn-register-newslatter {
    /* width: 100%; */
    padding: 9px 0;
    background: rgb(239, 40, 1);
    color: #fff;
    padding: 5px 25px;
    display: table;
    cursor: pointer;
    border-radius: 0px 0px 7px 7px;
    float: right;
    border: 1px solid rgba(238, 40, 1, 0.13);
    color: rgb(255, 42, 0);
    width: 100%;
    border-width: 0px 1px 1px 1px;
    background: rgba(255, 42, 0, 0.03);
    );
    display: block;
}

#footer .footer-spotlight .colItem a {
    display: block;
    color: rgba(0, 0, 0, 0.88);

}

#footer .footer-spotlight .colItem input {
    border: 0;
    background: rgb(255, 255, 255);
    height: 40px;
    width: 100%;
    border-radius: 7px 7px 0px 0px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.11);
}

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-dialog .modal-body {
    position: relative;
    padding: 0px;
}

.modal-dialog .close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}


/*contato*/

.contantCatDetalhe {
    box-shadow: 0px 2px 16px #0003;
    background-size: cover;
    background-position: top center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.71);
}

.contantCatDetalhe .mask {
    padding: 140px 0 60px 0;
    /* background: linear-gradient(to bottom, rgba(0, 22, 51, 0.88), rgba(0, 0, 0, 0.78)); */
    background: rgba(0, 0, 0, 0.84);
}

.contantCatDetalhe .container {}

.contantCatDetalhe .containerCat {
    color: #fff;
    text-align: center;
    padding: 77px 0 0 0;
}

.contantCatDetalhe .containerCat .colCenter {
    float: left;
    padding: 0;
    padding-right: 16px;
}

.contantCatDetalhe .containerCat .colCenter img {
    width: 80%;
    margin: auto;
    display: block;
    max-width: 123px;
    float: right;
}

.contantCatDetalhe .containerCat .colLeft {
    float: left;
}

.contantCatDetalhe .containerCat .colLeft h1 {
    text-transform: uppercase;
    font-size: 46px;
    margin: 0 0 0px 0;
    float: left;
}

.contantCatDetalhe .containerCat .colLeft h2 {
    font-size: 27px;
    clear: both;
}

.contantCatDetalhe .containerCat .colLeft .descricao {
    font-size: 14px;
    color: #d8d8d8;
}

.contantCatDetalhe .containerCat .colLeft .status {
    float: left;
    padding: 4px 16px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
    margin: 11px 0 0 17px;
}

.containerContato {}

.containerContato .item {
    /* float: left; */
    color: #fff;
    font-size: 20px;
    margin: auto;
    margin-bottom: 76px;

}

.containerContato .item input,
.containerContato .item textarea {
    width: 100%;
    min-height: 45px;
    background: rgb(255, 255, 255);
    padding: 9px 12px;
    color: #0e0e0e;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 2px;
}

.containerContato .item input {}

.containerContato .item textarea {
    height: 204px;
}

.containerContato h2 {
    color: #fff;
    font-size: 40px;
    padding: 0px 0px 23px 0px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    margin: 0px 14px 13px 15px;
}

.containerContato .btnSubmit {
    background: #fb2a01 !important;
    cursor: pointer;
    color: #fff !important;
    border: 0 !important;
    font-weight: bold;
    border-radius: 0PX !IMPORTANT;
    /* width: 35% !important; */
    padding: 0px 0 !important;
    min-height: 44px !important;
    float: right;
    font-size: 18px;
    width: 100%;
}

.containerContato label {
    margin: 11px 0 0 0;
    font-size: 15px;
    color: #fff;
}

.boxInfosContato {
    text-align: center;
    background: #ededed;
    color: #252525;
    padding: 48px 0;
}

.boxInfosContato a {
    display: block;
    color: #000;
}

.boxInfosContato .ttl {}

.boxInfosContato p {}


/*desenvolvidor por*/

#DesenvolvidoPor {}

#DesenvolvidoPor .container {
    display: table;
    margin: auto;
    width: auto;
}

#DesenvolvidoPor a {
    display: block;
    background: #fff;
    padding: 11px 0;
}

#DesenvolvidoPor a p {
    margin: 0;
    color: rgba(0, 0, 0, 0.47);
    text-align: center;
    font-size: 8px;
    text-transform: uppercase;
    float: left;
    padding: 5px 12px 0px 0px;
}

#DesenvolvidoPor a img {
    max-width: 70px;
    margin: auto;
    display: table;
}


/*desenvolvido por*/

#footer .footer-spotlight .colItem.boxEmpresa {
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 20px;
}

#footer .footer-spotlight .colItem.boxEmpresa .item-box {
    background: #fff;
    border-radius: 5px;
    max-width: 400px;
    margin: auto;
}

#footer .footer-spotlight .colItem.boxEmpresa .item-box .box-title {
    margin: 0;
    font-size: 15px;
}

#footer .footer-spotlight .colItem.boxEmpresa .item-box .box-description {
    margin: 0px;
}

#footer .item-box iframe {
    height: 130px;
    border: 0;
}

.contant-segmentos {
    margin: 66px 0px;
    /* background: rgba(0, 0, 0, 0.02); */

}

.contant-segmentos .title {
    text-align: center;
    font-size: calc(1vh + 36px);
    padding: 35px 29px 40px 0px;
    margin: 0;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 800;

}

.contant-segmentos .col {
    padding: 2px;
}

.contant-segmentos .item {
    float: left;
    position: relative;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
}

.contant-segmentos .item p {
    margin: 0;
    display: block;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 100%;
    color: #fff;
    font-style: italic;
    ;
    font-size: 25px !important;
    ;
}

.contant-segmentos .item .text {
    padding: 8px 12px;
    background: rgba(62, 62, 62, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.contant-segmentos .item .image {
    background-size: cover;
    background-position: center;
}

.contant-segmentos .item .image img {
    max-width: 100%;
    width: 100%;
    max-height: 200px;

}

.contant-segmentos .item .description {
    display: block;
    width: 100%;
}

.infoEnderecoContato {}

.infoEnderecoContato p {}

.infoEnderecoContato a {
    color: #fff;
    display: block;
    font-size: 17px;
}

.btn-d-01, .btn-ver-noticias{
    color: #fff;
    border: 1px solid #0176b2;
    margin: auto;
    display: block;
    width: fit-content;
    clear: both;
    padding: 9px 20px;
    border-radius: 100px;
    transition: 0.3s;
    cursor: pointer;

}
.btn-d-01:hover, .btn-ver-noticias:hover{
    color: #fff;
    background-color: #0176b2;

}


.btn-ver-noticias{
    margin-top: 50px;
    margin-bottom: 20px;
    color: #000;
}

.contant-noticias-posts .title {
    text-align: center;
    font-size: calc(1vh + 36px);
    padding: 59px 29px 36px 0px;
    font-weight: 800;
    margin: 0;
    line-height: 46px;
    text-transform: uppercase;

}
.contant-instgram .title {
    text-align: center;
    font-size: calc(1vh + 36px);
    padding: 59px 29px 36px 0px;
    font-weight: 800;
    margin: 0;
    line-height: 46px;
    text-transform: uppercase;

}

.instagram-media{
    margin: auto !important;
/* margin-top: 30px !important; */
margin-bottom: 30px !important;
}

.item-redes{
    width: 50px;
height: 50px;
background-color: #000;
float: left;
text-align: center;
align-content: center;
color: #fff;
border-radius: 50%;
display: grid;
margin-left: 5px;
cursor: pointer;
}
.item-redes:hover{
    color: #fff;
}



#calendario{
    padding: 77px 15px;
    background: #0176b2;

}
.calendario-box{
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.17);
    padding: 12px 21px;
    border-radius: 8px;
    max-width: 600px;
    margin: auto;
}



@media( min-width: 1000px ){
    #about .description-iten {
        padding: 0px 44px 0px 52px;
    
    }
    #about .about-title {
        padding: 0px 0px 0px 52px;
    }
    #footer .footer-spotlight .colItem.col2{
        padding-left: 50px;
    }
    #bloco08 .bloco08-title {
        font-size: calc(3vh + 28px) !important;
        max-width: 900px;
    
    }
}

@media (max-width: 993px){
    #nav-top.atv .nav-itens {
        max-width: calc(100% - 30px);
        border-radius: 0px 0px 8px 8px;
        box-shadow: 0px 12px 13px #0003;
        left: 15px;
        margin-top: -2px;
        }
    #bloco08 img{
        max-width: 100% !important;
    }
    #header .mask {
        padding-top: calc(22vh + 70px) !important;
    }
    #header .left h2 {
        max-width: 300px;
        margin: auto;
        margin-top: 15px;
        font-size: 23px;
    }
    #nav-top .nav-itens .contantRedes{
        display: block;
        width: 100%;
        padding: 0px 0px 19px 20px;
    
    }
    #nav-top .contantRedes a i{
        color: #000 !important;
    }
    #header .left h1{
        padding-right: 0px !important;
    }
}

#disqus_thread{
    margin-top: 60px;
}