section {
    padding: 30px 0;
}
section h2 {
    color: #ed1c24; font-weight: 400; font-size: 30px;
}
.section-video {
    background-color: #000;
    padding: 20px 0 10px; margin-top: .6em;
}
.section-download {
    padding-bottom: 0;
}
.section-galeria {
    padding-top: 20px;
}
.section-video h2 {
    margin: 0; color: #fff;
}
.section-medios {
    background-color: whitesmoke;
}
.testimonial-carousel {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.testimonials-wrapper {
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
}

.testimonials-wrapper h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    position: relative;
    padding: 30px 20px; padding-top: 40px;
    color: #000; margin-top: 0;
    border-radius: 5px;
    background: #fafafa;
    box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3);
    text-align: center;
    min-height: 150px;
}

.testimonials-blob,
.testimonials-img {
    border-radius: 100%
}

.testimonials-img {
    position: relative; left: 55%; z-index: 1;
    overflow: hidden !important;
    width: 60px; height: 60px;
    margin-bottom: -20px;
    margin-left: -50px;
    transition: all ease-out .5s;
    transform: translateY(-30%);
    filter: brightness(2);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.testimonial-carousel .active .testimonials-img {
    transform: translateY(0);
    filter: brightness(1)
}

.testimonials-person-info {
    text-align: center;
    color: #050505;
    margin-bottom: 80px;
}
.testimonials-person-info p b{
     font-weight: 400;
}
.testimonials-person-info p span {
    font-size: 85%; font-weight: 400; 
}

.testimonials-blob {
    position: relative;
    left: 80%;
    width: 3px;
    height: 3px;
    transform: rotate(45deg)
}
.media {
    overflow: visible;
}
@keyframes anim {
    0% {
        opacity: 0;
        box-shadow: 0 0 0 0 #e30613, 0 0 0 0 #e30613
    }

    50% {
        box-shadow: 0 15px 0 0 #e30613, 0 0 0 0 #e30613
    }

    100% {
        opacity: 1;
        background: #e30613;
        box-shadow: 0 15px 0 4px #e30613, 0 35px 0 6px #e30613
    }
}

.testimonial-carousel .active .testimonials-blob {
    display: none;
}

.testimonial-carousel {
    cursor: grab
}

.testimonial-carousel:active {
    cursor: grabbing
}

.testimonial-carousel .owl-item {
    overflow: hidden;
    transition: all ease-out .3s;
    transform: scale(.7);
    opacity: 0
}

.testimonial-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1
}
.owl-next,
.owl-prev {
    font-size: 13px;
    line-height: 35px;
    position: absolute;
    bottom: 0%;
    padding: 0 10px;
    transition: all ease-out .25s;
    transform: translateY(-100%);
    opacity: 1;
    color: #fff;
    border-radius: 3px;
}

.owl-next:hover,
.owl-prev:hover {
    color: #fff;
    background: #615e6b
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.owl-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute; left: 0; right: 0; bottom: 0; 
    margin: auto; 
    justify-content: center;
}

.owl-carousel .owl-dot {
    width: 15px; height: 15px; background-color: whitesmoke;
    margin: 0 .7em; border-radius: 50%;
}
.owl-dots .owl-dot.active {
    background-color: #e50000;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: #fff;
}
.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
    opacity: 0
}


.medios .item .medio {
    background-color: #fff;
    position: relative; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
        align-items: center;
    min-height: 210px; padding-top: 20px; margin-top: 50px; margin-bottom: 90px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.medios .item .probootstrap-box {
    display: block; width: 100%;
}
.medios .item .img-medio {
    position: absolute; top: -40px; left: 0; right: 0;
    margin: auto;
    background-color: #ccc;
    height: 80px; width: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.medios .item .img-medio img {
    width: auto; 
}
.medios .item h3 {
    text-align: center; margin-top: 0;
}
.medios .item p a, .medios .item p {
    color: #000; font-size: 16px;
}
.medios .item p a:hover {
    color: red;
}
.medios .item .footer {
    background-color: #999999;
    position: absolute; bottom: 0; left: 0;
    width: 100%; 
    padding: .3em 1em;
}
.medios .item .footer h4, .medios .item .footer h5 {
    margin: 0; color: #fff;
}
.medios .item .footer h4 {
    float: left; font-size: 14px;
}
.medios .item .footer h5 {
    float: right;
}
section.section-download h2 {
    font-size: 18px;
}
button.submit {
    background-color: transparent;
    border: 0;
}
button.submit:focus{
    outline: 0;
}
.owl-nav {
    position: absolute; top: 55%; left: -50px;
    width: 109%;
}
.medios .owl-nav {
    left: -52px;
}
@media only screen and (max-width: 991px) {
    .section-video {
        margin-top: 90px;
    }
    .testimonials-img {
        left: 54%;
    }
    .Flex {
        display: flex !important;
    }
    .owl-nav {
        position: relative; top: inherit; left: inherit;
        width: 100%;
    }
}