/*---desarrollo por www.iasoftgroup.com 
font-family: "Pacifico", cursive;
font-family: "Poppins", sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&family=Poppins:wght@400;600;700&display=swap');
/*************************
General
**************************/
::-webkit-input-placeholder { /* Edge */
  color: #9f9f9f;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9f9f9f;
}

::-moz-placeholder {
  color: #9f9f9f;
}

::-ms-input-placeholder {
  color: #9f9f9f;
}

::placeholder {
  color: #9f9f9f;
}
.clearfix::after,
.views-row:after,
.inn:after,
.container:after{
    content: "";
    clear: both;
    display: table;
}
*{
-webkit-box-sizing: border-box;
        box-sizing: border-box;
outline: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
body {
        background-color: #fff;
    float: left;
    max-width: none;
    min-width: 300px !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    color: #686868;
    font-weight: normal;
}
#page {    
    float: left;
    margin: 0 auto;
    min-width: 300px;
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#section-header {
    width: 100%;
}
#zone-branding-wrapper {
    float: left;
    width: 100%;
    position: absolute;
    z-index: 99999;
    left: 0;
    top: 0;
    background: transparent;
}
.bloque_derecha {
    float: right;
    margin-top: 60px;
}

.bloque_derecha .central {
        background-image: url(../images/icon_ws2.png);
    display: block;
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: left center;
    padding-left: 50px;
}

.bloque_derecha .central a {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: all 500ms;
}
.bloque_derecha .central a:hover {
    color: #FFD700;
}
section.hero.herodesktop {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.herodesktop .row {
    position: absolute;
    top: 50%;
    z-index: 9;
    text-align: center;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 35px;
    max-width: 1300px;
    left: 50%;
    transform: translate(-50%,-45%);
    padding: 0 30px;
}

.herodesktop .row .tit {
    font-family: "Pacifico", cursive;
    font-size: 58px;
}

.btn a {
    min-width: 250px;
    display: block;
    color: black;
    text-decoration: none;
    font-weight: 600;
    font-size: 30px;
    padding: 4px 30px;
    border-radius: 30px;
    transition: all 500ms;
    text-align: center;
    background: rgb(255,215,0);
background: -moz-linear-gradient(180deg, rgba(255,215,0,1) 0%, rgba(240,189,49,1) 35%, rgba(231,169,88,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,215,0,1) 0%, rgba(240,189,49,1) 35%, rgba(231,169,88,1) 100%);
background: linear-gradient(180deg, rgba(255,215,0,1) 0%, rgba(240,189,49,1) 35%, rgba(231,169,88,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd700",endColorstr="#e7a958",GradientType=1);
}
.btn a:hover {
    background: black;
    color: white;
    box-shadow: 0 0 2px #FFD700;
}

.btn a:hover img {
    filter: brightness(0) invert(1);
}

.herodesktop .row .btn a {
    display: inline-block;
}

.btn a img {
    width: auto;
    height: 17px;
    margin-left: 5px;
}

.herodesktop .row .btn {
    display: block;
    margin-top: 30px;
}
.sticky0#zone-branding-wrapper {
    position: fixed;
    top: -500px;
    background: rgba(0,0,0,.9);
}

.sticky.sticky0#zone-branding-wrapper {
    transition: all 700ms;
    top: 0;
}
.sticky0 .headsup #block-block-logo {
    max-width: 250px;
    margin: 15px 0;
}

.sticky0 #block-nice-menus-1 {
        margin-top: 15px;
}
.sticky0 #block-nice-menus-1 ul.nice-menu li a {
    font-size: 16px;
}
.sticky0 .bloque_derecha {
    margin-top: 16px;
}
.sticky0 .bloque_derecha .central {
    font-size: 18px;
}

.sticky0 .bloque_derecha .autorizado {
    padding-top: 8px;
    font-size: 12px;
}

.sticky0 .bloque_derecha .autorizado img {
    max-width: 70px;
}
#zone-header-wrapper {
    float:  left;
    width:  100%;
    position: relative;
}
#section-content {
        float: left;
    width: 100%;
    position: relative;
    z-index: 8;
}
section.hero.herodesktop {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.bgoverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    cursor: pointer;
    background: rgba(255,255,255,.5);
    display: none;
    transition: all 500ms;
}
.showmenu .bgoverlay {
    display: block;
}
button#menu-btn {
    background: transparent;
    border: none;
    width: 46px;
    padding: 7px 7px;
    height: auto;
    cursor: pointer;
}
#block-nice-menus-2 {
    z-index: 100;
    clear: right;
    display: none;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

button#menu-btn span.icon-bar {
    width: 100%;
    display: block;
    height: 5px;
    background-color: #2474a7;
    margin: 5px 0;
    transition: all 500ms;
    border-radius: 5px;
}
button#menu-btn:hover span {
    background: #60c0ab;
}

.menumovil {
        margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 100000;
    background: #60c0ab;
    list-style: none;
    width: 300px;
    height: 100%;
    box-shadow: 0 0 10px lightgray;
    transition: all 500ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.showmenu .menumovil {
    left: 0;
}
.menumovil .cerrarmenu {
    display: block;
    text-align: right;
    padding: 12px 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms;
    color: white;
}

.menumovil .logo {
        display: block;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}

.menumovil .logo img {
    display: block;
    margin: 0 auto;
    max-width: 230px;
}

.menumovil ul {
    margin: 0;
    display: block;
    list-style: none;
    padding: 20px 0;
}

.menumovil ul li {
    display: block;
    margin: 5px 0;
}

.menumovil ul li a {
        display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: white;
    transition: all 500ms;
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.menumovil ul li a:hover,.menumovil ul li a.active {
        background: white;
    color: #2474a7;
}

.menumovil .cerrarmenu:hover {
    color: #C69D53;
}
.headsup {
    float: left;
    width: 100%;
    position: relative;
}

.inn {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    padding: 0 20px;
}

.headsup .infohead {
        float: right;
    margin-top: 8px;
}

.headsup #block-block-logo {
    float: left;
    max-width: 350px;
    padding: 0;
    margin: 65px 0 15px;
}
#block-block-logo a {
        position: relative;
    overflow: hidden;
    display: block;
}

#block-block-logo img {
        width: 100%;
    height: auto;
    display: block;
}
#region-content .block {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.headsup .inn {
        position: relative;
    text-align: center;
    padding: 0 30px 0 50px;
}
.block .container {
    margin: 0 auto;
    display: block;
    padding: 70px 30px;
    max-width: 1300px;
}
.item_titulo {
    color: white;
    font-size: 58px;
    width: 100%;
    margin-bottom: 50px;
    display: block;
    font-family: "Pacifico", cursive;
    text-align: center;
}
/**********
about us
***********/
section#about-us {
    background-image: url(../images/machupicchu.png);
    background-position: center;
    background-attachment: fixed;
}
.block-company .row {
    width: 80%;
    max-width: 500px;
    background: rgba(0,0,0,.8);
    padding: 50px;
    color: white;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

.block-company .row .det {
    border-top: 3px solid #FFD700;
    border-bottom: 3px solid #FFD700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-company .row .image img {
        display: block;
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
}
/***************
reservar
************/
section#book-now {
    background-image: url(../images/vinicunca.png);
    background-position: center;
    background-size: cover;
}
.block-formulario .inner {
    background: rgba(0,0,0,.3);
}

form .form-wrap {
    display: block;
    width: 100%;
    margin: 14px 0;
    float: left;
}

form .form-wrap input {
    background: white;
    border: none;
    padding: 10px 20px;
    border-radius: 15px;
    color: #686868;
    display: block;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 25px;
}

form button.btn {
    display: inline-block;
    background: black;
    cursor: pointer;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 500ms;
    padding: 14px 45px;
    border-radius: 30px;
    font-size: 30px;
    border: none;
    margin-top: 20px;
}

form#webform-client-form-1 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

form button.btn:hover {
        color: #FFD700;
    background: black;
    transform: scale(1.05);
}
form .form-item.iteminline select {
    width: auto;
    max-width: 65%;
    min-width: 20%;
}
.ui-accordion .ui-accordion-header {
    background: rgb(255,215,0);
    background: -moz-linear-gradient(180deg, rgba(255,215,0,1) 0%, rgba(240,189,49,1) 35%, rgba(231,169,88,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,215,0,1) 0%, rgba(240,189,49,1) 35%, rgba(231,169,88,1) 100%);
    background: linear-gradient(180deg, rgba(255,215,0,1) 0%, rgba(240,189,49,1) 35%, rgba(231,169,88,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd700",endColorstr="#e7a958",GradientType=1);
    border: none;
    border-radius: 30px;
    color: black;
    font-family: 'Poppins';
    font-weight: 600;
    text-align: left;
    padding: 10px 40px 10px 30px;
    font-size: 24px;
    margin-bottom: 20px;
}

.ui-accordion .ui-accordion-header .ui-icon {
    background-image: url(../images/icon_down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 30px;
    position: absolute;
    height: 15px;
    right: 18px;
    top: 25px;
}
.ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
    transform: rotate(180deg);
}
.ui-accordion .ui-accordion-content {
    background: transparent;
    border: none;
    color: white;
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 600;
    padding: 10px 20px;
}
.ui-accordion .ui-accordion-header.ui-state-active {
    margin-bottom: 0;
}
form .form-item {
    display: block;
    margin: 25px 0;
    width: 100%;
}

form .form-item label {
    display: block;
    text-align: left;
}

form .form-item select,form .form-item input {
    width: 100%;
    margin-top: 5px;
    border-radius: 30px;
    padding: 10px 20px;
    font-family: 'Poppins';
    font-weight: 600;
}
form .form-item select{
    background-image: url(../images/icon_down.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 20px 12px;
    padding-right: 36px;
}
form .form-item.iteminline {
    display: flex;
    align-items: center;
}
form .form-item.iteminline.findus select {
    width: 100%;
}
form .form-item.iteminline label {
    margin-right: 14px;
}

select#children,#adults,#duration {
    max-width: 120px;
    text-align: center;
    background-position: 89% center;
}
form .form-item.iteminline.transport .description {
    width: 100%;
}
form .form-item.itemdate input {
    background-image: url(../images/icon_calendar.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 30px auto;
    padding-right: 60px;
    max-width: 370px;
    margin-left: auto;
}
form .form-item.iteminline .info {
    margin-left: 14px;
}
form .form-item .description {
    font-size: 15px;
    text-align: left;
    margin-top: 5px;
}
form .form-item.iteminline input, select#pais, select#pais2 {
    max-width: 65%;
    margin-left: auto;
}

select#Headline {
    max-width: 150px;
    text-align: center;
    background-position: 89% center;
}

select#pais {
    max-width: 65%;
}
form .form-item .radio {
    display: flex;
    align-items: center;
}

form .form-item .radio input {
    margin-top: 0;
}
/**********
tours
**************/
section#tours {
    background: black;
}
.block-tours .det {
    display: block;
}

.block-tours .det .image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.block-tours .det .image img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 500ms;
}

.block-tours .det .tit {
        font-size: 23px;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 500ms;
    display: flex;
    width: 100%;
}

.block-tours .det .tit:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 8px;
    background: #FFD700;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 15px;
    min-width: 25px;
}

.block-tours .mytours {
    position: relative;
    overflow: hidden;
}
.block-tours .item .inner {
    display: block;
    position: relative;
    overflow: hidden;
}

.block-tours .item .inner a {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.block-tours .inner:hover .det .image img {
    transform: scale(1.05);
}

.block-tours .inner:hover .det .tit {
    color: #FFD700;
}

.block-tours .rowcontent {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.arrini-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 44px;
    background-image: url(../images/controls.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    cursor: pointer;
}
.arrini-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 44px;
    background-image: url(../images/controls.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    cursor: pointer;
}
/***************
reviews
************/
section#reviews {
    background-image: url(../images/aqp.png);
    background-position: center;
    background-size: cover;
}
.block-reviews .inner {
    background: rgba(0,0,0,.6);
}
.block-reviews .detalle {
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;
}

.block-reviews .detalle .fecha {
    display: block;
    margin-top: 20px;
    font-weight: 600;
}

.block-reviews .swiper-clientes {
    position: relative;
    overflow: hidden;
}

.block-reviews .row {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
/*************
footer
***************/
footer {
    float: left;
    width: 100%;
    position: relative;
    color: white;
    font-weight: 500;
    background: black;
    font-size: 26px;
}
footer .item_titulo {
    font-weight: normal;
    text-align: left;
    margin: 0;
}
footer .container {
        max-width: 1400px;
    margin: 0 auto;
    padding: 70px 30px 20px;
    position: relative;
    z-index: 9;
}

.footer-widgets {
   padding: 0;
    display: flex;
    justify-content: space-between;
}
.footer-widgets .f2 .inf {
    display: block;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 21px;
}
.foo_info a {
    display: block;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

.foo_info a img {
    vertical-align: bottom;
    max-width: 50px;
    height: auto;
}

.foo_info .inf {
    display: block;
    margin-bottom: 20px;
}
.footer-widgets .f2 .inf .tit {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.footer-widgets .f2 .inf a {
    color: white;
    text-decoration: none;
}

.footer-widgets .f2 .inf a:hover {
    text-decoration: underline;
}
.logo_footer {
    width: 100%;
    max-width: 400px;
}

.logo_footer img {
    width: 100%;
    height: auto;
    display: block;
}
.menufooter {
    display: block;
    width: 100%;
}

.menufooter ul {
    margin: 35px 0 0;
    width: 100%;
    list-style: none;
    padding: 0;
}

.menufooter ul li {
    margin: 5px 0;
    padding: 0;
    position: relative;
}
.menufooter ul li a {
        color: white;
    font-size: 20px;
    text-decoration: none;
    line-height: 24px;
    transition: all 500ms;
    text-transform: uppercase;
    display: block;
    padding: 3px 10px 3px 20px;
    position: relative;
    font-weight: 600;
}
.menufooter ul li a:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    background: white;
    left: 0;
    top: 12px;
    border-radius: 50%;
}
.menufooter ul li a:hover {
        color: #FFD700;
}
.menufooter ul li a:hover:before {
     background: #FFD700;
}
.footer-widgets .foo_info a:hover {
    text-decoration: underline;
}
.redes_footer img {
    width: 50px;
    height: auto;
    display: block;
}

.footer-widgets .redes_footer a:hover {
    transform: scale(1.05);
}
.footer-widgets .f1,.footer-widgets .f3,
.footer-widgets .f2{
    padding-right: 40px;
}
.footer-widgets .f2 {
    max-width: 200px;
}
.footer-widgets .f2 ul {
    margin: 0;
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    min-width: 210px;
}
.redes_footer {
    text-align: left;
}
.redes_footer .tit {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.redes_footer a {
        display: inline-block;
    margin: 2px 15px 2px 0;
}
.footer-widgets .f1 {
    max-width: 45%;
}
.footer-widgets .f0 img {
    display: block;
    max-width: 100%;
    height: auto;
}
.footer-widgets .foo_info table td {
    padding: 12px 5px;
    vertical-align: top;
}

.desarrollado {
    text-align: center;
    display: block;
    font-weight: 300;
    background: #000;
    font-family: 'Montserrat';
    color: white;
    font-size: 14px;
    padding: 10px;
}

.desarrollado a {
    display: inline-block;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.desarrollado a img {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: auto;
    filter: brightness(0) invert(1);
}
/*********banner*********/

@-webkit-keyframes move1 {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@keyframes move1 {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

/*.imagenes .imgbanner img{

    animation: backInUp 6s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -moz-animation: backInUp 6s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;
    -webkit-animation: backInUp 6s cubic-bezier(0.39, 0.16, 0.68, 0.8) infinite alternate;

}*/

.arrcli-left {
        position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 44px;
    background-image: url(../images/controls2.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    cursor: pointer;
}
.arrcli-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 44px;
    background-image: url(../images/controls2.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    cursor: pointer;
}
p#notification {
    color: white;
    text-align: center;
}
.groupcheckbox {
    display: block;
    width: 100%;
        padding-left: 30px;
}

.groupcheckbox .itemcheck {
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 20px;
}

.groupcheckbox .itemcheck input {
    width: auto;
    margin: 0 10px 0 0;
}
.groupcheckbox .itemcheck.ml {
    margin-left: 20px;
}
.bloque_derecha .central a img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 18px;
    margin-left: 5px;
}
form .form-item label.big {
    font-size: 24px;
}
form .form-item.iteminline.transport {
    flex-wrap: wrap;
}
.block-reviews .detalle .imagen {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.block-reviews .detalle .imagen img {
    background: black;
    border-radius: 50%;
    max-width: 200px;
}