@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500");
* {
  all: default;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #d2b278;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

header {
  background: url("../resources/pictures/pexels-oleg-magni-861339.jpg") rgba(43, 43, 43, 0.3);
  background-blend-mode: color;
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

header .head {
  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;
  position: relative;
}

header .head .logo {
  position: relative;
  background-color: #d2b278;
  border-radius: 50%;
  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;
  width: 6rem;
  height: 6rem;
  margin: 2rem;
}

header .head .logo img {
  width: 10rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

header .head .title {
  position: relative;
  color: #d2b278;
  text-shadow: 1px 1px 2px #2b2b2b;
}

header .head:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(43, 43, 43, 0.6);
}

header .navigation {
  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;
  width: 70%;
  margin: auto;
  padding-bottom: 1rem;
}

header .navigation a {
  position: relative;
  text-decoration: none;
  color: #d2b278;
  font-size: 2rem;
  overflow: hidden;
}

header .navigation a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #d2b278), color-stop(12%, rgba(210, 178, 120, 0.3)));
  background: linear-gradient(#d2b278 12%, rgba(210, 178, 120, 0.3) 12%);
  -webkit-transform: translateY(90%);
          transform: translateY(90%);
  -webkit-transition: all ease-in 0.15s;
  transition: all ease-in 0.15s;
}

header .navigation a:hover::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header .navigation a p {
  margin: 0;
  padding: 0.25rem 4rem;
  text-decoration: none;
  color: white;
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: all ease-in 0.15s;
  transition: all ease-in 0.15s;
  text-shadow: 1px 1px 2px #2b2b2b;
}

article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

article h1.title {
  width: 100%;
  margin: auto;
  padding: 2rem 0;
  text-align: center;
  background-color: #d56c33;
  color: white;
  font-family: "Crimson Text", serif;
  font-size: 3rem;
  line-height: normal;
  letter-spacing: 0.3rem;
}

article h1.title.t1 {
  background-color: #d33149;
}

article h1.title.t2 {
  background-color: #003348;
}

article h1.title.t3 {
  background-color: #d2b278;
}

.section {
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.section.sec-1 {
  background-image: url("../resources/pictures/pexels-bestbe-models-2170387.jpg");
  background-size: cover;
}

.section.sec-1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(211, 49, 73, 0.3);
  background-size: cover;
}

.section.sec-1 .card {
  background-color: rgba(211, 49, 73, 0.45);
  -webkit-box-shadow: 0 8px 32px 0 rgba(119, 38, 94, 0.4);
          box-shadow: 0 8px 32px 0 rgba(119, 38, 94, 0.4);
  margin: 3rem 0;
}

.section.sec-1 .card .content {
  color: white;
}

.section.sec-1 .card .content .fecha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  color: white;
  background-color: rgba(119, 38, 94, 0.25);
  padding: 0 0.5rem 0 0;
}

.section.sec-1 .card .content .fecha::before {
  content: "";
  height: inherit;
  border-right: 3px solid #77265e;
  margin-right: 1rem;
}

.section.sec-2 {
  background-image: url("../resources/pictures/1568293830_982907_1568294091_noticia_normal_recorte1.jpg");
  background-size: cover;
}

.section.sec-2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 51, 72, 0.3);
  background-size: cover;
}

.section.sec-2 .card {
  background-color: rgba(90, 129, 146, 0.45);
  -webkit-box-shadow: 0 8px 32px 0 rgba(0, 51, 72, 0.4);
          box-shadow: 0 8px 32px 0 rgba(0, 51, 72, 0.4);
}

.section.sec-2 .card .content {
  color: white;
}

.section.sec-2 .card .content .fecha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2rem;
  color: white;
  background-color: rgba(0, 51, 72, 0.15);
  padding: 0 0.5rem 0 0;
}

.section.sec-2 .card .content .fecha::before {
  content: "";
  height: inherit;
  border-right: 3px solid #003348;
  margin-right: 1rem;
}

.section.sec-3 {
  background-image: url("../resources/pictures/pexels-cottonbro-6334763.jpg");
  background-size: cover;
}

.section.sec-3::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(213, 108, 51, 0.3);
  background-size: cover;
}

.section.sec-3 .card {
  background-color: rgba(210, 178, 120, 0.45);
  -webkit-box-shadow: 0 8px 32px 0 rgba(213, 108, 51, 0.4);
          box-shadow: 0 8px 32px 0 rgba(213, 108, 51, 0.4);
}

.section.sec-3 .card .content {
  color: white;
}

.section.sec-3 .card .content .foundation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 1fr;
      grid-template-columns: 2fr 1fr 1fr;
  gap: 1rem;
}

.section.sec-3 .card .content .foundation .founders {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
      grid-template-areas: "founder1 founder2" "text         text";
}

.section.sec-3 .card .content .foundation .founders .founder1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: founder1;
}

.section.sec-3 .card .content .foundation .founders .founder2 {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: founder2;
}

.section.sec-3 .card .content .foundation .founders .text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: text;
  font-size: 1rem;
  text-align: center;
  position: relative;
}

.section.sec-3 .card .content .foundation .founders .text::before {
  content: "";
  position: absolute;
  top: -5%;
  width: 100%;
  border-top: 3px solid #d2b278;
}

.section.sec-3 .card .content .foundation .founders .founder1 p,
.section.sec-3 .card .content .foundation .founders .founder2 p {
  text-align: center;
  font-size: 1rem;
}

.section.sec-3 .card .content .foundation .founders .founder1 img,
.section.sec-3 .card .content .foundation .founders .founder2 img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
  height: auto;
  margin: 0 auto;
}

.section.sec-3 .card .content .foundation .founder p {
  text-align: center;
  font-size: 1rem;
}

.section.sec-3 .card .content .foundation .founder img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  background-color: white;
}

.section .card {
  width: 60%;
  padding: 3rem 5rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  background-clip: padding-box;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
          box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  position: relative;
}

.section .card .title {
  font-size: 3rem;
  position: relative;
}

.section .card .title:after {
  content: "";
  width: 100%;
  height: 0.35rem;
  background: #2b2b2b;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section .card .content p {
  font-size: 1.75rem;
  color: white;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.section .card .content span {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

.index {
  position: fixed;
  top: 50%;
  left: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index .title {
  margin: 0;
  padding: 1rem;
  color: white;
  background: #2b2b2b;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  cursor: pointer;
}

.index .indexes {
  border-left: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-clip-path: circle(150% at 0 50%);
          clip-path: circle(150% at 0 50%);
  background: #2b2b2b;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-left: 0.25rem;
}

.index .indexes a {
  text-decoration: none;
}

.index .indexes a p {
  color: white;
  padding-right: 0.5rem;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.index .indexes a p:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.index .indexes a p:hover:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.clipped {
  -webkit-clip-path: circle(0% at 0 50%) !important;
          clip-path: circle(0% at 0 50%) !important;
}

@media (max-width: 1396px) {
  header {
    background-position: 0%;
  }
  header .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .head .title {
    padding: 0 0.25rem !important;
    text-align: center;
  }
  header .navigation {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .navigation a {
    width: 100%;
  }
  header .navigation a p {
    text-align: center;
    padding: 0.25rem 0.25rem;
  }
  article .title {
    font-size: 1.5rem;
    padding: 1rem 0 !important;
  }
  .section .card {
    margin: 1rem auto !important;
    padding: 0.5rem 1.5rem !important;
    width: 75% !important;
  }
  .section .card .content p {
    font-size: 1rem !important;
    color: white;
  }
  .index .title {
    padding: 0.25rem;
    font-size: 0.75rem;
    font-weight: bold;
  }
}
/*# sourceMappingURL=styles.css.map */