body, a {
    background-color: #1b6ae3;
    color: #fef200;
}
.container h2.text-center {
    margin-top: 0.6em;
}
a {
    text-decoration: none;
}
#linha-amarela {
    background: #fef200;
}
#linha-preta {
    background: #000000;
}
.teste {
    position: relative;
    z-index: 5;
}
/* -------------- TOOLTIPS ------------- */
#tooltip-plataformas,
#tooltip-portaria,
#tooltip-energia,
#tooltip-financiamento {
    display: none;
    font-size: 1.1em;
    text-shadow: 2px 1px #000000;
}
#tooltip-plataformas {
    position: relative;
    right: 1.5em;
    top: 2em;
}
#tooltip-portaria {
    position: absolute;
    left: 29em;
    top: 1em;
}
#tooltip-energia {
    position: relative;
    right: 1.3em;
    top: 5.7em;
}
#tooltip-financiamento {
    position: absolute;
    left: 35em;
    bottom: 4em;
}
/* --------------- BOTÕES ------------------ */
#elevador-link {
    position: absolute;
    top: 17em;
    left: 11.5em;
    z-index: 5;
}
#portaria a {
    position: relative;
    top: -4.5em;
    left: 37em;
    z-index: 5;
}
#energia a {
    position: relative;
    top: 3.5em;
    left: 6em;
    z-index: 5;
}
#financiamento a {
    position: relative;
    bottom: 10em;
    left: 29em;
    z-index: 5;
}
#elevador-link.btn-outline-warning,
#portaria a.btn-outline-warning,
#energia a.btn-outline-warning,
#financiamento a.btn-outline-warning {
    border: 1px solid #fef200;
    color: #fef200;
}
#elevador-link.btn-outline-warning:hover,
#portaria a.btn-outline-warning:hover,
#energia a.btn-outline-warning:hover,
#financiamento a.btn-outline-warning:hover {
    background-color: #fef200;
    color: #000000;
}
.linha {
    height: 1.4em;
}
#coluna1 {
    height: 500px;
}
/* ----------------- COLUNA DO MAPA RS -------------- */
#row-coluna-mapa {
    position: relative;
}
/* ----------------- MAPA DO RS --------------------*/
#coluna1 img {
    position: absolute;
    left: 100px;
    top: 20px;
    z-index: 3;
}
/* ----------------- IMAGENS + KEYFRAMES --------- */
@keyframes animacao-elevador {
    from {
        position: absolute;
        left: -100px;
        top: -300px;
    }
    to {
        position: absolute;
        left: 110px;
        top: 28px;
    }
}
#coluna1 .row #elevador img {
    animation: animacao-elevador 2s 1;
    position: absolute;
    top: 28px;
    left: 110px;
    z-index: 2;
}
@keyframes animacao-portaria {
    from {
        position: absolute;
        left: 650px;
        top: -400px;
    }
    to {
        position: absolute;
        left: 350px;
        top: 2.7em;
    }
}
#coluna1 .row #portaria img {
    animation: animacao-portaria 2s 1;
    left: 350px;
    top: 2.7em;
    z-index: 2;
}
@keyframes animacao-energia {
    from {
        position: absolute;
        left: -300px;
        top: 20em;
    }
    to {
        position: absolute;
        left: 165.5px;
        top: 10em;
    }
}
#coluna1 .row #energia img {
    animation: animacao-energia 2s 1;
    left: 165.5px;
    top: 10em;
    z-index: 2;
}
@keyframes animacao-financiamento {
    from {
        left: 650px;
        top: 20.2em;
    }
    to {
        left: 341px;
        top: 14.2em;
    }
}
#coluna1 .row #financiamento img {
    animation: animacao-financiamento 2s 1;
    left: 341px;
    top: 14.2em;
    z-index: 2;
}
/* ----------- TAMANHOS DAS COLUNAS DESTINADAS A COMPORTAR CADA IMAGEM -------------- */
#elevador, #energia {
    width: 540px;
    height: 200px;
}
#portaria, #financiamento {
    width: 435px;
}
#energia {
    height: 280px;
}
#row-coluna-mapa .col-sm-12:last-child h3 {
    margin-top: 120px;
}
/* ------------ CONTATO ------------- */
.texto-contato {
    font-size: 1.5em;
    margin-left: 0.8em;
}
@keyframes animar-icone-whatsapp {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}
#icone-whatsapp {
    width: 40px;
    animation: animar-icone-whatsapp 2s infinite;
}
#icone-whatsapp:hover {
    transform: scale(1.4);
    transition: 0.3s;
}
#icone-email {
    margin-right: 0.3em;
    font-size: 2em;
}
#icone-email:hover {
    transform: scale(1.4);
    transition: 0.3s;
}
#texto-email {
    margin-left: 0.8em;
}
#texto-email:hover {
    text-decoration: underline;
}
.texto-contato {
    font-size: 1.5em;
}
.texto-rodape {
    font-size: 1.2em;
}
@keyframes logo-subindo {
    from {
        overflow: hidden;
        bottom: 0;
        left: 11em;
    }
    40% {
        overflow: visible;
    }
    to {
        bottom: 26em;
    }
}
/* ------------ LOGO ------------ */
#div-logo{
    position: absolute;
    z-index: 2;
    animation: logo-subindo 10s 1;
    bottom: 26em;
    left: 11em;
    border: 1px solid;
}
/*------------- MEDIA QUERIES ------------------*/
@media (max-width: 1399.98px) {
    #icone-whatsapp {
        width: 30px;
    }
    #texto-email {
        position: relative;
        left: 1.4em;
        bottom: 1.5em;
    }
}
@media (max-width: 1356px) {
    #texto-email {
        font-size: 1.4em;
    }
}
@media (max-width: 1288px) {
    #icone-email {
        font-size: 1.7em;
    }
    .texto-contato {
        font-size: 1.2em;
    }
    #texto-email {
        font-size: 1.3em;
    }
}
@media (max-width: 1275px) {
    #elevador-link {
        left: 10em;
    }
}
@media (max-width: 1199.98px) {
    #tooltip-plataformas,
    #tooltip-portaria,
    #tooltip-financiamento {
        font-size: 0.9em;
    }
    #tooltip-plataformas {
        right: 0;
        top: 0.6em;
    }
    #tooltip-portaria {
        position: absolute;
        left: 27.5em;
        top: 1em;
    }
    #tooltip-energia {
        font-size: 0.87em;
        right: 1.3em;
        top: 7.7em;
    }
    #tooltip-financiamento {
        position: absolute;
        left: 28em;
        bottom: 4em;
    }
    #elevador-link {
        left: 8em;
    }
    #coluna1 img {
        left: 10px;
        width: 550px;
    }
    @keyframes animacao-elevador {
        from {
            left: -100px;
            top: -300px;
        }
        to {
            left: 21px;
            top: 28px;
        }
    }
    #coluna1 .row #elevador img {
        left: 21px;
        top: 28px;
        width: 384px;
        height: 215px;
        z-index: 2;
    }
    @keyframes animacao-portaria {
        from {
            left: 650px;
            top: -400px;
        }
        to {
            left: 248px;
            top: 2.8em;
        }
    }
    #coluna1 .row #portaria img {
        left: 248px;
        top: 2.8em;
        width: 310px;
        height: 322px;
    }
    @keyframes animacao-energia {
        from {
            left: -300px;
            top: 20em;
        }
        to {
            left: 70px;
            top: 9.6em;
        }
    }
    #coluna1 .row #energia img {
        left: 70px;
        top: 9.6em;
        width: 259px;
        height: 255px;
    }
    @keyframes animacao-financiamento {
        from {
            left: 650px;
            top: 19em;
        }
        to {
            left: 238px;
            top: 13em;
        }
    }
    #coluna1 .row #financiamento img {
        left: 238px;
        top: 13em;
        width: 165px;
        height: 275px;
    }
    #elevador a {
        left: 5em;
        top: 4.6em;
    }
    #portaria a {
        left: 28em;
        top: -7em;
    }
    #energia a {
        left: 0.4em;
        top: 3.5em;
    }
    #financiamento a {
        bottom: 13em;
        left: 20em;
    }
    #div-logo img {
        width: 230px;
    }
}
@media(max-width: 1130px) {
    #elevador-link {
        left: 5em;
    }
}
@media(max-width: 1050px) {
    #elevador-link {
        left: 3em;
    }
}
@media (max-width: 991.98px) {
    .container h2.text-center {
        font-size: 1.7em;
    }
    #coluna1 {
        height: 450px;
    }
    #coluna1 img {
        left: 5px;
        width: 405px;
    }
    @keyframes animacao-elevador {
        from {
            position: absolute;
            left: -100px;
            top: -300px;
        }
        to {
            position: absolute;
            left: 14px;
            top: 26px;
        }
    }
    #coluna1 .row #elevador img {
        left: 14px;
        top: 26px;
        width: 280px;
        height: 158px;
    }
    @keyframes animacao-portaria {
        from {
            position: absolute;
            left: 650px;
            top: -400px;
        }
        to {
            position: absolute;
            left: 183.5px;
            top: 2.5em;
        }
    }
    #coluna1 .row #portaria img {
        left: 183.5px;
        top: 2.5em;
        width: 228px;
        height: 234px;
    }
    @keyframes animacao-energia {
        from {
            position: absolute;
            left: -300px;
            top: 20em;
        }
        to {
            position: absolute;
            left: 50px;
            top: 7.3em;
        }
    }
    #coluna1 .row #energia img {
        left: 50px;
        top: 7.3em;
        width: 193px;
        height: 192px;
    }
    @keyframes animacao-financiamento {
        from {
            position: absolute;
            left: 550px;
            top: 18em;
        }
        to {
            position: absolute;
            left: 162px;
            top: 9.6em;
        }
    }
    #coluna1 .row #financiamento img {
        left: 162px;
        top: 9.6em;
        width: 137px;
        height: 208px;
    }
    #elevador-link.btn-outline-warning,
    #portaria a.btn-outline-warning,
    #energia a.btn-outline-warning,
    #financiamento a.btn-outline-warning {
        font-size: 0.7em;
    }
    #elevador-link {
        left: 10em;
        top: 19em;
    }
    #portaria a {
        left: 30em;
        top: -9em;
    }
    #energia a {
        left: 0.4em;
        top: -1em;
    }
    #financiamento a {
        bottom: 23.7em;
        left: 24em;
    }
    #tooltip-plataformas {
        right: 6.3em;
        top: 0.6em;
    }
    #tooltip-portaria {
        font-size: 0.76em;
        left: 23.7em;
        top: 1em;
    }
    #tooltip-energia {
        font-size: 0.8em;
        right: 6.3em;
        top: 1.5em;
    }
    #tooltip-financiamento {
        left: 20em;
        bottom: 6em;
    }
    #titulo-contato {
        font-size: 1.3em;
    }
    #icone-whatsapp {
        width: 26px;
    }
    .texto-contato {
        font-size: 1.1em;
    }
    #texto-email {
        margin-left: 1em;
        font-size: 1.1em;
    }
    @keyframes logo-subindo {
        from {
            overflow: hidden;
            bottom: 0;
            left: 8em;
        }
        40% {
            overflow: visible;
        }
        to {
            bottom: 24.5em;
        }
    }
    #div-logo img {
        width: 180px;
    }
    #div-logo{
        animation: logo-subindo 9s 1;
        bottom: 24.5em;
        left: 8em;
    }
    #coluna2 {
        height: 400px;
    }
    .texto-rodape {
        font-size: 1em;
    }
}
@media(max-width: 915px) {
    #tooltip-plataformas {
        font-size: 0.8em;
        right: 4em;
        top: 0.6em;
    }
    #elevador-link {
        left: 7em;
    }
}
@media (max-width: 886px) {
    #tooltip-energia {
        font-size: 0.76em;
        right: 5em;
        top: 2em;
    }
}
@media (max-width: 840px) {
    #tooltip-energia {
        font-size: 0.7em;
        right: 3.5em;
    }
}
@media (max-width: 800px) {
    #tooltip-energia {
        font-size: 0.65em;
        right: 2.3em;
    }
}
@media (max-width: 825px) {
    #tooltip-plataformas {
        font-size: 0.75em;
        right: 2em;
        top: 0.2em;
    }
}
@media(max-width: 845px) {
    #elevador-link {
        left: 5em;
    }
}
@media (max-width: 820px) {
    #texto-email, .texto-contato {
        font-size: 1em;
    }
    #texto-email {
        margin-left: 1.2em;
    }
}
@media(max-width: 810px) {
    #elevador-link {
        left: 3em;
    }
}
@media (max-width: 767.98px) {
    .container h2.text-center {
        font-size: 1.6em;
    }
    #elevador-link {
        left: 7em;
        top: 17em;
    }
    #coluna1 img {
        width: 530px;
    }
    @keyframes animacao-elevador {
        from {
            position: absolute;
            left: -100px;
            top: -300px;
        }
        to {
            position: absolute;
            left: 16px;
            top: 27px;
        }
    }
    #coluna1 .row #elevador img {
        animation: animacao-elevador 1s 1;
        left: 16px;
        top: 27px;
        width: 373px;
        height: 207px;
    }
    @keyframes animacao-portaria {
        from {
            position: absolute;
            left: 280px;
            top: -400px;
        }
        to {
            position: absolute;
            left: 247px;
            top: 2.8em;
        }
    }
    #coluna1 .row #portaria img {
        animation: animacao-portaria 1s 1;
        left: 247px;
        top: 2.8em;
        width: 284px;
        height: 311px;
    }
    @keyframes animacao-energia {
        from {
            position: absolute;
            left: -100px;
            top: 10em;
        }
        to {
            position: absolute;
            left: 68px;
            top: 9.5em;
        }
    }
    #coluna1 .row #energia img {
        animation: animacao-energia 1s 1;
        left: 68px;
        top: 9.5em;
        width: 235px;
        height: 237px;
    }
    @keyframes animacao-financiamento {
        from {
            position: absolute;
            left: 450px;
            top: 20em;
        }
        to {
            position: absolute;
            left: 220px;
            top: 13.2em;
        }
    }
    #coluna1 .row #financiamento img {
        animation: animacao-financiamento 1s 1;
        left: 220px;
        top: 13.2em;
        width: 167px;
        height: 253px;
    }
    #elevador-link.btn-outline-warning,
    #portaria a.btn-outline-warning,
    #energia a.btn-outline-warning,
    #financiamento a.btn-outline-warning {
        font-size: 1.1em;
    }
    #elevador a {
        left: 3em;
        top: 4.6em;
    }
    #portaria a {
        left: 24em;
        top: -8em;
    }
    #energia a {
        left: 1.3em;
        top: 5em;
    }
    #financiamento a {
        left: 18.5em;
        bottom: 14em;
    }
    #row-coluna-mapa .col-sm-12:last-child h3 {
        margin-top: 0;
    }
    #coluna-meio {
        margin-top: 2.5em;
    }
    /* LOGO */
    @keyframes logo-subindo {
        from {
            overflow: hidden;
            bottom: 50em;
            left: 11em;
        }
        40% {
            overflow: visible;
        }
        to {
            bottom: 73em;
        }
    }
    #div-logo img {
        width: 15em;
    }
    #div-logo{
        animation: logo-subindo 9s 1;
        bottom: 73em;
        left: 11em;
    }
    #coluna-meio p {
        text-shadow: 2px 1px #000000;
        font-size: 1.2em;
    }
    .separador {
        height: 0.1em;
        background: #fef200;
    }
    #coluna2 {
        margin-top: 2em;
    }
    #titulo-contato {
        font-size: 1.7em;
    }
    #icone-whatsapp {
        width: 32px;
    }
    .texto-contato {
        font-size: 1.5em;
        margin-left: 1.2em;
    }
    #icone-email {
        margin-right: 0.3em;
        font-size: 2.5em;
    }
    #icone-email:hover {
        transform: none;
    }
    #texto-email {
        top: -0.3em;
        left: -0.6em;
        font-size: 1.3em;
    }
    #coluna2 {
        height: 250px;
    }
}
@media (max-width: 700px) {
    #elevador-link {
        left: 4em;
    }
}
@media (max-width: 663.98px) {
    #elevador a.btn-outline-warning,
    #portaria a.btn-outline-warning,
    #energia a.btn-outline-warning,
    #financiamento a.btn-outline-warning {
        font-size: 1em;
    }
    #portaria a {
        left: 24em;
        top: -10.5em;
    }
    #energia a {
        left: 1.3em;
        top: 3em;
    }
    #financiamento a {
        left: 20em;
        bottom: 15em;
    }
}
@media (max-width: 652px) {
    #elevador-link,
    #portaria a,
    #energia a,
    #financiamento a {
        font-size: 0.9em;
        font-weight: bold;
    }
    #portaria a {
        left: 25em;
        top: -8em;
    }
}
@media (max-width: 575.98px) {
    .container h2.text-center {
        font-size: 1.5em;
    }
    #coluna1 img {
        content: url("./../img/mapa-rs-all-img-mesclado-575.jpg");
        background-repeat: no-repeat;
        width: 95%;
    }
    #coluna1 .row #elevador img,
    #coluna1 .row #portaria img,
    #coluna1 .row #energia img,
    #coluna1 .row #financiamento img {
        display: none;
    }
    #elevador-link,
    #portaria a,
    #energia a,
    #financiamento a {
        font-size: 0.8em;
    }
    #portaria a {
        top: -10em;
        left: 27em;
    }
    #icone-whatsapp {
        width: 35px;
        margin-left: 0.7em;
    }
    #icone-email {
        margin-left: 0.2em;
        font-size: 2.5em;
    }
    @keyframes logo-subindo {
        from {
            overflow: hidden;
            left: 9em;
            bottom: 40em;
        }
        10% {
            overflow: visible;
        }
        to {
            bottom: 64em;
        }
    }
    #div-logo2 img {
        width: 15em;
    }
    #div-logo2 {
        animation: logo-subindo 10s 1;
        position: absolute;
        z-index: 5;
        left: 9em;
        bottom: 64em;
    }
}
@media (max-width: 531px) {
    #portaria a {
        top: -10em;
        left: 25em;
    }
}
@media (min-width: 511.98px) and (max-width: 533px) {
    #coluna-meio {
        margin-top: 1em;
    }
    @keyframes logo-subindo {
        from {
            overflow: hidden;
            left: 9em;
            bottom: 40em;
        }
        10% {
            overflow: visible;
        }
        to {
            bottom: 63em;
        }
    }
    #div-logo2 img {
        width: 15em;
    }
    #div-logo2 {
        animation: logo-subindo 10s 1;
        left: 9em;
        bottom: 63em;
    }
}
@media (max-width: 510px) {
    .container h2.text-center {
        font-size: 1.4em;
    }
}
@media (max-width: 493.98px) and (max-width: 510px) {
    @keyframes logo-subindo2 {
        from {
            overflow: hidden;
            left: 9em;
            bottom: 40em;
        }
        10% {
            overflow: visible;
        }
        to {
            bottom: 65em;
        }
    }
    #div-logo2 {
        animation: logo-subindo2 10s 1;
        left: 9em;
        bottom: 65em;
    }
}
@media (max-width: 505px) {
    #portaria a {
        top: -11em;
        left: 20em;
    }
}
@media (max-width: 492px) {
    
}
@media (max-width: 478px) {
    .container h2.text-center {
        font-size: 1.3em;
    }
}
@media (min-width: 451px) and (max-width: 492px) {
    @keyframes logo-subindo2 {
        from {
            overflow: hidden;
            left: 9em;
            bottom: 40em;
        }
        10% {
            overflow: visible;
        }
        to {
            bottom: 68em;
        }
    }
    #div-logo2 img {
        width: 14em;
    }
    #div-logo2 {
        animation: logo-subindo2 10s 1;
        left: 9em;
        bottom: 68em;
    }
}
@media (max-width: 451px) {
    .container h2.text-center {
        font-size: 1.2em;
    }
    #elevador-link,
    #portaria a,
    #energia a,
    #financiamento a {
        font-size: 0.7em;
    }
    #elevador-link {
        top: 14em;
        left: 4em;
    }
    #portaria a {
        left: 22em;
        top: -13em;
    }
    #energia a {
        left: 2em;
        top: 1em;
    }
    #financiamento a {
        left: 23em;
        bottom: 20em;
    }
    #coluna-meio {
        margin-top: -1em;
    }
    @keyframes logo-subindo2 {
        from {
            overflow: hidden;
            left: 8.5em;
            bottom: 40em;
        }
        10% {
            overflow: visible;
        }
        to {
            bottom: 68em;
        }
    }
    #div-logo2 img {
        width: 13em;
    }
    #div-logo2 {
        animation: logo-subindo2 10s 1;
        left: 8.5em;
        bottom: 68em;
    }
}
@media (max-width: 466px) {
    .texto-rodape {
        font-size: 0.9em;
    }
}
@media (max-width: 443px) {
    #texto-email {
        top: 0.5em;
    }
}

@media (min-width: 380px) and (max-width: 425px) {
    @keyframes logo-subindo2 {
        from {
            overflow: hidden;
            left: 8em;
            bottom: 40em;
        }
        10% {
            overflow: visible;
        }
        to {
            bottom: 68em;
        }
    }
    #div-logo2 img {
        width: 12em;
    }
    #div-logo2 {
        animation: logo-subindo2 10s 1;
        left: 8em;
        bottom: 68em;
    }
}
@media (max-width: 421px) {
    .texto-rodape {
        font-size: 0.8em;
    }
}
@media (max-width: 416px) {
    .container h2.text-center {
        font-size: 1em;
    }
    #portaria a {
        left: 20em;
        top: -13em;
    }
    #coluna-meio {
        margin-top: -3em;
    }
}
@media (max-width: 400px) {
    #portaria a {
        left: 18em;
        top: -14em;
    }
    #financiamento a {
        left: 20em;
        bottom: 23em;
    }
}
@media (max-width: 392px) {
    #icone-whatsapp {
        width: 33px;
        margin-left: 0.7em;
    }
    #icone-email {
        margin-left: 0.2em;
        font-size: 2.2em;
    }
    #texto-email {
        font-size: 1.2em;
    }
}
@media (max-width: 380px) {
    .texto-contato {
        font-size: 1.3em;
        margin-left: 0.6em;
    }
}
@media (min-width: 360px) and (max-width: 379.98px) {
    @keyframes logo-subindo2 {
        from {
            overflow: hidden;
            left: 6em;
            bottom: 40em;
        }
        10% {
            overflow: visible;
        }
        to {
            bottom: 70.5em;
        }
    }
    #div-logo2 img {
        width: 12em;
    }
    #div-logo2 {
        animation: logo-subindo2 10s 1;
        left: 6em;
        bottom: 70.5em;
    }
}
@media (max-width: 378px) {
    #portaria a {
        left: 18em;
        top: -13em;
    }
    #energia a {
        left: 0;
        top: -2em;
    }
    #financiamento a {
        left: 19em;
        bottom: 23em;
    }
    #coluna-meio {
        margin-top: -5em;
    }
}
@media (max-width: 371px) {
    #portaria a {
        left: 16em;
        top: -13em;
    }
}
@media (max-width: 368px) {
    .container h2.text-center {
        font-size: 1em;
    }
}
@media (max-width: 362px) {
    #texto-email {
        font-size: 1.1em;
    }
}
@media (min-width: 310.98px) and (max-width: 359.98px) {
    @keyframes logo-subindo2 {
        from {
            overflow: hidden;
            left: 6em;
            bottom: 40em;
        }
        10% {
            overflow: visible;
        }
        to {
            bottom: 71em;
        }
    }
    #div-logo2 img {
        width: 11em;
    }
    #div-logo2 {
        animation: logo-subindo2 9s 1;
        left: 6em;
        bottom: 71em;
    }
}
@media (max-width: 352.98px) {
    .container h2.text-center {
        font-size: 0.9em;
    }
    #portaria a {
        left: 15em;
        top: -14em;
    }
    #financiamento a {
        left: 17em;
    }
    #coluna-meio {
        margin-top: -6em;
    }
}
@media (max-width: 335px) {
    #portaria a {
        left: 9emem;
        top: -14em;
    }
    #financiamento a {
        left: 15em;
    }
    .texto-contato {
        font-size: 1.1em;
    }
    #texto-email {
        font-size: 1em;
    }
}
@media (max-width: 341px) {
    #elevador-link {
        top: 13em;
        left: 2em;
    }
    #portaria a {
        left: 15em;
        top: -14em;
    }
    #financiamento a {
        left: 17em;
        bottom: 25em;
    }
    
    #coluna-meio {
        margin-top: -7em;
    }
}
