/* Import fonts */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
* {
    margin: 0;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

body {
    background: #fff;
    margin: 0;
    color: #5a5a5a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;
}

html,
body,
.container-fluid {
    height: 100%;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

::-moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

::selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
    color: #f7901e;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #696E74;
}

/* MENU CONFIGURATION */

.menu {
    position: fixed;
    height: 100%;
    top: 0;
    text-align: left;
    z-index: 1;
}

.menu.menu-open {
    left: 200px;
    width: 260px;
}

.menu-wrap {
    position: absolute;
    top: 0;
    left: -200px;
    background: #94d4c5;
    width: 200px;
    height: 100%;
}

.menu h1.logo a {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
}

.menu h1.logo a:hover {
    color: #D2527F;
}

.menu img.logo {
    margin: 20px 0;
    max-width: 160px;
}

.menu a {
    margin-left: 20px;
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.menu a:hover {
    color: #000000;
}

.menu a:active {
    color: #000000;
}

.menu a>i {
    float: left;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 25px;
    font-size: 16px;
    line-height: 40px;
    margin: 25px 2px;
}

.menu-close {
    cursor: pointer;
    display: block;
    position: absolute;
    font-size: 14px;
    color: #000000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 20px;
    right: 5px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.menu-close:hover {
    color: #ffffff;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/* Push the body after clicking the menu button */

.body-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.body-push-toright {
    left: 200px;
}

.body-push-toleft {
    left: -200px;
}

.menu,
.body-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#menuToggle {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 11;
    display: block;
    text-align: center;
    font-size: 32px;
    color: #000000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

#menuToggle:hover {
    color: #000000;
}

/* HEADER SECTION */

#h {
    text-align: center;
    background-attachment: relative;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.cont-esquerda {
    background-color: #f7901e;
    height: 100%;
    background-image: url(../../assets/img/bg-info-col-esq.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px;
}

.conteudo-row {
    height: 100%;
}

.cont-direita {
    background-color: #006e80;
    height: 100%;
    background-image: url(../../assets/img/bg-info-col-dir.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px;
}

.banner {
    display: none;
}

.selecao_projeto {
    background-color: #94d4c5;
    background-image: url('../../assets/img/bg-selecao-produtos.png');
    background-position: left top;
    background-repeat: repeat-y;
}

#projetos {
    text-align: left;
    padding-top: 105px;
    padding-left: 185px;
}

#projetos h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 22px;
}

#projetos p {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
}

@media screen and (min-width: 1024px) and (max-width: 1920px) {
    .new-modal {
        width: 50% !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
    .artistas-mostra li {
        width: 100% !important;
        text-align: left !important;
    }
}

@media (max-width:480px) {
    #menuToggle {
        top: 30px;
        left: 30px;
    }
    .cont-esquerda {
        background-image: url(../../assets/img/bg-info-col-esq-02.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .cont-direita {
        background-image: url(../../assets/img/bg-info-col-dir-02.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .conteudo-row {
        min-height: 650px;
    }
    .banner {
        display: block;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -175px;
        padding-left: 25px;
        padding-right: 25px;
    }
    #menuToggle {
        top: 40px;
        left: 40px;
    }
    #projetos {
        padding-left: 65px;
    }
    .selecao_projeto {
        background-color: #94d4c5;
        background-image: url('../assets/img/bg-selecao-produtos2.png');
        background-position: left top;
        background-repeat: repeat-y;
    }
    .cont-mobile {
        display: none;
    }
    .cont-mobile2 {
        visibility: visible;
    }
}

.url-destaque-verde {
    color: #ffffff !important;
    background-color: #F7901E;
    padding: 5px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 1.1em;
}

.edicoes-anteriores div {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

.edicoes-anteriores img {
    vertical-align: middle;
    margin: 0 auto;
}

.edicoes-anteriores {
    margin-left: 1em;
    background-color: #F7901E;
    margin-top: 1em;
}

article.sobre-3m p {
    font-size: 15px !important;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

article.sobre-3m strong {
    color: #000 !important;
    font-weight: 700!important;
    font-size: 1.1em;
    font-size: 14px;
}

.artistas-mostra li {
    text-align: left;
    display: list-item;
    list-style: none;
    width: 32%;
    margin-bottom: 2em;
    z-index: 9;
}

.artistas-mostra a {
    font-weight: 700;
    z-index: 9;
    display: block;
    font-size: 15px;
    color: #000 !important;
    display: block;
}

.artistas-mostra a:hover {
    text-decoration: underline;
}

.artistas-mostra {
    margin-top: 2em;
    width: 100%;
}

.modal-perso {
    color: #80C6BB !important;
    background-color: #0C6E80 !important;
    text-align: left;
    padding: 3em;
    border-radius: 0px !important;
}

.modal-perso .modal-footer {
    border: none !important;
}

.modal-perso .modal-header {
    border: none !important;
}

.modal-perso .modal-body p {
    color: #80C6BB !important;
}
.modal-perso .modal-body {
    padding: 34px;
    text-align: justify;
    color: #80C6BB !important;
}
.modal-perso button {
    float: left !important;
    font-size: 3em !important;
    margin-top: -12px !important;
    color: #ffffff !important;
}
.padding-reset {
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.educativo-mostra {
    margin-top: 2em;
    width: 100%;
}

.educativo-mostra a {
    font-weight: 700;
    z-index: 9;
    display: block;
    font-size: 15px;
    color: #000 !important;
    display: block;   
}

.educativo-mostra a:hover {
    text-decoration: underline;
}