.form-label {
    font-size: 12px;
    color: #5e9bfc;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}

.form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #5e9bfc;
}

.js-hide-label {
    opacity: 0;
}

.js-unhighlight-label {
    color: #999
}

.py-4 {
    background-color: rgb(255, 255, 255);

}

.colunaimg1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;

}

.fich {
    color: #999


}

.careersPosition h4 {
    padding-top: 20px;
    padding-bottom: 40px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px !important;
}

.careersPosition {
    padding-bottom: 0px;
    padding-top: 50px;
}

.careersPosition {

}

.careersDescription {
    font-family: robotoregular !important;
}

/* PROTOCOLOS */
@media screen and (min-width: 991px) and (max-width: 1200px) {
    #historia-wrapper .row.clientes {
        width: 900px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    #historia-wrapper .row.clientes {
        width: 600px;
        height: 220px;
        margin-left: auto;
        margin-right: auto;
    }

    .card-body2 img {
        width: 140px;
    }
}

@media screen and (min-width: 575px) and (max-width: 767px) {
    #historia-wrapper .row.clientes {
        width: 454px;
        height: 210px;
        margin-left: auto;
        margin-right: auto;
    }

    .card-body2 img {
        width: 120px;
    }

}

/* Setas */
.carousel-control-next img,
.carousel-control-prev img {

    height: 50px;
}


/* tamanho dos logos "protocolos" */
@media screen and (min-width: 300px) and (max-width: 767px) {
    .clientes-imagem img {
        width: 100%;
    }
}

@media screen and (min-width: 300px) and (max-width: 1000px) {
    .carousel-prototipagemimg .carousel-item img {
        width: 86%;
    }
}

.col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
    .col-md-6 img {
        width: 100%;
    }
}

h4 {
    font-size: 1.575rem !important;
    text-align: left;
    z-index: 198;
    width: 100%;
    min-height: 10px;
    background-color: transparent;
    color: #000;
    position: relative;
    margin-right: -10000px;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: robotobold;
}

img.d-block.w-80 {
    max-width: 100%;
}

.col-4.col-lg-2.col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 5px;

}

.carousel-indicators li {
    background-color: hsla(0, 0%, 0%, 0.4) !important;
}

.carousel-indicators .active {
    background-color: hsla(0, 0%, 0%, 0.8) !important;
}

.carousel-indicators {
    margin-bottom: -30px !important;
}

.slideshow-clientes {
    background-color: white;
    vertical-align: middle;
    padding-top: 25px;
    padding-bottom: 50px;
}

/* Setas */
@media screen and (min-width: 300px) and (max-width: 767px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

}

.logo-grayscale img {
    filter: grayscale(100%);
}

.logo-grayscale:hover img {
    filter: grayscale(0%);
}