@charset "UTF-8";
@media screen and (max-width: 768px) {
  .accionestable {
    position: inherit;
    right: 0px;
    top: 0px;
  }
}
.ingrid h2 {
  color: #d3d60c;
}
.ingrid h3 {
  color: #d3d60c;
  font-size: 18px !important;
}

.logo {
  width: 230px;
  padding: 2em;
  transition: 1s;
}

.loggeado {
  background: #f6f200;
  color: #fff;
  padding: 1em;
  position: fixed;
  bottom: 50vh;
  margin-left: -5em;
}
.loggeado:hover {
  margin-left: 0em;
  color: #fff;
}

.cuerpoImgs img {
  height: 16rem;
  object-fit: cover;
}
.cuerpoImgs ul {
  text-align: justify;
}

.decoracion-h2 h2 {
  background: #3a4c68;
  padding: 0.4em;
  color: #fff;
  border-radius: 9px;
  font-size: 17px !important;
  position: relative;
  margin-bottom: 2em;
}
.decoracion-h2 h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 8px;
  background: #f67400;
  top: 2.1em;
  border-radius: 10px;
}

.thumbBlog {
  cursor: pointer;
}
.thumbBlog:hover {
  background: rgba(128, 128, 128, 0.1215686275);
  transition: 0.4s;
}
.thumbBlog h5 {
  font-size: 15px;
}
.thumbBlog:hover h5 {
  color: #f6f200;
  transition: 0.4s;
}
.thumbBlog img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.suscribe h4 {
  font-size: 15px !important;
  margin-top: 1.6em;
}
.suscribe input:focus {
  color: #000000;
  background-color: #fff;
  border-color: rgba(225, 114, 0, 0.1607843137);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(201, 95, 4, 0.25);
}
.suscribe .btn-blog {
  color: #fff;
  background: #e55500;
  padding: 12px;
  font-size: 9px;
  border-radius: 16px;
  margin-right: 1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #e55500;
}
.suscribe .btn-blog:hover {
  background: #fff;
  color: #e55500;
  border: 1px solid #e55500;
  transition: 0.5s;
}
.suscribe .btn-blog:focus {
  background: #fff;
  color: #e55500;
  border: 1px solid #e55500;
  transition: 0.5s;
}

.toursBlog {
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dashed #f6f200;
}
.toursBlog i {
  font-size: 10px;
}
.toursBlog a {
  font-weight: 400;
  font-size: 12px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1.1em;
  font-weight: 600;
}
.toursBlog a:hover {
  color: #f6f200 !important;
}
.toursBlog span {
  font-weight: 400;
}

.boton-blog-search {
  background: #fff;
  color: #f6f200;
  border: 1px solid rgba(51, 49, 49, 0.205);
  border-radius: 5px;
  transition: 0.5s;
}
.boton-blog-search:hover {
  background: #f6f200;
  color: #fff;
  border: 1px solid #f6f200;
  transition: 0.5s;
}

.tagsDiv a {
  color: #f6f200;
  transition: 0.5s;
}
.tagsDiv a:hover {
  color: grey;
  transition: 0.5s;
}

.blogs-en-tours {
  font-size: 12px;
  margin-bottom: 2em;
}
.blogs-en-tours a {
  color: #F67400;
  transition: 0.5s;
  margin-bottom: 0.8em;
  display: block;
  font-size: 15px;
  margin-top: 0.8em;
}
.blogs-en-tours a:hover {
  color: grey;
  transition: 0.5s;
}

.blogsrelative {
  text-align: center;
}
.blogsrelative div {
  border-bottom: 1px dashed #f6f200;
  padding-bottom: 0.8em;
  margin-top: 1.4em;
}
.blogsrelative a {
  font-size: 14px;
  color: #000;
}
.blogsrelative a:hover {
  color: #f6f200 !important;
}

.sticky-wrapper.is-sticky .logo {
  width: 150px;
  transition: 1s;
  padding: 1em;
}

.blog-head {
  height: 280px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.54)), url(../img/blog/tejido-manta-chinchero.webp);
}
.blog-head h1 {
  text-align: center;
  position: relative;
  top: 50%;
  color: #fff;
  font-weight: bold;
  padding-top: 1.6em;
  font-size: 2em;
  text-shadow: 2px 2px 2px black;
}
.blog-head .lineablog {
  height: 4px;
  background: #e55500;
  width: 60px;
  margin: auto;
}

.centrado {
  text-align: center;
  position: relative;
  top: 45%;
  color: #fff;
  font-weight: bold;
  margin: auto;
  width: 100%;
  height: auto;
}

.contato {
  padding-left: 0em;
}
.contato li {
  list-style: none;
}

.img-container {
  width: 100%;
  height: 170px;
  /* ajusta esta altura según tus necesidades */
  overflow: hidden;
}
.img-container:hover {
  background: #000;
}
.img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 1s;
}
.img-container img:hover {
  width: 110%;
  height: auto;
  transition: 1s;
}

.contenedorFood {
  border: 1px solid rgba(0, 0, 0, 0.231372549);
  transition: 0.6s;
  margin: 0.5em;
  margin-bottom: 2em;
  border-radius: 8px;
}
.contenedorFood:hover {
  transition: 0.6s;
  box-shadow: rgba(38, 57, 77, 0.27) 0px 20px 30px -10px;
}
.contenedorFood img {
  padding: 0px;
  margin-left: -25px;
  width: 100%;
  height: auto;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999;
}
#popup #popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  width: 400px;
}
#popup #popup-content .cerrar {
  color: #f6f200;
  background: #fff;
  padding: 12px;
  font-size: 9px;
  border-radius: 16px;
  margin-right: 1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
  border: 1px solid #f6f200;
  cursor: pointer;
}
#popup #popup-content .cerrar-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}
#popup #popup-content .cerrar-popup cerrar-popup i {
  color: #fff;
  font-size: 20px;
  border: 1px solid #000;
}

.bannerindex {
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/panoramico/trilha-inca-salkantay.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  justify-content: center;
}
.bannerindex .m-auto-djm {
  margin: auto;
}
.bannerindex h4 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
.bannerindex a {
  color: #fff;
  border: 1px solid #fff;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 8px;
  transition: 0.4s;
}
.bannerindex a:hover {
  background: #f6f200;
  color: #fff;
  border: none;
  transition: 0.4s;
}
.bannerindex .subrayado::after {
  content: "";
  display: block;
  border-bottom: 3px solid #f6f200;
  position: absolute;
  width: 60px;
}

.location {
  margin-bottom: 2em;
}
.location a {
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.location a:hover {
  color: #f6f200;
}
.location p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.location span {
  color: #f6f200;
}

.h2-nc-travel {
  text-align: center;
  margin-top: 2em;
}

.linea-2 {
  height: 4px;
  background: #f6f200;
  width: 60px;
  margin: auto;
  margin-bottom: 2em;
}

.linea-3 {
  height: 4px;
  background: #f6f200;
  width: 75px;
  margin-bottom: 2em;
}

section {
  width: 100%;
}

.h1-inicio {
  text-align: center;
  position: relative;
  top: 50%;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
}

.btn-inicio {
  color: #fff;
  background: #f6f200;
  padding: 12px;
  font-size: 9px;
  border-radius: 16px;
  margin-right: 1em;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.5s;
}
.btn-inicio:hover {
  background: #fff;
  color: #f6f200;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
}

.footer {
  background: #383838;
  color: #fff;
  padding: 3em;
}
.footer h4 {
  font-size: 20px;
  text-align: left;
}
.footer ul {
  list-style: none;
  margin-top: 1em;
  padding-left: 0px;
}
.footer ul li {
  display: flex;
  margin-bottom: 0.4em;
  font-size: 12px;
}
.footer ul li a {
  color: #fff;
  transition: 0.5s;
  float: left;
}
.footer ul li a:hover {
  color: #f6f200;
  transition: 0.5s;
}

.line-left {
  width: 100%;
  height: 1px;
  background: #f6f200;
  float: left;
  position: relative;
  top: 10px;
}

.links {
  color: #fff;
  text-transform: uppercase;
}
.links a {
  color: #fff;
  text-transform: uppercase;
  padding-right: 2em;
  transition: 0.5s;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.links a:hover {
  color: #000;
  transition: 0.5s;
}

.line-right {
  width: 100%;
  height: 1px;
  background: #f6f200;
  float: right;
  position: relative;
  top: 10px;
}

.linea {
  height: 4px;
  background: #f6f200;
  width: 60px;
}

.social-foot {
  display: inline-flex;
  color: #fff;
  margin-right: 1em;
  font-size: 20px;
  transition: 0.5s;
}
.social-foot:hover {
  color: #f6f200;
  transition: 0.5s;
}

img.btn-whatsapp {
  display: block !important;
  position: fixed;
  z-index: 9999999;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  border-radius: 100px !important;
  width: 50px;
  height: 50px;
}

.line-white {
  width: 100%;
  height: 1px;
  color: #fff;
}

.down {
  background: #f6f200;
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding-top: 3em;
  padding-bottom: 2em;
}
.down p {
  color: #fff;
  margin: 1.5em;
  text-align: center;
}

.buscador {
  margin-left: 1em;
  width: 102px;
  padding: 0.3em;
  border-radius: 13px;
}
.buscador:hover {
  cursor: pointer;
}
.buscador:hover .buscar {
  margin-left: 0.8em;
  transition: 0.6s;
}
.buscador:hover .textSearch {
  opacity: 1;
  transition: 0.4s;
}
.buscador .buscar {
  color: #fff;
  margin-left: -4em;
  transition: 0.6s;
}
.buscador .textSearch {
  color: #fff;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(10px);
}

#popupSearch {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
}
#popupSearch #search-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.blog {
  height: 60vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/blog/Winay-Wayna-Machu-Picchu-NC-travel.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.peru {
  height: 60vh;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.2)), url(../img/panoramico/machu-picchu--pacotes-peru-nc-travel.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.noresults {
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/blog/Winay-Wayna-Machu-Picchu-NC-travel.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.scroll-to-top {
  position: fixed;
  bottom: 140px;
  right: 85px;
  display: none;
  z-index: 9999;
}

.scroll-to-top i {
  position: absolute;
  font-size: 50px;
  color: #fff;
  padding: 0.1em;
  border-radius: 10px;
  transition: 0.6s;
  color: #283950;
}
.scroll-to-top i:hover {
  transition: 0.6s;
}

.scroll-to-top i:last-child {
  top: 0;
  left: 0;
  transition: top 0.6s;
}

.scroll-to-top:hover i:last-child {
  top: -10px;
}

table {
  width: 100%;
  border-style: solid;
  border-color: #283950;
  border-width: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
}
table thead {
  background: #283950;
}
table thead tr th {
  color: #fff;
  padding: 1em;
}
table thead tr th:hover {
  background: #283950;
}
table tbody tr td a {
  color: #000;
}
table h3 {
  color: #fff;
  text-align: center;
}
table tr {
  border-style: solid;
  border-color: #283950;
  border-width: 1px;
  transition: 0.4s;
}
table tr:hover {
  background: #cecece;
  transition: 0.4s;
}
table tr td {
  padding: 0.6em;
  border-style: solid;
  border-width: 1px;
}

.share {
  margin-top: 2em;
}
.share h3 {
  margin-bottom: 1.2em;
}

.btn-social {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #f6f200;
  color: #fff;
  border-radius: 17px;
  text-align: center;
  margin-left: 1em;
  transition: 0.6s;
  border: 1px solid #f6f200;
}
.btn-social:hover {
  color: #f6f200;
  background: #fff;
  border: 1px solid #f6f200;
  transition: 0.6s;
}
.btn-social i {
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
}

.uldjm .active {
  color: #fff !important;
  background: #f6f200 !important;
}
.uldjm li a {
  color: #f6f200;
  font-weight: 500;
  border: 0.8px solid rgba(255, 94, 0, 0.1725490196) !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  /* background: #ebebeb!important; */
}
.uldjm li a:hover {
  color: #283950;
}

.h3book {
  text-align: center;
  color: #283950;
  font-size: 22px;
}

.card {
  margin-top: 2em;
}
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.card-new img {
  padding: 0px;
  width: 100%;
}

.boton-card {
  margin: auto;
  background: #fff;
  border: 1px solid #f6f200;
  color: #000;
  padding: 0.5em;
  display: block;
  border-radius: 10px;
  width: 9em;
  margin-top: 1.5em;
  font-size: 12px;
  font-weight: 500;
}

.boton-card:hover {
  background: #f6f200;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.337254902);
  transition: 0.4s;
}

.boton-card-2 {
  margin: auto;
  background: #f6f200;
  border: 1px solid #f6f200;
  color: #fff;
  padding: 0.5em;
  display: block;
  border-radius: 10px;
  width: 9em;
  margin-top: 1.5em;
  font-size: 12px;
  font-weight: 500;
  transition: transform 0.3s ease-in-out;
}
.boton-card-2:hover {
  transform: scale(1.1);
  color: #fff;
}

.djmFormShow {
  padding: 1.8em;
  background: #3a4c68;
  color: #fff;
  border-radius: 10px;
}
.djmFormShow label {
  font-size: 14px;
}
.djmFormShow button {
  border: none;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-group {
  padding-right: 0.6em;
  margin-top: 0.5em;
}

.responsive {
  display: none !important;
}

.contenedor {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.contenedor h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #fff;
  z-index: 1;
  width: 70%;
  text-align: center;
}

.contenedor a {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 50%);
  margin: 10px 0 0;
  border: 1px solid #fff;
  padding: 0.4em;
  color: #fff;
  z-index: 1;
  display: block;
  text-align: center;
  border-radius: 5px;
  transition: 0.8s;
}

.columna:hover a {
  top: 55%;
  transition: 0.8s;
}

.columna {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.superpuesto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.columna:hover .superpuesto {
  background: rgba(0, 0, 0, 0.4784313725);
  transition: 1s;
}

.contenedor img {
  width: 100%;
  height: 250px;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .blog-head h1 {
    font-size: 1.4em;
  }
  .cuerpoImgs img {
    width: 100% !important;
    object-fit: cover;
  }
  .location a {
    font-size: 10px;
  }
  .location p {
    font-size: 10px;
  }
  .links {
    padding-right: 0px;
  }
  .links a {
    display: block;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px white dashed;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
  }
  .columna {
    width: 100%;
  }
  .escritorio {
    display: none !important;
  }
  .responsive {
    display: block !important;
  }
  .responsive .responsive form {
    display: flex;
    align-items: center;
  }
  .mobile {
    display: none;
  }
  .h1-inicio {
    font-size: 20px;
    margin: 2em;
  }
  .btn-inicio {
    margin: auto;
    display: block;
    width: 150px;
    margin-top: 2em;
  }
  .footer h4 {
    margin-top: 1em;
  }
  .line-left {
    display: none;
  }
  .line-right {
    display: none;
  }
  .logo-foot {
    text-align: center;
  }
  .bannerindex {
    text-align: center;
  }
  .bannerindex .m-auto-djm {
    margin: 0;
  }
  .bannerindex h4 {
    margin-top: 3em;
  }
  .bannerindex .subrayado::after {
    right: 42%;
  }
  .bannerindex a {
    margin-top: 2em !important;
  }
}

/*# sourceMappingURL=nuevos.css.map */
