@media screen and (max-width: 1150px) {
  .mapa {
    background-position: -100px;
  }
  .caracteristicas,
  .almacen {
    background-position: -100px;
  }
  .cajaacordeon {
  width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .mapa {
    background-position: -150px;
  }
  .mapa {
    background-position: -150px;
  }
  .caracteristicas,
  .almacen {
    background-position: -150px;
  }
}
@media screen and (max-width: 890px) {
  .container_cabecera {
    height: 520px;
  }
  .container_cabecera_logo {
    width: 250px;
  }
  .slogan {
    width: 90%;
    margin: auto;
  }
  .bienvenidos {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .mapa {
    background-image: url(../imagenes/mapa.png);
    background-size: cover;
    width: 95%;
    background-position-x: 0px;
  }
  .logistica {
    padding: 15px;
    width: 95%;
  }
  .info {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .almacen {
    display: none;
  }
  .caracteristicas {
    width: 100%;
  }
  .caracteristicas ul li {
    line-height: 1.3;
  }
  .contenedoracordeon {
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  }
  .contenedoracordeon figure {
  width: 80%;
  }
  .cajaacordeon{
    width: 95%;
  }
  .post {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
  .post article {
  margin-bottom: 15px;
}
.contenedorblog{
  width: 95%;
}
.btn_ver {
  padding: 10px 20px;
}
.info_freight {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.derecha {
  width: 95%;
  padding-left: 0px;
}
}
@media screen and (max-width:768px){
  .cont_naranja {
  width: 95%;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
 .cont_azul {
  width: 95%;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.serv_freight {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
}
@media screen and (max-width: 740px) {
  .contenerdorpost {
  padding: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.art_individual {
  width: 100%;
}
.articulosrelacionados {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  width: 100%;
  padding: 0;
}
.articulosrelacionados article {
  padding: 15px;
  margin-bottom: 00px;
  max-width: 30%;
}
 .bienvenidos2{
   margin-top: 25px;
 }
 #fotocontactanos {
  margin-top: 20px;
}
#infoquienes article {
  width: 95%;
  margin-right: 0px;
}
.banners {
    margin-top: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
  }
  .banners a {
    width: 250px;
    transform: scale(1);
    transition: all 0.5s;
  }
  .slogan {
    padding: 5px;
    font-size: 20px;
  }
  .container_cabecera_logo {
    width: 160px;
  }
  .container_cabecera {
    padding: 0;
  }
  header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    padding: 10px;
    height: 65px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #login{
    display: none;
  }
  #login2{
    display: inline-block;
    margin-left: 5px;
    margin-top: 20px;
  }
  .idioma {
    position: absolute;
    top: 20px;
    padding-right: 0;
    right: 90px;
  }
  .container_cabecera_logo {
    max-width: 200px;
  }
  .container_cabecera_derecha {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .contacto {
    position: absolute;
    z-index: 5;
    top: 70px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .contacto a {
    font-size: 14px;
  }
  nav {
    position: absolute;
    top: 60px;
    left: -100%;
    width: 95%;
    right: 0;
    z-index: 10;
    border: 1px #882224 solid;
    background-color: #882224;
    transition: all 0.5s;
  }
  nav.abrir {
    left: 10px;
  }
  .menu li {
    width: 100%;
    border-bottom: 1px #ccc dotted;
  }
  .menu li:last-child {
    border-bottom: 0;
  }
  .menu li a {
    padding-left: 20px;
    line-height: 30px;
  }
  .menu {
    flex-direction: column;
  }
  #btn_menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    font-size: 24px;
  }
  .contenedoracordeon figure {
  width: 90%;
  }
  .acordeon {
  width: 100%;
  }
  .contendoraviso{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .container_arriba {
  background-color: var(--azulfuerte);
  padding: 0px;
}
.iconos span{
  color: black;
}
#titulo_seccion{
    margin-top: 45px;
}
.bienvenidos2{
  margin-top:0px;
}
}
@media screen and (max-width:650px){
  .articulosrelacionados{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .articulosrelacionados article {
  max-width: 100%;
  margin-bottom: 15px;
}
form {
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
form .derecha {
  width: 100%;
}
form .izquierda {
  width: 100%;
}
  .bienvenidos2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.cont_formulario{
  width: 100%;
}
#fotocontactanos {
  width: 95%;
}
#fotoquienesomos {
  margin-top: 20px;
  width: 95%;
}
  .mapasitio {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.linksitio,
.linkservicios,
.linkwhatsapp,
.linkubicacion {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.linkwhatsapp {
  padding: 10px;
  align-items: flex-start;
}
.servicios {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.servicios article {
  width: 100%;
  margin-bottom: 20px;
}
.columnas {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#columna1 {
  width: 100%;
}
#columna2 {
  width: 100%;
}
#milla{
  margin-top: 30px;
}
.contenedor_almacenes {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.infraestructura {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
}
@media screen and (max-width: 480px) {
  .icono_naranja {
    font-size: 20px;
  }
  .slogan {
    font-size: 18px;
  }
  .contacto span {
    display: none;
  }
  .mapa {
    background-position-x: -100px;
  }
  .cont_naranja figure {
  width: 90%;
  margin-bottom: 20px;
}
.cont_naranja figure img {
  width: 100%;
}
.cont_naranja p {
  padding-left: 10px;
}
.infoalmacen {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.infoalmacen h2{
  text-align: center;
}
.linea_naranja{
  display: block;
  margin-bottom: 30px;
}
}
@media screen and (max-width:350px){
.caracteristicas {
  background-position-x: -250px ;
}