@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #ecb77a;
  margin-bottom: 10px; }
  header img {
    vertical-align: middle; }
  header div {
    padding: 0px 10px; }

.head-btn {
  padding: 0px 1px;
  border-bottom: 2px solid transparent;
  text-align: center;
  width: auto;
  font-size: 1.05rem;
  font-weight: 300; }

.head-btn:hover {
  border-bottom: 2px solid #003249;
  color: #003249; }

.head-btn {
  display: block;
  position: relative;
  padding: 0.2em 0;
  overflow: hidden; }

/* Fade in */
.head-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  opacity: 0;
  transition: opacity 300ms, transform 300ms; }

.head-btn:hover:after,
.head-btn:focus:after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0); }

/* .hover-underline-animation {
   display: inline-block;
   position: relative;
 }
 
 .hover-underline-animation::after {
   content: '';
   position: absolute;
   width: 100%;
   transform: scaleX(0);
   height: 2px;
   bottom: 0;
   left: 0;
   background-color: $az01;
   transition: transform 0.25s ease-out;
 }
 
 .hover-underline-animation:hover::after {
   transform: scaleX(1);
 }
 
 .hover-underline-animation.left::after {
   transform-origin: bottom right;
 }
 
 .hover-underline-animation.left:hover::after {
   transform-origin: bottom left;
 }
 
 .hover-underline-animation.center::after {
   transform-origin: bottom center;
 }
 
 .hover-underline-animation.center:hover::after {
   transform-origin: bottom center;
 }
 
 .hover-underline-animation.right::after {
   transform-origin: bottom left;
 }
 
 .hover-underline-animation.right:hover::after {
   transform-origin: bottom right;
 } */
.enlaces {
  flex-grow: 2;
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  overflow: hidden; }

.hidden {
  visibility: hidden;
  opacity: 0;
  overflow: hidden; }

.shown {
  overflow: visible;
  visibility: visible;
  opacity: 1; }

footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 10px 0px;
  border-top: 1px solid #976b36;
  color: #454545; }
  footer div {
    padding: 10px;
    text-align: center; }
  footer a:hover {
    color: #454545;
    text-decoration: underline; }
  footer a:link,
  footer a:visited {
    color: #454545; }
  footer .foot1 {
    grid-column: 1 / span 3;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    footer .foot1 .izq {
      text-align: left; }
    footer .foot1 .iconos {
      display: flex;
      align-items: center;
      gap: 1rem; }
    footer .foot1 .icono {
      text-decoration: none;
      font-size: 1.4rem; }
  footer .foot2 a {
    display: block;
    text-align: left;
    padding: 4px; }
  footer .foot3 div {
    padding: 4px; }
  footer .foot4 a, footer .foot4 div {
    display: block;
    padding: 4px;
    text-align: end; }
  footer .foot4 .win {
    padding: 0;
    display: flex;
    justify-content: right; }

.icon-telefono {
  color: red; }

.menu {
  display: none; }

.btnmenu {
  cursor: pointer; }

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 1px;
  background-color: #ecb77a;
  margin: 8px 0;
  transition: 0.4s; }

.change .bar1 {
  /* Rotate first bar */
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px); }

.change .bar2 {
  /* Fade out the second bar .change */
  opacity: 0; }

.change .bar3 {
  /* Rotate last bar */
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
  transform: rotate(45deg) translate(-6px, -7px); }

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden; }

.overlay.active {
  z-index: 10;
  visibility: visible; }

.modal {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  padding: 0 10px;
  width: 100% auto;
  margin: 10px;
  min-width: 320px;
  max-width: 600px;
  transition: .3s ease all;
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  -o-transition: .3s ease all;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7); }

.modal.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.mdl-form {
  padding: 20px  20px  30px 20px;
  display: flex;
  flex-direction: column;
  width: 320px;
  font-size: .95rem;
  background: #BDF;
  border: solid 1px #06F;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  .mdl-form .tit-user {
    margin: 10px auto; }
  .mdl-form .npt {
    max-width: 320px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 4px; }
    .mdl-form .npt label {
      width: 34%; }
    .mdl-form .npt input {
      width: 66%; }

input, button {
  padding: 5px;
  padding-left: 6px;
  color: #333;
  font-size: .9rem;
  vertical-align: middle;
  outline: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }
  input:focus, button:focus {
    background: #e1e1eb;
    border-color: #666;
    color: #333; }

.mdl-btns {
  display: flex;
  align-items: center;
  margin-top: 7px; }

.recordar {
  width: 34%; }
  .recordar label {
    font-size: .8rem; }
  .recordar input {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95); }

.btns {
  display: flex;
  justify-content: center;
  width: 66%;
  gap: .6rem; }

.btn {
  height: 32px;
  width: auto;
  padding: 0px 12px;
  font-family: "Open Sans", sans-serif;
  outline: none medium;
  cursor: pointer;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

.icon {
  padding: 0px  0px; }

.btn-edit {
  color: #fff;
  background-color: #06F;
  border-color: #06B; }
  .btn-edit:hover {
    background-color: #06B;
    border-color: #04A; }

.reset {
  color: #888;
  background-color: #ddd;
  border-color: #C5C5C5; }
  .reset:hover {
    color: #666;
    background-color: #ccc;
    border-color: #aaa; }

.icon-mostrar, .icon-ocultar {
  position: absolute;
  right: 0;
  margin-right: 4%;
  color: #999;
  cursor: pointer; }

input.error {
  border-color: #333;
  background: #FFFF99; }

.msjerror {
  margin-top: 10px; }

#formu label.error,
.errorpost {
  width: 90%;
  display: block;
  color: #8a1b1b;
  text-align: left;
  font-size: .8rem;
  padding: 2px 0px; }

#formu label.error:before,
.errorpost:before {
  font-size: .7rem;
  margin-right: 2px;
  content: "\274c"; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul, li {
  list-style: none; }

html, body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  color: #474747;
  background: linear-gradient(to bottom, #fafafe 0%, #7aafec 100%); }

a:link,
a:visited {
  color: #474747; }

a:link, a:visited {
  text-decoration: none;
  outline: none medium;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s; }

a:hover {
  text-decoration: none;
  color: #333; }

img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.container {
  max-width: 70rem;
  margin: 0px auto;
  width: 95%;
  padding: 0.3rem .8rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh; }

.cuerpo {
  padding: 0px 10px; }

.slideshow {
  position: relative;
  padding-bottom: 20px; }
  .slideshow div {
    font-size: 1.2em;
    position: absolute;
    right: 2%;
    bottom: 10%;
    left: 2%;
    z-index: 10;
    padding: 10px 0;
    color: #491700;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }

.titulo {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600; }

.tit-sep {
  padding-bottom: 20px; }

.aclara {
  width: 60%;
  font-size: .8rem;
  text-align: center;
  margin: 0 auto; }

.restringido {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  padding-top: 10px;
  padding-bottom: 20px; }
  .restringido div, .restringido a {
    width: auto;
    cursor: pointer; }
    .restringido div span, .restringido a span {
      margin: 0 5px;
      padding: 4px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
    .restringido div:hover span, .restringido a:hover span {
      color: #fff; }
  .restringido div.entrar {
    color: #A22; }
    .restringido div.entrar span {
      border: 1px solid #A22;
      background-color: #FCC; }
    .restringido div.entrar:hover {
      color: #800; }
      .restringido div.entrar:hover span {
        color: #fff;
        border-color: #800;
        background-color: #C33; }
  .restringido a.salir {
    color: #06B; }
    .restringido a.salir span {
      border: 1px solid #06B;
      background-color: #BDF; }
    .restringido a.salir:hover {
      color: #04A; }
      .restringido a.salir:hover span {
        color: #fff;
        border-color: #04A;
        background-color: #06F; }

.listas {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  padding-bottom: 40px; }

a.fabrica, div.fabrica {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: .8rem;
  background-color: #fff;
  padding-bottom: 5px;
  border: solid 1px transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }

a.fabrica:hover, .idxfab:hover {
  cursor: pointer;
  color: #343a40;
  text-decoration: none;
  transform: translateY(-8px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2); }

a.hoy, div.hoy {
  border: solid 1px #976b36;
  font-weight: 600;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(232, 64, 8, 0.1) 0%, white 45%); }

.quienes {
  width: 80%;
  padding: 0px 60px 40px 60px;
  color: #333; }
  .quienes .tit {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px; }
  .quienes .parr {
    padding-bottom: 10px; }
    .quienes .parr a {
      font-weight: 600; }
    .quienes .parr img {
      width: 25px; }
  .quienes .ico_cont {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: .3rem; }
    .quienes .ico_cont a {
      display: flex;
      gap: .3rem; }
      .quienes .ico_cont a img {
        transition: filter 0.3s ease-in-out;
        -webkit-transition: filter 0.3s ease-in-out;
        -moz-transition: filter 0.3s ease-in-out;
        -ms-transition: filter 0.3s ease-in-out;
        -o-transition: filter 0.3s ease-in-out; }
      .quienes .ico_cont a:hover img {
        filter: brightness(1.2);
        -webkit-filter: brightness(1.2); }
  .quienes .menos {
    font-size: 1.15rem;
    padding-top: 10px; }
  .quienes .firma {
    font-weight: 600;
    text-align: right;
    padding-top: 10px; }

@keyframes highlight {
  0% {
    background: #ffff99; }
  100% {
    background-color: none; } }
.highlight {
  animation: highlight 6s;
  -webkit-animation: highlight 6s; }

@media screen and (max-width: 1200px) {
  .head-btn {
    font-size: 1rem; }

  header {
    padding: 5px 0px; }
    header img {
      width: 90%; }
    header div {
      padding: 0px 5px; }

  .quienes {
    width: 85%;
    padding: 0px 50px 40px 50px; } }
@media screen and (max-width: 1024px) {
  .enlaces {
    flex-direction: column;
    z-index: 1000;
    position: absolute;
    top: 46px;
    right: 64px;
    /* margin-top: 46px;
    margin-right: 60px; */ }
    .enlaces .head-btn {
      background: rgba(239, 228, 219, 0.95);
      text-align: left;
      display: block;
      border: solid 1px #ecb77a;
      border-bottom: none;
      font-size: .9rem;
      padding: 3px 6px;
      color: #333;
      font-weight: 400; }
    .enlaces .head-btn:last-child {
      border-bottom: solid 1px #ecb77a; }

  .menu, .enlaces, .shortcut {
    display: block; } }
@media screen and (max-width: 992px) {
  footer {
    font-size: 0.9rem; }
    footer .foot1 .iconos {
      gap: .7rem; }
      footer .foot1 .iconos .icono {
        font-size: 1.2rem; }

  .slideshow div {
    font-size: 1rem; }

  .aclara {
    width: 80%; }

  .quienes {
    width: 95%; } }
@media screen and (max-width: 768px) {
  .container {
    width: 100%; }

  .enlaces {
    right: 40px; }

  header div {
    padding: 0px; }

  footer {
    display: flex;
    flex-direction: column; }
    footer .foot1 {
      flex-direction: column; }
    footer .foot1 .izq, footer .foot2 a, footer .foot4 div, footer .foot4 a {
      text-align: center; }
    footer .foot4 .win {
      justify-content: center; }

  .slideshow {
    display: none; }

  .aclara {
    width: 100%; }

  .quienes {
    width: 100%;
    padding: 0px 44px 40px 44px; } }
@media screen and (max-width: 576px) {
  header img {
    width: 80%; }

  .enlaces {
    top: 42px; }

  .titulo {
    font-size: 1.2rem; }

  .listas {
    gap: 1rem; }

  a.fabrica, div.fabrica {
    padding: 5px 10px; }
    a.fabrica img, div.fabrica img {
      width: 120px; }

  .quienes {
    font-size: .95rem;
    padding: 0px 0px 40px 0px; }
    .quienes .tit {
      font-size: 1.2rem; }
    .quienes .menos {
      font-size: 1rem;
      padding-top: 10px; } }

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