@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Parkinsans:wght@300..800&display=swap');

*{
    box-sizing: border-box;
}

html {
    background-color: #4b00ca;
    accent-color: #46edd1;
}

body {
    font-size: 16px;
    color: #fff;
    font-family: "Parkinsans", sans-serif;
    font-optical-sizing: auto;
    overflow-x: hidden
}

body h1,
body h2,
body h3,
body h4 {
    font-family: "Parkinsans", sans-serif;
}

.container {
    max-width: 1440px;
    margin: 0 auto
}

.flex {
    clear: both;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
}

.center {
    justify-content: center
}

.between {
    justify-content: space-between
}

.gap {
    gap: 30px;
}

.wrap {
    flex-wrap: wrap;
}

footer {
    background-color: #46edd1
}



footer p {
    color: #4b00ca;
    font-size: 0.8rem;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0
}


nav ul {
    display: flex;
    gap: 20px
}

nav li a {
    color: #fff;
    transition: all .2s;
    font-family: "Parkinsans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 20px;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

nav li:hover a,
nav li a.ativo {
    color: #4900c5;
    background: #46edd1;
}

.uk-navbar-nav>li>a {
    color: #fff
}

.uk-navbar-nav>li>a:hover {
    color: #fff
}

#mobile-navbar img {
    margin-bottom: 40px
}

.uk-nav-default {
    font-size: 20px;
}

header {
    padding: 30px 0;
}

main {
    background: url(../img/bg-topo.webp) center top no-repeat;
    background-size: cover;
}



#faq{
    background: #ff5a00;
    padding: 50px 0;
    text-align: center;
}

#faq h2 {
    font-size: 2rem;
    color: #fff;
    text-wrap: balance;
    margin-bottom: 20px;
    font-weight: 600;
}

#faq h2 strong {
    color: #4b00ca;
}

#faq li{
    background: #4b00ca;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
}

#faq li h3{
    color: #46edd1;
    font-size: 1rem;
    font-weight: 600;
}

#faq li p{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 10px;
}

#faq li a{
    color: #ff5a00;
}

.uk-accordion-title::before{
    filter: hue-rotate();
}

.principal{
    padding: 50px 0;
}

#amigosecreto{
    padding: 50px 0;
    background: url(../img/bg-aovivo.webp) center center no-repeat;
    background-size: cover;
    text-align: center;
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

#amigosecreto .chamada{
    max-width: 500px;
    background: url(../img/risquinhos2.webp) center top no-repeat;
    padding-top: 20px;
}

h1{
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #ff4900;
}

#amigosecreto .chamada p{
    color: #4b00ca;
}

#participantes{
    background: url(../img/bg-fluflu.webp) center center no-repeat;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
}

#participantes h2{
    color: #46edd1;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

#participantes p{
    color: #fff;
}

.influs{
    margin: 30px auto;
    gap: 50px;
    max-width: 1200px;
    justify-content: center;
}

.influ{
    max-width: 280px;
    padding: 0;
    background: #46edd1;
    padding:0 20px 20px;
    clip-path: polygon(30px 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 30px);
}

.influ img{
    position: relative;
    z-index: 2;
    padding: 20px;
}

#participantes .influ .box p{
    color: #4b00ca;
    margin-bottom: 10px;
}

#participantes .influ .box p a{
    color: #4b00ca;
    font-weight: 600;
    text-decoration: underline;
}

#participantes .influ .box p a:hover{
    color: #ff4900;
}

.influ .box .cta{
    color: #fff;
    font-weight: 600;
    background: #ff4900;
    padding: 10px 20px;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
    transition: all 0.3s;
}

.influ .box .cta:hover{
    color: #4900c5;
    background: #fff;
}

.influ .box .cta::before{
    content: url(../img/cadeado.webp);
    transition: all 0.3s;
    rotate: 0deg;
}

.influ .box .cta:hover::before{
    rotate: -15deg;
}

#desenhe{
    background: #3f03ad url(../img/shape-bg.webp) center center no-repeat;
    background-size: 60%;
    padding: 50px 0;
    text-align: center;
}

#desenhe h2{
    color: #46edd1;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
}

#desenhe p{
    color: #fff;
}


#portalousa{
    position: relative;
    width: 1000px;
    height: 500px;
    margin: 40px auto;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    border-left: 1px solid #ff5a00;
	border-right: 1px solid #ff5a00;
	border-top: 1px solid #ff5a00;
	box-shadow: 5px 5px 0 0 #ff5a00;
}



#desenhe canvas {
	background: #FFF;
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: grabbing;
    width: 100%;
    height: 100%;
}

/* CONTROLS (NEW COLOURS)
=======================*/

#desenhe .controls {
	min-height: 60px;
	margin: 0 auto;
	max-width: 800px;
	border-radius: 5px;
	overflow: hidden;
    margin-bottom: 30px;
}
#desenhe ul {
	list-style:none;
	margin: 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
	padding: 20px;
    background: #3f03ad;
    border-radius: 30px;
    flex-wrap: wrap;
    border: solid 1px #fff;
}

#desenhe ul li{
	display:block;
	height: 54px;
	width: 54px;
	border-radius: 60px;
	cursor: pointer;
	border: solid 2px #181717;
}

#desenhe ul div{
	display:block;
	height: 54px;
	width: 54px;
	object-fit: cover;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#desenhe ul div:nth-of-type(1){
    cursor: default;
}


.vermelho {
	background: #d91f1f;
}

.laranja {
	background: #ff5300;
}

.amarelo {
	background: #ffcc00;
}

.verde {
	background: #2ba33f;
}

.agua {
	background: #46edd1;
}

.azul {
	background: #1b49dd;
}

.roxo {
	background: #4b00ca;
}

.rosa {
	background: #e81ac9;
}

.borracha {
	background: #fff;
    background-image: url(../img/borracha.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70%;
}



#desenhe .selected {
	border: 5px solid #fff;
	width: 54px;
	height: 54px;
}



.logolousa{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

.postit{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
}

#desenhe #textopostit{
    position: absolute;
    top: 50px;
    left: 50px;
    width: 150px;
    font-family: "Caveat", serif;
    font-size: 1.4rem;
    line-height: 1;
    color: #3f03ad;
    rotate: 5deg;
    overflow: hidden;
    word-wrap: break-word;
}

.inputtexto{
    max-width: 1000px;
    margin: 0 auto;
}

#desenhe .form{
    flex-grow: 1;
    position: relative;
    max-width: 800px;

    
}

#desenhe .form textarea{
    border-radius: 30px;
    width: 100%;
    color: #fff;
    background: #3f03ad;
    padding: 30px;
    margin-bottom: 0;
    border: none;
    border: solid 1px #fff;
    resize: none;
   
}

#desenhe p#contador{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 0.7rem;
    color: #46edd1;
}

textarea:focus { 
    outline: none !important;
}

textarea::placeholder {
    color: #ddd;
  }

#desenhe .cta{
    color: #fff;
    font-weight: 600;
    background: #ff4900;
    padding: 10px 20px;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 20px auto 0;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

#desenhe .cta:hover{
    color: #4900c5;
    background: #fff;
}

#desenhe .cta::before{
    content: url(../img/baixar-seta.webp);
    transition: all 0.3s;
    translate: 0 0;
}

#desenhe .cta:hover::before{
    translate: 0 5px;
}

#ofertas{
    padding: 50px 0;
    background: url(../img/bg-aovivo.webp) center center no-repeat;
    background-size: cover;
    text-align: center;
}

#ofertas .chamada{
    max-width: 500px;
    background: url(../img/risquinhos2.webp) center top no-repeat;
    padding-top: 20px;
}

h2{
    font-size: 2.4rem;
    margin-bottom: 20px;
    color: #ff4900;
}

#ofertas .chamada p{
    color: #4b00ca;
}


#ofertas .cta{
    color: #fff;
    font-weight: 600;
    background: #ff4900;
    padding: 10px 20px;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin: 20px auto 0;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

#ofertas .cta:hover{
    color: #4900c5;
    background: #fff;
}

#ofertas .cta::before{
    content: url(../img/presente.webp);
    transition: all 0.3s;
    rotate: 0deg;
}

#ofertas .cta:hover::before{
    rotate: -10deg;
}








@media screen and (max-width: 1480px) {
    .container {
        margin: 0 30px
    }
}

@media screen and (max-width: 1060px) {
    #desenhe {
        display: none;
    }
}


