﻿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;
}

body {
    margin: 0;
    background-color: #000;
    overflow-x: hidden;
    background-image:url(../images/back.jpg);
    background-repeat:repeat;
    background-size:324px;
}

/*nao deixa o width ser afetado pelo padding*/
*{ 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
}

.stage {
    width: 100%;
    display: table;
    margin: auto;
    margin-top: 0px;
}

.men{
    display:table;
    width:100%;
    margin:auto;
    /*max-width:800px;*/
    position:relative;
}

.men img{
    display: table;
    width: 100%;
    z-index:1;
}

    .men .mentext {
        display: table;
        width: 100%;
        max-width: 320px;
        color: #ddd;
        padding-bottom: 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 46px;
        line-height: 50px;
        font-weight: 200;
        position: absolute;
        text-align: right;
        top: 40px;
        left: 0px;
        z-index: 2;
        opacity: 0.8;
        padding: 2px 5px; /* Espaçamento interno */
    }

        .men .mentext span {
            font-size: 38px;
            line-height: 44px;
            font-weight: 300;
            text-decoration: underline;
        }

        /*.men .mentext .mentext2{
            display: table;
            padding: 2px 5px;*/ /* Espaçamento interno */
            /*margin-bottom: 10px;
        }*/


        /*.men .mentext span {
            width: 100%;
            font-size: 20px;
            line-height: 28px;
            font-weight: 100;*/
            /*text-shadow: #000 2px 0 2px;*/
            /*background-color: rgba(22,30,32,0.6);
            display: inline-block;
            border-radius: 6px;
            padding: 2px 5px;*/ /* Espaçamento interno */
            /*margin: 0;*/ /* Remove margens extras */
        /*}*/


.top {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 20px;
    /*background-image: url(../images/image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}

.title{
    display:table;
    width:250px;
    margin-top:250px;
    float:left;
    text-align:right;
    padding-right:30px;
}

.title .txt1{
    display: table;
    width: 100%;
    color: #b4b4b5;
    padding-bottom:10px;
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    line-height: 34px;
    font-weight: 100;
}

.title .txt1 span{
    width:100%;
    display:table;
    font-family: 'Playfair Display', serif;
    font-size: 55px;
    line-height: 55px;
    font-weight: 400;
    padding-bottom:12px;
}

.title .txt2{
    display: table;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    line-height: 34px;
    font-weight: 400;
    color: #222;
}

.pinto {
    display: table;
    width: 365px;
    float: left;
    /*padding-left: 70px;*/
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    position: relative;
    z-index: 2;
}

.pintoResp {
    display: none;
    width: 38%;
    float: left;
    padding-left: 70px;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    position: relative;
    z-index: 2;
}

.titulos {
    display: table;
    width: 96%;
    margin-top: 50px;
    position: absolute;
    top: 150px;
    left: 0px;
}

.resultados {
    float: left;
    width: 370px;
    position:relative;
    display:table;
}

.resultados .masc1 {
    width: 370px;
    height:100px;
    position: absolute;
    top:0px;
    left:0px;
    display: table;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index:1000;
}

.resultados .masc2 {
    width: 370px;
    height:130px;
    position: absolute;
    bottom:0px;
    left:0px;
    display: table;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index:1000;
}

.scroll {
    overflow: hidden;
    overflow-y: hidden;
    width: 100%;
    max-height: 200px;
    /*cursor: n-resize;*/
    padding-left: 50px;
}

.scrollcontent {
    height: 3930px;
}
.tacas {
    display: table;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    text-align: left;
    color: #b4b4b5;
    margin-bottom: 25px;
    margin-right: 15px;
}

.tacas .taca{
    float:left;
    width:100%;
    height:20px;
    background-color:#3a7aff;
    border-radius:2px;
    margin-right:2px;
    margin-top:0px;
    position:relative;
}


.tacas span{
    position:absolute;
    bottom:0px;
    left:0px;
    display:table;
    width:100%;
    height:24px;
    border-radius:2px;
}

.tacas .txt{
    margin-bottom:8px;
}

.tacas .numb{
    height:20px;
    float:left;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-left:5px;
    border-radius:2px;
    position:relative;
}


.tacas img{
     float:left;
    width: 20px;
    margin-top:5px;
}

.friso {
    display: table;
    width: 100%;
    position:relative;
    z-index:1000;
    padding-bottom:50px;
}
.cronos {
    /*display: table;*/
    width: 100%;
    margin:auto;
    margin-top: -7px;
    /*position: relative;*/
    overflow:hidden;
    overflow-x: hidden;
    width: 100px;
    max-width: 100px;
    cursor:e-resize;
    position:relative;
    padding-left:30px;
}

.cronos .content{
    display: table;
    width: 2920px;
    position:relative;
}

.cronos .crono {
    display: table;
    width: 300px;
    float:left;
    margin-right:40px;
}

.cronos .year {
    display: table;
    padding:6px;
    border-radius: 20px;
    background-color: indianred;
    /*border: 2px solid #b4b4b5;*/
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom:6px;
    margin-left:0px;
    min-width:28px;
}

.cronos .line {
    display: table;
    width: 100%;
    border-bottom: 2px solid rgba(255,255,255,0.4);
    position: absolute;
    top: 6px;
    left: 0px;
}

.cronos .crono .img {
    display: table;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-filter: grayscale(100%) brightness(120%);
    filter: grayscale(100%) brightness(120%);
    opacity:0.9;
}

.cronos .crono img {
    display: table;
    width: 100%;
    margin:0px;
    border-radius: 4px;
}

.cronos .txt3 span {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: rgba(0,0,0,0.3);
    text-transform: uppercase;
} 

.cronos .txt1 {
    display: table;
    width: 100%;
    font-weight: 500;
    color: #fff;
    padding-bottom:0px;
    position:relative;
}

.cronos .txt1 div{
    display: table;
    width: 10px;
    height:28px;
}

    .cronos .txt1 .ponto {
        display: table;
        width: 14px;
        height: 14px;
        border: 2px solid indianred;
        border-radius: 100px;
        background-color: #fff;
    }

.cronos .txt1 span{
    /*display: table;
    width: 10px;
    height:10px;
    border:2px solid #222;
    border-radius:100px;
    background-color:#fff;*/
    color: rgba(0,0,0,0.3);
}

.cronos .txt2 {
    display: table;
    width: 100%;
    max-width: 450px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: rgba(255,255,255,0.8);
}

.cronos .moment {
    display: table;
    width: auto;
    position: absolute;
    top: 26px;
    left:0px;
    z-index:10000;
}

.cronos .point {
    display: table;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    background-color: #000;
    border: 2px solid #b4b4b5;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    color: #b4b4b5;
    padding-top:4px;
}

.cronos .point:hover {
    background-color: #488ef7;
    cursor:pointer;
    color: #fff;
}

.cronos .moment .aba{
    display: none;
}

.abadrop {
    position:absolute;
    top:0px;
    left:0px;
    z-index:20000;
    display: none;
    width: 300px;
    background-color: #fff;
    border:1px solid #222;
    padding:10px;
    border-radius:4px;
}

.abadrop img{
    display:table;
    width:100%;
    border-radius:2px;
    margin-bottom:10px;
        -webkit-filter: grayscale(100%) brightness(120%);
    filter: grayscale(100%) brightness(120%);
    opacity: 0.9;
}

.abadrop .txt1aba{
    display:table;
    width:100%;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #222;
    padding-bottom:5px;
    text-transform:uppercase;
}

.abadrop .txt2aba{
    display:table;
    width:100%;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    color: #222;
    padding-bottom:2px;
}

/**********/
.Footer {
    display: table;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 80px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    /*background-color: #000;*/
    /*background-color: rgba(0,0,0,0.2);*/
}

    .Footer b {
        font-weight: 400;
    }


.fleft {
    float: left;
}

.fright {
    margin: auto;
}








.menu {
    display: table;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 1000;
    opacity:0;
    transition:0.5s;
}

    .menu a {
        display: table;
        width: 15px;
        height: 15px;
        border-radius: 100px;
        background-color: rgba(255,255,255,1);
        /*border:2px solid #fff;*/
        margin-bottom: 6px;
        border: 1px solid rgba(0,0, 0, 0.8);
        /*box-shadow: 0 0 0 4px rgb(0 0 0 / 20%), 0 0 5px rgb(0 0 0 / 20%), inset 0 1px 0 rgb(255 255 255 / 20%);*/
        position: relative;
    }

        .menu a:hover span {
            display: table;
        }

        .menu a span {
            background-color: #3a7aff;
            position: absolute;
            padding: 5px;
            padding-top: 3px;
            padding-bottom: 3px;
            top: -4px;
            right: 25px;
            width: 110px;
            display: none;
            font-family: 'Playfair Display', serif;
            font-size: 16px;
            line-height: 18px;
            letter-spacing: 0px;
            font-weight: 400;
            text-align: right;
            color: #fff;
            border-radius: 3px;
        }

        .menu a:hover {
            cursor: pointer;
            border: 3px solid #000;
            /*box-shadow: 0 0 0 6px rgb(0 0 0 / 50%), 0 0 5px rgb(0 0 0 / 50%), inset 0 1px 0 rgb(255 255 255 / 20%);*/
        }









.intro{
    display:table;
    width:100%;
    background-color:#000;
    position:relative;
}

.intro .mask{
    display: table;
    width: 100%;
    position:absolute;
    top:0px;
    left:0px;
    height:200px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index:1000;
}

    .intro .mask2 {
        display: table;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 140px;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
        z-index: 1000;
    }

.intro .fundo{
    display: table;
    width: 100%;
    height: 500px;
    background-image: url(../images/fundo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0.8;
}

.intro .slogan{
    display: table;
    margin:auto;
    position:absolute;
    top:60px;
    left:4%;
    width:100%;
    max-width:550px;
    z-index:1100;
}

    .intro .txt1 {
        font-family: 'Playfair Display', serif;
        font-size: 68px;
        line-height: 70px;
        font-weight: 500;
        text-align: left;
        max-width: 550px;
        color: rgba(255,255,255,1);
        padding-bottom: 30px;
        text-shadow: #000 1px 0 1px;
    }

        .intro .txt1 span {
            color: #3a7aff !important;
            text-shadow:none;
        }

    .intro .txt2 {
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        line-height: 36px;
        font-weight: 300;
        text-align: left;
        color: rgba(255,255,255,1);
        text-shadow: #000 1px 0 1px;
    }

.container1 {
    width: 100%;
    margin: auto;
    display: table;
    /*background-color:rgba(0,0,0,0.2);*/
}

.container2 {
    width: 98%;
    max-width: 860px;
    margin: auto;
    display: table;
}

.container2 .left{
    width:100%;
    float:left;
    display:table;
    padding: 80px;
    padding-bottom: 0px;
}

.container2 .left .txt1{
    width:100%;
    display:table;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: left;
    color: #f53939;
    padding-top:30px;
    padding-bottom: 10px;
    text-transform:uppercase;
}

.container2 .left .txt2{
    width:100%;
    display:table;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 50px;
}

.container2 .left .txt211{
    width:100%;
    display:table;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 40px;
}

.container2 .left .txt3{
    width:100%;
    display:table;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: left;
    color: rgba(0,0,0,0.8);
    padding-bottom: 20px;
    text-transform:uppercase;
}

.container2 .left .txt3 span{
    display:table;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    text-transform:none;
    padding-top:5px;
}

.container2 .left .txt4{
    width:100%;
    display:table;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 300;
    text-align: left;
    color: rgba(0,0,0,0.8);
}

.container2 .left .txt444{
    width:100%;
    display:table;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 300;
    text-align: left;
    color: rgba(0,0,0,0.8);
    padding-bottom:40px;
}

.container3 {
    position: relative;
    width: 95%;
    max-width: 1000px;
    margin: auto;
    padding-bottom:120px;
}

.gallery {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position:relative;
}

.gallery .images {
    display: table;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position:relative;
}

    .gallery .images .img {
        display: table;
        width: 100%;
        height: 400px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 6px;
    }

    .gallery .btl {
        display: table;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 46%;
        left: 20px;
        background-color: #2051e8;
        padding: 10px;
        background-image: url(../images/arrowl.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50%;
        border-radius: 100px;
        cursor: pointer;
    }

.gallery .btl:hover{
    background-size:45%;
}

    .gallery .btr {
        display: table;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 46%;
        right: 20px;
        background-color: #2051e8;
        padding: 10px;
        background-image: url(../images/arrowr.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50%;
        border-radius: 100px;
        cursor: pointer;
    }

.gallery .btr:hover{
    background-size:45%;
}

.gallery .legenda{
    display:table;
    position:absolute;
    bottom:5px;
    right:5px;
    background-color:rgba(0,0,0,0.5);
    padding-left:4px;
    padding-right:4px;
    border-radius:5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    font-weight: 300;
    text-align: left;
    color: rgba(255,255,255,0.7);
}


.container4 {
    width: 92%;
    max-width: 1060px;
    margin: auto;
    display: table;
    padding-top: 0px;
    padding-bottom: 100px;
    /*border-top:1px dotted rgba(255,255,255,0.3);*/
}

    .container4 .center {
        width: 50%;
        display: table;
        margin:auto;
    }


        .container4 .center img {
            width: 100%;
            display: table;
            border-radius: 6px;
            margin-bottom: 10px;
        }

        .container4 .center .txt1 {
            width: 98%;
            display: table;
            font-family: 'Playfair Display', serif;
            font-size: 68px;
            line-height: 72px;
            font-weight: 500;
            text-align: left;
            padding-top: 30px;
            padding-bottom:20px;
        }

            .container4 .center .txt1 span {
                color: #2051e8;
            }

        .container4 .center .txt2 {
            width: 100%;
            display: table;
            max-width: 600px;
            font-family: 'Playfair Display', serif;
            font-size: 24px;
            line-height: 36px;
            font-weight: 400;
            text-align: left;
            padding-bottom: 30px;
        }

        .container4 .center .txt3 {
            width: 100%;
            display: table;
            font-family: 'Oswald', sans-serif;
            font-size: 18px;
            line-height: 26px;
            letter-spacing: 0px;
            font-weight: 200;
            text-align: left;
            padding-bottom: 30px;
        }

    .container4 .center {
        font-family: 'Roboto', sans-serif;
        font-size: 19px;
        line-height: 29px;
        font-weight: 300;
        text-align: left;
        padding-left: 25px;
        padding-top: 28px;
    }

        .container4 .center strong {
            font-size: 21px;
            font-weight: 500;
        }

        .container4 .center .frases {
            font-size: 18px;
            font-weight: 300;
            font-style: italic;
            color: #000 !important;
        }

        .container4 .center b {
            font-weight: 500;
        }

        .container4 .center img {
            width: 100%;
            display: table;
            border-radius: 6px;
        }

        .container4 .center .legendaP {
            width: 100%;
            display: table;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 0px;
            font-weight: 300;
            text-align: right;
            padding-right: 5px;
            padding-top: 5px;
            color: rgba(255,255,255,0.6);
        }





.container4 .left {
    width: 40%;
    float: left;
    display: table;
    padding-right:25px;
    position: sticky;
    top: 50px;
}

.container4 .left img{
    width: 100%;
    display:table;
    border-radius:6px;
    margin-bottom:10px;
}

    .container4 .left .txt1 {
        width: 98%;
        display: table;
        font-family: 'Roboto', sans-serif;
        font-size: 56px;
        line-height: 58px;
        font-weight: 300;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 30px;
        /*color: indianred;*/
    }

    .container4 .left .txt1 span {
        color: indianred;
    }

    .container4 .left .txt2 {
        width: 100%;
        display: table;
        max-width: 600px;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        line-height: 34px;
        font-weight: 200;
        text-align: left;
        padding-bottom: 30px;
    }

.container4 .left .txt3 {
    width: 100%;
    display: table;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 200;
    text-align: right;
    padding-bottom: 30px;
}

.jwplayer{
    display:table;
    width:100%;
    border-radius:10px;
}

.container4 .left .txt3 span {
    font-weight: 300;
}

.container4 .right {
    width: 58%;
    float: right;
    display: table;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    line-height: 29px;
    font-weight: 300;
    text-align: left;
    padding-left: 25px;
    padding-top: 28px;
}

.numerada {
    list-style-type: none; /* Remove a numeração padrão */
    padding-left: 0; /* Remove o preenchimento à esquerda */
    counter-reset: lista; /* Reseta o contador */
}

    .numerada li {
        position: relative; /* Permite posicionar a bolinha */
        padding-left: 35px; /* Espaço para a bolinha */
        margin-bottom: 10px; /* Espaçamento entre os itens */
    }

        .numerada li::before {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            line-height: 16px;
            padding: 2px;
            font-weight: 400;
            content: counter(lista); /* Adiciona a numeração */
            counter-increment: lista; /* Incrementa o contador para cada item */
            position: absolute; /* Permite posicionar a bolinha */
            left: -10px; /* Alinha à esquerda */
            border: 2px solid indianred;
            color: white; /* Cor do texto da bolinha */
            border-radius: 50%; /* Torna a bolinha redonda */
            width: 20px; /* Largura da bolinha */
            height: 20px; /* Altura da bolinha */
            display: flex; /* Usado para centralizar o texto dentro da bolinha */
            justify-content: center; /* Centraliza horizontalmente */
            align-items: center; /* Centraliza verticalmente */
        }

.container4 .right strong{
    font-size: 21px;
    font-weight: 500;
}

.container4 .right .frases{
    font-size: 18px;
    font-weight: 300;
    font-style:italic;
    color:#000 !important;
}

.container4 .right b{
    font-weight: 500;
}

.container4 .right img{
    width:100%;
    display:table;
    border-radius:6px;
    margin-bottom:40px;
    opacity:0.8;
}

.container4 .right .legendaP {
    width:100%;
    display: table;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
    color:rgba(255,255,255,0.6);
}




.container4 .horizontal {
    width: 100%;
    display: table;
   
    padding-left: 25px;
    padding-top: 28px;
    color: #000 !important;
}



section {
    width: 100%;
    height: 100%;
    position: relative;
    
}

    section:nth-of-type(even) {
    }

    section.horizontal {
        overflow-x: hidden;
    }

        .resptitle{
            display:none !important;
        }

        section.horizontal .pin-wrap,
        section.horizontal .animation-wrap {
            display: flex;
            position: relative;
            z-index: 1;
            height: 100vh;
            z-index: 3;
        }

        section.horizontal .item {
            position: relative;
            padding: 150px 0px 0px 100px;

            font-family: 'Playfair Display', serif;
            font-size: 20px;
            line-height: 32px;
            font-weight: 400;
            text-align: left;

            flex: 0 0 550px;
            height: calc(100vh - 300px);
            display: flex;
            align-items: center;
            line-height: 1.7;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        

        section.horizontal .frases {
            padding: 30px;
            border-radius:20px;
            border-top: 2px solid rgba(255,255,255,0.5);
            border-bottom: 2px solid rgba(255,255,255,0.5);
        }

        section.horizontal .nolines {
            border: none !important;
        }

            section.horizontal .item b {
                font-size: 68px;
                line-height: 72px;
                font-weight: 500;
                display:table;
                padding-bottom:30px;
            }

            section.horizontal .item span {
                font-size: 68px;
                font-weight: 500;
                line-height: 32px;
            }

            section.horizontal .item i {
                font-size: 24px;
                line-height: 36px;
                font-weight: 400;
                font-style:normal;
            }
      
        section.horizontal .animation-wrap.to-right {
            counter-reset: item;
            float: left;
        }

        section.horizontal .animation-wrap.to-left {
            counter-reset: item 11;
            float: right;
        }




.aba {
    display: none;
    width: 90%;
    max-width: 550px;
    /*height: 100%;*/
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 3px 8px;
    opacity: 0;
    padding-bottom: 5px;
    border-radius: 10px;
}

    .aba .ct {
        display: table;
        width: 100%;
        padding: 25px;
        padding-top: 35px;
        position: relative;
        font-family: "Montserrat", sans-serif;
    }

        .aba .ct .close {
            display: table;
            width: 100%;
            padding-bottom: 0px;
            position: absolute;
            right: 30px;
            top: 30px;
        }

            .aba .ct .close img {
                display: table;
                width: 18px;
                float: right;
                cursor: pointer;
            }

                .aba .ct .close img:hover {
                    background-color: rgba(0,0,0,0.1);
                }

        .aba .ct .txt1 {
            display: table;
            width: 100%;
            color: #35404a;
            font-size: 36px;
            line-height: 40px;
            letter-spacing: 0px;
            font-weight: 700;
            padding-bottom: 15px;
        }

            .aba .ct .txt1 i {
                display: table;
                width: 100%;
                color: #35404a;
                font-size: 16px;
                line-height: 26px;
                letter-spacing: 0px;
                font-weight: 600;
                font-style: normal;
            }

        .aba .ct .txt2 {
            display: table;
            width: 100%;
            color: #35404a;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 0px;
            font-weight: 600;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid rgba(0,0,0,0.3);
        }

            .aba .ct .txt2 .left {
                display: table;
                float: left;
                width: 10%;
            }

            .aba .ct .txt2 img {
                display: table;
                width: 100%;
                margin-top: 1px;
            }

            .aba .ct .txt2 .right {
                display: table;
                float: left;
                font-size: 20px;
                line-height: 26px;
                font-weight: 700;
                width: 100%;
                color: #35404a;
            }

        .aba .ct .image {
            display: table;
            width: 100%;
            border-radius: 6px;
            margin-top: 20px;
        }

        .aba .ct .txt2 a {
            display: table;
            color: #2d2e2f;
            font-weight: 500;
            text-decoration: underline;
        }

        .aba .ct .txt3 {
            display: table;
            position: relative;
            color: #fff;
            font-size: 12px;
            line-height: 12px;
            letter-spacing: 0px;
            font-weight: 600;
            padding: 5px;
            border-radius: 20px;
            margin-bottom: 15px;
        }


.play {
    display: table;
    font-weight: 500;
    color: #ddd;
    vertical-align: baseline;
    cursor:pointer;
}

.play:hover {
    text-decoration:underline;
}

    .play img {
        display: inline !important;
        margin: initial !important;
        width: 14px !important;
        float: left;
        vertical-align: bottom;
        margin-right: 6px !important;
    }