* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    background-color: black;
}




.titulo {
    color: white;
    background-color: black;
    padding: 10px;

    text-align: center;


    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;





}

section {
    max-width: 1000px;
    margin: auto;
    background-image: url(./images/dan-gold-07AAmZ1dECU-unsplash.jpg);
    padding: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    margin-bottom: 20px;

}

.text-contain {
    font-family: "Stack Sans Notch", sans-serif;

    margin-left: 20px;
    margin-top: 70px;

    color: white;

}

#t1 {
    max-width: 250px;
    font-size: 50px;
    margin-bottom: 30px;
}

.text {
    max-width: 400px;
}

.cta {
    margin-top: 40px;
    background-color: black;
    max-width: 170px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    font-size: 19px;

    border-radius: 20px;

}

a {
    text-decoration: none;
    color: white;
}

.whats-icon {

    width: 50px;
}

/* */
.section2 {
    margin-top: 100px;
    margin-bottom: 50px;

}

.titulo2 {
    color: white;
    background-color: rgb(53, 52, 52);
    padding: 10px;

    text-align: center;

    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;

    margin-bottom: 50px;
    border-bottom: 3px solid white;
    border-radius: 0px 0px 30px 30px;

}



.junta {
    display: flex;
    gap: 40px;
    margin-left: 20px;

}

.frame {}


.ft {
    width: 230px;
    border-radius: 50px;
}

/**/



.titulo3 {
    color: white;
    background-color: rgb(53, 52, 52);
    padding: 10px;

    text-align: center;

    font-family: "Bebas Neue", sans-serif;
    font-size: 60px;

    margin-bottom: 50px;
    border-bottom: 3px solid white;
    border-radius: 0px 0px 30px 30px;

}

.tabela {
    max-width: 600px;
    margin: auto;
    font-family: "Stack Sans Notch", sans-serif;
    


}

.valores {

    background-color: rgb(53, 52, 52);
    color: white;
    padding: 30px;
    border-radius: 30px;
    border: 2px solid white;
   





}



span {

    font-size: 23px;



}

li {

    padding: 15px;

    list-style: none;

    font-weight: bold;

    display: flex;

    justify-content: space-between;

    gap: 30px;

    margin-bottom: 25px;
}

/**/

footer {
    margin-top: 50px;
    padding: 30px;
    background-color: rgb(53, 52, 52);
    border-top: 2px solid white;


}

.junta-footer{
    display: flex;
    align-items: center ;
    justify-content: center;
    max-width: 1200px;

}


.tam-icon {
    width: 40px;
    
    margin-left: 10px;
    border-radius: 30px;


}

.footer-text {
    text-align: center;
    max-width: 900px;
    margin: auto;

    color: white;
    font-family: "Bebas Neue", sans-serif;

}

.footer-text h2 {
    letter-spacing: 6px;
}

.footer-text p {
    font-size: 18px;
}

/**/

.whatsapp-fixo {
    width: 70px;
    border-radius: 50px;
    border: 2px solid white;
    position: fixed;
    right: 20px;
    bottom: 20px;


}

/**/

.section-ex {
    color: white;
    font-family: "Stack Sans Notch", sans-serif;
    margin-bottom: 50px;

}

.junta-ex {
    display: flex;
    align-items: center;


    margin-right: 70px;
}

.horas {
    background-color: rgb(53, 52, 52);
    max-width: 200px;
    margin: auto;
    padding: 70px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid white;



}

.horas h2 {
    font-size: 30px;
    margin-top: 20px;


}

.horas span {
    font-size: 16px;

}

.jmapa{
    align-items: center;
    
}

.jmapa h2{

    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    text-align: center;
    
    margin-bottom: 15px;

}







@media (max-width: 500px) {

    .titulo {
        font-size: 16px;
        text-align: center;
    }

    section {
        background-image: url(./images/mintosko-GZN-6X85_Jw-unsplash.jpg);
        border-bottom: 2px solid white;

    }

    #t1 {
        font-size: 40px;
        max-width: 180px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 15px;
        border-radius: 10px;

    }

    .text-contain {
        margin-top: 20px;
    }

    .text {
        max-width: 250px;


    }

    .text p {
        background-color: rgba(0, 0, 0, 0.9);
        padding: 10px;
        border-radius: 10px;
    }


    .cta {
        padding: 5px;
        font-size: 20px;
    }

    /**/

    .titulo2 {
        border-radius: 0px;
        font-size: 50px;

    }

    .junta {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;



    }

    /**/

    .titulo3 {
        border-radius: 0px;
        font-size: 50px;

    }

    .junta-ex{
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        align-items: center;
        max-width: 300px;
        margin: auto;
    }

    .mapa{
        width: 300px;
        
    }

    /**/

    .tam-icon {
        float: none;
        width: 60px;
    }

    .junta-footer{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }















}