@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&display=swap');

.lilita {
    font-family: 'Lilita One', cursive;
}

.relaway,
h1 {
    font-family: 'Raleway', sans-serif !important;
}

h1 {
    font-weight: bold;
    line-height: normal !important;
}

.bg-azul {
    background: rgb(50, 109, 193) !important;
    background: linear-gradient(90deg, rgba(50, 109, 193, 1) 0%, rgba(42, 62, 118, 1) 100%) !important;
}

.bg-vermelho {
    background: rgb(142, 0, 0) !important;
    background: linear-gradient(90deg, rgba(142, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 100%) !important;
}

.bg-verde {
    background: rgb(2, 142, 0) !important;
    background: linear-gradient(90deg, rgba(2, 142, 0, 1) 0%, rgba(41, 255, 0, 1) 100%) !important;
}

.bg-amarelo {
    background: rgb(201, 179, 11) !important;
    background: linear-gradient(90deg, rgb(219, 195, 9) 0%, rgba(255, 246, 0, 1) 100%) !important;
}

#woxo span {
    background-color: #FFF;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 999;
}

.text-border-light {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #FFF
}

.text-sobre p{
    color: #212529 !important;
    font-size: 1.50em !important;
    margin-bottom: 1.5rem !important;
}

/* WHATSAPP FLOAT */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    border-radius: 50%;
    color: #FFF;
    font-size: 30px;
    z-index: 100;
    text-align: center;
}

#whatsapp-float-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* DIA EVENTO */
.dia-evento {
    position: absolute;
    bottom: 0;
    background: rgb(201, 179, 11) !important;
    background: linear-gradient(90deg, rgb(219, 195, 9) 0%, rgba(255, 246, 0, 1) 100%) !important;
    padding: 10px 30px;
    border-radius: 0 10px 0 0;
}



/* SHAPA DIVIDERS */

/* PARCEIROS */
.custom-shape-divider-bottom-1687359812 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1687359812 .shape-fill {
    fill: #FFFFFF;
}

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

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

.custom-shape-divider-top-1687370142 .shape-fill {
    fill: #FFFFFF;
}

/* DEPOIMENTOS */
.custom-shape-divider-top-1687370208 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

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

.custom-shape-divider-top-1687370208 .shape-fill {
    fill: #FFFFFF;
}

.custom-shape-divider-bottom-1687370294 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

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

.custom-shape-divider-bottom-1687370294 .shape-fill {
    fill: #FFFFFF;
}