@import url("secciones.css");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --morado: #6c63ff;
  --grisbajo: #f7f7f7;
  --azul: #17aae1;
  --azulfuerte: black;
  --azul_f: #3d4f9a;
  --naranja: #f89731;
  --rojo: #882224;
  --grisfuerte: #333333;
  --grismedio: #f7f7f7;
}
body {
  background-color: white;
  font-family: "Montserrat";
  font-size: 16px;
  color: var(--grisfuerte);
  line-height: 24px;
}
.ancho {
  max-width: 1200px;
  margin: auto;
}
.container_cabecera {
  padding: 16px;
  background-image: url(../imagenes/foto_slide.jpg);
  background-size: cover;
  object-fit: cover;
  color: white;
  height: 580px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.container_cabecera_logo {
  width: 300px;
}
.container_cabecera_derecha {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.acceso {
  width: 95%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#login {
  background-color: var(--rojo);
  color: white;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 25px;
  font-size: 14px;
}
#login2 {
  display: none;
  background-color: var(--rojo);
  color: white;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 25px;
  font-size: 14px;
}
#btn_menu {
  display: none;
}
nav {
  margin-top: 10px;
  width: 95%;
  border: 1px white solid;
  border-radius: 15px;
  padding: 5px 0px;
}
.menu {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: stretch;
}
.menu li {
  /* flex: auto; */
}
.menu li a {
  text-decoration: none;
  color: white;
  display: block;
  padding: 4px 10px;
  font-size: 14px;
  border-bottom: 2px transparent solid;
}
.menu li a:hover {
  border-bottom: 2px var(--naranja) solid;
}
.icono_naranja {
  color: var(--naranja);
  font-size: 16px;
  padding-right: 10px;
}
.idioma {
  padding-right: 15px;
  margin-bottom: 5px;
}
.contacto {
  width: 100%;
  padding: 5px 8px;
}
.contacto a {
  color: white;
  text-decoration: none;
  font-weight: 100;
  font-size: 14px;
  transition: all 0.5s;
}
.contacto a:hover {
  color: var(--naranja);
}
.contacto span {
  padding: 0px 10px 0px 0px;
  font-weight: 400;
}
.banners {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 20px 10px;
}
.banners a {
  padding: 0;
  width: 350px;
  transform: scale(1);
  transition: all 0.5s;
}
.banners a:hover {
  transform: scale(1.1);
}
.banners a img {
  width: 100%;
  padding: 0;
  margin: 0;
}
.slogan {
  padding: 15px 10px;
  font-size: 25px;
  text-align: center;
  text-shadow: 0 0 10px #333;
}
.gruesa {
  font-weight: 700;
}

/* seccion bienvenidos */
.bienvenidos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.bienvenidos h1 {
  font-size: 24px;
  padding: 15px 0px;
}
.bienvenidos h3 {
  color: var(--naranja);
}
.bienvenidos p {
  padding-top: 10px;
  line-height: 2;
}
.mapa {
  background-image: url(../imagenes/mapa.png);
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 500px;
}
.logistica {
  padding: 15px;
  width: 50%;
}
.logistica h3 {
  padding-bottom: 10px;
}
.naranja {
  color: var(--naranja);
}
.azul {
  color: var(--azul);
}
.logistica ul {
  padding-top: 0;
  list-style: none;
  margin-left: 20px;
}
.logistica ul li {
  font-weight: 600;
  line-height: 2;
}
.vienta {
  color: var(--azul);
  padding-right: 10px;
}
.rojo {
  color: var(--rojo);
}
.info {
  display: flex;
  flex-direction: row;
}
.almacen {
  background-image: url(../imagenes/almacen.jpg);
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 400px;
}
.caracteristicas {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caracteristicas ul {
  padding: 10px;
  list-style: none;
}
.caracteristicas ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 2;
  margin-bottom: 10px;
}
.caracteristicas p {
  padding-left: 20px;
  color: var(--azul_f);
}
.porque {
  background-color: var(--grisbajo);
}
.titulo {
  font-size: 24px;
  margin: 15px 0px;
}
.contenedoracordeon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.contenedoracordeon figure {
  width: 50%;
}
.contenedoracordeon figure img {
  width: 100%;
}
.cajaacordeon {
  width: 50%;
  padding: 20px 0px;
}
.cajaacordeon p {
  margin: 30px 0px;
}
.acordeon {
  width: 95%;
  margin-bottom: 10px;
}
.acordeon_titulo {
  background: #efefef;
  border: 0;
  border-radius: 5px;
  line-height: 2.8;
  padding: 10px 16px;
  font-size: 14px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.acordeon_contenido {
  display: none;
  margin: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 1em 1em 1.5em;
}
.blog {
  background-image: url(../imagenes/fondo_blog.jpg);
  background-size: cover;
  object-fit: cover;
}
.ver {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
}
.btn_ver {
  border-radius: 40px;
  border: 1px var(--naranja) solid;
  color: var(--naranja);
  text-decoration: none;
  font-weight: 700;
  padding: 10px 30px;
  font-size: 12px;
  transition: all 0.5s;
}
.btn_ver:hover {
  border: 1px var(--naranja) solid;
  color: white;
  background-color: var(--naranja);
}
.post {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.post article {
  max-width: 390px;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px var(--azulfuerte) solid;
}
.post article:last-child {
  margin-right: 0px;
}
.post article .cajafoto {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  padding: 0;
}
.post article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s;
}
.post article img:hover {
  width: 100%;
  transform: scale(1.2);
}
.contenidopost {
  padding: 15px;
}
.contenidopost .fecha {
  font-size: 13px;
  padding-bottom: 10px;
}
#cont_linea {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
#linea1 {
  border: 0;
  height: 7px;
  background-color: var(--azul);
  width: 20%;
}
#linea2 {
  border: 0;
  height: 1px;
  background-color: var(--azulfuerte);
  width: 80%;
}
.btn_naranja {
  font-size: 14px;
  border-radius: 40px;
  padding: 10px 50px;
  text-decoration: none;
  color: white;
  background-color: var(--naranja);
  transition: all 0.5s;
  display: inline-block;
  margin-bottom: 10px;
}
.btn_naranja:hover {
  background-color: var(--azulfuerte);
}
footer {
  font-size: 14px;
  padding: 20px 10px 10px 10px;
  background-color: var(--azulfuerte);
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
  transition: all 0.5s;
}
footer a:hover {
  color: var(--naranja);
  text-decoration: none;
}
footer figure {
  max-width: 380px;
  padding: 10px 20px 10px 10px;
  margin-bottom: 20px;
}
footer figure img {
  width: 100%;
}
.contendoraviso {
  display: flex;
  align-items: flex-start;
}
.avisos {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.avisos a {
  margin-bottom: 10px;
}
.uno,
.dos,
.tres {
  max-width: 250px;
  display: flex;
  flex-direction: column;
}
.contrato {
}
.icono {
  color: var(--naranja);
  padding-right: 10px;
}
hr {
  border: 0;
  height: 1px;
  background-color: white;
  width: 95%;
  margin: auto;
}
.copy {
  background-color: var(--rojo);
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
.mapasitio {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.mapasitio h3 {
  margin-bottom: 20px;
}
.mapasitio a {
  line-height: 2.5;
}
.linksitio,
.linkservicios,
.linkwhatsapp,
.linkubicacion {
  width: 250px;
  display: flex;
  flex-direction: column;
}
.linkwhatsapp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.whatsapp {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  background-color: #00d935;
}
.whatsapp:hover {
  color: var(--azulfuerte);
}
.btn_llegar {
  background-color: var(--rojo);
  color: white;
  border-radius: 40px;
  padding: 5px 20px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.ochosientos {
  background-color: var(--naranja);
  padding: 10px 30px 10px 10px;
  width: 150px;
  position: fixed;
  right: -70px;
  box-shadow: 0 0 5px #666;
  top: 44%;
  z-index: 20;
  border-radius: 60px;
  text-decoration: none;
  color: white;
  transition: all 0.5s;
}
.ochosientos:hover {
  right: -50px;
}
.ir-arriba {
  color: var(--grisfuerte);
  position: fixed;
  cursor: pointer;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  text-shadow: 0 0 3px black;
  transition: all 0.5s;
}
.ir-arriba:hover {
  color: #800000;
}
