@font-face {
    font-family: 'din-bold';
    src: url('fonts/DINPro-Bold.otf');
    src: url('fonts/DINPro-Bold.otf?#iefix') format('embedded-opentype'), url('fonts/DINBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-light';
    src: url('fonts/DINPro-Light.otf');
    src: url('fonts/DINPro-Light.otf?#iefix') format('embedded-opentype'), url('fonts/DINLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-black';
    src: url('fonts/DINPro-black.otf');
    src: url('fonts/DINPro-black.otf?#iefix') format('embedded-opentype'), url('fonts/DINBlack.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din-regular';
    src: url('fonts/DINPro-regular.otf');
    src: url('fonts/DINPro-regular.otf?#iefix') format('embedded-opentype'), url('fonts/DIN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hide {
    display: none !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

body {
    background: #000000;
    font-family: "din-bold";
}

.container {
    width: 1000px;
    margin: 0 auto;
}

header {
    background-color: #fffffe;
    height: 92px;
}

header h1 {
    width: 92px;
    height: 92px;
    background: url(../_images/logo.png) center center no-repeat;
    text-indent: -99999px;
    float: left;
}

header .nav {
    height: 92px;
    float: left;
}

header .nav li {
    line-height: 92px;
    float: left;
    margin: 0 23px;
}

header .nav li a {
    color: #141313;
    text-decoration: none;
    font-size: 21px;
}

header .links {
    float: right;
}

header .links a {
    height: 92px;
    float: left;
}

header .bt-menu-mobile {
    display: none;
}

header .links .link-facebook {
    background: url(../_images/facebook.png) center center no-repeat;
    width: 25px;
    margin-right: 6px;
}

header .links .link-instagram {
    background: url(../_images/instagram.png) center center no-repeat;
    width: 26px;
    margin-right: 12px;
}

header .links .link-igrejaCentral {
    background: url(../_images/igrejaCentral.png) center center no-repeat;
    width: 96px;
    margin-right: 9px;
    text-indent: -99999px;
}

section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

section.bg-1 {
    background-image: url(../_images/bg-1.jpg);
}

section.bg-2 {
    background-image: url(../_images/bg-2.jpg);
}

section.bg-3 {
    background-image: url(../_images/bg-3.jpg);
}

section .links {
    float: left;
    height: 155px;
    margin-top: 33px;
    margin-left: 23px;
}

section .links li {
    float: left;
    width: 155px;
    height: 155px;
    margin: 0 2px;
    background: #ffffff;
    text-align: center;
}

section .links li a {
    float: left;
    width: 155px;
    height: 155px;
    text-decoration: none;
}

section .links li img {
    margin-top: 40px;
}

section .links li p {
    color: #141313;
    font-size: 21px;
}

section .banner {
    float: left;
    width: 954px;
    height: 373px;
    margin: 42px 23px;
    position: relative;
}

section .banner ul {
    float: left;
    width: 100%;
    height: 373px;
    position: relative;
}

section .banner ul li {
    float: left;
    width: 100%;
    height: 373px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

section .banner ul li.active {
    display: block;
}

section .banner .arrow {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    cursor: pointer;
}

section .banner .arrow img {
    margin: 7px 0;
}

section .banner .arrow-left {
    left: 13px;
}

section .banner .arrow-right {
    right: 13px;
}

section .banner .bullets {
    position: absolute;
    bottom: 8px;
    background: rgba(255, 255, 255, 0.4);
    padding: 4px 6px;
    left: 50%;
}

section .banner .bullets a {
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 2px;
    background: url(../_images/banner-bullet.png) bottom center no-repeat;
}

section .banner .bullets a.active {
    background-position: top center;
    cursor: default;
}

section p.footer {
    float: left;
    width: 100%;
    text-align: center;
    color: #ffffff;
    bottom: 10px;
    position: absolute;
    font-family: "din-light";
}

.modal-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
}

.modal {
    position: absolute;
    width: 950px;
    left: 50%;
    margin-left: -475px;
    background-color: #ffffff;
    top: 30px;
    min-height: 600px;
    z-index: 40;
}

.modal .anchor {
    text-align: center;
    margin-bottom: 30px;
}

.modal .anchor a img {
    max-height: 80px;
    margin: 0 5px;
}

.modal .btn-modal-close {
    background: #acacac;
    width: 40px;
    top: 10px;
    right: 17px;
    position: absolute;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-size: 23px;
    font-family: 'din-bold';
    color: #141313;
}

.modal .modal-title {
    text-align: center;
    margin-bottom: 50px;
}

.modal#modalDiscografia .modal-title {
    margin-bottom: 30px;
}

.modal .modal-title h2 {
    font-size: 86px;
    font-family: 'din-black';
    letter-spacing: -10px;
    display: inline;
    border-bottom: 2px solid #141313;
    position: relative;
}

.modal .modal-title h2 span {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 100px;
    display: inline-block;
}

.modal .modal-content {
    width: 520px;
    margin-left: 215px;
    margin-top: 40px;
}

.modal .modal-content-full {
    width: 823px;
    margin-left: 35px;
    margin-right: 35px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 5px;
}

.modal .bg-quemSomos {
    background: url("../_images/bg-quemSomos.png") #ebebeb no-repeat;
}

.modal .modal-content-full p,
.modal .modal-content p {
    font-size: 18px;
    text-align: center;
    font-family: 'din-regular';
    text-transform: uppercase;
}

.modal .modal-content-full p {
    font-size: 16px;
    margin-bottom: 25px;
}

.modal .modal-content-full p.cd-year {
    display: none;
}

.modal .modal-content form {
    margin-top: 30px;
}

.modal .modal-content .form-control label {
    font-size: 18px;
    font-family: 'din-regular';
    height: 35px;
    display: inline-block;
    text-transform: uppercase;
    width: 120px;
    margin-right: 6px;
    text-align: right;
    vertical-align: top;
    line-height: 35px;
}

.modal .modal-content .control {
    display: inline-block;
}

.modal .modal-content .form-control {
    margin-bottom: 4px;
}

.modal .modal-content .form-control input {
    width: 370px;
    height: 35px;
    background: #ebebeb;
    border: none;
    padding: 0 10px;
}

.modal .modal-content .form-control select {
    width: 390px;
    height: 35px;
    background: #ebebeb;
    border: none;
    padding: 0 10px;
}

.modal .modal-content .form-control textarea {
    width: 370px;
    height: 145px;
    background: #ebebeb;
    border: none;
    padding: 10px;
}

.modal .modal-content .form-control textarea.error,
.modal .modal-content .form-control select.error,
.modal .modal-content .form-control input.error {
    background: #ff0000;
}

.modal .modal-content .btn-control {
    text-align: right;
}

.modal .modal-content .btn-control .btclear {
    font-family: 'din-regular';
}

.modal .modal-content .btn-control .btn-modal {
    width: 74px;
    height: 24px;
    font-size: 13px;
    background: #acacac;
    font-family: 'din-black';
    margin-right: 0px;
    text-decoration: none;
    color: #141313;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    border: none;
}

.modal .modal-title h2 span {
    background-size: cover;
}

.modal .modal-title .icon-tit-newsLetter {
    background: url("../_images/icon-tit-newsletter.png") center center no-repeat;
    height: 60px;
    width: 84px;
    background-size: contain;
}

.modal .modal-title .icon-tit-video-clipes {
    background: url("../_images/icon-tit-newsletter.png") center center no-repeat;
    height: 60px;
    width: 84px;
    background-size: contain;
}

.modal .modal-title .icon-tit-quemSomos {
    background: url("../_images/icon-tit-quemSomos.png") center center no-repeat;
    height: 59px;
    width: 39px;
    background-size: contain;
}

.modal .modal-title .icon-tit-discografia {
    background: url("../_images/icon-tit-discografia.png") center center no-repeat;
    height: 62px;
    width: 65px;
    background-size: contain;
}

.modal .modal-title .icon-tit-tools {
    background: url("../_images/icon-tit-tools.png") center center no-repeat;
    height: 54px;
    width: 85px;
    background-size: contain;
}

.modal .modal-title .icon-tit-clips {
    background: url("../_images/icon-tit-clips.png") center center no-repeat;
    height: 65px;
    width: 92px;
    background-size: contain;
}

.modal .modal-content-full .discography {
    float: left;
}

.modal .modal-content-full .discography li {
    float: left;
    margin-bottom: 10px;
}

.modal .modal-content-full .discography li img {
    float: left;
    margin-right: 15px;
    width: 158px;
    height: 158px;
}

.modal .modal-content-full .discography li h3 {
    font-size: 30px;
    font-family: "din-black";
    width: 700px;
    float: right;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.modal .modal-content-full .discography li span {
    font-size: 30px;
    font-family: "din-light";
    text-transform: uppercase;
}

.modal .modal-content-full .discography li ul,
.modal .modal-content-full .discography li ul li {
    float: left;
    width: 654px;
}

.modal .modal-content-full .discography li ul li {
    line-height: 32px;
    border-bottom: 1px solid #dddddd;
}

.modal .modal-content-full .discography li ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.modal .modal-content-full .discography li ul li a img {
    width: 21px;
    height: 21px;
    margin: 6px;
}

.modal .modal-content-full .discography li ul li p {
    font-size: 17px;
    font-family: "din-light";
    float: left;
    margin-bottom: 0;
    margin-left: 5px;
}

.modal .modal-content-full .discography li ul li p span {
    font-size: 17px;
    font-family: "din-light";
}

.modal .modal-content-full .discography li p b {
    font-family: "din-black";
}

.modal .modal-content-full .discography ul li .links {
    float: right;
    color: #141313;
    font-size: 14px;
    font-family: "din-regular";
    text-transform: uppercase;
    margin-right: 5px;
}

.modal .modal-content-full .discography ul li .links a {
    font-size: 14px;
    font-family: "din-regular";
    text-transform: uppercase;
    color: #141313;
    text-decoration: none;
}

.modal .modal-content-full ul.clips li {
    width: 275px;
    height: 174px;
    margin: 4px;
    float: left;
    text-align: center;
    line-height: 16px;
}

.modal .modal-content-full ul.clips li a {
    text-decoration: none;
    color: #141313;
    font-family: 'din-regular';
}

.modal .modal-content-full ul.clips li img {
    width: 275px;
    height: 154px;
}

@media (max-height:700px) {
    section .links {
        margin-top: 15px;
    }
    section .links,
    section .links li,
    section .links li a {
        height: 130px;
    }
    section .links li img {
        margin-top: 25px;
    }
    section .banner {
        margin: 15px 23px;
        height: 350px;
        overflow: hidden;
    }
}

@media only screen and (min-width:600px) {
    .hide-desktop {
        display: none !important;
    }
}

@media only screen and (max-width:600px) {
    .container {
        width: 100%;
    }
    header .header-mobile {
        position: absolute;
        background-color: #fff;
        z-index: 15;
        width: 100%;
        height: 92px;
    }
    header h1 {
        float: none;
        display: block;
        margin: 0 auto;
    }
    header .container .nav {
        position: absolute;
        background: #fff;
        width: 80%;
        right: 0;
        top: -300px;
        z-index: 10;
        -webkit-transition: all ease-out 1s;
        -moz-transition: all ease-out 1s;
        -o-transition: all ease-out 1s;
        transition: all ease-out 1s;
    }
    header .bt-menu-mobile {
        background: url(../_images/icon-menu-mobile.png) center center no-repeat;
        height: 33px;
        width: 41px;
        float: right;
        top: 29px;
        right: 20px;
        background-size: contain;
        display: block;
        position: absolute;
    }
    header .nav li {
        line-height: 60px;
        margin: 0;
        width: 100%;
        text-align: center;
        background: #fff;
    }
    header .links {
        position: absolute;
        background: #fff;
        width: 80%;
        right: 0;
        top: -300px;
        z-index: 10;
        -webkit-transition: all ease-out 1s;
        -moz-transition: all ease-out 1s;
        -o-transition: all ease-out 1s;
        transition: all ease-out 1s;
    }
    header .container .nav.on {
        top: 92px;
    }
    header .links.on {
        top: 340px;
    }
    header .links a {
        margin: 0 31px !important;
    }
    section .banner {
        width: 96%;
        height: auto;
        margin: 10px 2%;
    }
    section .banner ul {
        width: 100%;
        height: auto;
    }
    section .banner ul li {
        width: 100%;
        height: auto;
    }
    section .banner ul li img {
        width: 100%;
    }
    section .banner .arrow {
        height: 40px;
        width: 27px;
    }
    section .banner .arrow-right {
        right: 0;
    }
    section .banner .arrow img {
        margin: 3px 0;
        max-height: 34px;
    }
    section .banner .bullets {
        display: none;
    }
    section p.footer {
        font-size: 11px;
        bottom: 10px;
    }
    section .links {
        margin-left: 0;
        position: absolute;
    }
    section .links li {
        width: 31%;
        height: auto;
        margin: 0 1% 5px;
    }
    section .links li a {
        width: 100%;
        height: auto;
    }
    section .links li img {
        margin-top: 15px;
    }
    section .links li p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .modal {
        width: 100%;
        left: 0%;
        margin-left: 0;
        min-height: 300px;
    }
    .modal .modal-title {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .modal .modal-title h2 {
        font-size: 40px;
        letter-spacing: -4px;
    }
    .modal .modal-title h2 span {
        font-size: 37px
    }
    .modal#modalDiscografia .modal-title {
        margin-bottom: 20px;
    }
    .modal .anchor {
        margin-bottom: 20px;
    }
    .modal .anchor a img {
        height: 60px;
    }
    .modal .modal-title .icon-tit-quemSomos {
        background-size: contain;
        height: 34px;
        width: 19px;
    }
    .modal .modal-content-full {
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 3%;
        width: 94%;
    }
    .modal .modal-content-full p {
        font-size: 12px;
    }
    .modal .modal-content-full p.cd-year {
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
    }
    .modal .btn-modal-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        top: 5px;
        right: 5px;
    }
    .modal .modal-title .icon-tit-newsLetter {
        height: 33px;
        width: 45px;
        background-size: cover;
    }
    .modal .modal-content {
        width: 90%;
        margin-left: 5%;
        margin-top: 0;
    }
    .modal .modal-content p {
        font-size: 13px;
        margin-top: 0;
        margin-right: 0;
    }
    .modal .modal-content form {
        margin-top: 20px;
    }
    .modal .modal-content .form-control {
        margin-bottom: 10px;
    }
    .modal .modal-content .control {
        width: 100%;
    }
    .modal .modal-content .form-control input {
        width: 96%;
        margin-left: 0;
        padding: 0 2%;
    }
    .modal .modal-content .form-control label {
        width: 100%;
        font-size: 13px;
        text-align: left;
        height: 20px;
        line-height: 20px;
    }
    .modal .modal-content .form-control select {
        width: 100%;
        margin-left: 0px;
        padding: 0 2%;
    }
    .modal .modal-content .form-control textarea {
        width: 96%;
        margin-left: 0;
        height: 50px;
        padding: 0 2%;
    }
    .modal .modal-content .btn-control .btn-modal {
        margin-top: 15px;
        margin-right: 0;
    }
    .modal .modal-title .icon-tit-discografia {
        height: 31px;
        width: 32px;
        background-size: cover;
    }
    .modal .modal-title .icon-tit-clips {
        height: 32px;
        width: 46px;
        background-size: cover;
    }
    .modal .modal-content-full .discography li {
        text-align: center;
    }
    .modal .modal-content-full .discography li img {
        float: none;
        margin-right: 10px;
        text-align: center;
    }
    .modal .modal-content-full .discography li h3 {
        font-size: 15px;
        width: 100%;
        text-align: center;
    }
    .modal .modal-content-full .discography li span {
        font-size: 15px;
    }
    .modal .modal-content-full .discography li ul li p {
        font-size: 13px;
        text-align: center;
    }
    .modal .modal-content-full .discography li ul {
        border-bottom: 2px solid #cccccc;
    }
    .modal .modal-content-full .discography li ul,
    .modal .modal-content-full .discography li ul li {
        width: 100%;
    }
    .modal .modal-content-full .discography ul li .links {
        float: right;
        margin-right: 0;
    }
    #modalFerramenta.modal .modal-content-full .discography li ul li p {
        float: none;
    }
    #modalFerramenta.modal .modal-content-full .discography ul li .links {
        float: none;
        margin-right: 0;
    }
    .modal .modal-title .icon-tit-tools {
        background-size: cover;
        height: 29px;
        width: 45px;
    }
    .modal .modal-content-full ul.clips li {
        width: 46%;
        height: auto;
        margin: 4px 2%;
        line-height: 12px;
        font-size: 10px;
    }
    .modal .modal-content-full ul.clips li img {
        width: 100%;
        height: auto;
    }
    .hide-mobile {
        display: none !important;
    }
}