/*
*******************************************
*******************************************

Template Name: Peulis - Travel Agency & Tourism HTML Template
Template URL: https://themescare.com/demos/item-peulis
Description: 
Author: Themescare
Author URL: https://themeforest.net/user/themescare
Version: 1.0

* This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

*******************************************
*******************************************

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - RESPONSIVE MENU CSS
04 - PAGINATION CSS
05 - BREADCROMB CSS
06 - BTN TOP CSS
07 - SITE PRELOADER CSS
08 - HEADER CSS
09 - SLIDER CSS
10 - PROMO PACKAGE CSS
11 - POPULAR TOUR CSS
12 - AWESOME TOUR CSS
13 - DESTINATION AREA CSS
14 - CHOOSE AREA CSS
15 - DISCOUNT AREA CSS
16 - REVIEWS AREA CSS
17 - BLOG AREA CSS
18 - FOOTER AREA CSS
19 - ABOUT PAGE CSS
20 - GUIDE PAGE CSS
21 - GALLERY PAGE CSS
22 - FAQ PAGE CSS
23 - LOGIN PAGE CSS
24 - ERROR PAGE CSS
25 - SINGLE DESTINATION CSS
26 - SIDEBAR CSS
27 - CHECKBOX CSS
28 - TOUR DETAILS CSS
29 - PRODUCT PAGE CSS
30 - PRODUCT DETAILS PAGE CSS
31 - CART PAGE CSS
32 - CHECKOUT PAGE CSS
33 - CONTACT PAGE CSS

*/


/*================================================
01 - IMPORTED CSS
==================================================*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&display=swap');

/*================================================
02 - DEFAULT CSS
==================================================*/

body {
	font-size: 15px;
	line-height: 25px;
	font-style: normal;
	color: #4d4e50;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-rendering: optimizelegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto
}

p {
	margin: 0
}

.no-pad-left {
	padding-left: 0
}

.no-pad-right {
	padding-right: 0
}

.no-pad-all {
	padding: 0
}

.fix {
	overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #6b739c
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
	color: inherit
}

input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: medium none
}

:-moz-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-moz-placeholder {
	color: #242424;
	text-transform: capitalize;
}

:-ms-input-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-input-placeholder {
	color: #242424;
	text-transform: capitalize;
}

:-ms-select-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-select-placeholder {
	color: #7c8a97;
	text-transform: capitalize;
}

:-ms-textarea-placeholder {
	color: #242424;
	text-transform: capitalize;
}

::-webkit-textarea-placeholder {
	color: #242424;
	text-transform: capitalize;
}

tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.site-heading {
	text-align: center;
	width: 90%;
	margin: 0 auto 30px;
}

.site-heading p{
    font-size: 16px
}
.site-heading h2 {
	font-family: 'Ubuntu', sans-serif;
	color: #2f2f7e;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
}

.site-heading h2 span {
	display: block
}

.peulis-btn {
	display: inline-block;
	padding: 10px 25px;
	/* background: #ff6d34 none repeat scroll 0 0; */
	color: #fff;
	border-radius: 25px;
	text-transform: capitalize;
	font-weight: 600;
	background: rgb(226,94,109);
	background: linear-gradient(39deg, rgba(226,94,109,1) 26%, rgba(45,47,125,1) 86%);
}

.peulis-btn:hover {
	/* background: #1EC8E7 none repeat scroll 0 0; */
	color: #fff;
	background: rgb(45,47,125);
	background: linear-gradient(39deg, rgba(45,47,125,1) 26%, rgba(226,94,109,1) 86%);
}

.peulis-btn i {
	margin-left: 5px
}

.section_100 {
	padding: 100px 0;
}

.section_70 {
	padding: 70px 0;
}

.section_50 {
	padding: 50px 0;
}

.section_15 {
	padding: 15px 0
}

.pad-right {
	padding-right: 0
}

.pad-left {
	padding-right: 0
}

.section_t_100 {
	padding-top: 100px
}

.section_b_70 {
	padding-bottom: 70px
}

.section_70 {
	padding: 70px 0
}

.section_b_80 {
	padding-bottom: 80px
}


/*================================================
03 - RESPONSIVE MENU CSS
==================================================*/

.peulis-responsive-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 5px;
	width: 100%;
	z-index: 999;
}

.slicknav_nav a {
	font-size: 15px;
	margin: 0;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #000
}

.slicknav_menu {
	background: transparent;
}

.slicknav_menutxt {
	display: none !important;
}

.slicknav_arrow {
	float: right;
	color: #1EC8E7
}

.slicknav_nav a:hover {
	border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
	border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: #1EC8E7 none repeat scroll 0 0;
	color: #fff
}

.slicknav_nav a:hover .slicknav_arrow {
	color: #fff
}

.slicknav_nav a:hover a {
	color: #fff
}

.slicknav_nav li {
	border-bottom: 1px solid #ddd;
}

.slicknav_nav li.hide-desktop {
	border-bottom: 0px solid #ddd
}

.slicknav_nav li:last-child {
	border-bottom: 0px solid #ddd
}

.slicknav_nav {
	background: #fff none repeat scroll 0 0;
	border-top: 1px solid #1EC8E7;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.19)
}

.slicknav_btn {
	background-color: transparent !important;
	line-height: 0;
	margin-right: 0px;
	margin-top: 5px;
}

.slicknav_menu .slicknav_icon {
	float: none !important;
	margin: 0
}

.slicknav_icon-bar {
	height: 3px !important;
	margin: 5px 0;
	width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
	background-color: #111;
}


/*================================================
04 - PAGINATION CSS
==================================================*/

/* .pagination-box-row {
	text-align: center;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	color: #111;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #e2001a none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #e2001a
}

.pagination li.active a:hover {
	border: 1px solid #000b2c
}

.pagination li a:hover {
	border: 1px solid #000b2c
} */


/*================================================
05 - BREADCROMB CSS
==================================================*/

.peulis-breadcrumb-area {
	background: url("../img/seccion-1/foto_header_22.jpg") no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1;
	padding-top: 140px;
	padding-bottom: 100px;
	margin-top: -45px;
}

.peulis-breadcrumb-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
	z-index: -1;
}

.breadcrumb-box {
	text-align: center
}

.breadcrumb-box h2 {
    font-family: 'Ubuntu', sans-serif;
    white-space: normal;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.breadcrumb-bottom {
	position: absolute;
	bottom: -12px;
	left: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
}

.breadcrumb-inn {
	padding: 5px 25px;
	margin: 0px;
	text-align: center;
	float: none;
	display: inline-block;
	width: auto;
	border-radius: 5px;
	position: relative;
	background: #000b2c none repeat scroll 0 0;
	margin-top: 30px
}

.breadcrumb-inn:hover{
	background: #e2001a;
}

.breadcrumb-inn li {
	display: inline-block;
	float: none;
	position: relative;
	margin-right: 10px;
	padding-right: 20px;
}

.breadcrumb-inn li:before {
	position: absolute;
	content: "\f0da";
	font-family: fontawesome;
	top: 50%;
	margin-top: -12px;
	right: 0px;
	font-size: 15px;
	color: #fff;
}

.breadcrumb-inn li:last-child:before {
	display: none
}

.breadcrumb-inn li a {
	font-size: 16px;
	text-transform: capitalize;
	display: inline-block;
	color: #fff;
    font-weight: 600
}

.breadcrumb-inn li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}


/*================================================
06 - BTN TOP CSS
==================================================*/

.btntoTop:before {
	color: #fff;
	content: "";
	display: inline-block;
	font: 20px "FontAwesome";
	vertical-align: middle;
}

.btntoTop {
	background-color: #e2001a;
	border: 2px solid #e2001a;
	border-radius: 25px; /* modificado de 5 a 25*/
	bottom: 70px;
	cursor: pointer;
	height: 50px;
	line-height: 47px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: fixed;
	right: 20px;
	text-align: center;
	-webkit-transition: opacity 0.4s ease 0s;
	transition: opacity 0.4s ease 0s;
	width: 50px;
	z-index: 99999;
}

.btntoTop.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
	background: #343d55 none repeat scroll 0 0;
	border: 2px solid #343d55;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
	color: #fff;
}


/*================================================
07 - SITE PRELOADER CSS
==================================================*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1d1e21;
	z-index: 9999;
}

.loading-text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 100px;
	line-height: 100px;
}

.loading-text span {
	display: inline-block;
	position: relative;
	overflow: hidden;
	color: #000;
	font-size: 22px;
}

.loading-text span:before {
	content: attr(data-preloader);
	position: absolute;
	top: 0;
	left: 0;
	color: #1EC8E7;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-name: preload-animation;
	animation-name: preload-animation;
}

.loading-text span:nth-child(2):before {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loading-text span:nth-child(3):before {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loading-text span:nth-child(4):before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.loading-text span:nth-child(5):before {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.loading-text span:nth-child(6):before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.loading-text span:nth-child(7):before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.loading-text span:nth-child(8):before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.loading-text span:nth-child(9):before {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}
.loading-text span:nth-child(10):before {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

@-webkit-keyframes preload-animation {
	0%,
	100% {
		-webkit-transform: rotateY(-90deg) scale(1);
		transform: rotateY(-90deg) scale(1);
		opacity: 0;
	}
	20%,
	50% {
		-webkit-transform: rotateY(0) scale(1);
		transform: rotateY(0) scale(1);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0) scale(1.2);
		transform: rotateY(0) scale(1.2);
		opacity: 0;
	}
}

@keyframes preload-animation {
	0%,
	100% {
		-webkit-transform: rotateY(-90deg) scale(1);
		transform: rotateY(-90deg) scale(1);
		opacity: 0;
	}
	20%,
	50% {
		-webkit-transform: rotateY(0) scale(1);
		transform: rotateY(0) scale(1);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0) scale(1.2);
		transform: rotateY(0) scale(1.2);
		opacity: 0;
	}
}


/*================================================
08 - HEADER CSS
==================================================*/

.header-top-area {
	background: #fff none repeat scroll 0 0;
	padding-top: 10px;
	padding-bottom: 65px
}

.header-top-left {
	margin-top: 5px;
}

.header-top-left p {
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	font-weight: 600;
}

.header-top-left p:last-child {
	margin-right: 0
}

.header-top-left p i {
	margin-right: 5px
}

.header-top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-top-social ul li {
	display: inline-block;
	margin-right: 5px;
}

.header-top-social ul li:last-child {
	margin-right: 0
}

.header-top-social ul li a {
	color: #fff;
	display: block;
	padding: 5px
}

.header-top-auth ul li {
	display: inline-block;
	position: relative
}

.header-top-auth ul li.separator:before {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -10px;
	right: -3px;
	border-right: 2px solid #fff;
	bottom: 0px;
	height: 16px;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
}

.header-top-auth {
	margin-top: 5%;
	margin-left: 15px;
}

.header-top-auth ul li i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #fff none repeat scroll 0 0;
	color: #1EC8E7;
	margin-right: 5px
}

.header-top-auth .btn1  {
	display: block;
	padding: 0 5px;
	font-weight: 600;
	background: #e2001a;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.header-top-auth .btn1:hover  {
	display: block;
	padding: 0 5px;
	font-weight: 600;
	background: #000b2c;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.header-top-auth .btn2:hover  {
	display: block;
	padding: 0 5px;
	font-weight: 600;
	background: #e2001a;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.header-top-auth .btn2  {
	display: block;
	padding: 0 5px;
	font-weight: 600;
	background: #000b2c;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}

.header_inn {
	padding: 0 20px;
	background: #fff none repeat scroll 0 0;
	margin-top: -55px;
	position: relative;
	z-index: 99
}

.site-logo img {
	width: 75%;
	margin: 18px 0;
}

.mainmenu ul {
	text-align: center;
}

.mainmenu ul li {
	display: inline-block;
	position: relative
}

.mainmenu ul li a {
	color: #000;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
	padding: 30px 12px;
}

.mainmenu ul li>a:hover,
.mainmenu ul li.active>a {
	color: #ff6d34
}

.mainmenu ul li ul {
	position: absolute;
	top: 130%;
	left: 0;
	background: #fff none repeat scroll 0 0;
	width: 220px;
	box-shadow: 0px 0 10px 0px rgba(0, 0, 0, 0.1);
	text-align: left;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.mainmenu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%
}

.mainmenu ul li ul li {
	display: block
}

.mainmenu ul li ul li a {
	display: block;
	padding: 8px 20px;
	font-size: 15px;
	color: #333;
}

.header_action ul {
	text-align: right;
}

.header_action ul li {
	display: inline-block;
	position: relative
}

.header_action ul>li>a {
	display: block;
	padding: 30px 10px;
	color: #000;
	position: relative
}

.header_action ul li a span {
	width: 15px;
	height: 15px;
	display: block;
	background: #1EC8E7;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	right: 0;
}

.header_action ul>li>a:hover {
	color: #ff6d34;
}

.header_action ul li:last-child a {
	padding-right: 0
}

.ct-sidenav.open {
	right: 0;
}

.ct-sidenav {
	width: 280px;
	width: 448px;
	width: 448px;
	width: 28rem;
	height: 100%;
	position: fixed;
	z-index: 9990;
	top: 0;
	right: -548.8px;
	right: -548.8px;
	right: -34.3rem;
	background: #fff none repeat scroll 0 0;
	padding: 50px 25px;
	padding: 80px 40px;
	padding: 80px 40px;
	padding: 5rem 2.5rem;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: right 0.25s ease-in-out;
	transition: right 0.25s ease-in-out;
	color: #b7b6b6;
	box-shadow: 5px 8px 13.92px 2.08px rgba(0, 0, 0, 0.24)
}

.ct-sidenav img {
	width: 51%;
	display: block;
}

.ct-sidenav .close {
	position: absolute;
	top: 7px;
	top: 20px;
	right: 15px;
	right: 24px;
	right: 24px;
	right: 1.5rem;
	color: #111;
	font-size: 20px;
	font-size: 16px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	font-weight: 300;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #ff6d34;
	border-radius: 50%;
}

.sidenav-info {
	margin-top: 30px;
}

.sidenav-info>p {
	color: #777;
	font-size: 16px;
}

.sidenav-contact-info {
	margin-top: 30px;
}

.sidenav-contact-info li {
	margin-bottom: 10px;
	color: #000;
	font-size: 15px;
	font-weight: 500
}

.sidenav-contact-info li span {
	color: #777;
	display: block;
	font-weight: 600;
}

.sidenav-contact-info li i {
	color: #1EC8E7;
	text-align: center;
	margin-right: 15px;
	font-size: 20px;
	float: left;
	margin-top: 8px;
}

.sidenav-contact-info p {
	overflow: hidden;
	color: #111;
	font-weight: 600;
	font-size: 15px;
}

.sidenav-social h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}

.sidenav-social {
	margin-top: 30px;
}

.sidenav-social li {
	display: inline-block;
	margin-right: 3px
}

.sidenav-social li:last-child {
	margin-right: 0
}

.sidenav-social li a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #1EC8E7 none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
}

.sidenav-social li a:hover {
	background: #ff6d34 none repeat scroll 0 0;
}

.search-close {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.search-box.search-elem {
	margin: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url("../img/search-bg.jpg") no-repeat scroll 0 0/cover;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.search-box.search-elem:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.91);
	z-index: -1;
}

.search-box.search-elem .inner {
	width: 40%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inner.row>form {
	position: relative;
	background: transparent;
	width: 100%;
	border-radius: 50px;
	height: 75px;
	border: 2px solid #848383;
}

.inner.row>form input {
	position: absolute;
	height: 70%;
	border: medium none;
	width: 80%;
	top: 12px;
	left: 10px;
	background: transparent none repeat scroll 0 0;
	color: #d6d5d5;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 16px;
}

.inner.row>form button {
	position: absolute;
	height: 74%;
	right: 10px;
	top: 10px;
	border: medium none;
	width: 10%;
	border-radius: 50%;
	background: #fff none repeat scroll 0 0;
	cursor: pointer;
	font-size: 17px;
	color: #ff6d34
}

.search-box.search-elem label.placeholder.move-up {
	top: -25px;
	color: white;
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 16px;
	font-size: 1rem;
}

.search-box.search-elem.search-open {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.search-btn {
	text-transform: uppercase;
	font-size: 15px;
	padding: 20px 18px;
	display: inline-block;
	color: #061333;
}

.search-btn:hover {
	color: #ff6d34;
}

.inner.row>form:-ms-input-placeholder {
	color: #fff;
}

.inner.row>form::-webkit-input-placeholder {
	color: #fff;
}

.inner.row>form input::-webkit-input-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.inner.row>form input::-moz-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.inner.row>form input:-ms-input-placeholder {
	color: #fff;
	text-transform: capitalize;
}

.inner.row>form input::placeholder {
	color: #fff;
	text-transform: capitalize;
}

.cart_box_hover {
	left: auto !important;
	right: 0px !important;
	border-radius: 0px;
	padding: 20px 20px;
	min-width: 330px;
	z-index: 99;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
	border: 3px solid #ddd;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
	position: absolute;
	top: 130%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #fff none repeat scroll 0 0;
	border-radius: 25px;
}

.header_action ul li.header_cart:hover .cart_box_hover {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 100%
}

.product-remove {
	float: right;
	padding: 0 !important;
	color: #000!important
}

.cart-pro-image {
	float: left;
	margin-bottom: 0;
	margin-right: 10px;
	width: 75px;
}

.cart-pro-info {
	text-align: left;
	overflow: hidden
}

.cart-pro-info a {
	padding: 0 !important
}

.cart-pro-info h4 {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.cart-pro-info h4:hover {
	color: #ff6d34
}

.single-cart {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden
}

.cart-pro-info p {
	color: #777;
	font-size: 16px;
}

.cart-pro-info h5 {
	color: #000;
	font-weight: 600;
	margin-top: 7px;
	font-size: 15px;
}

.single-cart.subtotal {
	text-align: center
}

.single-cart.subtotal p span {
	color: #000;
	font-weight: 600
}

.cart-action>a {
	display: inline-block !important;
	padding: 7px 15px !important;
	text-transform: capitalize;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 600
}

.cart-action {
	text-align: center;
}

.viewcart {
	background: #2d2e7e  none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0px;
	border-radius: 25px;
	margin-right: 5px
}
.viewcart:hover {
	background: #dd5c6e  none repeat scroll 0 0;
}

.checkout-btn {
	background: #dd5c6e none repeat scroll 0 0;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0px;
	border-radius: 25px;
	margin-left: 5px
}

.checkout-btn:hover {
	background: #2d2e7e none repeat scroll 0 0;
}

.cart-action>a:hover {
	color: #fff !important
}


/*================================================
09 - SLIDER CSS
==================================================*/

.peulis-slider-area {
	position: relative;
	margin-top: -45px
}

.slider-container {
	background-size: cover;
	height: 100vh;
}


.slider-1 .single-slider {
	background: url("../img/seccion-1/foto_header_1.jpg")
}

.slider-2 .single-slider {
	background: url("../img/seccion-1/foto_header_22.jpg")
}

.slider-3 .single-slider {
	background: url("../img/seccion-1/foto_header_3.jpg")
}

.slider-container:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(3, 3, 3, 0.45) none repeat scroll 0 0;
}

.peulis-slide .owl-item {
	overflow: hidden
}

.single-slider {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #353031;
	background-origin: padding-box;
	background-position: 50% 50% !important;
	background-repeat: repeat;
	background-size: cover !important;
	height: 100%
}

.banner-caption {
	border-radius: 4px;
	display: table;
	height: 100%;
	width: 100%;
}

.banner-area {
	position: absolute;
	top: 25%;
	z-index: 9;
	width: 80%;
	left: 10%;
	text-align: center;
}

.banner-welcome {
	width: 90%;
	margin: 0 auto;
}

.typed-static {
	position: relative;
	margin-right: 20px;
	color: #fff;
    padding: 0 !important
}

.typed-static:after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	right: -20px;
	bottom: 25px;
	border-radius: 50%;
	background: #1EC8E7 none repeat scroll 0 0;
}

.banner-welcome h4 {
    font-family: 'Ubuntu', sans-serif;
    white-space: nowrap;
    font-size: 40px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-transform: capitalize;
}

.ah-headline.clip b.is-visible{
    font-weight: 500
}

.ah-headline {
	display: block;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	margin-top: 30px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}

.ah-headline.clip .ah-words-wrapper:after {
	background-color: #ffff
}

.ah-words-wrapper{
    padding: 0 !important
}

.peulis-slide .owl-next {
	position: absolute;
	top: 45%;
	right: 45px;
	width: 50px;
	height: 50px;
	background: rgba(114, 114, 114, 0.33) !important;
	color: #fff !important;
	border-radius: 50%;
}

.peulis-slide .owl-prev {
	position: absolute;
	top: 45%;
	left: 45px;
	width: 50px;
	height: 50px;
	background: rgba(114, 114, 114, 0.33) !important;
	border-radius: 50%;
	color: #fff !important;
}

.peulis-slide .owl-dots {
	display: none
}

.banner-welcome form {
	/* background: #fff; */
	/* box-shadow: 0 3px 13px 0 rgba(0, 0, 0, .07); */
	margin-top: 40px;
	height: 70px;
	text-align: left;
	padding-left: 10px;
	position: relative;
}

.banner-welcome form p {
	width: 28%;
	display: inline-block;
	position: relative;
	height: 70px;
}

.banner-welcome form p>i {
	position: absolute;
	left: 90%;
	top: 40%;
	z-index: 9;
}

.banner-welcome form p:after {
	position: absolute;
	content: "";
	top: 0;
	width: 1px;
	height: 100%;
	right: 7px;
	background: #eee none repeat scroll 0 0;
}

.banner-welcome form p:last-child:after {
	display: none
}

.banner-welcome form p:last-child {
	width: 16%;
	display: inline-block;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.banner-welcome form p button {
	width: 100%;
	border-color: #e2001a;
	border-radius: 10px;
	height: 100%;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	background: #e2001a;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.banner-welcome form p button:hover {
	background: #000 none repeat scroll 0 0;
	border-color: #000;
}

.banner-welcome form p input {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px 20px;
	display: block;
	top: 0;
	border: medium none;
}

.banner-welcome form p .nice-select {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px 20px;
	display: block;
	top: 0;
	font-size: 16px;
	color: #111;
	border: medium none;
}

.banner-welcome form p .nice-select .current {
	margin-top: 10px;
	display: block;
}

.banner-welcome form p .nice-select:after {
	display: none;
}

.banner-welcome form p ul.list {
	margin-top: 0;
	border-radius: 0
}

.nice-select .list {
	height: 200px;
	overflow-y: auto
}

.peulis-slide .owl-next {
	position: absolute;
	top: 45%;
	right: 45px;
	width: 50px;
	height: 50px;
	background: rgba(114, 114, 114, 0.33) !important;
	color: #fff !important;
	border-radius: 50%;
}

.peulis-slide .owl-prev {
	position: absolute;
	top: 45%;
	left: 45px;
	width: 50px;
	height: 50px;
	background: rgba(114, 114, 114, 0.33) !important;
	border-radius: 50%;
	color: #fff !important;
}

.zoom {
	animation: zoom 15s ease 0s normal both infinite;
	-webkit-animation: zoom 15s ease 0s normal both infinite;
	-moz-animation: zoom 15s ease 0s normal both infinite;
	-ms-animation: zoom 15s ease 0s normal both infinite;
	-o-animation: zoom 15s ease 0s normal both infinite;
}

@-webkit-keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes zoom {
	0% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50% {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


/*================================================
10 - PROMO PACKAGE CSS
==================================================*/

.peulis-promo-package-area {
	position: relative;
	z-index: 99;
}

.bottom_pack {
	margin-top: 15px
}

.single-promo-package {
	position: relative;
}

.promo-package-img {
	position: relative;
	border-radius: 5px;
	overflow: hidden
}

.promo-package-img img {
	width: 100%;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-promo-package:hover .promo-package-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.promo-package-img:after {
	background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.promo-package-desc {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	padding: 0 15px;
}

.promo-pack-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.package-desc-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.package-desc-price {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.package-desc-title h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	color: #eee;
	letter-spacing: 0px;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.package-desc-title h3 a {
	color: #eee
}

.package-desc-meta p {
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 20px
}

.package-desc-meta p span {
	color: #fff;
	font-weight: 600
}

.package-desc-meta ul {
	line-height: 20px
}

.package-desc-meta ul li {
	display: inline-block;
	font-size: 12px;
	margin: 0 1px;
	line-height: 20px
}

.package-desc-meta ul li i {
	color: #ffde00
}

.package-desc-price p {
	text-transform: capitalize;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.package-desc-price p span {
	font-weight: 400;
	color: #fff
}

.package-desc-title h3 a:hover {
	color: #ff6d34
}


/*================================================
11 - POPULAR TOUR CSS
==================================================*/

.peulis-popular-tours-area {
	/* background: #f3f3f3 none repeat scroll 0 0 */
	background: #ffffff none repeat scroll 0 0
}

.peulis-tour-page-area {
	padding-top: 70px
}

.tour-tab-switch {
	text-align: center;
	display: block;
}

.tour-tab-switch li {
	float: none;
	display: inline-block;
	position: relative
}

.tour-tab-switch li:before {
	position: absolute;
	content: "";
	top: 57%;
	margin-top: -10px;
	right: -3px;
	border-right: 2px solid #111;
	bottom: 0px;
	height: 16px;
}

.tour-tab-switch li:last-child:before {
	display: none
}

.tour-tab {
	margin-top: 10px;
}

.tour-tab-switch li a {
	text-transform: capitalize;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 15px;
	line-height: 25px;
}

.tour-tab .nav-pills .nav-link.active,
.tour-tab .nav-pills .show>.nav-link {
	color: #ff6d34;
	background-color: transparent;
}

.single-popular-tour {
	padding: 5px;
	/* background: #ffffff none repeat scroll 0 0; */
	/* box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06); */
	margin-top: 30px;
	/* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
}

.popular-tour-image {
	position: relative;
	overflow: hidden;
}

.popular-tour-image {
	/* background: #111 none repeat scroll 0 0; */
	background: #ffffff none repeat scroll 0 0;
	display: block;
	/* max-width: 100%;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-webkit-transform: translate3d(0px, 0px, 300px);
	transform: translate3d(0px, 0px, 300px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s; */
	/* border-top-left-radius: 15px;
	border-top-right-radius: 15px; */
	border-radius: 25px;
	box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, 0.08); 
}

.popular-tour-image img {
	/* background: #111 none repeat scroll 0 0; */
	/* display: block; */
	width: 95%;
	text-align: center;
	/* overflow: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out; */
	padding-left: 20px;
    padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;

}

/* .single-popular-tour:hover img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
} */

.popular-tour-hover {
	position: absolute;
	left: 0;
	top: 35%;
	-webkit-transform: scale(0);
	transform: scale(0);
	right: 0;
	text-align: center;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 15px;
}

/* .single-popular-tour:hover .popular-tour-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
} */

/* .single-popular-tour:hover .popular-tour-image img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
} */

.popular-tour-hover ul {
	text-align: center;
}

.popular-tour-hover ul li {
	display: inline-block;
}

.popular-tour-hover ul li a {
	display: block;
	background: #fff none repeat scroll 0 0;
	color: #1EC8E7;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px
}

.tour-desc-top {
	padding: 15px;
}

.tour-desc-top h3 {
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
}

.tour-desc-top h3 a {
	color: #111
}

.tour-desc-top h3 a:hover {
	color: #ff6d34
}

.tour_duration {
	margin-top: 5px;
}

.tour_duration p {
    color: #454648;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}

.tour_duration p i {
	color: #1EC8E7;
	margin-right: 5px;
}

.tour-desc-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px
}

.tour_feature {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: left;
}

.tour-rating {
	/* width: 45%; */
	text-align: right;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	/* flex: 1; */
	/* float: right;
	padding-left: 50px; */

}
	

.tour-rating ul {
	text-align: left
}

.tour-rating ul li {
	display: inline-block;
	font-size: 15px;
	margin: 0;
	line-height: 20px;
}

.tour-rating ul li img {
	width: auto;
	
}
.tour-rating ul li i {
	color: #ffa11a;
	/* background: rgb(226,94,109);
	background: linear-gradient(39deg, rgba(226,94,109,1) 26%, rgba(45,47,125,1) 86%); */
	
}

.tour_feature a {
	display: inline-block;
	width: 50%;
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding-left: 10px;
	/* background: #1EC8E7 none repeat scroll 0 0; */
	font-size: 15px;
	/* border-radius: 5px; */
	color: #8989a4;
}

/* .tour_feature a:hover {
	background: #ff6d34 none repeat scroll 0 0;
} */

.tour-desc-bottom {
	padding: 15px;
	border-top: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tour-desc-price {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.tour-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tour-desc-price p {
	color: #111;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
}

.tour-details a {
	display: inline-block;
	padding: 10px 20px;
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff;
	border-radius: 25px;
	text-transform: capitalize;
	font-weight: 600;
}

.tour-details a i {
	margin-right: 5px
}

.tour-details a:hover {
	background: #1EC8E7 none repeat scroll 0 0
}


/*================================================
12 - AWESOME TOUR CSS
==================================================*/

.peulis-awesome-tour-area {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	padding: 100px 0;
	z-index: 1
}

.peulis-awesome-tour-area:before {
	background-image: url("../img/awesome_bg.jpg");
	background-position: center center;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 45%;
}

.peulis-awesome-tour-area:after {
	background: url("../img/awesome_bg_2.png") no-repeat scroll 0 0;
	bottom: 0;
	content: "";
	right: 0;
	position: absolute;
	top: 0;
	width: 45%;
	z-index: -1
}

.awesome-tour-box {
	float: right;
	width: 55%;
	color: #fff;
	position: relative;
	padding-left: 85px;
	padding-right: 0;
}

.video-btn {
	position: absolute;
	left: -60px;
	top: 30%;
	text-align: center;
}

.video-btn a {
	color: #ffffff;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 84px;
	background: #1EC8E7;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	text-align: center;
	padding-left: 2px;
	border: 10px solid #ffffff;
}

.video-btn i {
	font-weight: 900;
}

.video-btn a:after {
	z-index: -1;
	content: "";
	position: absolute;
	left: -5px;
	top: -3px;
	width: 84px;
	height: 84px;
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 50%;
	background: #1EC8E7;
}

.video-btn i:before {
	font-size: 45px;
	margin: 0
}

@-webkit-keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
	100% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

.awesome-tour-box h2 {
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 55px;
	letter-spacing: 0px;
}

.awesome-tour-box p {
    color: #3c3735;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 20px;
    letter-spacing: 0px;
    line-height: 40px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

.awesome-tour-box a.peulis-btn {
	margin-top: 25px
}


/*================================================
13 - DESTINATION AREA CSS
==================================================*/

.peulis-destination-page {
	padding-top: 70px
}

.peulis-destination-area {
	/* background: #e2e2e2  none repeat scroll 0 0; */
	background: #fff  none repeat scroll 0 0;
}

.single-destination {
	margin-top: 30px
}

.destination-image {
	position: relative;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	z-index: -1
}

.destination-image:after {
	/* background: rgba(43, 51, 75, 1);
	opacity: 0.8; */
	/* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; */
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.destination-image img {
	width: 100%;
}

.destination-title {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.destination-title h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	display: block;
	text-align: center;
}

/* .destination-slider .owl-nav {
	display: block !important
}

.destination-slider .owl-prev {
	position: absolute;
	top: 46%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	left: -20px;
	background: #343d55 !important;
	color: #fff !important;
	border-radius: 50%;
	border: 5px solid #f9f9f9 !important;
}

.destination-slider .owl-next {
	position: absolute;
	top: 46%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	right: -20px;
	background: #343d55 !important;
	color: #fff !important;
	border-radius: 50%;
	border: 5px solid #f9f9f9 !important;
} */


/*================================================
14 - CHOOSE AREA CSS
==================================================*/

.single-choose {
	padding: 40px 20px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	/* box-shadow: 0 0 40px rgba(82, 85, 90, 0.1); */ /*Eliminamos la sombra*/
	text-align: center;
	margin-top: 30px;
	position: relative
}

.choose-image {
	margin-bottom: 20px;
	text-align: center;
}

.choose-image img {
	width: 200px;
}

.choose-desc {
	overflow: hidden;
	text-align: center;
}

.single-choose>p {
	position: absolute;
	right: 10%;
	font-size: 60px;
	font-weight: 900;
	color: #666;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	font-family: 'Ubuntu', sans-serif;
	top: 10%;
	line-height: 60px;
	/* text-align: center; */
}

.choose-desc h3 {
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 10px;
	/* text-align: center; */
}


/*================================================
15 - DISCOUNT AREA CSS
==================================================*/

.peulis-discount-area {
	padding-top: 70px;
	/* display: flex; */
}

.discount-box {
	position: relative;
	padding: 65px 50px;
	background: url("../img/discount_bg.jpg") no-repeat scroll 0 0/cover;
	z-index: 1;
	border-radius: 5px;
	/* display: flex; */
}

.discount-box:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(30, 200, 231, 0.69) none repeat scroll 0 0;
	z-index: -1;
	border-radius: 5px
}

.discount-box img.discount_vector {
	position: absolute;
	bottom: 0;
	/* right: 5%; */
	width: 38%;
	/* float: left; */
}

.discount_desc{
	/* right: -100%;
	text-align: center;
	float: right; */
}

.discount_desc h4 {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: block;

}

.discount_desc p {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: block
}

.discount_desc h2 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 65px;
	line-height: 65px;
	margin: 20px 0;
}

.discount_desc a {
	display: inline-block;
	margin-top: 30px;
	margin-right: 5px
}

#inner {
	width: 45%
}


/*================================================
16 - REVIEWS AREA CSS
==================================================*/

.peulis-reviews-area {
	background: #fbfbfb none repeat scroll 0 0;
}

.reviews-image {
	width: 140px;
	height: 140px;
	margin: 0 auto 30px;
}

.reviews-image img {
	border-radius: 50%;
	width: 100%;
	height: 100%
}

.reviews-slider {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.reviews-text p {
	font-size: 18px;
	line-height: 32px;
	color: #333;
}

.reviews-slider .owl-prev {
	position: absolute;
	left: -10%;
	top: 55%;
	width: 40px;
	height: 40px;
	color: #444 !important;
	font-size: 35px !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.reviews-slider .owl-next {
	position: absolute;
	right: -10%;
	top: 55%;
	width: 40px;
	height: 40px;
	color: #444 !important;
	font-size: 35px !important;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.reviews-slider .owl-prev:hover,
.reviews-slider .owl-next:hover {
	color: #1EC8E7 !important
}

.reviewer h3 {
    font-family: 'Ubuntu', sans-serif;
    white-space: nowrap;
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
    color: #111;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 10px 0;
}


/*================================================
17 - BLOG AREA CSS
==================================================*/

.peulis-blog-page-area {
	padding-top: 70px
}

.single-blog-item {
	margin-top: 30px;
}

.blog-page-left>.single-blog-item {
	margin-top: 0;
	margin-bottom: 30px
}

.blog-image {
	position: relative;
	border-radius: 5px;
}

.blog-image img {
	border-radius: 5px;
	width: 100%
}

.blog-image:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.16) none repeat scroll 0 0;
}

.post-meta {
	margin-top: 20px;
}

.post-meta p {
	display: inline-block;
	margin-right: 10px;
}

p.date {
	padding: 5px 20px;
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	letter-spacing: 0px;
	border-radius: 25px;
	font-size: 13px;
}

.post-meta p a {
	color: #828893;
	text-transform: capitalize;
}

.blog-desc h3 {
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 26px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-desc h3 a {
	color: #111
}

.blog-desc h3 a:hover {
	color: #ff6d34
}

.blog-page-left .pagination-box-row {
	text-align: left
}

.blog-page-left .pagination-box-row .pagination {
	margin-top: 30px
}

.single-blog-item.blog-single-page .blog-desc p {
	margin: 0 0 10px
}

.blog-inner-image {
	margin: 20px 0;
}

.post-share-box {
	border-bottom: 1px solid #f4f9fc;
	border-top: 1px solid #f4f9fc;
	margin: 30px 0;
	padding: 15px 20px;
}

.post-share-left>p,
.post-share-right>p {
	color: #111;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}

.post-share-left a {
	color: #555;
	font-weight: 500;
}

.post-share-right {
	text-align: right;
}

.post-share-right a {
	color: #bcc4d0;
	margin-left: 5px;
}

.blog-single-page .single-comment-item {
	margin-top: 35px
}


/*================================================
18 - FOOTER AREA CSS
==================================================*/

.peulis-footer-area {
	/* background: url("../img/footerbanner.jpg") no-repeat scroll 0 0/cover; */
	background-color: #f2f2f2;
	position: relative;
	z-index: 1;
	border-top: 1px solid #000;
}

/* .peulis-footer-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0;
	z-index: -1
} */

.footer-top-area {
	padding: 70px 0;
}

.single-footer h3 {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

.footer-logo img {
	width: 185px;
	margin-top: 10px;
}

.single-footer p {
	font-size: 15px;
	line-height: 25px;
	color: #92939c
}

.single-footer ul {
	margin-top: 10px;
}

.single-footer ul li {
	margin: 3px 0
}

.single-footer ul li a {
	color: #000;
	text-transform: capitalize;
	font-size: 15px
}

.single-footer ul li a:hover {
	color: #e2001a
}

.footer-bottom-box {
	/* border-top: 1px solid #111; */
	padding: 25px 0;
}

.footer-bottom-left ul {
	text-align: right;
}

.footer-bottom-left ul li {
	display: inline-block
}

.footer-bottom-left p {
	color: #7b7d8d;
	font-size: 15px
}

.footer-bottom-left p a {
	color: #000
}

.footer-bottom-left ul li {
	margin-right: 10px
}

.footer-bottom-left ul li:last-child {
	margin-right: 0px
}

.footer-bottom-left ul li a {
	display: block;
	padding: 5px 0;
	color: #000;
	font-size: 15px
}

.footer-bottom-left p {
	margin-top: 5px;
}


/*================================================
19 - ABOUT PAGE CSS
==================================================*/

.peulis-about-page {
	padding-bottom: 25px
}

.about-page-left>h3 {
	position: relative;
	display: inline-block;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
}

.about-page-left>h3:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 65%;
	height: 2px;
	background: #1EC8E7;
}

.about-page-left h2 {
	color: #111;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize
}

.about-page-left p {
	margin: 0 0 10px;
}

.about-signature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px;
}

.signature-left {
	width: 190px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 3px solid #f0f0ff;
}

.signature-right h3 {
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
}

.peulis-story-area {
	background: #fbfbfb none repeat scroll 0 0
}

.story-area-top,
.story-area-bottom {
	padding: 100px 0;
	position: relative;
}

.story-area-top:after {
	background-image: url("../img/story.jpg");
	background-position: center center;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.story-area-bottom:after {
	background-image: url("../img/vission.jpg");
	background-position: center center;
	background-size: cover;
	bottom: 0;
	content: "";
	right: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

.story-box {
	float: right;
	width: 50%;
	padding: 0px 30px;
}

.story-area-bottom .story-box {
	float: left;
	width: 50%;
	padding: 0px 30px;
}

.story-box h2 {
	color: #111;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}

.about_page {
	background: #fff none repeat scroll 0 0
}


/*================================================
20 - GUIDE PAGE CSS
==================================================*/

.peulis-guides-area {
	padding-top: 70px;
}

.single-guide {
	background: #fff none repeat scroll 0 0;
	border: none;
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 30px;
	padding: 15px 15px 25px;
}

.single-guide .guide-image {
	position: relative;
	overflow: hidden;
	text-align: center;
	-webkit-perspective: 50em;
	perspective: 50em;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.single-guide .guide-image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.single-guide .guide-image .guide-content {
	top: 50%;
	left: 20px;
	right: 20px;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 1;
}

.single-guide .guide-image:after {
	background-color: #1EC8E7;
	position: absolute;
	content: "";
	display: block;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	border-radius: 5px
}

.single-guide:hover .guide-image:after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.single-guide:hover .guide-content {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.guide-content ul li {
	display: inline-block
}

.guide-content ul li a {
	background: #fff;
	width: 35px;
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #1EC8E7;
	border-radius: 50%;
}

.guide-desc {
	text-align: center;
	margin-top: 20px
}

.guide-desc h3 {
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	display: inline-block;
	margin-bottom: 5px;
}

.guide-desc p {
	text-transform: capitalize
}


/*================================================
21 - GALLERY PAGE CSS
==================================================*/

.peulis-gallery-area {
	padding-top: 70px
}

.gallery-item {
	background: #fff none repeat scroll 0 0;
	border: none;
	box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	-moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, .15);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-top: 30px;
	padding: 15px 15px 25px;
	position: relative;
}

.gallery-img img {
	min-width: 100%;
	border-radius: 5px
}

.gallery-item .gallery-img {
	position: relative;
}

.gallery-item .gallery-img:before {
	background: #1EC8E7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
	border-radius: 5px
}

.gallery-item:hover .gallery-img:before {
	opacity: 0.9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(0.85);
	transform: scale(0.85)
}

.gallery-item .content {
	top: 50%;
	left: 20px;
	right: 20px;
	position: absolute;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 1;
	text-align: center
}

.gallery-item .content>p {
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.gallery-item .content .name {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    letter-spacing: 0px;
    display: block;
}

.gallery-item:hover .content {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}


/*================================================
22 - FAQ PAGE CSS
==================================================*/

.faqs-top-search {
	background: #edeff2 none repeat scroll 0 0;
	text-align: center;
	padding-top: 70px
}

.faqs-page-top {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

.faqs-page-top>h2 {
	color: #111;
	font-weight: 500;
	font-size: 32px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}

.faqs-top-search-form {
	margin-bottom: 20px;
}

.faqs-top-search-form form {
	border-radius: 30px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	width: 70%;
}

.faqs-top-search-form form input {
	border: medium none;
	color: #111;
	height: 100%;
	left: 0;
	padding: 5px 70px 5px 15px;
	position: absolute;
	width: 100%;
	border-radius: 30px;
}

.faqs-top-search-form form button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	height: 100%;
	position: absolute;
	right: 0;
	width: 15%;
	cursor: pointer;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #ff6d34;
}

.quick-contact {
	padding: 30px;
	background: #1EC8E7 none repeat scroll 0 0;
}

.quick-contact h3 {
	color: #fff;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}

.quick-contact form p,
.quick-contact form .book-tour-field {
	margin-top: 10px;
}

.quick-contact form p input,
.quick-contact form .book-tour-field input {
	width: 100%;
	padding: 7px 15px;
	background: #fff none repeat scroll 0 0;
	border: medium none;
	font-size: 15px;
	border-radius: 5px;
}

.quick-contact form p textarea,
.quick-contact form .book-tour-field textarea {
	background: #fff none repeat scroll 0 0;
	padding: 7px 15px;
	border: medium none;
	width: 100%;
	height: 120px;
	font-size: 15px;
	resize: vertical;
	border-radius: 5px;
}

.quick-contact form p button,
.quick-contact form .book-tour-field button {
	width: 100%;
	padding: 7px 15px;
	background: #ff6d34 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.quick-contact form p button:hover,
.quick-contact form .book-tour-field button:hover {
	background: #d65913 none repeat scroll 0 0;
}

.quick-contact form .book-tour-field .nice-select.wide {
	border: medium none
}

.single_faq_accordian {
	margin-bottom: 15px;
	border: 1px solid #eee;
}

.single_faq_accordian:last-child {
	margin-bottom: 0;
}

.faq_accordian_header>a {
	color: #111;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	background: #f7f7f7 none repeat scroll 0 0;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	padding: 15px;
}

.faq_accordian_header>a:hover {
	text-decoration: none;
	color: #111;
	background: #f7f7f7 none repeat scroll 0 0;
}

.faq_accordian_header>a span {
	margin-right: 5px;
	color: #ff6d34;
}

.single_faq_accordian .faq_accordian_body {
	padding: 20px 30px;
}

.faq_accordian_body ul {
	margin-top: 30px;
}

.faq_accordian_body ul li {
	margin-top: 10px;
	text-transform: capitalize;
	color: #555;
}

.faq_accordian_body ul li i {
	margin-right: 5px;
	color: #1EC8E7;
}


/*================================================
23 - LOGIN PAGE CSS
==================================================*/

.peulis-login-page {
	padding-top: 70px;
	background: #ECF0F1 none repeat scroll 0 0;
}

.login-box {
	width: 75%;
	margin: 0 auto;
	background: #d4d4d4  none repeat scroll 0 0;
	border-radius: 5px
}

.login-box h1 {
	text-align: center;
	color: #111;
	padding: 20px 15px;
	/* font-size: 24px; */
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	/* border-bottom: 1px solid #eee; */
	margin: 0 20px;
}

.login-box form {
	padding: 10px 20px;
}

.login-box form p {
	position: relative;
	height: 45px;
	/* margin: 10px 0; */
}

.login-box form p.lost_pass {
	margin: 10px 0;
	height: auto;
	font-size: 13px;
	color: #444;
}

.login-box form p.lost_pass a {
	color: #444
}

.login-box form p i {
	position: absolute;
	top: 14px;
	left: 20px;
	color: #AEAEAE;
	width: 20px;
	text-align: center;
}

.login-box form p input {
	width: 100%;
	position: absolute;
	height: 100%;
	padding: 5px 10px 5px 50px;
	background: #ECF0F1;
	border: medium none;
	border-radius: 5px;
	font-size: 15px;
}

/* BTN LOGUIN */

.btnAccion {
	width: 30%;
	padding: 7px 15px;
	background: #e2001a none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.btnAccion:hover {
	background: #000b2c none repeat scroll 0 0
}

.btnAccion_2 {
	width: 35%;
	padding: 7px 15px;
	background: #000b2c none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 600;
	text-transform: uppercase;
	/* text-align: center; */
	font-size: 15px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.btnAccion_2:hover {
	background: #e2001a none repeat scroll 0 0
}


/* FIN BTN LOGIN*/

.social-login {
	padding: 20px 0;
	border-top: 1px solid #eee;
	margin: 0 20px;
	position: relative
}

.social-login a {
	display: inline-block;
	padding: 7px 12px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
}

.social-login a span {
	font-weight: 500
}

.social-login a i {
	margin-right: 5px
}

.social-login a.fb {
	color: #fff;
	background: #4267B2 none repeat scroll 0 0;
	margin-right: 5px;
	width: 48%;
	font-size: 14px
}

.social-login a.google {
	color: #fff;
	background: #EA4335 none repeat scroll 0 0;
	margin-left: 5px;
	width: 48%;
	font-size: 14px
}

.register_have {
	padding: 0 0 15px;
	margin: 0 20px;
	text-align: center;
}

.register_have p {
	font-size: 15px;
}

.register_have p a {
	color: #111;
    font-weight: 600
}

.optional_login {
	text-align: center;
	position: absolute;
	top: -16px;
	width: 100%;
	color: #111;
}

.register_action {
	margin-top: 20px !important
}


/*================================================
24 - ERROR PAGE CSS
==================================================*/

.peulis-notfound-area {
	padding-top: 70px;
}

.notfound-box {
	text-align: center;
}

.notfound-box h1 {
	color: #111;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 150px;
	position: relative;
	letter-spacing: 0px;
	display: inline-block;
	font-family: 'Ubuntu', sans-serif;
	line-height: 145px
}

.notfound-box h1 span {
	color: #1EC8E7;
	margin: 0 5px;
}

.notfound-box h3 {
	font-size: 28px;
	color: #333;
	text-transform: capitalize;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 600
}

.notfound-box a {
	margin-top: 40px
}

.notfound-box a {
    display: inline-block;
    padding: 10px 25px;
    background: #ff6d34 none repeat scroll 0 0;
    color: #fff;
    border-radius: 25px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}

.notfound-box a:hover {
	background: #1EC8E7 none repeat scroll 0 0;
	color: #fff
}


/*================================================
25 - SINGLE DESTINATION CSS
==================================================*/

.peulis-single-destination-area {
	padding-top: 70px;
}

.destination-desc h3 {
	color: #111;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}

.destination-desc {
	margin-bottom: 30px
}

.destination-desc:last-child {
	margin-bottom: 0
}

.destination-desc ul {
	padding: 15px 20px;
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 5px;
}

.destination-desc ul li {
	margin: 10px 0;
	color: #333;
	font-size: 15px
}

.destination-desc ul li i {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #1EC8E7 none repeat scroll 0 0;
	color: #fff;
	border-radius: 50%;
	margin-right: 5px;
}

.destination-desc ul li span {
	display: inline-block;
	width: 30%;
	color: #111;
	font-weight: 500
}

.destination-item {
	height: 400px;
}

.destination-item img {
	height: 100%;
}

.detination-page-slide .owl-prev {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px !important;
	background: rgba(0, 0, 0, 0.46) !important;
	color: #fff !important;
	border-radius: 50%;
	left: 10px;
}

.detination-page-slide .owl-next {
	position: absolute;
	top: 45%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 26px !important;
	background: rgba(0, 0, 0, 0.46) !important;
	color: #fff !important;
	border-radius: 50%;
	right: 10px;
}

.destination-desc blockquote {
	margin: 20px 0;
	padding: 15px;
	border-left: 4px solid #1EC8E7;
	background: #f9f9f9;
	color: #444;
}


/*================================================
26 - SIDEBAR CSS
==================================================*/

.single-sidebar {
	margin-bottom: 30px
}

.single-sidebar>img {
	width: 100%
}

.single-sidebar:last-child {
	margin-bottom: 0
}

.single-sidebar>form {
	width: 100%;
	/* background: #f4f4f5 none repeat scroll 0 0 !important; */
	padding: 0 !important;
	height: 50px;
	position: relative;
	border-radius: 5px 0 0 5px;
}

.single-sidebar>form input {
	position: absolute;
	width: 50%;
	height: 100%;
	border: medium none;
	padding: 5px 15px;
	background: #ccc;
	font-size: 15px;
	margin-left: -130px;
}

.single-sidebar>form button {
	position: absolute;
	right: 0;
	border: medium none;
	/* border-radius: 0px 0px 10px 10px; */
	height: 100%;
	width: 20%;
	color: #fff;
	cursor: pointer;
	background: #000b2c none repeat scroll 0 0;
	font-size: 15px;
	border-radius: 0 10px 10px 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.single-sidebar>form button:hover {
	background: #e2001a none repeat scroll 0 0;
}

.sidebar-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar-action a {
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	padding: 7px 10px;
	background: transparent;
	margin: 0 5px;
	color: #333;
	text-transform: capitalize;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #1EC8E7;
}

.sidebar-action a i {
	margin-left: 5px;
	color: #1EC8E7;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.sidebar-action a:hover {
	background: #1EC8E7 none repeat scroll 0 0;
	color: #fff
}

.sidebar-action a:hover i {
	color: #fff
}

.single-sidebar>h3 {
	color: #111;
	font-size: 20px;
	text-transform: capitalize;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 25px;
	position: relative;
	display: block;
	font-family: 'Ubuntu', sans-serif
}

.single-sidebar>h3:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 18%;
	height: 4px;
	width: 15px;
	background: #ddd none repeat scroll 0 0;
}

.single-sidebar>h3:after {
	position: absolute;
	height: 4px;
	width: 15%;
	background: #1EC8E7 none repeat scroll 0 0;
	content: "";
	left: 0;
	bottom: -15px;
}

.category li {
	position: relative;
}

.category li:before {
	content: "\f0c8";
	display: inline-block;
	padding-right: 15px;
	color: #333333;
	font-family: "FontAwesome";
	font-size: 6px;
	line-height: 14px;
	position: absolute;
	top: 18px;
	left: 5px;
}

.category a {
	color: #111;
	text-transform: capitalize;
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.category a:hover {
	color: #1EC8E7
}

.single-sidebar>ul>li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px 25px
}

.single-sidebar li:last-child {
	border-bottom: 0px solid #ddd;
}

.single-sidebar-image {
	display: inline-block;
	width: 32%;
	margin-top: 4px;
}

.quick_contact {
	text-align: center;
	padding: 20px;
	background: #1EC8E7 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff
}

.quick_contact p {
	margin-top: 10px
}

.quick_contact p i {
	margin-right: 5px
}

.quick_contact h4 {
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}

.tour-filter {
	padding: 20px;
	background: #f4f4f5 none repeat scroll 0 0;
	margin-top: 30px;
}

.tour-filter form p {
	position: relative;
	height: 42px;
	margin: 10px 0;
}

.tour-filter form p input {
	width: 100%;
	position: absolute;
	border: medium none;
	font-size: 15px;
	padding: 5px 10px;
	height: 100%;
	border-radius: 5px;
}

.tour-filter form p>i {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px
}

.tour-filter .nice-select {
	border: medium none;
	padding-left: 10px
}

.ceckbox_filter {
	margin-top: 20px
}

.tour-filter p button {
	display: block;
	text-align: center;
	padding: 7px 10px;
	background: #1EC8E7;
	color: #fff;
	text-transform: capitalize;
	border-radius: 25px;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #1EC8E7;
	cursor: pointer;
	width: 100%;
	margin-top: 30px;
}

.property-page-heading {
	border: 0px solid #f0f0ff;
	padding: 7px 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.propertu-page-shortby {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.propertu-page-shortby .nice-select {
	background-color: #f4f4f5;
	border-radius: 0;
	border: solid 0px #e8e8e8;
	width: 200px
}

.propertu-page-head {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.propertu-page-head ul li {
	display: inline-block;
	margin-right: 10px;
}

.propertu-page-head ul li.active a {
	color: #111;
}

.paging_status {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.propertu-page-head ul li a:hover,
.paging_status p {
	color: #111;
	font-size: 15px
}

.propertu-page-shortby label {
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 10px;
	color: #111;
	font-size: 15px;
}

.propertu-page-shortby label i {
	margin-right: 5px;
}

.propertu-page-shortby .nice-select .list {
	height: auto
}

.more-info li {
	padding: 10px 0 !important;
	color: #444;
	font-size: 15px;
}

.more-info li span {
	width: 45%;
	display: inline-block;
	font-weight: 500;
	color: #111;
}

.more-info li span i {
	color: #1EC8E7;
	margin-right: 5px
}

.Tags-catagory li {
	display: inline-block;
	border: medium none !important;
	padding: 0 !important;
	margin: 2px 0;
}

.Tags-catagory a {
	color: #111;
	text-transform: capitalize;
	display: inline-block;
	padding: 5px 15px;
	background: #f8f9fc none repeat scroll 0 0;
	border-radius: 5px;
}

.Tags-catagory a:hover {
	background: #1EC8E7 none repeat scroll 0 0;
	color: #fff;
}

.recent-blog li {
	overflow: hidden;
	padding-left: 0 !important
}

.recent-img {
	margin-right: 10px;
	width: 80px;
	float: left;
}

.recent-text {
	vertical-align: middle;
	overflow: hidden;
}

.recent-text h4 {
	color: #111;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 4px;
	line-height: 22px;
}

.recent-text h4 a {
	color: #111;
}

.recent-text h4 a:hover {
	color: #1EC8E7
}


/*================================================
27 - CHECKBOX CSS
==================================================*/

.checkbox {
	margin: 5px 0;
	text-transform: capitalize;
	color: #333;
}

.checkbox label {
	margin: 0;
	color: #111;
	font-size: 16px;
	font-weight: 600;
}

@-webkit-keyframes pull {
	0% {
		height: 0;
	}
	100% {
		height: 1.2rem;
	}
}

@keyframes pull {
	0% {
		height: 0;
	}
	100% {
		height: 1.2rem;
	}
}

@-webkit-keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@keyframes pop {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	75% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.checkbox-spin {
	display: none;
}

.checkbox-spin+label span {
	display: inline-block;
	width: 25px;
	height: 16px;
	margin: 0 0px -3px 0;
}

.checkbox-spin+label span:before,
.checkbox-spin+label span:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	content: "";
	position: absolute;
	z-index: 1;
	width: 16px;
	height: 16px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
}

.checkbox-spin+label span:after {
	z-index: 0;
	border: none;
}

.checkbox-spin:checked+label span:before {
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	background: #1EC8E7 none repeat scroll 0 0;
	border: 1px solid #1EC8E7;
}


/*================================================
28 - TOUR DETAILS CSS
==================================================*/

.peulis-tour-details-area {
	padding-top: 70px
}

.tour-details-head h3,
.tour-gallery h3,
.comment-group-title h3,
.peulis-leave-comment h3 {
	color: #111;
	font-weight: 500;
	font-size: 34px;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}

.tour-gallery h3,
.comment-group-title h3,
.peulis-leave-comment h3 {
	font-size: 26px;
	margin-bottom: 20px
}

.tour-details-head h3 span {
	margin-left: 10px;
	font-size: 15px;
	letter-spacing: 0;
	color: #444;
}

.tour_price {
	font-size: 19px !important;
	color: #1EC8E7 !important;
}

.tour-details-head .tour-rating ul,
.tour-details-head .tour-rating p {
	display: inline-block
}

.tour-details-head .tour-rating p {
	font-size: 15px;
	color: #444;
	margin-left: 10px
}

.tour-details-image {
	margin: 15px 0;
}

ul.tour-offer {
	padding: 15px 20px;
	background: #f9f9f9 none repeat scroll 0 0;
	border-radius: 5px;
	margin: 30px 0
}

ul.tour-offer>li {
	color: #111;
	font-size: 15px;
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
	float: left;
	width: 100%;
    font-weight: 600;
}

ul.tour-offer>li>span {
	display: inline-block;
	width: 30%;
	color: #111;
	font-weight: 600;
}

ul.tour-offer>li ul {
	float: right;
	width: 70%;
}

ul.tour-offer>li ul>li {
	margin: 5px 0;
}

ul.tour-offer>li ul>li i.fa-check-circle {
	color: #6FCF97
}

ul.tour-offer>li ul>li i.fa-times-circle {
	color: #FF4F81
}

.peulis-comment-list {
	margin-bottom: 50px
}

.single-comment-box {
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}

.tour-gallery {
	margin: 50px 0;
}

.main-comment {
	font-size: 15px;
	padding: 0 0 0 90px;
	position: relative;
	margin-bottom: 30px;
}

.author-image {
	border-radius: 50%;
	left: 0;
	margin-bottom: 20px;
	position: absolute;
}

.author-image img {
	display: block;
	width: 70px;
	border-radius: 5px;
	border: 4px solid #e6e6e6;
}

.comment-info {
	padding: 10px 20px;
	position: relative;
	background: #f9f9f9 none repeat scroll 0 0;
	border-bottom: 1px solid #E5E5E5;
}

.comment-info:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-style: solid;
	top: 8px;
	border-width: 11px 13px 11px 0;
	border-color: transparent #f2f2f2;
	left: -12px;
}

.comment-info h4 {
	display: inline-block;
	color: #111;
	text-transform: capitalize;
	font-size: 17px;
}

.comment-info ul {
	display: inline-block;
	margin: 0 10px;
}

.comment-info ul li {
	display: inline-block;
	color: #ffa11a
}

.comment-text {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.comment-text-inner {
	padding: 10px;
}

.comment-info p {
	display: inline-block;
	font-size: 13px
}

.comment-field p {
	color: #111;
	display: inline-block;
}

.peulis-leave-comment form .comment-field>textarea {
	border: medium none;
	padding: 5px 10px;
	margin: 10px 0;
	color: #111;
	width: 100%;
	height: 175px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	border-radius: 5px;
}

.peulis-leave-comment form .comment-field>input {
	width: 100%;
	border: medium none;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	margin: 10px 15px 10px 0px;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	border-radius: 5px
}

.peulis-leave-comment form .comment-field>button {
	display: block;
	text-align: center;
	padding: 10px 35px;
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff;
	text-transform: capitalize;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	border: medium none;
	cursor: pointer;
	width: auto;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.peulis-leave-comment form .comment-field>button:hover {
	background: #1EC8E7 none repeat scroll 0 0
}

.star-rating {
	direction: rtl;
	display: inline-block;
	padding: 0;
	margin-left: 15px;
}

.star-rating input[type=radio] {
	display: none
}

.star-rating label {
	color: #bbb;
	font-size: 18px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input[type=radio]:checked~label {
	color: #f2b600
}

.datepicker {
	border: 1px solid #1EC8E7;
	margin-top: -5px;
}

.datepicker .cell.day.selected,
.datepicker .cell.month.selected,
.datepicker .cell.year.selected,
.datepicker .cell.decade.selected {
	background: #1EC8E7 none repeat scroll 0 0;
	color: #fff;
}

.datepicker .cell.day:hover,
.datepicker .cell.month:hover,
.datepicker .cell.year:hover,
.datepicker .cell.decade:hover {
	background: #1EC8E7 none repeat scroll 0 0;
	color: #fff;
}

.popover.clockpicker-popover.bottom.clockpicker-align-left {
	border: 0px solid #1EC8E7;
}

.text-primary,
.clockpicker-popover .popover-title {
	color: #1EC8E7;
}

.datepicker .row.header a {
	margin: 0 3px;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 100%;
}

.datepicker .day {
	font-size: 15px;
	text-align: center
}

.single-comment-box.comment_reply {
	padding-left: 83px;
}


/*================================================
29 - PRODUCT PAGE CSS
==================================================*/

.peulis-product-area {
	padding-top: 70px
}

.product-item {
	margin-bottom: 30px;
}

.product-image img {
	width: 100%;
}

.product-text {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.product-text h3 {
	font-size: 18px;
	color: #111;
	letter-spacing: 0px;
	margin: 5px 0;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-weight: 600;
	text-align: left;
}

.product-text h3 a {
	color: #111;
}

.product-text h3 a:hover {
	color: #e2001a;
}

.product-action a {
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid #eee;
	line-height: 44px;
	font-size: 16px;
	color: #ff6d34;
	border-radius: 5px;
}

.product-action a:hover {
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #ff6d34;
}

.product-title p {
	color: #111;
}


/*================================================
30 - PRODUCT DETAILS PAGE CSS
==================================================*/

.peulis-product-details {
	padding-top: 70px
}

.product-details-image {
	text-align: center;
	border: 1px solid #000;
    border-radius: 15px;
}

.product-details-image img {
	width: 100%;
	border-radius: 16px;
}

.product-details-text h3 {
	color: #111;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 30px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: block;
	margin-bottom: 15px
}

.product-details-text .tour-rating ul {
	display: inline-block;
	margin-right: 10px
}

.product-details-text .tour-rating p {
	display: inline-block;
	margin-left: 5px;
	color: #111;
	text-transform: capitalize;
}

.single-pro-page-para {
	margin: 20px 0;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	margin-top: 15px;
}

.single-shop-price>p {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	margin-top: 15px;
}

.single-shop-price>p input {
	border: 1px solid #ddd;
	font-weight: 500;
	margin-left: 20px;
	padding: 5px 10px;
	width: 80px;
}

.single-shop-price p span {
	color: #ff6d34;
	margin-left: 10px;
}

.single-shop-page-btn a.peulis-btn {
	color: #fff;
	margin: 0;
	background: #ff6d34 none repeat scroll 0 0
}

.single-shop-page-btn a.peulis-btn:hover {
	color: #fff;
	background: #1EC8E7 none repeat scroll 0 0
}

.single-shop-page-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.single-shop-page-btn ul {
	margin-left: 30px;
}

.single-shop-page-btn ul li {
	display: inline-block;
	margin: 0 2px
}

.single-shop-page-btn ul li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.single-shop-page-btn ul li a:hover,
.peulis-cart-close a:hover {
	background: #000b2c none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #000b2c
}

.peulis-related-products .product-item {
	margin-top: 30px;
	margin-bottom: 0
}


/*================================================
31 - CART PAGE CSS
==================================================*/

.peulis-cart-page-area {
	padding-top: 70px
}

.cart-table-left h3,
.order-summury-box h3 {
	color: #111;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	text-align: center;
}

.cart-table-left thead {
	background: #f4f4f5 none repeat scroll 0 0;
	border: medium none;
}

.cart-table-left thead th {
	border: medium none;
	color: #111;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}

.peulis-cart-preview {
	width: 115px;
	height: 100px;
	text-align: center;
}

.peulis-cart-preview img {
	width: 100%;
	height: 100%
}

.table th,
.table td {
	vertical-align: baseline;
	border-top: 0px;
	border-bottom: 1px solid #f0f0ff;
}

.cart-table-left table td p {
	color: #111;
	text-transform: capitalize;
    font-weight: 600
}

.peulis-cart-quantity>input {
	border: 1px solid #ddd;
	padding: 5px;
	width: 70px;
}

.peulis-cart-close {
	text-align: center;
}

.peulis-cart-total {
	font-weight: 500;
}

.peulis-cart-close a {
	color: #333;
	width: 35px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.cart-clear a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #111;
	margin-right: 15px;
}

.cart-clear {
	margin-top: 20px
}

.cart-clear a:last-child {
	margin-right: 1px;
}

.cart-clear a:hover {
	color: #e2001a;
}

.order-summury-box {
	padding: 30px;
	background: #f4f4f5 none repeat scroll 0 0;
}

.order-summury-box table {
	width: 100%;
}

.order-summury-box table tr {
	border-bottom: 1px solid #ddd;
}

.order-summury-box table tr:last-child {
	border-bottom: 0px solid #ddd;
}

.order-summury-box table td {
	padding: 10px 0;
	color: #111;
    font-weight: 600;
	font-size: 15px
}

.checkout-action {
	text-align: right;
	margin-top: 30px
}

.checkout-action a.peulis-btn {
	color: #fff;
	margin: 0
}

.checkout-action a.peulis-btn:hover {
	color: #fff;
}


/*================================================
32 - CHECKOUT PAGE CSS
==================================================*/

.checkout-page-area {
	padding-top: 70px
}

.checkout-left-box h3 {
	color: #111;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.checkout-left-box form .checkout-form {
	margin-top: 15px;
}

.checkout-left-box form input {
	width: 100%;
	border: medium none;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	border-radius: 5px;
}

.checkout-left-box form textarea {
	border: medium none;
	padding: 5px 10px;
	color: #111;
	width: 100%;
	height: 175px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	border-radius: 5px;
}

.checkout-left-box form label {
	color: #111;
	font-size: 15px
}

.peulis-payment .payment {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.peulis-payment .payment input[type=radio] {
	position: absolute;
	visibility: hidden;
}

.peulis-payment .payment label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	margin: 10px auto;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	color: #111;
	font-weight: 500;
	font-size: 15px
}

.peulis-payment .payment .check {
	display: block;
	position: absolute;
	border: 3px solid #AAAAAA;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 14px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.peulis-payment .payment .check:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 8px;
	width: 8px;
	top: 3px;
	left: 3px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked~.check {
	border: 3px solid #ff6d34;
}

input[type="radio"]:checked~.check:before {
	background: #ff6d34;
}

input[type="radio"]:checked~label {
	color: #ff6d34;
}

.payment img {
	float: right;
	margin-top: 15px;
}

.payment p {
	font-size: 15px;
}

.booking-right .action-btn {
	text-align: right;
	margin-top: 30px
}


/*================================================
33 - CONTACT PAGE CSS
==================================================*/

.peulis-contact-area {
	padding-top: 70px
}

.contact-left h3,
.contact-right h3 {
	color: #111;
	font-weight: 500;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
	letter-spacing: 0px;
	display: block;
	font-family: 'Ubuntu', sans-serif;
	text-transform: capitalize;
}

.contact-left form p {
	margin-top: 20px
}

.contact-left form input {
	width: 100%;
	border: medium none;
	padding: 5px 10px;
	height: 45px;
	color: #111;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0;
	border-radius: 5px;
}

.contact-left form textarea {
	border: medium none;
	padding: 5px 10px;
	color: #111;
	width: 100%;
	height: 175px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 15px;
	background: #f4f4f5 none repeat scroll 0 0 !important;
	border-radius: 5px;
}

.contact-left form button {
	display: block;
	text-align: center;
	padding: 10px 35px;
	background: #ff6d34 none repeat scroll 0 0;
	color: #fff;
	text-transform: capitalize;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	border: medium none;
	cursor: pointer;
	width: auto;
	margin-top: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.contact-left form button:hover {
	background: #1EC8E7 none repeat scroll 0 0;
}

.contact-right {
	padding: 0 30px;
}

.contact-info-icon {
	float: left;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #1EC8E7 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	margin-right: 15px;
}

.contact-info-desc {
	overflow: hidden;
}

.contact-info-item {
	margin-bottom: 30px;
}

.contact-info-item:last-child {
	margin-bottom: 0px;
}

.contact-info-desc span {
	font-weight: 600;
	color: #000;
}

.contact-info-desc ul li {
	font-size: 15px;
	margin: 3px;
}

/* css importados o creados */

.boton_seccion3  {
	width: 30%;
	padding: 7px 15px;
	margin-top: 8%;
	/* background: #ff6d34 none repeat scroll 0 0; */
	background: rgb(229,59,81);
	background: linear-gradient(90deg, rgba(229,59,81,1) 34%, rgba(52,61,85,1) 67%);
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.boton_seccion3:hover {
	/* background: #d65913 none repeat scroll 0 0; */
	background: rgb(59,59,85);
	background: linear-gradient(90deg, rgba(59,59,85,1) 34%, rgba(227,51,72,1) 67%);
	-webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.img_header{
	max-width: 50%;
}

.input_escribe::placeholder{
	font-style: italic; /*Letra cursiva*/
}

.suscribete::placeholder{
	font-style: italic; /*Letra cursiva*/
}

body::-webkit-scrollbar{
	width: 10px;
}

body::-webkit-scrollbar-thumb{
	background: #000b2c;
    border-radius: 5px;
}

.separacion_footer_center{
	float: left;
    margin-left: 10px;
    margin-right: 10px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    padding-left: 5px;
    padding-right: 5px;
}

.container_descargaApp {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto; 
}

@media (min-width: 576px) {
	.container_descargaApp {
		max-width: 100%; 
	}
	.discount_desc{
		margin-left: 200px;
	}
	.discount_desc h4 {
		text-align: center;
	}
	.about-page-left{
		padding-top: 20px;
	}
	.boton_seccion3{
		width: 35%;
	}
	.footer-bottom-box{
		text-align: center;
	}   
}

/*-----------LISTA----------*/
/*Iphone*/
@media (min-width: 768px) {
	.container_descargaApp {
		max-width: 100%;
	 }
	.discount_desc{
		margin-left: 35%; /**/
	}
	.discount_desc h4 {
		text-align: center;
	} 
	.single-sidebar>form input{
		margin-left: -80px;
	}
	.footer-bottom-box{
		text-align: center;
	}
}
/*-----------LISTA----------*/

@media (min-width: 992px) {
	.container_descargaApp {
		max-width: 100%; 
	}
	/* .discount_desc{
		margin-left: 35%;
	}
	.discount_desc h4 {
		text-align: center;
	}    */
	/* .single-sidebar>form input{

	} */
}
@media (min-width: 1200px) {
	.container_descargaApp {
		max-width: 100%; /*1440px*/
	}
	.discount_desc{
		margin-left: 630px;
	}
	.discount-box img.discount_vector {
		position: absolute;
		bottom: 0;
		/* right: 5%; */
		width: 38%;
		height: 130%;
		margin-left: 150px;
		/* float: left; */
	}
}

@media (min-width: 1500px) {
	.container_descargaApp {
		max-width: 100%; 
	}
	.discount_desc{
		margin-left: 1030px;
	}
	.discount-box img.discount_vector {
		position: absolute;
		bottom: 0;
		/* right: 5%; */
		width: 38%;
		height: 130%;
		margin-left: 200px;
		/* float: left; */
	}
}

.h1_edit{
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
}

.text_center{
	text-align: center;
}

.p_editRgistro{
	font-size: small;
	text-align: justify;
}

.RegistrarCliente form label {
	text-transform: uppercase;
}

/* MODAL DE BOOSTRAP MODIFICADO PARA LOGUEO DE USUARIO*/
.closeNew {
	float: right;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	opacity: .5; 
}

.closeNew:hover, .closeNew:focus {
	color: #000;
	text-decoration: none;
	opacity: .75; 
}

.closeNew:not(:disabled):not(.disabled) {
	cursor: pointer; 
}
  
button.closeNew {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none; 
}

.modalLogin-open {
	overflow: hidden; 
}
  
.modalLogin {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0; 
	/* border-radius: 15px; */
}
.modalLogin-open .modalLogin {
	overflow-x: hidden;
	overflow-y: auto; 
}

.modalLogin-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none; 
}
.modalLogin.fade .modalLogin-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%); 
}

@media screen and (prefers-reduced-motion: reduce) {
	.modalLogin.fade .modalLogin-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } 
}

.modalLogin.show .modalLogin-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0); 
}

.modalLogin-dialog-centered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: -webkit-calc(100% - (0.5rem * 2));
	min-height: calc(100% - (0.5rem * 2)); 
}

.modalLogin-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	/* background-color: #fff; */
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 35px;
	border-radius: 35px;
	outline: 0;
	/* background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(204,204,204,1) 50%);  */
	/* background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(236,236,236,1) 50%); */
	background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(224,223,223,1) 50%);
}

.modalLogin-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000; 
}

.modalLogin-backdrop.fade {
	opacity: 0; 
}

.modalLogin-backdrop.show {
	opacity: 0.5; 
}

.modalLogin-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	/* border-bottom: 1px solid #e9ecef; */
	-webkit-border-top-left-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
	-webkit-border-top-right-radius: 0.3rem;
	border-top-right-radius: 0.3rem; 
}
.modalLogin-header .closeNew {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto; 
}

.modalLogin-title {
	margin-bottom: 0;
	line-height: 1.5; 
}

.modalLogin-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem; 
}

.modalLogin-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef; 
}

.modalLogin-footer > :not(:first-child) {
	margin-left: .25rem; 
}
.modalLogin-footer > :not(:last-child) {
	margin-right: .25rem; 
}

.modalLogin-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll; 
}

@media (min-width: 576px) {
	.modalLogin-dialog {
		max-width: 500px;
		margin: 1.75rem auto; 
	}
	.modalLogin-dialog-centered {
		min-height: -webkit-calc(100% - (1.75rem * 2));
		min-height: calc(100% - (1.75rem * 2)); 
	}
	.modalLogin-sm {
		max-width: 300px; 
	} 
}

@media (min-width: 992px) {
	.modalLogin-lg {
		max-width: 800px; 
	} 
}

/* FIN DEL MODALES USUARIOS*/

/**/
.closeDetalleProducto {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	/* opacity: .5;  */
}

.closeDetalleProducto:hover, .closeDetalleProducto:focus {
	color: #000;
	text-decoration: none;
	opacity: 1; 
}

.closeDetalleProducto:not(:disabled):not(.disabled) {
	cursor: pointer; 
}
  
button.closeDetalleProducto {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none; 
}

.modalDetalleProducto-open {
	overflow: hidden; 
}
  
.modalDetalleProducto {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0; 
	/* border-radius: 15px; */
}
.modalDetalleProducto-open .modalDetalleProducto {
	overflow-x: hidden;
	overflow-y: auto; 
}

.modalDetalleProducto-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none; 
}
.modalDetalleProducto.fade .modalDetalleProducto-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%); 
}

@media screen and (prefers-reduced-motion: reduce) {
	.modalDetalleProducto.fade .modalDetalleProducto-dialog {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } 
}

.modalDetalleProducto.show .modalDetalleProducto-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0); 
}

.modalDetalleProducto-dialog-centered {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: -webkit-calc(100% - (0.5rem * 2));
	min-height: calc(100% - (0.5rem * 2)); 
}

.modalDetalleProducto-content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 35px;
	border-radius: 35px;
	outline: 0;

}

.modalDetalleProducto-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000; 
}

.modalDetalleProducto-backdrop.fade {
	opacity: 0; 
}

.modalDetalleProducto-backdrop.show {
	opacity: 0.5; 
}

.modalDetalleProducto-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	/* border-bottom: 1px solid #e9ecef; */
	-webkit-border-top-left-radius: 0.3rem;
	border-top-left-radius: 0.3rem;
	-webkit-border-top-right-radius: 0.3rem;
	border-top-right-radius: 0.3rem; 
}
.modalDetalleProducto-header .closeDetalleProducto-header{
	padding: 1rem;
	margin: -1rem -1rem -1rem auto; 
}

.modalDetalleProducto-title {
	margin-bottom: 0;
	line-height: 1.5; 
}

.modalDetalleProducto-body {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem; 
}

.modalDetalleProducto-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: center;
	-ms-flex-pack: end;
	/* justify-content: flex-end; */
	padding: 1rem;
	/* border-top: 1px solid #e9ecef;  */
}

/* .modalDetalleProducto-footer > :not(:first-child) {
	margin-left: .25rem; 
}
.modalDetalleProducto-footer > :not(:last-child) {
	margin-right: .25rem; 
} */

.modalDetalleProducto-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll; 
}

@media (min-width: 576px) {
	.modalDetalleProducto-dialog {
		max-width: 500px;
		margin: 1.75rem auto; 
	}
	.modalDetalleProducto-dialog-centered {
		min-height: -webkit-calc(100% - (1.75rem * 2));
		min-height: calc(100% - (1.75rem * 2)); 
	}
	.modalDetalleProducto-sm {
		max-width: 300px; 
	} 
}

@media (min-width: 992px) {
	.modalDetalleProducto-lg {
		max-width: 800px; 
	} 
}

/**/
.h_loguin{
	text-align: center;
	font-weight: 700;
	color: #000b2c;
}
.sinBordes{
	background: transparent;
	border-bottom: 2px solid #495057;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}
.sinBordes:focus {
    color: #495057;
    background-color: #fff;
    border-bottom: 2px solid #000b2c;
    outline: 0;
}

/* form-controlNew espacila */

.form-controlNew {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  /* Nuevo */
  background: transparent;
  border-bottom: 2px solid #495057;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  /* Fin Nuevo*/

}

@media screen and (prefers-reduced-motion: reduce) {
    .form-controlNew {
      -webkit-transition: none;
      -o-transition: none;
	  transition: none; } 
}
  .form-controlNew::-ms-expand {
    background-color: transparent;
	border: 0; 
}
  .form-controlNew:focus {
    color: #495057;
	padding-bottom: 2px solid;
    border-color: #e2001a;
    outline: 0;

}

.form-controlNew::-webkit-input-placeholder {
    color: #6c757d;
	opacity: 1; 
}

.form-controlNew:-ms-input-placeholder {
    color: #6c757d;
	opacity: 1; 
}

.form-controlNew::-ms-input-placeholder {
    color: #6c757d;
	opacity: 1; 
}

.form-controlNew::placeholder {
    color: #6c757d;
	opacity: 1; 
}
.form-controlNew:disabled, .form-controlNew[readonly] {
    background-color: #e9ecef;
	opacity: 1; 
}

select.form-controlNew:not([size]):not([multiple]) {
  height: -webkit-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px); 
}

select.form-controlNew:focus::-ms-value {
  color: #495057;
  background-color: #fff; 
}

.form-controlNew-file, .form-controlNew-range {
  display: block;
  width: 100%; 
}

.form-controlNew-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; 
}

.form-controlNew-plaintext.form-controlNew-sm, .input-group-sm > .form-controlNew-plaintext.form-controlNew,
.input-group-sm > .input-group-prepend > .form-controlNew-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-controlNew-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-controlNew-plaintext.btn,
.input-group-sm > .input-group-append > .form-controlNew-plaintext.btn, .form-controlNew-plaintext.form-controlNew-lg, .input-group-lg > .form-controlNew-plaintext.form-controlNew,
.input-group-lg > .input-group-prepend > .form-controlNew-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-controlNew-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-controlNew-plaintext.btn,
.input-group-lg > .input-group-append > .form-controlNew-plaintext.btn {
    padding-right: 0;
	padding-left: 0; 
}

.form-controlNew-sm, .input-group-sm > .form-controlNew,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
  border-radius: 0.2rem; 
}

select.form-controlNew-sm:not([size]):not([multiple]), .input-group-sm > select.form-controlNew:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: -webkit-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px); 
}

.form-controlNew-lg, .input-group-lg > .form-controlNew,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem; 
}

select.form-controlNew-lg:not([size]):not([multiple]), .input-group-lg > select.form-controlNew:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: -webkit-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px); 
}

.was-validated .form-controlNew:valid, .form-controlNew.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; 
}

.was-validated .form-controlNew:valid:focus, .form-controlNew.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); 
}

.was-validated .form-controlNew:valid ~ .valid-feedback,
.was-validated .form-controlNew:valid ~ .valid-tooltip, .form-controlNew.is-valid ~ .valid-feedback,
.form-controlNew.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
	display: block; 
}

.was-validated .form-controlNew-file:valid ~ .valid-feedback,
.was-validated .form-controlNew-file:valid ~ .valid-tooltip, .form-controlNew-file.is-valid ~ .valid-feedback,
.form-controlNew-file.is-valid ~ .valid-tooltip {
  display: block; 
}

.was-validated .form-controlNew:invalid, .form-controlNew.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; 
}

.was-validated .form-controlNew:invalid:focus, .form-controlNew.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); 
}

.was-validated .form-controlNew:invalid ~ .invalid-feedback,
.was-validated .form-controlNew:invalid ~ .invalid-tooltip, .form-controlNew.is-invalid ~ .invalid-feedback,
.form-controlNew.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
	display: block; 
}

.was-validated .form-controlNew-file:invalid ~ .invalid-feedback,
.was-validated .form-controlNew-file:invalid ~ .invalid-tooltip, .form-controlNew-file.is-invalid ~ .invalid-feedback,
.form-controlNew-file.is-invalid ~ .invalid-tooltip {
  display: block; 
}

.form-inline .form-controlNew {
	display: inline-block;
	width: auto;
	vertical-align: middle; 
	}
.form-inline .form-controlNew-plaintext {
	display: inline-block; 
}

.hTituloModalLogin{
	/* letter-spacing: 1px; */
	font-weight: 700;
	color: #000b2c;
}

.PTituloModalLogin{
	color: #e2001a;
	font-size: small;
	font-weight: 600;
}

.LabelLogin{
	color: #000b2c;
	font-size: large;
	font-weight: 700;
}

.LogoTienda_Tiendas{
	background-color: #fff;
    border-radius: 65px;
    width: 130px;
    height: 130px;
    position: absolute;
    z-index: 999;
    margin-left: 50%;
	margin-top: -15%;
}

.LogoTienda_Tiendas img{
	padding-top: 30%;
	width: 200px;
}

.InputBuscarTiendas_Tiendas{
	position: relative;
	width: 50%;
	height: auto;
	border: medium none;
	/* padding: 5px 15px; */
	background: #ccc;
	font-size: 15px;
	/* margin-left: -130px; */
	background-color: #fff;
	border: 0px;
	/* border-radius: 10px; */
}

.InputBuscarTiendas_Tiendas::placeholder{
	font-style: italic; /*Letra cursiva*/
	padding-left: 10px;

}

.ButtonBuscarTiendas_Tiendas{
	position: relative;
	right: 0;
	border: medium none;
	/* border-radius: 0px 0px 10px 10px; */
	height: auto;
	width: 20%;
	color: #fff;
	cursor: pointer;
	background: #000b2c none repeat scroll 0 0;
	font-size: 15px;
	border-radius: 0 10px 10px 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}


.ButtonBuscarTiendas_Tiendas:hover {
	background: #e2001a none repeat scroll 0 0;
}

/*Header Or banner tienda*/ 
.SeguineComprado {
	/* background: url("../img/seccion-1/foto_header_22.jpg") no-repeat fixed 0 0/cover; */
	background: url('../img/Login/entrega-pedido-online_WP.jpeg') no-repeat fixed 0 0/cover;
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 50px;
	/* margin-top: -45px; */
}

.SeguineComprado:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.72) none repeat scroll 0 0; */
	background: linear-gradient(39deg, rgba(226,94,109,0.9) 26%, rgba(45,47,125,0.9) 86%);
	z-index: -1;
}


.breadcrumb-box {
	text-align: center
}

.breadcrumb-box h2 {
    font-family: 'Ubuntu', sans-serif;
    white-space: normal;
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.breadcrumb-bottom {
	position: absolute;
	bottom: -12px;
	left: 0px;
	right: 0px;
	z-index: 3;
	text-align: center;
}

.about-page-right img{
	max-width: 80%;
	height: auto;
	margin-left: 10%;
}

.error{
	color: red;
}

.confirmacion {
	background: #C6FFD5;
	border: 1px solid green;
	padding-top: 10px;
	text-transform: uppercase;
}

.negacion {
	background: #ffcccc;
	border: 1px solid red;
	padding-top: 10px;
	text-transform: uppercase;
}

.CarritoAgregarText{
	text-align: center;
	background-color: #f5cfd4;
	width: 100%;
}

.CarritoAgregarText a:hove{
	color: #fff;
}

.CarritoAgregar-btn {
	/* display: inline-block; */
	padding: 10px 25px;
	background-color: #f5cfd4;
	color: #000;
	/* border-radius: 25px; */
	text-transform: capitalize;
	font-weight: 600;
}

.CarritoAgregar-btn:hover {
	background: #e2001a none repeat scroll 0 0;
	color: #fff
}

.DetalleProducto{
	padding-top: 25px;
}

.DetalleProducto h6 {
	border-bottom: 1px solid #000;
}

.Categoria{
	float: left;
}

.btnAccionCarritoDetalle {
	width: 100%;
	padding: 7px 15px;
	background: #2f2e5a none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.btnAccionCarritoDetalle:hover {
	background: #e2001a none repeat scroll 0 0
}

.CarritoDetalleDivImgContenedor{
	width: 50%;
	background: #ffffff none repeat scroll 0 0;
	border-radius: 25px;
	box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, 0.08);
	/* padding-bottom: 20px;  */

}

.CarritoDetalleDivImgContenedor img{

	width: 95%;
	padding: 20px;
    /* padding-top: 20px;
	padding-bottom: 20px; */
	cursor: pointer;
}

.tour-rating_DetalleCarrito {
	width: 55%;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	/* flex: 1; */
	/* float: right; */
	/* padding-left: 50px; */

}
	

.tour-rating_DetalleCarrito ul {
	text-align: center
}

.tour-rating_DetalleCarrito ul li {
	display: inline-block;
	font-size: 15px;
	margin: 0;
	line-height: 20px;
}

.tour-rating_DetalleCarrito ul li img {
	width: auto;
	
}
.tour-rating_DetalleCarrito ul li i {
	color: #ffa11a;
	/* background: rgb(226,94,109);
	background: linear-gradient(39deg, rgba(226,94,109,1) 26%, rgba(45,47,125,1) 86%); */
	
}

/* SCROLL HEADER CARRITO */
 #ScrollCarritoDetalleHeader{
	overflow-y: scroll;
	max-height: 300px;
 }

 #ScrollCarritoDetalleHeader::-webkit-scrollbar{
	width: 10px;

}

#ScrollCarritoDetalleHeader::-webkit-scrollbar-thumb{
	background: #000b2c;
	border-radius: 5px;
}

/* SCROLL HEADER CARRITO */

/* CANTIDAD DE ARTICULOS EN EL CARRITO*/

.detail-qty {
	text-align: center;
	color: #999;
	border: 1px solid #e5e5e5;
	height: 36px;
	line-height: 36px;
	position: relative;
	border-radius: 6px;
	margin-right: 6px;
  }
  .detail-qty a {
	position: absolute;
	top: 0;
  }
  .detail-qty .qty-down {
	left: 20px;
  }
  .detail-qty .qty-up {
	right: 20px;
  }

  .rojo{
	  color: red;
  }

  /* FIN CANTIDAD DE ARTICULOS EN EL CARRITO*/



  /*CSS FORMULARIO DE PAGO SECCION DERECHA */
.Resumen_Pedido {
	background: #fff;
	padding: 20px 20px;
	border-radius: 25px;
	box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, 0.08);

}


.Resumen_Pedido h1{
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #000;
	text-transform: uppercase;
}

.Resumen_Pedido_cart {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden
}

.Resumen_Pedido_cart.subtotal {
	text-align: center
}

.Resumen_Pedido_cart .subtotal p span {
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

.Resumen_Pedido_cart-pro-image {
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	margin-left: 15px;
	width: 75px;
}

.Resumen_Pedido_cart-pro-info {
	text-align: left;
	overflow: hidden
}

.Resumen_Pedido_cart-pro-info a {
	padding: 0 !important
}

.Resumen_Pedido_cart-pro-info h4 {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}
/* scrcol del carrito resumen*/
#ScrollCarritoDetalleResumen{
	overflow-y: scroll;
	max-height: 300px;
 }

#ScrollCarritoDetalleResumen::-webkit-scrollbar{
	width: 10px;

}

#ScrollCarritoDetalleResumen::-webkit-scrollbar-thumb{
	background: #000b2c;
	border-radius: 5px;
}

/* fin scrol de carito resumen*/

/* scrol del carrito compra concretada*/
#ScrollCarritoDetalleCompra{
	overflow-y: scroll;
	max-height: 200px;
 }

 #ScrollCarritoDetalleCompra::-webkit-scrollbar{
	width: 10px;

}

#ScrollCarritoDetalleCompra::-webkit-scrollbar-thumb{
	background: #000b2c;
	border-radius: 5px;
}

/* fin del scrol compra resumen*/

.SeccionNecesitaAyuda{
	margin-top: 25px;
	border-top: 1px solid #dfdede;
}

.SeccionNecesitaAyuda h1{
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #000;
}

.SeccionNecesitaAyuda .SeccionNecesitaAyudaText{
	padding: 10px;
}

.SeccionNecesitaAyuda .SeccionNecesitaAyudaText h2{
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #000;
}

.SeccionNecesitaAyuda .SeccionNecesitaAyudaText p a {
	text-align: left;
}

.SeccionNecesitaAyuda .SeccionNecesitaAyudaText ul li {
	display: inline-block
}

.SeccionNecesitaAyuda .SeccionNecesitaAyudaText p {
	color: #7b7d8d;
	font-size: 15px
}

.SeccionNecesitaAyuda .SeccionNecesitaAyudaText p a {
	color: #000
}

.SeccionNecesitaAyuda .SeccionNecesitaAyudaText ul li {
	margin-right: 10px
}


.SeccionNecesitaAyuda .SeccionNecesitaAyudaText ul li a {
	display: block;
	color: #000;
	font-size: 13px
}

.SeccionNecesitaAyuda .FormasDePagoPermitidas ul {
	text-align: center;
}

.SeccionNecesitaAyuda .FormasDePagoPermitidas ul li {
	display: inline-block
}

/* .SeccionNecesitaAyuda .FormasDePagoPermitidas p {
	color: #7b7d8d;
	font-size: 15px
}

.SeccionNecesitaAyuda .FormasDePagoPermitidas p a {
	color: #000
} */

.SeccionNecesitaAyuda .FormasDePagoPermitidas ul li {
	margin-right: 10px
}

.SeccionNecesitaAyuda .FormasDePagoPermitidas ul li:last-child {
	margin-right: 0px
}

.SeccionNecesitaAyuda .FormasDePagoPermitidas ul li img {
	width: 50px;
}

.Resumen_PedidoTotal{
	background: #fff !important;
	/* padding: 20px 20px;
	margin-top: 20px; */
	border-radius: 25px !important;
	box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, 0.08) !important;
}

.Resumen_PedidoTotal h3{
	/* font-size: 20px;
	font-weight: 600; */
	text-align: center !important;
	/* padding-top: 10px;
	padding-bottom: 15px;
	color: #000; */
	text-transform: uppercase !important;
}

.Resumen_PedidoTotal_pro-info {
	text-align: left;
	overflow: hidden
}

.Resumen_PedidoTotal_pro-info a {
	float: left;
	padding-left: 10px;
}

.Resumen_PedidoTotalDireccion h4{

	font-size: 13px;
	line-height: 30px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.Resumen_PedidoTotalDireccion h4 span{

	font-size: 12px;
	/* line-height: 30px; */
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	/* display: inline-block; */
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.Resumen_PedidoTotal_pro-info h4 {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 150px;
	/* max-width:30%; */
}
.Resumen_PedidoTotal_pro-info h5 {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	text-align: right;
	width: 50%;
	max-width: 70%;
}

/* FIN CSS FORMULARIO DE PAGO SECCION DERECHA */

/* CSS FORMULACIO DE PAGO */

.FromPagos-box {
	/* width: 85%; */
	margin: 0 auto;
	background: #ffff  none repeat scroll 0 0;
	border-radius: 5px
}

.FromPagos-box h1 {
	text-align: left;
	color: #111;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.checkbox_edit{
	/* float: left; */
    width: 20px;
    height: 20px;
	margin-top: 40%;
    margin-left: 40%;
}

.FromPagos-box .checkbox_edit[type="checkbox"]{
	/* float: left; */
    width: 20px;
	height: 20px;
	/* border-radius: 50%; */
	margin-top: 40%;
	margin-left: 40%;
    background-color: white;
    border-radius: 50%;
    /* vertical-align: middle; */
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.FromPagos-box .checkbox_edit[type="checkbox"]:hover{
	background-color: #000b2c;
    border: 1px solid #000b2c;
}

.FromPagos-box .checkbox_edit[type="checkbox"]:checked {
	background-color: #000b2c;
	border: 1px solid #ddd;
}

.FromPagos-box .p_editRgistro{
	padding-top: 10px;
	/* font-size: small;
	text-align: justify; */
}
.radio_edit{
	/* float: left; */
    width: 20px;
    height: 20px;
	/* margin-top: 40%; */
    margin-left: 40%;
}
/* .FromPagos-boxm .checkbox_edit[type="checkbox"]:after {

	border: 1px solid red;
	border-radius: 50%;
} */

.FromPagos-box form {
	padding: 10px 20px;
}

.FromPagos-box form label {
	text-transform: uppercase;
}

.FromPagos-box form p {
	position: relative;
	height: 45px;

}

.FromPagos-box form p.lost_pass {
	margin: 10px 0;
	height: auto;
	font-size: 13px;
	color: #444;
}

.FromPagos-box form p.lost_pass a {
	color: #444
}

.FromPagos-box form p i {
	position: absolute;
	top: 14px;
	left: 20px;
	color: #AEAEAE;
	width: 20px;
	text-align: center;
}

.FromPagos-box form p input {
	width: 100%;
	position: absolute;
	height: 100%;
	padding: 5px 10px 5px 50px;
	background: #ECF0F1;
	border: medium none;
	border-radius: 5px;
	font-size: 15px;
}
/* FIN CSS FORMULARIO DE PAGOS */

.LabelForm{
	color: #000b2c;
	font-size: large;
	font-weight: 700;
}

#texto_file{
	/*text-align: center;*/
	color: white;
	
	display: block;
	margin-right: auto;
	margin-left: auto;
  
  }
  
  #input_file{
	position: relative;
	margin: 5px;
	padding: 5px;
	width: 40px;
	height: 40px;
	background-color: #2499e3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-box-shadow:0px 3px 0px #1a71a9;
	-moz-box-shadow:0px 3px 0px #1a71a9;
	-ms-box-shadow:0px 3px 0px #1a71a9;
	-o-box-shadow:0px 3px 0px #1a71a9;
		display: table-cell;
	  vertical-align: middle;
  
  }
  
  input#fileConfirmacion{
	position: absolute;
	top:0px;
	left:0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
  }
  
  #imgpreview{
	margin: 0 auto;
  }
  
  #imgpreview img{
	max-width: 150px;
	max-height: 150px;
	margin-left: auto;
	margin-right: auto;
	display: block;
  
  }

  .PedidoCliente{
	  padding-top: 20px;
	  padding-bottom: 20px;
  }

  .PedidoCliente h1,
  .PedidoCliente p {
	  color: #000;
	  text-align: left;
  }

  .FechaEntregaPedido{
	width: 85%;
	background: #fff;
	padding: 20px 20px;
	margin-top: 20px;
	border-radius: 35px;
	box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, 0.08);
}

.FechaEntregaPedido h4, .FechaEntregaPedido h1, .FechaEntregaPedido h6, .FechaEntregaPedido p{
	text-align: center;
}

.FechaEntregaPedido h4, .FechaEntregaPedido h1, .FechaEntregaPedido h6{
	color: #2d2e7e;
}

.FechaEntregaPedido h1{
	font-weight: 700;
	padding: 5px;
}

.NecesitasMas{
	background: rgb(226,94,109);
	background: linear-gradient(39deg, rgba(226,94,109,1) 26%, rgba(45,47,125,1) 86%);
}

.NecesitasMas h1{
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}

.TeEquivocaste{
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.TeEquivocaste hr{
	color: rgb(51, 47, 47);
	padding-bottom: 10px;
}

.TeEquivocaste p{
	/* color: #000; */
	text-align: left;
	padding: 10px;
}

.TeEquivocaste a{
	color: #000;
	border-bottom: 1px solid rgb(63, 61, 61);
	text-decoration: none;
}

.NecesitasMas img{
	width: 15%;
	max-width: 30%;
	text-align: center;
	padding-bottom: 20px;
}

.Resumen_PedidoTotalProcesado{
	/* background: #fff; */
	padding: 20px 20px;
	margin-top: 20px;
	/* border-radius: 25px;
	box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, 0.08); */
}


.Resumen_PedidoTotalProcesado h1{
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #000;
	text-transform: uppercase;
}

.PageLogin{
	width: 100%;
	/* height: 100%; */
	background-image: url('../img/Login/entrega-pedido-online_WP.jpeg'); 
	background-size: cover; 
	background-position: center center;
	/* background: linear-gradient(39deg, rgba(226,94,109,0.7) 26%, rgba(45,47,125,0.7) 86%); */
	
}

.PageLogin_before{
	width: 100%;
	height: 100%;
	background: linear-gradient(39deg, rgba(226,94,109,0.7) 26%, rgba(45,47,125,0.7) 86%);
}

.AlinVertical{
	display: flex;
    align-items: center;
    margin: 0 auto;
	/* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
}

.col_full {
    width: 100%
}

.col_full {
    display: block;
    position: relative;
    margin-right: 4%;
    margin-bottom: 50px;
    float: left
}

.col_full {
    clear: both;
    float: none;
    margin-right: 0
}

.col_full{
    margin-bottom: 20px
}

.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.Etiquetas{
	width: 90%;
	position: absolute;
	padding-left: 5%;
    padding-right: 5%;
}

.Etiquetas .checkout{
	color: #fff;
	background: #000b2c;
}


.Etiqueta{
	float: left;
	background: #fff;
	color: #000;
	padding: 20px;
	margin: 15px;
	border-radius: 25px;
	box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, 0.08);
	
}

.Etiqueta:hover{
	color: #fff;
	background: #000b2c;
}


.Etiqueta a:link, .Etiqueta a:visited, .Etiqueta a:active{
	text-decoration: none;
}

#ItemToCart{
	text-align: center;
    padding-top: 10px;
    color: red;
}

#ItemToCart span{
	font-weight: 700;
}

.DecorationInput{
	width: auto;
	text-align: center;
}

input[type=number].DecorationInput{
    -moz-appearance:textfield;
}

input[type=number].DecorationInput::-webkit-outer-spin-button,
input[type=number].DecorationInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].DecorationInput::-webkit-outer-spin-button,
input[type=number].DecorationInput::-webkit-inner-spin-button {
	appearance: none;
    margin: 0;
}

.hidden {
	display: none !important
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

#DropDown_UserDiv{
	transform: translate3d(-150px, 70px, 0px) !important;
}

.dataTables_filter {
	float: right !important;
}


/* PAginacion de la tabla de pedidos */

/* .pagination-box-row {
	text-align: center;
}

.pagination-box-row p {
	display: inline-block;
	font-size: 15px;
	color: #444;
	margin-right: 15px
}

.pagination {
	margin-top: 50px;
	text-align: center;
	float: none;
	display: inline-block;
}

.pagination li {
	display: inline-block;
	margin-right: 5px
}

.pagination li:last-child {
	margin-right: 0
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	border-radius: 50%;
	color: #111;
	font-weight: 500;
	text-align: center;
	border: 1px solid #fff
}

.pagination li.active a {
	background: #e2001a none repeat scroll 0 0;
	color: #fff;
	border: 1px solid #e2001a
}

.pagination li.active a:hover {
	border: 1px solid #000b2c
}

.pagination li a:hover {
	border: 1px solid #000b2c
} */
/* #PedidosListaCliente_previous{
	display: block !important;
	width: 40px !important;
	height: 40px !important;
	font-size: 15px !important;
	line-height: 40px !important;
	border-radius: 50% !important;
	color: #111 !important;
	font-weight: 500 !important;
	text-align: center !important;
	border: 1px solid #fff !important;
}

#PedidosListaCliente_previous:hover {
	border: 1px solid #000b2c !important;
} */

input[type=number].QuitarDecoracionTypeNumbre{
    -moz-appearance:textfield;
}

input[type=number].QuitarDecoracionTypeNumbre::-webkit-outer-spin-button,
input[type=number].QuitarDecoracionTypeNumbre::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number].QuitarDecoracionTypeNumbre::-webkit-outer-spin-button,
input[type=number].QuitarDecoracionTypeNumbre::-webkit-inner-spin-button {
	appearance: none;
    margin: 0;
}


#AtributoArticulo{
	width: 90%;
	position: relative;
	padding-left: 5%;
    padding-right: 5%;
}

#AtributoArticulo .checkout{
	color: #fff;
	background: #000b2c;
}


.Atributo{
	float: left;
	background: #fff;
	color: #000;
	padding: 5px;
	margin: 8px;
	border-radius: 10px;
	border: 1px solid;
	/* box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, 0.08); */
	
}

.Atributo:hover{
	color: #fff;
	background: #000b2c;
}


.Atributo a:link, .Atributo a:visited, .Atributo a:active{
	text-decoration: none;
}

#ScrollPedido{
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 300px;
	margin-right: 10px;
 }

 #ScrollPedido::-webkit-scrollbar{
	width: 10px;

}

#ScrollPedido::-webkit-scrollbar-thumb{
	background: #000b2c;
	border-radius: 5px;
}

.pull-right {
	float: right !important;
  }