img {
    width: 100%
}

body {
    font-family: 'Baloo 2', cursive;
}

footer a {
    color: white;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16.5px;
}

.privacidade a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    text-decoration: underline;
}

.privacidade a:hover {
    color: #f1822b;
    text-decoration: underline;
}


html {
    scroll-behavior: smooth;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

h2 h4 {
    font-weight: 700;
}

.vantagens p, .requisitos p{
    text-align: justify;
}

#garantia-livre {

    background: url(/img/empresa/fundo-letra.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin-bottom: 2%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border:none;
    border-radius: .25rem;
}


#garantia-livre h2 {

    text-align: center;
    -webkit-transition: text-shadow 1s ease;
    text-shadow: 0 0 1px rgba(0, 0, 0, .1);
    margin: 0;
    padding: 0;
}

.imagens-empresa {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.imagens-empresa h4 {
    color: #4d4d4d;
}

.text-empresa{
    margin: 8% 0 4% 0;
}

footer {
    color: white;
    width: 100%;
    background-color: #002754;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0%;
}

.imagem-empresa {
    display: flex;
    justify-content: center;
    align-items: center;
}

.imagem-pag-empresa{
    -webkit-filter: drop-shadow(5px 5px 48px #0000002b);
    filter: drop-shadow(5px 5px 48px #0000002b);
}

.imagem-shadow, .imagem-produto-maior{
    -webkit-filter: drop-shadow(5px 5px 48px #0000002b);
    filter: drop-shadow(5px 5px 48px #0000002b);
}

.imagem-produto-maior {
    margin-bottom: 10%;
    margin-top: 5%;
}

#botao-laranja-bloco-produto:hover {
    color: white;
    text-decoration: none;
    background-color: #f2822a;
}

#botao-azul-bloco-produto:hover {
    color: white;
    text-decoration: none;
    background-color: #2b8fff;
}

#imagem-home-empresa{
    -webkit-filter: drop-shadow(5px 5px 48px #0000002b);
    filter: drop-shadow(5px 5px 48px #0000002b);
}

.item-bloco-rodape {
    width: 30%;
}

.icones-rodape {
    margin-right: 5%;
}

.item-bloco-rodape h4 {
    font-weight: 600;
}

.itens-bloco-rodape {
    justify-content: space-between;
}

.midias-sociais-rodape {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5% 5% 5% 0;
}

.bloco-rodape {
    width: 50%;
}

.logo-navbar {
    width: 50%;
    display: flex;
    justify-content: center;
}

.bg-light {
    text-transform: uppercase;
    background-color: #ffffff !important;
}

.logo-labra img {
    width: 18%;
    margin-bottom: 1%;
    margin-left: 1%;
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(242, 133, 42);
}

.nav-item {
    color: #203446;
    font-weight: bold;
}


.custom-select {

    border-radius: 36px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #eb6608;
}

.nav-item {
    color: #203446;
    font-weight: 600;
    text-align: center;
}

#banner-elevador-acessibilidade {
    background-image: url(/img/elevador-de-acessibilidade/banner.png);
}

#banner-elevador-piscina {
    background-image: url(/img/elevador-para-piscina/banner.png);
}

.icone-pag-produto{
    width: fit-content;
}

.banner-produto {

    display: flex;
    /* justify-content: center; */
    align-items: center;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1%;
    width: 100%;
    padding: 5% 0%;
    /* cursor: pointer; */
}


.titulo-banner-acessibilidade {
    width: 54%;
    display: flex;
    justify-content: flex-end;
}

.titulo-banner {
    width: 48%;
    display: flex;
    justify-content: flex-end;
}

.bloco-imagem-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloco-imagem-div img {
    width: 50%;
}

.bloco-imagem-div-titulo img {
    width: 65%;
}

.bloco-imagem-div-titulo {
    width: 100%;
    margin-top: -51%;
}

.banner-produto h1 {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 56px;
    text-align: center;
    margin-top: 10%;
}

#banner-empresa {
    background-image: url(/img/empresa/banner.png);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1%;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#banner-empresa h1 {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 56px;
    text-align: center;
    margin-top: 10%;
}

.item-principal h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 45px;
    color: #203446;
}


.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #f2852a;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f2852a;
}


.banner {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.desktop{
    display:block;
}

.responsivo{
    display:none;
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}



/* .banner img{
    width: 75%;
} */

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
    font-size: 20px;
    margin-right: 14px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #e52432;
    border-color: #e52432;
}

.h2, h2 {
    font-size: 3.5rem;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #eb6608;
    border-color: #eb6608;
}

.titulo-h2-icones {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: bolder !important;
    margin-top: 6%;
}

.titulo-h2-icones h2 {
    margin: 0 4%;
}

.bloco-esquerda {
    width: 50%;
}

.botao-fundoBranco-textoLaranja {
    border-radius: 35px;
    border-color: rgb(241, 130, 43);
    background-color: white;
    color: rgb(241, 130, 43);
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1%;
    margin-bottom: 4%;
    border: 2px solid;
    padding: 1% 7%;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #f7923d;
    border-color: #f7923d;
}

.bloco-direita {
    width: 50%;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(241, 130, 43);
    border-color: rgb(241, 130, 43);
}

#empresa {
    background-image: url(/img/home/linha-laranja.png);

}

#elevadores {
    background-image: url(/img/home/fundo-elevadores.png);
    background-size: cover;
    /* height: 690px; */
    padding-top: 7%;
    color: white;
}

.item-principal {
    background-repeat: no-repeat;
    padding: 2% 0%;
    background-position: top;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #f7923d;
    border-color: #f7923d;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, .5);
}

.item-bloco-elevador {
    background-image: linear-gradient(to bottom, rgba(195, 195, 195, 0), #d06811);
    margin: 0%;
    border-radius: 26px;
    text-align: center;
    text-transform: uppercase;
    width: 31%;

}

.imagem-bloco-elevador{
    width: fit-content;
    margin: auto;
}


/* #contato{
    background-image: url(/img/home/linha-laranja.png);

} */


.item-bloco-elevador h3 {
    margin-top: 5%;
    font-size: 27px;
    margin-bottom: 6%;
}

.item-bloco-elevador button {
    margin-bottom: 12%;
}

.itens-bloco-elevador {
    justify-content: space-around;
    margin-bottom: 4%;
}

#item-bloco-piscina {
    background-image: linear-gradient(to bottom, rgba(195, 195, 195, 0), #0775b9);

}

.btn-bloco-elevador-piscina {
    background-color: #156496;
    color: white;
    border: 2px solid #2b8fff;
    padding: 4px 3rem;
}

.btn-bloco-elevador {
    background-color: #9b541a;
    color: white;
    border: 2px solid #f2822a;
    padding: 4px 3rem;
}


textarea {
    resize: none;
}

#contato label {
    color: #203446;
    font-size: 19px;
    font-weight: 600;
}

#contato .form-control {
    border-radius: 20px;
}


.botao-enviar {
    border-radius: 35px;
    border-color: rgb(241, 130, 43);
    background-color: white;
    color: rgb(241, 130, 43);
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid;
    margin-left: 3%;
    padding: 5px 1.75rem;
}

.titulo-h2-icones h2 {
    font-weight: 600;
    margin: 0 4%;
}

.item-info {
    display: flex;
    margin: 3% 0px;
}

.img-item-info {
    margin-right: 2%;
}

.bloco-logos-midias-socias {
    display: flex;
    justify-content: flex-start;
    margin-top: 4%;
}

.logo-midias-socias {
    margin-right: 4%;
    cursor: pointer;
}

#contato h3 {
    font-size: 20px;
    text-align: inherit;
}

.info-contato {
    margin-top: 13%;
}

.bloco-midias-sociais-midias-sociais {
    margin: 6% 0;
}

.logo-rodape img {
    width: 85%;
    margin-bottom: 5%;
}

.cta {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0%;
}

#cta-elevador {
    background-image: url(/img/elevador-de-acessibilidade/fundo-fotos.png);
}


.btn-vantagens-elevador {
    padding: 1px 1rem;
}

.text-center {
    margin-top: 5%;
}

.bloco-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;

}

.div-outra-cor h3, .div-outra-cor p {
    color: white;
}

.botao-cta {
    background-color: #f17d1c;
    color: white;
    padding: 5px 3.75rem;
    margin-top: 5%;
}


.bloco-imagens-produtos {
    width: 23%;
    text-align: center;
}

.item-bloco-elevador h3 {
    color: white;
}

.negrito {
    font-weight: 700;
}

.laranja-site {
    color: #f2852a;
}

.imagem-produto-maior img {
    width: 90%;
    margin-top: 10%;
}

.aplicacao {
    width: 100%;
    background-image: url(/img/elevador-de-acessibilidade/fundo-fotos.png);
    padding: 2% 0%;
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
}

.aplicacao-item {
    margin: 0% 0.7%;
    width: 29%;
}

.b-elevador-de-acessibilidade {
    margin-bottom: 5%;
    margin-left: 2%;
    margin-right: 2%;
}

.aplicacao h2 {
    color: white;
}

.aplicacao h3 {
    text-transform: none;
    font-weight: 600;
}

.vantagens {
    width: 100%;
    background-image: url(/img/elevador-de-acessibilidade/fundo-vantagens.png);
    padding: 2% 0%;
    color: white;
}

.vantagens h2 {
    color: white;
}

.vantagens h3 {
    text-transform: none;
    font-weight: 600;
    text-align: left;
}

.requisitos {
    width: 100%;
}

.botoeiras p, .variacao p, .requisitos-pne p {
    text-transform: uppercase;
    color: #203446;
    font-weight: 600;
    margin-top: 2%;
    font-size: 19px;
}

.variacao-item {
    margin: 0% 2%;
}

.item-bloco-caracteristicas p {
    font-size: 20px;
    font-weight: 500;
}

.bloco-caracteristicas h2 {
    font-size: 55px;
}

.bloco-caracteristicas {
    background-color: #203446;
    background-blend-mode: multiply;
    background-blend-mode: multiply;
    background-color: #203446;
    mix-blend-mode: hard-light;
    padding: 3% 5%;
    width: 80%;
}

.bloco-caracteristicas h1, .bloco-caracteristicas p, .bloco-caracteristicas h2 {
    color: white;
}

.caracteristicas-tecnicas {
    width: 100%;
    background-image: url(/img/elevador-de-acessibilidade/fundo-caracteristicas.png);
    /* padding: 15% 0%; */
    background-repeat: no-repeat;
    height: 1030px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    background-size: cover;
}
#caracteristicas-tecnicas-pne{
    background-image: url(/img/plataforma-de-acessibilidade/fundo-caracteristicas.png);

}

#contato .titulo-h2-icones {

}


.btn-solicitar-orcamento {
    background-color: #1ca929;
    border: none;
    color: white;
    padding: 0.375rem 3.75rem;
    font-size: 23px;
}


.bloco-imagem-div-titulo-piscina img {
    width: 85%;
    margin-left: 17%;
    margin-top: 5%;

}

.b-elevador-para-piscina-acessibilidade {
    margin-bottom: 3%;
}

#aplicicao-piscina {
    background-image: url(/img/elevador-para-piscina/fundo-fotos.png);
}


#caracteristicas-tecnicas-elevador-piscina {
    background-image: url(/img/elevador-para-piscina/fundo-caracteristicas.png);

}

#banner-elevador-pne {
    background-image: url(/img/plataforma-de-acessibilidade/banner.png);

}


.bloco-imagem-div-titulo-pne {
    width: 100%;
    margin-top: -35%;
    margin-left: 3%;
}

.bloco-imagem-div-titulo-pne img {
    width: 80%;
}


.titulo-banner-pne {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

#projetos{
    background-image: url(/img/background.jpg);

}

.projetos {
    background-image: url(/img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1% 0%;
}

.projetos h1 {
    font-weight: 600;
    font-size: 55px;
    color: #203446;
}

.imagem-projeto {
    width: 30%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    margin: 0.5%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.titulo-projeto {
    background-color: #ec6707;
    color: white;
    padding: 5%;
    margin-bottom: 3%;
}

.data-projeto{
    background-color: white;
    padding: 5%;
    width: 50%;

}

.data-projeto p{
    color:#203446;
}

.bloco-imagem-projeto {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    width: 60%;
    opacity: 0;
    height: 100%;
    transition: .5s ease;
}

.imagem-projeto:hover .bloco-imagem-projeto {
    display: flex;
    justify-content: center;
    margin-left: 3%;
    width: 60%;
    opacity: 1;
    flex-direction: column;
    transition: .5s ease;
}

.imagem-projeto-pagina:hover .bloco-imagem-projeto {
    display: flex;
    justify-content: center;
    margin-left: 3%;
    width: 60%;
    flex-direction: column;
    transition: .5s ease;
}



.bloco-imagem-projeto p{
    margin:0%;
    text-align:center;
    font-weight: 800;
}

.veja-mais-projetos{
    color: #fff;
    background-color: rgb(241, 130, 43);
    border-color: rgb(241, 130, 43);
    padding: 0.375rem 3.75rem;
    font-size: 23px;
    border: none;
}

.veja-mais-projetos:hover {
    background-color: #1ca929;
    border: none;
    color: white;

}

.botoeiras, .variacao {
    margin-top: 5%;
}

.imagem-projeto-pagina {
    width: 31.33%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    margin: 1.0%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.card {

    border: none;
}


.bloco-slide{

}


.slide-texto{
    text-align: end;
}

.slide-local{

}

.slide{
    color:#203446;
}

.imagem-slide-projeto h2{
    margin: 0% 0 3% 0;
    line-height: 45px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ec6707;
    border-color: #ec6707;
}


.page-link {
    position: relative;
    display: block;
    padding: 20px 20px;
    margin-left: -1px;
    line-height: 1.25;
    color: #203446;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-weight: 500;
}


.slide-local p{
    font-size: 30px;
}


.slide-descricao{
    margin-top: 5%;
}


.slide-texto p{
    font-size: 20px;
}


.slide-descricao {
    margin-top: 5%;
    margin-bottom: 5%;
}


@media (max-width: 1199.98px) {
    .imagem-projeto {
        width: 32.3%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: center;
        margin: 0.5%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}


@media (max-width: 991.98px) {

    #cta-elevador {
        margin-top: 8%;
        padding: 11% 0;
    }

    .bloco-rodape {
        width: 74%;
    }

    .caracteristicas-tecnicas {
        width: 100%;
        background-image: url(/img/elevador-de-acessibilidade/fundo-caracteristicas.png);
        /* padding: 15% 0%; */
        background-repeat: no-repeat;
        height: 1114px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 4%;
        background-size: cover;
    }


    .imagem-projeto-pagina {
        width: 49%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: center;
        margin: 0.5%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }


    .item-bloco-rodape {
        width: 100%;
        margin-bottom: 4%;
        margin-top: 8%;
        display: flex;
        justify-content: center;
        align-items: end;
        flex-direction: column;
    }

    .midias-sociais-rodape {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 5% 5% 5% 0;
        width: 100%;
    }




    .itens-bloco-rodape {
        justify-content: center;
    }

    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: center;
    }

    .logo-labra img {
        width: 25%;
        margin-bottom: 1%;
        margin-left: 1%;
        cursor: pointer;
    }

    #elevadores {
        background-image: url(/img/home/fundo-elevadores.png);
        background-size: cover;
        /* height: 690px; */
        padding-top: 7%;
        color: white;
        background-attachment: fixed;
    }


    .itens-bloco-elevador {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .item-bloco-elevador {
        background-image: linear-gradient(to bottom, rgba(195, 195, 195, 0), rgb(242, 133, 42));
        margin: 0%;
        border-radius: 40px;
        text-align: center;
        text-transform: uppercase;
        width: 72%;
        margin-bottom: 5%;
        margin-top: 1%;
    }

    .info-contato {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    #banner-empresa h1 {
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 45px;
        text-align: center;

    }


    .bloco-imagem-div-titulo {
        width: 100%;
        margin-top: 0%;
    }

    .banner-produto h1 {
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 56px;
        text-align: center;
        margin-top: 0%;
    }

    .titulo-banner {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .imagem-projeto {
        width: 49%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: center;
        margin: 0.5%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

}


@media (max-width: 767.98px) {

    .imagem-slide-projeto h2 {
        margin: 8% 0 3% 0;
    }

    .icone-pag-produto {
        margin: -3% 0 9% 0;
        width: 31%;
        display: flex;
    }

    #cta-elevador {
        margin-top: 8%;
        padding: 11% 0;
    }

    .bloco-rodape {
        width: 74%;
    }

    #imagem-home-empresa {
        margin-bottom: 13%;
    }

    .bloco-imagens-produtos-responsivo {
        flex-direction: column;
        align-items: center;
    }

    .desktop{
        display:none;
    }

    .responsivo{
        display:block;
    }


    .imagem-projeto {
        width: 80%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: center;
        margin: 0.5%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .bloco-imagens-produtos {
        width: 70%;
        text-align: center;
        margin: 2% 0%;
    }

    .imagem-produto-maior img {
        width: 90%;
        margin-top: 0%;
    }

    .titulo-h2-icones h2 {
        font-weight: 600;
        font-size: 38px;
    }

    h2, h3 {
        text-align: center;
    }

    .aplicacao-item {
        margin: 3% 0.7%;
        width: 65%;
    }

    .bloco-cta {
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        flex-direction: column;
        text-align: center;
    }

    .btn-solicitar-orcamento {
        background-color: #1ca929;
        border: none;
        color: white;
        padding: 0.375rem 2.75rem;
        font-size: 23px;
        margin-bottom: 10%;
    }

    .bloco-caracteristicas h2 {
        font-size: 30px;
    }

    .caracteristicas-tecnicas {
        width: 100%;
        background-image: url(/img/elevador-de-acessibilidade/fundo-caracteristicas.png);
        /* padding: 15% 0%; */
        background-repeat: no-repeat;
        height: 1106px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 4%;
        background-size: cover;
        /* position: fixed; */
        background-attachment: fixed;
    }

    #empresa {
        background-image: none;
    }

    .imagem-projeto .bloco-imagem-projeto {
        display: flex;
        justify-content: center;
        margin-left: 3%;
        width: 60%;
        flex-direction: column;
        transition: .5s ease;
    }

    .imagem-projeto-pagina .bloco-imagem-projeto {
        display: flex;
        justify-content: center;
        margin-left: 3%;
        width: 60%;
        flex-direction: column;
        transition: .5s ease;
    }


    .imagem-projeto-pagina {
        width: 90%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: center;
        margin: 0.5%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 4%;
    }

}


@media (max-width: 575.98px) {

    .imagem-slide-projeto h2 {
        margin: 8% 0 3% 0;
    }

    .icone-pag-produto {
        margin: -3% 0 9% 0;
        width: 31%;
        display: flex;
    }

    .bloco-rodape {
        width: 74%;
    }

    #imagem-home-empresa {
        margin-bottom: 13%;
    }

    h2, h3 {
        text-align: center;
    }

    .imagem-projeto .bloco-imagem-projeto {
        display: flex;
        justify-content: center;
        margin-left: 3%;
        width: 60%;
        flex-direction: column;
        transition: .5s ease;
    }

    .imagem-projeto-pagina .bloco-imagem-projeto {
        display: flex;
        justify-content: center;
        margin-left: 3%;
        width: 60%;
        flex-direction: column;
        transition: .5s ease;
    }


    .imagem-projeto-pagina {
        width: 90%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 300px;
        display: flex;
        align-items: center;
        margin: 0.5%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 4%;
    }



    .banner-produto h1 {
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 40px;
        text-align: center;
        margin-top: 0%;
    }


    .bloco-caracteristicas {
        background-color: #203446;
        background-blend-mode: multiply;
        background-blend-mode: multiply;
        background-color: #203446;
        mix-blend-mode: hard-light;
        padding: 3%;
        width: 100%;
    }

    .bloco-caracteristicas h2 {
        font-size: 40px;
        margin-bottom: 6%;
        margin-top: 3%;
    }


    .btn-solicitar-orcamento {
        background-color: #1ca929;
        border: none;
        color: white;
        padding: 0.375rem 1.75rem;
        font-size: 23px;
        margin-bottom: 10%;
    }

    .banner-produto h1 {
        color: white;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 38px;
        text-align: center;
        margin-top: 0%;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        text-align: inherit;
    }

    .titulo-banner-acessibilidade {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}
