
#content{
    padding: 2.5em 1em 2em;
}

b{
    color: #02a9ab;
}
.big{
    font-size: 25px;
    width: 95%;
    margin: 0 auto 40px;
}
/* estilos de verdaderos amigos */


.contenedor{
    width: 100%;
    background-color: #02a9ab;
}

.imgAmigos{
    display: block;
    width: 60%;
    position: relative;
    left: 40%;
}
    .imgAmigos img{
        width: 100%;
    }


.contenedor p{
    color: #ffffff;
    line-height: 27px;
    text-align: left;
    padding: 0 60px 0 15px;
    padding-top: 20px;
}
.contenedor p .bold{
    color: #ffffff;
}

.textosBtn{
    margin-top: 20px;
    padding: 0 20px;
}

.textosBtn .btnCompartir{
    text-align: center;
    width: 150px;
    background-color: #02a9ab;
    border-radius: 24px;
    margin: 25px auto;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 1.2rem;
    cursor: pointer;
    display: block;
    color: #ffffff !important;
    text-decoration: none;
}

.textosBtn .reglas{
    margin-top: 30px;
    margin-left: 0;
    list-style: none;
}
.textosBtn .reglas li{
    margin: 7px 0;
    line-height: 22px;
    padding-left: 20px;
    background-image: url(img/lista.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 2px 3px;
    font-size: 14px;

}

.textosBtn .footerText{
    text-align: center;
    margin-top: 20px;
}
.textosBtn .hashtag{
    text-align: center;
    margin: 10px;
}

.pop{
    position: fixed ;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(96, 96, 87, .7);
    display: none;
}

.pop .pop__conten{
    background-color: #FFFFFF;
    width: 80%;
    margin: 50% auto;
    position: relative;
    padding-bottom: 10px;
    border-radius: 7px;
}

.pop .pop__conten .close{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 35px;
    height: 35px;
    background-color: #02a9ab;
    border-radius: 50%;
    background-image: url(img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.pop .pop__conten p{
    padding-top: 25px;
    text-align: center;
    line-height: 20px;
}

.pop .pop__conten ul{
    margin-left: 20px;
    list-style: none;
}

.pop .pop__conten li{
    margin: 10px 0 20px;
    padding-left: 20px;
    background-image: url(img/lista.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 2px 2px;
}

.pop .pop__conten a{
    text-align: center;
    width: 100px;
    background-color: #02a9ab;
    border-radius: 24px;
    padding: 5px 5px;
    color: #ffffff;
    text-decoration: none;
    margin: 20px auto 10px;
    display: block;
}

.activo{
    display: block;
}

/* @media screen and (min-width: 360px) { 
    .contenedor{
        background-size: 120%;
    }

    .contenedor p{
        padding: 0 100px 0 15px;
    }

} */

@media screen and (max-width: 320px) {
    .contenedor p{
        font-size: 25px;
    }
    .imgAmigos{
        width: 100%;
        left: 0;
    }
    .textosBtn{
        text-align: center;
    }
    .felicidades{
        margin:10px 0 0;
    }
}

@media screen and (min-width: 360px) {
    .imgAmigos{
        width: 100%;
        left: 0;
    }
    .contenedor p{
        color: #ffffff;
        line-height: 27px;
        text-align: left;
        padding: 10px 60px 0 25px;
        padding-top: 40px;
        font-size: 25px;
    }

    .textosBtn{
        padding: 20px 20px 0;
    }

    .textosBtn p{
        text-align: center;
        font-size: 18px;
    }
    .felicidades{
        margin: 10px 0 0;
    }

    .textosBtn .btnCompartir{
        text-align: center;
        width: 170px;
        background-color: #02a9ab;
        border-radius: 24px;
        margin: 25px auto;
        padding: 10px 15px;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .textosBtn .hashtag {
        text-align: center;
        margin: 20px;
    }

    .textosBtn .reglas li {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .pop{
        font-size: 1.1rem;
    }

    .pop .pop__title{
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .pop .pop__title b{
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .pop .pop__conten a{
        padding: 10px 10px;
    }
}

@media screen and (min-width: 411px) and (min-height: 720px){

    .contenedor p{
        color: #ffffff;
        line-height: 37px;
        text-align: left;
        padding: 0 98px 0 15px;
        padding-top: 40px;
        font-size: 30px;
    }

    .textosBtn{
        padding: 20px 40px 0;
    }

    .textosBtn p{
        text-align: center;
        font-size: 18px;
    }

    .textosBtn .btnCompartir{
        text-align: center;
        width: 170px;
        background-color: #02a9ab;
        border-radius: 24px;
        margin: 25px auto;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .textosBtn .hashtag {
        text-align: center;
        margin: 20px;
    }

    .textosBtn .reglas li {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .pop{
        font-size: 1.1rem;
    }

    .pop .pop__title{
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .pop .pop__title b{
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .pop .pop__conten a{
        padding: 10px 10px;
    }
}

@media screen and (min-width: 375px) and (min-height: 812px){

    .contenedor p{
        color: #ffffff;
        line-height: 27px;
        text-align: left;
        padding: 20px 60px 0 15px;
        padding-top: 50px;
        font-size: 25px;
        padding-left: 30px;

    }

    .textosBtn{
        padding: 20px 40px 0;
    }

    .textosBtn p{
        text-align: center;
        font-size: 1.3rem;
    }

    .textosBtn .btnCompartir{
        text-align: center;
        width: 170px;
        background-color: #02a9ab;
        border-radius: 24px;
        margin: 25px auto;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .textosBtn .hashtag {
        text-align: center;
        margin: 20px;
    }

    .textosBtn .reglas li {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .pop{
        max-width: 100%;
        font-size: 1.1rem;
    }

    .pop .pop__title{
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .pop .pop__title b{
        font-size: 18px;
        margin-bottom: 25px;
    }
    .pop .pop__conten a{
        padding: 10px 10px;
    }
}

/* Para 960px */  
@media screen and (min-width: 768px){ 
    body{
        background-color: #02a9ab;
    }
    .imgAmigos{
        width: 60%;
        left: 40%;
    }
    .contenedor h1{
        color: #ffffff;
        line-height: 30px;
        text-align: left;
        padding: 0 15px;
        padding-top: 40px;
        font-size: 2.2rem;
        margin-left: 32px;
    }
    .contenedor p{
        color: #ffffff;
        line-height: 27px;
        text-align: left;
        padding: 0 80px 0 15px;
        padding-top: 40px;
        font-size: 1.1rem;
    }

    .textosBtn{
        padding: 20px 20px 0;
    }

    .textosBtn p{
        text-align: center;
        font-size: 1.3rem;
    }

    .textosBtn .btnCompartir{
        text-align: center;
        width: 170px;
        background-color: #02a9ab;
        border-radius: 24px;
        margin: 25px auto;
        padding: 10px 10px;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .textosBtn .hashtag {
        text-align: center;
        margin: 20px;
    }

    .textosBtn .reglas li {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .pop{
        font-size: 1.1rem;
    }

    .pop .pop__title{
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .pop .pop__title b{
        font-size: 1.2rem;
        margin-bottom: 25px;
    }
    .pop .pop__conten a{
        padding: 10px 10px;
    }
    .contenedor p{
        color: #ffffff;
        line-height: 27px;
        text-align: left;
        padding: 50px 60px 0 15px;
        padding-top: 40px;
        padding-left: 50px;
        font-size: 1.5rem;

    }
    .pop{
        max-width: 600px;
    }
    .pop .pop__conten {
        background-color: #FFFFFF;
        width: 50%;
        margin: 50% auto;
        position: relative;
        padding-bottom: 10px;
        border-radius: 7px;
    }
    
}
    /* Para 1920px */  
@media screen and (min-width: 1024px) { 
    /* *{
        box-sizing: border-box;
    } */

    .imgAmigos {
        width: 60%;
        display: inline-block;
        
    }
    .contenedor p{
       color: #ffffff;
        text-align: left;
        line-height: 50px;
        width: 70%;
        font-size: 35px;
        display: inline-block;
        /* position: absolute; */

    }

    .pop{
        position: fixed ;
        width: 100%;
        height: 100vh;
        top: 0;
        background-color: rgba(96, 96, 87, .7);
        display: none;
        max-width: 800px;
    }

    .activo{
        display: block;
    }
    .textosBtn{
        padding: 20px 100px 0;
    }
}
