footer .encuentranos li a{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    margin-bottom:34px;
}
footer .encuentranos li a .epi{
    font-family:'notosans-bold';
}
footer .encuentranos li a img{
    margin-right:11px;
    width:auto!important;
}
footer .auxi .row .foot{
    display:flex;
}

footer {
    font-family: 'notosans-regular';
    border-top:1px solid #E5E5E5;
    background: #fff;
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
    position: relative;
    left: 0;
    bottom: 0;
}
footer .foot_social{
    background: #212529;
}
footer .auxi .row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer .auxi {
    display: block;
    max-width: none!important;
    margin: 0 5.5rem;
}
footer p, footer a, footer li {
    color: #6C6C6C;
    display: inline-block;
    font-size: 0.75rem;
    line-height:16px;
}
footer .foot_sub li {
    display: block;
    margin: 14px 0;
    font-family: 'notosans-regular';
}
footer .foot_sub li.sec:nth-child(7) {
    margin-top: 30px;
}
footer .foot_sub li:hover a {
    color: #6773B7;
    transition: .3s all ease;
}
footer .foot_sub li a {
    font-size: 16px;
    color: #6C6C6C;
    margin-bottom:18px;
}
footer .info-footer {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -ms-flexbox;
    background-color: #F1F1F1;
}
footer .info-footer .auxi {
    margin: 10px auto;
    padding: 25px 0 35px;
    border-bottom: 1px solid #dfe2e7;
}
footer .info-footer .desktop_menu:hover p {
    color:#6773B7;
}
footer .info-footer p {
    font-size: 16px;
    font-family: 'notosans-regular';
    margin-bottom: 5px;
    line-height: 1.4;
}
footer .foot_social {
    text-align: right;
}
footer .foot_social ul {
    display: flex;
    vertical-align: middle;
    padding: 30px 0;
    flex-wrap: wrap;
    align-content: center;
}

footer .foot_social ul li a img {
    width: 100%;
    display: block;
}

footer .foot_social .pref {
    font-family: robotobold, sans-serif;
    font-size: 12px;
}
footer .foot_social li {
    padding: 0 7px;
    display: inline-block;
}
footer .info-footer .btn_footer {
    border: 3px solid #fff;
    width: 153px;
    float: right;
    text-align: center;
    margin-bottom: 30px;
}
footer .info-footer .btn_footer a:hover {
    display: block;
    background-color: #fff;
    color: #dd5e19;
    transition: .3s all ease-in;
}
footer .info-footer .btn_footer a {
    font-family: 'notosans-regular';
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 16px;
}
footer .info-footer h2.foot_subtit {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: 'notosans-bold';
    text-transform: uppercase;
    color: #565656;
    letter-spacing: .2px;
}
footer .info-footer .foot_subtit a {
    font-size: 15px;
    font-family: 'notosans-regular';
}
footer .info-footer .footer_subtit_link {
    font-size: 15px;
    font-family: 'notosans-regular';
}
footer .foot_subtit a {
    font-size: 18px;
    font-family: 'notosans-regular';
    text-transform: uppercase;
    color: #7a7a7a;
    letter-spacing: .2px;
}
footer .info-footer .footer_subtit_link {
    text-transform: uppercase;
    color: #7a7a7a;
    letter-spacing: .2px;
}
footer .sup_foot {
    padding: 15px 0 20px;
    margin-bottom: 20px;
}
footer .sup_foot li:after {
    content: "-";
    padding-left: 5px;
    font-size: 14px;
    padding-right: 3px;
}
footer .sup_foot ul li:last-child:after {
    display: none;
}
footer .sup_foot li a {
    font-size: 10px;
    font-family: 'notosans-regular';
    letter-spacing: .8px;
    text-transform: uppercase;
}
footer .sup_foot li a:hover {
    opacity: .8;
}
footer .sup_foot ul {
    text-align: center;
}
footer .sup_foot p {
    font-size: 10px;
    font-family: 'notosans-regular';
    letter-spacing: .8px;
    text-transform: uppercase;
}
footer .sup_foot .col:last-child {
    text-align: right;
}
footer .sup_foot .col:first-child ul {
    text-align: left;
}
footer .foot_social li.derechos p {
color:#fff!important;
    
}
footer .foot_social {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: -ms-flexbox;
}
footer .foot_social .link-ico a {
    color: #00adee;
    font-weight: 700;
}
footer .sup_foot .foot_social li::after {
    content: inherit;
}
footer .foot_social .link-ico {
    text-align: right;
    margin: 40px 0;
}
footer .foot_social .link-ico span {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    bottom: 3px;
}
footer .foot_social .link-ico img {
    width: 100%;
    height: auto;
}
@media(max-width:767px) {
    footer .encuentranos .find-us{
    
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
    footer .encuentranos{
        margin-top:16px;
    }
    #footer .auxi{
    margin: 0 1rem!important;
    }
    footer .auxi .row.derechos-logo{
        justify-content: center;
        gap: 18px;
        
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    }
    footer .accordionfooter {
    cursor: pointer;

    padding: 16px 16px 16px 0;
    width: 100%;
    transition: .4s;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0!important;
    text-align: left!important;
}
footer .accordionfooter:after {
    background-image: url("../../../imag/v1/icon/footer/ic_plus.svg");
    content: '';
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -5px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    user-select: none;
}
footer .active:after {
 background-image: url("../../../imag/v1/icon/footer/ic_minus.svg");
    content: '';
    width: 20px;
    height: 20px;
    float: right;
    margin-top: -5px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    user-select: none;
}
footer .panelfooter {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
}
footer .panelfooter.foot_sub li {
    padding: 10px 10px 10px 0;
    margin: 0;
    /*border-top: 1px solid #ccc;*/
}
footer .panelfooter.foot_sub li a {
    font-family: 'notosans-regular';
    font-size: 16px;
    font-weight: 400;
}
footer .info-footer h2.foot_subtit {
    font-size: 15px!important;
    letter-spacing: .2px;
}
footer .info-footer .auxi {
    padding-bottom: 0;
}
footer .foot_social {
    justify-content: center;
    padding-top: 30px;
}
footer .foot_social ul {
    text-align: center;
}
footer .foot_social .link-ico {
    text-align: center;
}
}.prefooter {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}
.prefooter .cont_pref {
    max-width: 300px;
    margin: 0 auto;
}
.prefooter .cont_pref .img_wrap img {
    width: 100%;
    display: block;
}
.prefooter .cont_pref .img_wrap {
    width: 34px;
    margin: 15px auto;
}
.prefooter .cont_pref .foot_subtit {
    font-size: 0.875rem!important;
    font-family: 'notosans-regular';
    text-transform: uppercase;
    color: #00adee;
    letter-spacing: .2px;
}
.prefooter .cont_pref .foot_subtit a {
    color: #00adee;
}
.prefooter .cont_pref .txt {
    font-size: 14px;
    font-family: 'notosans-regular';
    color: #a2a2a2;
    letter-spacing: .2px;
    margin: 15px auto;
    max-width: 240px;
}
.prefooter .cont_pref .btn {
    margin-top: 42px;
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #00adee;
    font-size: 11px;
    text-decoration: underline;
    font-family: 'notosans-regular';
}
.prefooter .cont_pref .btn:hover {
    color: #333;
    transition: .3s all ease;
}
footer#port-concesionarios .info-footer h2 {
    margin-top: 15px;
}
footer#port-concesionarios .info-footer p {
    font-size: 12px;
    margin-bottom: 0;
    display: block;
}
footer#port-concesionarios .info-footer a {
    font-size: 11px;
    color: #00adee;
    display: block;
    margin-top: 3px;
}