.custom-footer {
    background-color: #191919;
    backdrop-filter: blur(5px);
    color: white;
    padding: 150px 220px 200px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 250px;
}

/* Sección 1 */
.footer-section-one {
    
    
        display: flex;
        flex-direction: column;
        /* color: #6D6D6D; */
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        width: 65%;
        gap: 20px;
        color: #abaaaa;
}

/* Sección 2 */
.footer-section-two  {
   display: flex;
    flex-direction: column;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    line-height: 1.8;
    width: 25%;
    
}

.footer-section-two a {
    color: #FFFFFF; /* Cambia este color al que desees */
    text-decoration: none; /* Opcional: elimina el subrayado */
}

/* Imagen */

.footer-col1{

    display:flex;
    gap: 30px
}
@media(max-width:1440px) {
    .custom-footer{
        padding: 150px 120px;
        gap: 150px;
    }
    
}
@media(max-width:1024px) {
    .footer-section-one {
        flex: 1
    }
    .footer-section-two {
        width: 230px;
    }
    .custom-footer {
        padding: 120px 120px;
        gap: 100px;
    }
}
@media (max-width: 820px) {
    .footer-section-one {
        width: 100%;
        font-size: 14px;
    }
    .footer-section-two {
        
    }
    .custom-footer{
        padding: 80px;
        align-items: flex-start;
        gap: 65px;
    }
    
}
@media(max-width:700px){
    .footer-section-one {
        font-size: 14px;
        padding: 10px;
        flex-direction: column;
        width:100%
    }
    .footer-section-two {
        font-size: 14px;
        padding: 10px;
        flex-direction: column;
        width: 100%;
    }
    .custom-footer{
        flex-direction: column;
        padding: 40px;
    }
    
}
/* Media queries */


@media (max-width: 468px) {
    
    
 .redes-sociales img{
    width: 25px;
    height: 25px;
 }
}

@media (max-width: 375px) {
    .image-box {
       
        background-image: url(../imagenes/Bristol-Myers_Squibb_logo_footer-375.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    .footer-section-two {
        font-size: 14px;
        padding: 10px;
        flex-direction: column;
    }
    .footer-col1 {
      
        gap: 16px;
    }
}
