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

body{
    background-color:#edeff2;
    font-family: 'poppins';
    z-index: 99;
}

html {
    scroll-behavior: smooth;
}


/*----------MENU----------*/



/*---------TERMINA EL MENÚ----------*/

.titulo{
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: auto;
}


.titulo .h1{
    margin-bottom: 50px;
    text-align: center;
    color:#272727;
    font-size: 50px;
    line-height: 70px;
}

.movil{
    display: none;
}

.titulo p{
    margin: 7px;
    font-size: 15px;
    color: #272727;
    text-align: center;
}

.portada{
    display: flex;
    justify-content: center;
    position: relative;
 }

.portada > .imagen-portada {
    width: 80%;
    margin-top: 100px;
    border-radius:30px;  
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 
}

.portada::after{
    content: url('after.png');
    position: absolute;
    top:-20px;
    right:0;
}

.titulo > .monedas{
    margin-bottom: 50px;
    width: 15%;
}



/*----------Plan Socios-------------------*/

.contenedor-socios{
    display: flex;
    justify-content: center;
    width: 90%;
    align-items: center;
    margin: auto;
}

.margin{
    margin:0 60px;
}
.img-socios{
    flex:1;
}
.img-socios > img{

    width: 100%;
}
 
.text-socios a {
    text-decoration: none;
    color: #272727;
    background-color: #ffd166;
    padding: 10px;
    font-size: 14px;
    transition: .2s ease all;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 

}

.text-socios a:hover{

    background-color: #272727;
    color: #ffd166;
}
.text-socios h2 {
    font-size: 28px;
}

.text-socios{
    flex:1;
}

.text-socios p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 200;
}


/*----------Plan Socios VERSIÓN 2-------------------*/

.contenedor-socios-enmedio{
    display: flex;
    justify-content: center;
    width: 90%;
    align-items: center;
    margin: auto;
}


/*----------CREADORES DE CONOCIMIENTO-------------------*/
.fondo-pregunta{
    padding: 5px;
    background-image: url('fondo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pregunta{
    margin-top: 70px;
    text-align: center;
    font-size:30px;
    color: #272727;
    margin-bottom: 100px;
    position: relative;
  }

.creadores {
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
    margin: auto;
    margin-bottom: 100px;
    
}

.img-negrita{
    flex: 1;
    position: relative;
}

.img-negrita img {
    text-align: center;
    width: 100%;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius:20px;
   
}

.img-negrita::after{
    content: url('moneditas.png');
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: -40px;
    right:50px;
}

.creadores-respuesta{
    flex: 1;
}
.creadores-respuesta > p {
    font-size: 14px;
    font-weight: 200;
}

.creadores-respuesta a {
    text-decoration: none;
    color: #272727;
    background-color: #ffd166;
    padding: 10px;
    font-size: 14px;
    transition: .2s ease all;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 

}

.creadores-respuesta a:hover{

    background-color: #272727;
    color: #ffd166;
}

/*------------Formulario -------*/

.contenedor{
    margin-top:100px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.contenedor h2{

    color: #079992;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}
.contenedor-form{
    display: flex;
    justify-content: center;
}
.contenedor-form > form {

    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contenedor-form form input{
    
    margin: 10px;
    width: 100%;
    padding: 15px;
    outline: none;
    border: none;
}

.contenedor-form form select{
    
    margin:10px;
    width: 100%;
    padding: 15px;
    outline: none;
    border: none;
}

.contenedor-form form .btn{
    display: inline-block;
    width: 100%;
    padding: 15px;
    margin: 10px;
    background-color: #079992;
    color: #edeff2;
    outline: none;
    border: none;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        
}

/*------------EMPEZAR A GANAR DINERO -------*/
.empezar-a-ganar{
    margin-top: 100px;
    margin-bottom:100px;
}
.empezar-ganar{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 80%;
    margin: auto;
}

.pregunta-ganar{
    flex: 1;
}

.pregunta-ganar > img {
    width: 40%;
    border-radius: 35px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.contenido-ganar p{
    font-size: 14px;
    color:#272727;
}

.contenido-ganar a {
    text-decoration: none;
    color: #272727;
    background-color: #ffd166;
    padding: 10px;
    font-size: 14px;
    transition: .2s ease all;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 

}

.contenido-ganar a:hover{

    background-color: #272727;
    color: #ffd166;
}

.contenido-ganar > img {
    width: 100px;
}

/*------------------INSCRIBIR --------------*/

.inscribir{
   
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
    align-items: center;
}

.inscribir-contenido{
    flex: 1;
}

.inscribir-contenido p {
    color: #272727;
    font-size: 14px;
}

.inscribir-contenido img {
    width: 100px;
}

.inscribir-img{
    flex: 1;
}

.inscribir-img img {
    width: 100%;
    margin: auto;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 40px;
}

.inscribir-contenido a {
    text-decoration: none;
    color: #272727;
    background-color: #ffd166;
    padding: 10px;
    font-size: 14px;
    transition: .2s ease all;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 

}

.inscribir-contenido a:hover{

    background-color: #272727;
    color: #ffd166;
}

/*---------------------footer-------------*/

footer{
    margin-top: 100px;
    padding: 40px 0;
    background-color:#15181f;
}

.content-footer{
    display: flex;
    justify-content: center;
}

.sm, .rs, .cu {
    margin: 70px;

}
.sm, .rs, .cu,  h4{
    margin-bottom: 10px;
    font-size: 15px; 
    font-weight: 600;
}
.sm, .rs, .cu, li {
    list-style: none;
}

.rs ul {
    display: flex;
}
.rs ul li {
    margin-right: 10px;
}

.sm, .rs, .cu, li a {
    text-decoration: none;
    color: #7c8ca8;
    font-size: 12px;
    font-weight: 300;
    
}

    .hr2 {
        text-align: center;
        width: 60%;
        border: 0;
        height: 1px;
        margin: 20px auto;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    }
    
    footer p {
        padding: 15px;
        text-align: center;
        color: #7c8ca8;
        font-size: 12px;
        font-weight: 200;
    }
/*-------RESPONSIVE------------*/


@media screen and (max-width:768px){
    
    .creadores{
        text-align: center;
        flex-direction: column;

    }

    .img-negrita{
        margin-top: 70px;
    }

    .img-negrita img {
        border-radius: 10px;
    }
    .img-negrita::after{
        content: url('moneditas2.png');
       
    }

    .empezar-a-ganar{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .empezar-ganar{
        text-align: center;
        flex-direction: column-reverse;
        
    }

    .contenido-ganar{
        margin-bottom: 50px;
    }

    .pregunta-ganar > img {
     border-radius: 10px;   
    }


    .inscribir{
        text-align: center;
        flex-direction: column;
    }

    .inscribir-contenido{
        margin-bottom: 50px;
    }

    .pregunta{
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .titulo > .h1 {
        font-size: 45px;
    }

   
  }

  @media screen and (max-width:480px) {

    .titulo .h1{
        display: none;
    }

    .titulo > .monedas{
        margin-bottom: 10px;
        width: 45%;
    }

    .movil{
        display: block;
        text-align: center;
        font-size: 50px;
    }

    .portada::after{
        content: url('anuncito.png');
        top:50px;
        right:60px;
    }

    .img-negrita::after{
        content: url('monedas3.png');
        position: absolute;
        width: 50px;
        height: 50px;
        display: block;
        top: -50px;
        right:20px;
    }

    .content-footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .pregunta{
        font-size: 30px;
    }
    .footer{
        padding: 0;
    }

    .img-negrita img {
        border-radius: 20px;
    }

    .inscribir-img img {
        border-radius: 20px;
    }

    footer{
      padding: 10px 0;

  }

  .sm, .rs, .cu {
    margin:30px  30px;

}


.contenedor-socios{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 90%;
    text-align: center;
    align-items: center;
   /* Arriba | Derecha | Abajo | */
   margin: 0 auto 50px;

}

.contenedor-socios-enmedio{

    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    width: 90%;
    text-align: center;
    align-items: center;
   /* Arriba | Derecha | Abajo | */
   margin: 0 auto 50px;    

}


}
