body {
    margin: 0;
}

.h-yellow {
    color: #fff !important;
    background-color: RGBA(0, 00, 0, var(--bs-bg-opacity, 1)) !important;
}

.nav-link {
    color: #fff !important;
}

.link-body-emphasis {
    color: #ffff !important;
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: #fed700 !important;
}


.me-lg-auto {
    margin-right: auto !important;
    padding-left: 3% !important;
}

.card-title {
    font-weight: bold;
}

.link-secondary:focus,
.link-secondary:hover {
    color: #fed700 !important;
}

.card-body {
    height: 205 !important;
}
.card-body-services{
    
        height: 236px !important;
    
}

.card-text {
    height: 100px!important;
}
.link-full{
    width:100%!important;
}
.botao-full{
    width:100%!important;
}
.col-log{
    flex: 0!important;
}
.name-cli{
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 43px!important;
}
.ctags{
    width: 15%!important;
}


@media screen and (min-width: 1366px) {
    .logo-t {
        /* max-width:70%; */

    }

}

@media screen and (min-width: 1920px) {
    .logo-t {
        /* max-width:45%; */

    }

}

@media screen and (min-width: 2500px) {
    .logo-t {
        /* max-width:50%; */

    }

}

#container {
    width: 100%;
    background-color: #000;
    height: 10rem;
    padding: 1rem;


}

/* #logo{
    width: 15%;
    float: left;
    margin-left: 5%;
} */
#search {
    float: left;
    width: 45%;
}

#login {
    float: left;
    width: 35%;
    color: white;
}



.menu {
    color: white;
    padding: 1rem;
}

.item-menu {
    font-family: "font-family: 'Roboto', sans-serif;";
}

.menu-full {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style-type: none;
}


.search-input {
    position: relative;
    z-index: 915;
    color: #333;
    font-size: 16px;
    margin: 0;
    font-family: inherit;
    border-radius: 2px;
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    height: 40px;
    width: 88%;
    padding: 10px 60px 10px 15px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1.5px;
    float: left;
}

.search-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.log {
    width: 35%;

}

.city {
    width: 35%;

}

.img-login {
    float: left;
    width: 15%;
    margin-left: 25%;
    margin-right: -8%;
}

.text-login {
    width: 85%;
    margin-top: 1%;
}

.login-container {
    height: 40%;
}

.img-cidade {
    float: left;
    width: 15%;
    margin-left: 25%;
    margin-right: -8%;
}

.text-cidade {
    width: 85%;
}
.title-searchT{
    padding: 2%!important;
    font-weight: 500!important;
    font-size: 24pt!important;
}
/* Mudar footers para footer */
footers {
   bottom: 0;
    position: fixed;
    width: 66%;
}

.mb-3 {
    margin-bottom: 0!important;
}
.link-menu {
    color: #ffff !important;
}