.logo {
    padding: 15px 10px 2px 10px;
    width: 215px;
}

#paraots {
    display: none;
}

idioma {
    padding: 4px 13px 4px 13px;
    border-radius: 5px;
    color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    display: block;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    transition: 1s;
}

idioma:hover {
    background: #fff;
    color: #000;
    font-weight: 600;
    transition: 1s;
}

idioma:hover .nav-link {
    color: #000;
}

.btn-lang {
    background: transparent;
    border-style: none;
    padding: 8px 10px;
    font-size: 14px;
    transition: 0.4s;
}

.btn-lang:hover {
    font-weight: 600;
    transition: 0.4s;
}

.btn-lang:focus {
    border-style: none;
    outline: none;
}

.p-titulo {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.price {
    font-size: 20px;
    font-weight: bold;
    background: #f5740a;
    color: #fff;
    border-radius: 12px;
    padding: 10px 5px;
}

.price span {
    font-size: 14px;
    padding-right: 0.8em;
}

.price .price-info {
    color: #fff;
    font-size: 16px;
    display: inline;
}

.duration-card {
    float: left;
    font-weight: bold;
    color: #0b84bc;
}

.price-card {
    float: right;
    font-weight: bold;
    color: #0b84bc;
    font-size: 22px;
    margin-top: -5px;
}

.line-card {
    border-bottom-style: dotted;
    margin-bottom: 15px;
    padding: 10px;
    border-bottom-width: 2px;
    border-bottom-color: orange;
}

.h2-questions {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.h2-questions:hover {
    color: #f26d00;
}

.card-reviews {
    padding: 1em;
    margin-bottom: 1em;
    background-color: #eaeaea7d;
}

.drop {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgb(0 0 0 / 25%);
    box-shadow: 0 0px 4px 0px rgb(0 0 0 / 25%);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}

.borde {
    box-shadow: 0px 0px 3px 0px #6767675e;
    padding: 5px 8px 5px 8px;
}

input::placeholder {
    font-size: 14px;
}

#idioma-responsive {
    background: #fff;
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-radius: 17px;
    text-align: center;
    display: block;
}

#idioma-responsive:hover {
    font-weight: bold;
    border-width: 2px;
    transition: 1s;
}

.display2 {
    display: none;
}

@media (min-width: 1024px) {
    #idioma-responsive {
        display: none;
    }
}

.form-index {
    padding: 210px 20px 10px 20px;
}

.h1-form {
    color: #fff;
    padding-bottom: 0.6em;
    font-size: 35px;
    font-weight: bold;
}

.h2-happy {
    color: black;
    font-weight: bold;
    margin-top: 2.5em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 28px;
    font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
    color: #000;
    text-align: justify;
}

fuerte {
    font-weight: bold;
}

.btn-acordion {
    font-weight: 400;
    color: #3a3a3a;
    text-decoration: none;
}

.btn-acordion:hover {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.btn-acordion:focus {
    font-weight: 700;
    text-decoration: none;
}

.img-logo {
    max-width: 100%;
    height: auto;
    padding-bottom: 2em;
}

.card-index {
    width: 18rem;
    margin: auto;
    margin-bottom: 3em;
    transition: 1s;
}

.card-index:hover {
    transform: scale(1.01);
    transition: 0.4s;
    z-index: 5;
}

.card-index:hover p {
    color: #000;
    transition: 0.5s;
}

o {
    color: #f2750d;
}

m {
    color: #0b84bc;
}

.accordion .card {
    background: none;
    border: none;
}

.accordion .card .card-header {
    background: none;
    border: none;
    padding: .4rem 1rem;
    font-family: "Roboto", sans-serif;
}

.accordion .card-header h2 span {
    float: left;
    margin-top: 10px;
}

.accordion .card-header .btn {
    color: #2f2f31;
    font-size: 1.04rem;
    text-align: left;
    position: relative;
    font-weight: 500;
    padding-left: 2rem;
}

.accordion .card-header i {
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 9px;
}

.accordion .card-header .btn:hover {
    color: #ff8300;
}

.accordion .card-body {
    color: #324353;
    padding: 0.5rem 3rem;
}

.accordion .highlight .btn {
    color: #74bd30;
}

.accordion .highlight i {
    transform: rotate(180deg);
}

.input-text {
    color: #fff;
}

.boton-happy {
    background: #0b84bc;
    color: #fff;
    border-radius: 4px;
    border-style: none;
    padding: 5px 15px 5px 15px;
    transition: 0.5s;
}

.boton-happy:hover {
    background: #f27209;
    color: #fff;
    transition: 0.5s;
}

.boton-happy-2 {
    background: #0b84bc;
    color: #fff;
    border-radius: 4px;
    border-style: none;
    padding: 5px 15px 5px 15px;
    transition: 1s;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1-pages {
    padding-top: 8%;
    font-weight: bold;
    font-size: 3.2em;
    color: #fff;
}

.h1-tours {
    padding-top: 4%;
    font-weight: bold;
    font-size: 3.2em;
    color: #fff;
}

.h5-tours {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 1em;
}

.boton-happy-2:hover {
    background: #0852a2;
    font-weight: 500;
    transition: 1s;
    color: #fff;
}

.card-titulo {
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    text-align: center;
}

.item {
    padding-bottom: 1em;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 42px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}

.whatsapp:hover {
    background: #fff;
    color: #25d366;
}

.enlaces {
    color: #ff892a;
    font-weight: bold;
}

#active {
    color: #ff892a;
}

.foot-ingles {
    background: #252627;
    color: #fff;
    padding: 50px 0px 50px 0px;
    font-size: 14px;
}

.foot-ingles h3 {
    text-transform: uppercase;
    font-size: 1.2em;
}

.foot-ingles a {
    color: #fff;
}

.foot-ingles a:hover {
    color: #e26a0e;
    transition: 0.8s;
}

.social-foot {
    text-align: center;
    padding-top: 1.5em;
    font-size: 20px;
}

.social-foot span:hover {
    color: #e26a0e;
    transition: 0.8s;
}

.foot-ingles ul {
    list-style: none;
    padding-top: 2em;
    margin-left: -2em;
    text-align: center;
}

.separador-naranja {
    width: 100px;
    height: 2px;
    background: #e26a0e;
    margin: auto;
}

.separador-azul {
    width: 100px;
    height: 2px;
    background: #0b84bc;
    margin: auto;
    margin-bottom: 3em;
}

.separador-foot {
    width: 15%;
    height: 2px;
    background: #ca5700;
    display: flex;
    margin: auto;
    margin-top: 1.3em;
}

.djm-foot {
    font-size: 13px;
    text-align: center;
    padding-top: 6em;
    font-family: sans-serif;
}

.djm2:hover {
    color: #e26a0e;
}

.input-form {
    color: #000;
}

.similares {
    text-align: center;
    position: sticky;
    top: 5em;
}

strong {
    font-weight: bold;
}

.fondo-book {
    background: #0a6691;
    padding: 5px 15px;
    color: #fff;
    border-radius: 15px;
}

.fondo-book label {
    color: #fff;
}

.similares p {
    background: #fff;
    padding: 5px 10px 5px 10px;
    border-radius: 32px;
    margin-top: 2em;
    margin-bottom: 19px;
    transition: 0.6s;
    border-width: 1px;
    color: #000000;
    font-weight: 400;
    border-style: none;
    border-bottom-style: solid;
    border-color: #50505066;
    text-align: center;
}

.similares p:hover {
    transition: 0.6s;
    box-shadow: 0px 3px 1px 2px #00000042;
    border-style: solid;
    border-width: 0.2px;
    border-color: #50505000;
}

.similares a {
    color: #0b84bc;
    font-weight: 600;
    font-size: 14px;
}

.parallax {
    height: 350px;
    width: 100%;
    background: linear-gradient( rgb(154 78 15 / 53%), rgb(15 74 101 / 52%)), url("../img/machu-picchu-peru.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.parallax h3 {
    color: #fff;
    text-align: center;
    padding-top: 2em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.parallax p {
    color: #fff;
    text-align: center;
    padding: 25px;
}

.parallax button {
    width: 100%;
    color: #fff;
    background: #0b84bc;
    border-style: none;
    height: 100%;
    border-radius: 5px;
    transition: 0.9s;
}

.parallax button:hover {
    background: #e26a0e;
    transition: 0.9s;
}

.mapa-img {
    width: 60%;
    transition: 1s;
}

.mapa-img:hover {
    transform: scale(1.2);
    transition: 1s;
}

.full-width {
    -webkit-box-flex: 0;
    width: 25%;
    border-style: none;
    height: 250px;
    background: grey;
    overflow: hidden;
    text-align: center;
}

.full-width h2 {
    color: #fff;
    text-align: center;
    padding-top: 2em;
    text-transform: uppercase;
    transition: 1s;
}

h2 {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.full-width h2:hover {
    color: #fff;
}

.full-width p {
    opacity: 0;
    font-size: 2px;
    transition: 1s;
    text-align: center;
}

.full-width:hover p {
    opacity: 1;
    font-size: 14px;
    color: #fff;
    transition: 1s;
}

.full-width button {
    opacity: 0;
    background: transparent;
    border-style: none;
    transition: 1s;
}

.full-width:hover button {
    opacity: 1;
    margin-top: 0em;
    margin: auto;
    transition: 1s;
}

.full-width a {
    color: #fff;
    padding: 8px 20px 8px 20px;
    background: transparent;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    border-radius: 5px;
}

.full-width a:hover {
    background: #0b84bc;
    border-style: none;
    color: #fff;
    transition: 1s;
}

.cusco {
    background: url('../img/thumbnail/cusco-amazing-view.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lima {
    background: url('../img/thumbnail/lima-cuidad-de-reyes.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.arequipa {
    background: url('../img/thumbnail/arequipa-tour.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.puno {
    background: url('../img/thumbnail/tour-puno-peru.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inca-trail {
    background: url('../img/blog/thumb/camino-inca-a-machu-picchu.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.food {
    background: url('../img/blog/peruvian-food.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.vinicunca {
    background: url('../img/thumbnail/trek-to-rainbow-mountain.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.atracciones {
    background: url('../img/blog/thumb/cusco.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.paucartambo {
    background: url('../img/blog/thumb/Mirador-de-3-cruces-Paucartambo.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.colibries {
    background: url('../img/blog/thumb/Ocreatus_underwoodii-colibri.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.similares-blog {
    position: sticky;
    top: 5em;
    margin-top: 6em;
    text-align: justify;
}

.similares-blog h4 {
    text-align: center;
}

#a {
    display: inline;
    color: #0896d7;
    margin-right: 0.5em;
}

#a:hover {
    color: #000;
}

#b {
    display: inline;
    color: #f5740a;
    margin-right: 0.5em;
}

#b:hover {
    color: #000;
}

.full-width:hover .black {
    width: 100%;
    height: 100%;
    background: #00000080;
    transition: 1s;
}

.a-seo {
    color: #000;
}

.Iam {
    padding-top: 3em;
    font: normal 30px/50px Montserrat, sans-serif;
    margin-left: 3em;
}

.Iam p {
    height: 50px;
    float: left;
    margin-right: 0.3em;
    color: #000;
}

.Iam b {
    float: left;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.Iam .innerIam {
    display: inline-block;
    color: #e74c3c;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    /*animation*/
    -webkit-animation: move 8s;
    -moz-animation: move 8s;
    -ms-animation: move 8s;
    -o-animation: move 8s;
    animation: move 8s;
    /*animation-iteration-count*/
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    /*animation-delay*/
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@-webkit-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@-moz-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@-o-keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -50px;
    }
    40% {
        top: -100px;
    }
    60% {
        top: -150px;
    }
    80% {
        top: -200px;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 200px;
        margin-left: 1em;
    }
    .h1-form {
        font-size: 20px;
    }
    .form-index {
        padding-top: 8em;
    }
    .Iam {
        font-size: 20px;
        margin-left: 2em;
    }
    .h2-happy {
        font-size: 20px;
    }
    .parallax {
        background: linear-gradient( rgb(34 88 84 / 53%), rgb(39 82 77 / 52%)), url("../img/responsive/machu-picchu-happy-peru-tours.webp");
        height: 400px;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .parallax button {
        height: 2em;
    }
    .full-width {
        width: 100%;
        position: relative;
    }
    .h1-pages {
        padding-top: 30%;
        font-size: 22px;
    }
    .display {
        display: none;
    }
    .display2 {
        display: block;
        margin-bottom: 4em;
    }
}