

/* ---- Estilos sitio anterior ------*/

.ctaGreen {
	background-color: #54bbb8;
	color: #fff;
	padding: 14px 30px;
	border-radius: 3px !important;
	-webkit-transition: .5s ease all !important;
	transition: .5s ease all !important
}

.ctaGreen:hover {
	color: #fff;
	background-color: #48a39f;
}

/* ----- Header Interior ------ */
.headerInterior {
	background-color:#F6F7FB;
	display: flex;
    align-items: center;
    padding: 70px 0;
    min-height: 400px;
}

.headerInterior .h1,
.headerInterior h1 {
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	text-transform: uppercase;
}

.headerInterior .h1 .small,
.headerInterior .h1 small,
.headerInterior h1 .small,
.headerInterior h1 small {
	font-size: .9rem
}

.headerInterior p{
	font-size: 1.2rem;
	text-align: center;
}
.headerInterior p:last-child{
	margin-bottom:0;
}

.headerInterior .container {
	max-width: 900px
}

.headerInterior .dropdown-toggle {
	color: #546b35;
	font-size: .8rem;
	text-transform: uppercase
}

.headerInterior .dropdown-menu {
	border-radius: 0 !important;
	padding: 0;
	margin-top: 5px !important
}

.headerInterior .dropdown-menu li a {
	padding: 7px 20px
}

.headerInterior .dropdown-menu li a:hover {
	background-color: #546b35;
	color: #fff
}

/* ----- Bitacora ------- */
.wrapBitacoras {
/*	background-color: #f6f7fb;*/
	padding: 70px 0
}
.wrapBitacoras {
	padding: 60px 0;
	padding-bottom: 90px
}

.wrapBitacoras .overview {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wrapBitacoras .overview .h3,
.wrapBitacoras .overview h3 {
	font-weight: 700
}

.wrapBitacoras p {
	margin-bottom: 0
}

.wrapBitacoras .listBitacoras a {
	color: #333 !important
}

.wrapBitacoras .listBitacoras .itemBitacora {
	-webkit-transition: .5s ease all !important;
	transition: .5s ease all !important
}

.wrapBitacoras .listBitacoras .itemBitacora img {
	border-radius: 10px 10px 0 0 !important
}

.wrapBitacoras .listBitacoras .itemBitacora .content {
	background-color: #fff;
	padding: 35px 25px;
	-webkit-box-shadow: 2px 2px 20px #ccc !important;
	-ms-box-shadow: 2px 2px 20px #ccc !important;
	-o-box-shadow: 2px 2px 20px #ccc !important;
	box-shadow: 2px 2px 20px #ccc !important;
	margin-top: -12px;
	position: relative;
	min-height: 230px;
	border-radius: 10px !important
}

.wrapBitacoras .listBitacoras .itemBitacora .content .h3,
.wrapBitacoras .listBitacoras .itemBitacora .content h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 15px
}

.wrapBitacoras .listBitacoras .itemBitacora:hover {
	opacity: .7
}

.featuredBitac .itemBitacora {
	color: #333;
	-webkit-transition: .5s ease all !important;
	transition: .5s ease all !important
}

.featuredBitac .itemBitacora img {
	border-radius: 10px !important
}

.featuredBitac .itemBitacora .content {
	background-color: #fff;
	padding: 35px 25px;
	-webkit-box-shadow: 2px 2px 20px #ccc !important;
	-ms-box-shadow: 2px 2px 20px #ccc !important;
	-o-box-shadow: 2px 2px 20px #ccc !important;
	box-shadow: 2px 2px 20px #ccc !important;
	margin-top: -12px;
	position: relative;
	border-radius: 10px !important
}

.featuredBitac .itemBitacora .content .h3,
.featuredBitac .itemBitacora .content h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 15px
}

.featuredBitac .itemBitacora:hover {
	opacity: .7
}

.featuredBitac .itemUno .content {
	height: 170px
}

.featuredBitac .otherItems .content {
	margin-top: 0;
	margin-left: -20px
}

.featuredBitac .otherItems .content .h3,
.featuredBitac .otherItems .content h3 {
	font-size: .9rem;
	margin-bottom: 5px
}

.featuredBitac .otherItems .content p {
	font-size: .8rem
}

/* ----- List Montana ------*/
.listMontana .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.listMontana .content {
	padding: 30px;
	position: absolute;
	top: 0;
	width: calc(100% - 24px);
	height: 100%;
	color: #fff;
	background: rgba(0, 0, 0, .4)
}

.listMontana .content .viewGallery {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #333;
	font-size: .9rem;
	background-color: #fff;
	padding: 1px 15px;
	border-radius: 30px !important;
	-webkit-transition: .5s ease all !important;
	transition: .5s ease all !important
}

.listMontana .content .viewGallery .fa {
	font-size: 1rem;
	position: relative;
	top: 0
}

.listMontana .content .viewGallery:hover {
	background-color: #333;
	color: #fff
}

.listMontana .content .h4,
.listMontana .content h4 {
	font-weight: 700;
	font-size: 1.4rem
}

.listMontana .content ul {
	padding-left: 0
}

.listMontana .content ul li {
	list-style: none
}

.listMontana .content .wrapBtnPrice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.listMontana .content .wrapBtnPrice .ctaGreen {
	padding: 8px 15px !important
}

/* ----- Contacto ------ */
.wrapPageContacto {
/*	background-color: #f6f7fb;*/
	padding: 70px 0
}

.wrapPageContacto .overview {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto
}

.wrapPageContacto .wrapForm {
	padding: 40px 30px;
	background-color: #fff;
	margin: 0 auto;
	max-width: 800px
}

.wrapPageContacto .wrapForm .form-control {
	height: 50px;
	margin-bottom: 10px
}

.wrapPageContacto .wrapForm .form-control:focus {
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important
}

.wrapPageContacto .wrapForm p {
	margin-bottom: 0
}

.wrapPageContacto .wrapForm .wpcf7-textarea {
	height: 130px
}

.wrapPageContacto .wrapForm .wpcf7-submit {
	width: 100%;
	font-weight: 800;
	text-transform: uppercase
}

.wrapPageContacto .wrapForm .wpcf7-response-output {
	margin: 0;
	padding: 10px;
	text-align: center
}

/* ------ Wrap Tours ----- */
.wrapTours {
	padding: 80px 0;
	background-color: #fafafa
}
.wrapEquipo {
	background-color: #f6f7fb;
	padding: 50px 0
}

/* ----- Single Tour ------ */
.wrapSingle {
	background-color: #f5f5f5;
	padding: 50px 0
}

.wrapSingle p {
	font-size: 1.2rem
}

.wrapSingle .content {
	padding: 50px;
	background-color: #fff
}

.wrapSingle .widgetBlock {
	background-color: #1193B5;
	color: #fff;
	padding: 40px 30px;
	margin-bottom: 10px;
	border-radius: 10px !important;
	text-align: center
}

.wrapSingle .widgetBlock p {
	font-size: .9rem
}

.wrapSingle .widgetBlock .cta {
	background-color: #fff;
	color: #1193B5;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 700;
	border: none;
	border-radius: 5px !important;
	-webkit-transition: .5s ease all !important;
	transition: .5s ease all !important
}

.wrapSingle .widgetBlock .cta .fa {
	margin-left: 3px
}

.wrapSingle .widgetBlock .cta:hover {
	background-color: #ccc
}

.wrapSingle .widgetBlock .shareSocial li {
	margin-top: 5px
}

.wrapSingle .widgetBlock .shareSocial li a {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
	display: block;
	width: 35px;
	height: 35px;
	margin-right: 2px;
	text-align: center;
	border-radius: 50% !important
}

.wrapSingle .widgetBlock .shareSocial li a .fa {
	position: relative;
	top: -6px
}

.wrapSingle .widgetBlock .shareSocial li a:hover {
	background-color: #1193B5;
	border: 1px solid #1193B5
}

.wrapSingleTour {
	padding-top: 45px;
	padding-bottom: 80px;
	background-color: #fff
}

.wrapSingleTour .btnViewBrochure {
	font-weight: 700;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px
}

.wrapSingleTour .blockPrice {
	padding: 30px;
	background-color: #f6f7fb;
	border-radius: 5px !important
}

.wrapSingleTour .blockPrice .h3,
.wrapSingleTour .blockPrice h3 {
	font-size: 1.3rem;
	font-weight: 700
}

.wrapSingleTour .btnReservar {
	padding: 0;
	width: 100%;
	margin-top: 10px;
	background:#E19F51 !important
}

.wrapSingleTour .btnReservar button {
	background-color: #E19F51 !important;
	border-color:#E19F51;
	color: #fff;
	font-weight: 700;
	padding: 10px !important;
	width: 100% !important;
	max-width: 100% !important
}

.wrapSingleTour .wrapFrecuencia {
	margin-top: 30px;
	padding: 30px;
	background-color: #f6f7fb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wrapSingleTour .blockRight {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

.wrapSingleTour .blockRight .h4,
.wrapSingleTour .blockRight h4 {
	font-size: 1.4rem;
	font-weight: 700
}

.wrapSingleTour .sticky-top {
	top: 200px
}

.wrapSingleTour #accordionItinerario .accordion-button,
.wrapSingleTour #accordionItinerario .accordion-item {
	border: none;
	border-radius: 0 !important
}

.wrapSingleTour #accordionItinerario .accordion-button:focus,
.wrapSingleTour #accordionItinerario .accordion-button:not(.collapsed) {
	color: #546b35;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important
}

.wrapSingleTour #accordionItinerario .accordion-body {
	border: none;
	padding-left: 0
}

.wrapSingleTour #accordionItinerario .accordion-button {
	border-bottom: 1px solid #fafafa !important;
	font-weight: 700;
	padding-left: 0;
	padding-right: 0;
	-webkit-transition: .5s ease all !important;
	transition: .5s ease all !important
}

/* ----- View More ------ */
.ctaViewMore {
	cursor: pointer;
	color: #333;
	text-transform: uppercase;
	display: inline-block;
	font-weight: 700;
	font-size: 2.9rem;
	border-radius: 5px !important;
	-webkit-transition: .5s ease all !important;
	transition: .5s ease all !important
}

.ctaViewMore:hover {
	color: #000;
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg)
}

@media (max-width:930px) {

	.wrapHero {
		margin-top: 65px;
		background-size: cover;
		padding: 80px 0;
		background-size: cover !important
	}

	.wrapHero .caption {
		padding: 30px
	}

	.wrapHero .caption .h1,
	.wrapHero .caption h1 {
		font-size: 2rem
	}

	.wrapHero .container {
		padding: 0
	}

	.navbarTop .MainMenu {
		padding-left: 0;
		margin-top: 20px
	}

	.navbarTop .navbar-brand {
		margin-right: -20px
	}

	.navbarInterior .MainMenu a {
		color: #fff
	}

	.navbarInterior .navbar-brand {
		background: url(../images/logo-picoduarte.svg) no-repeat;
		background-size: contain;
		background-position: center
	}

	.navbarInterior .ctaSwitchLang a {
		color: #fff
	}

	.navbarInterior .ctaSwitchLang .dropdown-menu a {
		color: #fff
	}

	.headerInterior .h1,
	.headerInterior h1 {
		font-size: 1.6rem
	}

	.wrapNewsletter .content {
		padding: 40px 20px
	}

	.montanasMajestuosa {
		padding: 110px 25px;
		background-size: cover !important
	}

	.montanasMajestuosa .h2,
	.montanasMajestuosa h2 {
		font-size: 2.2rem
	}

	.montanasMajestuosa p {
		font-size: 1.4rem
	}

	#carouselTestimonials .carousel-caption {
		padding: 20px 40px
	}

	.listBitacoras .content {
		padding: 20px
	}

	.listBitacoras .content .h4,
	.listBitacoras .content h4 {
		font-size: 1.2rem;
		font-weight: 700
	}
}