@media all and (max-width: 1024px){
    .btn.ver-mapa{
        margin-right: 10px !important;
    }

    #listado-convenios{
        width: 520px;
        margin: 0 auto;
    }

    #listado-convenios .item,
    #listado-convenios .item:nth-child(3n){
        width: 213px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    #listado-convenios .item:nth-child(2n){
        margin-right: 0px;
    }

    #listado-convenios .item figure{
        width: 50px;
        height: 50px;
    }

    #listado-convenios .item figure img{
        /*width: 100%;*/
    }

    #listado-convenios .item .texto{
        width: 150px;
    }

    #listado-convenios .item .texto .dcto .izq{
        font-size: 30px;
        width: 40px;
        text-align: left;
    }

    #listado-convenios .item .texto .dcto .izq.porc{
        font-size: 14px;
    }

    #listado-convenios .item .texto h6{
        margin-top: 0px;
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 0px;
    }

    #mapa-convenios{
        width: 90%;
        margin: 20px auto;
    }

    #detalle-convenio .izq{
        float: none !important;
        width: 90%;
        margin: 0 auto;
    }

    #detalle-convenio .der{
        float: none !important;
        width: 90%;
        margin: 0 auto;
    }

    #detalle-convenio .chef{
        margin-bottom: 20px;
    }
    
    #vivir-bien #consultas{
        width: 90% !important;
        margin: 0px auto !important;
    }

    #vivir-bien h5::after{
        width: 90%;
    }

    #vivir-bien h5 + .ico{
        margin-top: 35px;
    }

    #vivir-bien form{
        width: 100%;
        padding: 0px;
    }

    #vivir-bien #consultas textarea{
        width: calc(100% - 22px);
    }

    #vivir-bien #consultas button{
        text-align: center;
        float: right;
    }

    #vivir-bien #tips{
        width: 90% !important;
    }

    #vivir-bien #tips .tip{
        padding: 10px;
        width: calc(100% - 20px);
        background-color: #f3f3f3;
    }

    #vivir-bien #tips .tip h6{
        font-size: 14px;
        width: auto
    }

    #vivir-bien #tips .tip p{
        width: auto;
        font-size: 12px;
        line-height: 15px;
    }

    #vivir-bien #tips .tip img{
        float: right;
        width: 110px;
    }

    #vivir-bien .logo-vivir-bien{
        position: relative;
        width: 100px;
        margin: 0 auto;
    }

    #vivir-bien #tips.todos .tip{
        padding: 10px;
        width: calc(100% - 20px);
        background-color: #f3f3f3;
        float: none;
        margin: 0px auto 20px auto;
    }

    #vivir-bien #tips.todos{
        width: 90% !important;
        margin: 0 auto;
    }

}

@media all and (min-width: 768px) and (max-width: 1024px){
    #vivir-bien #tips .tip img{
        width: 200px;
    }
}

@media all and (max-width: 1024px) and (orientation: landscape){
    #vivir-bien #tips .tip{
        height: 120px;
    }
}

@media all and (max-width: 599px){
    #listado-convenios{
        width: 250px;
        margin: 0 auto;
    }

    #listado-convenios .item,
    #listado-convenios .item:nth-child(3n){
        width: 213px;
        margin-right: 10px;
    }   
}