.black-text {
    color: black;
}
.green-text {
    color: #0D7753;
}
.gray-text {
    color: #555555;
    font-size: 15px;
}
.lb-text {
    color: #5076A3;
}
.box-customized {
    margin-top: 30px;
    margin-bottom: 30px;
}
th, td {
    padding: 15px !important;
}
.border-lb {
    border: 1px solid #D4E1EE;
}
.lb-background {
    background-color: #E6EDF5;
}
.fg-light {
    font-weight: 400;
}
.paddingall {
    padding: 5px;
}
.margin-responsive-2 {
    margin-top: 1% !important;
}
@media screen and (max-width: 600px) {
    .video{
        width: 100%;
    }
    .imagen-responsive {
        width: 100%;
        height: 100%;
    }
    .menues {
        color: white !important ;
    }
    .margin-responsive {
        margin-top: 40px !important;
    }
    .margin-responsive-2 {
        margin-top: 3.5% !important;
    }
    .margin-responsive-3 {
        margin-bottom: 20px !important;
    }
    .margin-responsive-4 {
        margin-top: 56px !important;
    }
    .padding-responsive-1 {
        padding-bottom: 0px !important;
    }
    .width-responsive {
        width: 37.5%;
    }
}