.animate__animated.animate__fadeIn {
  --animate-duration: 7s;
}

.animate__animated.animate__fadeInLeft {
  --animate-duration: 4s;
}
.fl-layout-inner p {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  margin: 0px;
  color: rgb(51, 51, 51);
  padding-top: 0.5rem;
}

h4 {
  color: #f5a12d;
}
.modal-menu {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  height: 11rem;
  background-color: #4da2a5;
}
.image-portada {
  height: 100%;
  background-image: url(../img/alta_verapaz/portada.JPG);
  background-size: cover;
  background-repeat: no-repeat;
}
.conte-image-portada {
  width: 18rem;
  height: 27rem;
  position: relative;
  right: 1rem;
}
.image-portada2 {
  height: 100%;
  background-image: url(../img/santa_apolonia/apolonia-1.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.conte-image-portada2 {
  height: 65vh;
}

.image-portada3 {
  height: 100%;
  background-image: url(../img/quiche/portada-quiche.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.conte-image-portada3 {
  height: 65vh;
}

.image-portada4 {
  height: 100%;
  background-image: url(../img/santa_lucia/portada-santalucia.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.conte-image-portada4 {
  height: 65vh;
}

.image-portada5 {
  height: 100%;
  background-image: url(../img/solola/portada-solola.JPG);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.conte-image-portada5 {
  height: 65vh;
}

.image-historia-der {
  height: 26vh;

  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8% 0% 0% 8%;
}
.conte-image-historia-der {
  height: 26vh;
  margin-left: auto;
  /* position: relative; */
}

.image-historia-izq {
  height: 26vh;

  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0% 8% 8% 0%;
}
.conte-image-historia-izq {
  height: 26vh;
  margin-left: auto;
  /* position: relative; */
}
.descripcion-image {
  color: #f5a12d;
  font-family: var(--font-sub-title);
  font-size: 12px;
}
.conte-title-portada h1 {
  /* text-decoration: underline; */
  position: relative;
  text-align: inherit;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  font-family: var(--font-title);
  color: #f5a12d;
  /* padding-top: 10px; */
  padding-block: 10px;
}
.borde-historia {
  border: solid 1px;
  padding: 1.3rem 1.3rem 5.3rem 1.3rem;
}

.fuente-creditos {
  text-align: start !important;
  font-size: 18px !important;
  font-family: var(--font-sub-title) !important;
  color: white !important;
}
.img-creditos {
  width: 25px;
}

#header,
#footer {
  color: #f2f2f2;
  padding: 20px 0 0 0;
}

.image-footer {
  margin-left: 9px;
  bottom: 25px;
  width: 295px;
  position: relative;
}

#header {
  top: 0px;
}
#footer {
  bottom: 0px;
}
* {
  color: #fff;
  font-family: var(--body-font);
  background-color: #fff;
}

@media only screen and (min-width: 600px) {
  .navbar {
    height: 8rem !important;
    --bs-navbar-brand-font-size: 2.25rem;
    --bs-navbar-toggler-font-size: 2.25rem;
    --bs-navbar-toggler-padding-x: 2.75rem;
  }

  .navbar-dark {
    --bs-navbar-toggler-border-color: rgb(255 255 255 / 0%);
  }

  .offcanvas-title {
    font-size: 2.25rem;
  }

  .nav-link {
    font-size: 42px;
  }

  .offcanvas.show:not(.hiding),
  .offcanvas.showing {
    transform: none;
    width: 100%;
  }

  .text-bg-dark {
    padding: 34px;
    font-size: 50px;
  }
  .navbar-toggler-icon {
    font-size: 47px;
  }

  .navbar-brand {
    margin-left: var(--bs-navbar-brand-margin-end);
  }
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}

@media only screen and (min-width: 600px) {
  .text-bg-dark {
    padding: 34px;
    font-size: 50px;
  }
}
