/* FONTES PRINCIPAIS - DEFAULT/////////////////////////////////////////////// */

*,
body,
imput,
button,
.fancybox-title{
    font-family: "roboto", sans-serif;
    font-weight: 300;
    outline: none!important;
}

/* RESET DOS LINKS/////////////////////////////////////////////////////////// */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
    transition: 0.5s;
    text-decoration: none;
    outline: none!important;
}

html,
body {
    min-height: 100%;
}

button,
button:active,
button:hover,
button:focus{
    transition: 0.5s;
    border: rgba(0,0,0,0);
    transition: 0.5s;
}

ul li{
    list-style: none;
}

.std b, b a, a b{
    font-weight: 600 !important;
}

/* ALERT -DEVELOPMENT /////////////////////////////////////////////////////// */

a#alert-development{
    background-color: #fff3cd;
    padding: 15px 10px;
    text-align: center;
    display: block;
    color: #856404;
    border: 1px #ffeeba solid;
}

a#alert-development:hover,
a#alert-development:active
a#alert-development:focus{
    background-color: #d4edda;
    border: 1px #c3e6cb solid;
}

a#alert-development span{
    display: block;
    font-weight: 300;
    font-size: 1.2em;
    color: #5d2700;
    line-height: 24px;
}

a#alert-development:hover span,
a#alert-development:active span
a#alert-development:focus span{
    color: #155724;
}

a#alert-development span i{
    padding: 10px 0;
    font-size: 1.6em;
    vertical-align: middle;
}

/* ZOOM IMAGENS - SCALE ///////////////////////////////////////////////////// */

.zoomImagem .img-center img,
.zoomImagem a img{
    transform: scale(1.1);
    transition: 0.5s;
}

.zoomImagem:hover .img-center img,
.zoomImagem:focus .img-center img,
.zoomImagem:active .img-center img,
.zoomImagem:hover a img,
.zoomImagem:focus a img,
.zoomImagem:active a img{
    transform: scale(1.2);
}

/* MENU FIXO //////////////////////////////////////////////////////////////// */

.f-nav {
    z-index: 999;
    position: fixed !important;
    left: 0;
    top: 0px;
    width: 100%;
}

.f-nav .menu__play,
.menu__play {
    background-color: #372e73;
}

#fixador.f-nav{
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 0 62px rgba(0, 0, 0,0.25);
    -moz-box-shadow: 0 0 62px rgba(0, 0, 0,0.25);
    box-shadow: 0 0 62px rgba(0, 0, 0,0.25);
    height: 87px;
    z-index: 10;
    width: calc(100% - 720px);
}

#fixador.f-nav #logomarca-header{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

#fixador.f-nav #logomarca-header{
    padding-top: 0;
}

#fixador.f-nav #logomarca-header a img{
    max-height: 65px;
}

#fixador.f-nav #redessociais-header{
    padding-top: 20px;
}

#fixador.f-nav #logomarca-header a{
    padding: 10px 69px;
    float: left;
    height: 85px;
}

/* ÍCONES PERSONALIZADOS //////////////////////////////////////////////////// */

@font-face {
    font-family: 'icomoon';
    src:  url('../../fonts/icones-personalizados/icomoon.eot?grko6f');
    src:  url('../../fonts/icones-personalizados/icomoon.eot?grko6f#iefix') format('embedded-opentype'),
        url('../../fonts/icones-personalizados/icomoon.ttf?grko6f') format('truetype'),
        url('../../fonts/icones-personalizados/icomoon.woff?grko6f') format('woff'),
        url('../../fonts/icones-personalizados/icomoon.svg?grko6f#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
    content: "\e900";
}
.icon-arrow-circle:before {
    content: "\e901";
}
.icon-atendimento:before {
    content: "\e902";
}
.icon-calendar:before {
    content: "\e903";
}
.icon-cards:before {
    content: "\e904";
}
.icon-compartilhar:before {
    content: "\e905";
}
.icon-curtir:before {
    content: "\e906";
}
.icon-dia:before {
    content: "\e907";
}
.icon-facebook:before {
    content: "\e908";
}
.icon-faq:before {
    content: "\e909";
}
.icon-horario-atendimento:before {
    content: "\e90a";
}
.icon-instagram:before {
    content: "\e90b";
}
.icon-link:before {
    content: "\e90c";
}
.icon-linkedin:before {
    content: "\e90d";
}
.icon-localizacao:before {
    content: "\e90e";
}
.icon-mais:before {
    content: "\e90f";
}
.icon-noite:before {
    content: "\e910";
}
.icon-send:before {
    content: "\e911";
}
.icon-sitemap:before {
    content: "\e912";
}
.icon-tarde:before {
    content: "\e913";
}
.icon-telefone:before {
    content: "\e914";
}
.icon-twitter:before {
    content: "\e915";
}
.icon-whatsapp:before {
    content: "\e916";
}
.icon-youtube:before {
    content: "\e917";
}

/*BOTÃO SUBIR TOPO////////////////////////////////////////////////////////////*/

a[href="#top"] {
    padding: 5.105px 6px;
    position: fixed;
    top: 72%;
    right: 35px;
    display: none;
    font-size: 30px;
    font-size: 2.2em;
    border-radius: 100%;
    z-index: 0;
    line-height: 31px;
    color: #fff;
    background-color: #0098da;
    transform: rotate(90deg);
    z-index: 8;
}

a[href="#top"]:hover {
    text-decoration: none;
}

/*BOTÃO WHATSAPP FIXO MODAL///////////////////////////////////////////////////*/

a[class="whatsapp-modal-footer"],
button[class="whatsapp-modal-footer"]{
    width: 64px;
    height: 64px;
    position: fixed;
    bottom: 8px;
    right: 9px;
    display: none;
    font-size: 2.6em;
    border-radius: 10px;
    color: #fff;
    background-color: #21a727;
    z-index: 8;
    text-align: center;
    transition: 0.5s;
}

a[class="whatsapp-modal-footer"]:hover,
a[class="whatsapp-modal-footer"]:active,
a[class="whatsapp-modal-footer"]:focus,
button[class="whatsapp-modal-footer"]:hover,
button[class="whatsapp-modal-footer"]:active,
button[class="whatsapp-modal-footer"]:focus{
    text-decoration: none;
    background-color: #129017;
}

/* PARALLAX ///////////////////////////////////////////////////////////////// */

.parallax{
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

.parallax-galeria {
    background-image: url("../../../public/img/img-parallax/parallax-galeria.webp");
    min-height: 450px;
}

.parallax-footer {
    background-image: url("../../../public/img/img-parallax/parallax-footer.webp");
    min-height: 500px;
}

/* REDES SOCIAIS LIST//////////////////////////////////////////////////////// */

.redesocial-list h3{
    color: #848688;
    font-size: 1.4em;
    vertical-align: top;
    margin-bottom: 0;
}

.redesocial-list ul{
    margin-bottom: 0;
}

.redesocial-list ul li a,
.redesocial-list ul li button{
    display: inline-block;
    background-color: rgba(0,0,0,0);
}

.redesocial-list ul li i,
.redesocial-list ul li ion-icon,
.redesocial-list ul li .material-icons{
    font-size: 1.7em;
    margin: 0 1.2px;
    color: #908d8d;
    transition: 0.5s;
}

.redesocial-list ul li i:hover,
.redesocial-list ul li i:active,
.redesocial-list ul li i:focus{
    color: #bd393b;
    transition: 0.5s;
}

/*Compartilhar - modelo1*/

.shared-modelo1.shared{
    width: 39px;
    height: 39px;
    background: #908d8d;
    color: #fff;
    font-size: 1.4em;
    padding-top: 7px;
}

.shared-modelo1.shared:hover,
.shared-modelo1.shared:active,
.shared-modelo1.shared:focus{
    background-color: #be393b;
}

/*Compartilhar - modelo2*/

.shared-modelo2.shared{
    background-color: rgba(0,0,0,0);
}

.shared-modelo2.shared span{
    vertical-align: super;
    font-weight: 500;
    color: #1c2d48;
    font-size: 1.2em;
}

.shared-modelo2.shared i{
    width: 39px;
    height: 39px;
    background: #0098da;
    color: #fff;
    font-size: 1.4em;
    padding-top: 7px;
}

.shared-modelo2.shared:hover i,
.shared-modelo2.shared:active i,
.shared-modelo2.shared:focus i{
    background-color: #1c2d48;
}

/* PLUGIN OWL 2 ///////////////////////////////////////////////////////////// */

/*owl nav - Default************************************************************/

.owl-theme .owl-nav [class*=owl-] span{
    display: none;
}

.owl-theme .owl-nav [class*=owl-]{
    width: 57px;
    height: 57px;
    border-radius: 0;
    margin: 0;
}

.owl-carousel .owl-nav button.owl-prev{
    background-position: right top!important;
}

.owl-carousel .owl-nav button.owl-next{
    background-position: left bottom!important;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:focus{
    background-position: top left!important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:focus{
    background-position: right bottom!important;
}

/*owl nav externo**************************************************************/

.owl-nav-externo{
    text-align: center;
}

.owl-nav-externo [class*=owl-] span{
    display: none;
}

.owl-nav-externo [class*=owl-]{
    width: 57px;
    height: 57px;
    border-radius: 0;
    margin: 0 3px;
}

.owl-nav-externo button.owl-prev{
    background-position: right top!important;
}

.owl-nav-externo button.owl-next{
    background-position: left bottom!important;
}

.owl-nav-externo button.owl-prev:hover,
.owl-nav-externo button.owl-prev:active,
.owl-nav-externo button.owl-prev:focus{
    background-position: top left!important;
}

.owl-nav-externo button.owl-next:hover,
.owl-nav-externo button.owl-next:active,
.owl-nav-externo button.owl-next:focus{
    background-position: right bottom!important;
}

/*owl dots - Default***********************************************************/

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 0;
    margin: 0 5px;
    transition: 0.5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1c2d48;
}

/* PLUGIN BLUEIMP GALLERY//////////////////////////////////////////////////// */

.blueimp-gallery > .close {
    font-size: 40px;
    background-image: none;
    color: #adafb3;
    text-shadow: none;
    width: 36px;
    height: 36px;
}

.blueimp-gallery > .close span{
    font-size: 0.9em;
}

.blueimp-gallery > .title {
    width: calc(100% - 50px);
    left: 0;
    font-weight: 300;
    text-align: center;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
    font-size: 2.4em;
    background: none;
}

.blueimp-gallery-display>.next span{
    color: #fff;
    top: -3px;
    left: -1px;
    font-size: 1.2em;
    position: absolute;
}

.blueimp-gallery-display>.prev span{
    color: #fff;
    top: -2px;
    left: -4px;
    font-size: 1.2em;
    position: absolute;
}

.blueimp-gallery{
    background: rgb(53 53 53 / 99%);
    padding: 64px 0;
}

/* PLUGIN FANCYBOX/////////////////////////////////////////////////////////// */

.fancybox-title{
    font-size: 0.95em;
    text-align: center;
    font-weight: 400;
}


/* MENU ///////////////////////////////////////////////////////////////////// */

#navigation {
    background-color: rgba(44, 42, 49, 0);
    z-index: 1;
}

.unav nav,
.unav-burger-open {
    background-color: rgba(44, 42, 49, 0);
}

.unav a, .unav-item{
    color: #414141;
    text-decoration: none;
    line-height: normal;
    display: initial;
}
.unav-item:hover,
.unav-item.active,
.unav-item.focus{
    color: #fff;
}

.unav > a,
.unav-item{
    font-size: 1.8em;
}

.unav > a,
.unav-item,
.unav-item.unav-dropdown.is-active a{
    padding: 10px 0
}

.unav-item.unav-dropdown.is-active a:nth-child(1){
    margin-top: 10px;
}

.unav-item.unav-dropdown.is-active{
    padding-bottom: 0;
}

.unav-item.unav-dropdown.is-active a{
    background-color: #ccc;
    color: #fff;
    background-color: #8f8f8f;
}

.unav-item.unav-dropdown.is-active a:hover,
.unav-item.unav-dropdown.is-active a:active,
.unav-item.unav-dropdown.is-active a:focus{
    color: #fff!important;
    background-color: #af8282;
}

.unav-item:hover span,
.unav-item.active span,
.unav-item:focus span{
    background-color: rgba(0,0,0,0);
    color: #485487;
    padding-bottom: 5px;
    border-bottom: 2px #a9abae solid;
}

.unav-itemactive span,
.unav-itemactive:hover span,
.unav-itemactive.active span,
.unav-itemactive:focus span{
    color: #fff!important;
    border:none;
}

.unav nav span {
    text-decoration: none;
}

.unav-dropdown-menu a {
    display: block;
    color: #000;
    text-transform: none;
}

.unav-dropdown-menu a:hover,
.unav-dropdown-menu a.active {
    color: #372e73 !important;
    background: #ecd6d6;
}

.unav-dropdown-menu {
    min-width: 100%;
    border: none;
    border-radius: 0;
    top: 36px;
    padding: 0;
}

.unav {
    padding: 0;
}

.unav nav {
    width: 100%;
    text-align: center;
}

.unav-dropdown:after {
    display: none;
}

.unav-dropdown.is-active:after {
    top: 18px;
    border-left: 7px solid #fff
}

.unav-dropdown.is-active {
}

.is-active a,
.unav-dropdown:hover a,
.unav-dropdown.active a {
    color: #fff;
}

.unav-dropdown:hover:after,
.unav-dropdown.active:after {
    border-left: 7px solid #fff;
    top: 16px;
}

.unav-dropdown-menu.is-active a {
    color: #191b38;
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .08), rgba(255, 255, 255, .08));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .08), rgba(255, 255, 255, .08));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .08), rgba(255, 255, 255, .08));
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, .08), rgba(255, 255, 255, .08));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .08), rgba(255, 255, 255, .08));
}

.unav-dropdown-menu.is-active a:hover,
.unav-dropdown-menu.is-active a:focus,
.unav-dropdown-menu.is-active a:active{
    background-color: #ccc;
}

#navigation > span{
    font-size: 1.3em;
    padding: 29.5px 9% 25.5px;
    top: 0;
    width: 100%;
    position: absolute;
    font-weight: 400;
    text-align: center;
    z-index: 0;
    color: #fff;
}

#menu-topo-index{
    background-color: rgba(32, 33, 71, 1);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    min-width: 286px;
    float: left;
}

#menu-topo-index.f-nav2{
    background-color: rgba(32, 33, 71, 0.80);
}

.menu-secundaria .unav-sidebar-show{
    background-color: #fff;
    -webkit-box-shadow: 0 0 62px rgba(137, 132, 177, 0.5);
    -moz-box-shadow: 0 0 62px rgba(137, 132, 177, 0.5);
    box-shadow: 0 0 62px rgba(137, 132, 177, 0.5);
}

.btn-menu-toggle{
    height: 50px;
    position: relative;
    display: block;
    text-align: center;
}

#icon-menu-sanduiche{
    height: 24px;
    width: 33px;
    text-indent: 0;
    position: relative;
    display: table-row;
}

.btn-menu-toggle small{
    display: inline-block;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 1.2em;
    text-indent: 0;
}

.unav-burger > span{
    font-size: 1.2em;
    text-indent: 0;
    display: block;
}

/* FUNDOS LAYOUT - DEFAULT ////////////////////////////////////////////////// */

.fd-white-drop-shadow{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(195,195,195,0.7);
    -moz-box-shadow: 0px 0px 20px 0px rgba(195,195,195,0.7);
    box-shadow: 0px 0px 20px 0px rgba(195,195,195,0.7);
}

.fd-grd-branco-cinza{
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(bottom, rgb(237 237 237), rgba(255, 255, 255, .08));
    background-image: -moz-linear-gradient(bottom, rgb(237 237 237), rgba(255, 255, 255, .08));
    background-image: -o-linear-gradient(bottom, rgb(237 237 237), rgba(255, 255, 255, .08));
    background-image: -ms-linear-gradient(bottom, rgb(237 237 237), rgba(255, 255, 255, .08));
    background-image: linear-gradient(to top, rgb(237 237 237), rgba(255, 255, 255, .08));
}

/* TITULOS LAYOUT - DEFAULT ///////////////////////////////////////////////// */

.title-index{
    font-size: 2.6em;
    font-weight: 400;
    display: inline-block;
}

.title-index i{
    width: 42px;
    height: 7px;
    display: block;
    margin-top: 9px;
}

.title-index.text-center i{
    margin: auto;
}

.title-index.text-left i{
    margin-right: auto;
}

.title-index.text-right i{
    margin-left: auto;
}

.title-produtos-index{
    color: #fff;
}

.title-produtos-index i{
    background-color: #cb3d3f;
}

.title-empresa-index{
    color: #2a2828;
}

.title-empresa-index i{
    background-color: #d74143;
}

.title-servicos-index{
    color: #fff;
}

.title-servicos-index i{
    background-color: #1c2d48;
}

.title-cliente-index{
    color: #1c2d48;
}

.title-cliente-index i{
    background-color: #0098da;
}

.title-fotos-index{
    color: #fff;
}

.title-fotos-index i{
    background-color: #be393b;
}

.title-faq-index{
    color: #1c2d48;
}

.title-faq-index i{
    background-color: #d54043;
}

.title-links-index{
    color: #1c2d48;
}

.title-links-index i{
    background-color: #0098da;
}

.title-noticias-index{
    color: #fff;
}

.title-noticias-index i{
    background-color: #1c2d48;
}

.title-videos-index{
    color: #fff;
}

.title-videos-index i{
    background-color: #0098da;
}

.title-parceiros-index{
    color: #1c2d48;
}

.title-parceiros-index i{
    background-color: #0098da;
}

/* BOTÕES LAYOUT - DEFAULT ////////////////////////////////////////////////// */

.btn-layout{
    font-size: 1.3em;
    line-height: 60px;
    min-width: 275px;
    transition: 0.5s;
    display: inline-block;
}

.btn-sub-primary{
    font-size: 1.05em;
    transition: 0.5s;
    display: inline-block;
    color: #fff;
    background-color: #c33a3c;
}

.btn-sub-primary:hover,
.btn-sub-primary:active,
.btn-sub-primary:focus{
    color: #fff;
    background-color: #4f4f4f;
}

.btn-sub-primary i,
.btn-sub-primary ion-icon,
.btn-sub-primary .material-icons{
    vertical-align: middle;
}

.btn-sub-secundary{
    font-size: 1.05em;
    transition: 0.5s;
    display: inline-block;
    color: #fff;
    background-color: #d74143;
}

.btn-sub-secundary:hover,
.btn-sub-secundary:active,
.btn-sub-secundary:focus{
    color: #fff;
    background-color: #6c7179;
}

.btn-sub-secundary i,
.btn-sub-secundary ion-icon,
.btn-sub-secundary .material-icons{
    vertical-align: middle;
}

.btn-modal{
    color: #fff;
}

.btn-modal:hover,
.btn-modal:active,
.btn-modal:focus{
    color: #fff;
}

.btn-modal i,
.btn-modal ion-icon,
.btn-modal .material-icons{
    color: #fff;
}

.btn-modal-whatsapp {
    background-color: #21a727;
}

.btn-modal-whatsapp:hover,
.btn-modal-whatsapp:active,
.btn-modal-whatsapp:focus{
    background-color: #1b8c20;
}

.btn-modal-others{
    background-color: #414141;
}

.btn-modal-others:hover,
.btn-modal-others:active,
.btn-modal-others:focus{
    background-color: #d74143;
}

/* CONFIGURAÇÃO - DEFAULT /////////////////////////////////////////////////// */

/*Background Modal*************************************************************/

.modal-backdrop{
    background-color: rgb(69 69 69 / 99%); /*mudar também no .fancybox-overlay*/
    opacity: 0.95!important;
}

.fancybox-overlay,
.fancybox-overlay-fixed{
    background-image: none;
    background-color: rgb(53 53 53 / 95%);
}

/*Modal Atendimento************************************************************/

#atendimento-topo a{
    text-align: center;
    color: #fff;
    margin-bottom: 6px;
    padding: 8px;
}

#atendimento-topo a span,
#atendimento-topo a i,
#atendimento-topo a svg{
    vertical-align: middle;
    display: inline-block;
    width: 24px;
    font-size: 24px;
}

#atendimento-topo a small{
    vertical-align: top;
}

/*Modal Compartilhar***********************************************************/

.curtir-compartilhar-modal{
    margin-bottom: 10px;
}

.curtir-compartilhar-modal div a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    margin-bottom: 6px;
}

.lista-redes-modal li{
    padding: 0 5px;
}

.lista-redes-modal li a{
    background-color: #1c2d48;
    color: #fff;
    padding: 6px 0 0px;
}

.modal-title{
    width: 100%;
    font-size: 1.3em;
    text-align: center;
    color: #414141;
}

.lista-redes-modal{
    padding: 0 10px;
    margin-bottom: 0;
}

/*Breadcrumb*******************************************************************/

.breadcrumb{
    border-radius: 0;
    background-color: #dfe3e4;
    border-right: 10px #c33a3c solid;
}

.breadcrumb-item a{
    color: #0a0a0a;
    font-weight: 500;
}

.breadcrumb-item.active{
    color: #c33a3c;
    font-weight: 400;
}

/*Summernote*******************************************************************/

.std *{
    height: inherit!important;
    color: #585858!important;
    font-family: "roboto", sans-serif!important;
}

.std {
    line-height: 24px;
    margin-bottom: 15px;
    padding: 15px;
}

.std ul,
.std ol{
    margin-left: 34px;
}

.std ul li{
    list-style: square;
}

.std ul li::marker{
    color: #bf393b!important;
}

.std blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #bf393b;
}

.std pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.std code,
.std kbd,
.std pre,
.std samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

.std a{
    color: #bf393b!important;
}

.std table{
    width: 100%!important;
}

.std .embed-responsive-16by9,
.std embed-responsive {
    width: 100%!important;
    display: none!important;
}

.std img,
.std iframe,
.std video,
.std picture {
    display: none!important;
}

/******************************************************************************/

.alert-default{
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 15px;
    color: #717171;
    font-size: 1em;
}

.stl-dropshadow {
    padding: 25px;
    z-index: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 62px rgba(179, 179, 179, 0.5);
    -moz-box-shadow: 0 0 62px rgba(179, 179, 179, 0.5);
    box-shadow: 0 0 62px rgba(179, 179, 179, 0.5);
}

.middle-secundarias{
    padding: 50px 15px;
}

.img-subpagina{
    border: 20px #c33a3c solid;
    margin-bottom: 30px;
    border-radius: 20px 50px 50px 50px;
}

.align-sub{
    vertical-align: sub;
}

.modal-content{
    border-radius: 0;
    border: 0;
}

.modal-title i,
.modal-title span{
    color: #d74143;
    vertical-align: baseline;
}

.no-list-style li{
    list-style: none;
}

label {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.descricao {
    font-size: 1.05em;
    padding: 0 15px;
    font-weight: 400;
    line-height: 19px;
}

.empty {
    text-align: center;
    font-size: 1.2em;
    display: block;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 20px 15px;
    color: #1c2d48;
    width: 100%;
}

.empty p{
    width: 80%;
    margin: auto;
    padding: 20px;
    background-color: rgba(204,204,204,0.5);
}

.img-center {
    background: white;
    width: 100%;
    padding-top: 100%;

    /* fix border-width */
    text-align: center;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.img-center img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    max-width: 100%;
}

div.ppt,
div.light_rounded .pp_description,
div.light_square .pp_description {
    font-weight: 400;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-top: 4px;
    font-size: 1.1em;
    font-weight: 400;
}

/* GALERIAS DE FOTOS///// /////////////////////////////////////////////////// */

/*Galerias - Default***********************************************************/

div.ppt {
    font-size: 15px;
    line-height: 13px;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
    font-size: 18px;
    line-height: 26px;
}

div.pp_pic_holder {
    z-index: 9998;
}

.galeria-blueimg {
}

.galeria-blueimg a i {
    font-size: 2.5em;
    padding: 0px 10.79px;
    bottom: 0;
    left: 0;
    position: absolute;
    color: #fff;
    background-color: #372e73;
    display: inline-block;
    transition: 0.5s;
}

.galeria-blueimg a:hover i,
.galeria-blueimg a:focus i,
.galeria-blueimg a:active i {
    background-color: #fff;
    color: #372e73;
}

.galeria-blueimg .img-center {
    padding-top: 100%;
}

/*Galeria - Index**************************************************************/

/*------Personalização da Galeria de fotos da Index - COLOCAR AQUI------*/

/*Galeria - Subpágina Fotos****************************************************/

/*------Personalização da Galeria de fotos da Index - COLOCAR AQUI------*/

/*Galeria - Subpáginas (Produtos/Serviços)*************************************/

/*------Personalização da Galeria de fotos da Index - COLOCAR AQUI------*/


/* HEADER /////////////////////////////////////////////////////////////////// */

/*Logomarca********************************************************************/

/*Logomarca - header***********************************************************/
#logomarca-header{
    padding-top: 20px;
}

#logomarca-header a{
    display: inline-block;
    height: 90px;
    max-width: 352px;
}

#logomarca-header a img{
    max-height: 90px;
}

/*Redes Sociais - header*******************************************************/
#redessociais-header{
    padding-top: 34px;
}

/*[Atendimento + Menu] - header************************************************/
#atendimento-menu-header{
    z-index: 10;
    top: -22px;
}

#atendimento-menu-header.f-menu{
    z-index: 999;
    position: fixed !important;
    top: 0!important;
    right: 0;
    width: 720px;
    flex: 0 0 720px;
    max-width: 720px;
    margin-left: 0;
}


/*Loja Virtual- Atendimento - Menu*********************************************/

.material-icons.md-18 {
    font-size: 18px;
}
.material-icons.md-24 {
    font-size: 24px;
}
.material-icons.md-30 {
    font-size: 30px;
}
.material-icons.md-36 {
    font-size: 36px;
}
.material-icons.md-42 {
    font-size: 42px;
}
.material-icons.md-48 {
    font-size: 48px;
}

/*Loja Virtual*****************************************************************/

#loja-virtual-header{
    background-color: #1c2d48;
    font-size: 1.4em;
    line-height: 83px;
    transition: 0.2s;
    padding: 0;
}

#loja-virtual-header a{
    color: #fff;
    background-color: rgba(0,0,0,0);
    width: 100%;
    outline: none;
    line-height: 87px;
    display: block;
    padding: 0 10px;
}

#loja-virtual-header a i,
#loja-virtual-header a ion-icon{
    font-size: 1.6em;
    vertical-align: middle;
}

#loja-virtual-header:hover,
#loja-virtual-header:active,
#loja-virtual-header:focus{
    transition: 0.5s;
    background-color: #536a90;
}


/*Atendimento******************************************************************/

#atendimento-header{
    font-size: 1.4em;
    line-height: 86px;
    transition: 0.2s;
    padding: 0;
    background: #651E1F;
    background: linear-gradient(180deg, rgba(101, 30, 31, 1) 0%, rgba(73, 20, 21, 1) 100%);
}

#atendimento-header button{
    color: #fff;
    background-color: rgba(0,0,0,0);
    width: 100%;
    outline: none;
}

#menu-header-duplo #atendimento-menu-header.f-menu #menu-header .unav nav{
    top: 85px;
    width: 240px;
}

#menu-header-triplo #atendimento-menu-header.f-menu #menu-header .unav nav{
    top: 85px;
    width: 240px;
}

#atendimento-header button i,
#atendimento-header button ion-icon{
    font-size: 1.6em;
    vertical-align: middle;
}

#atendimento-header:hover,
#atendimento-header:active,
#atendimento-header:focus{
    transition: 0.5s;
    background-color: #4b5d79;
}

/*Menu*************************************************************************/

#menu-header{
    padding: 0;
    transition: 0.2s;
}

/*Banner***********************************************************************/
#banner-header{
    z-index: 0;
    top: -63px;
    margin-bottom: -74px;
}

.box-title-banner{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 42px;
    padding-top: 42px;
}

.box-title-banner h2{
    color: #fff;
    font-size: 3em;
    font-weight: 500;
}

.box-title-banner a{
    font-size: 1.2em;
    padding: 6.5px 20px;
    display: inline-block;
    color: #fff;
    background-color: #0098da;
}

.box-title-banner a:hover,
.box-title-banner a:active,
.box-title-banner a:focus{
    background-color: #ccc;
    color: #04081e;
}

#banner-header .owl-item .box-title-banner{
    background-image: -webkit-linear-gradient(bottom, rgb(3 6 10 / 78%), rgb(0 0 0 / 0%));
    background-image: -moz-linear-gradient(bottom, rgb(3 6 10 / 78%), rgb(0 0 0 / 0%));
    background-image: -o-linear-gradient(bottom, rgb(3 6 10 / 78%), rgb(0 0 0 / 0%));
    background-image: -ms-linear-gradient(bottom, rgb(3 6 10 / 78%), rgb(0 0 0 / 0%));
    background-image: linear-gradient(to top, rgb(3 6 10 / 78%), rgb(0 0 0 / 0%));
}

#banner-header .owl-nav [class*=owl-]{
    background-image: url(../../img/icns-layout/icn-arrow-lg-banners.webp)!important;
}

#banner-header .owl-theme .owl-nav{
    position: relative;
    top: -59%;
}

#banner-header .owl-carousel .owl-nav button.owl-prev,
#banner-header .owl-carousel .owl-nav button.owl-next{
    position: absolute;
}

#banner-header .owl-carousel .owl-nav button.owl-prev{
    left: 0;
    margin-left: 20px;
}

#banner-header .owl-carousel .owl-nav button.owl-next{
    right: 0;
    margin-right: 20px;
}


/* PÁGINA PRINCIPAL - INDEX////////////////////////////////////////////////// */

/*Produtos - index************************************************************/

#produtos-index{
    padding: 50px 15px;
    background: #908D8D;
    background: linear-gradient(180deg, rgba(144, 141, 141, 1) 0%, rgba(192, 190, 190, 1) 100%);
}

#produtos-index .btn-layout{
    color: #fff;
    background-color: #636262;
}

#produtos-index .btn-layout:hover,
#produtos-index .btn-layout:active,
#produtos-index .btn-layout:focus{
    color: #1c2d48;
    background-color: #fff;
}

#lista-produtos-index{
    padding: 30px 0px;
}

#lista-produtos-index .owl-stage{
    display: flex;
}

#lista-produtos-index .owl-stage .owl-item{
    transition: 0.5s;
    background: #DDDCD9;
    background: linear-gradient(180deg, rgb(139 139 139) 0%, rgba(248, 247, 246, 1) 100%);
}

#lista-produtos-index .owl-stage .owl-item i{
    display: none;
}

#lista-produtos-index .owl-stage .owl-item:hover,
#lista-produtos-index .owl-stage .owl-item:active,
#lista-produtos-index .owl-stage .owl-item:focus{
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
    background: #D74143;
    background: linear-gradient(180deg, rgba(215, 65, 67, 1) 0%, rgba(163, 48, 50, 1) 100%);
}

#lista-produtos-index .owl-stage .owl-item:hover i,
#lista-produtos-index .owl-stage .owl-item:active i,
#lista-produtos-index .owl-stage .owl-item:focus i{
    width: 42px;
    height: 7px;
    display: block;
    background-color: #ffffff;
    margin: auto;
    margin-top: 10px;
}

#lista-produtos-index .owl-stage .owl-item:hover h3,
#lista-produtos-index .owl-stage .owl-item:active h3,
#lista-produtos-index .owl-stage .owl-item:focus h3{
    color: #ffffff;
}

#lista-produtos-index .owl-stage .owl-item:hover span,
#lista-produtos-index .owl-stage .owl-item:active span,
#lista-produtos-index .owl-stage .owl-item:focus span{
    display: none;
}

#produtos-index .owl-nav-externo [class*=owl-]{
    background-image: url(../../img/icns-layout/icn-arrow-lg-produtos.webp)!important;
}

.box-title-produto-index{
    color: #fff;
    font-size: 2em;
    padding: 48px 15px;
}

.box-title-produto-index h3{
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
    font-size: 0.7em;
    color: #b73739;
}

#lista-produtos-index .owl-stage .owl-item:hover, 
#lista-produtos-index .owl-stage .owl-item:active, 
#lista-produtos-index .owl-stage .owl-item:focus{
    color:#a93234;
}

.box-title-produto-index span{
    font-weight: 300;
    font-size: 0.6em;
    text-align: center;
    display: block;
    color: #878787;
}

/*Empresa - index**************************************************************/

#empresa-index .btn-layout{
    color: #fff;
    background: #D74143;
    background: linear-gradient(180deg, rgba(215, 65, 67, 1) 0%, rgba(163, 48, 50, 1) 100%);
}

#empresa-index .btn-layout:hover,
#empresa-index .btn-layout:active,
#empresa-index .btn-layout:focus{
    color: #fff;
    background-color: #0098da;
}

#img-empresa-index{
    overflow: hidden;
    background-image: url(../../../public/img/empresa-index.webp);
    background-position: center center;
    background-repeat: no-repeat;
}

#text-empresa-index{
    padding: 4% 5%;
}

#text-empresa-index h3{
    margin-bottom: 30px;
}

#text-empresa-index .std{
    font-size: 1.1em;
    color: #1c2d48;
    text-align: justify;
    line-height: 25px;
    margin-bottom: 30px;
    text-indent: 30px;
    font-weight: 300;
}

.btn-empresa-index{
    margin-left: auto;
}

/*Serviços - index************************************************************/

#servicos-index{
    padding: 50px 15px;
    background-color: #0098da;
}

#servicos-index .btn-layout{
    color: #fff;
    background-color: #1c2d48;
}

#servicos-index .btn-layout:hover,
#servicos-index .btn-layout:active,
#servicos-index .btn-layout:focus{
    color: #1c2d48;
    background-color: #fff;
}

#lista-servicos-index{
    padding: 30px 0px;
}

#lista-servicos-index .owl-stage-outer .owl-stage{
    display: flex;
}

#lista-servicos-index .owl-stage-outer .owl-stage .owl-item{
    padding-bottom: 32px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: 0.5s;
}

#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:hover,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:active,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:focus{
    background-color: #d6e4ea;
    color: #121d2e;
    transition: 0.5s;
}

.stl-servico-index{
    text-align: center;
    display: block;
    height: 100%;
}

#lista-servicos-index .owl-stage-outer .owl-stage .owl-item .img-center{
    padding-top: 69%;
}

.box-title-servico-index{
    padding: 25px 15px 5px;
}

.box-title-servico-index h3{
    color: #121d2e;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
}

#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:hover .box-title-servico-index h3,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:active .box-title-servico-index h3,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:focus .box-title-servico-index h3{
    font-weight: 500;
    margin-bottom: 6px;
}

.box-title-servico-index span{
    color: #0098da;
    font-size: 1.1em;
}

#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:hover .box-title-servico-index span,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:active .box-title-servico-index span,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:focus .box-title-servico-index span{
    display: none;
}

.box-title-servico-index p{
    display: none;
}

#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:hover .box-title-servico-index p,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:active .box-title-servico-index p,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:focus .box-title-servico-index p{
    color: #024a6a;
    font-size: 1em;
    display: block;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 400;
}

.bt-saiba-servicos-index{
    position: absolute;
    bottom: -22px;
    right: 24px;
    transition: 0.5s;
}

#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:hover .bt-saiba-servicos-index,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:active .bt-saiba-servicos-index,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:focus .bt-saiba-servicos-index{
    width: 100%;
    right: 0;
    transition: 0.5s;
}

.bt-saiba-servicos-index button{
    background-color: #121d2e;
    color: #fff;
    padding: 8px 8px 3px;
    transition: 0.5s;
}

.bt-saiba-servicos-index button span{
    display: none;
    font-size: 1.2em;
    vertical-align: super;
    padding-left: 5px;
    transition: 0.5s;
}

#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:hover .bt-saiba-servicos-index button span,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:active .bt-saiba-servicos-index button span,
#lista-servicos-index .owl-stage-outer .owl-stage .owl-item:focus .bt-saiba-servicos-index button span{
    display: inline-block;
}

.bt-saiba-servicos-index button i{
    font-size: 2em;
}

/*Clientes - index************************************************************/

#clientes-index{
    padding: 50px 15px;
}

#clientes-index .btn-layout{
    color: #fff;
    background-color: #1c2d48;
}

#clientes-index .btn-layout:hover,
#clientes-index .btn-layout:active,
#clientes-index .btn-layout:focus{
    color: #fff;
    background-color: #0098da;
}

#lista-clientes-index{
    padding: 0 75px;
    margin: 0 0;
}

#clientes-index .owl-nav-externo [class*=owl-]{
    background-image: url(../../img/icns-layout/icn-arrow-lg-clientes.webp)!important;
}

/*Galeria de Fotos - index*****************************************************/

#fotos-index{
    padding: 50px 15px 0;
}

#fotos-index .btn-layout{
    color: #fff;
    background: #D74143;
    background: linear-gradient(180deg, rgba(215, 65, 67, 1) 0%, rgba(163, 48, 50, 1) 100%);
}

#fotos-index .btn-layout:hover,
#fotos-index .btn-layout:active,
#fotos-index .btn-layout:focus{
    color: #ffffff;
    background-color: #2a456f;
}

#lista-fotos-index{
    padding: 0 75px;
    margin: 30px 0;
}

#lista-fotos-index .img-center{
    border: 15px #fff solid;
    padding-top: calc(100% - 30px);
    transition: 0.5s;
}

#lista-fotos-index .img-center:hover,
#lista-fotos-index .img-center:active,
#lista-fotos-index .img-center:focus{
    border-color: #4c4c4c;
    transition: 0.5s;
}

.stl-sobreposto{
    bottom: -28px;
    position: relative;
    margin-bottom: 20px!important;
}

/*Perguntas Frequentes - index*************************************************/

#perguntasfrequentes-index {
    padding: 50px 15px;
}

#perguntasfrequentes-index  .btn-layout{
    color: #fff;
    background-color: #636262;
}

#perguntasfrequentes-index  .btn-layout:hover,
#perguntasfrequentes-index  .btn-layout:active,
#perguntasfrequentes-index  .btn-layout:focus{
    color: #fff;
    background-color: #1c2d48;
}

#lista-perguntasfrequentes-index{
    margin-top: 60px;
    margin-bottom: 40px;
}

.stl-pergunta-index{
    color: #fff!important;
    text-align: center;
    padding: 25px;
    padding-top: 66px;
    padding-bottom: 66px;
    transition: 0.5s;
}

.stl-pergunta-index:hover,
.stl-pergunta-index:active,
.stl-pergunta-index:focus{
    padding-bottom: 40px;
}

.stl-pergunta-index > i{
    font-size: 3em;
    padding: 10px;
    display: inline-block;
    position: absolute;
    top: -32px;
    right: 25px;
    transition: 0.5s;
}

.stl-pergunta-index:hover > i,
.stl-pergunta-index:active > i,
.stl-pergunta-index:focus > i{
    transition: 0.5s;
    right: auto;
    margin-left: -33px;
}

.stl-pergunta-index h3{
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 20px;
}

.stl-pergunta-index p{
    font-size: 1.2em;
    line-height: 23px;
    font-weight: 300;
    text-align: justify;
}

.stl-pergunta-index button{
    background: none;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.stl-pergunta-index:hover button,
.stl-pergunta-index:active button,
.stl-pergunta-index:focus button{
    position: relative;
    right: auto;
    bottom: 0;
    margin-bottom: 20px;
}

.stl-pergunta-index button span{
    font-size: 1.2em;
    display: none;
    padding-left: 15px;
}

.stl-pergunta-index:hover button span,
.stl-pergunta-index:active button span,
.stl-pergunta-index:focus button span{
    display: inline-block;
    transition: 0.5s;
}

.stl-pergunta-index button i{
    background: none;
    font-size: 2em;
    vertical-align: middle;
    padding: 6px;
    display: inline-block;
    transform: rotate(180deg);
}

.pergunta-index:nth-child(even) .stl-pergunta-index{
    background-color: #1b2a42;
    transition: 0.5s;
}

.pergunta-index:nth-child(even):hover .stl-pergunta-index,
.pergunta-index:nth-child(even):active .stl-pergunta-index,
.pergunta-index:nth-child(even):focus .stl-pergunta-index{
    color: #fff;
    transition: 0.5s;
}

.pergunta-index:nth-child(even) .stl-pergunta-index{
    background-color: #d74143;
}

.pergunta-index:nth-child(even) .stl-pergunta-index > i{
    background-color: #2a2828;
}

.pergunta-index:nth-child(even) .stl-pergunta-index button{
    background-color: #2a2828;
    transition: 0.5s;
}

.pergunta-index:nth-child(even):hover .stl-pergunta-index,
.pergunta-index:nth-child(even):active .stl-pergunta-index,
.pergunta-index:nth-child(even):focus .stl-pergunta-index{
    color: #fff;
    transition: 0.5s;
    background-color: #d74143;
}

.pergunta-index:nth-child(odd) .stl-pergunta-index{
    background-color: #9a9a9a;
}

.pergunta-index:nth-child(odd) .stl-pergunta-index > i{
    background-color: #636262;
}

.pergunta-index:nth-child(odd) .stl-pergunta-index button{
    background-color: #636262;
    transition: 0.5s;
}

.pergunta-index:nth-child(odd):hover .stl-pergunta-index,
.pergunta-index:nth-child(odd):active .stl-pergunta-index,
.pergunta-index:nth-child(odd):focus .stl-pergunta-index{
    color: #fff;
    transition: 0.5s;
    background-color: #848484;
}

/*Notícias - index*************************************************************/

#noticias-index{
    padding: 50px 15px;
    background-color: #0098da;
}

#noticias-index .btn-layout{
    color: #fff;
    background-color: #1c2d48;
}

#noticias-index .btn-layout:hover,
#noticias-index .btn-layout:active,
#noticias-index .btn-layout:focus{
    color: #1c2d48;
    background-color: #fff;
}

#lista-noticias-index{
    padding: 0 75px;
    margin: 40px 0;
}

#lista-noticias-index .owl-stage{
    padding-top: 100px;
    display: flex;
}

#lista-noticias-index .owl-stage .owl-item{
    padding-bottom: 30px;
}

#lista-noticias-index .owl-stage .owl-item{
    background-color: #ffffff;
    transition: 0.5s;
    padding: 0 30px 22px;
    margin: 0 20px 30px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

#lista-noticias-index .owl-stage .owl-item:hover,
#lista-noticias-index .owl-stage .owl-item:active,
#lista-noticias-index .owl-stage .owl-item:focus{
    background-color: #1c2d48;
    transition: 0.5s;
}

#lista-noticias-index .owl-stage .owl-item a{
    display: block;
    text-align: center;
}

#lista-noticias-index .owl-stage .owl-item .img-center{
    border: 15px #bacbd2 solid;
    margin-bottom: 20px;
    margin-top: -92px;
    display: inline-flex;
    padding-top: calc(100% - 30px);
}

#lista-noticias-index .owl-stage .owl-item:hover .img-center,
#lista-noticias-index .owl-stage .owl-item:active .img-center,
#lista-noticias-index .owl-stage .owl-item:focus .img-center{
    border-color: #fff;
}

.box-title-noticia-index{
    color: #1c2d48;
    text-align: center;
    display: inline-block;
}

#lista-noticias-index .owl-stage .owl-item:hover .box-title-noticia-index,
#lista-noticias-index .owl-stage .owl-item:active .box-title-noticia-index,
#lista-noticias-index .owl-stage .owl-item:focus .box-title-noticia-index{
    color: #fff;
}

.box-title-noticia-index h3{
    font-weight: 500;
    font-size: 1.3em;
    line-height: 22px;
}

.box-title-noticia-index p{
    font-size: 1em;
    line-height: 19px;
    font-weight: 400;
    color: #1c2d48;
    margin-bottom: 5px;
}

#lista-noticias-index .owl-stage .owl-item:hover .box-title-noticia-index p,
#lista-noticias-index .owl-stage .owl-item:active .box-title-noticia-index p
#lista-noticias-index .owl-stage .owl-item:focus .box-title-noticia-index p{
    color: #aec6eb;
    font-weight: 300;
}

.box-title-noticia-index > span{
    display: block;
    margin-bottom: 10px;
    font-size: 1.05em;
    font-weight: 500;
    color: #0098da;
}

#lista-noticias-index .owl-stage .owl-item:hover .box-title-noticia-index span,
#lista-noticias-index .owl-stage .owl-item:active .box-title-noticia-index span,
#lista-noticias-index .owl-stage .owl-item:focus .box-title-noticia-index span{
    color: #fff;
}

.box-title-noticia-index span i{
    color: #1c2d48;
}

#lista-noticias-index .owl-stage .owl-item:hover .box-title-noticia-index span i,
#lista-noticias-index .owl-stage .owl-item:active .box-title-noticia-index span i,
#lista-noticias-index .owl-stage .owl-item:focus .box-title-noticia-index span i{
    color: #0098da;
}

#lista-noticias-index .owl-stage .owl-item button{
    position: absolute;
    bottom: -24px;
    width: 100%;
    right: 0;
    background: none;
}

#lista-noticias-index .owl-stage .owl-item button span{
    display: inline-block;
    font-size: 1.2em;
    padding: 7px 10px;
    background-color: #1c2d48;
    color: #fff;
}

#lista-noticias-index .owl-stage .owl-item:hover button span,
#lista-noticias-index .owl-stage .owl-item:active button span,
#lista-noticias-index .owl-stage .owl-item:focus button span{
    background-color: #fff;
    color: #121d2e;
    font-weight: 400;
}

#lista-noticias-index .owl-stage .owl-item button i{
    display: inline-block;
}

#lista-noticias-index .owl-stage .owl-item:hover button i,
#lista-noticias-index .owl-stage .owl-item:active button i,
#lista-noticias-index .owl-stage .owl-item:focus button i{
    color: #0098da;
}

#lista-noticias-index .owl-nav{
}

#lista-noticias-index .owl-nav .owl-next{
    position: absolute;
    float: right;
    right: 0;
    top: 38%;
    background-image: url(../../img/icns-layout/icn-arrow-lg-noticias.webp)!important;
}

#lista-noticias-index .owl-nav .owl-prev{
    position: absolute;
    float: left;
    left: 0;
    top: 38%;
    background-image: url(../../img/icns-layout/icn-arrow-lg-noticias.webp)!important;
}

/* vídeos  - index*************************************************************/

#videos-index{
    padding: 50px 15px;
    background-color: #1c2d48;
}

#videos-index .btn-layout{
    color: #fff;
    background-color: #0098da;
}

#videos-index .btn-layout:hover,
#videos-index .btn-layout:active,
#videos-index .btn-layout:focus{
    color: #1c2d48;
    background-color: #fff;
}

#lista-videos-index{
    padding: 30px 0px 45px;
}

.stl-video-index {
    transition: 0.5s;
    display: block;
}

.stl-video-index .img-center{
    background-color: #000;
    padding-top: 64%;
    overflow: hidden;
    border: 15px #fff solid;
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
}

.stl-video-index:hover .img-center,
.stl-video-index:focus .img-center,
.stl-video-index:active .img-center{
    border: 15px #8e96a4 solid;
    background-color: #5d6d85;
    transition: 0.5s;
}

#videos-index .zoomImagem .img-center img{
    transform: scale(1.5);
}

#videos-index .zoomImagem:hover .img-center img,
#videos-index .zoomImagem:active .img-center img,
#videos-index .zoomImagem:focus .img-center img{
    transform: scale(1.42);
}

.stl-video-index:hover .img-center img,
.stl-video-index:focus .img-center img,
.stl-video-index:active .img-center img{
    opacity: 0.63;
    transition: 0.5s;
}

.stl-video-index button{
    background: none;
}

.stl-video-index button span{
    color: #fff;
    font-size: 1.2em;
    font-weight: normal;
    position: absolute;
    right: 69px;
    bottom: -10px;
}

.stl-video-index button i{
    color: #0098da;
    font-size: 3em;
    background-color: #1c2d48;
    padding: 10px;
    position: absolute;
    border-radius: 100px;
    bottom: 0;
    right: 2px;
    transition: 0.5s;
}

.stl-video-index:hover button i,
.stl-video-index:active button i,
.stl-video-index:focus button i{
    color: #fff;
}

/*Links Úteis - index**********************************************************/

#linksuteis-index{
    padding: 50px 15px;
}

#linksuteis-index  .btn-layout{
    color: #fff;
    background-color: #0098da;
}

#linksuteis-index .btn-layout:hover,
#linksuteis-index .btn-layout:active,
#linksuteis-index .btn-layout:focus{
    color: #fff;
    background-color: #1c2d48;
}

.stl-link-index{
    padding: 13.5px 15px;
}

a.stl-link-index{
    font-size: 1.3em;
    color: #1c2d48;
    display: block;
}

a.stl-link-index i{
    background-color: #121d2e;
    color: #fff;
    font-size: 1.4em;
    padding: 7px;
    vertical-align: middle;
    display: inline-block;
    transition: 0.5s;
}

a.stl-link-index:hover i,
a.stl-link-index:active i,
a.stl-link-index:focus i{
    background-color: #0098da;
    transition: 0.5s;
}

a.stl-link-index span{
    width: calc(100% - 49px);
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
}

/*Parceiros - index************************************************************/

#parceiros-index{
    padding: 50px 15px;
}

#parceiros-index .btn-layout{
    color: #fff;
    background-color: #0098da;
}

#parceiros-index .btn-layout:hover,
#parceiros-index .btn-layout:active,
#parceiros-index .btn-layout:focus{
    color: #fff;
    background-color: #1c2d48;
}

#lista-parceiros-index{
    padding: 0 75px;
}

#parceiros-index .owl-nav-externo [class*=owl-]{
    background-image: url(../../img/icns-layout/icn-arrow-lg-parceiros.webp)!important;
}

/*FOOTER //////////////////////////////////////////////////////////////////// */

/*/////////Default - footer****************************************************/

#formasdepagamento-informacoes{
    margin-top: -268px;
}

/*Formas de Pagamento - footer*************************************************/

#formasdepagamento-footer{
    background-color: #0098da;
    padding: 45px 0;
    margin-bottom: 20px;
}

#formasdepagamento-footer h2{
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 10px;
}

#formasdepagamento-footer h2 i{
    color: #1f324f;
    font-size: 1.8em;
    vertical-align: middle;
}

.icn-barr-pag{
    width: 7px;
    height: 34px;
    background-color: #1f324f;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}

#pagamento-list{
    margin-bottom: 0;
    padding: 0 25px;
    display: contents;
}

#pagamento-list li{
    margin: 3px;
    display: inline-block;
}

/*Informações da Empresa - footer**********************************************/

/*/////////Default - Informações da Empresa************************************/

#informacoes-empresa-footer{
    color: #fff;
    padding: 68px 15px;
    background: #D74143;
    background: linear-gradient(180deg, rgba(215, 65, 67, 1) 0%, rgba(163, 48, 50, 1) 100%);
}

#informacoes-empresa-footer .empty p{
    font-size: 0.8em;
    width: 100%;
    color: #fff;
}

#informacoes-empresa-footer h2{
    color: #ffffff;
    font-size: 1.5em;
    text-align: center;
}

#informacoes-empresa-footer h2 i{
    color: #2a2828;
}

#informacoes-empresa-footer p{
    line-height: 20px;
}

#informacoes-empresa-footer .owl-nav{
    margin: 10px 0 0 0;
}

#informacoes-empresa-footer .owl-theme .owl-nav [class*=owl-] span{
    display: none;
}

#informacoes-empresa-footer .owl-theme .owl-nav [class*=owl-]{
    width: 25px;
    height: 25px;
    background-image: url(../../img/icns-layout/icn-arrow-xs.webp)!important;
    background-color: rgba(0,0,0,0);
    margin: 0 3px;
}

#informacoes-empresa-footer .owl-carousel .owl-nav button.owl-next{
    background-position: left bottom!important;
    transform: rotate(180deg);
}

#informacoes-empresa-footer .owl-carousel .owl-nav button.owl-prev:hover,
#informacoes-empresa-footer .owl-carousel .owl-nav button.owl-prev:active,
#informacoes-empresa-footer .owl-carousel .owl-nav button.owl-prev:focus,
#informacoes-empresa-footer .owl-carousel .owl-nav button.owl-next:hover,
#informacoes-empresa-footer .owl-carousel .owl-nav button.owl-next:active,
#informacoes-empresa-footer .owl-carousel .owl-nav button.owl-next:focus{
    opacity: 0.5;
}

/*Endereço - Footer************************************************************/

#endereco-footer{
    padding: 0 3%;
}

#endereco-footer a i{
    font-size: 2.5em;
    color: #2a2828;
}

#endereco-footer address{
    color: #fff;
    line-height: 21px;
    font-size: 1.08em;
    margin: 0 0 0 10px;
}

/*Revista Virtual - Footer*****************************************************/

#revista-footer{
    text-align: center;
    display: block;
    padding-top: 10px;
}

#revista-footer i,
#revista-footer span:nth-child(0),
#revista-footer ion-icon{
    margin-right: 2px;
    color: #0098da;
    font-size: 1.6em;
    vertical-align: sub;
}

#revista-footer span{
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
}

/*Fale Conosco - Footer********************************************************/

#faleconosco-footer{
    border-left: 7px #fff solid;
    border-right: 7px #fff solid;
}

#faleconosco-footer .owl-item i{
    color: #2a2828;
    font-size: 1.8em;
    vertical-align: sub;
}

#faleconosco-footer .owl-item a{
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
}

#faleconosco-footer .owl-item small{
    font-size: 1.2em;
    margin-top: -5px;
    display: block;
    font-weight: 300;
}

/*Horário de Atendimento - Footer**********************************************/

#entrar-contato-footer a{
    font-size: 1.8em;
    color: #fff;
    padding: 27px 0;
    display: block;
}

#entrar-contato-footer a i{
    color: #0098da;
    font-size: 1.4em;
    vertical-align: middle;
}

/*[Mapa site + Compartilhar] - Footer******************************************/

/*/////////Default - [Mapa site + Compartilhar] - Footer***********************/

#mapa-compartilhar-footer{
    text-align: center;
    margin-bottom: 20px;
}

#box-mapa-compartilhar-footer{
    border-radius: 100px;
    border: 2px #fff solid;
    padding: 4px 24px;
    margin: 0 auto;
}

#box-mapa-compartilhar-footer a,
#box-mapa-compartilhar-footer button{
    color: #fff;
}

#box-mapa-compartilhar-footer a i,
#box-mapa-compartilhar-footer button i{
    color: #ffffff;
}

#box-mapa-compartilhar-footer button{
    background-color: rgba(0,0,0,0);
}

/*Mapa - Footer****************************************************************/

/*Compartilhamento - Footer****************************************************/

/*[Assinatura + Copy + Redes Sociais] - footer*********************************/

/*/////////Default - [Assinatura + Copy + Redes Sociais] - footer**************/

#assinatura-copy-redessociais{
    padding: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    z-index: 6;
}

/*[Assinatura + Copy] - footer*************************************************/

/*/////////Default - [Assinatura + Copy] - footer******************************/

#assinaturas-copy-footer span{
    color: #000;
    font-size: 0.95em;
    font-weight: 400;
}

/*Redes Sociais - footer*******************************************************/

/*/////////Default - Redes Sociais - footer************************************/

#link-lgpd button{
    background: none;
    vertical-align: super;
    font-weight: 500;
    color: #2a2828;
    padding-left: 15px;
}

#link-lgpd button i,
#link-lgpd button ion-icon,
#link-lgpd button .material-icons{
    font-size: 1.2em;
    vertical-align: sub;
}

#redessociais-footer{
    text-align: right;
}
