@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    background: linear-gradient(45deg, rgb(79 168 209 / 30%), rgba(129, 79, 209, 0.7), rgb(79 168 209 / 30%));
    background-repeat: round;
    background-size: contain;
}

body {
    margin: auto;
    width: auto;
}

header {
    height: 10vh !important;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
}

header,
section,
footer {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.container_home {}

.nav {
    width: 5rem;
    background: linear-gradient(rgb(159, 213, 239), rgb(53, 122, 151));
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 0px 12px 0px;
}

.li_design_nav {
    margin: auto;
}

.txt_design_nav {
    text-decoration: none;
    display: flex;
    font-size: 1rem;
    transform: rotate(90deg);
    color: snow;
    font-family: system-ui;
}

.txt_design_nav:hover {
    color: rgba(0, 0, 0, 0);
    transition: all 1s ease 0s;
}

.bg_header:nth-child(1) {
    background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
    /* border-radius: 3em; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
    padding: 4rem;
    padding-left: 0rem;
    width: 100%;
    display: flex;
    padding-right: 0rem;
    text-align: center;
    justify-content: center;
}

.bg_p {
    width: auto;
    background: rgba(53, 122, 151, 0);
    padding: 0px;
}

.bg_p p {
    color: snow;
    margin: 0.75em 0 0.25em 0;
    letter-spacing: -0.025em;
    filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
    font-size: 2rem;
    /* padding: 0px 10rem; */
    text-align: center;
    opacity: 0.75;
    font-family: system-ui;
    /* margin: 0px; */
}

.header div,
nav {
    /* margin: 1rem 0px; */
}

nav {
    margin: 1.5em 0 0 0;
}

.home {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    align-items: flex-start;
    /* justify-content: center; */
}

.logo {
    text-align: center;
}

.p_logo {
    display: flex;
    margin-top: 2rem;
    font-family: cursive;
    justify-content: center;
}

.z-text {
    transform: rotateX( 0deg);
    transition: transform 1s ease 0s;
}

.z-layer:not(:first-child) {
    color: rgb(69, 79, 144);
}

span {
    font-size: 50px;
    letter-spacing: 0px;
}

@font-face {
    font-family: DreiDeeSketches;
    src: url("./fonts/dreide.ttf");
}

div.container p {
    margin: 0px;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.estilo_letra {
    font-family: "Source Sans Pro", sans-serif;
    color: white;
    font-weight: 400;
}

p.span_1 span {}

p.span_2 span {}

p.span_3 span {}

p.span_4 span {
    font-size: 40px;
}

p.span_5 span {
    font-size: 40px;
}

p.span_6 span {
    font-size: 35px;
}

.container {
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container1 {
    border: 3px solid black;
    border-radius: 20px;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container_3d {
    width: 25vw;
    margin: auto;
}

.txt_3d_1 {
    font-size: 0rem;
}

.txt_3d_2 {}

.icon>.label {
    display: none;
}


/*Nav Icons*/

.ul_nav li {
    height: auto;
    list-style: none;
    /* width: 13.35em; */
}

.ul_nav {
    padding: 0px;
    display: inline-grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 50px;
    margin: 0px;
    transform: rotateX(27deg);
    vertical-align: baseline;
    border: 0px;
}

.ul_nav li a {
    text-decoration: none;
    color: white;
    font-size: 3.5vh;
}

.ul_nav li a:before {
    border-radius: 100%;
    border: 1px solid rgb(255, 255, 255);
    display: block;
    font-size: 1em;
    height: 2.6em;
    line-height: 2.6em;
    position: relative;
    text-align: center;
    top: 0px;
    width: 2.4em;
}

.ul_nav li a:hover {
    font-size: 2.55em;
    transition: 0.2s all ease-out;
}

.ul_nav li a:hover:before {
    background-color: rgba(255, 255, 255, 0.176);
    color: rgb(255, 255, 255);
}

.ul_nav li a:active {
    font-size: 1.5em;
    background: none;
}

.ul_nav li a:active::before {
    background-color: rgba(255, 255, 255, 0.35);
    color: rgb(255, 255, 255);
}

li {
    list-style: none;
    display: inline-block;
}


/*Nav Icons. Fin.*/


/*Canvas Particulas*/

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    position: fixed;
    width: 100%;
    height: 100vh;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/*Nav Start*/

#home_start {
    display: flex;
    background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
    height: auto;
    width: auto;
    align-items: flex-start;
    justify-content: center;
}

#nav_start {
    margin: 1em;
    display: none;
}

#ul_nav_start {
    display: inline-grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 20px;
    text-decoration: none;
    list-style: none;
}

#ul_nav_start li {
    font-size: 2rem;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    cursor: pointer;
    color: snow;
    -webkit-text-stroke: 2px #9676d9;
    opacity: 0.95;
    padding: 10px;
    border: 2px solid #ffffffdb;
    border-radius: 2rem;
    list-style: none;
}

#ul_nav_start li:hover {
    font-size: 2.35em;
    transition: 0.1s all ease-out;
    text-align: center;
}

#ul_nav_start li:before {
    border-radius: 100%;
    border: 1px solid rgb(255, 255, 255);
    display: block;
    font-size: 1em;
    height: 2.6em;
    line-height: 2.6em;
    position: relative;
    text-align: center;
    top: 0px;
    width: 2.4em;
}

#ul_nav_start li:hover:before {
    background-color: rgba(255, 255, 255, 0.176);
    color: rgb(255, 255, 255);
}

#ul_nav_start li:active {
    font-size: 2em;
    background: none;
}

#ul_nav_start li:active::before {
    background-color: rgba(255, 255, 255, 0.35);
    color: rgb(255, 255, 255);
}


/*Nav Start. Fin*/


/*Nav Mobile.*/

.menu_start_mobile {
    background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
    height: 75px;
    margin: 0px;
    width: 100vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ee82eeb5;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .6);
    justify-content: center;
}

.menu_items_mobile {
    display: flex;
    list-style: none;
}

.menu_items_mobile li {
    border-radius: 3px;
    margin: 0 5px;
}

.menu_items_mobile li a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 5px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: "Source Sans Pro", sans-serif;
}

.menu_items_mobile li:hover,
li.active {
    background-color: rgb(146 113 212 / 80%);
    border-radius: 1rem;
    transition: .4s;
}

.btn_menu {
    margin-right: 30px;
    font-size: 30px;
    color: snow;
    cursor: pointer;
    display: none;
}

ul.show {
    top: 65px;
}

.row {
    display: flex;
}

.col {
    border: 1px solid snow;
}

.col img {
    width: 25%;
    border-radius: 8rem;
    border: ridge #35e888;
    border: 2px solid snow;
}

.col_2 {
    max-width: 65%;
}

#inicio {
    height: 90vh;
    /* justify-content: center; */
}

#txt_h1 {
    margin: 0px;
    /* color: transparent; */
    font-size: 11vh;
    opacity: 0.5;
    text-align: center;
    letter-spacing: -0.035em;
    line-height: 1em;
    font-family: "Source Sans Pro", sans-serif;
}

.section-title {
    width: 100%;
    border: 1px solid snow;
}

.section-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 11pt;
    color: #f0b4ff;
    letter-spacing: 1px;
    margin: 0 0 25px 0;
}

.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: snow;
    margin: 4px 10px;
}

.section-title p {
    font-size: 26pt;
    font-family: 'Poppins', sans-serif;
    font-weight: 6;
    padding: 0px !important;
    color: snow;
    margin: -15px 0 15px 0 !important;
}

@media screen and (max-width: 952px) {
    .logo {
        font-size: 30px;
        padding-left: 35px;
    }
    .menu_items_mobile li a {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 858px) {
    .menu_start_mobile {
        height: 65px;
        justify-content: space-between;
    }
    .btn_menu {
        display: inline-flex;
        margin-left: 2rem;
    }
    .menu_items_mobile {
        position: fixed;
        width: 100vw;
        height: calc(100% - 65px);
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        top: -100vh;
        text-align: center;
        transition: all .4s;
        flex-direction: column;
    }
    .menu_items_mobile li {
        margin: 30px 0 0 0;
        line-height: 30px;
    }
    .menu_items li:hover {
        background: none;
    }
    .menu_items_mobile li a {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .menu_items_mobile li a:hover {
        color: #f0b3ff;
    }
    .logo {
        font-size: 25px;
        padding-left: 35px;
    }
}

@media screen and (max-width: 858px) and (orientation: landscape) {
    .menu_items_mobile li {
        margin: 5px 0 0 0;
    }
    .menu_items_mobile {
        overflow: scroll;
        height: calc(100% - 65px);
    }
}


/*Nav Mobile. Fin*/


/*Canvas Particulas. Fin.*/

@media (min-width: 600px) and (max-width: 1023px) {
    @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        margin: auto;
        width: auto;
    }
    header {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        /* background: linear-gradient(45deg, rgb(79 168 209 / 29%), rgba(129, 79, 209, 0.7), rgb(79 168 209 / 30%)), url(/img/background.png); */
    }
    .container_home {}
    .nav {
        width: 5rem;
        background: linear-gradient(rgb(159, 213, 239), rgb(53, 122, 151));
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.2) 10px 0px 12px 0px;
    }
    .li_design_nav {
        margin: auto;
    }
    .txt_design_nav {
        text-decoration: none;
        display: flex;
        font-size: 1rem;
        transform: rotate(90deg);
        color: snow;
        font-family: system-ui;
    }
    .txt_design_nav:hover {
        color: rgba(0, 0, 0, 0);
        transition: all 1s ease 0s;
    }
    .bg_header:nth-child(1) {
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
        padding: 3rem;
        padding-left: 0rem;
        display: flex;
        padding-right: 0rem;
        text-align: center;
        justify-content: center;
    }
    .bg_p {
        width: auto;
        background: rgba(53, 122, 151, 0);
        padding: 0px;
    }
    .bg_p p {
        color: snow;
        margin: 0.75em 0 0.25em 0;
        letter-spacing: -0.025em;
        filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
        font-size: 1.5rem;
        /* padding: 0px 10rem; */
        text-align: center;
        opacity: 0.75;
        font-family: system-ui;
        /* margin: 0px; */
    }
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 11vh;
        opacity: 0.5;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    .header div,
    nav {
        /* margin: 1rem 0px; */
    }
    nav {
        margin: 1.5em 0 0 0;
    }
    .home {
        /* display: flex; */
        /* align-items: flex-start; */
        /* justify-content: center; */
    }
    .logo {
        text-align: center;
    }
    .p_logo {
        display: flex;
        margin-top: 2rem;
        font-family: cursive;
        justify-content: center;
    }
    .z-text {
        transform: rotateX( 0deg);
        transition: transform 1s ease 0s;
    }
    .z-layer:not(:first-child) {
        color: rgb(69, 79, 144);
    }
    span {
        font-size: 50px;
        letter-spacing: 0px;
    }
    @font-face {
        font-family: DreiDeeSketches;
        src: url("./fonts/dreide.ttf");
    }
    div.container p {
        margin: 0px;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .estilo_letra {
        font-family: "Source Sans Pro", sans-serif;
        color: white;
        font-weight: 400;
    }
    p.span_1 span {}
    p.span_2 span {}
    p.span_3 span {}
    p.span_4 span {
        font-size: 40px;
    }
    p.span_5 span {
        font-size: 40px;
    }
    p.span_6 span {
        font-size: 35px;
    }
    .container {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container1 {
        border: 3px solid black;
        border-radius: 20px;
        opacity: 0.5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container_3d {
        width: 25vw;
        margin: auto;
    }
    .txt_3d_1 {
        font-size: 0rem;
    }
    .txt_3d_2 {}
    .icon>.label {
        display: none;
    }
    /*Nav Icons*/
    .ul_nav li {
        height: auto;
        list-style: none;
        /* width: 13.35em; */
    }
    .ul_nav {
        padding: 0px;
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 30px;
        margin: 0px;
        transform: rotateX(27deg);
        vertical-align: baseline;
        border: 0px;
    }
    .ul_nav li a {
        text-decoration: none;
        color: white;
        font-size: 1rem;
    }
    .ul_nav li a::before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1.75em;
        height: 2.5em;
        line-height: 2.5em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.5em;
    }
    .ul_nav li a:hover {
        font-size: 1.25em;
        transition: 0.2s all ease-out;
    }
    .ul_nav li a:hover::before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    .ul_nav li a:active {
        font-size: 0.95em;
        background: none;
    }
    .ul_nav li a:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        color: rgb(255, 255, 255);
    }
    li {
        list-style: none;
        display: inline-block;
    }
    /*Nav Icons. Fin.*/
    /*Canvas Particulas*/
    canvas {
        display: block;
        vertical-align: bottom;
    }
    /* ---- particles.js container ---- */
    #particles-js {
        position: fixed;
        width: 100%;
        height: 100vh;
    }
    /* ---- stats.js ---- */
    .count-particles {
        background: #000022;
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    .js-count-particles {
        font-size: 1.1em;
    }
    #stats,
    .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    /*Canvas Particulas. Fin.*/
    /*Nav Start*/
    #home_start {
        display: flex;
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        height: auto;
        width: auto;
        align-items: flex-start;
        justify-content: center;
    }
    #nav_start {
        margin: 1em;
        display: none;
    }
    #ul_nav_start {
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 20px;
        text-decoration: none;
        list-style: none;
    }
    #ul_nav_start li {
        font-size: 2rem;
        font-family: 'Source Sans Pro';
        font-weight: 600;
        cursor: pointer;
        color: snow;
        -webkit-text-stroke: 2px #9676d9;
        opacity: 0.95;
        padding: 10px;
        border: 2px solid #ffffffdb;
        border-radius: 2rem;
        list-style: none;
    }
    #ul_nav_start li:hover {
        font-size: 2.35em;
        transition: 0.1s all ease-out;
        text-align: center;
    }
    #ul_nav_start li:before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1em;
        height: 2.6em;
        line-height: 2.6em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.4em;
    }
    #ul_nav_start li:hover:before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    #ul_nav_start li:active {
        font-size: 2em;
        background: none;
    }
    #ul_nav_start li:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        color: rgb(255, 255, 255);
    }
    /*Nav Start. Fin*/
}

@media (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 11vw;
        opacity: 0.5;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
}

@media (max-width: 599px) {
    @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        margin: auto;
        width: auto;
    }
    header {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        /* background: linear-gradient(45deg, rgb(79 168 209 / 29%), rgba(129, 79, 209, 0.7), rgb(79 168 209 / 30%)), url(/img/background.png); */
    }
    .container_home {}
    .nav {
        width: 5rem;
        background: linear-gradient(rgb(159, 213, 239), rgb(53, 122, 151));
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.2) 10px 0px 12px 0px;
    }
    .li_design_nav {
        margin: auto;
    }
    .txt_design_nav {
        text-decoration: none;
        display: flex;
        font-size: 1rem;
        transform: rotate(90deg);
        color: snow;
        font-family: system-ui;
    }
    .txt_design_nav:hover {
        color: rgba(0, 0, 0, 0);
        transition: all 1s ease 0s;
    }
    .bg_header:nth-child(1) {
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        /* border-radius: 3em; */
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
        padding: 4rem;
        padding-left: 0rem;
        display: flex;
        padding-right: 0rem;
        text-align: center;
        justify-content: center;
    }
    .bg_p {
        width: auto;
        background: rgba(53, 122, 151, 0);
        padding: 0px;
    }
    .bg_p p {
        color: snow;
        margin: 0.75em 0 0.25em 0;
        letter-spacing: -0.025em;
        filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
        font-size: 3.6vw;
        /* padding: 0px 10rem; */
        text-align: center;
        opacity: 0.75;
        font-family: system-ui;
        /* margin: 0px; */
    }
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 14vw;
        opacity: 0.5;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    .header div,
    nav {
        /* margin: 1rem 0px; */
    }
    nav {
        margin: 1.5em 0 0 0;
    }
    .home {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .logo {
        text-align: center;
    }
    .p_logo {
        display: flex;
        margin-top: 2rem;
        font-family: cursive;
        justify-content: center;
    }
    .z-text {
        transform: rotateX( 0deg);
        transition: transform 1s ease 0s;
    }
    .z-layer:not(:first-child) {
        color: rgb(69, 79, 144);
    }
    span {
        font-size: 50px;
        letter-spacing: 0px;
    }
    @font-face {
        font-family: DreiDeeSketches;
        src: url("./fonts/dreide.ttf");
    }
    div.container p {
        margin: 0px;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .estilo_letra {
        font-family: "Source Sans Pro", sans-serif;
        color: white;
        font-weight: 400;
    }
    p.span_1 span {}
    p.span_2 span {}
    p.span_3 span {}
    p.span_4 span {
        font-size: 40px;
    }
    p.span_5 span {
        font-size: 40px;
    }
    p.span_6 span {
        font-size: 35px;
    }
    .container {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container1 {
        border: 3px solid black;
        border-radius: 20px;
        opacity: 0.5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container_3d {
        width: 25vw;
        margin: auto;
    }
    .txt_3d_1 {
        font-size: 0rem;
    }
    .txt_3d_2 {}
    .icon>.label {
        display: none;
    }
    /*Nav Icons*/
    .ul_nav li {
        height: auto;
        list-style: none;
        /* width: 13.35em; */
    }
    .ul_nav {
        padding: 0px;
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 20px;
        margin: 0px;
        transform: rotateX(27deg);
        vertical-align: baseline;
        border: 0px;
    }
    .ul_nav li a {
        text-decoration: none;
        color: white;
        font-size: 2.5vw;
    }
    .ul_nav li a::before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1.75em;
        height: 2.5em;
        line-height: 2.5em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.5em;
    }
    .ul_nav li a:hover {
        font-size: 1.6vh;
        transition: 0.2s all ease-out;
    }
    .ul_nav li a:hover::before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    .ul_nav li a:active {
        font-size: 0.95em;
        background: none;
    }
    .ul_nav li a:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        /* color: rgb(255, 255, 255); */
    }
    li {
        list-style: none;
        display: inline-block;
    }
    /*Nav Icons. Fin.*/
    /*Canvas Particulas*/
    canvas {
        display: block;
        vertical-align: bottom;
    }
    /* ---- particles.js container ---- */
    #particles-js {
        position: fixed;
        width: 100%;
        height: 100vh;
    }
    /* ---- stats.js ---- */
    .count-particles {
        background: #000022;
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    .js-count-particles {
        font-size: 1.1em;
    }
    #stats,
    .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    /*Canvas Particulas. Fin.*/
    /*Nav Start*/
    #home_start {
        display: flex;
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        height: auto;
        width: auto;
        align-items: flex-start;
        justify-content: center;
    }
    #nav_start {
        margin: 1em;
    }
    #ul_nav_start {
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 20px;
        text-decoration: none;
        list-style: none;
    }
    #ul_nav_start li {
        font-size: 2rem;
        font-family: 'Source Sans Pro';
        font-weight: 600;
        cursor: pointer;
        color: snow;
        -webkit-text-stroke: 2px #9676d9;
        opacity: 0.95;
        padding: 10px;
        border: 2px solid #ffffffdb;
        border-radius: 2rem;
        list-style: none;
    }
    #ul_nav_start li:hover {
        font-size: 2.35em;
        transition: 0.1s all ease-out;
        text-align: center;
    }
    #ul_nav_start li:before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1em;
        height: 2.6em;
        line-height: 2.6em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.4em;
    }
    #ul_nav_start li:hover:before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    #ul_nav_start li:active {
        font-size: 2em;
        background: none;
    }
    #ul_nav_start li:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        color: rgb(255, 255, 255);
    }
    /*Nav Start. Fin*/
}

@media (max-width: 400px) {
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 6vw;
        opacity: 0.5;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        margin: auto;
        width: auto;
    }
    header {
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        /* background: linear-gradient(45deg, rgb(79 168 209 / 29%), rgba(129, 79, 209, 0.7), rgb(79 168 209 / 30%)), url(/img/background.png); */
    }
    .container_home {}
    .nav {
        width: 5rem;
        background: linear-gradient(rgb(159, 213, 239), rgb(53, 122, 151));
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.2) 10px 0px 12px 0px;
    }
    .li_design_nav {
        margin: auto;
    }
    .txt_design_nav {
        text-decoration: none;
        display: flex;
        font-size: 1rem;
        transform: rotate(90deg);
        color: snow;
        font-family: system-ui;
    }
    .txt_design_nav:hover {
        color: rgba(0, 0, 0, 0);
        transition: all 1s ease 0s;
    }
    .bg_header:nth-child(1) {
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        /* border-radius: 3em; */
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
        padding: 4vh;
        padding-left: 0rem;
        display: flex;
        padding-right: 0rem;
        text-align: center;
        justify-content: center;
    }
    .bg_p {
        width: auto;
        background: rgba(53, 122, 151, 0);
        padding: 0px;
    }
    .bg_p p {
        color: snow;
        margin: 0px;
        margin-bottom: 3vh;
        letter-spacing: -0.025em;
        filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
        font-size: 1.9vh;
        padding-left: 7px;
        padding-right: 7px;
        /* padding: 0px 10rem; */
        text-align: center;
        opacity: 0.75;
        font-family: system-ui;
        /* margin: 0px; */
    }
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 6.7vh;
        opacity: 0.5;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    .header div,
    nav {
        /* margin: 1rem 0px; */
    }
    nav {
        margin: 0 0 0 0;
    }
    .home {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .logo {
        text-align: center;
    }
    .p_logo {
        display: flex;
        margin-top: 2rem;
        font-family: cursive;
        justify-content: center;
    }
    .z-text {
        transform: rotateX( 0deg);
        transition: transform 1s ease 0s;
    }
    .z-layer:not(:first-child) {
        color: rgb(69, 79, 144);
    }
    span {
        font-size: 50px;
        letter-spacing: 0px;
    }
    @font-face {
        font-family: DreiDeeSketches;
        src: url("./fonts/dreide.ttf");
    }
    div.container p {
        margin: 0px;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .estilo_letra {
        font-family: "Source Sans Pro", sans-serif;
        color: white;
        font-weight: 400;
    }
    p.span_1 span {}
    p.span_2 span {}
    p.span_3 span {}
    p.span_4 span {
        font-size: 40px;
    }
    p.span_5 span {
        font-size: 40px;
    }
    p.span_6 span {
        font-size: 35px;
    }
    .container {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container1 {
        border: 3px solid black;
        border-radius: 20px;
        opacity: 0.5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container_3d {
        width: 25vw;
        margin: auto;
    }
    .txt_3d_1 {
        font-size: 0rem;
    }
    .txt_3d_2 {}
    .icon>.label {
        display: none;
    }
    /*Nav Icons*/
    .ul_nav li {
        height: auto;
        list-style: none;
        /* width: 13.35em; */
    }
    .ul_nav {
        padding: 0px;
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 15px;
        margin: 0px;
        transform: rotateX(27deg);
        vertical-align: baseline;
        border: 0px;
    }
    .ul_nav li a {
        text-decoration: none;
        color: white;
        font-size: 2.9vw;
    }
    .ul_nav li a::before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1.75em;
        height: 2.5em;
        line-height: 2.5em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.5em;
    }
    .ul_nav li a:hover {
        font-size: 3.9vw;
        transition: 0.2s all ease-out;
    }
    .ul_nav li a:hover::before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    .ul_nav li a:active {
        font-size: 0.65em;
        background: none;
    }
    .ul_nav li a:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        color: rgb(255, 255, 255);
    }
    li {
        list-style: none;
        display: inline-block;
    }
    /*Nav Icons. Fin.*/
    /*Canvas Particulas*/
    canvas {
        display: block;
        vertical-align: bottom;
    }
    /* ---- particles.js container ---- */
    #particles-js {
        position: fixed;
        width: 100%;
        height: 100vh;
    }
    /* ---- stats.js ---- */
    .count-particles {
        background: #000022;
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    .js-count-particles {
        font-size: 1.1em;
    }
    #stats,
    .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    /*Canvas Particulas. Fin.*/
}

header,
section,
footer {
    width: 100%;
    z-index: 999;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#acerca {
    height: 100vh;
    position: relative;
    display: none;
    z-index: 0;
    overflow: hidden;
    /* top: 138px; */
}

.container_home {}

.nav {
    width: 5rem;
    background: linear-gradient(rgb(159, 213, 239), rgb(53, 122, 151));
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 10px 0px 12px 0px;
}

.li_design_nav {
    margin: auto;
}

.txt_design_nav {
    text-decoration: none;
    display: flex;
    font-size: 1rem;
    transform: rotate(90deg);
    color: snow;
    font-family: system-ui;
}

.txt_design_nav:hover {
    color: rgba(0, 0, 0, 0);
    transition: all 1s ease 0s;
}

.bg_header:nth-child(1) {
    background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
    /* border-radius: 3em; */
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
    padding: 4rem;
    padding-left: 0rem;
    width: 100%;
    display: flex;
    padding-right: 0rem;
    text-align: center;
    justify-content: center;
}

.bg_p {
    width: auto;
    background: rgba(53, 122, 151, 0);
    padding: 0px;
}

.bg_p p {
    color: snow;
    margin: 0.75em 0 0.25em 0;
    letter-spacing: -0.025em;
    filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
    font-size: 1.75rem;
    /* padding: 0px 10rem; */
    text-align: center;
    opacity: 0.75;
    font-family: system-ui;
    /* margin: 0px; */
}

.header div,
nav {
    /* margin: 1rem 0px; */
}

nav {
    margin: 1.5em 0 0 0;
}

.home {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}

.logo {
    text-align: center;
}

.p_logo {
    display: flex;
    margin-top: 2rem;
    font-family: cursive;
    justify-content: center;
}

.z-text {
    transform: rotateX( 0deg);
    transition: transform 1s ease 0s;
}

.z-layer:not(:first-child) {
    color: rgb(69, 79, 144);
}

span {
    font-size: 50px;
    letter-spacing: 0px;
}

@font-face {
    font-family: DreiDeeSketches;
    src: url("./fonts/dreide.ttf");
}

div.container p {
    margin: 0px;
    padding-top: 2vh;
    padding-bottom: 2vh;
}

.estilo_letra {
    font-family: "Source Sans Pro", sans-serif;
    color: white;
    font-weight: 400;
}

p.span_1 span {}

p.span_2 span {}

p.span_3 span {}

p.span_4 span {
    font-size: 40px;
}

p.span_5 span {
    font-size: 40px;
}

p.span_6 span {
    font-size: 35px;
}

.container {
    display: flex;
    height: auto;
    background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
    margin-left: auto;
    margin-right: auto;
    margin-top: 115px;
    /* margin-bottom: auto; */
    flex-direction: column;
    padding: 30px;
    justify-content: center;
    align-items: center;
}

.container1 {
    border: 3px solid black;
    border-radius: 20px;
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container_3d {
    width: 25vw;
    margin: auto;
}

.txt_3d_1 {
    font-size: 0rem;
}

.txt_3d_2 {}

.icon>.label {
    display: none;
}


/*Nav Icons*/

.ul_nav li {
    height: auto;
    list-style: none;
    /* width: 13.35em; */
}

.ul_nav {
    padding: 0px;
    display: inline-grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 50px;
    margin: 0px;
    transform: rotateX(27deg);
    vertical-align: baseline;
    border: 0px;
}

.ul_nav li a {
    text-decoration: none;
    color: white;
    font-size: 3.5vh;
    transition: 0.2s all ease-out;
}

.ul_nav li a:before {
    border-radius: 100%;
    border: 1px solid rgb(255, 255, 255);
    display: block;
    font-size: 1em;
    height: 2.6em;
    line-height: 2.6em;
    position: relative;
    text-align: center;
    top: 0px;
    width: 2.4em;
}

.ul_nav li a:hover {
    font-size: 2.55em;
}

.ul_nav li a:hover:before {
    background-color: rgba(255, 255, 255, 0.176);
    color: rgb(255, 255, 255);
}

.ul_nav li a:active {
    font-size: 1.5em;
    background: none;
}

.ul_nav li a:active::before {
    background-color: rgba(255, 255, 255, 0.35);
    color: rgb(255, 255, 255);
}

li {
    list-style: none;
    display: inline-block;
}


/*Nav Icons. Fin.*/


/*Canvas Particulas*/

canvas {
    display: block;
    vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
    position: fixed;
    width: 100%;
    height: 100vh;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/*Nav Start*/

#home_start {
    display: flex;
    background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
    height: 100%;
    width: auto;
    align-items: flex-start;
    justify-content: center;
}

#nav_start {
    margin: 1em;
    display: none;
}

#ul_nav_start {
    display: inline-grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 20px;
    text-decoration: none;
    list-style: none;
}

#ul_nav_start li {
    font-size: 2rem;
    font-family: 'Source Sans Pro';
    font-weight: 600;
    cursor: pointer;
    color: snow;
    -webkit-text-stroke: 2px #9676d9;
    opacity: 0.95;
    padding: 10px;
    border: 2px solid #ffffffdb;
    border-radius: 2rem;
    list-style: none;
}

#ul_nav_start li:hover {
    font-size: 2.35em;
    transition: 0.1s all ease-out;
    text-align: center;
}

#ul_nav_start li:before {
    border-radius: 100%;
    border: 1px solid rgb(255, 255, 255);
    display: block;
    font-size: 1em;
    height: 2.6em;
    line-height: 2.6em;
    position: relative;
    text-align: center;
    top: 0px;
    width: 2.4em;
}

#ul_nav_start li:hover:before {
    background-color: rgba(255, 255, 255, 0.176);
    color: rgb(255, 255, 255);
}

#ul_nav_start li:active {
    font-size: 2em;
    background: none;
}

#ul_nav_start li:active::before {
    background-color: rgba(255, 255, 255, 0.35);
    color: rgb(255, 255, 255);
}


/*Nav Start. Fin*/


/*Nav Mobile.*/

.menu_start_mobile {
    background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
    height: 100%;
    margin: 0px;
    width: 100vw;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ee82eeb5;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .6);
    justify-content: center;
}

.menu_items_mobile {
    display: flex;
    list-style: none;
}

.menu_items_mobile li {
    border-radius: 3px;
    margin: 0 5px;
}

.menu_items_mobile li a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 5px;
    display: block;
    text-transform: uppercase;
    color: white;
    font-family: "Source Sans Pro", sans-serif;
}

.menu_items_mobile li:hover,
li.active {
    background-color: rgb(146 113 212 / 80%);
    border-radius: 0;
    transition: .4s;
}

.btn_menu {
    margin-right: 30px;
    font-size: 30px;
    color: snow;
    cursor: pointer;
    display: none;
}

ul.show {
    top: 81px;
    z-index: 10;
}

@media screen and (max-width: 952px) {
    .logo {
        font-size: 30px;
        padding-left: 35px;
    }
    .menu_items_mobile li a {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 858px) {
    .menu_start_mobile {
        justify-content: space-between;
    }
    .btn_menu {
        display: inline-flex;
        margin-left: 2rem;
    }
    .menu_items_mobile {
        position: fixed;
        width: 100vw;
        height: calc(100% - 65px);
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        top: -100vh;
        text-align: center;
        transition: all .4s;
        flex-direction: column;
    }
    .menu_items_mobile li {
        margin: 30px 0 0 0;
        line-height: 30px;
    }
    .menu_items li:hover {
        background: none;
    }
    .menu_items_mobile li a {
        font-size: 20px;
        color: #fff;
        font-weight: bold;
    }
    .menu_items_mobile li a:hover {
        color: #f0b3ff;
    }
    .logo {
        font-size: 25px;
        padding-left: 35px;
    }
}

@media screen and (max-width: 858px) and (orientation: landscape) {
    .menu_items_mobile li {
        margin: 5px 0 0 0;
    }
    .menu_items_mobile {
        overflow: scroll;
        height: calc(100% - 65px);
    }
}


/*Nav Mobile. Fin*/


/*Canvas Particulas. Fin.*/

@media (min-width: 600px) and (max-width: 1023px) {
    @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        margin: auto;
        width: auto;
    }
    header {
        width: 100%;
        /* height: auto; */
        position: sticky;
        top: 0;
        margin: 0 auto;
        /* background: linear-gradient(45deg, rgb(79 168 209 / 29%), rgba(129, 79, 209, 0.7), rgb(79 168 209 / 30%)), url(/img/background.png); */
    }
    .container_home {}
    .nav {
        width: 5rem;
        background: linear-gradient(rgb(159, 213, 239), rgb(53, 122, 151));
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.2) 10px 0px 12px 0px;
    }
    .li_design_nav {
        margin: auto;
    }
    .txt_design_nav {
        text-decoration: none;
        display: flex;
        font-size: 1rem;
        transform: rotate(90deg);
        color: snow;
        font-family: system-ui;
    }
    .txt_design_nav:hover {
        color: rgba(0, 0, 0, 0);
        transition: all 1s ease 0s;
    }
    .bg_header:nth-child(1) {
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
        padding: 3rem;
        padding-left: 0rem;
        display: flex;
        padding-right: 0rem;
        text-align: center;
        justify-content: center;
    }
    .bg_p {
        width: auto;
        background: rgba(53, 122, 151, 0);
        padding: 0px;
    }
    .bg_p p {
        color: snow;
        margin: 0.75em 0 0.25em 0;
        letter-spacing: -0.025em;
        filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
        font-size: 1.5rem;
        /* padding: 0px 10rem; */
        text-align: center;
        opacity: 0.75;
        font-family: system-ui;
        /* margin: 0px; */
    }
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 11vh;
        opacity: 0.5;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    .header div,
    nav {
        /* margin: 1rem 0px; */
    }
    nav {
        margin: 1.5em 0 0 0;
    }
    .home {
        /* display: flex; */
        /* align-items: flex-start; */
        /* justify-content: center; */
    }
    .logo {
        text-align: center;
    }
    .p_logo {
        display: flex;
        margin-top: 2rem;
        font-family: cursive;
        justify-content: center;
    }
    .z-text {
        transform: rotateX( 0deg);
        transition: transform 1s ease 0s;
    }
    .z-layer:not(:first-child) {
        color: rgb(69, 79, 144);
    }
    span {
        font-size: 50px;
        letter-spacing: 0px;
    }
    @font-face {
        font-family: DreiDeeSketches;
        src: url("./fonts/dreide.ttf");
    }
    div.container p {
        margin: 0px;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .estilo_letra {
        font-family: "Source Sans Pro", sans-serif;
        color: white;
        font-weight: 400;
    }
    p.span_1 span {}
    p.span_2 span {}
    p.span_3 span {}
    p.span_4 span {
        font-size: 40px;
    }
    p.span_5 span {
        font-size: 40px;
    }
    p.span_6 span {
        font-size: 35px;
    }
    .container {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container1 {
        border: 3px solid black;
        border-radius: 20px;
        opacity: 0.5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container_3d {
        width: 25vw;
        margin: auto;
    }
    .txt_3d_1 {
        font-size: 0rem;
    }
    .txt_3d_2 {}
    .icon>.label {
        display: none;
    }
    /*Nav Icons*/
    .ul_nav li {
        height: auto;
        list-style: none;
        /* width: 13.35em; */
    }
    .ul_nav {
        padding: 0px;
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 30px;
        margin: 0px;
        transform: rotateX(27deg);
        vertical-align: baseline;
        border: 0px;
    }
    .ul_nav li a {
        text-decoration: none;
        color: white;
        font-size: 1rem;
    }
    .ul_nav li a::before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1.75em;
        height: 2.5em;
        line-height: 2.5em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.5em;
    }
    .ul_nav li a:hover {
        font-size: 1.25em;
        transition: 0.2s all ease-out;
    }
    .ul_nav li a:hover::before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    .ul_nav li a:active {
        font-size: 0.95em;
        background: none;
    }
    .ul_nav li a:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        color: rgb(255, 255, 255);
    }
    li {
        list-style: none;
        display: inline-block;
    }
    /*Nav Icons. Fin.*/
    /*Canvas Particulas*/
    canvas {
        display: block;
        vertical-align: bottom;
    }
    /* ---- particles.js container ---- */
    #particles-js {
        position: fixed;
        width: 100%;
        height: 100vh;
    }
    /* ---- stats.js ---- */
    .count-particles {
        background: #000022;
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    .js-count-particles {
        font-size: 1.1em;
    }
    #stats,
    .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    /*Canvas Particulas. Fin.*/
    /*Nav Start*/
    #home_start {
        display: flex;
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        height: 100%;
        width: auto;
        align-items: flex-start;
        justify-content: center;
    }
    #nav_start {
        margin: 1em;
        display: none;
    }
    #ul_nav_start {
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 20px;
        text-decoration: none;
        list-style: none;
    }
    #ul_nav_start li {
        font-size: 2rem;
        font-family: 'Source Sans Pro';
        font-weight: 600;
        cursor: pointer;
        color: snow;
        -webkit-text-stroke: 2px #9676d9;
        opacity: 0.95;
        padding: 10px;
        border: 2px solid #ffffffdb;
        border-radius: 2rem;
        list-style: none;
    }
    #ul_nav_start li:hover {
        font-size: 2.35em;
        transition: 0.1s all ease-out;
        text-align: center;
    }
    #ul_nav_start li:before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1em;
        height: 2.6em;
        line-height: 2.6em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.4em;
    }
    #ul_nav_start li:hover:before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    #ul_nav_start li:active {
        font-size: 2em;
        background: none;
    }
    #ul_nav_start li:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        color: rgb(255, 255, 255);
    }
    /*Nav Start. Fin*/
}

@media (min-width: 600px) and (max-width: 1023px) and (orientation: landscape) {
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 11vw;
        opacity: 0.5;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
}

@media (max-width: 599px) {
    @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        margin: auto;
        width: auto;
    }
    header {
        width: 100%;
        margin: 0 auto;
        /* background: linear-gradient(45deg, rgb(79 168 209 / 29%), rgba(129, 79, 209, 0.7), rgb(79 168 209 / 30%)), url(/img/background.png); */
    }
    .container_home {}
    .nav {
        width: 5rem;
        background: linear-gradient(rgb(159, 213, 239), rgb(53, 122, 151));
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.2) 10px 0px 12px 0px;
    }
    .li_design_nav {
        margin: auto;
    }
    .txt_design_nav {
        text-decoration: none;
        display: flex;
        font-size: 1rem;
        transform: rotate(90deg);
        color: snow;
        font-family: system-ui;
    }
    .txt_design_nav:hover {
        color: rgba(0, 0, 0, 0);
        transition: all 1s ease 0s;
    }
    .bg_header:nth-child(1) {
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        /* border-radius: 3em; */
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
        padding: 4rem;
        padding-left: 0rem;
        display: flex;
        padding-right: 0rem;
        text-align: center;
        justify-content: center;
    }
    .bg_p {
        width: auto;
        background: rgba(53, 122, 151, 0);
        padding: 0px;
    }
    .bg_p p {
        color: snow;
        margin: 0.75em 0 0.25em 0;
        letter-spacing: -0.025em;
        filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
        font-size: 3.6vw;
        /* padding: 0px 10rem; */
        text-align: center;
        opacity: 0.75;
        font-family: system-ui;
        /* margin: 0px; */
    }
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 14vw;
        opacity: 0.5;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    .header div,
    nav {
        /* margin: 1rem 0px; */
    }
    nav {
        margin: 1.5em 0 0 0;
    }
    .home {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .logo {
        text-align: center;
    }
    .p_logo {
        display: flex;
        margin-top: 2rem;
        font-family: cursive;
        justify-content: center;
    }
    .z-text {
        transform: rotateX( 0deg);
        transition: transform 1s ease 0s;
    }
    .z-layer:not(:first-child) {
        color: rgb(69, 79, 144);
    }
    span {
        font-size: 50px;
        letter-spacing: 0px;
    }
    @font-face {
        font-family: DreiDeeSketches;
        src: url("./fonts/dreide.ttf");
    }
    div.container p {
        margin: 0px;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .estilo_letra {
        font-family: "Source Sans Pro", sans-serif;
        color: white;
        font-weight: 400;
    }
    p.span_1 span {}
    p.span_2 span {}
    p.span_3 span {}
    p.span_4 span {
        font-size: 40px;
    }
    p.span_5 span {
        font-size: 40px;
    }
    p.span_6 span {
        font-size: 35px;
    }
    .container {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container1 {
        border: 3px solid black;
        border-radius: 20px;
        opacity: 0.5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container_3d {
        width: 25vw;
        margin: auto;
    }
    .txt_3d_1 {
        font-size: 0rem;
    }
    .txt_3d_2 {}
    .icon>.label {
        display: none;
    }
    /*Nav Icons*/
    .ul_nav li {
        height: auto;
        list-style: none;
        /* width: 13.35em; */
    }
    .ul_nav {
        padding: 0px;
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 20px;
        margin: 0px;
        transform: rotateX(27deg);
        vertical-align: baseline;
        border: 0px;
    }
    .ul_nav li a {
        text-decoration: none;
        color: white;
        font-size: 2.5vw;
    }
    .ul_nav li a::before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1.75em;
        height: 2.5em;
        line-height: 2.5em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.5em;
    }
    .ul_nav li a:hover {
        font-size: 1.6vh;
        transition: 0.2s all ease-out;
    }
    .ul_nav li a:hover::before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    .ul_nav li a:active {
        font-size: 0.95em;
        background: none;
    }
    .ul_nav li a:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        /* color: rgb(255, 255, 255); */
    }
    li {
        list-style: none;
        display: inline-block;
    }
    /*Nav Icons. Fin.*/
    /*Canvas Particulas*/
    canvas {
        display: block;
        vertical-align: bottom;
    }
    /* ---- particles.js container ---- */
    #particles-js {
        position: fixed;
        width: 100%;
        height: 100vh;
    }
    /* ---- stats.js ---- */
    .count-particles {
        background: #000022;
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    .js-count-particles {
        font-size: 1.1em;
    }
    #stats,
    .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    /*Canvas Particulas. Fin.*/
    /*Nav Start*/
    #home_start {
        display: flex;
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        height: 100%;
        width: auto;
        align-items: flex-start;
        justify-content: center;
    }
    #nav_start {
        margin: 1em;
    }
    #ul_nav_start {
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 20px;
        text-decoration: none;
        list-style: none;
    }
    #ul_nav_start li {
        font-size: 2rem;
        font-family: 'Source Sans Pro';
        font-weight: 600;
        cursor: pointer;
        color: snow;
        -webkit-text-stroke: 2px #9676d9;
        opacity: 0.95;
        padding: 10px;
        border: 2px solid #ffffffdb;
        border-radius: 2rem;
        list-style: none;
    }
    #ul_nav_start li:hover {
        font-size: 2.35em;
        transition: 0.1s all ease-out;
        text-align: center;
    }
    #ul_nav_start li:before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1em;
        height: 2.6em;
        line-height: 2.6em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.4em;
    }
    #ul_nav_start li:hover:before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    #ul_nav_start li:active {
        font-size: 2em;
        background: none;
    }
    #ul_nav_start li:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        color: rgb(255, 255, 255);
    }
    /*Nav Start. Fin*/
}

@media (max-width: 400px) {
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 6vw;
        opacity: 0.5;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900");
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        margin: auto;
        width: auto;
    }
    header {
        width: 100%;
        margin: 0 auto;
        /* background: linear-gradient(45deg, rgb(79 168 209 / 29%), rgba(129, 79, 209, 0.7), rgb(79 168 209 / 30%)), url(/img/background.png); */
    }
    .container_home {}
    .nav {
        width: 5rem;
        background: linear-gradient(rgb(159, 213, 239), rgb(53, 122, 151));
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.2) 10px 0px 12px 0px;
    }
    .li_design_nav {
        margin: auto;
    }
    .txt_design_nav {
        text-decoration: none;
        display: flex;
        font-size: 1rem;
        transform: rotate(90deg);
        color: snow;
        font-family: system-ui;
    }
    .txt_design_nav:hover {
        color: rgba(0, 0, 0, 0);
        transition: all 1s ease 0s;
    }
    .bg_header:nth-child(1) {
        background: linear-gradient(45deg, rgba(79, 168, 209, 0.3), rgba(129, 79, 209, 0.7), rgba(79, 168, 209, 0.3));
        /* border-radius: 3em; */
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
        padding: 4vh;
        padding-left: 0rem;
        display: flex;
        padding-right: 0rem;
        text-align: center;
        justify-content: center;
    }
    .bg_p {
        width: auto;
        background: rgba(53, 122, 151, 0);
        padding: 0px;
    }
    .bg_p p {
        color: snow;
        margin: 0px;
        margin-bottom: 3vh;
        letter-spacing: -0.025em;
        filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
        font-size: 1.9vh;
        padding-left: 7px;
        padding-right: 7px;
        /* padding: 0px 10rem; */
        text-align: center;
        opacity: 0.75;
        font-family: system-ui;
        /* margin: 0px; */
    }
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 6.7vh;
        opacity: 0.5;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    .header div,
    nav {
        /* margin: 1rem 0px; */
    }
    nav {
        margin: 0 0 0 0;
    }
    .home {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .logo {
        text-align: center;
    }
    .p_logo {
        display: flex;
        margin-top: 2rem;
        font-family: cursive;
        justify-content: center;
    }
    .z-text {
        transform: rotateX( 0deg);
        transition: transform 1s ease 0s;
    }
    .z-layer:not(:first-child) {
        color: rgb(69, 79, 144);
    }
    span {
        font-size: 50px;
        letter-spacing: 0px;
    }
    @font-face {
        font-family: DreiDeeSketches;
        src: url("./fonts/dreide.ttf");
    }
    div.container p {
        margin: 0px;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }
    .estilo_letra {
        font-family: "Source Sans Pro", sans-serif;
        color: white;
        font-weight: 400;
    }
    p.span_1 span {}
    p.span_2 span {}
    p.span_3 span {}
    p.span_4 span {
        font-size: 40px;
    }
    p.span_5 span {
        font-size: 40px;
    }
    p.span_6 span {
        font-size: 35px;
    }
    .container {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .container1 {
        border: 3px solid black;
        border-radius: 20px;
        opacity: 0.5;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .container_3d {
        width: 25vw;
        margin: auto;
    }
    .txt_3d_1 {
        font-size: 0rem;
    }
    .txt_3d_2 {}
    .icon>.label {
        display: none;
    }
    /*Nav Icons*/
    .ul_nav li {
        height: auto;
        list-style: none;
        /* width: 13.35em; */
    }
    .ul_nav {
        padding: 0px;
        display: inline-grid;
        grid-template-columns: repeat(5, auto);
        grid-gap: 15px;
        margin: 0px;
        transform: rotateX(27deg);
        vertical-align: baseline;
        border: 0px;
    }
    .ul_nav li a {
        text-decoration: none;
        color: white;
        font-size: 2.9vw;
    }
    .ul_nav li a::before {
        border-radius: 100%;
        border: 1px solid rgb(255, 255, 255);
        display: block;
        font-size: 1.75em;
        height: 2.5em;
        line-height: 2.5em;
        position: relative;
        text-align: center;
        top: 0px;
        width: 2.5em;
    }
    .ul_nav li a:hover {
        font-size: 3.9vw;
        transition: 0.2s all ease-out;
    }
    .ul_nav li a:hover::before {
        background-color: rgba(255, 255, 255, 0.176);
        color: rgb(255, 255, 255);
    }
    .ul_nav li a:active {
        font-size: 0.65em;
        background: none;
    }
    .ul_nav li a:active::before {
        background-color: rgba(255, 255, 255, 0.35);
        color: rgb(255, 255, 255);
    }
    li {
        list-style: none;
        display: inline-block;
    }
    /*Nav Icons. Fin.*/
    /*Canvas Particulas*/
    canvas {
        display: block;
        vertical-align: bottom;
    }
    /* ---- particles.js container ---- */
    #particles-js {
        position: fixed;
        width: 100%;
        height: 100vh;
    }
    /* ---- stats.js ---- */
    .count-particles {
        background: #000022;
        position: absolute;
        top: 48px;
        left: 0;
        width: 80px;
        color: #13E8E9;
        font-size: .8em;
        text-align: left;
        text-indent: 4px;
        line-height: 14px;
        padding-bottom: 2px;
        font-family: Helvetica, Arial, sans-serif;
        font-weight: bold;
    }
    .js-count-particles {
        font-size: 1.1em;
    }
    #stats,
    .count-particles {
        -webkit-user-select: none;
        margin-top: 5px;
        margin-left: 5px;
    }
    #stats {
        border-radius: 3px 3px 0 0;
        overflow: hidden;
    }
    .count-particles {
        border-radius: 0 0 3px 3px;
    }
    /*Canvas Particulas. Fin.*/
}

@media screen and (max-height: 800px) {
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 9vh;
        opacity: 0.5;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
}

@media screen and (max-height: 583px) {
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 11.7vh;
        opacity: 0.5;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    .bg_p p {
        color: snow;
        margin: 0px;
        margin-bottom: 3vh;
        letter-spacing: -0.025em;
        filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
        font-size: 3.5vw;
        padding-left: 7px;
        padding-right: 7px;
        /* padding: 0px 10rem; */
        text-align: center;
        opacity: 0.75;
        font-family: system-ui;
        /* margin: 0px; */
    }
}

@media screen and (max-height: 471px) {
    #txt_h1 {
        margin: 0px;
        /* color: transparent; */
        font-size: 13.7vw;
        opacity: 0.5;
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        letter-spacing: -0.035em;
        line-height: 1em;
        font-family: "Source Sans Pro", sans-serif;
    }
    .bg_p p {
        color: snow;
        margin: 0px;
        margin-bottom: 3vh;
        letter-spacing: -0.025em;
        filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 4px 3px);
        font-size: 3.5vw;
        padding-left: 7px;
        padding-right: 7px;
        /* padding: 0px 10rem; */
        text-align: center;
        opacity: 0.75;
        font-family: system-ui;
        /* margin: 0px; */
    }
}
