footer {
    padding: 40px 0 20px;
    border-top: 1px solid #c2d0ff;
}

footer .wrap {
    max-width: 100%;
    width: calc(1110px + 80px);
    padding: 0 40px;
    margin: 0 auto;
}



footer .footer-bottom {
    border-top: 1px solid #dde6ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    margin-top: 30px;
}

footer .footer-bottom .texto-copy {
    padding-left: 25px;
}

footer .footer-bottom .texto-copy p {
    font-size: 12px;
    margin-bottom: 0;
}

footer .footer-bottom .texto-copy p a {
    font-size: 12px;
    color: var(--primary-bu);
}

footer .footer-bottom a img.logonew-footer {
    width: 110px;
    height: 30px;
}

footer .footer-bottom .follow-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0px 0 40px;
}

footer .footer-bottom .follow-us p {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
}

footer .footer-bottom .follow-us a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--primary-blue-adistec);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 14px;
    text-decoration: none;
}

footer .footer-bottom .follow-us a:hover {
    background-color: var(--primary-blue-hover-adistec);
}

footer .box-suscribe .form-group label {
    font-size: 16px;
    font-weight: bold;
    color: var(--primary-blue-adistec);
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
}

footer .box-suscribe .form-group input {
    width: 271px;
    height: 42px;
    background: #eff3ff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    color: #0d32ac;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px transparent;
}

footer .box-suscribe .form-group button {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border: none;
    background: #0d32ac;
    height: 42px;
    border-radius: 5px;
    padding: 5px 15px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

footer .box-suscribe .form-group button:hover {
    background-color: var(--primary-blue-hover-adistec);
}

footer .box-suscribe p {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    color:var(--primary-blue-adistec);
    display: block;
    max-width: 300px;
    margin-top: 25px;
}

footer h4 {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: bold;
    color: var(--primary-blue-adistec);
    text-transform: uppercase;
}

footer h4 a {
    text-decoration: none;
    color: var(--primary-blue-adistec);
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 4px;
}

footer ul li a {
    color: #0d32ac;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

footer ul li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
    footer .box-suscribe .form-group input {
        width: calc(100% - 80px);
    }
    footer ul {
        margin-bottom: 40px;
    }
    
}

@media only screen and (max-width: 768px) {
    footer .footer-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .footer-bottom .follow-us {
        width: 100%;
        padding: 20px 0 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    footer .footer-bottom .follow-us p + a {
        margin-left: 0px;
    }
    footer .footer-bottom .follow-us p {
        display: none;
    }
}

@media (min-width: 640px) {
    .hidefrom-sm {
        display: none;
    }
}

@media (max-width: 640px) {
    footer h4 {
        font-size: 14px;
        margin: 0 0 8px;
    }
    footer ul li {
        margin-bottom: 8px;
    }
    footer .col-6 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    footer .footer-bottom .texto-copy {
        width: 100%;
        padding: 20px 0 0;
        margin: 0;
    }
}