div#respuesta {
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding: 15px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 15px;
}


div#respuesta h3 {font-size: 14px;}

div#respuesta a {
    background: #1462a3;
    padding: 5px 15px;
    border-radius: 0px 30px 30px 30px;
    color: #fff;
    display:inline-block;
    font-size:14px;
}

div#respuesta a:hover {
    background: #1db4ed;
}

.producto-recomendado {
    width: 100%;
    margin: 5px auto 25px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
}
.producto-recomendado_content {
    width: calc(100% - 159px);
    margin-left:9px;
}

div#respuesta table td:nth-child(1) {
    text-align: left;
    width: 80%;
}

div#respuesta .titulo-recomendado1 {
    font-weight: 500;
    color: #13a9c6;
    font-size: 1.3em;
    text-align: left;
}

.sin-equipos p {
    text-align: center;
}

div#respuesta .sin-equipos h3 {
    font-size: 28px;
}



.sin-equipos {
    padding: 30px;
    background: #f4f8fb;
    border-radius: 20px;
}

.titulo-v45{
    font-size: 17px;
    color: #ffffff;
    background: #1db4ed;
    padding: 15px;
    border-radius: 5px;
}


h4.requiere-de-filtrante {
    box-shadow: 0px 0px 0px 1px #ccc;
    padding: 1em 2em;
    margin: 1em 0;
    border-radius: 15px;
    font-size: 20px;
    text-align: left;
    overflow: hidden;
}

h4.requiere-de-filtrante img {
    float: left;
    margin-right: 2em;
    
}

.fila-campo-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .producto-recomendado > div {
        width: 100%;
        text-align: center;
    }

    h4.requiere-de-filtrante {
        margin: 1em 0;
        font-size: 18px;
    }
    div#respuesta .titulo-recomendado1 {
        text-align: center;
    }

    .producto-recomendado > img {
        margin: auto;
    }


    .fila-campo-wrap {
        gap: 4px;
    }
}