.text-omitir{
    color: #E81C23 !important;
}
.progress-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}
.a {
    color: #202B5D !important;
}
.step {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #202B5D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 30px;
    color: #202B5D;
    background-color: #fff;
}
.dest-datos{
    color: #202B5D;
    font-size: 12px;
}
.step.active {
    background-color: #202B5D;
    color: #fff;
}

.line {
    height: 2px;
    width: 40px;
    background-color: #202B5D;
}

.text-title {
    font-weight: bold;
    color: #202B5D;
    font-size: 30px;
}
.toggle-docs {
    gap: 25px;
}

* {
    font-family: 'Fira Sans', serif;
}

/*     * { */
/*         outline: 1px solid red; */
/*     } */

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    /* mata el scroll lateral */
}

body {
    background-color: white !important;
}

#app {
    width: auto !important;
    background-color: white !important;
}

.m-vil {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 7%;
}
.main-img-container.img-mobile {
    width: 100%;
    height: 300px;
    overflow: hidden;

    justify-content: center;
    align-items: center;
}

.main-img-container.img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.align-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    padding: 30px 30px 0;
}

.container-form {
    max-width: 400px;
    padding: 30px;

}

.main-img-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to left, #91110b 50%, #fb352d 50%);
    display: none;
}

.header-login {
    height: 13vh;
    padding-bottom: 17px;
    padding-top: 17px;
    background-color: #E81C23;
}

.main-login {
    position: relative;
}

.main-title-login {
    padding-top: 19rem;
    padding-left: 10rem;
    color: white;
    font-size: 5rem;
    font-style: italic;
    font-weight: 800;
    z-index: 10;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    line-height: 1;
    display: none;
}

.w-img-header {
    width: 66.666%;
    max-width: 300px;
}

.w-login {
    padding-inline: 1rem !important;
}

.img-login {
    width: 100%;
}

.img-login-cover {
    width: 100%;
    height: auto;
    display: block;

}


.red {
    color: #d0021b;
    font-weight: 600;
    text-decoration: underline;
}

.card-new-login {
    background: rgba(255, 255, 255, 0.9);
    /* transparente elegante */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.card-body-login {
    display: grid;
    row-gap: 1.5rem;
    justify-content: center;
}

.centerDescrt {
    overflow: hidden;


}

.title-login {
    color: #002D41;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
}

.sub-title-login {
    color: #727272;
    /*         font-size: 0.875rem; */
    /*         font-weight: 600; */
    text-align: center;
    width: 314px;
    height: 52px;
}

.form-input-login {
    border-style: solid;
    border-width: 0.125rem;
    border-color: #e5e5e5;
    border-radius: 0.75rem;
    display: flex;
    margin-bottom: 16px;
}

.input-login {
    outline-style: none;
    width: 100%;
    padding: 0.75rem 1rem;
    color: #727272;
    font-size: 0.875rem;
    border-radius: 0.75rem;
    border: none;
    background-color: transparent !important;
}

.input-login::placeholder {
    color: #AFAFAF;
    font-size: 0.875rem;
}

.show-pass {
    cursor: pointer;
    padding: 0.75rem 1rem;
}

.form-check-login {
    position: relative;
}

.check-remember {
    display: none;
}

/* Color cuando está activo */
.form-check-input:checked {
    background-color: #EE2A2F !important;
    border-color: #EE2A2F;
}

/* Color cuando está inactivo */
.form-check-input {
    background-color: #727272 !important; /* gris base */
    border-color: #b3b3b3;
}

.form-switch .form-check-input {
    /* Define una sola variable para el fondo */
    --bs-form-switch-bw: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");

    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bw) !important;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
.fw-bold {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.doc-option {
    display: flex;
    gap: 2rem;
    font-weight: bold;
    color: #727272;
    justify-content: space-around;
}
.doc {
    display: block;
}
.text-remember {
    color: #727272;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

.check-remember:checked~.text-remember::before {
    color: #fff;
    border-color: #EE2A2F;
    background-color: #EE2A2F;
}

.text-remember::before {
    position: absolute;
    top: .25rem;
    left: -1.75rem;
    background-color: #fff;
    border: 1px solid #EE2A2F;
    border-radius: .25rem;
    display: block;
    width: 1rem;
    height: 1rem;
}

.text-remember::after {
    position: absolute;
    top: .25rem;
    left: -2.75rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: '';
    background: no-repeat 50% / 50% 50%;
}

.link-login {
    color: #EE2A2F;
    font-size: 0.875rem;
    font-weight: 600;
}

.link-login:hover {
    color: #EE2A2F;
}

.btn-redshalom {
    width: 100%;
    /* ocupa todo el ancho del contenedor */
    display: block;
    /* asegura que no se alineen en fila */
    margin: 10px 0;
    border-radius: 0.75rem !important;
}

.text-register {
    color: rgba(91, 91, 91, 0.89);
    font-size: 18px;
    font-weight: 600;
}

.grid-layout-login {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.grid-card-1 {
    order: 1;
    grid-row: span 2 / span 2;
}

.grid-card-2 {
    order: 2;
}

.grid-card-3 {
    order: 5;
    margin-top: -10px;
}

.grid-card-4 {
    order: 3;
}

.grid-card-5 {
    order: 6;
    margin-top: -50px;
}

.grid-card-6 {
    order: 4;
    grid-row: span 2 / span 2;
}

.grid-column-login {
    display: grid;
    row-gap: 1rem;
}

.grid-column-login2 {
    display: grid;
    row-gap: 2rem;
}

.img-grid {
    border-radius: 0.75rem;
    width: 100%;
}

.faq-login {
    display: flex;
    column-gap: 2.5rem;
    align-items: center;
    justify-content: space-between;
}

.questions-login {
    width: 100%;
    max-width: 600px;

    padding: 1rem;
}

.title-questions {
    color: #232D5C;
    font-weight: bolder;
    font-size: 3.5rem;
    font-style: italic;
    line-height: 0.85;
}

.faq-watermark-login {
    display: block;
    height: 100%;
    height: 100%;
    width: 33.333%;
}

.title-faq {
    font-size: 1.5rem !important;
    color: #5B5B5B !important;
    padding: 0.75rem 1.25rem;
    border-style: solid;
    border-width: 2px;
    border-color: #E81C23;
    border-radius: 12px;
    line-height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-title-faq {
    color: #232D5C;
}

.questions {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 2rem;

}

.text-faq {

    width: 100%;
    white-space: normal;
    word-break: break-word;
    left: 0;
    color: #727272;
    padding: 1rem 0;
    font-size: 20px;
}

.collapse {
    overflow: hidden;
    transition: max-height 0.3s linear;
    max-height: 0;
}

.collapse.show {
    max-height: 500px;
}

.text-statistics {
    color: #ffffff;
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.bg-statistics {
    background: linear-gradient(to right,
    #002D41 3%,
    #002A3B 35%,
    #00212C 75%,
    #001A1F 100%);
}

.title-statistics {
    color: #52707d;
    width: 100%;
    font-size: 15vw;
    font-weight: bolder;
    line-height: 1;
    opacity: 20%;
}

.img-play {
    width: 5rem;
}

.statistics-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.statistics-body {
    column-gap: 5rem;
    max-width: 48rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.statistics-text {
    color: #ffffff;
    line-height: 1;
    text-align: center;
}

.statistics-number {
    font-weight: 600;
}

.overlay-login {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-body {
    display: grid;
    row-gap: 1rem;
    max-width: 48rem;
}

.overlay-body--full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.bg-comunicate {
    background-color: #BAE0E5;
}

.bg-footer {
    background: linear-gradient(to right, #BA1528, #E81C23);
    width: 100%;
    padding: 3%;

}

.flip-card {
    perspective: 1000px;
    touch-action: manipulation;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
}

.flip-card-inner.is-flipped {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow-wrap: break-word;
}

.flip-card-back {
    transform: rotateY(180deg);
    background-color: #BC1628;
    border-radius: 10px;
}

.card-new {
    color: white;
    border-radius: 10px;
    padding: 1rem;
    width: clamp(280px, 90%, 800px);
    max-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    min-height: 200px;
    overflow-wrap: break-word;
    word-break: break-word;
    box-sizing: border-box;
}

.titulo-card {
    color: #ffffff;
    margin: 0;
    line-height: 1.2;
    font-family: 'Fira Sans', 'Helvetica Neue', Arial, sans-serif;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.titulo-card strong {
    font-weight: 800;
    font-size: clamp(18px, 2vw, 47px);

}

.titulo-card span {
    font-weight: 500;
}

.card-content {
    background-color: #BC1628;
    color: #ffffff;
    /* padding-bottom: 8px; */
    padding: 1px;
    border-radius: 10px;
    /* max-width: 100%; */
    /* box-sizing: border-box; */
    word-wrap: break-word;
    overflow-wrap: break-word;
    /* text-align: center; */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
}

.card-content h2 {

    font-size: clamp(14px, 2vw, 25px) !important;
    margin: 0;
    line-height: 1.2;
}

.card-content h2 strong {
    font-weight: 700;
}

.card-content h2 span {
    font-weight: 400;
}

.card-content p {
    font-size: clamp(9px, 1vw, 20px) !important;

    font-weight: 400 !important;
    color: #FFFFFF !important;
    margin: 15px 0 !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.btn-arrow {
    background: #FFFFFF;
    color: #BC1628;
    border: none;
    border-radius: 11px;

    /* padding que se reduce en pantallas chicas */
    padding: clamp(4px, 2vw, 8px) clamp(8px, 4vw, 14px);

    /* fuente que se reduce en móviles */
    font-size: clamp(14px, 2.5vw, 18px);

    font-weight: 900;
    cursor: pointer;
    line-height: 1;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.img-play {
    width: 19.85%;
}

.statistics-number {
    font-size: 18px;
    line-height: 1;
}

.statistics-label {
    font-size: 18px;

}

.main-img-container {
    display: flex;
    justify-content: center;
}

.slider {
    position: relative;
    perspective: 1000px;
    overflow: visible;

    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 16 / 9;
}

.slide {
    position: absolute;
    max-width: 33.3333333%;
    background: transparent;
    border-radius: 28px;
    transition: transform 0.55s ease, opacity 0.55s ease, filter 0.55s ease;
    opacity: 0;
    overflow-wrap: break-word;
}

.slide.active {
    opacity: 1;
    z-index: 3;
    filter: none;
    transform: translateX(0) scale(1);
}

.slide.prev {
    opacity: 0.35;
    z-index: 2;
    filter: grayscale(35%);
    transform: translateX(-100%) scale(0.9);
}

.slide.next {
    opacity: 0.35;
    z-index: 2;
    filter: grayscale(35%);
    transform: translateX(100%) scale(0.9);
}

.nav-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.btn:hover {
    background: #0d3a52;
}

/* Dots */
.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
}

.dot.active {
    background: #333;
}

/* CARD */
.center-card {
    background: #ffffff;
    border-radius: 60px;
    box-shadow: 3px -4px 48px rgb(238 42 47 / 31%), 0 6px 18px rgba(0, 0, 0, 0.06);
    position: relative;
}

.center-card .img-frame {

    overflow: hidden;
}

.center-card .img-frame .card-img-top {
    border-radius: 24px;
    height: 31rem;
    object-fit: cover;
    object-position: center;
    margin: 0 !important;
    padding: 19px !important;
}

.center-card .card-body {
    padding: 1rem 1rem 3rem;
    position: relative;
    overflow: visible;
    z-index: 10;
    text-align: center;
}

.slide:not(.active) .card-body {
    display: none;
}

.slide:not(.active) .superpuesta {
    display: none;
}

.center-card h5 {
    font-size: 38px;
    font-weight: 500;
    color: #092D40;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.center-card p {
    font-size: 38px !important;
    font-weight: 800;
    color: #E81C23;
    margin-bottom: 1rem;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.5px; */
    line-height: 1;
    font-style: italic;
}

.entrepreneur-description {
    padding: 0.75rem 1rem;
    color: #4B5563;
    font-style: italic;
    font-size: 0.9rem;
    line-height: 1.35;
}

.star-rating {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #E81C23;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 8px 24px rgba(232, 28, 35, 0.25);
}

.center-card {
    border-radius: 30px;
}

.title-marcas {
    font-size: 2.25rem;
    line-height: 1;
}

.text-marcas {
    color: #232D5C;
    padding: 1rem;
}

.icon-idea {
    color: #232D5C;
    width: 35px;
    margin-left: 4;
}

.controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    /* margin-top: 22px; */
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row;

}

.controls .btn {
    background: #172b4d;
    color: #fff;
    border: none;
    border-radius: 50%;
    /* width: 45px; */
    height: 50px;

    /* font-size: 1.5rem; */
    /* cursor: pointer; */
    transition: background 0.3s cubic-bezier(0, 0.59, 0.25, 1);
}

.controls .btn:hover {
    background: #172b4dc2;
}

.img-web {
    display: block;
}

.img-mobile {
    display: none;
}

/* Contenedor  */
.contenedor {
    position: relative;
    /* crea un contexto para el posicionamiento */
    padding: 12
}

.fondo {
    width: 100%;
    height: auto;
}

.superpuesta {
    position: absolute;
    top: 3rem;
    left: 40px;
    width: 40%;
    z-index: 10;
}

.img2 {

    top: 11rem;
}


.boton-flotante {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.boton-flotante button {
    background-color: #202B5D;
    color: white;
    border: none;
    border-radius: 20%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.entrepreneur-section {
    padding: 1rem 0;
}

@media (max-width: 1700px) {

    .card-body h5 {
        font-size: 1.1rem;
    }

    .statistics-number {
        font-size: 27px;
        line-height: 1;
    }

    .center-card .card-body {
        padding: 1rem 1rem 1rem;
    }

    .statistics-label {
        font-size: 16px;
    }

    .center-card {
        width: 100%;
    }

    .center-card h5 {
        font-size: 20px;
    }

    .img-frame {
        width: 100%;
    ;
    }

    .statistics-number {
        font-size: 24px;
    }

    .statistics-label {
        font-size: 11px;
    }
}

@media (max-width: 1024px) {
    .slider {
        aspect-ratio: 4 / 3;
    }
}

@media (max-width: 992px) and (min-width: 576px) {
    .btn-arrow {
        padding: 6px 10px;
        font-size: 14px;
    }

    .img-frame {
        max-width: 280px;
    }

    .grid-card-5 {
        order: 6;
        margin-top: -30px;
    }
}

@media (max-width: 768px) {
    .m-vil {

        justify-content: center;
    }

    .link-login {
        font-size: 12px;
    }

    .text-remember {
        font-size: 12px;
    }

    .text-register {

        font-size: 12px;

    }

    .main-title-login {
        padding-left: 1rem;
        font-size: 2rem;
        /* más pequeño en móvil */
        text-align: center;
    }

    .img-login-cover {
        max-width: 100%;
        height: auto;
        /* evita deformaciones */
    }

    .img-web {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    .card-body h5 {
        font-size: 11px;
    }

    .boton-flotante {
        display: flex;
    }

    .slider {
        aspect-ratio: 1 / 1;
    }

    .center-card p {
        font-size: 16px !important;
        margin-bottom: 5px;
    }
}

@media (min-width: 700px) {

    .w-login {
        padding-inline: 6rem;
    }

    .grid-layout-login {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.4rem;
    }

    .statistics-body {
        grid-template-columns: repeat(4, 1fr);
    }

    .statistics-number {
        font-size: 4rem;
    }

    .statistics-label {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .text-statistics {
        font-size: 3rem;
    }

}

@media (max-width: 700px) {
    .grid-layout-login {
        gap: 0.7rem;
    }

    .grid-card-1 {
        order: 1;
        grid-row: span 1 / span 1;
    }

    .grid-card-2 {
        order: 2;
        margin-top: -170px;
    }

    .grid-card-3 {
        order: 4;
        margin-top: -230px;
    }

    .grid-card-4 {
        order: 3;
    }

    .grid-card-5 {
        order: 5;
        margin-top: -10px;
    }

    .grid-card-6 {
        order: 6;
        grid-row: span 1 / span 1;
        margin-top: -90px;
    }

    .questions-login {
        max-width: 250%;
    }

    .faq-watermark-login {
        display: none;
    }

    .statistics-body {
        column-gap: 1rem;
    }

    .questions {

        justify-content: start !important
    }



}

@media (max-width: 576px) {
    .align-login{
        padding: 0 30px;
    }

    .card-body-login {
        row-gap: 0.25rem;
    }

    .center-card .img-frame .card-img-top {
        width: 100%;
        height: 100%;
    }

    .entrepreneur-description {
        font-size: 6px;
        width: 100%;
        padding: 0;
    }

    .superpuesta {
        top: 11px !important;
        left: 11px !important;
    }

    .img2 {

        top: 1px !important;
    }

    .controls .btn {
        width: 30px;
        height: 30px;
        padding: 0.2rem 0.2rem;
    }

    .img-web {
        display: none;
    }

    .img-mobile {
        display: block;
    }

    .title-marcas {
        font-size: 18px;
    }

    .center-card {
        padding: 2px;
        border-radius: 17px;
    }

    .center-card .card-body {
        padding: 1rem 1rem 1rem;
    }

    .contenedor {

        padding: 4 !important;
    }

    .img-frame {
        max-width: 200px;

    }

    .img-frame img.superpuesta {
        max-width: 70%;
        bottom: 5%;
    }

    .card-body h5 {
        font-size: 16px;
    }

    .center-card p {
        font-size: 14px !important;
        margin-bottom: 5px;
    }

    .star-rating {
        font-size: 12px;
        margin-top: 4px;
        width: 20px;
        height: 20px;
        bottom: -14px;
    }

    .statistics-number {
        font-size: 20px;
        line-height: 1;
    }


    .statistics-label {
        font-size: 9px;
    }

    .main-title-login {
        padding-top: 9rem;
        display: block;
    }

    .card-body h5 {
        font-size: 1rem;
    }

    body {
        font-size: 0.9rem;
    }
}
.invalid-feedback{
    display:block !important;
}
.btnRegister {
    display: grid;
    text-align: center;
    padding: 20px;
    justify-items: center;
}

.btnRegister .bottoP {
    background-color: #202B5D;
    color: #fff;
    padding: 4px 20px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.btnRegister .bottoP:hover {
    background-color: #202B5D;
}
@media (max-width: 480px) {
    .m-vil {
        padding-inline: 0rem;
        display: block;
        top: 10rem;
    }

    .faq-login {

        column-gap: 4.5rem;
    }

    .grid-card-1 {
        order: 1;
        grid-row: span 1 / span 1;
    }

    .grid-card-2 {
        order: 2;
        margin-top: -170px;
    }

    .grid-card-3 {
        order: 4;
        margin-top: -230px;
    }

    .grid-card-4 {
        order: 3;
    }

    .grid-card-5 {
        order: 5;
        margin-top: -10px;
    }

    .grid-card-6 {
        order: 6;
        grid-row: span 1 / span 1;
        margin-top: -90px;
    }

    .w-img-header {
        width: 80%;
        max-width: 250px;
    }

    .w-login {
        padding-inline: 0.8rem;
    }

    .card-new-login {

        margin-bottom: 3rem;
    }

    .main-login {
        display: flex;
        flex-direction: column;
        margin-bottom: 8rem;

    }

    .title-login {
        font-size: 40px;
    }

    .sub-title-login {
        font-size: 0.8rem;
        width: 90%
    }

    .title-questions {
        font-size: clamp(29px, 2vw, 32px) !important;

    }


    .text-faq {
        font-size: 10px;
    }

    .title-faq {
        font-size: 1rem !important;
        line-height: 1;
    }

    .card-new {

        height: 100%;
        width: 110%;
        padding: 9px;
        min-height: 120px;
    }

    .titulo-card strong {
        font-size: 14px !important;
        margin: 4px !important;
    }

    .card-content h2 span {
        font-weight: 400;
        font-size: 12px !important;
        margin: 4px !important;
    }

    .card-content p {
        font-size: 9px !important;
        text-align: left !important;
        vertical-align: middle !important;
        margin: 4px !important;
        line-height: 1.1;
    }

    .btn-arrow {
        border-radius: 6px;
        padding: 3px;
    }



}



