#consejos-home {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    top: 0px;
    margin-bottom: 5px;
}

    #consejos-home .boton {
        flex-basis: 25%;
        padding: 15px 7px;
    }

    #consejos-home .boton {
        flex-basis: 25%;
    }

div.contenedorLeer {
    display: flex !important;
    background: #ed8634;
    width: 100%;
    height: 30px;
    position: relative;
    align-items: center;
}

.contenedor-icono {
    display: flex;
    flex-direction: column;
    background: #2b4378;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 23px;
    height: 150px;
    width: 100%;
}

#consejos-home h3 {
    color: #ffffff;
    font-family: 'Platform-Regular';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 21px;
    text-align: center;
    margin: auto;
    padding: 20px 10px;
}

#consejos-home .contenedor-icono .fas {
    font-size: 35px;
    color: #1aadc3;
    justify-content: center;
    display: flex;
    margin-bottom: 7px;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    width: 37px;
    position: absolute;
    margin-top: 126px;
    margin-left: -16%;
    z-index: 1;
}

#consejos-home a {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    font-family: Platform-Regular;
    text-decoration: none;
    padding: 2px 10px;
    padding-left: 30%;
    justify-content: center;
    display: flex;
    align-items: center;
}

div.contenedorLeer a i {
    display: flex !important;
    background: none !important;
    padding: 0px !important;
    margin-top: 6px !important;
    color: #fff !important;
    margin-left: 90px !important;
    font-size: 20px !important;
}



@media screen and (max-width: 1170px) {
    .contenedor-icono {
        height: 120px;
        width: 100%;
    }

    #consejos-home h3 {
        letter-spacing: 1.5px;
        font-size: 18px;
        padding: 5px 15px;
    }

    #consejos-home .contenedor-icono .fas {
        font-size: 30px;
        border-radius: 8px;
        width: 30px;
        margin-left: -15%;
        margin-top: 102px;
    }

    #consejos-home a {
        font-size: 14px;
        padding-left: 32%;
    }

    div.contenedorLeer {
        height: 25px;
    }
}


@media screen and (max-width: 990px) {
    .contenedor-icono {
        height: 110px;
        padding-bottom: 18px;
        width: 100%;
    }

    #consejos-home h3 {
        letter-spacing: 1.3px;
        font-size: 16px;
        padding: 10px 10px 5px 10px;
    }

    #consejos-home .contenedor-icono .fas {
        font-size: 25px;
        width: 25px;
        margin-top: 90px;
    }

    #consejos-home a {
        font-size: 13px;
    }
}

@media screen and (max-width: 860px) {
    #consejos-home {
        width: 94%;
        display: block;
        margin: auto;
        height: 290px;
        margin-bottom: 30px;
    }

        #consejos-home h3 {
            letter-spacing: 1.5px;
            font-size: 18px;
        }

        #consejos-home .contenedor-icono .fas {
            margin-left: -33%;
            font-size: 30px;
            width: 28px;
            margin-top: 90px;
        }

        #consejos-home .boton {
            float: left;
            display: block;
            width: 46%;
            margin: auto;
            padding: 10px;
        }

        #consejos-home a {
            padding-left: 26%;
        }
}

@media screen and (max-width: 560px) {
    #consejos-home {
        width: 100%;
        display: flex;
        margin: auto;
        flex-direction: column;
        height: 600px;
    }

        #consejos-home .boton {
            display: flex;
            width: 270px;
            margin: auto;
        }

        #consejos-home .contenedor-icono .fas {
            margin-left: -160px;
        }

        #consejos-home a {
            padding-left: 90px;
        }
}
