@font-face {
    font-family: "Regular";
    src: url(../assets/fonts/BancoDoBrasilRegular.ttf);
}

body {
    font-family: Regular;
}


.menu {
    background-color: #2f54cf;
    padding: 20px;
}

.lkmd {
    text-decoration: none;
}

.logocassi {
    width: 141px;
}

.login {
    width: 107px;
    border: none;
    background-color: #00d889;
    color: white;
    border-radius: 25px;
    font-size: 20px;
    transition: 0.5s;
}

.login:hover {
    background-color: #FFDD21;
    color: #2f54cf;
    transition: 0.5s;
}

.gp {
    padding-top: 16px;
    gap: 80%;
}

.infomenu {
    padding-top: 3rem;
    width: 50%;
    display: flex;
}

.titulo {
    font-weight: bold;
    color: white;
    line-height: 1;
    font-size: 66px;
}

.textomd {
    color: white;
    margin-top: 2rem;
    font-size: 20px;
}

.banner {
    height: 750px;
    background-image: url(../assets/img/bannerp.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btna {
    font-size: 19px;
    font-weight: bold;
    color: white;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px white;
    transition: 0.5s;
}

.btna:hover {
    color: white;
    background-color: #00d889;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px white;
    cursor: pointer;
    transition: 0.5s;
}

.conteudo {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.tituloconteudo {
    font-weight: bold;
    font-size: 32px;
    color: #00d889;
}


.link {
    text-decoration: none;
    color: #00d889;
    font-weight: bold;
    transition: 0.5s;
}

.link:hover {
    color: #2f54cf;
    transition: 0.5s;
}

.ct {
    text-align-last: center;
}

.imgt {
    width: 70%;
}

.imgtm {
    width: 44%;
}

.textoconteudo {
    margin-top: 3rem;
}

.textofn {
    margin-top: 4rem;
    text-align: -webkit-center;
    font-size: 22px;
}

.titulomd {
    font-size: 22px;
    color: #00d889;
    font-weight: bold;
}

h1#exampleModalLabel {
    font-size: 27px !important;
}

.tituloacd {
    font-size: 27px;
    color: #00d889;
}

.imgdms {
    width: 89%;
}

.linkwt {
    color: #FFDD21;
    text-decoration: none;
}

.imgdmsn {
    width: 30%;
}

.imgdmt {
    width: 50%;
}



.footer {
    padding-bottom: 2rem;
    padding-top: 2rem;
    background-color: #00d889;
}

.socialmedia {
    width: 63px;
    cursor: pointer;
    transition: 0.5s;
}

.socialmedia:hover {
    scale: 1.1;
    transition: 0.5s;
}

.logocassib {
    width: 119px;
}

.rt {
    width: 50%;
}

.lt {
    text-align-last: end;
}

.accordion-button.collapsed {
    margin-top: 11px;
    color: #00d889;
    font-size: 25px;
    border: solid 1px;
    border-radius: 10px !important;
}

.accordion-button {
    margin-top: 11px;
    color: #00d889;
    font-size: 25px;
    border: solid 1px;
    border-radius: 10px !important;
}


.accordion-body {
    border: none;
}

.video-container {
    position: relative;
    width: 97%;
    padding-bottom: 54.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 3rem;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 300px) and (max-width: 440px) {
    .container.lgini {
        place-items: anchor-center;
    }

    .gp {
        gap: 0%;
    }

    .imgt {
        width: 100%;
    }

    .imgtm {
        width: 100%;
    }

    .imgdms {
        width: 100%;
    }

    .imgdmsn {
        width: 100%;
    }

    .titulo {
        font-size: 53px;
        text-align: -webkit-center;
    }

    .textomd {
        font-size: 14px;
    }

    .btna {
        font-size: 12px;
    }

    .infomenu {
        width: 100%;
    }

    .banner {
        background-image: url(../assets/img/bannerp_mobile.png);
    }

    .rt {
        width: 100%;
        text-align-last: center;
        margin-top: 1rem;
    }

    .tituloconteudo {
        text-align: -webkit-center;
    }

}