@import url('https://fonts.googleapis.com/css2?family=Scada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');

.carrossel {
    width: 100%;
}

.car_header{
    
    background-color: #859479;
    /*padding: 2em 2em 0.1em 2em;*/
    width: 100%;
    margin: auto;
    margin-top: 15.4%;
}

.carrossel img {
    height: 400px;
}

.teste{
    width: 500px;
    margin: 0 auto;
}

.teste img{
    width: 500px;
    height: 178px;
}

.avaliacao{
    display: flex;
}

main {
    font-size: 2.3em;
}

main h3 {
    text-align: center;
}

.text-capslock {
    color: #0F270F;

}

.flor_titulo{
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flor_titulo img{
    width: 36px;
    margin: 0 1em;
}

.circulos {
    margin-top: 2em;
    display: flex;
    gap: 3em;
    justify-content: center;
}

.circulos span {
    padding: 0.5em;
    border-radius: 50%;
    display: inline-block;
    width: 2em;
    height: 2em;
}

#circulo1{
    background-color: #BB0707;
}

#circulo2 {
    background-color: #7F1E17;
}

#circulo3 {
    background-color: #7F1E17;
}

#circulo4 {
    background-color: #C46847;
}

#circulo5 {
    background-color: #A9577E;
}

#circulo6 {
    background-color: #B838C8;
}

.produtos-catalogos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    margin-top: 3em;
}

.produtos-catalogos img {
    width: 13em;
    cursor: pointer;
    border-top-right-radius: 0.8em ;
    border-top-left-radius: 0.8em ;
}

.card h3{
    font-size: 16px;
    color: black;
}

.cta{
    display: flex;
    justify-content: center;
}

.cta-button{
    width: 80%;
    height: 26px;
    border-radius: 16px;
    background-color: #C46847;
    cursor: pointer;
    border: none;
    padding: 1%;
}

.catalogos{
    width: 33%;
    margin-top: 1%;
    height: 30px;
    padding: 0;
}

.cta-button:hover{
    color: black;
}

.mapa {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
    background-color: #859479;
    margin-top: 2em;
}
.mapa img{
        width: 100%;
    }

.informacoes {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    /* padding: 2em; */
    margin: 3em auto;
}

.informacoes-left {
    width: 439.53px;
}

.informacoes-left li, .informacoes-right li {
    color: #0F270F;
    list-style: none;
    margin-bottom: 2em;
}

.vertical-line {
    transform: rotate(90deg);
    width: 350px;
    margin-top: 13%;
}

.images-footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding: 0 1%;
}

.box-images-footer{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.box-images-footer img {
    width: 350px !important;
    height: 300px !important;
    border-top-right-radius: 15px ;
    border-top-left-radius: 15px ;
    cursor: pointer;
}

.box-images-footer span {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    background-color: #859479;
    cursor: pointer;
}

.images-footer div span:hover{
    color: #000000;
}

.banner_video{
    width: 100%;
    height: 507px;
    margin-top: 2em;
    background-image: url('images/banner_video.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.txt-banner_video{
    width: 30%;
}

.txt-banner_video h3{
    text-align: left;
    width: 80%;
    margin-bottom: 3em;
}

.banner_video > .txt-banner_video > span{
    text-align: right;
}

.teste_video{
    width: 500px;
    height: 300px;
}

.video-banner_video{
    display: flex;
    flex-direction: column;
    width: 500px;
}

.video-banner_video span{
    text-align: right;
    font-style: italic;
    margin-top: 1em;
}


@media screen and (min-width: 901px) and (max-width: 1200px){
    .informacoes {
        font-size: 16px;
    }
    .informacoes-left{
        width: 85%;
    }

    .informacoes-right {
        width: 100%;
    }

    .informacoes-left li, .informacoes-right li {
        margin-bottom: 1em;
    }

    .vertical-line {
        width: 350px;
        margin-top: 11%;
    }

    .box-images-footer{
        padding: 5%;
    }

    .images-footer div img {
        width: 100% !important;
        height: auto !important;
    }

    .images-footer div span {
        font-size: 16px;
    }

    .banner_video{
        height: 350px;
    }
    
    .teste_video{
        width: 400px;
        height: 240px;
    }
    
    .video-banner_video{
        align-items: flex-end;
    }
    
    .video-banner_video span{
        font-size: 20px;
    }

    .txt-banner_video span{
        font-size: 16px;
    }

    .txt-banner_video h3{
        margin-bottom: 1em;
    }

    .icons_noturno{
        bottom: 25%; 
    }
}

@media screen and (max-width: 1024px){
    .avaliacao_mobile{
        display: none !important;
    }
}

@media screen and (min-width: 821px) and (max-width: 900px){

    .informacoes {
        font-size: 12px;
    }

    .informacoes-left{
        width: 85%;
    }

    .informacoes-right {
        width: 100%;
    }

    .informacoes-left li, .informacoes-right li {
        margin-bottom: 1em;
    }

    .vertical-line {
        margin-top: 11%;
    }

    .box-images-footer{
        padding: 5%;
    }

    .images-footer div img {
        width: 100% !important;
        height: auto !important;
    }

    .images-footer div span {
        font-size: 16px;
    }

    .banner_video{
        height: 350px;
    }
    
    .teste_video{
        width: 400px;
        height: 240px;
    }
    
    .video-banner_video{
        align-items: flex-end;
    }
    
    .video-banner_video span{
        font-size: 20px;
    }

    .txt-banner_video span{
        font-size: 16px;
    }

    .txt-banner_video h3{
        margin-bottom: 0.5em;
        font-size: 25px;
    }
}

@media screen and (max-width: 820px){
    main h3{
        font-size: 20px !important;
    }

    .car_header{
        display: none !important;
    }

    .circulos {
        gap: 1em;
    }

    .circulos span {
        padding: 0em;
    }

    .produtos-catalogos {
        width: 98%;
        gap: 0.5em;
        margin: 2em auto;
    }

    .produtos-catalogos img {
        width: 100%;
    }

    .informacoes {
        font-size: 12px;
    }

    .informacoes-left{
        width: 85%;
    }

    .informacoes-right {
        width: 100%;
    }

    .informacoes-left li, .informacoes-right li {
        margin-bottom: 1em;
    }

    .vertical-line {
        margin-top: 11%;
    }

    .box-images-footer{
        padding: 2%;
    }

    .images-footer div img {
        width: 100% !important;
        height: auto !important;
    }

    .images-footer div span {
        font-size: 16px;
    }

    .cta-button{
        width: 90%;
        height: 20px;
        font-size: 10px;
    }

    .catalogos{
        width: 43%;
        height: 24px;
    }

    .banner_video{
        height: 320px;
    }
    
    .teste_video{
        width: 300px;
        height: 180px;
    }
    
    .video-banner_video{
        margin-right: 0.5em;
        align-items: flex-end;
    }
    
    .video-banner_video span{
        font-size: 16px;
    }

    .txt-banner_video{
        margin-left: 0.5em;
    }

    .txt-banner_video span{
        font-size: 12px;
    }

    .txt-banner_video h3{
        font-size: 25px;
        margin-bottom: 0.75em;
    }

    .teste{
        width: 400px;
    }

    .teste img{
        width: 400px;
    }

}

@media screen and (min-width: 760px){
    .produtos-catalogos {
        width: 95%;
        gap: 0.5em;
        margin: 3em auto;
    }

    .produtos-catalogos img {
        width: 100%;
    }
}

@media screen and (max-width: 730px){
    .banner_video{
        height: 500px;
        flex-direction: column;
    }

    .teste_video{
        width: 400px;
        height: 240px;
    }
    
    .video-banner_video{
        width: 100%;
        align-items: center;
    }
    
    .txt-banner_video{
        text-align: center;
        width: 90%;
    }
    
    .txt-banner_video h3{
        text-align: center;
        width: 100%;
        margin-bottom: 0.75em;
        font-size: 22px !important;
    }

    
}

@media screen and (min-width: 700px){
    .vertical-line {
        width: 300px;
        margin-top: 9%;
    }
}

@media screen and (max-width: 450px){
    .produtos-catalogos {
        width: 90%;
        gap: 0.5em;
        margin: 2em auto;
    }

    .produtos-catalogos img {
        width: 100%;
    }

    .banner_video{
        height: 320px;
        flex-wrap: wrap;
    }

    .banner_video{
        height: 500px;
        flex-direction: column;
    }

    .teste_video{
        width: 100%;
        max-width: 400px;
        height: 240px;
    }
    
    .video-banner_video{
        width: 100%;
        align-items: center;
    }
    
    .txt-banner_video{
        text-align: center;
        width: 90%;
    }
    
    .txt-banner_video h3{
        text-align: center;
        width: 100%;
        margin-bottom: 0.75em;
        font-size: 22px !important;
    }

    .teste{
        width: 350px;
        margin: 0 auto;
    }

    .teste img{
        width: 350px;
        height: auto;
    }
}
