﻿.contentViewer.contenedorContenidoCOLP {
    margin: 0px;
    border-radius: 0px;
}
    .contentViewer.contenedorContenidoCOLP .mainContent {
        top: 0;
        padding-bottom: 30px;
    }
    .contentViewer.contenedorContenidoCOLP .topBar {
        display: none;
    }
    .contentViewer.contenedorContenidoCOLP .divVideo {
        position: relative;
    }
.classCardColp {
    padding: 0px;
    margin: 15px 30px;
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    justify-content: center;
    align-items: center;
    width: 160px !important;
    height: 190px;
    background: #ffffff;
    box-shadow: 0px 2px 20px 8px rgb(0 0 0 / 15%);
    border-radius: 10px;
    overflow: hidden !important;
}
.card-title {
    font-family: spartanregular !important;
    color: #4d4d4d;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.classCardColp .card-img-top {
    background-size: inherit !important;
}
.clsSectionPWA h3 {
    font-family: spartanextrabold !important;
    color: #4d4d4d;
    font-weight: 800;
    font-size: 2.4rem;
    text-align: center;
    display: block;
    margin: 0 0 50px 0;
}
.parent_clsSectionPWA {
    padding: 4em 20px;
    position: relative;
}

.parent_clsSectionPWA img{
    border-radius: 30px;
    cursor: pointer;
}
.carousel-control-prev:hover, .carruselP .carousel-control-next:hover {
    background-color: #264ed2;
}
.parent_btnBackSecciones_COLP {
    position: absolute;
    bottom: 0px;
    right: 0px;    
}
.btnBackSecciones_COLP {
    background-color: #264ed2 !important;
    border-radius: 20px;
    color: white !important;
    padding: 8px 15px !important;
}
.parent_btnFwdSecciones_COLP {
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 2;
}
.btnFwdSecciones_COLP {
    background-color: #264ed2;
    border-radius: 20px;
    color: white !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important
}

/* BOTON SCROLL */

.scroll-bar {
    position: absolute;
    left: 48%;
    bottom: 10px;
    cursor: pointer;
}

.scroll-bar__text {
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3em;
    text-align: center;
    padding-right: 20px;
}

    .scroll-bar__text::before {
        content: "";
        position: absolute;
        right: 0;
        top: 3px;
        height: 50%;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #3366cc;
    }

.scroll-bar__bar {
    width: 100%;
    height: 15px;
    background-color: rgba(255,255,255,0.01);
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

    .scroll-bar__bar::before {
        content: '';
        width: 100%;
        background: #3366cc;
        position: absolute;
        left: 0;
        top: 0;
        height: 50%;
        animation: scroll 1.5s infinite;
    }

@keyframes scroll {
    0% {
        transform: translate3d(0, 0%, 0)
    }

    100% {
        transform: translate3d(0, 250%, 0)
    }
}

/* FIN BOTON SCROLL */

