@import url("https://fonts.googleapis.com/css?family=Raleway:900&display=swap");

body {
    display: grid;
    min-height: 100vh;
    grid-template-rows: auto 1fr auto;
}

footer {
    /* position: absolute; */
    /* width: 100%;
    bottom: 0; */
}

.about_us {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    background-color: transparent;
    /* min-height:80vh; */
    position: relative;
    /* padding: 3em 0; */
    /* height: 40vw; */
}

.title h2 {
    /* color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255, 255, 255); */
    font-family: "Raleway", sans-serif;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1.75px #fefaf0;
    font-size: 5.94rem;
    font-weight: 700;
    line-height: 1;
    /* background-color: white; */
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}

#container-text {
    filter: url(#threshold) blur(0.6px);
    font-size: 2.06rem;
}

.content-actions-text{
    display: flex;
    justify-content: center;
}

.title p{
    opacity: 0;
}


.about_us h2 {
    text-align: justify;
    /* font-size: 60px; */
}

.about_us p {
    text-align: justify;
    /* font-size: 36px; */
}

video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.filter-video {
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 73%);
    width: 100%;
    height: 100%;
}

.separador {
    height: 300px;
    width: 100%;
}

.title-descripcion{
    font-size: 33px;
    line-height: 1.6;
}

/* EFECTS */

/* ----------------------------------------------
  Generated by AnimatiSS
  Licensed under FreeBSD License
  URL: https://xsgames.co/animatiss
  Twitter: @xsgames_
---------------------------------------------- */

.tracking-in-expand {
    opacity: 1;
    animation: tracking-in-expand 0.5s linear both;
}

.blur {
    animation: blur 0.4s linear both
}


.scale-up-center {
    animation: scale-up-center 0.5s;
}

@keyframes blur {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scale-up-center {
    0% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -.2em;
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        letter-spacing: 0;
        opacity: 1
    }
}

@media screen and (max-width: 768px) {

    .about_us h2:not(.title) {
        text-align: justify;
    }

    .about_us p {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 576px) {

    .about_us h2:not(.title) {
        text-align: left;
        font-size: 3.5rem;
    }

    .subtitle{
        display: block;
    }

    .about_us p {
        font-size: 1rem;
    }

    .content-actions-text{
        flex-direction: column;
    }

    #text1{
        width: fit-content !important;
    }

    #container-text{
        justify-content: center;
    }
}