footer{
    background: #f5f5f5;
    margin-top: auto;
}
.rowfooter{
    display: grid;
    grid-template-columns: 27% 23% 30% 20%;
    margin: 75px 0 30px
}
.colfooter{
    text-align: center;
    position: relative;
    padding: 0 50px
}
.colfooter:after{
    position: absolute;
    content: '';
    right: 0;
    top: 25%;
    height: 50%;
    width: 1px;
    background: #dedede;
}
.txtunderlogoofooter{
    font-size: 14px;
    font-weight: 500;
    color: #111826;
    margin-top: 30px;
}
.titlucategfooter{
    font-size: 18px;
    font-weight: 900;
    color: #111826;
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
}
.linkcategfooter{
    font-size: 14px;
    font-weight: 400;
    color: #111826;
    display: block;
    text-align: center;
}
.contentcolfooter{
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.textsocialfooter{
    font-size: 14px;
    font-weight: 400;
    color: #111826;
}
.socialfooterico{
    margin-right: 25px;
}
.socialfooterico:last-child{
    margin-right: 0;
}
.boxsocialfooter{
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.boxsocialfooter:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: calc(50% - 36px);
    width: 72px;
    height: 4px;
    background: #111826;
}
.titlunewsletterfooter{
    font-size; 18px;
    font-weight: 800;
    color: #111826;
    text-align: center;
}
.textabonarefooter{
    font-size: 14px;
    font-weight: 400;
    color: #111826;
}
.inputmailfooter{
    background-color: #e8e8e9;
    color: #111826;
    font-size: 12px;
    font-weight: 400;
    padding: 0 50px;
    height: 27px;
    border: none;
    border-radius: 20px;
    width: 100%;
}
.inputmailfooter::placeholder{
    opacity: 0.5;
}
.mailabonareabs{
    position: absolute;
    left: 20px;
    top: 6px;
    height: 15px;
    width: 21px;
}
.news_btn{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #e7622a;
    border: none;
    border-radius: 20px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    width: calc(100% - 10px);
    margin-left: 10px;
    display: block;
}
.contentcolfooter{
    height: calc(100% - 103px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.btpowered{
    border-top: solid 1px #dedede;
    color: #111826;
    font-size: 14px;
    font-weight: 400;
}
.ftcolor{
    color: #e7612a;
    font-weight: 900;
}
.ftcolor:hover{
    color: #e7612a;
}