:root {
    --dark: #242423;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html, body {
    min-height: 100vh;
    overflow-x: hidden;
}

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;
}


.banner{
    margin-top: 2em;
    max-height: 640px;
    overflow: hidden;
}
.col__content-txt {
    max-width: 22vw;
    order: 2;
    margin-left: 32px;
    color: #6a7377;
}

.col__content-txt p {
    margin-block-start: 0.4em;
    margin-block-end: 0.4em;
}

.col__content-perch {
    flex-direction: column;
    /*   margin-top: 1em;
    margin-left: 1em; */
    background-color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    color: #6a7377;
}

.col__content-fecha, .col__content-lugar {
    position: relative;
    max-width: 100%;
    width: fit-content;
    /* margin: 0 0 10vw 10vw; */
    background-color: #aa9a8d;
    border-radius: 0;
    padding: 0.5em;
    color: #fff;
    /* padding:0.8em; */
}

.col__content-lugar {
    color: #aa9a8d;
    font-weight: bold;
    background-color: #fff;
    padding-top: 0.5em;
}

hr {
    box-sizing: content-box;
    height: 0;
    width: 50%;
    margin-top: 2em;
}


.logo_index {
    position: relative;
    /* background-color: #fff; */
    /* width: 100%; */
    z-index: 990;
    top: 1em;
    left: 3em;
    width: fit-content;
}

.logo_top {
    position: relative;
    /* background-color: #fff; */
    /* width: 100%; */
    z-index: 999;
    top: 1em;
    left: 4em;
    width: fit-content;
}

.logo, h1, h2, h3 {
    margin: 0;
    line-height: 1;
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-size: unset;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 1.5em;
    font-weight: 100;
}

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;
}

.botones {
    margin-top: 1em;
}

#mc_embed_signup_scroll {
    margin-top: 1em;
}

button {
    position: relative;
    width: max-content;
    padding: 0.6em;
    background-color: #aa9a8d;
    border: 0px;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 1em;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

button:hover {
    color: #fff;
    background-color: #7b3a38;
}

.btn-add-newsletter {
    background-color: #aa9a8d;
    color: #fff;
    padding: 0.45em;
    border: 0px;
    border-radius: 10%;
    cursor: pointer;
}

.btn_volver {
    padding: 1em;
    border-radius: 0;
    padding-left: 2em;
}

.btn_volver:hover {
    background-color: #7b3a38;
}

/* 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;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

/*  ========================================================================== 
    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 {}

.intro {
    position: relative;
    padding: 5vw;
    background: #f0f0f0;
    overflow: hidden;
    height: 100vh;
}

.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, .slide-taller, .slide-index {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
    overflow: hidden;
}

.slide-taller {
    min-height: 10vh;
    margin-bottom: 2em;
}

.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%;
}

/*  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;
    min-height: 100%;
    padding: 4vw 6vw 0vw;
}


/*  Column Content
    ========================================================================== */

.col__content-title {
    margin: 0 0 0vw;
    font-size: 6vw;
    letter-spacing: -0.8vw;
    line-height: 0.8em;
    color: #7b3a38;
    visibility: hidden;
}

.col__content-title-list {
    margin: 0 0 2vw;
    font-size: 4vw;
    letter-spacing: -0.4vw;
    line-height: 0.8em;
    color: #7b3a38;
    visibility: hidden;
}

.col__content-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 3em;
}

.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: 450px;
    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; */
}

.col__image-wrap_galeria {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.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;
    padding-top: 2em;
    /* 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: relative;
    bottom: 10px;
    font-size: 0.5em;
    margin-top: 4em;
}

.footer_detalles {
    align-items: center;
    /* border-top: 1px solid #ffffff; */
    display: flex;
    min-height: 180px;
}

.footer_detalles p {
    margin: 2em;
    font-size: 0.8em;
}

/*agenda index */

.grid__item {
    width: 25%;
    border-radius: 1em;
    border: solid 5px #fff;
    display: table-cell;
    /* padding: 1em; */
    border-collapse: separate;
    border-spacing: 10px;
    /* background: #aa9a8d; */
    /* display: flex; */
    flex-direction: column;
    margin-top: 2em;
    background-color: #aa9a8d;
}

.grid__item a:hover {
    transition: 0.5s;
    color: #fff;
}

.grid__item_foto {
    width: 100%;
    height: 180px;
    overflow: hidden;
    background-color: #aa9a8d;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid__item_detalle {
    padding: 1em;
    display: inline-block;
    width: 90%;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.grid_social {
    width: 100%;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
}

@media all and (max-width: 1280px) {
    body {
        font-size: 16px;
    }
    .col__content-fecha, .col__content-lugar {
        padding: 1em;
    }
    .intro__txt {
        max-width: 50vw;
        margin-left: 5vw;
    }
    .col__content {
        padding: 6vw 6vw 0vw;
        justify-content: center;
    }
    .col__content-txt {
        max-width: 44vw;
    }
    .col__content-title {
        font-size: 6vw;
    }
}

@media all and (max-width: 768px) {
    .col img {
        border-radius: 0%;
    }
    .logo_index {
        position: relative;
        top: 1em;
        left: 2em;
        width: 100%;
        margin-bottom: 1em;
    }
    .logo_index img {
        max-width: 150px;
        height: auto;
    }
    .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;
    }
    .slide-taller {
        /* min-height: 100vh; */
        width: 100%;
        margin-bottom: 2em;
        display: block;
        position: relative;
        padding: 1em;
    }
    .col {
        /* display: contents; */
        width: 100%;
        /* min-height: 100vh;  */
        height: -webkit-fill-available;
    }
    .col--1 {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
    }
    .col--2 {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0;
    }
    .col--1-taller {
        position: relative;
        z-index: 1;
        left: 0;
        top: 0;
    }
    .col__content {
        width: 95%;
        padding: 2vw 2vw 2vw;
        /* justify-content: flex-start; */
        /* margin-top: 20%; */
    }
    .col:nth-of-type(even) img {
        border-radius: 0px;
    }
    .col__image-wrap_galeria {
        opacity: 0.8;
        height: 100%;
    }
    .col__content-title {
        /* margin: 0 0 6vw; */
        font-size: 10vw;
    }
    .col__content-wrap {
        flex-direction: column;
        margin-top: 2em;
        margin-left: 1em;
    }
    .col__content-txt {
        order: 1;
        max-width: 100%;
        width: fit-content;
        /* margin: 0 0 10vw 10vw; */
        background-color: #ffffff;
        padding: 1em;
        border-radius: 0% 0% 0 20px;
    }
    .grid__item {
        width: 50%;
        display: flex;
    }
    .slide__scroll-link {
        display: none;
    }
    .line__inner {
        display: block;
        background-color: #fff;
        padding: 0.3em;
        width: fit-content;
        /* border-radius: 0px 20px 0px 0px; */
    }
    .logo_top {
        margin-bottom: 1em;
        left: 2em;
    }
    .logo_top img {
        max-width: 150px;
    }
    .col__image-wrap {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 100vh;
    }
    .slide-link {
        /* background-color: #fff; */
        padding: 1em;
        width: fit-content;
    }
    h1, h2 {
        font-size: 1.2em;
    }
}

@media all and (max-width: 468px) {
    .col__content {
        width: 95%;
        padding: 0;
        /* justify-content: flex-start;
            margin-top: 10%; */
    }
    h1, h2 {
        font-size: 0.8em;
    }
    .slide-link {
        /* visibility: hidden; */
    }
    #background-video {
        border-radius: 0%;
    }
    .col__content-txt {
        margin-top: 0.5em;
    }
    .grid__item {
        width: 100%;
    }
    .logouniverso img {
        width: 80%;
    }
}