@font-face {
    font-family: "mencken-std";
    src: url('https://use.typekit.net/af/d5f38e/00000000000000007735b7ec/30/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3') format("woff2"), url('https://use.typekit.net/af/d5f38e/00000000000000007735b7ec/30/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3') format("woff"), url('https://use.typekit.net/af/d5f38e/00000000000000007735b7ec/30/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3') format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
body {
  /* Ruta de tu imagen */
  background-image: url('../images/background-si-awards.jpg'); 
  background-attachment: fixed; 
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
  font-family: "mencken-std", Georgia, 'Times New Roman', Times, serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

h1, h2, h3, h4 {
  color: #391E0E;
  font-weight: bold; }

main {
  flex: 1 0 auto; }

.wrapper {
    background-color: #E1A62E;
    border-radius: 24px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 24px;
}

.content {
  max-width: 720px;
  margin: auto;
}

.content h2,
.content h3,
.content h4 {
  color: #391E0E;
}

p {
  color: #391E0E;
  font-size: 18px;
  line-height: 1.5;
}

.si_logo {
  max-width: 250px;
  margin: 0 auto; }

.card {
  border-radius: 12px;
  border: 1px solid #E1A62E;
  background: radial-gradient(circle at 116% 5%, #cf8200 0%, rgba(245, 227, 197, 0.4) 18%, transparent 42%), linear-gradient(157deg, #ce8800 0%, #C98B12 50%, #f1bc62 75%, #cf8200 90%, #a26a0e 100%); 
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.5);
}

.card .card-content {
  height: 180px; }

footer img {
  max-width: 200px;
  margin: 0 auto; }

.voted {
  position: absolute;
  right: 12px;
  top: 12px;
  background: white;
  border-radius: 50%; }

.swal-footer {
  text-align: center; }

button.button {
  font-weight: bold;
  width: 90%;
  border-radius: 9px;
  font-family: "mencken-std", Georgia, 'Times New Roman', Times, serif;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 27px;

/* identical to box height */
letter-spacing: 0.05em;

color: #0F3949;
}
  button.button.is-primary {
    background-color: #e4d2ad;
    border: 1px solid #57380D;
    color: #57380D;
    width: 238px;
    margin: 0 auto 20px;
  }

  .button.is-fullwidth {
      display: flex;
      width: 90%;
      /* left: 5.32%; */
  }

  button.button.is-primary:hover{
    background: #E1A62E;
  }
.navbar.is-light {
  background: transparent; }
  
.navbar-brand {
  margin: 29px 75px;
/*width: 100%;*/ }


.nav_title{
  font-family: "mencken-std", Georgia, 'Times New Roman', Times, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
}
.nav_subtitle{
  color:#fff;text-transform:none;font-family:BentonGothicRegular;font-style: normal;font-weight: 700;font-size: 22px;line-height: 27px;
}
.navbar.is-light .navbar-brand .navbar-link, .navbar.is-light .navbar-brand > .navbar-item {
  color: white;
}
.nav_link{  
  /*margin-top: 55px;*/
  font-family: BentonGothicRegular; 
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-right: 65px;
}
.nav_deco{
  color: #FCEA10;
  font-family: BentonGothicRegular; 
}

.nav_category{
  font-family: BentonGothicRegular;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 57px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
}

.nav_category_active{
  font-family: "mencken-std", Georgia, 'Times New Roman', Times, serif;
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 57px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
}

h1 {
  font-family: "mencken-std", Georgia, 'Times New Roman', Times, serif;                                                
font-style: normal;
font-weight: 400;
font-size: 26px;
line-height: 33px;
letter-spacing: 0.05em;
color: #2C2C2C;
text-transform: uppercase;
}

.pcategory{
  font-family: BentonGothicRegular;    
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;

  /* identical to box height */
  letter-spacing: 0.03em;
  color: #0F3949;  
  text-transform: uppercase;  
}

.ptitle{
  font-family:"mencken-std", Georgia, 'Times New Roman', Times, serif;    
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #391E0E;
}
.pbuilder{
  font-family:BentonGothicRegular;    
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;  
  /* identical to box height */
  letter-spacing: 0.03em;  
  color: #222528;
}
input.input {
  border-color: #000;
  border-radius: 0 !important;
  box-shadow: none;
  border-width: 1.5px; }
/*
.navbar-brand:after {
  content: "";
  height: 1px;
  background: black;
  position: absolute;
  left: 0;
  right: calc(50% + 110px);
  top: 50px; }*/

.navbar-item img {
  max-height: 140px; }
  .navbar.is-light .navbar-brand .navbar-link.is-active, .navbar.is-light .navbar-brand .navbar-link:focus, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover {
    background-color: transparent;
    color: white;
}
.footer {
  padding: 80px;
  min-height: 205px;
}
  .footer.has-background-dark {
    background-color: #0F3949; }
.has-background-oda {
  background-color: #391E0E; }

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

.gallery25, .gallery26, .gallery28, .gallery29, .gallery30, .gallery31, .gallery32, .gallery33, .gallery34, .gallery35, .gallery36, .gallery37, .gallery38, .gallery39
, .gallery40, .gallery41, .gallery42, .gallery43, .gallery44, .gallery45 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover, .next:hover {
  background-color: #f1f1f1;
  color: black;
}

.card_img {
  object-fit: cover;
  height: 300px;
  width: 600px;
}

.selectDisable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.box_voted{
  background: rgba(231, 50, 51, 0.05);
  border: 1px solid rgba(231, 50, 51, 0.4);
  box-sizing: border-box;
  border-radius: 6px;
}

.thanks_text{
  font-family: 'Rajdhani';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 24px;

/* or 114% */
text-align: center;
letter-spacing: 0.03em;

color: #22A51F;
}

.go_obras_text{
  font-family: 'Rajdhani';
font-style: normal;
font-weight: 500;
font-size: 21px;
line-height: 24px;

/* identical to box height, or 114% */
text-align: center;
letter-spacing: 0.03em;

color: #2C2C2C;


}

.logo{
margin-left: 78px;
}
.nav_links{
  justify-content: center; display: flex; align-items: center;
}
.lnk_obras{
  color: #2C2C2C;
  text-decoration: underline;
font-weight: bold;
}

.navbar.is-light .navbar-burger {
  color: white;
}

.navbar-menu {
  background-color: #0F3949;
  box-shadow: 0 8px 16px rgba(10,10,10,.1);
  padding: .5rem 0;
}
.nav_img{
  width:110px;
  height:40px;
}
.btn_categoria{
  box-shadow: 1px 9px 5px -5px rgba(202,202,202,0.5);border:0px solid red; width:100%; height:57px;text-align: center;
  position: sticky;
top: 159px;
z-index: 1;
background-color: white;
}

/*Modal*/
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/*EndModal*/

@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-end .navbar-link.is-active, .navbar.is-light .navbar-end .navbar-link:focus, .navbar.is-light .navbar-end .navbar-link:hover, .navbar.is-light .navbar-end > a.navbar-item.is-active, .navbar.is-light .navbar-end > a.navbar-item:focus, .navbar.is-light .navbar-end > a.navbar-item:hover, .navbar.is-light .navbar-start .navbar-link.is-active, .navbar.is-light .navbar-start .navbar-link:focus, .navbar.is-light .navbar-start .navbar-link:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover {
    color: rgba(0,0,0,.7);
  }
}
.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
  background-color: #FAF1E8;
  color: #3273dc;
}
@media only screen and (max-width: 1024px) {
  .navbar-brand {
    margin: 29px 5px;
  }
  .navbar-burger {
    color: #4a4a4a;
    cursor: pointer;
    display: block;
    height: 3.25rem;
    position: relative;
    width: 3.25rem;
    margin-left: auto;
    margin-top: 20px;
  }
  .nav_category_active {
    font-family: "mencken-std", Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
  }
  .nav_category {
    font-family: BentonGothicRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #000000;
  }
  .btn_categoria{
    box-shadow: 1px 9px 5px -5px rgba(202,202,202,0.5);border:0px solid red; width:100%; height:46px;margin-top:48px;text-align: center;
    position: sticky;
top: 190px;
  }
  button.button.is-primary {
    background-color: #fff;
    border: 1px solid #0F3949;
    color: #0F3949;
    margin: 0 auto 20px;
    width: 90%;
  }
  .nav_link {
    margin-top: 0px;
    font-family: BentonGothicRegular;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.03em;
    margin-right: 0px;
  }
  .footer {
    padding: 20px;
    min-height: 205px;
  }
  footer img {
    max-width: 150px;
    margin: 0 auto;
    padding: 10px;
  }
  .logo{
    justify-content: center;display: flex;
    margin-left: 0px;
  }
  .navbar-item img {
    max-height: 50px;
  }
  .nav_title {
    font-family: "mencken-std", Georgia, 'Times New Roman', Times, serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #0F3949;
    margin-top: 0px;
  }
  .nav_subtitle{
    color: #000; text-transform: none; font-family: BentonGothicRegular; font-style: normal; font-weight: 700; font-size: 15px; line-height: 18px;
  }
  .nav_links{
    justify-content: center; display: flex;
  }
  .nav_img{
    width:60px;
    height: 25px;
  }
}

@media only screen and (max-width: 377px) {
  .btn_categoria{
    box-shadow: 1px 9px 5px -5px rgba(202,202,202,0.5);border:0px solid red; width:100%; height:46px;margin-top:48px;text-align: center;
    position: sticky;
top: 205px;
  }
}

#botones_categoria {
  display: none;
}

.d-flex {
  display: flex;
  flex:0 0 auto;
}

.align-item-center {
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
    .navbar.is-light {
      align-items: center;
      display: flex;            
    }

    .navbar {
      min-height: 120px !important;
    }

    body.has-navbar-fixed-top, html.has-navbar-fixed-top {
      padding-top: 120px;
    }

    .navbar.is-light .columns {
      margin: 0;
    }

    .section {
      padding: 2rem 1rem;
    }
}

.columns {
  margin: 0;
}

.navbar.is-light .column.nav_links:nth-last-child(1) {
  justify-content: right;
}

.navbar.is-light .column.nav_links:nth-child(1) {
  justify-content: left;
}