html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #fafafa;
}

h1, h2, h3, blockquote{
    margin: 0;
}

nav{
    background-color: rgba(32, 48, 100, 0.8);
/*    text-transform: uppercase;*/
}

.brand-logo{
    margin: 0 auto;
}

.sidenav-overlay{
    z-index: 0;
}

.sidenav{
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    z-index: 0;
}
.imagem{
    max-width: 112px;
    vertical-align: middle;
}

.bg-home-section{
    background-image: url(../imagens/background.jpeg);
    height: 100%;   
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-container{
    width: 100%;
    height: 50vh;
}

.home-section{
    height: 95vh;
}

.home-section-titulo{
    font-family: 'Raleway', sans-serif;
    text-shadow: 1px 1px 2px #616161;
    color: #203064;
    padding: 0.2em 0.1em;
    padding-left: 1px;
    font-size: 2.4em;
    letter-spacing: 0.03em;
}

.box-titulo{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 1%;
    right: 1%;
    background-color: rgba(255,255,255,0.8);
}

.sobre-section{
    padding-top: 50px;
}

.titulo-bordered{
    color: #EB17AD;
    width: 145px;
    max-width: 145px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.titulo-sobre{
    font-size: 1.7em;
}

.titulo-sobre:after{
    content: "";
    height: 7px;
    width: 45%;
    background-color: #0C0969;
    display: inline-block;
/*    margin-left: 5%;*/
}

.titulo-como-funciona{
    font-size: 1.7em;
}

.titulo-como-funciona:after{
    content: "";
    height: 10px;
    width: 45%;
    background-color: #0C0969;
    display: inline-block;
}

.titulo-duvidas{
    font-size: 1.7em;
}

.titulo-duvidas:after{
    content: "";
    height: 10px;
    width: 45%;
    background-color: #0C0969;
    display: inline-block;
}

.titulo-contato{
    font-size: 1.7em;
}

.titulo-contato:after{
    content: "";
    height: 10px;
    width: 55%;
    background-color: #0C0969;
    display: inline-block;
/*    margin-right: 5%;*/
}

.como-funciona-section{
    padding-top: 50px;
}

.cards-como-funciona{
    text-align: center;
}


.card-panel span{
    font-size: 1.2em;
}

.card-panel{
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-right: .7em;    
    vertical-align: top;
}

.icone-como-funciona{
    color: #f06292;
}

.duvidas-section{
/*    height: 95vh;*/
    padding-top: 50px;
}

.collapsible-header{
    font-size: 1.3em;
    font-weight: 600;
}

.collapsible-body{
    font-size: 1.4em;
}

.contato-section{
    padding-top: 50px;
}

.other-contato{
    text-align: center;
    color: #9e9e9e;
}

.other-contato:after{
    content: "";
    height: 2px;
    width: 15%;
    background-color: #cecece;
    display: inline-block;
    margin-left: 5%;
    vertical-align: middle;
}

.other-contato:before{
    content: "";
    height: 2px;
    width: 15%;
    background-color: #cecece;
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle;
}

.icone{
    vertical-align: middle;
}

.divider{
    margin-bottom: 10px;
}

.telefone-contato{
    margin-top: 1em;
}

.telefone-contato a{
    font-size: 20px;
    
/*    width: 100%;*/
}

.page-footer{
    background-color: rgba(32, 48, 100, 0.8);
}

.tamanho-fixo-136 {
    width: 136px !important;
}

.margem-baixo-10 {
    margin-bottom: 10px !important;
}

.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    z-index: 1000;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease;
    filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
}

.whatsapp-button:hover {
    transform: scale(1.05);
}

.whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-bubble {
    z-index: -1;
    background-color: #FFD166;
    color: #000;
    padding: 12px 20px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 100% 70%, 90% 100%, 10% 100%, 0% 100%, 0% 10%);
    margin-left: -20px;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .whatsapp-button {
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-icon {
        width: 50px;
        height: 50px;
    }
    
    .whatsapp-bubble {
        font-size: 14px;
        padding: 10px 16px;
    }
}
@media(min-width: 759px){
    .card-panel{
        height: 470px;
    }
}

@media (min-width: 1024px){
    .brand-logo{
        float: left;
        margin-left: 10px;
    }
    
    .bg-home-section{
        background-image: url(../imagens/background.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;

    }
    
    .home-section-titulo{
        font-size: 3.2em;
        color: #203064;
    }
    
    .box-titulo{
        text-align: center;
        position: absolute;
        top: 50%;
        left: 15%;
        right: 15%;
        background-color: rgba(245,250,250,0.8);
        padding: 2em;
    }
}

