@font-face {
  font-family: "Open Sans Condensed";
  src: url(../fonts/Open_Sans_Condensed/OpenSansCondensed-Light.ttf);
}

@font-face {
  font-family: "Tulpen";
  src: url(../fonts/Tulpen_One/TulpenOne-Regular.ttf);
}

:root {
  --opensans: "Open Sans Condensed";
  --tulpen: "Tulpen";
}

body {
  background-color: #FCFCFC;
  position: relative;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: black;
  text-decoration: underline;
}

.btn__no-button {
  padding: 0;
  color: #212529;
  background-color: transparent;
}

.btn__no-button i {
  vertical-align: middle;
}

.btn:focus, .btn.focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card, .card-img {
  max-height: 12em;
  font-family: var(--tulpen);
  letter-spacing: 0.5pt;
}

.card {
  border: 0;
  border-radius: unset;
}

.card .card-img-overlay {
  text-align: center;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4);
  max-height: 3em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.card:hover .card-img-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.card-title {
  margin-top: 0.7rem;
  font-family: var(--opensans);
  font-size: 18px;
  font-weight: bold;
}

.card-title::first-letter {
  text-transform: capitalize;
}

.card-img-content {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 12em;
  border: 1px solid black;
  border-radius: 0.25rem;
}

@media (max-width: 1900px) {
  .card-img-content {
    max-height: 10em;
  }
}

@media (max-width: 1650px) {
  .card-img-content {
    max-height: 8.5em;
  }
}

@media (max-width: 768px) {
  .card-img-content {
    max-height: 9em;
  }
}

@media (max-width: 575px) {
  .card-img-content {
    max-height: unset;
  }
}

.card-img-content .card-img {
  max-height: none;
  height: unset;
}

.home {
  background-image: url(../img/raiz-home.jpg);
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.home__banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1024px) {
  .home__banner {
    background-color: unset;
  }
  .home__banner--movil {
    -webkit-transition: background-color 3s ease-out;
    transition: background-color 3s ease-out;
    background-color: rgba(255, 255, 255, 0.3);
    color: red;
  }
  .home__banner:focus {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.home__banner:hover, .home__banner:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.home__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
}

@media (max-width: 320px) {
  .home__image {
    margin-right: 20px;
  }
}

@media (max-width: 425px) {
  .home__image {
    margin-right: 22px;
  }
}

.home__image svg {
  width: 50em;
  height: 20em;
}

@media (max-width: 992px) {
  .home__image svg {
    width: 40em;
  }
}

@media (max-width: 768px) {
  .home__image svg {
    width: 35em;
    height: 12em;
  }
}

@media (max-width: 576px) {
  .home__image svg {
    width: 25em;
    height: 10em;
  }
}

@media (max-width: 425px) {
  .home__image svg {
    width: 18em;
    height: 8em;
  }
}

.header {
  margin-bottom: 1.5rem;
}

.header__section:not(:last-child) {
  border-right: 1px solid #D4D4D4;
}

@media (max-width: 767px) {
  .header__section:not(:last-child) {
    border-right: 0;
  }
}

.header__text {
  font-family: var(--opensans);
  font-size: 18px;
  text-transform: lowercase;
  margin-bottom: 0;
}

.header__text::first-letter {
  text-transform: capitalize;
}

.header__link {
  margin-left: 12px;
}

.header__link:first-child {
  margin-left: 0;
}

.header__link.-active {
  font-weight: bold;
}

.header__link i {
  font-size: 1.5rem;
}

.header__link.-gray {
  color: #555;
}

@media (max-width: 576px) {
  .header__link {
    margin-left: 24px;
  }
  .header__link i {
    font-size: 1.8rem;
  }
}

.header nav {
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gallery__title {
  font-family: var(--opensans);
  text-align: center;
  font-weight: bold;
}

.gallery__title::first-letter {
  text-transform: capitalize;
}

.gallery__descriptions {
  margin: 0 25%;
}

@media (max-width: 1024px) {
  .gallery__descriptions {
    margin: 0 12.5%;
  }
}

.gallery__description {
  font-family: var(--opensans);
  font-size: 18px;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}

.gallery__description::first-letter {
  text-transform: capitalize;
}

.gallery__image {
  position: relative;
  max-height: 18.2em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 992px) {
  .gallery__image {
    max-height: 14em;
  }
}

@media (max-width: 768px) {
  .gallery__image {
    max-height: 10em;
  }
}

@media (max-width: 575px) {
  .gallery__image {
    max-height: unset;
  }
}

.gallery__image img {
  width: 100%;
}

.gallery__image.-video:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.32);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 8px;
  left: 8px;
}

.gallery__image:hover i:before {
  color: #FF0000;
  opacity: 1;
}

.gallery__video {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery__video i:before {
  color: white;
  opacity: .9;
}

.gallery__iframe {
  width: 100%;
  height: 14em;
}

.modal {
  padding: 0 !important;
}

.modal .modal-dialog {
  max-width: 100%;
  margin: 0rem;
  height: 100vh;
}

.modal .modal-dialog .modal-content {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0;
  border-radius: initial;
  overflow: hidden;
}

.modal .modal-dialog .modal-content .modal-header {
  padding: 0 1rem;
  border: 0;
}

.modal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  text-shadow: 0 1px 0 #000;
}

.modal .modal-dialog .modal-content .modal-header .close:hover {
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 95vh;
  height: 95vh;
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: contain;
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-body .modal-image__img-width {
  max-width: 100%;
  max-height: 100vh;
}

.modal .modal-dialog .modal-content .modal-body .modal-image__img-height {
  max-height: 100vh;
}

.modal .modal-dialog .modal-content .modal-body .prev, .modal .modal-dialog .modal-content .modal-body .next {
  height: 100%;
  width: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body .prev i, .modal .modal-dialog .modal-content .modal-body .next i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 3.5rem;
}

.modal .modal-dialog .modal-content .modal-body .prev:hover i, .modal .modal-dialog .modal-content .modal-body .next:hover i {
  color: #fff;
}

.about-us__about-us:first-child:after {
  content: "";
  position: absolute;
  top: 1em;
  right: 0;
  bottom: 1em;
  border-right: 1px solid #D4D4D4;
}

.about-us__title {
  font-family: var(--tulpen);
  letter-spacing: 0.5pt;
}

.about-us__title::first-letter {
  text-transform: capitalize;
}

.about-us__subtitle {
  font-family: var(--opensans);
  font-size: 18px;
}

.about-us__subtitle::first-letter {
  text-transform: capitalize;
}

.about-us__text {
  font-family: var(--opensans);
  font-size: 18px;
  margin-bottom: 6px;
}

.about-us__text::first-letter {
  text-transform: capitalize;
}

.about-us__image {
  max-height: 45em;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-us__img {
  width: 100%;
}

.about-us__img.-height {
  width: unset;
  height: 45em;
}

.about-us__afp-img {
  width: 40%;
  height: 100%;
}

@media (max-width: 992px) {
  .about-us {
    padding: 0;
    margin: 0;
    max-width: unset;
  }
  .about-us__about-us {
    margin-bottom: 1em;
  }
  .about-us__about-us:first-child:after {
    content: none;
  }
  .about-us__section {
    margin-bottom: 1em;
  }
}

@media (max-width: 576px) {
  .about-us__img.-height {
    width: 100%;
    height: unset;
  }
  .about-us__afp-img {
    width: 100%;
    height: 100%;
  }
}

.topButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #444;
}

@media (max-width: 576px) {
  .topButton {
    height: 45px;
    width: 45px;
    right: 10px;
    bottom: 10px;
  }
}

.topButton .fa-arrow-up {
  color: #D4D4D4;
}
/*# sourceMappingURL=style.css.map */