/* CSS Document */
* {
    padding: 0;
    margin: 0
}
html {
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-behavior: smooth;
    overflow-x: hidden
}

#anim1 {
    animation: transitionIn 2s ease forwards
}
@keyframes transitionIn {
 from {
 opacity: 0
}
 to {
 opacity: 1;
}
}
body {
    width: 100%;
    height: 100%;
    background: #eee;
	overflow-x: hidden
}


::-webkit-scrollbar {
 background-color: white;
 width: 10px
}
::-webkit-scrollbar-thumb {
 background-color: lightgray;
 border-radius: 5px
}
::selection {
    background: #71CEE9;
    opacity: 0.5
}
::-moz-selection {
 background: darkred;
}
@font-face {
    font-family: 'cabin-m';
    src: url("fonts/Cabin-Medium.ttf");
}
@font-face {
    font-family: 'gilroy-r';
    src: url("fonts/Gilroy-Regular.ttf");
}
@font-face {
    font-family: 'gilroy-b';
    src: url(fonts/Gilroy-Bold.ttf);
}
@font-face {
    font-family: 'gilroy-eb';
    src: url(fonts/Gilroy-ExtraBold.otf);
}
h1, h2, h3, h4, h5, h6 {
    font-family: gilroy-eb;
}
p, table th, table td, ul li{
    font-family: cabin-m;
	font-size: 16px;
}
/*==============================header===============================*/
header {
    width: 100%;
    position: relative
}
.nav-containerb {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}
.logo-vista {
    width: 70px;
    position: relative;
    height: auto;
    margin-left: 10%
}
.logo-vista img {
    height: 80px;
    transition: height .2s
}
.menu-icon {
    display: none;
    position: absolute;
    left: 25px;
}
navbar .container {
    width: 90%
}
navbar {
    width: 100vw;
    height: 110px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, .2);
    position: fixed;
    z-index: 997;
    transition: height .2s
}
navbar.active {
    height: 70px
}
navbar.active .logo-vista img {
    height: 50px
}
navbar ul {
    list-style: none;
    display: flex;
    margin-right: 10%;
    height: 100%
}
navbar ul a, .nav-container-r ul a {
    color: #222;
    font-family: 'cabin-m';
    font-size: 18px
}
navbar ul a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    transition: background .2s;
    line-height: 21px;
    height: 100%;
    text-align: center;
    position: relative;
}
navbar ul li, .nav-container-r ul li {
    transition: .5s
}
navbar ul li.active, .nav-container-r ul li.active {
    background: #ddd
}
navbar ul li:hover, .nav-container-r ul li:hover {
    background: #ddd
}
#menu-responsive {
    text-align: center
}
.nav-container-r {
    background: #fff;
    z-index: 999;
    position: fixed;
    width: 50%;
    height: 100%;
    left: -100%;
    transition: .5s
}
.logo-vista-r img {
    height: 70px;
    margin: 50px 0
}
.nav-container-r ul li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s
}
#menu-r-bg {
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: -110%;
    z-index: 998;
}
#menu-r-bg.active, .nav-container-r.active {
    left: 0
}
.menu-icon {
    cursor: pointer
}
.wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.navline {
    width: 100%;
    height: 4px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}
/*==============================scrollnav===============================*/
/*#sidenav{
	position: fixed;
	top: 50%;
	left: 2%;
	transform: translate(0,-50%);
	z-index: 98
}
#sidenav ul li{
	margin: 15px auto;
	list-style: none
}
#sidenav ul li a.active .dotb{
	background-color: #000
}
#sidenav ul li a.active .dotb:before{
	width: 20px;
	height: 20px;
	opacity: 1
}
.dotb{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #000;
	position: relative;
	margin: 0 auto;
	transition: .5s ease-in-out;
}
.dotb:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	opacity: 0;
	border: 1px solid #000;
	border-radius: 50%;
	transition: .5s ease-in-out
}
.dot{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	margin: 0 auto
}*/

/*==============================bienvenida===============================*/
#bienvenida {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden
}
#bienvenida .onda, #vistaperu .onda, #peruimperio .onda, #crearuta .onda, .paquete .onda {
    position: absolute
}
#title1 p {
    text-transform: uppercase;
    position: absolute;
    bottom: 25%;
    right: 5%;
    font-size: 120px;
    font-family: 'gilroy-b';
    color: #FFFFFF;
    text-align: right;
    line-height: 50%;
}
#title1 p span:nth-child(2) {
    font-size: 80px;
    -webkit-text-stroke: 0px;
}
#title1 p span:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
}
#fblogo img {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(-50%, -50%);
-webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(0px 0px 10px #222); }
.onda {
    width: 102%;
    height: 100px;
    position: relative;
    left: -1%;
    bottom: -2px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    /*filter: drop-shadow(0 -15px 10px rgba(0, 0, 0, .1));*/
    padding-top: 150px
}
#bienvenida .onda {
    padding-top: 150px
}
.onda.upn {
    transform: rotate(180deg);
    top: -1px;
    left: -1%;
    bottom: auto
}
#bienvenida .onda {
    background-image: url("images/ondag1.svg");
}
/*==========================scroll anim==========================*/
#scrollanim {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 30px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    animation: opacity 1s ease-in-out forwards;
    animation-delay: 3s
}
#scrollanim div {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 30px;
    position: relative;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .6));
}
#scrollanim div:before {
    content: '';
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 7px;
    height: 7px;
    background: white;
    border-radius: 50%;
    animation: scrollanim 1.2s ease-in-out infinite
}
@keyframes scrollanim {
 0% {
 top: 20%;
 opacity: 1
}
 88% {
 top: 50%;
 opacity: 1
}
 89% {
 top: 50%;
 opacity: 0
}
 90% {
 top: 20%;
 opacity: 0
}
 100% {
 top: 20%;
 opacity: 1
}
}
/*==============================slider===============================*/
#slider {
    position: relative;
    width: 100%;
    height: 100%;
    transition: 1s ease-in-out;
}
#slider .dept {
    width: 100%;
    position: absolute;
}
#slider .dept .bg {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 1s;
    z-index: 1
}
#slider .dept.active .bg {
    opacity: 1;
}
#slider .dept.active2 .bg {
    opacity: 0;
}
#slider .dept:nth-child(1) .bg {
    background-image: url("images/machupichu.webp");
    background-position: top;
}
#slider .dept:nth-child(2) .bg {
    background-image: url("images/paron.webp");
    background-position: center;
}
#slider .dept:nth-child(3) .bg {
    background-image: url("images/colores.webp");
    background-position: bottom;
}
#slider .dept:nth-child(4) .bg {
    background-image: url("images/iquitos.webp");
    background-position: center;
}
#slider .dept:nth-child(5) .bg {
    background-image: url("images/salinas1.webp");
    background-position: top;
}
#slider .dept p {
    text-transform: uppercase;
    position: absolute;
    top: 18%;
    left: 100%;
    font-size: 100px;
    font-family: gilroy-b;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
    line-height: 80%;
    opacity: 0;
    transition: left 2s cubic-bezier(0.84, -0.02, 0.25, 1);
    transition-delay: .5s;
    z-index: 2
}
#slider .dept p:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    color: #fff;
    overflow: hidden;
    transition: height 1s;
    transition-delay: .5s
}
#slider .dept.active p {
    left: 5%;
    opacity: .8;
}
#slider .dept.active p:before {
    height: 100%;
    transition-delay: 2s
}
#slider .dept.active2 p {
    left: -100%;
    opacity: 0
}
#slider .dept.active2 p:before {
    height: 0%
}

/*==============================slider init===============================*//*
#sliderinit {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
#sliderinit div {
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 0 10px;
    transition: 1s;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .6));
}
#sliderinit div.active {
    background-color: #fff;
    width: 36px;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .6));
}
/*==============================tours===============================*/
#tours {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}
#tours .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
	max-width: 80%
}
.info h3 {
    position: relative;
    text-align: center;
    margin: 50px 0;
    padding: 0;
    line-height: 40px;
    z-index: 2
}
.info h3::before {
    width: max-content;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    line-height: 100px;
    opacity: 0.05;
    text-align: center;
    z-index: -1;
    padding: 10px;
    color: #222
}
.info.tours h3::before {
    content: 'Tours'
}
.info.tours h3 {
    color: #222;
}
#tourscont {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-content: center;
	margin: 0 0 50px 0
}
#tourscont > div {
    width: 100%;
    height: auto;
    margin: 1%;
    position: relative;
    padding: 0;
    border-radius: 10px;
    background: #fff;
	transition: .3s
}
#tourscont > div:hover{
    box-shadow: 0px 20px 30px 0 rgb(0, 0, 0, .15);
}
.tourfoto {
    width: 100%;
    min-height: 220px;
    height: 50%;
    overflow: hidden;
    position: relative;
    border-radius: 10px 10px 0 0;
	transition: .3s
}
.tourfoto div {
    width: 100%;
    height: 100%;
    transition: transform .5s;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.tourinfo {
    padding: 15px;
	height: auto
}
.tourinfo a, .tourinfo a i {
   font-family: 'Roboto Condensed'
}
.tourinfo h5 {
    color: #333;
    text-transform: uppercase
}
.tourinfo h6 {
    color: #555
}
.tourinfo a p {
    font-size: 18px;
	font-family: gilroy-b
}
.tourinfo a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0
}
.tourinfo a span {
    margin: 0 10px;
    font-size: 20px
}
#tourscont div:nth-child(1) .tourfoto div {
    background-image: url("images/thumbcolores.webp");
}
#tourscont div:nth-child(2) .tourfoto div {
    background-image: url("images/thumbmachupichu.webp");
}
#tourscont div:nth-child(3) .tourfoto div {
    background-image: url("images/thumbguacamayo.webp");
}
#tourscont div:nth-child(4) .tourfoto div {
    background-image: url("images/thumbnazca.webp");
}
.imgalt p {
    color: #fff;
    text-shadow: 0 0 3px #000;
    font-family: 'gilroy-r';
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10
}
#tourscont .imgalt p {
    top: 5px;
    left: 10px
}
/*==============================datos===============================*/
#datos {
    width: 100%;
    height: auto
}
#cliente .wrapper h1:after, #gremio h1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100px;
}
#gremio h1:after {
    border-bottom: 5px solid #5bbbeb
}
#gremio {
    padding: 2%;
    background: #bcbcbc;
    position: relative
}
#gremio h1 {
    font-family: gilroy-b;
    font-size: 60px;
    color: #5bbbeb;
    line-height: 80%;
    text-align: center;
    padding: 5% 0 2% 0;
    margin: 0;
    position: relative
}
#gremio p {
    color: #000;
    margin: 0 auto;
    width: 60%;
    text-align: center
}
#sellos {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 2%
}
#sellos > div {
    width: 300px;
    height: auto;
    background-color: grey;
    margin: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #e6e6e6;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 20px 15px
}
#sellos div img {
    width: 150px;
    filter: opacity(.8);
}
#sellos div p {
    font-size: 16px;
    font-family: 'titillium';
    color: #000;
    text-align: center;
    width: 90%;
}
.plus {
    background-color: grey;
    z-index: 5;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: .5s
}
.plus div {
    width: 3px;
    height: 25px;
    border-radius: 10px;
    background-color: #FFFFFF;
    transition: .5s
}
.plus div:nth-child(1) {
    transform: rotate(90deg);
    position: absolute
}
.plus.active div:nth-child(2) {
    transform: rotate(90deg)
}
/*==============================clientes===============================*/
.wrapper.testimonio {
    width: 90%
}
#cliente .wrapper h1:after {
    border-bottom: 5px solid #5bbbeb
}
#cliente .wrapper > h1 {
    font-family: gilroy-b;
    font-size: 60px;
    color: #5bbbeb;
    line-height: 80%;
    text-align: center;
    padding: 10% 0 2% 0;
    position: relative
}
#cliente .wrapper > p {
    font-size: 16;
    font-family: 'titillium';
    color: #000;
    margin: 0 auto;
    width: 60%;
    text-align: center
}
.comment {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 5% 0 0 0
}
.commentbox {
    width: 25%;
    min-width: 220px;
    height: auto;
    background: #e6e6e6;
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 20px 15px
}
.commentbox h1 {
    font-family: 'titillium';
    font-size: 14px;
    text-align: center;
    color: #5bbbeb
}
.commentbox h2, .commentbox h3 {
    font-family: 'titillium';
    font-size: 14px;
    text-align: center
}
.commentbox p {
    font-family: robotoc-i;
    font-size: 16px;
    padding: 0 0 15px 0
}
.commentbox h1, .commentbox h2, .commentbox h3, .commentbox p {
    margin: 0 auto;
    line-height: 24px
}
.commentbox p {
    width: 90%;
    text-align: center
}
/*==============================comentarios===============================*/
#comentario {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 100px;
   /* background: #e7e7e7*/
}
.info.coment h3 {
    color: #222
}
.info.coment h3::before {
    content: 'Cuéntanos tu experiencia';
}
#comentario .onda {
    background-image: url("images/ondad1.svg");
    filter: drop-shadow(0 -15px 10px rgba(0, 0, 0, .05));
    margin-top: 50px;
}
form {
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 5
}
.wrapper.comentariocont {
    width: 40%;
    display: flex;
    flex-direction: column;
    min-width: 250px;
}
#comentariodatos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.input-group {
    position: relative;
    margin-bottom: 1rem
}
#comentario .text-dat {
    width: 45%;
}
#comentario label, #mensaje::placeholder {
 color: #555;
 font-family: 'cabin-m'
}
.input-group label.label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    font-family: 'cabin-m';
    line-height: 16px;
    margin: 0 0 0 7px;
    transition: all .3s ease
}
.input-group label.label.active {
    font-size: 12px;
    top: -5px;
    line-height: 12px;
}
.input-group input[type="text"]:focus + label {
    font-size: 12px;
    top: -5px !important;/*focus*/
    line-height: 12px;
}
/*=====================focus line bottom=====================*/
#comentario .input-group input[type="text"]:focus, #comentario .input-group input[type="text"]:valid {
 border-bottom: 1px solid #5bbbeb !important;
 -webkit-box-shadow: 0 1px 0 0 #5bbbeb !important;
 box-shadow: 0 1px 0 0 #5bbbeb !important;
}
#comentario textarea:focus {
    border: 2px solid #5bbbeb !important;
    -webkit-box-shadow: 0 0px 0 0 #5bbbeb !important;
    box-shadow: 0 0px 0 0 #5bbbeb !important;
}
[type="checkbox"]:checked+span:not(.lever):before {
    border-right: 2px solid #5bbbeb !important;
    border-bottom: 2px solid #5bbbeb !important;
}
.input-group.checkbox p {
    margin: 8px
}
#comentario textarea {
    padding: 7px;
    margin: 20px 0
}
#filtroruta .materialize-textarea {
    height: 100%
}
textarea:focus {
    outline: none;
}
#comentario input[type="submit"] {
    background: #039be5;
    border: 2px solid #039be5;
    color: #fff
}
input[type="submit"] {
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    display: inline-block;
    font-family: 'gilroy-b';
    font-size: 16px;
    transition: .2s;
    margin: 30px auto;
    width: 250px;
    background: #5bbbeb
}
#comentario input[type="submit"]:hover, #comentario input[type="submit"]:focus {
    background: transparent;
    border: 2px solid #039be5;
    color: #039be5
}
.pagetitle.vista h1, .pagetitle.peru h1, .info.mision h1, .info.vision h1, .info.motivo h1, .info.afil h1, .info.vision h1, .info.vision h1, .info.serv h1, .info.clima h1, .info.moneda h1, .info.paquetes h1, .pagetitle.paquete1 h1, .pagetitle.crearuta h1, #contacto h1, #otrasmonedas h1, #otrosbilletes h1 {
    position: relative
}
/*#comentario h1:before, .pagetitle.vista h1:before, .pagetitle.peru h1:before, .info.mision h1:before, .info.vision h1:before, .info.motivo h1:before, .info.afil h1:before, .info.vision h1:before, .info.vision h1:before, .info.serv h1:before, .info.clima h1:before, .info.moneda h1:before, .info.paquetes h1:before, .pagetitle.paquete1 h1:before, .pagetitle.crearuta h1:before, #contacto h1:before, #otrasmonedas h1:before, #otrosbilletes h1:before{
	content: '';
	width: 30%;
	max-width: 150px;
	height: 105%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
#comentario h1:before{
	border-bottom: 4px solid #00BFED
}

.pagetitle.peru h1:before, .info.moneda h1:before{
	border-bottom: 4px solid #F74553
}
.info.afil h1:before, .info.clima h1:before, .info.mision h1:before, .info.vision h1:before{
	border-bottom: 4px solid #fff
}
.info.motivo h1:before, .info.serv h1:before{
	border-bottom: 4px solid #71CEE9
}
.pagetitle.crearuta h1:before{
	border-bottom: 4px solid #A2C037
}
#contacto h1:before{
	border-bottom: 4px solid #5bbbeb
}*/
/*#otrasmonedas h1:before, #otrosbilletes h1:before{
	border-bottom: 2px solid #F74553
}*/



















/*==============================vista peru===============================*/
.navline.vista {
    background: #5BBBEB
}
#vistaperu {
    height: 90vh;
    width: 100%;
    position: relative
}
section .imgalt p {
    top: 120px;
    left: 20px
}
.pagetitle {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.pagetitle h1 {
    text-transform: uppercase;
    font-size: 100px;
    font-family: 'gilroy-Eb';
    text-align: center;
    line-height: 100PX;
    margin-top: 100px;
    z-index: 2;
    position: relative;
}
.pagetitle h1::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150%;
    height: auto;
    font-size: 140px;
    line-height: 120px;
    text-align: center;
    color: transparent;
    z-index: -1;
    opacity: 0.5;
    -webkit-text-stroke: 2px #fff;
}
.pagetitle.vista h1 {
    color: #5BBBEB
}
.pagetitle.vista h1::before {
    content: 'NVISTA PERÚ TRAVEL';
}
.bgtitle {
    width: 100%;
    height: 90vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.bgtitle .bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: brightness(.5)
}
.bgtitle .bg.vista {
    background-image: url("images/paron.webp");
    z-index: 1;
}
#vistaperu .onda {
    background-image: url("images/ondag1.svg");
}
/*==========================mision vision==========================*/
#misionvision {
    width: 100%;
    height: auto;
    background: #eee;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 9
}
.wrapper.mv {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.wrapper.mv > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 0.15);
    width: 45%;
    max-width: 380px;
    height: auto;
    background: #5bbbeb;
    text-align: center;
    margin: 40px 20px;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    color: #fff
}
#misionvision .info h4 {
    margin: 15px;
    color: #fff
}
#misionvision .info p {
    margin: 18px;
    color: #fff;
}
#misionvision .info {
    width: 95%;
    height: auto;
    margin: 20px 0
}/*
#misionvision .paisaje{
	width: 100%;
	min-height: 200px;
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0px;
}
.paisaje.mision{
	background-image: url("images/mision.webp")
}
.paisaje.vision{
	background-image: url("images/vision.webp")
}*/
/*==============================motivo===============================*/
#motivovista {
    width: 100%;
    height: 55%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #5BBBEB
}
.wrapper.motivo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#motivo {
    max-width: 1000px;
    height: auto;
    border-radius: 5px;
    margin: 0 50px;
    z-index: 2;
}
.info.motivo {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-top: 50px;
}
.info.motivo h3 {
    color: #fff
}
.info.motivo h3::before {
    content: '¿Porqué NVista Perú Travel?'
}
.info.motivo p {
    color: #fff;
    text-align: center;
    margin: 15px auto;
    width: 90%
}
#valores {
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding: 5% 0 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center
}
#valores div {
    width: auto;
    height: auto;
    text-align: center;
    margin: 15px
}
#valores div p {
    font-size: 18px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
	font-family: gilroy-b
}
#valores div img {
    width: 70px;
    padding-bottom: 15px;
}
.motonda .onda {
    background-image: url("images/ondac1.svg");
    padding-top: 150px
}
/*==============================afiliacion===============================*/
#afiliacion {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column
}
.wrapper.afil {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.info.afil {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}
.info.afil h1 {
    text-align: center;
    text-stroke: none
}
.info.afil h1 span {
    color: #fff;
    text-stroke: 0
}
.info.afil p {
    margin: 15px 0;
    color: #fff
}
#bgafil {
    width: 100%;
    height: 100%;
    background-image: url(images/landscape1.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: contrast(160%) brightness(30%);
}
#mincetur {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 5% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row
}
#mincetur img {
    width: 100px;
}
#mincetur .text {
    margin: 0 0 0 24px
}
#mincetur .text h1 {
    font-size: 16px;
    font-family: 'titillium';
    color: #fff;
    ;
    margin: 0 0 16px 0
}
#mincetur .text p {
    font-size: 16px;
    font-family: 'titillium';
    color: #fff;
}
#afiliacion .onda.upn, #afiliacion .onda {
    background-image: url("images/ondag1.svg");
}
/*==============================servicio===============================*/
#servicio {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;/*background: #71CEE9*/
}
#servicio .onda {
    position: relative;
    margin-top: 50px
}
.info.serv h3::before {
    content: 'Servicios'
}
.info.serv h3 {
    color: #5bbbeb;
}
#servicio .text {
    width: 80%;
    margin: 0 auto
}
#servicio .text ul {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5% 0
}
#servicio .text ul li {
    width: auto;
    font-size: 16px;
    color: #222;
    margin: 16px;
    list-style: none;
    display: inline-block;
    text-align: center;
    position: relative
}
#servicio .text ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 10px;
    height: 10px;
    background: #5bbbeb;
    border-radius: 50%;
}/*
#servicio .text ul li:nth-child(n+9)::before{
	border-bottom: none
}*/
#servicio .onda {
    background-image: url("images/ondad1.svg");
}
/*======================== peru imperio===========================*/
.navline.peru {
    background: #F74553
}
#peruimperio {
    height: 90vh;
    width: 100%;
    overflow: hidden;
    position: relative
}
.pagetitle.peru h1 {
    color: #F74553
}
.pagetitle.peru h1::before {
    content: 'PERÚ, IMPERIO DE TESOROS ESCONDIDOS';
}
/*#peruimperio .bgtitle{
	overflow: hidden
}*/
.bgtitle .bg.peru {
    background-image: url("images/titicaca.webp");
    z-index: 1
}
#peruimperio .onda {
    background-image: url("images/ondag1.svg");
}
/*======================== peru blog===========================*/
#blogtitle .altbgtitle div {
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
#blogtitle .altbgtitle div{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
#blogtitle .altbgtitle .bg {
    background-image: url("images/moray.webp");
}
.pagetitle.blog h1 {
    color: #F74553;
}
.pagetitle.blog h1::before {
    content: 'SOBRE EL PERÚ';
}
/*
#blogtitle .altbgtitle .bgb2 {
    background-image: url("images/titicaca.webp");
	animation: bloganim2 8s
}
#blogtitle .altbgtitle .bgb3 {
    background-image: url("images/machupichu.webp");
	animation: bloganim3 8s
}
@keyframes bloganim1{
	0%{ opacity: 1;
	z-index: 5}
	30%{ opacity: 1;
	z-index: 5}
	33%{ opacity: 0;
	z-index: 0}
	96%{ opacity: 0;
	z-index: 0}
	100%{ opacity: 1;
	z-index: 5}
}
@keyframes bloganim2{
	0%{ opacity: 0;
	z-index: 0}
	30%{ opacity: 0;
	z-index: 0}
	33%{ opacity: 1;
	z-index: 5}
	63%{ opacity: 1;
	z-index: 5}
	66%{ opacity: 0;
	z-index: 0}
	100%{ opacity: 0;
	z-index: 0}
}
@keyframes bloganim3{
	0%{ opacity: 0;
	z-index: 0}
	60%{ opacity: 0;
	z-index: 0}
	63%{ opacity: 1;
	z-index: 5}
	93%{ opacity: 1;
	z-index: 5}
	96%{ opacity: 0;
	z-index: 0}
	100%{ opacity: 0;
	z-index: 0}
}*/
#cardp {
    position: relative;
    width: 100%;
    height: auto
}

#cardp ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    width: 90%;
    margin: 50px auto;
}
#cardp ul li {
    width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	transition: .3s;
}
#cardp ul li:hover{
	box-shadow: 0px 20px 30px 0 rgb(0, 0, 0, .15);
	cursor: pointer;
}/*
#cardp ul li:nth-child(3n-1){
	grid-column: 3 / span 2
}
#cardp ul li:nth-child(3n){
	grid-column: 5 / span 2
}
/*
.blogp:hover a img {
    filter: brightness(.5)
}*//*
.blogp div img {
    object-fit: cover;
    width: 100%;
    transition: .5s
}
#cardp .cardinfo {
    width: 100%;
    padding: 10px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-shadow: 1px 1px 2px #000;
    background-image: linear-gradient(to top, rgba(34,34,34,1), rgba(34,34,34,0));
    transition: .5s
}
#cardp .cardinfo h5 {
    margin: 0;
    font-family: gilroy-r
}*/

#cardp .wrapper ul li img{
	height: auto;
	max-width: 100%;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
	transition: filter .5s;
}/*
.blogp:nth-child(5n+1) {
    grid-column: 1 / span 3
}
.blogp:nth-child(5n+2) {
    grid-column: 4 / span 3
}
.blogp:nth-child(5n+3) {
    grid-column: 1 / span 2
}
.blogp:nth-child(5n+4) {
    grid-column: 3 / span 2
}
.blogp:nth-child(5n+5) {
    grid-column: 5 / span 2
}*/
.blogtext{
	width: 100%;
	padding: 10px
}
.blogp h3{
    color: #333333;
    font-family: 'gilroy-eb';
    font-size: 18px;
    width: 100%;
    margin: 10px 0;
}

.blogp p{
    color: #555555;
    font-family: 'gilroy-eb';
    font-size: 14px;
    width: 100%;
    margin: 10px 0;
}
.lb-data .lb-number{
	display: none !important
}
#lightbox{
	top: 50% !important;
	position: fixed;
	transform: translateY(-50%)
}
/*
.popcontb {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
    transition-delay: .5s;
    visibility: hidden;
    overflow: auto;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popcontb.activepop {
    opacity: 1;
    z-index: 1001;
    visibility: visible
}
.popcontb img {
    width: 90%;
    max-width: 1000px;
	top: 120px;
	position: absolute
}
.popbgb{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	background: #000;
	z-index: -1
}
footer.activepop, header.activepop{
	z-index: -1
}
/*======================== peru sobre===========================*/
.info.peru h3 {
    color: #F74553
}
.info.peru h3::before {
    content: 'Nuestro Perú';
}
#sobreperu {
    width: 100%;
    height: auto;
    position: relative;
    display: inline-block;
    z-index: 10
}
#mapa {
    width: 50%;
    max-width: 250px;
    min-width: 120px;
    height: auto;
    position: relative;
    display: inline-block;
}
#mapa img {
    width: 100%;
}
#datosperu {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    text-align: center
}
#datosperu div h1 {
    font-family: 'titillium';
    font-size: 16px;
    color: #222;
    margin: 0
}
#datosperu div h2 {
    font-family: 'titillium';
    font-size: 24px;
    color: #F74553;
    margin: 0 0 24px;
}
#sobreperu .contenedor {
    margin: 40px auto;
    width: 80%;
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 0.25);
}
#sobreperu .contenedor div {
    margin: 20px
}
/*==============================clima===============================*/
#clima {
    height: auto;
    width: 100%;
    background: #F74553;
    color: #fff;
    position: relative
}
#clima .onda {
    position: relative;
}
.info.clima h3::before {
    content: 'Nuestro Clima';
    opacity: 0.1
}
#regiones {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 30px
}
#regiones > div {
    width: 100%;
    height: auto;
    background: #eee;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 0.25);
    padding: 10px
}
#regiones div h1, #regiones div h2 {
    text-align: center;
    margin: 0
}
#regiones > div > h1 {
    font-size: 24px;
    position: relative;
    font-family: 'titillium';
    color: #F74553;
    margin-top: 20px
}
#regiones > div > h1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 120%;
    border-bottom: 1px solid #F74553;
}
#regiones > div > h2 {
    font-size: 18px;
    margin: 12px 0;
    position: relative;
    color: #222;
    font-family: 'titillium'
}
#regiones div div {
    margin: 30px 0
}
#regiones div div h1 {
    font-size: 18px;
    font-family: 'titillium';
    margin: 10px;
    color: #F74553
}
#regiones div div h2 {
    font-size: 16px;
    font-family: 'titillium';
    color: #222
}
#clima .onda.upn {
    background-image: url("images/ondag1.svg");
}
#clima .onda {
    background-image: url("images/ondag1.svg");
}
/*==============================moneda===============================*/
#moneda {
    height: auto;
    width: 100%;
    font-family: 'titillium';
    color: #F74553;
    position: relative
}
#moneda .onda {
    position: relative;
}
#moneda .wrapper {
    margin-bottom: 40px;
    padding-top: 50px
}
.info.moneda {
    position: relative;
    z-index: 0
}
.info.moneda h3::before {
    content: 'Nuestras Monedas'
}
#contmoneda {
    width: 80%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
}
#soles {
    width: 50%;
    min-width: 280px
}
.sub.monedasol h5, .sub.billete h5 {
    position: relative;
    color: #F74553;
    margin: 20px 0;
    text-align: center;
    width: auto;
}
.sub.monedasol h5::before, .sub.billete h5::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 120%;
    border-bottom: 1px solid #F74553;
}
#soles, #billetes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 10px 0;
    background: #eee;
    box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 0.25);
    border-radius: 10px
}
#soles div:nth-child(2), #soles div:nth-child(3), #soles div:nth-child(4), #billetes div:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin: 5px 0
}
#soles div:nth-child(2) img, #soles div:nth-child(4) img {
    width: 90px;
    margin: 10px
}
#soles div:nth-child(4) img {
    width: 80px
}
#soles div:nth-child(3) img {
    width: 70px;
    margin: 10px
}
#soles > div {
    display: flex;
    flex-direction: column;
    width: 90%
}
#billetes {
    width: 30%;
    min-width: 180px
}
#billetes div:nth-child(2) {
    flex-direction: column;
    margin: 10px
}
#billetes div {
    width: 40%;
    min-width: 150px;
    max-width: 200px;
    margin: 5px
}
#billetes div img {
    width: 100%
}
/*========================dpartamentos===========================*/
#departamentos {
    width: 100%;
    height: auto;
    position: relative;
    padding: 25px 0;
    margin: 0 auto
}
#depart h1 {
}
#depart {
    width: 80%;
    height: auto;
    font-size: 32px;
    padding: 0;
    margin: 0
}
#depart div {
    width: 100%;
    height: auto;
    margin: 0
}
#depart div .deptinfo {
    font-size: 24px;
    font-family: 'titillium';
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer
}
#depart ul li .collapsible-header {
    background-color: #F74553 !important
}
#depart ul li div {
    font-size: 16px;
    font-family: 'titillium';
    color: #F74553;
}
/*==============================paquetes===============================*//*
.navline.paquete{
	background: #2e7d32
}

#paquetes{
	height: auto;
	width: 100%;
	padding: 0 0 50px 0
}
.info.paquetes{
	position: relative;
	margin: 0 auto;
	height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.info.paquetes h1{
	-webkit-text-stroke: 2px #2e7d32;
	text-stroke: 2px #2e7d32;
	color: transparent;
	text-align: center;
	padding: 5% 0 0 0
}
.info.paquetes h1 span{
	color: #2e7d32;
	-webkit-text-stroke: 0;
    text-stroke: 0;
	
}
.info.paquetes p{
	color: #2e7d32;
	text-align: center;
	padding: 2% 0
}
#packs{
	width: 80%;
	height: auto;
	position: relative;
	display: flex;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center
}
#packs > div{
	width: 40%;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}
#packs > div a{text-decoration: none}
#packs div .destino{
	font-size: 24px;
	font-family: 'titillium';
	color: #fff;
	background: #2e7d32;
	width: 100%;
	text-align: center;
	padding: 8px 0
}
.destinoinfo{
	margin: 20px;
	font-size: 16px;
	font-family: 'titillium';
	color: #fff;
}
.destinobg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: contrast(150%) brightness(30%)
}
.destinobg.cusco{
	background-image: url(images/colca1.webp)
}

.boton.destinos{
	border: 1px solid #2e7d32;
	background: #2e7d32;
	position: relative;
	width: auto
}
.boton.destinos p{
	color: #fff;
}
.boton.destinos:hover{
	background-color: #398C3D;
}
.boton.destinos:hover p{
	color: #fff
}
.boton.destinos .mas div{
	background: #fff
}
.boton.destinos:hover .mas div{
	background: #fff
}




/*=============================paquete 1===============================*/
.alttitle {
    width: 100%;
    height: 60vh;
    position: relative;
    overflow: hidden
}
.altbgtitle .bg {
    filter: brightness(.5);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh
}
#paquete1 .altbgtitle .bg {
    background-image: url("images/colores.webp");
    background-position: bottom
}
#paquete2 .altbgtitle .bg {
    background-image: url("images/machupichu.webp");
    background-position: 50% 40%
}
#paquete3 .altbgtitle .bg {
    background-image: url("images/selvahospedaje.webp");
    background-position: 50% 60%;
}
#paquete4 .altbgtitle .bg {
    background-image: url("images/nazca.webp");
    background-position: 50% 40%;
}
.curva, .curva2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    margin: 0;
    padding: 0;
}
.curva img, .curva2 img {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: 0;
    padding: 0
}
#paquete1 .altbgtitle {
    height: 60vh
}
.curvatitle {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%
}
.curvatitle h1 {
    font-size: 50px;
    font-family: gilroy-b;
    color: #fff;
    margin-bottom: 00;
    text-transform: uppercase
}
.curvatitle p {
    font-size: 32px;
    font-family: gilroy-b;
    color: #fff;
    margin: 0
}
.paqueteinfo {
    width: 100%;
    height: auto;
}
.paqueteinfo .wrapper {
    width: 80%;
    height: auto
}
.paqueteinfo h6 {
    margin: 30px 0 20px;
    font-family: 'gilroy-eb';
    color: #000;
    text-transform: uppercase;
    cursor: pointer
}
.paqueteinfo p {
    font-size: 16px;
}
.paqueteinfo hr {
    margin: 20px 0
}
.paqueteinfo .notas {
    border: 1px solid;
    padding: 15px;
    margin: 10px
}
.paquetefin h1 {
    text-align: center
}
#detalle {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}
#detalle > div {
    width: 45%;
    max-width: 1000px;
    min-width: 300px;
    height: auto;
    background: #eee;
    box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 0.30);
    border-radius: 10px;
    z-index: 2;
    overflow: hidden;
    padding: 25px;
    margin: 15px
}
#detalle div ul li, .paquetetour .fullinfo div div ul li {
    list-style-type: circle;
    margin-left: 20px
}
#detalle > div h6 {
    margin: 10px 0
}
.paquetetour {
    width: 100%;
    height: auto;
    min-height: 150px;
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.fullfoto {
    width: 60%;
    min-height: 50vh;
    display: grid;
    /* DM detecta el fr como error*/
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    box-sizing: content-box;
}
.fullfoto div {
    display: block;
    padding: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 20px 30px 0 rgb(0, 0, 0, .25);
    border-radius: 10px;
    overflow: hidden
}
#nazca .fullfoto div:nth-child(1) {
    grid-row: 1/3;
    background-image: url("images/thumbnazca.webp")
}
#nazca .fullfoto div:nth-child(2) {
    background-image: url("images/thumbnazca1.webp")
}
#nazca .fullfoto div:nth-child(3) {
    background-image: url("images/thumbnazca2.webp")
}
#puno .fullfoto div:nth-child(1) {
    grid-row: 1/3;
    background-image: url("images/thumbpuno.webp");
    background-position: 50% 30%
}
#puno .fullfoto div:nth-child(2) {
    background-image: url("images/thumbpuno1.webp")
}
#puno .fullfoto div:nth-child(3) {
    background-image: url("images/thumbpuno2.webp")
}
.paquetetour .fullt {
    padding: 10px;
    position: relative;
    width: 100%
}
.paquetetour .fullinfo {
    width: 40%;
    padding-left: 50px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.paquetetour .fullinfo > div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap
}
.paquetetour .fullinfo div div {
    width: 50%
}
.paquetetour .fullcont {
    width: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}
.paquetetour .fullcont a {
    background: #5bbbeb;
    color: white;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    display: inline-block;
    font-family: 'gilroy-b';
    font-size: 16px;
    transition: .2s;
    text-align: center;
    margin: 15px auto;
    width: 40%;
    min-width: 200px;
    max-width: 300px;
}
.botonv {
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    font-family: 'gilroy-b';
    font-size: 16px;
    transition: .2s;
    margin: 30px auto;
    width: 250px;
    background: #039be5;
    color: #fff;
    text-align: center;
    border: 2px solid #039be5
}
.botonv:hover {
    background: transparent;
    color: #039be5;
    border: 2px solid #039be5
}



















/*========================crea tu  ruta============================*/
.navline.crearuta {
    background: #A2C037
}
#crearuta {
    height: 90vh;
    width: 100%;
    padding: 0 0 50px 0;
    overflow: hidden;
    position: relative
}
.pagetitle.crearuta h1 {
    color: #A2C037
}
.pagetitle.crearuta h1::before {
    content: 'CREA TU RUTA';
}
#crearuta .bgtitle {
    height: 100vh
}
#crearuta .onda {
    background-image: url("images/ondag1.svg");
}
.bgtitle .bg.crearuta {
    background-image: url("images/huacachina.webp");
    background-position: 50% 15%;
    z-index: 1;
}
.wrapper.ruta {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    background: #eee;
    box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 20px 40px;
    margin-bottom: 40px
}
/*============================================*/
/*#filtroruta label{
	color: #2e7d32
}*/
.filtro.dept, .filtrocont, .filtrocont2, .filtrocont3 {
    margin: 10px 0
}
#filtroruta {
    width: 100%;
    min-width: 220px;
    height: auto;
    position: relative;
}
#filtroruta hr {
    width: 100%;
    height: 1px;
    border-top: 1px solid #2e7d32;
}
.filtro {
    margin: 15px 0
}
.filtro h6 {
    color: #2e7d32
}
.filtro.dept {
    width: 60%;
}
.filtro.dept .input-group label span {
    font-size: 16px
}
.input-group.dept {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-height: 350px
}
.formulario.dept {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}
.formulario.dept .checkbox label {
    margin: 5px;
    color: #2e7d32
}
.formulario.dept [type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #2e7d32 !important;
    border-bottom: 2px solid #2e7d32 !important;
}
#filtroruta [type="text"]:focus, #filtroruta [type="email"]:focus, #filtroruta .filtro.datos [type="text"]:valid, #filtroruta [type="email"]:valid {
 border-bottom: 1px solid #2e7d32 !important;
 -webkit-box-shadow: 0 1px 0 0 #2e7d32 !important;
 box-shadow: 0 1px 0 0 #2e7d32 !important;
}
#filtroruta [type="textarea"] {
    padding: 7px
}
#filtroruta [type="textarea"]:focus {
    border: 2px solid #2e7d32 !important;
    -webkit-box-shadow: 0 0px 0 0 #2e7d32 !important;
    box-shadow: 0 0px 0 0 #2e7d32 !important;
}
#filtroruta [type="text"]:focus + label, #filtroruta [type="email"]:focus + label {
    color: #2e7d32 !important;
}
#filtroruta .dropdown-content li>a, #filtroruta .dropdown-content li>span {
}
.filtrocont {
    width: 39%
}
.filtrocont2, .filtrocont3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.filtrocont2 > div {
    width: 30%
}
#serviciop, #servicioc {
    display: none
}
#serviciop.active, #servicioc.active {
    display: block
}
.filtrocont2 [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after {
    background-color: #2e7d32;
    border: 2px solid #2e7d32
}
.filtrocont3 > div {
    width: 45%
}
#filtroruta .materialize-textarea {
    height: 100%
}
#filtroruta input[type="submit"] {
    background: #2e7d32;
    border: 2px solid #2e7d32;
}
#filtroruta input[type="submit"]:hover {
    background: transparent;
    border: 2px solid #2e7d32;
    color: #2e7d32
}
.filtro.fecha {
    max-width: 100%
}
.filtro.fecha .content .row .input-field {
    padding: 0
}
.modal.datepicker-modal.open {
    top: 15% !important
}
/*==============================contacto===============================*/
.navline.contacto {
    background: #5bbbeb
}
#ctitle .pagetitle{
	color: red
}
#contacto {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}/*
#contactotitlep h1 {
    font-family: kosugi
}*/
#contactotitle .altbgtitle .bg, #contactotitlep .altbgtitle .bg {
    background-image: url("images/llamas.webp");
    background-position: center
}
.formulario.contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.wrapper.contactocont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #eee;
    width: 90%;
    padding: 0;
    max-width: 1000px;
    margin-top: 70px
}
/*
#contimg{
	width: 60%;
	height: 100%;
	min-height: 590px;
	background-image: url("images/slider2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}*/
#contactovista {
    width: 100%;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #222;
    text-align: left;
    overflow: hidden;
    justify-content: center;
}
#contactovista div {
    max-width: 350px
}
#contactovista table tr {
    border: none
}
#contactovista h1 {
    font-size: 32px;
    font-family: 'titillium';
    width: 100%;
    margin-bottom: 20px;
    text-align: center
}
#contactovista p {
    font-size: 18px;
    font-family: 'titillium';
    margin: 5px 0;
    width: 100%
}
#contactovista i {
    margin-right: 10px
}
#contactoform {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 350px;
    position: relative;
    /*box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 0.25);*/
    border-radius: 10px;
    overflow: hidden
}
#idioma {
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
    background: #ccc;
}
#idioma img {
    width: 25px;
    margin: 0 15px 0 0
}
#idioma a {
    width: 100%
}
#idioma a li {
    width: 100%;
    display: flex;
    margin: 0;
    transition: background .2s;
    font-family: 'gilroy-b';
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    color: #222;
    list-style: none
}
#idioma a li.active, #idioma a li.active:hover {
    background: #eee
}
#idioma a li.active {
    background: #eee;
}
#idioma a li:hover {
    background: #ddd;
}
#caca {
    z-index: 50
}
#contactoform form {
    width: 100%;
    position: relative;
    padding: 20px;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background: #eee;
    border-radius: 0 0 10px 10px;
    z-index: 20
}
#contactodatos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}
#contactodatos label {
    color: #555;
    font-family: cabin-m;
}
#contactodatos .input-group:nth-child(4) {
    margin-bottom: 10px
}
.input-group {
    position: relative;
    margin-bottom: 0
}
#contactodatos .text-dat {
    width: 45%;
}
#contactodatos .input-group, #contactodatos textarea {
    margin: 15px 0
}

/*=====================focus line bottom=====================*/
#contactodatos [type="text"]:focus, #contactodatos [type="email"]:focus, #contactodatos [type="text"]:valid, #contactodatos [type="email"]:valid {
 border-bottom: 1px solid #5bbbeb !important;
 box-shadow: 0 1px 0 0 #5bbbeb !important;
}
#contactodatos [type="text"]:focus + label, #contactodatos [type="email"]:focus + label {
    color: #5bbbeb !important;
}
#contacto textarea {
    padding: 7px;
    height: 100%;
    width: 100%;
    margin: 15px 0
}
#contacto textarea:focus {
    border: 2px solid #5bbbeb !important;
    -webkit-box-shadow: 0 0px 0 0 #5bbbeb !important;
    box-shadow: 0 0px 0 0 #5bbbeb !important;
}
#contactoform .input-group.checkbox {
    width: 100%
}
#contactoform .input-group.checkbox a {
    font-size: 15px
}
#contacto input[type="submit"] {
    background: #039be5;
    border: 2px solid #039be5;
}
#contacto input[type="submit"]:hover, #contacto input[type="submit"]:focus {
    background: transparent;
    border: 2px solid #039be5;
    color: #039be5
}
#contacto .onda {
    background-image: url("images/ondad1.svg");
    filter: drop-shadow(0 -15px 10px rgba(0, 0, 0, .05));
    margin-top: 50px;
}
/*==============================terminos===============================*/

.wrapper.terminos {
    width: 80%;
}
.pagetitle.terminos h1 {
    color: #000;
}
.pagetitle.terminos h1::before {
    content: 'TÉRMINOS Y CONDICIONES';
}
#terminosinfo span {
    font-family: 'titillium';
	font-weight: 600
}
#terminosinfo h5, #terminosinfo h4 {
    text-transform: uppercase;
    margin-top: 2rem
}
#terminosinfo ul li {
    margin-left: 40px;
    list-style: disc
}
#terminosinfo table {
    width: 60%;
    min-width: 500px;
    margin: 50px auto
}
#terminosinfo table th, #terminosinfo table td {
    padding: 8px 15px
}
#terminosinfo table th {
    background: #e1e1e1;
    color: #000;
    margin-left: 40px;
    list-style: disc
}
#logosfoot {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
	background: red
}
#logosfoot div {
    color: #111;
    background: #000;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
	text-transform: uppercase;
	width: 80%
}
#logosfoot img {
    margin: 5px;
}
.foottitle {
    height: auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.foottitle div {
    margin: 120px auto 20px;
    width: 90%;
    display: flex;
	text-align: center;
    justify-content: center;
}
.footinfo {
    margin-bottom: 50px
}
.wrapper.certificado {
    display: flex;
    justify-content: center;
    width: 90%;
    margin-bottom: 20px
}
.wrapper.certificado div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.wrapper.certificado img {
    pointer-events: none;
    max-width: 900px
}
/*==============================enviado===============================*/
#enviado {
    height: auto;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}
.wrapper.enviado {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#enviadocont {
    width: 100%;
    max-width: 850px;
    height: auto;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 10px;
    padding: 30px 15px;
    background: #eee;
    box-shadow: 0 20px 30px 0 rgb(0, 0, 0, 0.25);
}
#enviadocont #mensaje {
    padding: 15px;
    color: #2e7d32
}
#enviadocont h1, #enviadocont h2 {
    font-family: 'gilroy-b';
    padding: 15px;
    margin: 0
}
#enviadocont h5, #enviadocont h4 {
    font-family: 'gilroy-b'
}
#enviadocont #volver {
    color: #000;
    padding-left: 10px;
    margin: 0;
    display: inline-flex;
    vertical-align: top
}
#enviadocont a {
    width: auto;
    background: green;
    height: auto;
}
#enviadocont p {
    color: #000;
    padding: 25px 0 0 0;
	font-family: 'gilroy-b'
}
#enviadocont p:hover, #enviadocont p:hover #volver {
    color: #666
}
/*==============================footer===============================*/

#contactofoot ul li {
  display: flex;             /* Put icon and text in a row */
  align-items: flex-start;   /* Align both to the top */
}

#contactofoot ul li i {
  margin-right: 6px;         /* Add spacing between icon and text */
}
footer {
    width: 100%;
    height: auto;
    background-color: #b3b3b3;
    position: relative
}
footer .wrapper {
    padding: 0;
    width: 80%;
}
.foot-wrap {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footlist i {
    margin-right: 15px
}
.footlist div {
    font-family: 'gilroy-eb';
    color: #000000;
}
#pagos {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}
#pagos li img {
    height: 30px;
	margin: 0 15px
}
#footredes {
    width: 100%;
    display: flex;
    justify-content: center;
}
#footredes img {
    width: 30px;
    height: 30px;
}
.footlist ul li{
    font-size: 16px;
    font-family: 'cabin-m';
    color: #000;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    text-decoration: none;
}
#terminosfoot ul li a, #minfoot ul li:nth-child(-n+2){
    cursor: pointer;
    transition: color .2s;
    text-align: left;
	color: #000;
	font-size: 16px;
	font-family: gilroy-eb
}
#terminosfoot ul li:hover a, #minfoot ul li:hover{
    color: #ddd
}
#minfoot img{
	height: 70px
}
#termpop{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	transition: .5s;
	opacity: 0
}
#minpop, #esnpop{
	width: 50%;
min-width: 300px;
	height: 100%;
    max-width: 1000px;
    max-height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
	visibility: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	z-index: -1;
	padding: 0;
	margin: 0;
    overflow-y: scroll;
}
#minpop.activepop, #esnpop.activepop{
	visibility: visible;
	opacity: 1;
	z-index: 1
}
.popimg img{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0
}
#termpop.activepop{
    opacity: 1;
    z-index: 997;
    visibility: visible
}
html.activepop {
    overflow: hidden
}
.closepop {
    position: absolute;
    cursor: pointer;
    font-size: 30px !important;
	margin: 0;
	color: #fff;
	z-index: 11;
	bottom: 20px
}
.closepop::after {
    content: '';
    width: 110%;
    height: 110%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid #fff
}
.popbg {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    transition: opacity .5s;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .8;
    visibility: visible
}
.footlist i {
    padding: 4px
}
.footonda .onda {
    background-image: url("images/ondad1.svg");
}
#footderechos{
	font-size: 16px;
    font-family: 'gilroy-b';
    color: #000;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0;
}
footer hr{
    border: 1px solid #c0c0c0;
    margin-bottom: 14px
}
.foot-wrap hr{
	width: 100%;
	border: 1px solid #c0c0c0;
    margin-bottom: 14px;
	display: none
}
/*====================error 404===========================*/
#error404 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 10px
}
#error404 h1 {
    font-size: 5rem
}
#error404 h4 {
    font-family: gilroy-r
}
#error404 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    filter: brightness(.2)
}
#error404 .botonv {
    width: 90%
}
#error404 .botonv:hover {
    color: #fff;
    border: 2px solid #fff
}

@media (hover:none), (hover:on-demand) {
nav a:hover {
    /* suppress hover effect on devices that don't support hover fully */
    background: none;
}
}

/*====================responsive 1200============================*/

@media screen and (max-width : 1200px ) {
/*====================inicio============================*/

#title1 p, #title1 p span {
    font-size: 80px;
    line-height: 80%
}
#slider .dept p {
    font-size: 80px
}

@media screen and (max-width : 1160px ) {
/*====================inicio============================*/

#termpop .popimg {
    overflow: hidden; /* Disables scrolling */
  }
}

/*====================responsive 1000 ============================*/
@media screen and (max-width : 1000px ) {
 .logo-vista {
 margin-left: 0%;
}
 .nav-containerb {
 justify-content: center;
}
 .nav-containerb ul {
 display: none;
}
 .logo-vista img {
 margin: 0
}
 .menu-icon {
 display: block;
}
}
	

/*====================responsive 968 ============================*/

@media screen and (max-width : 968px ) {
 #title1 p, #title1 p span, #title1 p span:nth-child(2) {
 font-size: 70px;
 line-height: 80%
}
 #slider .dept p {
 font-size: 70px
}
	 #tourscont {
 flex-wrap: wrap
}
 #tourscont > div .tourfoto {
 background-position: bottom
}
#tourscont {
    grid-template-columns: 1fr 1fr;
}
 #comentariodatos {
 flex-direction: column
}
 #comentario .text-dat {
 width: 100%
}
 .info.coment h1 {
 margin: 0 5px 50px 5px
}
 .formulario.dept {
 justify-content: flex-start;
}
 .filtrocont {
 width: 100%;
}
 #sobreperu .contenedor {
 flex-direction: column-reverse;
}
 .fullfoto {
 width: 100%;
}
 .paquetetour .fullinfo {
 width: 100%;
 padding: 20px 0 0 0
}
 .paquetetour .fullcont {
 position: relative;
 text-align: center
}
#cardp ul{
 grid-template-columns: 1fr 1fr;
}
}/*===============responsive 900===================*/

@media screen and (max-width : 900px ) {
	.foot-wrap{
		flex-direction: column;
		align-items: center;
	}
	#contactofoot div{
		text-align: center
	}
	.foot-wrap li{
		margin-bottom: 10px
	}
	#minfoot ul li:nth-child(n+3){
		text-align: center
	}
	#pagos{
		margin: 20px 0
	}
.foot-wrap hr{
	display: block
}
}
/*===============responsive 768===================*/

@media screen and (max-width : 768px ) {

	#tourscont {
    grid-template-columns: 1fr;
		max-width: 300px;
		margin: 1% auto
}
 .tourfoto h1 {
 font-size: 32px
}
 .info.mision h1, .info.vision h1 {
 font-size: 28px
}
 .pagetitle h1 {
 font-size: 80px;
 line-height: 80px
}
.pagetitle.vista h1::before {
 font-size: 110px;
 width: 200%;
}
 #mision, #vision {
 padding: 0;
 overflow: hidden;
 margin: 10px
}
 #misionvision .info {
 margin: 20px
}
 #misionvision .info p {
 font-size: 16px;
 margin: 0 0 20px 0
}
 #sobreperu .contenedor {
 flex-direction: column;
}
 #datosperu div h2 {
 font-size: 18px;
}
 .wrapper.contactocont {
 flex-direction: column;
 align-items: center
}
 #contactovista {
 text-align: center;
 margin-bottom: 50px
}
 #contactoform {
 max-width: 500px
}
.wrapper.terminos {
 width: 90%;
}
#terminosinfo table {
 width: 100%;
 min-width: 280px;
 margin: 50px auto
}
 .wrapper.contactocont {
 width: 90%;
 max-width: 90%
}
 #detalle {
 flex-wrap: wrap
}
#detalle > div {
 padding: 25px 10px
}
 .foot-wrap {
 flex-wrap: wrap
}
 footer .foot-wrap >div {
 width: 90%
}/*
 .footlist {
 margin: 20px 0;
 justify-content: center;
 align-items: center;
	 width: 100%
}*/
 .footlist h1, .footlist p {
 margin: 0;
 text-align: center
}
	
 #contactofoot {
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}
 #contactofoot table {
 text-align: center
}
 #contactofoot table tr td {
 padding: 5px
}
 #pagos {
 justify-content: center;
}
#pagos > div {
 justify-content: center;
 width: 100%
}
 #pagos div img {
 height: 40px;
}
 .wrapper.enviado {
 width: 80%;
 margin-top: 50px
}
 #cardp ul {
 grid-template-columns: 1fr;
	max-width: 80%
}
}
/*====================responsive 600 ============================*/

@media screen and (max-width : 600px ) {
 navbar {
 height: 70px
}
 .logo-vista img {
 height: 50px
}
 .wrapper.mv {
 flex-direction: column;
 align-items: center
}
 .wrapper.mv > div {
 flex-direction: row;
}
 .pagetitle h1 {
 font-size: 13vw;
 line-height: 100%
}
 .pagetitle h1::before {
 font-size: 19vw;
 line-height: 100%;
 -webkit-text-stroke: 1px #fff;
 width: 150%
}
 #mision, #vision {
 width: 95%;
 max-width: 600px;
}
 #mision .paisaje, #vision .paisaje {
 height: 300px
}
 #motivovista {
 height: 100%
}
 #motivo {
 max-width: 95%;
 margin: 0
}
 .info.motivo p {
 font-size: 16px
}
 #valores div img {
 width: 50px
}
 #valores div p {
 font-size: 14px
}
 #datosperu div h1 {
 font-family: 'titillium'
}
 #regiones {
 flex-direction: column
}
 #regiones >div > h2 {
 font-size: 16px
}
 #contmoneda {
 flex-direction: column;
 align-items: center
}
 #contomneda {
 width: 80%
}
 #soles, #billetes {
 width: 100%
}
	/*
	.boton {
    margin: 20px auto
}*/
	.wrapper.ruta {
 padding: 20px
}
 .filtro.dept {
 width: 100%;
 min-width: inherit
}
 .filtrocont2, .filtrocont3 {
 flex-wrap: wrap
}
 .filtrocont2 .filtro, .filtrocont3 .filtro {
 width: 100%
}
 #contactoform {
 min-width: 250px;
 width: 90%
}
 #contactodatos {
 flex-direction: column
}
 #contactodatos .text-dat {
 width: 100%;
 margin: 10px 0
}
 .input-group.dept {
 max-height: 440px
}
 #terminos {
 height: auto;
}
	.foottitle div{
		margin: 60px auto 20px
	}
 #logosfoot {
 justify-content: center
}
}
/*====================responsive 450 ============================*/
	@media screen and (max-width : 450px ) {
 #cardp {
 grid-template-columns: 1fr;
}
 #cardp div img {
 width: 100%
}
.popimg {
 width: 90%;
	overflow: visible
}
		
}
/*====================responsive 400 ============================*/
@media screen and (max-width : 400px ) {
#fblogo img {
 top: 22%
}
 #title1 p, #title1 p span, #title1 p span:nth-child(2) {
 font-size: 55px;
}
 #slider .dept p {
 font-size: 55px
}
 .input-group.dept {
 max-height: none
}
 .cont-idioma-dd {
 flex-direction: column
}
 .wrapper.enviado {
 width: 90%;
 margin-top: 100px
}
 #enviadocont {
 padding: 15px 10px
}
 #detalle > div {
 width: 100%;
 margin: 15px 0;
 min-width: 250px
}
 .curvatitle h1 {
 font-size: 10vw
}
.curvatitle p {
 font-size: 8vw
}
 .fullfoto {
 grid-template-columns: 1fr 1fr;
}
 #nazca .fullfoto div:nth-child(1), #puno .fullfoto div:nth-child(1) {
 grid-row: 1/2;
 grid-column: 1/3
}
 .paqueteinfo .botonv {
 width: 100%
}
}
}
