﻿.bg-layer-1 {
    background-color: #B5EF74;
    text-align: center;
}
.text-layer-1 {
    color: #0E2919;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.bg-layer-2 {
    background-color: #58ab01;
}
.text-layer-2-linea {
    color: #0E2919;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
.btn-verde-colanta {
    background: #ffffff;
    color: #58AB01;
}

.bg-layer-3 {
    background-color: #000000;
    justify-content: center;
    display: flex;
}
.text-layer-3-derechos {
    font-size: 12px;
    color: #ffffff;
}
.text-layer-3-habeas-data {
    font-size: 10px;
    color: #ffffff;
    text-decoration: underline;
}
.img-layer-3-campo {
    padding-left: 10px;
    padding-right: 10px;
}
.mt-10px {
    margin-top: 10px;
}
.font-10 {
    font-size: 10px;
}