:root {
  --dark: #242423;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body {
  min-height: 100vh;
}

body {
  background-color: white;
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  /* color: var(--dark); */
  color: #aa9a8d;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo_index {
  position: absolute;
  /* background-color: #fff; */
  /* width: 100%; */
  z-index: 999;
  top: 2em;
  left: 4em;
  width: fit-content;
}

.logo, h1, h2 {
  margin: 0;
  line-height: 1;
  font-family: "Cinzel", serif;
  font-weight: 400;
}


 a, a:link, a:active, a:visited {
    outline-width: 0;
    text-decoration: none;
    color: #7b3a38;
}
 a:hover {
  outline-width: 0;
  text-decoration: none;
  color: #aa9a8d;
}

button {
  width: fit-content;
  padding: 1em;
  background-color: #aa9a8d;
  border: 0px;
  color: #fff;
  display: inline-block;
}
button a:hover  {

  color: #fff;
}

p {
  margin: 0;
}

.rectangulo_color {
  width: 2em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.triangle-down {
  width: 0;
  height: 0;
  position: absolute;
  right: 0px;
  bottom: -1.5vw;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #aa9a8d;
}

.txt_chico {
  font-size: 0.8em;
  line-height: 1.8em;
}

.stage {
  position: relative;
  background: white;
  visibility: hidden;
}

/*  ========================================================================== 
    Nav Header
    ========================================================================== */

.header {
  position: fixed;
  right: 40px;
  top: 14px;
  z-index: 100;
  display: flex;
}

.logo {
  font-size: 27px;
  letter-spacing: -1px;
}

.nav-btn, .nav-btn__svg {
  width: 56px;
  height: 30px;
}

.nav-btn {
  display: block;
  margin: -2px 0 0 56px;
}

.nav-btn__svg {
  pointer-events: none;
}

/*  ========================================================================== 
    Intro
    ========================================================================== */

.intro, .footer {
  height: 100vh;
}

.intro {
  position: relative;
  padding: 5vw;
  background: #f0f0f0;
  overflow: hidden;
}

.intro__content {
  position: absolute;
  right: 8%;
  bottom: 15%;
  z-index: 3;
}

.intro__espacio {
  position: absolute;
  right: 8%;
  bottom: 15%;
  z-index: 3;
}

.intro__txt {
  font-size: 1.1em;
}

.intro__title, .intro__title_espacio {
  font-size: 10vw;
  overflow: hidden;
  letter-spacing: -1.3vw;
  padding-right: 2.3vw;
  padding: 6vw 6vw 0vw;
}

.intro__title_espacio {
  font-size: 10vw;
}

.intro__img {
  position: absolute;
  width: 35%;
  max-width: 390px;
  height: auto;
}

.intro__img--1 {
  z-index: 2;
  left: 10%;
  bottom: 30%;
}

.intro__img--2 {
  z-index: 1;
  left: 25%;
  bottom: 40%;
}

.intro__img--3 {
  z-index: 1;
  left: 45%;
  bottom: 25vh;
}

.intro__img--4 {
  z-index: 1;
  left: 60%;
  bottom: 40%;
}

.intro__txt {
  max-width: 35vw;
  margin-left: 25vw;
  padding: 0.5em;
  background-color: #fff;
}

.logouniverso{
text-align: center;
}
.video {
  /* max-height: 75vh; */
  /* padding: 20%; */
  /* flex-basis: 50%; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  align-items: stretch;
}

#background-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  /* position: fixed; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  /* border-radius: 50%; */
  /* border-radius: 60% 0% 0% 0%; */
}

/*  ========================================================================== 
    Slides
    ========================================================================== */

.slide {
  display: flex;
  align-items: stretch;
  height: 100vh;
  overflow: hidden;
}

.slide:nth-of-type(even) {
  /* background: #C4CDC4; */
  /* background: #f0f0f0; */
}



.col:nth-of-type(even) img {
  border-radius: 60% 0% 0% 0%;
}
.col img {
  border-radius: 0% 0% 60% 0%;
}


@media all and (max-width: 468px) {
  .col:nth-of-type(even) img {
    border-radius: 0;
  }
  .col img {
    border-radius: 0%;
  }
}

/*  Columns
    ========================================================================== */

.col {
  flex-basis: 50%;
}

.col--1 {
  position: relative;
  z-index: 1;
}

.col--2 {
  position: relative;
  overflow: hidden;
}

/*  ========================================================================== 
    Column Content
    ========================================================================== */

.col__content {
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
  justify-content: center;
  overflow: hidden;
  height: 100%;
  padding: 6vw 6vw 0vw;
}

@media all and (max-width: 468px) {
  .col__content {
    width: 95%;
    padding: 0;
    justify-content: flex-start;
    margin-top: 10%;
  }
}

.col__content--1 {
  /* background: #403f3d; */
}

/*  Column Content
    ========================================================================== */

.col__content-title {
  margin: 0 0 2vw;
  font-size: 7vw;
  letter-spacing: -0.8vw;
  line-height: 0.8em;
  color: #7b3a38;
  visibility: hidden;

}

@media all and (max-width: 1280px) {
  .col__content-title {
    font-size: 6vw;
  }
}

.col__content-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 3em;
}

.col__content-txt {
  max-width: 22vw;
  order: 2;
  margin-left: 32px;
  color: #6a7377;
}

.slide-link {
  width: 100%;
  /* text-align: right; */
  /* color: #a9aaac; */
  top: 7em;
  /*  margin-bottom: 5em;
   
    margin-left: -1em; */
}

.slide-link>* {
  pointer-events: none;
}



.slide-link__circ {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  border: 1px solid var(--dark);
}

.slide-link__line {
  position: absolute;
  top: 25px;
  left: 0;
  width: 64px;
  height: 3px;
  background: var(--dark);
}

.line {
  overflow: hidden;
}

.line:nth-of-type(even) {
  margin-top: -1vw;
}

.line__inner {
  display: block;
}

.logouniverso img {
  width: 100%;
  max-width: 550px;
  height: auto;
  border-radius: 0% 0% 0% 0%;
}

/* .slide__scroll-link {
  position: absolute;
    right: -50px;
    bottom: 3.5vw;
    display: block;
    width: 100px;
    height: 100px;
    background: var(--dark);
    background: #c4d6df;
    overflow: hidden;
    border-radius: 50%;
    
  } */
  .social{
max-width: 65px;
padding: 0em;
  }

.slide__scroll-link {
  position: absolute;
  right: 20px;
  bottom: 3.5vw;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #7b3a38;
  /*    border-left: 100px solid #c4d6df;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;  */
}

.slide__scroll-line {
  /* position: absolute;
  left: 30px;
  top: -50px;
  width: 3px;
  height: 100%; */
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 1em solid #7b3a38;
}

/*  ========================================================================== 
    Column Image
    ========================================================================== */

.col__image-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  /* height: 160vh; */
}

.img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*  ========================================================================== 
    Footer
    ========================================================================== */

.footer {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  /* background: #cecece; */
}

.footer__link {
  font-size: 5vw;
  color: var(--dark);
  text-decoration: none;
  font-family: "Cinzel", serif;
}

.footer__link-top {
  position: relative;
  /* left: 50%; */
  /* bottom: 100px; */
  /* transform: translateX(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #7b3a38;
  /* font-size: 18px; */
  /* color: white; */
  /* text-decoration: none; */
  /* font-family: "Cinzel", serif;*/
}

.footer__link-top-line {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 1px;
  height: 10px;
  background: var(--dark);
}

.footer__copyright {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  font-size: 0.5em;
}

.footer_detalles {
  align-items: center;
  /* border-top: 1px solid #ffffff; */
  display: flex;
  min-height: 180px;
}
.footer_detalles p{
 margin: 2em;
 font-size: 0.8em;
}

@media all and (max-width: 1280px) {
  body {
    font-size: 16px;
  }
  .intro__txt {
    max-width: 50vw;
    margin-left: 5vw;
  }
  .col__content {
    padding: 6vw 6vw 0vw;
    justify-content: center;
  }
  .col__content-txt {
    max-width: 44vw;
  }
}

@media all and (max-width: 768px) {

  .logo_index {
    position: relative;
    top: 1em;
    left: 2em;
}

  .header {
    display: block;
    right: 24px;
  }
  .nav-btn {
    margin: 18px 0 0 -6px;
  }
  .intro__content {
    right: auto;
  }
  .intro__title {
    margin-bottom: 5vh;
  }
  .intro__img {
    width: 75vw;
  }
  .intro__img--1 {
    left: 50%;
    bottom: 0vh;
  }
  .intro__img--2 {
    left: 70%;
    bottom: 60vh;
  }
  .intro__txt {
    max-width: 80vw;
    margin-left: 5vw;
  }
  .slide {
    display: block;
    position: relative;
  }
  .col {
    display: block;
    width: 100%;
    height: 100vh;
  }
  .col--1 {
    position: relative;
    z-index: 1;
  }
  .col--2 {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .col__content {
    width: 95%;
    padding: 2vw 2vw 2vw;
    justify-content: flex-start;
    margin-top: 20%;
  }
  .col__content-title {
    margin: 0 0 6vw;
    font-size: 10vw;
  }
  .col__content-wrap {
    flex-direction: column;
    margin-top: 4em;
    margin-left: 1em;
  }
  .col__content-txt {
    order: 1;
    max-width: 100%;
    /* margin: 0 0 10vw 10vw; */
    background-color: #ffffff;
    padding: 2em;
    border-radius: 0% 0% 0 20px;
  }
  .slide__scroll-link {
    display: none;
  }
  .line__inner {
    display: block;
    background-color: #fff;
    padding: 0.3em;
    width: fit-content;
    border-radius: 0px 20px 0px 0px;
  }
  .col__image-wrap {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100vh;
  }
  .slide-link {
    order: 0;
    align-self: flex-end;
    /* top: 7em; */
    left: 1em;
    /* position: absolute; */
  }
}

@media all and (max-width: 468px) {
  .slide-link {
    /* visibility: hidden; */
  }
  #background-video {
    border-radius: 0%;
  }
  .col__content-txt {
margin: 0px;
  }
  .logouniverso img {
    width: 80%;
}
.col img {
  border-radius: 0% 0% 0% 0%;
}
}