@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

/*font-family: 'Josefin Sans', sans-serif;
font-family: 'Mulish', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
font-family: 'Quicksand', sans-serif;
*/
h1, h2, h5, h6 {
  font-family: "Mulish", sans-serif;
}

h3 {
  font-family: "Mulish", sans-serif;
}

h4 {
  font-family: "Mulish", sans-serif;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1em;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  h3 {
    font-family: "Mulish", sans-serif;
    font-weight: bold;
  }
  h4 {
    font-family: "Mulish", sans-serif;
  }
  p {
    font-family: "Source Sans Pro", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .nr-social-company {
    background: #f0f0f0;
    padding: 0px;
  }
  .nr-social-company .nr-acreditaciones {
    display: flex;
    flex-flow: row wrap;
  }
  .nr-social-company .nr-acreditaciones span img {
    width: 125px;
  }
  .nr-social-company .nr-redes-sociales {
    text-align: center;
  }
  .nr-social-company .nr-redes-sociales ul {
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5em;
    padding: 10px;
  }
  .nr-social-company .nr-redes-sociales ul li {
    display: inline-block;
    font-size: 2em;
  }
  .nr-social-company .nr-redes-sociales ul li a {
    display: inline-block;
    border: 1px dashed white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .nr-social-company .nr-redes-sociales ul li a i {
    color: white;
  }
  .nr-social-company .nr-redes-sociales ul li a:hover .fa-facebook-f {
    color: #007bff;
    background: #3b5999;
  }
  .nr-social-company .nr-redes-sociales ul li a:hover .fa-instagram {
    color: #f51a9e;
  }
  .nr-social-company .nr-redes-sociales ul li a:hover .fa-youtube {
    color: #f30c0c;
  }
  .nr-social-company .nr-redes-sociales ul li a:hover .fa-twitter {
    color: #1da1f2;
  }
  .nr-social-company .nr-redes-sociales ul li a:hover .fa-tripadvisor {
    color: #34e0a1;
  }
  .nr-social-company .nr-redes-sociales ul li:nth-child(1) {
    background: #3b5999;
    border-radius: 50%;
  }
  .nr-social-company .nr-redes-sociales ul li:nth-child(2) {
    background: #e34171;
    border-radius: 50%;
  }
  .nr-social-company .nr-redes-sociales ul li:nth-child(3) {
    background: #4caf50;
    border-radius: 50%;
  }
  .nr-social-company .nr-redes-sociales ul li:nth-child(4) {
    background: #01c9fa;
    border-radius: 50%;
  }
  .nr-social-company .nr-redes-sociales ul li:nth-child(5) {
    background: #34e0a1;
    border-radius: 50%;
  }
  .nr-footer-contact-us {
    background: #7d0065;
    color: #ffffff;
  }
  .nr-footer-contact-us .container {
    border-bottom: 1px solid #ffffff;
    padding: 20PX 0PX;
    text-align: center;
  }
  .nr-footer-contact-us .container .col-12 .nr-icon {
    font-size: 2em;
    margin-right: 10px;
  }
  .nr-footer-main {
    background: #7d0065;
    padding: 25px 0px;
  }
  .nr-footer-main .container .nr-acreditaciones {
    display: flex;
  }
  .nr-footer-main .container .nr-redes-sociales {
    text-align: center;
  }
  .nr-footer-main .container .nr-redes-sociales ul {
    display: inline-block;
    padding: 10px;
  }
  .nr-footer-main .container .nr-redes-sociales ul li {
    display: inline-block;
    font-size: 2em;
    padding: 0px 10px;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a {
    display: inline-block;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a i {
    color: #ffffff;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-facebook-square {
    color: #007bff;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-instagram {
    color: #f51a9e;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-youtube {
    color: #f30c0c;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-twitter {
    color: #1da1f2;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-tripadvisor {
    color: #34e0a1;
  }
  .nr-footer-copyright {
    background: #000;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
  }
  .nr-footer-copyright .container .privacity span {
    border-right: 1px solid #7d0065;
    padding: 0px 5px 0px 5px;
  }
  .nr-footer-copyright .container .privacity span a {
    text-decoration: none;
    color: #ffffff;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .nr-social-company {
    background: #f0f0f0;
    padding: 25px 0px;
  }
  .nr-social-company .nr-acreditaciones {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .nr-social-company .nr-acreditaciones span {
    display: flex; /* asegura que el span se adapte al contenido */
    align-items: center;
  }
  .nr-social-company .nr-acreditaciones span img {
    max-width: 120px; /* ancho máximo para mantener proporción */
    height: auto; /* mantiene relación de aspecto */
    object-fit: contain; /* evita que se deforme */
    transition: transform 0.3s ease; /* animación opcional */
    filter: grayscale(0%); /* convierte a plomo */
  }
  .nr-social-company .nr-acreditaciones span img:hover {
    transform: scale(1.05); /* efecto sutil al pasar el mouse */
    filter: grayscale(100%); /* convierte a plomo */
  }
  .nr-footer-contact-us {
    background: #7d0065;
    color: #ffffff;
  }
  .nr-footer-contact-us .container {
    border-bottom: 1px solid #ffffff;
    padding: 40PX 0PX;
    text-align: left;
  }
  .nr-footer-contact-us .container .col-12 {
    display: flex;
  }
  .nr-footer-contact-us .container .col-12 h3 {
    font-weight: bold;
  }
  .nr-footer-contact-us .container .col-12 .nr-icon {
    font-size: 3em;
    margin-right: 10px;
  }
  .nr-footer-main {
    background: #7d0065;
    padding: 25px 0px;
  }
  .nr-footer-main .container .nr-redes-sociales {
    text-align: center;
  }
  .nr-footer-main .container .nr-redes-sociales ul {
    display: inline-block;
    padding: 10px;
    border: 1px solid white;
    border-radius: 44px;
    padding: 4px 10px;
  }
  .nr-footer-main .container .nr-redes-sociales ul li {
    display: inline-block;
    font-size: 2em;
    padding: 0px 10px;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a {
    display: inline-block;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a i {
    color: #ffffff;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-facebook-square {
    color: #007bff;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-instagram {
    color: #f51a9e;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-youtube {
    color: #f30c0c;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-twitter {
    color: #1da1f2;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-tripadvisor {
    color: #34e0a1;
  }
  .nr-footer-copyright {
    background: #000;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
  }
  .nr-footer-copyright .container .privacity span {
    border-right: 1px solid #ffbd03;
    padding: 0px 5px 0px 5px;
  }
  .nr-footer-copyright .container .privacity span a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-footer-copyright .container .privacity span a:hover {
    color: #ffbd03;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  .nr-social-company {
    background: #f0f0f0;
    padding: 25px 0px;
  }
  .nr-social-company .nr-acreditaciones {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .nr-social-company .nr-acreditaciones span {
    display: flex; /* asegura que el span se adapte al contenido */
    align-items: center;
  }
  .nr-social-company .nr-acreditaciones span img {
    max-width: 120px; /* ancho máximo para mantener proporción */
    height: auto; /* mantiene relación de aspecto */
    object-fit: contain; /* evita que se deforme */
    transition: transform 0.3s ease; /* animación opcional */
    filter: grayscale(0%); /* convierte a plomo */
  }
  .nr-social-company .nr-acreditaciones span img:hover {
    transform: scale(1.05); /* efecto sutil al pasar el mouse */
    filter: grayscale(100%); /* convierte a plomo */
  }
  .nr-footer-contact-us {
    background: #7d0065;
    color: #ffffff;
  }
  .nr-footer-contact-us .container {
    border-bottom: 1px solid #ffffff;
    padding: 40PX 0PX;
    text-align: left;
  }
  .nr-footer-contact-us .container .col-12 {
    display: flex;
  }
  .nr-footer-contact-us .container .col-12 h3 {
    font-weight: bold;
  }
  .nr-footer-contact-us .container .col-12 .nr-icon {
    font-size: 3em;
    margin-right: 10px;
  }
  .nr-footer-main {
    background: #7d0065;
    padding: 25px 0px;
  }
  .nr-footer-main .container .nr-redes-sociales {
    text-align: center;
  }
  .nr-footer-main .container .nr-redes-sociales ul {
    display: inline-block;
    padding: 10px;
    border: 1px solid white;
    border-radius: 44px;
    padding: 4px 10px;
  }
  .nr-footer-main .container .nr-redes-sociales ul li {
    display: inline-block;
    font-size: 2em;
    padding: 0px 10px;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a {
    display: inline-block;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a i {
    color: #ffffff;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-facebook-square {
    color: #007bff;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-instagram {
    color: #f51a9e;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-youtube {
    color: #f30c0c;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-twitter {
    color: #1da1f2;
  }
  .nr-footer-main .container .nr-redes-sociales ul li a:hover .fa-tripadvisor {
    color: #34e0a1;
  }
  .nr-footer-copyright {
    background: #000;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px;
  }
  .nr-footer-copyright .container .privacity span {
    border-right: 1px solid #ffbd03;
    padding: 0px 5px 0px 5px;
  }
  .nr-footer-copyright .container .privacity span a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-footer-copyright .container .privacity span a:hover {
    color: #ffbd03;
  }
}
.nr-header {
  position: relative;
}
.nr-header .nr-section-cinta-header {
  background: #ffffff;
  display: block;
}
.nr-header .nr-section-cinta-header .nr-wanderlust .nr-logo-wanderlust {
  padding: 0px 0px;
  display: flex;
  align-items: center;
}
.nr-header .nr-section-cinta-header .nr-wanderlust .nr-logo-wanderlust img {
  width: 70%;
  height: 50%;
}
.nr-header .nr-section-cinta-header .nr-top-menu {
  display: none;
  padding: 0px 0px;
  z-index: 99;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-first-menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 15px 5px 5px 5px;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-first-menu li {
  padding: 0px 15px;
  line-height: 15px;
  font-weight: bold;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-first-menu li a {
  color: #636363;
  text-decoration: none;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-first-menu li :hover {
  color: #7d0065;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar {
  display: flex;
  justify-content: space-between;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0px;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li {
  font-size: 1.7em;
  padding: 0px 10px;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a {
  display: inline-block;
  text-decoration: none;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a i {
  color: #828282;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-facebook-square {
  color: #007bff;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-instagram {
  color: #f51a9e;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-youtube {
  color: #f30c0c;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-twitter {
  color: #1da1f2;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-tripadvisor {
  color: #34e0a1;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  display: 0px;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li {
  padding: 0px 15px;
  font-weight: 600;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li a {
  color: #7d0065;
  text-decoration: none;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li i {
  color: #ffbd03;
  padding: 0px 5px;
  font-size: 1.7em;
}
.nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li:nth-child(3) {
  border-radius: 6px;
  border: 2px solid #ffbd03;
}
.nr-header .nr-section-header {
  position: absolute;
  top: 0.5em;
  right: 10px;
  text-align: right;
}
.nr-header .nr-section-header a {
  width: fit-content;
}
.nr-header .nr-section-header .container .row {
  justify-content: end;
}
.nr-header .nr-section-header .container .row .ubermenu-responsive-toggle {
  background: #ffffff;
  color: #4cb100;
}
.nr-header .nr-section-header .container .row nav {
  background: #7d0065;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .nr-header .nr-section-cinta-header {
    background: #ffffff;
    display: block;
  }
  .nr-header .nr-section-cinta-header .nr-wanderlust {
    display: flex;
    align-items: center;
  }
  .nr-header .nr-section-cinta-header .nr-wanderlust .nr-logo-wanderlust {
    padding: 0px 0px;
  }
  .nr-header .nr-section-cinta-header .nr-wanderlust .nr-logo-wanderlust img {
    width: 80%;
    height: 50%;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu {
    display: grid;
    padding: 0px 0px;
    z-index: 99;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-first-menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 15px 5px 5px 5px;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-first-menu li {
    padding: 0px 15px;
    line-height: 15px;
    font-weight: bold;
    font-size: 14px;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-first-menu li a {
    color: #636363;
    text-decoration: none;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-first-menu li :hover {
    color: #7d0065;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar {
    display: flex;
    justify-content: space-around;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0px;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li {
    font-size: 1.7em;
    padding: 0px 10px;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a {
    display: inline-block;
    text-decoration: none;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a i {
    color: #828282;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-facebook-square {
    color: #007bff;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-instagram {
    color: #f51a9e;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-youtube {
    color: #f30c0c;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-twitter {
    color: #1da1f2;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-redes-sociales li a:hover .fa-tripadvisor {
    color: #34e0a1;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call {
    padding: 0px;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    display: 0px;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li {
    padding: 0px 15px;
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    align-content: center;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li a {
    color: #ffbd03;
    text-decoration: none;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li a:hover {
    color: #ffbd03;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li a i {
    color: #ffbd03;
    padding: 0px 5px;
    font-size: 2.7em;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li:nth-child(1) i {
    color: #7d0065;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li:nth-child(3) {
    border-radius: 6px;
    border: 2px solid #7d0065;
    background-color: #7d0065;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li:nth-child(3) a {
    color: #ffffff;
  }
  .nr-header .nr-section-cinta-header .nr-top-menu .nr-redes-buscar .nr-menu-call li:nth-child(3) a:hover {
    color: #ffbd03;
  }
  .nr-header .nr-section-header {
    background: #7d0065;
    z-index: 99;
    position: static;
  }
  .nr-header .nr-section-header .container .row {
    justify-content: end;
  }
  .nr-header .nr-section-header .container .row .ubermenu-responsive-toggle {
    background: #ffffff;
    color: #4cb100;
  }
  .nr-header .nr-section-header .container .row nav {
    background: #7d0065;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 600px) {
  .nr-front-page .nr-home-company .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-home-company .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-home-company .container .nr-box {
    padding: 1rem 1rem 1rem;
    border-radius: 3px;
    text-align: justify;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img {
    position: relative;
    text-align: center !important;
    /*&:before{
    	content: "";
        position: absolute;
        border-radius: 5rem;
        width: 4rem;
        height: 4rem;
        left: 5rem;
        top: -1rem;
        border: 1px solid #f0f0f0;
        z-index: -999;
        background-color: rgba(125,0, 101, 0.4);

    }	*/
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img img {
    fill: #7d0065;
  }
  .nr-front-page .nr-home-company .container .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
  }
  .nr-front-page .nr-home-company .container .nr-box p {
    font-size: 1em;
    box-shadow: 1px 1px 4px black;
    padding: 10px;
    border-radius: 5px;
  }
  .nr-front-page .nr-section-post {
    background: #f0f0f0;
  }
  .nr-front-page .nr-section-post .container .row {
    padding: 20px 0px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours {
    overflow: hidden;
    background: #f0f0f0;
    margin: 15px 0px;
    border-radius: 5px;
    border: 1px solid white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 {
    width: 70%;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 a {
    text-decoration: none;
    color: white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span {
    color: #ffffff;
    margin: 0px 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(1):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(2):before {
    font-family: "Font awesome 5 free";
    content: "\f007";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(3):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post:hover .nr-padre-tres-campos h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content {
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3:hover {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h4 {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content p {
    font-size: 0.9rem;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .price {
    font-weight: bold;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore {
    text-align: center;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a {
    padding: 5px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: #ffffff;
    background: #7d0065;
    box-shadow: 1px 1px 1px #636363;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a:hover {
    color: #7d0065;
    background: #ffffff;
    border: 1px solid #7d0065;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container {
    padding: 50px 0px 25px 0px;
    border-top: 2px solid #f0f0f0;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text {
    text-align: center;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h3 {
    color: #7d0065;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
  }
  .nr-front-page .nr-segundo-post .container .row {
    padding: 10px 0px;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours {
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0px;
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content {
    width: 70%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content span {
    color: #ffffff;
    font-size: 0.9em;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content span {
    color: #ffbd03;
  }
  .nr-front-page .nr-img-parallax {
    padding: 50px 0px 0px 0px;
    position: relative;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 {
    background-image: url(img/humantay.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container {
    position: relative;
    padding: 50px;
    z-index: 99;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text {
    text-align: center;
    padding: 50px 0px;
    color: white;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .main-icon img {
    height: 8%;
    width: 8%;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul {
    padding-left: 100px;
    list-style: none;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li {
    text-align: left;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li:before {
    margin-left: 10px;
    font-family: "font awesome 5 free" !important;
    content: "\f041";
    color: #ffbd03;
    font-size: 1em;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .nr-button-read a {
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    padding: 15px 100px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  .nr-front-page .nr-img-parallax .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .why-choose {
    padding: 50px 0px;
    background: #e5e9e8;
  }
  .nr-front-page .why-choose .container h3 {
    padding: 50px 0px 0px 0px;
    text-align: left;
    font-weight: bold;
    margin: 30px auto;
    font-size: 4em;
    font-family: "Trirong", serif;
    color: #ffbd03;
  }
  .nr-front-page .why-choose .container h3 span {
    font-size: 100%;
    color: #7d0065;
    opacity: 0.8;
  }
  .nr-front-page .why-choose .container .hr-line {
    margin-top: -7px;
    margin-bottom: 2rem;
    border: 0;
    border: 2px solid rgb(38, 222, 0);
    border-color: #7d0065;
    width: 50%;
    border-radius: 5px;
    height: 0 !important;
    opacity: 1;
    margin: auto;
  }
  .nr-front-page .why-choose .container p {
    font-size: 1rem;
    padding: 20px 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 {
    margin: auto 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose {
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items {
    display: grid;
    grid-template-columns: 1fr 6fr;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items h4 {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items p {
    font-size: 14px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why {
    margin: auto;
    top: 15px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a {
    padding: 10px 20px;
    background: #ffbd03;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a:hover {
    background: #ffffff;
    border: 1px solid #7d0065;
    border-radius: 40px;
    color: #7d0065;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .nr-why-us img {
    max-width: 100%;
    top: 50%;
  }
  .nr-front-page .nr-our-promise {
    background-image: url(webp/ollantaytambo.webp);
    padding: 100px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 {
    color: #ffffff;
    z-index: 1;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 ul li {
    list-style: none;
    line-height: 2em;
  }
  .nr-front-page .nr-our-promise .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #060606 100%);
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-seis-cualidades {
    background: #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-seis-cualidades .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box {
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 12px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img img {
    fill: #7d0065;
    z-index: 99;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img:before {
    content: "";
    position: absolute;
    border-radius: 5rem;
    width: 4rem;
    height: 4rem;
    left: -1rem;
    top: -1rem;
    border: 1px solid #f0f0f0;
    z-index: -999;
    background-color: rgba(125, 0, 101, 0.4);
    z-index: 1;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box p {
    font-size: 1em;
    text-align: justify;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
  .nr-front-page .nr-home-company .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-home-company .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-home-company .container .nr-box {
    padding: 1rem 1rem 1rem;
    border-radius: 3px;
    text-align: justify;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img {
    position: relative;
    text-align: center;
    /*&:before{
    	content: "";
        position: absolute;
        border-radius: 5rem;
        width: 4rem;
        height: 4rem;
        left: 5rem;
        top: -1rem;
        border: 1px solid #f0f0f0;
        z-index: -999;
        background-color: rgba(125,0, 101, 0.4);

    }	*/
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img img {
    fill: #7d0065;
  }
  .nr-front-page .nr-home-company .container .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
  }
  .nr-front-page .nr-home-company .container .nr-box p {
    font-size: 1em;
    box-shadow: 1px 1px 4px black;
    padding: 10px;
    border-radius: 5px;
  }
  .nr-front-page .nr-section-post {
    background: #f0f0f0;
  }
  .nr-front-page .nr-section-post .container .row {
    padding: 20px 0px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours {
    overflow: hidden;
    background: #f0f0f0;
    margin: 15px 0px;
    border-radius: 5px;
    border: 1px solid white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 {
    width: 70%;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 a {
    text-decoration: none;
    color: white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span {
    color: #ffffff;
    margin: 0px 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(1):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(2):before {
    font-family: "Font awesome 5 free";
    content: "\f007";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(3):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post:hover .nr-padre-tres-campos h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content {
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3:hover {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h4 {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content p {
    font-size: 0.9rem;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .price {
    font-weight: bold;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore {
    text-align: center;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a {
    padding: 5px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: #ffffff;
    background: #7d0065;
    box-shadow: 1px 1px 1px #636363;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a:hover {
    color: #7d0065;
    background: #ffffff;
    border: 1px solid #7d0065;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container {
    padding: 50px 0px 25px 0px;
    border-top: 2px solid #f0f0f0;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text {
    text-align: center;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h3 {
    color: #7d0065;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
  }
  .nr-front-page .nr-segundo-post .container .row {
    padding: 10px 0px;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours {
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0px;
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content {
    width: 70%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content span {
    color: #ffffff;
    font-size: 0.9em;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content span {
    color: #ffbd03;
  }
  .nr-front-page .nr-img-parallax {
    padding: 50px 0px 0px 0px;
    position: relative;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 {
    background-image: url(img/humantay.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container {
    position: relative;
    padding: 50px;
    z-index: 99;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text {
    text-align: center;
    padding: 50px 0px;
    color: white;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .main-icon img {
    height: 8%;
    width: 8%;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul {
    padding-left: 100px;
    list-style: none;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li {
    text-align: left;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li:before {
    margin-left: 10px;
    font-family: "font awesome 5 free" !important;
    content: "\f041";
    color: #ffbd03;
    font-size: 1em;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .nr-button-read a {
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    padding: 15px 100px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  .nr-front-page .nr-img-parallax .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .why-choose {
    padding: 50px 0px;
    background: #e5e9e8;
  }
  .nr-front-page .why-choose .container h3 {
    padding: 50px 0px 0px 0px;
    text-align: left;
    font-weight: bold;
    margin: 30px auto;
    font-size: 4em;
    font-family: "Trirong", serif;
    color: #ffbd03;
  }
  .nr-front-page .why-choose .container h3 span {
    font-size: 100%;
    color: #7d0065;
    opacity: 0.8;
  }
  .nr-front-page .why-choose .container .hr-line {
    margin-top: -7px;
    margin-bottom: 2rem;
    border: 0;
    border: 2px solid rgb(38, 222, 0);
    border-color: #7d0065;
    width: 50%;
    border-radius: 5px;
    height: 0 !important;
    opacity: 1;
    margin: auto;
  }
  .nr-front-page .why-choose .container p {
    font-size: 1rem;
    padding: 20px 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 {
    margin: auto 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose {
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items {
    display: grid;
    grid-template-columns: 1fr 6fr;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items h4 {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items p {
    font-size: 14px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why {
    margin: auto;
    top: 15px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a {
    padding: 10px 20px;
    background: #ffbd03;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a:hover {
    background: #ffffff;
    border: 1px solid #7d0065;
    border-radius: 40px;
    color: #7d0065;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .nr-why-us img {
    max-width: 100%;
    top: 50%;
  }
  .nr-front-page .nr-our-promise {
    background-image: url(webp/ollantaytambo.webp);
    padding: 100px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 {
    color: #ffffff;
    z-index: 1;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 ul li {
    list-style: none;
    line-height: 2em;
  }
  .nr-front-page .nr-our-promise .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #060606 100%);
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-seis-cualidades {
    background: #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-seis-cualidades .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box {
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 12px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img img {
    fill: #7d0065;
    z-index: 99;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img:before {
    content: "";
    position: absolute;
    border-radius: 5rem;
    width: 4rem;
    height: 4rem;
    left: -1rem;
    top: -1rem;
    border: 1px solid #f0f0f0;
    z-index: -999;
    background-color: rgba(125, 0, 101, 0.4);
    z-index: 1;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box p {
    font-size: 1em;
    text-align: justify;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .nr-front-page .nr-home-company .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-home-company .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-home-company .container .nr-box {
    padding: 1rem 1rem 1rem;
    border-radius: 3px;
    text-align: justify;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img {
    position: relative;
    text-align: center;
    /*&:before{
    	content: "";
        position: absolute;
        border-radius: 5rem;
        width: 4rem;
        height: 4rem;
        left: 5rem;
        top: -1rem;
        border: 1px solid #f0f0f0;
        z-index: -999;
        background-color: rgba(125,0, 101, 0.4);

    }	*/
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img img {
    fill: #7d0065;
  }
  .nr-front-page .nr-home-company .container .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
  }
  .nr-front-page .nr-home-company .container .nr-box p {
    font-size: 1em;
    box-shadow: 1px 1px 4px black;
    padding: 10px;
    border-radius: 5px;
  }
  .nr-front-page .nr-section-post {
    background: #f0f0f0;
  }
  .nr-front-page .nr-section-post .container .row {
    padding: 20px 0px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours {
    overflow: hidden;
    background: #f0f0f0;
    margin: 15px 0px;
    border-radius: 5px;
    border: 1px solid white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 {
    width: 70%;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 a {
    text-decoration: none;
    color: white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span {
    color: #ffffff;
    margin: 0px 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(1):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(2):before {
    font-family: "Font awesome 5 free";
    content: "\f007";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(3):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post:hover .nr-padre-tres-campos h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content {
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3:hover {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h4 {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content p {
    font-size: 0.9rem;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .price {
    font-weight: bold;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore {
    text-align: center;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a {
    padding: 5px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: #ffffff;
    background: #7d0065;
    box-shadow: 1px 1px 1px #636363;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a:hover {
    color: #7d0065;
    background: #ffffff;
    border: 1px solid #7d0065;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container {
    padding: 50px 0px 25px 0px;
    border-top: 2px solid #f0f0f0;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text {
    text-align: center;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h3 {
    color: #7d0065;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
  }
  .nr-front-page .nr-segundo-post .container .row {
    padding: 10px 0px;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours {
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0px;
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content {
    width: 70%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content span {
    color: #ffffff;
    font-size: 0.9em;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content span {
    color: #ffbd03;
  }
  .nr-front-page .nr-img-parallax {
    padding: 50px 0px 0px 0px;
    position: relative;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 {
    background-image: url(img/humantay.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container {
    position: relative;
    padding: 50px;
    z-index: 99;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text {
    text-align: center;
    padding: 50px 0px;
    color: white;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .main-icon img {
    height: 8%;
    width: 8%;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul {
    padding-left: 100px;
    list-style: none;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li {
    text-align: left;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li:before {
    margin-left: 10px;
    font-family: "font awesome 5 free" !important;
    content: "\f041";
    color: #ffbd03;
    font-size: 1em;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .nr-button-read a {
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    padding: 15px 100px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  .nr-front-page .nr-img-parallax .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .why-choose {
    padding: 50px 0px;
    background: #e5e9e8;
  }
  .nr-front-page .why-choose .container h3 {
    padding: 50px 0px 0px 0px;
    text-align: left;
    font-weight: bold;
    margin: 30px auto;
    font-size: 4em;
    font-family: "Trirong", serif;
    color: #ffbd03;
  }
  .nr-front-page .why-choose .container h3 span {
    font-size: 100%;
    color: #7d0065;
    opacity: 0.8;
  }
  .nr-front-page .why-choose .container .hr-line {
    margin-top: -7px;
    margin-bottom: 2rem;
    border: 0;
    border: 2px solid rgb(38, 222, 0);
    border-color: #7d0065;
    width: 50%;
    border-radius: 5px;
    height: 0 !important;
    opacity: 1;
    margin: auto;
  }
  .nr-front-page .why-choose .container p {
    font-size: 1rem;
    padding: 20px 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 {
    margin: auto 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose {
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items {
    display: grid;
    grid-template-columns: 1fr 6fr;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items h4 {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items p {
    font-size: 14px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why {
    margin: auto;
    top: 15px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a {
    padding: 10px 20px;
    background: #ffbd03;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a:hover {
    background: #ffffff;
    border: 1px solid #7d0065;
    border-radius: 40px;
    color: #7d0065;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .nr-why-us img {
    max-width: 100%;
    top: 50%;
  }
  .nr-front-page .nr-our-promise {
    background-image: url(webp/ollantaytambo.webp);
    padding: 100px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 {
    color: #ffffff;
    z-index: 1;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 ul li {
    list-style: none;
    line-height: 2em;
  }
  .nr-front-page .nr-our-promise .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #060606 100%);
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-seis-cualidades {
    background: #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-seis-cualidades .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box {
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 12px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img img {
    fill: #7d0065;
    z-index: 99;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img:before {
    content: "";
    position: absolute;
    border-radius: 5rem;
    width: 4rem;
    height: 4rem;
    left: -1rem;
    top: -1rem;
    border: 1px solid #f0f0f0;
    z-index: -999;
    background-color: rgba(125, 0, 101, 0.4);
    z-index: 1;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box p {
    font-size: 1em;
    text-align: justify;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .nr-front-page .nr-home-company .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-home-company .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-home-company .container .nr-box {
    padding: 1rem 1rem 1rem;
    border-radius: 3px;
    text-align: justify;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img {
    position: relative;
    text-align: center;
    /*&:before{
    	content: "";
        position: absolute;
        border-radius: 5rem;
        width: 4rem;
        height: 4rem;
        left: 5rem;
        top: -1rem;
        border: 1px solid #f0f0f0;
        z-index: -999;
        background-color: rgba(125,0, 101, 0.4);

    }	*/
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img img {
    fill: #7d0065;
  }
  .nr-front-page .nr-home-company .container .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
  }
  .nr-front-page .nr-home-company .container .nr-box p {
    font-size: 1em;
    box-shadow: 1px 1px 4px black;
    padding: 10px;
    border-radius: 5px;
  }
  .nr-front-page .nr-section-post {
    background: #f0f0f0;
  }
  .nr-front-page .nr-section-post .container .row {
    padding: 20px 0px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours {
    overflow: hidden;
    background: #f0f0f0;
    margin: 15px 0px;
    border-radius: 5px;
    border: 1px solid white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 {
    width: 70%;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 a {
    text-decoration: none;
    color: white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span {
    color: #ffffff;
    margin: 0px 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(1):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(2):before {
    font-family: "Font awesome 5 free";
    content: "\f007";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(3):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post:hover .nr-padre-tres-campos h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content {
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3:hover {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h4 {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content p {
    font-size: 0.9rem;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .price {
    font-weight: bold;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore {
    text-align: center;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a {
    padding: 5px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: #ffffff;
    background: #7d0065;
    box-shadow: 1px 1px 1px #636363;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a:hover {
    color: #7d0065;
    background: #ffffff;
    border: 1px solid #7d0065;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container {
    padding: 50px 0px 25px 0px;
    border-top: 2px solid #f0f0f0;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text {
    text-align: center;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h3 {
    color: #7d0065;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
  }
  .nr-front-page .nr-segundo-post .container .row {
    padding: 10px 0px;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours {
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0px;
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content {
    width: 70%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content span {
    color: #ffffff;
    font-size: 0.9em;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content span {
    color: #ffbd03;
  }
  .nr-front-page .nr-img-parallax {
    padding: 50px 0px 0px 0px;
    position: relative;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 {
    background-image: url(img/humantay.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container {
    position: relative;
    padding: 50px;
    z-index: 99;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text {
    text-align: center;
    padding: 50px 0px;
    color: white;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .main-icon img {
    height: 8%;
    width: 8%;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul {
    padding-left: 100px;
    list-style: none;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li {
    text-align: left;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li:before {
    margin-left: 10px;
    font-family: "font awesome 5 free" !important;
    content: "\f041";
    color: #ffbd03;
    font-size: 1em;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .nr-button-read a {
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    padding: 15px 100px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  .nr-front-page .nr-img-parallax .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .why-choose {
    padding: 50px 0px;
    background: #e5e9e8;
  }
  .nr-front-page .why-choose .container h3 {
    padding: 50px 0px 0px 0px;
    text-align: left;
    font-weight: bold;
    margin: 30px auto;
    font-size: 4em;
    font-family: "Trirong", serif;
    color: #ffbd03;
  }
  .nr-front-page .why-choose .container h3 span {
    font-size: 100%;
    color: #7d0065;
    opacity: 0.8;
  }
  .nr-front-page .why-choose .container .hr-line {
    margin-top: -7px;
    margin-bottom: 2rem;
    border: 0;
    border: 2px solid rgb(38, 222, 0);
    border-color: #7d0065;
    width: 50%;
    border-radius: 5px;
    height: 0 !important;
    opacity: 1;
    margin: auto;
  }
  .nr-front-page .why-choose .container p {
    font-size: 1rem;
    padding: 20px 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 {
    margin: auto 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose {
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items {
    display: grid;
    grid-template-columns: 1fr 6fr;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items h4 {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items p {
    font-size: 14px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why {
    margin: auto;
    top: 15px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a {
    padding: 10px 20px;
    background: #ffbd03;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a:hover {
    background: #ffffff;
    border: 1px solid #7d0065;
    border-radius: 40px;
    color: #7d0065;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .nr-why-us img {
    max-width: 100%;
    top: 50%;
  }
  .nr-front-page .nr-our-promise {
    background-image: url(webp/ollantaytambo.webp);
    padding: 100px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 {
    color: #ffffff;
    z-index: 1;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 ul li {
    list-style: none;
    line-height: 2em;
  }
  .nr-front-page .nr-our-promise .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #060606 100%);
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-seis-cualidades {
    background: #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-seis-cualidades .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box {
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 12px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img img {
    fill: #7d0065;
    z-index: 99;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img:before {
    content: "";
    position: absolute;
    border-radius: 5rem;
    width: 4rem;
    height: 4rem;
    left: -1rem;
    top: -1rem;
    border: 1px solid #f0f0f0;
    z-index: -999;
    background-color: rgba(125, 0, 101, 0.4);
    z-index: 1;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box p {
    font-size: 1em;
    text-align: justify;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .nr-front-page .nr-home-company .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-home-company .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-home-company .container .nr-box {
    padding: 1rem 1rem 1rem;
    border-radius: 3px;
    text-align: justify;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img {
    position: relative;
    text-align: center;
    /*&:before{
    	content: "";
        position: absolute;
        border-radius: 5rem;
        width: 4rem;
        height: 4rem;
        left: 5rem;
        top: -1rem;
        border: 1px solid #f0f0f0;
        z-index: -999;
        background-color: rgba(125,0, 101, 0.4);

    }	*/
  }
  .nr-front-page .nr-home-company .container .nr-box .nr-box-img img {
    fill: #7d0065;
  }
  .nr-front-page .nr-home-company .container .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
  }
  .nr-front-page .nr-home-company .container .nr-box p {
    font-size: 1em;
    box-shadow: 1px 1px 4px black;
    padding: 10px;
    border-radius: 5px;
  }
  .nr-front-page .nr-section-post {
    background: #f0f0f0;
  }
  .nr-front-page .nr-section-post .container .row {
    padding: 20px 0px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours {
    overflow: hidden;
    background: #f0f0f0;
    margin: 15px 0px;
    border-radius: 5px;
    border: 1px solid white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos {
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 {
    width: 70%;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos h3 a {
    text-decoration: none;
    color: white;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span {
    color: #ffffff;
    margin: 0px 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(1):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(2):before {
    font-family: "Font awesome 5 free";
    content: "\f007";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post .nr-padre-tres-campos .nr-tres-campos span:nth-child(3):before {
    font-family: "Font awesome 5 free";
    content: "\f073";
    margin-right: 5px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-img-post:hover .nr-padre-tres-campos h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content {
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h3:hover {
    color: #ffbd03;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content h4 {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    border-bottom: 1px solid black;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-post-content p {
    font-size: 0.9rem;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .price {
    font-weight: bold;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore {
    text-align: center;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a {
    padding: 5px 20px;
    border-radius: 15px;
    text-decoration: none;
    color: #ffffff;
    background: #7d0065;
    box-shadow: 1px 1px 1px #636363;
  }
  .nr-front-page .nr-section-post .container .row .nr-post-tours .nr-precio-readmore .readmore a:hover {
    color: #7d0065;
    background: #ffffff;
    border: 1px solid #7d0065;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container {
    padding: 50px 0px 25px 0px;
    border-top: 2px solid #f0f0f0;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text {
    text-align: center;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-wanderlust-machupicchu .container .nr-wanderlust-main-text h3 {
    color: #7d0065;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Mulish", sans-serif;
  }
  .nr-front-page .nr-segundo-post .container .row {
    padding: 10px 0px;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours {
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0px;
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post {
    position: relative;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-only-img a img {
    width: 100%;
    height: auto;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 35%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content {
    width: 70%;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 9;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 {
    font-size: 1.2em;
    font-weight: bold;
    font-family: "Playfair Display", serif;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content h3 a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours .nr-post-content span {
    color: #ffffff;
    font-size: 0.9em;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-img-post .nr-sombra {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content h3 a {
    color: #ffbd03;
  }
  .nr-front-page .nr-segundo-post .container .row .nr-post-tours:hover .nr-post-content span {
    color: #ffbd03;
  }
  .nr-front-page .nr-img-parallax {
    padding: 50px 0px 0px 0px;
    position: relative;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 {
    background-image: url(img/humantay.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container {
    position: relative;
    padding: 50px;
    z-index: 99;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text {
    text-align: center;
    padding: 50px 0px;
    color: white;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .main-icon img {
    height: 8%;
    width: 8%;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2 {
    padding: 10px 0px 0px 0px;
    font-weight: bold;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text h2:before {
    width: 6rem;
    height: 4px;
    left: calc(50% - 3rem);
    content: "";
    position: absolute;
    border-radius: 2px;
    background-color: #ff6600;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul {
    padding-left: 100px;
    list-style: none;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li {
    text-align: left;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text ul li:before {
    margin-left: 10px;
    font-family: "font awesome 5 free" !important;
    content: "\f041";
    color: #ffbd03;
    font-size: 1em;
  }
  .nr-front-page .nr-img-parallax .fondo-black-1 .fondo-black .container .nr-wanderlust-main-text .nr-button-read a {
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    padding: 15px 100px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }
  .nr-front-page .nr-img-parallax .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65%, #060606 100%);
    z-index: 1;
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .why-choose {
    padding: 50px 0px;
    background: #e5e9e8;
  }
  .nr-front-page .why-choose .container h3 {
    padding: 50px 0px 0px 0px;
    text-align: left;
    font-weight: bold;
    margin: 30px auto;
    font-size: 4em;
    font-family: "Trirong", serif;
    color: #ffbd03;
  }
  .nr-front-page .why-choose .container h3 span {
    font-size: 100%;
    color: #7d0065;
    opacity: 0.8;
  }
  .nr-front-page .why-choose .container .hr-line {
    margin-top: -7px;
    margin-bottom: 2rem;
    border: 0;
    border: 2px solid rgb(38, 222, 0);
    border-color: #7d0065;
    width: 50%;
    border-radius: 5px;
    height: 0 !important;
    opacity: 1;
    margin: auto;
  }
  .nr-front-page .why-choose .container p {
    font-size: 1rem;
    padding: 20px 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 {
    margin: auto 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose {
    display: flex;
    flex-wrap: wrap;
    margin: 50px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items {
    display: grid;
    grid-template-columns: 1fr 6fr;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items h4 {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items p {
    font-size: 14px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .items hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose hr {
    border-top: 1px solid rgb(0, 0, 0);
    margin: 1rem 0px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why {
    margin: auto;
    top: 15px;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a {
    padding: 10px 20px;
    background: #ffbd03;
    border-radius: 40px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .col-lg-8 .items-why-choose .nr-botton-why a:hover {
    background: #ffffff;
    border: 1px solid #7d0065;
    border-radius: 40px;
    color: #7d0065;
    font-weight: bold;
  }
  .nr-front-page .why-choose .container .nr-why-us img {
    max-width: 100%;
    top: 50%;
  }
  .nr-front-page .nr-our-promise {
    background-image: url(webp/ollantaytambo.webp);
    padding: 100px 0px;
    position: relative;
    background-size: cover;
    background-position: center;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 {
    color: #ffffff;
    z-index: 1;
  }
  .nr-front-page .nr-our-promise .container .col-lg-6 ul li {
    list-style: none;
    line-height: 2em;
  }
  .nr-front-page .nr-our-promise .nr-sombra-parallax {
    position: absolute;
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #060606 100%);
    width: 100%;
    bottom: 0;
    height: 100%;
  }
  .nr-front-page .nr-seis-cualidades {
    background: #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container {
    padding: 50px 0px 25px 0px;
  }
  .nr-front-page .nr-seis-cualidades .container .row h2 {
    text-align: center;
    font-weight: bold;
    margin: 30px auto;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box {
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 12px;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img img {
    fill: #7d0065;
    z-index: 99;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box .nr-box-img:before {
    content: "";
    position: absolute;
    border-radius: 5rem;
    width: 4rem;
    height: 4rem;
    left: -1rem;
    top: -1rem;
    border: 1px solid #f0f0f0;
    z-index: -999;
    background-color: rgba(125, 0, 101, 0.4);
    z-index: 1;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box h4 {
    color: #4cb100;
    font-weight: bold;
  }
  .nr-front-page .nr-seis-cualidades .container .row .nr-tree-cualidades .nr-box p {
    font-size: 1em;
    text-align: justify;
  }
}
@media only screen and (max-width: 767px) {
  .nr-single-page-wanderlust h1 {
    font-size: 1.5em;
    color: #4cb100;
    font-family: "Playfair Display", serif;
  }
  .nr-single-page-wanderlust h3 {
    font-weight: bold;
    color: #4cb100;
    font-size: 1.2em;
    margin-left: -10px;
  }
  .nr-single-page-wanderlust h3:before {
    margin-right: 15px;
    font-family: "FontAwesome" !important;
    content: "\f3c5";
    font-size: 20px;
    color: #7d0065;
  }
  .nr-single-page-wanderlust h4 {
    margin-left: 0px;
    color: #ffbd03;
    font-size: 1em;
  }
  .nr-single-page-wanderlust h4:before {
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 0.8em;
    content: "\f21d";
    color: #7d0065;
  }
  .nr-single-page-wanderlust p {
    margin-left: 5px;
    font-size: 1em;
  }
  .nr-single-page-wanderlust ul {
    margin-left: 10px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content {
    overflow: hidden;
    position: relative;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-img-background img {
    width: 100%;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title {
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 20px 20px 0px 20px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title h1 {
    text-align: left;
    color: #ffffff;
    padding: 0 0;
    text-shadow: 1px 1px 2px black;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .price-tours {
    font-size: 0.9em;
    padding: 8px;
    border-radius: 10px;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .price-tours span {
    font-size: 1.2em;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .wrapper {
    display: inline-block !important;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .wrapper .icon .toltip {
    opacity: 0;
    pointer-events: none;
    background: #ffffff;
    padding: 5px;
    font-size: 12px;
    border-radius: 10px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .wrapper .icon span i {
    font-size: 20px;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .wrapper .icon:hover .toltip {
    opacity: 1;
    pointer-events: auto;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons {
    margin-top: 10px;
    display: none;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-breadcrumbs {
    background: #7d0065;
    color: #ffffff;
    font-size: 0.8em;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-breadcrumbs .container a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-information-tour {
    scroll-behavior: smooth;
    position: relative;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-trip-video p {
    text-align: center;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-trip-video p img {
    width: 50%;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .btn-video {
    width: 25%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu {
    display: none !important;
    position: sticky;
    top: 0px;
    background: #ffffff;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul {
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li {
    list-style: none;
    text-decoration: none;
    padding: 15px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li a {
    color: #4cb100;
    font-weight: 500;
    padding: 14px;
    text-decoration: none;
    font-size: 1em;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li a:active {
    border-bottom: 0.4rem solid #3278ae;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li a:hover {
    text-decoration: none;
    padding: 14px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li:hover {
    border-bottom: 0.2rem solid #3278ae;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details {
    border-radius: 10px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item {
    scroll-margin-top: 7ex;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item ul li {
    list-style: none;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item ul li:before {
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 1.2em;
    content: "\f058";
    color: #7d0065;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .icono-tours-relacionados .elementor-widget-container .elementor-icon {
    display: inline-block; /* ajusta al tamaño del svg */
    border-bottom: 4px solid #ffbd03; /* subrayado */
    padding-bottom: 3px; /* espacio entre svg y subrayado */
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .icono-tours-relacionados .elementor-widget-container .elementor-icon svg path {
    color: #636363;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card {
    background: transparent;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body {
    padding: 10px;
    background: #fafafa;
    border-radius: 0px 0px 10px 10px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body h2 {
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body h2 a {
    color: #636363;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .nr-single-page-wanderlust h1 {
    font-size: 1.5em;
    color: #4cb100;
  }
  .nr-single-page-wanderlust h3 {
    font-weight: bold;
    color: #4cb100;
    font-size: 1.2em;
    margin-left: -10px;
  }
  .nr-single-page-wanderlust h3:before {
    margin-right: 15px;
    font-family: "FontAwesome" !important;
    content: "\f3c5";
    font-size: 20px;
    color: #7d0065;
  }
  .nr-single-page-wanderlust h4 {
    margin-left: 0px;
    color: #7d0065;
    font-size: 1em;
  }
  .nr-single-page-wanderlust h4:before {
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 1em;
    content: "\f21d";
    color: #7d0065;
  }
  .nr-single-page-wanderlust p {
    margin-left: 5px;
    font-size: 1em;
  }
  .nr-single-page-wanderlust ul {
    margin-left: 10px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content {
    overflow: hidden;
    position: relative;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-img-background img {
    width: 100%;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title {
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 20px 20px 0px 20px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title h1 {
    text-align: left;
    color: #ffffff;
    padding: 0 0;
    text-shadow: 1px 1px 2px black;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .price-tours {
    font-size: 0.9em;
    padding: 8px;
    border-radius: 10px;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .price-tours span {
    font-size: 1.2em;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .wrapper {
    display: inline-block !important;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .wrapper .icon .toltip {
    opacity: 0;
    pointer-events: none;
    background: #ffffff;
    padding: 5px;
    font-size: 12px;
    border-radius: 10px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .wrapper .icon span i {
    font-size: 20px;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .wrapper .icon:hover .toltip {
    opacity: 1;
    pointer-events: auto;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons .nr-box {
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    background: #ffbd03;
    border-radius: 5px;
    border-radius: 10px;
    border: 1px solid #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons .nr-box i {
    font-weight: bold;
    font-size: 1em;
    font-style: normal;
    position: relative;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons .nr-box:hover {
    background: #ffffff;
    padding: 0.6em 0;
    border: 1px solid #7d0065;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons .nr-box:hover i {
    color: #7d0065;
    font-size: 1.5em;
    top: 3px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-breadcrumbs {
    background: #7d0065;
    color: #ffffff;
    font-size: 0.8em;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-breadcrumbs .container a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-information-tour {
    scroll-behavior: smooth;
    position: relative;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-trip-video p {
    text-align: center;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-trip-video p img {
    width: 50%;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .btn-video {
    width: 25%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu {
    display: none !important;
    position: sticky;
    top: 0px;
    background: #ffffff;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul {
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li {
    list-style: none;
    text-decoration: none;
    padding: 15px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li a {
    color: #4cb100;
    font-weight: 500;
    padding: 14px;
    text-decoration: none;
    font-size: 1em;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li a:active {
    border-bottom: 0.4rem solid #3278ae;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li a:hover {
    text-decoration: none;
    padding: 14px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li:hover {
    border-bottom: 0.2rem solid #3278ae;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details {
    border-radius: 10px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item {
    scroll-margin-top: 7ex;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item ul li {
    list-style: none;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item ul li:before {
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 1.2em;
    content: "\f058";
    color: #7d0065;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .icono-tours-relacionados .elementor-widget-container .elementor-icon {
    display: inline-block; /* ajusta al tamaño del svg */
    border-bottom: 4px solid #ffbd03; /* subrayado */
    padding-bottom: 3px; /* espacio entre svg y subrayado */
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .icono-tours-relacionados .elementor-widget-container .elementor-icon svg path {
    color: #636363;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card {
    background: transparent;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body {
    padding: 10px;
    background: #fafafa;
    border-radius: 0px 0px 10px 10px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body h2 {
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body h2 a {
    color: #636363;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .nr-single-page-wanderlust h1 {
    font-size: 2em;
    color: #0070ba;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6784313725);
  }
  .nr-single-page-wanderlust h3 {
    font-weight: 900;
    color: #0070ba;
    font-size: 24px;
  }
  .nr-single-page-wanderlust h3:before {
    margin-right: 15px;
    font-family: "FontAwesome" !important;
    content: "\f3c5";
    font-size: 20px;
    color: #7d0065;
  }
  .nr-single-page-wanderlust h3:hover {
    color: #7d0065;
  }
  .nr-single-page-wanderlust h4 {
    margin-left: 20px;
    color: #0070ba;
    font-size: 1.2em;
  }
  .nr-single-page-wanderlust h4:before {
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 1em;
    content: "\f21d";
    color: #7d0065;
  }
  .nr-single-page-wanderlust p {
    margin-left: 40px;
    font-size: 16px;
    color: #636363;
  }
  .nr-single-page-wanderlust ul {
    margin-left: 15px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content {
    overflow: hidden;
    position: relative;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-img-background img {
    width: 100%;
    filter: brightness(70%); /* reduce la iluminación */
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title {
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 20px 20px 0px 20px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title h1 {
    font-size: 3rem;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    padding: 0.5em 0;
    text-shadow: 1px 1px 2px black;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .price-tours {
    font-weight: bold;
    font-size: 1em;
    padding: 15px;
    border-radius: 20px;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .price-tours span {
    font-size: 2em;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons .nr-box {
    text-align: center;
    display: inline-block;
    width: 200px;
    background: #ffbd03;
    border-radius: 5px;
    padding: 0.6em 0;
    border-radius: 20px;
    border: 3px solid #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons .nr-box i {
    font-weight: bold;
    font-size: 1.5em;
    font-style: normal;
    position: relative;
    top: 3px;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons .nr-box:hover {
    background: #ffffff;
    padding: 0.6em 0;
    border: 3px solid #7d0065;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-content .nr-title .nr-buttons .nr-box:hover i {
    color: #7d0065;
    font-size: 1.5em;
    top: 3px;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-breadcrumbs {
    background: #7d0065;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-breadcrumbs .container {
    color: #ffbd03;
  }
  .nr-single-page-wanderlust .nr-single-wanderlust .nr-breadcrumbs .container a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-single-page-wanderlust .nr-information-tour {
    scroll-behavior: smooth;
    position: relative;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-trip-video p {
    text-align: center;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-trip-video p img {
    width: 50%;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .btn-video {
    width: 25%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu {
    display: block !important;
    position: sticky;
    top: 0px;
    background: #ffffff;
    box-shadow: 0px 2px 0px black;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul {
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    margin: 0px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li {
    list-style: none;
    text-decoration: none;
    padding: 10px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li a {
    color: #ffbd03;
    font-weight: 700;
    padding: 14px;
    text-decoration: none;
    font-size: 1.1em;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li a:hover {
    text-decoration: none;
    padding: 14px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .menu ul li:hover {
    background: #f5f5f5;
    color: #7d0065;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details {
    border-radius: 10px;
    padding: 1.4em;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item {
    scroll-margin-top: 7ex;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item ul li {
    list-style: none;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .row .nr-menu-tours .nr-information-details .item ul li:before {
    margin-right: 10px;
    font-family: "FontAwesome";
    font-size: 1.2em;
    content: "\f058";
    color: #7d0065;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .icono-tours-relacionados .elementor-widget-container .elementor-icon {
    display: inline-block; /* ajusta al tamaño del svg */
    border-bottom: 4px solid #ffbd03; /* subrayado */
    padding-bottom: 3px; /* espacio entre svg y subrayado */
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .icono-tours-relacionados .elementor-widget-container .elementor-icon svg path {
    color: #636363;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card {
    background: transparent;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body {
    padding: 10px;
    background: #fafafa;
    border-radius: 0px 0px 10px 10px;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body h2 {
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
  }
  .nr-single-page-wanderlust .nr-information-tour .container .nr-post-single .elementor-widget-elementskit-blog-posts .elementskit-post-image-card .elementskit-post-body h2 a {
    color: #636363;
  }
  h2 {
    font-size: 30px !important;
    font-family: "Poppins", sans-serif !important;
    color: #000 !important;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
.formulario-contacto {
  padding: 10px;
  border: 2px solid #0f0f0f;
  border-radius: 3%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.formulario-contacto .wpcf7 .wpcf7-form p label span input {
  width: 100%;
}
.formulario-contacto .wpcf7 .wpcf7-form p label span textarea {
  width: 100%;
}
.formulario-contacto .wpcf7 p input[type=submit] {
  border-radius: 5px 5px 5px 5px;
  color: #ffffff;
  background-color: #00A400;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-style: solid;
  width: 180px;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
  .formulario-contacto {
    padding: 10px;
    border: 2px solid #0f0f0f;
    border-radius: 3%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-size: 20px;
  }
  .formulario-contacto .wpcf7 .wpcf7-form p label span input {
    width: 100%;
  }
  .formulario-contacto .wpcf7 .wpcf7-form p label span textarea {
    width: 100%;
  }
  .formulario-contacto .wpcf7 p input[type=submit] {
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    background-color: #00A400;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    width: 180px;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  .formulario-contacto {
    padding: 10px;
    border: 2px solid #0f0f0f;
    border-radius: 3%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    font-size: 20px;
  }
  .formulario-contacto .wpcf7 .wpcf7-form p label span input {
    width: 100%;
  }
  .formulario-contacto .wpcf7 .wpcf7-form p label span textarea {
    width: 100%;
  }
  .formulario-contacto .wpcf7 p input[type=submit] {
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    background-color: #00A400;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-style: solid;
    width: 180px;
  }
}
.nr-section-categories h1 {
  text-align: center;
}
.nr-section-categories .all-informacion {
  border: 1px solid #828282;
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0px;
  overflow: hidden;
}
.nr-section-categories .all-informacion .img-category {
  position: relative;
  padding: 0px;
}
.nr-section-categories .all-informacion .img-category .tag-categoria {
  position: absolute;
  background: #ffbd03;
  right: 0px;
}
.nr-section-categories .all-informacion .img-category .tag-categoria ul {
  padding: 0px;
  margin-bottom: 0px;
}
.nr-section-categories .all-informacion .img-category .tag-categoria ul li {
  list-style: none;
}
.nr-section-categories .all-informacion .img-category .tag-categoria ul li a {
  text-decoration: none;
  color: #ffffff;
}
.nr-section-categories .all-informacion .img-category img {
  width: 100%;
}
.nr-section-categories .all-informacion .info-category {
  margin: 10px;
}
.nr-section-categories .all-informacion .info-category span {
  text-decoration: none;
  margin-right: 20px;
}
.nr-section-categories .all-informacion .info-category span ul {
  padding: 0px;
}
.nr-section-categories .all-informacion .info-category span ul li {
  list-style: none;
}
.nr-section-categories .all-informacion .info-category span ul li a {
  text-decoration: none;
  color: #7d0065;
}
.nr-section-categories .all-informacion .info-category .top-title .row {
  border-bottom: 1px dashed #f0f0f0;
}
.nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 h3 {
  text-align: justify;
  font-size: 1em;
  font-weight: bold;
}
.nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 h3 a {
  text-decoration: none;
  color: green;
  font-size: 1.5em;
}
.nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 .nr-resumen {
  font-size: 0.9em;
}
.nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 {
  overflow: hidden;
}
.nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 ul {
  display: flex;
  justify-content: flex-start;
}
.nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 ul li {
  list-style: none;
  color: #ffbd03;
  font-size: 1.5em;
}
.nr-section-categories .all-informacion .info-category .button-title {
  margin-top: 20px;
}
.nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 {
  display: flex;
  justify-content: flex-start;
}
.nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 a {
  padding: 10px 20px;
  text-decoration: none;
  background: #7d0065;
  border-radius: 10px;
  color: #ffffff;
  margin-right: 10px;
  width: 50%;
  text-align: center;
  font-weight: bold;
}
.nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 a:hover {
  background: #ffffff;
  color: #7d0065;
  font-weight: bold;
  border: 1px solid #7d0065;
}
.nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 span {
  color: #636363;
}
.nr-section-categories .related-tours h2 {
  text-align: center;
  padding: 4px 8px;
  color: #7d0065 !important;
  font-weight: bold;
}
.nr-section-categories .related-tours .row .col-md-3 a {
  text-decoration: none;
}
.nr-section-categories .related-tours .row .col-md-3 a h3 {
  text-align: center;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
  background: #fafafa;
  border-radius: 0px 0px 10px 10px;
  color: #636363;
  transition: transform 0.3s ease, color 0.3s ease;
}
.nr-section-categories .related-tours .row .col-md-3 a h3:hover {
  color: #ffbd03;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .nr-section-categories h1 {
    text-align: center;
  }
  .nr-section-categories .all-informacion {
    display: flex;
    border: 1px solid #828282;
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    overflow: hidden;
  }
  .nr-section-categories .all-informacion .img-category {
    position: relative;
    padding: 0px;
  }
  .nr-section-categories .all-informacion .img-category .tag-categoria {
    position: absolute;
    background: #ffbd03;
    right: 0px;
  }
  .nr-section-categories .all-informacion .img-category .tag-categoria ul {
    padding: 0px;
    margin-bottom: 0px;
  }
  .nr-section-categories .all-informacion .img-category .tag-categoria ul li {
    list-style: none;
  }
  .nr-section-categories .all-informacion .img-category .tag-categoria ul li a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-section-categories .all-informacion .img-category img {
    width: 100%;
  }
  .nr-section-categories .all-informacion .info-category {
    margin: 10px;
  }
  .nr-section-categories .all-informacion .info-category span {
    text-decoration: none;
    margin-right: 20px;
  }
  .nr-section-categories .all-informacion .info-category span ul {
    padding: 0px;
  }
  .nr-section-categories .all-informacion .info-category span ul li {
    list-style: none;
  }
  .nr-section-categories .all-informacion .info-category span ul li a {
    text-decoration: none;
    color: #7d0065;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row {
    border-bottom: 1px dashed #f0f0f0;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 h3 {
    text-align: justify;
    font-size: 1em;
    font-weight: bold;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 h3 a {
    text-decoration: none;
    color: green;
    font-size: 1.5em;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 .nr-resumen {
    font-size: 0.9em;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 {
    overflow: hidden;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 ul {
    display: flex;
    justify-content: flex-start;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 ul li {
    list-style: none;
    color: #ffbd03;
    font-size: 1.5em;
  }
  .nr-section-categories .all-informacion .info-category .button-title {
    margin-top: 20px;
  }
  .nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 {
    display: flex;
    justify-content: flex-start;
  }
  .nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 a {
    padding: 10px 20px;
    text-decoration: none;
    background: #7d0065;
    border-radius: 10px;
    color: #ffffff;
    margin-right: 10px;
    width: 50%;
    text-align: center;
    font-weight: bold;
  }
  .nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 a:hover {
    background: #ffffff;
    color: #7d0065;
    font-weight: bold;
    border: 1px solid #7d0065;
  }
  .nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 span {
    color: #636363;
  }
  .nr-section-categories .related-tours h2 {
    text-align: center;
    padding: 4px 8px;
    color: #7d0065 !important;
    font-weight: bold;
  }
  .nr-section-categories .related-tours .row .col-md-3 a {
    text-decoration: none;
  }
  .nr-section-categories .related-tours .row .col-md-3 a h3 {
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    background: #fafafa;
    border-radius: 0px 0px 10px 10px;
    color: #636363;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  .nr-section-categories .related-tours .row .col-md-3 a h3:hover {
    color: #ffbd03;
    transform: scale(1.05);
  }
}
@media (min-width: 992px) {
  .nr-section-categories h1 {
    text-align: center;
  }
  .nr-section-categories .all-informacion {
    display: flex;
    border: 1px solid #828282;
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
    overflow: hidden;
  }
  .nr-section-categories .all-informacion .img-category {
    position: relative;
    padding: 0px;
  }
  .nr-section-categories .all-informacion .img-category .tag-categoria {
    position: absolute;
    background: #ffbd03;
    right: 0px;
  }
  .nr-section-categories .all-informacion .img-category .tag-categoria ul {
    padding: 0px;
    margin-bottom: 0px;
  }
  .nr-section-categories .all-informacion .img-category .tag-categoria ul li {
    list-style: none;
  }
  .nr-section-categories .all-informacion .img-category .tag-categoria ul li a {
    text-decoration: none;
    color: #ffffff;
  }
  .nr-section-categories .all-informacion .img-category img {
    width: 100%;
  }
  .nr-section-categories .all-informacion .info-category {
    margin: 10px;
  }
  .nr-section-categories .all-informacion .info-category span {
    text-decoration: none;
    margin-right: 20px;
  }
  .nr-section-categories .all-informacion .info-category span ul {
    padding: 0px;
  }
  .nr-section-categories .all-informacion .info-category span ul li {
    list-style: none;
  }
  .nr-section-categories .all-informacion .info-category span ul li a {
    text-decoration: none;
    color: #7d0065;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row {
    border-bottom: 1px dashed #f0f0f0;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 h3 {
    text-align: justify;
    font-size: 1em;
    font-weight: bold;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 h3 a {
    text-decoration: none;
    color: green;
    font-size: 1.5em;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-9 .nr-resumen {
    font-size: 0.9em;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 {
    overflow: hidden;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 ul {
    display: flex;
    justify-content: flex-start;
  }
  .nr-section-categories .all-informacion .info-category .top-title .row .col-md-3 ul li {
    list-style: none;
    color: #ffbd03;
    font-size: 1.5em;
  }
  .nr-section-categories .all-informacion .info-category .button-title {
    margin-top: 20px;
  }
  .nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 {
    display: flex;
    justify-content: flex-start;
  }
  .nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 a {
    padding: 10px 20px;
    text-decoration: none;
    background: #7d0065;
    border-radius: 10px;
    color: #ffffff;
    margin-right: 10px;
    width: 50%;
    text-align: center;
    font-weight: bold;
  }
  .nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 a:hover {
    background: #ffffff;
    color: #7d0065;
    font-weight: bold;
    border: 1px solid #7d0065;
  }
  .nr-section-categories .all-informacion .info-category .button-title .row .col-md-6 span {
    color: #636363;
  }
  .nr-section-categories .related-tours h2 {
    text-align: center;
    padding: 4px 8px;
    color: #7d0065 !important;
    font-weight: bold;
  }
  .nr-section-categories .related-tours .row .col-md-3 a {
    text-decoration: none;
  }
  .nr-section-categories .related-tours .row .col-md-3 a h3 {
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    background: #fafafa;
    border-radius: 0px 0px 10px 10px;
    color: #636363;
    transition: transform 0.3s ease, color 0.3s ease;
  }
  .nr-section-categories .related-tours .row .col-md-3 a h3:hover {
    color: #ffbd03;
    transform: scale(1.05);
  }
}
.nr-contact-us {
  background: #f0f0f0;
}
.nr-contact-us .container {
  padding: 20px 0px;
}
.nr-contact-us .container .row h2 {
  text-align: center !important;
  top: 50%;
  left: 45%;
  color: #ffbd03;
  text-shadow: 1px 1px 1px #828282;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
}
.nr-contact-us .container .row span {
  color: #636363;
  font-family: "Mulish", sans-serif;
}
.nr-contact-us .container .row img {
  width: 100%;
  height: auto;
}
.nr-contact-us .container .row .wpcf7-form {
  background: #ffffff;
  padding: 25px;
}
.nr-contact-us .container .row .wpcf7-form .wpcf7-submit {
  background: #7d0065;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #4cb100;
}
.nr-contact-us .container .row .wpcf7-form .wpcf7-submit:hover {
  background: #ffbd03;
  color: #636363;
  font-weight: bold;
  border: 1px solid #4cb100;
}

.nr-img-book-now {
  background: pink;
  position: relative;
}
.nr-img-book-now img {
  width: 100%;
  height: 100%;
}
.nr-img-book-now h2 {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 45%;
  color: #ffbd03;
  text-shadow: 1px 1px 1px #828282;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
}
.nr-img-book-now span {
  position: absolute;
  top: 60%;
  left: 45%;
  color: #ffffff;
  text-shadow: 1px 1px 1px #828282;
  font-family: "Mulish", sans-serif;
}

.nr-breadcrumbs .container {
  top: -30px;
  color: #ffbd03;
}
.nr-breadcrumbs .container a {
  color: #ffbd03;
  text-decoration: none;
}

.nr-book-your-trip .nr-title-book-your {
  text-align: center;
}
.nr-book-your-trip .nr-title-book-your h1 {
  color: #7d0065;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.nr-book-your-trip .nr-title-book-your h1 span {
  color: #ffbd03;
}
.nr-book-your-trip .nr-title-book-your hr {
  margin-top: -7px;
  margin-bottom: 1.5rem;
  margin: auto;
  border: 0;
  border: 3px solid rgb(38, 222, 0);
  border-color: var(--brandcolor);
  width: 15%;
  border-radius: 5px;
  height: 0 !important;
}
.nr-book-your-trip p {
  margin: 50px auto;
  font-size: 15px;
}
.nr-book-your-trip .nr-tree-icon {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.nr-book-your-trip .nr-tree-icon .nr-box {
  padding: 15px 10px;
  border-radius: 5px;
  text-align: center;
  background: #f0f0f0;
}
.nr-book-your-trip .nr-tree-icon .nr-box .nr-box-number {
  width: 50px;
  height: 50px;
  margin: 10px auto;
  background: #7d0065;
  color: #fff;
  border-radius: 50%;
  padding: 12px;
}
.nr-book-your-trip .nr-tree-icon .nr-box h4 {
  color: #4cb100;
  font-weight: bold;
}
.nr-book-your-trip .nr-tree-icon .nr-box p {
  margin: 15px auto;
}
.nr-book-your-trip .nr-tree-icon .nr-box .nr-box-img {
  position: relative;
  /*&:before{
  	content: "";
      position: absolute;
      border-radius: 3rem;
      width: 3rem;
      height: 3rem;
      top: -1rem;
      background-color: rgba(50, 255, 0, 0.4);
      z-index: -1;
  }		*/
}
.nr-book-your-trip .nr-tree-icon .nr-box .nr-box-img img {
  height: 20%;
  width: 20%;
  fill: #7d0065;
}

.nr-form-book {
  margin: 25px auto;
}
.nr-form-book h1 {
  text-align: center;
}
.nr-form-book .nr-tree-tabs {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  position: relative;
  height: 2400px;
}
.nr-form-book .nr-tree-tabs .nr-label {
  background: #7d0065;
  display: flex;
  justify-content: space-evenly;
}
.nr-form-book .nr-tree-tabs .nr-label label {
  display: inline-block;
  padding: 20px;
  color: white;
  cursor: pointer;
  transition: all 400ms ease;
}
.nr-form-book .nr-tree-tabs .nr-label label:hover {
  background: #ffbd03;
}
.nr-form-book .nr-tree-tabs .nr-label label:after {
  position: absolute;
  content: " ";
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-right: 24px solid transparent;
  border-left: 24px solid yellow;
}
.nr-form-book .nr-tree-tabs .nr-label label:checked {
  background: pink;
}
.nr-form-book .nr-tree-tabs .nr-conten #radio01, .nr-form-book .nr-tree-tabs .nr-conten #radio02, .nr-form-book .nr-tree-tabs .nr-conten #radio03, .nr-form-book .nr-tree-tabs .nr-conten #radio04 {
  display: none;
}
.nr-form-book .nr-tree-tabs .nr-conten div {
  position: absolute;
  line-height: 1.8;
  transition: all 600ms ease;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  padding: 30px;
  background: #FFF;
  padding-bottom: 40px;
  /*&:after{
  	position:absolute;
  	content:" ";
  	border-top: 24px solid transparent;
  	border-bottom: 24px solid yellow;
  	border-right: 24px solid transparent;
  	border-left: 24px solid transparent;
  	bottom: 100%;
  }*/
}
.nr-form-book .nr-tree-tabs .nr-conten #radio01:checked ~ .tab1 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.nr-form-book .nr-tree-tabs .nr-conten #radio01:checked ~ .tab1 .wpcf7 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.nr-form-book .nr-tree-tabs .nr-conten #radio02:checked ~ .tab2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.nr-form-book .nr-tree-tabs .nr-conten #radio02:checked ~ .tab2 .wpcf7 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.nr-form-book .nr-tree-tabs .nr-conten #radio03:checked ~ .tab3 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.wanderlust {
  background: black;
}
.wanderlust .page-404 {
  background-color: black;
}
.wanderlust .page-404 .error-404 .page-title {
  padding-top: 50px;
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffbd03;
}
.wanderlust .page-404 .error-404 .div-parrafo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wanderlust .page-404 .error-404 .div-parrafo p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #ffffff;
}
.wanderlust .page-404 .error-404 .div-parrafo .btn-primary {
  box-sizing: border-box;
  line-height: 80px;
  font-size: 22px;
  text-align: center;
  width: 200px;
  color: #555;
  cursor: pointer;
  margin: 0 8px;
  height: 80px;
  border-color: #f2f2f2;
  border-style: solid;
  text-shadow: 0 0.5px 1px #777, 0 2px 6px #f2f2f2;
  border-width: 1px;
  border-radius: 10px;
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #D2D2D2 80%, #c0c0c0 100%);
  font-family: sans-serif;
  display: inline-block;
  transition: box-shadow 0.3s ease, transform 0.15s ease;
  box-shadow: 0 0 1px #888, 0 1px 0 #fff, 0 6px 0 #C0C0C0, 0 8px 17px rgba(68, 68, 68, 0.4), 2px 1px 4px rgba(68, 68, 68, 0.25), -2px 1px 4px rgba(68, 68, 68, 0.25), 0 9px 16px rgba(68, 68, 68, 0.1);
}
.wanderlust .page-404 .error-404 .div-parrafo .btn-primary:hover, .wanderlust .page-404 .error-404 .div-parrafo .btn-primary:focus {
  box-shadow: 0 0 1px #888, 0 1px 0 #fff, 0 4px 0 #C0C0C0, 0 2px 35px rgba(68, 68, 68, 0.3), 2px 2px 4px rgba(68, 68, 68, 0.25), -2px 2px 4px rgba(68, 68, 68, 0.25), 0 7px 4px rgba(68, 68, 68, 0.1);
  transform: translateY(2px);
}
.wanderlust .page-404 .error-404 .div-parrafo .btn-primary:active {
  box-shadow: 0 0 1px #888, 0 1px 0 #fff, 0 0 0 #C0C0C0, 0 0px 30px rgba(68, 68, 68, 0.15), 2px 2px 4px rgba(68, 68, 68, 0.25), -2px 2px 4px rgba(68, 68, 68, 0.25), 0 0px 4px rgba(68, 68, 68, 0.25);
  transform: translateY(4px);
}
.wanderlust .page-404 .error-404 .wrapper {
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wanderlust .page-404 .error-404 .wrapper:focus {
  outline: 0;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card {
  background: white;
  width: 300px;
  display: inline-block;
  margin: auto;
  border-radius: 10px;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
  z-index: 9999;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__image {
  position: relative;
  height: 230px;
  margin-bottom: 35px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-image: url("<?php echo the_post_thumbnail();?>");
  overflow: hidden;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__image img {
  object-fit: cover;
}
.wanderlust .page-404 .error-404 .wrapper .img-sin-fondo {
  width: 100%;
  position: absolute;
  top: -30px;
  right: -70px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__level {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__level--barbarian {
  color: #ffbd03;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-name {
  font-size: 26px;
  color: black;
  font-weight: 900;
  margin-bottom: 5px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-name a {
  text-decoration: none;
  color: black !important;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-name a:hover {
  color: #4cb100 !important;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-description {
  padding: 20px;
  margin-bottom: 10px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-stats--barbarian {
  background: #4cb100;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-stats--barbarian .one-third {
  border-right: 1px solid #f0f0f0;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-stats {
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-stats .one-third {
  width: 33%;
  float: left;
  padding: 20px 15px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-stats sup {
  position: absolute;
  bottom: 4px;
  font-size: 45%;
  margin-left: 2px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-stats .stat {
  position: relative;
  font-size: 24px;
  margin-bottom: 10px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-stats .stat-value {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.wanderlust .page-404 .error-404 .wrapper .clash-card__unit-stats .no-border {
  border-right: none;
}
.wanderlust .page-404 .error-404 .wrapper .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.wanderlust .page-404 .error-404 .wrapper .slick-prev {
  left: 100px;
  z-index: 999;
}
.wanderlust .page-404 .error-404 .wrapper .slick-next {
  right: 100px;
  z-index: 999;
}

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