body{
    font-family: 'Bowlby One', cursive;
    font-size: 16px;
    color: #fff;
    overflow-x: hidden;
}

body h1, body h2, body h3, body h4{
    line-height:normal;
}

.container{
    max-width: 1440px;
    margin: 0 auto;    
}

.flex{
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    align-items: center;
}

.metade{
    width: 50%;
    margin: 30px 0;
}

.metade p{
    color: #220e27;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
}




header{
    background: #ff114f;

}

header .flex{
    justify-content: space-between;
    align-items: center;
    height: 120px;
}

nav li{
    float: left;
    padding-top: 15px;
    margin-left: 15px ;
}

nav li a{
    text-transform: uppercase;
    color: #fff;
    padding: 15px;
    transition: all 0.3s;
    font-size: 14px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

nav li a h1{
    font-family: 'Bowlby One', cursive;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.uk-navbar-nav li a {
    background: #220e27;
    padding: 10px;
    min-height: 0;
}

.uk-navbar-nav li{
    padding-top: 0;
}


nav li a:hover{
    background: #b4de32;
    color: #000;
}

nav li a:hover h1{
    color: #000;
}

/* CSS Referência */

p {
    margin: 0;
    color: #fff;
}

table td {
    border-collapse: collapse !important;
}

img {
    border: 0;
    height: auto;
    outline: none;
    text-decoration: none;
    max-width: 100%;
}

h2{
    margin: 0;
}

.bg-purple{
    text-align: center;
    background: #220e27 url(../img/waves-1.jpg) center bottom no-repeat;
    padding-bottom: 150px;
}

.bg-purple .container{
    background: url(../img/bg-purple.jpg) no-repeat center;
}
.bg-green{
    text-align: center;
    background: #b4de32 url(../img/waves-2.jpg) center bottom no-repeat;
    padding-bottom: 150px;
}

.title-pink{
    font-family: 'Bowlby One', cursive;
    font-size: 2.5rem;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 2px 1px #ff114f;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}
.title-green{
    font-family: 'Bowlby One', cursive;
    font-size: 2.5rem;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    background-color: rgb(255, 255, 255);
    text-shadow: 0px 2px 1px #b4de32;
    color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.uk-slider .title-pink{
    font-size: 1.8rem;
}

.text-curve{
    font-family: 'Titillium Web', sans-serif;
    font-style: italic;
    font-size: 1.2rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.603);
    margin-top: -15px;
    padding-bottom: 50px;
}

.text-1{
    font-family: 'Bowlby One', cursive;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.text-1 span{
    color: #b4de32;
}

.text-2{
    font-family: 'Bowlby One', cursive;
    font-size: 1.25rem;
    text-transform: uppercase;
}
.text-2 span{
    color: #ff114f;
}

.product{
    margin: 30px 50px;
}

.product img{
    width:auto;
}

.cta{
    max-width: 230px;
}

.subtitle{
    position: relative;
    font-family: 'Titillium Web', sans-serif;
    font-style: italic;
    font-size: 1.75rem;
    transform: rotate(-5deg);
    margin-top: -60px;
}
.subtitle span{
    text-transform: uppercase;
    color: #ffffaa;
    font-size: 3.5rem;
    line-height: 2.5rem;
}

#sec-topo .text-1{
    position: relative;
}

#sec-topo .text-1::before{
    content: '';
    position: absolute;
    background: url(../img/heart-1.png) no-repeat center;
    width: 259px;
    height: 230px;
    left: -150px;
    top: -200px;
}

#sec-topo .text-1::after{
    content: '';
    position: absolute;
    background: url(../img/emoji-1.png) no-repeat center;
    background-size: 200px;
    width: 200px;
    height: 200px;
    right: -120px;
    top: -300px;
}

.title-2{
    font-family: 'Bowlby One', cursive;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #220e27;
    max-width: 400px;
    margin: 0 auto;
}

.text-footer{
    font-family: 'Bowlby One', cursive;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #fff;
}
.text-footer span{
    color: #ff114f;   
}
.text-footer-2{
    font-family: 'Bowlby One', cursive;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #fff;
    max-width: 500px;
    margin: 0 auto 30px auto;
}
.text-footer-2 span{
    color: #b4de32;
}

.box{
    border: 5px solid #ff114f;
    border-radius: 20px;
    max-width: 400px;
    margin: 40px auto;
}
.text-box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-family: 'Bowlby One', cursive;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 2rem;
    padding: 30px 0;
}
.text-box div:nth-child(3){
    display: flex;
    flex-direction: column;
}
.text-box span{
    color: #ff114f;
}
.text-box small{
    font-size: 1.25rem;
}

.text-small{
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    padding-bottom: 20px;
}

#sec-cadeiras .container{
    position: relative;
}

#sec-cadeiras .container::before{
    content: '*Imagens meramente ilustrativas';
    position: absolute;
    top: 100px;
    right: -80px;
    transform: rotate(-90deg);
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
    font-size: .75rem;
    color: #fff;
}

#sec-todos .container{
    position: relative;
}

#sec-todos  .container::before{
    content: '';
    position: absolute;
    background: url(../img/heart-2.png) no-repeat center;
    background-size: 250px;
    width: 250px;
    height: 250px;
    left: -50px;
    top: -120px;
}

#sec-todos .container::after{
    content: '';
    position: absolute;
    background: url(../img/emoji-2.png) no-repeat center;
    background-size: 250px;
    width: 250px;
    height: 250px;
    right: -150px;
    bottom: -150px;
}




/*------------------*/

.uk-slider{
    padding-top: 30px;
}

.uk-slider-items{
    align-items: center;
}

.uk-slider a{
    background: #b4de32;
    border-radius: 50%;
}



#sec-faq{
    text-align: center;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
}

#sec-faq h3{
    color: #b4de32;
    font-family: 'Bowlby One', cursive;
    padding-top: 40px;
    font-size: 50px;
    font-weight: bold;

}

#sec-faq p{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

#sec-faq ul{
    text-align: left;
    padding-bottom: 40px;
}

#sec-faq li{
    background: #b4de32;
    padding: 20px;
    border-radius: 20px;
}

#sec-faq li a h2{
    font-weight: bold;
    color: #220e27;
    font-size: 25px;
}

#sec-faq li p{
    color: #220e27;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

#sec-faq .uk-accordion-title::before {
    background-color: #220e27;
    border-radius: 50%;
    padding: 5px;
}

footer{
    background-color: #ff114f;
    font-family: 'Titillium Web', sans-serif;
}

#footer-social{
    background: #b4de32;
    height: 150px;
}

#footer-social .container{
    position: relative;
}

#footer-social ul{
    width: 200px;
    margin: 0 auto;
}

#footer-social li{
    line-height: 150px; 
    float: left;
    width: 25%;
    text-align: center;
}

#logo-kabum-rodape{
    position: absolute;
    top: 45px;
    right: 0;
}

#footer-social li span{
    padding: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: #262626;
    transition: all 0.3s;
}

#footer-social li span:hover{
    background-color: #220e27;
    color: #fff;

}

footer p{
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 0;
}

footer p#texto-legal{
    padding-top: 0;
}

.btpq{
    display: none;
}

.btgd{
    display: inline-block;
}

body .uk-offcanvas-bar {
    background-color: #220e27;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    
}

.uk-offcanvas-bar .uk-nav-default {
    font-size: 1rem
}

.uk-offcanvas-bar img{
    margin-bottom: 30px;
} 


body .uk-offcanvas-bar .uk-nav-default a {
    color:#fff;
    margin-bottom: 20px;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
}

body .uk-offcanvas-bar .uk-nav-default a::before{
    content: "•";
    margin-right: 10px;
    color:#b4de32;
}


@media screen and (max-width: 1520px) {

    .container{
        margin: 0 40px;
    }


} /* fim media 1520px */


@media screen and (max-width: 900px) {
    
#sec-topo .text-1::before, #sec-topo .text-1::after, #sec-todos .container::before, #sec-todos .container::after{
    display: none;
}

#sec-sobre .metade{
    width: 100%;
}

#sec-sobre .flex, #sec-todos .flex{
    display: inline-block;
}

#sec-todos h2{
    margin-bottom: 30px;
}

#logo-kabum-rodape{
    display: none;
}


} /* fim media 900px */
