header .superior .info a:nth-child(2) {
    margin-right: 20px;
}

header .superior .info a:first-child {
    margin-right: 20px;
}

header .superior .info {
    background: #FFF;
    padding: 13px 7.5% 0 7%;
}

header .logo-nav .nav li {
    width: auto;
    flex: 1;
}

header .logo-nav .nav li.venta-empresa {
    background-color: #092435;
}

header .logo-nav .nav li.gran-remate {
    background-color: #FFF000;
}

header .logo-nav .nav li.gran-remate a {
    color: #2D2D2B;
    font-weight: bold;
}

header .logo-nav .nav li .submenu.atencion {
    z-index: 9999;
}

header .menu-movil .menu .servicios .submenu-movil {
    background-color: white;
    list-style: none;
}

header .menu-movil .menu .servicios .submenu-movil {
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.34);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: none;
    padding: 10px 20px 0 20px;
    background: #FFF;
    width: 100%;
    border-bottom: 2px solid #FD0017;
}

header .menu-movil .menu .servicios .submenu-movil li a {
    color: #636367;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 12px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 0;
}

header .menu-movil .menu .servicios .submenu-movil li {
    border-bottom: 1px solid #CDCDCD;
}

header .menu-movil .menu .servicios .submenu-movil li a .imagen {
    text-align: center;
    margin-right: 10px;
}

header .menu-movil .menu li:hover .submenu-movil {
    display: block;
}

header .superior .marco {
    width: 20%;
}

header .superior .logos,
header .superior .info {
    width: 40%;
}

header .superior .info {
    padding: 0 0.5% 0 1.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .superior .logos {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

header .wrap {
    width: 100%;
    max-width: none;
}

header .wrap .logo {
    width: 20%;
    margin-right: 0;
}

header .wrap .logo img {
    display: block;
    margin: 0 auto;
}

header .wrap .nav {
    width: 80%;
}

header .logo-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .wrap .nav {
    width: 65%;
    padding: 0;
}

header .logo-nav .logo a {
    position: absolute;
    top: -39%;
    left: 4%;
}

header .superior .info a {
    color: #636367;
}

.destacados p {
    color: #636367;
    font-size: 1rem;
    line-height: 24px;
}

#destacado-noticias .noticias .col {
    margin: 20px;
}

#sucursales-home h4 {
    color: #FFF;
}

#sucursales-home .listado-ciudades>li.active .venta-post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#destacado-noticias .destacados .cont-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 13vw;
    width: 100%;
}

.destacados a {
    /* background-color: #FE171A;
    border: 4px solid #fff;
    color: #ffff;
    padding: 12px 10px 12px 10px;
    text-decoration: none;
    bottom: 0;
    width: 267px;
    margin: 8px 0;
    display: block;
    float: right;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    text-align: center; */
    float: right;
}

#destacado-noticias .noticias .row-flex {
    padding: 0 5%;
}

#destacado-noticias .noticias .col:first-child {
    margin: 20px;
}

#sucursales-home .marcas ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#sucursales-home .titulo-seccion {
    padding-left: 44px;
}

#destacado-noticias .destacados {
    padding: 57px 0 0 0;
}

#destacado-noticias .noticias .texto {
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}

#destacado-noticias .noticias h2 {
    padding: 0 5%;
}