﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	text-decoration: none;
    vertical-align:baseline;
}

/*nao deixa o width ser afetado pelo padding*/
*{ 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

body {
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
    background-color: #dc716d;
    background-image: url(../images/fundo.jpg);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: center top;
    background-attachment: fixed;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.header {
    display: table;
    width: 100%;
    max-width: 795px;
    margin: auto;
    padding-top: 60px;
}

.header .logo {
    display: table;
    float: left;
    width: 228px;
}

.header .text {
    display: table;
    float: left;
    width:560px;
    margin-top:16px;
    position:relative;
    padding-left:30px;
}

.header .center{
    display:table;
    float:left;
    width: 100%;
    max-width: 400px;
    padding-bottom:14px;
}

.header .center .txt1{
    display:table;
    width: 100%;
    font-size:30px;
    line-height:34px;
    letter-spacing:-2px;
    color:#fff;
    font-weight:600;
    padding-bottom:2px;
}

.header .center .txt1 span{
    color:#000;
}

.header .center .txt1 span img{
    width:40px;
    vertical-align:bottom;
    box-shadow: rgba(0, 0, 0, 0.44) 0px 3px 8px;
    margin-left:4px;
    margin-right:4px;
}

.header .center .txt2{
    display:table;
    width: 100%;
    font-size:24px;
    line-height:30px;
    letter-spacing:0px;
    color:#fff;
    font-weight:400;
}

.header .bt{
    display:table;
    float:right;
    margin-top:-3px;
    width: auto;
    padding:8px;
    padding-bottom:9px;
    font-size:22px;
    line-height:22px;
    letter-spacing:-1px;
    color:#fff;
    font-weight:600;
    background-color:#e7542f;
    cursor:pointer;
    transition:0.3s;
}

.header .bt:hover{
    background-color:#000;
}

.header .btresp{
    display:none;
    float:right;
    margin-top:-3px;
    width: auto;
    padding:8px;
    padding-bottom:9px;
    font-size:22px;
    line-height:22px;
    letter-spacing:-1px;
    color:#fff;
    font-weight:600;
    background-color:#e7542f;
    cursor:pointer;
    transition:0.3s;
    margin-top:15px;
    margin-right:12px;
}

.header .btresp:hover{
    background-color:#000;
}

.header .txt3{
    display:table;
    width: 100%;
    font-size:22px;
    line-height:30px;
    letter-spacing:0px;
    color:rgba(255,255,255,0.6);
    font-weight:200;
    /*margin-left:32px;*/

    position: relative;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    cursor: pointer;
    text-align:left;

    padding-right: 38px;
}

.header .txt3 b{
    font-weight:400;
}

.header .txt3.expanded {
    -webkit-line-clamp: unset;
    color: rgba(255,255,255,1);
}

.header .txt3::after {
    content: " Ler mais";
    position: absolute;
    right: 0px;
    bottom: 0;
    color: #fff;
    font-weight:400;
    text-decoration:underline;
}

.header .txt3.expanded::after {
    content: " Ler menos";
    display:table;
    width:100%;
    position:relative;
    right: initial;
    bottom: initial;
    padding-left: 0px;
}


.toggle {
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    margin-top: 6px;
}

.bands {
    display: table;
    width: 100%;
    max-width: 1125px;
    height: 1125px;
    margin: auto;
    margin-top: -40px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.bands .band{
    display: table;
    width: 25%;
    height: 260px;
    position:relative;
    float:left;
    /*border-right:1px solid rgba(255,255,255,0.2);
    border-bottom:1px solid rgba(255,255,255,0.2);*/
    cursor:pointer;
}

.bands .band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center top;
    opacity: 0.6;
    z-index: -1;
    transition:0.5s;
}

.bands .select::before{
    opacity: 0.8;
}

.bands .band:hover::before {
    opacity: 0.7;
}

.bands .band > * {
    position: relative;
    z-index: 1;
}

.bands .band .txt1 {
    display: table;
    width: 75%;
    float:right;
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 600;
    text-align:right;
    position:absolute;
    bottom:25px;
    right:7%;
    text-transform:uppercase;
}

.bands .band .txt1 .bt{
    display: table;
    width: 100%;
    float:right;
    clear:both;
    font-size: 18px;
    margin-top:12px;
}

.bands .band .txt1 .bt span{
    display: table;
    width: auto;
    padding:5px;
    float:right;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:6px;
    border-radius:20px;
    background-color:rgba(0,0,0,0.4);
    font-size: 18px;
    line-height: 18px;
    letter-spacing:0px;
    color: #fff;
    font-weight: 600;
    text-align:center;
    transition:0.5s;
}

.bands .band .txt1 .bt:hover span{
    background-color:rgba(0,0,0,0.8);
    cursor:pointer;
}

.bands .band .txt1 .bt div{
    display: table;
    float:right;
    font-size: 16px;
    line-height: 16px;
    letter-spacing:0px;
    color: #fff;
    font-weight: 500;
    padding:5px;
    padding-left:10px;
    padding-right:8px;
    padding-bottom:6px;
}

.bands .select .txt1 .bt{
    display: table;
    margin-top:8px;
}

.bands .select .txt1 .bt span{
    display: table;
    cursor:initial !important;
    font-size: 14px;
    line-height: 14px;
}





.back {
    width: 100%;
    display: none;
    background-color: rgba(0,0,0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
}



.abalefty {
    display: block;
    position: fixed;
    top: 0px;
    left: -610px;
    width: 95%;
    max-width: 600px;
    height: 100%;
    background-color: #FFF;
    /*border-left:1px solid rgba(0,0,0,0.2);*/
    z-index: 888;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    transition: 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .abalefty .ctaba2 {
        display: table;
        width: 100%;
        opacity: 1;
    }

    .abalefty .close {
        display: table;
        width: 40px;
        border-radius: 100px;
        background-color: #f54e4e;
        padding: 10px;
        position: absolute;
        top: 30px;
        right: 25px;
        /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
        cursor: pointer;
        z-index: 100;
        /*transition:0.3s;*/
    }

        .abalefty .close:hover {
            background-color: #000;
        }

        .abalefty .close img {
            display: table;
            width: 100%;
        }

    .abalefty .elemento {
        display: table;
        width: 100%;
    }


    .abalefty .txts {
        display: table;
        width: 90%;
        margin: auto;
        padding-top: 40px;
        padding-bottom: 170px;
    }

    .abalefty .txtaba1 {
        display: table;
        width: 85%;
        
        font-size: 46px;
        line-height: 44px;
        font-weight: 700;
        letter-spacing:-2px;
        color: #000;
        padding-bottom: 30px;
        text-transform: uppercase;
    }

        .abalefty .txtaba1 span {
            letter-spacing: -1px;
            display: table;
            width: 100%;
            font-size: 22px;
            line-height: 28px;
            color: #000;
            padding-bottom: 0px;
            padding-top:6px;
        }

    .abalefty .txtaba2 {
        display: table;
        
        font-weight: 300;
        font-size: 20px;
        line-height: 28px;
        text-align: justify;
        color: rgba(0,0,0,1);
        padding-bottom: 30px;
    }

    .abalefty .youtube {
        display: table;
        width: 100%;
    }

    .abalefty iframe {
        display: table;
        width: 100%;
        border-radius: 10px;
    }


    .abalefty img {
        display: table;
        width: 100%;
        border-radius: 10px;
    }


    .abalefty .btaba {
        display: table;
        width: 100%;
        max-width: 220PX;
        margin: auto;
        border-radius: 100px;
        background-color: #f54e4e;
        padding: 10px;
        padding-bottom: 12px;
        box-shadow: rgba(245,78,78, 0.4) 0px 5px, rgba(245,78,78, 0.3) 0px 10px, rgba(245,78,78, 0.2) 0px 15px, rgba(245,78,78, 0.1) 0px 20px, rgba(245,78,78, 0.05) 0px 25px;
        cursor: pointer;
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        margin-top: 30px;
        transition: 0.5s;
    }

        .abalefty .btaba:hover {
            box-shadow: rgba(0,0,0, 0.2) 0px 5px;
        }





.Footer {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 100px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 300;
    color: #fff;
}

    .Footer a {
        cursor: pointer;
    }

    .Footer b {
        font-weight: 400;
    }

    .Footer div {
        text-align: center;
        width: 100%;
        display: table;
        padding-bottom: 10px;
        font-weight: 400;
        cursor: pointer;
        color: #323a4a;
    }





.confirm-back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.confirm-box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    max-width: 300px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 400;
    color: #313948;
    border: 6px solid #f54e4e;
}

    .confirm-box p {
        display: table;
        padding-bottom: 10px;
    }

    .confirm-box button {
        margin: 5px;
        padding: 10px;
        cursor: pointer;
        border-radius: 6px;
        border: none;
        width: 70px;
        background-color: #f54e4e;
        font-family: "Oswald", sans-serif;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
    }

        .confirm-box button:hover {
            background-color: rgba(0,0,0,0.9) !important;
        }







.alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    min-width: 300px;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    z-index: 11111;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 400;
    color: #323a4a;
    padding: 30px;
    border: 6px solid #f54e4e;
}

    .alert .close {
        display: table;
        width: 35px;
        border-bottom-left-radius: 10px;
        background-color: #f54e4e;
        padding: 10px;
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
        z-index: 100;
    }

        .alert .close:hover {
            background-color: #000;
        }

        .alert .close img {
            display: table;
            width: 100%;
        }




.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.5);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #f54e4e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
