.transp{
    opacity: 0.7;
    background-color: #000000;
}

.recuadropop{
    width: 420px;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 15px;
}

.titulo{
    font-size: 26px;
    font-weight: bold;
    color: #FFC428;
}

.correo{
    font-size: 22px;
    font-weight: bold;
    color: #3E3E3E;
}

.texto{
    font-size: 18px;
    color: #3E3E3E;
}

.cerrarpop{
    font-size: 20px;
    color: #3E3E3E;
    font-weight: bold;
    cursor: pointer;
}

.botonhere{
    background-color: #FFC428;
    color: #3E3E3E;
    padding: 20px;
    font-weight: bold;
    font-size: 24px;
    border-radius: 15px;
    width: 230px;
    cursor: pointer;
}

.divpop22{
    width: 100%; 
    position: absolute;
    position: fixed; 
    top: 15%; 
    z-index: 11;
}

.fondonegro{
    width: 100%;
    height:  2000px;
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
    position: fixed;
    top: 0px;
    z-index: 1;
}

.fondopopup{
    position: absolute;
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 20%;
    overflow: hidden;
}

.popup{
    /*overflow: hidden;*/
    overflow-y: scroll;
    width: 500px;
    height: 400px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: justify;
    padding: 25px;
    font-size: 14px;
    border-radius: 10px;
}

.popup2{
    width: 500px;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

.botoncerrar{
    background-color: #FFC428;
    color: #000000;
    padding: 10px;
    border-style: none;
    border-radius: 10px;
    width: 200px;
    font-weight: bold;
    font-size: 16px;
}

.privacytitle{
    font-size: 26px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 12px;
}










@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    [class="divpop22"] {
        top: 27%; 
    }
    [class=fondopopup]{
        top: 25%;
    }
    [class="popup"]{
        width: 300px;
        height: 250px;
        font-size: 12px;
    }
    [class="botoncerrar"]{
        width: 120px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    [class="recuadropop"] {
        width: 300px;
    }
}

@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    [class="texto"] {
        font-size: 17px;
    }
}

@media only screen and (max-width: 700px) {
    /* For mobile phones: */
    [class="titulo"] {
        font-size: 25px;
    }
}