.containerAnimation {
    height: 200px;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.containerAnimation img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    /* float: left; */
}

.containerAnimation img {
    animation-duration: 20s;
    animation-iteration-count: infinite;
}

.containerAnimation img.img1 {
    animation-name: aboutAnimation_img1;
    opacity: 1;
}

.containerAnimation img.img2 {
    animation-name: aboutAnimation_img2;
    opacity: 0;
}

.containerAnimation img.img3 {
    animation-name: aboutAnimation_img3;
    opacity: 0;
}

.containerAnimation img.img4 {
    animation-name: aboutAnimation_img4;
    opacity: 0;
}

@keyframes aboutAnimation_img1 {
    0% {
        opacity: 1
    }
    15% {
        opacity: 1
    }
    25% {
        opacity: 0
    }
    90% {
        opacity: 0;
    }
}

@keyframes aboutAnimation_img2 {
    0% {
        opacity: 0
    }
    15% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@keyframes aboutAnimation_img3 {
    0% {
        opacity: 0
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    65% {
        opacity: 1
    }
    75% {
        opacity: 0
    }
}

@keyframes aboutAnimation_img4 {
    0% {
        opacity: 0
    }
    65% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    90% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.solunika-about {
    padding-top: 0;
}

.solunika-about p {
    margin: 0 0 15px 0;
}

.solunika-about span {
    float: left;
}

.solunika-about span.about {
    opacity: 0;
}

.solunika-about .contentAbout {
    height: auto;
}

.solunika-about .contentAbout div {
    margin: 0;
}

#about .containerAnimation {
    position: relative;
    margin: 20px 0;
    left: 0;
    top: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 0 10%;
    height: auto;
}

#about p {
    text-align: center;
}


/*Mobile*/

#about .videoContent {
    height: 356px;
    padding: 10px 0;
    margin: 40px 0;
}

#about .videoContent iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
    #about .videoContent {
        margin: 0;
    }
    #about p {
        text-align: center;
    }
    #about .containerAnimation {
        height: 300px
    }
    .solunika-about .contentAbout {
        height: fit-content;
    }
    #about .containerAnimation {
        margin: 0;
        position: absolute;
        left: 55%;
        top: 75px;
        min-height: 500px;
        width: 75%;
        padding: 0;
    }
}

@media (min-width: 1200px) {}

.mockup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 3%;
}

.desktop-mockup-img {
    width: 70%;
}

.mobile-mockup-img {
    width: 0%;
}

@media (max-width: 772px) {
    .desktop-mockup-img {
        width: 0%;
    }
    .mobile-mockup-img {
        width: 80%;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.centrado {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

.flex-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order {
    order: 2;
}

@media (min-width: 1200px) {
    .order {
        order: 0;
    }
}


/* .solunika-content .section-header {} */


/* @media (min-width: 1015px) {} */


/*Colores
.solunika-about p{color: #797979;}
*/