<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-tarjetas {
    background: #ffffff url("../img/banner-origami.png") repeat;
    text-align: center;
    -webkit-animation: slide 20s linear infinite;
    -moz-animation: slide 20s linear infinite;
    -ms-animation: slide 20s linear infinite;
    -o-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite;
    margin: 0;
}

#ulistCt {
    display: flex;
    justify-content: center;
}

#header_main .social-icons a {
    background-color: #ffffff !important;
}

#footer_main .social-icons a {
    background-color: #006633;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.item_webinar {
    margin-top: 20px;
    height: 300px;
}

.item_webinar h6 {
    margin-top:7px;
    font-size: 18px;
}

.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.hs-responsive-embed-youtube iframe,
.hs-responsive-embed-youtube object,
.hs-responsive-embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

#gifload {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 900px) {
    .item_webinar {
        height: auto;
    }

    .hs-responsive-embed-youtube{
        height:250px;
    }

    #ModHeader button{
        margin-right: 2%;
    }

    #gifload {
        margin-top: -6%;
    }
}

.jumbotron p {
    text-align: center;
}
</pre></body></html>