@font-face {
    font-family: 'pump_trilineregular';
    src: url('http://css2.correiobraziliense.com.br/especiais/veraobsb/2017/fonts/pumptrin-webfont.woff2') format('woff2'),
         url('http://css2.correiobraziliense.com.br/especiais/veraobsb/2017/fonts/pumptrin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


html {
    font-size: 18px;
    height: 100%
}

body {
    font-family: 'Lato', sans-serif;
    position: relative;
    line-height: 1.61;
    color: #231110;
    background-color: white;
	overflow-x: hidden;

}

* {
    box-sizing: border-box
}

p {
    font-size: 1rem
}
/*Header Style*/
.navbar-default {border: medium none transparent; margin: 0px; background-color: rgb(120, 63, 77); }
.apresentado {background-color: #B1594F;}
.patrocinador-logo {background-color: #dcdcd8;/*rgb(254, 186, 116)*/}
.header_cover {
    width: 100vw;
    height: 100vh;
    background-image: url("http://imgs2.correiobraziliense.com.br/especiais/veraobsb/2017/cover_01.png");
    background-size: cover;
    display: inline-block;
    background-position: 50% 60%;
    margin-bottom: 25px;
}

.header_cover h1 {
    position: absolute;
    top: 32vh;
    left: 0;
    width: 100vw;
    text-align: center;
    color: #951416;
    font-size: 8rem;
    font-family: "pump_trilineregular",Arial,sans-serif;
    line-height: 6rem;
}

.header_cover h2 {
    position: absolute;
    top: 57vh;
    width: 80%;
    text-align: center;
    font-size: 3.1rem;
    color: #FFF;
    text-shadow: 1px 1px 1px #D47053;
    left: 10vw;
    font-family: "Lato",sans-serif;
    font-weight: 400;
    letter-spacing: -1.3px;
}

.header_intro-veraobsb {
    margin-top: 65px;
    font-size: 1.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: -0.6px;
}

.header_concurso {
    margin-top: 180px;
    font-size: 1.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: -0.6px;
}

.header_feed {
    margin-top: 60px;
    font-size: 1.8em;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: -0.6px;
}


.header_feed h3 {
    text-align: center;
    margin-bottom: 25px;
    color: rgb(231, 144, 94);
    font-family: "Lato",sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
  }

.content {
    min-height: initial
}

.img-content img {
    width: 100%
}

.img-content-video {
    margin: 0 auto;
    max-width: 768px
}

.img-content-video iframe {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 435px
}

.img-content-auto {
    overflow: hidden
}

.img-content-auto img {
    width: auto
}

#top {
    top: -80px;
    position: absolute
}

.up {
    position: fixed;
    bottom: 85px;
    right: -50px;
    z-index: 12;
    height: 34px;
    background: #7976a5;
    color: #fff
}

.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden
}

*:focus {
    outline: transparent
}

#wrapper {
    height: 100%;
    position: relative;
    padding-bottom: 140px
}

#publicidade-rasgado-3 {
    margin-top: 70px
}

/*News Style*/

    #wrapper div.container:nth-child(5) {
        margin-top: 230px;
    }

    .news-tit {
        text-align: center;
        font-family: "Lato",sans-serif;
        font-weight: 300;
        font-size: 3.5rem !important;
        color: #B1594F;
    }

    .news-subtit {
        font-weight: 300;
        text-align: center;
        padding: 0px 20px;
        font-size: 1.5rem;
        font-family: "Lato",sans-serif;
    }

    .details {
        text-align: center;
        font-size: 1rem;
        color: #999;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        font-weight: 300;
    }

    .details p {
        text-align:center !important
    }

    .details p.autor {
        font-size: 1rem;
        font-weight: 400;
    }

    .details p.autor a {
        color: #B1594F;
    }

    .body-news p {
        text-align: justify;
        font-size: 1.3rem;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        color: black;
        line-height: 1.8rem;
        text-indent: 50px;
    }

    .body-news h2 {
        text-align: justify;
        color: rgb(177, 89, 79);
        font-size: 1.8rem;
        font-weight: 400
    }

    .body-news h3 {
        text-align: justify;
        font-weight: 400;
        color: rgb(120, 63, 77);
        font-size: 1.4rem;
    }

    .body-news blockquote p {
        font-size: 1.8rem;
        line-height: 1.35;
        font-family: "Lato",sans-serif;
        color: #FEBA74;
        border-left: solid 5px;
        margin-left: 20px;
        padding: 0px 40px 0 20px;
        font-weight: 400;
    }

    div.body-news div{
        font-size: 1.3rem;
    }

    div.center {
        float: none;
        text-align: center;
    }

    div.left {
        float: left;
        max-width: 35%
    }

        div.left figure {
                margin: 0px 20px 0px 0px !important;
            }

            div.left figure img {
                    width: 100%;
                    height: auto;
                }

    div.right {
        float: right;
        max-width: 35%
    }

        div.right figure {
                margin: 0px 0px 0px 20px!important;
            }

            div.right figure img {
                    width: 100%;
                    height: auto;
                }

    section.content-gallery a {
        color: #B1594F;
    }

    .js-carousel {z-index: 2;}
    .cctrls {z-index: 1;}
    .auto-show {z-index: 2;}
    .btn-gallery {z-index: 2;}

    .flexslider__photo-credit {
        font-size: 0.6rem !important;
        padding: 4px;
        opacity: 1;
        height: auto;
    }

.content-desc-gallery {
    font-size: 1rem !important;
    font-weight:300;
}


/*Lista de NotÃ­cias*/


    div.l-generic {margin-bottom:25px;}

    div.foto img {width: 100%;}


    #lista time {
        display: inline;
        font-family: "Lato",sans-serif;
        font-weight: 400;
        font-size: 0.6rem;
        margin: 10px 0px;
        color: rgb(120, 63, 77);
        /*border-bottom: 3px solid;*/
    }

    #lista h3 {
        display: block;
        font-family: "Lato",sans-serif;
        font-weight: 300;
        font-size: 2rem;
        margin: 0px 0px 20px;
        color: rgb(177, 89, 79);
    }


.article-area .conteudo {
    max-width: 768px;
    margin: 0 auto
}

.article-area p.conteudo {
    margin-bottom: 30px;
    margin-top: 15px
}

.img-text-full {
    max-height: 500px
}

section .titulo-group h2 {
    font-family: "Lato",sans-serif;
    font-weight: 300;
    font-size: 3.5rem;
    color: #B1594F;
    text-align: center;
    padding: 20px 10px;
  }

section .titulo-group h3 {
    margin: 10px 0 5px 0;
    line-height: 1.3;
    font-weight: 300;
    text-align: center;
    padding: 0px 20px;
    font-size: 1.5rem;
  }

section p {
    text-align: justify;
    margin-top: 15px
}

section .article-area {
    overflow: hidden
}

section .article-area article {
    margin: 30px 0
}

section .article-area article p i {
    line-height: 1.6;
    display: block
}

section .article-area q {
    font-size: 2em;
    line-height: 1.2;
    font-style: italic;
    color: #B79149
}

section .article-area .item-destaque {
    max-width: 400px;
    margin: 0 auto;
    margin-top: -35px
}

section .article-area .item-destaque b {
    font-size: 6rem;
    display: block;
    color: #f69c28;
    text-align: center
}

section .article-area .item-destaque span,
section .article-area .item-destaque i {
    font-style: italic;
    margin-top: -25px;
    display: block;
    font-weight: 700;
    color: #848080;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center
}

.btn-regulamento {
    padding: 10px 20px;
    font-size: 1.5rem;
    color: white;
    border-color: #B1594F;
    background-color: #B1594F;
}

.title_instafeed {
    padding: 30px 10px 0px;
    margin: 30px auto;
    display: table;
    font-weight: 700;
    font-family: "Walter Turncoat",cursive;
    color: rgb(120, 63, 77);
    font-size: 3rem;
    border-top: 1px solid;
    text-align: center;
}

blockquote {
    font-size: 2rem;
    line-height: 1.35;
    font-family: Times, sans-serif;
    color: #666;
    border-left: none
}

blockquote i {
    font-size: 3em !important;
    margin-right: 20px;
    color: #7976a5
}

.full-text {
    margin-top: 15px;
    clear: both
}

.half-text {
    margin-top: 0
}

.half-text .img-content {
    padding-left: 0;
    margin: 0 15px 15px 0
}

.half-text .center-block {
    float: none;
    margin-right: auto;
    margin-left: auto
}

.img-text-full .img-content img {
    margin: 0 auto;
    display: block
}

.img-content .subtitle_bg {
    font-size: 100%;
    line-height: 1.5;
    padding: 10px;
    background: rgba(210, 209, 222, 0.6) none repeat scroll 0% 0%;
    text-align: center
}

.social {
    margin: 0 auto;
    padding: 0;
    max-width: 768px;
    text-align: center
}

.social li {
    list-style: none;
    display: inline-block;
    margin-right: 25px
}

.social li a {
    display: block
}

.social li a:hover {
    text-decoration: none
}

.social li a i {
    font-size: 5.5em
}

.social li:last-of-type {
    margin-right: 0
}

.social li .facebook {
    color: #3b5998
}

.social li .twitter {
    color: #55acee
}

.social li .email {
    color: #A52A2A
}

#publicidade-rasgado-3 p.container {
    color: #979797;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase
}

.publicidade img {
    margin: 0 auto;
    display: block
}

section .addthis_sharing_toolbox {
    height: 60px;
    width: 130px;
    margin: 40px auto 60px
}

section .addthis_sharing_toolbox .at-share-tbx-element.addthis_20x20_style .at-share-btn,
section .addthis_sharing_toolbox .at-share-tbx-element.addthis_20x20_white_style .at-share-btn,
section .addthis_sharing_toolbox .at-share-btn {
    display: block;
    max-width: 60px;
    max-height: 60px;
    float: left
}

section .addthis_sharing_toolbox .addthis_20x20_style .at-icon,
section .addthis_sharing_toolbox .addthis_20x20_white_style .at-icon,
section .addthis_sharing_toolbox .at-20x20 {
    width: 60px !important;
    height: 60px !important;
    background-position: center;
    background-size: initial !important
}

section .addthis_sharing_toolbox a .at-icon-wrapper {
    width: 30px !important;
    height: 30px !important
}

section .addthis_sharing_toolbox a .at-icon-wrapper svg {
    width: 30px !important;
    height: 30px !important
}

section .addthis_sharing_toolbox .at-share-btn.at-svc-whatsapp {
    display: none !important
}

.expediente {
    font-size: 85%;
    margin-top: 70px
}

.expediente .container {
    padding-top: 30px;
    border-top: 1px solid #d8dad9
}

.expediente h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

.expediente ul {
    margin: 0;
    padding: 0
}

.expediente ul li {
    list-style: none;
    text-align: center;
    margin-bottom: 10px
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    overflow: hidden
}

.cb-bg {
    background-color: #003e76;
    padding: 10px 0;
    color: #fff;
    height: 100%
}

.cb-bg p {
    line-height: 3;
    text-align: right;
    margin: 0
}

@media (max-width: 767px) {
    #wrapper {
        padding-bottom: 200px;
        background-position: 0 180px
    }
    .up {
        bottom: 0;
        width: 100%;
        right: 0 !important;
        background: #dcdcd8;
    }
    .patrocinador-logo .addthis_sharing_toolbox {
        display: none;
        right: 15px
    }
    .patrocinador-logo .addthis_sharing_toolbox .at-share-btn.at-svc-whatsapp {
        display: inline-block
    }
    .navbar-default .navbar-header {
        margin: 0
    }
    .fullscreen-bg__video {
        display: none
    }
    .navbar-header .patrocinador-logo .container p {
        display: none
    }
    .navbar-header .patrocinador-logo .container .publicidade-header {
        max-width: 100px
    }
    .navbar-header .patrocinador-logo .container .publicidade-header #google_image_div a {
        display: block;
        height: 100%
    }
    .navbar-header .patrocinador-logo .container .publicidade-header #google_image_div a .img_ad {
        width: 100%;
        height: auto;
        padding: 7px 0
    }
    section .article-area .item-destaque b {
        font-size: 5rem
    }
    section .titulo-group h2 {
        font-size: 1.6rem;
        margin-top: 0
    }
    section .titulo-group h3 {
        line-height: 1.5;
        font-size: 1.3rem;
        text-align: justify;
        padding: 10px;
        font-family: 'Lato', sans-serif;
    }
    section .addthis_sharing_toolbox {
        /*width: 207px*/
      	width: 141px;
    }
    section .addthis_sharing_toolbox .at-share-btn.at-svc-whatsapp {
        display: inline-block !important
    }

    .body-news blockquote p {
        font-size: 1.3rem;
        line-height: 1.35;
        font-family: "Lato",sans-serif;
        color: #FEBA74;
        border-left: 5px solid;
        margin-left: 10px;
        padding: 0px 20px 0px 10px;
        font-weight: 400;
        text-align: left !important;
        text-indent: 0px;
    }

    #lista h3 {
    	font-size: 1.1rem;
    	letter-spacing: -1px;
    	margin-top: 5px;
    }

    div.foto img {
     	width: 100%;
      	position: relative;
      	top: 0px;
      	margin: 7px 0 0 0;
      	padding: 0px;

    }


  /*Notícia Interna*/
  /*News Style*/

    #wrapper div.container:nth-child(5) {
        margin-top: 150px;
    }

    .news-tit {
        text-align: center;
        font-family: "Lato",sans-serif;
        font-weight: 300;
        font-size: 2.3rem !important;
        color: #B1594F;
    }

    .news-subtit {
        font-weight: 300;
        text-align: center;
        padding: 0px 20px;
        font-size: 1.5rem;
        font-family: "Lato",sans-serif;
    }

    .details {
        text-align: center;
        font-size: 1rem;
        color: #999;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        font-weight: 300;
    }

    .details p.autor {
        font-size: 1rem;
        font-weight: 400;
    }

    .details p.autor a {
        color: #B1594F;
    }

    .body-news p {
        text-align: justify;
        font-size: 1.3rem;
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        color: black;
        line-height: 1.8rem;
        text-indent: 50px;
    }

    .body-news h2 {
        text-align: justify;
        color: rgb(177, 89, 79);
        font-size: 1.8rem;
        font-weight: 400
    }

    .body-news h3 {
        text-align: justify;
        font-weight: 400;
        color: rgb(120, 63, 77);
        font-size: 1.4rem;
    }

    .body-news blockquote p {
        font-size: 1.8rem;
        line-height: 1.35;
        font-family: "Lato",sans-serif;
        color: #FEBA74;
        border-left: solid 5px;
        margin-left: 20px;
        padding: 0px 40px 0 20px;
        font-weight: 400;
    }

  	div.body-news ul {
      	list-style-position: inside;
        padding-left: 40px;
        list-style: circle;
        font-weight: 300;
        line-height: 2.1rem;
	}

    div.body-news div{
        font-size: 1.3rem;
    }

    div.center {
        float: none;
        text-align: center;
    }

    div.left {
        float: none;
        max-width: 100%;
        margin: 0px;
    }

        div.left figure {
                margin: 0px !important;
            }

            div.left figure img {
                    width: 100%;
                    height: auto;
                }

    div.right {
        float: none;
        max-width: 100%;
        margin: 0px;
    }

        div.right figure {
                margin: 0px !important;
            }

            div.right figure img {
                    width: 100%;
                    height: auto;
                }

    section.content-gallery a {
        color: #B1594F;
    }

    .js-carousel {z-index: 2;}
    .cctrls {z-index: 1;}
    .auto-show {z-index: 2;}
    .btn-gallery {z-index: 2;}

    .flexslider__photo-credit {
        font-size: 0.6rem !important;
        padding: 4px;
        opacity: 1;
        height: auto;
    }

.content-desc-gallery {
    font-size: 1rem !important;
    font-weight:300;
}


    .title_instafeed {
    	font-size: 2em;
    }

    .home-section {
        margin-top: 35px;
        height: 243px
    }
    .home-section .content {
        padding-top: 37px
    }
    .home-section .patrocinador-vitrine {
        height: 64px
    }
    .home-section .patrocinador-vitrine .patrocinio-overlay {
        background-color: #1B1B1B;
        margin: 0;
        right: 0
    }
    .home-section .patrocinador-vitrine .patrocinador-content {
        margin: 0;
        left: 0;
        width: 100%
    }
    .home-section .patrocinador-vitrine .patrocinador-content p,
    .home-section .patrocinador-vitrine .patrocinador-content #logo_peq {
        display: none
    }
    .home-section .patrocinador-vitrine .patrocinador-content a {
        float: none;
        max-width: 160px;
        position: relative;
        margin: 0 auto;
        padding: 0px 25px
    }
    .home-section .patrocinador-vitrine .patrocinador-content a img {
        width: 100%
    }
    .home-section .patrocinador-vitrine .patrocinador-content #publicidade.publicidade {
        margin-top: 11px;
        float: none
    }
    .home-section .img-text-full figcaption {
        padding: 0 15px
    }
    .home-section .content p {
        margin: 15px 0;
        font-size: 0.9em;
        line-height: 1.5
    }
    .home-section h2 {
        font-size: 1em
    }
    .img-content.natal-melhor img {
        margin-top: 0
    }
    .half-text .img-content {
        padding: 0;
        margin-right: 0
    }
    .footer {
        height: 120px;
        bottom: 20px
    }
    .footer .cb-bg p,
    .footer .cb-bg .navbar-brand {
        text-align: center;
        float: none;
        margin: 0 auto;
        line-height: 1.3;
        font-size: 0.75em
    }
    .footer .cb-bg .navbar-brand {
        display: block;
        width: 180px
    }
    .footer .cb-bg .navbar-brand img {
        display: initial
    }
}

@media (max-width: 467px) {
    .navbar-default .logo-header {
        margin: initial
    }
    .navbar-default .logo-header .navbar-brand {
        padding: 15px 0
    }
    blockquote {
        font-size: 1.1rem;
        line-height: 1.35;
        font-family: Times, sans-serif;
        color: #666;
        border-left: none;
        margin-bottom: 0
    }
    blockquote+em {
        margin-bottom: 20px;
        font-weight: 700
    }
}

.navbar-header {
    width: 100%
}

.navbar-fixed-top .navbar-collapse {
    max-height: 396px
}

.navbar-default {
    background-color: #783F4D;
    border: transparent;
    margin: 0
}

.navbar-default .navbar-header {
    position: relative
}

.navbar-default .logo-header {
    display: block;
    margin: 0 auto;
    width: 150px
}

.navbar-default .logo-header .navbar-brand {
    padding: 15px 0
}

.apresentado {
    background-color: #B1594F;
}

.apresentado span {
    width: 114px;
    position: relative;
    margin: 0 auto;
    height: 36px;
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 2.5;
    text-align: center
}

.patrocinador-logo .container {
    position: relative
}

.patrocinador-logo .container #publicidade-1.publicidade-header {
    display: block;
    color: #fff;
    margin: 0 auto;
    max-width: 170px;
    height: 50px;
    position: relative
}

.patrocinador-logo .container #publicidade-1.publicidade-header img {
    height: 100%;
    padding: 5px 0;
    display: block;
    margin: 0 auto
}

.patrocinador-logo p {
    float: left;
	line-height: 3;
	max-height: 30px;
	margin: 0;
	color: #1e1815;
	font-size: 1em;
	margin-top: 4px;
}

.patrocinador-logo .addthis_sharing_toolbox {
    position: absolute;
    right: 0px;
    top: 10px
}

.patrocinador-logo .addthis_sharing_toolbox .at-svc-email {
    display: none
}

.patrocinador-logo .addthis_sharing_toolbox .at-share-btn.at-svc-whatsapp {
    display: none
}

@media (max-width: 767px) {
    .patrocinador-logo .addthis_sharing_toolbox {
        display: none;
        right: 15px
    }
    .patrocinador-logo .addthis_sharing_toolbox .at-share-btn.at-svc-whatsapp {
        display: inline-block
    }
    .navbar-default .navbar-header {
        margin: 0
    }
    .navbar-header .patrocinador-logo .container p {
        display: none
    }
    .navbar-header .patrocinador-logo .container .publicidade-header {
        max-width: 100px
    }
    .navbar-header .patrocinador-logo .container .publicidade-header #google_image_div a {
        display: block;
        height: 100%
    }
    .navbar-header .patrocinador-logo .container .publicidade-header #google_image_div a .img_ad {
        width: 100%;
        height: auto;
        padding: 7px 0
    }
}

@media (max-width: 467px) {
    .navbar-default .logo-header {
        margin: initial
    }
    .navbar-default .logo-header .navbar-brand {
        padding: 15px 0
    }

    .header_cover h1 {
        top: 28vh;
        left: 0vw;
        width: 100vw;
        font-size: 6rem;
        line-height: 5rem;
    }

    .header_cover h2 {
        top: 61vh;
        width: 99%;
        font-size: 2.2rem;
        left: 0;
    }
}

.painel {
    background-repeat: no-repeat;
    background-size: 100%
}

.containerS {
    width: 100%;
    max-width: 600px;
    margin: 260px auto 0;
    position: relative
}

.animation {
    text-align: center;
    margin-bottom: 1em
}

.animation path {
    fill: #444082;
    box-shadow: 5px 2px 10px
}

.signature {
    position: absolute;
    top: 40%;
    left: 20%;
    width: 65%;
    height: 100%
}

.signature path {
    stroke: #444082
}

#Splash {
    opacity: 0
}

.active #Splash {
    -webkit-animation: fadeIn50 6s 1s ease 1 forwards;
    animation: fadeIn50 6s 1s ease 1 forwards
}

.active #Splash path:nth-child(3n) {
    -webkit-animation: shimmer 1.3s 0s infinite;
    animation: shimmer 1.3s 0s infinite
}

.active #Splash path:nth-child(3n-1) {
    -webkit-animation: shimmer 1.3s 0.3s infinite;
    animation: shimmer 1.3s 0.3s infinite
}

.active #Splash path:nth-child(3n-2) {
    -webkit-animation: shimmer 1.3s 0.7s infinite;
    animation: shimmer 1.3s 0.7s infinite
}

#Solid {
    opacity: .25
}

.active #Solid {
    -webkit-animation: fadeIn100 3s ease 1 forwards;
    animation: fadeIn100 3s ease 1 forwards
}

@keyframes shimmer {
    0% {
        opacity: 0.35
    }
    25% {
        opacity: 0.5
    }
    75% {
        opacity: 0.5
    }
    100% {
        opacity: 0.35
    }
}

@keyframes fadeIn50 {
    0% {
        opacity: 0
    }
    100% {
        opacity: .5
    }
}

@keyframes fadeIn100 {
    0% {
        opacity: .35
    }
    100% {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .containerS {
        margin-top: 160px;
        min-height: 250px
    }
    .containerS .animation,
    .containerS .signature {
        display: none
    }
}

.menu-paper {
    z-index: 4;
    position: fixed;
    width: 100%;
    top: 135px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.menu-paper nav {
    height: auto;
    overflow: hidden;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.05)
}

.menu-paper nav:before,
.menu-paper nav:after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(0% 0%, 5% 100%, 10% 0%, 15% 100%, 20% 0%, 25% 100%, 30% 0%, 35% 100%, 40% 0%, 45% 100%, 50% 0%, 55% 100%, 60% 0%, 65% 100%, 70% 0%, 75% 100%, 80% 0%, 85% 100%, 90% 0%, 95% 100%, 100% 0%)
}

.menu-paper nav:before {
    background-color: #dedede;
    top: 0
}

.menu-paper nav:after {
    background-color: #f8f7f4;
    bottom: -2px;
}

.menu-paper ul {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
}

.menu-paper li {
    display: block;
    list-style: none;
    padding: 16px 0;
    float: left;
}

.menu-paper li a {
    border-right: 1px dashed rgb(254, 186, 116);
    font-size: 1rem;
    padding: 5px;
    text-decoration: none;
    color: #B1594F;
}

.menu-paper li:hover {
    background-color: #963030
}

.menu-paper li:hover a {
    color: #fff
}

.menu-paper li:nth-child(2):hover {
    background-color: #E7905E
}

.menu-paper li:nth-child(3):hover {
    background-color: #FEBA74
}

.menu-paper li:nth-child(4):hover {
    background-color: #E7B55E
}

.menu-paper li:nth-child(5):hover {
    background-color: #FFD668
}

.menu-paper li:nth-child(6):hover {
    background-color: #F4BA57
}

.menu-paper li:nth-child(7):hover {
    background-color: #FEAD5B
}

.menu-paper li:nth-child(8):hover {
    background-color: #E7905E
}

.menu-paper li:last-child a {
    border: none
}

.menu-paper li:last-child:hover {
    background-color: #FF8868
}

#menu-full {
    display: none
}

@keyframes menu-animation {
    0% {
        opacity: 0;
        transform: scale(0.04) translateY(300%)
    }
    40% {
        transform: scale(0.04) translateY(0);
        transition: ease-out
    }
    40% {
        transform: scale(0.04) translateY(0)
    }
    60% {
        opacity: 1;
        transform: scale(0.02) translateY(0px)
    }
    61% {
        transform: scale(0.04)
    }
    99.9% {
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        transform: scale(2);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}

@media (max-width: 1023px) {
    .menu-paper ul {
        max-width: 840px
    }
    .menu-paper ul li a {
        font-size: 0.7rem
    }
}

@media (max-width: 991px) {
    .header_cover h1 {
        top: 15vh;
        left: 0;
        width: 100vw;
        font-size: 6rem;
        line-height: 5rem;
    }

    .header_cover h2 {
      	top: 50vh;
        width: 100%;
        font-size: 2.1rem;
        left: 0;
    }
}

@media (max-width: 767px) {
    .menu-paper {
        display: none
    }
    #menu-full {
        display: block
    }
    #menu-full .menu-title {
        position: fixed;
        text-transform: uppercase;
        font-weight: 700;
        transition: opacity 0.7s ease-out;
        z-index: 999999;
        color: #fff;
        right: 64px;
        top: 20px;
        font-size: 0.65rem;
        display: block
    }
    #menu-full button {
        background-color: transparent;
        position: fixed;
        z-index: 99999;
        top: 14px;
        right: 12px;
        border: none;
        width: 30px;
        height: 25px;
        outline: none;
        transition: opacity 0.2s ease-out;
        cursor: pointer
    }
    #menu-full button:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        right: auto;
        width: 100%;
        background: linear-gradient(to bottom, #fff, #fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%, #fff 100%);
        transition: opacity 0.2s ease-out, width 0.2s 0.2s ease-out
    }
    #menu-full button:after {
        opacity: 0;
        content: 'x';
        color: white;
        position: absolute;
        top: 16px;
        left: -4px;
        font-family: Arial, sans-serif;
        font-size: 76px;
        line-height: 0;
        transition: opacity 0.4s ease-out
    }
    #menu-full button:active {
        transform: translateY(2px)
    }
    #menu-full button:hover {
        opacity: 1
    }
    .open #menu-full button {
        opacity: 1
    }
    .open #menu-full button:before {
        opacity: 0;
        width: 0
    }
    .open #menu-full button:after {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(360deg);
        transition: transform 0.4s 1s ease-out, opacity 0.4s 1s ease-out
    }
    #menu-full nav {
        z-index: 99998;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        overflow: hidden
    }
    #menu-full nav:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #B1594F;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%;
        transform: scale(0.04), translateY(9999px);
        overflow: hidden
    }
    .open #menu-full nav {
        top: 0
    }
    .open #menu-full nav:before {
        animation: menu-animation 0.8s ease-out forwards
    }
    #menu-full ul {
        list-style: none;
        margin: 0;
        padding: 0
    }
    #menu-full ul li {
        cursor: pointer;
        padding: 6px 20px;
        font-size: 48px
    }
    #menu-full .menu {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        backface-visibility: hidden;
        perspective: 1000;
        min-width: 300px
    }
    #menu-full .menu li {
        opacity: 0;
        text-align: center;
        transform: translate3d(0, 36px, 0);
        padding: 10px 0;
        font-size: 1.46rem;
        line-height: 1.2;
        margin: 10px 0
    }
    #me/*nu-full .menu li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        left: auto;
        background-color: white;
        height: 100%;
        width: 0;
        overflow: hidden;
        transition: width 0.14s ease-out
    }*/
    #menu-full .menu li:after {
        opacity: 0;
        content: attr(data-text);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        color: #fff;
        overflow: hidden;
        transform: translate(-24px, 6px);
        transition: transform 0.1s ease-out, opacity 0.1s ease-out
    }
    #menu-full .menu li:hover:before {
        left: 0;
        right: auto;
        width: 100%
    }
    #menu-full .menu li:hover:after {
        opacity: 1;
        padding: 0 20px;
        transform: translate(0px, 6px);
        transition: transform 0.2s 0.14s ease-out, opacity 0.2s 0.14s ease-out
    }
    #menu-full .menu li a {
        z-index: 99999;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        color: #e6c515;
        /*font-family: 'Walter Turncoat', cursive*/
    }
    .open #menu-full .menu li {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: transform 0.2s ease-out, opacity 0.2s ease-out
    }
    .open #menu-full .menu li:nth-child(1) {
        transition-delay: .75s
    }
    .open #menu-full .menu li:nth-child(2) {
        transition-delay: .85s
    }
    .open #menu-full .menu li:nth-child(3) {
        transition-delay: .95s
    }
    .open #menu-full .menu li:nth-child(4) {
        transition-delay: 1.05s
    }
    .open #menu-full .menu li:nth-child(5) {
        transition-delay: 1.15s
    }
    .open #menu-full .menu li:nth-child(6) {
        transition-delay: 1.25s
    }
    .open #menu-full .menu li:nth-child(7) {
        transition-delay: 1.35s
    }
    .open #menu-full .menu li:nth-child(8) {
        transition-delay: 1.45s
    }
    .open #menu-full .menu li:nth-child(9) {
        transition-delay: 1.55s
    }
    .open #menu-full .menu li:nth-child(10) {
        transition-delay: 1.65s
    }
    .open #menu-full .menu li:nth-child(11) {
        transition-delay: 1.75s
    }
    .open #menu-full .menu li:nth-child(12) {
        transition-delay: 1.85s
    }
    .open #menu-full .menu li:nth-child(13) {
        transition-delay: 1.95s
    }
    .open #menu-full .menu li:nth-child(14) {
        transition-delay: 2.05s
    }

    #menu-full p {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 18px
    }
    #menu-full p span {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 20px;
        margin-bottom: 24px;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px
    }
    #menu-full p span:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -12px;
        margin: auto;
        background-color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 3px
    }
    #menu-full p span:after {
        content: '';
        position: absolute;
        top: -2px;
        bottom: 0;
        left: -6px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent white transparent
    }
}

@media (max-width: 320px) {
    .header_cover h1 {
        top: 20vh;
        left: 0vw;
        width: 100vw;
        font-size: 5rem;
        line-height: 4rem;
    }

    .header_cover h2 {
        top: 56vh;
        width: 99%;
        font-size: 1.7rem;
        left: 0;
 }
}

/*# sourceMappingURL=main.css.map */

/*Vinícius*/
.pills-especial{
  text-align: center;
}

.pills-especial li a:hover{
  background-color: #963030;
  color: #fff;
}

.pills-especial li a{
  color: #B1594F;
}

.up {
    background: #963030;
}