.fear { 
    display:none;
    }

.iconos {
    position: absolute;
    top: -15px;
    right: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    background: #e31c25;
}

.iconos2 {
    margin-right: 1rem!important;
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

html {
    scroll-behavior: smooth;
 }