/* 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'
(76,22): run-time error CSS1039: Token not allowed after unary operator: '-laranja'
(77,28): run-time error CSS1039: Token not allowed after unary operator: '-laranja'
(88,21): run-time error CSS1039: Token not allowed after unary operator: '-laranja'
(237,22): run-time error CSS1039: Token not allowed after unary operator: '-verdeEscuro'
(1211,25): run-time error CSS1039: Token not allowed after unary operator: '-verdeClaro'
(1281,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;
}

#premio2024 {
    background: var(--verdeClaro);
    padding-top: 2%;
}

    #premio2024 .Sessao {
        text-align: center;
        margin-bottom: 15px;
        border-radius: 5px;
        background-color: #fff;
    }

        #premio2024 .Sessao .Conteudo #DescricaoSobre p {
            font-family: 'Raleway-Regular' !important;
            color: #000;
            font-size: 1.5rem;
            font-weight: bold;
        }

        #premio2024 .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;
        }


    #premio2024 #Cronograma .col-md-12 {
        font-family: "OpenSans-Bold";
        font-size: 1.8rem;
        color: #000;
        padding-bottom: 0.5rem;
    }

@media(max-width: 768px) {
    #premio2024 {
        padding: 0 !important;
        padding-top: 10% !important;
    }

        #premio2024 .Sessao {
            padding: 5% !important;
        }

            #premio2024 .Sessao .Conteudo #DescricaoSobre p {
                font-size: 1.25rem;
            }

        #premio2024 #Cronograma .col-md-12 {
            font-size: 1.5rem !important;
        }
}

@media(max-width: 475px) {
    #premio2024 {
        padding-top: 15% !important;
    }
}


.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;
    }

@media(max-width: 768px) {
    #premio2024 .logoPremio2024 .imagemBackgroundHeader {
        background-size: cover !important;
        background-position: center !important;
        min-height: 275px;
    }
}

@media(max-width: 500px) {
    #premio2024 .logoPremio2024 .imagemBackgroundHeader {
        min-height: 275px;
    }
}
/* ---- Sobre ----*/
#Sobre {
    background: url(../Imagens/Premio2021/Fundo_Sobre.png) center top no-repeat;
    background-size: auto;
    padding: 4% 0;
}
/* ---- end Sobre ----*/

/* ---- Menu RODAPÉ ---- */
#Rodape {
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
}

    #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: 768px) {
    #Rodape {
        height: 280px;
    }

        #Rodape #Menu ul {
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 2rem;
            padding-top: 5%;
        }

        #Rodape #Logo {
            padding-top: 10%;
        }
}
/* ---- 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);
    }

#premio2024 .Sessao {
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
}

#Rodape {
    padding: 0;
}

/* ----- INSCRIÇÃO ------ */

#inscricao {
    background: url(../Imagens/Premio2021/Fundo_Sobre.png) center top no-repeat;
    padding: 2% 0;
}

    #inscricao h3 {
        font-family: 'Raleway-Regular' !important;
        text-transform: uppercase;
        color: #063857;
        font-size: 18px;
        font-weight: bold;
    }

    #inscricao .lista {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 1rem;
        padding: 0 5%;
    }

        #inscricao .lista .text-danger {
            font-weight: bold;
        }

        #inscricao .lista p {
            grid-column-start: 1;
            grid-column-end: 3;
            text-align: left;
        }

#formInscricaoPremio a:hover {
    text-decoration: none;
}

#formInscricaoPremio #cadastro {
    background: #4cae4c;
    border: 2px solid #4cae4c;
    color: #fff;
    margin-top: 2%;
    width: 25%;
}

    #formInscricaoPremio #cadastro:hover {
        background: transparent;
        color: #4cae4c;
        transition: all .8s ease-in-out;
    }

@media(max-width: 768px) {
    #formInscricaoPremio #cadastro {
        margin-top: 10%;
        width: 100%;
    }

    #inscricao .lista {
        grid-template-columns: 1fr;
    }

        #inscricao .lista p {
            grid-column-end: auto;
        }
}
/* ----- fim INSCRIÇÃO ------ */

/*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;
}

@media(max-width: 1200px) {
    .MiniCentro {
        padding: 0 5%;
    }
}

.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 */
#premio2024 .Centro {
    background: url('../Imagens/Premio2021/Fundo_Geral.png') center top -80px no-repeat;
    background-size: 100%;
}

#premio2024 .Sessao {
    background-color: #fff;
    text-align: center;
    margin-bottom: 15px;
}

    #premio2024 .Sessao .Conteudo {
        margin: 0 auto;
    }

        #premio2024 .Sessao .Conteudo .Titulo {
            background: url('../Imagens/Premio2021/Icone_premio.png') left no-repeat;
            padding: 25px 0;
        }

            #premio2024 .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;
            }

                #premio2024 .Sessao .Conteudo .Titulo h1 span {
                    font-family: 'Raleway-Bold' !important;
                    color: #1bb56f;
                }

    #premio2024 .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;
    }

    #premio2024 .Sessao .Conteudo .Texto p {
        font-family: 'OpenSans-Regular' !important;
        font-size: 1.7rem;
        color: #86878b;
    }


    #premio2024 .Sessao #Botao {
        padding-top: 25px;
    }
/* #endregion SESSÃO DA HOME */

/* ----- CadastrarObra (Home) ----- */
#premio2024 #cadastrarObra {
    background: url('../Imagens/Premio2021/Fundo_Sobre.png');
    background-size: contain !important;
    border-radius: 5px;
}

    #premio2024 #cadastrarObra .Sessao {
        padding: 4% 0;
    }

        #premio2024 #cadastrarObra .Sessao .titulo {
            font-family: 'Raleway-Regular' !important;
            text-transform: uppercase;
        }

            #premio2024 #cadastrarObra .Sessao .titulo p {
                font-size: 33px;
                color: #063857;
            }

            #premio2024 #cadastrarObra .Sessao .titulo .informacoes {
                background: url(../Imagens/Premio2021/Traco_Laranja.png) center bottom no-repeat;
                padding-bottom: 25px;
                font-weight: bold;
            }

@media(max-width: 768px) {
    #premio2024 #cadastrarObra .Sessao .titulo p,
    #premio2024 .Sessao .Conteudo .Titulo h1 {
        font-size: 1.6em;
        color: #063857;
    }
}
/* ----- fim CadastrarObra (Home) ----- */


/*region TRANSMISSÃO*/
#premio2024 #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 */
#premio2024 #Premiacao {
    background: url(../Imagens/Premio2021/Fundo_Premiacao.png) center top no-repeat;
    background-size: auto;
    padding-bottom: 175px;
}

    #premio2024 #Premiacao .Texto {
        padding-bottom: 50px;
    }

    #premio2024 #Premiacao #Fotos .row {
        margin: 0;
    }

    #premio2024 #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;
    }

#premio2024 #Obras #Premiados {
}

    #premio2024 #Obras #Premiados .listaObras {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

        #premio2024 #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;
        }

            #premio2024 #Obras #Premiados .listaObras .categoria .dados span {
                font-size: 18px;
                color: #fff;
                margin-bottom: 0;
            }

                #premio2024 #Obras #Premiados .listaObras .categoria .dados span.empresa {
                    color: #1bb56f;
                    margin: 0;
                }

        #premio2024 #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;
        }

            #premio2024 #Obras #Premiados .listaObras .categoria .dadosDetalhados .item {
                font-size: 14px;
                border-bottom: 1px solid #e8f5f7;
                padding: 5%;
            }


        #premio2024 #Obras #Premiados .listaObras .galeriaFotos .imagem {
            height: 410px !important;
            background-size: cover !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            border-radius: 5px;
        }

        #premio2024 #Obras #Premiados .listaObras .galeriaFotos .carousel-control {
            color: #000;
            opacity: 1;
            width: 5%;
        }

            #premio2024 #Obras #Premiados .listaObras .galeriaFotos .carousel-control:hover,
            #premio2024 #Obras #Premiados .listaObras .galeriaFotos .carousel-control:focus {
                color: #000;
            }


            #premio2024 #Obras #Premiados .listaObras .galeriaFotos .carousel-control.left,
            #premio2024 #Obras #Premiados .listaObras .galeriaFotos .carousel-control.right {
                background-image: none;
            }

            #premio2024 #Obras #Premiados .listaObras .galeriaFotos .carousel-control .glyphicon-chevron-left {
                left: 10%;
                right: 0;
            }

            #premio2024 #Obras #Premiados .listaObras .galeriaFotos .carousel-control .glyphicon-chevron-right {
                left: 0;
                right: 10%;
            }

@media(max-width: 768px) {
    #premio2024 #Obras #Premiados .listaObras {
        grid-template-columns: 1fr;
    }

        #premio2024 #Obras #Premiados .listaObras .categoria .dadosDetalhados {
            height: 250px;
            margin-bottom: 5%;
        }

        #premio2024 #Obras #Premiados .listaObras .categoria .dados span {
            font-size: 16px;
        }
}

#premio2024 #Obras #Download {
    padding-bottom: 3rem;
}

    #premio2024 #Obras #Download a.link {
        text-decoration: none;
        font-family: Raleway-Bold;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
    }

#premio2024 #Obras #Premiados #Imagem {
    text-align: left;
}

    #premio2024 #Obras #Premiados #Imagem img {
        width: 100%;
        height: 305px;
    }

    #premio2024 #Obras #Premiados #Imagem .carousel-control {
        color: #000;
        opacity: 1;
        width: 5%;
    }

        #premio2024 #Obras #Premiados #Imagem .carousel-control.left,
        #premio2024 #Obras #Premiados #Imagem .carousel-control.right {
            background-image: unset !important;
            background-repeat: unset !important;
        }

        #premio2024 #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-right,
        #premio2024 #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-left {
            font-size: 20px;
        }

        #premio2024 #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-right {
            right: 10px;
        }

        #premio2024 #Obras #Premiados #Imagem .carousel-control .glyphicon-chevron-left {
            left: 10px;
        }

        #premio2024 #Obras #Premiados #Imagem .carousel-control:hover,
        #premio2024 #Obras #Premiados #Imagem .carousel-control:focus {
            color: #000;
        }

#premio2024 #Obras #Premiados #Categoria #Dados {
    background: #303030;
    padding: 15px 20px 30px 20px;
    border-bottom: 5px solid #1bb56f;
}

    #premio2024 #Obras #Premiados #Categoria #Dados h2 {
        font-family: OpenSans-Bold;
        font-size: 18px;
        color: #fff;
        margin-bottom: 0;
    }

        #premio2024 #Obras #Premiados #Categoria #Dados h2.Empresa {
            color: #1bb56f;
            margin: 0;
        }

#premio2024 #Obras #Premiados #Categoria #DadosDetalhados {
    background: #fff;
    color: #86878b;
    padding: 5px 0 0 0;
}

    #premio2024 #Obras #Premiados #Categoria #DadosDetalhados #Linha {
        border-bottom: 1px solid #e8f5f7;
        padding: 5px 10px;
    }

        #premio2024 #Obras #Premiados #Categoria #DadosDetalhados #Linha h5 {
            font-family: OpenSans-Regular;
            text-transform: uppercase;
            text-align: center;
        }

            #premio2024 #Obras #Premiados #Categoria #DadosDetalhados #Linha h5 span {
                font-family: OpenSans-Bold;
            }

/* #endregion OBRAS */

/* ----- CONTATO ----- */
#premio2024 #Contato {
    background: url(../Imagens/Premio2021/Fundo_Contato.jpg) center top;
    background-size: auto;
    padding: 5% 0;
}

    #premio2024 #Contato .Texto {
        padding: 5% 0;
    }

        #premio2024 #Contato .Texto p {
            font-family: 'Raleway-Regular' !important;
            font-size: 18px;
            margin: 0;
        }

        #premio2024 #Contato .Texto a {
            color: #86878b;
        }

    #premio2024 #Contato #Formulario {
        color: #000;
    }

        #premio2024 #Contato #Formulario .form-control {
            font-family: 'Raleway-Regular' !important;
            color: #000;
            font-weight: bold;
            border-radius: 5px;
            font-size: 14px;
            border: 0;
            border-bottom: 1px solid #c5c4c4;
        }

            #premio2024 #Contato #Formulario .form-control#EMail {
                text-transform: lowercase;
            }

        #premio2024 #Contato #Formulario #FormularioPremio .lista {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-gap: 1rem;
        }

        #premio2024 #Contato #Formulario #Botao button {
            color: #fff;
            padding: 7px 20px;
            box-shadow: 0 0 6px #ccc;
        }

@media(max-width: 768px) {
    #premio2024 #Contato #Formulario #FormularioPremio .lista {
        grid-template-columns: 1fr;
    }
}

/* ----- fim CONTATO ----- */
/* ------------------------------------------ */

/* ----- INSCRIÇÃO PRÊMIO / Votação  ------ */
#login #VotacaoPremio {
    min-height: 400px;
    border-radius: 5px;
}

#premio2024 #VotacaoPremio .text-center h4,
#premio2024 #VotacaoPremio p,
#premio2024 #VotacaoPremio .text-center h3 {
    font-family: 'Raleway-Regular' !important;
    color: #063857;
    font-weight: bold;
}

#premio2024 #VotacaoPremio .text-center h4,
#premio2024 #VotacaoPremio .text-center h3 {
    text-transform: uppercase;
}

#premio2024 #VotacaoPremio .obra .nomeObra, 
#premio2024 #VotacaoPremio .obra span {
    font-family: 'Raleway-Regular' !important;
    font-weight: bold;
    font-size: 16px;
    color: #063857;
}

#premio2024 #VotacaoPremio #listaObraAno {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 1rem;
}

#premio2024 #VotacaoPremio .descricaoVoto #obraSelecionada {
    font-family: 'Raleway-Regular' !important;
    font-weight: bold;
    font-size: 20px;
    color: #063857;
    margin-bottom: 2%;
}

    #premio2024 #VotacaoPremio .descricaoVoto #obraSelecionada span {
        text-transform: uppercase;
    }

#premio2024 .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
}

#premio2024 #VotacaoPremio {
    background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center;
    background-size: 100%;
    padding: 5% 0;
}

#premio2024Votacao #VotacaoPremio {
    background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center;
    background-size: 100%;
    padding: 75px 0;
}

#premio2024 #VotacaoPremio .MiniCentro {
    width: 675px;
}

#premio2024Votacao #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;
    }

#premio2024 #VotacaoPremio #listaObraAno .obra {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    #premio2024 #VotacaoPremio #listaObraAno .obra input {
        display: none;
    }

    #premio2024 #VotacaoPremio #listaObraAno .obra label.selecionado {
        position: relative;
    }

    #premio2024 #VotacaoPremio #listaObraAno .obra .dadosObra .selecionado {
    }

        #premio2024 #VotacaoPremio #listaObraAno .obra .dadosObra.selecionado span {
            position: absolute;
            top: 35%;
            left: 43%;
            font-size: 4rem;
            color: var(--verdeClaro);
        }

    #premio2024 #VotacaoPremio #listaObraAno .obra img:hover {
        cursor: pointer;
    }

#premio2024 #VotacaoPremio #listaObraAno #dadosObraVotada .imgBackground {
    height: 250px !important;
    width: 350px !important;
}

#premio2024 #VotacaoPremio #listaObras span {
    font-family: 'Raleway-Regular' !important;
    color: #063857;
    font-weight: bold;
}

#premio2024 #VotacaoPremio .informacoesVoto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: .9em;
}

#premio2024 #VotacaoPremio .Obra .informacoesVoto .obraVotada {
    color: #1db471;
}

#premio2024 #VotacaoPremio .Obra {
    text-align: center;
}


#premio2024 #VotacaoPremio #DescricaoObra .informacoesObra p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

#premio2024 #VotacaoPremio #DescricaoObra #dadosObra span {
    font-weight: bold;
}

@media(max-width: 768px) {
    #premio2024 #VotacaoPremio #listaObraAno {
        grid-template-columns: 1fr;
    }

        #premio2024 #VotacaoPremio #listaObraAno .obra #imgPrincipal {
        }
}

/* ----- fim INSCRIÇÃO PRÊMIO / Votação ----- */

/* #region CRONOGRAMA */
#premio2024 #Cronograma {
    background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center no-repeat;
    background-size: 100%;
    padding: 5% 0;
}

    #premio2024 #Cronograma .col-md-12 {
        font-family: "OpenSans-Bold";
        font-size: 1.8rem;
        color: #000;
        padding-bottom: 0.5rem;
    }

        #premio2024 #Cronograma .col-md-12 span {
            color: var(--verdeClaro);
        }
/* #endregion CRONOGRAMA*/

/* ----- PATROCINADORES ------ */

#premio2024 #apoio {
    background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center;
    background-size: auto;
    padding: 5% 0;
}

#apoio #patrocinadores,
#apoio #apoioInstitucional,
#apoio #realizacao {
    padding: 4% 0;
}

    #apoio #patrocinadores #listaPatrocinadores {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 7rem;
        justify-content: center;
        align-items: center;
    }

    #apoio #apoioInstitucional #listaApoios {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        justify-content: center;
        grid-gap: 1rem;
        row-gap: 4rem;
        margin-top: 5%;
    }

#apoio #listaRealizacao .imagem {
    /*Logo Abcic*/
    width: 200px;
    margin: 0 auto;
}

#apoio .imagem {
    background-size: contain !important;
}


@media(max-width: 768px) {
    #apoio #patrocinadores #listaPatrocinadores {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 0;
        justify-items: center;
    }

        #apoio #patrocinadores #listaPatrocinadores .imagem {
            height: 100px !important;
        }

    #apoio #apoioInstitucional #listaApoios {
        grid-template-columns: repeat(2,1fr);
        margin: 0 5%;
        justify-items: center;
    }

    #apoio .imagem {
        height: 65px;
        width: 150px;
    }

    #apoio .imagem {
        height: 110px;
    }

    #formInscricaoPremio .lista {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    #apoio #patrocinadores #listaPatrocinadores,
    #apoio #apoioInstitucional #listaApoios {
        grid-template-columns: 1fr;
    }
}
/************** FIM PATROCINADORES **********************/

/********************************************************/

/*region REGULAMENTO */
#premio2024 #Regulamento {
    background: url(../Imagens/Premio2021/Fundo_Inscrevase.jpg) center top no-repeat;
    background-size: 100%;
    padding: 3% 0;
}

    #premio2024 #Regulamento #Descricao {
        padding: 15px 0;
    }

        #premio2024 #Regulamento #Descricao p {
            color: #86878b;
            font-size: 14px;
            font-family: OpenSans-Regular;
        }

    #premio2024 #Regulamento #Downloads {
        padding: 30px 0;
        margin: 0;
    }

        #premio2024 #Regulamento #Downloads h6 {
            font-family: 'Raleway-Regular' !important;
            font-size: 20px;
            color: #333333;
            text-transform: uppercase;
        }

        #premio2024 #Regulamento #Downloads #Botao a {
            padding: 8px 30px;
        }

@media (max-width: 992px) {
    #premio2024 #Regulamento {
        background-size: auto !important;
    }
}
/* #endregion REGULAMENTO */

/* #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 */

/*****************************************************/
#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;
    }

/**************************************************/

/* ----- MODAL ----- */
#FotoEstande .modal-dialog {
    width: 50%;
}
    #FotoEstande .modal-dialog #FotosContent {
        padding: 4%;
    }
        #FotoEstande .modal-dialog #FotosContent .informacoesObra {
            font-family: 'Raleway-Regular' !important;
            font-weight: bold;
            font-size: 16px;
            color: #063857;
        }
        #FotoEstande .modal-dialog #FotosContent .informacoesObra p {
            text-transform: uppercase;
        }
        #FotoEstande .modal-dialog #FotosContent .informacoesObra #dadosObra span {
            text-transform: uppercase;
        }

body.modal-open {
    margin-right: 0 !important;
}
/* ----- fim MODAL ----- */

@media(max-width: 1024px) {
    .Centro {
        width: 1000px !important;
    }

    /*Menu Topo*/
    #Topo #MenuVerde {
        width: 850px !important;
    }

        #Topo #MenuVerde .navbar-nav > li {
            padding: 0 15px !important;
        }
}

@media(max-width: 991px) {
    /*Topo Menu*/
    #Topo #MenuVerde .navbar-nav > li > a {
        font-size: 13px !important;
    }

    /*Contato*/
    #premio2024 #Contato #Formulario {
        padding: 0 5%;
    }



    /*  Votação Prêmio 2021  */
    #premio2024Votacao #VotacaoPremio {
        background: url(../Imagens/Premio2021/Fundo_Patrocinadores.jpg) center top !important;
    }

        #premio2024Votacao #VotacaoPremio .row {
            display: grid;
            grid-template-columns: repeat(3, 3fr);
        }

            #premio2024Votacao #VotacaoPremio .row .col-md-4:first-child {
                grid-column-start: 1;
            }

    #FotoEstande .modal-dialog {
        width: 95%;
    }
}

@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 #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;
    }



    /*Premiados2021 (Galeria Fotos)*/
    #premio2024 #Premiacao {
        padding-bottom: 40px !important;
    }

        #premio2024 #Premiacao .Texto {
            padding-bottom: 5px !important;
        }

    .fotos .col-md-3 img {
        width: 60%;
        height: 240px;
        border-radius: 5px;
    }

    /*  OBRAS PREMIADAS     */
    #premio2024 #Obras #Premiados #Imagem img {
        border-radius: 5px;
        margin-left: auto;
        margin-right: auto;
        width: 65%;
        height: 300px;
    }

    .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: 768px) {
    .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     */
    #premio2024 #Obras #Premiados #Imagem img {
        width: 80%;
        height: 200px;
    }

    #premio2024 #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 #Cabecalho #Logos img {
            max-height: 370px !important;
            width: 260px !important;
            height: auto;
        }

    #premio2024 .Sessao .Conteudo .Titulo {
        background-size: 60px !important;
        padding: 10px 0 15px 0 !important;
    }


    /*Premiados (Galeria Fotos)*/
    #premio2024 #Premiacao #Fotos .row {
        margin: 0 !important;
    }

    .fotos .col-md-3 img {
        width: 80%;
        height: 200px;
    }

    #premio2024 .Sessao #Titulo .Laranja {
        font-size: 2.7rem !important;
    }

    #premio2024 #Regulamento #Downloads {
        padding: 5px 0 !important;
    }

    /*Rodapé*/
    #Rodape #Fundo {
        background-size: auto !important;
    }
}

@media(max-width: 625px) {
    .Centro {
        width: 575px !important;
    }

    /*Regulamento*/
    #premio2024 #Regulamento {
        background-size: auto !important;
    }


    /*Rodapé*/
    #Rodape #Logo {
        padding: 45px 0 50px !important;
    }
}

@media(max-width: 570px) {
    .Centro {
        width: 550px !important;
    }
}

@media(max-width: 540px) {
    .Centro {
        width: 520px !important;
    }

    #premio2024 .Sessao .Conteudo .Titulo {
        padding: 10px 0 15px 0 !important;
        background-size: 55px !important;
    }

        #premio2024 .Sessao .Conteudo .Titulo h1 {
            padding: 0 0 15px 0;
        }

    #premio2024 .Sessao #Botao a {
        font-size: 15px !important;
    }

    /*VOTAÇÃO PRÊMIO    */
    #premio2024Votacao #VotacaoPremio .row {
        grid-template-columns: repeat(2, 2fr);
    }
}

@media(max-width: 500px) {
    /*  OBRAS PREMIADAS     */
    #premio2024 #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;
    }


    #premio2024 #Sobre .Conteudo .Texto {
        margin: auto;
    }

    #premio2024 .Sessao .Conteudo .Titulo {
        padding: 10px 0 15px 0 !important;
    }

    #premio2024 #Cronograma {
        background-size: 130%;
    }

        #premio2024 #Cronograma .col-md-12 {
            display: grid;
            grid-template-columns: 1fr;
        }

    /*Premiados2021 (Galeria Fotos)*/
    #premio2024 #Premiacao {
        padding-bottom: 30px !important;
        background-size: auto !important;
    }

        #premio2024 #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;
    }

    /*  OBRAS PREMIADAS     */
    #premio2024 #Obras #Premiados #Imagem img {
        width: 95%;
        height: 150px;
    }

    #premio2024 #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;
    }

    #premio2024Votacao #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;
    }

    #premio2024 #Sobre .Conteudo .Texto {
        text-align: justify;
    }

    #premio2024 #Cronograma {
        background-size: 160%;
    }
}
/* #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;
        }
}

@media(max-width: 375px) {
    #Transmissao #videoTransmissao {
        height: 18rem !important;
    }
}

@media(max-width: 325px) {
    #Transmissao #videoTransmissao {
        height: 18rem !important;
    }
}

