html {
    font-size: 62.5%;
}
body {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 400;
    font-family: 'Ropa Sans', sans-serif;
    color: #000000;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

#header {
    height: 450px;    
    background-image: url(../images/bgHeaderResponsivo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (min-width: 1200px) {
#header {
    height: 730px;
    background-image: url(../images/bgHeader.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
}

.headerCultura {
    display: block;
    width: 100%;
    max-width: 727px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

@media (min-width: 1200px) {
.headerCultura {
    margin-top: 195px;
}
}

#intro {
    position: relative;
    margin-top: -129px;
    z-index: 999;
    background-color: #00263d;
}

@media (min-width: 1200px) {
#intro {
    position: relative;
    height: 358px;
    margin-top: -169px;
    z-index: 999;    
    background-image: url(../images/bgIntro2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
}
}

.intro {
    height: 336px;
}

.introText {
    color: #ffffff;
    padding: 40px;
    font-size: 24px;
}

@media (min-width: 1200px) {
.introText {
    padding: 40px;
    font-size: 32px;
}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
    display: block;
}

#manifesto {
    margin-top: -168px;
    padding-top: 300px;
    padding-bottom: 300px;
    background-color: #d2d2d2;
}

.nosso {
    font-size: 64px;
}

.manifestoText {
    font-size: 24px;
}

@media (min-width: 1200px) {
.manifestoText {
    font-size: 32px;
}
}

#valores {
    position: relative;
    margin-top: -169px;
    z-index: 999;
    background-color: #dc1e34;
}

@media (min-width: 1200px) {
#valores {
    position: relative;
    height: 358px;
    margin-top: -169px;
    z-index: 999;    
    background-image: url(../images/bgValores.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
}
#valores > .container {
    padding-top: 30px;
}
}

.valoresSlider {
    display: none;
}

@media (min-width: 1200px) {
.valoresSlider {
    display: block;
}
.nine.columns.valoresSlider .slick-current {
    border-bottom: 2px solid #ffffff;
}
}

.valoresTitle {
    color: #ffffff;
    text-align: center;
    font-size: 64px;
    line-height: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    margin: 0;
}

@media (min-width: 1200px) {
.valoresTitle {
    color: #ffffff;
    text-align: center;
    font-size: 64px;
    line-height: 1;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 90px;
    margin: 0;
}
}

.slideMenu {
    width: 139px;
    cursor: pointer;
}

.slidelabel {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    margin: 25px 0 0 0;
}

.slideImg {
    display: block;
    width: 100%;
    max-width: 323px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1200px) {
.slideImg {
    margin-right: 0px;
}
}

/* the slides */
.nine.columns.valoresSlider .slick-slide {
    height: 210px;
    margin: 45px 10px;
}
.slick-slide {
    margin: 45px 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
    padding: 0;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 14px;
    line-height: 28px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nosso2 {
    font-size: 40px;
    margin-top: 40px;
    color: #cc0000;
}

@media (min-width: 1200px) {
.nosso2 {
    font-size: 64px;
}
}

.footer {
    margin-top: 20px;
    padding: 15px 0;
    background-color: #df1f36;
}

.limite {
    background:none; 
    margin: auto; 
    min-width:200px; 
    max-width:1200px;
}

.sessao-footer {
    display: none;
}

.Rsessao-footer {
    text-align: center;
    background:#df1f36;
    font-size: 14px;
}

.Rsessao-footer .row:not(:first-child) {
    margin-top: 10px;
}

.Rsessao-footer a {
    color: white;
    text-decoration: none;
}

.Rsessao-footer a:hover {
    color:#dc0a3d;
}

@media (min-width: 1200px) {
    .sessao-footer {
        display: block;
        height: 40px; 
/*        padding:15px 0; */
        background:#df1f36;
    }
    .Rsessao-footer {
        display: none;
    }
}

.efeito-01{-webkit-transform: translateZ(0); transition: 0.4s ease;}

.sessao-footer .area-loginhos{position: relative; cursor: pointer}
.sessao-footer .area-loginhos .logo-footer{width: 40px; height: 40px; background: url(../images/footer-logo.png) center center no-repeat; float: left; margin-right: 10px;}
.sessao-footer .area-loginhos .seta{width: 16px; height: 40px; background: url(../images/footer-seta.png) 0 center no-repeat; float: left; margin-right: 10px;}
.sessao-footer .area-loginhos ul{padding: 0; margin: 0; list-style: none; opacity: 0;}
.sessao-footer .area-loginhos ul li{height: 40px; float: left; margin-right: 10px;}
.sessao-footer .area-loginhos ul li a{line-height: 40px; color: #fff;  font-size: 16px; margin: 0 20px 0 0;}
.sessao-footer .area-loginhos ul li a:hover{color:#dc0a3d;}
.sessao-footer .area-loginhos:hover ul{opacity: 1;}
.sessao-footer .area-loginhos:hover .seta{background-position: center center;}

.sessao-footer a {
    text-decoration: none;
}

.copy {
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    color: #ffffff;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .copy {
        text-align: right;
        line-height: 50px;
        margin-top: 0px;
    }
}



















@media (min-width: 1200px) {}
