@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


/* DEFINICIÓN DE VARIABLES */
:root {
    --fondo: #000000;
    --texto: #CCCCCC;
    --rojo: #ff0000;
    --amarillo: #ff7300;
}


html {
    scroll-behavior: smooth;  /* suaviza los desplazamienos */
    font-family: "Quicksand", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    background-color: black;
    font-size: 1em;
    transition: all 1s ease-in-out;
}

.logo {
    width: 200px;
}

a {
    color: var(--amarillo);
    text-decoration: none;
}

.menu_lateral {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 40px;
    display:flex;
    justify-content: center;
    z-index: 20;
}


.menu_horizontal {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: #00000080;
    z-index: 99;
}

.item_menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--texto);
    cursor: pointer;

    .icono {
        font-size: 2em;
        width: 40px;
        text-align: center;
    }
    .texto {
        width: auto;
    }
}
.item_menu:hover {
    color: var(--amarillo);
}

.cabecera {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100vh;
}

.visor {
    position: fixed;
    top: 0;
    background-color: black;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;

    .foto_visor {
        width: 50%;
        height: auto;
        z-index: 1;
    }
}
.cerrar {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:#FFFFFF20;
    top: 50px;
    right: 50px;
    z-index: 2;
    color: var(--texto);
}
.cerrar:hover {
    background-color: transparent;
    border: solid 2px var(--amarillo);
}

.adelante {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:#FFFFFF20;
    top: 45%;
    right: 10%;
    z-index: 2;
    color: var(--texto);

}

.atras {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color:#FFFFFF20;
    top: 45%;
    left: 10%;
    z-index: 2;
    color: var(--texto);
}

.adelante:hover , .atras:hover {
        background-color: transparent;
        border: solid 2px var(--amarillo);
}


.izquierda {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    z-index: 0;

    .tipo_video{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.derecha {
    display: flex;
    flex-direction: column;
    width: 0;
    overflow: hidden;
    color: var(--texto);
    justify-content: space-around;
    align-items:flex-start;
    height: 500px;
    padding-top: 50px;
    z-index: 2;
}

.cont_titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 350px;
    color: white;
    z-index: 1;

    .raton {
        width: 30px;
        height: 50px;
        border: solid 2px darkgray;
        border-radius: 15px;
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 20px;
        padding-top: 10px;
    }
    .rueda {
        width: 5px;
        height: 15px;
        border-radius: 2px;
        background-color: var(--amarillo);
    }

}




.cuerpo {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    line-height: 1em;
    padding-top: 100px;
    padding-bottom: 100px;
    color: var(--texto);
}
.subir {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
}


 .pie {
     display: flex;
     gap: 20px;
     flex-direction: row;
     flex-wrap: wrap;
     width: 100%;
     height: auto;
     padding-top: 50px;
     padding-bottom: 20px;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     line-height: 1.8em;
     color: gray;
     

     .pie_logo {
         width: 300px;
         display: flex;
         flex-direction: column;
         align-items:flex-start;
         justify-content: center;
         width: 300px;
         color: var(--texto);
     }
     .pie_claim {
         width: 700px;
         text-align: center;
         color: var(--texto);
         
     }
     .logo_pie {
         width: 100px;
     }
     .sello {
         width: 150px;
     }
 }

 .galeria {
     width: 100%;
     display: flex;
     flex-direction: row;
     justify-content: left;
     flex-wrap: wrap;

     .item_galeria {
         width: 25%;
         aspect-ratio: 1/1;
     }

     .foto {
         width: 100%;
         height: 100%;
     }
     .foto:hover {
         transition: .3s all ease-in-out;
         opacity: .5;
     }
     .todos .ingenieria .logos .impresion3d .render .post {

     }
     .foto_leyenda {
         position: relative;
         bottom: 50px;
         left: 20px;
         color: var(--texto);
         z-index: 2;
         display: none;
         color: var(--amarillo);
     }
 }


.titulo {
    font-size: 1.8em;
    padding-bottom: 10px;
    .light {
        font-weight: lighter;
    }
    .strong {
        color: var(--amarillo);
        font-weight: bolder;
    }
}

.mmedium {
    font-size: 1.5em;
    padding-bottom: 10px;
    color: var(--rojo);
}

.parrafo {
    width: 80%;
    text-align: justify;
    padding: 10px;
}

@media only screen and (min-width:320px) and (max-width:1200px) {

    .cuerpo {
        width: 90%;
        justify-content: flex-start;
        padding-left: 20px;
        font-size: .85em;
    }
    .galeria {

        .item_galeria {
            width: 100%;
        }

    }

    .cont_titulo {
        width: 60%;
        height: auto;
    }
    .titulo {
        font-size: 2.2em;
    }
    .izquierda{
        font-size: .9em;
        text-align: center;
    }

    .derecha {
        padding-left: 30px;
        height: 680px;
        font-size: .85em;
    }

    .item_menu {

        .texto {
            display: none;
        }
    }
    .visor {
        .foto_visor {
            width: 100%;
        }

    }
    .adelante , .atras {
        top: 80%;
    }
    .cerrar {
        top: 80%;
        left: calc(50% - 25px);
    }


}