/* ------------------------------------------------------------------ */
/* ÍNDICE
/* ------------------------------------------------------------------ */
/* 01 - PÁGINAS: MANIPULADOR A VÁCUO;
/* 02 - PÁGINAS: DESENSAQUE;
/* 03 - PÁGINAS: DESPALETIZAÇÃO;
/* 04 - PÁGINAS: PALETIZAÇÃO;
/* 05 - PÁGINAS: SISTEMA MES DASHBOARD
/* 06 - PÁGINAS: AUTOMAÇÃO;
/* 07 - PÁGINAS: QUEM SOMOS;
/* 08 - PÁGINAS: CONTATO;

/* ------------------------------------------------------------------ */
/* Páginas: Manipulador a Vácuo */
/* ------------------------------------------------------------------ */

figure.imagem-manipulador img {
    position: relative;
    top: -5vh;
}

@media (min-width: 992px) {
    .manipulador-content .image-div {
        position: absolute;
        top: 0;
        height: 100%;
    }
    .manipulador-content .image-div figure.imagem-manipulador {
        position: relative;
        top: 0;
        height: 100%;
    }

    figure.imagem-manipulador img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        max-width: 180px;
    }

    figure.imagem-manipulador img#imagem-manipulador-1,
    figure.imagem-manipulador img#imagem-manipulador-2 {
        max-width: 230px;
    }


    figure.imagem-manipulador img#imagem-manipulador-3 {
        max-width: 130px;
    }

    figure.imagem-manipulador img#imagem-manipulador-4 {
        max-width: 220px;
    }

    .main-content.manipulador-content.item-topo .main-text.text-justify {
        min-height: 19em;
    }
}

@media (min-width: 1120px) {
    figure.imagem-manipulador img#imagem-manipulador-3 {
        max-width: 140px;
    }
}

@media (min-width: 1200px) {
    .main-content.manipulador-content.item-topo .main-text.text-justify {
        min-height: 15em;
    }
}

@media (min-width: 1200px) {
    .main-content.manipulador-content.item-topo .main-text.text-justify {
        min-height: 13em;
    }
}

@media (min-width: 1560px) {
    .main-content.manipulador-content {
        min-height: 400px;
    }
}

@media (min-width: 1565px) {
    .main-content.manipulador-content.item-topo .main-text.text-justify {
        min-height: 10em;
    }
}

@media (min-width: 1920px) {
    .main-content.manipulador-content.item-topo .main-text.text-justify {
        min-height: 8em;
    }
}

/* ------------------------------------------------------------------ */
/* Páginas: Desensaque */
/* ------------------------------------------------------------------ */

.slide-lightbox a img{
    width: 60% !important;
    height: auto;
    border-radius: 8px;
    box-shadow: 1px 1px 3.5px rgba(47, 72, 88, 0.4);
    transition: all ease .5s;
}

.slide-lightbox a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-lightbox a img:hover{
    opacity: .5;
}

.ekko-lightbox a span{
    color: #2f4858;
}

/* ------------------------------------------------------------------ */
/* Páginas: Despaletização */
/* ------------------------------------------------------------------ */

.imagem-garras-manipulacao {
    width: 100%;
    max-width: 600px;
    min-height: 25em;
    background-image: url("../../img/site/despaletizacao/sistema-despaletização-garras-rankine-systems.webp");
    background-size: cover;
    background-position: top;
}

.imagem-garras-despaletizacao {
    width: 100%;
    min-height: 25em;
    max-width: 600px;
    background-image: url("../../img/site/despaletizacao/sistema-despaletização-garras-rankine.webp");
    background-size: cover;
    background-position: top;
}

/* ------------------------------------------------------------------ */
/* Páginas: Paletização */
/* ------------------------------------------------------------------ */

.imagem-paletizacao-robotica {
    width: 100%;
    min-height: 25em;
    background-image: url("../../img/site/paletizacao/paletizacao-robotica.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

/* ------------------------------------------------------------------ */
/* Páginas: Transportadores a Vacuo */
/* ------------------------------------------------------------------ */

#imagem-transportador{
    max-width: 350px;
}

/* ------------------------------------------------------------------ */
/* Páginas: Sistema Mes Dashboard */
/* ------------------------------------------------------------------ */

.imagem-dashboard-mes {
    width: 100%;
    min-height: 30em;
    background-image: url("../../img/site/software-mes/sistema-oee-rankine-systems.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#software-mes-imagem{
    max-width: 320px;
}

@media screen and (max-width: 987px) {
    .imagem-dashboard-mes {
        width: 100%;
        background-image: url("../../img/site/software-mes/sistema-oee-rankine-systems.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 15em;
    }
}

@media screen and (min-width: 1570px) {
    .imagem-dashboard-mes {
        width: 100%;
        background-image: url("../../img/site/software-mes/sistema-oee-rankine-systems.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 30em;
    }
}

/* ------------------------------------------------------------------ */
/* Páginas: Automaçao */
/* ------------------------------------------------------------------ */

.list-automacao{
    list-style: none;
}

.list-automacao i{
    color: #565656;
}

.list-automacao li{
    line-height: 2.5em;
}

.main-content #image-automacao1{
    width: 330px !important
}

/* ------------------------------------------------------------------ */
/* Quem somos */
/* ------------------------------------------------------------------ */

.sobre-conteudo {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    margin: auto;
}

.sobre-item {
    max-width: 450px;
    width: 100%;
    border-radius: 15px;
    border-top-right-radius: 0;
    background: #fff;

    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}

.sobre-item .icone-sobre {
    width: 100%;
    height: 100px;

    display: flex;
    flex-direction: row-reverse;
}

.sobre-item .icone-sobre i {
    height: 100px;
    font-size: 42pt;
    line-height: 42pt;
    color: #2f4858;
}

@media screen and (max-width: 987px) {
    .sobre-conteudo {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        justify-content: space-around !important;
        margin: auto;
    }

    .sobre-item {
        margin: 2vh 0vh;
        width: 85%;
    }
}
/* ------------------------------------------------------------------ */
/* Contato */
/* ------------------------------------------------------------------ */

.form-rankine{
    width: 100%;
}

.form-rankine input{
    width: 100%;
}

.form-rankine .button-content button{
    padding: 10px 35px !important
}

#map{
    width: 100%;
    min-height: 75vh;
    height: 100%;
}

@media screen and (max-width: 987px){

    /* #section-contato .px-5{
        padding: 0 !important;
    } */

}
