/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/
/*CODED BY José Miguel "JMIDEV" Pérez*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

body{

    margin: 0px;
    padding: 0px;
    overflow-x: hidden;

}

.topbarmarginedcontent{

    padding-top: 70px;

}

.vinculo{

    color: white;
    background: rgb(0, 132, 255);
    text-decoration: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;

}

.vinculo::before{

    content: "";
    display: inline-block;
    background-image: url("../imgs/icons/link.svg");
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    /*margin-left: 3px;*/
    margin-right: 3px;
    
}

.vinculo:hover{

    background: rgb(0, 80, 199);

}

.vinculo:focus{

    background: rgb(0, 80, 199);

}

.fit_cover{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.warehouse{

    display: none;
    pointer-events: none;
    user-select: none;

}

::-webkit-scrollbar{
    
    width: 11px;
    
}
    
::-webkit-scrollbar-track{
    
    background-color: rgb(24, 24, 24);
    
    
}
    
::-webkit-scrollbar-thumb{
    
    /*background-color: rgb(43, 43, 43);*/
    background: linear-gradient(0deg, rgb(36, 36, 36) 0%, rgb(43, 43, 43) 100%);
    border-radius: 1080px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.705);
    transition: 0.2s;
    
}
    
::-webkit-scrollbar-thumb:hover{
    
    background: linear-gradient(0deg, rgb(46, 46, 46) 0%, rgb(53, 53, 53) 100%);
    /*background-color: rgb(53, 53, 53);*/
    
}

.topbar{

    z-index: 12;
    border: 0px solid transparent;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
    /*backdrop-filter: blur(10px);*/

}

@keyframes hamb_menu_appear {

    from {opacity: 0;}
    to {opacity: 1;}

}

.hamburguermenu{

    display: none;
    z-index: 13;
    border: 0px solid transparent;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    animation-name: hamb_menu_appear;
    animation-duration: 0.2s;
    /*backdrop-filter: blur(10px);*/

}

.footer{

    position: relative;
    width: 100%;
    margin: 0px;
    border: 0px solid transparent;
    height: 300px;
    z-index: 10;
    box-shadow: 0px -8px 15px 0px rgb(0,0,0,0.33);

}

.marginalized{

    margin-left: 15vmax;
    margin-right: 15vmax;

}

.translatable{

    opacity: 0;

}

.database_translatable{

    opacity: 0;

}

.database_img{

    opacity: 0;

}

@media only screen and (max-width: 1100px) {

    .marginalized{

        margin-left: 1vmax;
        margin-right: 1vmax;
    
    }

}