.bg-light {
    background-color: #007abd!important;
}
.d-inline-block {
    display: inline-block!important;
    margin-left: 100px;
}
.bg-dark {
    background: linear-gradient(to right, #124186,#27a0d6);
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    align-items: center;
    text-align: center;
}
.dropdown-menu-dark {
    color: #ffffff;
    background: linear-gradient(to right, #124186,#27a0d6);
    /*border-color: rgba(0,0,0,.15);*/
}
.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.btn {
    color: #ffffff;
    border-color: #ffffff;
}
.btn-outline-success:hover{
    background-color: transparent;
    color: #cfcdcd;
    border-color: #cfcdcd;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom: 20px;
}
.preview-imge {
    background: #ffffff url("../img/add_photo_black.svg") no-repeat;
    background-position: center;
    background-size: 50px;
    color:#ffffff;
    font-size:12px;
    width: 200px;
    height:100px;
    border: 1px solid #27a0d6;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
.preview-imge:hover{
    background: #b1afaf url("../img/add_photo_white.svg") no-repeat;
    background-position: center;
    background-size: 50px;
    color:#ffffff;
    font-size:12px;
    width: 200px;
    height:100px;
    border: 1px solid #124186;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
.preview-img {
    background: #ffffff url("../img/add_photo_black.svg") no-repeat;
    background-position: center;
    background-size: 50px;
    color:#ffffff;
    font-size:12px;
    width: 100px;
    height:100px;
    border: 1px solid #27a0d6;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
.preview-img:hover{
    background: #b1afaf url("../img/add_photo_white.svg") no-repeat;
    background-position: center;
    background-size: 50px;
    color:#ffffff;
    font-size:12px;
    width: 100px;
    height:100px;
    border: 1px solid #124186;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
}
.card:hover{
    transition: 0.5s;  	
    transform-style: preserve-3d;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    filter: drop-shadow(0.9rem 0.9rem 3.5rem #999999);
}
.card-img{
    border-radius: 8px;
}
.card-servicos{
    background-color: #f8f8f8;
    border-radius: 8px;
    -webkit-transform: scale(0.90);
    -ms-transform: scale(0.90);
    transform: scale(0.90);
}
.card-servicos:hover{
    background-color: #ffffff;
    border-radius: 8px;
    -webkit-transform: scale(1.00);
    -ms-transform: scale(1.00);
    transform: scale(1.00);
    filter: drop-shadow(0.9rem 0.9rem 3.5rem #999999);
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-top: 10px;
}
.img-tipos{
    background: linear-gradient(to right, #124186,#27a0d6);
    border-radius: 50%;
}
.cat{
    align-items: center;
    text-align: center;
}
.circle-cat{
    margin-top: 10px;
    width: 58px;
    height: 58px;
    align-items: center;
    background: linear-gradient(to right, #124186,#27a0d6);
    border-radius: 100%;

}
.circle-cat:hover{
    margin-top: 10px;
    width: 58px;
    height: 58px;
    align-items: center;
    background: linear-gradient(to right, #27a0d6, #124186);
    border-radius: 100%;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    filter: drop-shadow(0.9rem 0.9rem 3.5rem #999999);

}
.circle-cat-img{
    align-items: center;
    width: 32px;
    height: 32px;
    margin-top: 15px;
}
.circle-cat-text{
    width: 58px;
    text-align: center;
    align-items: center;
    font-size:10px;
}
.a-cat {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    /* border: 1px solid rgba(0,0,0,.125);*/
}
.form-label {
    margin-bottom: .5rem;
    color: #000;
    font-size: large;
}
.title-h2{
    color: #000;
}
.social-img{
    background: linear-gradient(to right, #124186, #27a0d6);
    border-radius: 50%;
    width: 25px;
}
.contato-servicos{
    color:#000;
    align-items: center;
    text-align: center;
    font-size: x-large;
}
.contato-servicos:hover{
    color:#444;
}
.contato-servicos-btn{
    font-size: x-large;
}
.servicos{
    color:#000;
}
a:link {
    text-decoration: none;
}
.d-block{
    color:#000;
}
.text-small {
    font-size: 85%;
  }
.dropdown-toggle {
    outline: 0;
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.logo{
    width: 100%;
	/*position: relative;
	padding-top: 3rem;
    padding-bottom: 4rem;
    /*min-height: 130px;*/
    /*background-image: url(../img/top.png);
    background-blend-mode: overlay;
    background-position: 50% 50%;;
    background-repeat: no-repeat;
    background-size: cover;*/
}
 .logo2{
        width: 55%;
        position: relative;
        float: right;
        margin-top: -53px;
        margin-right:30px;
        /*padding-bottom: 4rem;
        /*min-height: 130px;*/
        /*background-image: url(../img/top.png);
        background-size: 25%;
        background-blend-mode: overlay;
        background-position: 50% 50%;;
        background-repeat: no-repeat;
        background-size: cover;*/
    }
    .logo2{
    z-index: 10;
    }
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 8px;
    filter: drop-shadow(0.9rem 0.9rem 3.5rem #999999);
  }
.form-contato{
    margin-right: 0%;
    margin-left: 0%;
    width: 100%;
}
.form-group {
    margin-bottom: 0.5rem;
}
.footer {
    
    bottom: 0;
    width: 100%;
    min-height: 300px;
    background: linear-gradient(to right, #124186,#27a0d6);
    color: #ffffff;
    margin-bottom: -20px;
}
.float-right{
    float: right;
}
.mapa-footer-alinhamento{
    align-items: center;
    text-align: center;
}
.mapa-footer{
    border-radius: 8px;
    width: 95%; 
    height: 300px;
}
.topo-footer{
    color:#ffffff;
}
.topo-footer:hover{
    color:#f0f0f0d0;
}
.endereco-footer{
    align-items: center;
    text-align: center;
    color:#ffffff;
}
.contatos-footer{
    align-items: center;
    text-align: center;
    color:#ffffff;
}
.contato-footer{
    color:#ffffff;
}
.contato-footer:hover{
    color:#f0f0f0d0;
}
.finalfooter{
    align-items: center;
    text-align: center;
}
.copyright{
    color:#ffffff;
}
.copyright:hover{
    color:#f0f0f0d0;
}
.politicaETemos{
    color:#ffffff;
    margin-right: 20px;
}
.politicaETemos:hover{
    color:#f0f0f0d0;
}
.mobis{
    align-items: center;
    text-align: center;
    color:#ffffff;
}
.mobis:hover{
    color:#f0f0f0d0;
}
.text-muted {
    color: #ffffff!important;
}
.lead {
font-size: 1.25rem;
font-weight: 300;
text-align: justify;
}
.list-group-item+.list-group-item {
    border-top-width: 0;
    text-align: justify;
}
.imgtop{
    width:400px;
}
@media (max-width: 768px) {
    .d-inline-block {
        display: inline-block!important;
        margin-left: 0px;
    }
    .imgtop{
        width:200px;
    }
    .logo{
        width: 100%;
        /*position: relative;
        padding-top: 3rem;
        padding-bottom: 4rem;
        /*min-height: 130px;*/
        /*background-image: url(../img/top.png);
        background-size: 25%;
        background-blend-mode: overlay;
        background-position: 50% 50%;;
        background-repeat: no-repeat;
        background-size: cover;*/
    }
     .logo2{
         width: 55%;
        position: relative;
        float: right;
        margin-top: -13px;
        margin-right:13px;
        
        /*width: 15%;
        position: relative;
        align-items: center;
        padding-top: 3rem;
        padding-bottom: 4rem;
        /*min-height: 130px;*/
        /*background-image: url(../img/top.png);
        background-size: 25%;
        background-blend-mode: overlay;
        background-position: 50% 50%;;
        background-repeat: no-repeat;
        background-size: cover;*/
    }
}