/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   EDITOR styles
   ========================================================================== */

/** typography article **/

h3.jm-typo-title {
    border-bottom: 1px dotted #dddddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.jm-code {
    border-left: 5px solid #dddddd;
    padding: 10px;
    background: #f5f5f5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/** header module **/

.jm-custom-font {
	text-transform: uppercase;
	font-size: 28px;
}

/** custom modules **/
	
.jm-module-left,
.jm-module-right {
	float: left;
	width: 49.9%;
}

.jm-custom-title {
    background: url("../images/title-star_bg.png") no-repeat center bottom;
    margin-bottom: 10px;
    padding-bottom: 21px;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
}

.pull-left {
	float: left;
}

/** quote **/
	
.jm-quote {
	background: url("../images/header_bg.png");
}

.jm-quote .jm-quote-left {
	float: left;
	width: 49.9%;
}	

.jm-quote .jm-quote-right {
	float: right;
	width: 49.9%;
}	

.jm-quote .jm-quote-left-in,
.jm-quote .jm-quote-right-in {
	padding: 15px 15px 15px 75px;
	background-position: 15px 0 !important;
}

.jm-quote .jm-quote-text {
	float: left;
	width: 59.9%;
	padding: 15px 0;
}

.jm-quote .jm-quote-text-in {
	padding-right: 30px;
}

.jm-quote .jm-quote-image {
	float: right;
	width: 39.9%;
}

.jm-quote .jm-quote-image-in {
	background: url("../images/quote_sep.png") no-repeat left center;
	padding-left: 45px;
}

.jm-quote .jm-quote-user {
	height: 98px;
	width: 98px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(212,198,173,0.3);
	-webkit-box-shadow: 0 0 0 4px rgba(212,198,173,0.3);
}

.jm-quote .jm-quote-left .jm-quote-user {
	background: url("../images/user1.jpg") no-repeat;
}

.jm-quote .jm-quote-right .jm-quote-user {
	background: url("../images/user2.jpg") no-repeat;
}

.jm-quote .jm-quote-name {
	margin: 10px 0 0;
	font-size: 20px;
	line-height: 1.2em;
	text-indent: 7px;
	font-weight: 600;
}

/** image borders **/

.border_img1 {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 5px;
}

.border_img2 {
    display: inline-block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.border_img2:before, 
.border_img2:after {
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);	
    background: rgba(0, 0, 0, 0.7);
    bottom: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 1);
    content: "";
    left: 10px;
    max-width: 300px;
    position: absolute;
	height: 20px;
    width: 50%;
    z-index: -1;
}

.border_img2:after {
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);	
    left: auto;
    right: 10px;
}

.border_img2-in {
    position: relative;
    display: block;
    margin: 0;
}

.border_img2-in:after {
	border: 5px solid transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.border_img3 {
    border: 1px solid #e9e9e9;
    padding: 1px;
    background: #fff;
}

.jm-featured {
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 10;
	width: 24px;
	height: 34px;
}

/** reserve a room **/
	
.jm-reserve-room {
	text-align: right;
}
	
.jm-reserve-room a {
	width: 339px;
	height: 65px;
	display: inline-block;
	text-decoration: none !important;
}	

/** social icons **/

.jm-icons {
    margin: 0;
    text-align: center;
}

.jm-icons a {
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    margin-right: 5px;
}

.jm-icons a:last-child {
	margin-right: 0;
}

.jm-icons a:hover {
    text-decoration: none;
}

.jm-icons span {
    display: block;
    width: 33px;
    height: 33px;
    background-position: center center;
    background-repeat: no-repeat;
}

/** numered blocks **/

.jm-block {
    margin: 10px 0;
    padding: 0 0 0 60px;
    position: relative;
}

.jm-block span {
    background: #dddddd;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 18px;
    color: #ffffff;
}

.jm-block.second span {
    background: #2a2a2a;
}

/** colored blocks **/

p.blue {
    border-left: 3px solid #BCE8F1;
    padding: 0 0 0 10px;
}

p.green {
    border-left: 3px solid #D6E9C6;
    padding: 0 0 0 10px;
}

p.red {
    border-left: 3px solid #EED3D7;
    padding: 0 0 0 10px;
}

p.bluefill {
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #3A87AD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

p.greenfill {
    background: #DFF0D8;
    border: 1px solid #D6E9C6;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #468847;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

p.redfill {
    background: #F2DEDE;
    border: 1px solid #EED3D7;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #B94A48;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/** icon blocks **/

p.badge {
    padding-left: 60px;
    background: url("../images/icons/badge.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.calendar {
    padding-left: 60px;
    background: url("../images/icons/calendar.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.chat {
    padding-left: 60px;
    background: url("../images/icons/chat.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.check {
    padding-left: 60px;
    background: url("../images/icons/check.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.cloud {
    padding-left: 60px;
    background: url("../images/icons/cloud.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.direction {
    padding-left: 60px;
    background: url("../images/icons/direction.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.divide {
    padding-left: 60px;
    background: url("../images/icons/divide.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.error {
    padding-left: 60px;
    background: url("../images/icons/error.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.fire {
    padding-left: 60px;
    background: url("../images/icons/fire.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.flag {
    padding-left: 60px;
    background: url("../images/icons/flag.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.heart {
    padding-left: 60px;
    background: url("../images/icons/heart.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.home {
    padding-left: 60px;
    background: url("../images/icons/home.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.info {
    padding-left: 60px;
    background: url("../images/icons/info.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.list {
    padding-left: 60px;
    background: url("../images/icons/list.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.mail {
    padding-left: 60px;
    background: url("../images/icons/mail.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.people {
    padding-left: 60px;
    background: url("../images/icons/people.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.star {
    padding-left: 60px;
    background: url("../images/icons/star.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.stat {
    padding-left: 60px;
    background: url("../images/icons/stat.png") no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

/** unordered lists **/
	
ul.jm-light li,
ul.jm-light ul li {
    background-image: url("../images/menu_li_gray.png");
}	

ul.jm-dark li,
ul.jm-dark ul li {
    background-image: url("../images/menu_li_color.png");
}

/** ordered lists **/

ol.jm-roman,
ol.jm-roman ol {
    list-style-type: upper-roman;
}

ol.jm-alpha,
ol.jm-alpha ol {
    list-style-type: lower-alpha;
}

/** image hover effects **/
	
.ch-item.ch-first {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 0 0 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset, 0 0 0 5px rgba(0, 0, 0, 0.05);
}	
	
.ch-item.ch-third .ch-info-front {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3) inset;
}

.ch-item {
    position: relative;
    width: 154px;
    height: 154px;
    border: 5px solid transparent;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
    -moz-background-clip: padding-box !important; 
	-webkit-background-clip: padding-box !important; 
	background-clip: padding-box !important; 
}

x:-o-prefocus,
.ch-item {
	border: none; /* opera fix */
}

.ch-item .ch-info .ch-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.ch-item .ch-info .ch-outer {
    display: table-cell;
    vertical-align: middle;
}

.ch-item .ch-info p {
    padding: 20px 5px 0;
    margin: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    background: url("../images/badge_sep.png") no-repeat top center;
}

.ch-item .ch-info p a:link,
.ch-item .ch-info p a:visited {
	color: #fff;
}

.ch-item .ch-info p a:hover {
    text-decoration: none;
}

.ch-item .ch-info p span.smaller {
	font-size: 16px;
	line-height: 22px;
}

/* first */

.ch-item.ch-first {
    border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-item.ch-first .ch-info {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden; /*for a smooth font */
}

.ch-item.ch-first:hover .ch-info {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/*second*/

.ch-item.ch-second {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    cursor: default;
    overflow: hidden;
}

.ch-item.ch-second .ch-info-wrap {
    position: absolute;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    left: 10px;
    top: 10px;
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}

.ch-item.ch-second .ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

x:-o-prefocus,
.ch-item.ch-second .ch-info .ch-info-back {
	display: none; /* opera fix */
}

x:-o-prefocus,
.ch-item.ch-second:hover .ch-info .ch-info-back {
	display: block; /* opera fix */
}

.ch-item.ch-second .ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ch-item.ch-second .ch-info .ch-info-back {
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    -o-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
}

.ch-item.ch-second:hover .ch-info {
    -webkit-transform: rotate3d(0,1,0,-180deg);
    -moz-transform: rotate3d(0,1,0,-180deg);
    -o-transform: rotate3d(0,1,0,-180deg);
    -ms-transform: rotate3d(0,1,0,-180deg);
    transform: rotate3d(0,1,0,-180deg);
}

/*third*/

.ch-item.ch-third {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    cursor: default;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    -o-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
}

.ch-item.ch-third .ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ch-item.ch-third .ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.ch-item.ch-third .ch-info .ch-info-back {
    -webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    -ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
    opacity: 0;
	filter: alpha(opacity="0");
}

.ch-item.ch-third:hover .ch-info-front {
    -webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    -ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
	filter: alpha(opacity="0");
}

.ch-item.ch-third:hover .ch-info-back {
    -webkit-transform: rotate3d(1,0,0,0deg);
    -moz-transform: rotate3d(1,0,0,0deg);
    -o-transform: rotate3d(1,0,0,0deg);
    -ms-transform: rotate3d(1,0,0,0deg);
    transform: rotate3d(1,0,0,0deg);
    opacity: 1;
	filter: alpha(opacity="100");
}

/** **/

a.a-btn:link,
a.a-btn:visited {
	text-decoration: none;
}

.a-btn {
    width: 135px;
    height: 135px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin: 20px;
    float: left;
    position: relative;
    background: #c05a24;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 5px solid transparent;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.25);
    -moz-background-clip: padding-box; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
}

.a-btn > span {
    display: inline-block;
    width: 125px;
    height: 125px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
	line-height: 30px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.a-btn span.second,
.a-btn span.third {
	height: 80px;
	padding-top: 50px;
}

.a-btn span.smaller {
	font-size: 16px;
	line-height: 22px;
}

.a-btn > span.first, 
.a-btn > span.third {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity="0");
}

.a-btn > span.first {
    background: url("../images/badge_star.png") no-repeat center center;
    opacity: 1;
    filter: alpha(opacity="100");
}

.a-btn:hover {
    background: #b9bfa1;
    -moz-background-clip: padding-box; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box; 
}

.a-btn:hover > span.third {
    opacity: 1;
    filter: alpha(opacity="100");
}

.a-btn:hover > span.second {
    opacity: 0;
    filter: alpha(opacity="0");
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.a-btn:hover > span.first {
    -webkit-animation: rotate 1s linear;
    -moz-animation: rotate 1s linear;
    animation: rotate 1s linear;
}

@keyframes rotate{
    0% { transform: scale(1) rotate(0);}
    50% { transform: scale(0.5) rotate(180deg);}
    100% { transform: scale(1) rotate(360deg);}
}

@-webkit-keyframes rotate{
    0% { -webkit-transform: scale(1) rotate(0);}
    50% { -webkit-transform: scale(0.5) rotate(180deg);}
    100% { -webkit-transform: scale(1) rotate(360deg);}
}

@-moz-keyframes rotate{
    0% { -moz-transform: scale(1) rotate(0);}
    50% { -moz-transform: scale(0.5) rotate(180deg);}
    100% { -moz-transform: scale(1) rotate(360deg);}
}

/** buttons **/

.a-button {
	padding-left: 80px;
	width: 213px;
    /*padding-left: 80px;
	width: 213px;*/
    height: 50px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}

a.a-button:link,
a.a-button:visited {
	color: #fff;
	text-decoration: none;
}

.a-button img {
    position: absolute;
    left: 20px;
    top: 10px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.a-button .a-btn-slide-text {
    position: absolute;
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
    top: 0;
    left: 15px;
    opacity: 0;
    filter: alpha(opacity="0");
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.a-button .a-btn-text {
    display: block;
    font-size: 20px;
	line-height: 50px;
}

.a-button .a-btn-text2 {
	display: none;
    font-size: 20px;
	line-height: 50px;
}

.a-button:hover .a-btn-text {
	display: none;
}

.a-button:hover .a-btn-text2 {
	display: block;
}

.a-button:hover img {
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -ms-transform: scale(10);
    -o-transform: scale(10);
    transform: scale(10);
    opacity: 0;
    filter: alpha(opacity="0");
}

.a-button:hover .a-btn-slide-text {
    opacity: 1;
    filter: alpha(opacity="100");
}
/* ------------------------------ */
/* ------------------------------ */
/* ------------------------------ */
.infoButtomInicio{
	background-image: url(images/modules/icons/married.png);
	background-repeat: no-repeat;
	background-position: center center;	
	
}