.caruselContainer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 70vh;
}

.caruselDescription{
    background-color: hsla(239, 100%, 1%, 0.4);
    position: absolute;
    bottom: 0.5em;
    left: 0em;
    border-radius: 0px 5px 5px 0px;
    padding: 1em;
    z-index: 99999;
}


.caruselTitle{
    font-size: 3em;
    font-family: "Anton", sans-serif;
    color: rgb(255,206,2);
}

.caruselSubtitle{
    color: rgb(255,206,2);
    font-size: 0.8em;
}

.poster{
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
}

.poster img{
    width:100%;
}

.poster:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}


.text-caligraphy{
    font-family: "Charm", cursive;
    font-weight: 400;
    font-style: normal;
}

.background-gray-argos{
    background-color: rgb(46, 52, 64);
}

footer{
    background-color: rgb(46, 52, 64);
}

.videoContainer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.background-blur{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
}