


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;
    }
}

/*#region .......... MObile blocks.*/

.mobile_blocs {
    display: none;
}

.btn-group {
    padding-top: 101px;
    height: 100%;
    position: absolute;
    width: 100%;
    padding-bottom: 80px;
}

.botao {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.btn-group .botao {
    display: block;
    float: none;
    width: 100%;
    height: 25%;
    font-size: 3.2em;
    color: white;
    border: none;
    cursor: pointer;
}

    .btn-group .botao:hover {
        flex: 4;
        transform: scale(1);
        font-size: 5.5em;
        transition: all 0.5s ease;
        border-radius: 5px;
        z-index: 999 !important;
        box-shadow: 0 12px 24px 0 rgba(10,16,34,0.3), 0 0 0 transparent;
    }

.botao:active, .botao:focus {
    outline: 0;
    border: none;
    outline-style:none;
    -moz-outline-style:none;
}
  
/*#endregion*/



.container_solu {
    position: relative;
    width: 25%;
    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-size: 35px;
    text-align: center;
    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: 32%;
}

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

.icon_solu {
  position: absolute;
    width: 100%;
    left: 0;
    top: 62%;
    text-align: center;
    width:40%;
    padding-left:30%;
}

.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;
}
 .privacy_text {
    height: 50px;
    bottom: 0;
    position: absolute;
    padding-left: 20px;
    color: white;
    font-size: 0.7em;
}

    .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;
    }

    *, *::before, *::after {
        box-sizing: border-box;
    }

    .footer {
        position: absolute;
    }

    .container_solu {
        display: none;
    }

    .mobile_blocs {
        display: block;
    }

    .btn-group {
        display: block;
    }
}


    @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;
        }
    }

@media screen and (max-width: 1269px) { 
    .sghaf{   
    top: 42%;
  }
    .container_solu:hover:nth-child(1) .title_solu {
        top: 30%;
    }
}
@media screen and (max-height: 850px) and (max-width: 1288px) { 
    .sghaf{   
    top: 40%;
  }
    .sghaf .title_solu {
        top: 30%;
    }
}