@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;
}

.principal {
    background-color: #f6f6f6;
}

.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;
    background-color: white;
}
.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;
}

.endereco{
    text-align: justify;
    margin: 3% 5% 5% 5%;
    padding: 2%;
    background: rgba(216, 213, 213, 0.267);
}

.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}

.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% 10%;
    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;
}

}


/* 1000/16 = 62.5 */
@media screen and (min-width: 62.5em){

    .endereco{
        margin: 3% 10% 1% 5%;
        padding: 1%;
    }

    .map-responsive iframe{
        height:80%;
        width:70%;
    }


}

@media screen and (min-width: 64em){

    .endereco{
        margin: 3% 15% 10% 15%;
        padding: 1% 3%;
    }

    .map-responsive iframe{
        height:90%;
        width:100%;
        top: 45px;
        border-radius: 3px;
    }


}