
* {
    box-sizing: border-box;
}


.modulo-full-hero {
   display: none !important; 
}

.conteudo-slider {
    top: -20px;
    position: relative;
}


.big-font {
    font-size: 120pt;
    font-weight: 700;
    padding-bottom: 40px;
    color: #fff;
}


.saiba-mais-home {
    background-color: #5ab0ff;
    width: 200px;
    padding: 14px 60px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

.texto-site-home {
        font-family: Georama,sans-serif;
        color: #ffffff;
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: .02em;
        margin-bottom: 40px;
        transition: all 1.2s ease;
}

.slider {
    flex: 1;
    overflow: hidden;
    background-blend-mode: darken;
    height: calc(100vh - 130px);
    display: flex;
    align-items: center;
}
.slider-width {
    height: 100%;
    display: flex;
    transition: all ease 0.3s;
}



.slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: inherit;
    background-position: inherit;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}
.slider-controls {
    position:  absolute;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto !important;
}
.slider-control {
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
}
.slider-control:hover {
    opacity: 0.7;
    transition: 0.5s;
}

.conteudo-slider h1 {
    color: #2dbcf7;
    font-weight: 400;
}

.maismu-space {
    background-position: bottom !important;
}

@media (max-width: 660px) {
    .slider-controls {
        display: none;
    }
    .br-cell {
        display: none;
    }

    .big-font {
        font-size: 80px !important;
    }
    .conteudo-slider h1 {
        color: #2dbcf7;
        font-size: 30px;
    }

    .principal-space {
        background-position: revert;
    }

    .botoes-home-a a {
        min-width: 130px !important;
    }


    .logos-mais-mu {
        width: 50%;
    }

    .principal-space {
        background-image: url(https://bee4-institucional-prd.s3.sa-east-1.amazonaws.com/wp-content/uploads/2023/01/hero1080.jpg) !important;
    }
    .slider-main {

        text-align: center;
        margin-top: 40vh;
    }

    .texto-site-home {
        font-family: Georama,sans-serif;
        line-height: 24px;
        font-size: 12pt;
        margin-bottom: 20px;

    }
    
}