.navbar-brand img {
    height: 40px;
}

.sis-phones-top p {
    display: inline-block;
    margin: 0 10px;
}

.sis-phones-top p:last-child {
    margin-right: 0;
}

.sis-count.counter-wrapp .counter-column {
    min-height: 234px;
}

.counter-column.bg1 {
    border-color: #2C517E;
}

.counter-column.bg2 {
    border-color: #F07F34;
}

.sisdado img {
    height: 12px;
}

.img-prod {
    width: 250px;
    max-width: 100%;
}


/*
LOADING
 */
.loading-bro {
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    left: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8) !important;
    display: block;
    z-index: 9;
    top: 0;
}

.loading-bro > h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 1em;
    font-weight: 300;
    color: #8E8E8E;
}

#load {
    width: 150px;
    animation: loading 3s linear infinite;
}

#load #loading-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 300;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-linecap: round;
    animation: loading-circle 2s linear infinite;
    stroke: #51BBA7;
    fill: transparent;
}

.alin-spin {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 100%;
}

@keyframes loading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading-circle {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -600;
    }
}
/*
NEWSLETTER ALERT
 */
.alert-contact {
    position: absolute !important;
    right: 0;
    top: 0px;
    width: 100%;
}

.alert-contact--box {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    color: #737373;
}

.alert-contact--box i {
    font-size: 40px;
}

.photos-page .photo-item {
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 100%;
    position: relative;
}

.photos-page .photo-item:hover {
    background-color: rgba(51, 51, 51, 0.7);
    float: left;
    overflow: hidden;
}

.photos-page .photo-item:hover img {
    opacity: 0.6;
}

.photos-page .photo-item img {
    height: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
    display: block
}

.photos-page .photo-item .effect-hover {
    border-radius: 100%;
    height: 0;
    position: absolute;
    top: calc(50% - 25px);
    transition: all 0.3s ease 0s;
    text-align: center;
    z-index: 999;
    width: 100%;
}

.photos-page .photo-item.fix-effect {
    display: inline-table !important;
    float: none !important;
}

@media screen and (min-width: 768px) {
    .photos-page .photo-item.fix-effect {
        width: calc(25% - 8px);
    }
}

@media screen and (max-width: 991px) {
    .photos-page .photo-item {
        width: calc(50% - 8px);
    }
}

@media screen and (max-width: 429px) {
    .photos-page .photo-item {
        width: 100%;
    }

    .c-instagram-plugin {
        display: none;
    }
}

.photos-page .photo-item.fix-effect:hover {
    border: 0 none !important;
}

.photos-page .photo-item .effect-hover .hover-circ {
    background-color: rgb(51, 51, 51);
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 2.6;
    margin: auto;
    opacity: 0;
    text-align: center;
    transform: scale(3);
    transition: all 0.3s ease 0s;
    width: 50px;
}

.photos-page .photo-item:hover .effect-hover .hover-circ {
    opacity: 1;
    transform: scale(1);
}

.photos-page-2 .photo-item {
    float: left;
    margin: 2px;
    overflow: hidden;
    padding: 4px;
    transition: all 0.3s ease 0s;
    width: calc(50% - 5px);
    position: relative;
}

.photos-page-2 .photo-item:hover {
    background-color: rgba(51, 51, 51, 0.7);
    float: left;
    overflow: hidden;
}

.photos-page-2 .photo-item:hover img {
    opacity: 0.6;
}

.photos-page-2 .photo-item img {
    height: auto;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.photos-page-2 .photo-item .effect-hover {
    border-radius: 100%;
    height: 0;
    position: absolute;
    text-align: center;
    top: calc(50% - 25px);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 999;
}

.photos-page-2 .photo-item.fix-effect {
    display: inline-table !important;
    float: none !important;
}

@media screen and (min-width: 768px) {
    .photos-page-2 .photo-item.fix-effect {
        width: calc(50% - 8px);
    }
}

.photos-page-2 .photo-item.fix-effect:hover {
    border: 0 none !important;
}

.photos-page-2 .photo-item .effect-hover .hover-circ {
    background-color: rgb(51, 51, 51);
    border-radius: 100%;
    color: white;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 2.6;
    margin: auto;
    opacity: 0;
    text-align: center;
    transform: scale(3);
    transition: all 0.3s ease 0s;
    width: 50px;
}

.photos-page-2 .photo-item:hover .effect-hover .hover-circ {
    opacity: 1;
    transform: scale(1);
}
select.form-control{
    height: 50px;
}

ul.cat li.active a{
    color: #F07F34;
}
.atualizacao{
    border: 2px solid #eee;
    color: #c0c0c0;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.no-border{
    border: 0 none!important;
}

.down-item {
    background: #f0f2f3;
    border: 1px solid #eee;
    padding: 20px;
}
.relative{
    position: relative;
}
.group-span-filestyle .btn{
    padding: 15px 20px;
}

.notify {
    display: block;
    background: #fff;
    padding: 12px 18px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify p.info-alert-1 {
    border-bottom: 1px solid #ECECEC;
    display: inline-block;
    margin-bottom: 13px !important;
    padding-bottom: 9px;
    width: 100%;
}

.notify p.info-alert-1 span.alerticon {
    margin-right: 5px;
    float: left;
}

.notify p.info-alert-1 span.title-alert {
    font-size: 19px;
    float: left;
    margin: 14px 0 0 7px;
}

.successbox p.info-alert-1 span.title-alert {
    color: #678361;
}

.errorbox p.info-alert-1 span.title-alert {
    color: #555;
    font-weight: bold;
}

.notify p.info-alert-2 {
    line-height: 18px;
}

.notify .error li {
    margin-bottom: 8px
}

.notify.errorbox i {
    color: #ff6552;
    width: 20px;
    vertical-align: baseline
}

.notify.errorbox p {
    margin-bottom: 3px
}

.notify.errorbox strong {
    color: #ff6552
}

.c-text{
    font-size: 16px;
}

.contain-video{
    background-image: url("../img/bg-video.jpg");
    background-attachment: fixed;
}

.sis-video-width{
    width: 700px;
    max-width: 100%;
    display: block;
    margin: auto;
}
.bg-1{
    background-color: #fafafa;
}

ul.list-none{
    list-style: none;
    padding-left: 0;
}
ul.list-none i{
    color: #F07F34;
}

.c-bg-modal{
    background-color: rgba(255,255,255,0.85);
    position: fixed;
    width:100%;
    height:100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.c-modal-1{
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 20;
    width: 450px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}



/* DEPOIMENTOS */
.testimoni-container .owl-carousel.owl-drag .owl-item,
.testimoni-container .owl-carousel.owl-drag .owl-item .item {
    height: 100%;
}
.testimoni-container .owl-item .item .single-testimoni {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testimoni-container .owl-theme .owl-nav [class*='owl-'] {
    position: initial;
    cursor: pointer;
    margin: 5px;
}
.testimoni-container .owl-theme .owl-nav [class*='owl-prev']:after {
    content: none;
}
.testimoni-container .owl-theme .owl-nav [class*='owl-next']:after {
    content: none !important;
}
.testimoni-container .owl-theme .owl-nav {
    margin-top: 10px;
}
.testimoni-page p {
    margin: 0;
}

/*
@~RESPONSIVE BEGIN
 */
@media screen and (min-width: 992px) {
    .centered-icon.height-clientes{
        height: 260px;
    }
    .height-blog-1 {
        height: 520px;
    }
    .min-height-fix.article-content {
        height: 210px;
    }
}
@media screen and (max-width: 991px) {
    .top-wrapper {
        display: none;
    }
    .navbar-brand img {
        height: 35px;
    }
    .sis-subt-prod{
        font-size: 18px;
        line-height: 26px;
    }
    .tp-bullet{
        display: none!important;
    }
}
