@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

h1 {
    color: white;
}


body {
    /*font-family: "Roboto", arial, sans-serif;*/
    font-family: "Roboto";
    font-weight: 400;
    color:white;
    background: #50258e;
    background: -webkit-linear-gradient(left, #50258e , #7C23A5);
    background: -o-linear-gradient(right, #50258e , #7C23A5);
    background: -moz-linear-gradient(right, #50258e , #7C23A5);
    background: linear-gradient(to right, #50258e , #7C23A5);
    color:#fff;
}

a {
    color: #ffb62d;
}

a:hover {
    color: #ffb62d;
    text-decoration: underline;
}

h2 {
    font-family: "Roboto";
    font-weight: 900;
}

h3 {
    font-weight: 700;
}

h4 {
    font-weight: 700;
    margin-bottom: 1rem;
}

#geral {
    margin-top: 3rem;
}

.main-nav {
    background-color: #473166;
    opacity: 1;
}

.principal-cabecalho-logo {
    max-width: 100%;
}

.principal-secao-titulo {
    margin: 0rem auto 1.5rem auto;
    padding-top: 5rem;
}

.principal-secao em {
    font-weight: bold;
    font-style: normal;
}

.destaque {
    margin-bottom: 1rem;
}

.destaque-carta {
    position: relative;
    max-width: 100%;
    margin: 1rem;
    border-radius: 0.25rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .destaque-carta {
        max-width: 43%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .destaque-carta {
        max-width: 28%;
    }
}

@media (min-width: 992px) {
    .destaque-carta {
        max-width: 22%;
    }
}

.destaque-carta h4 {
    display: inline-block;
    position: absolute;
    top:0.75rem;
    left:1rem;
    right:1rem;
    color:white;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 1);
}

.destaque-carta p {
    display: inline-block;
    position: absolute;
    bottom:0.25rem;
    left:1rem;
    right:1rem;
    color:white;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 1);
}

.destaque-carta img {
    width: 100%;
    border-radius: 0.25rem;
    opacity: 1;
}

h3.espetaculo-titulo {
    padding-top: 4rem;
    font-weight: 700;
    font-size: 4rem;
}

#rodape {
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

.logos {
    padding: 2rem;
    background-color: white;
    color: #50258e;
}

.logos img {
    max-width: 140px;
    height: auto;
    margin: 1rem;
}
