@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');@font-face {
    font-display: swap;
    font-family: 'Inlanders';
    src: url('/wp-content/themes/richardlarotag/fonts/Inlanders.otf') format('opentype')
}

@font-face {
    font-display: swap;
    font-family: 'Inlanders';
    src: url('/wp-content/themes/richardlarotag/fonts/Inlanders.eot')
}

@font-face {
    font-display: swap;
    font-family: 'Inlanders';
    src: url('/wp-content/themes/richardlarotag/fonts/Inlanders.ttf') format('truetype')
}

@font-face {
    font-display: swap;
    font-family: 'Inlanders';
    src: url('/wp-content/themes/richardlarotag/fonts/Inlanders.woff')
}

@font-face {
    font-display: swap;
    font-family: 'Inlanders';
    src: url('/wp-content/themes/richardlarotag/fonts/Inlanders.svg') format('svg')
}




:root {
  --richardlgc1:#00A859;
  --richardlgc2:#222222;
}


/*ESTILOS FORMULARIO DE RESERVA*/
.FrmReservar{width: 100%;border: solid 2px var(--richardlgc1);border-radius: 5px;box-sizing: border-box;margin: 9px 0 20px;}
.FrmReservar h3{background: var(--richardlgc1);color: #fff;font-size: 22px;font-weight: normal;margin: 0;padding: 15px 0;text-align: center;}
.FrmReservar #tituloTour{}
.FrmReservar p{ background: none; padding: 0;}
.FrmReservar br{display: none;}
.FrmReservar #r-tour{background-color: #eee; border: 1px solid #ccc; color: #818181; cursor: not-allowed;}
.FrmReservar input[type="text"], .FrmReservar input[type="email"]{     text-indent: 0px !important;    height: auto !important;width: 95%; display: block; margin: 8px auto; box-sizing: border-box; border: solid 1px #cbcbcb; border-radius: 5px; font-size: 14px; color: #1c251f; padding: 12px 8px 12px 13px;}
.FrmReservar input[name="your-whatsapp"]{background: url(../images/whatsapp.png) 96% center no-repeat #fff;}
.ContentFrm{width: 97%; margin: auto;}
.FrmLeft{width: 49.5%; float: left;}
.FrmRight{width: 49.5%; float: right;}
.FrmLeft2{width: 33%; float: left;}
.FrmCenter{width: 33%; float: left; margin-left: 0.5%;}
.FrmRight2{width: 33%; float: right;}
.FrmReservar .ContentFrm select{ width: 95%; display: block; margin: 8px auto; box-sizing: border-box; border: solid 1px #cbcbcb; border-radius: 5px; font-size: 14px; color: #1c251f; padding: 12px 8px 12px 13px;}
.FrmReservar .Hotel{ width: 95%; margin: 8px auto 0; font-size: 14px; color: #5c5c5c;}
.FrmReservar .Hotel select{box-sizing: border-box; border: solid 1px #cbcbcb; border-radius: 5px; font-size: 14px; color: #1c251f; padding: 12px 8px 12px 13px; width: 55%; margin-left: 4%;}
.FrmReservar .Referencia{ width: 95%; margin: 8px auto 0; font-size: 16px; color: #5c5c5c;}
.FrmReservar .Referencia select{box-sizing: border-box; border: solid 1px #cbcbcb; border-radius: 5px; font-size: 14px; color: #1c251f; padding: 12px 8px 12px 13px; width: 100%;}
.FrmReservar .Mensaje{ width: 95%; margin: 8px auto 0; font-size: 16px; color: #5c5c5c;}
.FrmReservar .Mensaje textarea{width: 100%; display: block; margin: 8px auto; box-sizing: border-box; border: solid 1px #cbcbcb; border-radius: 5px; font-size: 14px; color: #1c251f; padding: 12px 8px 12px 13px; height: 140px;}
.FrmReservar input[type="submit"]{color: #fff;font-size: 18px;background-color: var(--richardlgc1);border: none;border-radius: 5px;display: table;margin: auto;cursor: pointer;text-transform: uppercase;width: 95% !important;padding: 16px 40px;text-indent: 0px !important;}

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok{color:#FFF !important;}


.contactus{
    background: var(--richardlgc1);
    padding: 8px;
    color: #fff !important;
    border-radius: 25px;
    border: 1px solid var(--richardlgc1);
    transition: background all .3s ease;
}

@media screen and (min-width: 992px) {
  .main-header {
    height: calc(100vh - 2rem);
  }
  .hero-slide__content {
    padding-bottom: 10%;
  }
}

.hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
}

.hero-slide__image {
  height: 100%;
  width: 100%;
  /* display: block; */
  -o-object-fit: cover;
     object-fit: cover;
  /* object-position: right bottom; */
  position: absolute;
  bottom: 0;
  display: block;
  /* display: none; */
}

.hero-slide__image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

@media screen and (min-width: 992px) {
  .hero-slide__image-container {
    display: none;
  }
}

.hero-slide__video {
  height: 100%;
  width: 100%;
  /* display: block; */
  -o-object-fit: cover;
  object-fit: cover;
  /* object-position: right bottom; */
  /* position: absolute; */
  bottom: 0;
  /* display: none; */
}

@media screen and (min-width: 992px) {
  .hero-slide__video {
    display: block;
  }
}

.hero-slide__home-shelf {
  position: static;
  width: 30rem;
  z-index: 2;
  width: 90%;
  left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf {
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    width: 30rem;
    height: 30rem;
    border-radius: 30rem;
    top: calc(50% - 15rem);
    left: calc(50% - 15rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    overflow: hidden;
  }
}

.hero-slide__home-shelf .wta-container {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  padding-top: 1rem;
}

.hero-slide__home-shelf .cta-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf .cta-container {
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 7rem;
    padding-right: 5rem;
  }
}

.hero-slide__home-shelf .cta-container.center {
  text-align: center;
  padding-left: 4rem;
  padding-right: 4rem;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf .cta-container.center {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.hero-slide__home-shelf .cta-container.center h1::before {
  left: calc(50% - 3rem);
}

.hero-slide__home-shelf img {
  width: 10rem;
  height: 10rem;
  width: 16rem;
  height: 16rem;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf {
    width: 50rem;
    height: 50rem;
    top: calc(50% - 25rem);
    left: -5rem;
  }
}

.hero-slide__home-shelf h1,
.hero-slide__home-shelf h2,
.hero-slide__home-shelf p {
  color: white;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf h1,
  .hero-slide__home-shelf h2,
  .hero-slide__home-shelf p {
    color: #444;
  }
}

.hero-slide__home-shelf h1,
.hero-slide__home-shelf h2,
.hero-slide__home-shelf p {
  font-family: "Poppins", sans-serif;
}

.hero-slide__home-shelf h1 {
  font-size: 1.8rem;
  font-size: 2rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-top: 2rem;
  padding-bottom: 1.4rem;
  margin-bottom: 1rem;
  position: relative;
}

.hero-slide__home-shelf h1::before {
  position: absolute;
  content: "";
  width: 6rem;
  height: 4px;
  border-radius: 4px;
  left: 0;
  bottom: 0;
  background-color: #ff6600;
}

@media screen and (min-width: 768px) {
  .hero-slide__home-shelf h1 {
    text-transform: none;
  }
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf h1 {
    font-size: 2.2rem;
    margin-top: 2rem;
    padding-bottom: 1.4rem;
    margin-bottom: 1rem;
    position: relative;
  }
  .hero-slide__home-shelf h1::before {
    position: absolute;
    content: "";
    width: 6rem;
    height: 4px;
    border-radius: 4px;
    left: 0;
    bottom: 0;
    background-color: #ff6600;
  }
}

.hero-slide__home-shelf h2 {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ff6600;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.hero-slide__home-shelf p {
  font-size: 1.4rem;
}

@media screen and (min-width: 992px) {
  .hero-slide__home-shelf p {
    font-size: 1.6rem;
  }
}

.hero-slide__content {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  /* z-index: 1; */
}

@media screen and (min-width: 992px) {
  .hero-slide__content {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.hero-slide__title {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  color: white;
}

.hero-slide__subtitle {
  font-family: "Poppins", sans-serif;
  color: white;
  letter-spacing: 1px;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}

.world-travel-awards-seal {
  display: block;
  height: 18rem;
  margin-bottom: 1rem;
}

.btn-salkantay-outer4 {
  margin-top: 1rem;
  text-align: center;
}

.hero-slide__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-slide__footer {
    text-align: right;
  }
  .hero-slide__title {
    font-size: 4rem;
  }
  .hero-slide__subtitle {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .main-header {
    height: calc(100vh - 1rem);
  }
  .hero-slide__content {
    padding-bottom: 10%;
  }
}

.award-shelf {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* margin-left: auto; */
  /* margin-right: auto; */
  /* align-items: center; */
  /* justify-content: right; */
  /* position: absolute; */
  /* bottom: 0; */
}

.award-shelf img {
  display: block;
  height: 12rem;
}

.award-shelf img + img {
  margin-left: 2rem;
}

/*.award-shelf .level1 {
}

.award-shelf .level2 {
    height: 16rem;
} */
/* .hero-slide__footer img {
    height: 12rem;
    width: auto;
} */

.top{
    background: #0d754f;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    margin-left: 6px;
    padding: 6px 6px;
}

/*******************menu ***************/
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: rgba(51, 51, 51, 0) !important;
    color: #030304 !important;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item{
        text-transform: capitalize;
        font-size: 0.799em;
        border-bottom: none;
        border-bottom: none;
        padding: 2px 0px;
        border-bottom: 1px dotted #a7a7a7;
        border-top: none;
        background: #fff;
}

#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 430px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    border: 0;
    background: #f1f1f1;
    border-radius: 0;
    text-transform: uppercase !important;
}


#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    background: #fff;
    font-weight: normal;
    text-decoration: none;
    color: #666;
}
#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: var(--richardlgc1);
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    /* text-transform: uppercase; */
}

#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a:before  {
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    position: relative;
    top: 0px;
    margin-left: 0.5em;
    color: var(--richardlgc1);
}
#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
      color: #555;
      font-family: inherit;
      text-decoration: none;
      text-align: left;
      margin: 0 2px 0 2px;
      vertical-align: top;
      display: block;
      color: initial;
      display: block;
      padding: 0.6em 8px;
      border: 0;
      text-transform: uppercase;
      font-size: 1rem !important;
      font-weight: 600;
      border-bottom: 2px solid #077303;
      border-top: none;
}

#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  
    padding: 0;
}

#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li {
 

     text-transform: capitalize;
    font-size: 0.799em;
    border-bottom: none;
    border-bottom: none;
    padding: 7px 0px;
    display: block;
    border-bottom: 1px dotted #a7a7a7;
    border-top: none;
}


   
    #menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a {
   text-transform: uppercase;
   font-size: 1.1em;
}


#menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:before {
      content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    position: relative;
    top: 0px;
    margin-left: 0.5em;
    color: #136b13;

}


* {
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    font: 16px 'Lato',sans-serif;
    font-weight: 400;
    margin: 0
}

img {
    border: none;
    padding: 0;
    max-width: 100%;
    height: auto
}

img a {
    border: none
}

.alignleft {
    float: left;
    border: none;
    margin: 0 10px 10px 0
}

.alignright {
    float: right;
    border: none;
    margin: 0 0 10px 10px
}

.aligncenter {
    display: block;
    margin: 0 auto 10px
}

.const {
    background: url(/wp-content/themes/richardlarotag/images/const.png) no-repeat center top;
    padding-top: 175px;
    text-align: center !important
}

.loading {
    background: url(/wp-content/themes/richardlarotag/images/loading.gif) no-repeat center!important;
    width: 100%;
    height: 300px;
    overflow: hidden
}

.loading .desTour {
    display: none
}

.error {
    letter-spacing: 0;
    word-spacing: 0
}

a {
    color: #06c;
    text-decoration: none
}

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

p:empty {
    display: none
}

li {
    list-style: none
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0
}

.container2 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0
}

header {
    background-color: #fff;
}

.top-covid {
    background-color: #16754f;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 5px 0
}

.top-covid h3 {
    display: none
}

.top-covid a {
    color: #fff
}

.top-covid .fa-exclamation-triangle {
    -webkit-animation-name: cambiarColor;
    animation-name: cambiarColor;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@keyframes cambiarColor {
    0% {
        color: #282828
    }

    50% {
        color: #fff
    }
}

#superTop {
    background-color: #eec02d;
    padding: 5px 10px;
    font-size: 14px
}

#superTop .container {
    display: flex;
    justify-content: space-between
}

.date {
    color: #030304;
    display: inline-block;
    width: 80%;
    vertical-align: middle
}

.date li {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    font-size: 14px
}

.date li .fa-mobile {
    font-size: 16px
}

.date li .fa-envelope-o {
    font-size: 19px;
    font-weight: 700
}

.date li .fa-phone {
    font-size: 13px
}

.date li a {
    color: #030304
}

.redes-supertop {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: right
}

.redes-supertop .fa-facebook-f:before {
    content: '\f39e'
}

.redes-supertop ul li {
    display: inline-block;
    font-size: 17px;
    margin-left: 12px;
    vertical-align: middle
}

.redes-supertop ul li a {
    color: #030304
}

.BoxMenuMobile,#menucel {
    display: none
}

#top {
    padding: 5px;
    box-sizing: border-box
}

.logo {
    width: 18%;
    float: left;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    position: relative
}

.peru {
    width: 50%;
    float: left;
    text-align: center
}

.peru img {
    margin: 0 15px
}

.socialTop {
    width: 31%;
    float: right
}

.socialTop h3 {
    color: #fff;
    margin: 4px 0 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center
}

.socialTop .sf-field-search {
    display: inline-block;
    width: 76%
}

.socialTop .sf-field-search label {
    display: block
}

.socialTop .sf-field-search input {
    font-size: 16px;
    color: #4c4b4b;
    padding: 11px 15px;
    border-radius: 3px 0 0 3px;
    border: none;
    box-sizing: border-box;
    margin: 0;
    width: 100%
}

.socialTop .sf-field-submit {
    display: inline-block;
    width: 24%;
    margin: 0
}

.socialTop .sf-field-submit input {
    font-size: 14px;
    padding: 13px 7px 11px 12px;
    border-radius: 0 3px 3px 0;
    border: none;
    width: 100%;
    background: #f3c800;
    color: #14223a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 10px;
    cursor: pointer
}

.socialTop ul,.socialTop .widget_polylang {
    display: inline-block;
    vertical-align: middle
}

.socialTop li {
    border-radius: 100%;
    display: inline-block;
    padding: 3px
}

.socialTop li a {
    display: block;
    color: #fff
}

.socialTop li a:hover {
    text-decoration: none
}

.socialTop li i {
    display: block;
    width: 25px;
    height: 21px;
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px
}

.socialTop .fa-facebook-square {
    background-color: #4e598f
}

.socialTop .fa-youtube {
    background-color: #d22215
}

.socialTop .fa-twitter {
    background-color: #65a2d9
}

.socialTop .fa-whatsapp {
    background-color: #75b73b;
    font-size: 18px;
    padding-top: 3px;
    height: 22px
}

.socialTop .fa-skype {
    background-color: #65a2d9
}

.socialTop .fa-instagram {
    background-color: #6c27b3;
    font-size: 18px;
    padding-top: 3px;
    height: 22px
}

.socialTop .fa-google-plus {
    background-color: #cf4c3c
}

.newmenutop {
    width: 80%;
    float: right;
    margin-top: 24px
}

.newmenutop ul {
    text-align: right
}

.newmenutop ul li {
    display: inline-block;
    vertical-align: middle;
    /* text-transform: capitalize; */
    font-size: 14px;
    margin-left: 15px;
    position: relative
}

.newmenutop ul li a {
    color: var(--richardlgc2);
}

.newmenutop .BtnReviews a {
    background: url('/wp-content/themes/richardlarotag/images/bg-trip.png')left center no-repeat;
    padding: 6px 0 6px 26px;
    display: block
}

.newmenutop .BtnAvailability a {
    background: url('/wp-content/themes/richardlarotag/images/bg-calendar.png')left center no-repeat;
    padding: 6px 0 6px 21px;
    display: block
}

.newmenutop .BtnWho a {
    background: url('/wp-content/themes/richardlarotag/images/bg-who.png')left center no-repeat;
    padding: 6px 0 6px 26px;
    display: block
}

.newmenutop .menu-item-2099,.newmenutop .menu-item-2190 {
    background: url('/wp-content/themes/richardlarotag/images/triangle.png')right center no-repeat;
    padding-right: 11px
}

.newmenutop .BtnYellow a {
    background-color: var(--richardlgc1);
    color: #fff;
    font-weight: 700;
    padding: 8px 19px;
    font-size: 14px
}

.newmenutop ul li ul {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: rgba(0,0,0,.7);
    text-align: left;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -40px;
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    z-index: 300;
    border-top: solid 2px #eec02d;
    min-width: 80px
}

.newmenutop ul li:hover ul {
    opacity: 1;
    top: 25px;
    visibility: visible
}

.newmenutop ul ul li {
    position: relative;
    display: block;
    border: none !important;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    padding: 2px;
    margin: 0
}

.newmenutop ul ul li a {
    color: #fff;
    font-size: 15px;
    padding: 4px 8px;
    display: block;
    border-bottom: 1px solid silver;
    -webkit-transition: background-color .1s;
    -moz-transition: background-color .1s;
    -o-transition: background-color .1s;
    transition: background-color .1s;
    border: none;
    text-shadow: none;
    border: none
}

.newmenutop ul ul li:first-child a {
    border: none
}

#menu {
    background: #fff;
    padding: 0;
    background-color: #fff;
    display: block;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    box-shadow: 0 1px 5px -2px #cecece;
}

#menu .mega-indicator:after {
    color: var(--richardlgc1) !important;
}

#menu #mega-menu-wrap-menu-principal #mega-menu-menu-principal>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,#menu #mega-menu-wrap-menu-principal #mega-menu-menu-principal>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
    border-left: 8px solid #eec02d
}

#menu #mega-menu-wrap-menu-principal #mega-menu-menu-principal>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-left: 8px solid #eec02d;
    margin-bottom: 10px
}

.MenuSticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 20;
    display: none;
    transition-duration: .7s;
    border-bottom: solid 2px var(--richardlgc1);
}

.MenuSticky .container {
    max-width: 1200px
}

.MenuSticky .logo {
    width: 13%;
    padding: 6px 0 0
}

.MenuSticky #menu {
    width: 87%;
    float: right;
    background: 0 0;
    padding-top: 5px
}


.MenuSticky #menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 370px;
    max-width: none;
    padding: 0px 0px 0px 0px;
    border: 0;
    background: #f1f1f1;
    border-radius: 0;
    text-transform: uppercase !important;
}

.MenuSticky .menu-top {
    margin-top: 5px
}

.MenuSticky .menu-top ul li.mega-blog a {
    background-color: #fff!important;
    color: #a02042!important
}

.MenuSticky #menu li a {
    font-size: 14px !important;
}

#formweb {
    padding: 20px 15px 5px;
    background-color: #eee;
    letter-spacing: -1px;
    word-spacing: -1px;
    font-size: 0;
    text-align: center
}

#formweb br {
    display: none
}

#formweb .wpcf7-form-control-wrap {
    display: inline-block;
    width: 33.3333%;
    padding: 5px;
    box-sizing: border-box
}

#formweb .wpcf7-form-control-wrap.your-message {
    display: block;
    width: 100%
}

#formweb input,#formweb select,#formweb textarea {
    padding: 8px;
    background-color: rgba(255,255,255,.8);
    width: 100%;
    font: 14px 'Open Sans',sans-serif;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    letter-spacing: 0;
    word-spacing: 0
}

#formweb input[type=submit] {
    background-color: #00aeef;
    width: auto;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    display: table;
    margin: auto;
    border: none;
    margin-top: 5px
}

#formweb input[type=submit]:hover {
    background-color: #008bbf
}

#formweb img.ajax-loader {
    display: table;
    margin: auto
}

#formweb+div.wpcf7-validation-errors,#formweb+div.wpcf7-mail-sent-ng,#formweb+div.wpcf7-mail-sent-ok {
    margin: 10px 20px;
    text-align: center
}

#formweb span.wpcf7-not-valid-tip {
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 13px;
    top: 10px;
    left: auto;
    right: 10px
}

#enquire,#ytour {
    display: none
}

#enquire input,#enquire textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box
}

#enquire .wpcf7-form-control-wrap {
    display: block;
    padding: 5px 0
}

#enquire br {
    display: none
}

#enquire input[type=submit] {
    width: auto;
    color: #fff;
    background-color: #3eb368;
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 10px;
    font-size: 17px;
    border-radius: 5px;
    cursor: pointer
}

#enquire .wpcf7-form-control-wrap.your-date1,#enquire .wpcf7-form-control-wrap.your-date2 {
    display: inline-block;
    width: 46%;
    max-width: 180px;
    vertical-align: top
}

#enquire h3 {
    text-transform: uppercase;
    padding-bottom: 10px
}

#slideshow {
    position: relative;
    line-height: 0
}

.BoxTextBanner {
    position: absolute;
    z-index: 7;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    box-sizing: border-box;
    text-align: center
}

.TextBanner {
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    text-transform: uppercase;
    line-height: normal
}

.TextBanner h3 {
    font-size: 50px;
    margin-bottom: 5px;
    text-shadow: 0 0 11px #0000005e
}

.TextBanner p {
    font-size: 30px;
    text-shadow: 0 0 11px #0000005e
}

.BoxTextBanner .sf-field-search {
    display: inline-block;
    width: 76%
}

.BoxTextBanner .sf-field-search label {
    display: block
}

.BoxTextBanner .sf-field-search input {
    font-size: 16px;
    color: #4c4b4b;
    padding: 15px;
    border-radius: 21px 0 0 21px;
    border: none;
    box-sizing: border-box;
    margin: 0;
    width: 100%
}

.BoxTextBanner .sf-field-submit {
    display: inline-block;
    width: 24%;
    margin: 0
}

.BoxTextBanner .sf-field-submit input {
    font-size: 14px;
    padding: 16px 7px 16px 12px;
    border-radius: 0 21px 21px 0;
    border: none;
    width: 100%;
    background: #f3c800;
    color: #14223a;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    word-spacing: 10px;
    cursor: pointer
}

.BoxIncaTrailAvailability {
    background-color: #f3c800;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    padding: 12px 20px;
    box-sizing: border-box
}

.BoxIncaTrailAvailability strong {
    display: inline-block;
    padding: 2px 16px;
    background-color: #000
}

.BoxIncaTrailAvailability img {
    vertical-align: middle;
    margin: 0 12px
}

.BoxIncaTrailAvailability a {
    background-color: #37b465;
    color: #fff;
    border-radius: 4px;
    font-size: 30px;
    padding: 8px 32px;
    display: inline-block;
    position: relative
}

.BoxIncaTrailAvailability a:hover {
    text-decoration: none
}

.BoxIncaTrailAvailability a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255,255,255,.3);
    border-radius: 5px;
    transition: all .8s ease
}

.BoxIncaTrailAvailability a:hover:before {
    width: 100%
}

#HeaderTour {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    max-height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.SlideTour {
    width: 100.02%;
    height: 100%;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.SlideTour:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    background: linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.2) 50%,rgba(0,0,0,.3) 100%);
    left: 0;
    top: 0
}

.SlideTour img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.TextoTour {
    position: relative;
    width: 100%;
    flex: 1;
    left: 0;
    top: 35%;
}

.TextoTour h1 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    background: #00a859e6;
    padding: 35px 56px 35px 61px;
    position: relative
}

.TextoTour h1:before {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 5px;
    background-color: #ffffff;
    height: 81%;
    z-index: 10;
    content: '';
    transform: translateY(-50%);
    border-radius: 4px
}

.BoxPrice2 {
    width: 80%;
    max-width: 900px;
    box-sizing: border-box
}

.BoxPrice2 ul {
    width: 100%;
    text-align: center
}

.BoxPrice2 ul li {
    color: #fff;
    display: inline-table;
    border-right: solid 4px #f3c800;
    padding: 7px 30px 7px 25px;
    box-sizing: border-box
}

.BoxPrice2 ul li:last-child {
    border: none
}

.BoxContentLi {
    background: var(--richardlgc2);
    padding: 10px 52px 10px 59px;
    position: relative;
    display: table;
    color: #fff
}

.BoxContentLi h3 {
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle
}

.BoxContentLi p {
    font-size: 34px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

.BoxContentLi sub {
    vertical-align: text-top;
    font-size: 23px;
    padding: 0 2px
}

.BoxDatosTours {
    position: absolute;
    width: 100%;
    background: var(--richardlgc2);
    text-align: center;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    box-sizing: border-box
}

.BoxDato {
    width: 15%;
    display: inline-block;
    padding: 13px 8px;
    box-sizing: border-box;
    margin: 0 .5%;
    vertical-align: bottom;
    color: #fff;
    border-right: solid 1px
}

.BoxDato img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-right: 5px
}

.BoxDato p {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.BoxDato p span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #f3c800
}

.BoxPrecioT img {
    max-width: 66px
}

.BoxLevel .Level1 {
    background: url('/wp-content/themes/richardlarotag/images/nivel.png')center center no-repeat;
    text-indent: -99999px
}

.BoxLevel .Level2 {
    background: url('/wp-content/themes/richardlarotag/images/nivel.png')center center no-repeat;
    text-indent: -99999px
}

.BoxLevel .Level3 {
    background: url('/wp-content/themes/richardlarotag/images/nivel.png')center center no-repeat;
    text-indent: -99999px
}

.BoxLevel .Level4 {
    background: url('/wp-content/themes/richardlarotag/images/nivel.png')center center no-repeat;
    text-indent: -99999px
}

.BoxLevel .Level5 {
    background: url('/wp-content/themes/richardlarotag/images/nivel.png')center center no-repeat;
    text-indent: -99999px
}

.BoxLevel a {
    font-size: 9px;
    color: #fff;
    border: solid 1px #fff;
    display: table;
    margin: auto;
    margin-top: auto;
    padding: 1px 18px !important;
    line-height: 17px;
    margin-top: 5px
}

.BoxLevel a:hover {
    text-decoration: none;
    color: #f4c800
}

.BoxTextLevel {
    border: solid 2px #f4c800;
    padding: 10px;
    box-sizing: border-box;
    display: none
}

.BoxTextLevel h2 {
    text-align: center
}

.BoxTextLevel p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px
}

.icon-level {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 45px;
    margin-right: 5px
}

.Enquire {
    border: none;
    padding: 5px 8px
}

.BoxLugares ul {
    text-align: center
}

.BoxLugares ul li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border-right: solid 2px #f3c800;
    padding: 0 20px;
    font-size: 18px
}

.BoxLugares ul li:last-child {
    border: none
}

.BoxIntroBreve {
    text-align: center
}

.BoxIntroBreve p {
    text-align: center
}

.BoxPlaceVisited {
    border-top: solid 2px #dcdcdc;
    padding: 20px 0 0
}

.BoxPlaceVisited h3 {
    text-transform: uppercase;
    text-align: center;
    color: #2a3463 !important;
    font-weight: 700 !important;
    font-weight: 900 !important;
    font-size: 25px !important
}

.BoxPlaceVisited ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0!important;
    padding: 0!important
}

.BoxPlaceVisited ul li {
    list-style: none;
    width: 25%;
    max-width: 195px;
    padding: 0;
    margin: 0;
    line-height: normal
}

.BoxPlaceVisited ul li img {
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0,0,0,.2)
}

.BoxPlaceVisited ul li p {
    text-transform: uppercase;
    color: #000;
    line-height: normal;
    padding: 0;
    font-size: 17px;
    font-weight: 400
}

.BoxMultimediaTour {
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    margin: 25px 0;
    border-top: solid 2px #dcdcdc;
    border-bottom: solid 2px #dcdcdc
}

.ContentBoxMapa {
    width: 43%;
    display: inline-block;
    margin: 10px 1%;
    vertical-align: middle
}

.BoxMapa a:hover {
    border: solid 2px #f3c800;
    background-color: #f3c800;
    color: #353741
}

.BoxTextMapa i {
    color: #353741;
    font-size: 28px;
    padding: 2px 8px 3px 0;
    vertical-align: middle
}

.BoxTextMapa h3 {
    color: #353741;
    text-transform: uppercase;
    line-height: 25px;
    margin: 12px 0 5px
}

.BoxTextMapa span {
    font-size: 18px;
    color: #353741;
    text-transform: uppercase;
    font-weight: 700
}

.BoxTextMapa a:hover {
    text-decoration: none
}

.BoxTextMapa h5 {
    width: 46px;
    height: 46px;
    background: url('/wp-content/themes/richardlarotag/images/icon-view-map.png')center center no-repeat;
    display: table;
    margin: auto
}

.BoxVideoDetalles {
    position: relative
}

.BoxTextVideo a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 9px 0;
    display: block;
    border-radius: 7px;
    background: #353741;
    transition-duration: .5s
}

.BoxTextVideo a:hover {
    background-color: #f3c800;
    color: #353741
}

.BoxTextVideo i {
    color: #fff;
    font-size: 28px;
    padding: 2px 8px 3px 0;
    vertical-align: middle;
    transition-duration: .5s
}

.BoxTextVideo a:hover i {
    color: #353741
}

.BoxTextVideo h3 {
    color: #fff;
    text-transform: uppercase;
    line-height: 25px;
    margin: 12px 0 5px
}

.BoxTextVideo span {
    font-size: 20px;
    color: #fff;
    color: #353741;
    text-transform: uppercase;
    font-weight: 700
}

.BoxTextVideo a:hover {
    text-decoration: none
}

.BoxTextVideo h5 {
    width: 41px;
    height: 46px;
    background: url('/wp-content/themes/richardlarotag/images/icon-view-video.png')center center no-repeat;
    display: table;
    margin: auto
}

.conweb {
    padding: 40px 0
}

.content {
    float: left;
    width: 71%;
    padding-right: 20px;
    box-sizing: border-box
}

.content.home,.content.listTour,.nocol .content {
    float: none;
    width: auto;
    padding: 0;
    text-align: center
}

.content.listTour {
    padding: 40px 0;
    letter-spacing: -1px;
    word-spacing: -1px;
    font-size: 0
}

.content h1 {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 8px
}

.content.home {
    padding: 50px 0
}

.content.home h1 {
    text-transform: uppercase;
    font-size: 34px;
    padding: 12px 0 20px;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: table;
    margin: auto;
    font-weight: 900;
    color: #353741
}

.content.home h1:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background-color: var(--richardlgc1);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.nocol .content h1 {
    text-align: center
}

.content h2 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 10px
}

.content h3 {
    font-size: 21px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #000
}

.content h4 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #000
}

.content h4 span {
    color: #000 !important
}

.content p {
    text-align: justify;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 25px
}

.content.home p {
    text-align: center
}

#bgHome {
    margin: 20px 0;
    padding: 50px 0;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.sombra {
    background-color: rgba(0,0,0,.5);
    padding: 20px
}

#bgHome p {
    color: #fff
}

#bgHome a {
    color: #fff
}

#bgHome a:hover {
    color: #fff
}

.content ul,.content ol {
    margin-left: 17px;
    padding-bottom: 11px
}

.content li {
    list-style-type: square;
    font-weight: 300;
    font-size: 17px;
    text-align: justify
}

.content ol li {
    list-style: decimal
}

.content table {
    width: 100%!important;
    height: auto!important;
    padding-bottom: 15px
}

.content th,.content td {
    padding: 10px 7px;
    width: auto!important;
    height: auto!important;
    line-height: 22px!important
}

.content tr {
    width: auto!important;
    height: auto!important
}

.content tr:nth-child(even) {
    background: #fff
}

.content tr:nth-child(odd) {
    background: #fff
}

.content tr:hover {
    background: #fff
}

.content td h5 a {
    background-color: #3eb368;
    display: table;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff
}

.content td h5 a {
    text-decoration: none;
    background-color: #329254;
    text-transform: uppercase;
    display: table;
    margin: auto
}

.content table h6 {
    background-color: #c9302c;
    border-radius: 5px;
    color: #fff;
    display: table;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 10px
}

.content .responsive-tabs .responsive-tabs__panel {
    border: none;
    padding: 15px 0;
    box-sizing: border-box
}

.content .responsive-tabs ul.responsive-tabs__list {
    text-align: left;
    margin: 0
}

.content .responsive-tabs .responsive-tabs__list__item {
    float: none;
    display: inline-block;
    margin: 0 5px 6px 0;
    background-color: #fff;
    color: #353741;
    font-weight: 400;
    font-size: 15px;
    border: solid 2px #353741!important;
    border-radius: 4px!important;
    top: 0!important;
    padding: 8px 2%!important;
    text-transform: uppercase;
    transition-duration: .5s;
    font-weight: 700
}

.content .responsive-tabs .responsive-tabs__list__item:hover,.content .responsive-tabs .responsive-tabs__list__item--active,.content .responsive-tabs .responsive-tabs__list__item--active:hover {
    background-color: var(--richardlgc1) !important;
    border: solid 2px var(--richardlgc1)!important;
    color: #ffffff;
}

.content .su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
    left: auto
}

.content .su-spoiler-icon {
    right: 7px !important;
    font-size: 14px !important
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff !important
}

.content .su-spoiler {
    margin-bottom: .5em !important
}

.content .su-spoiler-title {
    padding: 7px !important;
    color: #417268 !important;
    border-bottom: solid 2px #417268 !important
}

.content .su-spoiler-title strong {
    color: #000;
    font-size: 15px;
    font-weight: 800
}

.content .su-spoiler-style-default>.su-spoiler-title {
    padding-left: 10px !important;
    padding-right: 27px !important
}

.content .su-spoiler-title:focus {
    color: #f3c800 !important;
    border-bottom: solid 2px #f3c800 !important;
    outline: none !important
}

.content .su-spoiler-title:hover {
    color: #f3c800 !important;
    border-bottom: solid 2px #f3c800 !important;
    outline: none !important
}

.content .su-spoiler p {
    font-size: 15px;
    background: 0 0;
    line-height: 20px;
    padding: 0;
    padding-bottom: 10px;
    font-weight: 300;
    color: #4c4c4c
}

.content .su-spoiler h3 span {
    color: #417268 !important
}

.content .ndia {
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    background: url('/wp-content/themes/richardlarotag/images/chacana.png')left center no-repeat;
    text-align: center;
    display: table;
    width: 40px;
    height: 19px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 10
}

.content .prindia {
    padding: 10px 0 10px 51px;
    box-sizing: border-box;
    margin-left: 14px;
    position: relative
}

.content .prindia:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    border-top: 45px solid #fff;
    background-color: #999;
    left: 10px;
    box-sizing: border-box
}

.content .boxdia {
    position: relative
}

.content .boxdia:last-child {
    border-bottom: solid 2px #dcdcdc;
    padding-bottom: 20px
}

.content #snippet-box {
    max-width: inherit;
    display: none
}

.content .snippet-title {
    box-sizing: border-box
}

.content .snippet-data-img {
    padding: .5em;
    box-sizing: border-box
}

.content .snippet-label-img {
    box-sizing: border-box
}

.LeftAvailability {
    width: 65%;
    float: left
}

.LeftAvailability .container {
    max-width: none!important
}

.RightAvailability {
    width: 35%;
    float: right
}

.tableAvailability h5 {
    background-color: #c9302c;
    display: table;
    padding: 2px 10px;
    border-radius: 5px;
    margin: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

.tableAvailability a {
    background-color: #3eb368;
    display: table;
    padding: 2px 10px;
    border-radius: 5px;
    margin: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

.tableAvailability td {
    text-align: center
}

.tableAvailability h6 {
    display: table;
    margin: auto;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    background-color: #3eb368!important
}

.sidebar {
    float: right;
    width: 29%
}

.dateTour {
    margin-bottom: 15px
}

.dateTour .purchase {
    bottom: auto;
    top: 5px;
    right: 5px;
    visibility: hidden
}

.BoxRightTour {
    margin-bottom: 15px
}

.BoxRightTour h3 {
    text-transform: uppercase
}

.BoxRightTour p {
    line-height: 28px
}

.BoxRightTour i.fa-circle {
    font-size: 9px;
    vertical-align: middle;
    margin: 0 5px
}

.BoxRightTour i.fa-star:before {
    color: #f3c800;
    margin: 0 4px
}

.BoxPrice {
    border: solid 1px #b4b4b4;
    padding: 18px 12px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 15px
}

.BoxPrice p strong {
    text-decoration: line-through
}

.BoxPrice p span {
    color: #fff;
    background-color: #e74c3c;
    border-radius: 5px;
    padding: 3px 7px;
    margin-left: 6px
}

.BoxPrice h5 {
    font-size: 40px;
    margin: 9px 0 8px;
    font-weight: 900
}

.BoxPrice h5 sub {
    font-size: 24px;
    vertical-align: bottom
}

.BoxPrice h6 {
    background: url('/wp-content/themes/richardlarotag/images/grup.png')left center no-repeat;
    color: #353741;
    font-size: 23px;
    padding: 6px 1px 2px 65px;
    width: 80%;
    margin: 10px auto 0;
    display: block;
    box-sizing: border-box;
    line-height: 26px;
    font-weight: 900
}

#bottom11 {
    display: block;
    background: #f3c800;
    text-align: center;
    padding: 12px 10px;
    border-radius: 5px;
    color: #353741;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0
}

#bottom11:hover {
    background-color: #d9b300
}

#bottom1,#bottom2 {
    clear: both;
    background-color: #37b465;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    padding: 12px 10px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase
}

#bottom1:hover {
    background-color: #d9b300;
    text-decoration: none
}

#bottom2 {
    background-color: #eec02d;
    color: #353741;
    font-weight: 700;
    font-size: 17px;
    padding: 10px 0;
    margin: 0 auto 7px
}

#bottom2:hover {
    background-color: #d9b300;
    text-decoration: none
}

.BtnWhats {
    color: #fff
}

.BtnWhats:hover {
    color: #fff;
    text-decoration: underline
}

.BoxCargos {
    background-color: #097bbd;
    position: relative;
    padding: 36px 12px;
    box-sizing: border-box;
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

.BoxCargos p {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px
}

.BoxCargos strong {
    color: #fff!important;
    font-weight: 900!important;
    font-size: 26px;
    display: block
}

.tour-why {
    margin-bottom: 20px
}

.tour-why h2 {
    text-transform: uppercase;
    font-size: 34px;
    padding: 12px 0 20px;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: table;
    margin: auto;
    font-weight: 700
}

.tour-why h2:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background-color: #f3c800;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.tour-why ul {
    list-style: none
}

.tour-why ul li {
    margin: 8px 0
}

.tour-why ul li a {
    display: block;
    background-color: #f2f2f2;
    text-transform: uppercase;
    color: #14223a;
    font-weight: 700;
    padding: 4px 10px;
    box-sizing: border-box
}

.tour-why ul li a img {
    vertical-align: middle
}

.ContentBoxWhyTour {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.BoxWhyTour {
    width: 47.5%;
    text-align: center;
    border-bottom: 5px solid #eec02d;
    margin: auto;
    padding: 30px 0 0
}

.BoxWhyTour h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
    color: #353741;
    padding: 7px 0 10px
}

.BoxWhyTour p {
    padding: 0
}

.BoxWhyTour a {
    display: table;
    margin: 0 auto 12px;
    background-color: #eec02d;
    color: #353741;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 2px 35px;
    border-radius: 19px
}

.BoxWhyTour a strong {
    color: #eec02d;
    background: #353741;
    border-radius: 100%;
    font-size: 10px;
    padding: 1px 5px
}

.tripadvisor {
    padding-bottom: 10px
}

.tripadvisor #CDSWIDSSP {
    width: 100%!important;
    margin-bottom: 15px
}

.google {
    border: solid 1px #e7e7e7;
    position: relative;
    box-sizing: border-box;
    margin: 76px 0 10px
}

.google:before {
    position: absolute;
    top: -62px;
    width: 100.7%;
    content: url('/wp-content/themes/richardlarotag/images/google.png');
    background-color: #e7e7e7;
    padding: 8px 7px 0;
    box-sizing: border-box
}

.google h2 {
    color: #3b4043;
    font-weight: 400;
    padding: 8px 0 0 8px;
    box-sizing: border-box
}

.google .SpanAddress {
    color: #797d82;
    font-size: 11px;
    padding: 0 1px 0 9px
}

.google .ti-reviews-container {
    height: 400px;
    overflow: auto
}

.cTour {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 16px;
    margin: 0 .4% 12px
}

.contentTour {
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 16px;
    background-color: #eee;
    position: relative
}

.contentTour h3 {
    font: 700 21px 'Alegreya',serif;
    text-transform: uppercase;
    padding-bottom: 5px
}

.contentTour h3 a {
    color: #000
}

.contentTour h4 {
    font-size: 16px;
    color: #00aeef;
    text-transform: uppercase;
    border-bottom: 1px dotted #b9b9b9;
    margin: 0 20px 10px
}

.contentTour p {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    padding: 0 20px 15px
}

.imgTour {
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 0
}

.imgTour img {
    -webkit-transition: all .3s .1s;
    -moz-transition: all .3s .1s;
    -o-transition: all .3s .1s;
    transition: all .3s .1s
}

.contentTour:hover .imgTour img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.readmore {
    text-align: center;
    padding: 0
}

.readmore a {
    display: block;
    padding: 10px;
    line-height: 22px;
    font-size: 15px;
    background-color: #d2d9dc;
    color: #000;
    font-weight: 400
}

.readmore i {
    width: 16px;
    height: 17px;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 100%;
    padding: 3px 2px 2px 4px;
    margin-right: 5px
}

.readmore a:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none
}

.readmore a:hover i {
    border-color: #fff
}

.content-offer {
    padding-bottom: 10px
}

.content-offer h1 {
    font-family: 'Roboto',sans-serif;
    font-size: 28px;
    font-weight: 500;
    padding: 40px 0 20px;
    text-transform: initial;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    margin-bottom: 22px;
    text-align: center;
    text-transform: uppercase
}

.content-offer h1:before {
    position: absolute;
    bottom: 0;
    content: '';
    min-width: 150px;
    margin-left: -75px;
    border-bottom: solid 5px #f3c800;
    height: 14px;
    left: 50%
}

.content-offer article {
    box-shadow: 0 0 3px rgba(0,0,0,.5);
    padding: 6px 12px 6px 6px;
    box-sizing: border-box;
    margin-bottom: 12px;
    position: relative
}

.BoxDescuento {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 65px 65px 0;
    border-color: transparent #e74c3c transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff
}

.BoxDescuento p {
    color: #fff;
    position: absolute;
    width: 45px;
    top: 9px;
    left: 25px;
    font-size: 14px;
    font-weight: 700
}

.content-offer article .imgTourOffer {
    width: 27%;
    float: left;
    position: relative
}

.BoxDescuento span {
    display: block;
    font-size: 12px;
    text-transform: uppercase
}

.content-offer article .DatosOffer {
    width: 71%;
    float: right;
    position: relative
}

.DatosOfferLeft {
    width: 65%;
    float: left
}

.DatosOfferLeft h3 {
    padding: 15px 0 0
}

.DatosOfferLeft h3 a {
    color: #000
}

.DatosOfferLeft p {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0
}

.DatosOfferLeft p a {
    color: #0d754f
}

.DatosOfferLeft span {
    font-size: 15px;
    font-weight: 300
}

.DatosOfferLeft h4 {
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px
}

.DatosOfferLeft table {
    width: 100%
}

.DatosOfferLeft table tr td {
    vertical-align: top
}

.DatosOfferLeft .Span40 {
    font-size: 14px
}

.DatosOfferLeft .Span60 {
    font-weight: 400
}

.DatosOfferLeft h4+h4+h4 {
    margin-bottom: 3px
}

.DatosOfferLeft i {
    color: #0d754f;
    margin-right: 5px
}

.DatosOfferCenter {
    width: 12%;
    float: left;
    padding-top: 16px;
    margin-left: 3%
}

.DatosOfferCenter h4 {
    font-weight: 400;
    color: #0d754f
}

.DatosOfferCenter h4 span {
    display: block;
    font-weight: 500;
    color: #000
}

.DatosOfferRight {
    width: 16%;
    float: left;
    padding-top: 16px;
    text-align: center
}

.DatosOfferRight h3 {
    color: #0d754f;
    font-weight: 500;
    font-size: 18px
}

.DatosOfferRight h3 span {
    color: #000
}

.DatosOfferRight h3 strong {
    font-weight: 500;
    color: #ce2828;
    text-decoration: line-through
}

.DatosOfferRight h4 {
    font-size: 22px;
    font-weight: 500;
    color: #0d754f
}

.DatosOfferRight p {
    margin: 11px 0
}

.DatosOfferRight p i {
    margin-right: 5px
}

.ReadMoreOffer {
    display: block;
    text-align: center;
    color: #fff;
    background-color: #f3c800;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 300;
    padding: 8px 0;
    text-decoration: none
}

.ReadMoreOffer:hover {
    color: #fff
}

#desTour {
    margin-bottom: 50px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#desTour2 {
    padding-bottom: 50px
}

.desTour {
    position: relative;
    overflow: hidden;
    width: 32.5%;
    border: solid 1px #c3c3c3;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

.conTour {
    position: relative;
    line-height: 0
}

.ContentImgHome {
    position: relative;
    overflow: hidden
}
.ContentImgHome img{

    width: 100%;
    height: 240px;

}

.ContentImgHome h5 {
    position: absolute;
    background-color: #f15a24;
    color: #fff;
    text-transform: uppercase;
    top: 15px;
    right: 0;
    z-index: 10;
    line-height: normal;
    font-size: 20px;
    padding: 3px 8px
}

.ContentImgHome h4 {
    line-height: normal;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.9));
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 36px 0 6px;
    margin: 0!important;
    color: #fff!important;
    border: none!important
}

.ContentImgHome ul {
    list-style: none;
    text-align: center;
    margin: 0
}

.ContentImgHome ul li {
    display: inline-block;
    font-size: 15px;
    padding: 0 2px;
    margin: 0
}

.desPrice {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    background-color: #f3c800;
    border-radius: 100%;
    font-size: 13px;
    width: 70px;
    height: 70px;
    font-weight: 700;
    padding: 10px 5px;
    box-sizing: border-box;
    line-height: 16px;
    border: 2px dotted #cca800
}

.desPrice strong {
    font-size: 18px;
    display: block
}

.desPrice em {
    font-size: 11px;
    display: block;
    font-style: normal
}

.daTour {
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding-bottom: 10px
}

.daTour h3 {
    box-sizing: border-box;
    line-height: 22px !important;
    font-weight: 500 !important;
    font-family: 'Roboto',sans-serif !important;
    color: #353741;
    min-height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 13px;
    margin: 10px 0
}

.daTour h3 a {
    color: #353741!important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.daTour h4 {
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box
}

.daTour h4 p {
    min-height: auto;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0;
    line-height: normal
}

.daTour h4 ul {
    line-height: normal;
    margin: 0;
    color: #000;
    padding: 0
}

.daTour h4 ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    padding: 2px 10px 2px 2px;
    line-height: normal;
    margin: 0
}

.daTour h4 ul li:before {
    position: absolute;
    content: '-';
    top: 0;
    right: 0
}

.daTour h4 ul li:last-child:before {
    display: none
}

.DatosTourHome {
    background-color: #6c6c6c;
    width: 90%;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    padding: 8px 0
}

.BoxDatosLeft,.BoxDatosRight {
    width: 50%;
    color: #fff;
    line-height: normal;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box
}

.BoxDatosLeft {
    border-right: dashed 1px #fff
}

.BoxDatosLeft h5,.BoxDatosRight h5 {
    text-transform: uppercase;
    margin-bottom: 2px
}

.BoxDatosLeft h5 i,.BoxDatosRight h5 i {
    color: #f3c800;
    margin-right: 4px
}

.BoxDatosLeft p {
    min-height: auto !important;
    line-height: normal !important;
    font-weight: 400 !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 15px!important
}

.BoxDatosRight p {
    min-height: auto !important;
    line-height: normal !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 33px!important;
    font-weight: 700!important
}

.BoxDatosRight p span {
    font-size: 19px;
    vertical-align: super
}

.daTour h6 {
    line-height: normal;
    background-color: #767676;
    color: #fff;
    text-transform: uppercase;
    display: table;
    margin: 10px auto 0;
    font-size: 30px;
    padding: 5px 28px
}

.daTour h6 span {
    font-size: 14px;
    vertical-align: super
}

.daTour .readmore a {
    display: block;
    padding: 10px;
    line-height: 22px;
    font-size: 15px;
    background-color: #d2d9dc;
    color: #000;
    font-weight: 400
}

.conTour:hover .daTour .readmore a {
    background-color: #222;
    color: #fff
}

.daTour .readmore a:hover {
    text-decoration: none
}

.Popular {
    position: absolute;
    top: 10px;
    left: -12px;
    background: url('/wp-content/themes/richardlarotag/images/popular-tour.png')center center no-repeat;
    width: 192px;
    height: 57px;
    z-index: 50;
    text-indent: -9999px;
    line-height: normal
}

.daTour p {
    text-align: center;
    padding: 10px 25px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    min-height: 110px
}

.BtnReadMore {
    display: table;
    margin: 0 auto 10px;
    line-height: normal;
    background-color: var(--richardlgc1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 60px;
    transition-duration: .6s
}

.BtnReadMore:hover {
    background-color: var(--richardlgc1);
    color: #fff;
}

.TitleOurTours,.pagetitle {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    padding: 12px 0 20px;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: table;
    margin: auto;
    color: #353741
}

.TitleOurTours:before,.pagetitle:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background-color: var(--richardlgc1);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.TitleRelacionados {
    text-transform: uppercase;
    font-size: 34px;
    padding: 12px 0 20px;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: table;
    margin: auto;
    font-weight: 700
}

.TitleRelacionados:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background-color: #f3c800;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.content-parallax {
    position: relative;
    line-height: 0
}

.ExParallax {
    position: relative;
    padding: 170px 20px;
    box-sizing: border-box;
    line-height: 0
}

.conParallax {
    max-width: 1170px;
    margin: auto;
    color: #fff;
    text-align: right
}

.conParallax h3 {
    font: 300 36px 'Alegreya',serif;
    padding-bottom: 25px
}

.conParallax p {
    font-size: 60px;
    line-height: 57px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Inlanders
}

.conParallax p+p {
    font-family: 'Roboto',sans-serif
}

.conParallax a {
    background-color: #f3c800;
    color: #353741;
    font-size: 20px;
    padding: 11px 46px;
    border-radius: 10px
}

.conParallax ul {
    padding-top: 50px
}

.conParallax li {
    display: inline-block;
    vertical-align: middle;
    width: 32%;
    padding: 10px;
    box-sizing: border-box;
    font: 700 15px 'Alegreya',serif;
    text-transform: uppercase
}

.conParallax li img {
    display: block;
    margin: auto auto 15px
}

.BoxTypeTour {
    text-align: center;
    padding-bottom: 50px
}

.BoxTypeTour h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    padding: 12px 0 20px;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: table;
    margin: auto;
    color: #353741
}

.BoxTypeTour h2:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background-color: #f3c800;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.ContentItemTour {
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.ItemTpeTour {
    width: 20%;
    max-width: 365px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    margin: 0 .5%
}

.TextTypeTour {
    position: absolute;
    width: 100%;
    top: 340px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    background: rgba(20,34,58,.7);
    line-height: normal;
    padding: 26px 25px;
    box-sizing: border-box;
    transition-duration: .5s
}

.TextTypeTour h3 {
    text-transform: uppercase;
    margin-bottom: 27px;
    font-size: 26px
}

.TextTypeTour h3 a {
    color: #fff
}

.TextTypeTour h3 a:hover {
    text-decoration: none;
    color: #f3c800
}

.TextTypeTour p {
    font-weight: 300;
    font-size: 20px;
    display: none
}

.ItemTpeTour:hover .TextTypeTour {
    top: 0;
    padding: 35px 25px
}

.ItemTpeTour:hover .TextTypeTour p {
    display: block
}

.ItemTpeTour:last-child .TextTypeTour {
    padding: 12px 25px
}

.ItemTpeTour:last-child:hover .TextTypeTour {
    padding: 35px 25px
}

.whyInkayni {
    background-color: #e6e6e6;
    padding: 60px 20px 44px;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 16px;
    color: #fff
}

.conwhyBox {
    position: relative;
    letter-spacing: 0;
    word-spacing: 0
}

.BoxWhy {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 17px 10px;
    box-sizing: border-box;
    margin: 0 .5% 29px;
    line-height: normal;
    text-align: left
}

.BoxWhy h4 {
    font-size: 16px!important;
    font-family: 'Roboto',sans-serif!important;
    line-height: normal!important;
    padding-bottom: 4px!important;
    letter-spacing: 0;
    color: #4d4d4d;
    text-transform: uppercase
}

.BoxWhy p {
    font-size: 16px!important;
    color: #353741;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0
}

.BoxWhy a {
    color: #4d4d4d;
    display: block;
    margin-top: 9px
}

.BoxWhy a:hover {
    text-decoration: none;
    color: #f3c800
}

.whyInkayni .container2 {
    width: 90%;
    margin: auto;
    letter-spacing: -1px;
    word-spacing: -1px;
    font-size: 0;
    line-height: 0;
    max-width: inherit
}

.whyInkayni .whyBox {
    float: left;
    width: 33.3333%;
    padding: 10px;
    box-sizing: border-box
}

.whyInkayni h3 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    padding: 12px 0 20px;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: table;
    margin: 0 auto 40px;
    color: #353741
}

.whyInkayni h3:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background-color: #f3c800;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.BoxTripReviews {
    padding: 60px 20px;
    text-align: center;
    width: 90%;
    margin: auto;
    box-sizing: border-box
}

.BoxTripReviews h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    padding: 12px 0 20px;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: table;
    margin: auto;
    color: #353741
}

.BoxTripReviews h2:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background-color: #f3c800;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.TextReviews ul {
    display: flex;
    justify-content: center;
    font-size: 0;
    padding-bottom: 10px
}

.TextReviews li {
    width: 25px;
    height: 25px;
    background-color: #01a96c;
    margin: 5px 7px;
    border-radius: 50%
}

.TextReviews p strong {
    color: #31343f;
    font-size: 23px;
    text-transform: uppercase
}

.BoxTripReviews .wptripadvisor_t1_DIV_2 {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none
}

.BoxTripReviews p.wptripadvisor_t1_P_3.wprev_preview_tcolor1_T1 {
    color: #232323;
    font-style: normal;
    padding-bottom: 10px;
    text-align: left
}

.BoxTripReviews .wptripadvisor_star_imgs_T1 {
    padding-bottom: 10px;
    display: block;
    text-align: left;
    margin: auto
}

.BoxTripReviews .wptripadvisor_t1_outer_div {
    display: flex;
    padding-top: 20px
}

.BoxTripReviews .wptripadvisor_t1_DIV_1 {
    background-color: #fff;
    margin: 0 5px;
    padding: 20px 20px 5px !important;
    box-shadow: 3px 3px 8px -1px #777
}

.BoxTripReviews .wptripadvisor_t1_SPAN_5 {
    padding: 0 0 15px;
    line-height: 16px;
    text-align: left;
    text-transform: capitalize
}

.BoxTripReviews .wptripadvisor_t1_SPAN_5 .wprev_showdate_T1 {
    color: #232323;
    font-size: 11px;
    padding-left: 10px;
    text-transform: initial
}

.BoxTripReviews .wptripadvisor_t1_DIV_2:before,.BoxTripReviews .wptripadvisor_t1_DIV_2:after,.tripadvisor .wptripadvisor_t1_DIV_2 a img,.tripadvisor .wptripadvisor_t1_A_8,.tripadvisor .wptripadvisor_t1_SPAN_5 br {
    display: none
}

.BlogRSS {
    padding-bottom: 50px
}

.BlogRSS h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 34px;
    font-weight: 700;
    padding: 60px 20px 30px;
    text-transform: initial;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    margin-bottom: 22px;
    display: table;
    margin: auto;
    text-transform: uppercase;
    color: #000
}

.BlogRSS h3:before {
    position: absolute;
    content: url('/wp-content/themes/richardlarotag/images/icon-title.png');
    left: 100%
}

.BlogRSS h3:after {
    position: absolute;
    content: url('/wp-content/themes/richardlarotag/images/icon-title.png');
    right: 100%
}

.certificados {
    background-color: #fff;
    text-align: center;
    padding: 25px 20px 50px;
    box-sizing: border-box
}

.certificados h3 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    padding: 12px 0 20px;
    letter-spacing: 0;
    word-spacing: 0;
    position: relative;
    display: table;
    margin: auto;
    color: #353741
}

.certificados h3:before {
    position: absolute;
    content: '';
    width: 60%;
    height: 4px;
    background-color: #f3c800;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px
}

.certificados .textwidget {
    width: 90%;
    margin: auto;
    padding: 30px 0
}

.certificados .textwidget img {
    max-width: 210px;
    margin-bottom: 25px
}

.ContentNewsletter {
    background: url('/wp-content/themes/richardlarotag/images/bg-newsletter.webp')center center no-repeat;
    background-size: cover;
    padding: 90px 20px;
    box-sizing: border-box
}

.ContentNewsletter h3 {
    display: none
}

.ContentNewsletter .textwidget {
    max-width: 1200px;
    margin: auto
}

.NewsLeft {
    width: 70%;
    float: left;
    text-align: right;
    color: #fff;
    padding: 0 10px 0 0;
    box-sizing: border-box
}

.NewsLeft h4 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px
}

.NewsLeft p {
    font-size: 26px;
    font-weight: 400
}

.NewsLeft strong {
    font-size: 40px;
    font-weight: 700
}

.NewsRight {
    width: 30%;
    float: right;
    padding: 0 0 0 10px;
    box-sizing: border-box
}

.NewsRight .wysija-paragraph {
    display: inline-block;
    vertical-align: middle
}

.NewsRight .wysija-paragraph input {
    border: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 19px
}

.NewsRight .wysija-submit {
    display: inline-block!important;
    vertical-align: middle;
    background-color: #37b465;
    color: #fff;
    font-size: 25px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 19px 6px;
    margin: 0 0 0 -4px!important;
    cursor: pointer;
    transition-duration: .5s
}

.NewsRight .wysija-submit:hover {
    background-color: #329a58
}

.NewsRight a {
    display: table;
    background-color: #eec02d;
    color: #030304;
    font-size: 35px;
    font-weight: 700;
    padding: 17px 13px;
    transition-duration: .5s;
    border-radius: 10px
}

.NewsRight a:hover {
    text-decoration: none;
    background-color: #eec02d
}

footer {
    background-color: #005e32;
    color: #fff;
    position: relative;
    padding: 40px 0 57px
}

;footer h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
    color: #eec02d
}

.findUs {
    width: 32%;
    float: left;
    padding: 20px 0;
    font-size: 15px
}

.findUs h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 22px 0 17px;
    color: #fff;
}

.findUs table {
    padding-bottom: 20px;
    width: 100%
}

.findUs td {
    border-bottom: 1px solid #fff;
    font-size: 20px;
    color: #f15a24;
    font-weight: 700;
    padding: 10px 5px;
    text-align: center;
    line-height: 25px
}

.findUs td+td {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 300
}

.findUs tr:last-child td {
    border: none
}

.findUs p {
    line-height: 24px
}

.findUs ul li {
    display: inline-block;
    font-size: 30px;
    margin-right: 11px;
    vertical-align: middle
}

.findUs ul li a {
    color: #fff
}

.findUs .fa-facebook-f:before {
    content: '\f39e'
}

.payment {
    width: 37%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    border-left: solid 1px var(--richardlgc1);
    border-right: solid 1px var(--richardlgc1);
}

.payment img {
    margin-bottom: 25px
}

.payment p {
    font-weight: 300;
    line-height: 26px
}

.payment i {
    color: #fff;
}

.payment h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}

.payment table {
    padding-bottom: 20px;
    width: 100%
}

.payment td {
    font-size: 20px;
    color: #f15a24;
    font-weight: 700;
    padding: 7px 5px;
    text-align: center;
    line-height: 25px
}

.payment td+td {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 300
}

.payment tr:last-child td {
    border: none
}

.menu2 {
    width: 28%;
    float: right;
    padding-top: 20px
}

.menu2 h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}

.menu2 ul li {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 6px;
    background: url('/wp-content/themes/richardlarotag/images/icon-menu-footer.png')left center no-repeat;
    padding: 3px 2px 3px 23px
}

.menu2 ul li a {
    color: #fff
}

.menu2 ul li:last-child {
    background: 0 0;
    padding: 14px 0 0
}

.menu2 ul li:last-child a {
    font-size: 23px;
    text-transform: uppercase;
    margin: 20px 0;
    color: #fff;
    position: relative;
    font-weight: 700;
    display: block
}

.menu2 ul li:last-child a:before {
    position: absolute;
    bottom: -40px;
    left: 0;
    content: url('/wp-content/themes/richardlarotag/images/pagos.png')
}

.socialBottom {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    border-top: 1px solid #fff;
    padding: 20px 0
}

.socialBottom li {
    border-radius: 100%;
    display: inline-block;
    padding: 5px;
    border: solid 2px #f3c800;
    margin: 0 8px
}

.socialBottom li a {
    display: block;
    color: #f3c800
}

.socialBottom li a:hover {
    text-decoration: none
}

.socialBottom li i {
    display: block;
    width: 42px;
    height: 34px;
    padding-top: 8px;
    font-size: 27px;
    text-align: center;
    border-radius: 100%;
    transition-duration: .5s
}

#copy {
    text-align: center;
    background-color: var(--richardlgc2);
    padding: 15px 10px;
    font-size: 12px;
    color: #ffffff;
}

#copy a {
    color: #202020
}

.clear {
    clear: both
}

.clear:after {
    clear: both;
    display: block;
    content: "";
    height: 0;
    visibility: hidden
}

@media(max-width: 1400px) {
    #conDeals {
        max-width:1260px
    }

    .BlogRSS ul li+li .title {
        bottom: 46px
    }

    .certificados .textwidget {
        max-width: 1200px
    }

    .certificados .textwidget img {
        max-width: 160px
    }
}

@media(max-width: 1366px) {
    .certificados .textwidget {
        max-width:1250px
    }

    .BoxDato {
        width: 15%;
        margin: 0 .3%;
        padding: 13px 5px
    }

    .BoxDato img {
        max-width: 52px
    }

    .BoxDuracion img {
        max-width: 34px
    }

    .BoxPrecioT {
        padding: 13px 3px
    }

    .BoxPrecioT img {
        max-width: 39px;
        margin-right: 2px;
        padding-right: 4px
    }

    .BoxDato p {
        font-size: 15px
    }

    .BoxDato p span {
        font-size: 15px
    }

    .BoxLevel {
        padding: 5px 3px
    }

    .Enquire {
        padding: 0 3px
    }

    #bottom2 {
        font-size: 14px;
        padding: 8px 0;
        margin: 0 auto 3px
    }

    .BtnWhats {
        font-size: 13px
    }

    .TextoTour h1 {
        font-size: 34px
    }

    .BoxContentLi h3 {
        font-size: 25px
    }
}

@media(max-width: 768px) {
    .alignleft,.alignright {
        display:block;
        margin: auto auto 10px;
        float: none
    }

    header {
        position: inherit;
        z-index: auto
    }

    .menu-item-has-children .menu-item-has-children .wprmenu_icon,.menu-item-has-children .menu-item-has-children .wprmenu_parent_item {
        display: none!important
    }

    #menu,.BoxTypeTour {
        /* display: none; */
    }

    .BoxMenuMobile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center
    }

    .logo-mobile {
        width: 58%;
        padding: 11px 10px;
        box-sizing: border-box
    }

    .idioma-mobile {
        width: 15%
    }

    .idioma-mobile select {
        border: solid 1px #fff;
        background-color: #000;
        color: #fff;
        padding: 5px 4px;
        border-radius: 4px
    }

    .trip-mobile a {
        display: block
    }

    .trip-mobile img {
        max-width: 34px!important
    }

    #menucel {
        display: block
    }

    #top {
        z-index: inherit
    }

    #wprmenu_bar {
        height: 73px!important;
        border-bottom: solid 4px #f3c800;
        z-index: 9999!important
    }

    #wprmenu_bar .menu_title a {
        position: absolute !important;
        left: 50%;
        margin-left: -65px;
        top: 0 !important;
        vertical-align: middle
    }

    #wprmenu_bar .bar_logo {
        min-height: 50px;
        padding: 0!important
    }

    #wprmenu_bar div.hamburger {
        margin-top: 11px!important
    }

    #mg-wprm-wrap.cbp-spmenu-left,#mg-wprm-wrap.cbp-spmenu-right {
        top: 73px!important
    }

    #wprmenu_bar .menu_title {
        font-size: 16px!important;
        padding-top: 14px
    }

    .cbp-spmenu-bottom.cbp-spmenu-open,.cbp-spmenu-top.cbp-spmenu-open {
        margin-top: 30px
    }

    #header .ubermenu-items-align-center {
        margin-left: 0
    }

    #header #topRight,#topRight {
        position: fixed !important;
        top: 25px !important;
        right: 10px !important;
        width: 30% !important;
        z-index: 999999;
        left: auto !important;
        text-align: right!important
    }

    #header #topRight,#topRight li {
        padding: 0!important
    }

    .MenuSticky {
        display: none!important
    }

    .logo {
        width: 100%;
        padding: 4px 0;
        position: fixed;
        z-index: 101;
        top: 0;
        left: 50%;
        margin-left: -68px;
        max-width: 136px
    }

    .socialTop {
        position: fixed;
        top: 21px;
        right: 10px;
        width: auto;
        z-index: 10000
    }

    .socialTop h3 {
        display: none
    }

    .socialTop form {
        display: none
    }

    #logo,.redes-supertop {
        display: none
    }

    .socialTop ul {
        display: none
    }

    #polylang-2 ul {
        display: block;
        text-align: right
    }

    #polylang-2 ul li {
        padding: 0;
        margin: 0 3px
    }

    .wp-image-5358,#header .socialTop .wp-image-5358,#header .socialTop .wp-image-5358 {
        display: none
    }

    .ContentBuscador {
        position: inherit;
        margin: 0;
        left: auto;
        bottom: auto
    }

    .img-availability {
        width: 90%;
        margin: 10px auto;
        text-align: center;
        display: table
    }

    .Buscador {
        display: none
    }

    #slideshow img {
        min-height: 550px;
        object-fit: cover
    }

    .BoxTextBanner {
        width: 95%;
        top: 0
    }

    .TextBanner h3 {
        font-size: 35px
    }

    .TextBanner p {
        font-size: 23px
    }

    .BoxIncaTrailAvailability {
        font-size: 18px
    }

    .BoxIncaTrailAvailability strong {
        padding: 2px 10px;
        box-sizing: border-box
    }

    .BoxIncaTrailAvailability a {
        font-size: 19px;
        padding: 8px 15px
    }

    .ExParallax {
        background-attachment: fixed!important;
        padding: 100px 20px
    }

    .deInkayni {
        display: none
    }

    .desTour {
        width: 49%;
        margin-bottom: 13px
    }

    .BlogRSS {
        padding: 0 20px 20px;
        box-sizing: border-box
    }

    .BlogRSS ul li {
        width: 100%;
        margin: 0 0 6px!important;
        height: 352px
    }

    .BlogRSS .title {
        font-size: 35px;
        line-height: 38px
    }

    .BlogRSS ul li+li {
        width: 49.5%
    }

    .BlogRSS ul li+li .title {
        font-size: 26px;
        line-height: 28px
    }

    .ContentNewsletter {
        padding: 20px;
        box-sizing: border-box
    }

    .NewsLeft strong {
        font-size: 32px
    }

    .NewsLeft p {
        font-size: 22px
    }

    .NewsRight a {
        padding: 10px 13px;
        font-size: 26px
    }

    .BoxWhy {
        width: 100%;
        margin: 0 0 3px
    }

    .BoxWhy img {
        float: left;
        margin-right: 22px
    }

    .BoxScript {
        width: 95%;
        margin: 0 auto 10px
    }

    .BoxScript+.BoxScript+.BoxScript {
        display: none
    }

    .ConBlog {
        width: 48%;
        margin-bottom: 12px
    }

    .ImgBlog a {
        font-size: 19px;
        right: 15px;
        bottom: 15px
    }

    .ContentBlog {
        padding: 20px 10px;
        box-sizing: border-box
    }

    .NewsLeft,.NewsRight {
        width: 100%;
        text-align: center
    }

    .NewsRight a {
        margin: 12px auto 0
    }

    .BoxDato {
        width: 49%
    }

    .BoxLevel {
        width: 99%;
        float: left;
        margin: 3px 0
    }

    .tourInfo {
        width: 47%;
        margin: 0 1% 16px
    }

    .content-offer {
        max-width: 95%;
        margin: auto
    }

    .content-offer article {
        padding: 6px
    }

    .content-offer article .imgTourOffer {
        width: 100%;
        float: none
    }

    .content-offer article .DatosOffer {
        width: 100%
    }

    .DatosOfferLeft {
        width: 100%;
        float: none;
        margin: 0 0 5px
    }

    .DatosOfferCenter,.DatosOfferRight {
        width: 100%;
        margin: 0;
        text-align: center
    }

    .DatosOfferLeft h3 {
        text-align: center
    }

    .peru,#slideshow .ms-slide-layers,.owl-theme .owl-controls,.toursInt {
        display: none!important
    }

    #top {
        display: none
    }

    .date,.tollFree {
        display: block;
        width: 100%
    }

    .date ul {
        text-align: center
    }

    .date li {
        display: inline-block;
        padding: 3px 0;
        text-align: center;
        margin: 0 9px
    }

    .date li+li+li {
        display: none
    }

    .date li+li+li+li {
        display: inline-block
    }

    .date li:last-child {
        display: none
    }

    .tollFree p {
        float: none;
        margin: 10px auto auto
    }

    .lang,#header .lang {
        text-align: center;
        display: block
    }

    .lang li,#header .lang li {
        padding: 0 5px
    }

    #header .socialTop {
        padding: 0
    }

    #logo,#topRight {
        float: none;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        text-align: center
    }

    #header #logo {
        display: none;
        width: 100%;
        padding: 10px;
        box-sizing: border-box
    }

    #header #topRight {
        position: relative;
        text-align: center;
        left: 0;
        padding: 10px
    }

    #logo h3 {
        color: #fff;
        text-shadow: 1px 1px 1px #000
    }

    .content.home,.content.listTour {
        padding: 20px
    }

    .content.home h1,.TitleOurTours {
        font-size: 27px
    }

    .content,.sidebar {
        float: none;
        width: 100%;
        padding: 10px;
        box-sizing: border-box
    }

    .content h1 {
        font-size: 25px
    }

    .content h2 {
        font-size: 22px
    }

    .content p {
        font-size: 16px
    }

    #desTour {
        margin-bottom: 0;
        padding: 10px;
        box-sizing: border-box
    }

    .conParallax h3,.topRecomended h3,.deInka h3 {
        font-size: 30px;
        padding-bottom: 10px
    }

    .conParallax p {
        font-size: 42px;
        line-height: 42px
    }

    .topRecomended {
        padding: 10px
    }

    .topRecomended table {
        border-collapse: inherit
    }

    .cTour {
        width: 50%
    }

    td.topImg1,td.topImg2 {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 5px
    }

    #conDeals {
        margin: 20px auto auto
    }

    .dealsBox {
        display: block;
        width: 100%;
        padding: 5px
    }

    .conDeals h3 {
        font-size: 18px;
        padding-bottom: 15px
    }

    .conDeals h4 {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 20px
    }

    #box {
        padding-top: 15px
    }

    #deals {
        padding: 0 10px 20px
    }

    .discount em {
        font-size: 14px;
        top: 15px;
        right: -24px
    }

    .discount strong {
        font-size: 24px;
        top: 28px;
        right: -12px
    }

    .discount:after {
        border-top-width: 83px;
        border-left-width: 100px
    }

    .dealsPrice {
        font-size: 14px;
        width: 74px;
        height: 34px;
        padding: 20px 2px
    }

    .dealsPrice strong {
        font-size: 18px
    }

    .dealsPrice em {
        font-size: 13px
    }

    .conDeals {
        bottom: 5%;
        padding: 0 10px
    }

    .spBox,.deInka {
        display: block;
        width: 100%
    }

    .deInkayni {
        padding: 10px 0 20px
    }

    .availability {
        border-top: 20px solid #000
    }

    .availability h3 a:before {
        left: 50%;
        top: -49px;
        border-top: 24px solid transparent;
        border-right: 24px solid transparent;
        border-bottom: 26px solid #3eb368;
        border-left: 24px solid transparent;
        margin-left: -24px
    }

    .availability h3 a:hover:before {
        border-right: 24px solid transparent;
        border-bottom: 26px solid #f3c800
    }

    .menu2 {
        padding: 20px 20px 10px;
        box-sizing: border-box;
        width: 100%
    }

    .menu2 li {
        background: 0 0;
        display: block
    }

    .menu2 li a {
        color: #fff;
        border: none!important;
        padding: 0 10px
    }

    .menu2 li:first-child,.menu2 li:last-child {
        border-radius: 0!important
    }

    .findUs,.payment,.contactUs,.mFooter,.socialBottom {
        float: none;
        width: 100%;
        padding: 10px;
        box-sizing: border-box
    }

    .payment {
        border: none;
        position: relative;
        padding: 30px 0;
        margin: 30px 0
    }

    .payment:before {
        position: absolute;
        width: 65%;
        height: 1px;
        content: '';
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #f3c800
    }

    .payment:after {
        position: absolute;
        width: 65%;
        height: 1px;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #f3c800
    }

    .contactUs {
        max-width: 400px;
        margin: auto
    }

    #footer2 {
        padding-bottom: 10px
    }

    .contactUs input[type=submit],.contactUs .wpcf7 .ajax-loader {
        display: table;
        margin: 5px auto auto
    }

    .boxInt .availability {
        border: none
    }

    #pager img {
        max-width: 60px
    }

    .conweb {
        padding: 10px 0
    }

    .whyInkayni .whyBox {
        float: none;
        width: 100%;
        max-width: 400px;
        margin: auto
    }

    .purchase {
        bottom: 5px;
        right: 5px
    }

    #bgHome h2 span {
        font-size: 30px!important
    }

    #bgHome p {
        line-height: 22px
    }

    #bgHome p span {
        font-size: 17px!important
    }

    .LeftAvailability,.RightAvailability {
        width: 95%;
        float: none;
        margin: 0 auto 10px
    }

    .BoxTime {
        max-width: 300px;
        margin-left: -150px;
        top: 53%
    }

    .BoxTime .ClassyCountdown-value {
        margin-top: -30px!important
    }

    footer {
        padding: 10px 10px;
        box-sizing: border-box
    }

    #HeaderTour {
        min-height: 600px
    }

    .TextoTour h1 {
        font-size: 27px
    }

    .BoxPrice2 ul li h3 {
        font-size: 18px
    }

    .BoxDato {
        width: 32%;
        display: inline-block;
        margin: 0 .3%;
        float: none;
        padding: 13px 2px
    }

    .BoxDato img {
        max-width: 50px
    }

    .BoxDato p {
        font-size: 15px
    }

    .BoxDato p span {
        font-size: 10px
    }

    .BoxLugar {
        border: none
    }

    .BoxLevel .Level3 {
        background-size: contain
    }

    .icon-level {
        padding: 6px 33px
    }

    .BoxLevel a {
        padding: 1px 10px!important
    }

    .BoxPlaceVisited ul li {
        max-width: none;
        width: 49%;
        margin: 0 0 18px
    }

    .BoxCargos:before {
        width: 97%;
        max-width: none;
        height: 81%;
        max-height: none
    }

    .BoxTripReviews .wptripadvisor_t1_DIV_1+.wptripadvisor_t1_DIV_1 {
        display: none
    }

    .certificados .textwidget p {
        display: contents
    }
}

@media(max-width: 480px) {
    .BoxTextBanner {
        padding:10px
    }

    .TextBanner h3 {
        font-size: 18px;
        margin-bottom: 6px
    }

    .TextBanner p {
        font-size: 13px
    }

    .BoxIncaTrailAvailability {
        padding: 10px
    }

    .content.home h1,.TitleOurTours,.BlogRSS h3 {
        font-size: 25px;
        text-align: center
    }

    .TitleOurTours {
        padding: 12px 20px 0;
        box-sizing: border-box
    }

    .desTour {
        width: 98%
    }

    .BlogRSS ul li+li {
        width: 100%
    }

    .BoxLugar {
        border-right: solid 1px #fff
    }

    .BoxAltitude,.BoxPrecioT {
        border: none
    }

    .BoxDato {
        width: 49%;
        margin: 0 .1% 12px
    }

    .Enquire {
        padding: 0 2px
    }

    .BoxPrice2 {
        padding: 18px 10px
    }

    .TextoTour h1 {
        font-size: 22px
    }

    .BoxPrice2 ul li {
        padding: 5px 6px;
        border-right: solid 2px #f3c800
    }

    .BoxPrice2 ul li h3 {
        font-size: 15px
    }

    .BoxPrice2 ul li p {
        font-size: 19px
    }

    .BoxPrice2 ul li img {
        vertical-align: middle
    }

    .BoxContentLi {
        padding: 8px 10px
    }

    .BoxDato img {
        border: none;
        padding: 0;
        max-width: 42px
    }

    .icon-level {
        border: none;
        margin: 0
    }

    .BoxLugares ul {
        margin: 0
    }

    .BoxLugares ul li {
        padding: 1px 10px;
        font-size: 15px
    }

    .ContentBoxMapa {
        width: 90%
    }

    .daTour h4 {
        min-height: auto
    }

    .BoxWhyTour {
        width: 100%;
        margin: 0 0 12px
    }

    .conParallax li {
        display: block;
        width: 100%;
        padding: 5px 0
    }

    .conParallax p {
        font-size: 40px;
        line-height: normal
    }

    .conParallax p br {
        display: none
    }

    .cTour {
        display: block;
        width: 100%
    }

    .socialBottom li a {
        display: table;
        margin: auto
    }

    .socialBottom li i {
        margin: auto
    }

    #pager img {
        max-width: 45px
    }

    .content h1 {
        font-size: 23px
    }

    .content h2 {
        font-size: 21px
    }

    .conDeals {
        max-width: 200px;
        padding: 0 5px
    }

    .conDeals h4 {
        padding: 0 5px
    }

    .conDeals h4 a {
        margin: 0
    }

    #bgHome h2 span {
        font-size: 25px!important
    }

    #bgHome p span {
        font-size: 16px!important
    }

    .img-availability {
        width: 95%
    }

    .BoxWhy {
        width: 100%
    }

    .ConBlog {
        width: 95%
    }

    #wonderplugincarousel-1 .amazingcarousel-next {
        right: 18%!important;
        top: 49%!important
    }

    #wonderplugincarousel-1 .amazingcarousel-prev {
        left: 18%!important;
        top: 49%!important
    }

    .tourInfo {
        width: 95%;
        margin: 0 0 16px
    }

    .whyInkayni h3,.BoxTripReviews h2,.certificados h3 {
        text-align: center;
        font-size: 25px
    }

    .BoxWhy img {
        max-width: 75px
    }

    .DatosOfferLeft table tr td {
        width: 32%
    }

    .DatosOfferLeft table tr td+td {
        width: 65%
    }

    .BoxTime {
        position: relative;
        background: #14223a;
        width: 100%;
        left: auto;
        top: auto;
        max-width: none;
        margin: 0
    }

    .BoxTime .ClassyCountdown-days,.BoxTime .ClassyCountdown-hours,.BoxTime .ClassyCountdown-minutes,.BoxTime .ClassyCountdown-seconds {
        height: 58px!important
    }

    .BoxTime .ClassyCountdown-value {
        margin-top: -21px!important
    }

    .certificados .textwidget {
        width: 100%;
        padding: 30px 0 0
    }

    .certificados .textwidget img {
        max-width: 127px
    }

    .menu2 ul li:last-child a:before {
        left: -60px;
        transform: scale(.8)
    }

    .TextoTour {
        top: 2%
    }

    .TextoTour h1 {
        padding: 20px 30px 25px 25px
    }

    .BoxContentLi h3 {
        font-size: 18px
    }
}

.linkmap {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    background: url(/wp-content/themes/richardlarotag/images/ver-mapa-ilustrativo-inkayni-peru-tours.webp) center center no-repeat;
    background-size: cover;
    padding-top: 120px;
    overflow: hidden;
    box-shadow: -1px -55px 41px -28px rgb(0 0 0/60%) inset;
    -webkit-box-shadow: -1px -55px 41px -28px rgb(0 0 0/60%) inset;
    -moz-box-shadow: -1px -55px 41px -28px rgba(0,0,0,.6) inset;
    margin: .5%
}

.linkvideo {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    border-radius: 8px;
    background: url(/wp-content/themes/richardlarotag/images/ver-mapa-video-inkayni-peru-tours.webp) center center no-repeat;
    background-size: cover;
    padding-top: 120px;
    overflow: hidden;
    box-shadow: -1px -55px 41px -28px rgb(0 0 0/60%) inset;
    -webkit-box-shadow: -1px -55px 41px -28px rgb(0 0 0/60%) inset;
    -moz-box-shadow: -1px -55px 41px -28px rgba(0,0,0,.6) inset;
    margin: .5%
}

.label-min {
    margin-top: 85px;
    text-align: center;
    padding-left: 15px;
    font-size: 17px;
    padding-right: 15px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.label-min p {
    text-align: center;
    padding-bottom: 0;
    font-size: 17px;
    line-height: initial;
    font-weight: 700
}

.linkmap a {
    color: #fff;
    font-size: 20px;
    background-color: rgb(0 0 0/50%);
    padding: 12px 25px;
    border-radius: 20px;
    border: 1px solid #fff
}

.linkvideo a {
    color: #fff;
    font-size: 20px;
    background-color: rgb(0 0 0/50%);
    padding: 12px 25px;
    border-radius: 20px;
    border: 1px solid #fff
}

#tablist1-panel3 ul {
    background: url()
}

#tablist1-panel3 h2 {
    padding: 15px 0 15px 45px;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    line-height: 20px;
    background: url(/wp-content/themes/richardlarotag/images/chacana.png) 10px center no-repeat;
    background-size: 21px auto;
    background-position: 10px center
}

#tablist1-panel3 ul:nth-child(2) {
    column-count: 2;
    border-left: 2px solid #999;
    padding-left: 15px;
    margin-left: 20px
}

#tablist1-panel3 ul:nth-child(2) li {
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
    background: url(/wp-content/themes/richardlarotag/images/ic-incluye.webp) 10px center no-repeat;
    background-size: 18px auto;
    padding: 10px 0 10px 35px;
    color: #4c4c4c;
    background-position: 10px 13px;
    list-style: none
}

#tablist1-panel3 ul:nth-child(4) {
    column-count: 2;
    border-left: 2px solid #999;
    padding-left: 15px;
    margin-left: 20px
}

#tablist1-panel3 ul:nth-child(4) li {
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
    background: url(/wp-content/themes/richardlarotag/images/ic-no-incluye.webp) 10px center no-repeat;
    background-size: 18px auto;
    padding: 10px 0 10px 35px;
    color: #4c4c4c;
    background-position: 10px 13px;
    list-style: none
}

#tablist1-panel3 ul:nth-child(6) {
    column-count: 2;
    border-left: 2px solid #999;
    padding-left: 15px;
    margin-left: 20px
}

#tablist1-panel3 ul:nth-child(6) li {
    font-size: 17px;
    text-align: justify;
    font-weight: 400;
    line-height: 26px;
    background: url(/wp-content/themes/richardlarotag/images/ic-que-llevar.webp) 10px center no-repeat;
    background-size: 18px auto;
    padding: 10px 0 10px 35px;
    color: #4c4c4c;
    background-position: 10px 13px;
    list-style: none
}

#tablist1-panel3 ul:nth-child(2) li ul {
    padding: 10px 0
}

#tablist1-panel3 ul:nth-child(2) li ul li {
    background: url();
    padding: 0;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px
}

#tablist1-panel2 h2 {
    padding: 15px 0 15px 45px;
    background: url(/wp-content/themes/richardlarotag/images/chacana.png) 10px center no-repeat;
    background-size: 21px auto;
    background-position: 10px center
}

#tablist1-panel2 p {
    border-left: 2px solid #999;
    padding-left: 15px;
    margin-left: 20px
}

#tablist1-panel2 ul {
    border-left: 2px solid #999;
    padding-left: 35px;
    margin-left: 20px !important
}

#tablist1-panel2 h3 {
    border-left: 2px solid #999;
    padding-left: 15px;
    margin-left: 20px
}

.atitulo1 {
    color: #000;
    font-weight: 700;
    padding: 10px
}

.catitulo {
    font-size: 25px !important;
    text-align: center;
    background: url(/wp-content/themes/richardlarotag/images/bg-titles-home.png) center top no-repeat;
    padding: 0 0 10px;
    margin: 0 0 20px;
    background-size: 35%;
    display: block
}

#tablist1-panel4 table {
    width: 100% !important;
    margin: 0 0 20px;
    padding: 20px
}

#tablist1-panel4 .pre1 {
    font-weight: 600;
    font-size: 20px;
    color: #444
}

#tablist1-panel4 .pre2 {
    font-size: 12px;
    color: #fb3640
}

#tablist1-panel4 .claDsctoG {
    background-color: #fb3640;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 3px 10px;
    font-size: 10px
}

#tablist1-panel4 table tr:nth-child(even) {
    background: #fff
}

#tablist1-panel4 table tr th {
    text-align: center !important;
    border: none;
    border-bottom: solid 1px #4c4c4c;
    padding: 10px !important;
    position: relative
}

#tablist1-panel4 table tr th:before {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 105%;
    background: #4c4c4c;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

#tablist1-panel4 table tr th:last-child:before {
    display: none
}

#tablist1-panel4 table tr td {
    padding: 10px 0;
    text-align: center
}

#tablist1-panel4 table tr td a {
    border: solid 1px #fdc000;
    color: #fdc000;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600
}

#tablist1-panel4 table tr td a:hover {
    background-color: #f7f7f8;
    color: #000;
    border: 1px solid #000
}

#tablist1-panel4 table tr td h5 a {
    display: inline-block;
    color: #000;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: 11px;
    background-color: #fdc000;
    border: 1px solid #fdc000;
    border-radius: 7px
}

#tablist1-panel4 table h3 {
    background: url() left center no-repeat #057368;
    margin: 0 15%;
    padding: 8px 12px;
    border-radius: 5px
}

#tablist1-panel4 table h3 span {
    color: #fff !important
}

#tablist1-panel4 table h4 {
    color: #203064;
    background: 0 0;
    padding: 0;
    font-size: 13px
}

#tablist1-panel4 tbody tr:first-child {
    border-top: solid 1px #4c4c4c;
    border: none
}

#tablist1-panel4 tbody tr:last-child {
    border-bottom: solid 1px #467ab9
}

#tablist1-panel4 tbody tr {
    border-left: none;
    border-right: none
}

#tablist1-panel4 tbody tr td {
    text-align: center !important;
    border: none;
    border-bottom: solid 1px #4c4c4c;
    padding: 10px !important;
    position: relative
}

#tablist1-panel4 tbody tr td:before {
    content: '';
    position: absolute;
    right: -1px;
    width: 1px;
    height: 105%;
    background: #4c4c4c;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

#tablist1-panel4 tbody tr td:last-child:before {
    display: none
}

#tablist1-panel4 tbody tr td br {
    display: none
}

#tablist1-panel4 tbody tr td label {
    display: inline-block;
    padding: 0 4px
}

#tablist1-panel4 tbody tr td br+label+br {
    display: block
}

#tablist1-panel4 tbody tr td+td+td {
    text-align: center !important
}

#tablist1-panel4 tbody tr td+td+td+td {
    font-weight: 700;
    font-size: 15px
}

#tablist1-panel4 tbody tr td+td+td+td+td {
    position: relative
}

#tablist1-panel4 tbody tr td+td+td+td+td span {
    font-size: 12px;
    position: relative;
    display: table;
    margin: auto
}

#tablist1-panel4 tbody tr td+td+td+td+td span:after {
    position: absolute;
    content: '';
    border-bottom: solid 2px red;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

#tablist1-panel4 tbody tr p {
    font-size: 14px;
    text-align: center;
    background: url();
    padding: 0;
    text-transform: uppercase
}

#tablist1-panel4 tbody tr em {
    background-color: #f2f2f2;
    font-weight: 400;
    padding: 5px 10px;
    font-size: 11px;
    font-style: normal
}

#tablist1-panel4 tbody tr strong {
    font-size: 20px
}

#tablist1-panel4 tbody tr pre {
    background-color: #fb3640;
    color: #fff;
    font-weight: 600;
    padding: 14px 8px;
    font-size: 13px;
    border-radius: 50%;
    display: inline-block
}

#tablist1-panel4 table th,#tablist1-panel4 table td {
    padding: .625em;
    text-align: center
}

.img-to {
    width: 32%;
    height: 155px;
    margin-right: 8px
}

#tablist1-panel4 .table td,#tablist1-panel4 .table th {
    vertical-align: inherit !important;
    border-top: none !important
}

#tablist1-panel4 p+h3 {
    padding: 15px 0 15px 45px;
    background: url(/wp-content/themes/richardlarotag/images/chacana.png) 10px center no-repeat;
    background-size: 21px auto;
    background-position: 10px center
}

#tablist1-panel4 p+h3 span {
    color: #000 !important
}

#tablist1-panel4 h3+ul {
    border-left: 2px solid #999;
    padding-left: 35px;
    margin-left: 20px
}

#tablist1-panel4 h3+ul li {
    list-style-type: disc !important
}

#tablist1-panel4 h3+ul+p {
    border-left: 2px solid #999;
    padding-left: 25px;
    margin-left: 20px
}

.contenedor1 {
    position: relative;
    display: inline-block;
    text-align: center
}

.contenedor1 img {
    width: 247.58px !important;
    height: 155px !important
}

.contenedor1 i {
    color: #fff;
    font-size: 20px;
    background-color: rgb(0 0 0/50%);
    padding: 12px 25px;
    border-radius: 20px;
    border: 1px solid #fff
}

.contenedor1 i:hover {
    border: solid 2px #f3c800;
    background-color: #f3c800;
    color: #353741
}

.centrado1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.su-spoiler-style-default>.su-spoiler-content {
    padding: 14px !important
}

.infoinc {
    text-align: center
}

.infoinc h3 {
    border: 1.5px solid #353741;
    display: inline-block;
    padding: 6px 12px 6px 40px;
    border-radius: 5px;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    background: url(/wp-content/themes/richardlarotag/images/ic-inca-trail-highlights.webp) 10px center no-repeat;
    background-size: 21px auto;
    background-position: 10px center;
    color: #353741
}

.infoinc h3.infh3 {
    background: url(/wp-content/themes/richardlarotag/images/why-inkayni-peru-tours.webp) 10px center no-repeat !important;
    background-size: 21px auto !important;
    background-position: 10px center
}

.infoinc-col {
    width: 23%;
    padding: 5px;
    display: inline-block
}

.infoinc-col img {
    width: 180px;
    height: 180px;
    border-radius: 50%
}

.infoinc-col h4 {
    font-weight: 800;
    font-size: 12.5px;
    text-transform: uppercase;
    padding: 15px 0;
    color: #353741
}

.newspers .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.newspers .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.newspers .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.newspers .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.newspers input:checked+.slider {
    background-color: #eec02d
}

.newspers input:checked+.slider:before {
    background-color: #fff
}

.newspers input:focus+.slider {
    box-shadow: 0 0 1px #eec02d
}

.newspers input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.newspers .slider.round {
    border-radius: 34px
}

.newspers .slider.round:before {
    border-radius: 50%
}

.newspers input[type=email] {
    width: 100%;
    padding: 12px 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    -webkit-transition: .5s;
    transition: .5s;
    outline: none;
    font-size: 15px
}

.newspers input[type=email]:focus {
    border: 1px solid #fff
}

.newspers .input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 5px
}

.newspers .icon {
    padding: 14px 0 10px 5px;
    background: #fff;
    color: #ccc;
    min-width: 50px;
    text-align: center;
    border-radius: 5px
}

.newspers .input-container input[type=submit] {
    margin: 10px 12px;
    background-color: #eec02d;
    color: #353741;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 6px 15px;
    width: 20%;
    text-align: center;
    text-transform: uppercase;
    border: none
}

.newspers {
    width: 80%;
    margin: auto
}

.newspers .newsflex {
    display: flex;
    width: 100%
}

.newspers .newsflex p {
    color: #fff;
    padding: 4px 22px;
    font-size: 19px;
    font-weight: 300
}

.newspers .newsflex a {
    color: #fff;
    text-decoration: underline
}

.newspers h4 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
    margin: 10px 0
}

@media screen and (max-width: 600px) {
    #tablist1-panel3 ul:nth-child(2) {
        column-count:auto;
        padding: 10px 0
    }

    #tablist1-panel3 ul:nth-child(4) {
        column-count: auto;
        padding: 10px 0
    }

    #tablist1-panel3 ul:nth-child(2) li {
        padding: 3px 0 3px 35px;
        background-position: 10px 6px
    }

    #tablist1-panel3 ul:nth-child(4) li {
        padding: 3px 0 3px 35px;
        background-position: 10px 6px;
        font-weight: 300
    }

    #tablist1-panel3 ul:nth-child(6) {
        column-count: auto;
        padding: 10px 0
    }

    #tablist1-panel3 ul:nth-child(6) li {
        padding: 3px 0 3px 35px;
        background-position: 10px 6px;
        font-weight: 300
    }

    .responsive-tabs .responsive-tabs__heading:hover {
        background: #fff !important;
        color: #31343f !important;
        border: solid 2px #31343f !important;
        border-left: 8px solid #31343f !important
    }

    .responsive-tabs .responsive-tabs__heading {
        color: #31343f !important;
        border: solid 1px #31343f !important;
        margin: 10px !important;
        border-left: 6px solid #31343f !important;
        text-transform: uppercase !important;
        font-weight: 600 !important;
        font-size: 15px !important
    }

    .responsive-tabs .responsive-tabs__heading:after {
        border-top: 6px solid #31343f !important
    }

    .responsive-tabs .responsive-tabs__heading--active,.responsive-tabs .responsive-tabs__heading--active:hover {
        background: #fff !important;
        color: #31343f !important
    }

    .responsive-tabs .responsive-tabs__heading:hover:after {
        border-top: 6px solid #31343f !important
    }

    .content .prindia {
        padding: 10px 0 10px 30px
    }

    .claTitleMes {
        width: 28% !important
    }

    .img-to {
        width: 98% !important;
        height: 255px !important
    }

    .mo-ocu {
        display: none
    }

    .ca-col {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 49% !important
    }

    .ca-borde {
        width: 98% !important;
        padding-top: 8px;
        margin-top: 2px;
        border-top: 1px solid;
        border-left: none !important
    }

    .ca-precio {
        width: 53% !important
    }

    .ca-desc {
        width: 12% !important
    }

    .ca-col-bott {
        width: 98% !important
    }

    .ca-precio strong {
        font-size: 25px !important
    }

    .ca-col a {
        padding-left: 50px !important;
        padding-right: 50px !important;
        background-color: #31343f !important;
        border: none;
        !important}

    .contenedor1 img {
        width: 98% !important;
        height: 255px !important
    }

    .infoinc-col {
        width: 100%;
        text-align: center
    }

    .infoinc-col p {
        text-align: center !important
    }
}
