


body {
    margin: 0;
    background-color: #00718f;
}


.container_main {
    min-width: 750px;
    min-height: 770px;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    animation: opac 1s;
}

@keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes opac {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes opca {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.container_solu {
    position: relative;
    width: 33.33%;
    height: 100%;
    float: left;
}

.overlay_solu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.3s ease;
    pointer-events: none;
    /*background: rgba(0, 113, 143, 0.1);*/
}



.img_solu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

.img_soluV {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    display: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.title_solu {
    position: relative;
    left: 0;
    top: 45%;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    z-index: 1;
    transition: top .5s ease;
    padding: 0 1% 0 1%;
    /*text-shadow: -0.1px 0 black, 0 0.1px black, 0.1px 0 black, 0 -0.1px black;*/
}

.container_solu:hover .title_solu {
    top: 35%;
}

.container_solu:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}


.button_solu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease-in;
}

    .button_solu a {
        width: 200px;
        padding: 12px 48px;
        text-align: center;
        color: white;
        border: solid 2px white;
        z-index: 1;
        text-decoration: none;
        font-size: 24px;
    }


.container_solu:hover .button_solu {
    opacity: 1;
}


/*.container_solu:nth-child(1) .overlay_solu {
        background-image: url('../Images/Fotos/lvl1_solucoes_1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .container_solu:nth-child(2) .overlay_solu {
        background-image: url('../Images/Fotos/lvl1_solucoes_2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .container_solu:nth-child(3) .overlay_solu {
        background-image: url('../Images/Fotos/lvl1_solucoes_3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }*/

.container_solu:hover:nth-child(1) .overlay_solu {
    display: block;
    content: url('../Images/Fotos/lvl1_solucoes_1B.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.container_solu:hover:nth-child(2) .overlay_solu {
    display: block;
    content: url('../Images/Fotos/lvl1_solucoes_2B.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.container_solu:hover:nth-child(3) .overlay_solu {
    display: block;
    content: url('../Images/Fotos/lvl1_solucoes_3B.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

 
 .privacy_text {
    height: 50px;
    bottom: 0;
    position: absolute;
    padding-left: 20px;
    color: white;
    font-size: 0.8em;
}

    .privacy_text a {
        color: #efefef;
        text-decoration: underline;
        background-color: transparent;
    }

        .privacy_text a:hover {
            color: #e1e1e1;
        }

@media screen and (max-width: 1050px) {
    #title_manut_xl:hover .title_solu {
        top: 34%;
    }

    .img_soluV {
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .img_solu {
        display: none;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /*.container_solu:nth-child(1)  {
            display: block;
            background-image: url('../Images/Fotos/lvl1_solucoes_1V.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }

        .container_solu:nth-child(2)  {
            display: block;
            background-image: url('../Images/Fotos/lvl1_solucoes_2V.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }

        .container_solu:nth-child(3)  {
            display: block;
            background-image: url('../Images/Fotos/lvl1_solucoes_3V.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }*/

    .container_solu:hover:nth-child(1) .overlay_solu {
        display: block;
        content: url('../Images/Fotos/lvl1_solucoes_1VB.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .container_solu:hover:nth-child(2) .overlay_solu {
        display: block;
        content: url('../Images/Fotos/lvl1_solucoes_2VB.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .container_solu:hover:nth-child(3) .overlay_solu {
        display: block;
        content: url('../Images/Fotos/lvl1_solucoes_3VB.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}

/* IE compatibilidade */
.gecko .container_solu:nth-child(1) .overlay_solu {
    display: block;
    background-image: url('../Images/Fotos/lvl1_solucoes_1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.gecko .container_solu:nth-child(2) .overlay_solu {
    display: block;
    background-image: url('../Images/Fotos/lvl1_solucoes_2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.gecko .container_solu:nth-child(3) .overlay_solu {
    display: block;
    background-image: url('../Images/Fotos/lvl1_solucoes_3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.gecko .container_solu:hover:nth-child(1) .overlay_solu {
    display: block;
    background-image: url('../Images/Fotos/lvl1_solucoes_1B.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.gecko .container_solu:hover:nth-child(2) .overlay_solu {
    display: block;
    background-image: url('../Images/Fotos/lvl1_solucoes_2B.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.gecko .container_solu:hover:nth-child(3) .overlay_solu {
    display: block;
    background-image: url('../Images/Fotos/lvl1_solucoes_3B.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
