@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

/* ? ----- PORTADA ----- */


/**/


/**/

body {
    margin: 0;
}

#scroller-componente {
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-color: red;
    background-image: url(https://prucorporativo.compensar.com/Vivienda/Biblioteca%20de%20estilos/webparts/autopauta/img/fondo_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: bold;
    transition: height 0.5s, width 0.5s, padding 0.5s, visibility 0.5s, opacity 0.5s ease-out;
}

#scroller-componente .scroller-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    background: rebeccapurple;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    z-index: 0;
    background: inherit;
    overflow: hidden;
    gap: 20px;
}

#scroller-componente .scroller-flex::before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
    filter: blur(20px);
    margin: -20px;
}

#scroller-componente .scroller-flex .contenido-derecha {
    width: 100%;
    max-width: 65%;
}

#scroller-componente .scroller-flex .contenido-derecha img {
    width: 100%;
}

#scroller-componente .scroller-flex .contenido-derecha .scroller-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#scroller-componente .scroller-flex .contenido-derecha .scroller-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#scroller-componente .scroller-flex .contenido-izquierda {
    width: 100%;
    max-width: 35%;
}

#scroller-componente .scroller-flex .contenido-izquierda .componente-informativo {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

#scroller-componente .scroller-flex .contenido-izquierda .componente-informativo .logo {
    width: 100%;
    max-width: 300px;
}

#scroller-componente .scroller-flex .contenido-izquierda .componente-informativo h2 {
    font-family: "Poppins", sans-serif;
    color: black;
    font-weight: 900;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 25px;
}

#scroller-componente .scroller-flex .contenido-izquierda .componente-informativo h2.color {
    color: white;
}

#scroller-componente .scroller-flex .contenido-izquierda .componente-informativo .parrafo {
    font-family: "Roboto Condensed", sans-serif;
    color: black;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 40px;
}

#scroller-componente .scroller-flex .contenido-izquierda .componente-informativo .parrafo.color {
    color: white;
}

#scroller-componente .scroller-flex .contenido-izquierda .componente-informativo a {
    color: white;
    padding: 0px 10%;
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(-45deg, #ff6600, #f7a400, #72207e, #d9a8e2);
    background-size: 600%;
    animation: anime 10s linear infinite;
    transition: font-size 0.5s;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

#scroller-componente .btn-cerrar {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ff6600;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9px;
    right: 9px;
    cursor: pointer;
    padding: 0;
    z-index: 11111;
    border: none;
}

#scroller-componente .btn-cerrar::before {
    content: "";
    background-image: url(https://prucorporativo.compensar.com/Vivienda/Biblioteca%20de%20estilos/webparts/autopauta/img/cerrar-autopauta.png);
    background-size: 17px;
    height: 30px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.apertura-pauta {
    width: 100%;
    position: relative;
}

.apertura-pauta button {
    width: 100%;
    min-width: 100%;
    margin: 0;
}

.cont-flecha-btn-apertura {
    position: relative;
    width: 0;
    height: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid transparent;
    border-left: 50px solid #f0ad4e;
    border-bottom: 50px solid #f0ad4e;
    margin: 0 auto;
}

.cont-flecha-btn-apertura>div {}

.chevron {
    position: absolute;
    width: 20px;
    height: auto;
    opacity: 0;
    transform: scale(0.3);
    -webkit-animation: move-chevron 3s ease-out infinite;
    animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
    -webkit-animation: move-chevron 3s ease-out 1s infinite;
    animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    -webkit-animation: move-chevron 3s ease-out 2s infinite;
    animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: #2c3e50;
}

.chevron:before {
    left: 0;
    transform: skewY(30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}

@keyframes move-chevron {
    25% {
        opacity: 1;
    }
    33.3% {
        opacity: 1;
        transform: translateY(2.28rem);
    }
    66.6% {
        opacity: 1;
        transform: translateY(3.12rem);
    }
    100% {
        opacity: 0;
        transform: translateY(4.8rem) scale(0.5);
    }
}


/**/

.portada {
    background: #63287f;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.portada p {
    margin-bottom: 0;
    color: white;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-size: 15px;
    padding-left: 24px;
    width: 100%;
}

.portada #cuenta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

.portada #cuenta .simply-section>div {
    text-align: center;
}

.portada #cuenta .simply-section>div .simply-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bebas Neue", sans-serif;
    word-break: break-all;
    position: relative;
    font-size: 32px;
    width: 50px;
    height: 50px;
    font-weight: 900;
    background: white;
    border-radius: 50%;
    color: #451560;
    padding-top: 5px;
}

.portada #cuenta .simply-section>div .simply-word {
    font-weight: 300;
    font-size: 12px;
    top: 1px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    color: white;
    position: relative;
}

.portada.oculta {
    transform: translateY(100%);
}

@media screen and (max-width: 1200px) {
    .scroller-componente .scroller-flex {
        max-width: 1140px;
    }
}

@media screen and (max-width: 992px) {
    .scroller-componente .scroller-flex {
        max-width: 960px;
    }
    .portada {
        padding: 10px;
        background: #000000;
        flex-direction: initial;
        height: auto;
    }
    .portada p {
        width: 100px;
        font-size: 42px;
        padding-left: 0px;
        text-align: center;
    }
    .portada #cuenta {
        gap: 10px;
        width: 295px;
    }
    .portada #cuenta .simply-section>div .simply-amount {
        font-size: 38px;
        width: 60px;
        height: 60px;
        color: white;
    }
    .portada #cuenta .simply-section:nth-child(1) .simply-amount {
        background: #451560;
    }
    .portada #cuenta .simply-section:nth-child(2) .simply-amount {
        background: #ff9f06;
    }
    .portada #cuenta .simply-section:nth-child(3) .simply-amount {
        background: #ff6600;
    }
    .portada #cuenta .simply-section:nth-child(4) .simply-amount {
        background: #f40b85;
    }
}

@media only screen and (max-width: 500px) {
    .portada {
        padding: 15px;
    }
    .portada p {
        font-size: 20px;
    }
    .portada #cuenta {
        gap: 10px;
        width: 100%;
    }
    .portada #cuenta .simply-section>div .simply-amount {
        font-size: 26px;
        width: 45px;
        height: 45px;
    }
    .portada #cuenta .simply-section:nth-child(1) .simply-amount {
        background: #451560;
    }
    .portada #cuenta .simply-section:nth-child(2) .simply-amount {
        background: #ff9f06;
    }
    .portada #cuenta .simply-section:nth-child(3) .simply-amount {
        background: #ff6600;
    }
    .portada #cuenta .simply-section:nth-child(4) .simply-amount {
        background: #f40b85;
    }
}


/*# sourceMappingURL=css.css.map */