@import url("external/owl.carousel.min.css");
@import url("external/owl.theme.default.min.css");
@import url("external/plyr.css");
@import url("external/aos.css");
@import url("external/notyf.min.css");
@import url("external/jquery.fancybox.min.css");
@import url("external/plyr.css");
@import url("config.css");
@import url("menu.css");
@import url("footer.css");


#banner {
    padding-top: 8rem;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    background: var(--c1);
    position: relative;
}
#banner > figure {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    border-radius: 0 0 0.5rem 0.5rem;
    overflow: hidden;
}
#banner > figure > .shadow {
    background: black;
    animation: about_banner_shadow ease 2s;
    opacity: 0.5;
}
#banner > figure img {
    animation: ease about_banner 2s;
}
@keyframes about_banner_shadow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0.5;

    }
}
@keyframes about_banner {
    0% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

#banner .container {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#banner .title {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: flex-start;
    align-items: flex-start;
}
#banner .title h1 {
    font-size: 0.8rem;
    background: var(--c4);
    font-family: 'f2';
    color: white;
    padding: 0.5rem;
    border-radius: 2rem;
    width: 8rem;
    text-align: left;
}
#banner .title span b {
    font-size: 2.5rem;
    font-family: 'f4';
}
#banner .title span {
    text-align: left;
    font-family: 'f1';
    font-size: 1rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

/* ********************************************************ABOUT US */
#about .tmp-title b {
    width: auto;
}
#about .tmp-title p {
    width: 100%;
}
#about .container .cont {
    z-index: 30;
    gap: 2rem;
    display: grid;
    grid-template-columns: auto 35rem;
    gap: 2rem;
}
#about .container .cont > div {
    gap: 2rem;
    display: flex;
    flex-direction: column;
}
#about {
    position: relative;
    width: 100%;
    padding: 6rem 0;
}
#about > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#about > figure > div:nth-child(2) {
    position: relative;
}
#about > figure > div:nth-child(2) > div {
    position: absolute;
    top: 0;
    right: 0;
    height: 80%;
    width: 70%;
    background: var(--c4);
}
#about .video {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
}
#about .video {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);
}
#about .video > figure > .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#about .video > figure > div:nth-child(2) {
    position: relative;
}
#about .video > figure > div:nth-child(2) u .cls-1 {
    fill: white !important;
}
#about .video > figure > div:nth-child(2) > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: var(--c3);
    z-index: 20;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    animation: btn_video infinite 1s;
}
@keyframes btn_video {
    0% {
        opacity: 0.8;
        transform: translate(-50%,-50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%,-50%) scale(3);
    }
}
#about .video > figure > .img-bg > .shadow {
    transition: all 0.5s;
}
#about .video > figure:hover > .img-bg > .shadow {
    background: black;
    opacity: 0.5;
}
#about .video > figure > div u {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    padding: 1rem;
    background: var(--c4);
    z-index: 30;
}
#about .video > figure {
    width: 100%;
    height: 20rem;
    border-radius: 0.5rem;
    display: flex;
    background: var(--c1);
    z-index: 10;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.8);
}
#about .buttons {
    margin-top: 2rem;
}

/* ********************************************************ESTADISTIC */

#statistics {
    height: 20rem;
}
#statistics > figure .shadow {
    background: var(--c2 );
}
#statistics > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
    background: var(--c1);
}
#statistics > figure .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: url("../img/b784ebd3e6a5.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 10;
    opacity: 0.5;
}
#statistics .container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
    width: 100%;
    z-index: 30;
}
#statistics .container .item {
    display: flex;
    flex-direction: column;
}
#statistics .container .item > figure u .cls-1 {
    fill: white !important;
}
#statistics .container .item > figure u {
    width: 5rem;
    height: 5rem;
    background: var(--c4);
    padding: 1rem;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);

}

#statistics .container .item > figure {
    width: 100%;
    height: 5rem;
    display: flex;
    position: relative;
}
#statistics .container .item > span {
    display: flex;
    flex-direction: column;
    font-family: 'f2';
    color: white;
    font-size: 1.5rem;
    text-align: center;
}
#statistics .container .item > span b {
    font-size: 3rem;
    font-family: 'f4';
}

/* *******************************************************trekking-about */

#info-about {
    padding: 4rem 0;
    background: white;
}
#info-about .container {
    display: flex;
    flex-direction: column;
}
#info-about .container .title {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 2rem;
}
#info-about .container .title > h2 {
    font-size: 2.5rem;
    text-align: center;
    font-family: 'f4';
    color: var(--c1);
}
#info-about .container .title > p {
    font-size: 1rem;
    color: var(--c2);
    text-align: center;
}
#info-about .cont {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
}
#info-about .cont .item {
    display: grid;
    grid-template-rows: 5rem 8rem;
    gap: 1.5rem;
    align-items: center;
    min-height: 20rem;
}
#info-about .cont .item span {
    display: grid;
    grid-template-rows: 3rem 5rem;
    text-align: center;
}
#info-about .cont .item span p {
    font-size: 1rem;
    font-family: 'f1';
}
#info-about .cont .item span b {
    font-family: 'f4';
    font-size: 1rem;
    color: var(--c2);
}
#info-about .cont .item:hover b {
    color: var(--c4);
}
#info-about .cont .item:hover u {
    background: var(--c4);
    transform: scale(1.3);
    transition: all 0.3s;
}
#info-about .cont .item u {
    display: flex;
    width: 5rem;
    height: 5rem;
    background: var(--c1);
    border-radius: 50%;
    padding: 0.5rem;
}
#info-about .cont .item u .cls-1 {
    fill: white !important;
}

#staff .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#staff .cont {
    width: 100%;
    gap: 2rem;
}
#staff .cont .item:hover div:nth-child(1) figure a {
    background: var(--c4);
}
#staff .cont .item:hover span {
    color: white;
}
#staff .cont .item:hover {
    background: var(--c3);
}
#staff .cont .item {
    min-height: 25rem;
    padding: 2rem;
    overflow: hidden;
    border-radius: 0.5rem;
    width: 50%;
}
#staff .cont .item div:nth-child(1) figure > div {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border: solid white 6px;
    box-shadow: 2px 2px 4px gray;
}
#staff .cont .item div:nth-child(1) figure {
    position: relative;
    z-index: 10;
}
#staff .cont .item div:nth-child(1) figure u .cls-1 {
    fill: white !important;
}
#staff .cont .item div:nth-child(1) figure a u {
    width: 100%;
    height: 100%;
}
#staff .cont .item div:nth-child(1) figure a {
    position: absolute;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    top: 0;
    right: 0;
    background: var(--c3);
}
#staff .cont .item div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 1rem;
}
#staff .cont .item div:nth-child(2) span {
    font-family: 'f1';
    font-size: 0.8rem;
    text-align: center;
    text-align: center;
}
#staff .cont .item div:nth-child(2) span b {
    font-size: 1rem;
    font-family: 'f4';
    color: var(--c1);
}
#staff .cont .item div:nth-child(2) span:nth-child(1) p {
    font-family: 'f2';
    font-size: 0.9rem;
}
@media only screen and (min-width: 1920px) {}
@media only screen and (max-width: 1919px) and (min-width: 1440px) {}
@media only screen and (max-width: 1439px) and (min-width: 1280px) {}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    #banner .title{
        width: 90%;
    }
    #banner{
        height: 35rem;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    #banner .title{
        width: 100%;
    }
    #info-about .cont .item span p{
        font-size: .8rem;
    }
    #about .container .cont{
        grid-template-columns: auto 20rem;
    }
    #banner{
        height: 35rem;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #banner{
        height: 35rem;
    }
    #banner .title {
        width: 100%;
    }
    #about .container .cont {
        grid-template-columns: auto;
    }
    #statistics .container {
        grid-template-columns: repeat(2,1fr);
    }
    #statistics {
        height: 35rem;
    }
    #staff .cont .item {
        width: 100%;
    }
    #info-about .cont {
        grid-template-columns: repeat(2,1fr);
    }
    #info-about .cont {
        grid-template-columns: auto;
    }
    #banner .title span b {
        font-size: 1.5rem;
    }
    #banner {
        height: 45rem;
    }
    #banner .title {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    #statistics .container .item > span b {
        font-size: 1.5rem;
    }
    #statistics .container .item > span {
        font-size: 1rem;
    }
    section {
        padding: 0.5rem;
    }
    #info-about .cont .item span p{
        font-size: .8rem;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #banner .title {
        width: 100%;
    }
    #about .container .cont {
        grid-template-columns: auto;
    }
    #statistics .container {
        grid-template-columns: repeat(2,1fr);
        gap: 2rem;
    }
    #statistics {
        height: 35rem;
    }
    #staff .cont .item {
        width: 100%;
    }
    #info-about .cont {
        grid-template-columns: repeat(2,1fr);
    }
    #info-about .cont {
        grid-template-columns: auto;
    }
    #banner .title span b {
        font-size: 1.5rem;
        text-align: center;
    }
    #banner {
        height: 50rem;
    }
    #banner .title {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    #banner .title span {
        text-align: center;
    }
    #statistics .container .item > span b {
        font-size: 1.5rem;
    }
    #statistics .container .item > span {
        font-size: 1rem;
    }
    section {
        padding: 0.5rme;
    }
    #banner .title span {
        font-size: 0.8rem;
    }
    #banner .title span b{
        font-size: 1.2rem;
    }
    #info-about .cont .item span p{
        font-size: .8rem;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #banner .title {
        width: 100%;
    }
    #about .container .cont {
        grid-template-columns: auto;
    }
    #statistics .container {
        grid-template-columns: repeat(2,1fr);
        gap: 2rem;
    }
    #statistics {
        height: 35rem;
    }
    #staff .cont .item {
        width: 100%;
    }
    #info-about .cont {
        grid-template-columns: repeat(2,1fr);
    }
    #info-about .cont {
        grid-template-columns: auto;
    }
    #banner .title {
        padding: 1rem;
    }
    #banner .title span b {
        font-size: 1.5rem;
        text-align: center;
    }
    #banner {
        height: 50rem;
    }
    #banner .title {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    #banner .title span {
        text-align: center;
    }
    #statistics .container .item > span b {
        font-size: 1.5rem;
    }
    #statistics .container .item > span {
        font-size: 1rem;
    }
    section {
        padding: 0.5rem;
    }
    #banner .title span {
        font-size: 0.8rem;
    }
    #banner .title span b{
        font-size: 1.2rem;
    }
    #info-about .cont .item span p{
        font-size: .8rem;
    }
}
@media only screen and (min-height: 1280px) {}
@media only screen and (max-height: 1279px) and (min-height: 1024px) {

}
@media only screen and (max-height: 1023px) and (min-height: 768px) {

}
@media only screen and (max-height: 767px) and (min-height: 480px) {
    #banner{
        height: 40rem;
    }
}
@media only screen and (max-height: 479px) and (min-height: 360px) {
    #staff .cont .item{
        width: 70%;
    }
    #about .container .cont{
        grid-template-columns: auto;
    }
    #banner{
        height: 40rem;
    }
}
@media only screen and (max-height: 359px) and (min-height: 10px) {
    #staff .cont .item{
        width: 70%;
    }
    #statistics .container .item{
        gap: .5rem;
    }
    #statistics .container .item > span b{
        font-size: 1.5rem;
    }
    #statistics .container .item > span{
        font-size: 1rem;
    }
    #about .container .cont{
        grid-template-columns: auto;
    }
    #banner{
        height: 35rem;
    }
}