﻿* {
    margin: 0;
    padding: 0;
    font-family: "HWT Artz W00 Regular", "FontAwesome";
    font-weight: normal;
    font-size: 18px;
}

body {
    background-color: #005FBB;
    font-family: "HWT Artz W00 Regular";
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.1rem;
}

form {
    background-image: url(../../ContentFiles/carnaval-correntina-topo-bg-1080.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
}

header img {
    width: 50vw;
    height: auto;
}

h1 {
    font-size: 1.75rem;
}

h2 {
    margin: 2rem 2rem 1rem 2rem;
    font-size: 1.5rem;
    color: #FFC047;
}

h3 {
    display: inline-block;
    background-color: #FFC047;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #005FBB;
}

hr {
    margin: 1rem 0 1rem 0;
}

a {
    display: inline-block;
}

a:link, a:visited, a:active {
    font-size: 1rem;
    font-style: normal;
    text-decoration: none;
    color: #FFFFFF;
}

a:hover {
    transition: 0.25s;
    color: #FFFFFF;
}

hr {
    margin-top: 2rem;
}

.form-control {
    padding: 0.5rem;
    width: 70vw;
}

.form-button {
    padding: 0.5rem;
}

.form-button-sub {
    padding: 0.25rem;
    font-size: 0.8rem;
}

button {
    margin: 1rem 0 1rem 0;
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: transparent;
    border: solid 0.1rem #FFF;
    font-size: 1rem;
    font-style: normal;
    text-decoration: none;
    color: #FFF;
}

.linkButtons:link, .linkButtons:visited, .linkButtons:active {
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: #FFC047;
    border: solid 0.1rem #FFC047;
    font-size: 1rem;
    font-style: normal;
    text-decoration: none;
    color: #005FBB;
}

.linkButtons:hover {
    background-color: transparent;
    font-size: 1rem;
    transition: 0.25s;
    color: #FFFFFF;
}

.whatsAppButtom:link, .whatsAppButtom:visited, .whatsAppButtom:active {
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: #C4EC29;
    border: solid 0.1rem #C4EC29;
    font-size: 1rem;
    font-style: normal;
    text-decoration: none;
    color: #005FBB;
}

.whatsAppButtom:hover {
    background-color: transparent;
    border-color: #C4EC29;
    font-size: 1rem;
    transition: 0.25s;
    color: #C4EC29;
}

.whatsAppButtom:link, .whatsAppButtom:visited, .whatsAppButtom:active {
    margin: 1rem 0 1rem 0;
    padding: 0.5rem;
    border-radius: 0.25rem;
    background-color: RGBA(7, 94, 84);
    border: solid 0.1rem RGBA(7, 94, 84);
    font-size: 1rem;
    font-style: normal;
    text-decoration: none;
    color: #FFF;
}

.whatsAppButtom:hover {
    background-color: transparent;
    border-color: #FFF;
    font-size: 1rem;
    transition: 0.25s;
    color: #FFF;
}

i {
    text-decoration: none;
    font-style: normal;
    font-size: 1rem;
}

#parallax-banner {
    margin: 1.5rem 0 2rem 0;
    background-attachment: scroll;
    background-image: url(../../ContentFiles/carnaval-correntina-parallax-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 17rem;
}

.banner-content {
    text-align: center;
}

.banner-content img {
    margin-top: 3rem;
    width: 100%;
    height: auto;
}

section {
    margin-bottom: 2rem;
}

.columns {
    display: block;
}

.columns div {
    display: block;
    padding: 1rem 1rem 2rem 1rem;
}

.columns div a {
    margin-top: 0.5rem;
}

#ImgPrefeituraLogo {
    width: 50vw;
}

#carousel-container {
    position: relative;
    width: 90%;
    max-width: 1080px;
    margin: auto;
    overflow: hidden;
    border-radius: 1rem;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel img {
    width: 100%;
    border-radius: 1rem;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFC047;
    color: #005FBB;
    border: none;
    padding: 0.25rem;
    cursor: pointer;
    border-radius: 100%;
    width: 1.25rem;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

#maps iframe {
    width: 90%;
    border-radius: 1rem;
    aspect-ratio: 16/9;
}

#invite, #place {
    margin-top: 2rem;
}

#invite iframe, #place iframe {
    width: 90%;
    aspect-ratio: 16/9;
    border-radius: 1rem;
}

#place h3 {
    background-color: #492bd3;
    display: inline-block;
    margin: 2rem 0;
}

#organizers p {
    margin-bottom: 1rem;
}

#organizers img {
    height: 15rem;
}

.anuncioTipo {
    margin: 2rem 0 1rem 0;
    background-color: #FFC047;
    padding: 0.3rem;
    font-size: 0.7rem;
    color: #005FBB;
}

.anuncio-container {
    margin: 1rem;
    padding: 2rem;
    background-color: #492bd3;
    border-radius: 1rem;
}

.anuncioTitulo {
    font-size: 1.5rem;
    color: #FFC047;
}
.anuncioImg {
    width: 240px;
    height: 135px;
}

footer {
    background-image: url(../../ContentFiles/carnaval-correntina-rodape-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    text-align: center;
}

footer img {
    margin-bottom: 9rem;
    height: 7rem;
    width: auto;
}

@media (min-width: 768px) {

        h1 {
            font-size: 5rem;
        }

    h2 {
        margin: 4rem 2rem 2rem 2rem;
        font-size: 3.5rem;
    }

        form {
            background-size: cover;
            height: 740px;
        }

        .form-control {
            width: auto;
        }

        header img {
            max-width: 420px;
        }

        #parallax-banner {
            margin: 5rem 0 2rem 0;
            background-position: center 0rem;
            position: relative;
            padding: 0;
        }

        .banner-content img {
            margin-top: 5rem;
            width: 100%;
        }

        .columns {
            display: flex;
            margin-top: 0;
            justify-content: center;
        }

        .columns div {
            display: block;
            padding: 1rem;
        }

/*    #place iframe {
        width: 90%;
    }*/

        #invite, #place {
            margin-top: 4rem;
        }

        footer {
            /*background-size: cover;*/
            height: 30rem;
        }

        footer img {
         margin-top: 2rem;
            height: 15rem;
        }

    }