/* fonts  */
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
/* fonts  */

/* reset css */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Russo One', sans-serif;
}


:root {
    --white: #fff;
    --cinza-escuro: #101010;
    --preto-meioescuro: #0d0d0d;
    --vermelho-vinho: #720000;
    --mostarda: #f9b850;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

a {
	text-decoration: none;
}

button {
    border: none;
}

/* WAVES */

/* initial section wave  */
.custom-shape-divider-bottom-1673757863 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1673757863 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1673757863 .shape-fill {
    fill: #0D0D0D;
}
/* initial section wave  */

/* system examples wave  */
.custom-shape-divider-top-1674089967 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1674089967 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
}

.custom-shape-divider-top-1674089967 .shape-fill {
    fill: #0D0D0D;
}
/* system examples wave  */

/* gods(bootom) section wave  */
.custom-shape-divider-bottom-1673803341 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1673803341 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1673803341 .shape-fill {
    fill: #0D0D0D;
}
/* gods(bootom) section wave  */