* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #555;
  font-family: ubuntu, bookman old style, verdana, times new roman, arial, serif;
  background-image: url("bg_main.jpg");
  background-position: 50%;
  padding: 100px min(10%, 100px);
}
body #contenido {
  background-color: #fff;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 5px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 2px 3px rgba(0, 0, 0, 0.5);
  background-color: #eee;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #000;
}
body #contenido #institucional {
  position: absolute;
  top: -90px;
  width: 100%;
}
body #contenido #header {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
  background-image: url("header1.jpg");
  background-color: #333;
  margin: 15px;
  height: 100px;
  width: 98%;
}
body #contenido #navi {
  align-self: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #000;
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 13px;
}
body #contenido #navi a {
  color: #000;
}
body #contenido #main-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
body #contenido #main-section #pagina {
  margin-right: 1%;
  margin-left: 10px;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 300px;
  width: 68%;
  padding-bottom: 100px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%);
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f7f7f7",GradientType=1);
  -webkit-box-shadow: 2px 2px 10px 3px rgba(3, 3, 3, 0.8);
  box-shadow: 2px 2px 10px 3px rgba(3, 3, 3, 0.8);
}
body #popup {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  border: 1px solid #cecece;
  z-index: 0;
  opacity: 0.7;
}
body #foto {
  top: 80px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  left: 0px;
  z-index: 1;
  max-height: 400px;
}
body #foto-margen {
  display: none;
  z-index: 1;
  opacity: 1;
}
body .popup-img {
  display: none;
  height: 0px;
  max-width: 600px;
  max-height: 400px;
  z-index: 2;
}
body .popup-img:hover {
  cursor: pointer;
}
body #page-not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  padding-bottom: 0;
  text-align: center;
}
body #page-not-found span {
  color: #666;
  font-size: 25px;
}
body #blank-product-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
  padding-bottom: 0;
  text-align: center;
}
body #blank-product-page span {
  color: #666;
  font-size: 20px;
  margin-bottom: 15px;
}
body #blank-product-page ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  list-style: none;
  width: 100%;
}
body #blank-product-page ul li {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #ccc;
}
body #blank-product-page ul li:last-of-type {
  border-bottom: none;
}
body #blank-product-page ul li a {
  width: 100%;
  padding: 10px;
  color: #000;
  text-decoration: none;
}
body #slide-pagina {
  width: auto;
  display: table;
  position: relative;
}
body #slide-pagina .popup-img {
  z-index: 0;
  max-width: 500px;
  max-height: 450px;
  margin-top: 5px;
}
body #izq-slide {
  position: absolute;
  left: 7%;
  top: 75px;
  z-index: 2;
  opacity: 0.6;
  width: 36px;
}
body #izq-slide:hover {
  cursor: pointer;
  opacity: 1;
}
body #der-slide {
  position: absolute;
  left: 90%;
  top: 68px;
  z-index: 2;
  opacity: 0.6;
  width: 36px;
}
body #der-slide:hover {
  cursor: pointer;
  opacity: 1;
}
body #salir-slide {
  position: absolute;
  left: 75%;
  top: -80px;
  z-index: 2;
  opacity: 0.6;
  width: 36px;
}
body #salir-slide:hover {
  cursor: pointer;
  opacity: 1;
}
body #fotosnombres {
  color: #fff;
}
body .popup {
  display: table-cell;
  width: 170px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #900;
  font-weight: bold;
}
body .textos {
  display: table-cell;
  width: 170px;
  padding-left: 10px;
  font-size: 14px;
  padding-right: 10px;
}
body .carpeta1 {
  margin-top: 15px;
  padding-top: 16px;
  padding-left: 15px;
  color: #fff;
  background-color: #c65904;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a23406), color-stop(27%, #c65904), color-stop(100%, #f09d0a));
}
body .fotos-final {
  display: none;
}
body .img-gral {
  float: right;
  position: relative;
  width: 230px;
  top: -20px;
}
body .gral-despliegue {
  font-size: 13px;
  float: right;
  width: 230px;
  background-color: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
body .gral-despliegue:hover {
  text-shadow: 2px 2px 2px #aaa;
  filter: dropshadow(color=#aaa, offx=2, offy=2);
}
body #b-inicio-categorias {
  list-style: none;
  bottom: 0px;
  margin-top: 50px;
  padding: 0px;
  height: auto;
}
body #b-productos-categorias {
  -webkit-box-shadow: 1px 1px 10px 0px rgba(3, 3, 3, 0.8);
  box-shadow: 1px 1px 10px 0px rgba(3, 3, 3, 0.8);
  background: rgb(255, 255, 255); /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(247, 247, 247))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgb(247, 247, 247) 100%); /* W3C */
}
body #b-productos-categorias ul li {
  border-bottom: 1px solid #333;
}
body #b-inicio-categorias ul li {
  list-style-type: none;
  float: left;
  padding-left: 3px;
  padding-right: 3px;
}
body .b-inicio-menu2 {
  text-decoration: none;
  float: right;
  color: #000;
  font-weight: bold;
  font-family: verdana;
  padding-right: 20px;
  padding-bottom: 0px;
  background: #a23406;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a23406), color-stop(27%, #c65904), color-stop(100%, #f09d0a));
  width: 100%;
}
body .b-inicio-menu3 {
  text-decoration: none;
  font-size: 13px;
  color: #000;
  padding: 5px;
}
body .inicio-carpeta1 {
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  height: 100px;
}
body #manija {
  position: relative;
  height: 36px;
  top: 15px;
  float: right;
}
body #slide-pagina {
  height: 400px;
}
body .browser {
  float: left;
  cursor: pointer;
  position: relative;
  width: 30px;
}
body #browsers {
  float: right;
}
body #browser-span {
  display: none;
  position: relative;
  left: 30px;
  font-size: 12px;
}
body #pagina-categoria1 {
  font-size: 18px;
  font-family: verdana;
  display: table;
  margin-top: 10px;
  padding: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
  background-color: #000;
  color: #fff;
}
body #empresa #somos-empresa {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
}
body #empresa #somos-empresa > :first-child {
  margin-right: 10px;
}
body #empresa #papelviejo-empresa {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 25px;
}
body #empresa #papelviejo-empresa .first-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
body #empresa #papelviejo-empresa .first-section #cuadro-viejo {
  margin-bottom: 20px;
  margin-right: 10px;
}
body #arqdeco {
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 300px;
  float: left;
  position: relative;
  padding-bottom: 0px;
  -webkit-border-radius: 0px 30px 30px 0px;
  border-radius: 0px 30px 30px 0px;
  background: #45484d; /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C */
}
body #arqdeco:hover {
  text-shadow: 0px 0px 5px #090;
  filter: dropshadow(color=#090, offx=0, offy=0);
}
body #arqdeco div {
  text-align: center;
  display: table;
  margin-top: 100px;
  margin-left: -130px;
  font-size: 14px;
  width: 300px;
  height: 0px;
  font-weight: bold;
  color: #fff;
  -moz-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
body #tv {
  z-index: 100;
  float: right;
  cursor: pointer;
  width: 40px;
  height: 300px;
  position: relative;
  padding-bottom: 0px;
  -webkit-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
  background: #45484d; /* Old browsers */
  background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #45484d 0%, #000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #45484d 0%, #000000 100%); /* IE10+ */
  background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C */
}
body #tv:hover {
  text-shadow: 0px 0px 5px #090;
  filter: dropshadow(color=#090, offx=0, offy=0);
}
body #tv div {
  text-align: center;
  display: table;
  margin-top: 100px;
  margin-left: -130px;
  font-size: 14px;
  width: 300px;
  height: 0px;
  font-weight: bold;
  color: #fff;
  -moz-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -webkit-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -o-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(-90deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
body #youtube-videos {
  position: relative;
}
body #youtube-videos #logo-vert-bn {
  width: 100% !important;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
  float: none !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
body .proveedores {
  padding: 15px;
  position: relative;
  cursor: pointer;
  width: 130px;
  z-index: 0;
}
body .partes {
  min-height: 400px;
}
body #formContacto input {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #ccc;
  height: 30px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
body #formContacto p {
  height: 30px;
}
body .feed {
  position: relative;
  margin: 30px;
  border: 1px solid #ccc;
}
body .feedTitulo {
  text-transform: capitalize;
  margin: 20px;
  font-size: 30px;
}
body .feedCuerpo {
  margin: 10px;
  margin-left: 50px;
  margin-bottom: 20px;
}
body .feedImagen {
  width: 430px;
  margin: 20px;
  margin-top: 5px;
  margin-left: 50px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: white;
  cursor: pointer;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
body .feedImagen:hover {
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}
body .feedHora {
  float: right;
  margin: 15px;
  font-size: 15px;
  font-style: italic;
}
body #whatsapp-button {
  position: fixed;
  z-index: 100;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  width: 100px;
  height: 100px;
}
body #whatsapp-button img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 4px #333);
}
body #whatsapp-button img:hover {
  filter: drop-shadow(0 0 4px #000);
}

#menu {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgb(153, 3, 3);
  background: -moz-linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  background: -webkit-linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  background: linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#990303",endColorstr="#ba0306",GradientType=1);
  text-align: center;
  width: 99%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#menu #mobile-menu-toggle {
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid rgba(170, 170, 170, 0.6666666667);
  margin: 10px;
  cursor: pointer;
  align-self: flex-end;
}
#menu #mobile-menu-toggle img {
  width: 45px;
  height: 45px;
  opacity: 0.5;
}
#menu a {
  color: #fff;
  text-decoration: none;
  padding: 19px;
  display: inline-block;
}
#menu a#a-inicio {
  border-radius: 10px 0px 0px 10px;
}
#menu a.menu {
  font-size: 16px;
}
#menu a.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#menu a.active::before {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  margin-right: 5px;
  background-image: url("HD.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#menu a :hover {
  color: #000;
  cursor: pointer;
}
#menu ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#menu ul li {
  list-style: none;
  float: left;
  font-family: ubuntu, bookman old style, verdana, times new roman, arial, serif;
}
#menu ul li:hover .menu {
  background: rgb(153, 3, 3);
  background: -moz-linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  background: -webkit-linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  background: linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#990303",endColorstr="#ba0306",GradientType=1);
}
#menu ul li > ul {
  text-align: left;
  background-color: #c65904;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a23406), color-stop(27%, #c65904), color-stop(100%, #f09d0a));
  display: none;
  width: 250px;
  z-index: 3;
  position: absolute;
}
#menu ul li > ul li {
  font-size: 15px;
  width: 100%;
}
#menu ul li > ul li:hover {
  background: rgb(153, 3, 3);
  background: -moz-linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  background: -webkit-linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  background: linear-gradient(90deg, rgb(153, 3, 3) 0%, rgb(173, 3, 3) 56%, rgb(186, 3, 6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#990303",endColorstr="#ba0306",GradientType=1);
}
#menu ul li > ul li a {
  font-size: 15px;
  padding: 8px;
  display: inline-block;
}
#menu ul li > ul li > ul {
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a23406), color-stop(27%, #c65904), color-stop(100%, #f09d0a));
  display: none;
  top: 0;
  width: 250px;
  left: 250px;
  position: absolute;
}
#menu > ul > li:hover > ul {
  display: block;
}
#menu > ul > li:hover > ul > li:hover > ul {
  display: block;
}
#menu #formQuery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
#menu #formQuery #query {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  border: 1px solid #ccc;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
#menu #formQuery #submitQuery {
  border: 0px;
  width: 40px;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu #formQuery #submitQuery img {
  width: 100%;
  height: 100%;
}
#menu #formQuery #resQuery {
  margin: 20px;
}
#menu #formQuery .aQuery {
  margin-left: 30px;
  text-decoration: none;
  color: darkblue;
  font-style: italic;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
#menu #formQuery .aQuery:hover {
  text-shadow: 3px 3px 6px #000000;
}
#menu #formQuery #captionQuery {
  margin-bottom: 10px;
}

#barra-izq {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-size: 14px;
  margin-bottom: 150px;
  width: 25%;
}
#barra-izq #b-productos-categorias {
  width: 100%;
  margin: 0;
}
#barra-izq a {
  color: #000;
  text-decoration: none;
  width: 100%;
}
#barra-izq ul {
  padding: 10px;
  padding-right: 5px;
}
#barra-izq ul li {
  padding: 0px;
  list-style: none;
}
#barra-izq ul li.active > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#barra-izq ul li.active > a::after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  margin-right: 5px;
  background-image: url("flecha-up.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#barra-izq ul li.active ul {
  display: block;
}
#barra-izq ul li ul {
  display: none;
  padding-left: 35px;
}
#barra-izq ul li ul li a.active {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
}
#barra-izq ul li ul li a.active::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  margin-right: 5px;
  background-image: url("HD.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#horarios {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(3, 3, 3, 0.8);
  box-shadow: 1px 1px 10px 0px rgba(3, 3, 3, 0.8);
  width: 100%;
  margin: 50px 0;
  padding: 15px;
  background-color: #fff;
}
#horarios .title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
#horarios .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  font-size: 20px;
}
#horarios .row .manual_times {
  font-weight: bold;
}

#pagina-contacto {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
#pagina-contacto #title {
  font-size: 35px;
  margin: 15px 0;
}
#pagina-contacto form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  max-width: 650px;
}
#pagina-contacto form p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  position: relative;
}
#pagina-contacto form p label {
  width: 30%;
}
#pagina-contacto form p input {
  width: 100%;
  float: none !important;
}
#pagina-contacto form p .asterisk {
  position: absolute;
  right: -15px;
  color: #f00;
}

#footer {
  border: 1px solid #000;
  background-color: #94162d;
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .data {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 20px;
}
#footer .data > * {
  margin: 3px;
}
#footer .data a {
  text-decoration: none;
  color: white;
}
#footer .data a:hover {
  text-decoration: underline;
}
#footer .socials {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer .socials a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  color: white;
  font-weight: bold;
}
#footer .socials a:hover {
  text-shadow: 2px 2px 10px #000;
  filter: dropshadow(color=#000, offx=2, offy=2);
}
#footer .socials a span {
  margin-right: 10px;
}
#footer .socials a img {
  width: 35px;
}

@media (max-width: 1440px) {
  #main-section #barra-izq #horarios .row {
    font-size: 18px;
  }
}
@media (max-width: 1080px) {
  #menu #formQuery {
    margin: 20px 5px;
  }
}
@media (max-width: 1024px) {
  body {
    padding: 30px;
    padding-top: 100px;
  }
  body #contenido #menu {
    flex-direction: column;
  }
  body #contenido #menu #mobile-menu-toggle {
    display: flex;
  }
  body #contenido #menu > ul {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  body #contenido #menu #formQuery {
    align-self: flex-end;
  }
  body #contenido #main-section {
    flex-direction: column-reverse;
    padding: 15px;
  }
  body #contenido #main-section #barra-izq {
    width: 100%;
    margin-bottom: 10px;
  }
  body #contenido #main-section #barra-izq #horarios {
    margin: 20px 0;
  }
  body #contenido #main-section #barra-izq #qr-afip {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #contenido #main-section #pagina {
    margin: 0 !important;
    margin-bottom: 100px !important;
    width: 100% !important;
  }
  body #contenido #footer {
    flex-direction: column;
  }
  body #contenido #footer .data {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  body #contenido #footer .socials {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  body #contenido #whatsapp-button {
    right: 15px;
    bottom: 15px;
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 768px) {
  body {
    padding: 10px;
    padding-top: 110px;
  }
  #institucional {
    top: -100px !important;
    height: 90px;
  }
  #institucional a {
    width: 100%;
    height: 90px;
  }
  #institucional a img {
    width: 100%;
    height: 90px;
    object-fit: contain;
  }
  #perpetua-pagina {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
    flex-direction: column;
  }
  #perpetua-pagina a {
    width: 100%;
  }
  #perpetua-pagina a .img {
    min-width: auto !important;
    width: 100% !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #perpetua-pagina span {
    float: none !important;
    right: inherit !important;
    top: auto !important;
  }
  #visual-pagina {
    display: none;
  }
  #texto-diego1 {
    left: inherit !important;
  }
  #b-inicio-categorias > li {
    margin: 0;
    margin-bottom: 20px;
    height: auto;
  }
  #b-inicio-categorias > li > ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #b-inicio-categorias > li > ul > li {
    display: flex;
    justify-self: center;
    align-items: center;
  }
  #b-inicio-categorias > li > ul > li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-self: center;
    align-items: center;
  }
  #empresa #somos-empresa {
    flex-direction: column;
  }
  #empresa #somos-empresa #local-empresa {
    width: 100%;
  }
  #empresa #somos-empresa #local-empresa img {
    width: 100% !important;
    object-fit: cover;
  }
  #empresa #papelviejo-empresa .first-section {
    flex-direction: column;
  }
  #empresa #papelviejo-empresa #cuadro-viejo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #pagina-ubicacion {
    width: 100%;
  }
  #pagina-ubicacion iframe {
    width: 100%;
    margin: 10px 0 !important;
  }
}
@media (max-width: 530px) {
  #pagina-contacto #formContacto {
    width: 100%;
  }
  #pagina-contacto #formContacto form {
    width: 100%;
    max-width: none;
  }
  #pagina-contacto #formContacto form p {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100% !important;
    position: relative;
    height: auto;
  }
  #pagina-contacto #formContacto form p label {
    width: auto;
  }
  #pagina-contacto #formContacto form p input,
  #pagina-contacto #formContacto form p textarea {
    width: 100% !important;
    float: none !important;
  }
  #pagina-contacto #formContacto form p .asterisk {
    right: 3px;
    top: -3px;
  }
}

/*# sourceMappingURL=css.css.map */
