@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap');
.bg-colores {
    
    width: 100%;
    height: auto;
    /* background-image: radial-gradient(circle at 47.57% 22.28%, #f3f200 0, #ffe400 8.33%, #ffd300 16.67%, #ffc000 25%, #ffab00 33.33%, #ff9413 41.67%, #f37b1f 50%, #e26426 58.33%, #d24f2c 66.67%, #c43d31 75%, #b82e36 83.33%, #ad213c 91.67%, #a51742 100%); */
    /*background: linear-gradient(to bottom, rgba(255, 254, 254, 0.178), rgba(206, 16, 16, 0.514));*/
}

.bg {
  border-radius: 10px;
    font-weight: bolder;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: white;
   background-color: rgba(255, 31, 31, 0.89);
    -webkit-text-stroke: 0.6px rgb(0, 0, 0);
    text-shadow: black;
    letter-spacing: 2px;
}

.galeria {
    position: relative;
    display: inline-block;
}
.galeria {
  
    align-items: center;
}

.carousel-caption {
    left: 1px;
    text-align: left;
}
.tar {
    background-color: rgb(228, 228, 228);
}

.tar:hover {
    transform: translateY(-15px);
    box-shadow: 0, 12px 16px rgb(0, 0, 0, 0.2);
}

.carousel {
   z-index: 100 !important;
}
main {
    height: 530;
}

main .video {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
}

video {
    width: 100%;
}



