.container-fluid {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 60px;
}

.home .produtos {
    display: flex;
    flex-direction: row;
    flex-basis: 5;
    flex-wrap: wrap;
    padding-top: 10px;
}

.home .produtos .item {
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
}

.home .servicos {
    display: flex;
    flex-direction: row;
    flex-basis: 5;
    flex-wrap: wrap;
    padding-top: 10px;
}

.home .servicos .item {
    cursor: pointer;
    margin-left: 10px;
    margin-bottom: 20px;
}

.item {
    min-height: 300px;
    max-height: 300px;
    max-width: 252.983px;   
}

.item .card-body {
    overflow: hidden; 
}

.item:hover {
    box-shadow: 0px 1px 6px #999;
    top: -8px;
}

.item img {
    display: flex;
    flex-direction: row;
    height: 48%;
    max-width: 75%;
    align-self: center;
    border-radius: 5px;
    margin-top: 10px;
}
    
.banner {
    height: calc(100% - 30px);
}

.item .col {
    display: flex;
    width: 100%;
}

.item .col .row {
    align-items: end;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.item .col .row #valor {
    font-weight: 900;
    color: #222;
    font-size: 18px;
    font-family: sans-serif;
}

.item .col .row #descricao {
    font-family: sans-serif;
    font-weight: 900;
    font-size: 15px;
    text-overflow: ellipsis;
}

.subTitulo {
    text-align: center;
    margin: 25px;
    overflow: hidden;
    color: #131A50;
    font-size: 30px;
    text-indent: 0;
}

.fa-angle-right, .fa-angle-left {
    font-size: 30px;
    align-self: center;
}

.owl-item {
    padding-top: 10px;
}

p a {
    font-weight: 600;
    font-family: sans-serif;
    text-decoration: none;
}

.banner img {
    max-width: 100%;
    height: 600px;
    width: auto;
    background: no-repeat center;
    background-size: cover;
}

.home {
    margin: 10px;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.owl-carousel .owl-stage {
    overflow: hidden;
    height: 310px;
    margin: 0;
    padding: 0;
}

.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card-body p{
    text-align: left;
}

.banner {
    overflow-y: hidden;
    max-height: 400px;
    height: auto;
    margin-bottom: 60px;
}

.carousel {
    max-height: 400px;
    height: auto;
}

.carousel-inner {
    max-height: 400px;
    height: auto;
}

.carousel-item {
    max-height: 400px;
    height: auto;
}

.carousel-item img {
    max-height: 400px;
    height: auto;
}

.carousel-control-prev {
    max-height: 400px;
    height: auto;
}

.carousel-control-next {
    max-height: 400px;
    height: auto;
}

#divIconWhatsapp {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    margin-right: 30px;
    margin-bottom: 32px;
}

.divHomeTema {
    height: 500px;
    width: 100%;
    padding: 0 20px 0 20px;
    margin-top: 80px;
}

.divHomeTema img {
    border-radius: 30px;
}

.HomeTitulo p {
    color: #323552;
    font-weight: 500;
    font-size: 28px;
    margin: 0;
}

.HomeSubtitulo {
    border-bottom: 5px #131A50 solid;
    margin-bottom: 30px;
}

.HomeSubtitulo p {
    margin: 0;
    color: #131A50;
    font-size: 30px;
    font-weight: 600;
}

.HomeTexto p {
    color: #323552;
    font-weight: 500;
    font-size: 19px;
}

.BotaoHomeTema {
    margin: 30px 0 0 0;
    background-color: #131A50;
    color: white;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 18px;
    border: 3px solid #131A50;
    border-radius: 3px;
}

.BotaoHomeTema a:link {
    color: white
}

.BotaoHomeTema:hover {
    border: 3px solid #131A50;
    color: #131A50;
    background-color: white;
    border-radius: 3px;
}

.BotaoHomeTema:focus {
    border: 3px solid #131A50;
    color: #131A50;
    background-color: white;
    border-radius: 3px;
}

@media screen and (max-width: 420px) {
    #divIconWhatsapp {
        margin: 0;
        margin-right: 8px;
    }

    #IconWhatsapp {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 370px) {
    .imagemTemaHome {
        height: 350px; 
    }
}

@media screen and (max-width: 767px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .divTextoTemaDireita {
        order: 2;
    }

    .imagemTemaHome {
        height: 400px;
        width: 600px;
        margin: auto;
    }

    .divHomeTema {
        height: 881px;
        width: auto;
    }   
}

@media screen and (max-width: 545px) {
    .home .produtos {
        justify-content: center;
    }

    .home .servicos {
        justify-content: center;
    }
}

@media screen and (max-width: 724px) {
    .home {
        display: grid;
        grid-auto-rows: 500px 500px 500px;
        overflow: hidden;
    }

    .home .menuProduto {
        height: 100%;
    }

    .produtos {
        margin-top: 20px;
    }
}