/*

 * CSS com estilo específico do tema
 *
 * @Autores
 *
 * - Danilo Sartorelli Barbato
 * - Djeison Possamai 
 * - Thiago Garcia Tamosauskas
 * - Léu Almeida
 *
 * @Referencias
 *
 * Lista de padrões, convenções e boas praticas CSS que devem ser seguidas.
 * https: //github.com/necolas/idiomatic-css/tree/master/translations/pt-BR
 *
 * Plugins para ordenar os atributos de CSS.
 * http://csscomb.com/
 *
 * Validador de CSS do W3C.
 * \http://jigsaw.w3.org/css-validator/
 *
/* ==========================================================================
   Geral
   ========================================================================== */
   
/* BOTÃO DE INSCRIÇÃO */
.fixed {
  background-color:#d9ae05 ;
  color: #814000;
  padding: 20px 30px;
  border-radius: 30px;
  border-color: #000000;
  font-weight:bold;
  text-transform:uppercase;
  z-index:9999999;
  font-size: 16px;
}

.fixed:hover {
  color: #191919;
}

#btn-inscrevase {
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#content a:hover, dl.portlet a:hover {
    color: #191919 !important;
}

footer {
    padding-bottom: 80px;
}

/* FIM DO BOTÃO DE INSCRIÇÃO */


div.tile.tile-default div.cover-richtext-tile.tile-content h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 35px;
}

div#archetypes-fieldname-instituicao {
    display: none !important;
}
/* menu mobile dos cursos */
.section-acesse-a-documentacao .formid-acesse-a-documentacao form {
    border:  1px solid;
    padding: 26px;
    border-radius: 20px;
    height: 214px;
    width: 407px;
}

.section-acesse-a-documentacao .formid-acesse-a-documentacao  .field input[type="text"][size] {
    width:  390px;
    padding:  5px;
}

.section-acesse-a-documentacao .formid-acesse-a-documentacao .formControls {margin: 0 !important;}
.section-acesse-a-documentacao .formid-acesse-a-documentacao .formControls input {width:  400px;height:  38px;}



.section-acesse-a-documentacao .formid-acesse-a-documentacao input[type="text"][size] {
    width: auto;
    padding: 5px;
}

/* menu mobile dos cursos */

div:hover#btnav ul li a span
{
    padding: 0;
}


li.scdmenu
{
    background: #999;
}

/* live search */

div#LSResult
{
    display: none !important;
}

#logo a
{
    float: left;
}
.hiddenStructure
{
    display: none;
}
#btnav
{
    z-index: 20;
}
.m-accessibilidade
{
    display: none;
}
div#logo a img
{
    display: block;

    width: 125px;
    margin: 0 0 0 5%;
    padding-top: 20px;
}
a.logoProcessoSeletivo
{
    font-size: 1.2em;

    top: 0;

    display: block;

    width: 98%;
    margin: 10px 1%;
    padding: 3px 0 5px;

    text-align: center;

    color: #d9ae05;
    border: 1px solid #d9ae05;
}
nav i
{
    position: absolute;
    top: 11px;
    right: 20px;
}
div#logo
{
    margin-top: 0;
}


#logo a span.textoProcessoSeletivo
{
    font-weight: bold;

    padding-top: 5px;
}
#logo a span
{
    font-family: Verdana, Sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;

    display: block;
}



/*Menu*/

#main-navigation li a
{
    font-size: 1.2em;
    font-weight: bold;

    color: #fff;
}

#main-navigation li a
{
    color: #d8c207;
}

/* Conteúdos gerais */
.template-folder_summary_view p.tileBody,
.template-folder_summary_view p.tileFooter
{
    display: none;
}


.template-folder_summary_view h2.tileHeadline
{
    margin-bottom: 10px;
    padding: 10px;

    background: #f8f8f8;
}




.template-folder_summary_view h2.tileHeadline a
{
    color: #000 !important;
}
.portletContent a:hover
{
    text-decoration: underline;
}
#content a:hover
{
    text-decoration: underline;
}

.portletStaticText.portlet-static-navegacao ul > li
{
    padding-bottom: 2px;

    text-transform: uppercase;

    border-bottom: 1px solid #48c5db;
}
.portletStaticText.portlet-static-navegacao ul > li > a
{
    display: inline-block;

    width: 100%;

    color: #251c6f !important;
}

.portletStaticText.portlet-static-navegacao ul > li a:hover
{
    text-decoration: underline;
}

.portletStaticText.portlet-static-navegacao ul ul
{
    margin-top: 5px;
}

.portletStaticText.portlet-static-navegacao ul > li > ul > li
{
    border: none;
}

.portletStaticText.portlet-static-navegacao ul > li > ul > li a
{
    margin-left: 20px;

    text-transform: none;

    color: #000 !important;
}

/* ==========================================================================
       Notícia
       ========================================================================== */
/* Título de notícias */
h1.documentFirstHeading
{
    font-size: 1.7em;
    line-height: 1.4em;

    color: #404040;
}
/* Imagem e Legenda */
figure.newsImageContainer
{
    position: relative;

    float: left;

    margin: 0 10px 10px 0;
}
.newsImageContainer figcaption
{
    font-size: .8em;
    font-weight: bold;

    position: absolute;
    bottom: 0;

    width: 100%;
    min-height: 19px;
    padding: 5px;

    background-color: rgba(255, 255, 255, .7);
}
#content .newsImageContainer a
{
    color: #000;
}
#content .newsImageContainer a:hover
{
    color: #333 !important;
}
/* Conteúdo */
div#content-core
{
    margin-bottom: 40px;

    color: #414141;
}
div#plone-document-byline
{
    margin-bottom: 20px;
}

/* ==========================================================================
       Cabeçalho do Portal
       ========================================================================== */
div#logo
{
    width: 125px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 3px;
}
.barratelefone .fa,
.barratelefone .fas
{
    display: none;
}
.barratelefone span.email
{
    display: none;
}
.barratelefone span.atendimento a
{
    font-size: 1.3em;
    font-weight: bold;

    float: right;

    margin: 0;
    padding: 8px 10px;

    color: #d9ae05;
    background: #191919;
}
.barratelefone span.atendimento a:hover
{
    background: #ffb41f;
}
.barratelefone span.telefone
{
    font-size: 1.2em;
    font-weight: bold;

    display: inline-block;

    padding-top: 10px;

    color: #d9ae05;
}
#main-navigation li a
{
    color: #fff;
}
#main-navigation li:hover
{
    background: #191919;
}
#main-navigation li:hover a
{
    color: #d9ae05;
}
#main-navigation li li:hover
{
    background: #eff3f6;
}
ul.actionMenu
{
    display: none;
}

/* Menu global */

#navigation
{
    display: inline;

    margin: 0;

    list-style: none;

    text-align: left;

    background: rgba(53,125,190,.9);
}

#navigation ul li
{
    position: relative;

    display: inline-block;

    cursor: pointer;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}
#navigation li.item-nav
{
    position: relative;

    color: #fff;
}
#navigation li.item-nav ul
{
    display: none;
    visibility: hidden;

    padding: 0;
}
#navigation li.item-nav ul li
{
    display: block;
    float: none;

    padding: 3px 10px;

    border-right: none;
}

#navigation li.item-nav span
{
    font-size: 1.2em;
    font-weight: bold;
}

.redes
{
    margin-bottom: 5px;
    padding: 30px 0 0;
    text-align: center;
}

#content .cover-collection-tile.tile-content
{
    margin-top: 0 !important;
    margin-left: 0 !important;
}


.cover-collection-tile.tile-content h2 a
{
    font-size: .75em;
    line-height: 1.5em;

    display: inline-block;

    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;

    letter-spacing: 0;

    color: #000 !important;
    border-bottom: 1px dashed #000 !important;
}
#content .cover-collection-tile.tile-content p
{
    font-size: 1.5em;
    line-height: 1.5em;

    margin-bottom: 5px;
    padding-bottom: 5px;

    border-bottom: 1px dashed #000 !important;
}

#content .cover-collection-tile.tile-content h2
{
    letter-spacing: 0;
}
#content .cover-collection-tile.tile-content h2 a:hover
{
    text-decoration: none !important;

    color: #07a7f8 !important;
}

.cover-collection-tile.tile-content .tile-footer
{
    font-size: 1.2em;

    padding-top: 10px;

    text-align: left;
}

.cover-collection-tile.tile-content .tile-footer a
{
    font-weight: bold;

    text-decoration: none !important;

    color: #d9ae05 !important;
    border: none !important;
}
.graduacaoadistancia:hover
{
    background: #1962a5;
}
.paginadocandidato:hover
{
    background: #c59f06 !important;
}
.tile-footer a::before
{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;

    display: inline-block;

    padding-right: 5px;

    content: '\f055';

    color: #d9ae05;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#content .tile-footer a:hover::before,
#content .tile-footer a:hover
{
    color: #d9ae05 !important;
}
.box-noticias .cover-basic-tile.tile-content
{
    width: 80%;
    margin: 0 auto;

    text-align: center;
}
.box-noticias .cover-basic-tile.tile-content a
{
    font-size: 1.1em;

    display: block;

    width: 100%;
    padding: 15px 0;

    text-transform: uppercase;

    color: #d9ae05 !important;
    border: 2px solid #d9ae05 !important;
}
#content .box-noticias .cover-basic-tile.tile-content a:hover
{
    text-decoration: none !important;

    color: #fff !important;
    background: #d9ae05;
}
div.position-0 .box-noticias
{
    margin-top: 10px;
}
.classe-destaques .cover-richtext-tile.tile-content h2
{
    color: #d9ae05;
}

/* ==========================================================================
       Rodape do Portal
       ========================================================================== */
.redes span
{
    display: none;
}
div#footerlocal
{
    display: none;
}

span.universidadeNome
{
    font-weight: bold;
}
.redes a
{
    font-size: 1.3em;

    color: #357dbe !important;
}
.redes a:hover
{
    text-decoration: none;

    color: #dc2018 !important;
}
.redes a .fa,
.redes a .fas
{
    width: 32px;
    height: 20px;
    margin-bottom: 10px;
    padding: 6px 0;

    text-align: center;

    border: 1.5px solid;
    border-radius: 50%;
}
.redes a i.fa.fa-envelope,
.redes a i.fa.fa-comment
{
    padding: 0;

    border: none;
}
.redes
{
    text-align: center;
}
.footerambienteecontato a
{
    font-size: .9em;

    padding: 0 15px;

    color: #fff !important;
}
.footerambienteecontato
{
    margin-bottom: 10px;
    padding: 10px 0;

    text-align: center;

    color: #fff;
    background: #357dbe;
}
div#footerRights
{
    clear: both;

    padding: 10px 0;

    text-align: center;

    color: #d9ae05;
}
span.universidadeReg
{
    display: none;
}
span.universidadeNome
{
    display: block;

    margin: 20px 0;
}
div#footerRights *
{
    text-align: center;
}

/* ==========================================================================
       Tiles
       ========================================================================== */

/* Carousel */

.galleria-info-title,
.galleria-info
{
    display: none !important;
}
body.section-processo-seletivo .cell.width-16.position-0 .galleria-inner
{
    height: 170px;
}
body.section-processo-seletivo #content > .row:first-child > div.width-16
{
    overflow: hidden;

    height: 109px;
    margin-top: -10px;
}

/* Tiles Geral */

.tile
{
    margin-bottom: 15px !important;
}

.tile img.left
{
    width: 100%;
    height: auto;
}
/* Tile Basic */

.cover-basic-tile.tile-content h2
{
    line-height: 1em;
}

.cover-basic-tile.tile-content h2 a
{
    font-size: .85em;

    color: #000 !important;
}


/*Tile Basico*/

.cover-richtext-tile h4
{
    font-size: 1.7em;
    font-weight: bold;

    margin-top: 40px;

    color: #073772;
}

.cover-richtext-tile h4 a
{
    color: #073772 !important;
}

.cover-richtext-tile a.destaque img.image-inline
{
    width: 100% !important;
}


#content .cover-richtext-tile a:link,
#content .cover-richtext-tile a:visited
{
    color: #000;
    border-bottom: 0;
}

/*Conteudo*/

#content h1.documentFirstHeading
{
    font-size: 2.1em;

    width: 98%;

    text-transform: uppercase;

    color: #083671;
}

.portaltype-document hr
{
    margin: 22px 0;
}

.portaltype-document #content h4
{
    font-size: 2em;

    width: 98%;

    text-transform: uppercase;

    color: #083671;
}
#content .cover-collection-tile .tile-footer a:hover,
#content .cover-collection-tile .tile-footer a:hover::before
{
    color: #ac9d53!important;
}
.titulo > span
{
    font-size: 1.4em;
    font-weight: bold;

    position: absolute;
    top: -6px;
    left: 10%;

    color: #00529b;
}

.collection-item
{
    width: 96%;
}
.fa-pencil:before
{
    content: '\f040';
}

.icones i
{
    font-size: 90px;
}

.icones span
{
    font-size: 20px;

    display: block;

    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 58px;
    margin-left: 0;
}

#content .icones a
{
    color: #0b2d93 !important;
}
#content .icones a:hover
{
    color: #fdb917 !important;
}

.item
{
    display: block;

    width: 100%;

    text-align: center;
}

h2.tituloCapa
{
    font-size: 1.5em;

    display: inline-block;

    margin-top: 50px;

    letter-spacing: 0;

    border-bottom: 4px solid #357dbe;
}

#content .cover-basic-tile h3
{
    font-size: 1em;

    clear: left;
}

.vestibular
{
    width: 100%;
}
.titulo-tabela-cursos
{
    font-family: verdana;

    color: #fff;
    background: none repeat scroll 0 0 #004897;
}
.vestibular tr td
{
    padding: 0 11px !important;
}
.linha-tabela1
{
    font-size: 12px !important;
    font-weight: bold !important;
}
.linha-tabela1
{
    font-size: 12px !important;
    font-weight: bold !important;
}
.linha-tabela-par
{
    background-color: #f5f5f5;
}

#content .cover-basic-tile.tile-content h3 a
{
    font-size: 1.3em;

    display: inline-block;

    margin: 5px 0;

    color: #d9ae05;
}
.cover-basic-tile.tile-content a.imag img
{
    max-width: 120px;
}
.cover-basic-tile.tile-content
{
    text-align: center;
}
.cover-basic-tile.tile-content a.imag
{
    display: block;

    width: 120px;
    margin: 20px auto 0;

    border: none !important;
}
.position-0 .cover-basic-tile.tile-content
{
    margin-top: -10px;
}
#content .cover-basic-tile.tile-content > p
{
    min-height: 35px;
    margin: 0 10%;

    color: #d9ae05;
}
#content .botaoSaibaMais a
{
    font-size: 1.3em;
    font-weight: bold;

    display: block;

    width: 60%;
    margin-left: 20%;
    padding: 10px 0;

    text-align: center;

    color: #d9ae05 !important;
    background: #191919;
}
#content .botaoSaibaMais a:hover
{
    text-decoration: none;

    background: #ffb41f;
}



.ficouinteressadoform div.formControls
{
    font-size: 1.6em;

    margin: 0 !important;

    text-align: center;

    border: none !important;
    background: #191919;
}
.ficouinteressadoform
{
    margin-top: -13px;
    padding: 10px;

    background: #f8f8f8;
}

.ficouinteressadoform span.required
{
    display: none;
}

.ficouinteressadoform h2
{
    font-size: 1.7em;

    letter-spacing: 0;
    text-transform: uppercase;

    color: #d9ae05;
}

.ficouinteressadoform h3
{
    font-weight: normal;

    letter-spacing: 0;

    color: #357dbe;
}
.ficouinteressadoform div.ArchetypesStringWidget *
{
    float: right;

    width: auto;
}


.ficouinteressadoform div.formControls input
{
    font-size: .8em !important;
    font-weight: bold;

    width: 100%;
    padding: 8px 10px;

    text-transform: uppercase;

    color: #d9ae05;
    border: none !important;
    background: transparent;
}

.ficouinteressadoform div.formControls:hover
{
    background: #ffb41f;
}

.ficouinteressadoform div.ArchetypesStringWidget
{
    font-size: 1.2em;

    display: block;

    padding: 5px;

    color: #357dbe;
    border: 1px solid #357dbe;
}
.barraLinks .fa,
.barraLinks .fas
{
    font-size: 5em;

    width: 65px;
    height: 65px;
    padding: 20px 18px 10px 18px;

    text-align: center;

    border: 1.5px solid;
    border-radius: 50%;
}
.barraLinks
{
    margin-bottom: -25px;

    background: #d9ae05;
}
.barraLinks div span
{
    display: block;

    text-align: center;
}
.barraLinks div span.icone
{
    padding-top: 30px;
}
#content .cover-richtext-tile .barraLinks a
{
    color: #fff !important;
}
#content .cover-richtext-tile .barraLinks a:hover
{
    text-decoration: none !important;

    color: #191919 !important;
}
.barraLinks span.texto
{
    font-size: 1.3em;
    font-weight: bold;

    padding-top: 15px;
    padding-bottom: 15px;
}
.cover-richtext-tile.tile-content img
{
    display: block;
    margin-top: 20px !important;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.ficouinteressadoform div#archetypes-fieldname-topic input,
.ficouinteressadoform div#archetypes-fieldname-replyto input,
.ficouinteressadoform div#archetypes-fieldname-telefone input,
.ficouinteressadoform div.ArchetypesSelectionWidget select
{
    font-size: 1em !important;

    width: 75%;

    color: #357dbe;
    border: 1px dashed rgba(53, 125, 190, .61);
    background: transparent;
}

.ficouinteressadoform div.ArchetypesSelectionWidget
{
    font-size: 1.2em;

    display: block;

    padding: 5px;

    color: #357dbe;
    border: 1px solid #257dbe;
}
.ficouinteressadoform div.ArchetypesSelectionWidget *
{
    float: right;

    width: auto;
}

.portletStaticText .ficouinteressadoform
{
    font-size: .7em;
}

.portletStaticText .atendimentoonline
{
    font-size: .9em;
}


div#viewlet-below-content-title
{
    display: none;
}

#content .documentDescription,
#content #description
{
    margin-bottom: 10px;
}

.inscrevase.botaointernocurso
{
    font-size: 1.4em;

    margin-top: 0;
    margin-bottom: 30px;
}
.inscrevase:hover
{
    background: #ffb41f;
}
span.imagemDestaque
{
    display: block;

    margin-bottom: 10px;
}

.textoConteudoCurso
{
    margin-top: 4px;
}
.vpolo div h3 a
{
    font-weight: normal;
}
.vpolo
{
    font-size: .9em;

    display: block;
    clear: both;

    margin-top: 20px;
    padding: 10px;

    border: 1px solid #000;
    border-top: 5px solid #ac9d53;

}.vpolo h2
{
    font-size: 1.3em;

    margin-bottom: 10px;

    color: #ac9d53;
}
.vpolo a
{
    font-size: .9em;

    color: #000 !important;
}
#content .vpolo a:hover
{
    text-decoration: none;

    color: #367dbe !important;
}

#content .inscrevase.botaointernocurso a:hover
{
    text-decoration: none !important;

    color: #fff !important;
}

span.imagemDestaque img
{
    width: 100%;
    height: auto;
}
#content p
{
    max-width: 100%;
}
#content
{
    padding: 10px;
}

.classe-destaques p
{
    color: #fff !important;
}
.classe-destaques .cover-basic-tile
{
    overflow: hidden;

    height: 206px;
}
.classe-destaques a.imag::after
{
    position: relative;
    top: 0;

    display: block;

    width: 100%;
    height: 100%;

    content: '';

    background:    -moz-linear-gradient(top, rgba(0,0,0,.2) 0%,rgba(0,0,0,.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,.2) 0%,rgba(0,0,0,.75) 100%);
    background:         linear-gradient(to bottom, rgba(0,0,0,.2) 0%,rgba(0,0,0,.75) 100%);
}

.classe-destaques .cover-basic-tile:hover img
{
    opacity: .6;
}
#content .classe-destaques .cover-basic-tile.tile-content > p
{
    font-size: 1.2em !important;

    position: absolute;

    display: block;
    float: left;
    clear: both;

    margin-top: -3em;
    padding: 0 20px;
}
#content .classe-destaques h3
{
    position: absolute;
    bottom: 0;

    float: left;
    clear: both !important;

    margin-bottom: 2.5em;
    padding: 20px;
}
#content .classe-destaques h3 a
{
    font-size: 1.4em;

    color: #fff !important;
}
#content .avisos-internos h3 a,
#content .avisos-internos p
{
    color: #fff !important;
}


#column-two dl.portlet ul.navTreeLevel0 > .navTreeItem
{
    padding: inherit !important;
}
#column-two dl.portlet ul.navTreeLevel0 li.navTreeItem.navTreeCurrentNode a
{
    color: #ac9d53 !important;
}
dl.portlet ul.navTree .navTreeCurrentItem
{
    margin-right: 0;
    margin-left: 0;

    border: none;
    background: none !important;
}

#column-two dl.portlet ul.navTreeLevel0 a
{
    font-size: 1.2em;

    color: #000 !important;
}

#column-two dl.portlet ul.navTreeLevel0 a:hover
{
    color: #357dbe !important;
}

.icons-on #column-two .navTree li a
{
    padding-left: 0 !important;

    background: none !important;
}

.addthis_sharing_toolbox
{
    position: inherit !important;
    left: 0 !important;
}

.atendimentoonline
{
    font-size: 1.2em;

    margin: -15px 0 -25px;

    background: #191919;
}
.atendimentoConteudo
{
    color: #d9ae05;
}
.atendimentoConteudo h3
{
    font-size: 1.6em;

    color: #d9ae05;
}
.faleConosco a
{
    display: block;

    color: #fff !important;
    background: #ac9d53;
}
#content .cover-richtext-tile .faleConosco a:hover
{
    text-decoration: none !important;

    color: #fff !important;
    background: #dc1f18;
}
.faleConosco a:hover span.faleIcone
{
    background: #ac9d53;
}
.faleConosco a span.faleIcone
{
    display: inline-block;

    width: 15%;
    padding: 5px 0;

    text-align: center;

    background: #dc2018;
}
.faleConosco a span.faleTexto
{
    font-weight: bold;

    display: inline-block;

    width: 83%;
    padding: 5px 0;

    text-align: center;
}

.cover-collection-tile.tile-content .tile-header span
{
    font-size: 1.5em;
    font-weight: bold;

    display: inline-block;

    margin-bottom: 20px;
    padding-bottom: 5px;

    letter-spacing: 0;

    border-bottom: 4px solid #d9ae05;
}
#content .collection-item h3 a
{
    font-size: 1.3em;

    display: block;

    margin-bottom: 2px;
    padding: 5px 0 7px 0;

    text-transform: none;

    color: #000 !important;
    border-bottom: 1px dashed #ccc !important;
}
#content .collection-item p.description
{
    font-size: 1.1em;

    padding: 3px 0;
}



.contentTile
{
    width: 100%;
    margin-top: -10px;
    padding: 50px  0 70px;

    text-align: center;

    background: rgba(4,64,118,1);
    background:    -moz-linear-gradient(top, rgba(4,64,118,1) 0%, rgba(11,124,225,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,64,118,1)), color-stop(100%, rgba(11,124,225,1)));
    background: -webkit-linear-gradient(top, rgba(4,64,118,1) 0%, rgba(11,124,225,1) 100%);
    background:      -o-linear-gradient(top, rgba(4,64,118,1) 0%, rgba(11,124,225,1) 100%);
    background:     -ms-linear-gradient(top, rgba(4,64,118,1) 0%, rgba(11,124,225,1) 100%);
    background:         linear-gradient(to bottom, rgba(4,64,118,1) 0%, rgba(11,124,225,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#044076', endColorstr='#0b7ce1', GradientType=0 );
}
.contentTile h1
{
    font-size: 3em;

    margin-bottom: 5px;

    letter-spacing: 0;

    color: #fff;
}
.contentTile h2
{
    font-size: 2.5em;
    font-weight: normal;

    letter-spacing: 0;

    color: #fff;
}


/* carousel conheca a metodista */


.conhecaAMetodista
{
    padding: 20px 0 30px;

    text-align: center;

    background: #d9ae05;
}
.conhecaAMetodista .conhecaHeader h3
{
    font-size: 1.5em;

    margin: 20px 0 5px;

    text-align: center;

    color: #191919;
}
#content .conhecaAMetodista .conhecaHeader a.conhecabotao
{
    font-size: 1.1em;
    font-weight: bold;

    display: inline-block;

    width: auto;
    margin: 10px auto 20px;
    padding: 10px;

    text-align: center;

    color: #fff;
    border-bottom: none;
    background: #dc2018;
}
#content .conhecaAMetodista .conhecaHeader a.conhecabotao:hover
{
    text-decoration: none;

    color: #fff !important;
    background: #ac9d53;
}
.slick-slide
{
    margin: 0 20px;
}

.slider
{
    max-width: 1120px;
}

.conhecaAMetodista .slick-slide img
{
    border: 2px solid #fff;
}

.slick-slide img
{
    max-width: 320px;
    margin: 0 auto;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    z-index: 3000;

    opacity: .75;
    color: #191919 !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    z-index: 3000;
    left: 5px;
}
[dir='rtl'] .slick-prev
{
    right: 5px;
    left: auto;
}
.slick-prev:before
{
    font-family: FontAwesome;

    content: '\f053';
}
[dir='rtl'] .slick-prev:before
{
    font-family: FontAwesome;

    content: '\f053';
}
.slick-next
{
    right: 5px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 5px;
}
.slick-next:before
{
    font-family: FontAwesome;

    content: '\f054';
}
[dir='rtl'] .slick-next:before
{
    font-family: FontAwesome;

    content: '\f054';
}

#lightbox
{
    position: fixed;
    z-index: 30000;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    text-align: center;

    background: rgba(0, 0, 0, .85);
}
#lightbox img
{
    max-width: 940px;
    margin-top: 15%;

    -webkit-box-shadow: 0 0 25px #111;
       -moz-box-shadow: 0 0 25px #111;
            box-shadow: 0 0 25px #111;
}

/* carousel incentivos */
.incentivosCarousel
{
    padding: 20px 0 30px;

    text-align: center;

    background: #fff;
}
.incentivosCarousel .slick-prev:before,
.incentivosCarousel .slick-next:before
{
    color: #d9ae05 !important;
}

h3.incentivosHeader
{
    font-size: 1.4em;

    margin-bottom: 10px;

    text-align: left;

    color: #d9ae05;
}
/* videos */

div.video.position-0
{
    margin-top: 0 !important;
}
.videosProcessoSeletivo
{
    margin-top: -25px;
    padding: 30px;

    text-align: center;

    background: #191919;
}

/* lnding de cursos */

.cursoHeader
{
    position: relative;

    width: 100%;
    height: 100px;
    margin-top: -10px;
    margin-bottom: -14px;
}
.dadosCurso
{
    position: absolute;
    bottom: 10px;
    left: 10px;

    height: auto;
}
.dadosCurso h1,
.dadosCurso h2,
.dadosCurso h3,
.dadosCurso h4,
.dadosCurso h5
{
    color: #fff !important;
}
.dadosCurso h1
{
    font-size: 4em;

    margin-bottom: 10px;

    letter-spacing: 0;
}
#content .dadosCurso h3,
.dadosCurso h4,
.dadosCurso h5
{
    font-size: 1.6em;

    display: inline-block;

    margin-top: 0;
    margin-right: 15px;
}
.cursoHeader .dadosCurso .fa-star
{
    color: #191919;
}
.dadosCurso h5
{
    font-size: 1.3em;
    font-weight: normal;
}
.cursoHeader .dadosCurso .fa-check
{
    font-size: 2em;

    padding-left: 10px;

    color: #10cb22;
}
.ficouinteressadoform.intesseCurso .hidden
{
    display: none;
}
.barraCurso
{
    padding: 25px;

    text-align: center;

    color: #fff;
    background: #d9ae05;
}
.barraCurso .fa,
.barraCurso .fas
{
    font-size: 5em;

    display: block;

    min-height: 80px;

    color: #191919;
}
.barraCurso div.position-0
{
    margin-top: 0;
}
.barraCurso span.texto.textoTitulo
{
    font-size: 1.5em;
    font-weight: bold;

    display: block;

    padding-bottom: 5px;
}
.avisos-internos
{
    line-height: 1.8em;

    min-height: 160px;
    margin-top: -30px;
    padding: 30px 20%;

    text-align: center;

    background: #034179;
}

.cursoHeader
{
    height: 100px;
}
.dadosCurso
{
    font-size: .6em;

    bottom: 15px;
    left: 10px;
}
.dadosCurso h1
{
    margin-bottom: 0;
}
.dadosCurso h3
{
    width: 100%;
}
.avisos-internos h3
{
    font-size: 1.4em;

    margin: 10px;

    color: #fff;
}
.destaque-principal h3
{
    font-size: 1.8em;

    margin-bottom: 20px;

    letter-spacing: 0;

    color: #d9ae05;
}
.destaque-principal p
{
    font-size: 1.1em;
    line-height: 1.7em;

    color: #d9ae05;
}
.tile-edge
{
    padding: 0;

    border: none;
}
#content .tile-edge .cover-basic-tile h3
{
    font-size: 1.2em;

    padding: 5px 10px;

    text-transform: uppercase;

    border: 1px solid #000;
    border-bottom: none;
}
#content .tile-edge .cover-basic-tile p
{
    padding: 0 10px 5px;

    border: 1px solid #000;
    border-top: none;
}
#content .tile-edge .cover-basic-tile img
{
    margin-bottom: 0;
}

#content .conhecaSite a
{
    font-size: 1.2em;
    font-weight: bold;

    display: block;

    width: 100%;
    padding: 10px 0;

    text-align: center;
    text-transform: uppercase;

    color: #fff !important;
    background: #dc2018;
}
#content .conhecaSite a:hover
{
    text-decoration: none;

    background: #ac9d53;
}


h3.passoApassoTitulo
{
    font-size: 3em;

    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 30px;

    text-align: center;

    color: #ac9d53;
    border-top: 2px dashed #d9ae05;
}
h3.passoApassoTitulo.inscricoesTitulo
{
    color: #d9ae05;
    margin-bottom: 35px;
}
.passoAPasso span.numero
{
    font-size: 5.2em;
    font-weight: bold;
    float: left;
    width: 24%;
    min-height: 60px;
    color: #d9ae05;
}
.position-0 .cover-richtext-tile.tile-content .passoAPasso
{
    margin-top: 0;
}
.passoAPasso span.passoDetalhe
{
    font-size: 1.3em;

    color: #d9ae05;
}
.passoAPasso .passo
{
    font-size: 1.3em;
    font-weight: bold;

    display: block;

    padding-bottom: 5px;

    color: #ac9d53;
}
.passoAPasso
{
    margin-bottom: 40px;
}

.centralderelacionamento
{
    padding: 10px 0;

    text-align: center;

    background: #d9ae05;
}
.centralderelacionamento h3
{
    font-size: 1.5em;

    color: #fff !important;
}
.iconCentral
{
    font-size: 7em;

    float: left;

    width: 20%;
    height: 140px;

    color: #d9ae05;
}
.centralConteudo
{
    padding: 15px 20px;
}
.textoCentral p
{
    font-size: 1.2em;
    line-height: 1.4em;

    margin: 0 !important;

    color: #d9ae05;
}
.textoCentral h4
{
    font-size: 1.4em;

    color: #d9ae05;
}
.textoCentral p.vejaMapa a
{
    font-weight: bold;

    display: block;

    margin-top: 15px;

    color: #d9ae05 !important;
    border: none !important;
}




@media only screen and (min-width : 320px)
{
    div.tile.tile-default div.cover-richtext-tile.tile-content h3 {
        font-size: 2em !important;
    }
    #btn-inscrevase{
        display:unset;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px)
{
    .barraLinks
    {
        margin-bottom: -30px;
    }
    .atendimentoonline
    {
        margin: -15px 0 -30px;
    }
    .barratelefone
    {
        font-size: .8em;
    }
    .inscrevase
    {
        font-size: 1.2em;
    }
    .slick-slide img
    {
        width: 420px;
        max-width: 420px;
    }
    .slick-slide
    {
        max-width: 460px !important;
    }
    div#logo a img
    {
        width: 160px;
        padding-top: 15px;
    }
    body.section-processo-seletivo .cell.width-16.position-0 .galleria-inner
    {
        height: 185px;
    }
    body.section-processo-seletivo #content > .row:first-child > div.width-16
    {
        overflow: hidden;

        height: 124px;
        margin-top: -10px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{
    .cell.width-5.position-0.estiloTile {
        position: absolute;
        top: 10px;
    }
    
    .passoAPasso span.numero{
        font-size: 3.5em;
    }
    
    
    div.tile.tile-default div.cover-richtext-tile.tile-content h3 {
        font-size: 3em !important;
    }

    body.contraste .barratelefone
    {
        border: none !important;
    }
    #content .destaque-principal .cover-banner-tile img
    {
        display: none;
    }
    #content .destaque-principal .cover-banner-tile
    {
        background: url("http://portal.metodista.br/processo-seletivo/transferencias-veterinaria/banner/") no-repeat;
        width: 100%;
        height: 205px;
        background-size: contain;
    }
    .reconhecimento.width-3.position-0.cell
    {
        margin-top: 0;
    }
    .barraLinks
    {
        padding-left: 7%;
    }
    .centralConteudo
    {
        font-size: .85em;
    }
    .centralConteudo .iconCentral
    {
        font-size: 5em;
    }
    .barraLinks
    {
        margin-bottom: -35px;
    }
    .iconCentral
    {
        width: 15%;
    }
    .barratelefone span.atendimento a:hover
    {
        background: transparent;
    }
    .cursoHeader
    {
        height: 195px;
    }
    .dadosCurso
    {
        font-size: 1em;

        bottom: 30px;
        left: 12px;
    }
    .dadosCurso h3
    {
        width: auto;
    }
    /* setas carousel */
    .slick-next
    {
        right: -25px;
    }
    [dir='rtl'] .slick-next
    {
        right: auto;
        left: -25px;
    }
    .slider
    {
        max-width: 720px;
        padding-left: 15px;
    }
    .slick-slide
    {
        max-width: 360px;
    }
    .slick-slide img
    {
        width: 290px;
        height: auto;
    }
    .barraLinks
    {
        margin-top: -25px;
    }
    .atendimentoonline
    {
        width: 100%;
        height: 220px;
        margin: 0;
        padding: 0;

        text-align: left;
    }
    .atendimentoConteudo
    {
        width: 250px;
        margin: 0 auto;
        padding-top: 60px;
    }
    .cell.width-7.position-9
    {
        width: 46%;
        margin-top: -3px;
        margin-left: -46%;
    }
    .ficouinteressadoform
    {
        height: 200px;
    }
    .intesseCurso div#archetypes-fieldname-telefone
    {
        width: 73%;
        margin-right: 2%;
    }
    .intesseCurso div#archetypes-fieldname-replyto
    {
        width: 97% !important;
    }
    .intesseCurso div#archetypes-fieldname-topic input,
    .intesseCurso div#archetypes-fieldname-replyto input
    {
        width: 75%;
    }
    .intesseCurso div#archetypes-fieldname-telefone input
    {
        width: 67%;
    }
    .position-0 .barraCurso
    {
        margin-top: -25px;
    }
    .avisos-internos
    {
        margin-top: -12px;
    }
    a.logoProcessoSeletivo
    {
        width: auto;
        margin: 20px 20px 0;

        border: none;
    }
    .barratelefone
    {
        font-size: .75em;
        float: right;
        margin-top: 30px;
        text-align: right;
        border: none;
        background: none;
    }
    .barratelefone .fa,
    .barratelefone .fas
    {
        display: inline;

        padding: 0 3px 0 10px;
    }
    .barratelefone span.atendimento a
    {
     font-size: 1.3em;
    display: inline-block;
    float: left;
    padding: 0;
    background: none;
    margin-left: 40px;
    }
    .barratelefone span.telefone
    {
        font-size: .9em;

        display: inline-block;
        float: left;

        padding: 2px 0 0;
    }
    .barratelefone span.email a
    {
        padding: 0;
    }
    .barratelefone span.email
    {
        font-weight: bold;

        display: inline;
        float: left;
    }
    .barratelefone i.fa.fa-phone-square
    {
        font-size: 1.2em;
    }
    .redes i
    {
        font-size: 1.2em;
    }
    #main-navigation li li:hover
    {
        background: none;
    }
    main#main-content
    {
        display: block;
    }
    div#btnav ul li a
    {
        font-size: .85em;
    }
    .botoesSubMenu
    {
        display: none;
    }
    .paginadocandidato,
    .graduacaoadistancia
    {
        margin-bottom: 10px;
    }

    div#logo a img
    {
        width: inherit;
    }
    .classe-destaques .cover-basic-tile
    {
        display: block;
        overflow: hidden;

        min-width: 358px !important;
        min-height: 351px !important;
    }
    .tile.classe-destaques img.left
    {
        width: auto !important;
        height: 100% !important;
    }

    #content .classe-destaques h3
    {
        min-width: 315px;
        margin-bottom: 4.5em;
    }
    #content .classe-destaques .cover-basic-tile.tile-content > p
    {
        min-width: 315px;
        margin-top: -4em;
    }
    .classe-destaques .cover-basic-tile
    {
        min-width: 554px;
        min-height: 317px;
    }

    .classe-destaques a.imag::after
    {
        height: 350px;
    }

    #content
    {
        padding: 0;
    }

    .avisos-internos .cover-basic-tile.tile-content
    {
        height: inherit;
    }
    .textoConteudoCurso
    {
        float: left;

        width: 70%;
        margin-right: 3%;
    }
    .redes span
    {
        font-weight: bold;
    }
    h2.headerdesk
    {
        display: none;
    }
    .ficouinteressadoform div#archetypes-fieldname-topic input,
    .ficouinteressadoform div#archetypes-fieldname-replyto input,
    .ficouinteressadoform div#archetypes-fieldname-telefone input
    {
        width: 50%;
    }
    .ficouinteressadoform div.ArchetypesSelectionWidget select
    {
        width: 40%;
    }
    .ficouinteressadoform div.formControls
    {
        float: left;

        width: 21%;
    }
    div#archetypes-fieldname-replyto,
    div#archetypes-fieldname-telefone
    {
        display: inline-block;
        float: left;
        clear: none;

        width: 45%;
    }
    div#archetypes-fieldname-replyto
    {
        margin-right: 3.5%;
    }
    .ficouinteressadoform div.ArchetypesSelectionWidget
    {
        float: left;

        width: 70%;
        margin-right: 2%;
    }
    div#footerRights
    {
        font-size: .9em;

        padding-top: 20px;

        border-top: 1px solid #d9ae05;
    }
    .redes
    {
        position: absolute;
        right: 20%;

        width: 40%;
        margin: 15px 0 !important;
        padding: 5px;

        border: none;
    }

    span.universidadeReg a
    {
        color: #d9ae05;
    }
    .barratelefone span a:hover
    {
        color: #ac9d53 !important;
    }
    .redes span
    {
        font-size: .7em;
    }
    #footerRightslocal .redes .rodapeTelefone
    {
        font-size: .8em;

        padding-top: 2px;
        padding-right: 20px;
    }
    #footerRightslocal .redes .rodapeEmail
    {
        padding-right: 20px;
    }
    .redes a .fa,
    .redes a .fas
    {
        margin-bottom: 0;
    }
    div#footerRights span
    {
        margin-top: 30px;
        padding-left: 3%;
    }

    #footerRightslocal img
    {
        padding-right: 20px;
    }
    div#footerlocal
    {
        padding-bottom: 20px;

        color: #fff;
        background: #357dbe;
    }
    div#footerlocal ul.column.col-md-3
    {
        font-size: .9em;
    }
    div#footerlocal a
    {
        display: block;

        padding: 2px;

        color: #fff !important;
    }
    div#footerlocal .barraseparadora
    {
        font-size: 1em !important;
        font-weight: bold;
    }
    div#footerlocal li.subtitulo
    {
        font-size: 1.2em;
        font-weight: bold !important;

        display: block;

        margin-bottom: 5px;
    }
    div#footerlocal ul.column.coluna2
    {
        display: block;

        padding-top: 27px;

        border-right: 1px solid #fff;
    }
    div#footerlocal a:hover
    {
        text-decoration: none;

        color: #e7e355 !important;
    }
    div#footerlocal .tituloRodape h3
    {
        font-size: 1.3em;
        font-weight: bold;

        display: inline-block;

        margin-bottom: 10px;
        margin-left: 3%;
        padding-top: 10px;

        text-transform: uppercase;

        color: #fff !important;
        border-bottom: 3px solid #fff;
    }
    #barrahorizontal .ambientecontato a
    {
        font-weight: bold;

        padding: 10px;

        color: #fff !important;
        border-left: 1px solid #fff;
    }
    #barrahorizontal .ambientecontato
    {
        display: block !important;

        padding: 10px;

        text-align: right;

        color: #fff !important;
        background: #07a7f8;
    }
    #barrahorizontal .ambientecontato a:hover
    {
        text-decoration: underline;

        color: #e9f0f3 !important;
    }
    .inscrevase
    {
        font-size: 1.2em;
        font-weight: bold;

        float: right;
        overflow: hidden;

        width: 190px;
        max-height: 38px;
        margin-top: -37px;
        margin-right: 0;

        text-align: right;
    }
    .inscrevase a
    {
        padding: 13px 8px 9px;
    }
    .box-noticias
    {
        margin-top: 20px;
    }
    /* carrossel */
    .cover-carousel-tile
    {
        display: block;
    }

    body.section-processo-seletivo .cell.width-16.position-0 .galleria-inner
    {
        height: 280px;
    }
    body.section-processo-seletivo #content > .row:first-child > div.width-16
    {
        overflow: hidden;

        height: 219px;
        margin-top: -10px;
    }
    #content .cover-basic-tile.tile-content > p
    {
        font-size: 1.1em !important;
    }
    #content .cover-basic-tile h3
    {
        font-size: 1em;

        clear: left;
    }
    .collection-item h3
    {
        font-size: .9em;

        text-transform: uppercase;
    }
    .description
    {
        font-size: .85em;position: relative;
    }
    /*Ajuste header*/
    #main-navigation li
    {
        padding: 12px 12px;
    }
    div#logo a img
    {
        position: relative;
        top: 0;
        left: inherit;

        margin-left: 10px;
    }
    #main-navigation li:hover
    {
        background: transparent;
    }
    /* cor do place holder */
    ::-webkit-input-placeholder
    {
        color: #8c959d;
    }
    :-moz-placeholder
    {
        /* Firefox 18- */
        color: #8c959d;
    }
    ::-moz-placeholder
    {
        /* Firefox 19+ */
        color: #8c959d;
    }
    :-ms-input-placeholder
    {
        color: #8c959d;
    }
    div#btnav ul li a
    {
        font-weight: normal;

        padding: 0 6px;

        color: #fff !important;
    }
    div#btnav ul li a:hover
    {
        color: #191919 !important;
    }
    div#btnav ul li li a:hover
    {
        color: #606969 !important;
    }
    div#btnav ul li li a
    {
        color: #347cbe !important;
    }
    div#btnav ul li li
    {
        padding: 0 0 5px !important;
    }
    #main-navigation li:last-child a
    {
        border: none;
    }
    #footerRightslocal span
    {
        float: left;

        width: auto;
        margin-top: 15px;
        padding-left: 10px;
    }
    #footerRightslocal span:last-child
    {
        border-right: none !important;
    }
    .searchButton
    {
        color: #000;
    }
    #footerRightslocal img
    {
        display: inline;
        float: right;

        padding-right: 20px;
    }
    div#logo
    {
        display: inline-block;
        float: left;

        margin-left: 10px;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px)
{
    .section-acesse-a-documentacao .formControls input {}

    #content .destaque-principal .cover-banner-tile
    {
        height: 265px;
    }
    
    #btn-inscrevase{
        display:none;   
    }    
    
    #content .cover-basic-tile.tile-content > p
    {
        margin: 0 20%;
    }
    .passoAPasso span.numero {
    font-size: 5em;
    }
    span.universidadeReg
    {
        display: inline;

        margin-left: 15px;
        padding-left: 15px !important;

        border-left: 1px solid #d9ae05;
    }
    .barratelefone span
    {
        float: left;

        margin-left: 5px !important;
    }
    .avisos-internos
    {
        min-height: 143px;
    }
    .slider
    {
        max-width: 920px;
    }
    .slick-slide img
    {
        width: 270px;
    }
    body.section-processo-seletivo .cell.width-16.position-0 .galleria-inner
    {
        height: 330px;
    }
    body.section-processo-seletivo #content > .row:first-child > div.width-16
    {
        overflow: hidden;

        height: 262px;
        margin-top: -10px;
    }
    div#archetypes-fieldname-replyto,
    div#archetypes-fieldname-telefone
    {
        display: inline-block;
        float: left;
        clear: none;

        width: 46%;
    }
    div#archetypes-fieldname-replyto
    {
        margin-right: 3%;
    }
    .ficouinteressadoform div.ArchetypesSelectionWidget
    {
        float: left;

        width: 74%;
        margin-right: 2%;
    }
    .barratelefone
    {
        display: inherit;
        font-size: 0.83em;
    }
    a.logoProcessoSeletivo
    {
        margin: 20px 60px 0;
    }
    div#btnav ul li a
    {
        font-size: 1em;
    }
    #footerRightslocal .redes span
    {
        display: block;

        margin-top: 5px;

        color: #d9ae05;
    }
    .ficouinteressadoform div#archetypes-fieldname-replyto input
    {
        width: 75%;
    }
    .ficouinteressadoform div#archetypes-fieldname-telefone input
    {
        width: 70%;
    }
    .ficouinteressadoform div#archetypes-fieldname-topic input
    {
        width: 88.5%;
    }
    .ficouinteressadoform div.ArchetypesSelectionWidget select
    {
        width: 85% !important;
    }
    .galleria-inner
    {
        height: 355px;
    }
    .m-accessibilidade ul
    {
        position: relative;
        display:none;
        width: 95%;
        max-width: 1134px;
        height: 23px;
        margin: 0 auto;
    }
    .m-accessibilidade img
    {
        width: 21px;
        height: 21px;
    }
    .m-accessibilidade a
    {
        color: #fff;
    }
    .m-accessibilidade p
    {
        font-size: .9em;
        font-weight: bold;

        float: left;

        margin-top: 5px;
        margin-right: 3px;
        padding: 0 5px 1px;

        text-align: center;

        color: #fff;
        border-radius: 50%;
        background: #0e9bc9;
    }
    .m-accessibilidade
    {
        position: relative;
        top: -17px;

        display: inline-block;

        width: 100%;
        padding: 3px 0 6px;

        border-bottom: 3px solid #191919;
        background: #606969;
    }
    ul.op-acess li
    {
        float: left;

        padding: 0 5px;
    }
    ul.op-acess li:hover
    {
        background: rgba(255, 255, 255, .3);
    }
    ul.op-acess li.contrast
    {
        position: relative;
        right: 44px;

        float: right;

        width: auto !important;
        min-height: 24px;
    }

    .op-acess li a
    {
        font-size: .6em;

        position: relative;
        top: 3px;
        left: 2px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px)
{
    #content .destaque-principal .cover-banner-tile
    {
        height: 320px;
    }
    .centralConteudo .iconCentral
    {
        font-size: 6em;

        text-align: center;
    }
    #content .cover-basic-tile.tile-content > p
    {
        margin: 0 30%;
    }
    
    .dadosCurso
    {
        bottom: 30px;
        left: 40px;
    }
    .cursoHeader
    {
        height: 300px;
    }
    .slider
    {
        max-width: 1120px;
    }
    .slick-slide img
    {
        width: 250px;
    }
    div#archetypes-fieldname-replyto,
    div#archetypes-fieldname-telefone
    {
        display: inline-block;
        float: left;
        clear: none;

        width: 47%;
    }
    div#archetypes-fieldname-replyto
    {
        margin-right: 2%;
    }
    .ficouinteressadoform div.ArchetypesSelectionWidget
    {
        float: left;

        width: 75%;
        margin-right: 2%;
    }
    body.section-processo-seletivo .cell.width-16.position-0 .galleria-inner
    {
        height: 365px;
    }
    body.section-processo-seletivo #content > .row:first-child > div.width-16
    {
        overflow: hidden;

        height: 304px;
        margin-top: -4px;
    }
    a.logoProcessoSeletivo
    {
        margin: 20px 120px 0;
    }
    .ficouinteressadoform div#archetypes-fieldname-replyto input,
    .ficouinteressadoform div#archetypes-fieldname-telefone input
    {
        width: 78%;
    }
    .ficouinteressadoform div#archetypes-fieldname-topic input
    {
        width: 89.5%;
    }
    .ficouinteressadoform div.ArchetypesSelectionWidget select
    {
        width: 86.5% !important;
    }
    .intesseCurso div#archetypes-fieldname-replyto input
    {
        width: 89.5%;
    }
    .intesseCurso div#archetypes-fieldname-telefone input
    {
        width: 85%;
    }
}
