.bg-footer{
    position: relative;
    width: 100%;
    padding: 2rem 5rem 1rem 5rem;
    overflow: hidden;
    min-height: 40px;
}
.container-footer-top{
    position: relative;
    width: 100%;
    min-height: 100px;
    height: auto;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.logo_footer{
    position: relative;
    background-image: url("../images/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 340px;
    height: 94px;
    background-size: cover;
}
.container-footer-btn-top{
    position:relative;
    width: 80px;
    height: 30px;
    float: right;
    margin-top: 70px;
    display: block;
}
.btn-top-txt{
    position: relative;
    float: left;
    width: 40px;
    height: 20px;
    font-family: 'Helvetica Neue LT Std';
    color: #666666;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}
.btn-top{
    position: relative;
    float: left;
    width: 23px;
    height: 23px;
    background-image: url("../images/icon_arrow_down.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.container-footer-email{
    position: relative;
    margin-top: 2.2rem;
}
.bg-footer a{
    font-family: Arial;
    font-size: 15px;
    line-height: 1.3;
    color: #111111;
    text-decoration: none;
    display: block;
    transition: all ease-in 0.3s;
}
.bg-footer a:hover{
    color: #989898;
}
.first-item.item-text-20 a{
    font-size: 21px !important;
    margin-bottom: 35px !important;
}
.bg-footer p{
    font-family: Arial;
    font-size: .8rem;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0.3rem;
}
.col-md-footer{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;

}
.container-footer-phone{
    position: relative;
    margin-top: 1rem;
}
.container-footer-items ul{
    list-style: none;
    padding-left: 0;
    line-height: 1;
}
.container-footer-items {
    position: relative;
    margin-top: 1.2rem;
}
.container-footer-items li.first-item a{
    font-family: 'Helvetica';
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 1.4rem;
    color: #000000;
    text-transform: uppercase;
}
.container-footer-items a{
    position: relative;

}
.container-social-icons{
    position: relative;
    min-height: 10px;
    height: auto;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.container-social-icons a{
    opacity: 1;
    transition: all ease-in 0.3s;
}
.container-social-icons a:hover, .container-social-icons a:focus {
    opacity: 0.5;
}
.icon-instagram{
    position: relative;
    float: left;
    background: url(../images/icon_instagram.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.icon-s{
    position: relative;
    float: left;
    background: url(../images/icon_fb.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background-repeat: no-repeat;
}
.container-privacy{
    position: relative;

}
.container-privacy p{
    font-family: Arial, sans-serif;
    color: #545454;
    font-size: 12px;
    text-align: center;
}
.container-privacy a{
    font-family: Arial, sans-serif;
    color: #111111;
    display: inline-block;
    text-decoration: none;
    transition: all ease-in 0.3s;
    font-size: 15px
}
a.aviso{
    font-family: Arial, sans-serif;
    color: #878787;
    font-size: 12px;
    text-align: center;
    display: block;
    text-decoration: underline;
    transition: all ease 0.2s;
}
a.aviso:hover{
    color: #111111 !important;
}
a.container-power-by{
    display: block;
    text-align: right;
    opacity: 0.7;
    transition: all ease-in 0.3s;
}
a.container-power-by:hover{
    opacity: 1;
}
.container-privacy a:hover, .container-privacy a:focus{
    color: #989898;
}
.btn-catalogo {
    background-color: #cccccc;
    border-color: #cccccc;
    padding: 15px 35px 14px 35px;
    border-radius: 5px;
}
a.btn-catalogo{
    font-family: 'Nunito';
    /*font-weight: bold;*/
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease 0.2s;
    display: inline-grid;
}
.btn-catalogo:hover, .btn-catalogo:focus, .btn-catalogo:active, .btn-catalogo:not(:disabled):not(.disabled):active{
    background-color: #333333;
    border-color: #333333;
    color:#cccccc ;
}
a.btn-catalogo:hover {
    color: #cccccc;
}
.container-footer-bottom{
    border-top: 1px solid #AAAAAA;
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 10px;
}
@media (max-width: 1280px) {
    .bg-footer{
        padding: 2rem 2rem 1rem 2rem;

    }
}
@media (max-width: 992px) {
    .col-md-footer {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        width: 100%;
    }
    .container-footer-items li.first-item a, .bg-footer a{
        text-align: center;
    }
    .container-social-icons {
        margin: 0 auto 20px auto;
        width: 81px;
    }
    a.btn-catalogo {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 220px;
    }
    .first-item.item-text-20 a {
        margin-bottom: 20px !important;
    }
}
@media (max-width: 768px) {
    .container-footer-btn-top{
        display: none !important;
    }
    .logo_footer {
        margin: 0 auto;
    }
    .container-privacy {
        text-align: center;
        margin-bottom: 10px;
    }
}
@media (max-width: 420px) {
    .logo_footer {
        width: 265px;
        height: 70px;
    }
}