body {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

header {
    width: 95%;
    max-width: 788px;
    display: flex;
    justify-content: flex-end;
    padding: 12px;
    margin-top: 15px;
}

.share__button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #deccff;
}

.share__button svg {
    margin-top: 7px;
    margin-left: 8px;
}

.container {
    width: 91%;
    max-width: 680px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alert_msj_error {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 0px;
}

.alert_msj_info {
    color: #127fd6;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 0px;
}

.alert_msj_alerta {
    color: #FF9800;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px;
    margin: 0px;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 20px;
    margin-bottom: 30px;
}

.tile {
    font-weight: bold !important;
    font-size: 18px !important;
    width: 100% !important;
    background-color: #fff !important;
    color: #000 !important;
    margin: 7px !important;
    border-radius: 15px !important;
    box-shadow: 0px 21px 76px 10px rgba(0, 0, 0, 0.39) !important;
    -webkit-box-shadow: 0px 21px 76px 10px rgba(0, 0, 0, 0.39) !important;
    -moz-box-shadow: 0px 21px 76px 10px rgba(0, 0, 0, 0.39) !important;
    /* display: flex !important; */
    justify-content: space-between !important;
}

.tile:hover {
    transition: cubic-bezier(.07, 1.41, .82, 1.41) 0.2s;
    transform: scale(1.02);
}

.tile__share-button {
    margin-top: 8px;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #deccff9c;
}

.tile__share-button svg {
    margin-left: 8px;
    margin-top: 7px;
}

.image__container {
    height: 96px;
    width: 96px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 1px 13px 71px 1px rgba(0, 0, 0, 0.39);
    -webkit-box-shadow: 1px 13px 71px 1px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 1px 13px 71px 1px rgba(0, 0, 0, 0.39);
}

@media screen and (min-width: 768px) {
    .image__container {
        height: 150px;
        width: 150px;
    }
}

.image__container img {
    height: 100%;
}

.icon {
    margin: 4px 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coffee {
    margin-top: 7px;
}

.background {
    background-image: url("../../img/bg.png");
    min-height: 100vh;
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.f1 {
    color: #fff;
}

.f2 {
    font-size: 19px;
    color: #000;
}

.f3 {
    font-size: 14px !important;
    font-weight: bold !important;
}

.f4 {
    color: #d2dfff !important;
}

.f5 {
    font-size: 14px;
    font-weight: normal;
}

.f6 {
    color: #ffeb00;
    font-weight: bold;
    font-size: 22px;
}

.f6:hover {
    color: #ffeb00;
    font-weight: bold;
    font-size: 22px;
}

.bg1 {
    background-color: #f3f3f3 !important;
}


.img1 {
    max-width: 80px;
}

.img2 {
    max-width: 90px;
    border-radius: 100%;
    border: 5px solid #d3d3d3;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.tile p {
    margin: 25px !important;
}

.p-relative {
    position: relative;
}

.cont1 {
    height: 90px;
}

.b1 {
    background: #ffa593 !important
}

.b2 {
    background: #b2c3ff !important
}

.w100 {
    width: 100%;
}

.w10p {
    width: 10%;
}

.w15p {
    width: 15%;
}

.w80p {
    width: 80%;
    padding-right: 20px;
}

.w90p {
    width: 90%;
    padding-right: 20px;
}

.c {
    text-align: center;
    margin: 0 auto;
}

.divimg {
    padding: 10px;
}

/* .modal-body {
    padding: 0px !important;
} */

.modal-backdrop.show {
    opacity: .8 !important;
}

.table {
    background-color: white !important;
}

.tb1 {
    color: #737373 !important;
}

.border-radius-10 {
    border-radius: 10px;
}

.ttt tr td {
    text-align: center;
}

.card-body .col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    margin-bottom: 10px;
    ;
}

.form-control {
    border-radius: 25px;
}

.card-header {
    background: #0439afa1;
    border-radius: 25px !important;
    margin-bottom: 7px;
}
.card-header2 {
    background: #00000047;
    border-radius: 25px !important;
    margin-bottom: 7px;
}

.card {
    border: none;
    background-color: transparent;
    width: 100%;
}

.card-title {
    color: #fff;
    text-align: center;
}

.control-label {
    color: #fff;
}

.card-body {
    background: #0b245b6e;
    border-radius: 25px;
}

.modal-footer {
    border-top: 1px solid #144679;
}

.btn {
    border-radius: 25px !important;
}

.ch {
    background: #000c3985;
}

.bold {
    font-weight: bold;
    ;
}

.t1 {
    background: #042b8a;
}

.sep {
    color: #5d79ad;

}

.col_centrado {
    float: none;
    margin: 0 auto;
}

.div_fecha {
    max-width: 130px;
}

.form-control {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
.btn-warning {
    color: #000000;
    font-weight: bold;
}
.h{
    display: none;
}