/*
Theme Name: Andean Peru Trip
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Ritmer Bolaños Mora
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Turismo
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



@font-face
{
	font-family: lemo;
	src: url(font/LEMONADE.ttf);
}
@font-face
{
	font-family: cloudy;
	src: url(font/Cloudy.ttf);
}
@font-face
{
	font-family: lean;
	src: url(font/Lean.otf);
}

@font-face
{
	font-family: baby;
	src: url(font/Baby.ttf);
}
@font-face
{
	font-family: janda;
	src: url(font/Janda.ttf);
}
@font-face
{
	font-family: catavalo;
	src: url(font/Catavalo-SemiBold.ttf);
}
@font-face
{
	font-family: grota;
	src: url(font/GrotaSans.ttf);
}

@font-face
{
	font-family: AndeanFont;
	src: url(font/Aceh.ttf);
}







/*2024*/
.container
{
	max-width: 1350px !important;
}
.est-logo
{
	text-align: left;
}
.est-div
{
	text-align: right;
}
.est-div i
{
	padding-left: 0.5rem;
	padding-right: .5rem;
	font-size: 1.5rem;
	color: #b3b3b3;
}
.est-div span
{
	padding-left: 1rem;
	padding-right: 1rem;
}
.est-div .est-span-contac
{
	box-shadow: #088161 0px 0px 3px 0px;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	border-radius: 1rem;
	color: white;
	font-size: 20px;
	background-color: #37d17a;
}
.est-div .est-span-contac .fa-whatsapp
{
	color: white !important;
}
.est-info-header .est-div
{
	margin-top: 1rem;
	font-family: AndeanFont;
	color: black;
	display: ruby;
}

.est-nav-pc
{
	background-color: black;

}
.est-nav-pc ul li a
{
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	color: white;
}
.est-navsingle .nav-link:focus, .nav-link:hover
{
	background-color: #adadad !important;
}







.wasteland {
	animation:zoomIn 10s linear infinite alternate;
	background-size:cover;
	height:100vh;
	width:100vw;
}

.glass {
	animation:zoomIn 10s linear infinite alternate-reverse;
	background-image:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/71829/5791996587_7b192ffbf7_o.jpg);
	background-size:cover;
	height:100vh;
	opacity:.3;
	position:fixed;
	width:100vw;
}

@keyframes zoomIn {
	0% {
		transform:scale(1);
	}
	100% {
		transform:scale(1.5);
	}
}
/*web green
.full-screen {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
*/




.est-info-header
{
	text-align: center;
}
.est-info-header ul
{
	list-style: none;
}

.est-info-header ul p a
{
	color: #36bd8b;
}

.est-info-header ul p a i
{
	font-size: 1.5rem;
}


.navbar
{
	background-color: #c8a157;
	font-family: AndeanFont;
	font-weight: 540;
	padding: 1rem;
	border-bottom: #36bd8b 10px solid;
}
.navbar-light .navbar-nav .nav-link
{
	color: white !important;
}

.navbar-nav .nav-item:hover
{
	background-color: white;
}
.navbar-nav .nav-item a
{
	display: block;
}
.navbar-nav .nav-item a:hover
{
	color: #c8a157 !important;
}

.nav-header .collapse .navbar-nav .nav-item .nav-link:hover
{
	background-color: #ffffff;
}
.nav-pills
{
	font-family: AndeanFont !important;
	font-size: 18px !important;
}


/*--------------------------------------*/
.dropbtn {
	background-color: #3498db00;
	color: black;
	padding: 5px;
	font-size: 16px;
	border: solid 2px #00bb99;
	cursor: pointer;
	border-radius: 1rem;
}

.dropbtn:hover, .dropbtn:focus {
	background-color: #3498db00;
}

.dropdown {
	position: relative;
	display: inline-block;
	z-index: 3;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 350px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	text-align: left;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}





/*body*/
h1
{
	font-size: 2.2rem;
	font-family: AndeanFont;
	font-weight: bold;
	margin-top: 3rem;
	letter-spacing: 0px;
}
.bloq-0 p
{
	font-family: AndeanFont;
	letter-spacing: 0px;
	font-size: 1.1rem;
	text-align: justify;
}
.bloq-0 ul li
{
	font-family: AndeanFont;
	letter-spacing: 0px;
	font-size: 1.1rem;
}

.bloq-0-1
{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.bloq-0-1 .est-title-trip
{
	font-size: 1.5rem;
	font-family: AndeanFont;
	letter-spacing: 5px;
	font-weight: bold;
	text-shadow: black 1px 1px 1px;
	margin-bottom: 0rem;
}
.bloq-0-1 .est-btn-trip a
{
	background-color: #00a680;
	color: white;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: .5rem;
	padding-top: .5rem;
	border-radius: 1rem;
}
.bloq-0-1 .slider-test .slick-slide:after
{
	background: transparent;
}

.bloq-0-1 .titletrip
{
	display: flex;
	flex-wrap: nowrap;
}
.bloq-0-1 .titletrip .est-img img
{
	width: 40px;
	border-radius: 2rem;
}
.bloq-0-1 .titletrip .logo-trip
{
	position: absolute;
	right: 20px;
}
.bloq-0-1 .titletrip .logo-trip i
{
	font-size: 1.5rem;
	color: #199377;
}
.bloq-0-1 .titletrip .text-name
{
	padding-left: 0.5rem;
	display: flex;
	align-items: center;
	font-family: AndeanFont;
}
.bloq-0-1 .est-estrellas
{
	display: flex;
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.bloq-0-1 .slider-test p
{
	font-family: AndeanFont;
	font-style: none;
	color: #646464;
	text-align: justify;
}
.bloq-0-1 .est-tripad
{
	background-color: #ededed;
	padding: 1rem;
	box-shadow: #747474 0px 0px 8px 0px;
}
.bloq-0-1 .slick-track
{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.bloq-0-1 .tm-carousel-item
{
	font-family: AndeanFont !important;
}




.bloq-1
{
	font-family: 'AndeanFont';
}
.bloq-1 .est-card-span
{
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}
.bloq-1 .est-card-span1
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.bloq-1 .est-card-span1 p
{
	margin-bottom: 0;
	font-weight: bold;

}
.bloq-1 .est-card-span1 p a
{
	background-color: #088369;
    color: white;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: .7rem;
    padding-top: .7rem;
    font-size: 17px;
}
.bloq-1 .est-card-span p
{
	font-size: 17px;
	margin-bottom: 0rem;
}
.bloq-1 .title
{
	font-size: 20px;
	font-family: AndeanFont;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: .5rem;
}
.bloq-1 .est-itinerario
{
	font-size: 14px;
    color: #707070;
    font-family: 'AndeanFont';
    line-height: 15px;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.bloq-1 .est-resumen
{
	font-family: 'AndeanFont';
	font-size: 15px;
	margin-top: 1rem;
	text-align: justify;
	letter-spacing: 0px;
}
.bloq-1 .est-bloq-card
{
	padding-left: 1rem;
	padding-right: 1rem;
}
.bloq-1 .card-deck .card
{
	border: none !important;
	box-shadow: #b9b8b8 0px 0px 9px -2px;
}

.bloq-2
{
	font-family: 'AndeanFont';
	margin-top: 3rem;
}
.bloq-2 h3
{
	font-weight: bold;
    font-size: 40px;
}
.bloq-2 .est-texto
{
	margin-bottom: 0;
    font-size: 20px;
}
.bloq-2 p
{
	margin-bottom: 0;
}
.bloq-2 .est-title
{
	font-size: 20px;
    font-weight: bold;
}
.bloq-2 .est-detalles
{
	display: flex;
    justify-content: flex-start;
    margin-top: .2rem;
}
.bloq-2 .est-detalles .est-price
{
	margin-left: 1rem;

}
.bloq-2 .est-btn
{
	text-align: right;
	margin-top: 1rem;
}
.bloq-2 .est-btn a
{
	background-color: #088369;
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: 16px;
    border-radius: .5rem;
}
.bloq-2 .est-relacionados
{
	padding: 1rem;
}
.bloq-2 .est-card-relacionados
{
	/*background-color: #f0f3f2;*/
    border-radius: 1rem;
    border: none;
}
.bloq-2 .est-card-relacionados .est-bloq-card
{
	background-color: #f0f3f2;
	padding: 1rem;
	border-radius: 1rem;
	margin-top: .5rem;
}
.bloq-2 .est-relacionados .est-detalles .est-dias,.est-price
{
	background-color: white;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: .5rem;
}


.bloq-3
{
	margin-top: 3rem;
	margin-bottom: 3rem;
	font-family: AndeanFont;
}
.bloq-3 .est-p-bloq-3
{
	    margin-top: 2rem;
    color: white;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 24px;
    letter-spacing: -1px;
}




/*slider 2024*/

.wrap {
	position: relative;
	z-index: 100;
	width: 100%;
	height: 100%;
	padding: 0 60px;
	background: url(https://www.andeanperutrip.com/wp-content/themes/turismo/imgs/banner-fondo-vinicunca-slider.jpg)
	center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}

.wrap:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}

.slider {
	position: relative;
	z-index: 200;
	padding: 0 0px;
	margin: 5rem auto;
	max-width: 100%;
	width: 100%;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	border: none;
	background: transparent;
	color: #fff;
	font-family: AndeanFont;
	font-size: 5rem;
	z-index: 300;
	outline: none;
}

.slick-prev {
	left: -50px;
	text-align: left;
}

.slick-next {
	right: -50px;
	text-align: right;
}

.item.slick-slide {
	width: 550px;
	height: 700px !important;
	transition: transform 0.4s;
	position: relative;
}

.slick-slide:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: transform 0.4s;
}

.item.slick-slide {
	transform: scale(0.7) translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
	transform: scale(0.8) translate(-250px);
	z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
	transform: scale(0.7) translate(-640px);
	z-index: 5;
}

.item.slick-slide.slick-active {
	transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
	/* margin: 0 -10%; */
	transform: scale(1);
	z-index: 30;
}

.slick-center:after {
	opacity: 0;
}

/* Centered text */
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
.centered a
{
	padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    border-radius: 1rem;
    color: #dddddd;
    font-family: AndeanFont;
    font-size: 30px;
    letter-spacing: -2px;
}
.centered a:hover
{
	text-decoration: none;
	/*box-shadow: black 0px 0px 14px 0px;*/
	background-color: #666565;
	
	color: #dddddd;
}
.item
{
	position: relative;
}
.slick-next:before, .slick-prev:before
{
	font-size: 35px !important;
}
.slick-prev
{
	left: -40px !important;
}
/*end slider*/




/*bloq-4*/
.bloq-4
{
	font-family: AndeanFont;
}
.bloq-4 .card
{
	border-radius: 1rem;
	border: none !important;
}


.est-tiles {
  font-size: 0;
  text-align: center;
  top: 50%;
  left: 50%;
}
.est-tiles .est-tl {
  display: inline-block;
  text-align: left;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}
.est-tiles .est-tl:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}
.est-tiles .est-tl img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.est-tiles .est-tl .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.est-tiles .est-tl .details p {
  display: block;
  opacity: 1;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.est-tiles .est-tl .details .title {
  line-height: 1;
  font-weight: 600;
  font-size: 22px;
}
.est-tiles .est-tl .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 15px;
}
.est-tiles .est-tl .details .spn {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 18px;
}
.est-tiles .est-tl:focus:before,
.est-tiles .est-tl:focus p, .est-tiles .est-tl:hover:before,
.est-tiles .est-tl:hover p {
  opacity: 1;
}
.est-tiles .est-tl:focus:before, .est-tiles .est-tl:hover:before {
  top: 50%;
}
.est-tiles .est-tl:focus p, .est-tiles .est-tl:hover p {
  top: 0;
}
.est-tiles .est-tl:focus .title, .est-tiles .est-tl:hover .title {
  transition-delay: 0.15s;
}
.est-tiles .est-tl:focus .info, .est-tiles .est-tl:hover .info {
  transition-delay: 0.20s;
}
.est-tiles .est-tl:focus .info, .est-tiles .est-tl:hover .spn {
  transition-delay: 0.15s;
}











.bloq-footer
{
	/*background-color: #36bd8b;
	color: white;*/
	background: url(https://www.andeanperutrip.com/wp-content/themes/turismo/imgs/banner-footer.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 3rem;
	height: 100%;
	width: 100%;
	color: white;
	text-shadow: black -1px 2px 0px;
}
.bloq-footer .row
{
	padding-top: 5rem;
	padding-bottom: 2rem;
}
.bloq-footer  ul
{
	list-style: none;
}
.bloq-footer i
{
	font-size: 20px;
}
.bloq-footer .est-contacto ul
{
	line-height: 25px;
}
.bloq-footer .row .est-ico-pagos i
{
	font-size: 30px;
	margin-right: 3px;
}












/*boton whatsapp*/
.whatsappcusco {
	position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.whatsapp-icon {
	margin-top:13px;
}
.whatsappcusco2 {
	position:fixed;
	width:60px;
	height:60px;
	bottom:50px;
	right:27px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}

.whatsapp-icon {
	margin-top:13px;
}

.whatsappcusco2 .fa
{
	display: inline-block;
	font: normal normal normal 14px / 1 FontAwesome;
	font-size: 40px !important;
	margin-top: 10px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}


























/*trip advisor*/
.go4269172405
{
	display: none !important;
}
/*end tripadvisor*/
