@media only screen and (max-width: 3600px) {

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{ 
        background-color: #000000;
        font-family: sans-serif;
        position: relative;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    body::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    body::-webkit-scrollbar:vertical {
        width:9px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #bfff72;
        border-radius: 5px;
    }

    body::-webkit-scrollbar-track {
        border-radius: 10px;  
    }

    body::-webkit-scrollbar-track-piece{
        background-color: black;
    }

    @font-face {
        font-family: Neor;
        src: url("fonts/Neor.otf")
    }

    @font-face {
        font-family: Futurespore;
        src: url("fonts/futurespore.ttf")
    }

    @font-face {
        font-family: BelfastGroteskBold;
        src: url("fonts/BelfastGroteskBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskSemiBold;
        src: url("fonts/BelfastGroteskSemiBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskThin;
        src: url("fonts/BelfastGroteskThin.ttf")
    }

    @font-face {
        font-family: Combat;
        src: url("fonts/Combat.otf")
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: #000000;
        position: relative;
    }

    .contenedor-loader{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        z-index: 100;
        opacity: 1;
        visibility: visible;
        transition: all ease .8s;
    }

    .contenedor-loader img{
        width: 300px;
        height: 300px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-loader.oculta-loader{
        opacity: 0;
        visibility: hidden;
        transition: all ease .8s;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 0px;
        padding-left: 60px;
        padding-right: 20px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .seccion-general header h1,
    .seccion-general header h1 i{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        font-style: normal;
        color: #bfff72;
        padding-top: 20px;
    }

    .seccion-general header h1 i{
        padding-top: 0px;
    }

    .seccion-general header nav{
        width: 0%;
        height: auto;
        background-color: transparent;
        float: left;
        border: solid 1px #ffffff;
        border-radius: 35px;
        padding-top: 15px;
        padding-right: 80px;
        padding-bottom: 15px;
        display: inline-flex;
        justify-content: flex-end;
        opacity: 0;
        transition: opacity ease 2s, width ease 2s;
    }

    .seccion-general header nav.muestra-nav{
        width: 80%;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s;
    }

    .seccion-general header nav ul{
        width: 620px;
        height: auto;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
    }

    .seccion-general header nav ul li{
        width: auto;
        background-color: transparent;
        float: left;
        list-style: none;
        display: inline-flex;
        justify-content: center;
    }

    .seccion-general header nav ul li img{
        width: 50px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header nav ul li a{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        text-decoration: none;
        margin-left: 5px;
        margin-top: 10px;
        cursor: pointer;
    }

    .seccion-general header nav ul li a i{
        width: auto;
        background-color: transparent;
        float: left;
        font-family: Futurespore;
        font-size: 34px;
        text-align: left;
        font-style: normal;
        color: white;
    }

    .seccion-general header nav ul li a:hover i{
        color: #0056B3;
    }

    .contenedor-redes-flotantes{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        position: fixed;
        right: 40px;
        top: 150px;
        z-index: 10;
    }

    .contenedor-redes-flotantes a{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        text-decoration: none;
        cursor: pointer;
    }

    .icono-flotante-2{
        margin-top: 20px;
    }

    .contenedor-redes-flotantes a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }
}



















@media only screen and (max-width: 1800px) {

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{ 
        background-color: #000000;
        font-family: sans-serif;
        position: relative;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    body::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    body::-webkit-scrollbar:vertical {
        width:9px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #bfff72;
        border-radius: 5px;
    }

    body::-webkit-scrollbar-track {
        border-radius: 10px;  
    }

    body::-webkit-scrollbar-track-piece{
        background-color: black;
    }

    @font-face {
        font-family: Neor;
        src: url("fonts/Neor.otf")
    }

    @font-face {
        font-family: Futurespore;
        src: url("fonts/futurespore.ttf")
    }

    @font-face {
        font-family: BelfastGroteskBold;
        src: url("fonts/BelfastGroteskBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskSemiBold;
        src: url("fonts/BelfastGroteskSemiBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskThin;
        src: url("fonts/BelfastGroteskThin.ttf")
    }

    @font-face {
        font-family: Combat;
        src: url("fonts/Combat.otf")
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: #000000;
        position: relative;
        overflow-x: hidden;
    }

    .contenedor-loader{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        z-index: 100;
        opacity: 1;
        visibility: visible;
        transition: all ease .8s;
    }

    .contenedor-loader img{
        width: 300px;
        height: 300px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-loader.oculta-loader{
        opacity: 0;
        visibility: hidden;
        transition: all ease .8s;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 0px;
        padding-left: 60px;
        padding-right: 60px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .seccion-general header h1,
    .seccion-general header h1 i{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        font-style: normal;
        color: #bfff72;
        padding-top: 20px;
    }

    .seccion-general header h1 i{
        padding-top: 0px;
    }

    .seccion-general header nav{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        border: none;
        border-radius: 0px;
        padding-top: none;
        padding-right: none;
        padding-bottom: none;
        display: block;
        justify-content: none;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav.muestra-nav{
        width: 100%;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav.muestra-menu{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        border: none;
        border-radius: 0px;
        padding-top: none;
        padding-right: none;
        padding-bottom: none;
        display: block;
        justify-content: none;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav ul{
        width: 300px;
        height: 280px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        border: none;
        border-radius: 30px;
        display: unset;
        justify-content: unset;
        flex-wrap: unset;
    }

    .seccion-general header nav ul li{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        list-style: none;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ultimo-li{
        margin-top: 20px;
    }

    .seccion-general header nav ul li img{
        width: 50px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header nav ul li a{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        text-decoration: none;
        margin-left: 5px;
        margin-top: 10px;
        cursor: pointer;
    }

    .seccion-general header nav ul li a i{
        width: auto;
        background-color: transparent;
        float: left;
        font-family: Futurespore;
        font-size: 34px;
        text-align: left;
        font-style: normal;
        color: white;
    }

    .seccion-general header nav ul li a:hover i{
        color: #0056B3;
    }

    .seccion-general header nav ul button{
        width: 30px;
        height: 30px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        cursor: pointer;
    }

    .seccion-general header nav ul button img{
        width: 30px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header button{
        width: 40px;
        height: 40px;
        background-color: transparent;
        float: right;
        border: none;
        appearance: none;
        outline: none;
        margin-top: 30px;
    }

    .seccion-general header button img{
        width: 40px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-flotantes{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        position: fixed;
        right: 40px;
        top: 150px;
        z-index: 10;
    }

    .contenedor-redes-flotantes a{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        text-decoration: none;
        cursor: pointer;
    }

    .icono-flotante-2{
        margin-top: 20px;
    }

    .contenedor-redes-flotantes a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }
}


















@media only screen and (max-width: 720px) {

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{ 
        background-color: #000000;
        font-family: sans-serif;
        position: relative;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    body::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    body::-webkit-scrollbar:vertical {
        width:9px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #bfff72;
        border-radius: 5px;
    }

    body::-webkit-scrollbar-track {
        border-radius: 10px;  
    }

    body::-webkit-scrollbar-track-piece{
        background-color: black;
    }

    @font-face {
        font-family: Neor;
        src: url("fonts/Neor.otf")
    }

    @font-face {
        font-family: Futurespore;
        src: url("fonts/futurespore.ttf")
    }

    @font-face {
        font-family: BelfastGroteskBold;
        src: url("fonts/BelfastGroteskBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskSemiBold;
        src: url("fonts/BelfastGroteskSemiBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskThin;
        src: url("fonts/BelfastGroteskThin.ttf")
    }

    @font-face {
        font-family: Combat;
        src: url("fonts/Combat.otf")
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: #000000;
        position: relative;
        overflow-x: hidden;
    }

    .contenedor-loader{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        z-index: 100;
        opacity: 1;
        visibility: visible;
        transition: all ease .8s;
    }

    .contenedor-loader img{
        width: 300px;
        height: 300px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-loader.oculta-loader{
        opacity: 0;
        visibility: hidden;
        transition: all ease .8s;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 0px;
        padding-left: 40px;
        padding-right: 40px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .seccion-general header h1,
    .seccion-general header h1 i{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 46px;
        text-align: left;
        font-style: normal;
        color: #bfff72;
        padding-top: 20px;
    }

    .seccion-general header h1 i{
        padding-top: 0px;
    }

    .seccion-general header nav{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        border: none;
        border-radius: 0px;
        padding-top: none;
        padding-right: none;
        padding-bottom: none;
        display: block;
        justify-content: none;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav.muestra-nav{
        width: 100%;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav.muestra-menu{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        border: none;
        border-radius: 0px;
        padding-top: none;
        padding-right: none;
        padding-bottom: none;
        display: block;
        justify-content: none;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav ul{
        width: 300px;
        height: 280px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        border: none;
        border-radius: 30px;
        display: unset;
        justify-content: unset;
        flex-wrap: unset;
    }

    .seccion-general header nav ul li{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        list-style: none;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ultimo-li{
        margin-top: 20px;
    }

    .seccion-general header nav ul li img{
        width: 50px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header nav ul li a{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        text-decoration: none;
        margin-left: 5px;
        margin-top: 10px;
        cursor: pointer;
    }

    .seccion-general header nav ul li a i{
        width: auto;
        background-color: transparent;
        float: left;
        font-family: Futurespore;
        font-size: 34px;
        text-align: left;
        font-style: normal;
        color: white;
    }

    .seccion-general header nav ul li a:hover i{
        color: #0056B3;
    }

    .seccion-general header nav ul button{
        width: 30px;
        height: 30px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        cursor: pointer;
    }

    .seccion-general header nav ul button img{
        width: 30px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header button{
        width: 40px;
        height: 40px;
        background-color: transparent;
        float: right;
        border: none;
        appearance: none;
        outline: none;
        margin-top: 30px;
    }

    .seccion-general header button img{
        width: 40px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-flotantes{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        position: fixed;
        right: 20px;
        top: 150px;
        z-index: 10;
    }

    .contenedor-redes-flotantes a{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        text-decoration: none;
        cursor: pointer;
    }

    .icono-flotante-2{
        margin-top: 20px;
    }

    .contenedor-redes-flotantes a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }
}


















@media only screen and (max-width: 580px) {

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{ 
        background-color: #000000;
        font-family: sans-serif;
        position: relative;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    body::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    body::-webkit-scrollbar:vertical {
        width:9px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #bfff72;
        border-radius: 5px;
    }

    body::-webkit-scrollbar-track {
        border-radius: 10px;  
    }

    body::-webkit-scrollbar-track-piece{
        background-color: black;
    }

    @font-face {
        font-family: Neor;
        src: url("fonts/Neor.otf")
    }

    @font-face {
        font-family: Futurespore;
        src: url("fonts/futurespore.ttf")
    }

    @font-face {
        font-family: BelfastGroteskBold;
        src: url("fonts/BelfastGroteskBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskSemiBold;
        src: url("fonts/BelfastGroteskSemiBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskThin;
        src: url("fonts/BelfastGroteskThin.ttf")
    }

    @font-face {
        font-family: Combat;
        src: url("fonts/Combat.otf")
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: #000000;
        position: relative;
        overflow-x: hidden;
    }

    .contenedor-loader{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        z-index: 100;
        opacity: 1;
        visibility: visible;
        transition: all ease .8s;
    }

    .contenedor-loader img{
        width: 300px;
        height: 300px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-loader.oculta-loader{
        opacity: 0;
        visibility: hidden;
        transition: all ease .8s;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .seccion-general header h1,
    .seccion-general header h1 i{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 40px;
        text-align: left;
        font-style: normal;
        color: #bfff72;
        padding-top: 20px;
    }

    .seccion-general header h1 i{
        padding-top: 0px;
    }

    .seccion-general header nav{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        border: none;
        border-radius: 0px;
        padding-top: none;
        padding-right: none;
        padding-bottom: none;
        display: block;
        justify-content: none;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav.muestra-nav{
        width: 100%;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav.muestra-menu{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        border: none;
        border-radius: 0px;
        padding-top: none;
        padding-right: none;
        padding-bottom: none;
        display: block;
        justify-content: none;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav ul{
        width: 300px;
        height: 280px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        border: none;
        border-radius: 30px;
        display: unset;
        justify-content: unset;
        flex-wrap: unset;
    }

    .seccion-general header nav ul li{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        list-style: none;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ultimo-li{
        margin-top: 20px;
    }

    .seccion-general header nav ul li img{
        width: 50px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header nav ul li a{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        text-decoration: none;
        margin-left: 5px;
        margin-top: 10px;
        cursor: pointer;
    }

    .seccion-general header nav ul li a i{
        width: auto;
        background-color: transparent;
        float: left;
        font-family: Futurespore;
        font-size: 34px;
        text-align: left;
        font-style: normal;
        color: white;
    }

    .seccion-general header nav ul li a:hover i{
        color: #0056B3;
    }

    .seccion-general header nav ul button{
        width: 30px;
        height: 30px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        cursor: pointer;
    }

    .seccion-general header nav ul button img{
        width: 30px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header button{
        width: 30px;
        height: 30px;
        background-color: transparent;
        float: right;
        border: none;
        appearance: none;
        outline: none;
        margin-top: 30px;
    }

    .seccion-general header button img{
        width: 30px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-flotantes{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        position: fixed;
        right: 0px;
        top: 150px;
        z-index: 10;
    }

    .contenedor-redes-flotantes a{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        text-decoration: none;
        cursor: pointer;
    }

    .icono-flotante-2{
        margin-top: 20px;
    }

    .contenedor-redes-flotantes a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }
}
















@media only screen and (max-width: 380px) {

    *{
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
        font-family: sans-serif;
    }

    body{ 
        background-color: #000000;
        font-family: sans-serif;
        position: relative;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    body::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    body::-webkit-scrollbar:vertical {
        width:9px;
    }

    body::-webkit-scrollbar-thumb {
        background-color: #bfff72;
        border-radius: 5px;
    }

    body::-webkit-scrollbar-track {
        border-radius: 10px;  
    }

    body::-webkit-scrollbar-track-piece{
        background-color: black;
    }

    @font-face {
        font-family: Neor;
        src: url("fonts/Neor.otf")
    }

    @font-face {
        font-family: Futurespore;
        src: url("fonts/futurespore.ttf")
    }

    @font-face {
        font-family: BelfastGroteskBold;
        src: url("fonts/BelfastGroteskBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskSemiBold;
        src: url("fonts/BelfastGroteskSemiBold.ttf")
    }

    @font-face {
        font-family: BelfastGroteskThin;
        src: url("fonts/BelfastGroteskThin.ttf")
    }

    @font-face {
        font-family: Combat;
        src: url("fonts/Combat.otf")
    }

    .seccion-general{
        width: 100%;
        height: auto;
        float: left;
        background-color: #000000;
        position: relative;
        overflow-x: hidden;
    }

    .contenedor-loader{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        z-index: 100;
        opacity: 1;
        visibility: visible;
        transition: all ease .8s;
    }

    .contenedor-loader img{
        width: 300px;
        height: 300px;
        background-color: transparent;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .contenedor-loader.oculta-loader{
        opacity: 0;
        visibility: hidden;
        transition: all ease .8s;
    }

    .seccion-general header{
        width: 100%;
        height: auto;
        padding-top: 30px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        background-color: transparent;
        float: left;
        display: inline-flex;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .seccion-general header h1,
    .seccion-general header h1 i{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        font-family: Neor;
        font-size: 36px;
        text-align: left;
        font-style: normal;
        color: #bfff72;
        padding-top: 20px;
    }

    .seccion-general header h1 i{
        padding-top: 0px;
    }

    .seccion-general header nav{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        top: -100vh;
        left: 0;
        z-index: 10;
        border: none;
        border-radius: 0px;
        padding-top: none;
        padding-right: none;
        padding-bottom: none;
        display: block;
        justify-content: none;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav.muestra-nav{
        width: 100%;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav.muestra-menu{
        width: 100%;
        height: 100vh;
        background-color: #000000;
        float: left;
        position: fixed;
        top: 0vh;
        left: 0;
        z-index: 10;
        border: none;
        border-radius: 0px;
        padding-top: none;
        padding-right: none;
        padding-bottom: none;
        display: block;
        justify-content: none;
        opacity: 1;
        transition: opacity ease 2s, width ease 2s, top ease .4s;
    }

    .seccion-general header nav ul{
        width: 300px;
        height: 280px;
        background-color: transparent;
        float: left;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        border: none;
        border-radius: 30px;
        display: unset;
        justify-content: unset;
        flex-wrap: unset;
    }

    .seccion-general header nav ul li{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: left;
        list-style: none;
        margin-bottom: 20px;
        display: inline-flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ultimo-li{
        margin-top: 20px;
    }

    .seccion-general header nav ul li img{
        width: 50px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header nav ul li a{
        width: auto;
        background-color: transparent;
        float: left;
        height: auto;
        text-decoration: none;
        margin-left: 5px;
        margin-top: 10px;
        cursor: pointer;
    }

    .seccion-general header nav ul li a i{
        width: auto;
        background-color: transparent;
        float: left;
        font-family: Futurespore;
        font-size: 34px;
        text-align: left;
        font-style: normal;
        color: white;
    }

    .seccion-general header nav ul li a:hover i{
        color: #0056B3;
    }

    .seccion-general header nav ul button{
        width: 30px;
        height: 30px;
        background-color: transparent;
        float: left;
        border: none;
        outline: none;
        appearance: none;
        cursor: pointer;
    }

    .seccion-general header nav ul button img{
        width: 30px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .seccion-general header button{
        width: 30px;
        height: 30px;
        background-color: transparent;
        float: right;
        border: none;
        appearance: none;
        outline: none;
        margin-top: 25px;
    }

    .seccion-general header button img{
        width: 30px;
        height: auto;
        background-color: transparent;
        float: left;
    }

    .contenedor-redes-flotantes{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        position: fixed;
        right: 0px;
        top: 150px;
        z-index: 10;
    }

    .contenedor-redes-flotantes a{
        width: 70px;
        height: auto;
        background-color: transparent;
        float: right;
        text-decoration: none;
        cursor: pointer;
    }

    .icono-flotante-2{
        margin-top: 20px;
    }

    .contenedor-redes-flotantes a img{
        width: 100%;
        height: auto;
        background-color: transparent;
        float: right;
    }
}