@font-face {
    font-family: 'MetropolisB';
    src: url('./font/Metropolis-Bold.otf') format('opentype');
}

.primerContenedorBlog {
    position: relative;
}

.grup-far-blog {
    position: absolute;
    transition: all .3s ease-in-out;
}


.title-blog {
    font-size: 232px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #ffffff54;
    opacity: 0.58;
    margin-top: 75px;
}

.contTextBG {
    position: relative;
    transform: translate(0, -25%);
    width: 95%;
}


.text-cont-blog {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 82px;
    color: #FFFFFF;
}

.fecha-contact-blog {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #FFFFFF;
}

/**/
#cont1 {
    padding: 30px 0px;
}

#cont2,
#cont3,
#cont4 {
    padding: 15px 0px;
}

.contBlog {
    padding: 35px 0px 60px 0px;
}

.title-blog {
    font-size: 150px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    color: #ffffff54;
    opacity: 0.58;
    margin-top: 100px;
}

.cont-blog {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #00387C;
}

.captionBlog {
    padding: 20px 15px 0px 15px;
}

.titleContBlog {
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #074883;
}

.contContBlog {
    text-align: left;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #ABA9A9;
}

.cont-PB {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    font-family: 'MetropolisB', sans-serif;
    color: #5A5A5A;
}

.contB1 {
    margin: 0px 0px 0px 35px;
}

.imgCdC {
    content: url('../img/blog/lrdlcdsed/camion-de-carga.webp');
}

.titleBlog1 {
    text-align: left;
    font-weight: bold;
    font-size: 35px;
    font-family: 'Josefin Sans', sans-serif;
    color: #004186;
}

.contentBlog1 {
    text-align: left;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #5A5A5A;
}

.contentBlog1.mbB1 {
    margin-bottom: 65px;
}


#sectFB1 {
    background-image: url('../img/blog/lrdlcdsed/fondoB.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contFB1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.titleFB1 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
}

.contFB1 img {
    margin: 15px 0px 25px 0px;
}

.contFB1 h3 {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #FFFFFF;
}

.contFB1 p {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    color: #FFFFFF;
    margin: 2px 0px 20px 0px;
}

.mbI {
    margin-bottom: 55px;
}

.chFa {
    position: relative;
}

.chFa img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
}

.textFB1 {
    margin-top: 7rem;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    color: #5A5A5A;
}
/* Estilos para las tarjetas */
.card-blog .thumbnail {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* Estilos para la imagen */
.card-blog .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* Estilos para el contenido de la tarjeta */
.card-blog .captionBlog {
    padding: 15px;
    flex-grow: 1;
    /* Hace que el contenido ocupe el espacio restante */
}

/* Estilos para el título */
.card-blog .titleContBlog {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

/* Estilos para la descripción */
.card-blog .contContBlog {
    font-size: 1.09rem;
    margin-bottom: 0px;
}

/* Estilos para la fecha */
.card-blog .fecha-blog {
    padding: 10px 0px 0px 0px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0px;
    height: 100%;
}

.card-blog .fecha-blog p {
    color: #ABA9A9;
    font-size: 15px;
    padding: 0px 9px;
    margin-bottom: 0px;
}
@media screen and (max-width:1366px) {
    .titleBlog1 {
        font-size: 30px;
    }

    .contentBlog1 {
        font-size: 20px;
    }

    .contentBlog1.mbB1 {
        margin-bottom: 35px;
    }

    #cont2,
    #cont3,
    #cont4 {
        padding: 0px;
    }

    .contFB1 p {
        font-size: 22px;
    }

    .chFa img {
        width: 20%;
    }

}

@media screen and (max-width:1024px) {
    .title-nos {
        font-size: 190px;
    }

    .text-cont-blog {
        font-size: 65px;
    }

    .contB1 {
        margin: 0px 0px 0px 0px;
    }

    .titleBlog1 {
        font-size: 25px;
    }

    .contentBlog1 {
        font-size: 17px;
    }

    .contentBlog1.mbB1 {
        margin-bottom: 25px;
    }

    .dfCB {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .chFa img {
        width: 25%;
    }

    .textFB1 {
        font-size: 23px;
    }

    .contFB1 p {
        font-size: 20px;
    }
}

@media screen and (max-width:991px) {
    .contTextBG {
        transform: translate(0, -15%);
        width: 100%;
    }

    .text-cont-blog {
        font-size: 50px;
    }

    .imgCdC {
        content: url('../img/blog/lrdlcdsed/camion-de-carga-tablet.webp');
        margin-bottom: 50px;
    }

    #cont2 {
        padding: 0px 60px;
    }

}

@media screen and (max-width:768px) {
    .chFa {
        display: none;
    }

    .mbI {
        margin-bottom: 0px;
    }

    .textFB1 {
        margin-top: 0rem;
    }

    .cont-PB {
        font-size: 20px;
    }

}

@media screen and (max-width:468px) {
    .title-blog {
        font-size: 100px;
    }

    .contTextBG {
        transform: translate(0, -7%);
    }

    #cont2,
    #cont3,
    #cont4 {
        padding: 0px 35px;
    }

    .rRvM {
        flex-flow: column-reverse;
    }

    .chiPa,
    .pPE {
        margin-bottom: 25px;
    }

    .imgCdC {
        margin-bottom: 25px;
    }

    .titleFB1 {
        font-size: 40px;
    }

    .contFB1 {
        padding: 0px 15px;
    }

    .textFB1 {
        font-size: 20px;
    }

    #cont5 {
        padding: 25px 0px;
    }

    #sectFB1 {
        padding: 35px 0px;
    }

    #cont1 {
        padding: 25px 0px 10px;
    }
    .contentBlog1.mbB1 {
        margin-bottom: 20px;
    }
    .mbBlo{
        margin: 0px 0px 20px 0px;
    }
}

/**********************************Articulo 2******************************/

.contTextBG.B2 {
    width: 100%;
    transform: translate(0, -15%);
}

.imgCdC2 {
    content: url('../img/blog/iscsf/descarga-del-camion.webp');
}

.contentBlog1.nF {
    font-weight: bold;
}

.bgRB2 {
    background: #C866A4 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    display: flex;
}

.bgRB2::before {
    content: '';
    background: #C866A4 0% 0% no-repeat padding-box;
    width: 7rem;
    height: 100%;
    /* border: 1px solid black; */
    position: absolute;
    left: -8%;
    transform: skewX(10deg);
}

.titleBanB {
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: #FFFFFF;
}

.contentBanB {
    text-align: left;
    font-weight: bold;
    font-size: 25px;

    color: #FFFFFF;
}

.btnInfoCall {
    background: #004186 0% 0% no-repeat padding-box;
    box-shadow: 0px 18px 40px #00000040;
    opacity: 1;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    padding: 10px 20px 10px 20px;
    border-radius: 25px;
}

.cIm {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cCc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contB {
    display: flex;
    justify-content: center;
}

.contcall {
    position: relative;
    left: 10%;
}

#contCall {
    padding: 0px 0px 60px;
}

#cont3B2 {
    padding: 15px 0px;
}

section#imgBa {
    padding: 15px 0px;
}

@media screen and (max-width:1440px) {
    .titleBanB {
        font-size: 28px;
    }

    .contentBanB {
        font-size: 20px;
    }

    .contcall {
        left: 0%;
    }
}

@media screen and (max-width:991px) {

    .imgCdC2 {
        content: url('../img/blog/iscsf/descarga-del-camion-tablet.webp');
        margin-bottom: 25px;
    }

    .clrB2 {
        flex-flow: column-reverse;
    }

    .bgRB2::before {
        left: -10%;
    }


}

@media screen and (max-width:768px) {
    .bgRB2::before {
        left: -15%;
    }

    #imgBa {
        padding: 0px 0px 30px;
    }

    .contcall {
        left: -9%;
        margin: 10px 0px;
    }
}

@media screen and (max-width:468px) {
    .titleBanB {
        text-align: center;
        font-size: 25px;
    }

    .imgChek {
        width: 100%;
    }

    .imgCall {
        display: none !important;
    }

    .bgRB2::before {
        content: '';
        background: none;
        width: 0rem;
        height: 0%;
        position: absolute;
        left: 0%;
    }

    .contcall {
        left: 0%;
        margin: 0px;
        padding: 25px 15px 0px 15px;
    }

    #cont3B2 {
        padding: 0px 0px;
    }

    section#imgBa {
        padding: 0px 0px 20px;
    }
}



/******************BPAD***************/

#cont5,
#cont6 {
    padding: 15px 0px;
}

.titleBlog1.bpad {
    text-align: center;
}
.contentBlog1.bpad {
    text-align: left;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #5A5A5A;
}
.text-cont-blog.b3 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 82px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.imgbpad {
    content: url('../img/blog/bpad/normas-y-procedimientos.webp');
}

.text-Bp1 {
    text-align: left;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #5A5A5A;
}

.facsBP {
    text-align: center;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #5A5A5A;
}

.contBpad {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 40px; */
    height: 100%;
    padding: 0px 40px 0px 40px;
    /* border: 1px solid #ccc; */
}

.contImgBp {
    margin: 20px 0px;
}

.mbBpa {
    margin-bottom: 50px;
}

.titleBlog2.bpad {
    text-align: left;
    font-weight: 900;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #004186;
    margin-left: 40px;
}


ul {
    list-style: none;
    padding-left: 0;
}

.nomBPA {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
    text-align: left;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #5A5A5A;
}

.nomBPA::before {
    content: "";
    font-family: 'icomoon' !important;
    font-weight: normal;
    position: absolute;
    left: -17px;
    top: -15px;
    color: #004186;
    font-size: 50px;
}

.nomBPA::before {
    content: "\e925";
}

#sectFB2B {
    background-image: url('../img/blog/bpad/fondo_banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.textBan {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.pabt {
    padding: 80px 0px;
}

#contCall2 {
    padding: 13rem 0px 5rem;
}

.titleBanB.bpad {
    text-align: center;
    font-size: 35px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

.contentBanB.bpad {
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
}

.imgCall.bpad {
    position: relative;
}

.imgCamBpad {
    position: absolute;
    top: 27%;
    left: -23%;
}

.contB.bpad {
    display: flex;
    justify-content: center;
    margin: 15px 0px;
}
.bgRB2.bpad::before {
    width: 9rem;
}

@media screen and (max-width:1440px) {
    .text-cont-blog.b3 {
        font-size: 75px;
    }

    .pabt {
        padding: 45px 0px 30px;
    }

    .text-Bp1 {
        margin: 20px 0px;
    }

    .dfCB.bpad {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
}

@media screen and (max-width:1024px) {
    .text-cont-blog.b3 {
        font-size: 55px;
    }

    .contentBanB.bpad {
        font-size: 20px;
    }

    .titleBanB.bpad {
        font-size: 25px;
    }

    .imgCamBpad {
        top: 33%;
    }
}

@media screen and (max-width:991px) {
    .dfCB.bpad {
        align-items: center;
        margin-bottom: 20px;
    }

    .imgbpad {
        width: 50%;
    }

    .contBpad {
        padding: 0px 25px 0px 25px;
    }

    .imgCamBpad {
        left: -10%;
    }

}

@media screen and (max-width:768px) {
    .text-cont-blog.b3 {
        font-size: 40px;
    }

    .bgRB2.bpad::before {
        left: -10%;
    }

    .imgCamBpad {
        top: 52%;
    }
}

@media screen and (max-width:712px) {
    .imgCall.bpad {
        display: none !important;
    }

    .bgRB2::before {
        width: 0;
        height: 0;
    }
}

@media screen and (max-width:540px) {
    .contentBlog1.bpad {
        font-size: 20px;
    }
    .text-cont-blog.b3 {
        font-size: 30px;
    }

    .nomBPA {
        font-size: 20px;
    }

    .titleFB1 {
        font-size: 30px;
    }

    .textBan {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .pabt {
        padding: 45px 0px 0px;
    }

    .text-Bp1 {
        font-size: 20px;
    }

    .facsBP {
        font-size: 20px;
    }

    .titleBlog2.bpad {
        text-align: left;
    }
}

@media screen and (max-width:468px) {
    .imgbpad {
        width: 100%;
    }

    .contBpad {
        padding: 0px;
    }

    .titleBlog2.bpad {
        font-size: 21px;
    }

    #contCall2 {
        padding: 2rem 0px 3rem;
    }

    .cCc.bpad {
        padding: 20px 20px;
    }

    .titleBanB.bpad {
        font-size: 25px;
    }

    .contentBanB.bpad {
        font-size: 20px;
    }

    .contImgBp {
        margin: 0px 0px;
    }
}

/***sector salud****/
.cont-PB.sS {
    margin: 2rem 0px 4rem 0px;
}

.titleBlog1.sS {
    text-align: center;
}

.contentBlog1.sS {
    margin: 15px 0px 35px 0px;
}

.dfCB.sS {
    display: flex;
    justify-content: center;
    align-items: center;
}

.titleBlog1.sS.do {
    text-align: center;
    margin-bottom: 2.5rem;
}

.titleBlog1.sST {
    color: #C866A4;
    font-size: 30px;
    text-align: center;
}

.nomBPA.sS {
    padding-left: 53px;
}

.nomBPA.sS::before {
    left: 0;
}

.conLis {
    display: flex;
    justify-content: center;
    margin: 2rem 0px 2rem;
}

.conLis ul li {
    text-align: left;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

#sectFSA {
    background-image: url('../img/blog/liducds/fondo-banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#sectLabs {
    background-image: url('../img/blog/laboratorioproveedorlogistico/fondo2.webp');
    background-position: center;
    background-size: cover;
}

#sectLabssss {
    background-image: url('../img/blog/proveedorlogistico/Grupo.webp');
    background-position: center;
    background-size: cover;
}

.pabt.sS {
    padding: 35px 0px 80px;
}

.cont3.sS {
    padding: 3rem 0px 2rem;
}

.cont5.sS {
    padding: 3rem 0px 0rem;
}

.cont6.sS {
    padding: 4rem 0rem 4rem;
}

.cont7.sS {
    padding: 0rem;
}

.cont8.sS {
    padding: 4rem 0rem 4rem;
}

.contCall2.sS {
    padding: 11rem 0px 3rem;
}

@media screen and (max-width:998px) {
    .text-cont-blog.b3.sS {
        font-size: 46px;
    }

    .cont6.sS {
        padding: 4rem 60px 4rem;
    }

    .titleBlog1.sS {
        text-align: center;
        margin: 2rem 0rem 1.5rem;
    }
}

@media screen and (max-width:712px) {
    .cont3.sS {
        padding: 1rem 0px 1rem;
    }

    .cont6.sS {
        padding: 1rem 60px 2rem;
    }

    .cont8.sS {
        padding: 2rem 0rem 2rem;
    }

    .pabt.sS {
        padding: 35px 0px 0;
    }

    .contCall2.sS {
        padding: 5rem 0px 5rem;
    }
}

@media screen and (max-width:540px) {
    .cont3.sS {
        padding: 1rem 60px 1rem;
    }

    .text-cont-blog.b3.sS {
        font-size: 26px;
    }

    .cont-PB.sS {
        margin: 0rem 0px 2rem 0px;
    }

    .titleBlog1.sS {
        margin: 0rem 0rem 1.5rem;
    }

    .titleBlog1.sS.do {
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .mbBpa.sS {
        margin-bottom: 15px;
    }

    .dfCB.sS {
        margin: 0rem 0rem 1.5rem;
    }

    .titleBlog2.bpad.sS {
        margin-left: 0px;
    }

    .pabt.sS {
        padding: 15px 0px 0;
    }

    .contCall2.sS {
        padding: 3rem 0px 3rem;
    }
}

@media screen and (max-width:468px) {
    .text-cont-blog.b3.sS {
        font-size: 25px;
    }

    .cont3.sS {
        padding: 0rem 35px 0rem;
    }
    .cont6.sS {
        padding: 1rem 35px 1rem;
    }
    .cont8.sS {
        padding: 1rem 0rem 1rem;
    }
    .contTextBG.sS{
            width: 85%;
    }
    .contCall2.sS {
        padding: 0;
    }
}



/**Logística Inversa en la Cadena de insumos de salud: El eslabón que marca la diferencia**/
.contTextBG.B5 {
    transform: translate(0, -5%);
}

#cont1B5 {
    padding: 30px 0px;
}

#cont2B5,
#cont3B5,
#cont4B5,
#cont5B5 {
    padding: 15px 0px;
}

.primerContenedorBlog.B5 {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-cont-blog.b5 {
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    font-size: 82px;
    color: #FFFFFF;
    margin-bottom: -25px;
}

.imglogin {
    content: url('../img/blog/lienlcdi/logistica-inversa-en-farmadec.webp');
}

.fleC {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 25px;
}

.borRo {
    display: flex;
    padding: 2rem;
    border: 3px solid #C866A4;
    border-radius: 37px;
    gap: 60px;
    justify-content: flex-start;
    align-items: center;
}

#sectB5 {
    background-image: url('../img/blog/lienlcdi/devolucion-sostenible.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.paDBa {
    padding: 0px 30px;
}

#cont5B5 {
    padding: 15px 0px 70px;
}

.dFCB5 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 0px 0px;
}
.dBoB5{
    display: none;
}
@media screen and (max-width:1440px) {
    .primerContenedorBlog.B5 {
        padding: 60px 0 95px;
    }

    .borRo {
        padding: 1rem;
        gap: 0px;
    }
}

@media screen and (max-width:1366px) {
    .text-cont-blog.b5 {
        font-size: 65px;
    }
}

@media screen and (max-width:1024px) {
    .text-cont-blog.b5 {
        font-size: 50px;
    }

    .fecha-contact-blog.B5 {
        margin-top: 2rem;
    }

    .paDBa {
        padding: 0px 0px;
    }
}

@media screen and (max-width:991px) {
    .imglogin {
        width: 40%;
        margin-bottom: 2rem;
    }

    .imgList {
        width: 75%;
    }
}

@media screen and (max-width:768px) {
    .text-cont-blog.b5 {
        font-size: 40px;
    }
}

@media screen and (max-width:540px) {
    .title-blog {
        font-size: 100px;
        margin-top: 65px;
    }

    .text-cont-blog.b5 {
        font-size: 30px;
        margin-bottom: -5px;
    }

    #cont2B5,
    #cont3B5,
    #cont4B5,
    #cont5B5 {
        padding: 0px 30px 20px 30px;
    }

    .borRo {
        padding: 2rem;
        gap: 25px;
        flex-flow: column;
    }

    .titleBlog1.B5 {
        margin-bottom: 25px !important;
    }

    .contentBlog1.bpad.mbB1.B5 {
        text-align: center;
    }

    .text-Bp1.B5 {
        text-align: center;
    }
}

@media screen and (max-width:468px) {
    .text-cont-blog.b5 {
        font-size: 25px;
    }

    .imglogin {
        width: 100%;
    }
    .cont-PB.B5 {
        font-size: 18px;
    }
    .dNoB5{
        display: none;
    }
    .dBoB5{
        display: block;
    }
    .dFCB5{
        padding: 0px 0px 0px 0px;
    }
}
/**Recolección de insumos de la salud: cómo garantizar un inicio seguro en la cadena logística**/
.imgrdi {
    content: url('../img/blog/rdidls/mano-que-sostiene-el-paquete-de-capsulas-de-medicina-en-la-farmacia.webp');
}

#cont3B6 {
    padding: 60px 0px 0px;
}

#cont1B6 {
    padding: 60px 0px 0px;
}

section#cont4B6 {
    padding: 60px 0;
}

.contTextBG.B6 {
    transform: translate(0, -18%);
    width: 100%;
}

section#cont2B6 {
    padding: 15px 0px;
}

.text-cont-blog.B6 {
    margin-bottom: -20px;
}

.dFCB6 {
    padding: 0;
}

.cont-PB.B6 {
    text-align: left;
    margin: 25px 0px 25px 0px;
}

.linAz {
    border: 2px solid #004186;
    margin-top: 10px;
    width: 100%;
}

.linRo {
    border: 2px solid #C866A4;
    margin-top: 10px;
    width: 100%;
}

.imgPun {
    margin-top: -65px;
}

@media screen and (max-width:1440px) {
    .text-cont-blog.B6 {
        font-size: 70px;
        margin-bottom: -20px;
    }

    .dFCB6 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width:1024px) {
    .text-cont-blog.B6 {
        font-size: 50px;
    }

    .dFCB6 {
        align-items: stretch;
    }

    .cont-PB.B6 {
        font-size: 20px;
    }

}

@media screen and (max-width:991px) {
    .dFCB6 {
        align-items: center;
        margin: 0px;
    }

    section#cont2B6 {
        padding: 15px 50px;
    }

    .flRe {
        flex-flow: column-reverse;
    }
    .imgrdi {
        content: url('../img/blog/rdidls/mano-que-sostiene-el-paquete-de-capsulas-de-medicina-en-la-farmacia-movil.jpg');
        
        width: 100%;
    }

}

@media screen and (max-width:768px) {
    .text-cont-blog.B6 {
        font-size: 42px;
    }

    .title-blog.B6 {
        font-size: 110px;
        margin-top: 45px;
    }
}

@media screen and (max-width:540px) {
    .text-cont-blog.B6 {
        font-size: 27px;
        margin-bottom: -8px;
    }


    .imgrdi {
        width: 100%;
        margin-top: -1rem;
        margin-bottom: 1rem;
    }

    .title-blog.B6 {
        font-size: 85px;
        margin-top: 45px;
    }

    .titleBlog1.B6 {
        text-align: center;
    }

    .cont-PB.B6 {
        text-align: center;
    }

    section#cont1B6 {
        padding: 25px 0 10px;
    }

    .contentBlog1.B6 {
        font-size: 17px;
        text-align: center;
    }

    .imgPun {
        margin-bottom: 15px;
        margin-top: 0px;
    }
}

@media screen and (max-width:468px) {
    .text-cont-blog.B6 {
        font-size: 23px;
        margin-bottom: -8px;
    }

    section#cont2B6 {
        padding: 0px 50px;
    }

    #cont3B6 {
        padding: 0px 0px 0px;
    }

    section#cont4B6 {
        padding: 30px 25px;
    }
}


/********************************************/
.contTextBG.B7 {
    position: relative;
    transform: translate(0, -17%);
    width: 95%;
}

.fecha-contact-blog.B7 {
    margin-top: 3rem;
}

p.text-cont-blog.B7 {
    line-height: 5rem;
}

#cont1B7 {
    padding: 60px 0px 0px;
}

#cont2B7 {
    padding: 50px 0 10px;
}

#cont3B7 {
    padding: 0px 0px 60px;
}

.dFlBl7 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 45px;
}

.dFCB7 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    gap: 75px;
    padding: 0px 0px 0px 35px;
}

.BacB7 {
    background-image: url('../img/blog/tecpf/fondo-tecpf.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 20rem 5rem 20rem;
}

.cont-PB.B7 {
    color: white;
}

.imgDe {
    width: 85%;
}

.imgLo {
    width: 55%;
}

.vrMov {
    display: none;
}

@media screen and (max-width:1440px) {
    .imgDe {
        width: 95%;
    }

    .BacB7 {
        padding: 6rem 15rem 6rem 15rem;
    }
}

@media screen and (max-width:1024px) {
    .BacB7 {
        padding: 5rem 5rem 5rem 5rem;
    }
}

@media screen and (max-width:998px) {
    #cont2B7 {
        padding: 25px 0rem 10px 0rem;
    }

    .imgDe {
        width: 80%;
    }

    .dFCB7 {

        padding: 0px 0px 0px 0px;
        margin-bottom: 40px;
    }

    .imgLo {
        width: 65%;
    }

    p.text-cont-blog.B7 {
        line-height: 3rem;
    }

    .vrMov {
        display: block;
    }

    .vrEc {
        display: none;
    }

    .dFlBl7 {
        gap: 15px;
    }

}

@media screen and (max-width:768px) {
    #cont1B7 {
        padding: 35px 0px 0px;
    }

    #cont2B7 {
        padding: 25px 0rem 20px 0rem;
    }

    .BacB7 {
        padding: 4rem 3rem 5rem 3rem;
    }
}

@media screen and (max-width:540px) {
    #cont2B7 {
        padding: 35px 3rem 20px 3rem;
    }

    .imgDe {
        width: 100%;
    }

    .dFCB7 {
        gap: 35px;
    }

    .imgLo {
        width: 55%;
    }

    .BacB7 {
        padding: 4rem 3rem 4rem 3rem;
    }

    .text-cont-blog.B7 {
        font-size: 35px;
    }

    p.text-cont-blog.B7 {
        line-height: 2rem;
    }

    .fecha-contact-blog.B7 {
        margin-top: 2rem;
    }

    #cont3B7 {
        padding: 0px 0px 0px;
    }

    .contentBlog1.B7 {
        margin-bottom: 0px;
    }

    .dFlBl7 {
        gap: 10px;
    }
}

@media screen and (max-width:468px) {
    .text-cont-blog.B7 {
        font-size: 28px;
    }

    .cont-PB {
        font-size: 18px;
    }
        #cont2B7 {
        padding: 10px 3rem 20px 3rem;
    }
}

@media screen and (max-width:280px) {
    .BacB7 {
        padding: 3rem 2rem 3rem 2rem;
    }
}

/*tecnologia DEC*/
.Bl8 {
    content: url('../img/blog/tyceck/tecnologia-y-control-en-cada-kilometro-asi-aseguramos-la-calidad-en-farma-dec-banner.webp');
}

.diFB8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}

.mLB8 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.cont-PB.UB8 {
    text-align: center;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    font-weight: normal;
}

.BacB8 {
    background-image: url('../img/blog/tyceck/fondo-tyceck.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5rem 20rem 5rem 20rem;
}

.cont-PB.DB8 {
    color: white;
}

.contTextBG.B8 {
    position: relative;
    transform: translate(0, -18%);
    width: 100%;
}

.text-cont-blog.B8 {
    margin-bottom: 0px;
    line-height: 100px;
}

.fecha-contact-blog.B8 {
    margin-top: 2rem;
}

section#cont1B8 {
    padding: 30px 0px 0px;
}

section#cont2B8 {
    padding: 25px 0px 0px;
}

section#cont3B8 {
    padding: 30px 0px 30px;
}

section#cont4B8 {
    padding: 0px 0px 60px;
}

.imCamB8 {
    content: url('../img/blog/tyceck/camion-de-envio.webp');
}

@media screen and (max-width:1440px) {
    .text-cont-blog.B8 {
        font-size: 60px;
    }

    .contentBlog1.B8 {
        font-size: 22px;

    }

    .mLB8 {
        align-items: stretch;
    }

    .BacB8 {
        padding: 5rem 10rem;
    }
}

@media screen and (max-width:1194px) {
    .text-cont-blog.B8 {
        font-size: 50px;
        line-height: 70px;
    }
}

@media screen and (max-width:1104px) {
    .text-cont-blog.B8 {
        font-size: 45px;
        line-height: 60px;
    }

    .BacB8 {
        padding: 4rem 5rem;
    }
}

@media screen and (max-width:1024px) {
    .contTextBG.B8 {
        width: 90%;
    }

    .text-cont-blog.B8 {
        font-size: 39px;
    }

    section#cont2B8 {
        padding: 25px 70px 0px;
    }

    .mLB8 {
        margin-bottom: 25px;
    }

    .fecha-contact-blog.B8 {
        margin-top: 0rem;
    }

    .imCamB8 {
        content: url('../img/blog/tyceck/camion-de-envio-m.webp');
    }
}

@media screen and (max-width:998px) {
    .text-cont-blog.B8 {
        font-size: 35px;
    }

    h2.title-blog.B8 {
        font-size: 125px;
        margin-top: 50px;
    }

    .BacB8 {
        padding: 3rem 3rem;
    }

    .cont-PB.UB8 {
        font-size: 22px;
    }

    .imCamB8 {
        content: url('../img/blog/tyceck/camion-de-envio-movil.webp');
        width: 75%;
    }
}

@media screen and (max-width:768px) {
    .text-cont-blog.B8 {
        font-size: 30px;
        line-height: 45px;
    }

    .contentBlog1.B8 {
        font-size: 20px;
    }

    .cont-PB.UB8 {
        font-size: 20px;
    }

    .BacB8 {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width:540px) {
    .text-cont-blog.B8 {
        font-size: 22px;
        line-height: 38px;
    }

    h2.title-blog.B8 {
        font-size: 95px;
        margin-top: 50px;
    }

    .fecha-contact-blog.B8 {
        font-size: 22px;
    }

    section#cont2B8 {
        padding: 25px 40px 0px;
    }

    .BacB8 {
        padding: 3rem 4rem;
    }

    .contentBlog1.B8 {
        font-size: 20px;
        text-align: center;
    }
}

@media screen and (max-width:468px) {
    .Bl8 {
        content: url('../img/blog/tyceck/tecnologia-y-control-en-cada-kilometro-asi-aseguramos-la-calidad-en-farma-dec-banner-movil.webp');
    }

    section#cont4B8 {
        padding: 0px 0px 0px;
    }

    .imCamB8 {
        width: 100%;
    }

    h2.title-blog.B8 {
        font-size: 80px;
        margin-top: 50px;
    }

    .text-cont-blog.B8 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width:280) {
    .imCamB8 {
        width: 100%;
    }

    section#cont2B8 {
        padding: 25px 18px 0px;
    }
}


/******¿Cómo garantiza FarmaDEC la trazabilidad en tiempo real de cada envío?*****/
.imgBanB9 {
    content: url('../img/blog/cgfdec/como-garantiza-farmadec-la-trazabilidad-en-tiempo-real-de-cada-envio-banner.webp');
}

#cont1b9 {
    padding: 40px 0px 0px;
}

#cont2b9 {
    padding: 50px 0px 0px;
}

#cont3b9 {
    padding: 50px 0px 0px;
}

.contBpad.b9 {
    justify-content: flex-start;
}

.contentBlog1.b9 {
    display: flex;
}

.conB9 {
    text-align: center;
    width: 100%;
}

.contR.b9 {
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.contImgBp.b9 {
    margin-top: 3.5rem;
}

#sectCGF {
    background-image: url('../img/blog/cgfdec/fondo_banner.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 0px;
}

.conFC {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 35px;
    margin: 35px 0 0 0;
}

.textBan.b9 {
    font-weight: 400;
    margin-bottom: 35px;
}

.cont-PB.b9 {
    font-family: 'Metropolis', sans-serif;
    font-weight: 500;
}

.contTextBG.b9 {
    transform: translate(0, -18%);
}

p.text-cont-blog.b9 {
    margin-bottom: 0px;
    line-height: 90px;
}

@media screen and (max-width:1440px) {
    .textBan.b9 {
        font-size: 23px;
    }

    .titleBlog1.b9 {
        font-size: 30px;
    }

    .contentBlog1.b9 {
        font-size: 23px;
    }

    .facsBP.b9 {
        font-size: 23px;
    }

    .cont-PB.b9 {
        font-size: 23px;
    }

    p.text-cont-blog.b9 {
        line-height: 80px;
        font-size: 70px;
    }
}

@media screen and (max-width:1194px) {
    .titleBlog1.b9 {
        font-size: 25px;
    }
}


@media screen and (max-width:1104px) {
    .titleBlog1.b9 {
        font-size: 24px;
    }
}

@media screen and (max-width:1024px) {
    p.text-cont-blog.b9 {
        line-height: 70px;
        font-size: 55px;
    }

    .contBpad.b9 {
        padding: 0px 20px 0px 20px;
    }
}

@media screen and (max-width:998px) {
    p.text-cont-blog.b9 {
        line-height: 65px;
        font-size: 50px;
    }

    .title-blog.b9 {
        font-size: 125px;
    }

    .cont-PB.b9 {
        font-size: 20px;
    }

    .contentBlog1.b9 {
        font-size: 20px;
    }

    .facsBP.b9 {
        font-size: 20px;
    }

    .contR.b9 {
        gap: 5px;
    }
    .labsvis{
        display: none;
    }
}

@media screen and (max-width:720px) {
    p.text-cont-blog.b9 {
        line-height: 60px;
        font-size: 43px;
    }
}

@media screen and (max-width:712px) {
    p.text-cont-blog.b9 {
        line-height: 60px;
        font-size: 45px;
    }

    .cont-PB.b9 {
        font-size: 15px;
    }

    .titleFB1.b9 {
        font-size: 35px;
    }

    .textBan.b9 {
        font-size: 20px;
    }
}

@media screen and (max-width:540px) {
    p.text-cont-blog.b9 {
        line-height: 50px;
        font-size: 33px;
    }

    .title-blog.b9 {
        font-size: 100px;
    }
}

@media screen and (max-width:468px) {
    .imgBanB9 {
        content: url('../img/blog/cgfdec/como-garantiza-farmadec-la-trazabilidad-en-tiempo-real-de-cada-envio-banner-movil.jpg');
    }

    p.text-cont-blog.b9 {
        line-height: 35px;
        font-size: 25px;
    }

    .cont-PB.b9 {
        font-size: 20px;
    }

    #cont2b9 {
        padding: 20px 0px 0px;
    }

    .contImgBp.b9 {
        margin: 15px 0px;
    }
}

@media screen and (max-width:375px) {
    p.text-cont-blog.b9 {
        line-height: 32px;
        font-size: 22px;
    }
}

@media screen and (max-width:344px) {
    p.text-cont-blog.b9 {
        line-height: 30px;
        font-size: 20px;
    }

    .title-blog.b9 {
        font-size: 85px;
    }

    .cont-PB.b9 {
        font-size: 15px;
    }

    .titleBlog1.b9 {
        font-size: 20px;
    }

    .contentBlog1.b9 {
        font-size: 15px;
    }

    .facsBP.b9 {
        font-size: 15px;
    }

    .titleFB1.b9 {
        font-size: 20px;
    }

    .img2B9 {
        width: 50%;
    }

    .textBan.b9 {
        font-size: 15px;
    }
}

@media screen and (max-width:280px) {
    p.text-cont-blog.b9 {
        line-height: 25px;
        font-size: 17px;
    }

    .title-blog.b9 {
        font-size: 70px;
    }
}











.titleErrores {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    color: #004186;
}


.h4subtitulo {
    color: #983986;
    font-size: 25px;
    font-weight: 800;
}


.text-erroresComunes {
    text-align: left;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    color: #5A5A5A;
}

/* =========================================================
   CHECKLIST MORADO – CSS COMPLETO (SIN CÍRCULO CSS EN EL ICONO)
   ========================================================= */

/* CONTENEDOR GENERAL */
.checklistErrores{
    width: 100%;
    background: #8e3b86;
    border-radius: 28px;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-sizing: border-box;
}

/* FILA */
.checklistItem{
    display: flex;
    align-items: flex-start;
    gap: 22px;               /* controla qué tan pegada llega la línea al icono */
    box-sizing: border-box;
}

/* COLUMNA DE TEXTO */
.checklistContent{
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

/* CABECERA: paloma + título + línea punteada */
.checklistHead{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
    box-sizing: border-box;
}

/* PALOMA (cheque.png) */
.checklistCheck{
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 18px;
    display: inline-block;
}

/* TÍTULO (Volumetría / Trazabilidad / Cumplimiento regulatorio) */
.checklistHead .titleErrores{
    color: #fff !important;
    margin: 0 !important;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
}

/* LÍNEA PUNTEADA (llega hasta el icono) */
.checklistLine{
    flex: 1;
    height: 0;
    border-top: 2px dashed rgba(255,255,255,0.75);
    margin-left: 12px;
    margin-right: 0;
    transform: translateY(1px);
}

/* TEXTOS */
.checklistContent .text-erroresComunes{
    color: rgba(255,255,255,0.95) !important;
    margin: 0 0 6px 0 !important;
    line-height: 1.45;
}

/* ICONO DERECHO (usa SOLO el círculo del PNG, sin borde/radius/padding CSS) */
.checklistIcon{
    width: 82px;
    height: 82px;
    object-fit: contain;
    flex: 0 0 82px;

    /* Ajuste óptico fino (como tu imagen final) */
    margin-top: -18px;
    margin-left: -14px;
    margin-right: 0;

    display: block;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 768px){
    .checklistErrores{
        padding: 18px;
        border-radius: 22px;
        gap: 14px;
    }

    .checklistItem{
        gap: 16px;
    }

    .checklistIcon{
        width: 64px;
        height: 64px;
        flex: 0 0 64px;

        /* neutralizamos offsets en móvil */
        margin-top: -10px;
        margin-left: 0;
    }

    .checklistHead .titleErrores{
        font-size: 18px;
    }

    .checklistContent .text-erroresComunes{
        font-size: 14px;
    }
}

@media (max-width: 420px){
    .checklistItem{
        flex-direction: column;
    }

    .checklistIcon{
        align-self: flex-end;
        margin-top: 0;
    }

    .checklistLine{
        display: none;
    }
}


.textoazul{
    color: #004186;
}








.chFa2 {
    position: relative;
}

.chFa2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15%;
}


.chFa2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 17em;
}

@media screen and (max-width:1366px) {
    .chFa2 img {
        width: 16em;
    }
}

@media screen and (max-width:1024px) {
    .chFa2 img {
        width:20em;
    }
}

@media screen and (max-width:768px) {
    .chFa2 {
        display: none;
    }
}


.resaltarRosa{
    color: #983986;
}



.flechaBorde{
    border: solid 1px black;
    border-radius: 10px;
    padding: 1px 7px 5px 5px;
}