/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}

#app {
  font-family: "Roboto";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 1em;
}
h2.bottom-small {
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}
h3 small {
  font-size: 20px;
  text-transform: none;
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

img.imgbg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  img.imgbg {
    position: relative;
  }
}

section {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 768px) {
  section {
    padding: 60px 20px;
  }
}
section.bg {
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  section.bg-img {
    padding: 60px 0 300px;
  }
}
@media (max-width: 992px) {
  section.crs {
    padding-top: 0;
  }
}

.btn.btn-primary {
  background-color: rgba(0, 102, 204, 0.8);
  box-shadow: rgba(255, 0, 0, 0.5) 0px 0px 0px 0.25rem;
}
.btn.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #cc0000;
  background: none;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  align-self: flex-start;
}
.btn.btn-close:hover {
  color: #cc0000;
}
.btn.btn-close span {
  font-size: 30px;
}
@media (max-width: 576px) {
  .btn.btn-close {
    top: 14px;
  }
}

.modal {
  text-align: left;
}
.modal-title {
  position: relative;
  flex-basis: 100%;
  text-align: center;
}
.modal-title span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80px;
  color: #3284d5;
}
.modal-title h4 {
  margin-bottom: 0;
}
.modal-content {
  border-radius: 0;
  border-color: transparent;
}
.modal-content > * {
  border-radius: 0;
}
.modal-header {
  border-bottom: 0;
}
@media (max-width: 576px) {
  .modal-header h3 {
    padding: 0 1em;
  }
}
.modal-body {
  text-align: center;
  padding: 0 2em 1em;
}
.modal-body p:last-of-type {
  margin-bottom: 0;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
header {
  position: relative;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
}
@media (max-width: 1366px) {
  header {
    height: auto;
    min-height: 700px;
  }
}
@media (max-width: 1200px) {
  header {
    min-height: 595px;
  }
}
@media (max-width: 768px) {
  header {
    min-height: 0;
  }
}
header .navbar-nav {
  margin-right: auto;
}
@media (max-width: 992px) {
  header .navbar-nav {
    flex-direction: row;
  }
}
header .nav-link {
  font-weight: 300;
  color: #ffffff !important;
  font-size: 24px;
  padding: 0.5rem 1rem !important;
  margin: 0 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 4px black;
  transition: 0.2s;
}
header .nav-link:hover {
  color: #3284d5 !important;
  border-bottom-color: #3284d5;
}
@media (max-width: 992px) {
  header .nav-link {
    color: #2c3e50 !important;
    text-shadow: none;
  }
}
@media (max-width: 768px) {
  header .nav-link {
    font-size: 24px;
    margin: 0;
  }
}
@media (max-width: 576px) {
  header .nav-link {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .navbar > .container {
    justify-content: center;
  }
}

.navbar-brand {
  padding: 0;
}
@media (max-width: 992px) {
  .navbar-brand {
    margin: 0;
  }
}
.navbar-brand img {
  padding: 1em 3em;
  filter: drop-shadow(1px 1px 2px black);
}
@media (max-width: 992px) {
  .navbar-brand img {
    filter: none;
    padding: 1em 2em;
  }
}
@media (max-width: 576px) {
  .navbar-brand img {
    padding: 1em;
  }
}

.mid {
  position: absolute;
  width: 100%;
  bottom: 1em;
}
.mid img {
  margin-bottom: 4em;
  filter: drop-shadow(1px 1px 2px black);
}
.mid span {
  font-size: 60px;
  text-shadow: 1px 1px 4px black;
  cursor: pointer;
}
.mid span a {
  color: white;
}
.mid span i:before {
  transition: 0.2s;
}
.mid span:hover i:before {
  color: #3284d5;
}
@media (max-width: 1366px) {
  .mid span {
    display: none;
  }
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
footer {
  position: relative;
  background-color: #ffffff;
  padding: 60px 0 0;
}
@media (max-width: 768px) {
  footer {
    padding: 0;
  }
}
footer .col-sm-2 {
  margin-top: 4em;
}
footer ul {
  text-align: left;
}
footer ul i {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer small {
  color: #fff;
  font-size: 12px;
  margin-right: 5px;
}
footer .nav-link {
  color: #000 !important;
}
footer .nav-link:hover {
  color: #3284d5 !important;
}
@media (max-width: 768px) {
  footer .nav-link {
    text-align: center;
  }
}
footer .nav-link span {
  position: relative;
  top: 5px;
  line-height: 0;
}
footer .creds {
  padding: 2em 0;
}
footer .copy {
  margin-top: 2em;
  padding: 4px 0 6px;
  background: #161616;
  text-align: right;
}
@media (max-width: 768px) {
  footer .copy {
    margin-top: 0;
  }
}
footer .copy a:hover {
  color: #0066cc;
}
footer .facebook {
  transition: 0.2s;
}
footer .facebook:hover {
  transform: scale(1.1);
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
.vert {
  flex-direction: column;
  /* text-align: left; */
}

#back-to-top {
  position: fixed;
  bottom: 1em;
  right: 1em;
  background-color: #3284d5;
  color: #ffffff;
  font-size: 40px;
  border-radius: 100vmax;
  cursor: pointer;
}
#back-to-top:hover {
  background-color: #0066cc;
}

.view-box {
  position: relative;
  height: 500px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.view-box::-webkit-scrollbar {
  width: 5px;
}
.view-box::-webkit-scrollbar-track {
  background: transparent;
  margin-bottom: 48px;
}
.view-box::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.view-box::-webkit-scrollbar-thumb:hover {
  background: silver;
}

.accordion-item:last-of-type {
  margin-bottom: 3em;
}

.accordion-item {
  text-align: left;
}

.accordion-button:hover, .accordion-button:not(.collapsed) {
  background-color: #3284d5;
  color: #ffffff;
}

@media (max-width: 576px) {
  .member {
    display: flex;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 0;
  }
}

.region {
  position: relative;
}
@media (max-width: 576px) {
  .region {
    min-width: 150px;
    width: 150px;
    margin-right: 1em;
  }
}
.region .region-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3284d5;
  color: #ffffff;
  opacity: 0;
  transition: 0.3s;
}
.region .region-hover a {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 80px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
}
@media (max-width: 576px) {
  .region .region-hover a {
    position: absolute;
    width: 250%;
  }
}
.region .region-hover i {
  color: #ffffff;
}
.region:hover .region-hover {
  opacity: 0.75;
  cursor: pointer;
}

.region-info {
  margin: 2em 0;
}
@media (max-width: 576px) {
  .region-info {
    text-align: left !important;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

i.lg {
  font-size: 80px;
}

.handwritten {
  font-family: "Caveat";
  font-weight: 400;
  font-size: 28px;
}
@media (max-width: 768px) {
  .handwritten {
    font-size: 26px;
  }
}

.signature {
  float: right;
  margin-right: -100px;
  margin-top: -70px;
  transform: rotate(-12deg);
}
@media (max-width: 992px) {
  .signature {
    margin: 0;
  }
}

.program > div[class*=col-lg] {
  margin-bottom: 24px;
}
.program > div[class*=col-lg]:last-child(1), .program > div[class*=col-lg]:last-child(2), .program > div[class*=col-lg]:last-child(3) {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .program > div[class*=col-lg] {
    flex-basis: 50%;
  }
}
.program a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  min-height: 196px;
  background-color: #3284d5;
  justify-content: space-evenly;
  color: #ffffff;
  padding: 2em 0;
  transition: 0.3s;
  height: 100%;
}
@media (max-width: 576px) {
  .program a {
    padding: 2em 1em;
  }
}
.program a:hover {
  background-color: #0066cc;
}
.program a span {
  font-size: 60px;
}
.program a span:not(.material-symbols-outlined) {
  font-size: 18px;
}

.carousel {
  position: absolute !important;
  background: transparent;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  /* &-inner {
      @include respond-to('lg') {
          transform: translate(0, -250px);
      }
  } */
}
@media (max-width: 992px) {
  .carousel {
    position: relative !important;
    width: 100%;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 2em;
  }
}
.carousel-inner, .carousel-item {
  height: 100%;
}
.carousel img {
  height: 100%;
  width: auto;
}
@media (max-width: 768px) {
  .carousel img {
    width: 100%;
    height: auto;
  }
}

.bg-img {
  background-image: url(../img/mayor.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 1366px) {
  .bg-img {
    background-position: bottom left;
  }
}/*# sourceMappingURL=style.css.map */