@charset "UTF-8";

/* font-family: 'Roboto Condensed', sans-serif;
font-family: 'Teko', sans-serif; */
html{
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
html, body{
    width: 100%;
    min-height: 100vh;
    margin:0;
    padding:0;
    font-size: 1.68vw;
    color: #000;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    background-color: #FFF;
}
/*body > *{
    opacity: 0.3;
}*/
body.hidden, 
body.header_activo{
  overflow: hidden;
}
*{
    line-height: 1.2em;
}

a{
    text-decoration: none;
    color: currentColor;
}

.clear{
    clear: both;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}
.header_int{
    width: calc(100% - 7.2rem);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
}
.logo{
    background-color: #3A674E;
    display: block;
    padding: 0.2em 0.5em;
}
.logo img{
    width: 2.3rem;
    display: block;
    height: auto;
}
.header_nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header_nav *{}
.btn_menu{
    width: 1.3rem;
    height: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
    appearance: none;
    margin-left: 1rem;
    cursor: pointer;
    padding: 0;
}
.btn_menu span{
    width: 1rem;
    height: 2px;
    color: #FFF;
    background-color: currentColor;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn_menu span::after{
    content:
    '';
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 1px;
    /* transform-origin: center; */
    /* transform: translate(-50%, -50%) rotate(-45deg); */
    /* left: 50%; */
    top: -0.3rem;
    position: absolute;
}
.btn_menu span::before{
    content:
    '';
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 1px;
    /* transform-origin: center; */
    /* transform: translate(-50%, -50%) rotate(45deg); */
    /* left: 50%; */
    bottom: -0.3rem;
    position: absolute;
}
.hblack .btn_menu span{
    color: #000;
}
body.header_activo .btn_menu span{}
.content_menu{
    width: 100%;
    position: absolute;
    top: -100vh;
    left: 0;
    height: 100vh;
    transition:300ms;
    overflow: auto;
}
.content_menu .cm_close{
    height: 100%;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.content_menu .content h2{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1em;
    margin: 0.5rem 0;
    text-transform: uppercase;
}
.footer_header{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-color: #3a674e;
    color: #A7C6B3;
    width: 100%;
    text-align: center;
    padding: 1rem 2rem 1.2rem;
    box-sizing: border-box;
    font-size: 0.9rem;
}
.footer_header p{
    margin: 0;
}
.footer_header p b{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1em;
}
.menu{
    width: fit-content;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 3rem;
    right: 3.6rem;
}
.m_item{
    color: #fff;
    width: 100%;
    padding: 1rem 1.4rem;
    margin-bottom: 1px;
    background-color: rgb(28 33 30 / 90%);
    box-sizing: border-box;
    font-weight: 800;
    font-size: 0.9rem;
}

.m_item sup{
    background-color: #fff;
    color: #000;
    padding: 0.3em 0.8em;
    border-radius: 0.9em;
    font-size: 0.5rem;
    margin-left: 1rem;
}
.m_item.m_sitem{
    background-color: transparent;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
    grid-gap: 1px 0px;
}
.m_item_full{
    grid-row: 1/4;
    display: flex;
    align-items: center;
    padding: 0.5rem  1rem;
    background-color: rgb(28 33 30 / 90%);
}
.m_sitem .m_item{
    margin: 0;
}

.header_activo .btn_menu span{
    background-color: transparent;
}
.header_activo .btn_menu span::after{
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    top: 50%;
}
.header_activo .btn_menu span::before{
    transform-origin: center; 
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
    top: 50%;
    bottom: initial;
}
.header_activo .content_menu{
    top: 0;
}



.wrapper{}

.cover{
    color: #FFF;
    position: relative;
    background-color: #3A674E;
    padding: 6rem 0;
}
.content{
    width: calc(100% - 7.2rem);
    margin: 0 auto;
    position: relative;
}
.img_back{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.img_back_int{
    position: absolute;
    width: 100%;
    height: 130%;
    top: -40%;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}
.img_back_int iframe{
    width: 110vw;
    height: 66.25vw;
    min-height: 110vh;
    min-width: 187.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: -webkit-translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.img_back::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.2973783263305322) 0%, rgba(0,0,0,0) 80%);
}
.img_back.img_back_books::after{
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}
.content.content-c-v{
    min-height: calc(100vh - 12rem);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cover .txt{
    margin: 0 auto;
    width: calc(100% - 3rem);
    text-align: center;
}
.cover .txt h1{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1em;
    margin: 0.5rem 0;
}
.cover .txt h2{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 3.8rem;
    font-size: 3rem;
    line-height: 1em;
    margin: 0.5rem 0;
}
.cover .txt h3{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 2.45rem;
    line-height: 1em;
    margin: 0.5rem 0;
}
.cover .grid_tres h3{
    margin-bottom: 1.5rem;
}
.cover .txt h4{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    
}
.cover .txt h4:first-child{
    margin-top: 0;
}
.cover .txt h5{
    font-weight: 400;
    font-size: 1.25rem;
}
.cover .txt h6{
    font-family: 'Teko', sans-serif;
    font-weight: 500;
}
.cover .txt p{font-size: 1rem;}
.cover .txt .item p{
    margin-bottom: 0;
}
.opacity{
    opacity: 0.5;
}
.cover .txt img{
    margin: 0rem auto 2rem;
    display: block;
    max-height: 4rem;
    width: auto;
}
.line{
    padding: 0.1em 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.line:first-child{
    margin-top: 1rem;
}
.line:last-child{
    margin-bottom: 1rem;
    border-bottom: none;
}
.green{
    color: #ABEF3B;
}
.green_m{
    color: #3A674E;
}

.grid_tres{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
}
.cover .txt.grid_tres.grid_margin{
    margin-top: 3rem;
}
.grid_tres .item{
    width: 100%;
    text-align: center;
}
.grid_tres img{
    max-height: 10rem;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.grid_tres p{
    margin: 0.5rem 0 0;
    font-size: 1.9rem;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    line-height: 0.9em;
}

.cover .txt.grid_dos{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10rem;
    margin-top: 3rem;
}
.item{
    width: 100%;
}
.item .carousel{
    margin-bottom: 2rem;
}
.grid_dos .item{}
.cover .txt img.icon{
    max-height: 3.5rem;
}

.btn,
.coming{
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.3rem 0.8rem;
    background-color: #fff;
    border-radius: 1em;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    width: fit-content;
    margin: 0 auto;
}
button{
    cursor: pointer;
}
a.btn,
button.btn{
    background-color: #ABEF3B;
}
.btn span{}

.cube_form.txt{
    background-color: #fff;
    color: #000;
    width: 39rem;
    padding: 2.4rem 3rem;
    box-sizing: border-box;
    max-width: 100%;
}
.cube_form ::placeholder{
    color:currentcolor;
}
.cube_form form{}
.cover .txt.cube_form h2{
    margin: 0 0 2rem;
}
.selector{
    position: relative;
}
.selector::after{
    content:'';
}
.selector::before{
    content:
    '';
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    right: 0;
    top: 50%;
    display: block;
    position: absolute;
    transform-origin: center 0;
    transform: rotate(135deg);
}
.selector select{
    width: 100%;
    border-radius: 0;
    appearance: none;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: currentColor;
    font-size: 0.7rem;
    background-color: transparent;
}
.selector select option{}
.cube_form label{
    display: block;
    margin-bottom: 1.5rem;
}
.cube_form input{
    width: 100%;
    border-radius: 0;
    appearance: none;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: currentColor;
    font-size: 0.7rem;
    background-color: transparent;
    color: #000;
}
.cube_form .btn{
    margin: 2.5rem auto 0;
}


.about{}
.about article{
    border-top: 1px solid #ececec;
}
.about article:nth-child(2n + 1) .column:nth-child(1){
    grid-column: 2;
}
.about article:nth-child(2n + 1) .column:nth-child(2){
    grid-column: 1;
    grid-row: 1;
}
.about .content{}
.about .content.txt{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
    font-size: 0.9rem;
}
.about .column{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.about img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: auto;
    height: auto;
    margin: 2rem 0;
}
.about .txt h2{
    font-size: 3rem;
    margin: 0 0 2rem;
    line-height: 1em;
}
.about .txt p{}

.about .grid_tres{}
.about .grid_tres img{
    filter: saturate(11) invert(0.4);
}
.about .grid_tres p{
    font-size: 1rem;
}
.collage{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0;
    color: #FFF;
    width: 100%;
}
.collage_int{
    width: 100%;
    padding-bottom: 140%;
    height: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.collage_int > *{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.collage_int h3{
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0.5rem;
}

.cover.cover_white{
    background-color: transparent;
    color: #000;
}

.grid_about{
    display: grid;
    grid-template-columns: 1.41fr 1fr 1fr 1fr;
    grid-gap: 0.6rem;
}
.item_about{}
.item_about img{
    max-width: 100%;
    height: auto;
    display: block;
}
.item_about p{
    font-size: 0.8rem;
    max-width: 14rem;
}

.icon{
    position: relative;
}
.icon .coming{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ABEF3B;
}
.txt_center{
    max-width: 40rem;
    margin: 0 auto;
}
.txt_t{
    border-top: 1px solid #ececec;
    padding-bottom: 4rem;
}
.txt_t .txt{}
.txt_t .txt h2{
    font-family: 'Teko', sans-serif;
    font-size: 1.8rem;
    text-align: center;
    margin: 2rem 0;
}
.table{}
.table .fila{
    display: grid;
    grid-template-columns: 1fr 0.5fr 2.5fr;
    grid-gap: 0;
    border-top: 1px solid #b6b6b6;
}
.table .column{}
.table h3{
    font-weight: 700;
    font-size: 0.9rem;
}
.table p{
    font-size: 0.9rem;
}
.table sup{
    line-height: 0;
    font-size: 0.5rem;
}

.cube_white{
    background-color: #fff;
    color: #000;
    padding: 2rem;
    box-sizing: border-box;
    width: 35rem;
    font-size: 0.6rem;
}
.cube_white .fila{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-gap: 0.5rem;
    border-bottom: 1px solid #ccc;
    padding: 0.4rem 0;
}
.cube_white .column{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cube_white .column .btn{
    margin: 0;
    font-size: 1em;
    border-radius: 1.2em;
}
.cube_white .column:nth-child(3){
    justify-content: flex-end;
    width: 100%;
}
.cube_white .column p{
    margin: 0;
}
.cube_white .column h3{
    margin: 0;
    font-size: 1em;
    font-weight: 700;
}
.cover .txt.cube_form img{
    margin: 0 auto;
    max-height: 8rem;
}
.column_between.column{
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4rem 0;
    box-sizing: border-box;
}
.column_between.column h2{
    margin: 0;
    line-height: 0;
}
.column_between.column img{
    max-height: 2rem;
    width: auto;
    display: block;
    margin-bottom: 2rem;
}
.logo_column{
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.gallery{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.5rem;
}
.item_gallery{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel{
    width: 100%;
    margin-top: 3rem;
}
.image_land{
    width: 100%;
    padding-bottom: 66.6%;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.carousel .splide__arrow{
    width: 2rem;
    height: 3rem;
    border-radius: 0;
    background-color: transparent;
}
.carousel .splide__arrow--prev {
    left: -2rem;
}
.carousel .splide__arrow--next {
    right: -2rem;
}
.carousel .splide__arrow svg{
    fill: #fff;
}
.carousel .splide__pagination{
    bottom: initial;
    top: 100%;
}
.carousel .splide__pagination__page{
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgb(255 255 255 / 30%);
    opacity: 1;
}
.carousel .splide__pagination__page.is-active{
    background-color: rgb(255 255 255 / 80%);
    transform: initial;
}
.carousel .splide__slide{
    opacity: 0.5;
    transition: opacity 600ms;
}
.carousel .splide__slide.is-active{
    opacity: 1;
}


/* animation */



.animation_sec span:nth-child(2){
    animation-delay: .05s;
}
.animation_sec span:nth-child(3){
    animation-delay: .1s;
}
.animation_sec span:nth-child(4){
    animation-delay: .15s;
}
.animation_sec span:nth-child(5){
    animation-delay: .2s;
}
.animation_sec span:nth-child(6){
    animation-delay: .25s;
}
.animation_sec span:nth-child(7){
    animation-delay: .3s;
}
.animation_sec span:nth-child(8){
    animation-delay: .35s;
}
.animation_sec span:nth-child(9){
    animation-delay: .4s;
}
.animation_sec span:nth-child(10){
    animation-delay: .45s;
}
.animation_sec span:nth-child(11){
    animation-delay: .5s;
}
.animation_sec span:nth-child(12){
    animation-delay: .55s;
}
.animation_sec span:nth-child(13){
    animation-delay: .60s;
}
.animation_sec span:nth-child(14){
    animation-delay: .65s;
}
.animation_sec span:nth-child(15){
    animation-delay: .70s;
}
.animation_sec span:nth-child(16){
    animation-delay: .75s;
}
.animation_sec span:nth-child(17){
    animation-delay: .80s;
}
.animation_sec span:nth-child(18){
    animation-delay: .85s;
}
.animation_sec span:nth-child(19){
    animation-delay: .90s;
}
.animation_sec span:nth-child(20){
    animation-delay: .95s;
}
.animation_sec span:nth-child(21){
    animation-delay: 1s;
}
.animation_sec span:nth-child(22){
    animation-delay: 1.05s;
}
.animation_sec span:nth-child(23){
    animation-delay: 1.10s;
}
.animation_sec span:nth-child(24){
    animation-delay: 1.15s;
}
.animation_sec span:nth-child(25){
    animation-delay: 1.2s;
}
.animation_sec span:nth-child(26){
    animation-delay: 1.25s;
}
.animation_sec span:nth-child(27){
    animation-delay: 1.3s;
}
.animation_sec span:nth-child(28){
    animation-delay: 1.35s;
}
.animation_sec span:nth-child(29){
    animation-delay: 1.4s;
}
.animation_sec span:nth-child(30){
    animation-delay: 1.45s;
}
.animation_sec span:nth-child(31){
    animation-delay: 1.5s;
}
.animation_sec span:nth-child(32){
    animation-delay: 1.55s;
}
.animation_sec span:nth-child(33){
    animation-delay: 1.6s;
}
.animation_sec span:nth-child(34){
    animation-delay: 1.65s;
}
.animation_sec span:nth-child(35){
    animation-delay: 1.7s;
}
.animation_sec span:nth-child(36){
    animation-delay: 1.75s;
}
.animation_sec span:nth-child(37){
    animation-delay: 1.8s;
}
.animation_sec span:nth-child(38){
    animation-delay: 1.85s;
}
.animation_sec span:nth-child(39){
    animation-delay: 1.9s;
}
.animation_sec span:nth-child(40){
    animation-delay: 1.95s;
}
.animation_sec span:nth-child(41){
    animation-delay: 2s;
}
.animation_sec span:nth-child(42){
    animation-delay: 2.05s;
}
.animation_sec span:nth-child(43){
    animation-delay: 2.1s;
}
.animation_sec span:nth-child(44){
    animation-delay: 2.15s;
}
.animation_sec span:nth-child(45){
    animation-delay: 2.2s;
}
.animation_sec span:nth-child(46){
    animation-delay: 2.25s;
}
.animation_sec span:nth-child(47){
    animation-delay: 2.3s;
}
.animation_sec span:nth-child(48){
    animation-delay: 2.35s;
}
.animation_sec span:nth-child(49){
    animation-delay: 2.4s;
}
.animation_sec span:nth-child(50){
    animation-delay: 2.45s;
}
.animation_sec span:nth-child(51){
    animation-delay: 2.5s;
}
.animation_sec span:nth-child(52){
    animation-delay: 2.55s;
}
.animation_sec span:nth-child(53){
    animation-delay: 2.6s;
}


.animation_sec span{
    transform-origin: 0 100%;
    transform: scaleY(0) translateY(1rem);
    opacity: 0.3;
    display: inline-block;
    line-height: 1em;
    /* animation: animationSec 1s ease-out forwards;
  animation-delay: calc(.2s * var(--i)) */

  opacity: 0;
  transform: translate(0, -100px) rotate(360deg) scale(0);
  animation-name: animationSec;
    animation-duration: .4s;  
    animation-fill-mode: forwards;
}

@keyframes animationSec {
    30% {
        transform: translate(0, -50px) rotate(180deg) scale(1);
      }
    
      60% {
        transform: translate(0, 20px) scale(.8) rotate(0deg);
      }
    
      100% {
        transform: translate(0) scale(1) rotate(0deg);
        opacity: 1;
      }
  }

.animation_top{
    /* transform: translateY(2rem); */
}
.animation_top.act{
    animation-name: animationTop;
    animation-duration: 0.5s;  
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
@keyframes animationTop {
    from {
        transform: translateY(2rem);
    }
    to {
        transform: translateY(0rem);
    }
}


.animation_sub{
    opacity: 0;
    animation-name: animationTop;
    animation-duration: 1s;  
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}
.animation_sub.as_02{
    animation-delay: 1.2s;
}
@keyframes animationTop {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


select:active,
select:focus,
input:active,
input:focus,
button:active,
button:focus{
    outline: 0;
}
.cube_form input:active,
.cube_form input:focus,
.cube_form select:active,
.cube_form select:focus{
    border-color: #000;
}

.over_gallery{
    top: 2rem;
    width: 100%;
    height: calc(100% - 4rem);
    position: absolute;
    left: 0;
    z-index: 2;
}
.over_gallery .splide__arrow--prev{
    background-color: transparent;
    width: 3rem;
    left: 0;
    top: 0;
    height: 100%;
    transform: initial;
}
.over_gallery .splide__arrow--next{
    background-color: transparent;
    width: 3rem;
    right: 0;
    top: 0;
    height: 100%;
    transform: initial;
}
.over_gallery .splide__track{
    height: 100%;
    width: 100%;
}
.over_gallery .splide__list{
    height: 100%;
    width: 100%;
}
.over_gallery .splide__slide{
    height: 100%;
    width: 100%;
}
.over_gallery .image_land{
    height: 100%;
    width: 100%;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.over_gallery .image_land img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    position: relative;
    z-index: 1;
}
.over_carrusel{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgb(0 0 0 / 92%);
    display: none;
}
.over_carrusel.act{
    display: block;
}
.oc_close{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.oc_close span{
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.oc_close span::after{
    content: '';
    width: 0.7rem;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    display: block;
}
.oc_close span::before{
    content: '';
    width: 0.7rem;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    display: block;
}

.over_gallery .splide__arrow svg{
    fill:#fff;
}
.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active, .splide--nav>.splide__track>.splide__list>.splide__slide.is-active{
    border-color: transparent;
}

.date_input{

}


.date_input input{
  display:block;
  position:relative;
  
  padding: 1rem 0rem;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #FFF;
  background-image: url("../img/descarga.svg"); 
  background-size: 0.7rem;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  
  cursor:pointer;
    
  box-sizing: border-box;
  appearance: auto;
}
.date_input ::-webkit-calendar-picker-indicator {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    bottom:0;
    cursor:pointer;
    background-size:1rem;
    background-position:center right;
    opacity:0;
}
.item_img{
    width: 100%;
    height: auto;
    position: relative;
}
.item_img svg{
    display: block;
    width: calc(100% - 3rem);
    height: auto;
    margin: 0 auto;
}
.st0{
    transform-origin: 0 100%;
    transform: scaleY(0.1);
}
.animation .st0{
    animation-name: animationGraphics;
    animation-duration: 2.3s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}
@keyframes animationGraphics {
    from {transform: scaleY(0.1);}
    to {transform: scaleY(1);}
  }

.item_anio{
    width: calc(93% - 3rem);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0.4rem auto 1rem;
    font-size: 0.7rem;
}
.item_anio span{}
.item_num{
    position: absolute;
    left: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    bottom: 2.9rem;
}
.item_green{
    color: #ABEF3B;
    position: relative;
    text-align: right;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    width: 100%;
    display: block;
}


.animation .item:nth-child(1) .item_num::after {
    content: '0';
    animation: counter01 1s linear forwards 0.2s;
    counter-reset: count 0;
}
  
@keyframes counter01 {
    0% {
        content:'0'; 
    }
    10% {
        content:'122';
    }
    20% {
        content:'1,234';
    }
    30% {
        content:'3,123';
    }
    40% {
        content:'4,452';
    }
    50% {
        content:'5,234';
    }
    60% {
        content:'6,345';
    }
    70% {
        content:'7,345';
    }
    80% {
        content:'10,000';
    }
    90% {
        content:'14,120';
    }
    100% {
        content:'18,229';
    }
}



.animation .item:nth-child(2) .item_num::after {
    content: '0,0M';
    animation: counter02 1s linear forwards 0.2s;
    counter-reset: count 0;
}
  
@keyframes counter02 {
    0% {
        content:'0,0M'; 
    }
    10% {
        content:'0,2M';
    }
    20% {
        content:'0,4M';
    }
    30% {
        content:'0,7M';
    }
    40% {
        content:'0,9M';
    }
    50% {
        content:'1,0M';
    }
    60% {
        content:'1,1M';
    }
    70% {
        content:'1,3M';
    }
    80% {
        content:'1,5M';
    }
    90% {
        content:'2,8M';
    }
    100% {
        content:'2,9M';
    }
}



.animation .item:nth-child(3) .item_num::after {
    content: '$0M';
    animation: counter03 1s linear forwards 0.2s;
    counter-reset: count 0;
}
  
@keyframes counter03 {
    0% {
        content:'$0M'; 
    }
    10% {
        content:'$31M';
    }
    20% {
        content:'$42M';
    }
    30% {
        content:'$53M';
    }
    40% {
        content:'$63M';
    }
    50% {
        content:'$88M';
    }
    60% {
        content:'$103M';
    }
    70% {
        content:'$120M';
    }
    80% {
        content:'$143M';
    }
    90% {
        content:'$175M';
    }
    100% {
        content:'$239M';
    }
}
.item_green{
    opacity: 0;
}
.animation .item_green{
    animation: greenOpacity 1.2s ease forwards 1.2s;
}
@keyframes greenOpacity{
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.borderBottom{
    border-bottom: 1px solid #ffffff61;
}
.grid_dos_gap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: calc(80% - 3rem);
    grid-gap: 1rem;
    margin-top: 3rem;
}
/* 
.date_input input[type="date"]:focus {
  outline:none;
  border-color:#3acfff;
  box-shadow:0 0 0 0.25rem rgba(0, 120, 250, 0.1);
}

.date_input ::-webkit-datetime-edit {}
.date_input ::-webkit-datetime-edit-fields-wrapper {}
.date_input ::-webkit-datetime-edit-month-field:hover,
.date_input ::-webkit-datetime-edit-day-field:hover,
.date_input ::-webkit-datetime-edit-year-field:hover {
  background:rgba(0, 120, 250, 0.1);
}
.date_input ::-webkit-datetime-edit-text {
  opacity:0;
}
.date_input ::-webkit-clear-button,
.date_input ::-webkit-inner-spin-button {
  display:none;
}
.date_input ::-webkit-calendar-picker-indicator {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  
  opacity:0;
  cursor:pointer;
  
  color:rgba(0, 120, 250, 1);
  background:rgba(0, 120, 250, 1);
 
}
.date_input input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:0.05; }
.date_input input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; } */
