/* TEMP: Ambiente de Desenvolvimento
 * Arquivo para inclusão de estilo em carater de desenvolvimento e teste
 */

html body #tmpl-loader-container {
    background-image: url(../../../../../images/template/selo-24-anos.png)!important;
    background-repeat: no-repeat;
    background-position: center; /* 65%;
    background-size: 330px; */
}

html body #tmpl-loader-container .loader-spinner {
    color: #ffffff!important;
}

#page-header {
    position: relative;
    background-color: #fff;
    z-index: 1;
}
@media (max-width: 767px) {
    #page-header {
        z-index: 1030; /*navbar*/
    }
}
body.home #page-header {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}
.page-header-1 {
    padding: 1rem 0;
}
.page-header-1 #logo-header img {
    max-height: 70px;
}
.page-header-1 li.info-contact {
    font-size: .9rem;
}
.page-header-1 li.info-contact h6 {
    color: #f80; /*text-live*/
}
.page-header-1 li.info-contact p {
    margin: 0;
}
.page-header-2 {
    padding-bottom: 7px;
}
.page-header-2.sticked {
    position: fixed;
    width: 100%;
    top: 34px;
    background: #fff;
    padding-top: 7px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
@media (min-width: 768px) {
    .page-header-2 {
        z-index: 1;
    }
}
#logo-header {
    position: relative;
}

#header-navigation {
    background: linear-gradient(to right, #f60, #FFB800);
    border-radius: .25rem;
}
#header-navigation .base-menu-container .base-menu {
    font-size: .9rem;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu > li > a {
    padding: .75em 1.5em;
    color: #fff;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu > li > a:hover,
#header-navigation .base-menu-container:not(.mobile) .base-menu > li > a:focus,
#header-navigation .base-menu-container:not(.mobile) .base-menu > li.active {
    background-color: rgba(0,0,0,0.1);
}
#header-navigation .base-menu-container:not(.mobile) .base-menu > li:not(:last-child) > a {
    border-right: 1px solid rgba(255,255,255,0.3);
}
#header-navigation .base-menu-container:not(.mobile) .base-menu > li.active > a:not(.base-icon-home) {
    box-shadow: 0 7px 0 #0B70B2;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu > li > a.base-icon-home {
    border-radius: .25rem 0 0 .25rem;
    text-indent: -999px;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu > li > a.base-icon-home::before {
    text-indent: 0px;
    display: block;
    float: left;
}
#header-navigation .base-menu-container.mobile .base-menu > li > a.base-icon-home::before {
    display: none;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu > li.parent > a + .child-reveal {
    color: #fff;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu li.parent > a + .child-reveal {
    margin: .75em 0;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu .nav-child {
    box-shadow: 2px 4px 4px rgba(0,0,0,0.2);
}
#header-navigation .base-menu-container:not(.mobile) .base-menu .nav-child li {
    padding: .375em 0;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu .nav-child > li.active {
    color: #fff;
    background-color: #0B70B2;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu .nav-child > li.active > a {
    color: #fff;
}
#header-navigation .base-menu-container:not(.mobile) .base-menu .nav-child .nav-child {
    top: -1em;
}
#header-navigation input#mod-search-searchword {
    height: 36px;
    border: none;
    border-radius: 0 .25rem .25rem 0;
    background-color: rgba(0,0,0,0.07);
    color: #fff;
}
#header-navigation input#mod-search-searchword:focus,
#header-navigation input#mod-search-searchword:hover {
    background-color: rgba(0,0,0,0.1);
    box-shadow: none;
}

#header-navigation .toggle-menu-icon:not(.close) span {
    background-color: #fff;
}


/*Page Heading*/
#component-heading {
    padding: 1.5em 0;
    color: #f8f8f8; /*body-bg*/
    background: linear-gradient(to bottom, #0B70B2, #009AFF);
}
#component-heading h1 {
    margin: 0;
    line-height: 1;
    font-weight: lighter;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}



/*Slider*/

#slider-home {
    margin: 0!important;
}
#slider-home .slide-item-view {
    display: block!important;
}

#slider-home .slide-item-view.fullscreen {
    position: relative;
    width: 100%;
    padding-top: 30%;
}
#slider-home .slide-item-view .slider-content {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#slider-home .slide-item-view.fullscreen .slider-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#slider-home .slick-dotted.slick-slider {
    margin-bottom: 0!important;
}
.slick-slide .slider-content h2 {
    max-width: 70%;
    color: #fff;
    line-height: 1;
    margin-bottom: 2rem; 
    font-weight: lighter;
}
.slick-dots {
    bottom: 30px;
}
.slick-dots li button:before {
    font-size: 24px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    content: '\25A0';
    color: #a4aab0; /*gray-3*/
    opacity: .8;
}
.slick-dots li.slick-active button:before {
    color: #F70; /*live*/
    opacity: 1;
}
.slider-layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.1) 100%);
}

/*Info*/

.blog-home-featured {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background-color: #fff;
    position: relative;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}
.blog-home-featured > h5 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    display: inline-block;
    padding: .25rem 2rem;
    border-radius: 6px 6px 0 0;
    background-color: #fff;
    box-shadow: -1px -2px 3px rgba(0,0,0,0.05);
}
.blog-home-featured a > figure {
    box-shadow: 0px 0px 7px rgba(0,0,0,0.1);
    transition: box-shadow .3s;
}
.blog-home-featured a:hover > figure {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}

/*products*/
.products {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.products .info-content .list-unstyled li:before {
    margin-right: .5em;
}

.products .card {
    margin-bottom: 2rem;
    border: none;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.products .card .card-img-top {
    text-align: center;
    overflow: hidden;
}
.products .card .card-title {
    position: relative;
    margin: 0;
}
.products .card .card-title > * {
    padding: .75rem 0;
    background: rgba(6, 56, 89,0.7); /*primary-8*/
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    bottom: 0px;
    margin: 0;
}
.products .card .card-body {
    font-size: 13px;
    line-height: 1.2;
}
.products .card .card-body > .card-text {
    height: 65px;
    margin-bottom: .5rem;
}
.products .card .card-footer {
    line-height: 1;
    border: none;
    padding: 5px 0 0 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.product-image {
    position: relative;
    overflow: hidden;
}
.product-image .product-on-sale {
    position: absolute;
    top: 28px;
    left: -44px;
    transform: rotate(-45deg);
    width: 160px;
    min-height: 1.7em;
    padding: 2px 2rem;
    font-size: .7rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: 1px dashed;
    outline: 1px solid #f80;
    background: #f80;
    box-shadow: inset 0 7px 10px rgba(255,255,255,0.4), 0 2px 3px rgba(0,0,0,0.15);
    z-index: 1;
}

a.add-budget {
    color: #a4aab0; /*gray-400*/
}
a.add-budget:hover {
    color: #219653; /*success*/
}
a.add-budget > .base-icon-ok {
    display: none;
}
a.add-budget.added {
    color: #219653; /*gray-400*/
}
a.add-budget.added > .base-icon-ok {
    display: inline-block;
}
a.add-budget.added > .base-icon-plus {
    display: none;
}
#budgetWidget .budgetCounter {
    display: inline-block;
    position: fixed;
    top: 200px;
    right: 0;
    padding: 10px 10px 10px 13px;
    line-height: 1;
    border-radius: 6px 0 0 6px;
    font-size: 28px;
    background-color: #fff;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.3), 1px 1px 3px rgba(0,0,0,0.2);
    z-index: 999; /*navbar*/
}

#budgetWidget .budgetCounter:focus {
    outline: none;
}
#budgetWidget .budgetCounter .total {
    display: block;
    font-size: 9px;
    position: absolute;
    bottom: -8px;
    left: -8px;
    background: #f90;
    padding: 5px;
    border-radius: 50%;
    min-width: 19px;
    min-height: 19px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.product-slide-modal .modal-body {
    overflow: hidden;
}
.product-slide-modal .product-image .product-on-sale {
    top: 10px;
}

/*Banner delivery*/
.banner-delivery {
    padding: 1em 2em;
    margin: 1.5em 0 -1.5em;
    border-radius: 4px;
    background: linear-gradient(to bottom, #CDD6E0, #F2F2F2);
}

/*slider produtos*/
#home-products-filter {
    padding: .75rem 0 .5rem;
    border-top: 3px solid #FFC228; /*yellow*/
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
}
#slider-products-home.container {
    padding: 0 40px;
    margin: 40px auto 80px;
}
#slider-products-home .slick-prev {
    left: -32px;
}
#slider-products-home .slick-next {
    right: -32px;
}
@media (min-width: 992px) {
    #slider-products-home.container {
        padding: 0 80px;
        margin: 40px auto 60px;
    }
    #slider-products-home .slick-prev {
        left: -60px;
    }
    #slider-products-home .slick-next {
        right: -60px;
    }
}
#slider-products-home .product-image {
    background-color: #fff;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
    border-radius: 4px;
}
#slider-products-home p.product-description {
    min-height: 72px;
}
#slider-products-home .slick-prev, .slick-next {
    width: 30px;
    height: 81px;
}
#slider-products-home .slick-prev:before, .slick-next:before {
    font-family: baseicons;
    color: #a4aab0; /*gray-400*/
    font-size: 80px;
}
#slider-products-home .slick-prev:before {
    content: '\e87f';
}
#slider-products-home .slick-next:before {
    content: '\e880';
}

/* Servi���os */
#mod-services {
    position: relative;
    padding: 1.5em 0 2.5em;
    color: #fff;
    background-image: url("https://previews.123rf.com/images/dolgachov/dolgachov1511/dolgachov151104567/48775724-beauty-people-and-health-concept-beautiful-smiling-woman-cleaning-face-skin-with-cotton-pad-over-blu.jpg");
    background-position: center bottom;
    background-size: cover;
}
#mod-services .layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(14, 26, 33, 0.7);
}


/* Breadcrumb */
.page-header-4 {
    border-top: 1px solid #c2dbec; /*primary-2*/
}
    
.page-header-4 .breadcrumb {
    flex-wrap: nowrap;
    
    padding: .5rem 0;
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
}
.page-header-4 .breadcrumb > li.breadcrumb-item {
    display: flex;
    white-space: nowrap;
}
.page-header-4 .breadcrumb > li.breadcrumb-item.active:last-child {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Content */

#page-content {
    padding: 3rem 0;
}

/*home*/
body.home #page-content {
    display: none;
}

.component-desc-card {
    position: relative;
    padding: 1.5em 2em;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.1);
}
.component-desc-card::before {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    left: -10px;
    transform: rotate(45deg);
    background-color: #fff;
    box-shadow: -1px 1px 1px rgba(0,0,0,0.06);
}
.component-desc-card img,
.component-desc-card svg {
    width: 128px;
    float: left;
    margin: 0 1em 2.5em 0;
    fill: #0B70B2;
}

/*Quem Somos*/
#quem-somos #component-heading {
    padding: 0;
    color: #fff;
    text-align: center;
}
#quem-somos #component-heading .bg-quem-somos {
    padding: 6em 0;
    background-image: url('../../../images/template/bg-quem-somos.png');
    background-repeat: no-repeat;
    background-size: cover;
}

#quem-somos section h3 {
    color: #0B70B2;
    margin-bottom: 1em;
}
#quem-somos .section-1 {
    padding: 3em 0;
    background: #fff;
    font-size: .9rem;
}
#quem-somos .valores {
    text-align: center;
    border-left: 1px dashed #ddd;
}
#quem-somos .valores img {
    max-width: 64px;
    margin: 1em 0;
}
#quem-somos .valores p {
    margin-bottom: 2em;
}

#quem-somos .section-2 {
    padding: 3em 0 0;
    background: #fff;
    text-align: justify;
    text-shadow: 1px 1px 1px #fff;
    border-bottom: 2px solid #26ab9f; /*cor da imagem*/
    background: linear-gradient(to bottom, #c8d6ec, #fff);
}
#quem-somos .section-2 h3 {
    text-align: center;
}

#quem-somos .section-3 {
    padding: 3em 0 0;
}
#quem-somos .card-header {
    border: none;
    background-color: #085486;
}
#quem-somos .card-header button.btn {
    color: #fff;
}

/* Articles */
.item-page .item-actions {
    padding: .25rem;
    float: right;
}
.item-page .item-title,
.item-page .item-info {
    margin-bottom: 2rem;
}
.item-page .item-info {
    color: #868e96; /*text-muted*/
}
.item-image.to-none {
    text-align: center;
}
.item-image.to-none img {
    max-height: 480px;
}
@media (min-width: 768px) {
    .item-image.to-left,
    .item-image.to-right {
        max-width: 42%;
    }
    .item-image.to-left {
        float: left;
        margin-right: 1rem;
    }
    .item-image.to-right {
        float: right;
        margin-left: 1rem;
    }
}
.item-image div.img_caption {
    max-width: 100%;
}
.item-image p.img_caption {
    padding: .25rem 0;
    margin: 0;
    font-size: .9rem;
    line-height: 1.3;
    color: #868e96; /*text-muted*/
}
.item-content .pagenavcounter {
    color: #868e96; /*text-muted*/
    font-size: .9rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.item-content .jssocials-shares {
    padding: 0 0 .75rem;
    margin: 0;
}
.item-content .jssocials-shares .jssocials-share {
    margin: 0 .3rem .3rem 0;
    font-size: .8rem;
}
.item-content .jssocials-share-link {
    min-width: 2.5em;
}
.item-page .tags {
    list-style: none;
    padding: 1rem 0;
    margin: 0;
}
.item-page .tags > li:not(.tags-title) {
    display: inline;
}
.article-pager {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 2rem 0;
}
.article-pager > div {
    flex-grow: 1;
} 
.article-pager > div.next {
    text-align: right;
} 

/*@include media-breakpoint-up(md) { ... }*/
@media (min-width: 768px) {
    .item-page .toc-navigation {
        border-left: 1px solid #ddd;
    }
}
.article-index {
    font-size: .9rem;
    margin-bottom: 1rem;
}
.article-index h3 {
    margin: .375rem 0;
    font-size: .8rem;
    color: #aaa;
    font-weight: normal;
}
.article-index ul {
    display: block;
    margin: 0;
    border: none;
}
.article-index ul > li {
    line-height: 1;
    padding: .5rem 0;
    border-bottom: 1px dotted #ddd;
}
.article-index ul > li.active {
    font-weight: bold;
}
.article-index ul > li:last-child {
    border-bottom: none;
}
.item-content .pager ul {
    list-style: none;
    padding: 1.5rem 0;
    margin: 1.5rem 0 0;
    border-top: 1px solid #ddd;
}
.item-content .pager ul li {
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #ddd;
    padding: 4px 10px;
    font-size: .8rem;
}

/*BLOG*/
.item-page.posts .item-header {
    text-align: center;
}
.item-page.posts .item-header .item-category-info {
    margin: 0 5px;
    display: inline;
}
.item-page.posts .item-info  {
    justify-content: center;
}
.item-page.posts .item-content {
    text-align: justify;
}
.item-page.posts .item-content .jssocials {
    text-align: center;
}
.item-page.posts .item-content .item-image.to-left + .jssocials,
.item-page.posts .item-content .pagenavcounter + .jssocials {
    text-align: left;
}


/* Search */
.search .phrases-box label {
    margin: 0 .5rem 0 0;
    font-size: .9rem;
}
.search .phrases-box label input {
    margin-right: .25rem;
}

/* Login */
.view-login .component .login .form-login .form-group input {
    width: 100%;
}
@media (max-width: 767px) {
    .view-login .component .login .col-md-7 {
        order: 1;
    }
    .view-login .component .login .col-md-5 {
        order: 0;
    }
}

/* Footer */

/* Clientes */
.page-footer-3 .parcerias {
    position: relative;
    padding: 1.2rem 0;
    background: #fff;
    box-shadow: 0 -2px 7px rgba(0,0,0,0.1);
}
.page-footer-3 .parcerias .flag-parcerias {
    position: absolute;
    top: -6px;
    left: 15px;
}

.page-footer-4 {
    padding: 5rem 0;
    background-color: #053250;
    color: #c2dbec; /*primary-2*/
    font-size: .9rem;
}
.page-footer-4 a {
    color: #e7f1f7; /*primary-1*/
}
.page-footer-4 a:hover {
    color: #fff;
}
.page-footer-4 h3,
.page-footer-4 h4,
.page-footer-4 h5 {
    color: #fff;
}
.page-footer-4 h6 {
    color: #ffc107; /*yellow*/
}
.page-footer-4 address {
    margin-bottom: .5rem;
}
.logo-footer {
    position: absolute;
    bottom: 30px;
}
.footer-menu ul.base-list.inline > li {
    flex-grow: 1;
    line-height: inherit;
}
.footer-menu ul.base-list.inline > li a {
    color: #d3dbe2;
}
.footer-menu ul.base-list.inline > li a:hover {
    color: #fff;
}
.footer-menu ul.base-list.inline > li > a {
    display: block;
    padding-bottom: 1rem;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #fff;
}

.page-footer-7 {
    padding: 1.5rem 0 2rem;
    color: #fff;
    background: #02243A;
}
.acymailing_module div.acymailing_introtext {
    margin-bottom: .25em!important;
    font-size: .9em;
}
.acymailing_form {
    display: flex;
}
.acymailing_form .onefield {
    flex-grow: 1;
    margin-right: .5rem!important;
}
.acymailing_form .onefield input {
    border-color: #fff; /* $input-bg */
}
div.acymailing_module_success {
    font-size: .9rem;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    line-height: 1.3;
}
.followus a {
    font-size: 2rem;
    line-height: 1;
    color: #ebeff1;
}
.followus a:hover {
    color: #fff;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.3);
}

#page-footer .page-footer-8 {
    font-size: .86rem;
    border-bottom: 3px solid #f80;
    background-color: #fff;
    padding: 2rem 0;
}

