.section-register.other .slide-item::before {
    opacity: 0.25;
}

.blog-category .btn {
    justify-content: left;
    background: #FFF;
    color: #000000;
}

.blog-category .btn:hover {
    color: #FFF;
}

.blog-category .widget {
    margin-bottom: 15px;
}

.blog-category .widget-reports:nth-of-type(2) .btn__primary i {
    background-color: #007344;
    color: #FFF !important;
}

.blog-category .widget-reports:nth-of-type(2) .btn__primary:hover {
    background-color: #007344 !important;
    color: #FFF !important;
    border-color: #007344 !important;
}

.blog-category .widget-reports:nth-of-type(2) .btn__primary:hover i {
    background-color: #FFF !important;
    color: #007344 !important;
}

.blog-category .widget-reports:nth-of-type(2) .btn__primary.active {
    background-color: #007344 !important;
    color: #FFF !important;
    border-color: #007344 !important;
}

.blog-category .widget-reports:nth-of-type(2) .btn__primary.active i {
    background-color: #FFF !important;
    color: #007344 !important;
}

.blog-category .widget-reports:nth-of-type(3) .btn__primary i {
    background-color: #005b99;
    color: #FFF !important;
}

.blog-category .widget-reports:nth-of-type(3) .btn__primary:hover {
    background-color: #005b99 !important;
    color: #FFF !important;
    border-color: #005b99 !important;
}

.blog-category .widget-reports:nth-of-type(3) .btn__primary:hover i {
    background-color: #FFF !important;
    color: #005b99 !important;
}

.blog-category .widget-reports:nth-of-type(3) .btn__primary.active {
    background-color: #005b99 !important;
    color: #FFF !important;
    border-color: #005b99 !important;
}

.blog-category .widget-reports:nth-of-type(3) .btn__primary.active i {
    background-color: #FFF !important;
    color: #005b99 !important;
}

.blog-category .widget-reports:nth-of-type(4) .btn__primary i {
    background-color: #004a7d;
    color: #FFF !important;
}

.blog-category .widget-reports:nth-of-type(4) .btn__primary:hover {
    background-color: #004a7d !important;
    color: #FFF !important;
    border-color: #004a7d !important;
}

.blog-category .widget-reports:nth-of-type(4) .btn__primary:hover i {
    background-color: #FFF !important;
    color: #004a7d !important;
}

.blog-category .widget-reports:nth-of-type(4) .btn__primary.active {
    background-color: #004a7d !important;
    color: #FFF !important;
    border-color: #004a7d !important;
}

.blog-category .widget-reports:nth-of-type(4) .btn__primary.active i {
    background-color: #FFF !important;
    color: #004a7d !important;
}

.blog-category .widget-reports:nth-of-type(5) .btn__primary i {
    background-color: #f0b51b;
    color: #FFF !important;
}

.blog-category .widget-reports:nth-of-type(5) .btn__primary:hover {
    background-color: #f0b51b !important;
    color: #FFF !important;
    border-color: #f0b51b !important;
}

.blog-category .widget-reports:nth-of-type(5) .btn__primary:hover i {
    background-color: #FFF !important;
    color: #f0b51b !important;
}

.blog-category .widget-reports:nth-of-type(5) .btn__primary.active {
    background-color: #f0b51b !important;
    color: #FFF !important;
    border-color: #f0b51b !important;
}

.blog-category .widget-reports:nth-of-type(5) .btn__primary.active i {
    background-color: #FFF !important;
    color: #f0b51b !important;
}

.blog-category .widget-reports:nth-of-type(6) .btn__primary i {
    background-color: #d99f07;
    color: #FFF !important;
}

.blog-category .widget-reports:nth-of-type(6) .btn__primary:hover {
    background-color: #d99f07 !important;
    color: #FFF !important;
    border-color: #d99f07 !important;
}

.blog-category .widget-reports:nth-of-type(6) .btn__primary:hover i {
    background-color: #FFF !important;
    color: #d99f07 !important;
}

.blog-category .widget-reports:nth-of-type(6) .btn__primary.active {
    background-color: #d99f07 !important;
    color: #FFF !important;
    border-color: #d99f07 !important;
}

.blog-category .widget-reports:nth-of-type(6) .btn__primary.active i {
    background-color: #FFF !important;
    color: #d99f07 !important;
}

.blog-category .widget-reports:nth-of-type(7) .btn__primary i {
    background-color: #848e9f;
    color: #FFF !important;
}

.blog-category .widget-reports:nth-of-type(7) .btn__primary:hover {
    background-color: #848e9f !important;
    color: #FFF !important;
    border-color: #848e9f !important;
}

.blog-category .widget-reports:nth-of-type(7) .btn__primary:hover i {
    background-color: #FFF !important;
    color: #848e9f !important;
}

.blog-category .widget-reports:nth-of-type(7) .btn__primary.active {
    background-color: #848e9f !important;
    color: #FFF !important;
    border-color: #848e9f !important;
}

.blog-category .widget-reports:nth-of-type(7) .btn__primary.active i {
    background-color: #FFF !important;
    color: #848e9f !important;
}

.blog-category .post-item {
    padding: 20px;
}

.blog-category .post-item .post__body {
    padding: 10px 20px 0px 10px;
}

.blog-category .post-item .post__title {
    margin-bottom: 10px;
}

.manual {
    position: relative;
    width: 100%;
    height: 100%;
}

.manual:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 10px;
    left: 0;
    width: 2px;
    background-color: #FFF;
}

.bg-manual {
    position: relative;
    width: 100%;
    background-color: #005fa0;
}

.bg-manual::before {
    position: absolute;
    content: "";
    background-image: url(../images/img-pattern-deg2.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    -webkit-blend-mode: multiply;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.manual .manual__icon {
    font-size: 50px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 20px;
    overflow: hidden;
}

.about-layout5 .btn {
    border: 2px solid #007344;
}

.about-layout5 .btn:hover {
    border: 2px solid #FFF;
}

.services-layout2 .service-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 0px;
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.services-layout2 .service-item:before {
    display: none;
}

.section-register .slide-item {
    position: relative !important;
    z-index: 1 !important;
}

.section-register .slide-item::before {
    position: absolute;
    content: "";
    background-color: #000000;
    opacity: 0.15;
    -webkit-blend-mode: multiply;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.navbar .navbar-brand img {
    height: 100px;
    padding: 10px 0 15px 0;
}

footer .footer-primary .footer-widget-about img {
    height: 130px;
}

.features-layout3 .feature-item {
    min-height: 210px;
}


.features-layout3 .feature-item .feature__icon svg,
.features-layout .feature-item .feature__icon svg {
    width: 70px;
    fill: #007344;
}

.features-layout .feature-item {
    min-height: 210px;
}

.about-layout2 .text-with-icon .text__icon svg{
    width: 75px;
    fill: #007344;
}

.service-item .service__icon {
    width: 75px;
    fill: #005b99;
}

.about-layout5 .map-wrapper img {
    border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .features-layout .feature-item {
        min-height: auto;
    }
    .features-layout3 .feature-item {
        min-height: auto;
    }
    .navbar .navbar-brand img {
        height: 80px;
    }
    .slider .slick-arrow {
        top: 30px;
    }
    footer, .about-layout1, .about-layout2 {
        text-align: center;
    }
    .footer-widget-contact .social {
        justify-content: center !important;
    }
    .about-layout1 .about__Text {
        padding: 0;
    }
    .about-layout2 .text-with-icon .text__icon {
        margin-bottom: 20px;
    }
    .info-rg {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .features-layout3 {
        padding-top: 10px !important;
    }
    .about-layout2 {
        padding-top: 25px;
    }
}

.line:hover:before  {
    background-color: #005b99;
}

.line:hover {
    z-index: 5;
    -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
}

.line .fix-line svg:hover {
    width: 70px;
    fill: #005b99;
}

.line-two .fix-line-two:hover {
    width: 75px;
    fill: #007344;
}

.line:hover .feature__icon svg {
    fill: #005b99 !important;
}

.line-two:hover .service__icon svg {
    fill: #007344 !important;
}

.line:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 3px;
    background-color: #007344;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.form-control.pass {
    background-color: #f7f7f7;
}

.p-col{
    padding-right: 0;
    padding-left:0;
}



/* Teste Cadastro */


.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #005b99;
    border-color: #005b99;
    box-shadow: none;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;

}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100)!important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-primary {
    color: #fff;
    background-color: #005b99 !important;
    border-color: #005b99;
}


.m-r{
    margin-right: 30px;
}
/* Final Teste Cadastro */


.l-blue{
    color:#005b99;
    margin-bottom: 20px;

}


@media (max-width: 767px) {
        .p-left{
        padding-left:15px;

        }
}

.teste1{
    color: #fff!important;
    background-color: #005b99 !important;
    border-color: #005b99!important;

}

.btn {
    font-size: 14px;
    height: 60px;
    padding: 0 20px;
    border-radius: 55px;
    border: 2px solid #e6e8eb;
}

.noClick {
    pointer-events: none;
}



.line:hover {
    z-index: 5;
    -webkit-box-shadow: 0 5px 83px 0 rgb(40 40 40 / 15%);
    box-shadow: 0 5px 83px 0 rgb(40 40 40 / 15%);
}



@media (max-width: 767px) {
    h3.heading__title.mobile-title{
        text-align: center;
        padding-top:10px;
    }
    .section-register.other .slide-item h1 {
        font-size: 27px;
        margin-bottom: 10px;
        line-height: 1.1;
    }
    .section-register .slide-item {
        padding: 50px 0px;
        margin-bottom: 40px;
    }
    .section-register.other .slide-item {
        padding: 50px 0px;
        margin-bottom: 55px;
    }
}

@media (max-width: 992px) {
    .shadow-div-ajust {
        padding: 20px;
    }
    .shadow-div-ajust:before {
        left: 20px;
        right: 20px;
    }
    .shadow-div-ajust .service__icon {
        font-size: 50px;
        margin-bottom: 10px;
    }
    .shadow-div-ajust .service__title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .shadow-div-ajust .service__desc {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .services-layout2 .shadow-div-ajust {
        margin-bottom: 30px;
    }
    .services-layout2 .shadow-div-ajust .service__content {
        padding: 15px 0 0 0;
    }
    .services-layout3 .shadow-div-ajust {
        padding: 20px;
    }
}

.img-dog:hover .remove-icon-hover{
    display:none!important;
}

.img-cat:hover .remove-icon-hover{
    display:none!important;
}

.img-fish:hover .remove-icon-hover{
    display:none!important;
}

.img-birds:hover .remove-icon-hover{
    display:none!important;
}

.img-little:hover .remove-icon-hover{
    display:none!important;
}

.img-dog:hover{
    background:transparent!important;
    background-image: url("../images/img-dog.jpg")!important;
    background-position: center!important;
    background-size:cover!important;

}

.img-cat:hover{
    background:transparent!important;
    background-image: url("../images/img-cat.jpg")!important;
    background-position: center!important;
    background-size:cover!important;

}

.img-birds:hover{
    background:transparent!important;
    background-image: url("../images/img-bird.jpg")!important;
    background-position: center!important;
    background-size:cover!important;

}

.img-fish:hover{
    background:transparent!important;
    background-image: url("../images/img-fish.jpg")!important;
    background-position: center!important;
    background-size:cover!important;

}

.img-little:hover{
    background:transparent!important;
    background-image: url("../images/img-other-animals.jpg")!important;
    background-position: center!important;
    background-size:cover!important;

}

.has-error{
    border-color: #ff0000;
}
