/*-- GENERALES --*/

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://miweb.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src:  local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://miweb.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://miweb.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://miweb.com/MaterialIcons-Regular.ttf) format('truetype');}

@font-face{
    font-family:"Dekar";
    font-weight: 400;
    src:url(https://res.cloudinary.com/drrmiuvp2/raw/upload/v1683831165/DekarRegular400_arbbdu.otf) format('opentype');}

html{
    scroll-behavior: smooth;}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;}

body{
    background: rgba(1,5,10,1);
    font-family: "Dekar", sans-serif;
    width: 100vw;
    overflow-x: hidden;}

.container{
    width: 100vw;
    overflow-y:scroll;
    overflow-x: hidden;}

section{
    position: relative;
    width: 100vw;
    height: 100vh;}


/*-- SECCIÓN 1 - HOME --*/

.container_1{
    max-width: 100vw;
    height: 100vh;}


/*-- CSS PARTICLES LOGO --*/
#tsparticles1 {
    position: absolute;
    width: 100%;
    height: 50%;
    margin-top: 0px;
    z-index: 1;}

#tsparticles2{
    display: none;
}

#tsparticles3{
    display: none;
}

#home{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    align-content: center;}

.home_inferior_responsive{
    display: none;}

.logo_responsive{
    display: none;}

.texto_responsive{
    display: none;}

.home_inferior{
    width: 400px;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 460px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: opacity .3s;}

.home_inferior:hover {
    opacity: .5;}

#home .logo_boton{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    height: 132px;
    background-image: url(../img/definodes-website-favicon-color.svg);
    background-size: 80%;
    background-position: center center;
    background-repeat: no-repeat;}

.texto_boton a{
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none;
    color: white;
    font-size: 33px;}

.texto_boton a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0%;
    width: 100%;
    height: 2px;
    background: #00ffff;
    transition: right .8s;}

.texto_boton a:hover:after {
    opacity: .5;    
    right: -100%;}

.home_inferior a:hover {
    opacity: .5;}


/*-- BOTÓN "SABER MÁS" SECCIÓN HOME --*/

.enlace1{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    height: 80px;
    display: flex;
    align-content: center;
    align-items: flex-end;
    justify-content: space-around;
    justify-items: center;}

#home .enlace1 a {
    position: absolute;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;}

#home .enlace1 a:hover {
    opacity: .5;}

#home .flecha1 {
    position: absolute;
    top: 22px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #00ffff;
    border-bottom: 3px solid #00ffff;
    transform: rotate(-45deg);
    box-sizing: border-box;}

#home .flecha2 {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #00ffff;
    border-bottom: 3px solid #00ffff;
    transform: rotate(-45deg);
    box-sizing: border-box;}


/*-- CSS PARTICLES FONDO --*/

#particles-js{
    width: 100%;
    height: 100vh;
    background: rgb(0,44,91);
    background: radial-gradient(circle, rgba(0,44,91,1) 0%, rgba(1,5,10,1) 100%);
    position: fixed;
    top: 0;
    z-index: -1;}


/*-- RESPONSIVE SECCIÓN HOME --*/

@media screen and (min-width: 350px) and (max-width: 550px){
        .home_inferior, .logo_boton, .texto_boton, #tsparticles1, #tsparticles2, #tsparticles3{
            display: none;}
    
        #home{
            width: 100%;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content: space-around;}
        
        .home_inferior_responsive{
            width: 100%;
            height: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            margin-top: 50px;}
    
        #tsparticles {
            width: 100%;
            height: 100%;}
        
        .texto_responsive{
            display: block;
            width: 250px;
            height: 80px;
            margin-top: 430px;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            line-height: 86.5px;
            top: 50%;
            background-color: #00ffff;
            z-index: 1}
    
        .texto_responsive a{
            text-align: center;
            font-size: 23px;
            text-decoration: none;
            color: #01050a;}

        .enlace1{
            width: 100%;
            height: 50px;
            margin-top: 0px;
            margin-left: 0px;
            margin-right: auto;}
}

@media screen and (min-width: 551px) and (max-width: 1023px){
        #tsparticles1, #tsparticles3{
            display: none;}
    
        #tsparticles2 {
            display: block;
            position: absolute;
            width: 100%;
            height: 50%;
            margin-top: 0px;
            z-index: 1;}
    
        .container_1{
            width: 100vw;
            height: 895px;}
    
        #particles-js{
            width: 100%;
            height: 895px;}
    
        #home{
            height: 850px;
            flex-direction: column;
            justify-content: space-around;
            justify-items: center;
            align-items: center;
            align-content: center;}

        .home_inferior{
            width: 400px;
            height: 230px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 450px;
            margin-bottom: 30px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            transition: opacity .3s;}
    
        .texto_boton a{
            font-size: 30px;}

        .home_inferior:hover {
            opacity: .5;}

        #home .logo_boton{
            width: 200px;
            height: 125px;
            background-size: 75%;}
}

@media screen and (min-width: 1024px) and (max-width: 1400px){
        #tsparticles1, #tsparticles2, #tsparticles{
            display: none;}
    
        #tsparticles3 {
            display: block;
            position: absolute;
            width: 100%;
            height: 50%;
            margin-top: 0px;
            z-index: 1;}
    
        .container_1{
            width: 100vw;
            height: 885px;}
    
        .texto_boton a{
            font-size: 40px;}
    
        .home_inferior{
            width: 400px;
            height: 230px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 390px;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            transition: opacity .3s;}
    
        #particles-js{
            width: 100%;
            height: 100vh;}

         #home{
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            align-content: center;}
}


/*-- SECCIÓN 2 - OBJETIVOS --*/

.container_2{
    width: 100vw;
    height: 100vh;
    background: rgb(0,44,91);
    background: radial-gradient(circle, rgba(0,44,91,1) 0%, rgba(1,5,10,1) 100%);}

#objetivos{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;}

.superior{
    max-width: 1200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-content: space-between;}

.centro{
    width: 400px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/OBJETIVOS.png);
    background-size: 275%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1111111}

.centro2{
    display: none;}

.centro h2{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 220px;
    margin-left: 50px;}

.inferior{
    max-width: 1200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;}

.nosotros{
    max-width: 375px;
    margin-left: -250px;
    margin-right: 300px;
    height: auto;
    color: white;}

.linea {
    border-top: 2px solid rgba(0,44,91);
    height: 1px;
    padding: 0;
    margin: -20px 0 20px 0;}

.linea::after {
    content: '';
    height: 2px;
    width: 400px;
    background-color: rgba(0,44,91);
    display: block;
    transform: rotateZ(45deg);
    margin-top: 139px;
    margin-left: 317px;}

.nosotros h2{
    padding-top: 50px;
    font-size: 35px;
    padding-bottom: 35px;}

.nosotros p{
    font-size: 24px;}

.infraestructura{
    max-width: 375px;
    margin-right: -250px;
    margin-left: 300px;
    height: auto;
    color: white;}

.infraestructura h2{
    text-align: right;
    padding-top: 50px;
    font-size: 35px;
    padding-bottom: 35px;}

.infraestructura p{
    font-size: 24px;
    text-align: right;}

.linea2 {
    border-top: 2px solid rgba(0,44,91);
    height: 1px;
    padding: 0;
    margin: -20px 0 20px 0;}

.linea2::after {
    content: '';
    height: 2px;
    width: 400px;
    background-color: rgba(0,44,91);
    display: block;
    transform: rotateZ(-45deg);
    margin-top: 139px;
    margin-left: -340px;}

.creadores{
    max-width: 375px;
    margin-left: -250px;
    margin-right: 300px;
    margin-top: -255px;
    height: auto;
    color: white;}

.creadores h2{
    padding-top: 50px;
    font-size: 35px;
    padding-bottom: 35px;}

.creadores p{
    font-size: 24px;}

.linea3 {
  border-top: 2px solid rgba(0,44,91);
  height: 1px;
  padding: 0;
  margin: -20px 0 20px 0;}

.linea3::after {
    content: '';
    height: 2px;
    width: 300px;
    background-color: rgba(0,44,91);
    display: block;
    transform: rotateZ(-5deg);
    margin-top: -15px;
    margin-left: 375px;}

.recompensas{
    max-width: 375px;
    margin-right: -250px;
    margin-left: 300px;
    margin-top: -170px;
    height: auto;
    color: white;}

.recompensas h2{
    text-align: right;
    padding-top: 50px;
    font-size: 35px;
    padding-bottom: 35px;}

.recompensas p{
    font-size: 24px;
    text-align: right;}

.linea4 {
    border-top: 2px solid rgba(0,44,91);
    height: 1px;
    padding: 0;
    margin: -20px 0 20px 0;}

.linea4::after {
    content: '';
    height: 2px;
    width: 400px;
    background-color: rgba(0,44,91);
    display: block;
    transform: rotateZ(15deg);
    margin-top: -53.4px;
    margin-left: -393px;}


/*-- BOTÓN "SABER MÁS" SECCIÓN OBJETIVOS --*/

.enlace2{
    width: 100%;
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;}

#objetivos a {
    width: 50%;
    text-align: center;
    position: absolute;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;}
 
#objetivos a:hover {
    opacity: .5;}

#objetivos .flecha1{
    position: absolute;
    top: 22px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #00ffff;
    border-bottom: 3px solid #00ffff;
    transform: rotate(-45deg);
    box-sizing: border-box;}

#objetivos .flecha2 {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #00ffff;
    border-bottom: 3px solid #00ffff;
    transform: rotate(-45deg);
    box-sizing: border-box;}



/*-- RESPONSIVE SECCIÓN OBJETIVOS --*/


@media screen and (min-width: 350px) and (max-width: 750px){
    .container_2{
        width: 100%;
        height: auto;}
    
    #objetivos{
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-content: center;}
    
    .linea1, .linea2, .linea3, .linea4 {
        margin: -15px 0 15px 0;}
    
    .linea::after, .linea2::after, linea3::after, .linea4::after  {
        display: none;}
    
    .centro{
        display: none;}
    
    .centro2{
        display: inline-block;
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 80px;
        background-image: url(../img/OBJETIVOS.png);
        background-size: 380%;
        background-position: center center;
        background-repeat: no-repeat;}
    
    .centro2 h2{
        color: white;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 140px;
        margin-left: 40px;}

    .superior{
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content:space-around;}
    
    .nosotros{
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        height: auto;}

    .nosotros h2{
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 25px;}

    .nosotros p{
        font-size: 20px;}
    
    .infraestructura{
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        height: auto;}

    .infraestructura h2{
        text-align: left;
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 25px;}

    .infraestructura p{
        font-size: 20px;
        text-align: left;}
    
    .inferior{
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;}
    
    .creadores{
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        height: auto;}

    .creadores h2{
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 25px;}

    .creadores p{
        font-size: 20px;}
    
    .recompensas{
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;}

    .recompensas h2{
        text-align: left;
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 25px;}

    .recompensas p{
        font-size: 20px;
        text-align: left;}
    
    .enlace2{
        display: none;
        width: 100%;
        height: 80px;
        margin-top: 50px;
        align-content: flex-start;
        align-items: flex-start;}
    
}

@media screen and (min-width: 751px) and (max-width: 1024px){
    .container_2{
        width: 100%;
        height: auto;}
    
    #objetivos{
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-content: center;}
    
    .linea {
        margin: -15px 0 15px 0;}
    
    .linea::after, .linea2::after, .linea3::after, .linea4::after  {
        display: none;}
    
    .centro{
        display: none;}
    
    .centro2{
        display: inline-block;
        width: 250px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
        background-image: url(../img/OBJETIVOS.png);
        background-size: 380%;
        background-position: center center;
        background-repeat: no-repeat;}
    
    .centro2 h2{
        color: white;
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 140px;
        margin-left: 40px;}

    .superior{
        max-width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content:space-around;}
    
    .nosotros{
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        height: auto;}

    .nosotros h2{
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 25px;}

    .nosotros p{
        font-size: 20px;}
    
    .infraestructura{
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        height: auto;}

    .infraestructura h2{
        text-align: left;
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 25px;}

    .infraestructura p{
        font-size: 20px;
        text-align: left;}
    
    .inferior{
        max-width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;}
    
    .creadores{
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        height: auto;}

    .creadores h2{
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 25px;}

    .creadores p{
        font-size: 20px;}
    
    .recompensas{
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;}

    .recompensas h2{
        text-align: left;
        padding-top: 50px;
        font-size: 30px;
        padding-bottom: 25px;}

    .recompensas p{
        font-size: 20px;
        text-align: left;}
    
    .enlace2{
        width: 100%;
        height: 80px;
        margin-top: 50px;
        align-content: flex-start;
        align-items: flex-start;}
}

@media screen and (min-width: 1025px) and (max-width: 1300px){
    .container_2{
        width: 100%;
        height: 860px;
        background: rgb(0,44,91);
        background: radial-gradient(circle, rgba(0,44,91,1) 0%, rgba(1,5,10,1) 100%);}

    #objetivos{
        margin-top: 0px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content:center;
        justify-items: center;}

    .superior{
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: row;
        justify-content:space-around;}

    .centro{
        width: 375px;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(../img/OBJETIVOS.png);
        background-size: 220%;
        background-position: center center;
        background-repeat: no-repeat;}

    .centro2{
        display: none;}

    .centro h2{
        color: white;
        font-size: 27px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 140px;
        margin-left: 40px;}

    .inferior{
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        margin-top: -150px;}

    .nosotros{  
        max-width: 325px;
        margin-left: -170px;
        margin-right: 170px;
        height: auto;
        color: white;}

    .nosotros h2{
        padding-top: 0px;
        font-size: 30px;
        padding-bottom: 25px;}

    .nosotros p{
        font-size: 22px;}

    .linea {
        margin: -20px 0 15px 0;}
    
    .linea::after {
        transform: rotateZ(65deg);
        margin-top: 178px;
        margin-left: 210px;}
    
    .infraestructura{
        max-width: 325px;
        margin-right: -170px;
        margin-left: 170px;
        height: auto;
        color: white;}

    .infraestructura h2{
        text-align: right;
        padding-top: 0px;
        font-size: 30px;
        padding-bottom: 25px;}

    .infraestructura p{
        font-size: 22px;
        text-align: right;}
    
    .linea2 {
        margin: -20px 0 15px 0;}
    
    .linea2::after {
        transform: rotateZ(-65deg);
        margin-top: 178px;
        margin-left: -285px;}

    .creadores{
        max-width: 350px;
        margin-left: -150px;
        margin-right: 150px;
        margin-top: 0px;}

    .creadores h2{
        padding-top: 0px;
        font-size: 30px;
        padding-bottom: 25px;}

    .creadores p{
        font-size: 22px;}
    
    .linea3::after {
        width: 100px;
        transform: rotateZ(-5deg);
        margin-top: -7px;
        margin-left: 350px;}

    .recompensas{
        max-width: 350px;
        margin-right: -150px;
        margin-left: 150px;
        margin-top: 50px;
        height: 100px;
        color: white;}

    .recompensas h2{
        text-align: right;
        padding-top: 0px;
        font-size: 30px;
        padding-bottom: 25px;}

    .recompensas p{
        font-size: 22px;
        text-align: right;}
    
    .linea4::after {
        width: 200px;
        transform: rotateZ(25deg);
        margin-top: -44px;
        margin-left: -190px;}

    .enlace2{
        width: 100%;
        height: 10px;
        margin-top: 40px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;}

    #objetivos a {
        width: 50%;
        text-align: center;
        position: absolute;
        z-index: 2;
        display: inline-block;
        color: #fff;
        font-size: 22px;
        letter-spacing: .1em;
        text-decoration: none;
        transition: opacity .3s;}

    #objetivos a:hover {
        opacity: .5;}

    #objetivos .flecha1{
        position: absolute;
        top: 22px;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 3px solid #00ffff;
        border-bottom: 3px solid #00ffff;
        transform: rotate(-45deg);
        box-sizing: border-box;}

    #objetivos .flecha2 {
        position: absolute;
        top: 35px;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 3px solid #00ffff;
        border-bottom: 3px solid #00ffff;
        transform: rotate(-45deg);
        box-sizing: border-box;}

}

@media screen and (min-width: 1301px) and (max-width: 1500px){
    .container_2{
        max-width: 100%;
        max-height: 850px;
        background: rgb(0,44,91);
        background: radial-gradient(circle, rgba(0,44,91,1) 0%, rgba(1,5,10,1) 100%);}

    #objetivos{
        max-width: 1300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        height: 850px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content:flex-start;}

    .superior{
        max-width: 1200px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 70px;
        margin-bottom: 0px;
        display: flex;
        flex-direction: row;
        justify-content:space-around;}

    .centro{
        width: 600px;
        height: 200px;
        margin-left: auto;
        margin-right: auto;
        background-image: url(../img/OBJETIVOS.png);
        background-size: 140%;
        background-position: center center;
        background-repeat: no-repeat;}

    .centro2{
        display: none;}

    .centro h2{
        font-size: 28px;
        margin-top: 110px;
        margin-left: 40px;}

    .inferior{
        max-width: 1200px;
        height: auto;
        margin-top: -40px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;}

    .nosotros{
        max-width: 350px;
        height: auto;
        margin-left: -250px;
        margin-right: 250px;
        padding: 0px;}

    .nosotros h2{
        padding-top: 0px;
        font-size: 30px;
        padding-bottom: 25px;}

    .nosotros p{
        font-size: 22px;
        padding:0px;}
    
    .linea {
        margin: -20px 0 15px 0;}
    
    .linea::after {
        width: 400px;
        transform: rotateZ(50deg);
        margin-top: 151px;
        margin-left: 278px;}

    .infraestructura{
        max-width: 350px;
        margin-right: -250px;
        margin-left: 250px;}

    .infraestructura h2{
        text-align: right;
        padding-top: 0px;
        font-size: 30px;
        padding-bottom: 25px;}

    .infraestructura p{
        font-size: 22px;
        text-align: right;}
    
    .linea2 {
        margin: -20px 0 15px 0;}
    
    .linea2::after {
        width: 380px;
        transform: rotateZ(-55deg);
        margin-top: 153px;
        margin-left: -299px;}

    .creadores{
        padding: 0;
        max-width: 350px;
        margin-left: -250px;
        margin-right: 250px;
        margin-top: -40px;}

    .creadores h2{
        padding-top: 0px;
        font-size: 30px;
        padding-bottom: 25px;}

    .creadores p{
        font-size: 22px;}
    
    .linea3 {
        margin: -20px 0 15px 0;}
    
    .linea3::after {
        transform: rotateZ(-15deg);
        width: 300px;
        margin-top: -41px;
        margin-left: 345px;}
    
    .recompensas{
        max-width: 350px;
        margin-right: -250px;
        margin-left: 250px;
        margin-top: 20px;}

    .recompensas h2{
        text-align: right;
        padding-top: 0px;
        font-size: 30px;
        padding-bottom: 25px;}

    .recompensas p{
        font-size: 22px;
        text-align: right;}
    
    .linea4 {
        margin: -20px 0 15px 0;}
    
    .linea4::after {
        transform: rotateZ(25deg);
        width: 300px;
        margin-top: -65px;
        margin-left: -285px;}

    .enlace2{
        width: 100%;
        height: 10px;
        margin-top: -40px;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        justify-items: center;}

    #objetivos a {
        width: 50%;
        text-align: center;
        position: absolute;
        z-index: 2;
        display: inline-block;
        color: #fff;
        font-size: 22px;
        letter-spacing: .1em;
        text-decoration: none;
        transition: opacity .3s;}

    #objetivos a:hover {
        opacity: .5;}

    #objetivos .flecha1{
        position: absolute;
        top: 22px;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 3px solid #00ffff;
        border-bottom: 3px solid #00ffff;
        transform: rotate(-45deg);
        box-sizing: border-box;}

    #objetivos .flecha2 {
        position: absolute;
        top: 35px;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 3px solid #00ffff;
        border-bottom: 3px solid #00ffff;
        transform: rotate(-45deg);
        box-sizing: border-box;}
}
    

/*-- SECCIÓN 3 - COMUNIDAD --*/

#container_3{
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    height: 102vh;
    background: rgb(0,44,91);
    background: radial-gradient(circle, rgba(0,44,91,1) 0%, rgba(1,5,10,1) 100%);}

#comunidad{
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    height: 100vh;}

ul.circulos {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    align-self: center;
    position: relative;
    list-style: none;}

ul.circulos li {
    text-indent: -9999px;
    display: block;
    position: absolute;}

ul.circulos li span {
    display: block;
    position: absolute;}

ul.circulos li.titulo {
    background-image: url(../img/iconos/comypro_web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: none;}

ul.circulos li.circulo1 {
    border: 2.5px solid #002c5b;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    z-index: 97;
    animation: rotacion 30s linear infinite;}

ul.circulos li.circulo1 .tuno {
    background-image: url(../img/iconos/circulo_5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: -20px;
    left: 20px;}

ul.circulos li.circulo1 .tdos {
    background-image: url(../img/iconos/circulo_2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    top: 300px;
    left: 225px;}

ul.circulos li.circulo2 {
    border: 2.5px solid #002c5b;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    z-index: 96;
    animation: rotacion1 15s linear infinite;}

ul.circulos li.circulo2 .duno {
    background-image: url(../img/iconos/circulo_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 340px;
    left: 40px;}

ul.circulos li.circulo3 {
    border: 1px solid #00ffff;
    width: 510px;
    height: 510px;
    border-radius: 50%;
    z-index: 1000;}

ul.circulos li.circulo3 .truno {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../img/iconos/rebus_web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 320px;
    left: -20px;}

ul.circulos li.circulo3 .trdos {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../img/iconos/arable_web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 90px;
    left: -20px;}

ul.circulos li.circulo3 .trtres {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../img/iconos/evmos_web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -50px;
    left: 200px;}

ul.circulos li.circulo3 .trcuatro {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../img/iconos/kava_web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 95px;
    left: 430px;}

ul.circulos li.circulo3 .trcinco {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../img/iconos/osmosis_web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 322px;
    left: 425px;}

ul.circulos li.circulo3 .trseis {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../img/iconos/tori_web.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 460px;
    left: 200px;}

ul.circulos li.circulo4 {
    border: 2px solid #002c5b;
    width: 610px;
    height: 610px;
    border-radius: 50%;
    z-index: 94;}

ul.circulos li.circulo5 {
    border: 2px solid #002c5b;
    width: 680px;
    height: 680px;
    border-radius: 50%;
    z-index: 93;
    animation: rotacion3 20s linear infinite;}

ul.circulos li.circulo5 .cuno {
     display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: url(../img/iconos/circulo_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 270px;
    left: -30px;}

ul.circulos li.circulo5 .cdos {
     display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(../img/iconos/circulo_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 10px;
    left: 220px;}

ul.circulos li.circulo5 .ctres {
     display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: url(../img/iconos/circulo_7.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 200px;
    left: 620px;}

ul.circulos li.circulo5 .ccuatro {
     display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: url(../img/iconos/circulo_3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 510px;
    left: 560px;}

ul.circulos li.circulo5 .ccinco {
     display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: url(../img/iconos/circulo_5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 580px;
    left: 120px;}

ul.circulos li.circulo6 {
    border: 2px solid #002c5b;
    width: 750px;
    height: 750px;
    border-radius: 50%;
    z-index: 92;}

ul.circulos li.circulo7 {
    border: 1px solid #00ffff;
    width: 840px;
    height: 840px;
    border-radius: 50%;
    z-index: 10000;}

ul.circulos li.circulo7 .one {
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 100px;
    left: 0px;
    background-image: url(../img/iconos/clubcripto_circulo.png);
    background-size: cover;
    background-position: center;}

ul.circulos li.circulo7 .two {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: -70px;
    left: 345px;
    background-image: url(../img/iconos/eduheras_circulo.png);
    background-size: cover;
    background-position: center;}

ul.circulos li.circulo7 .three {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 100px;
    left: 700px;
    background-image: url(../img/iconos/jordiincryptoland_circulo.png);
    background-size: cover;
    background-position: center;}

ul.circulos li.circulo7 .four {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 470px;
    left: -45px;
    background-image: url(../img/iconos/sd_circulo.png);
    background-size: cover;
    background-position: center;}

ul.circulos li.circulo7 .five {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 400px;
    left: 760px;
    background-image: url(../img/iconos/john5cripto_circulo.png);
    background-size: cover;
    background-position: center;}

ul.circulos li.circulo7 .six {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 700px;
    left: 115px;
    background-image: url(../img/iconos/wupperman_circulo.png);
    background-size: cover;
    background-position: center;}

ul.circulos li.circulo7 .seven {
    display: block;
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    top: 710px;
    left: 570px;
    background-image: url(../img/iconos/bblock_circulo.png);
    background-size: cover;
    background-position: center;}


/*-- SECCIÓN 3 - COMUNIDAD - ROTACIONES --*/

@keyframes rotacion{
   from{
         transform: rotateZ(0deg);}
    
    to{
        transform: rotateZ(360deg);}
}

@keyframes rotacion1{
    from{
         transform: rotateZ(0deg);}
    
    to{
        transform: rotateZ(-360deg);}
}

@keyframes rotacion3{
    from{
    transform: rotateZ(0deg);}
    
    to{
        transform: rotateZ(360deg);}
}


/*-- BOTÓN "BACK" SECCIÓN COMUNIDAD --*/

#comunidad .enlace_com {
    position: absolute;
    margin-left: 500px;
    margin-top: 400px;
    z-index: 2;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;}

#comunidad .enlace_com:hover {
    opacity: .5;}

#comunidad .flecha1 {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #00ffff;
    border-bottom: 3px solid #00ffff;
    transform: rotate(135deg);
    box-sizing: border-box;}

#comunidad .flecha2 {
    position: absolute;
    top: -35px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #00ffff;
    border-bottom: 3px solid #00ffff;
    transform: rotate(135deg);
    box-sizing: border-box;}

#carousel-container{
    display: none;}


/*-- RESPONSIVE SECCIÓN COMUNIDAD --*/


@media screen and (min-width: 350px) and (max-width: 375px){
    
    #comunidad{
        display: none;}
    
    #container_3{
        height: 810px;}
  
    #carousel-container{
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            height: 750px;
            width:100vw;
            margin-bottom: 0px;}

        #carousel-container .titulo {
            background-image: url(../img/iconos/comypro_web.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            width: 290px;
            height: 290px;
            border-radius: 50%;
            margin-top: 40px;
            border: none;}

        .carousel{
            display: flex;
            align-items: center;
            width: 300px;
            overflow: hidden;
            margin-top: 0px;
            margin-bottom: 0px;}

        .image-container {
            width: 270px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 20px;
            display: flex;
            transform: translateX(0);
            transition: transform 0.5s ease-in-out;}

        img {
            width: 270px;
            margin-left: auto;
            margin-right: auto;}

        .botones{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 415px;
            position: absolute;
            cursor: pointer;
            z-index: 1;}

        #left {
            background-color: rgba(0,0,0,0);
            margin-left: -10px;
            border: none;
            float: left;}

        #right {
            background-color: rgba(0,0,0,0);
            margin-right: -10px;
            border: none;
            float: right;}

        .carousel-images-peq{
            width: 95%;
            height: 150px;
            margin-top: 25px;
            margin-bottom: 0px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;}

        .imagen1{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/evmos_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

        .imagen2{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/kava_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

        .imagen3{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/osmosis_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

        .imagen4{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/tori_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

        .imagen5{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/rebus_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

         .imagen6{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/arable_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}
    
        #carousel-container .enlace_final a {
            margin-left: 0;
            position: absolute;
            margin-left: -25px;
            margin-top: 20px;
            z-index: 2;
            display: inline-block;
            color: #fff;
            font-size: 22px;
            letter-spacing: .1em;
            text-decoration: none;
            transition: opacity .3s;}

        #carousel-container .enlace_final:hover {
            opacity: .5;}

        #carousel-container .enlace_final .flecha1 {
            position: absolute;
            top: -20px;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 3px solid #00ffff;
            border-bottom: 3px solid #00ffff;
            transform: rotate(135deg);
            box-sizing: border-box;}

        #carousel-container .enlace_final .flecha2 {
            position: absolute;
            top: -35px;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 3px solid #00ffff;
            border-bottom: 3px solid #00ffff;
            transform: rotate(135deg);
            box-sizing: border-box;}
}

@media screen and (min-width: 376px) and (max-width: 719px){
    
    #comunidad{
        display: none;}
    
    #container_3{
        height: 103vh;}
  
    #carousel-container{
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            width:100vw;
            margin-bottom: 0px;}

        #carousel-container .titulo {
            background-image: url(../img/iconos/comypro_web.png);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            width: 290px;
            height: 290px;
            border-radius: 50%;
            margin-top: 70px;
            border: none;}

        .carousel{
            display: flex;
            align-items: center;
            width: 300px;
            overflow: hidden;
            margin-top: 10px;
            margin-bottom: 0px;}

        .image-container {
            width: 270px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            display: flex;
            transform: translateX(0);
            transition: transform 0.5s ease-in-out;}

        img {
            width: 270px;
            margin-left: auto;
            margin-right: auto;}

        .botones{
            width: 90%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 175px;
            position: absolute;
            cursor: pointer;
            z-index: 1;}

        #left {
            background-color: rgba(0,0,0,0);
            margin-left: -10px;
            border: none;
            float: left;}

        #right {
            background-color: rgba(0,0,0,0);
            margin-right: -10px;
            border: none;
            float: right;}

        .carousel-images-peq{
            width: 95%;
            height: 150px;
            margin-top: 20px;
            margin-bottom: 0px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;}

        .imagen1{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/evmos_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

        .imagen2{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/kava_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

        .imagen3{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/osmosis_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

        .imagen4{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/tori_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

        .imagen5{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/rebus_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}

         .imagen6{
            width: 95px;
            height: 95px;
            background-image: url(../img/iconos/arable_movil.png);
            background-position: center;
            background-size: 100%;
            background-repeat: no-repeat;}
    
        #carousel-container .enlace_final a {
            margin-left: 0;
            position: absolute;
            margin-left: -25px;
            z-index: 2;
            display: inline-block;
            color: #fff;
            font-size: 22px;
            letter-spacing: .1em;
            text-decoration: none;
            transition: opacity .3s;}

        #carousel-container .enlace_final:hover {
            opacity: .5;}

        #carousel-container .enlace_final .flecha1 {
            position: absolute;
            top: -20px;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 3px solid #00ffff;
            border-bottom: 3px solid #00ffff;
            transform: rotate(135deg);
            box-sizing: border-box;}

        #carousel-container .enlace_final .flecha2 {
            position: absolute;
            top: -35px;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 3px solid #00ffff;
            border-bottom: 3px solid #00ffff;
            transform: rotate(135deg);
            box-sizing: border-box;}
}

@media screen and (min-width: 720px) and (max-width: 750px){
        #container_3{
            max-width: 100%;
            margin-right: auto;
            margin-left: auto;
            height: 900px;}

        #comunidad{
            display: flex;
            justify-content: center;
            justify-items: center;
            align-content: center;
            align-items: center;
            width: 100%;
            height: 100%;}

        ul.circulos {
            display: flex;
            justify-content: center;
            justify-items: center;
            align-content: center;
            align-items: center;
            align-self: center;
            position: relative;
            list-style: none;}

        ul.circulos li {
            text-indent: -9999px;
            display: block;
            position: absolute;}

        ul.circulos li span {
            display: block;
            position: absolute;}

        ul.circulos li.titulo {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            width: 220px;
            height: 220px;
            border-radius: 50%;
            border: none;}

        ul.circulos li.circulo1 {
            border: 2.5px solid #002c5b;
            width: 265px;
            height: 265px;
            border-radius: 50%;
            z-index: 97;}

        ul.circulos li.circulo1 .tuno {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: -20px;
            left: 20px;}

        ul.circulos li.circulo1 .tdos {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            top: 190px;
            left: 210px;}

        ul.circulos li.circulo2 {
            border: 2.5px solid #002c5b;
            width: 325px;
            height: 325px;
            border-radius: 50%;
            z-index: 96;}

        ul.circulos li.circulo2 .duno {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            top: 260px;
            left: 40px;}

        ul.circulos li.circulo3 {
            border: 1px solid #00ffff;
            width: 405px;
            height: 405px;
            border-radius: 50%;
            z-index: 1000;}

        ul.circulos li.circulo3 .truno {
            display: block;
            position: absolute;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 285px;
            left: -5px;}

        ul.circulos li.circulo3 .trdos {
            display: block;
            position: absolute;
            width: 75px;
            height:75px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 90px;
            left: -22px;}

        ul.circulos li.circulo3 .trtres {
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: -35px;
            left: 170px;}

        ul.circulos li.circulo3 .trcuatro {
            display: block;
            position: absolute;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 95px;
            left: 355px;}

        ul.circulos li.circulo3 .trcinco {
            display: block;
            position: absolute;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 290px;
            left: 325px;}

        ul.circulos li.circulo3 .trseis {
            display: block;
            position: absolute;
            width: 75px;
            height: 75px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 360px;
            left: 170px;}

        ul.circulos li.circulo4 {
            border: 2px solid #002c5b;
            width: 505px;
            height: 505px;
            border-radius: 50%;
            z-index: 94;}

        ul.circulos li.circulo5 {
            border: 2px solid #002c5b;
            width: 575px;
            height: 575px;
            border-radius: 50%;
            z-index: 93;}

        ul.circulos li.circulo5 .cuno {
             display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 270px;
            left: -30px;}

        ul.circulos li.circulo5 .cdos {
             display: block;
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: -5px;
            left: 180px;}

        ul.circulos li.circulo5 .ctres {
             display: block;
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 200px;
            left: 530px;}

        ul.circulos li.circulo5 .ccuatro {
             display: block;
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 460px;
            left: 450px;}

        ul.circulos li.circulo5 .ccinco {
             display: block;
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 500px;
            left: 120px;}

        ul.circulos li.circulo6 {
            border: 2px solid #002c5b;
            width: 645px;
            height: 645px;
            border-radius: 50%;
            z-index: 92;}

        ul.circulos li.circulo7 {
            border: 1px solid #00ffff;
            width: 690px;
            height: 690px;
            border-radius: 50%;
            z-index: 10000;}

        ul.circulos li.circulo7 .one {
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: 100px;
            left: 10px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .two {
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: -50px;
            left: 295px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .three {
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: 100px;
            left: 590px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .four {
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: 420px;
            left: -20px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .five {
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: 400px;
            left: 618px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .six {
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: 590px;
            left: 115px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .seven {
            display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            top: 590px;
            left: 490px;
            background-size: cover;
            background-position: center;}
    
        #comunidad .enlace_com {
            position: absolute;
            margin-left: 300px;
            margin-top: 310px;
            z-index: 2;
            display: inline-block;
            color: #fff;
            font-size: 22px;
            letter-spacing: .1em;
            text-decoration: none;
            transition: opacity .3s;}

        #comunidad .enlace_com:hover {
            opacity: .5;}

        #comunidad .flecha1 {
            position: absolute;
            top: -20px;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 3px solid #00ffff;
            border-bottom: 3px solid #00ffff;
            transform: rotate(135deg);
            box-sizing: border-box;}

        #comunidad .flecha2 {
            position: absolute;
            top: -35px;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 3px solid #00ffff;
            border-bottom: 3px solid #00ffff;
            transform: rotate(135deg);
            box-sizing: border-box;}

        #carousel-container{
            display: none;}
}

@media screen and (min-width: 751px) and (max-width: 1400px){
    
         #container_3{
            max-width: 100%;
            margin-right: auto;
            margin-left: auto;
            height: 925px;}

        #comunidad{
            display: flex;
            justify-content: center;
            justify-items: center;
            align-content: center;
            align-items: center;
            width: 100%;
            height: 100%;}

        ul.circulos {
            display: flex;
            justify-content: center;
            justify-items: center;
            align-content: center;
            align-items: center;
            align-self: center;
            position: relative;
            list-style: none;}

        ul.circulos li {
            text-indent: -9999px;
            display: block;
            position: absolute;}

        ul.circulos li span {
            display: block;
            position: absolute;}

        ul.circulos li.titulo {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            width: 275px;
            height: 275px;
            border-radius: 50%;
            border: none;}

        ul.circulos li.circulo1 {
            border: 2.5px solid #002c5b;
            width: 295px;
            height: 295px;
            border-radius: 50%;
            z-index: 97;}

        ul.circulos li.circulo1 .tuno {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            top: -20px;
            left: 20px;}

        ul.circulos li.circulo1 .tdos {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            top: 200px;
            left: 210px;}

        ul.circulos li.circulo2 {
            border: 2.5px solid #002c5b;
            width: 355px;
            height: 355px;
            border-radius: 50%;
            z-index: 96;}

        ul.circulos li.circulo2 .duno {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            position: absolute;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            top: 290px;
            left: 40px;}

        ul.circulos li.circulo3 {
            border: 1px solid #00ffff;
            width: 435px;
            height: 435px;
            border-radius: 50%;
            z-index: 1000;}

        ul.circulos li.circulo3 .truno {
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 290px;
            left: -5px;}

        ul.circulos li.circulo3 .trdos {
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 90px;
            left: -20px;}

        ul.circulos li.circulo3 .trtres {
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: -40px;
            left: 185px;}

        ul.circulos li.circulo3 .trcuatro {
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 95px;
            left: 380px;}

        ul.circulos li.circulo3 .trcinco {
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 300px;
            left: 350px;}

        ul.circulos li.circulo3 .trseis {
            display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 390px;
            left: 185px;}

        ul.circulos li.circulo4 {
            border: 2px solid #002c5b;
            width: 535px;
            height: 535px;
            border-radius: 50%;
            z-index: 94;}

        ul.circulos li.circulo5 {
            border: 2px solid #002c5b;
            width: 605px;
            height: 605px;
            border-radius: 50%;
            z-index: 93;}

        ul.circulos li.circulo5 .cuno {
             display: block;
            position: absolute;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 270px;
            left: -30px;}

        ul.circulos li.circulo5 .cdos {
             display: block;
            position: absolute;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: -5px;
            left: 180px;}

        ul.circulos li.circulo5 .ctres {
             display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 200px;
            left: 555px;}

        ul.circulos li.circulo5 .ccuatro {
             display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 470px;
            left: 470px;}

        ul.circulos li.circulo5 .ccinco {
             display: block;
            position: absolute;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            top: 520px;
            left: 120px;}

        ul.circulos li.circulo6 {
            border: 2px solid #002c5b;
            width: 675px;
            height: 675px;
            border-radius: 50%;
            z-index: 92;}

        ul.circulos li.circulo7 {
            border: 1px solid #00ffff;
            width: 715px;
            height: 715px;
            border-radius: 50%;
            z-index: 10000;}

        ul.circulos li.circulo7 .one {
            display: block;
            position: absolute;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            top: 100px;
            left: 10px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .two {
            display: block;
            position: absolute;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            top: -60px;
            left: 305px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .three {
            display: block;
            position: absolute;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            top: 100px;
            left: 610px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .four {
            display: block;
            position: absolute;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            top: 420px;
            left: -30px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .five {
            display: block;
            position: absolute;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            top: 400px;
            left: 647px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .six {
            display: block;
            position: absolute;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            top: 620px;
            left: 115px;
            background-size: cover;
            background-position: center;}

        ul.circulos li.circulo7 .seven {
            display: block;
            position: absolute;
            width: 98px;
            height: 98px;
            border-radius: 50%;
            top: 620px;
            left: 500px;
            background-size: cover;
            background-position: center;}

        #comunidad .enlace_com {
            position: absolute;
            margin-left: 320px;
            margin-top: 330px;
            z-index: 2;
            display: inline-block;
            color: #fff;
            font-size: 22px;
            letter-spacing: .1em;
            text-decoration: none;
            transition: opacity .3s;}

        #comunidad .enlace_com:hover {
            opacity: .5;}

        #comunidad .flecha1 {
            position: absolute;
            top: -20px;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 3px solid #00ffff;
            border-bottom: 3px solid #00ffff;
            transform: rotate(135deg);
            box-sizing: border-box;}

        #comunidad .flecha2 {
            position: absolute;
            top: -35px;
            left: 50%;
            width: 24px;
            height: 24px;
            margin-left: -12px;
            border-left: 3px solid #00ffff;
            border-bottom: 3px solid #00ffff;
            transform: rotate(135deg);
            box-sizing: border-box;}

        #carousel-container{
            display: none;}
}
   

/*-- SECCIÓN FOOTER --*/

.container_4{
    max-width: 100%;
    height: 190px;
    background-color: #00ffff;}

.footer{
    max-width: 100%;
    height: 190px;
    background-image: url(../img/definodes-high-resolution-logo-white-on-transparent-background.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30%;}

#tsparticles {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-left: 0%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;}

.legal{
    width: 200px;
    height: auto;
    text-align: right;
    position: relative;
    float: right;
    margin-right: 40px;
    margin-top: 150px;}

.copy{
    width: 200px;
    height: auto;
    text-align: left;
    position: relative;
    float: left;
    margin-left: 40px;
    margin-top: 150px;}

.legal a{
    color: rgb(0,44,91);
    text-decoration: none;}


/*-- RESPONSIVE FOOTER --*/

@media screen and (min-width: 320px) and (max-width: 750px){
    .container_4{
        max-width: 100%;
        height: 125px;
        background-color: #00ffff;}

    .footer{
        max-width: 100%;
        height: 100px;
        background-image: url(../img/definodes-high-resolution-logo-white-on-transparent-background.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70%;}
    
    .legal{
        width: 140px;
        margin-top: 100px;
        margin-right: 5px;
        font-size: 13px;}
    
    .copy{
        width: 150px;
        margin-top: 100px;
        font-size: 13px;
        margin-left: 5px;}
}


@media screen and (min-width: 751px) and (max-width: 1400px){
    .container_4{
        max-width: 100%;
        height: 150px;
        background-color: #00ffff;}

    .footer{
        max-width: 100%;
        height: 130px;
        background-image: url(../img/definodes-high-resolution-logo-white-on-transparent-background.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 55%;}
    
    .legal{
        width: 150px;
        margin-top: 130px;
        margin-left: 0px;
        font-size: 14px;}
    
    .copy{
        width: 200px;
        margin-top: 130px;
        font-size: 14px;
        margin-right: 0px;}
}





        