/* Falha ao minimizar. Retornando o conteúdo não minimizado.
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,22): run-time error CSS1039: Token not allowed after unary operator: '-verdeClaro'
(48,22): run-time error CSS1039: Token not allowed after unary operator: '-laranja'
(49,28): run-time error CSS1039: Token not allowed after unary operator: '-laranja'
(60,21): run-time error CSS1039: Token not allowed after unary operator: '-laranja'
(180,22): run-time error CSS1039: Token not allowed after unary operator: '-verdeEscuro'
(1030,25): run-time error CSS1039: Token not allowed after unary operator: '-verdeClaro'
 */
body {
    border: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

:root {
    --verdeClaro: #1db471;
    --verdeEscuro: #003418;
    --laranja: #ff8d2d;
}

#Home {
    background: var(--verdeClaro);
}

    #Home .Sessao {
        text-align: center;
        margin-bottom: 15px;
        border-radius: 5px;
        background-color: #fff;
    }

        #Home .Sessao .Conteudo #DescricaoSobre p {
            font-family: 'OpenSans-Bold' !important;
            color: #000;
            font-size: 1.5rem;
        }

        #Home .Sessao #Titulo .Laranja {
            text-transform: uppercase;
            font-family: 'Raleway-Regular' !important;
            font-size: 33px;
            background: url(../Imagens/Premio2021/Traco_Laranja.png) center bottom no-repeat;
            padding-bottom: 25px;
        }


    #Home #Cronograma .col-md-12 {
        font-family: "OpenSans-Bold";
        font-size: 1.8rem;
        color: #000;
        padding-bottom: 0.5rem;
    }

.btn.Laranja {
    background: var(--laranja);
    border: 2px solid var(--laranja);
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    font-family: OpenSans-SemiBold;
}

    .btn.Laranja:hover {
        background: transparent;
        color: var(--laranja) !important;
        transition: all .8s ease-in-out;
    }

/* ---- Sobre ----*/
#Sobre {
    background: url(../Imagens/Premio2021/Fundo_Sobre.png) center top no-repeat;
    background-size: auto;
    padding: 4% 0;
}
/* ---- end Sobre ----*/

/* ---- Menu RODAPÉ ---- */
#Rodape #Menu ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-items: center;
    height: 50px;
    padding: 0;
}

    #Rodape #Menu ul li {
        list-style: none;
    }

        #Rodape #Menu ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 14px;
            text-transform: uppercase;
            font-family: OpenSans-SemiBold;
        }

#Rodape #Fundo {
    background: url('../Imagens/Premio2021/Fundo_Rodape.jpg') center no-repeat;
    background-size: 100%;
}


    #Rodape #Fundo .MiniCentro {
        width: 1250px !important;
    }

#Rodape #Logo {
    text-align: center;
    padding: 30px 0 50px;
}

@media(max-width: 425px) {
    #Rodape #Menu ul {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2rem;
        padding-top: 3%;
    }
}
/* ---- end Menu RODAPÉ ---- */



/* #region MODAL */
.modal.modal-wide .modal-dialog {
    width: 50%;
}


.modal-dialog {
    margin: 50px auto 0 auto;
}

.modal.modal-wide .modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
/* #endregion MODAL */


.underline {
    position: relative;
}

    .underline::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 1px;
        background-color: #fff;
        transition: width .8s cubic-bezier(0.25, 1, 0.5, 1);
    }

    .underline.menu::before {
        bottom: 10px;
    }

    .underline.blue::before {
        background-color: #428bca;
    }

@media (hover: hover) and (pointer: fine) {
    .underline:hover::before {
        left: 0;
        right: auto;
        width: 100%;
    }

    .underline.menu:hover::before {
        left: 0;
        right: auto;
        width: 100%;
        bottom: 10px;
    }
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 45px;
    background: var(--verdeEscuro);
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 20px;
}

    .scroll-top:hover {
        -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

#Home .Sessao {
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
}

#Rodape {
    padding: 0;
}


#formInscricaoPremio a:hover {
    text-decoration: none;
}

#formInscricaoPremio #cadastro {
    background: #4cae4c;
    border: 2px solid #4cae4c;
    color: #fff;
}

    #formInscricaoPremio #cadastro:hover {
        background: transparent;
        color: #4cae4c;
        transition: all .8s ease-in-out;
    }

#formInscricaoPremio .lista {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 2rem;
    margin: 0 5%;
    padding-bottom: 2%;
}

/*Efeito Menu*/
@media (max-width: 767px) {
    .menu {
        display: flex;
        visibility: visible;
        background-color: transparent !important;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: #fff;
        stroke-width: 3;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 3;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .abriu .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }

    .abriu .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 3;
    }

    .abriu .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }
    /*fim Efeito Menu*/
}

.navbar-toggler {
    color: transparent !important;
}
/*Fim efeito menu*/


/* --------------- css 2022 --------------------*/
/* #region FONTES */
@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/Premio2021/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/Premio2021/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/Premio2021/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Premio2021/Raleway-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Premio2021/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Oxygen-Bold';
    src: url('../fonts/Premio2021/Oxygen-Bold.otf') format('opentype');
}
/* #endregion FONTES */

/*html {
    scroll-behavior: smooth;
}*/

/* #region PADRÃO */
body {
    padding: 0;
    margin: 0;
    background-color: #1bb56f !important;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

* {
    max-width: 100%;
}

.Centro {
    margin: 0 auto;
    width: 1250px;
}

.MiniCentro {
    margin: 0 auto;
    width: 950px;
    position: relative;
}

.Negrito {
    font-weight: bold;
}

.container {
    padding: 0;
}
/* #endregion PADRÃO */

/* #region TOPO */
#Topo {
    position: relative;
    height: auto !important;
}

    #Topo #BannerPrincipal {
    }
    /*
        #Topo #BannerPrincipal img {
            height: 410px;
            width: 100%;
        }*/

    #Topo #Menu {
        display: none;
        margin-top: 10px;
    }

        #Topo #Menu.navbar-inverse {
            background-color: #1db471;
            border-color: unset;
        }

        #Topo #Menu .navbar-nav {
            float: right;
        }

            #Topo #Menu .navbar-nav > li > a {
                font-size: 14px;
                text-transform: uppercase;
                font-family: OpenSans-SemiBold;
            }


    #Topo #Cabecalho {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

        #Topo #Cabecalho #Logos {
            /*float: right;*/
            text-align: center;
            padding: 1.5rem 1rem;
        }

            #Topo #Cabecalho #Logos img {
                width: 345px;
                padding-top: 5rem;
            }

        #Topo #Cabecalho #Premio {
            font-family: Oxygen-Bold;
            float: right;
            padding: 0.5rem;
        }

            #Topo #Cabecalho #Premio a {
                color: #fff;
                text-decoration: none;
            }

                #Topo #Cabecalho #Premio a h1 {
                    font-size: 65px;
                    line-height: 0.75;
                    transition: opacity .3s linear;
                    text-shadow: 2px 2px 2px #000;
                }

                    #Topo #Cabecalho #Premio a h1::after {
                    }

                    #Topo #Cabecalho #Premio a h1 span {
                        color: #1bb56f;
                        font-size: 80px;
                    }

    #Topo #MenuVerde {
        position: absolute;
        bottom: 15px; /*-5px;*/
        left: 5%;
        right: 0;
        width: 1150px;
        z-index: 1000;
        visibility: hidden;
    }

        #Topo #MenuVerde .navbar {
            border-radius: 0;
        }

        #Topo #MenuVerde .navbar-inverse {
            background-color: transparent;
            border-color: transparent;
        }

        #Topo #MenuVerde .navbar-collapse {
        }

        #Topo #MenuVerde .navbar-nav > li {
            text-align: center;
            height: unset;
            width: unset;
            padding: 0 35px;
        }

        #Topo #MenuVerde .navbar-nav > li {
            background-color: #000;
        }

            #Topo #MenuVerde .navbar-nav > li > a {
                color: #fff;
                text-transform: uppercase;
                height: 50px;
                font-family: OpenSans-Bold;
                font-size: 14px;
                padding: 15px 0;
            }

        #Topo #MenuVerde .navbar-nav > #liHome {
            padding: 0 5px;
        }

        #Topo #MenuVerde .navbar-nav > li > #imgHome {
            padding-top: 6px;
        }

        #Topo #MenuVerde .affix {
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1;
            background: #000;
            visibility: visible;
        }

            #Topo #MenuVerde .affix .navbar-nav {
                width: 1500px;
            }

                #Topo #MenuVerde .affix .navbar-nav > li {
                    background: #000;
                    height: unset;
                    width: unset;
                    padding: 0 35px;
                }

                    #Topo #MenuVerde .affix .navbar-nav > li > a {
                        font-size: 14px;
                        padding: 15px 0;
                    }


    #Topo #RedeSocial {
        position: absolute;
        bottom: -8%;
        right: 0;
        left: 0;
        height: 90px;
        background: url('../Imagens/Premio2021/Fundo_Barra.png') center no-repeat;
    }

        #Topo #RedeSocial ul {
            list-style: none;
            width: 250px;
            margin: 0 auto;
            padding-top: 25px;
        }

            #Topo #RedeSocial ul li {
                float: left;
                padding: 0 10px;
            }

/* #endregion TOPO */

/* #region SESSÃO DA HOME */
#Home {
    background-color: #1db471;
}

    #Home .Centro {
        background: url('../Imagens/Premio2021/Fundo_Geral.png') center top -80px no-repeat;
        background-size: 100%;
    }

    #Home .Sessao {
        background-color: #fff;
        text-align: center;
        margin-bottom: 15px;
    }

        #Home .Sessao .Conteudo {
            margin: 0 auto;
            padding: 0 5%;
        }

            #Home .Sessao .Conteudo .Titulo {
                background: url('../Imagens/Premio2021/Icone_premio.png') left no-repeat;
                padding: 50px 0 25px 0;
            }

                #Home .Sessao .Conteudo .Titulo h1 {
                    background: url('../Imagens/Premio2021/traco.png') center bottom no-repeat;
                    padding: 0 0 15px 0;
                    text-transform: uppercase;
                    font-family: 'Raleway-Regular' !important;
                    font-size: 33px;
                    color: #212121;
                }

                    #Home .Sessao .Conteudo .Titulo h1 span {
                        font-family: 'Raleway-Bold' !important;
                        color: #1bb56f;
                    }

        #Home .Sessao #Titulo .Laranja {
            text-transform: uppercase;
            font-family: 'Raleway-Regular' !important;
            font-size: 33px;
            background: url('../Imagens/Premio2021/Traco_Laranja.png') center bottom no-repeat;
            padding-bottom: 25px;
        }

        #Home .Sessao .Conteudo .Texto p {
            font-family: 'OpenSans-Regular' !important;
            font-size: 1.7rem;
            color: #86878b;
        }


        #Home .Sessao #Botao {
            padding-top: 25px;
        }



    /* #endregion SESSÃO DA HOME */

    /*region TRANSMISSÃO*/
    #Home #TransmissaoHome .col-md-12 {
        padding: 0;
        margin-top: 1%;
        margin-bottom: 1%;
    }
/* #endregion TRANSMISSÃO */


/* #region SOBRE */
#Sobre {
    background: url(../Imagens/Premio2021/Fundo_Sobre.png) center top no-repeat;
    background-size: auto;
    padding: 4% 0;
}
/* #endregion SOBRE */

/* #region PREMIAÇÃO */
#Home #Premiacao {
    background: url(../Imagens/Premio2021/Fundo_Premiacao.png) center top no-repeat;
    background-size: auto;
    padding-bottom: 175px;
}

    #Home #Premiacao .Texto {
        padding-bottom: 50px;
    }

    #Home #Premiacao #Fotos .row {
        margin: 0;
    }

    #Home #Premiacao .carousel {
        padding: 0 30px;
    }

.fotos .col-md-3 {
    padding: 0 1px;
}

    .fotos .col-md-3 img {
        width: 100%;
        height: 20rem;
    }

.fotos .carousel-inner > .item {
    /*transition: 500ms ease-in-out left;*/
    transition: 500ms ease-in-out left;
}

.fotos .carousel-inner .active.left {
    left: -00%;
}

.fotos .carousel-inner .active.right {
    left: 00%;
}

.fotos .carousel-inner .next {
    left: 00%;
}

.fotos .carousel-inner .prev {
    left: -00%;
}

.fotos .carousel-control.left,
.fotos .carousel-control.right {
    opacity: 1;
    width: 5%;
}

.fotos .carousel-control.left {
    left: -15px;
    background: url(../Imagens/Premio2021/Seta_Esquerda.png) left no-repeat;
}

.fotos .carousel-control.right {
    right: -15px;
    background: url(../Imagens/Premio2021/Seta_Direita.png) right no-repeat;
}

.fotos .carousel-control .glyphicon-chevron-left,
.fotos .carousel-control .glyphicon-chevron-right {
    display: none;
    left: 30%;
}
/* #endregion PREMIAÇÃO */

/* #region OBRAS */
#Obras {
    background: url(../Imagens/Premio2021/Fundo_Obras.jpg) center top no-repeat;
    background-size: 100%;
}

    #Obras .MiniCentro .Texto h4 span {
        font-family: 'Raleway-Regular';
        color: #1bb56f;
        font-weight: bold;
    }

#Home #Obras #Premiados {
}

    #Home #Obras #Premiados .listaObras {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

        #Home #Obras #Premiados .listaObras .categoria .dados {
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #303030;
            padding: 15px 20px;
            border-bottom: 5px solid #1bb56f;
            border-radius: 5px;
            min-height: 150px;
        }

            #Home #Obras #Premiados .listaObras .categoria .dados span {
                font-size: 18px;
                color: #fff;
                margin-bottom: 0;
            }

                #Home #Obras #Premiados .listaObras .categoria .dados span.empresa {
                    color: #1bb56f;
                    margin: 0;
                }

        #Home #Obras #Premiados .listaObras .categoria .dadosDetalhados {
            background: #fff;
            color: #86878b;
            padding: 5px 0 0 0;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
            height: 300px;
        }

            #Home #Obras #Premiados .listaObras .categoria .dadosDetalhados .item {
                font-size: 14px;
                border-bottom: 1px solid #e8f5f7;
                padding: 5%;
            }


        #Home #Obras #Premiados .listaObras .galeriaFotos .imagem {
            height: 410px;
            background-size: 100% !important;
            background-repeat: no-repeat !important;
            border-radius: 5px;
        }

        #Home #Obras #Premiados .listaObras .galeriaFotos .carousel-control {
            color: #000;
            opacity: 1;
            width: 5%;
        }

            #Home #Obras #Premiados .listaObras .galeriaFotos .carousel-control:hover,
            #Home #Obras #Premiados .listaObras .galeriaFotos .carousel-control:focus {
                color: #000;
            }


            #Home #Obras #Premiados .listaObras .galeriaFotos .carousel-control.left,
            #Home #Obras #Premiados .listaObras .galeriaFotos .carousel-control.right {
                background-image: none;
            }

            #Home #Obras #Premiados .listaObras .galeriaFotos .carousel-control .glyphicon-chevron-left {
                left: 10%;
                right: 0;
            }

            #Home #Obras #Premiados .listaObras .galeriaFotos .carousel-control .glyphicon-chevron-right {
                left: 0;
                right: 10%;
            }

@media(max-width: 768px) {
    #Home #Obras #Premiados .listaObras {
        grid-template-columns: 1fr;
    }

        #Home #Obras #Premiados .listaObras .categoria .dadosDetalhados {
            height: 250px;
            margin-bottom: 5%;
        }

        #Home #Obras #Premiados .listaObras .categoria .dados span {
            font-size: 16px;
        }
}

#Home #Obras #Download {
    padding-bottom: 3rem;
}

    #Home #Obras #Download a.link {
        text-decoration: none;
        font-family: Raleway-Bold;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
    }

#Home #Obras #Premiados #Imagem {
    text-align: left;
}

    #Home #Obras #Premiados #Imagem img {
        width: 100%;
        height: 305px;
    }

    #Home #Obras #Premiados #Imagem .carousel-control {
        color: #000;
        opacity: 1;
        width: 5%;
    }

        #Home #Obras #Premiados #Imagem .carousel-control.left,
        #Home #Obras #Premiados #Imagem .carousel-control.right {
            background-image: unset !important;
            background-repeat: unset !important;
        }

        #Home #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-right,
        #Home #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-left {
            font-size: 20px;
        }

        #Home #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-right {
            right: 10px;
        }

        #Home #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-left {
            left: 10px;
        }

        #Home #Obras #Premiados #Imagem .carousel-control:hover,
        #Home #Obras #Premiados #Imagem .carousel-control:focus {
            color: #000;
        }

#Home #Obras #Premiados #Categoria #Dados {
    background: #303030;
    padding: 15px 20px 30px 20px;
    border-bottom: 5px solid #1bb56f;
}

    #Home #Obras #Premiados #Categoria #Dados h2 {
        font-family: OpenSans-Bold;
        font-size: 18px;
        color: #fff;
        margin-bottom: 0;
    }

        #Home #Obras #Premiados #Categoria #Dados h2.Empresa {
            color: #1bb56f;
            margin: 0;
        }

#Home #Obras #Premiados #Categoria #DadosDetalhados {
    background: #fff;
    color: #86878b;
    padding: 5px 0 0 0;
}

    #Home #Obras #Premiados #Categoria #DadosDetalhados #Linha {
        border-bottom: 1px solid #e8f5f7;
        padding: 5px 10px;
    }

        #Home #Obras #Premiados #Categoria #DadosDetalhados #Linha h5 {
            font-family: OpenSans-Regular;
            text-transform: uppercase;
            text-align: center;
        }

            #Home #Obras #Premiados #Categoria #DadosDetalhados #Linha h5 span {
                font-family: OpenSans-Bold;
            }

/* #endregion OBRAS */

/* #region CONTATO */
#Home #Contato {
    background: url(../Imagens/Premio2021/Fundo_Contato.jpg) center top;
    background-size: auto;
    padding: 5% 0;
    border-bottom: 10px solid #1db471;
}

    #Home #Contato .Texto {
        padding: 2% 0;
    }

        #Home #Contato .Texto p {
            font-family: OpenSans-Regular;
            font-size: 17px;
            margin: 0;
        }

        #Home #Contato .Texto a {
            color: #86878b;
        }

    #Home #Contato #Formulario {
        color: #000;
    }

        #Home #Contato #Formulario .form-control {
            color: #000;
            border-radius: 10px;
            border: 0;
            border-bottom: 1px solid #c5c4c4;
        }

        #Home #Contato #Formulario #Botao button {
            color: #fff;
            padding: 7px 20px;
            box-shadow: 0 0 6px #ccc;
        }

/* #endregion CONTATO */

/* #region INSCRIÇÃO PRÊMIO / Votação */
#HomeVotacao {
    background-color: #1db471;
    height: 70vh;
}

#VotacaoPremio.Sessao {
    min-height: 350px;
}

#Home .VoteAgora {
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../Imagens/Premio2021/Fundo_Sobre.png) center top no-repeat;
    background-size: auto;
    padding: 4% 0
}

#Home #VotacaoPremio {
    background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center;
    background-size: 100%;
    padding: 75px 0;
}

#HomeVotacao #VotacaoPremio {
    background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center;
    background-size: 100%;
    padding: 75px 0;
}

#Home #VotacaoPremio .MiniCentro {
    width: 675px;
}

#Home #VotacaoPremio .col-md-12 {
    font-family: "OpenSans-Bold";
    font-size: 1.5rem;
    color: #000;
    padding-bottom: 0.5rem;
}

#HomeVotacao #VotacaoPremio #msgInscricao {
    padding: 2rem;
}

.btn-back {
    border: 2px solid #428bca;
    background-color: #428bca;
    color: #fff;
}

    .btn-back:hover {
        background-color: transparent !important;
        color: #428bca !important;
        transition: all .8s ease-in-out;
    }

#Inscricao {
    background: url(../Imagens/Premio2021/Fundo_Sobre.png) center top no-repeat;
    min-height: 425px;
    padding: 2%;
}
/* #endregion INSCRIÇÃO PRÊMIO / Votação */

/* #region CRONOGRAMA */
#Home #Cronograma {
    background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center no-repeat;
    background-size: 100%;
    padding: 5% 0;
}

    #Home #Cronograma .col-md-12 {
        font-family: "OpenSans-Bold";
        font-size: 1.8rem;
        color: #000;
        padding-bottom: 0.5rem;
    }

        #Home #Cronograma .col-md-12 span {
            color: var(--verdeClaro);
        }
/* #endregion CRONOGRAMA*/

/* #region PATROCINADORES */
#Home #Patrocinadores {
    background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center;
    background-size: auto;
    padding: 75px 0;
}

    #Home #Patrocinadores #Tipo {
        margin: 0;
    }

        #Home #Patrocinadores #Tipo #Titulo {
        }

        #Home #Patrocinadores #Tipo #Download {
            padding-bottom: 3rem;
        }

            #Home #Patrocinadores #Tipo #Download a {
                text-decoration: none;
            }

                #Home #Patrocinadores #Tipo #Download a h6 {
                    font-family: Raleway-Bold;
                    text-transform: uppercase;
                    color: #000;
                    text-decoration: none;
                }

        #Home #Patrocinadores #Tipo #Nome {
            padding-bottom: 25px;
        }


    #Home #Patrocinadores #logoArcelor {
        background-size: 75% !important;
    }

    #Home #Patrocinadores #logoBelgo {
        background-size: 75% !important;
    }

    #Home #Patrocinadores #logoConcrete {
        background-size: 95% !important;
    }

    #Home #Patrocinadores #logoMC {
        background-size: 80% !important;
    }



/********************************************************/
/*Patrocinadores*/
#Patrocinadores #listaPatrocinadores {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 1rem;
    justify-content: center;
}

#Patrocinadores #listaApoios {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
    justify-content: center;
}

#Patrocinadores #listaApoiosMidia {
    display: grid;
    grid-template-columns: 25%;
    grid-gap: 2rem;
    justify-content: center;
}

#Patrocinadores #listaRealizacao {
    display: grid;
    grid-template-columns: 100%;
}

    #Patrocinadores #listaRealizacao .imagem {
        /*Logo Abcic*/
        height: 125px;
        margin: 0 auto;
    }

#Patrocinadores .imagem {
    aspect-ratio: 14/9;
}

@media (max-width: 992px) {
    #Patrocinadores #listaApoios {
        grid-gap: 1rem;
        margin: 0 2%;
    }
}

@media(max-width: 768px) {

    #Patrocinadores #listaPatrocinadores {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1rem;
        justify-content: center;
        justify-items: center;
    }

    #Home #Patrocinadores #logoArcelor {
        background-size: 90% !important;
    }

    #Home #Patrocinadores #logoBelgo {
        background-size: 90% !important;
    }

    #Home #Patrocinadores #logoConcrete {
        background-size: 100% !important;
    }

    #Home #Patrocinadores #logoMC {
        background-size: 95% !important;
    }


    #Patrocinadores #listaApoios {
        grid-template-columns: repeat(3, 1fr);
        margin: 0 5%;
        justify-items: center;
    }

    #Patrocinadores #listaApoiosMidia {
        grid-template-columns: 40%;
        grid-gap: 0;
        justify-items: center;
        grid-row-gap: 1rem;
    }

    #Patrocinadores .imagem {
        height: 110px;
    }

    #formInscricaoPremio .lista {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 570px) {
    #Patrocinadores #listaPatrocinadores {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    #Patrocinadores #listaApoios {
        grid-template-columns: repeat(2, 1fr);
    }

    #Patrocinadores #listaApoiosMidia {
        grid-template-columns: 35%;
    }

    #Patrocinadores .imagem {
        height: 125px;
    }
}

@media (max-width: 500px) {
    #Patrocinadores #listaApoios {
        grid-template-columns: 1fr;
    }
}
/************** FIM PATROCINADORES **********************/
/********************************************************/

/*region REGULAMENTO */
#Home #Regulamento {
    background: url(../Imagens/Premio2021/Fundo_Inscrevase.jpg) center top no-repeat;
    background-size: 100%;
    padding: 3% 0;
}

    #Home #Regulamento #Descricao {
        padding: 15px 0;
    }

        #Home #Regulamento #Descricao p {
            color: #86878b;
            font-size: 14px;
            font-family: OpenSans-Regular;
        }

    #Home #Regulamento #Downloads {
        padding: 30px 0;
        margin: 0;
    }

        #Home #Regulamento #Downloads h6 {
            font-family: 'OpenSans-Bold' !important;
            font-size: 20px;
            color: #333333;
        }

        #Home #Regulamento #Downloads #Botao {
            padding: 25px 0;
        }

            #Home #Regulamento #Downloads #Botao a {
                padding: 8px 30px;
            }

@media (max-width: 992px) {
    #Home #Regulamento {
        padding: 2% 0;
    }
}
/* #endregion REGULAMENTO */


/* #region INSCREVA-SE */
#Home #Inscricao {
    background: url(../Imagens/Premio2021/Fundo_Inscrevase.jpg) center top no-repeat;
    background-size: 100%;
    padding: 5% 0;
}

    #Home #Inscricao #Descricao {
        padding: 15px 0;
    }

        #Home #Inscricao #Descricao p {
            color: #86878b;
            font-size: 14px;
            font-family: OpenSans-Regular;
        }

    #Home #Inscricao #Downloads {
        padding: 30px 0;
        margin: 0;
    }

        #Home #Inscricao #Downloads h6 {
            font-family: 'OpenSans-Bold' !important;
            font-size: 20px;
            color: #333333;
        }

        #Home #Inscricao #Downloads #Botao {
            padding: 25px 0;
        }

            #Home #Inscricao #Downloads #Botao a {
                padding: 8px 30px;
            }

/* #endregion INSCREVA-SE */

/* #region PÁGINA DE RESPOSTA */
#Resposta {
    padding: 100px 0 40px 0;
}

    #Resposta .Centro {
        background: #fff;
    }

    #Resposta #Conteudo {
        margin: 0;
        text-align: justify;
        padding: 20px 0;
    }

        #Resposta #Conteudo #Logo {
            text-align: center;
        }

        #Resposta #Conteudo #Texto {
            padding: 15px 0 40px 0;
            color: #616160;
        }

            #Resposta #Conteudo #Texto #Titulos {
                padding-bottom: 20px;
            }

            #Resposta #Conteudo #Texto h5 {
                font-size: 18px;
                font-family: OpenSans-Bold;
                color: #000;
                margin: 0;
            }

            #Resposta #Conteudo #Texto h4 {
                text-transform: uppercase;
                font-family: OpenSans-Bold;
                color: #000;
            }

            #Resposta #Conteudo #Texto h1 {
                font-size: 28px;
                font-family: OpenSans-Bold;
                color: #1bb56f;
            }

            #Resposta #Conteudo #Texto h6 {
                color: #1bb56f;
                font-size: 14px;
                font-family: OpenSans-Bold;
            }

/* #endregion PÁGINA DE RESPOSTA */


/* #region MODAL */
.modal.modal-wide .modal-dialog {
    width: 80%;
}


.modal-dialog {
    margin: 50px auto 0 auto;
}

.modal.modal-wide .modal-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
/* #endregion MODAL */

/*****************************************************/
/**************** VOTAÇÃO PRÊMIO - 2022 **************/
/*   MODAL   */
#FotoEstande .modal-dialog {
    width: 35%;
}

#VotacaoPremio #Titulo #Botao a {
    background-color: #ff8d2d;
}

#VotacaoPremio #imgPrincipal {
    height: 150px;
    width: 200px;
    border: 1px solid #000;
    border-radius: 10px;
}

    #VotacaoPremio #imgPrincipal.obraVotada {
        height: 250px;
        width: 350px;
        border: none;
    }

/**************************************************/
/**************** Lista Obras 2022 ***************/
#listaObra2022 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 2rem;
}

    #listaObra2022 .obra {
        text-align: center;
    }

        #listaObra2022 .obra .nomeObra {
            font-weight: bold;
            padding: 0 5%;
        }

@media screen and (max-width: 992px) {
    #Rodape #Fundo {
        background-size: 140%;
    }

    #Rodape #Logo {
        padding: 0;
        padding-bottom: 50px;
    }

    #listaObra2022 .obra .nomeObra {
        font-size: 13px;
    }
}

@media screen and (max-width: 650px) {
    #listaObra2022 {
        grid-template-columns: repeat(2,1fr);
    }
}

@media screen and (max-width: 500px) {
    #listaObra2022 {
        grid-template-columns: 1fr;
    }
}


/**************** Fim Lista Obras 2022 ***************/
/**************************************************/
#VotacaoPremio #listaObras .informacoesVoto {
    font-size: 1.5rem;
}

#VotacaoPremio .Obra .informacoesVoto .obraVotada {
    color: #1db471;
}



#VotacaoPremio .Obra {
    text-align: center;
}


#DescricaoObra .informacoesObra p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}


#DescricaoObra #dadosObra {
    /*font-size: 1rem;*/
}

    #DescricaoObra #dadosObra span {
        font-weight: bold;
    }

body.modal-open {
    margin-right: 0 !important;
}

@media(max-width: 1024px) {
    .Centro {
        width: 1000px !important;
    }

    /*Menu Topo*/
    #Topo #MenuVerde {
        width: 850px !important;
    }

        #Topo #MenuVerde .navbar-nav > li {
            padding: 0 15px !important;
        }

    #Home #Contato {
        border-bottom: 15px solid #1bb56f;
    }

    #Home .Sessao .Conteudo {
        padding-bottom: 30px !important;
    }
}

@media(max-width: 991px) {
    /*Topo Menu*/
    #Topo #MenuVerde .navbar-nav > li > a {
        font-size: 13px !important;
    }

    /*Patrocinadores*/
    #Home #Patrocinadores #Tipo #ListaLogo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #Home #Patrocinadores #Tipo #ListaLogo #logoMC img {
            max-height: 10.2em !important;
            max-width: 13em !important;
        }

        #Home #Patrocinadores #Tipo #ListaLogo #logoConcrete {
            margin-bottom: 1em;
        }

            #Home #Patrocinadores #Tipo #ListaLogo #logoConcrete img {
                max-width: 16.5em !important;
                max-height: 6.8em !important;
            }

    /*Contato*/
    #Home #Contato #Formulario {
        padding: 0 5%;
    }



    /*  Votação Prêmio 2021  */
    #HomeVotacao #VotacaoPremio {
        background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center top !important;
    }

        #HomeVotacao #VotacaoPremio .row {
            display: grid;
            grid-template-columns: repeat(3, 3fr);
        }

            #HomeVotacao #VotacaoPremio .row .col-md-4:first-child {
                grid-column-start: 1;
            }

    #FotoEstande .modal-dialog {
        width: 70%;
    }
}

@media(max-width: 900px) {
    /*Menu Topo*/
    #Topo #MenuVerde .navbar-nav > li > a {
        font-size: 12px !important;
    }

    #Topo #MenuVerde .navbar-nav > li {
        padding: 0 10px !important;
    }
}

@media(max-width: 838px) {
    /*Menu Topo*/
    #Topo #MenuVerde {
        width: 770px !important;
    }
}

@media(max-width: 780px) {
    /*Topo Menu*/
    #Topo #MenuVerde .navbar-nav > li {
        padding: 0 9px !important;
    }

    /*Rodapé*/
    #Rodape #Fundo ul li a {
        font-size: 12px !important;
    }
}

@media(max-width: 768px) {
    #Topo #Cabecalho #Logos img {
        padding-top: 1rem !important;
    }

    #Topo #Menu {
        margin: 0;
        display: block;
    }

        #Topo #Menu .navbar-inverse .navbar-collapse {
            border: 0;
        }

    #Topo #MenuVerde {
        display: none;
    }

    #Topo #Menu .navbar-nav {
        text-align: right;
        margin: 0 10px;
    }

    #Topo #Menu .navbar-inverse .navbar-collapse {
        border: 0;
    }

    #Topo #MenuVerde .affix .navbar-nav {
        display: none !important;
    }

    #Topo #Menu .navbar-nav > li > a {
        color: #fff;
    }

    #Topo #Menu .navbar-nav {
        float: right !important;
    }
    /*
        #Topo #BannerPrincipal img {
            height: 370px !important;
        }*/

    #Topo #Cabecalho #Logos img {
        max-height: 350px !important;
        width: 275px !important;
        height: auto;
    }

    #Sobre {
        padding: 10% 0;
    }

    #Home .Sessao .Conteudo .Titulo {
        padding: 10px 0 15px 0 !important;
    }

        #Home .Sessao .Conteudo .Titulo h1 {
            background: url('../Imagens/Premio2021/traco.png') center bottom no-repeat;
            padding: 0 0 15px 0;
            text-transform: uppercase;
            font-family: 'Raleway-Regular' !important;
            font-size: 3rem !important;
            color: #212121;
        }

    #Home .Sessao .Conteudo {
        padding-bottom: 5px !important;
    }


    /*Patrocinadores*/
    #Home #Patrocinadores {
        background-size: auto !important;
        padding: 10% 0;
    }

    /*Premiados2021 (Galeria Fotos)*/
    #Home #Premiacao {
        padding-bottom: 40px !important;
    }

        #Home #Premiacao .Texto {
            padding-bottom: 5px !important;
        }

    .fotos .col-md-3 img {
        width: 60%;
        height: 240px;
        border-radius: 5px;
    }

    /*  OBRAS PREMIADAS     */
    #Home #Obras #Premiados #Imagem img {
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 65%;
        height: 300px;
    }


    /*Inscrição Prêmio / Votação */
    #HomeVotacao #VotacaoPremio {
        padding: 25px 0 !important;
        background-size: auto !important;
    }

        #HomeVotacao #VotacaoPremio .col-md-12 {
            font-size: 1.7rem !important;
        }


    /*Cronograma*/
    #Home #Cronograma {
        padding: 10% 0;
    }

        #Home #Cronograma .row {
            margin: 0;
        }

    #Home .Sessao #Titulo .Laranja {
        font-size: 3rem;
        margin-bottom: 3%;
    }


    #Home #Patrocinadores #Tipo #ListaLogo {
        display: grid;
        grid-template-columns: repeat(2, 40%);
    }

        #Home #Patrocinadores #Tipo #ListaLogo #logoConcrete {
            grid-column-start: 1;
        }

    #Home #Regulamento #Downloads {
        padding: 0 !important;
    }

    /*Informações*/
    #Home #Contato {
        padding: 10% 0;
        background: url(../Imagens/Premio2021/Fundo_Contato.jpg) center top !important;
    }

        #Home #Contato .Texto p {
            font-size: 15px !important;
        }

    /*  VOTAÇÃO PRÊMIO 2021 */
    #VotacaoPremio #imgPrincipal {
        height: 140px;
        width: 180px;
    }

    #VotacaoPremio #dadosObraVotada {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .btn.Laranja {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    /*Efeito Menu*/
    .menu {
        display: flex;
        visibility: visible;
        background-color: transparent !important;
        border: none;
        cursor: pointer;
        padding: 0;
    }

    .line {
        fill: none;
        stroke: #fff;
        stroke-width: 3;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 3;
    }

    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 3;
    }

    .abriu .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }

    .abriu .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 3;
    }

    .abriu .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 3;
    }
    /*fim Efeito Menu*/
}

.navbar-toggler {
    color: transparent !important;
}
/*Fim efeito menu*/

@media(max-width: 746px) {
    .Centro {
        width: 700px !important;
    }

    #Rodape #Fundo {
        width: 750px !important;
    }
}

@media(max-width: 710px) {
    .Centro {
        width: 690px !important;
    }
}

@media(max-width: 685px) {
    .Centro {
        width: 660px !important;
    }

    /*  OBRAS PREMIADAS     */
    #Home #Obras #Premiados #Imagem img {
        width: 80%;
        height: 200px;
    }

    #Home #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-left {
        left: -10px;
    }

    .carousel-control .glyphicon-chevron-right {
        left: 30%;
    }
}

@media(max-width: 650px) {
    .Centro {
        width: 630px !important;
    }

    /*#MenuSuperior, #Topo, #menuInferior, #menuPrincipal, #Pesquisa*/
    /* #Topo {
        display: block !important;
        height: 370px !important;
    }*/

    #Topo {
        display: block !important;
    }

        #Topo #BannerPrincipal img {
            aspect-ratio: 4/3;
            height: 370px !important;
        }

        #Topo #Cabecalho #Logos img {
            max-height: 370px !important;
            width: 260px !important;
            height: auto;
        }

    #Home .Sessao .Conteudo .Titulo {
        background-size: 60px !important;
        padding: 10px 0 15px 0 !important;
    }

        #Home .Sessao .Conteudo .Titulo h1 {
            background: url('../Imagens/Premio2021/traco.png') center bottom no-repeat;
            padding: 0 0 15px 0;
            text-transform: uppercase;
            font-family: 'Raleway-Regular' !important;
            font-size: 2.7rem !important;
            color: #212121;
        }


    /*Premiados (Galeria Fotos)*/
    #Home #Premiacao #Fotos .row {
        margin: 0 !important;
    }

    .fotos .col-md-3 img {
        width: 80%;
        height: 200px;
    }

    #Home .Sessao #Titulo .Laranja {
        font-size: 2.7rem !important;
    }

    #Home #Regulamento #Downloads {
        padding: 5px 0 !important;
    }

    /*Inscrições*/

    #Home #Inscricao {
        background-size: 130%;
    }

        #Home #Inscricao #Downloads {
            padding: 5px 0 !important;
        }

    /*Contato*/
    #Home #Contato #Formulario {
        padding: 0;
    }

    /*Rodapé*/
    #Rodape #Fundo {
        background-size: auto !important;
    }

    /*  Votação Prêmio 2021  */
    #FotoEstande .modal-dialog {
        width: 70%;
    }

    #VotacaoPremio #imgPrincipal {
        height: 140px;
        width: 170px;
    }
}

@media(max-width: 625px) {
    .Centro {
        width: 575px !important;
    }

    /*Regulamento*/
    #Home #Regulamento {
        background-size: auto !important;
    }


    /*Rodapé*/
    #Rodape #Logo {
        padding: 45px 0 50px !important;
    }
}

@media(max-width: 570px) {
    .Centro {
        width: 550px !important;
    }
    /*
    #Home #Sobre {
        height: 29em !important;
    }
*/

    #Home #Patrocinadores #Tipo #ListaLogoApoio {
        display: grid;
        grid-template-columns: repeat(3, 35%);
    }

    /*  VOTAÇÃO PRÊMIO */
    #FotoEstande .modal-dialog {
        width: 95%;
    }

    #VotacaoPremio #imgPrincipal {
        height: 130px;
        width: 150px;
    }
}

@media(max-width: 540px) {
    .Centro {
        width: 520px !important;
    }



    /* #Topo #BannerPrincipal img {
            height: 290px !important;
        }*/

    #Topo #Cabecalho #Logos img {
        max-height: 350px !important;
        width: 240px !important;
        height: auto;
    }

    /*#Sobre {
        height: 27em !important;
    }*/

    #Home .Sessao .Conteudo .Titulo {
        padding: 10px 0 15px 0 !important;
        background-size: 55px !important;
    }

        #Home .Sessao .Conteudo .Titulo h1 {
            padding: 0 0 15px 0;
            font-size: 2.4rem !important;
        }

    #Home .Sessao #Botao a {
        font-size: 15px !important;
    }

    /*VOTAÇÃO PRÊMIO    */
    #HomeVotacao #VotacaoPremio .row {
        grid-template-columns: repeat(2, 2fr);
    }
}

@media(max-width: 500px) {
    /*  OBRAS PREMIADAS     */
    #Home #Obras #Premiados #Imagem img {
        height: 180px;
        width: 85%;
    }
}

@media(max-width: 425px) {
    .Centro {
        width: 400px !important;
    }


    /* #Topo #BannerPrincipal img {
            height: 265px !important;
        }*/

    #Topo #Cabecalho #Logos img {
        max-height: 220px !important;
        width: 220px !important;
        height: auto;
    }


    #Home #Sobre .Conteudo .Texto {
        margin: auto;
    }

    #Home .Sessao .Conteudo .Titulo {
        padding: 10px 0 15px 0 !important;
    }

    #Home #Cronograma {
        background-size: 130%;
    }

        #Home #Cronograma .col-md-12 {
            display: grid;
            grid-template-columns: 1fr;
        }

    /*Premiados2021 (Galeria Fotos)*/
    #Home #Premiacao {
        padding-bottom: 30px !important;
        background-size: auto !important;
    }

        #Home #Premiacao .Texto {
            padding-bottom: 5px !important;
        }

    .fotos .col-md-3 img {
        width: 80% !important;
        height: 150px !important;
    }
}

@media(max-width: 375px) {
    .Centro {
        width: 350px !important;
    }



    /*   #Topo #BannerPrincipal img {
            height: 225px !important;
        }*/

    #Topo #Cabecalho #Logos img {
        max-height: 180px !important;
        width: 200px !important;
        height: auto;
    }

    /*Sobre*/
    /*    #Sobre {
        height: 29em !important;
    }*/

    #Home .Sessao .Conteudo .Titulo h1 {
        font-size: 2rem !important;
        background-size: 48px !important;
    }

    #Home .Sessao .Conteudo #DescricaoSobre p {
        font-size: 1.3rem !important;
    }

    /*  OBRAS PREMIADAS     */
    #Home #Obras #Premiados #Imagem img {
        width: 95%;
        height: 150px;
    }

    #Home #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-left {
        left: -15px;
    }

    /*Galeria de Fotos*/
    .fotos .col-md-3 img {
        width: 95% !important;
        height: 140px !important;
    }

    #Rodape #Logo {
        padding: 70px 0 50px !important;
    }

    /*  VOTAÇÃO PRÊMIO */
    #FotoEstande .modal-dialog {
        width: 100%;
    }

    #HomeVotacao #VotacaoPremio .row {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media(max-width: 325px) {
    .Centro {
        width: 300px !important;
    }



    /*#Topo #BannerPrincipal img {
            height: 200px !important;
        }*/

    #Topo #Cabecalho #Logos img {
        max-height: 155px !important;
        width: 160px !important;
        height: auto;
    }

    #Home #Sobre .Conteudo .Texto {
        text-align: justify;
    }

    #Home #Cronograma {
        background-size: 160%;
    }

    #Home #Inscricao {
        background-size: 180%;
    }
}
/* #endregion MOBILE */

/* #region TELA MUITO GRANDE */

@media screen and (min-width:1500px) and (max-width:1900px) {
    #Topo #MenuVerde {
        left: 4.5%;
    }

        #Topo #MenuVerde .navbar-collapse {
            padding: 0 5px;
        }
}

@media screen and (min-width:1900px) and (max-width:2100px) {
    #Topo #MenuVerde .navbar-collapse {
        padding: 0;
    }
}

/* #endregion TELA MUITO GRANDE */


/*  CHAT */
#Comentarios {
    height: 500px;
    position: relative;
}

    #Comentarios hr {
        margin-bottom: 0;
        color: #FFFFFF;
        border-top: 1px solid #FFFFFF;
    }

#divPergunta {
    height: 22vh;
    border: 0px solid black;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    #divPergunta .comentario {
        display: flex;
        flex-flow: row wrap;
        padding: 5px;
        margin: 0;
    }

        #divPergunta .comentario .form-control {
        }

    #divPergunta .botao-pergunta {
        padding: 5px 10px;
    }

#carrega-comentarios {
    display: flex;
    flex-flow: column nowrap;
    color: #FFFFFF;
}

#exibe-comentarios {
    width: 100%;
    height: 63vh;
    overflow-y: scroll;
    overflow-x: hidden;
    flex: 1 1 auto;
    border: 0px solid blue;
    font-size: 13px !important;
}

    #exibe-comentarios #chat span {
        word-break: break-word;
    }

    #exibe-comentarios h5 {
        font-size: 2rem;
    }

#exibe-video {
    border: 0px solid yellow;
}


#Transmissao {
    background-color: #1db471;
    padding: 50px;
}

    #Transmissao .row {
        margin: 0 !important;
    }


@media(max-width: 1024px) {
    #Transmissao .p-5 {
        padding: 0 !important;
    }

    #Transmissao #videoTransmissao {
        height: 50rem !important;
    }
}

@media(max-width: 995px) {
    #divPergunta .comentario {
        display: grid;
    }
}

@media(max-width: 768px) {
    #Comentarios {
        padding-top: 30%;
    }

    #Transmissao #videoTransmissao {
        height: 35rem !important;
    }

    #exibe-comentarios {
        height: 55vh !important;
    }

    #divPergunta {
        height: 10rem !important;
    }
}

@media(max-width: 650px) {
    #Transmissao #videoTransmissao {
        height: 30rem !important;
    }
}

@media(max-width: 550px) {
    #Transmissao {
        padding: 20px !important;
    }

    #exibe-comentarios {
        height: 50vh !important;
    }

    #divPergunta {
        height: 10rem !important;
    }
}

@media(max-width: 500px) {
    #Transmissao #videoTransmissao {
        height: 25rem !important;
    }
}

@media(max-width: 450px) {
    #Transmissao {
        padding: 20px !important;
    }

        #Transmissao #videoTransmissao {
            height: 22rem !important;
        }

    #exibe-comentarios {
        height: 45vh !important;
    }

    #Home #Inscricao {
        background-size: 180%;
    }
}

@media(max-width: 375px) {
    #Transmissao #videoTransmissao {
        height: 18rem !important;
    }

    #exibe-comentarios {
        height: 42vh !important;
    }
}

@media(max-width: 325px) {
    #Transmissao #videoTransmissao {
        height: 18rem !important;
    }
}

.ytp-title, .ytp-overflow-panel-action-buttons, .ytp-watch-later-icon, .ytp-watch-later-title,
.ytp-button, .ytp-share-button, .ytp-share-button-visible, .ytp-show-share-title, .ytp-button,
.ytp-copylink-button, .ytp-show-copylink-title, .ytp-playlist-menu-button-icon, .ytp-playlist-menu-button-text,
.ytp-youtube-button, .ytp-button, .yt-uix-sessionlink {
    display: none !important;
}

.playerYT {
    display: none !important;
}


.emoji-picker-icon {
    right: 25px !important;
}

.flex-justify-center {
    display: flex;
    justify-content: center;
}

m-0 {
    margin: 0 !important;
}


.lds-ring {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 18px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        margin: 3px 8px;
        border: 3px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#logoPremio2023 {
    background: url('http://www.abcic.org.br/Imagens/Banners/capa-premio-2023.png') center no-repeat;
    background-size: 130%;
    height: 100%;
    padding-top: 4%;
}

    #logoPremio2023 #Logos {
        text-align: center;
    }

@media(max-width: 1366px) {
    #logoPremio2023 {
        background-size: 140%;
    }

        #logoPremio2023 #Logos img {
            height: 275px;
        }
}

@media(max-width: 992px) {
    #logoPremio2023 {
        background-size: 170%;
        padding-top: 6%;
    }

        #logoPremio2023 #Logos img {
            height: 250px;
        }
}

@media(max-width: 768px) {
    #logoPremio2023 {
        background-size: auto;
        margin-top: 7%;
        padding-top: 15%;
    }
}

@media(max-width: 500px) {

    #logoPremio2023 #Logos img {
        height: 210px;
    }
}

@media(max-width: 370px) {
    #logoPremio2023 {
        background: url('http://www.abcic.org.br/Imagens/Banners/mobile-capa-premio2023.png') center no-repeat;
        height: 425px;
        margin-top: 10%;
    }

        #logoPremio2023 #Logos img {
            height: 250px;
        }
}

