@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("config.css");
@import url("menu.css");
@import url("footer.css");

header.banner {
    width: 100%;
    height: 70vh;
    z-index: 10;
    padding-top: 12rem;
    padding-bottom: 2rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header.banner > figure {
    background: var(--c1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header.banner > figure img {
    opacity: 0.2;
}
header.banner > figure .shadow {
    background: radial-gradient(circle , rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0) 100%);
}
header.banner .container {
    position: relative;
    z-index: 20;
}
header.banner .container .cont {
    width: 70%;
}
header.banner .tmp-title h1 {
    color: white;
}
header.banner .tmp-title p {
    color: white;
    font-size: 1rem;
    width: 100%;
}
header.banner .tmp-title strong {
    color: var(--c3);
    font-family: 'f2';
    font-size: 1.1rem;
}
#banner {
    position: relative;
    height: 80%;
    overflow: hidden;
    background: var(--c1);
}
#banner > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
#banner > figure:nth-child(1) {
    z-index: 10;
    animation: linear banner_figure_decoration_3 2s;
}
#banner > figure:nth-child(1) .shadow {
    background: black;
    opacity: 0.5;
}
#banner > figure:nth-child(2) {
    z-index: 20;
}
#banner > figure:nth-child(2) > div {
    display: none;
}
#banner > figure:nth-child(2) > div:nth-child(1) {
    width: 150vw;
    height: 150vh;
    background: var(--c3);
    position: absolute;
    top: 0;
    left: -120%;
    transform: rotate(45deg);
    animation: linear banner_figure_decoration_1 1s;
}
#banner > figure:nth-child(2) > div:nth-child(2) {
    width: 150vw;
    height: 150vh;
    background: var(--c1);
    position: absolute;
    bottom: 0;
    left: 65%;
    transform: rotate(45deg);
    animation: linear banner_figure_decoration_2 1s;
}
@keyframes banner_figure_decoration_1 {
    0% {
        left: -150%;
    }
    100% {
        left: -120%;
    }
}
@keyframes banner_figure_decoration_2 {
    0% {
        left: 100%;
    }
    100% {
        left: 65%;
    }
}
@keyframes banner_figure_decoration_3 {
    0% {
        opacity: 0;
        filter: blur(10px);

    }
    100% {
        opacity: 1;
        filter: blur(0);

    }
}

#banner .container {
    position: relative;
    z-index: 30;
    display: grid;
    grid-template-columns: auto 60%;
}
#banner .container > div:nth-child(2) {
    padding: 4rem;
    /* background: var(--c4); */
    border-radius: 0.5rem;
    /* box-shadow: 2px 2px 8px var(--c1); */
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#banner .container > div:nth-child(2) h1 {
    font-size: 3rem;
    font-family: 'f4';
    color: white;
}
#banner .container > div:nth-child(2) span {
    font-family: 'f1';
    font-size: 1rem;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
#banner .container > div:nth-child(2) span b {
    color: white;
    font-family: 'f2';
    font-size: 1rem;
}
#banner .container > div:nth-child(2) > div > div {
    width: 50%;
    border-radius: 2rem;
    height: 2px;
    background: white;

}
#planning {
    padding: 4rem 0;
}
#planning .container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1rem;
    font-family: 'f1';
}
#planning .tmp-title {
    width: 50%;
}
#planning .tmp-title p {
    text-align: center;
    width: 100%;
}
#planning .tmp-title h3 {
    text-align: center;
    background: none;
    color: var(--c1);
    font-size: 1.5rem;
    font-family: 'f4';
}
#planning .tmp-btn {
    width: auto;
    gap: 0.5rem;
}

#best {
    width: 100%;
    padding: 0;
}
#best .cont {
    gap: 0;
}
#best .cont .item:nth-child(1) {
    background: var(--c4);
}
#best .cont .item:nth-child(2) {
    background: var(--c1);
}
#best .cont .item:nth-child(3) {
    background: var(--c3);
}
#best .cont .item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 40rem;
}
#best .cont .item > figure u .cls-1 {
    fill: var(--c1) !important;
}
#best .cont .item > figure u {
    width: 6rem;
    height: 6rem;
    background: white;
    padding: 1rem;
    border-radius: 50%;
}
#best .cont .item > figure {
    width: 100%;
    height: 8rem;
}
#best .cont .item > span {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: 'f1';
    text-align: center;
    color: white;
    width: 70%;
}
#best .cont .item > span b {
    font-size: 1.5rem;
    font-family: 'f4';
}
/* ********************************************************VIAJES */
#travel {
    padding: 4rem 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#travel .tmp-title p {
    width: 50%;
}
/* ********************************************************TIPO DE REVIEW */
#review {
    padding: 3rem 0;
}
#review .tmp-title b {
    width: 6rem;
}
/* ********************************************************TIPO DE blog */
#blog {
    padding: 3rem 0;
}
#blog .container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
#blog .tmp-title b {
    width: auto;
    padding: 0.5rem 1rem;
}

/* ************************************************************TOURS */
#tours {
    overflow: visible;
    padding: 4rem 0 0;
}
#tours .container {
    position: relative;
    display: grid;
    grid-template-columns: auto 50rem;
    gap: 2rem;
}
#tours .container .cont .tmp-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#tours .container .plans {
    position: relative;
    top: -10rem;
    gap: 2rem;
}
#tours .container .plans .item {
    position: relative;
    height: 35rem;
    border-radius: 0.5rem;
    overflow: hidden;
    z-index: 90;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    border: white 3px solid;
}
#tours .container .plans .item > span {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-family: 'f1';
    font-size: 0.9rem;
    color: white;
    z-index: 50;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}
#tours .container .plans .item > span b {
    font-size: 1.2rem;
    font-family: 'f4';
}
#tours .container .plans .item > figure img {
    opacity: 0.7;
}
#tours .container .plans .item > figure .shadow {
    background: var(--c4);
    opacity: 0.2;
}
#tours .container .plans .item:hover img {
    opacity: 1;
}
#tours .container .plans .item span u .cls-1 {
    fill: white !important;
}
#tours .container .plans .item span u {
    width: 2.5rem;
    height: 2.5rem;
}
#tours .container .plans .item:hover > span {
    transform: scale(1.1);
}
#tours .container .plans .item:hover > figure .shadow {
    opacity: 0.8;
}
#tours .container .plans .item:hover .buttom {
    background: white;
}
#tours .container .plans .item:hover .buttom u .cls-1 {
    fill: var(--c1) !important;
}
#tours .container .plans .item:hover .buttom p {
    color: var(--c1);
}
#tours .container .plans .item > figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: var(--c1);
}
#tours .container .plans .item .buttom:hover {
    transform: scale(1.1);
}
#tours .container .plans .item .buttom {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 40;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
    background: var(--c4);
    border-radius: 2rem;
    padding: 0.5rem 2rem;
    transition: all 0.5s;
}
#tours .container .plans .item .buttom p {
    font-size: 1rem;
    font-family: 'f2';
    color: white;
}
#tours .container .plans .item .buttom u {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
}
#tours .container .plans .item .buttom u .cls-1 {
    fill: white !important;
}
@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) {
    #tours .container {
        grid-template-columns: auto 40rem;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    #tours .container {
        grid-template-columns: auto;
        height: auto;
    }
    #tours .container .plans {
        top: 0;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {

    #tours .container {
        grid-template-columns: auto;
    }
    #tours .container .plans {
        top: 0;
    }
    #banner > figure:nth-child(2) > div:nth-child(2) {
        left: 80%;
    }
    #banner > figure:nth-child(2) > div:nth-child(1) {
        left: -120%;
    }
    @keyframes banner_figure_decoration_1 {
        0% {
            left: -150%;
        }
        100% {
            left: -150%;
        }
    }
    @keyframes banner_figure_decoration_2 {
        0% {
            left: 100%;
        }
        100% {
            left: 65%;
        }
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    #banner .container {
        display: grid;
        grid-template-columns: auto;
    }
    #tours .container {
        grid-template-columns: auto;

    }
    #banner .container > div:nth-child(2) {
        padding: 1rem;
    }
    #banner .container > div:nth-child(2) h1 {
        font-size: 1.5rem;
    }
    #banner .container > div:nth-child(2) span {
        font-size: 0.8rem;
    }
    #planning .tmp-title h3 {
        font-size: 1.5rem;
    }
    #planning .tmp-title {
        width: 100%;
    }
    .gt-x3 {
        padding: 1rem;
        grid-template-columns: auto;
    }
    #travel .tmp-title p {
        width: 100%;
    }
    .tmp-title h2 {
        font-size: 1.5rem;
    }
    #tours .container .plans {
        top: 0;
        padding: 1rem;
    }
    .gt-x2 {
        grid-template-columns: auto;
    }
    .tmp-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 1rem;
        text-align: center;
    }
    header.banner .tmp-title h2 {
        font-size: 1.5rem;
    }
    .left {
        align-items: center;
        justify-content: center;
    }
    #banner > figure:nth-child(2) > div:nth-child(2) {
        left: 120%;
        bottom: 50%;
    }
    #banner > figure:nth-child(2) > div:nth-child(1) {
        top: 60%;
        left: -160%;
    }
}
@media only screen and (max-width: 479px) and (min-width: 360px) {
    #banner .container {
        display: grid;
        grid-template-columns: auto;
    }
    #banner .container > div:nth-child(2) {
        padding: 1rem;
    }
    #banner .container > div:nth-child(2) h1 {
        font-size: 1.5rem;
    }
    #banner .container > div:nth-child(2) span {
        font-size: 0.8rem;
    }
    #planning .tmp-title h3 {
        font-size: 1.5rem;
    }
    #planning .tmp-title {
        width: 100%;
    }
    .gt-x3 {
        grid-template-columns: auto;
        padding: 1rem;
    }
    #travel .tmp-title p {
        width: 100%;
    }
    .tmp-title h2 {
        font-size: 1.5rem;
    }
    #tours .container {
        grid-template-columns: auto;
    }
    #tours .container .plans {
        top: 0;
        padding: 1rem;

    }
    .gt-x2 {
        grid-template-columns: auto;
    }
    .tmp-title {
        display: flex;
        padding: 1rem;
        text-align: center;
    }
    header.banner .tmp-title h2 {
        font-size: 1.5rem;
    }
    .left {
        align-items: center;
        justify-content: center;
    }
    #banner > figure:nth-child(2) > div:nth-child(2) {
        left: 140%;
    }
}
@media only screen and (max-width: 359px) and (min-width: 10px) {
    #banner .container {
        display: grid;
        grid-template-columns: auto;
    }
    #banner .container > div:nth-child(2) {
        padding: 1rem;
    }
    #banner .container > div:nth-child(2) h1 {
        font-size: 1.5rem;
    }
    #banner .container > div:nth-child(2) span {
        font-size: 0.8rem;
    }
    #planning .tmp-title h3 {
        font-size: 1.5rem;
    }
    #planning .tmp-title {
        width: 100%;
    }
    .gt-x3 {
        grid-template-columns: auto;
        padding: 1rem;
    }
    #travel .tmp-title p {
        width: 100%;
    }
    .tmp-title h2 {
        font-size: 1.5rem;
    }
    #tours .container {
        grid-template-columns: auto;
    }
    #tours .container .plans {
        top: 0;
        padding: 1rem;
    }
    .gt-x2 {
        grid-template-columns: auto;
    }
    .tmp-title {
        display: flex;
        padding: 1rem;
        text-align: center;
    }
    header.banner .tmp-title h2 {
        font-size: 1.5rem;
    }
    .left {
        align-items: center;
        justify-content: center;
    }
    #banner > figure:nth-child(2) > div:nth-child(2) {
        left: 150%;
    }
}
@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) {
    header.banner {
        height: 30rem;
    }
    #banner {
        height: 30rem;
    }
}
@media only screen and (max-height: 479px) and (min-height: 360px) {
    header.banner {
        height: 25rem;
    }
    #banner {
        height: 35rem;
    }
    #banner .container{
        grid-template-columns: auto;
    }
    #banner .container > div:nth-child(2){
        padding: 0;
        gap: 1rem;
    }
    #banner .container > div:nth-child(2) h1{
        font-size: 2rem;
    }
    #best .cont .item{
        min-height: 25rem;
    }
}
@media only screen and (max-height: 359px) and (min-height: 10px) {
    header.banner {
        height: 25rem;
    }
    #banner {
        height: 35rem;
    }
    #banner .container{
        grid-template-columns: auto;
    }
    #banner .container > div:nth-child(2){
        padding: 0;
        gap: 1rem;
    }
    #banner .container > div:nth-child(2) h1{
        font-size: 2rem;
    }
    .gt-x3{
        grid-template-columns: auto;
    }
    #best .cont .item{
        min-height: 25rem;
    }
}
