* {
  box-sizing: border-box;
}

.encabezadoContenedor {
  margin-top: 2px;
  color: azure;
  background-image: linear-gradient(
    to bottom,
    #878ea9,
    #7f869f,
    #787e96,
    #70768c,
    #696e83
  );
  text-align: center;
padding: 30px;
margin-top: 62px;


}
.encabezado h3{
    font-size: 30px;
    line-height: 1.33;
    font-weight: 300;
    margin-top: 20px;
margin-bottom: 10px;
font-family: "Montserrat", Helvetica, Arial, sans-serif;
font-style:normal;
color: azure;
}

#sucursales {
  margin-top: 100px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-evenly;
}

#sucursalesContenedor {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin-bottom: 100px;
  margin-right: auto;
  margin-left: auto;
}

.sucurow {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}

.local .infoMap {
  width: calc(70% + 100px) !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: solid 1px #a2a2a200;
  border-radius: 8px 8px;
}

.local .infoMap:hover {
  box-shadow: 4px 5px 11px -5px rgba(209, 209, 209, 0.51);
  -webkit-box-shadow: 4px 5px 11px -5px rgba(209, 209, 209, 0.51);
  -moz-box-shadow: 4px 5px 11px -5px rgba(209, 209, 209, 0.51);
  border: solid 1px #a2a2a25d;
}

.local {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-top: 80px;
}

.cardinfo {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  min-width: 281px;
}

.info > h5 {
  font-weight: 500;
  margin: 40px 0 20px;
  font-size: 20px;
}

.mapicon::before {
  content: "";
  background-image: url("ubicación.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  max-width: 50%;
  display: block;
  position: absolute;

  transform: translate(-47px, 30px);
}

.ventaicon::before {
  content: "";
  background-image: url("ventas.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  max-width: 50%;
  display: block;
  position: absolute;

  transform: translate(-47px, -4px);
}

.tallericon::before {
  content: "";
  background-image: url("taller.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  max-width: 50%;
  display: block;
  position: absolute;

  transform: translate(-47px, -11px);
}

.telicon::before {
  content: "";
  background-image: url("telefono.png");
  background-size: cover;
  width: 28px;
  height: 28px;
  max-width: 50%;
  display: block;
  position: absolute;

  transform: translate(-41px, -2px);
}

@media (min-width: 1000px) and (max-width: 1199px) {
  .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
  }

  #sucursales {
    margin-top: 100px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
  }

  #sucursalesContenedor {
    display: flex;
    flex-direction: column;
    width: 90% !important;
  }

  .local {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  #local2 {
    justify-content: end;
    display: flex;
  }
  .cardinfo {
    display: flex;
    flex-direction: column;
  }

  .info > h5 {
    font-weight: 500;
    margin: 40px 0 20px;
    font-size: 20px;
  }
}

@media (max-width: 999px) {
  .sucurow {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    margin-right: auto;
    margin-left: auto;
  }

  local .infoMap {
    width: calc(60% + 100px) !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px 10px;
  }

  #sucursales {
    margin-top: 100px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
  }

  #sucursalesContenedor {
    display: flex;
    flex-direction: column;
    width: 95%;
  }

  .local {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .cardinfo {
    display: flex;
    flex-direction: column;
    margin-left: 25%;
    margin-bottom: 50px;
  }

  .info > h5 {
    font-weight: 500;
    margin: 40px 0 20px;
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  #sucursales {
    margin-top: 100px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-evenly;
  }

  #sucursalesContenedor {
    display: flex;
    flex-direction: column;
    width: 95%;
  }

  .local {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .cardinfo {
    display: flex;
    flex-direction: column;
    margin-left: 20%;
    margin-bottom: 50px;
  }

  .info > h5 {
    font-weight: 500;
    margin: 40px 0 20px;
    font-size: 20px;
  }
}

#noticias{

  min-height: 1475px;
  overflow: hidden;
  width: 100%;
 
}

#omodanoticias{
  display: grid;
 overflow: auto;
 width: 105%;
 min-height: 1475px;

}