body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #fff;
	padding-top: 100px;
}
 @media (max-width:768px) {
body {
	padding-top: 80px;
}
	 }
.top {
	background-color: #fff;
}
a {
	color: #8c4201;
	text-decoration: none;
}
a img {
	-webkit-filter: brightness(1);
	filter: brightness(1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
section a img:hover {
	-webkit-filter: brightness(.5);
	filter: brightness(.5);
}
.logo {
	margin-top: 15px;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
    z-index: 800;
    position: relative;
}
.navbar-default .navbar-brand {
    position: relative;
    z-index: 99;
    display: inline-block;
	padding: 20px 20px 20px 0;
	width: 200px;

}
 @media (max-width:768px) {
	 .navbar-default .navbar-brand {
	padding: 5px;
	width: 180px;

}
	 }
.dark {
	color: #333333;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 50px;
	font-size: 16px;
	font-weight: 300;
	background-color: #FFF195;
}
 @media (max-width:768px) {
.dark .container {
	width: 90%;
}
}
.light {
	color: #333333;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-top: 20px;
	font-size: 16px;
	font-weight: 300;
	background-color: #FFF195;
}
.text-align-center {
	text-align: center;
}
h1 {
	color: #422411;
	font-size: 50px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
}
 @media (max-width:640px) {
h1 {
	font-size: 30px;
}
}
h2, h3, h4 {
	color: #422411;
	font-weight: 400;
	font-weight: 300;
}
h2 a, h3 a, h4 a {
	color: #422411;
	font-weight: 400;
	letter-spacing: -1px;
}
.img-circle {
    padding-bottom: 20px;
}
.ver-mas {
	font-size: 14px;
	color: #e22584;
	margin-top: 14px;
	display: inline-block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #DCDCDC;
}
.ver-mas:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: #5C2F13;
}
.tarjeta {
	font-size: 13px;
	color: #17140E;
	background-color: rgba(255,255,255,0.7);
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
	height: 92%;
	padding-bottom: 80px;
	position: relative;
	line-height: normal;
	width: 100%;
	-webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
}
.hotel {
	color: #17140E;
	background-color: rgba(255,255,255,0.7);
	display: block;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
	width: 100%;
}
.tarjeta img {
	-webkit-filter: saturate(1);
	filter: saturate(1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 10px;
	width: 100%;
}
.tarjeta img:hover {
	-webkit-filter: saturate(1.5) contrast(1.5);
	filter: saturate(1.5) contrast(1.5);
}
.tarjeta .texto {
	padding-right: 15px;
	padding-left: 15px;
}
.tarjeta>a {
	display: block;
	text-align: center;
}
footer {
	color: #100c0d;
	margin-top: 20px;
	background-color: #ffe64d;
}
footer a {
	font-weight: 700;
	color: #100c0d;
}
footer a:hover {
	color: #b46637;
	text-decoration: none;
}
footer h3 {
	color: #FFFFFF;
}
footer .logo {
	margin-top: -20px;
}
.social-top {
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: block;
	width: 50px;
	float: right;
}
.social-bottom {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	width: 64px;
}
#map {
	display: block;
	height: 400px;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.logo-pie {
	margin-top: -100px;
	margin-right: auto;
	margin-left: auto;
}
.container .row.hotel .column ul li:before { content: "\2022"; padding-right:7px; }
.container .row.hotel .column ul {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
}
@media (max-width: 640px){
.container .row.hotel .column ul {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
	}
.container .row .panel-body ul {
	display: block;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.container .row .panel-body ul li a {
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(214,214,214,1);
	line-height: 40px;
}
.panel-default>.panel-heading {
	font-size: 18px;
}
.carousel {
	margin-top: 15px;
}
.carousel-caption {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 30px;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.9);
	left: 10%;
	top: 15%;
	right: auto;
	bottom: auto;
	font-weight: 300;
	text-shadow: 0 0 0 #000000;
}
.carousel-caption {
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}
.item:nth-child(2) .carousel-caption {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
.item:nth-child(1) .carousel-caption {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.item:nth-child(3) .carousel-caption {
	-moz-transform: rotate(-12deg);
	-webkit-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
	-ms-transform: rotate(-12deg);
	transform: rotate(-12deg);
}
.col-md-4 .img-circle {
	height: auto;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.navbar {
	min-height: 80px;
	margin-bottom: 0px;
	-webkit-border-radius: 0;
	border-radius: 0;
	top: 0px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-box-shadow: 0 -2px 10px -5px rgba(0,0,0,0.5);
box-shadow: 0 -2px 10px -5px rgba(0,0,0,0.5);
}
.navbar-nav>li>a {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: rgba(255,255,255,1);
}
@media (max-width:768px) {
.social-top {
	display: none;
}
table {
	font-size: 13px;
}
footer {
	text-align: center;
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.2);
}
.navbar-default .navbar-toggle {
	background-color: #b46637;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logo {
	text-align: center;
	display: block;
}
.logo .img-responsive {
	margin-right: auto;
	margin-left: auto;
}
.logo-pie {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.carousel-caption {
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 12px;
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.9);
	left: 10%;
	top: 15%;
	right: auto;
	bottom: auto;
	font-weight: 300;
	text-shadow: 0 0 0 #000000;
}
}

.navbar-default .navbar-nav>li>a {
	color: #8A8A8A;
	font-size: 15px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

}
.navbar-default .navbar-nav>li {
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
}
.navbar-default .navbar-nav>li>a:hover {
	color: #b46637;
	background-color: rgba(0,0,0,0);
	
}
.navbar-default .navbar-nav>li.active a {
	color: #b46637;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #F0F0F0;
	background-color: rgba(0,0,0,0.0);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #e22584;
	background-color: rgba(0,0,0,0.0);
}
.navbar-default .navbar-nav>.open>a:focus {
	color: #e22584;
}
.navbar-default {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navbar-default .navbar-nav .open .dropdown-menu {
	background-color: #FFFFFF;
}
nav li a:hover::after, nav li.active a::after {
	bottom: 0px;
	background-color: #422411;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
@media (max-width:768px) {
nav li a:hover::after, nav li.active a::after {
	bottom: 0px;
}
}
nav li ul li a:hover::after {
	bottom: 0px;
	background-color: #422411;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
}
nav li a {
	position: relative;
}
nav ul li a::after {
	content: " ";
	height: 4px;
	width: 0%;
	position: absolute;
	left: 0px;
		margin-left: 50%;
	bottom: 0px;
display: block;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #422411;
}
.dropdown-menu li a::after {
display: none;
background-color: #422411;
}
.navbar-default .navbar-nav .open .dropdown-menu {
	background-color: #fff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #b46637;
	text-decoration: none;
	background-color: rgba(0,0,0,0);
}
.dropdown-menu>li>a {
	line-height: 2.2;
}
.pie {
	background-color: #422411;
	font-size: 12px;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-top: 10px;
	margin: 0px;
}
.pie a {
	color: #fff;
}
.galeria {
	border: 8px solid rgba(255,255,255,1);
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 10px -5px #000;
	box-shadow: 0 0 10px -5px #000;
	margin-top: 10px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../fancybox_sprite.png');
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../fancybox_overlay.png');
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../fancybox_sprite.png);
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url('../fancybox_loading@2x.gif');
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
.btn-xl {
	color: #fff;
    background-color: #422411;
    border-color: #422411;
	border-radius: 3px;
	font-size: 16px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 18px;
	font-size: 15px;
	color: #8c4201;
	background-color: #fff;
	background-image: none;
	border: none;
	font-family: Helvetica Neue, Helvetica, Arial," sans-serif";
	border-radius: 4px;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #422411;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #422411;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #422411;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #422411;
}
.tel {
font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    color: #100c0d;
}
.titulo {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 20px;
}
.galeria-home {
	margin: 0px;
	padding: 5px;
	width: 25%;
	float: left;
	display: inline-block;
}
.col-md-6 .galeria-home {
	margin: 0px;
	padding: 5px;
	width: 33%;
	float: left;
	display: inline-block;
}
.galeria-home img {
	-webkit-filter: saturate(1);
	filter: saturate(1);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 8px solid rgba(255,255,255,1);
}
.galeria-home img:hover {
	-webkit-filter: saturate(1.5) contrast(1.5);
	filter: saturate(1.5) contrast(1.5);
}
@media (max-width:768px) {
.galeria-home {
	width: 50%;
}
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #b46637;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-toggle {
	margin-top: 20px;
}
.btn-reserva {
	color: #FFF;
	background-color: #F90;
	border-color: #F90;
	font-size: 18px;
	text-decoration: none;
}
.precio {
	color: #06245b;
	background-color: #FC0;
	padding: 15px;
	font-size: 30px;
	clear: both;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.affix {
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,1);
	box-shadow: 0 0 10px 0 rgba(0,0,0,1);
}
.affix + .container-fluid {
	padding-top: 70px;
}
.navbar-default .navbar-nav>li>a.dropdown-toggle.idioma {
	font-size: 14px;
}
.navbar-default .navbar-nav>li>a.dropdown-toggle.idioma:after {
	display:none;
}
hr {
	clear: both;
}

.parallax {
    /* The image used */
    

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 30px;

}
.parallax .title, .parallax .phrase  {
	font-size: 42px;
	line-height: 42px;
	font-weight: 300;
}
.parallax .phrase  {
	font-size: 25px;
	line-height: 25px;
}
.parallax .container  {
	position: absolute;
	top: 40%;
	left: 0;
	color: #fff;
	text-shadow: 0px 0px 2px #000;
	margin-left: auto; 
  margin-right: auto; 
	display: block;
	padding-left: 10%;
	padding-right: 10%;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width : 700px) {
.parallax .title  {
	font-size: 35px;
	color: #fff;
}
.parallax .phrase  {
	font-size: 18px;
}
}
a:hover, a:focus {
    color: #5C2F13;
    text-decoration: none;
}
.btn-default {
    color: #f5f5f5;
    background-color: #b46637;
    border-color: #b46637;
}
.btn-default:hover {
    color: #f5f5f5;
    background-color: #b46637;
    border-color: #b46637;
}
.card .ge-content{
background-color: rgba(255,255,255,1);
	padding: 5%;
		-webkit-box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
}
.card .ge-content img{
	margin-left: -5%;
	margin-top: -5%;
	max-width: 110%;
	margin-bottom: 20px;
	border-bottom: 4px solid #e8a21b;
}

.panel-default>.panel-heading {
    color: #f5f5f5;
    background-color: #f62a7e;
    border-color: #ddd;
}

.servicios {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.servicios li:before {
		 content: "\2023";
	margin-right: 3px;
	     }
div.aw-widget-36hour {
    position: relative!important;
    max-height: 450px;
    overflow: hidden;
}
@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f2f2f2;
}
	}

.info {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    position: absolute;
	top: 60%;
	margin: -15% 0 0 -25%;
	right: 15%;
	width: 25%;
	padding: 30px 20px 20px 20px;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	display: block;
	font-size: 20px;
	border-radius: 4px;
	z-index: 999;
}
@media (max-width:1024px) {
.info {
	top: 55%;
	width: 30%;
}
}

.info .titulo2 {
	font-size: 25px;
	color: #fff;
	font-weight: 300;
	display: block;
    margin: 0px;
	line-height: 25px;
}
.info .precio2 {
font-size: 30px;
color: #f5f5f5;
font-weight: 700;
display: block;
	line-height: 80px;
}
.info .vm {
font-size: 13px;
color: #fff;
background-color: rgba(0,0,0,0.8);
font-weight: 700;
display: inline-block;
border-radius: 4px;
padding-left: 15px;
padding-right: 15px;

line-height: 40px;
margin-bottom: 20px;
}
@media (max-width:768px) {
.info {
top: 50%;
width: 30%;
}
.info .titulo2 {
font-size: 14px;
line-height: 14px;
}
.info .precio2 {
font-size: 12px;
line-height: 40px;
}
}
@media (max-width:640px) {
.info {
position: relative;
	top: auto;
	right: auto;
	width: 100%;
	margin: 0px;
	padding: 10px;
	border-radius: 0px;
	margin-bottom: 0px;
	    background-color: #100c0d;
}
.info .titulo2 {
font-size: 16px;
line-height: 14px;
padding-top: 15px;
padding-bottom: 10px;
	background-color: rgba(0,0,0,0);
}
.info .precio2 {
font-size: 20px;
line-height: 40px;
}
	.info .vm {
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 5px;
}
}
.whatsappbtn {
    background-color: #63ce00;
    color: #fff;
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 14px;
    padding: 10px 15px 10px 15px;
    border-radius: 20px;
    z-index: 9999;
}