@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-size: 100%;
    background: linear-gradient(90deg, rgba(176,176,176,1) 0%, rgba(221,221,221,1) 35%, rgba(250,250,250,1) 80%, rgba(235,235,235,1) 96%);
}

img {
    max-width: 100%;
    max-height: 100%;
   }
.ct-pxn_image {
    height: 100px;
   }

.cabecalho_pxn {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-around;
    padding: 24px;
}

.cabecalho-menu_pxn {
    display: flex;
    gap: 32px;
}

.cabecalhok33-menu-item {
    font-family: 'Dela Gothic One', cursive;
    color: #3a3a3a;
    font-weight: 400;
    font-size: 18px
}

.conteudok33 {
    margin-bottom: 48px;
    border-top: 0.4px solid #3a3a3a
}

.sessao-principalk33 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.conteudos-divk33 {
    display: flex;
    flex-direction: column;
    gap: 32px
}

.titulok33-1 {
    font-family: 'Dela Gothic One', cursive;
    font-weight: 400;
    font-size: 64px;
    color: #3a3a3a
}

.titulo2k33-1 {
 font-family: 'Dela Gothic One', cursive;
 font-weight: 400;
 font-size: 22px;
 color: #707070

}

.botao1_k33 {
 background-color: white;
 width: 180px;
 height: 60px;
 border: none;
 box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.25);
 border-radius: 20px;
 font-family: 'Dela Gothic One', cursive;
 font-weight: 400;
 font-size: 20px;
 color: #707070;

}

.botao1_k33:hover {
    background-color:rgba(236, 214, 196, 0.53)
}

.ct-pxn_image2 {
 height: 430px;
}

.sessao-2k33 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 75px;
}

.titulo3k33-2 {
    font-family: 'Dela Gothic One', cursive;
    color: #707070;
    border-top: 0.4px solid #3a3a3a;
    padding-top: 42px;
    margin-bottom: 16px;
}

.t1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3d3d3d;

}

.titulo3k33-3 {
    font-family: 'Dela Gothic One', cursive;
    color: #707070;
    font-weight: 400;
    font-size: 22px;
}

.t2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #3d3d3d;
}

.titulo3k33-4 {
    font-family: 'Dela Gothic One', cursive;
    color: #707070;
    font-weight: 400;
    font-size: 22px;
}

.t3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #3d3d3d;
}

.rodapek33 {
    padding: 32px;
    border-top: 0.4px solid #3a3a3a;
}

.t4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    color: #707070;
    font-weight: 400;
    font-size: 13px;
}