.iconblock {
    text-align: center;
    cursor: pointer;
}
.iconblock p {
    margin-top: 1rem;
    margin-bottom: 0;
}
.iconblock a {
    color: #fff !important;
}
.sliderhome .carousel-inner, .sliderhome .carousel-item .inner {
    min-height: 284px;
}
.listahome {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.listahome li {
    margin-bottom: 1rem;    
}
.listahome li a {
    display: block;
    border-left: 5px solid var(--blue);
    background-color: #fff;
    padding: 1rem;
    color: var(--blue) !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.listahome li a:hover, .listahome li a:focus {
    background-color: var(--blue);
    color: #fff !important;
    text-decoration: none;
}
.listahome > li:last-child {
    margin-bottom: 0;
}
.wp-block-button__link {
    padding: .375rem .75rem;
    text-decoration: none;
    line-height: 1.5;
    font-size: 18px;
    border-width: 0;
    border-radius: 0;
    font-weight: 400;
    background-color: #003c71;
    color: #fff !important;
}
.media.mb-1 + p {
    display: none;
}
.media.mb-1 + p + p {
    display: none;
}
.media {
    display: flex;
    gap: 2rem;
    padding-bottom: 1.5rem;
    align-items: center;
    border-bottom: 1px solid var(--darkgrey);
}
.media .tbsm {
    width: 120px;
}
.media h3 {
    margin-top: .5rem;
    font-size: 1.5rem;
}