/* Contenedor global
/* .bloque_cien{
    /* margin-top: 20px; 
} */
/* titulo */
.containertitulo{
    text-align: center !important;
}
/* Columna 1 andesmar logo y normas */
.containerColumna1{
    display: flex;
    flex-direction: column;
}
.imgMarca{
    width: 23%;
    height: auto;
    margin-bottom: 30px;
}
.containerMarca{
    width: 100%;
    margin-bottom: 20px;
    text-align: initial;
    border-bottom: 1px solid #fff;
}
.boxnormas1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
}


.btnlightblue2{
    font-size: 13px;
}



.parrafoBoxNormas{
    font-size: 7.5px;
    color: #fff;
    text-align: initial;
    margin: 10px 8px 10px 0px;
}
.boxnormas{
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    border-bottom: 1px solid #fff;
    padding: 12px 0px;
}
.imgNormaCertificacion{
    width: 200px;
    margin: 3px 0px;
    align-self: center;
}
.imgNormas{
    width: 90px;
    margin: 3px 8px 0px 0px;
    height: 38px;
    align-self: center;
}
.imgnormasw3{
    width: 33px;
    height: 42px;
    margin: 0px 10px;
}
.box2{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: initial;
}
/* Imagen AEM */
.imglogo1{
    width: 220px;
    margin-left: 8px;
}
/* Imagen cace */
.imglogo2{
    width: 190px;
    margin-top: -5px;
}
/* Columna 2 */
.menu-footer{
    text-align: justify;
    padding-left: 45px;
} 
 .menu-footer a{
    text-align: justify;
    font-size: 18px;
}

/* columna 3(redes) */
.redes{
    margin-bottom: 15px;
}
/* Columna 4 aspicios */
.logosAuspicio{
    width: 200px;
}
/* Imagen nueva de andesmar cargas */
.andesmarLogoNuevo{
    margin-top: -16px !important;
    margin-bottom: 5px !important;
}

/* Mobile */
.rowMobile{
    display: none;
}
@media (max-width: 600px){
    .containerMarca{
        display: none;
    }
    .logo-footer {
        width: 70%;
    }
    .rowFooterDesktop{
        display: none;
    }
    .rowMobile{
        display: flex;
        flex-direction: column;
    }
    .menu-footer{
        text-align: center;
        padding-left: 15px;
    }
    .menu-footer a{
        text-align: center;
        font-size: 18px;
    }
    .contacto-footer{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .botonTrabajaConNosotros{
        margin-top: -20px;
    }
    .seccionRedes{
        margin-top: -20px;
    }
    .pictureBoxNormas1{
        display: flex;
        justify-content: center;
    }
    .boxnormas1{
        display: flex;
        flex-direction: column;
        align-items: center;
        border: none;
    }
    .parrafoBoxNormas{
        font-size: 7.5px;
        color: #fff;
        text-align: initial;
        margin: 10px 10px;
    }
    .boxnormas{
        display: flex;
        flex-direction: row;
        margin: 0px;
        justify-content: center;
        width: 98%;
        border: none;
    }
    .imgNormaCertificacion{
        width: 52%;
        margin: 3px 4px;
        align-self: center;
    }
    .imgNormas{
        width: 100px;
        margin: 3px 10px;
        height: 38px;
        align-self: center;
    }
    .imgnormasw3{
        width: 33px;
        height: 43px;
        margin: 0px 4px;
    }
    .box2{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .containerColumna1{
        display: grid;
        place-content: center;
        /* margin-left: 12%; */
    }
    .mediosDePago{
        width: 98%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .auspicio{
        width: 98%;
    }
    .andesmarLogoNuevo{
        margin-bottom: 5px !important;
    }
}