@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400&family=Pacifico&display=swap');

body, html {
    height: 100%;
    font-family: 'Mukta', sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Pacifico', cursive;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/playa.jpg");
    height: 84%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero {
    background-color: #999;
    height: 25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.text {
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.btn-dany {
    padding: 0.5em 1em;
    color: #fff;
    background-color: #741c28;
    border-color: #741c28;
}
.btn-dany:hover {
    color: #fff;
    background-color: #e43a54;
    border-color: #e43a54;
}

.btn-outline-dany {
    padding: 0.5em 1em;
    color: #741c28;
    border-color: #741c28;
}
.btn-outline-dany:hover {
    color: #fff;
    background-color: #741c28;
    border-color: #741c28;
}

.icon-bar {
    width: 100%;
    background-color: #999;
    overflow: auto;
}

.icon-bar a {
    text-decoration: none;
    float: left;
    text-align: center;
    width: 20%;
    padding: 12px 0;
    transition: all 0.3s ease;
    color: white;
    font-size: 36px;
}
.icon-bar a p {
    font-size: 14px;
    margin: 0;
}

.icon-bar a:hover {
    background-color: #e43a54;
    color: #741c28;
}

.img-thumbnail {
    border-radius: 50%;
}

.vestimenta {
    width: 100px;
}

@media screen and (max-width: 400px){
    .time-text {
        display: none;
    }
    .form-switch .form-check-input {
        margin-left: -1.8em;
        margin-right: 1em
    }
}

.col-1 {
    padding-left: .5em;
    padding-right: .5em;
}

.btn-mesa {
    padding: 0.5em 1em;
    border: 5px solid #fff;
    box-shadow: 0 4px 6px 0 #ccc;
}
.btn-mesa:hover {
    border: 5px solid #fff;
    box-shadow: 0 4px 10px 0 rgb(92, 92, 92);
}

.text-mesa {
    margin-left: 2em;
    margin-top: 1em;
}

footer {
    background-color: #741c28;
    color: #fff;
}

.map {
    width: "400";
    height: "300";
}

.link-mesa {
    text-decoration: none;
    color: #212529;
}

.link-mesa:hover {
    color: #212529;
}

.show_modal {
    display: block;
}

.modal_attendance {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}