@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@430;820&family=Work+Sans:wght@420;650&display=swap');

/* General Styles */
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: 'Work Sans', sans-serif;
}

/**{
  font-family: 'Work Sans', sans-serif;
}*/

h1,
h2,
h3,
h1 span,
h2 span,
h3 span {
  font-family: 'Playfair Display', serif;
}

h1,
h2 {
  font-weight: 800;
}

h4 {
  font-size: 1.3rem;
  font-weight: 650;
}

h5 {
  font-size: 1.35rem;
}

p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 1.5rem;
}

a {
  color: inherit;
}

a:hover {
  color: #739670;
  border-color: #739670;
  text-decoration: none;
}

header {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.mobile {
  display: none;
}

.note {
  margin: 0.5rem 15px 1rem 15px;
  padding: 20px;
  background: #f3f0f0;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  font-style: italic;
}

.btn-radius {
  padding: 10px 20px;
  border-radius: 6px;
  transition: 0.3s;
}

.bottom-banner {
  position: fixed;
  bottom: 0;
  z-index: 55;
  text-align: center;
  letter-spacing: -0.5px;
  width: 100%;
  padding: 15px;
  background: rgba(240, 240, 240, 0.95);
  font-size: 1.2em;
  color: #444;
  display: none;
  transition: bottom 0.2s cubic-bezier(0.24, 0.44, 0.38, 0.21);
}

.bottom-banner a {
  text-decoration: underline;
}

.title-red {
  font-weight: bold;
  padding-bottom: 1.5rem;
  font-size: 1.2rem;
}
h5.mb-0 {
  color: #666;
  line-height: 150%;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 1.2rem;
}

.redbullet {
  padding: 0 20px 0;
}

.lightgrey.boxed {
  background: #f7f7f7;
  border-radius: 8px;
  padding: 40px;
}

.redbullet a {
  padding-top: 10px;
}

.close-banner {
  position: fixed;
  width: 30px;
  right: 20px;
  cursor: pointer;
  z-index: 56;
  bottom: 12px;
  opacity: 0.7;
  display: none;
}

.container-small {
  max-width: 890px;
  margin: 15px auto 10px auto;
  width: 100%;
  padding: 0 10px;
}

.container-fluid-1 {
  width: 90%;
  padding: 0 10px;
  margin: auto;
}

.show {
  display: block !important;
}

.no-banner {
  display: none !important;
}

#btn-previous,
#btn-next {
  cursor: pointer;
}

.btn-border {
  border: 1px solid;
  font-weight: 600;
  padding: 18px 25px;
  font-size: 1.1rem;
}

.btn-main {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 25px;
  transition: 0.3s;
}

.bg-color1.btn-main:hover {
  background-color: #ffcb3c;
  color: inherit;
  text-decoration: none;
}

.btn-primary {
  background-color: #589240;
  border: none;
}

.btn-primary:hover {
  background-color: #6bad50;
  text-decoration: none;
}

#btn-submit {
  width: 175px;
}

.logo {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 10;
}

.logo img {
  height: 90px;
}

.color1 {
  color: #e3b024;
  border-color: #e3b024;
}

.color2 {
  color: #739670;
  border-color: #739670;
}

.color3 {
  color: #19130d;
  border-color: #19130d;
}

.color4 {
  color: ##dcdbc7;
  border-color: #dcdbc7;
}

.color5 {
  color: #e5e9e8;
  border-color: #e5e9e8;
}

.color-6 {
  color: #c9c9c9;
  border-color: #c9c9c9;
}

.color-7 {
  color: #a87c50;
  border-color: #a87c50;
}
.color-8 {
  color: #409044;
  border-color: #409044;
}

.color-white {
  color: #fff;
  border-color: #fff;
}

.color-black {
  color: #000;
  border-color: #000;
}

.color-grey {
  color: #333;
}

.color-light-black {
  color: #666;
  border-color: #999;
}

.bg-color1 {
  background-color: #e3b024;
}

.bg-color2 {
  background-color: #739670;
}

.bg-color3 {
  background-color: #272220;
}

.bg-color3-opacity {
  background-color: #19130dbb;
}

.bg-color4 {
  background-color: #dcdbc7;
}

.bg-color5 {
  background-color: #e5e9e8;
}

.bg-color6 {
  background-color: #efe8e4;
}

.bg-color7 {
  background-color: #0b0301;
}

.bg-color8 {
  background-color: #f6f7ef;
}

.bg-color9 {
  background-color: #f2f0ed;
}

.bg-color-white {
  background-color: #fff;
}

.bg-color-black {
  background-color: #000;
}

.bg-color-w-10 {
  background-color: #ffffff08;
}
.bg-color-b-25 {
  background-color: #0000003d;
}

.bg-circle {
  background: linear-gradient(to top, #e5e9e8 35%, #fff 20%);
}

.border-yellow {
  border-left: 10px solid #e3b024;
}

.border-yellow-right {
  border-right: 10px solid #e3b024;
}

.border-green {
  border-left: 10px solid #739670;
}

.border-right-1 {
  border-right: 1px solid;
  margin-right: 15px;
  padding-right: 15px;
}

.border-left-1 {
  border-left: 1px solid;
  margin-left: 15px;
  padding-left: 15px;
}

.phone-mobile {
  position: fixed;
  right: 75px;
  background: url(https://www.incaexpert.com/images/i-phone-black.svg);
  background-size: cover;
  height: 26px;
  width: 26px;
  z-index: 290;
  top: 30px;
}

.t-quote {
  margin-bottom: 10px;
}

.quote-title {
  font-size: 1.6rem;
  margin-bottom: 4px;
  margin-top: 1rem;
}

.opacity-min {
  opacity: 0.9;
}

.opacity-medium {
  opacity: 0.8;
}

.opacity-high {
  opacity: 0.5;
}

.bg-transparent-black-bottom,
.bg-transparent-black-right,
.trustpilot-info,
.bg-transparent-black-top,
.bg-transparent-black-left {
  position: absolute;
  z-index: 1;
  border-radius: 8px;
}

.bg-transparent-black-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  ); /* Standard syntax (must be last) */
}

.bg-transparent-black-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.6)
  ); /* Standard syntax (must be last) */
}

.bg-transparent-black-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  ); /* Standard syntax (must be last) */
}

.bg-transparent-black-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.8)
  ); /* Standard syntax (must be last) */
}

.trustpilot-info {
  background: #ffffffe6;
  padding: 5px 15px;
  border-radius: 6px 0 0 0;
  z-index: 10;
}

.trustpilot-info img {
  max-width: 280px;
  width: 100%;
  opacity: 0.85;
}

.bg-vertical {
  width: 100%;
  height: 60%;
}

.bg-horizontal {
  height: 100%;
  width: 60%;
}

.position-top {
  top: 0;
}

.position-right {
  right: 0;
}

.position-left {
  left: 0;
}

.position-bottom {
  bottom: 0;
}

.w-10 {
  width: 10% !important;
}

.massive-text {
  font-family: 'Playfair Display', serif;
  font-size: 7rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 7rem;
}

.medium-text {
  font-size: 3.5rem;
  font-weight: normal;
}

.container-medium {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}

.small-text {
  font-size: 0.9rem;
}

.big-text {
  font-size: 1.15rem;
  line-height: 1.65rem;
}

.little-intro {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 163px;
  padding: 0 0 0 10px;
  line-height: 1.1rem;
}

.little-intro-right {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 163px;
  padding: 0 10px 0 0;
  line-height: 1.1rem;
  text-align: right;
}

.btn-img:hover {
  opacity: 0.8;
}

/*.title-uppercase{
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}*/

.title-uppercase {
  /* text-transform: uppercase; */
  font-size: 2.2rem;
  /*    margin-bottom: 2rem;*/
  font-weight: 600;
  letter-spacing: 0.5px;
}

.no-overflow {
  overflow: hidden;
}

.t-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.grid-center {
  align-self: center;
}

.grid-bottom {
  align-self: end;
}

.grid-top {
  align-self: baseline;
}

.grid-right {
  justify-self: end;
}

.grid-row-gutter {
  grid-row-gap: 20px;
}

.grid-column-gutter {
  grid-column-gap: 20px;
}

.p-top {
  top: 15px;
}
.p-bottom {
  bottom: 15px;
}
.p-right {
  right: 15px;
}
.p-left {
  left: 15px;
}

.border-radius {
  border-radius: 6px;
}

.new-promo {
  background: #f3f4f2;
  display: block;
  padding: 10px 20px;
  border-radius: 6px;
  width: 100%;
  max-width: 510px;
}

.new-promo a {
  color: #e3b024;
  font-weight: bold;
}

a.sub-item {
  color: #bfb392 !important;
  font-size: 0.9rem;
  line-height: 0.4rem;
}

a.main-item {
  margin-bottom: 8px;
}

.i-destinations {
  padding: 15px 25px;
}

.i-destinations h3 {
  font-size: 1.6rem;
  margin-top: 10px;
}

.i-destinations p {
  font-size: 0.93rem;
}

.i-destinations a {
  transition: 0.3s;
}

.i-destinations a:hover {
  opacity: 0.6;
}

#central,
#mil,
#both-restaurants,
#none-restaurants {
  opacity: 0;
  position: absolute;
}

.resturants-form {
  font-size: 0.95rem;
  text-align: center;
}

.img-fluid1 {
  width: 100%;
  max-width: 100%;
}

/* End General Styles */

/* Navigation */

nav {
  padding: 20px 20px;
}

.nav-items {
  padding: 0 15px;
}

.stick-main-menu {
  padding: 20px 0;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 15;
  position: fixed;
  right: 15px;
}

.stick-main-menu .open-menu {
  cursor: pointer;
}

.nav-background {
  background: #ffffffc2;
  border-radius: 6px;
}

.line-wrapper {
  width: 50px;
  height: 26px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.line {
  height: 2px;
  width: 30px;
  display: block;
  border-radius: 50px;
  transition: all 0.3s;
}

.line-dark {
  background: #000;
}

.line-white {
  background: #fff;
}

/************* MENU **************/

/*.main-menu {
    z-index:300;
    position:fixed;
    background: #f7f7f7f2;
    font-weight:300;
    height:100vh;
    right:0;
    width: 100%;
    max-width: 520px;
    display: none;
}
*/
.main-menu {
  display: none;
  z-index: 300;
  font-weight: 300;
  position: fixed;
  right: 0;
}

.close-menu {
  position: absolute;
  right: 30px;
  top: 20px;
}

.close-menu img {
  width: 35px;
}

.menu-buttons,
.nav-about-us {
  width: 340px;
  height: 100vh;
  padding: 15px 40px;
  position: relative;
}

.menu-buttons {
  background: #e1e1e1;
}

.nav-about-us {
  background: white;
  -webkit-box-shadow: -4px 5px 10px 0px rgba(0, 0, 0, 0.28);
  box-shadow: -4px 5px 10px 0px rgba(0, 0, 0, 0.28);
}

.main-nav {
  display: flex;
  flex-direction: column;
}

.main-nav-buttons {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.secundary-nav {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}

.secundary-nav a {
  display: block;
  margin: 12px 0;
}

.secundary-nav,
.main-nav-buttons {
  max-width: 235px;
  width: 100%;
}

.main-nav-buttons span {
  font-size: 0.9rem;
  display: block;
  font-weight: 300;
}

.nav-about-us-box hr {
  margin: 30px 0;
  width: 50px;
  border-top: 5px solid;
}

.nav-about-us-box strong {
  font-weight: bold;
}

.nav-about-us-box p {
  line-height: 1.5rem;
}

.menu-logo {
  position: absolute;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
}

.menu-logo img {
  height: 60px;
}

.nav-footer {
  position: fixed;
  bottom: 15px;
}

.nav-footer img {
  height: 30px;
  margin-right: 5px;
}

img.menu-img-size {
  height: 17px;
}

.nav-about-us-box {
  font-size: 1.1rem;
}

.invisible-close-menu {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 680px;
}

.alternative h3 {
  font-size: 3rem;
}

.s-image {
  width: 100%;
  max-width: 400px;
}

.mil-title {
  position: absolute;
  transform: translateX(50%);
  right: 50%;
  bottom: 100px;
  width: 100%;
}

.mil-title1 {
  margin-top: 80px;
  padding: 10px 30px;
  color: #333;
}

.mil-title h1,
.mil-title1 h1 {
  font-size: 2.2rem;
}

.mil-title h1 {
  text-shadow: 1px 2px 11px #000000;
}

.mil-title h1 span,
.mil-title1 h1 span {
  display: inline-block;
  font-size: 180%;
  color: #e1ceb9;
}

.mil-quote {
  line-height: 180%;
}

.mil-quote b {
  display: block;
}

.mil-transition {
  z-index: 1;
  margin-top: -80px;
  width: 100%;
}

.mil-main-text {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 10px;
}

.mil-main-text a {
  border-bottom: 1px solid;
  transition: 0.4s;
}

.foodie-icon {
  background-image: url(../images2/i-foodies.svg);
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 6px;
  padding-left: 70px;
  background-size: 40px;
}

.negative-margin {
  margin-bottom: -38px;
}

.negative-top {
  margin-top: -150px;
}

.fill-white {
  fill: white;
}

.fill-1 {
  fill: #efe8e4;
}

.fill-2 {
  fill: #dcdbc7;
}

.mil-line {
  color: #a87c50;
  border-top: 5px solid;
  width: 80px;
  margin: 30px 0 15px;
  display: inline-block;
}

.btn-mil {
  padding: 25px 50px;
}

.mil-gallery > div > div {
  padding: 15px;
}

.virgilio-logo img {
  height: 28px;
  margin: 10px;
}

.virgilio-logo span {
  margin-top: 150px;
  display: block;
  font-weight: bold;
  padding-left: 10px;
}

.mil-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px 0px;
}
.lt {
  grid-area: 1 / 1 / 3 / 3;
}
.rt {
  grid-area: 1 / 7 / 3 / 9;
}
.main-m {
  grid-area: 2 / 2 / 8 / 8;
  z-index: -1;
}
.lb {
  grid-area: 7 / 1 / 9 / 3;
}
.rb {
  grid-area: 7 / 7 / 9 / 9;
}

.mil-grid h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.mil-crono {
  padding: 110px 20px 0;
  background-repeat: no-repeat;
  background-size: 9px;
  background-position-x: 20px;
  background-image: url(../images2/mil-crono.svg);
}

.mil-crono h5 {
  font-weight: bold;
  font-size: 1.5rem;
}

.mil-crono p {
  font-size: 0.9rem;
}

.r-space {
  padding-right: 48px;
}

.l-space {
  padding-left: 48px;
}
.p-medium {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

@media (max-width: 639px) {
  .nav-about-us {
    display: none !important;
  }

  .menu-buttons {
    max-width: 100%;
    width: 100vw;
  }

  .menu-logo {
    left: 20px;
    z-index: 100;
  }

  .menu-logo img {
    height: 42px;
  }

  .r-space {
    padding-right: 15px;
  }

  .l-space {
    padding-left: 15px;
  }

  .mil-header {
    position: relative;
    height: auto;
  }

  .mil-main-text {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .negative-margin {
    margin-bottom: 0px;
  }

  .negative-top {
    margin-top: 0px;
  }

  .mil-title1 {
    display: block !important;
  }

  .mil-title1 h1 {
    font-size: 2rem;
    font-weight: 400;
  }

  .mil-title1 h1 span {
    font-size: 140%;
  }
  .negative-margin {
    margin-bottom: -18px;
  }

  .mil-transition {
    z-index: 1;
    margin-top: -40px;
    width: 100%;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  .foodie-icon {
    background-image: url(../images2/i-foodies.svg);
    padding-top: 50px;
    padding-left: 15px;
  }
  .p-medium {
    font-size: 1rem;
    line-height: 1.5;
  }
  .banner-top-link {
    height: 90px;
    width: 90%;
    position: absolute;
    bottom: 20px;
    transform: translateY(0);
    right: 0;
  }

  .top-virgilio-mobile {
    margin: -40px 0 0 0;
    position: relative;
    background: #f1efe9;
    padding-bottom: 20px;
  }

  .package-section-text {
    width: 90%;
    margin: 0 5%;
  }
  .i-conservation {
    width: 98% !important;
    margin: 20px 1% !important;
  }
  .i-conservation img {
    width: 100%;
  }
  .title-local {
    border-bottom: 1px solid #9e9e9e;
    display: inherit;
    width: auto;
    font-size: 1.1rem;
    position: static;
    margin: 10px auto;
    top: 0;
    transform: none;
    color: #000;
  }
  .modal-columns p {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .btn-banner-general a {
    padding: 10px 0 10px 5px;
    font-size: 0.8rem;
  }
}

/*.menu-line {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #2b272121;
    height: 70px;
}

.close-menu {
    position:absolute;
    right:30px;
    top:15px
}

.close-menu img{
    width:40px;
}

.main-menu ul li a{
    list-style:none;
    color: #292929;
}

.main-menu ul li a:hover{
    text-decoration:none;
}

.main-menu ul li a:hover{
    color:#719670;
}


.main-menu ul{
    display: inline-block;
    position:absolute;
    margin-top: -40px;
    top:50%;
    transform:translateY(-50%);
    right: 0;
    padding-left: 100px;
}

.main-menu ul > li{
    position:relative;
    font-size: 1.25rem;
    padding-right: 50px;
    list-style:none;
    padding-left: 30px;
}

.main-menu ul > li a{
   letter-spacing: 1px;
   line-height: 2.6rem;
   padding-bottom:5px;
   margin-bottom:10px;
}

.main-menu ul > li >ul > li a{
   line-height: 1.8rem;
}

.main-menu ul > li a:hover{
   border-bottom:1px solid;
}

.main-menu ul > li > ul{
    position:absolute;
    right: 100%;
    border-right: 1px solid #719670;
    transform:translateY(0);
    top:10px;
    text-align: right;
}

.main-menu ul > li > ul{
    opacity: 0;
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.main-menu ul > li:hover > ul{
    opacity:.8;
    z-index:120;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


.main-menu ul > li > ul >li{
    font-size: 1rem;
    line-height: 1.3rem;
    width: 250px;
    padding-right: 35px;
}

.main-menu-footer {
    position:absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    color: #eaeaea;
    font-size:1.2rem;
    letter-spacing:1px;
}

.main-menu-footer a{
    color:#999;
}

.main-menu-footer .row{
    padding: 15px;
    margin: 0;
    border-top: 1px solid #bfc4c0;
}
.main-menu-footer img{
  margin-left:10px;
  height:30px;
}

.menu-copyright{
    text-align: center;
    font-size:.8rem;
}

.menu-copyright img{
    width:50px;
}

.menu-copyright{
   padding: 20px;
   background: #729670;
}*/

/******* FIN DE LA NAVEGACION *******/

/* NEW FORM PROOF */

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc !important;
  opacity: 1 !important;
  font-size: 1rem !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc !important;
  opacity: 1 !important;
  font-size: 1rem !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc !important;
  opacity: 1 !important;
  font-size: 1rem !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc !important;
  opacity: 1 !important;
  font-size: 1rem !important;
}

.form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.form-bottom1 hr {
  background: #97978d;
  width: 150px;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 30px;
}

.title-form-request {
  margin-bottom: 0 !important;
}

.top-form {
  margin-bottom: 10px !important;
}

.form-group legend {
  margin-bottom: 0;
  border-bottom: none;
}

.step-1,
.step-2 {
  background: #dcdbc7c7;
}

.form-group legend p {
  margin-bottom: 0;
  font-size: 0.7rem;
}

#stars-2,
#stars-3,
#stars-4,
#stars-5,
#t-1,
#t-2,
#t-3,
#t-4,
#t-5,
#t-6,
#t-7,
#t-custom,
#undecided,
#d-1,
#d-2,
#d-3,
#d-4,
#d-5,
#undecided1 {
  opacity: 0;
  position: absolute;
  display: none;
}

.n-contact-general {
  position: relative;
  margin-bottom: 20px;
}

.form-flex-contact label {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0.5%;
  border-radius: 4px;
  border: 1px solid transparent;
}

.m-half-size label {
  height: 65px;
  background: #fff;
  padding: 5px 0 10px 0;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 4px;
  font-weight: 300;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-flex-contact label {
  width: 100%;
}

.new-flex-form,
.new-flex-form select {
  display: none;
}

.new-m-size {
  width: 100%;
  margin-bottom: 5px;
}

@media (min-width: 300px) {
  .hotel-class,
  .trip-number,
  .stars-hotel-form {
    font-size: 1rem !important;
  }
  .section-distance {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h1 {
    font-size: 2rem !important;
  }
  .h-section {
    font-size: 2rem !important;
  }
}

.hotel-class {
  display: block;
}

.stars-hotel-form {
  display: block;
  letter-spacing: 2px;
  font-size: 0.8rem;
}

.pass-number {
  margin-top: 6px;
  display: block;
  font-size: 24px;
}

.pass-number-custom > input[type='text'] {
  font-size: 0.8rem !important;
  padding: 2px !important;
  width: 80% !important;
  margin-top: 2px !important;
  text-align: center;
  color: red;
}

.pass-number-custom {
  font-size: 0.7rem;
}

#text-specify {
  margin-left: 8px;
  float: left;
}

.undecided {
  display: block;
  font-size: 0.75rem;
  margin-top: 18px;
}

.trip-number {
  margin-top: 10px;
  display: block;
  line-height: 0.8rem;
}

.days {
  display: block;
  font-size: 12px;
}

.form-flex-contact label {
  flex-grow: 1;
  flex-basis: 0;
  margin: 0.5%;
  border-radius: 4px;
  border: 1px solid transparent;
}

.form-flex-contact label.u {
  flex-grow: 2;
}

.form-flex-contact label div {
  height: 65px;
  padding: 5px 0 10px 0;
  border: 1px solid #ddd;
  text-align: center;
  border-radius: 4px;
  font-weight: 300;
  background: #ffffffd0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.7;
}

@media (min-width: 700px) and (max-width: 1024px) {
  .form-flex-contact label div {
    padding: 5px 15px;
  }
}

.form-flex-contact label div:hover {
  border: 2px solid #2d241c;
  opacity: 1;
  background: #ffffff;
}

.icon-general {
  margin: 0.5% 0.5% 0.5% 0;
  height: 40px;
  padding: 18px 10px 10px;
}

.icon-general i {
  font-size: 24px;
  width: 24px;
}

.form-flex-contact input[type='text'],
.form-flex-contact input[type='email'],
.form-flex-contact textarea {
  background: #ffffffd0;
  padding: 10px 0 10px 15px;
  border: 0;
  border-radius: 4px;
  margin: 0.5%;
  width: 100%;
}

input[type='checkbox']:checked + div,
input[type='radio']:checked + div {
  border: 2px solid #2d241c;
  opacity: 1;
  background: #ffffff;
}

#text-custom {
  border: 1px solid #888;
  height: 12px;
  padding: 16px;
  margin: 2px 0 0 0;
  width: 100%;
  font-size: 1rem;
  border-radius: 4px;
}

.input-date {
  height: 65px !important;
}

#ui-datepicker-div {
  z-index: 99 !important;
}

.step-2 {
  display: none;
}

#casual_comments {
  height: 150px !important;
}

@media (min-width: 768px) {
  .tip-form {
    padding-left: 10px;
  }
  h1 {
    font-size: 3rem !important;
  }
  .h-section {
    font-size: 4rem !important;
  }
}

#casual_firstname-error,
#casual_email-error {
  color: #c95555;
  font-size: 0.8em;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  letter-spacing: 0.2px;
  font-weight: normal;
  position: absolute;
  bottom: -22px;
  left: 74px;
}

@media (max-width: 768px) {
  #casual_firstname-error,
  #casual_email-error {
    left: 0px;
  }
}

.form-bottom1 .h3 {
  margin-top: 22px;
  margin-bottom: 4px;
}

.form-bottom1 #signupFormCasual,
.form-bottom1 #i-recaptcha {
  max-width: 600px;
  margin: auto;
}

.form-bottom1 .form-control {
  margin-top: 15px;
  height: 54px;
}

textarea.form-control {
  height: 150px !important;
}

.form-control:-moz-placeholder {
  color: #777 !important;
}
.form-control::-moz-placeholder {
  color: #777 !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777 !important;
}
.form-control::-webkit-input-placeholder {
  color: #777 !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #777 !important;
}
:-ms-input-placeholder {
  /* Internet Explorer */
  color: #777 !important;
}
::placeholder {
  color: #777 !important;
}

.form-bottom1 {
  z-index: 1;
  position: relative;
  background-image: url(https://www.incaexpert.com/images2/bg-contact.jpg);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position-x: right;
  background-position-y: bottom;
}

.form-bottom1 .c-name {
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-top: 10px;
  text-align: center;
  font-weight: 300;
}

.form-bottom1 .c-name span {
  font-size: 0.7rem;
  margin-left: 5px;
  letter-spacing: 1px;
  text-transform: none;
  font-weight: 500;
}

.btn-blue {
  background: #4782c0;
  color: white;
}

.btn-blue:hover {
  background: #47a2c9;
  color: white;
}

a.btn-skip {
  background: transparent;
  border: 2px solid #999;
  color: #999;
  box-shadow: none;
  cursor: pointer;
}

.btn-skip:hover {
  border-color: #47a2c9;
  color: #47a2c9;
}

.n-contact-general {
  position: relative;
}

.i-departure,
.i-phone,
.i-name,
.i-email {
  top: 23px;
}

.icon-general img {
  height: 35px;
}

.red {
  color: #b96666;
}

.step-2 {
  display: none;
}

.c-email {
  margin-top: 5px;
  font-weight: 400;
}

.c-email a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 400px) {
  .form-center .btn-lg {
    font-size: 0.88rem;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

/* END NEW FORM */

/* top */

.bg-color-transparency {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  top: 0;
  z-index: 1;
  width: 100%;
  height: 30vh;
  position: absolute;
}

.bg-color-transparency-black {
  background: rgb(000, 000, 000);
  background: linear-gradient(
    180deg,
    rgba(000, 000, 000, 0.2) 0%,
    rgba(000, 000, 000, 0) 100%
  );
  top: 0;
  z-index: 1;
  width: 100%;
  height: 30vh;
  position: absolute;
}

.bg-color-transparency-black-1 {
  background: rgb(000, 000, 000);
  background: linear-gradient(
    180deg,
    rgba(000, 000, 000, 0.8) 0%,
    rgba(000, 000, 000, 0) 100%
  );
  top: 0;
  z-index: 1;
  width: 100%;
  height: 30vh;
  position: absolute;
}

.top-video-inca {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: -10;
}

.top-video-inca video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.lateral-info {
  width: 450px;
  height: 520px;
  padding: 25px;
  position: absolute;
  margin-top: 30px;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.circle {
  width: 515px;
  height: 520px;
  transform: translateX(-120px);
  border-radius: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
}

.lateral-text {
  padding-right: 110px;
  padding-left: 10px;
}

/*.lateral-info h1 {
    text-transform:uppercase;
    font-size: 2rem;
}*/

.btn-video {
  max-width: 212px;
  width: 100%;
}

.lateral-info h1 {
  /* text-transform: uppercase; */
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 16px;
  padding-top: 20px;
}

hr.hr-small {
  width: 50px;
  margin: 15px 0 10px 0;
  border-top: 5px solid;
}

.subtitle {
  font-weight: 330;
  font-size: 1.3rem;
  margin-bottom: 4rem;
  line-height: 1.8rem;
}

.watch-video {
  margin-left: 20px;
}

img.watch-video {
  height: 35px;
}

.top-secundary-bottom {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 15px 25px;
  transition: 0.3s;
}

.top-secundary-bottom span {
  line-height: 1.5rem;
}

.bg-color1.top-secundary-bottom:hover {
  background-color: #ffcb3c;
  color: inherit;
  text-decoration: none;
}

.apertura_bajar {
  display: block;
  text-align: left;
  text-indent: -666rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(0) rotate(135deg);
  margin-top: auto;
  animation: bajar 3s infinite;
  position: relative;
  z-index: 3;
}
.apertura_bajar {
  border-top: 0.2rem solid white;
  border-right: 0.2rem solid white;
  position: absolute;
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
}

@keyframes bajar {
  0%,
  100% {
    transform: translateY(0) rotate(135deg);
  }
  25% {
    transform: translateY(-0.5rem) rotate(135deg);
  }
  50% {
    transform: translateY(0rem) rotate(135deg);
  }
  75% {
    transform: translateY(-0.25rem) rotate(135deg);
  }
}

/*Featured Section*/

.featured {
  margin-top: 20px;
  font-size: 0.9rem;
  color: #8a8c8e;
}

.featured img {
  height: 32px;
  margin-left: 30px;
}

.featured-text {
  width: 90px;
}

/*End Featured Section*/

/* Packages homepage*/

.grid-packages {
  display: grid;
  grid-template: repeat(8, auto) / repeat(2, 1fr);
  grid-template-areas: 'a b' 'a c' 'd e' 'f e' 'g h' 'g i' 'j k' 'l k';
}

.package-box {
  position: relative;
}

.package-box a {
  opacity: 1;
  transition: 0.4s;
}

.package-box a:hover {
  opacity: 0.9;
  color: #e1b027;
}

.grid-packages img {
  width: 100%;
  border-radius: 6px;
}

.text-packages {
  position: absolute;
  bottom: 20px;
  max-width: 300px;
  width: 100%;
  z-index: 5;
}

.text-packages h3 {
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 12px;
}

.grid-packages > div {
  border-radius: 6px;
  overflow: hidden;
}

.grid-packages div:nth-child(1) {
  grid-area: a;
}

.grid-packages div:nth-child(2) {
  grid-area: b;
}

.grid-packages div:nth-child(3) {
  grid-area: c;
}

.grid-packages div:nth-child(4) {
  grid-area: d;
}

.grid-packages div:nth-child(5) {
  grid-area: e;
}

.grid-packages div:nth-child(6) {
  grid-area: f;
}

.grid-packages div:nth-child(7) {
  grid-area: g;
}

.grid-packages div:nth-child(8) {
  grid-area: h;
}

.grid-packages div:nth-child(9) {
  grid-area: i;
}

.grid-packages div:nth-child(10) {
  grid-area: j;
}

.grid-packages div:nth-child(11) {
  grid-area: k;
}

.grid-packages div:nth-child(12) {
  grid-area: l;
}

.days {
  text-align: center;
}
.days span {
  font-size: 1.7rem;
  display: block;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.6rem;
}

/*.i-packages {
    padding: 0 25px 0 25px;
    border-right: 1px solid #e7e8e6;
}

.i-packages a{
    font-weight:600;
}

.i-packages a img{
    opacity:1;
    transition:.5s;
    border:0;
    max-width: 100%;
}

.i-packages a:hover img{
    opacity: .6;
    border-bottom:0;
}

.i-packages img{
    margin-bottom:20px;
}

.i-packages:nth-of-type(4n+0){
    border-right:0;
}

.i-packages p, .i-packages .small-text{
    color:#5a5a5a;
}

.i-packages p{
    margin:5px 0 0 0;
}

.i-packages .text-packages{
    border-bottom:1px solid #e7e8e6;
    padding-bottom:60px;
    margin-bottom:25px
}

.text-packages{
    min-height: 250px;
    position: relative;
}

.text-packages a{
    position: absolute;
    bottom:30px;
}

.i-packages h3 {
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 10px;
}

@media (max-width: 1230px){
.text-packages {
    min-height: 210px;
    margin:15px 15px 20px;
    }

.i-packages h3 {
    font-size: 1.4rem;
    }
}

@media (max-width: 991px){
.i-packages:nth-of-type(4n+0){
    border-right: 1px solid #e7e8e6;
}

.i-packages:nth-of-type(3n+0){
    border-right: none;
}

.text-packages{
    min-height: 190px;
    }
}

@media (max-width: 767px){

.i-packages:nth-of-type(4n+0){
    border-right: none;
}

.i-packages:nth-of-type(3n+0){
    border-right: 1px solid #e7e8e6;
}

.text-packages{
    min-height: 100px;
    }
}*/

/*End packages homepage*/

/* section banner process simple*/
.banner {
  padding: 40px 0 40px 35px;
  position: relative;
}

.banner p {
  font-size: 0.95rem;
  line-height: 1.35rem;
}

.steps {
  width: 75%;
}

.i-steps {
  width: 25%;
}

.i-steps-1 {
  width: 33.3%;
}

.bg-steps {
  position: absolute;
  width: 25%;
  bottom: 0;
  right: 0;
}

.bg-steps img {
  max-width: 100%;
  max-height: 440px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.c-number {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 1.2rem;
  z-index: 1;
}

.number {
  position: relative;
}

.l-number {
  height: 1px;
  background: #adb5ac;
  position: absolute;
  top: 50%;
  width: 100%;
}

.text-steps {
  margin-right: 40px;
}

/*end banner*/

/* Section Envision*/
.banner-clean p {
  /*    margin-right:20px;*/
}

.banner-clean img {
  width: 50px;
  height: 50px;
}

.banner-clean h4 {
  font-size: 1.3rem;
}

.box-carousell {
  padding: 25px;
}

.box-carousell h3 {
  font-size: 1.5rem;
  margin-bottom: 0.9rem;
  font-weight: bold;
}

.ta-name {
  font-family: 'Playfair Display', serif;
  font-variation-settings: 'wght' 600;
  font-style: italic;
}

.caption {
  font-style: italic;
  font-size: 0.8rem;
  padding-left: 2px;
  margin-top: 5px;
  letter-spacing: 0.3px;
  font-family: 'Playfair Display', serif;
}

.caption-vertical {
  font-style: italic;
  writing-mode: tb-rl;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  white-space: nowrap;
  text-align: right;
  padding-right: 2px;
  font-size: 0.9rem;
  font-variation-settings: 'wght' 450;
  padding-left: 2px;
  margin-top: 5px;
  letter-spacing: 0.3px;
  font-family: 'Playfair Display', serif;
}

.bg-specialists {
  background-image: url(https://www.incaexpert.com/images/s-specialist.jpg);
  background-size: cover;
}

.bg-tas {
  background-image: url(https://www.incaexpert.com/images2/bg-tas.jpg);
  background-size: cover;
}

.bg-twocolors {
  background: linear-gradient(to top, #e5e9e8 80%, #fff 50%);
}

.tas-carousel img {
  width: 100%;
  margin-bottom: 30px;
  min-height: 100px;
}

.tas-carousel {
  padding: 0 80px 60px 80px;
}

.tas-box {
  border-radius: 6px;
  width: 45%;
  overflow: hidden;
}

.tas-box:hover {
  opacity: 0.8;
}

.tas-box h4,
.tas-box p {
  padding: 0 30px;
}

.tas-box h4 {
  margin-bottom: 0;
}

/* Grid System */

.grid-system {
  display: grid;
  grid: repeat(9, auto) / repeat(12, 1fr);
  /*    grid-template-rows: auto 60px auto auto auto auto auto auto auto;*/
  padding: 60px 30px;
  grid-gap: 5px;
  align-items: center;
}

.grid-system h1 {
  font-size: 2.2rem;
  font-weight: 800;
}

.grid-system img {
  max-width: 100%;
}

.grid-intro {
  grid-column: 1 / span 2;
}

.grid-intro-right {
  grid-column: 11 / span 2;
}

.grid-system hr {
  border-top: 1px solid #484848;
}

.grid-element-1 {
  grid-row: 3 / span 5;
  grid-column: 2 / span 4;
}

.grid-element-1-inverse {
  grid-row: 3 / span 6;
  grid-column: 5 / span 7;
  padding-left: 20px;
}

.grid-element-2 {
  grid-row: 1 / span 8;
  grid-column: 8 / span 5;
  z-index: 1;
}

.grid-element-2-inverse {
  grid-column: 2 / span 3;
  grid-row: 1 / span 9;
}

.grid-element-3 {
  grid-row: 6 / 4 span;
  grid-column: 7 / span 3;
  z-index: 1;
}

@media (max-width: 1024px) {
  .d-hotels {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 880px) {
  .grid-system {
    padding: 72px 32px;
  }
}

@media (max-width: 681px) {
  .grid-system {
    padding: 72px 32px;
  }
}

/* End grid system */

/* Experienced section*/
.play-video {
  position: absolute;
  z-index: 10;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 100%;
  max-width: 500px;
  color: white;
}

.play-video a:hover {
  opacity: 0.5;
  color: #ffffff;
}

.play-video img {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}

/*End Experienced section */

/* hotels section*/

.hotels {
  position: relative;
}

.hotels img {
  width: 100%;
}

.mini-banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 30px;
  border-radius: 0 6px 6px 0;
  background-color: #ffffffde;
}

/* End hotels section */

/* Responsible travel section */
.responsible-box {
  position: relative;
}

.responsible-text {
  width: 40%;
  margin: 60px;
}

.responsible-bg {
  width: 45%;
  position: relative;
}

.responsible-bg-i {
  /* position: absolute; */
  /* width:25%; */
  /* bottom: 0; */
  /* right: 0; */
}

.responsible-bg img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  /* right: -30px;*/
  transform: translateY(-50%);
}

/* End Responsible travel section */

/* footer */

.trustpilot-footer img {
  max-width: 100%;
  width: 150px;
}

.footer-btn,
.main-menu-copyright {
  color: #ffffff;
}

.i-footer img {
  width: 25px;
  height: 25px;
  margin-right: 13px;
}

.main-menu-copyright {
  padding: 20px;
  margin-top: 5px;
  border-top: 1px solid;
  text-align: center;
}

.main-menu-copyright img {
  width: 50px;
  margin-right: 10px;
}

.footer-border-color {
  border-color: #3e3735 !important;
}

.border-right {
  border-right: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.footer-text-p a {
  padding: 3px 0;
  font-size: 0.9rem;
}

.footer-text-p {
  padding-left: 50px;
}

/* End footer*/

/* Carrusel */

/*.carousel-control-prev, .carousel-control-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: center;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    width: 50px;
    color: #fff;
    opacity: 0.8;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  left: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}*/

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  opacity: 0.8;
  top: -60px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.8em;
  height: 1.8em;
}

.carousel-indicators .active {
  background-color: #333333;
  border: none;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.carousel-control-prev-icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yMCAuNzU1bC0xNC4zNzQgMTEuMjQ1IDE0LjM3NCAxMS4yMTktLjYxOS43ODEtMTUuMzgxLTEyIDE1LjM5MS0xMiAuNjA5Ljc1NXoiLz48L3N2Zz4=');
}

.carousel-control-next-icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00IC43NTVsMTQuMzc0IDExLjI0NS0xNC4zNzQgMTEuMjE5LjYxOS43ODEgMTUuMzgxLTEyLTE1LjM5MS0xMi0uNjA5Ljc1NXoiLz48L3N2Zz4=');
}

/* En carrusel */

/*responsive*/

@media (max-width: 1000px) {
  .no-1000 {
    display: none !important;
  }

  .bottom-banner {
    font-size: 1em;
  }

  .text-packages h3 {
    font-size: 1.3rem;
    margin-bottom: 6px;
  }
}

@media (max-width: 800px) {
  .grid-system {
    padding: 72px 32px;
  }

  .grid-packages {
    display: grid;
    margin-bottom: 60px;
    grid-template: repeat(9, auto) / repeat(1, 1fr);
    grid-template-areas:
      'a'
      'b'
      'c'
      'd'
      'e'
      'f'
      'g'
      'h'
      'i'
      'j'
      'k'
      'l';
  }

  .massive-text {
    font-size: 5rem;
    line-height: 5rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  .no-ipad {
    display: none !important;
  }

  .responsible-text {
    width: 100%;
    margin: 40px;
  }

  .grid-element-1-inverse {
    grid-row: 4 / span 5;
    grid-column: 1 / span 12;
  }

  .text-packages h3 {
    margin-bottom: 12px;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
  }

  .tas-carousel {
    padding: 0 30px 60px 30px;
  }

  .tas-box {
    width: 47%;
  }
}

@media (max-width: 580px) {
  .no-mobile {
    display: none !important;
  }

  .mobile {
    display: initial;
  }

  .tas-box {
    width: 90%;
  }

  .big-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lateral-info {
    width: auto;
    height: auto;
    padding: 25px;
    position: absolute;
    margin-top: 20px;
    z-index: 2;
    top: 50px;
    transform: translateY(0);
  }

  .logo img {
    height: 50px;
  }

  .new-movil-top img,
  .new-movil-top {
    width: 100%;
  }

  .main-btn-movil {
    position: fixed;
    bottom: 30px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    opacity: 1;
    z-index: 299;
    right: 15px;
    -webkit-box-shadow: 3px 2px 51px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 3px 2px 51px 1px rgba(0, 0, 0, 0.7);
    box-shadow: 3px 2px 51px 1px rgba(0, 0, 0, 0.7);
  }

  .btn-radius {
    padding: 15px 20px;
  }

  .top-video-inca {
    align-items: flex-end;
    height: auto;
    padding-top: 315px;
    background-color: #ebece6;
  }

  .featured img {
    height: 22px;
    margin-left: 18px;
  }

  .lateral-text {
    padding-right: 40px;
  }

  .subtitle {
    max-width: 340px;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #333;
  }

  .top-secundary-bottom {
    font-size: 0.95rem;
    padding: 12px 10px;
    transition: 0.3s;
  }
  .top-secundary-bottom span {
    line-height: 1rem;
  }

  img.watch-video {
    height: 20px;
  }

  .btn-video {
    max-width: 200px;
    opacity: 0.95;
  }

  .watch-video {
    margin-left: 7px;
  }

  .logo {
    top: 12px;
  }

  nav {
    padding: 10px 20px;
  }

  .massive-text {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h5 {
    font-size: 1rem;
  }

  .banner-clean h4,
  .play-video h4 {
    font-size: 1rem;
    font-weight: 400;
  }

  .banner-clean h4 {
    color: #666666;
  }

  .text-packages {
    width: 90%;
  }

  .form-bottom1 {
    background-image: none;
  }

  .apertura_bajar {
    border-top: 0.1rem solid #333333;
    border-right: 0.1rem solid #333333;
  }

  .btn-border {
    font-weight: 400;
    font-size: 1rem;
  }

  .main-menu ul > li {
    font-size: 1rem;
    padding-right: 25px;
    padding-left: 10px;
  }

  .main-menu ul > li > ul > li {
    font-size: 1rem;
    padding-right: 25px;
  }

  .main-menu ul > li a {
    letter-spacing: 0;
  }

  .bg-transparent-black-bottom {
    display: block !important;
  }

  .f-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .i-steps-1 {
    width: 100%;
    display: flex;
  }

  .l-number {
    height: 100px;
    top: 50px;
    right: 50%;
    width: 1px;
  }

  .text-steps {
    margin-right: 0px;
    margin-left: 30px;
    margin-top: 12px !important;
  }

  .text-steps p {
    margin-bottom: 1rem;
  }

  .tas-carousel {
    padding: 0 3px 60px 3px;
  }

  .tas-box h4,
  .tas-box p {
    padding: 0 15px;
  }

  .carousel-control-next {
    right: -15px;
  }

  .carousel-control-prev {
    left: -15px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 1.6em;
    height: 1.6em;
  }

  .title-uppercase {
    font-size: 2rem;
    text-align: left;
  }

  .bg-tas .big-text {
    color: #333;
    text-align: left;
  }

  .section-mobile-specialists {
    display: block;
  }

  .section-mobile-specialists img {
    width: 100%;
  }

  .bg-grey {
    background-color: #222222;
  }

  .new-flex-form {
    flex-grow: 1;
    display: flex;
    width: 100%;
    margin-bottom: 25px;
  }

  .form-flex-contact label {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0.5%;
    border-radius: 4px;
    border: 1px solid transparent;
  }

  .new-flex-form select {
    display: block;
  }

  .stick-main-menu {
    right: 0;
  }

  .nav-background {
    border-radius: 6px 0 0 6px;
  }

  .footer-btn > div {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #2e241b;
  }

  .border-bottom.pb-3.mb-3.mr-5.footer-border-color {
    margin-right: 0 !important;
  }

  .footer-text-p a:last-child {
    border-bottom: 0;
  }

  .footer-text-p a {
    padding: 10px 0;
    border-bottom: 1px solid #2f261c;
    font-size: 1rem;
  }

  .footer-text-p {
    padding-left: 15px;
  }

  .border-bottom.pb-3.mb-3.mr-5.footer-border-color {
    margin-right: 0 !important;
  }

  .footer-btn {
    text-align: center;
  }

  .d-flex.i-footer {
    justify-content: center;
  }
  .masonry {
    width: 96%;
    margin: 0 2% 50px 2%;
    padding: 0;
  }
  .masonry-item img {
    width: 100%;
    opacity: 0.7;
    -webkit-filter: sepia(0.4);
    filter: sepia(0.2);
    cursor: pointer;
    transition: 1s;
  }
  .masonry-item img:hover {
    opacity: 1;
  }
}

@media (max-height: 590px) {
  hr.hr-small {
    /*display: none;*/
  }

  .lateral-text {
    padding-right: 0;
    padding-left: 10px;
  }

  .circle {
    display: none;
  }

  .subtitle {
    font-weight: 330;
    font-size: 1.2rem;
    margin-bottom: 10px;
    line-height: 1.8rem;
  }

  .top-secundary-bottom {
    font-size: 0.95rem;
    padding: 12px 10px;
    transition: 0.3s;
  }
  .top-secundary-bottom span {
    line-height: 1rem;
  }

  img.watch-video {
    height: 20px;
  }

  .btn-video {
    max-width: 135px;
    opacity: 0.95;
  }

  .watch-video {
    margin-left: 7px;
  }

  .lateral-info h1 {
    line-height: 2.4rem;
    margin-bottom: 10px;
    color: white;
  }

  .lateral-info {
    width: 90%;
  }
}

/* css packages */

#discover {
  position: relative;
  z-index: 1;
}

.new-top-package {
  max-height: 100vh;
  position: relative;
}

.new-top-package img {
  width: 100%;
  height: auto;
}

.package-title {
  width: 100%;
  max-width: 540px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 30px;
  z-index: 10;
}

.package-title h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.2rem;
}

.price {
  font-size: 1.4rem;
  padding: 6px 12px;
  border-radius: 6px;
  width: fit-content;
}

.subtitle-package {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  margin: 1rem 0 1.5rem;
  padding-left: 42px;
  background: url(https://www.incaexpert.com/images2/i-destinations.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 30px;
}

.text-shadow {
  text-shadow: 3px 3px 10px #000000ad;
}

.grid-top-packages {
  display: grid;
  grid-template-columns: 15% 50% 35%;
  grid-template-rows: repeat(3, auto);
}

.grid-p-photo {
  grid-column: 1;
  grid-row: 1;
}

.grid-p-photo img {
  width: 160px;
  max-width: 100%;
  /*    border-radius:50%;*/
  /*    margin-right:20px;*/
  opacity: 0.9;
}

.grid-p-text {
  grid-column: 2;
  grid-row: 1;
  /*    width: 600px;*/
  padding-right: 50px;
  /* max-width: 1000px; */
}

.grid-p-map {
  grid-column: 3;
  grid-row: 1;
}

.grid-p-text hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgb(92 90 90);
}

.grid-p-map img {
  width: 430px;
}

.grid-p-steps {
  grid-row: 3;
  grid-column: 2 / span 2;
}

/*.p-text-specialist {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
    color: #d6d6d6;
}*/

.p-text-specialist {
  font-size: 0.9rem;
  margin-top: 1.2rem;
  color: #d6d6d6;
}

.p-text-resume {
  font-size: 1.4rem;
  line-height: 2rem;
}

.p-text-full {
  color: #c9c9c9;
  margin-bottom: 1rem;
}

.title-regular {
  font-size: 2.5rem;
  font-weight: 400;
  /*margin-bottom: 2rem;*/
}

.card-header {
  background: white;
  padding: 1rem 0.5rem;
}

.card-header a {
  font-size: 1.1rem;
  transition: 0.5s;
  display: block;
  color: #333333;
  background: url(https://www.incaexpert.com/images2/i-plus.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 14px;
}

.card-header a span {
  font-weight: bold;
}

.card-header a:hover {
  color: #868686;
  background: url(https://www.incaexpert.com/images2/i-less.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 14px;
}

.card-header.show {
  background: url(https://www.incaexpert.com/images2/i-less.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 14px;
}

.card-body {
  background: #f7f7f7;
  border-radius: 8px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #676767;
  padding: 0 0 1.25rem 0;
}
.card-body img {
  border-radius: 8px 8px 0 0;
}
.card-body p {
  margin: auto 1.25rem 1.25rem 1.25rem;
}

.card-body ul {
  margin-top: 1rem;
}

.itinerary-lateral {
  padding-left: 5rem;
  border-left: 1px solid #dedede;
}

.section-itinerary {
  padding-right: 3rem;
  margin-bottom: 4rem;
}

.itinerary-lateral h4 {
  color: #333;
  font-weight: 400;
}

.itinerary-lateral p {
  color: #656565;
}

.tas-lateral {
  border-radius: 6px;
  background: #f7f7f7;
}

.tas-lateral-text {
  padding: 15px 20px;
  font-size: 0.9rem;
  color: #666;
}

.tas-lateral img {
  border-radius: 6px 6px 0 0;
}

.tas-lateral-title {
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
}

.tas-lateral-text a {
  display: inline-block;
  margin-top: 1rem;
}

.tas-lateral-text .btn-border {
  padding: 10px 15px;
}

.pricing {
  margin-top: 4rem;
}

.pricing-head {
  background: #f3f3f3;
}

.banner-postponement {
  padding: 20px 40px;
  margin-left: 40px;
}

.banner-postponement img {
  width: 70px;
  margin-left: 10px;
}

.banner-postponement a:hover {
  color: #333;
}

.banner-postponement-1 {
  padding: 35px;
  background-image: url(https://www.incaexpert.com/images2/banner-years.svg);
  border-radius: 8px;
}

.banner-postponement-1 ul {
  background: #fff;
  padding: 20px 10px 10px 10px;
  border-radius: 8px;
  margin-bottom: 0;
}

.banner-postponement-1 li {
  padding: 10px 5px 20px 5px;
  margin-left: 35px;
  line-height: 1.3rem;
}
.included {
  border: none;
}

.included .card-body {
  background: white;
  margin: 0;
  padding-bottom: 0;
}

.p-hotel-list .stars-hotel-form {
  color: #b6d4b3;
}

.nav-link {
  border-bottom: 1px solid #ccc;
  border-radius: none;
}

.p-hotel-list a:hover {
  opacity: 0.8;
}

/*carrusel*/

.section-testimonial-carousel {
  /*    max-width: 720px;*/
  margin: 30px auto 90px auto;
  text-align: center;
  width: 80%;
}

.carousel {
  position: relative;
}

.review-button {
  margin-top: 100px;
  margin-bottom: -20px;
}

.section-testimonial-carousel ol.carousel-indicators {
  bottom: -100px !important;
}

.carousel-indicators li {
  margin-right: 20px;
  margin-left: 30px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 0.5px solid #00b67a00;
  opacity: 0.9;
  background-color: rgba(255, 255, 255, 0);
}

.carousel-indicators .active {
  opacity: 1;
  background: #00b67a00;
  background: -moz-linear-gradient(top, #00b67a 0, #00b67a 100%);
  background: -webkit-linear-gradient(top, #00b67a 0, #00b67a 100%);
  background: linear-gradient(to bottom, #00b67a 0, #00b67a 100%);
}

.testi-slider {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -25px;
}

.testi-slider img {
  width: 50px;
  border-radius: 25px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: 1s;
  display: block;
}

.active .testi-slider img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.section-testimonial-carousel .carousel-control-prev {
  left: -10%;
}

.section-testimonial-carousel .carousel-control-next {
  right: -10%;
}

.block-testi {
  min-height: 250px;
}

.testi-text {
  color: #fff;
  text-align: left;
  margin-left: 30px;
}

.testi-text div {
  line-height: 1.2rem;
}
.testi-person {
  /*    padding: 10px 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;*/
}

.circle-image {
  /*    float: left;*/
}

.circle-image img {
  border-radius: 50%;
  display: inline-block;
  width: 300px;
}

.testi-text hr {
  text-align: left;
  margin: 10px 0 20px 0;
  border-color: #ccc;
  width: 50px;
  border: 2px solid;
}
.p-t-info {
  color: #aaa;
  font-size: 0.95rem;
}
.p-t-name {
  font-size: 1.2rem;
}

.carousel-control-next-icon1 {
  background-image: url(https://www.incaexpert.com/images2/i-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.carousel-control-prev-icon1 {
  background-image: url(https://www.incaexpert.com/images2/i-arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.carousel-control-next-icon1,
.carousel-control-prev-icon1 {
  width: 30px;
  height: 30px;
}
/*end carrusel*/

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #729670;
}

.h-column {
  margin-left: 14px;
}

.h-main,
.h-column-item {
  position: relative;
}

.h-name {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  text-align: center;
  right: 50%;
  transform: translateX(50%);
  color: white;
}

/*.hidden-h-box {
    position: absolute;
    top: 50%;
    right:50%;
    transform:translate(50%, -50%);
}

.hidden-h-box img{
    height:30px;
}

.h-main a:hover img, .h-column-item a:hover img{
    opacity:0;
}

.h-main, .h-column-item{
    background:#fff;
    border-radius:8px;
    transition:.5s;
}

.h-main:hover .bg-transparent-black-bottom, .h-column-item:hover .bg-transparent-black-bottom {
    opacity:0;
}

.h-main .hidden-h-box, .h-column-item .hidden-h-box{
    opacity:0;
    transition.4s;
}

.h-main:hover .hidden-h-box, .h-column-item:hover .hidden-h-box{
    opacity:1;
}

.h-main:hover .h-name, .h-column-item:hover .h-name{
    color:black;
}*/

.hidden-h-box {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #ffffffcf;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.hidden-h-box img {
  height: 30px;
}

.hidden-h-box p {
  padding: 10px 0;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px dashed #858585;
}

.h-main:hover .bg-transparent-black-bottom,
.h-column-item:hover .bg-transparent-black-bottom {
  opacity: 0;
}

.h-main .hidden-h-box,
.h-column-item .hidden-h-box {
  opacity: 0;
  transition: 0.2s;
}

.h-main:hover .hidden-h-box,
.h-column-item:hover .hidden-h-box {
  opacity: 1;
  z-index: 2;
}

.h-main:hover .h-name,
.h-column-item:hover .h-name {
  color: black;
  opacity: 0;
  z-index: -1;
}

.h-main:hover img,
.h-column-item:hover img {
  filter: grayscale(100%);
}

.btn-arrow {
  background-image: url(../images2/i-arrow-btn.svg);
  background-size: 20px;
  padding-right: 25px;
  font-size: 0.9rem;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  margin-top: 20px;
}

.text-packages1 h3 {
  font-size: 1.4rem;
  margin-top: 10px;
}

.text-packages1 p {
  margin-bottom: 6px;
}

.i-packages {
  position: relative;
  border-left: 1px solid #e1e1e1;
}

.i-packages:first-child {
  border-left: 0;
}

.text-packages1 {
  height: 210px;
  position: relative;
  padding: 5px;
}

.related-packages a:hover {
  opacity: 0.8;
}

.text-packages1 a {
  position: absolute;
  bottom: 0;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
  color: #666;
}

.table th,
.table td {
  padding: 1.56rem 0.75rem;
}

.carousel-control-prev.ta-c {
  left: 10px;
}

.carousel-control-next.ta-c {
  right: 10px;
}

.ta-c .carousel-control-prev-icon,
.ta-c .carousel-control-next-icon {
  width: 22px;
  height: 22px;
}

.carousel-control-prev.ta-c,
.carousel-control-next.ta-c {
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  top: 35%;
}

@media (max-width: 1024px) {
  .grid-p-map img {
    width: 350px;
  }
  .grid-p-text {
    padding-right: 30px;
  }
  .itinerary-lateral {
    padding-left: 2rem;
  }
}

@media (max-width: 991px) {
  .text-packages1 {
    height: 250px;
  }

  .tas-lateral-text {
    position: absolute;
    top: 50%;
    left: 550px;
    margin-top: 30px;
    transform: translateY(-50%);
  }

  .tas-lateral img {
    border-radius: 6px 0 0 6px;
    width: 500px;
  }
  .no-medium {
    display: none;
  }

  .itinerary-lateral {
    padding-left: 1rem;
    border-left: 0;
  }

  .banner-postponement {
    margin-left: 0px;
  }

  .grid-p-text {
    grid-column: 1 / span 3;
  }

  .grid-p-steps {
    grid-column: 1 / span 3;
  }

  .tas-lateral img {
    width: 350px;
  }

  .tas-lateral-text {
    left: 380px;
  }

  .nav-link {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  .package-title h1 {
    font-size: 3rem;
  }
  .subtitle-package {
    font-size: 1.5rem;
    padding-left: 40px;
    background-size: 24px;
  }

  .no-medium-mini {
    display: none;
  }

  .circle-image img {
    width: 150px;
  }

  .text-packages1 {
    height: 180px;
    margin-bottom: 40px;
  }

  div#v-pills-tab {
    flex-direction: row !important;
    margin-bottom: 10px;
  }
  .section-itinerary {
    padding-right: 1rem;
  }
  .table th,
  .table td {
    padding: 1.1rem 0.75rem;
  }
}

@media (max-width: 580px) {
  .package-title {
    margin-top: 10px;
    padding: 0 30px;
    width: 100%;
    max-width: 100%;
    top: 50%;
    margin-left: 0;
  }

  .new-top-package .package-title {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%;
    max-width: 100%;
    top: initial;
    bottom: 0%;
    margin-left: 0;
    transform: translateY(0%);
  }

  .subtitle-package {
    font-size: 1.3rem;
    margin: 0 0 20px 0;
    background-size: 16px;
    background-position-y: center;
    padding-left: 30px;
  }

  .price {
    font-size: 1.1rem;
  }

  .package-title h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .title-regular {
    margin-bottom: 10px;
    font-size: 2rem;
  }

  .tas-lateral img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .tas-lateral-text {
    position: relative;
    top: 0;
    margin-top: 0;
    transform: translateY(0);
    left: 0;
  }

  #carousel-testimonios .d-flex.align-items-center {
    flex-direction: column;
  }

  .circle-image img {
    margin-bottom: 2rem;
  }

  .section-testimonial-carousel {
    margin: 30px auto 0px auto;
    text-align: center;
    width: 90%;
  }

  .carousel-inner.mb-5 {
    margin-bottom: -50px !important;
  }

  .card-header a {
    font-size: 1rem;
    padding-right: 20px;
  }

  .color-light-black {
    color: #8c8c8c;
  }

  .banner-center {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .banner-top {
    width: 90%;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .p-hotels-mobile {
    text-align: center;
    position: relative;
    display: block !important;
  }
  .included-box {
    margin-bottom: 40px;
    margin-top: 0 !important;
  }

  .itineraries {
    margin-top: 0 !important;
  }

  .p-overview {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

  .new-movil-top-g {
    display: block !important;
    height: auto;
    position: relative;
    z-index: -10;
  }

  .p-text-specialist img {
    width: 60px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .p-text-specialist {
    font-size: 0.85rem;
    padding-left: 75px;
    position: relative;
  }

  .grid-p-text {
    padding-right: 0;
  }

  .bg-color-transparency {
    background: linear-gradient(
      180deg,
      rgb(255 255 255 / 32%) 0%,
      rgba(0, 212, 255, 0) 100%
    );
  }

  .p-text-full {
    font-size: 1.1rem;
  }

  .p-t-name {
    font-size: 1rem;
  }

  .p-t-info {
    font-size: 0.9rem;
  }

  .testi-text {
    margin-left: 5px;
    margin-right: 5px;
    color: #333;
  }

  .table th,
  .table td {
    padding: 1.1rem 0.5rem;
    font-size: 0.9rem;
  }

  .section-testimonials {
    color: #333;
    background: white;
    padding-bottom: 0 !important;
  }
  .p-text-resume {
    font-size: 1.3rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }

  .carousel-control-next-icon1 {
    background-image: url(https://www.incaexpert.com/images2/i-arrow-right-black.svg);
  }

  .carousel-control-prev-icon1 {
    background-image: url(https://www.incaexpert.com/images2/i-arrow-left-black.svg);
  }

  .d-flex.justify-content-center.text-center.mt-5.pt-5.mb-5.btn-reviews {
    margin-top: 0 !important;
  }

  section.banner-postpone {
    width: 100%;
    padding: 20px 20px 20px 120px;
    font-size: 1.1rem;
    display: block;
    background-image: url(https://www.incaexpert.com/images2/i-postponement1.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position-x: 20px;
    background-position-y: 50%;
  }

  .bg-color-transparency {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(0, 212, 255, 0) 100%
    );
  }
}

/*end css packages*/

/* loading form */
.loading-button {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 3px;
  /*font-size: 15px; */
  width: 20px;
  height: 20px;
  /* margin-top: -5px; */
  border-radius: 10px;
  padding: 0;
  border: 2px solid #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  border-left: 2px solid rgba(255, 255, 255, 0);
  border-left-color: #90af84;
  background-color: transparent !important;
  -moz-animation: RotateLoading 0.4s linear infinite;
  -o-animation: RotateLoading 0.4s linear infinite;
  -ms-animation: RotateLoading 0.4s linear infinite;
  -webkit-animation: RotateLoading 0.4s linear infinite;
  animation: RotateLoading 0.4s linear infinite;
}

@keyframes RotateLoading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes RotateLoading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes RotateLoading {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes RotateLoading {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes RotateLoading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

/* recaptcha */
.msj-recaptcha {
  position: absolute;
  top: 25px;
  right: 50px;
}
.box-validation > .rc-anchor-compact-footer {
  bottom: 35px !important;
}
.box-validation > .rc-anchor-compact > .rc-anchor-content {
  height: 65px !important;
}
.grecaptcha-badge {
  bottom: 140px !important;
}

/*end css packages*/

/*PACKAGE INDEX CSS*/

.auto-header {
  width: auto;
  height: auto;
}

.top-above-fold {
  background-color: #eae6da;
  padding: 140px 30px 0 30px;
  position: relative;
}

.top-above-fold h1 {
  font-weight: 400;
}

.top-above-fold p {
  max-width: 450px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin: 10px 0 25px 0;
}

.p-icon-container {
  max-width: 400px;
  padding-bottom: 15px;
}

.p-icons {
  font-size: 0.8rem;
  width: 100%;
  line-height: 1rem;
}

.p-icons img {
  width: 30px;
  display: block;
}

.tab-text {
  font-size: 0.9rem;
  max-width: 400px;
  width: 100%;
  text-align: right;
}

.tab-buttons {
  width: 100%;
  max-width: 700px;
}

.tab-buttons a {
  padding: 10px;
  border: 1px solid #fff;
  margin-right: 15px;
  color: #666;
}

.tab-buttons a.active,
.tab-buttons a:hover {
  border: 1px solid #666;
  border-radius: 8px;
}

.nav-container {
  font-size: 0.9rem;
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.p-price {
  font-weight: bold;
  margin-top: 5px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.foodie-i img {
  width: auto;
}
.foodie-i {
  /* font-size: 14px; */
  color: #e1b027;
  margin-top: -5px;
  margin-bottom: 5px;
}
.t-icons {
  line-height: 1rem;
  padding-right: 15px;
}
.t-icons img {
  width: 35px;
  margin-right: 8px;
}
.t-icon-container {
  width: 100%;
}

@media (max-width: 900px) {
  .tab-text {
    max-width: 100%;
    text-align: center;
  }
  .tab-buttons {
    display: none;
  }

  .top-above-fold {
    padding: 160px 30px 0 30px;
  }
}

@media (max-width: 580px) {
  .tab-text {
    font-size: 1.07rem;
    text-align: left;
  }

  .top-above-fold {
    padding: 120px 30px 0 30px;
  }

  .top-above-fold p {
    font-size: 1.25rem;
    line-height: 1.8rem;
    margin: 10px 0 30px 0;
  }
}

/*END PACKAGE INDEX CSS*/

/*START TAs INDEX CSS*/

.text-p {
  padding: 20px 10px;
}

.text-p h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.text-p p {
  margin-bottom: 1rem;
  color: #666;
  width: 100%;
  max-width: 150px;
}

.text-p a {
  font-weight: bold;
}

.center-full {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}

.i-packages:nth-of-type(5),
.i-packages:nth-of-type(9),
.i-packages:nth-of-type(13) {
  border-left: 0;
}

@media (max-width: 991px) {
  .i-packages:nth-of-type(5),
  .i-packages:nth-of-type(9) {
    border-left: 1px solid #e1e1e1;
  }
  .i-packages:nth-of-type(4),
  .i-packages:nth-of-type(7),
  .i-packages:nth-of-type(10) {
    border-left: 0;
  }
  .i-packages:nth-of-type(10) {
    border-right: 1px solid #e1e1e1;
  }
}

@media (max-width: 767px) {
  .i-packages:nth-of-type(3),
  .i-packages:nth-of-type(5),
  .i-packages:nth-of-type(7),
  .i-packages:nth-of-type(9) {
    border-left: 0;
  }
  .i-packages:nth-of-type(4),
  .i-packages:nth-of-type(10) {
    border-left: 1px solid #e1e1e1;
  }
  .i-packages:nth-of-type(10) {
    border-right: 0;
  }
}

@media (max-width: 580px) {
  .i-packages {
    border-left: 0 !important;
  }

  .text-p h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .text-p p {
    max-width: 100%;
  }

  .text-p .small-text {
    font-size: 1.1rem;
  }
  .center-full {
    position: absolute;
    right: 0;
    top: 110px;
    transform: translate(0);
  }

  .center-full .l-number {
    height: 100%;
    top: 50px;
    right: 50%;
    width: 1px;
  }

  .content-index > section {
    padding: 15px;
  }
}

/*END TAs INDEX CSS*/

/* NEW STYLE DESTINATIONS */

.list-group-item {
  all: unset;
}

.list-group-item.active {
  background-color: unset;
  color: unset;
}

.list-index > a.active {
  text-decoration: underline #739670aa 5px;
}

.list-index {
  position: sticky;
  top: 15px;
  z-index: 20;
  padding-right: 40px;
  border-right: 1px solid #dfd9c9;
}

.list-index > a {
  display: block;
  color: #271f17;
  cursor: pointer;
}

.box-gray {
  background-color: #f9f9f9;
}

.content-index > section {
  padding: 50px;
}

.content-index > section:first-child {
  padding-top: 0px;
}

.content-index h3,
.content-index h5,
.content-index h4 {
  font-weight: bold;
}

.content-index hr {
  text-align: left;
  width: 50px;
  display: inline-block;
  border: 3px solid;
}

.acordion-header {
  cursor: pointer;
}

.content-index .title-regular {
  margin-bottom: 0;
}

.acordion-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  color: #333333;
  background: url(https://www.incaexpert.com/images2/i-plus.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 5px;
  background-size: 14px;
  transition: 0.5s;
  display: block;
  color: #333333;
}

.faq .acordion-header:hover {
  color: #e3b024;
}

.faq .card-body {
  background: none;
  padding-bottom: 0;
}

.faq .card-body a {
  text-decoration: underline;
}

.top-full-image {
  position: relative;
  text-align: center;
  background: #3d3517;
  color: white;
}

.top-full-image img {
  width: 100%;
  opacity: 0.7;
}

.top-full-image h1 {
  font-size: 4rem;
}

.center-d {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 2;
}

.top-full-image hr {
  width: 100%;
  border: 5px solid;
}

.content-index .text-packages1 {
  height: auto;
  padding: 5px 5px 50px 5px;
}

@media (max-width: 699px) {
  .destinations h1 {
    font-size: 2.8rem;
  }
  .what-to-see .container-medium {
    padding-right: 15px;
    padding-left: 15px;
  }
  .customize-trip .col-md-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .ba-book-confidence.container-medium {
    padding: 0;
  }
}

/* Nuevos paquetes Mil + banner */

h1 span {
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
  margin-top: 2rem;
}

.no-header-space {
  position: inherit;
}

.banner-mil {
  position: relative;
}

.text-mil {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  width: 100%;
  max-width: 500px;
  z-index: 1;
}

.text-mil p {
  font-size: 1rem;
  line-height: 1.6rem;
}

.text-mil p span {
  font-size: 1.1rem;
}

.banner-mil img {
  width: 100%;
}

.square-separation {
  background: #9eddc8;
  width: 7px;
  height: 7px;
  margin: 15px 0;
}

.btn-border {
  font-weight: 400;
}

.subtitle1 span {
  color: #9dddc8;
}

.btn-underline {
  border-bottom: 1px solid;
}

.m-left {
  margin-left: 20px;
}

.banner-top-link {
  height: 11%;
  width: 58%;
  position: absolute;
  bottom: 0;
  /* transform: translateY(50%); */
  right: 50px;
}

.top-home {
  background: #f1efe9;
  padding: 75px 25px 0 25px;
  position: relative;
  margin-top: -50px;
}

.trustpilot-info-1 {
  position: absolute;
  max-width: 280px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 10px;
}

.lateral-text {
  padding-left: 30px;
}

.lateral-text h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: normal;
  font-size: 3rem !important;
}
.featured img {
  height: 25px;
  /* margin-left: 30px; */
  margin: 10px 15px;
  filter: grayscale(40%);
}

.featured-text {
  width: auto;
  margin-bottom: 1rem;
  font-size: 0.85rem;
}

.banner-mil .bg-transparent-black-left {
  opacity: 0.6;
}

.lateral-text .bg-color1 {
  background-color: #e8dfc2;
}

.top-secundary-bottom {
  font-weight: normal;
}

.subtitle {
  font-size: 1.2rem;
}

.square-separation {
  background: #9eddc8;
  width: 8px;
  height: 8px;
  margin: 20px 0;
}

.subtitle1 {
  font-size: 1rem;
}

.subtitle1 span {
  color: #9dddc8;
}

.img-top {
  width: 100%;
  max-width: 1100px;
}

.foodie-h {
  margin-top: 1rem;
  margin-bottom: -0.5rem;
  color: #e1b027;
}

.btn-banner {
  margin-top: 20px;
}

.btn-banner a {
  font-size: 1.1rem;
}

.btn-banner a:hover {
  color: white;
  opacity: 0.8;
}

.banner-foodie-p {
  margin-top: 80px;
  /* border: 1px solid #dedede; */
  padding: 20px;
  border-radius: 8px;
  background: #eef4e8;
}

.banner-foodie-p img {
  margin-bottom: 20px;
}

.banner-foodie-p a span {
  padding-top: 0px;
  border: 1px solid #d0e2bd;
  border-radius: 6px;
  padding: 15px 15px;
  display: inline-block;
  font-size: 1.1rem;
  transition: 0.2s;
  background: white;
}

.banner-foodie-p a:hover span {
  background: #739670;
  color: white;
}

@media (max-width: 1355px) {
  .lateral-text {
    padding-right: 50px;
    padding-left: 0;
  }

  .lateral-text h1 {
    font-size: 2.8rem !important;
  }
}

@media (max-width: 1055px) {
  .lateral-text h1 {
    font-size: 2.5rem !important;
  }

  .subtitle {
    margin-bottom: 3rem;
  }

  .virgilio-logo span {
    margin-top: 0;
  }
  .virgilio-logo img {
    height: 22px;
    margin: 10px;
  }

  .logo img {
    height: 60px;
  }

  .mil-quote {
    display: none;
  }

  .mil-main-text {
    font-size: 2rem;
  }

  .mil-grid {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .rb {
    grid-area: 4 / 7 / 5 / 9;
  }
  .main-m {
    grid-area: 2 / 2 / 5 / 8;
  }
  .lb {
    grid-area: 4 / 1 / 5 / 3;
  }

  .virgilio-logo {
    margin-top: 2rem;
  }

  .play-virgilio {
    display: none;
  }
}

@media (max-width: 769px) {
  .lateral-text h1 {
    font-size: 1.8rem !important;
  }

  .mil-grid {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .main-m {
    grid-area: 2 / 2 / 4 / 8;
  }
  .lb {
    grid-area: 3 / 1 / 4 / 3;
  }
  .rb {
    grid-area: 3 / 7 / 4 / 9;
  }
  .mil-title h1 {
    padding: 20px;
  }
  .mil-transition {
    margin-top: -75px;
  }
  .r-space {
    padding-right: 5px;
  }
  .mil-main-text {
    font-size: 1.7rem;
  }
  .top-home {
    padding: 170px 25px 0 25px;
  }
}

@media (max-width: 699px) {
  .top-home {
    padding: 130px 25px 0 25px;
    margin-top: -30px;
  }

  .lateral-text h1 {
    font-size: 2.2rem !important;
  }

  .lateral-text {
    padding-left: 0px;
    padding-right: 0px;
  }

  .img-top {
    margin: 20px 0 10px;
  }

  .featured img {
    height: 18px;
  }

  .text-mil {
    top: 0;
    transform: translateY(0);
    left: 0;
    padding: 25px;
  }

  .text-mil .h1 {
    font-size: 1.8rem;
  }
  .square-separation {
    background: #9eddc8;
    width: 6px;
    height: 6px;
    margin: 10px 0;
  }

  .p-hotels {
    margin-top: 0 !important;
  }

  .main-nav-buttons {
    font-size: 1.3rem;
  }

  .main-nav-buttons span {
    line-height: 1.2rem;
  }

  .secundary-nav {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }

  .secundary-nav a {
    margin: 0;
  }
  .foodie-icon {
    padding-left: 0;
  }

  .foodie-icon {
    background-position-x: 0;
  }
}

.virtual-tour-video {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  color: #ffffff;
}
/* video pop up */
.virtual-tour-video-mobile {
  padding-top: 20px;
}

.virtual-tour-video img {
  width: 35px;
  margin-right: 5px;
}

.virtual-tour-video-mobile img {
  width: 35px;
  margin-right: 5px;
}

.virtual-tour-video:hover {
  filter: invert(54%) sepia(26%) saturate(400%) hue-rotate(68deg)
    brightness(97%) contrast(87%);
}

#video-section .modal-dialog {
  max-width: 900px;
  background-color: #fff0;
  color: #3c3c3c;
  padding: 20px;
}

#video-section .modal-content iframe {
  max-width: 830px;
  width: 100%;
  height: 465px;
}

#video-section .modal .close {
  font-size: 36px;
  width: 42px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 1;
  position: absolute;
  right: -10px;
  top: -45px;
  height: 42px;
}

.modal-backdrop {
  z-index: 1;
}

/* hotels new css */

.section-grey {
  background: #ededed;
}
.section-grey a {
  color: #333;
  display: block;
  text-align: center;
}
.section-grey a:hover {
  text-decoration: none;
}
.section-grey .buttons-scroll div {
  padding: 15px 0;
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 1px solid #ededed;
}
.section-grey .buttons-scroll div:hover {
  border-bottom: 1px solid #000;
  background: #f9f9f9;
}

.bg-dark-grey .h-section {
  color: #fff;
}
.h-section {
  text-transform: uppercase;
  font-family: Cinzel, serif;
  font-size: 4rem;
}

.carousel-inner {
  min-height: 360px;
}

.hotel-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 300;
}
.hotel-text .five-stars,
.hotel-text .four-stars,
.hotel-text .three-stars {
  display: inline-block;
}
.hotel-direction {
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1rem;
  margin-top: -10px;
}
.hotel-text p {
  color: #555;
  font-size: 1rem;
}
.hotel-icons {
  font-size: 0.9rem;
  color: #555;
}
.five-stars,
.four-stars,
.three-stars {
  margin-top: 5px;
  height: 30px;
  background: url('../images/star.svg') repeat-x;
  background-size: 20px;
  top: 0;
  left: 0;
}
.five-stars {
  width: 100px;
}
.four-stars {
  width: 80px;
}
.three-stars {
  width: 60px;
}

.hotel-img {
  position: relative;
}

.hotel-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-box-shadow: inset 0 -29px 45px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 -29px 45px -6px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 -29px 45px -6px rgba(0, 0, 0, 0.75);
}

.section-hotels-selection .modal-dialog {
  max-width: 800px;
  width: 100%;
  transform: translateY(-50%) !important;
  top: 50%;
}
.section-hotels-selection .close {
  position: absolute;
  z-index: 100;
  right: 3px;
  top: 5px;
}
.section-hotels-selection .modal-body {
  padding: 5px;
}

.section-hotels-index img {
  width: 100%;
}

.d-hotels {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

a.view-gallery {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid;
  border-radius: 6px;
  background: #00000011;
}

.icon-babysitter,
.icon-bar,
.icon-gift-shop,
.icon-gym,
.icon-internet,
.icon-laundry,
.icon-pool,
.icon-restaurant,
.icon-room-service,
.icon-spa {
  display: inline-block;
  margin-right: 10px;
  padding-left: 24px;
  margin-bottom: 5px;
}
.icon-spa {
  background: url(../images/i-spa.svg) no-repeat left;
}
.icon-babysitter {
  background: url(../images/i-babysitter.svg) no-repeat left;
}
.icon-internet {
  background: url(../images/i-wifi-small.svg) no-repeat left;
}
.icon-pool {
  background: url(../images/i-pool.svg) no-repeat left;
}
.icon-laundry {
  background: url(../images/i-laundry-service.svg) no-repeat left;
}
.icon-room-service {
  background: url(../images/i-room-service.svg) no-repeat left;
}
.icon-bar {
  background: url(../images/i-bar.svg) no-repeat left;
}
.icon-restaurant {
  background: url(../images/i-restaurant.svg) no-repeat left;
}
.icon-gym {
  background: url(../images/i-gym.svg) no-repeat left;
}
.icon-gift-shop {
  background: url(../images/i-giftshop.svg) no-repeat left;
}
.space-top {
  margin-top: 70px;
}
.section-top-distance {
  padding-top: 70px;
}
/* reviews */
.masonry {
  width: 96%;
  margin: 0 2% 50px 2%;
  padding: 0;
}
.masonry-col-3 {
  -moz-column-gap: 3;
  -webkit-column-gap: 3;
  column-gap: 3;
}
.masonry-col-5 {
  -moz-column-gap: 5;
  -webkit-column-gap: 5;
  column-gap: 5;
}
.masonry-item {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
}

.masonry-item img {
  width: 100%;
  opacity: 0.9;
  -webkit-filter: sepia(0.4);
  filter: sepia(0.4);
}
.img-packages {
  position: relative;
  background: #000;
  text-transform: uppercase;
}
.img-packages img {
  width: 100%;
  opacity: 0.7;
}
.img-text-packages {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.2rem;
  font-weight: 300;
  width: 90%;
  margin-top: -10px;
}
.img-text-packages span {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.img-packages hr {
  background: #fff;
  width: 50px;
  margin: 8px auto;
}
.package-section-text {
  width: 80%;
  display: inline-block;
  text-align: center;
  margin: 0 10%;
}
.i-packages-text {
  position: relative;
  text-align: left;
  padding: 10px 35px 10px 10px;
  -webkit-box-shadow: 0 6px 18px 2px rgba(0, 0, 0, 0.32);
  -moz-box-shadow: 0 6px 18px 2px rgba(0, 0, 0, 0.32);
  box-shadow: 0 6px 18px 2px rgba(0, 0, 0, 0.32);
  font-size: 0.9rem;
  min-height: 60px;
  color: #292929;
  background: #fff;
}
.btn-in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: all 1s;
  height: 34px;
  overflow: hidden;
}
.section-bottom-distance {
  padding-bottom: 70px;
}
/*hr {
  border-color: inherit;
  width: 100px;
}*/
@media only screen and (min-width: 1100px) {
  .masonry-col-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}
@media only screen and (min-width: 900px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
.play {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.video {
  background: var(--success);
}
a.video img {
  transition: 1s;
}
.section-distance {
  padding-top: 70px;
  padding-bottom: 70px;
}
.i-local {
  position: relative;
  margin: 0 10px;
}
.overlay-local {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}
.i-local:hover .overlay-local {
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
a.overlay-local {
  background-image: url(../images/i-white-arrow.svg);
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 95%;
  transition: 0.5s;
  cursor: pointer;
}
a.overlay-local:hover {
  background-position-x: 96%;
  background-position-y: 95%;
}
.i-local img {
  transition: 0.2s ease;
}
.title-local {
  position: absolute;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  top: 80%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  font-weight: 300;
  transition: bottom 0.5s ease;
}
.i-local:hover .title-local {
  top: 5%;
}
.i-local:hover img {
  width: 100%;
}
.button-local {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 20px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  width: 90%;
}
.button-local a {
  text-align: center;
  color: #fff;
  z-index: 1;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 2px;
}
.button-local .texts {
  text-align: center;
  color: #fff;
  z-index: 1;
  font-weight: 300;
  font-size: 0.9rem;
}
.button-local a:hover {
  text-decoration: none;
}
.i-local:hover .button-local {
  opacity: 1;
}
.i-conservation {
  width: 31%;
  margin: 20px 1%;
}
.icon-local {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  opacity: 0;
  transition: opacity 0.35s ease;
  width: 60px;
}
.bg-light-grey {
  background-color: #f1f1f1;
}
.bg-dark-grey {
  background: #222;
}
.bg-dark-grey a {
  color: #fff;
}

.bg-dark-grey,
.bg-dark-grey .h2,
.bg-dark-grey h2,
.bg-dark-grey hr,
.bg-dark-grey p {
  color: #d1d1d1;
}
.mission-text {
  margin-bottom: 60px;
}
.mission-text img {
  width: 100%;
}
.mission-text hr {
  margin: 20px 0;
}
.our-mission-title {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.lefty {
  border-left: 1px solid #000;
  padding: 0 50px;
  margin-bottom: 50px;
}
.big-hr,
.hr-left {
  margin-left: 0;
  margin-right: 0;
}
.big-hr {
  border: 1px solid;
  display: inline-block;
  margin-bottom: 10px;
}
.hr-left {
  margin-bottom: 10px;
  margin-top: 10px;
}
.impact-layout {
  padding-left: 60px;
}
.impact-icon {
  float: left;
  margin-left: -60px;
}
.impact-icon img {
  width: 40px;
}
.modal-columns p {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.btn-banner-general a {
  color: #333;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px 0 10px 10px;
  border: 1px solid #999;
}
.dark-modal {
  padding: 20px;
}
.mailchimp_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mailchimp_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 4px;
}

.mailchimp_container:hover input ~ .checkmark {
  background-color: #ccc;
}

.mailchimp_container input:checked ~ .checkmark {
  background-color: #589240;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.mailchimp_container input:checked ~ .checkmark:after {
  display: block;
}
.mailchimp_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* New mobile CTA */

.cta-mobile {
  position: fixed;
  z-index: 500;
  bottom: 0;
  width: 100%;
  background: #fbfbfb;
  padding: 15px 25px;
  display: flex;
  font-size: 1.1rem;
  border-top: 1px solid #e4e1e1;
  line-height: 130%;
  color: #333;
}

.cta-mobile img {
  vertical-align: top;
  margin: 3px 10px 0 0;
  align-self: flex-start;
}

.cta-mobile-button {
  text-align: center;
  font-size: 1.12rem;
  background: #589240;
  padding: 12px 15px;
  font-weight: 600;
  color: white;
  border-radius: 12px;
  min-width: 160px;
  margin-left: 10px;
}

.d-1024-none {
  display: none;
}

.d-768-block {
  display: none;
}

.color-foodie {
  background: color(srgb 0.9327 0.9577 0.9098);
  height: 100%;
}

.title-banner-packages h2 {
  font-weight: 500;
}

.title-banner-packages {
  top: 0;
  left: 0;
  margin: 0 15px;
}

.description-banner-packages svg {
  width: 40px;
}

.description-banner-packages {
  bottom: 0;
  padding-bottom: 2rem;
  padding-left: 2.3rem;
}

.bg-gray-2 {
  background: #d9d9d9;
}

.bg-gray-1 {
  background: #f5f5f5;
}

@media (max-width: 1100px) {
  .title-banner-packages h2 {
    font-size: 1.7rem;
  }

  .description-banner-packages {
    bottom: 35px;
    padding-bottom: 1.5rem;
    padding-left: 1.7rem;
  }
}

.banners-packages-col img {
  object-fit: cover;
}

.banners-packages-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 1rem !important;
}

.bg-banner-tas {
  background-image: url('https://www.incaexpert.com/images2/ta-melissa-t-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.itineary-detail .card-header a {
  background-position-y: center;
}

.divider-promise {
  border-top: 2px solid #fff;
}

.collapse.show .itineraries .nav-pills .nav-link {
  border-radius: 0;
}

.itineraries .nav-pills .nav-link.active {
  /* border-radius: 10px; */
}

.itinerary-title {
  /* gap: 10px; */
  padding: 5px 0;
}

.itinerary-day span:first-child {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.itinerary-day span:last-child {
  font-size: 1.5rem;
  font-weight: 600;
}

.nav-item:first-of-type {
  border-top: 1px solid #ccc;
}

.nav-item > .nav-link.active {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.itinerary-day,
.itinerary-day *,
.itinerary-title {
  align-items: center;
}

.highlights-list {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.point-highlights {
  height: 10px;
  width: 10px;
  background: black;
}

.itinerary-day span {
  line-height: 1.3rem;
}

.flex-column-reverse .itineary-detail .card-header a:hover {
  background-image: url(https://www.incaexpert.com/images2/i-less-white.svg);
}

.itineary-detail * {
  transition: all 0.2;
}

.flex-column-reverse .collapse.show + .card-header,
.flex-column-reverse .colapsing-none + .card-header:hover {
  background: #699662;
}

.flex-column-reverse .collapse.show + .card-header a {
  background-image: url(https://www.incaexpert.com/images2/i-less-white.svg);
}

.flex-column-reverse .collapse.show + .card-header .itinerary-title,
.flex-column-reverse .card-header:hover .itinerary-title,
.flex-column-reverse
  .collapse.show
  + .card-header
  .itinerary-title
  .color-light-black,
.flex-column-reverse .card-header:hover .itinerary-title .color-light-black {
  color: #fff !important;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.box-highlights {
  background: white;
  padding: 30px 50px;
}

.itineraries video {
  border-radius: 8px;
}

a:hover span.color-light-black {
  color: #719670;
}

a.active span.color-light-black {
  color: white;
}

.title-section {
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 1px;
}

.itinerary-container {
  width: 100%;
  max-width: 1550px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1100px) {
  .d-1024-none {
    display: block;
    padding: 30px;
  }

  .itinerary-container {
    display: none;
  }

  .d-1024-block {
    display: none;
  }

  .banners-packages-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .d-768-none {
    display: none;
  }

  .d-768-block {
    display: block;
  }

  .banners-packages-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .d-1024-none {
    padding: 0;
  }
}

.bg-none {
  background: none !important;
}

/* .itinerary-container .card-header .itinerary-container .card-header:hover .itinerary-title,
.itinerary-container .card-header .itinerary-container .card-header:hover .itinerary-title .color-light-black {
  background: transparent;
} */

.itinerary-container .card-header a span {
  font-weight: normal;
}

.itinerary-container .card-header {
  background: transparent;
}

.card-header.active {
  background: #729670;
}

.itinerary-container .card-header:hover .itinerary-title,
.itinerary-container .card-header:hover .itinerary-title .color-light-black {
  color: #739670 !important;
  border-color: #739670 !important;
}

.card-header.active .itinerary-title,
.card-header.active .itinerary-title .color-light-black,
.card-header.active:hover .itinerary-title,
.card-header.active:hover .itinerary-title .color-light-black {
  color: white !important;
  border-color: white !important;
  line-height: 1.5;
}

.itinerary-day > * {
  font-weight: bold !important;
}

@media (min-width: 1100px) {
  .colapsing-none {
    transition: height 0s;
  }

  .itineary-detail .card-body {
    background: #f3f3f3;
  }
}
