* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

:root {
    --color-head-1: #46a776;
    --color-head-2: #01402E;
    --color-fondo-1: #E6E6E6;
    --color-fondo-2: #CCCCCC;
    --color-fondo-3: #B3B3B3;
    --color-texto1: #b431b2;
    --color-texto2: #303030;
    --color-texto3: #808080;
    --color-texto4: #8E8E8E;
    --color-btn: #9dfa12;
    --color-blanco: #ffffff;
    --color-negro: #000000;
    --color-hover: #FE3C01;
}

.container {
    margin: 0 auto;
    padding: 0 70px;
}

body {
    font-family: 'roboto', sans-serif;
    padding: 112px 0 0 0;
}

/* cabecera star */
/* HEADER 01 STAR */
.header {
    height: 110px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-1 {
    background-color: var(--color-head-1);
    height: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-contact {

    line-height: 30px;

}

.header-contact a {

    line-height: 30px;
    font-size: 13px;
    color: var(--color-fondo-1);
}

.header-icono {
    margin: 0 10px 0 0;
    color: var(--color-fondo-2);
    font-size: 16px;

}

.header-icono i {
    margin: 0 3px 0 0;
    color: var(--color-texto1);
    font-size: 15px;
}

.header-rs {
    line-height: 30px;
}

.header-rs i {
    margin: 0 0 0 8px;
    color: var(--color-btn);
    font-size: 16px;
}

.header-rs i:hover {
    color: var(--color-hover);
    transition: 0.3s;
}

/* HEADER 01 END */
/* HEADER 02 START */

nav {
    background-color: var(--color-head-2);
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.logo a {
    color: var(--color-btn);
    font-size: 18px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
}

.logo a img {
    width: 60px;
    height: 60px;
    z-index: 20000;
    margin: 0 10px;
}

.drop-down-menu .drop-down-button {
    font-size: 15px;
    border: none;
    color: var(--color-fondo-1);
    letter-spacing: 1px;
    background-color: var(--color-head-2);
    border-radius: 5px;
    padding: 10px 10px;
}

.drop-down-menu .drop-down-button:hover {
    background-color: var(--color-hover);
    color: var(--color-blanco);
}

.drop-down-menu-content {
    display: none;
    position: absolute;
    background-color: rgb(246, 195, 56);
    opacity: 1;
    min-width: 50px;
    min-height: 110px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
    z-index: 5;
    padding-top: 10px;
    border-radius: 7px;
}

.drop-down-menu-content a {
    color: var(--color-negro);
    padding: 6px 10px;
    display: block;
    font-size: 15px;
}

.drop-down-menu-content a:hover {
    background-color: var(--color-hover);
    color: var(--color-blanco);
    border-radius: 3px;

}

.drop-down-menu:hover .drop-down-menu-content {
    display: block;
}

nav ul {
    display: flex;
    justify-content: space-around;
}

nav ul a {
    color: white;
}

.drawer {
    font-size: 25px;
    color: rgb(244, 238, 238);
    float: right;
    cursor: pointer;
    display: none;
}

#ckbox {
    display: none;
}

/* HEADER 02 END */
/* cabecera end */
/* ------------------------------------------------------------------------------------- */
/* <!-- PNTM STAR --> */

/* TOUR CORTO */
.tour {
    background-color: var(--color-fondo-1);
    width: 100%;
}

.tour-corto {
    width: 100%;
    background-image: url(img/escalada-web-02/portada.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tour-corto h2 {
    background-color: rgb(248, 249, 251);
    border-radius: 10px;
    padding: 0 5px;
    margin: 0 50px;
    font-size: 40px;
    font-weight: 800;
    color: var(--color-texto1);
}

.tour-corto-datos {
    /* background-color: rgb(24, 177, 233); */
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.tour-corto-datos h4 {
    margin: 8px 0;
    padding: 10px 8px;
    font-size: 17px;
    color: var(--color-fondo-1);
    font-weight: 400;
    background-color: var(--color-texto1);
    border-radius: 10px;
    max-width: 220px;
}

.tour-corto-datos h4 img {
    width: 15px;
    align-items: center;
}

.tour-corto-datos h3 {
    margin: 8px 0;
    font-size: 23px;
    color: var(--color-head-2);
    font-weight: 600;
    background-color: var(--color-btn);
    padding: 10px 8px;
    border-radius: 10px;
}

.tour-corto-datos h3 a {
    font-size: 18px;
    color: var(--color-head-2);
    font-weight: 500;
    background-color: var(--color-btn);
}

.tour-corto-datos h3 a:hover {
    font-size: 18px;
    color: white;
    font-weight: 500;
    background-color: var(--color-hover);
    border-radius: 10px;
    padding: 0px 0px;
}

.descuentos {
    display: flex;
    flex-direction: row;
}

.descuentos h5 {
    display: flex;
    background-color: #01013e;
    padding: 10px 3px;
    color: rgb(252, 252, 251);
    border-radius: 8px;
    align-items: center;
}

.descuentos h5 a {
    font-size: 14px;
    color: white;
    background-color: #3039ea;
    border-radius: 10px;
    padding: 6px 7px;
    margin: 0 5px;
}

.descuentos h5 a:hover {
    font-size: 14px;
    color: white;
    background-color: var(--color-hover);
    border-radius: 10px;
    padding: 6px 7px;
}

.descuentos h5 a img {
    width: 20px;
    padding-left: 5px;
}

#estudiante {
    display: flex;
    align-items: center;
}

#grupo-persona {
    display: flex;
    align-items: center;
}

.tour-corto-datos p {
    margin: 8px 0;
}

.tour-corto-datos p a {
    font-size: 15px;
    color: var(--color-head-2);
    font-weight: 600;
    background-color: #fcd703;
    border-radius: 10px;
    padding: 10px 8px;
}

#comprar01 {
    display: flex;
    align-items: center;
    max-width: 190px;
}

.tour-corto-datos p a img {
    width: 20px;
    padding-left: 5px;
}

.tour-corto-datos p a:hover {
    font-size: 15px;
    color: white;
    font-weight: 600;
    background-color: var(--color-hover);
    border-radius: 10px;
    padding: 10px 8px;
}

/* TOUR CORTO END */

/* TOUR COMPLETO STAR */
.tour-completo {
    width: 100%;
    background-color: var(--color-fondo-2);
    display: flex;
    margin-bottom: 5px;
}

.itinerario {
    background-color: var(--color-fondo-3);
    width: 50%;
    padding: 10px 20px;
    margin: 30px 20px;
    border-radius: 5px;


}

.itinerario img {
    width: 50px;


}

.itinerario-contenido {
    padding: 10px 15px;
    background-color: var(--color-fondo-2);
    border-radius: 5px;
}

.itinerario-contenido h2 {
    font-size: 18px;
    padding-bottom: 10px;
}

.itinerario h1 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    color: var(--color-blanco);
    background-color: var(--color-texto1);
    border-radius: 10px;
}

.itinerario p {
    text-align: justify;
    font-size: 15px;
    background-color: var(--color-fondo-2);


    color: var(--color-negro);
    font-size: 16px;

}

.itinerario p img {
    width: 20px;

}



.incluye {
    background-color: var(--color-fondo-2);
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 4px;

}

.incluye h2 {
    font-size: 18px;
    padding-bottom: 5px;
}

.incluye p {
    font-size: 15px;
    text-align: justify;

}

.incluye p img {
    width: 20px;

}

.incluye p a {
    font-size: 13px;
    background-color: #239253;
    color: white;
    padding: 0 10px;
    border-radius: 3px;

}

.incluye p a:hover {
    font-size: 13.5px;
    background-color: var(--color-hover);
    color: white;
    padding: 0 10px;
    border-radius: 3px;

}

.no-incluye {
    background-color: var(--color-fondo-2);
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 4px;

}

.no-incluye h2 {
    font-size: 18px;
    padding-bottom: 5px;
}

.no-incluye p {
    font-size: 15px;
    text-align: justify;

}

.no-incluye p a {
    font-size: 13px;
    background-color: #239253;
    color: white;
    padding: 0 10px;
    border-radius: 3px;

}

.no-incluye p a:hover {
    font-size: 13.5px;
    background-color: var(--color-hover);
    color: white;
    padding: 0 10px;
    border-radius: 3px;

}

.no-incluye p img {
    width: 20px;

}

span {

    font-weight: 400;
}

.precio {
    background-color: var(--color-fondo-2);
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
}

.precio h2 {
    font-size: 18px;
    padding-bottom: 5px;

}

.precio p {
    font-size: 15px;

}

.precio p img {
    width: 20px;

}

.precio a {
    background-color: #239253;
    color: white;
    font-size: 13px;
    border-radius: 3px;
    padding: 0 10px;
}

.precio a:hover {
    background-color: var(--color-hover);
    color: white;
    font-size: 13.5px;
    border-radius: 3px;
    padding: 0 10px;
}

.recomendaciones {
    background-color: var(--color-fondo-2);
    width: 100%;
    padding: 10px 20px;
    border-radius: 4px;
    margin-top: 10px;
}

.recomendaciones h2 {
    font-size: 18px;
    padding-bottom: 5px;
}

.recomendaciones p {
    font-size: 15px;
}

.recomendaciones p img {
    width: 20px;
}

/* SLAIDER 01 START*/
.slider-contain {
    display: flex;
    flex-direction: row;
    height: 500px;
    width: auto;
    background-color: #808080;
    border-radius: 5px;
    padding-top: 5px;


}

.position {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

/* TINGO MARIA BASICO START */
.slider {
    background-image: url(img/escalada-web-02/1.jpg);
    background-size: cover;
    height: 98%;
    width: 98%;
    border-radius: 10px;
    animation: animate 49s infinite;
    z-index: 20;
}

@keyframes animate {
    7% {
        background-image: url(img/escalada-web-02/1.jpg);
        background-size: cover;
        background-position: center;

    }

    14% {
        background-image: url(img/escalada-web-02/2.jpg);
        background-size: cover;
        background-position: center;
    }

    21% {
        background-image: url(img/escalada-web-02/3.jpg);
        background-size: cover;
        background-position: center;
    }

    29% {
        background-image: url(img/escalada-web-02/4.jpg);
        background-size: cover;
        background-position: center;
    }

    36% {
        background-image: url(img/escalada-web-02/5.jpg);
        background-size: cover;
        background-position: center;
    }

    42% {
        background-image: url(img/escalada-web-02/6.jpg);
        background-size: cover;
        background-position: center;
    }

    49% {
        background-image: url(img/escalada-web-02/7.jpg);
        background-size: cover;
        background-position: center;
    }

    56% {
        background-image: url(img/escalada-web-02/8.jpg);
        background-size: cover;
        background-position: center;
    }

    63% {
        background-image: url(img/escalada-web-02/9.jpg);
        background-size: cover;
        background-position: center;
    }

    70% {
        background-image: url(img/escalada-web-02/10.jpg);
        background-size: cover;
        background-position: center;
    }

    77% {
        background-image: url(img/escalada-web-02/11.jpg);
        background-size: cover;
        background-position: center;

    }

    84% {
        background-image: url(img/escalada-web-02/12.jpg);
        background-size: cover;
        background-position: center;
    }

    91% {
        background-image: url(img/escalada-web-02/13.jpg);
        background-size: cover;
        background-position: center;
    }

    100% {
        background-image: url(img/escalada-web-02/14.jpg);
        background-size: cover;
        background-position: center;
    }


}

/* TINGO MARIA BASICO END */


.slide-text {

    height: 50px;
    width: 100%;
    display: block;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.name-slide {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 8px 8px 5px rgb(50, 48, 48);
}

.name-slide ul {
    width: 100%;
    height: 40px;
    position: relative;
    animation: slide 49s infinite;



}

.name-slide ul li {
    position: relative;
    height: 40px;
    top: 5%;
    line-height: 20px;
    font-size: 14px;
    color: white;
    background-color: black;
    border-radius: px;
    padding: 0 40px;



}

li:first-child {
    top: 5%;

}

li:last-child {
    top: 25%;

}

@keyframes slide {
    7% {
        transform: translateY(0%);
    }

    14% {
        transform: translateY(-100%);
    }

    21% {
        transform: translateY(-200%);
    }

    29% {
        transform: translateY(-300%);
    }

    36% {
        transform: translateY(-400%);
    }

    42% {
        transform: translateY(-500%);
    }

    49% {
        transform: translateY(-600%);
    }

    56% {
        transform: translateY(-700%);
    }

    63% {
        transform: translateY(-800%);
    }

    70% {
        transform: translateY(-900%);
    }

    77% {
        transform: translateY(-1000%);
    }

    84% {
        transform: translateY(-1100%);
    }

    91% {
        transform: translateY(-1200%);
    }

    100% {
        transform: translateY(-1300%);
    }

}

.reserva-tour img {
    width: 100%;
    height: auto;
}

/* TOUR COMLETO END */





/* SECCION FOTOGRAFIAS START*/


.panel-fotografico {
    background-color: var(--color-texto3);
    width: 50%;
    margin: 30px 20px;
    display: row;
    border-radius: 5px;
    padding: 0 10px;
}

.panel-fotografico h1 {
    background-color: transparent;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: var(--color-blanco);
}

.fotografia {
    background-color: rgb(79, 78, 78);
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.fotografia h1 {
    font-size: 20px;
    padding-top: 30px;
    color: var(--color-blanco);
}

.fotos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    padding: 20px 50px;
    margin: 5px auto;
}

.fotos a {
    margin: 0 auto;
}

.fotos h2 {
    font-size: 11px;
    color: white;
    padding: 0 5px;
}

.fotos img {
    object-fit: cover;
    width: 300px;
    height: 200px;
    margin-bottom: 30px;
    padding: 5px;
}

.fotos a img:hover {

    background-color: var(--color-hover);
    width: 300px;
    height: auto;

}

.ver-mas {
    color: var(--color-blanco);
    font-size: 15px;
    text-decoration-line: underline;
}

.ver-mas:hover {
    color: var(--color-hover);
    font-size: 15px;
}

.inicio {
    color: var(--color-blanco);
    font-size: 15px;
    text-decoration-line: none;
}

.inicio:hover {
    color: var(--color-hover);
    font-size: 17px;
}

/* SECCION FOTOGRAFIAS END */


/* PNTM END */
/* -------------------------------------------------------------------- */
/* FOOTER START */
.footer {
    background-color: #303030;
}

.footer-content {
    display: flex;
    flex-direction: row;
}

.footer-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    padding: 0px 0px;
    margin: 0px 50px;
    border-radius: 15px;
}

.footer-1 {
    display: flex;
    flex-direction: column;
}

.footer-1 h3 {
    color: var(--color-blanco);
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 15px;
}

.footer-1 h2 {
    color: var(--color-blanco);
    padding-top: 18px;
    padding-bottom: 5px;
    font-size: 15px;
}

.footer-1 a {
    color: var(--color-fondo-3);
    padding: 2px 0;
    text-align: left;
    font-size: 13px;
}

.footer-rs a i {
    margin: 10px 10px 10px 0;
    color: var(--color-texto1);
}

.footer-2 a i {
    padding: 0 10px;
}

.footer-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.interbank a img {
    width: auto;
    height: 25px;
}

.interbank:hover {
    border-bottom: solid 2px var(--color-hover);
    transition: 0.3s;
}

.bcp a img {
    width: auto;
    height: 25px;
}

.bcp:hover {
    border-bottom: solid 2px var(--color-hover);
    transition: 0.3s;
}

.yape a img {
    width: auto;
    height: 40px;
}

.yape:hover {
    border-bottom: solid 2px var(--color-hover);
    transition: 0.3s;
}

.plin a img {
    width: auto;
    height: 35px;
}

.plin:hover {
    border-bottom: solid 2px var(--color-hover);
    transition: 0.3s;
}

.footer-2 h2 {
    color: var(--color-blanco);
    font-size: 13px;
    text-align: center;
    margin-bottom: 5px;
}

.footer-2 h3 {
    color: var(--color-blanco);
    padding-top: 15px;
}

.footer-2 p {
    color: var(--color-blanco);
    font-size: 13px;
    text-align: left;
    color: var(--color-texto4);
}

.footer-2 a {
    color: var(--color-fondo-3);
    padding: 8px 0;
    text-align: center;
    font-size: 13px;
}

.portada {
    width: 200px;
}

.portada a img:hover {
    border-bottom: solid 2px var(--color-hover);
    transition: 0.3s;
}

.footer-2 img {
    width: 50%;
    padding: 2px 0;
}

.footer-rs a i:hover {
    color: var(--color-hover);
    transition: 0.3s;
}

.footer-rs a {
    color: var(--color-blanco);
    font-size: 20px;
}

span {
    color: #e1dfdf;
}

.copyright {
    background-color: var(--color-texto4);
    display: flex;
    flex-direction: row;
    color: #303030;
}

.copyright p {
    color: #303030;
    font-size: 12px;
}

/* FOOTER END */









@media(max-width: 991Px) {
    .container {
        margin: 0 auto;
        padding: 0 5px;
    }

    body {
        font-family: 'roboto', sans-serif;
        padding: 112px 0 0 0;
        margin: 0;
    }

    /* cabecera star */
    /* HEADER 01 STAR */
    .header {
        height: 110px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .header-1 {
        background-color: var(--color-head-1);
        height: 30px;
        width: 100%;
        display: none;
        justify-content: space-between;
    }

    .header-contact {

        line-height: 30px;

    }

    .header-contact a {

        line-height: 30px;
        font-size: 13px;
        color: var(--color-fondo-1);
    }

    .header-icono {
        margin: 0 10px 0 0;
        color: var(--color-fondo-2);
        font-size: 16px;

    }

    .header-icono i {
        margin: 0 3px 0 0;
        color: var(--color-texto1);
        font-size: 15px;
    }

    .header-rs {
        line-height: 30px;
    }

    .header-rs i {
        margin: 0 0 0 8px;
        color: var(--color-btn);
        font-size: 16px;
    }

    .header-rs i:hover {
        color: var(--color-hover);
        transition: 0.3s;
    }

    /* HEADER 01 END */
    /* HEADER 02 START */

    nav {
        background-color: var(--color-head-2);
        height: 80px;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;

    }

    .logo a {
        color: var(--color-btn);
        font-size: 18px;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
    }

    .logo a img {
        width: 60px;
        height: 60px;
        z-index: 20000;
        margin: 0 10px;
    }

    .drop-down-menu .drop-down-button {
        font-size: 15px;
        border: none;
        color: var(--color-fondo-1);
        letter-spacing: 1px;
        background-color: var(--color-head-2);
        border-radius: 5px;
        padding: 10px 10px;
    }

    .drop-down-menu .drop-down-button:hover {
        background-color: var(--color-hover);
        color: var(--color-blanco);
    }

    .drop-down-menu-content {
        display: none;
        position: absolute;
        background-color: var(--color-head-1);
        opacity: 1;
        min-width: 50px;
        min-height: 110px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.8);
        z-index: 5;
        padding-top: 10px;
        border-radius: 7px;
    }

    .drop-down-menu-content a {
        color: var(--color-negro);
        padding: 6px 10px;
        display: block;
        font-size: 15px;
    }

    .drop-down-menu-content a:hover {
        background-color: var(--color-hover);
        color: var(--color-blanco);
        border-radius: 3px;

    }

    .drop-down-menu:hover .drop-down-menu-content {
        display: block;
    }

    nav ul {
        position: fixed;
        width: 100%;
        background-color: #ecb40c;
        height: 100vh;
        top: 80px;
        left: -100%;
        text-align: left;
        transition: all .5s;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 20px 15px;
    }

    nav ul a {
        color: white;
    }

    .drawer {
        font-size: 25px;
        color: rgb(244, 238, 238);
        float: right;
        cursor: pointer;
        display: block;
    }

    #ckbox:checked~.menu-box {
        left: 0;
    }

    /* HEADER 02 END */
    /* cabecera end */
    /* ------------------------------------------------------------------------------------- */
    /* <!-- PNTM STAR --> */

    /* TOUR CORTO */
    .tour {
        background-color: var(--color-fondo-1);
        width: 100%;
    }

    .tour-corto {
        width: 100%;
        background-image: url(img/tour\ basico526x352/15.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 300px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .tour-corto h2 {
        background-color: rgb(248, 249, 251);
        border-radius: 10px;
        padding: 0 5px;
        margin: 0 50px;
        font-size: 40px;
        font-weight: 800;
        color: var(--color-texto1);
    }

    .tour-corto-datos {
        /* background-color: rgb(24, 177, 233); */
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .tour-corto-datos h4 {
        margin: 8px 0;
        padding: 10px 8px;
        font-size: 17px;
        color: var(--color-fondo-1);
        font-weight: 400;
        background-color: var(--color-texto1);
        border-radius: 10px;
        max-width: 220px;
    }

    .tour-corto-datos h4 img {
        width: 15px;
        align-items: center;
    }

    .tour-corto-datos h3 {
        margin: 8px 0;
        font-size: 23px;
        color: var(--color-head-2);
        font-weight: 600;
        background-color: var(--color-btn);
        padding: 10px 8px;
        border-radius: 10px;
    }

    .tour-corto-datos h3 a {
        font-size: 18px;
        color: var(--color-head-2);
        font-weight: 500;
        background-color: var(--color-btn);
    }

    .tour-corto-datos h3 a:hover {
        font-size: 18px;
        color: white;
        font-weight: 500;
        background-color: var(--color-hover);
        border-radius: 10px;
        padding: 0px 0px;
    }

    .descuentos {
        display: flex;
        flex-direction: row;
    }

    .descuentos h5 {
        display: flex;
        background-color: #01013e;
        padding: 10px 3px;
        color: rgb(252, 252, 251);
        border-radius: 8px;
        align-items: center;
    }

    .descuentos h5 a {
        font-size: 14px;
        color: white;
        background-color: #3039ea;
        border-radius: 10px;
        padding: 6px 7px;
        margin: 0 5px;
    }

    .descuentos h5 a:hover {
        font-size: 14px;
        color: white;
        background-color: var(--color-hover);
        border-radius: 10px;
        padding: 6px 7px;
    }

    .descuentos h5 a img {
        width: 20px;
        padding-left: 5px;
    }

    #estudiante {
        display: flex;
        align-items: center;
    }

    #grupo-persona {
        display: flex;
        align-items: center;
    }

    .tour-corto-datos p {
        margin: 8px 0;
    }

    .tour-corto-datos p a {
        font-size: 15px;
        color: var(--color-head-2);
        font-weight: 600;
        background-color: #fcd703;
        border-radius: 10px;
        padding: 10px 8px;
    }

    #comprar01 {
        display: flex;
        align-items: center;
        max-width: 190px;
    }

    .tour-corto-datos p a img {
        width: 20px;
        padding-left: 5px;
    }

    .tour-corto-datos p a:hover {
        font-size: 15px;
        color: white;
        font-weight: 600;
        background-color: var(--color-hover);
        border-radius: 10px;
        padding: 10px 8px;
    }

    /* TOUR CORTO END */

    /* TOUR COMPLETO STAR */
    .tour-completo {
        width: 100%;
        background-color: var(--color-fondo-2);
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
        padding: 0;
    }

    .itinerario {
        background-color: var(--color-fondo-3);
        width: auto;
        padding: 10px 20px;
        margin: 30px 20px;
        border-radius: 5px;


    }

    .itinerario img {
        width: 50px;


    }

    .itinerario-contenido {
        padding: 10px 15px;
        background-color: var(--color-fondo-2);
        border-radius: 5px;
    }

    .itinerario-contenido h2 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .itinerario h1 {
        text-align: center;
        font-size: 20px;
        padding: 10px 0;
        color: var(--color-blanco);
        background-color: var(--color-texto1);
        border-radius: 10px;
    }

    .itinerario p {
        text-align: justify;
        font-size: 15px;
        background-color: var(--color-fondo-2);


        color: var(--color-negro);
        font-size: 16px;

    }

    .itinerario p img {
        width: 20px;

    }



    .incluye {
        background-color: var(--color-fondo-2);
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 10px;
        border-radius: 4px;

    }

    .incluye h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .incluye p {
        font-size: 15px;
        text-align: justify;

    }

    .incluye p img {
        width: 20px;

    }

    .incluye p a {
        font-size: 13px;
        background-color: #239253;
        color: white;
        padding: 0 10px;
        border-radius: 3px;

    }

    .incluye p a:hover {
        font-size: 13.5px;
        background-color: var(--color-hover);
        color: white;
        padding: 0 10px;
        border-radius: 3px;

    }

    .no-incluye {
        background-color: var(--color-fondo-2);
        width: 100%;
        padding: 10px 20px;
        margin-bottom: 10px;
        border-radius: 4px;

    }

    .no-incluye h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .no-incluye p {
        font-size: 15px;
        text-align: justify;

    }

    .no-incluye p a {
        font-size: 13px;
        background-color: #239253;
        color: white;
        padding: 0 10px;
        border-radius: 3px;

    }

    .no-incluye p a:hover {
        font-size: 13.5px;
        background-color: var(--color-hover);
        color: white;
        padding: 0 10px;
        border-radius: 3px;

    }

    .no-incluye p img {
        width: 20px;

    }

    span {

        font-weight: 400;
    }

    .precio {
        background-color: var(--color-fondo-2);
        width: 100%;
        padding: 10px 20px;
        border-radius: 4px;
    }

    .precio h2 {
        font-size: 18px;
        padding-bottom: 5px;

    }

    .precio p {
        font-size: 15px;

    }

    .precio p img {
        width: 20px;

    }

    .precio a {
        background-color: #239253;
        color: white;
        font-size: 13px;
        border-radius: 3px;
        padding: 0 10px;
    }

    .precio a:hover {
        background-color: var(--color-hover);
        color: white;
        font-size: 13.5px;
        border-radius: 3px;
        padding: 0 10px;
    }

    .recomendaciones {
        background-color: var(--color-fondo-2);
        width: 100%;
        padding: 10px 20px;
        border-radius: 4px;
        margin-top: 10px;
    }

    .recomendaciones h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .recomendaciones p {
        font-size: 15px;
    }

    .recomendaciones p img {
        width: 20px;
    }

    /* SLAIDER 01 START*/
    .panel-fotografico {
        background-color: var(--color-texto3);
        width: auto;
        margin: 30px 20px;
        display: row;
        border-radius: 5px;
        padding: 0 10px;
    }

    .panel-fotografico h1 {
        background-color: transparent;
        border-radius: 10px;
        text-align: center;
        padding: 10px 0;
        font-size: 18px;
        color: var(--color-blanco);
    }

    .slider-contain {
        display: flex;
        flex-direction: row;
        height: 500px;
        width: auto;
        background-color: #808080;
        border-radius: 5px;
        padding-top: 5px;


    }

    .position {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

    }

    /* TINGO MARIA BASICO START */
    .slider {
        background-image: url(img/Laguna_de_los_milagros/TOUR02_02.jpg);
        background-size: cover;
        height: 98%;
        width: 98%;
        border-radius: 10px;
        animation: animate 49s infinite;
        z-index: 20;
    }

    @keyframes animate {
        7% {
            background-image: url(img/Laguna_de_los_milagros/01_lm.jpg);
            background-size: cover;
            background-position: center;

        }

        14% {
            background-image: url(img/Laguna_de_los_milagros/02_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        21% {
            background-image: url(img/Laguna_de_los_milagros/03_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        29% {
            background-image: url(img/Laguna_de_los_milagros/04_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        36% {
            background-image: url(img/Laguna_de_los_milagros/05_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        42% {
            background-image: url(img/Laguna_de_los_milagros/06_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        49% {
            background-image: url(img/Laguna_de_los_milagros/07_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        56% {
            background-image: url(img/Laguna_de_los_milagros/08_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        63% {
            background-image: url(img/Laguna_de_los_milagros/09_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        70% {
            background-image: url(img/Laguna_de_los_milagros/10_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        77% {
            background-image: url(img/Laguna_de_los_milagros/11_lm.jpg);
            background-size: cover;
            background-position: center;

        }

        84% {
            background-image: url(img/Laguna_de_los_milagros/12_lm.JPG);
            background-size: cover;
            background-position: center;
        }

        91% {
            background-image: url(img/Laguna_de_los_milagros/13_lm.jpg);
            background-size: cover;
            background-position: center;
        }

        100% {
            background-image: url(img/Laguna_de_los_milagros/14_lm.jpg);
            background-size: cover;
            background-position: center;
        }


    }

    /* TINGO MARIA BASICO END */


    .slide-text {

        height: 50px;
        width: 100%;
        display: block;
        flex-direction: row;
        justify-content: center;
        align-items: center;

    }

    .name-slide {
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 8px 8px 5px rgb(50, 48, 48);
    }

    .name-slide ul {
        width: 100%;
        height: 40px;
        position: relative;
        animation: slide 49s infinite;



    }

    .name-slide ul li {
        position: relative;
        height: 40px;
        top: 5%;
        line-height: 20px;
        font-size: 14px;
        color: white;
        background-color: black;
        border-radius: px;
        padding: 0 40px;



    }

    li:first-child {
        top: 5%;

    }

    li:last-child {
        top: 25%;

    }

    @keyframes slide {
        7% {
            transform: translateY(0%);
        }

        14% {
            transform: translateY(-100%);
        }

        21% {
            transform: translateY(-200%);
        }

        29% {
            transform: translateY(-300%);
        }

        36% {
            transform: translateY(-400%);
        }

        42% {
            transform: translateY(-500%);
        }

        49% {
            transform: translateY(-600%);
        }

        56% {
            transform: translateY(-700%);
        }

        63% {
            transform: translateY(-800%);
        }

        70% {
            transform: translateY(-900%);
        }

        77% {
            transform: translateY(-1000%);
        }

        84% {
            transform: translateY(-1100%);
        }

        91% {
            transform: translateY(-1200%);
        }

        100% {
            transform: translateY(-1300%);
        }

    }

    .reserva-tour img {
        width: 100%;
        height: auto;
    }

    /* TOUR COMLETO END */





    /* SECCION FOTOGRAFIAS START*/



    .fotografia {
        background-color: rgb(79, 78, 78);
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

    .fotografia h1 {
        font-size: 20px;
        padding-top: 30px;
        color: var(--color-blanco);
    }

    .fotos {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1000px;
        padding: 20px 50px;
        margin: 5px auto;
    }

    .fotos a {
        margin: 0 auto;
    }

    .fotos h2 {
        font-size: 11px;
        color: white;
        padding: 0 5px;
    }

    .fotos img {
        object-fit: cover;
        width: 300px;
        height: 200px;
        margin-bottom: 30px;
        padding: 5px;
    }

    .fotos a img:hover {

        background-color: var(--color-hover);
        width: 300px;
        height: auto;

    }

    .ver-mas {
        color: var(--color-blanco);
        font-size: 15px;
        text-decoration-line: underline;
    }

    .ver-mas:hover {
        color: var(--color-hover);
        font-size: 15px;
    }

    .inicio {
        color: var(--color-blanco);
        font-size: 15px;
        text-decoration-line: none;
    }

    .inicio:hover {
        color: var(--color-hover);
        font-size: 17px;
    }

    /* SECCION FOTOGRAFIAS END */


    /* PNTM END */
    /* -------------------------------------------------------------------- */
    /* FOOTER START */
    .footer {
        background-color: #303030;
        margin-top: 5px;
    }

    .footer-content {
        display: flex;
        flex-direction: row;
    }

    .footer-group {
        background-color: #444343;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0px 0px;
        margin: 0px 50px;
        border-radius: 15px;
    }

    .footer-1 {
        display: flex;
        flex-direction: column;
    }

    .footer-1 h3 {
        color: var(--color-blanco);
        padding-top: 15px;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .footer-1 h2 {
        color: var(--color-blanco);
        padding-top: 18px;
        padding-bottom: 5px;
        font-size: 15px;
    }

    .footer-1 a {
        color: var(--color-fondo-3);
        padding: 2px 0;
        text-align: center;
        font-size: 13px;
    }

    .footer-rs a i {
        margin: 10px 10px 10px 0;
        color: var(--color-texto1);
    }

    .footer-2 a i {
        padding: 0 10px;
    }

    .footer-2 {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .interbank a img {
        width: auto;
        height: 25px;
    }

    .interbank:hover {
        border-bottom: solid 2px var(--color-hover);
        transition: 0.3s;
    }

    .bcp a img {
        width: auto;
        height: 25px;
    }

    .bcp:hover {
        border-bottom: solid 2px var(--color-hover);
        transition: 0.3s;
    }

    .yape a img {
        width: auto;
        height: 40px;
    }

    .yape:hover {
        border-bottom: solid 2px var(--color-hover);
        transition: 0.3s;
    }

    .plin a img {
        width: auto;
        height: 35px;
    }

    .plin:hover {
        border-bottom: solid 2px var(--color-hover);
        transition: 0.3s;
    }

    .footer-2 h2 {
        color: var(--color-blanco);
        font-size: 13px;
        text-align: center;
        margin-bottom: 5px;
    }

    .footer-2 h3 {
        color: var(--color-blanco);
        padding-top: 15px;
    }

    .footer-2 p {
        color: var(--color-blanco);
        font-size: 13px;
        text-align: left;
        color: var(--color-texto4);
    }

    .footer-2 a {
        color: var(--color-fondo-3);
        padding: 8px 0;
        text-align: center;
        font-size: 13px;
    }

    .portada {
        width: 200px;
    }

    .portada a img:hover {
        border-bottom: solid 2px var(--color-hover);
        transition: 0.3s;
    }

    .footer-2 img {
        width: 50%;
        padding: 2px 0;
    }

    .footer-rs a i:hover {
        color: var(--color-hover);
        transition: 0.3s;
    }

    .footer-rs a {
        color: var(--color-blanco);
        font-size: 20px;
    }

    span {
        color: #e1dfdf;
    }

    .copyright {
        background-color: var(--color-texto4);
        display: flex;
        flex-direction: row;
        color: #303030;
    }

    .copyright p {
        color: #303030;
        font-size: 12px;
    }

    /* FOOTER END */
}