* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Cinzel', serif;
    background: #000;
}

article {
    background-color: rgba(233, 228, 228, 0.753);
    padding: 16px;
    margin-bottom: 32px;
    margin-top: 32px;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(imagens/img1.1.png); 
    height: 40em;
    background-size: cover;
    background-position: top center;
    padding-top: 1px;
}

.hero-content h1 {
    font-family: 'Cinzel', serif;
    font-size: 5rem;
    font-weight: 700;
    color: white;
    letter-spacing: 10px;
    background-color: #b6c9f759;
    border-radius: 5px;
    text-shadow: 2px 2px 2px #1c1d22;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

h2 {
    font-family: 'Cinzel', serif;
    font-size: 4rem;
    font-weight: 700;
    color: white;
    letter-spacing: 10px;
    background-color: #00ff0048;
    border-radius: 5px;
    text-shadow: 2px 2px 2px #1c1d22;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-left: 3em;
    margin-right: 3em;
}

main {
    width: 100%;
    margin: auto;
    max-width: 100%;
}

iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 460px;
    border-radius: 5px;
    grid-column: 1 / -1;
    grid-row: auto;
    margin-top: 6em;  
}

.secao-background {
    background-image: url("imagens/background.png");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    margin-top: 6em;   
    padding: 25em;
}

.secao-background:hover {
    filter: grayscale(0.3);
    -webkit-filter: grayscale(0.3);
    -moz-filter: grayscale(0.3);
    transition: filter 0.2s ease-in-out;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .secao-background {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6em;
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height: 20em;
    }
    .hero {
        height: 20em;
    }
    .hero-content h1 {
        font-size: 3rem;
        margin-top: 0;
    }
    h2 {
        font-size: 2.5rem;
        margin-left: 1em;
        margin-right: 1em;
    }
    iframe {
        width: 100%;
        height: 300px;
    }
    .carousel-caption {
        padding-bottom: 3em;
        margin: 1em;
        font: 300 1.2rem 'Cinzel', serif;
    }
    .back-button {
        font-size: 3rem;
        padding: 5px;
    }
    .rodape {
        font-size: .3rem;
    }
}

.carousel-caption {
    color: #ffffff;
    text-align: center;
    padding-bottom: 6em;
    margin: 2em 0;
    text-shadow: 2px 2px 2px #000208;
    font: 300 1.5rem 'Cinzel', serif;
}

section.awSlider .carousel {
    display: table;
    z-index: 2;
    -moz-box-shadow: 0 0 4px #444;
    -webkit-box-shadow: 0 0 4px #444;
    box-shadow: 0 0 15px rgba(1, 1, 1, .5);
}

section.awSlider {
    margin: 60px auto;
    padding: 60px 0;
    position: relative;
    display: table;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.awSlider:hover > img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

section.awSlider img {
    pointer-events: none;
}

section.awSlider > img {
    position: absolute;
    top: 30px;
    z-index: 1;
    transition: all .3s;
    filter: blur(1.8vw);
    -webkit-filter: blur(2vw);
    -moz-filter: blur(2vw);
    -o-filter: blur(2vw);
    -ms-filter: blur(2vw);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .5;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    section.awSlider > img {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    section.awSlider > img {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    section.awSlider > img {
        top: 0;
        left: 0;
        width: 80%;
        height: auto;
    }
    
}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
    color: #00ff00; 
}

.back-button {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
    border-radius: 5px;
    cursor: pointer;
    color: rgb(240, 240, 240);
    border: 1px solid #00ff00;
    background-color: rgba(0, 0, 0, .3);
    padding: 10px;
    margin-top: 0;
    color: #fff;
    letter-spacing: .09em;
    font-size: 1.6rem;
    text-align: center;
    text-shadow: 2px 2px 2px #262626;
}

.back-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.rodape {
    color: white;
    background-color: #050704;
    text-align: center;
    padding: 8em 0;
    margin-top: 3em;
    text-shadow: 2px 2px 3px #00ff00;
    letter-spacing: 2px;
    font-size: .7rem;
}

.rodape .div_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rodape .div_icons img {
    width: 60%; 
    height: auto;
}

.div_rodape {
    margin-top: 1em;
    font-size: 1.1rem;
    color: #fff;
    padding-top: 2rem;
}

.rodape a {
    text-decoration: none;
    color: white;
}

.rodape a img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}
