.cNaranja {
    color: #e39c70;
}

.cBlack {
    color: #000
}

.bgNegro {
    background-color: #000;
}

.cMorado {
    color: #b089ff;
}

.bgMorado {
    background-color: #b089ff;
}

.bdr-abajo {
    border-bottom: 5px solid #1f0042;
}

.cNegro {
    color: #1f0042;
}

.bdr-inferior {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.bdr-superior {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}

.bdr-video {
    border-radius: 25px !important;
}

.padx {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.pdf-wrapper {
    position: relative;
    display: inline-block;
}

/* Contenedor del PDF */
.pdf-box {
    width: 800px;
    height: 800px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    /* por encima de los bordes */
}

/* Borde derecho */
.borde-derecho {
    position: absolute;
    top: 0;
    right: -20px;
    width: 22px;
    height: 104%;
    background: #e39c74;
    /* Ángulo arriba y corte diagonal abajo */
    clip-path: polygon(0 0,
            /* esquina sup izq */
            100% 10px,
            /* esquina sup der */
            100% calc(100% - 10px),
            /* antes de la base */
            0 96%
            /* esquina inf izq (diagonal) */
        );
}

/* Borde inferior */
.borde-inferior {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 102.5%;
    height: 20px;
    background: #7a6154;

    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 20px 100%);
}

object {
    width: 100%;
    height: 100%;
    border: none;
}

.pad-inf-grande {
    padding-bottom: 5rem !important;
}

.pad-sup-grande {
    padding-top: 5rem !important;
}

.img-over {

    z-index: 10000;
    position: relative;

}

.img-cubo {
    right: 0;
    z-index: 10000;
    position: absolute;
    margin-right: 3%;
    margin-top: -10%;
}

.loc-card {
    border-radius: 10px;
    border: 2px solid #1f0042;
    text-align: center;
    height: 29vh;
    color: #1f0042;
    flex-direction: column;
    margin-left: 2px;
    margin-right: 2px;
}

.city {
    margin-top: 10px;
    display: inline-block;
    background: #000;
    padding: 3px 10px;
    /* inclinación del bloque */
    transform: skewX(-12deg);
    /* sombra del bloque */
    box-shadow: 6px 6px 0 #bfbfbf;
}

.city span {
    display: inline-block;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.dvTexto {
    height: 17vh;
    padding: 20px;
}

.dvTexto p {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #000;
}

.dvTexto p:first-child {
    font-size: 13px !important;
    font-weight: bolder;
}

.botones-inf {
    position: relative;
    bottom: 0;
    width: 100%;
}

.botones-inf img {
    cursor: pointer;
}

.wid-75 {
    width: 75% !important
}

ol.formatos li {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial Black, sans-serif;
}


.btn-resultados {
    font-size: 13px;
    padding: 7px 12px;
    line-height: 18px;
    background-color: #fc9262;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.btn-resultados:hover {
    box-shadow: none !important;
    transform: scale(1.05);
}

.btn-resultados h4 {
    margin: 0;
    padding: 15px 25px;
    color: #222;
}

.efecto-transpa {
    margin-top: -15%;
    padding-top: -10%;
}

.pad-intro {
    padding-top: 15%;
}

.cards-espacios {
    flex: 1;
    min-width: 180px;
    max-width: 200px;
}

.contenedor-espacios {
    gap: 5px;
}

.ubic {
    margin-top: -4px;
}

.space {
    margin-top: 3px;
}

.contenedor-porcentajes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contenedor-porcentajes .porcentaje {
    font-size: 95px;
    font-weight: 900;
    line-height: 1;
    color: #000;
    font-family: Arial Black, sans-serif;
}

.contenedor-porcentajes .titulo {
    margin-top: 12px;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-family: Impact, sans-serif;
}

.card-porcentajes {
    width: 32%;
    margin-bottom: 20px;
    background: #c7f25a;
    border-radius: 14px;
    padding: 25px 20px;
    text-align: center;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenedor-formatos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-formatos {
    width: 15.5%;
    min-height: 230px;
    background: #b8a0ea;
    border-radius: 16px;
    padding: 20px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: .2s ease;
}

.card-formatos:hover {
    transform: translateY(-4px);
    cursor: pointer;
}

.card-formatos .icono {
    width: 38px;
    height: 38px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: #fff;
    font-size: 18px;
}

.card-formatos .numero {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: #000;
    font-family: Arial Black, sans-serif;
    margin-bottom: 18px;
}

.card-formatos .titulo {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    font-family: Arial Black, sans-serif;
}
.email-responsive{
overflow-wrap: break-word;
word-break: break-word;
}
.titulo-movil{
       font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
       color: #1f0042;
       padding-bottom: 1rem !important;
       margin-top: 30px;
    }
/* Tablets horizontales y laptops pequeñas md*/
@media(max-width: 992px) {
    .card-formatos {
        width: 32%;
        margin-bottom: 20px;
    }
}
/* Tablets verticales sm*/
@media(max-width: 768px) {
    .wid-75 {
        width: 100% !important
    }
    .padx {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .dvTexto {
        padding: 8px;
        height: 13vh;
    }
    .card-porcentajes {
        width: 100%;
    }
    .card-formatos {
        width: 48%;
    }
}
/* Celulares xs*/
@media(max-width: 576px) {
    .card-formatos {
        width: 45%;
    }
    
}
