/*  CRIADOR: ALBERTO PEREIRA DE SOUZA
    ANO: 2023
*/
@charset "UTF-8";

:root {
    --limao: rgb(35, 255, 71);
}

/* termino da configuração geral*/

/************************************************************************/

.slidcount {
    margin: auto;
    display: flex;
    position: relative;
    width: 1372px;
    height: 350px;
}

.slider {
    display: flex;
    position: absolute;
    width: 1372px;
    height: 350px;
    overflow: hidden;
}

.slides {
    display: flex;
    width: 500%;
    height: 50vh;
}

.slides input {
    display: none;
}

.slide {
    width: 20%;
    position: relative;
    transition: 2s;
}

.slid {
    width: 1372px;
    height: 350px;
    /*border-radius: 2vh;*/
}

.navegacao-manual {
    display: flex;
    align-items: end;
    position: absolute;
    width: 1372px;
    height: 350px;
    z-index: 1;
}

.manual-btn {
    margin-left: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 2px solid white;
    width: 40px;
    height: 15px;
    cursor: pointer;
}

.manual-btn:not(:last-child) {
    margin-right: 10px;
}

.manual-btn:hover {
    background-color: var(--limao);
}

#slide1:checked~.s1 {
    margin-left: 0;
}

#slide2:checked~.s1 {
    margin-left: -20%;
}

#slide3:checked~.s1 {
    margin-left: -40%;
}

#slide4:checked~.s1 {
    margin-left: -60%;
}

#slide5:checked~.s1 {
    margin-left: -80%;
}

#slide6:checked~.s1 {
    margin-left: -100%;
}

.navegacao-auto {
    display: flex;
    align-items: end;
    position: absolute;
    width: 1372pxx;
    height: 350px;
    z-index: 1;
}

.navegacao-auto div {
    margin-left: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 2px solid;
    width: 40px;
    height: 15px;
    cursor: pointer;
    z-index: 1;
}

.navegacao-auto div:not(:last-child) {
    margin-right: 10px;
}

#slide1:checked~.navegacao-auto .naveg-btn1 {
    background-color: var(--limao);
}

#slide2:checked~.navegacao-auto .naveg-btn2 {
    background-color: var(--limao);
}

#slide3:checked~.navegacao-auto .naveg-btn3 {
    background-color: var(--limao);
}

#slide4:checked~.navegacao-auto .naveg-btn4 {
    background-color: var(--limao);
}

#slide5:checked~.navegacao-auto .naveg-btn5 {
    background-color: var(--limao);
}

#slide6:checked~.navegacao-auto .naveg-btn6 {
    background-color: var(--limao);
}

.blocimag {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
}


.imgbloc {
    width: 200px;
    height: 150px;
    opacity: 0.6;
}

.faixa {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: red;
    width: 1372px;
    height: 40px;
    bottom: 0px;
}

.hfaixa {
    margin-left: 400px;
    font-family: 'Calibri', Cambria;
    color: yellow;
    font-size: 1.5rem;
}



/*** media 1 ***/

@media screen and (max-width: 1333px) {

    .slidcount {
        margin: auto;
        display: flex;
        position: relative;
        width: 800px;
        height: 300px;
        background-color: var(--limao);
    }

    .slider {
        display: flex;
        position: absolute;
        width: 800px;
        height: 300px;
        overflow: hidden;
    }

    .slides {
        display: flex;
        width: 500%;
        height: 50vh;
    }

    .slides input {
        display: none;
    }

    .slide {
        width: 20%;
        position: relative;
        transition: 2s;
    }

    .slid {
        width: 800px;
        height: 300px;
        /*border-radius: 2vh;*/
    }

    .navegacao-manual {
        display: flex;
        align-items: end;
        position: absolute;
        width: 800px;
        height: 300px;
        z-index: 1;
    }

    .manual-btn {
        margin-left: 5px;
        margin-bottom: 10px;
        border-radius: 8px;
        border: 2px solid white;
        width: 40px;
        height: 15px;
        cursor: pointer;
    }

    .manual-btn:not(:last-child) {
        margin-right: 10px;
    }

    .manual-btn:hover {
        background-color: var(--limao);
    }

    #slide1:checked~.s1 {
        margin-left: 0;
    }

    #slide2:checked~.s1 {
        margin-left: -20%;
    }

    #slide3:checked~.s1 {
        margin-left: -40%;
    }

    #slide4:checked~.s1 {
        margin-left: -60%;
    }

    #slide5:checked~.s1 {
        margin-left: -80%;
    }

    #slide6:checked~.s1 {
        margin-left: -100%;
    }

    .navegacao-auto {
        display: flex;
        align-items: end;
        position: absolute;
        width: 800px;
        height: 300px;
        z-index: 1;
    }

    .navegacao-auto div {
        margin-left: 5px;
        margin-bottom: 10px;
        border-radius: 8px;
        border: 2px solid;
        width: 40px;
        height: 15px;
        cursor: pointer;
        z-index: 1;
    }

    .navegacao-auto div:not(:last-child) {
        margin-right: 10px;
    }

    #slide1:checked~.navegacao-auto .naveg-btn1 {
        background-color: var(--limao);
    }

    #slide2:checked~.navegacao-auto .naveg-btn2 {
        background-color: var(--limao);
    }

    #slide3:checked~.navegacao-auto .naveg-btn3 {
        background-color: var(--limao);
    }

    #slide4:checked~.navegacao-auto .naveg-btn4 {
        background-color: var(--limao);
    }

    #slide5:checked~.navegacao-auto .naveg-btn5 {
        background-color: var(--limao);
    }

    #slide6:checked~.navegacao-auto .naveg-btn6 {
        background-color: var(--limao);
    }

    .blocimag {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .imgbloc {
        width: 200px;
        height: 150px;
        opacity: 0.6;
    }

    .faixa {
        display: flex;
        align-items: center;
        position: absolute;
        background-color: red;
        width: 100%;
        height: 40px;
        bottom: 0px;
    }

    .hfaixa {
        margin-left: 430px;
        font-family: 'Calibri', Cambria;
        color: yellow;
        font-size: 1rem;
    }
}



/*** media 2 ***/

@media screen and (max-width: 800px) {

    .slidcount {
        margin: auto;
        display: flex;
        position: relative;
        width: 600px;
        height: 300px;
        background-color: var(--limao);
    }

    .slider {
        display: flex;
        position: absolute;
        width: 600px;
        height: 300px;
        overflow: hidden;
    }

    .slides {
        display: flex;
        width: 500%;
        height: 50vh;
    }

    .slides input {
        display: none;
    }

    .slide {
        width: 20%;
        position: relative;
        transition: 2s;
    }

    .slid {
        width: 600px;
        height: 300px;
        /*border-radius: 2vh;*/
    }

    .navegacao-manual {
        display: flex;
        align-items: end;
        position: absolute;
        width: 600px;
        height: 300px;
        z-index: 1;
    }

    .manual-btn {
        margin-left: 5px;
        margin-bottom: 10px;
        border-radius: 8px;
        border: 2px solid white;
        width: 40px;
        height: 15px;
        cursor: pointer;
    }

    .manual-btn:not(:last-child) {
        margin-right: 10px;
    }

    .manual-btn:hover {
        background-color: var(--limao);
    }

    #slide1:checked~.s1 {
        margin-left: 0;
    }

    #slide2:checked~.s1 {
        margin-left: -20%;
    }

    #slide3:checked~.s1 {
        margin-left: -40%;
    }

    #slide4:checked~.s1 {
        margin-left: -60%;
    }

    #slide5:checked~.s1 {
        margin-left: -80%;
    }

    #slide6:checked~.s1 {
        margin-left: -100%;
    }

    .navegacao-auto {
        display: flex;
        align-items: end;
        position: absolute;
        width: 600px;
        height: 300px;
        z-index: 1;
    }

    .navegacao-auto div {
        margin-left: 5px;
        margin-bottom: 10px;
        border-radius: 8px;
        border: 2px solid;
        width: 40px;
        height: 15px;
        cursor: pointer;
        z-index: 1;
    }

    .navegacao-auto div:not(:last-child) {
        margin-right: 10px;
    }

    #slide1:checked~.navegacao-auto .naveg-btn1 {
        background-color: var(--limao);
    }

    #slide2:checked~.navegacao-auto .naveg-btn2 {
        background-color: var(--limao);
    }

    #slide3:checked~.navegacao-auto .naveg-btn3 {
        background-color: var(--limao);
    }

    #slide4:checked~.navegacao-auto .naveg-btn4 {
        background-color: var(--limao);
    }

    #slide5:checked~.navegacao-auto .naveg-btn5 {
        background-color: var(--limao);
    }

    #slide6:checked~.navegacao-auto .naveg-btn6 {
        background-color: var(--limao);
    }

    .blocimag {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }


    .imgbloc {
        width: 200px;
        height: 150px;
        opacity: 0.6;
    }

    .faixa {
        display: flex;
        align-items: center;
        position: absolute;
        background-color: red;
        width: 100%;
        height: 40px;
        bottom: 0px;
    }

    .hfaixa {
        display: none;
        margin-left: 600px;
        font-family: 'Calibri', Cambria;
        color: yellow;
        font-size: 1.5rem;
    }
}

/*** media 3 ***/

@media screen and (max-width: 412px) {

    .slidcount {
        margin: auto;
        display: flex;
        position: relative;
        width: 320px;
        height: 180px;
        background-color: var(--limao);
    }

    .slider {
        display: flex;
        position: absolute;
        width: 320px;
        height: 180px;
        overflow: hidden;
    }

    .slides {
        display: flex;
        width: 500%;
        height: 50vh;
    }

    .slides input {
        display: none;
    }

    .slide {
        width: 20%;
        position: relative;
        transition: 2s;
    }

    .slid {
        width: 320px;
        height: 180px;
        /*border-radius: 2vh;*/
    }

    .navegacao-manual {
        display: flex;
        align-items: end;
        position: absolute;
        width: 320px;
        height: 180px;
        z-index: 1;
    }

    .manual-btn {
        margin-left: 5px;
        margin-bottom: 10px;
        border-radius: 8px;
        border: 2px solid white;
        width: 40px;
        height: 15px;
        cursor: pointer;
    }

    .manual-btn:not(:last-child) {
        margin-right: 10px;
    }

    .manual-btn:hover {
        background-color: var(--limao);
    }

    #slide1:checked~.s1 {
        margin-left: 0;
    }

    #slide2:checked~.s1 {
        margin-left: -20%;
    }

    #slide3:checked~.s1 {
        margin-left: -40%;
    }

    #slide4:checked~.s1 {
        margin-left: -60%;
    }

    #slide5:checked~.s1 {
        margin-left: -80%;
    }

    #slide6:checked~.s1 {
        margin-left: -100%;
    }

    .navegacao-auto {
        display: flex;
        align-items: end;
        position: absolute;
        width: 320px;
        height: 180px;
        z-index: 1;
    }

    .navegacao-auto div {
        margin-left: 5px;
        margin-bottom: 10px;
        border-radius: 8px;
        border: 2px solid;
        width: 40px;
        height: 15px;
        cursor: pointer;
        z-index: 1;
    }

    .navegacao-auto div:not(:last-child) {
        margin-right: 10px;
    }

    #slide1:checked~.navegacao-auto .naveg-btn1 {
        background-color: var(--limao);
    }

    #slide2:checked~.navegacao-auto .naveg-btn2 {
        background-color: var(--limao);
    }

    #slide3:checked~.navegacao-auto .naveg-btn3 {
        background-color: var(--limao);
    }

    #slide4:checked~.navegacao-auto .naveg-btn4 {
        background-color: var(--limao);
    }

    #slide5:checked~.navegacao-auto .naveg-btn5 {
        background-color: var(--limao);
    }

    #slide6:checked~.navegacao-auto .naveg-btn6 {
        background-color: var(--limao);
    }

    .blocimag {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
    }


    .imgbloc {
        width: 200px;
        height: 150px;
        opacity: 0.6;
    }

    .faixa {
        display: flex;
        align-items: center;
        position: absolute;
        background-color: red;
        width: 100%;
        height: 40px;
        bottom: 0px;
    }

    .hfaixa {
        display: none;
        margin-left: 650px;
        font-family: 'Calibri', Cambria;
        color: yellow;
        font-size: 1.5rem;
    }
}