body {
    font-family: 'Arial', sans-serif;
    background-color: #e2f0d9;
    color: black;
}

.container {
    max-width: 600px;
    padding-right: 0 !important;
    background-color: white;
    padding-left: 0% !important;
}

.padding-left {
    margin-top: 0% !important;
    padding-left: 0.8% !important;
}

.content {
    max-width: 495px;
    margin: auto;
}

.no-maxwidth {
    max-width: 700px !important;
}

p {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.texto {
    font-size: 13px;
}

.verde {
    color: #3a8242;
    font-weight: bold;
}

.barrera {
    background-color: #3a8242;
    height: 30px;
    text-align: center;
    color: white;
    font-weight: bold;
    padding-top: 4px;
}

hr {
    max-width: 600px;
    color: #3a8242;
    opacity: 1;
}

hr:not([size]) {
    height: 5px;
}

.btn-socio {
    background-color: #3a8242;
    height: 40px;
    width: 235px;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

.btn-socio a {
    color: white;
}