@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,200;1,300;1,400&display=swap');
@font-face {
    font-family: montserrat;
    src: url('../fontes/Montserrat-Regular.ttf');
}

@font-face {
    font-family: montserrat-bold;
    src: url('../fontes/Montserrat-ExtraBold.ttf');
}

* {
    margin: 0;
    padding: 0;
    font-family: 'montserrat', sans-serif;
}

body {
    width: 100%;
    background-color: #f7f7f7;
    min-width: 350px;
}

.container-flex {
    min-width: 370px;
}

.bg-cinza {
    background-color: #E6E6E6;
}

h1 {
    text-transform: uppercase;
    font-size: 32px;
    background-color: #FFF;
    padding: 5px 25px;
    border-radius: 25px;
    box-shadow: 3px 3px 10px #000;
}

h1 span {
    font-family: "montserrat";
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

h2 {
    color: #666666;
    font-size: xx-large;
    font-weight: 600;
}

.h3-left {
    font-size: xx-large;
    color: #666666;
    font-weight: 800;
}

.titulo {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url("../img/mosaico.png");
    background-position: left;
    background-size: contain;*/
    margin-top: 80px;
    padding: 50px 0;
}

.faixa {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/mosaico.png");
    background-position: left;
    background-size: contain;
}

.faixa-bottom {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/mosaico-bottom.png");
    background-position: left;
    background-size: contain;
}

#h5-slider {
    font-size: 75px;
    font-weight: 900;
    line-height: 0.8;
}

#p-slider {
    font-size: xx-large;
}

#carousel-caption .logo-slider {
    display: flex;
    width: 90%;
    max-width: 500px;
    height: 50%;
    margin: -30px auto 0 auto;
    background-image: url('../img/ultimas-unidades.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel-indicators #btnslider {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    border-radius: 100%;
    border: 3px solid #FFF;
    background-color: rgba(255, 255, 255, 0);
}

.carousel-indicators #btnslider.active {
    background-color: #FFF;
}

.carousel-inner #sliders {
    max-height: 800px;
}

#carousel-caption {
    top: 15%;
}

#next,
#prev {
    font-size: 100px;
}

#sliders img {
    display: flex;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: auto;
    max-height: 800px;
    min-height: 450px;
}

.navbar-collapse {
    width: auto;
}

#social {
    display: none;
}

#social2 {
    display: block;
}

#marimba-flat {
    width: 80%;
    max-width: 250px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.sobre-nos p {
    font-size: x-large;
    text-align: justify;
    padding: 20px;
    text-indent: 25px;
}

.visitar-site {
    text-decoration: none;
    border: 1px solid #a0a0a0;
    border-radius: 25px;
    padding: 2px 10px;
    color: #666666;
}

.visitar-site:hover {
    background-color: #E6E6E6;
    color: #666666;
    transition: 1s;
}

#cta-corretor {
    background-color: #1C9793;
    color: #FFF;
    cursor: pointer;
    padding: 15px 50px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: x-large;
    border-radius: 50px;
    box-shadow: 3px 3px 10px #000;
}

#cta-corretor:hover {
    background-color: #0b967f;
    transition: 1s;
    box-shadow: 3px 3px 10px #0b967f;
}

.iconTop {
    width: 70px;
    border: 2px dotted #212529;
    border-radius: 100px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    margin-bottom: 3px;
}

#btn-ambientes {
    position: absolute;
    bottom: 20%;
}

#legenda-ambientes {
    position: relative;
    left: 0;
    right: 0;
    padding-top: 50px;
    font-size: larger;
    color: #666666;
}

#legenda-ambientes h4 {
    font-weight: 700;
}

#btn-next-prev-ambientes {
    bottom: 25%;
}

#img-planta {
    object-fit: contain;
    max-height: 900px;
}

#border-top-left {
    border-top: 1px solid #777;
    border-left: 1px solid #777;
}

#border-top-right-left {
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
}

#border-top-left-bottom {
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    border-bottom: 1px solid #777;
}

#border-all {
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    border-left: 1px solid #777;
    border-bottom: 1px solid #777;
}

#centralizar {
    margin-top: 2%;
}

#text-ficha-tec {
    font-size: 14px;
}

#span-ficha-tec {
    text-transform: uppercase;
    font-weight: 600;
}

#rodape {
    background-image: url("../img/rodape.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 25% 35%;
}

#redes-icon {
    border: none;
    width: 30px;
    height: 48px;
}

#redes-rodape a {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    margin: 0 10px;
    cursor: pointer;
    text-decoration: none;
    color: #FFF;
    border: solid 3px #FFF;
}

#redes-rodape:hover a {
    border: solid 3px #a0a0a0;
    transition: 1s;
    color: #a0a0a0;
}

.img-colab {
    height: 35px;
}

@media(min-width:1281px) and (max-width: 1600px) {
    h1 {
        font-size: 25px;
    }
    #carousel-caption {
        top: 20%;
    }
    #h5-slider {
        font-size: 55px;
    }
    #p-slider p {
        font-size: x-large;
    }
    #carousel-caption .logo-slider {
        width: 90%;
        max-width: 400px;
        height: 45%;
        margin: -30px auto 0 auto;
    }
    .carousel-indicators #btnslider {
        width: 25px;
        height: 25px;
    }
    .sobre-nos p {
        font-size: large;
        text-align: justify;
        padding: 10px;
    }
    #cta-corretor {
        font-size: large;
    }
    .h3-left {
        font-size: x-large;
    }
    p {
        font-size: 14px;
    }
}

@media (max-width: 1280px) {
    .titulo {
        background-size: cover;
    }
    h1 {
        font-size: 22px;
    }
    #h5-slider {
        font-size: 60px;
    }
    #p-slider {
        font-size: 22px;
    }
}

@media(max-width:992px) {
    #social {
        display: block;
    }
    #social2 {
        display: none;
    }
    #h5-slider {
        font-size: 50px;
    }
    #p-slider {
        font-size: 20px;
    }
}

@media(max-width:550px) {
    #next,
    #prev {
        font-size: 70px;
    }
    #h5-slider {
        font-size: 40px;
    }
    #p-slider {
        font-size: 18px;
    }
    .sobre-nos p {
        font-size: large;
        text-align: justify;
        padding: 10px;
    }
    .carousel-indicators #btnslider {
        width: 20px;
        height: 20px;
    }
    #cta-corretor {
        padding: 10px 25px;
        font-size: large;
    }
    #rodape {
        background-size: cover;
        background-position: 50% 50%;
    }
}

@media (max-width: 1199px) {
    #border-top-left {
        border-top: 1px solid #777;
        border-left: 1px solid #777;
        border-right: 1px solid #777;
    }
    #border-top-right-left {
        border-top: 1px solid #777;
        border-right: 1px solid #777;
        border-left: 1px solid #777;
    }
    #border-top-left-bottom {
        border-top: 1px solid #777;
        border-left: 1px solid #777;
        border-right: 1px solid #777;
        border-bottom: 0;
    }
    #border-all {
        border-top: 1px solid #777;
        border-right: 1px solid #777;
        border-left: 1px solid #777;
        border-bottom: 1px solid #777;
    }
    #centralizar {
        margin-top: 2%;
    }
    #text-ficha-tec {
        font-size: 14px;
        text-align: center;
    }
}


/*Progress Bar*/

.progress .progress-bar {
    -webkit-transition: all ease 3s;
    transition: all ease 3s;
    width: 0;
}


/*# sourceMappingURL=style.css.map */