@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:wght@700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* N]ao tem banner feito pela CRIAÇÃO */
.parte1{
    background: url('../img/banner/banner-infantil.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;
}

/* Tem banner feito pela CRIAÇÃO */
/* .parte1{
    background: url('../img/lp-2024.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100% !important;
    display: flex;
    align-items: center;
    padding: 20px;
} */

.parte4{
    background: url('../img/fundo-form.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

h1{
    font-family: "Montserrat", sans-serif;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 70px !important;
    /* text-shadow: 1px 1px 10px #000; */
}

h2{
    color: #fff !important;
    font-family: "Montserrat", sans-serif;
}

h3{
    color: #000 !important;
    font-weight: bold !important;
    font-family: "Montserrat", sans-serif;
}

a{
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif;
    font-weight: bold !important;
}

.icon{
    font-size: 20px;
}

.icon:hover{
    color: rgb(107, 166, 255) !important;
}

.btn-whatsapp{
    border: none;
    padding: 15px 50px 15px 50px;
    border-radius: 40px !important;
    background-color: #2c8831;
}

.btn-whatsapp:hover{
    border: none;
    padding: 15px 50px 15px 50px;
    border-radius: 40px !important;
    background-color: rgb(8, 55, 141);
}

.link-whatsapp{
    color: #fff !important;
}

p{
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
} 

.btn-flutuante-whatsapp{
    height: 70px;
    z-index: 9999;
    position: fixed;
    margin: 1.5%;
    bottom: 0;
    right: 0;
}