#background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: .85;

}

#myMap {
    height: 350px;
    border-bottom: 2px;
    border-radius: 10px;

}

#myMapDetails {
    height: 350px;
    border-bottom: 2px;
    border-radius: 10px;
    box-shadow: 80px;



}

#cardIndex {
    background-color: transparent;
    border-color: #856d7a;
    box-shadow: 40px;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    font-size: 100%;




}

body {
    background-image: url("../images/descarga.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
}

#navbar {
    background-color: #856d7a;
    color: white;
    font-weight: bold;
}

.table {
    background-color: transparent !important;
    color: rgb(80, 75, 69);
    font-weight: bold;
    font-size: 15px;

}

#tableEvent {
    background-color: #856d7a;
    color: antiquewhite;
    font-weight: bold;
    text-align: center;

}

#comments {
    border-color: #7e6a74;
    font-weight: bold;
    font-size: 18px;

}

#login {
    font-weight: bold;
    color: rgb(158, 113, 113);
    font-size: 17px;
}

#singup {
    font-weight: bold;
    color: rgb(158, 113, 113);
    font-size: 17px;

}

#firstHeading {
    background-color: #7e6a74;
    background-position: bottom;
    text-align: center;
    font-size: 20px;
}

#textEvent {
    font-size: 15px;
    font-weight: 500;
}

#eventName {
    text-decoration: none;
    color: rgb(80, 75, 69);
    font-size: 20px
}

#cardDetails {
    margin-right: 60px;
    background-color: transparent;

}

#cardDetailsGroup {
    background-color: transparent;
}

#cardDetailsGroup1 {
    background-color: transparent;
}

#eventstable2 {
    margin-right: 2em;
    padding-bottom: 10px;
    font-size: 15px;
}

.bg-image {
    background-image: url('https://i.pinimg.com/564x/c4/11/1d/c4111d6652e929d9f408e617e80aab6c.jpg');
    background-size: cover;
    background-position: center center;
}


#petImage img {
    object-fit: cover;
    width: 275px;
    height: 270px;
}

div [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

#petImage {
    transition: 0.5s;
    cursor: pointer;
}

#petImage .card-title {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
}

#petImage .card-title i {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
    color: #ffa710
}

#petImage .card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #18d4ca;

}

#petImage.card:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.card-text {
    height: 80px;
}

#petImage.card::before,
#petImage.card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: '';
    pointer-events: none;
}

.card::before {
    transform-origin: left top;
}

.card::after {
    transform-origin: right bottom;
}

#petImage.card:hover::before,
#petImage.card:hover::after,
#petImage.card:focus::before,
#petImage.card:focus::after {
    transform: scale3d(1, 1, 1);
}

#petImageProfile {
    object-fit: cover;
    width: 275px;
    height: 270px;

}

#imageShelter {
    object-fit: cover;
    width: 275px;
    height: 270px;

}



/* CSS */
.button-23 {
    background-color: #FFFFFF;
    border: 1px solid #222222;
    border-radius: 8px;
    box-sizing: border-box;
    color: #222222;
    cursor: pointer;
    display: inline-block;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    outline: none;
    padding: 13px 23px;
    position: relative;
    text-align: center;
    text-decoration: none;
    touch-action: manipulation;
    transition: box-shadow .2s, -ms-transform .1s, -webkit-transform .1s, transform .1s;
    user-select: none;
    -webkit-user-select: none;
    width: auto;
}

.button-23:focus-visible {
    box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
    transition: box-shadow .2s;
}

.button-23:active {
    background-color: #F7F7F7;
    border-color: #000000;
    transform: scale(.96);
}

.button-23:disabled {
    border-color: #DDDDDD;
    color: #DDDDDD;
    cursor: not-allowed;
    opacity: 1;
}