#puntos{
    background-color: #fff;
    margin: 0px;
    padding: 30px;
    color:#fff;
    flex-flow: wrap;
    display: flex;
    
}

#puntos .icon-info-circled{
    width: 100%;
    margin-bottom: 30px;
}

.icon-user{
    color:#009cdd;
}

.icon-mail-alt{
    color:#009cdd;
}



#footer{
    margin-top: 20px;
    padding-top: 35px;
    height: 50px;
    text-align: center;
    color:#fff;
    background-color: #009cdd;
    font-size: 1.2em;
    font-family: 'Lato', sans-serif;
}

#info{
    margin-top: 40px;

}

#info input{
    height: 35px;
    outline: none;
    border: none;
    margin-bottom: 5px;
    font-size: 1.2em;
    color:#009cdd;
    padding-left: 10px;
    width: 80%;
}

#info label{
    width: 10%;
}

#info a{
    color:#555;
    margin-left: 60px;
    font-family: 'Lato', sans-serif; 
    width: 100%;
    text-align: center;
    font-weight: 550;
    
}

#pCumple{
    text-align: right;
    margin-left: 30px;
    margin-top: 10px;
    font-family: 'Lato',sans-serif
}

#pCumple:hover{
    cursor: pointer;
}

#info div{
    border: 2px solid #ddd;
    background-color: #fff;
    width: 300px;
    border-radius: 10px;
    margin-top:20px;
    margin-left: auto;
    margin-right: 0;
}

#img-info{
    width: 40%;
    margin-left: 10%;
    
    
}


#img-info img{
    
    display: block;
margin-left: auto;
margin-right: 20px;
    height: 250px;
    
    
    
}

#info table{
    table-layout: fixed;
}

#info td{
    word-wrap:break-word;
}

#boton{
    width: 100%;
    background-color:#009cdd;
    font-family: 'Le Havre Primary', sans-serif;
    color:#fff;
    transition: 0.1s;
}

#boton:hover{
    cursor: pointer;
    transform: scale(1.01);
    transition: 0.1s;
}

#redes{
    text-align: center;
    font-size: 1.6em;
    display: flex;
    width: auto;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

#copiado{
    width: auto;
    font-family: 'Roboto', sans-serif;
}

.icon-facebook-squared{
    text-decoration: none;
    font-size: 1.3em;
    font-family: 'Roboto',sans-serif;
    color:#fff;
}
#privacidad{
    color: #333;
    text-align: center;
    height: 500px;
    overflow-y: scroll;
    font-family: 'Lato',sans-serif;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#cerrar{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    border:none;
    outline: none;
}
@media (max-width:900px){
    #info{
        width: 100%;
        margin-top: 0px;
    }
    
    #info div{
        margin-left: auto;
        margin-right: auto;
    }
    
    #img-info{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        
    }
    
    #img-info img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 200px;
    }
}

