@media (max-width: 767px) {
    .center_mobile_logo{
        text-align: center;
    }
    .info_title_main h2{
        font-size: 30px;
    }
    .container_home_banner .tabs_ul_a ul li{
        margin: 0px 10px;
    }
    .container_home_banner .tabs_ul_a ul li a{
        width: 100%;
        padding: 10px 10px;
        margin: 0px;
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 13px;
    }
    .container_home_banner .tabs_ul_a ul li a img{
        width: 22px;
    }
    .section_cafe_fondo .texto_mosaico h3{
        font-size: 20px;
    }
    .second_banner .fondo_second_banner{
        padding: 25px;
    }
    .texto_mosaico{
        margin-top: 20px;
    }
    .section_experiencia h3{
        font-size: 30px;
    }
    .section_experiencia p{
        font-size: 14px;
    }
    .recomendado .fondo_recomendado .recomendado_item{
        margin-bottom: 20px;
    }
    .header_main.fixed{
        padding: 0px 0px 20px;
    }
    .center_mobile_logo img{ 
        width: 205px;
        margin: auto;
    }

    /* Footer responsive */
    .footer_main {
        padding: 40px 0 32px;
    }
    .footer_brand {
        text-align: center;
        margin-bottom: 8px;
    }
    .footer_brand .footer_logo img {
        max-width: 150px;
    }
    .footer_tagline {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .footer_social {
        justify-content: center;
        margin-bottom: 8px;
    }
    .footer_col {
        margin-top: 24px;
    }
    .footer_title {
        margin-bottom: 14px;
    }
    .footer_bottom_inner {
        flex-direction: column;
        text-align: center;
        gap: 6px;
    }
}