@font-face {
    font-family: Caveat;
    src: url(../fonts/Caveat-VariableFont_wght.ttf);
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #cdb4db;
}

.txt {
    padding-left: .3rem;
    padding-right: .3rem;
}
.txtg {
    padding-left: .6rem;
    padding-right: .6rem;
}
.center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagina_p {
    width: 95vw;
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.pagina_sub {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.container_btn {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.container_btn button, .btn {
    height: 2rem;
    border: none;
    border-radius: 1rem;
}
.btn_whatsapp {
    background-color: #00D757;
    color: #fff
}
.column {
    flex-direction: column;
}
.w100 {
    width: 100%;
}
.w99 {
    width: 99%;
}
#container_carroseis {
    margin-top: 5rem;
}

.img_carrosel {
    width: 100%;
    height: auto;
}

button img {
    height: 80%;
    width: auto;
}
.btn_portifolio, .caveat {
    font-family: Caveat;
}

#dev_igor {
    width: 100%;
    margin-top: 3rem;
    text-align: center;
}

#dev_igor a {
    text-decoration: none;
    color: #000;
    font-size: xx-small;
}