.content-new {
    opacity: 1 !important;
    background-color: rgba(31, 47, 69, 0.25);
    backdrop-filter: blur(9px);
    z-index: 999 !important;
    -webkit-backdrop-filter: blur(9px);
    margin: 0;
    width: 100%;
    max-width: 100%;
}



#acerca-de {
    height: 400px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-image: url(https://webonline.macstore.mx/img/lp/acerca-de/ir-2.jpg);
    background-position: center;
    background-size: cover;
}

    #acerca-de .container {
        height: 100%;
    }

    #acerca-de .row {
        display: flex;
        align-items: center;
        justify-content: center !important;
        height: 100%;
        padding: 0 15px;
    }




.bloquesIma {
    height: 585px;
    width: 100%;
    padding: 0px;
}

    .bloquesIma #img1 {
        height: 100%;
        padding: 0px;
        margin: 0px;
        background-image: url(https://webonline.macstore.mx/img/lp/acerca-de/ir-1.jpg);
        background-position: center;
        background-size: cover;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    .bloquesIma #img2 {
        height: 100%;
        padding: 0px;
        margin: 0px;
        background-image: url(https://webonline.macstore.mx/img/lp/acerca-de/ir-2.jpg);
        background-position: center;
        background-size: cover;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }


    .bloquesIma:hover #img1 {
        transition: all .3s;
        -webkit-filter: grayscale(10%);
        filter: grayscale(10%);
    }

    .bloquesIma:hover #img2 {
        transition: all .3s;
        -webkit-filter: grayscale(10%);
        filter: grayscale(10%);
    }


.container-fluid.bloquesIma .row {
    margin-left: 0px;
    margin-right: 0px;
}

.textoBlack-2 {
    margin-top: 40px;
}

.textoBlack-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bloquesIma .row .textoB {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.textoB p {
    font-size: 16px;
    line-height: 28px;
}

div#textoBlack {
    padding-block: 40px;
}

.bloquesIma .row #black p {
    color: white;
}

.bloquesIma .row #black {
    background: rgb(6, 115, 185);
    background: linear-gradient(0deg, rgba(6, 115, 185, 1) 0%, rgba(14, 84, 150, 1) 100%);
}

#silverB {
    background-color: var(--bblue2);
    padding-block: 15px;
}

    #silverB img {
        width: 50%;
        margin: auto;
    }

div#silverB .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

    div#silverB .row p {
        color: white;
    }

.container-fluid.espaciosB {
    padding: 40px 0px;
}

    .container-fluid.espaciosB a {
        color: deepskyblue;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
    }

.about-out {
    color: white;
    font-family: "ubuntu-bold"
}

div#silverB p {
    font-family: 'ubuntu-regular';
}

.bloquesIma .row .textoB p {
    font-size: 16px;
}

.textoB-principal {
   font-size: 16px;
    line-height: 28px;
    font-family: "ubuntu-regular";
}


#acerca-de {
    height: 400px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background-image: url(https://webonline.macstore.mx/img/lp/acerca-de/ir-1.jpg);
    background-position: center;
    background-size: cover;
}

    #acerca-de .container {
        height: 100%;
    }

    #acerca-de .row {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        #acerca-de .row h1 {
            color: white;
            font-size: 45px;
            margin: 0;
            
        }

            #acerca-de .row h1 img {
                margin-bottom: 20px;
            }

#todoC {
    padding: 80px 0px;
    width: 80%;
}

    #todoC .fa.fa-pull-right, .fa.pull-right {
        color: var(--bblue2);
        font-size: 20px;
    }



div#todoC .panel-heading h4 a {
    font-size: 18px;
    font-family: 'ubuntu-medium';
    display: block;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

div#todoC .panel-default {
    border-color: #fff;
    border-radius: 10px;
}

    div#todoC .panel-default .panel-body {
        line-height: 20px;
        font-weight: 500;
        text-align: justify;
        padding: 30px;
       border: none;
    border-radius: 6px 6px 10px 10px !important;
    font-size: 16px;
    border-top: none;
    margin-bottom: 15px;
    background: var(--bblue4) !important;
    }

.rotarFlecha {
    transform: rotate(180deg);
}



.panel-default > .panel-heading {
    background-color: #666;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

div#todoC .panel-heading {
    background-color: white !important;
    color: var(--bblue2) !important;
   border: 1px solid var(--bblue3);
    
    border-radius: 10px!important;
    padding: 15px;
}
div#todoC #accordion span {
    color: var(--bblue2);
    display: flex;
    align-items: center;
    gap: 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    line-height: 38px;
}

.panel-body {
    border: 1px solid #cbcbcb8a;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    line-height: 38px;
    background-color: white !important;
}
.header-piliticas{
    display:flex;
    gap:5px;
    align-items:center;
    margin-block:30px 30px;
}
h1.titavisode.principal {
    margin: 0 !important;
}
.header-piliticas-icon {
    color: var(--bblue5);
}
p.txtavisode a {
    color: var(--bblue5);
    text-decoration: none;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    cursor: pointer;
    font-family: 'ubuntu-medium';
}
p.txtavisode a:hover {
    text-decoration: 2px underline !important;
    color: var(--bblue1);
}
h1.titavisode.principal {
    font-family: 'ubuntu-bold';
    font-size: 2rem !important;
}

@media (max-width: 768px) {
    .textoBlack-row {
        flex-direction: column;
    }
        /* Imagen arriba */
        .textoBlack-row [id^="img"] {
            order: 1;
            width: 100%;
        }
        /* Texto abajo */
        .textoBlack-row .textoB {
            order: 2;
            width: 100%;
            margin-top: 24px;
        }
    #acerca-de .row h1 {
        font-size: 30px;
    }
    #todoC {
        padding: 40px 15px;
        width: 100%;
    }
#acerca-de {
    height: 240px !important;
}
h1.titavisode.principal
 {
    font-size: 1.5rem !important;
}
div#todoC .panel-default .panel-body
 {
    padding: 25px;
}
}
