@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

body::-webkit-scrollbar {
    width: 15px;
}

body::-webkit-scrollbar-track {
    background: #FAD256;
}

body::-webkit-scrollbar-thumb {
    background-color: #093A82;
    border-radius: 30px;
    border: 4px solid #FAD256; 
}

.parte1{
    background: url('../img/fundo-azul.jpg');
    background-size: contain;
    background-attachment: fixed;
}

.parte1-mobile{
    background: url('../img/fundo-1-mobile.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 850px;
    width: 100%;
}

.parte2{
    background-color: #95B4DE;
}

.parte3{
    background: url('../img/fundo-azul.jpg');
    background-size: contain;
    background-attachment: fixed;
    /* height: 100vh; */
}

.parte3-mobile{
    background: url('../img/fundo-azul.jpg');
    background-size: contain;
    background-attachment: fixed;
}

.menina{
    height: 750px;
    margin-left: -100px;
}

h1{
    color: #FAD256 !important;
    font-family: 'Playpen Sans', cursive;
    font-size: 60px !important;
}

h2{
    font-size: 50px !important;
    color: #fff !important;
    font-family: 'Dancing Script', cursive;
    line-height: 70px !important;
}

h3{
    font-size: 50px !important;
    color: #00347D !important;
    font-family: 'Playpen Sans', cursive;
    line-height: 70px !important;
}

h4{
    font-size: 30px !important;
    color: #fff !important;
    font-family: 'Playpen Sans', cursive;
}

span{
    color: #fff !important;
    font-size: 12px !important;
    color: #00347D !important;
    background-color: #FAD256 !important;
    font-family: 'Playpen Sans', cursive;
    padding: 10px;
    line-height: 40px !important;
    border-radius: 10px;
}

p{
    font-family: 'Playpen Sans', cursive;
    color: #fff !important;
    font-size: 18px !important;
    text-shadow: 1px 1px 5px #000;
}

button{
    border: 0;
    padding: 15px 50px 15px 50px !important;
    border-radius: 30px !important;
    background-color: #44C654;
    width: 450px;
}

a{
    text-decoration: none !important;
}

.btn-agende-visita{
    font-size: 20px;
    font-family: 'Playpen Sans', cursive;
    color: #fff !important;
}

.faixacolorida{
    z-index: 9999;
    margin-top: -0.7%;
    height: 40px !important;
}

.segmentos{
    background-color: #00347D !important;
    border-radius: 60px 0px 60px 0px;
    height: 400px;
    box-shadow: 15px 15px #000;
}

form{
    background-color: #95B4DE;
    box-shadow: 15px 15px #000;
    border-radius: 50px 0px 50px 0px;
    padding: 50px;
    text-align: left;
}

input, textarea{
    /* width: 445px; */
    width: 100%;
    border: 0;
    /* border: 1px solid #000; */
    border-radius: 5px;
}

#enviar{
    background-color: #00347D;
    border: 1px solid #00347D;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Playpen Sans', cursive;
    font-weight: 700;
    font-size: 30px;
    color: #FFF;
}

#enviar:hover{
    background-color: #FAD256;
    border: 1px solid #FAD256;
    padding: 10px;
    text-transform: uppercase;
    font-family: 'Playpen Sans', cursive;
    font-size: 30px;
    color: #00347D;
}

label{
    font-family: 'Playpen Sans', cursive;
    font-size: 20px;
}

option, select{
    font-family: 'Playpen Sans', cursive;
    font-size: 20px;
}

.icon{
    font-size: 50px !important;
    color: #fff;
}

.imgparceiros{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.452);
    border-radius: 20px;
    padding: 10px;
}

footer{
    background-color: #95B4DE;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .parte1, .parte2, .parte3{
        display: none;
    }

    .parte1-mobile, .parte2-mobile, .parte3-mobile{
        display: block;
    }

    button{
        border: 0;
        padding: 15px 50px 15px 50px !important;
        border-radius: 30px !important;
        background-color: #44C654;
        width: 100%;
    }

    .segmentos{
        background-color: #00347D !important;
        border-radius: 60px 0px 60px 0px;
        height: 400px;
        width: 100%;
        box-shadow: 15px 15px #000;
    }
}

@media only screen and (min-width: 601px) {
    .parte1, .parte2, .parte3{
        display: block;
    }

    .parte1-mobile, .parte2-mobile, .parte3-mobile{
        display: none;
    }
}