/*@import url(http://fonts.googleapis.com/css?family=Meddon);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300);
@import url(http://weloveiconfonts.com/api/?family=entypo);entypo */

.FormaPagamentoHover:hover { 
    background-color: #E6E7E8;    
}

body, ul, li {
    margin: 0;
    padding: 0;
    font-family: Geneva, Arial, Helvetica, sans-serif
}

body {
    /*background-color: #373948;*/
}

@font-face {
    font-family: Agency;
    src: url('../fonts/AGENCYB.ttf');
}

.textoFormularioContato {
    color: #666666;
    font-size: 20px;
    padding-top: 20px;
}

.textoFormularioContato2 {
    color: #000000;
    font-size: 20px;
    padding-top: 20px;
}

.InputFormularioContato {
    background-color: #FFFFFF;
    width: 98%;
    height: 35px;
    border: solid #CCCCCC;
    border-width: 1px;
    font: Arial;
    font-size: 20;
    color: #E43344;
    padding-left: 3%;
}

    .InputFormularioContato:hover {
        background-color: #CCCCCC;
    }

    .InputFormularioContato:focus {
        background-color: #FFFFFF;
    }

.BotaoFormulario {
    font-size: 18px;
    color: #FFFFFF;
    width: 100px;
    height: 50px;
    background-color: #3A7676; /*#E43344;*/
    border: none;
    padding-top: 3px;
}

    .BotaoFormulario:Active {
        width: 100px;
        height: 50px;
        background-color: #333333;
        border: none;
        padding-top: 3px;
    }

    .BotaoFormulario:Hover {
        cursor: pointer;
    }


.window {
    display: none;
    width: 500px;
    height: 530px;
    position: fixed;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 9900;
    padding: 10px;
    border-radius: 10px;
}

#mascara {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
}

.fechar {
    display: block;
    text-align: right;
}


/* ###### Codigo responsavel pelo RESPONSE do site... #######*/

* {
    box-sizing: border-box;
}

.butonInscricao {
    width: 60%;
    padding: 10px;
    background-color: #DC3545;
    border: none;
    color: #FFFFFF;
}

/* Create four equal columns that floats next to each other */
.colunasCongresso {
    float: left;
    width: 50%;
    padding: 20px;
    padding-top: 50px;
}

.colunasIncricoes {
    float: left;
    width: 50%;
    padding: 20px;
}



.textoUmelf2023 {
    font-family: Agency;
    font-size: 250%;
    color: #333333;
}

.textoInscricoes1 {
    font-family: Agency;
    font-size: 200%;
    color: #328070;
    padding-top: 20px;
}

.textoInscricoes2 {
    font-family: Agency;
    font-size: 300%;
    color: #F58634;
}

.imgCabecalho {
    width: 50%;
    padding: 15px;
}

.tamanhoCopy {
    width: 50%;
}


/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
    .colunasCongresso {
        width: 100%;
        text-align: center;
        font-size: 70%;
    }
}

@media screen and (max-width: 992px) {
    .colunasIncricoes {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .imgCabecalho {
        width: 75%;
    }
}

@media screen and (max-width: 992px) {
    .textoUmelf2023 {
        font-size: 160%
    }
}

@media screen and (max-width: 992px) {
    .tamanhoTema {
        width: 65%
    }
}

@media screen and (max-width: 992px) {
    .tamanhoCopy {
        width: 70%
    }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .colunasCongresso {
        width: 100%;
        text-align: center;
        font-size: 60%;
    }
}

@media screen and (max-width: 600px) {
    .colunasIncricoes {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .imgCabecalho {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .textoUmelf2023 {
        font-size: 120%
    }
}

@media screen and (max-width: 600px) {
    .tamanhoTema {
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .tamanhoCopy {
        width: 100%
    }
}

.textoLaranja {
    font-family: Agency;
    font-size: 450%;
    color: #F58634;
    text-align: right;
    line-height: 1;
}

.textoData {
    font-family: Agency;
    font-size: 500%;
    color: #4E5A62;
    text-align: right;
    line-height: 1;
}

.textoEndereco {
    font-family: Agency;
    font-size: 200%;
    color: #4E5A62;
    text-align: right;
    line-height: 1;
}
