/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 06/06/2019, 09:31:02
    Author     : Marcel
*/
@-webkit-keyframes uparrow {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0); 
    }
    100% {
        transform: translateY(-0.6em);
        -webkit-transform: translateY(-0.6em);
        -moz-transform: translateY(-0.6em);
        -ms-transform: translateY(-0.6em);
        -o-transform: translateY(-0.6em); 
    } 
}

#opcoes-topo{
    background: #0086b3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 37px;
    font-size: 13px;
}
#opcoes-topo > li{
    padding: 0 37px;
}
#opcoes-topo > li a{
    color: #fff;
}

#MidiasSociais{
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 9999999;    
    right: 30px;
    top: 261px;
}
#MidiasSociais a{
    width: 30px;
    height: 30px;
    font-size: 0;
    padding: 10px;
    border-radius: 50%;
    background: #fff no-repeat center center;
    background-size: 75%;
    color: #1291BE;

    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
#MidiasSociais a+a{
    margin-top: 10px;
}
#MidiasSociais a.Facebook{
    background-image: url("../Imagens/IAE_Old/Facebook.png");
}
#MidiasSociais a.Instagram{
    background-image: url("../Imagens/IAE_Old/Instagram.png");
}
#MidiasSociais a.YouTube{
    background-image: url("../Imagens/IAE_Old/YouTube.png");
}
#MidiasSociais a.WhatsApp{
    background-image: url("../Imagens/IAE_Old/WhatsApp.png");
}

#Conteudo h1{
    font-family: "Ubuntu", sans-serif;
    font-size: 25px;
    color: #1291BE;
    padding: 25px 45px;
}

a.Botao{
    background: #0B87BA;
    border-radius: 20px;
    font-family: "Ubuntu", sans-serif !important;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    color: #fff;
}

#TopoMobile{
    display: none;
}
#Topo{    
    background: none !important;
    /*background: url("../Imagens/IAE/FundoPrincipal.jpg") no-repeat center -90px !important;*/
    /*    background-size: 100% auto !important;*/

}
#Topo .Conteudo{
    /*background: rgba(0,0,0,.5);*/
    background: none;
    height: 335px;
}

#menu{
    background: #fff;
    text-align: center;
}
#menu>ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#menu>ul>li{
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;  
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;        
    border-bottom: 4px solid transparent;
    position: relative;
}
#menu>ul>li:not(:first-of-type){
    margin-left: 37px;
}
#menu>ul>li>a{
    font-size: 14px;
    font-weight: 600;
    color: #545454;
    display: block;  
    text-decoration: none;
    line-height: 85px;
    white-space: nowrap;
}
#menu>ul>li:first-of-type>a{
    background: url(../Imagens/IAE/LogoPreto.png) no-repeat center center / auto 80%;
    /*background-size: contain;*/
    width: 175px;
    border: none;
}
#menu>ul>li:not(:first-of-type):hover{
    border-bottom-color: #0086b3;
    text-decoration: none;
}
#menu>ul>li:not(:first-of-type):hover>a{
    color: #000;
}
#menu>ul>li:not(:first-of-type):hover nav{
    display: block;
}
#menu>ul>li nav{
    position: absolute;
    top: 100%;
    background: #fff;
    text-align: left;
    left: -15px;
    right: -15px;
    text-transform: none;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 11px;
    border-bottom: 4px solid #0086b3;
    display: none;
    z-index: 9999999;
}
#menu>ul>li nav>a{
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    color: #444444;
}






/*#Topo .Conteudo .Logo{
    display: block !important;
    background: url(../Imagens/IAE_Old/Logo.png) no-repeat center center !important;
    position: absolute  !important;
    background-size: contain !important;
    margin: -5px 0 0 0 !important;
    top: 25px !important;    
    height: 120px !important;
    width: 215px !important;
}*/

.StyleForm.Input, .StyleForm.Select{
    border: none;
    border-bottom: 1px solid #999999;
    background: none !important;
}
.StyleForm.Select{
    margin-top: 5px;
}
.StyleForm.Select span{
    left: 0;
}
.StyleForm.Select em{
    border: 4px solid transparent;
    background: none;
    width: 0;
    height: 0;
    border-top-color: #c7c7c7;
    top: auto;
    bottom: 4px;
    right: 0px;
    border-radius: 0;
}
.StyleForm.Input input{
    padding-left: 0;
    margin-top: 5px;
}
.StyleForm.Input span{
    left: 0px;
    top: 7px;
}
.StyleForm.Input.Email span {
    padding-left: 33px !important;
}
#Conteudo form.FormularioPadrao p span.Divisao{
    margin-top: -19px;
}
#Conteudo form.FormularioPadrao.Pequeno p span.Divisao{
    margin: -13px 0 0 0;
}
#Conteudo form.FormularioPadrao.Pequeno .StyleForm.Input input{
    padding-left: 0;
}
/*#Conteudo form.FormularioPadrao.Pequeno .StyleForm.Select{
    margin-top: 5px;
}*/
#Conteudo form.FormularioPadrao.Pequeno .StyleForm span {
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#Conteudo h2{
    font-family: "Ubuntu", sans-serif !important;   
}
.StyleForm.Button{
    background: #0B87BA;    
    border-radius: 20px;
    font-family: "Ubuntu", sans-serif !important;      
}
.StyleForm.Button span,.StyleForm.Button.Click span{
    background: none;
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 500;
    text-shadow: none;
}
.StyleForm.Button em{
    display: none;
}

.StyleForm input, .StyleForm select, .StyleForm textarea{   
    font-family: "Ubuntu",Arial !important;
}

.StyleForm.Input.Focus{
    border-color: #0B87BB;
}
.FormularioPadrao .StyleForm.Error{
    border-color: red !important;
}
.FormularioPadrao p.Foco{
    border-color: transparent !important;
    background: none !important;
}
.FormularioPadrao p.Foco label{
    color: #0B87BB !important;
}

#Rodape{
    /*background: red;*/
    /*display: none;*/
    width: auto;
    position: relative;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 80px;
    text-align: center;
}
#Rodape nav{

    margin: auto;    
    display: block;
}
#Rodape nav a{
    margin: 0 10px;
    width: 50px;
    height: 50px;
    font-size: 0;
    display: inline-block;
    background: no-repeat center center;
    background-size: contain;
}
#Rodape nav a.Facebook{
    background-image: url("../Imagens/IAE_Old/Facebook.png");
}
#Rodape nav a.Instagram{
    background-image: url("../Imagens/IAE_Old/Instagram.png");
}
#Rodape nav a.YouTube{
    background-image: url("../Imagens/IAE_Old/YouTube.png");
}
#Rodape nav a.WhatsApp{
    background-image: url("../Imagens/IAE_Old/WhatsApp.png");
}
#Rodape .RodapeLogin{    
    display: none;
    color: #1291BE;
    font-size: 16px;
    padding-bottom: 25px;
}
#Rodape .RodapeLogin nav{
    max-width: 800px;   
    padding-bottom: 30px;
}
#Rodape .RodapeLogin nav a{
    margin: 0 2px;
}

#Rodape .RodapePadrao{
    color: #fff;
    font-size: 20px;
}
#Rodape .RodapePadrao nav{
    background: #1291BE;   
    font-size: 0;
    padding: 70px 0;
}
#Rodape .RodapePadrao section.Novidades{
    background: #656565;
    text-align: left;
    padding: 60px 0;
    overflow: hidden;
    height: auto;
}
#Rodape .RodapePadrao section.Novidades>*{
    width: 985px;
    margin: auto;
    display: flex;
    flex-direction: row;
}
#Rodape .RodapePadrao section.Novidades .Cadastro{
    flex: 1;
}
#Rodape .RodapePadrao section.Novidades .Contato{
    border-left: 3px solid #fff;  
}

#Rodape .RodapePadrao section.Novidades .Cadastro form{
    overflow: hidden;
    flex-direction: row;
    display: flex;
    padding-right: 50px;
}


#Rodape .RodapePadrao section.Novidades .Contato a{
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}
#Rodape .RodapePadrao section.Novidades .Contato p{
    padding: 21px 0;
}
#Rodape .RodapePadrao section.Novidades h3{
    font-size: 40px;
    font-family: "Ubuntu";
}
#Rodape .RodapePadrao section.Novidades p{
    padding-bottom: 15px;
}
#Rodape .RodapePadrao section.Novidades .StyleForm.Input{
    border:none;
    flex: 1;
}
#Rodape .RodapePadrao section.Novidades input[type=text]{
    border: none;
    background: #fff;
    font-size: 16px;
    line-height: 37px;
    height: 37px;
    padding-left: 20px;
    border-radius: 4px;
    width: 100%;
}
#Rodape .RodapePadrao section.Novidades .StyleForm.Button{
    background: #222222;
    border-radius: 4px;
    margin: 5px 0 0 9px;
}
#Rodape .RodapePadrao footer{
    background: #333333;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
}
#Rodape .RodapePadrao section.Novidades .StyleForm.Button span{
    line-height: 46px;
}

.menu-mobile {
    width: 80% !important;
    height: 100%;
    z-index: 2;
    left: 0;
    position: fixed;
    background-color: #333;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease; 
}
.menu-mobile ul li {
    width: calc(100% - 40px);
    margin: 0 20px;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
}
.menu-mobile ul li a {
    color: #FFF;
    padding: 20px 0;
    float: left;
    width: 100%; 
    font-size: 14px;
}
.menu-mobile ul li a i {
    margin-right: 5px;
    color: #1291BE; 
}
.menu-mobile ul li a:hover {
    color: #1291BE; 
}
.menu-mobile ul li:last-of-type {
    border-bottom: none; 
}
.menu-mobile .footer-menu-mobile {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; 
}
.menu-mobile .footer-menu-mobile img {
    width: 130px; 
}
.menu-mobile.open-mobile {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 999999999; 
}
.menu-mobile {
    /*display: none;*/ 
}

body{
    background: #fff url("../Imagens/IAE_Old/FundoPadrao.jpg") 50% 125px no-repeat;
    background-size: contain;

    font-family: "Ubuntu", sans-serif;

}
body:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
    z-index: -1;
    content: "";
}
body.PaginaPrincipal{
    background: #fff;
}
body.PaginaPrincipal #Conteudo{
    background: #fff !important;
}
body.PaginaPrincipal #Conteudo section{
    margin: 0 auto;
    width: 985px;
}
body.PaginaPrincipal #Topo{
    position: relative;
    --cor-texto-banner:#fff;
}
body.PaginaPrincipal #Topo .Conteudo .opcoes{
    float: right;
    margin-top: 81px;
}
body.PaginaPrincipal #Topo .Conteudo .opcoes h3{
    color: var(--cor-texto-banner);
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
    font-size: 18px;
}
body.PaginaPrincipal #Topo .Conteudo a.Logo{
    display: block;
}
body.PaginaPrincipal #Topo .Conteudo .Acesso{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    width: 283px;
    height: auto;
    padding: 20px 0 20px 90px;
    background: none;
    color: var(--cor-texto-banner);    

    border: 2px solid var(--cor-texto-banner);
    border-radius: 10px;
    position: relative;
}
body.PaginaPrincipal #Topo .Conteudo .Acesso small{
    text-transform: none;
    font-size: 12px;
    display: block;
    padding-top: 4px;
    font-weight: 500;

}
body.PaginaPrincipal #Topo .Conteudo .Acesso>span{
    position: absolute;
    width: 85px;
    background: no-repeat center center;
    font-size: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: var(--cor-texto-banner);    
    -webkit-mask:  no-repeat center center / auto 50%;
    mask:  no-repeat center center / auto 50%;
}
body.PaginaPrincipal #Topo .Conteudo .Acesso>span img{
    max-width: 65px;
    height: auto;
}
body.PaginaPrincipal #Topo .Conteudo .Acesso:hover{
    background-color: rgba(0,0,0,.3);
    text-decoration: none;
}
body.PaginaPrincipal #Topo .Conteudo .Acesso.Empresas>span{
    -webkit-mask-image: url(../Imagens/IAE/Globo.svg);
    mask-image: url(../Imagens/IAE/Globo.svg);
}
body.PaginaPrincipal #Topo .Conteudo .Acesso.Estudantes>span{
    -webkit-mask-image: url(../Imagens/IAE/Livro.svg);
    mask-image: url(../Imagens/IAE/Livro.svg);
}
body.PaginaPrincipal #Topo .Conteudo .Acesso.Escolas>span{
    -webkit-mask-image: url(../Imagens/IAE/Escola.svg);
    mask-image: url(../Imagens/IAE/Escola.svg);
}
body.PaginaPrincipal #Topo{   
    background: none;
}
body.PaginaPrincipal #Topo .Conteudo{
    padding: 0 !important;
    margin-top: 0;
    height: 0px !important;
    background: none !important;
    z-index: 2;
    position: relative;
    /* border: 1px solid red; */
    margin-bottom: 500px;
    overflow: visible;
    /*border: 1px solid red;*/
}

body.PaginaPrincipal #banner{
    /*background: red;*/
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
}
body.PaginaPrincipal #banner .banners{
    position: relative;
}
body.PaginaPrincipal #banner  a{
    display: block;
    height: 510px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
body.PaginaPrincipal #banner a img{
    position: absolute;
    width: auto;
    left: 50%;
    transform: translate(-50%, 0);
}
body.PaginaPrincipal #banner .owl-dots{
    position: absolute;
    background: rgba(0,0,0,.3);
    z-index: 999;
    height: auto;
    bottom: 40px;
    left: 50%;
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    padding: 5px;
}
body.PaginaPrincipal #banner .owl-dots button{
    width: 12px;
    height: 12px;
    background: rgba(255,255,255, 0.3);
    border-radius: 50%;
}
body.PaginaPrincipal #banner .owl-dots button + button{
    margin-left: 5px;
}
body.PaginaPrincipal #banner .owl-dots button.active{
    background: #f9f9f9;
}


body.PaginaPrincipal h6{
    color: #1291BE;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    font-family: "Ubuntu";
    padding: 70px 0 40px 0;
}
body.PaginaPrincipal .CadastroIAE{ 
    display: inline-block !important;
}
body.PaginaPrincipal .Objetivos nav{
    display: flex;      
}
body.PaginaPrincipal .Objetivos nav a{    
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    flex: 1;
    color: #1291BE;
}
body.PaginaPrincipal .Objetivos nav a:before{
    content: "";
    height: 300px;
    display: block;
    width: 100%;
    background:  url("../Imagens/IAE_Old/JovemAprendiz.png") no-repeat center center;
    background-size: 60%;

    -webkit-animation: uparrow 1.5s infinite alternate ease-in-out;
    -moz-animation: uparrow 1.5s infinite alternate ease-in-out;
    animation: uparrow 1.5s infinite alternate ease-in-out;
}
body.PaginaPrincipal .Objetivos nav  a:nth-of-type(2):before{
    background-image:  url("../Imagens/IAE_Old/IntegracaoEstagios.png");

    animation-delay: .5s;
}
body.PaginaPrincipal .Objetivos nav a:nth-of-type(3):before{
    background-image:  url("../Imagens/IAE_Old/RegistroFrequencia.png");

    animation-delay: 1s;
}
body.PaginaPrincipal .Objetivos nav a:hover{
    text-decoration: none;
}
body.PaginaPrincipal .Sobre{
    background: url("../Imagens/IAE_Old/FundoSobre.jpg") no-repeat top center;
    /*height: 820px;*/
    background-size: contain;
    padding-top: 70px;
}
body.PaginaPrincipal .Sobre section{        
    background: url(../Imagens/IAE_Old/FundoMaosSobre.png) no-repeat -55px 89px;
    height: 743px;
}
body.PaginaPrincipal .Sobre section>div{
    width: 400px;
    height: 100%;
    float: right; 
    text-align: left;
    font-size: 22px;
    line-height: 29px;
    color: #fff;
}
body.PaginaPrincipal .Sobre section>div b{
    display: block;
    padding: 0 0 50px 0;
    font-size: 36px;
}
body.PaginaPrincipal .Depoimentos{
    margin-top: 100px !important;
}
body.PaginaPrincipal .Depoimentos .Depoimento{
    height: 300px;
    /*background: red;*/
    position: relative;
    overflow: hidden;
}
body.PaginaPrincipal .Depoimentos .Depoimento b{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 0;
    background: #1291BE;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: "Ubuntu";
    text-shadow: none;
    font-weight: 500;
    font-size: 14px;
}
body.PaginaPrincipal .Depoimentos .Depoimento img{
    position: absolute;
    height: 82%;
    width: auto;
}
body.PaginaPrincipal .EmpresasParceiras .Empresa{
    line-height: 130px;
    height: 130px;
    text-align: center;
    position: relative;
}
body.PaginaPrincipal .EmpresasParceiras .Empresa img{
    /*max-height:  40px;*/
    max-height:  60%;
    max-width: 60%;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
body.PaginaPrincipal .VagasNoticias h5{
    text-align: left;    
    color: #3d3d3d;
    font-size: 28px;
    font-weight: 700;    
    font-family: "Ubuntu";
    padding: 40px 0;

    display: flex;
    flex-direction: row;
}
body.PaginaPrincipal .VagasNoticias h5 span{
    background: #0b87ba url(../Imagens/Lupa.svg) no-repeat 10px center;
    border-radius: 95px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    background-size: auto 43%;

}
body.PaginaPrincipal .VagasNoticias h5 span input{
    font-family: "Ubuntu";
    font-size: 15px;
    border: none;
    width: 33px;
    /*margin: 0 8px;*/

    text-indent: 34px;
    color: #fff;
    background: none;
    line-height: 29px;
    height: 31px;

    transition: 300ms ease-in-out width;
    -webkit-transition: 300ms ease-in-out width;
    -moz-transition: 300ms ease-in-out width;
    -ms-transition: 300ms ease-in-out width;
    -o-transition: 300ms ease-in-out width; 
}
body.PaginaPrincipal .VagasNoticias h5 span input[type="search"]::-webkit-search-decoration,
body.PaginaPrincipal .VagasNoticias h5 span input[type="search"]::-webkit-search-cancel-button,
body.PaginaPrincipal .VagasNoticias h5 span input[type="search"]::-webkit-search-results-button,
body.PaginaPrincipal .VagasNoticias h5 span input[type="search"]::-webkit-search-results-decoration { 
    display: none; 
}
body.PaginaPrincipal .VagasNoticias h5 span input:focus{    
    width: 200px;
}


body.PaginaPrincipal .Vagas .Vaga{
    padding-left: 80px;
    text-align: left;
    display: block;
    text-decoration: none;    
    font-size: 19px;
    background:  url("../Imagens/IAE_Old/Vaga.png") no-repeat left center / auto 100% ;
}
body.PaginaPrincipal .Vagas .ListaVagas.carregando{
    opacity: .5;
    cursor: progress;
}
body.PaginaPrincipal .Vagas .Vaga>*{
    display: block;
}
body.PaginaPrincipal .Vagas .Vaga span{
    color:#1291BE;
    font-size: 17px;
}
body.PaginaPrincipal .Vagas .Vaga small{
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}
body.PaginaPrincipal .Noticias .Noticia,
body.PaginaPrincipal .Noticias .Noticia>*:not(.Botao){
    display: block;
}
body.PaginaPrincipal .Noticias .Noticia{
    text-align: left;
    font-size: 23px;

}
body.PaginaPrincipal .Noticias .Noticia b{
    color:#0B87BA;
    padding-bottom: 10px;
}
body.PaginaPrincipal .Noticias .Noticia span{
    height: 68px;
    font-size: 17px;
    line-height: 22px;

    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
}
body.PaginaPrincipal .Noticias .Noticia .Botao{
    margin-top: 15px;
}

body.PaginaLogin{
    background: 50% 0 no-repeat;
    background-size: contain;
    /*    background: url(http://35.199.111.43/public/image/fundos/fundo-topo-login-empresa.jpg) 50% 0 no-repeat;
        background-size: contain;*/
}
body.PaginaLogin.LoginEmpresa{
    background-image: url("../Imagens/IAE_Old/FundoTopoEmpresas.jpg");
}
body.PaginaLogin.LoginEstudante{
    background-image: url("../Imagens/IAE_Old/FundoTopoEstudante.jpg");
}
body.PaginaLogin.LoginEscola{
    background-image: url("../Imagens/IAE_Old/FundoTopoEscola.jpg");
}
body.PaginaLogin.LoginEmpresa .Formularios .Esquerda{        
    background-image: url("../Imagens/IAE_Old/FundoLoginEmpresa.jpg");
}
body.PaginaLogin.LoginEstudante .Formularios .Esquerda{
    background-image:  url("../Imagens/IAE_Old/FundoLoginEstudante.jpg");
}
body.PaginaLogin.LoginEscola .Formularios .Esquerda{
    background-image:  url("../Imagens/IAE_Old/FundoLoginEscola.jpg");
}
body.PaginaLogin .Formularios{
    background: none !important;
}
body.PaginaLogin .Formularios h1{
    z-index: 2;
    position: relative;
}
body.PaginaLogin .Formularios .Esquerda,
body.PaginaLogin .Formularios .Direita{
    width: 50% !important;
}
body.PaginaLogin .Formularios .Esquerda{
    background-size: 124% !important;
    background: no-repeat left center;
    /*text-align: right;*/
}
body.PaginaLogin .Formularios .Esquerda h1{
    text-align: right;
}
body.PaginaLogin .StyleForm:not(.Button){
    display: block;
    width: 100% !important;
}
body.PaginaLogin .Formularios .Esquerda:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, rgba(255,255,255,.7) , rgba(255,255,255,1));
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
}
body.PaginaLogin .Formularios .FormularioPadrao{
    position: relative;
    z-index: 2;    
    max-width: 350px;
}
body.PaginaLogin .Formularios .Esquerda .FormularioPadrao{
    float: right;
}
body.PaginaLogin .Formularios .Esquerda .StyleForm{
    float: right;
}
body.PaginaLogin #Rodape{
    position: fixed;
}
body.PaginaLogin #Rodape .RodapeLogin{
    display: block;
}
body.PaginaLogin #Rodape .RodapePadrao{
    display: none;
}

body.PaginaInstitucional #Conteudo .CantoEsquerdo{
    padding: 10px 40px 40px 40px;
    width: auto;
}
body.PaginaInstitucional #Conteudo .CantoEsquerdo .Texto:last-of-type{
    width: 500px;
}
body.PaginaInstitucional #Conteudo .CantoDireito{
    display: none;
}

/*body.PaginaLeiEstagio{
    background: url(http://35.199.111.43/public/image/fundos/fundo-lei.jpg) 50% 0 no-repeat; 
    background-size: contain; 
    position: relative;
}*/
/*body.PaginaLeiEstagio #Rodape{
    position: fixed;
}*/

body.PaginaContato .FormularioPadrao .CantoEsquerdo{
    padding-left: 0 !important;
}
/*Ajuste para o celular*/
@media screen and (max-width: 500px) {
    body{
        background-position: center 70px !important;
    }

    #opcoes-topo{
        display: none;
    }
    #menu{
        display: none;
    }

    #TopoMobile{
        background: #fff url(../Imagens/IAE/LogoPreto.png?1) no-repeat 21px 9px;
        background-size: 31% !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 73px;
        padding: 0 !important;
        z-index: 9999999;
        box-shadow: 0 2px 3px rgba(0,0,0,.1);        
        display: block;
    }

    #TopoMobile a{
        text-decoration: none;
    }
    #TopoMobile a:first-of-type{
        position: absolute;
        width: 80%;
        left: 0;
        top: 0;
        bottom: 0;
    }

    #TopoMobile a.BarraMenu{
        cursor: pointer;
        float: left;
        height: 40px;
        width: 180px;
        font-size: 0;
        margin: 10px 10px 0 0;
        /*display: none;*/
    }
    #TopoMobile a.BarraMenu{
        width: 25px;
        float: right;    
        position: relative;
        margin: 26px 20px 0 0;
    }
    #TopoMobile a.BarraMenu span {
        position: absolute;
        left: 0;
        top: 0px;
        display: block;
        height: 2px;
        width: 100%;
        background-color: #3d3d3d;
        transition: 300ms ease-in-out all;
        -webkit-transition: 300ms ease-in-out all;
        -moz-transition: 300ms ease-in-out all;
        -ms-transition: 300ms ease-in-out all;
        -o-transition: 300ms ease-in-out all; 
    }
    #TopoMobile a.BarraMenu span.slice2 {
        top: 8px; 
    }
    #TopoMobile a.BarraMenu span.slice3 {
        top: 16px; 
    }
    #TopoMobile a.BarraMenu.open .slice1 {
        top: 10px;
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg); 
    }
    #TopoMobile a.BarraMenu.open .slice2 {
        opacity: 0; 
    }
    #TopoMobile a.BarraMenu.open .slice3 {
        top: 10px;
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg); 
    }




    #MensagemFormulario{
        width: 90% !important;
        margin-bottom: 15px !important;
    }

    #MidiasSociais{
        display: none;
        visibility: hidden;
    }
    #Menu{
        background: #000 url("../Imagens/IAE_Old/LogoMobile.png") no-repeat 20px center !important;
        background-size: 34% !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 60px !important;
        padding: 0 !important;        
        z-index: 9999999;
    }
    #Menu ul{
        display: none;
    }
    #Topo{
        padding-top: 70px;
    }
    #Topo #Menu>a{
        display: block;
    }

    #Topo .Conteudo{
        margin: 0;
        height: 157px;
        width: auto !important;
    }
    #Topo .Conteudo .Logo{
        display: none !important;
    }

    #Conteudo{        
        margin: 0 auto 0 auto !important;
        width: 90%;
    }
    #Conteudo h1{
        font-size: 23px;
        padding: 25px 20px !important;
    }

    body.PaginaPrincipal #Topo{
        background-size: 223% auto !important;
        background-position: center 140% !important;
    }
    body.PaginaPrincipal #Topo .Conteudo{
        height: auto !important;  
        /*margin-bottom: 125px;*/
    }
    body.PaginaPrincipal #Topo .Conteudo .opcoes{
        position: absolute;
        width: 90%;
        margin: 81px 0 0 0;
        float: none;
        left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }

    body.PaginaPrincipal #banner a img{
        object-position: 80%;
    }


    body.PaginaPrincipal #Topo .Conteudo .Acesso{
        width: auto !important;
        float: none;
        margin: 10px auto;
        display: block;
    }

    body.PaginaPrincipal .Depoimentos{
        width: 80% !important;        
    }
    body.PaginaPrincipal .Depoimentos .Depoimento img{
        width: 100%;
        height: auto;
    }
    body.PaginaPrincipal .VagasNoticias{
        width: 85% !important;
    }

    body.PaginaPrincipal .Sobre{
        background: #0e8ebf;
    }
    body.PaginaPrincipal .Sobre section{
        background: none;
        width: auto !important;
        height: auto !important
    }
    body.PaginaPrincipal .Sobre section>div{
        width: auto;
        float: none;
        padding: 0 35px 40px 35px;;
    }
    body.PaginaPrincipal .CadastroIAE{
        display: none !important;
    }

    body.PaginaPrincipal .Objetivos{
        width: 90% !important;
        padding-bottom: 40px;

    }
    body.PaginaPrincipal .Objetivos>nav{
        flex-direction: column;
    }

    body.PaginaLogin #Conteudo .Formularios .Esquerda, 
    body.PaginaLogin #Conteudo .Formularios .Direita{
        text-align: left !important;
        width: auto !important;
        background: none !important;
    }
    body.PaginaLogin #Conteudo form.FormularioPadrao{
        max-width: none;
        float: none !important;
        padding: 25px 20px !important;
    }
    body.PaginaLogin .Formularios{
        display: flex;
        flex-direction: column;
        background: none !important;
    }
    body.PaginaLogin .Formularios .Esquerda h1{
        text-align: left;
    }
    body.PaginaLogin .Formularios .StyleForm{
        float: right !important;
    }
    body.PaginaLogin .Formularios .Botao a{
        margin-bottom: 20px !important;
    }

    body.PaginaInstitucional #Conteudo .ConteudoInstitucional{
        background-image: none;
    }
    body.PaginaInstitucional #Conteudo .CantoEsquerdo{
        width: auto;
        float: none;
        padding: 0 20px;
    }

    body.PaginaJovemAprendiz #Conteudo .ConteudoJovemAprendiz{
        background-image: none;
    }
    body.PaginaJovemAprendiz #Conteudo .CantoEsquerdo{
        width: auto;
        padding: 0 20px;
    }

    body.PaginaIntegracaoEstagiarios #Conteudo .ConteudoTexto{
        background-image: none;
    }
    body.PaginaIntegracaoEstagiarios #Conteudo .CantoEsquerdo{
        width: auto !important;
        padding: 0 20px !important;
    }

    .FormularioPadrao{
        display: flex;
        flex-direction: column;
        background: none !important;
        padding: 10px !important;
    }
    .FormularioPadrao>*{
        float: none !important;
        padding: 0 !important;
    }
    .FormularioPadrao .CantoEsquerdo{
        padding-bottom: 30px !important;
        display: block;
        border-bottom: 1px solid whitesmoke;
        margin-bottom: 30px;
    }

    .StyleForm.Input, .StyleForm.TextArea, .StyleForm.Select{
        display: block;
        width: auto !important;
        float: none !important;
    }
    .StyleForm input, .StyleForm textarea{
        width: 100% !important;
    }

    #Rodape{
        position: relative !important;
    }
    #Rodape .RodapeLogin{
        padding-top: 35px;
        font-size: 13px;
    }
    #Rodape .RodapeLogin nav{
        padding-bottom: 20px;
    }

    #Rodape .RodapePadrao{
        font-size:14px;
    }
    #Rodape .RodapePadrao section.Novidades>*{
        width: 85% !important;
        flex-direction: column;
    }
    #Rodape .RodapePadrao section.Novidades .Cadastro form{
        padding-right: 0;
    }
    #Rodape .RodapePadrao section.Novidades input[type=text]{
        /*width: calc(100% - 160px) !important;*/
    }
    #Rodape .RodapePadrao section.Novidades .StyleForm.Button{        
        /*margin: -45px 0 0 0;*/        
        /*float: right;*/
    }
    #Rodape .RodapePadrao section.Novidades .StyleForm.Button span{
        width: 75px;
        text-align: center;
    }
    #Rodape .RodapePadrao section.Novidades .Contato{
        margin-top: 45px;
        padding: 0;
        border:none;
        float: none;
    }
    #Rodape .RodapePadrao section.Novidades .Contato p{
        padding: 5px 0;
    }
    #Rodape .RodapePadrao footer{
        padding: 20px 0;
        text-align: center;
        font-size: 12px;
    }
}
