*{
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
}

body{
    background:url('../img/fluture_suite_fondo.jpg');
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9rem;
    background-position: center;
    background-size: cover;
    object-fit: cover;

    max-width: 1200px !important;
    margin: auto;
    max-height: 100vh;
    overflow: hidden;
}
nav {
    display: flex;
    justify-content: start;
}
nav div {
    padding: 1rem;
}
nav div a {
    text-decoration: none;
    color: white;
}
main {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: relative;
    height: 90vh;
}

#muevelo{
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    min-height: 500px !important;
    min-width: 500px !important;
    max-height: 500px !important;
    width: 50%;
    top: 5rem;
    bottom:5rem;
    right: -100%;
    opacity: 1;
    border-radius: 2rem;
    left: 100%;
    flex: 1 500px;
    color: white;
    overflow-y: scroll;
}







#muevelo::-webkit-scrollbar{
    display: none;
}
.cajetin::-webkit-scrollbar {
    display: none;
}
.cajetin{
    overflow-y: visible;
    max-height: 500px;
    padding-bottom: 1rem;


}
.imagen-cabecera-cajetin{
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 2rem 2rem 0rem 0rem;
}
.imagen-cajetin{
    margin-top: 10px;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;


}
.titulo-cajetin{
    text-align: center;
    margin: 1.5rem;
}
.texto-cajetin{
    padding: 0rem 1rem;
    text-align: justify;
}

.formulario-cajetin{
    padding: 0rem 1rem;
    display: flex;
    flex-direction: column;
}
.formulario-cajetin input[type=text],.formulario-cajetin textarea {
    height: 2rem;
    margin-bottom: 1rem;
    border:none;
    border-bottom: 1px solid yellow;
    background-color: transparent;
    font-size: 2rem;
    color: white;
    font-weight: lighter;

}

.formulario-cajetin input[type=submit]{
    background-color: yellow;
    border:none;
    height: 2rem;
    font-size: 1.2rem;
    color: grey;
    border-radius: 0.8rem;
    cursor:pointer;
    margin-top: 1rem;
}





#muevelodos{
    display: none;
    position: absolute;
    width: 60vw;
    height: 60vh;
    background-color: white;
    top: 7rem;
    right: -100%;
    opacity: 0.3;
    border-radius: 2rem;
    left: 100%;
}

#fsuite {
    position: relative;
    display: flex;
    flex: 2;
    height: calc(100vh - 7rem);

}
#tituloSuite{
    position: absolute;
    width: 550px;
    height: 200px;
    cursor: pointer;
    left: 2rem;
    top: 7rem;
    background-image: url('../img/titulo_flutureSuite.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}



#tituloFsuite {
    font-size: 5rem;
    text-align: left;
    color: white;
}
#hexagonos {
    display: flex;
    flex-wrap: wrap;
    flex: 1 500px;
    margin-top:5rem;
    min-height: 500px !important;
    min-width: 500px !important;
    max-height: 500px !important;
    max-width: 550px !important;
}



#hexagonos div{
    transition: 300ms ease-in-out;
    flex: 1 25%;
    max-width: 80px;
    height: 120px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: unset;
    margin: 0px 20px;


}

#hexagonos div:hover{


    transform: scale(1.10);
}



#hex1{
    background: url("../img/hex_data.png");

}
#hex2{
    background: url("../img/hex_loyal.png");
}
#hex3{
    background: url("../img/hex_collect.png");
}
#hex4{
    background: url("../img/hex_doctor.png");
}
#hex5{
    background: url("../img/hex_events.png");
}
#hex6{
    background: url("../img/hex_apps.png");
}
#hex7{
    background: url("../img/hex_sensor.png");
}
#hex8{
    background: url("../img/hex_maps.png");
}
#hex9{
    background: url("../img/hex_wagon.png");
}
#hex10{
    background: url("../img/hex_landing.png"); 
}
#hex11{
    background: url("../img/hex_target.png");
}
#hex12{
    background: url("../img/hex_dron.png");
}
#hex13{
    background: url("../img/hex_ecom.png");
}
#hex14{
    background: url("../img/hex_stats.png");
}
#hex15{
    background: url("../img/hex_graph.png");
}
#hex16{
    background: url("../img/hex_media.png");
}
footer{
    background-color: rgba(0, 0, 0, 0.377);
    text-align: center;
    color: white;
    height: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
#res{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding: 2rem;
    position: absolute;
    z-index: 2;
    left: 1rem;
    top: 20vh;
    text-align: center;
    right: 1rem;
}

.contacta{
    transition: 300ms;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #d9c800;
    color: #505050;
    padding: 1rem;
    border-radius: 1rem;
    width: 400px;
    margin: 2rem auto;
}
.contacta:hover{

    background-color: #505050;
    color: #d9c800;


}
#backbutton{
    display: none;
    background-color: white;
    position: absolute;
    background-size: 50%;
    background-position: center;
    top: 2.5rem;
    height: 40px;
    width: 40px;
    left: 1rem;
    z-index: 1;
    background-image: url('../img/arrows.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 50px;
}

.botttombutton{
    display: none;
    position: absolute;
    right: 2.5rem;
    background: white;
    width: 30px;
    height: 30px;
    bottom: 7rem;
    border-radius: 50px;
    background-image: url('../img/arrows.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    transform: rotate(270deg);
    opacity: 0.7;
    cursor:pointer;

}


@media all and (max-width:1000px){
    main{
        margin: auto;
        max-width: 400px;
    }

    #backbutton{
        display: none;
        background-color: white;
        position: absolute;
        background-size: 50%;
        background-position: center;
        top: 2.5rem;
        height: 40px;
        width: 40px;
        left: 2.5rem;
        z-index: 1;
        background-image: url('../img/arrows.svg');
        background-repeat: no-repeat;
        cursor: pointer;
        border-radius: 50px;
    }




    #tituloSuite{
        top: 2rem;
        width: 200px;
        height: 100px;
        left: auto;
        right: auto;
    }
    #hexagonos {
        margin-top: 8rem;
        min-width: unset !important;
        height: 300px !important;
        max-height: 300px !important;
        flex: 1;
        justify-content: center;
    }




    #fsuite{
        display: none;
    }
    #hexagonos div{
        height: 60px;
        margin: 0rem 1px;
    }
    #muevelo{
        display: none;
        top: 7rem;
        left: 1rem;
        right: 1rem;

        bottom:1rem;
        overflow-y: scroll;
        min-width: unset !important;
        width: auto;
    }

    .imagen-cajetin{
        height: 114px;
    }
    .titulo-cajetin{
        margin: 0;
    }
    .texto-cajetin{
        margin: 0;
        padding: 0px 10px;
        text-align: justify;
    }
}

