@charset "UTF-8";

html{
    font-family: sans-serif;
}



h1, h2, h3 {
    font-family: 'oxygen';
}

h2{
    color: #612674;
    margin: 0 0 10px 0;
    padding-top: 30px;
    text-shadow: 1px 1px 1px;
}

.button{
    display: inline-block;
    padding: .9em 2.5em;
    background: #58c4c4;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}
.button:hover{
    background: #37a0a0;
}

.top-header{
    text-align: center;
}
.clearfix::after, .row::after{
    content: ' ';
    display: block;
    clear: both;
}
.logo-img{
    margin: .5em;
}

.menu{
    background: #612674;
    text-align:center;
}
.menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu a{
    color: white;
    text-decoration: none;
    padding: 1em;
    display: block;
}

.menu a:hover{
    background: #7c3792;
}

.section1{
    text-align: center;
    background:#f6f6f6;
}

.art-main{
    padding: 1em;
    background: #f6f6f6;
}

.art-main-tittle{
    color: #612674; 
    font-size: 1.375em; /* 22px/16px = 1.375em  */
    margin: 1.375em;
}

.art-main-subtittle{
    color: #a87bb7;
    font-size: 1em;
    line-height: 1.5;
}


.art-info{
    padding: 2em;
}

.art-info-tittle{
    font-size: 1.25em;
    color: #652e79;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.art-info p{
    line-height: 1.5;
    color: #222;
}

.image-ilustration {
    height: 0;
    width: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: transparent;
}


.hidden{
    width: 0;
    height: 0;
    display: block;
    opacity: 0;
    overflow: hidden;
}

.plus{
    font-size: 1.1em;
}

.footer{
    background: #25303e;
    color: #83969f;
    text-align: center;
    padding-bottom: 2em;
}

.footer-menu{
    background: #303d4c;
    padding-bottom: .5em;
    padding-top: .5em;
}

.footer-menu ul{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer-menu li{
    display: inline-block;
    margin: 0 1em;
}

.footer-menu a{
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}

/* acima de 780px muda o diplay mas coloca-se em 'em' por isso 780px/16px(tamanho font padrao) = 48,75em */
@media screen and (min-width: 48.75em) {

h2 {
    margin-bottom: 3%;
}

h2 span{
    padding: 1% 39%;
    background-color: rgba(235, 225, 238, 0.699);
}

.clearfix{
    clear: both;
}
.logo-img{
        float: left;
    }
.menu{
        background: transparent;
        float: right;
        margin-top: 1.57em;
    }
.menu ul{
    margin: 0;
    padding:0;
}
.menu li{
    display: inline-block;
}
.menu a{
    color: #713a84;
    text-shadow: 0em 0em .05em rebeccapurple;
}
.menu a:hover{
    background: #e7d9fc;
}





.art-info {
    width: 100%;
    height: auto;
    padding: 15px 0 15px 0;
    display: inline-block;
    border-bottom: 5px double rebeccapurple;
    position: relative;
}

.art-info:last-child{
    border-bottom: none;
    margin-bottom: 30px;
}

.info-lateral {
    width: 60%;
    height: auto;
    text-align: justify;
    margin-left: 1%;
}

.image-ilustration {
    height: 50px;
    width: 100px;
    padding: 100px;
    opacity: 1;
    overflow: visible;
    display: inline-block;
    position: absolute;
    top: 5%;
    right: 2%;
    background-size: cover;
}

.bck {
    background: url(../images/serv.jpg) no-repeat center;
    top: 12%;
    background-size: cover;
}

.bck-1 {
    background-image: url(../images/serv2.jpg);
    top: 12%;
}

.bck-2 {
    background-image: url(../images/serv1.jpg);
    top: 12%;
}

.bck-3 {
    background-image: url(../images/serv3.jpg);
    top: 12%;
    background-position-x: -40px;
}

}


/* 1000/16 = 62.5 */
@media screen and (min-width: 62.5em){

    .art-info {
        width: 90%;
    }

}

@media screen and (min-width: 64em){

    .art-info { 
        height: 280px;
    }

    .art-info:last-child{
        margin-bottom: 40px;
    }
    
    .bck {
        background: url(../images/serv.jpg) no-repeat center;
        top: 8%;
        background-size: cover;
    }
    
    .bck-1 {
        background-image: url(../images/serv2.jpg);
        top: 8%;
    }
    
    .bck-2 {
        background-image: url(../images/serv1.jpg);
        top: 8%;
    }

    .bck-3 {
        background-image: url(../images/serv3.jpg);
        top: 8%;
        background-position-x: -40px;
    }


}