@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700');




/* TAGS */


#table{
  display: table;
  margin: 0 0 0 auto;
  height: 100px;
}
#cell{
  display: table-cell;
  vertical-align: middle;
}
#table{
  height: 100px;
  padding-top: expression(((document.body.offsetHeight-200)/2)-2);
}




body{
  font-family: 'Josefin Sans', sans-serif;
	color: rgb(51,51,51);
	font-size: 14pt;
	font-weight: 400;
	margin: 0px;
}
img {
	width:100%;
}
h1 {
  font-size: 22pt;
  line-height: 26pt;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
h2 {
  font-size: 20pt;
  line-height: 24pt;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  font-size: 18pt;
  line-height: 22pt;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
}
h4 {
  font-size: 16pt;
  line-height: 20pt;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
}
h5 {
  font-size: 14pt;
  line-height: 18pt;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
}
h6 {
  font-size: 12pt;
  line-height: 16pt;
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
}
a,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  /*color: rgb(23,178,85);*/
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: rgb(123,30,123);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
form {
  width: 100%;
  margin-bottom: 10px;
}
input.check {
  /*color: rgb(102,102,102);*/
  padding: 10px 15px;
  border: 1px solid rgb(255,255,255);
  display: block;
  width: 100%;
  font-size: 14pt;
  outline: none;
  transition: all 0.15s ease-in-out;
  margin-bottom: 20px;
}
input.check:focus {
  border: 1px solid rgb(128,25,128);
}
input {
  /*color: rgb(23,178,85);*/
  padding: 10px 15px;
  border: 1px solid rgb(255,255,255);
  display: block;
  width: 100%;
  font-size: 1em;
  outline: none;
  transition: all 0.15s ease-in-out;
  background: rgb(246,246,246);
}
input:focus {
  border: 1px solid rgb(216,216,216);
}
select {
  /*color: rgb(23,178,85);*/
  padding: 10px 15px;
  border: 1px solid rgb(255,255,255);
  display: block;
  width: 100%;
  font-size: 1em;
  outline: none;
  transition: all 0.15s ease-in-out;
  background: rgb(246,246,246);
}
select:focus {
  border: 1px solid rgb(216,216,216);
}
textarea {
  /*color: rgb(85,85,85);*/
  padding: 11px 11px 12px 11px;
  border: 1px solid rgb(255,255,255);
  display: block;
  width: 100%;
  height: auto;
  font-size: 1em;
  outline: none;
  transition: all 0.15s ease-in-out;
  background: rgb(246,246,246);
}
textarea:focus {
  border: 1px solid rgb(216,216,216);
}
table {
  font-size: 11pt;
  font-weight: 400;
}
th {
  color: rgb(123,30,123);
}
td {
  color: rgb(51,51,51);
  font-weight: 700;
}
main {
  z-index: 1;
  background: rgb(246,246,246);
  padding-bottom: 30px;
}
header {
  background: rgb(246,246,246);
  background: rgba(246,246,246,0.8);
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
}
p {
  /*text-align: justify;*/
}
button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 15px 0 30px 0;
  color: rgb(23,178,85);
  font-size: 14pt;
  text-transform: uppercase;
}




/* HEADER */
.mod-header {
}
.header-top {
  padding: 20px 0 20px 0;
}
.header-top-img {
  background: rgb(23,178,85);
  z-index: 1;
}
.header-top-img img {
  opacity: 0.3;
}
.header-nav {
}
.header-logo .logo a img {
  display: table;
  height: 77px;
  width: auto;
}
.header-logo .logo {
  display: table-cell;
  vertical-align: middle;
}
.header-logo .logo a img.logo-3 {
  display: none;
}
.header-search {
  width: 100%;
  display: table;
  margin: 0 auto 30px 0;
  height: 100%;
}
.header-search form {
  display: table-cell;
  vertical-align: middle;
}
.header-search form div input[type=submit] {
  font-size: 14pt;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 6px 6px 0;
  background: rgb(23,178,85);
  color: rgb(255,255,255);
  padding: 13px 18px;
}
.header-search form div input:hover[type=submit] {
  background: rgb(57,132,195);
}
.hidden-search {
  display: none;
  height: 1px;
}
.header-btn-version {
  margin: 40px 0 36px auto;
  float: right;
  display: table;
  z-index: 2;
}
.header-phone {
  font-size: 11pt;
  color: rgb(180,180,180);
  padding-top: 15px;
  padding-bottom: 3px;
  background: rgb(64,64,64);
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  /*position: fixed;*/
  top: 0;
  right: 0;
  cursor: pointer;
  /*display: none;*/
  z-index: 3;
}
.header-covid {
  font-size: 11pt;
  color: rgb(180,180,180);
  padding-top: 15px;
  padding-bottom: 3px;
  background: rgb(64,64,64);
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  /*position: fixed;*/
  top: 0;
  right: 0;
  cursor: pointer;
  /*display: none;*/
  z-index: 3;
}
#language {
  margin-top: 43px;
  display: block;
  position: absolute;
  width: 1170px;
}
#language ul {
  float: right;
  margin-left: auto;
  display: block;
  width: 141px;
  /*margin-right: 15px;*/
  z-index: 3;
  position: relative;
}
#language ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}
#language ul li a img {
  width: 30px;
  height: auto;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#language ul li a:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); 
}
#language ul li.active {
  margin-right: 0;
  border-right: 1px solid rgb(204,204,204);
  opacity: 1;
}
#language ul li.active a img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%); 
}
#language ul li.active a img {
  margin-right: 10px;
}
/*.scroll-top {
  position: fixed;
  bottom: 228px;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: rgba(255,255,255,1);
  background-color: rgba(227,1,15,1);
  cursor: pointer;
  display: none;
  z-index: 3;
}*/

.scroll-top:hover {
  color: rgba(255,255,255,1);
  background-color: rgba(43,45,117,1);
}





/* CAROUSEL */
.carousel {
  background: rgb(64,64,64);
  z-index: 1;
}
.carousel-inner .item img, .carousel-inner .item a img {
  opacity: 0.8;
}
.fa .fa-angle-right:before {
  content: "\f105";
}
.carousel-control .fa-angle-right {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  right: 40%;
  font-size: 60pt;
  margin-top: -30pt;
  color: #fff;
}
.fa .fa-angle-left:before {
  content: "\f104";
}
.carousel-control .fa-angle-left {
  position: absolute;
  top: 40%;
  z-index: 5;
  display: inline-block;
  right: 50%;
  font-size: 60pt;
  margin-top: -30pt;
  color: #fff;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid rgb(23,178,85);
  border-radius: 10px;
  cursor: pointer;
  background-color: rgb(23,178,85);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.carousel-indicators li:hover {
  border: 1px solid rgb(23,178,85);
  background-color: rgb(255,255,255);
}
.carousel-indicators .active {
  margin: 0;
  width: 17px;
  height: 17px;
  background-color: rgb(255,255,255);
}
.carousel-caption {
  top: 0;
  bottom: 0;
  width: auto;
}
.carousel-caption img {
  width: 60%;
  height: auto;
  margin-left: -30%;
  top: 27%;
  position: absolute;
}
#carousel-promo .carousel-indicators {
    position: absolute;
    top: 7px;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: right;
    height: 20px;
}





/* MAIN */
.main-check {
  background: rgba(64,64,64,0.8);
  margin-top: -88px;
  position: relative;
  z-index: 2;
  margin-bottom: 65px;
}
.main-check-form {
  padding: 20px 0 10px 0;
}
.main-check-cont-input {
  width: 42%;
  float: left;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main-check-cont-button {
  width: 16%;
  float: left;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main-search form {
  display: table-cell;
  vertical-align: middle;
}
.module {
  margin-bottom: 30px;
  background: rgb(255,255,255);
}
.pdgt30 {
  padding: 30px 0 0 0;
}
.pdg100 {
  padding: 50px 100px;
}
.pdg30 {
  padding: 30px;
}
.precontent {
  margin-top: 166px;
}
.mod-main {
  padding: 60px 0 30px 0;
}
.mod-main-top {
  padding: 60px 0;
}
.mod-title {
  margin-bottom: 15px;
}
.mod-promo-item {
  margin-bottom: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(225,225,225);
}
.mod-detail {
  margin-bottom: 30px;
}
.mod-detail div div div a div figure i.fa-lg {
  font-size: 3.333333em;
}
.detail-data {
  margin-bottom: 30px;
}
.detail-data h2 {
  margin-bottom: 17px;
  font-weight: 700;
}
.detail-data .icons {
  width: 100%;
  display: block;
  padding: 0 15px;
  margin: 0 -15px;
  text-align: right;
  position: absolute;
  left: 15px;
  height: 1px;
}
.detail-data .icons a i {
  padding-left: 10px;
}
.detail-data ul {
  border-bottom: 1px solid rgb(225,225,225);
}
.detail-data ul li {
  padding: 6px 0;
  border-top: 1px solid rgb(225,225,225);
  z-index: 1;
  font-size: 15pt;
  line-height: 19pt;
}
.detail-data ul li span {
  font-weight: 700;
}
.detail-data ul li i {
  float: left;
  margin: 5px 10px 0 0;
  color: rgb(23,178,85);
}
.mod-video {
  background: url("../img/bg-video.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 53px 0;
}
.mod-video div div .video {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.mod-video div div .video iframe {
  height: 500px;
}
section div .mensaje {
  margin-bottom: 30px;
}
section div .mensaje i {
  font-size: 48pt;
  color: #17b255;
  float: left;
  padding-right: 25px;
}
section div .mensaje span {
  display: table;
}
.box-hidden {
  overflow: hidden;
  max-height: 313px;
  padding-right: 15px;
}
.continue {
  display: none;
}




/* ASIDE */
.mod-aside {
  font-size: 13pt;
  line-height: 17pt;
  margin-top: 45px;
  /*margin-bottom: 30px;*/
  margin-left: 15px;
}
.mod-aside .mod-data ul {
  /*padding-bottom: 30px;*/
  padding-top: 15px;
}
.mod-aside .mod-data ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgb(202,202,202);
}
.mod-aside .mod-data ul li i {
  color: rgb(23,178,85);
  padding: 2px 15px 0 0;
  float: left;
}
.mod-aside .mod-data ul li span {
  display: table;
}
.mod-aside .mod-data ul li span a {
  color: rgb(51,51,51);
}
.mod-aside .mod-data ul li:hover span a,
.mod-aside .mod-data ul li:active span a  {
  color: rgb(23,178,85);
}
.mod-aside-title {
  margin-bottom: 15px;
}
.hidden-aside-label {
  display: none;
}
.mod-aside .mod-button .reserva a {
  cursor: pointer;
  background: rgb(128,25,128);
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-weight: 400;
  border-color: rgb(128,25,128);
  font-size: 12pt;
  padding: 11px 25px;
  width: 132px;
  float: left;
}
.mod-aside .mod-button .reserva a:hover {
  background: rgb(32,32,32);
  border-color: rgb(32,32,32);
}
.mod-aside .mod-button .consulta,
.mod-aside .mod-button .reserva {
  display: table-cell;
  float: left;
  padding: 1px;
}
.mod-aside .mod-button .consulta a {
  cursor: pointer;
  background: rgb(23,178,85);
  color: rgb(255,255,255);
  text-transform: uppercase;
  font-weight: 400;
  border-color: rgb(23,178,85);
  font-size: 12pt;
  padding: 11px 25px;
  width: auto;
  float: left;
}
.mod-aside .mod-button .consulta a:hover {
  background: rgb(32,32,32);
  border-color: rgb(32,32,32);
}
.mod-aside .mod-button {
  margin: 0 auto 50px auto;
  display: table;
}



/* FEATURED */
.mod-featured:before, .mod-featured:after {
  content: "";
  display: table;
}
.mod-featured:after {
  clear: both;
}
.mod-featured {
  *zoom: 1;
  margin-bottom: 30px;
}
.color1 {
  color: rgb(23,178,85);
}
.strong {
  font-weight: 700;
}
.featured {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgb(202,202,202);
  border-bottom: 1px solid rgb(202,202,202);
  font-weight: 700;
  margin-bottom: 30px;
}



/* LIST */
.mod-list {
  margin-top: 15px;
}
.list-item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}
.list-item-2 {
  margin: 15px 15px 30px 15px;
  padding: 15px;
  background: rgb(255,255,255);
}
.list-p {
  padding: 15px 0 15px 15px;
  text-align: right;
  display: table;
  float: right;
}
.list-p p {
  display: table-cell;
  vertical-align: middle;
  font-size: 30pt;
  height: 57px;
}
.list-icon {
  padding: 15px 15px 15px 0;
  text-align: right;
  display: table;
}
.list-icon ul {
  display: table-cell;
  vertical-align: middle;
  height: 57px;
}
.list-icon ul li {
  float: left;
}
.list-icon ul li img {
  margin-right: 10px;
  max-height: 21px;
  width: auto;
}
.list-button {
  padding: 5px 0 0 0;
  border-top: 1px solid rgb(204,204,204);
}
.list-button a {
  float: none;
  margin: 10px auto;
  display: table;
}
.list2 {
  /*border: 1px solid rgb(204,204,204);*/
}
.list2 figure.effect-ruby a figcaption i {
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.35s;
  transition: opacity 0.55s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: absolute;
  font-size: 30pt;
  top: 50%;
  margin-top: -15pt;
  left: 50%;
  margin-left: -10pt;
}
.list2 figure.effect-ruby:hover a figcaption i {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}



/* SCROLL */
.scroll {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid rgb(230,230,230);
  border-bottom: 1px solid rgb(230,230,230);
  padding-top: 30px;
  padding-bottom: 10px;
}
.scroll .panel-group .panel-default .panel-collapse .panel-body {
  padding: 0;
  max-height: 234px;
}
.scroll .panel-group .panel-default {
  border-radius: 0;
  border: transparent;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    webkit-box-shadow: none;
    box-shadow: none;
}



/* SLIDE PROMOS */
.cont-page {
  position: absolute;
  width: 100%;
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
}



/* FORM */
.mod-form {
  margin-top: 30px;
}
.mod-form form fieldset div div label {
  font-weight: 600;
}
.mod-form form fieldset div div label input {
    font-weight: 400;
}
form fieldset {
  border: 0;
}
/*div {clear:both;padding:0 0 20px 0;position:relative}*/
form fieldset div div {
  padding: 0 0 20px 0;
  position: relative;
}
.mod-form form fieldset div div label a {
  color: rgb(23,178,85);
}
.mod-form form fieldset div div label a:hover {
  color: rgb(123,30,123);
}
button[type=submit] {
  padding: 13px 20px;
  display: table;
  width: auto;
  font-size: 12pt;
  color: rgb(255,255,255);
  background: rgb(123,30,123);
  border: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
button:hover[type=submit] {
  color: rgba(255,255,255,0.8);
  background: rgb(123,30,123);
  border: none;
}
input[type=radio], input[type=checkbox] {
  margin: 5px 0 0;
}
.main-check-cont-button button[type=search] {
  padding: 13px 20px;
  display: table;
  width: 100%;
  font-size: 12pt;
  color: rgb(255,255,255);
  background: rgb(23,178,85);
  border: none;
  margin: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.main-check-cont-button button:hover[type=search] {
  color: rgb(255,255,255);
  background: rgb(32,32,32);
}
.main-check-cont-button button[type=search] .text {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  display: none;
  font-size: 12pt;
  margin-left: 5px;
  text-transform: uppercase;
}
form fieldset div div label {
  font-weight: 400;
}
form fieldset div div label span {
  /*padding-right: 5px;*/
  font-weight: 700;
} 
form fieldset div div em.helper {
  /*z-index: 1001;
  position: absolute;
  top: 0;
  left: auto;
  font-size: 0.90em;
  padding: 5px;
  border-radius: 4px 4px 0;
  color: rgb(255,255,255);
  background: rgba(0,0,0,0.80);
  line-height: 100%;
  text-align: center;
  margin: 0 0 0 15px;*/
  display: none;
}         
form fieldset div div em.helper:after {
  /*content: '';
  position: absolute;
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent rgba(0,0,0,0.80);
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -5px;
  left: -5px;
  top: 50%;*/
  display: none;
}       
form fieldset div#validate {
  display: none;
}         
form fieldset div#validate ul {
  margin: 0 0 30px 15px;
  padding: 0;
  list-style: none;
}
form fieldset div#validate ul li {
  color: rgb(23,178,85);
  margin: 0;
  font-weight: 400;
}
form fieldset div#validate ul li:before {
  font-family: FontAwesome;
  content: '\f06a';
  padding-right: 5px;
  font-size: 11pt;
  color: rgb(255,0,0);
}
form fieldset div#validate ul li label {
  font-weight: 400;
  font-size: 12pt;
  margin-bottom: 0;
}
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgb(23,178,85);
    color: rgb(255,255,255);
    text-transform: uppercase;
    font-weight: 700;
    border-color: rgb(23,178,85);
    font-size: 12pt;
    padding: 11px 25px;
    width: auto;
    margin-top: 15px;
}
input:hover[type=submit] {
    -webkit-appearance: button;
    background: rgb(32,32,32);
    border-color: rgb(32,32,32);
}




/* ---------- FOOTER ---------- */
footer .full-width {
  background-color: rgb(255,255,255);
}
.mod-footer {
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer-data .logo {
  display: table;
  margin: 0 auto 30px 0;
  padding-left: 15px;
  float: left;
  width: 20%;
}
.footer-data .logo {
  display: table-cell;
  vertical-align: middle;
}
.footer-data .logo a img {
  max-width: 70px;
  height: auto;
}
.footer-data {
  color: rgb(85,85,85);
  text-transform: uppercase;
  font-size: 12pt;
}
.footer-data .container-data {
  width: 80%;
  float: left;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.footer-data .container-data .data {
  width: 100%;
  float: left;
}
.footer-data .container-data .data ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1;
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.footer-data .container-data .data ul li.title {
  font-size: 13pt;
  line-height: 17pt;
  margin: 0 0 10px 0;
  font-weight: 700;
  color: rgb(85,85,85);
}
.footer-data .container-data .data ul li {
  font-size: 10pt;
  line-height: 14pt;
  margin-bottom: 7px;
}
.footer-data .container-data .data ul li i {
  font-weight: 700;
}
.footer-data .container-data .data ul li span a {
  color: rgb(85,85,85);
}
.footer-data .container-data .data ul li:hover span a,
.footer-data .container-data .data ul li:active span a,
.footer-data .container-data .data ul li:focus span a {
  color: rgb(123,30,123);
}
.footer-data .container-data .redes {
  width: 100%;
  float: left;
}
.footer-data .container-data .redes ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  line-height: 1;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.footer-data .container-data .redes ul li a img {
  margin-right: 10px;
  float: left;
  width: auto;
  height: 25px;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.footer-data .container-data .redes ul li:hover a img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.footer-copy {
  font-size: 10pt;
  color: rgb(204,204,204);
  background: rgb(255,255,255);
  text-align: center;
  padding: 10px 0 0 0;
}
.mod-map {
  /*height: 310px;
  overflow: hidden;
  position: inherit;*/
  margin-bottom: 30px;
}
.mod-map iframe {
  /*position: absolute;
  top: 50%;
  left: 50%;*/
}
.mod-map iframe.map {
  margin-top: -225px;
  margin-left: 400px;
}




/* CUSTOM */
article ul {
  display: inline-block;
  /*list-style-image: url("../img/caret.png");
  margin: 5px 0 15px 15px;*/
}
article ul li {
  width: 100%;
  float: left;
  padding: 1px 0;
}
.full-width{
  width: 100%;
}
.btn {
  border-radius: 0;
  color: rgb(255,255,255);
  font-size: 11pt;
  padding: 0;
  margin: 15px 15px 15px 0;
}
.btn-default {
  border: none;
  color: rgb(23,178,85);
  background: transparent;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14pt;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: rgb(123,30,123);
  background: transparent;
}
/*.btn-custom {
  padding: 20px 15px;
  background-color: rgb(255,255,255);
  text-transform: uppercase;
  color: rgb(255,255,255);
  font-size: 11pt;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.btn-custom a{
  color: rgb(255,255,255);
  padding: 20px 15px;
}*/
.btn-custom:hover {
  color: rgb(51,51,51);
  background-color: rgb(51,51,51);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.btn-group {
  display: table;
  margin: 0 0 0 auto;
}
.item-list {
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 30px;
}
.firt {
  padding-top: 0;
  margin-top: 0;
}
.last {
  padding-bottom: 0;
  margin-bottom: 0;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 50%;
  margin-top: -12pt;
  right: 53px;
  display: block;
  width: 45px;
  height: auto;
  line-height: normal;
  text-align: center;
  color: rgb(23,178,85);
  font-size: 24px;
}
.table-striped tbody tr:hover th,
.table-striped tbody tr:hover td {
  background-color: rgb(190,190,190);
  color: rgb(255,255,255);
}
.table-striped tbody tr:hover:nth-child(odd)>th,
.table-striped tbody tr:hover:nth-child(odd)>td {
  background-color: rgb(190,190,190);
  color: rgb(255,255,255);
}
.divider {
  height: 1px;
  margin: 0 0 30px 0;
  overflow: hidden;
  background-color: rgb(225,225,225);
}
.btn-reserva {
  padding: 31px 15px;
  display: block;
  font-size: 14pt;
  color: rgb(255,255,255);
  background: rgb(123,30,123);
  border: none;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.btn-reserva:hover {
  color: rgb(255,255,255);
  background: rgb(32,32,32);
}
.pull-right {
  float: left !important;
}
.pull-left {
  float: right !important;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.form-control {
  /*padding: 10px 12px;
  /*font-size: 14pt;*/
  height: auto;
  /*color: rgb(23,178,85);*/
  padding: 10px 15px;
  border: 1px solid rgb(255,255,255);
  display: block;
  width: 100%;
  font-size: 1em;
  outline: none;
  transition: all 0.15s ease-in-out;
  background: rgb(246,246,246);
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid rgb(216,216,216);
  box-shadow: none;
}
.input-group {
  margin-bottom: 10px;
}
.radio-inline input[type=radio] {
  width: auto;
  font-weight: 400;
}




/* ---------- MEDIAs ---------- */
@media (max-width: 500px) {
  .main-check-cont-input {
    width: 100%;
  }
  .check-out {
    width: 100%;
  }
  .main-check-cont-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .main-check-cont-button button[type=search] .text {
    display: inline-block;
  }
  .carousel-indicators li {
    width: 12px;
    height: 12px;
  }
  .carousel-indicators .active {
    width: 14px;
    height: 14px;
  }
  #carousel-promo .carousel-indicators {
    top: 10px;
  }
}


@media (min-width: 501px) and (max-width: 600px) {
  .main-check-cont-input {
    width: 100%;
  }
  .check-out {
    width: 84%;
  }
  .main-check-cont-button button[type=search] {
    padding: 11px 20px;
  }
}


@media (max-width: 650px) {
  .list-p p {
    font-size: 24pt;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .main-check-cont-button button[type=search] {
    padding: 10px 20px;
  }
}


@media (max-width: 767px) {
  body, p, ul li {
    font-size: 11pt;
  }
  .header-top {
    padding: 7px 0 0 0;
  }
  .header-logo {
    margin: 0 auto 0 0;
    height: 40px;
    width: auto;
  }
  .header-btn-version {
    margin: 0;
    display: table;
    position: absolute;
    top: 65px;
    right: 55px;
  }
  .header-btn-version .btn {
    font-size: 12pt;
    padding: 10px;
    background: transparent;
    color: rgb(140,180,215);
  }
  .header-btn-version .btn:hover {
    color: rgb(255,255,255);
  }
  h1 {
    font-size: 18pt;
    line-height: 22pt;
  }
  h2 {
    font-size: 16pt;
    line-height: 20pt;
  }
  h3 {
    font-size: 14pt;
    line-height: 18pt;
  }
  h4 {
    font-size: 12pt;
    line-height: 16pt;
  }
  h5 {
    font-size: 11pt;
    line-height: 15pt;
  }
  h6 {
    font-size: 10pt;
    line-height: 14pt;
  }
  .carousel-control .fa-chevron-right {
    font-size: 18pt;
    margin-top: -9pt;
  }
  .carousel-control .fa-chevron-left {
    font-size: 18pt;
    margin-top: -9pt;
  }
  #header-search-title {
    display: none;
  }
  .mod-main-top {
    padding: 30px 0;
  }
  .mod-main {
    padding: 30px 0;
  }
  .mod-list {
    margin-bottom: 15px;
  }
  .mod-map {
    margin-bottom: 15px;
  }
  .footer-data .logo {
    display: none;
  }
  .mod-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-data .container-data {
    width: 100%;
  }
  .footer-data .container-data .data ul li.title {
    font-size: 12pt;
    line-height: 16pt;
  }
  .footer-data .container-data .data ul {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-data .container-data .data ul li {
    font-size: 10pt;
    line-height: 16pt;
  }
  .footer-data .container-data .redes ul {
    padding-left: 0;
    padding-right: 0;
  }
  .header-top-img {
    display: none;
  }
  /*.mod-aside-title {
    position: absolute;
    margin: 8px 15px;
    top: 0;
  }
  .mod-aside-title h2 {
    font-size: 12pt;
    margin-bottom: 0;
  }*/
  .detail-data .icons {
    padding: 0 75px 0 15px;
  }
  .detail-data h2 {
    margin-bottom: 15px;
  }
  .detail-data ul li {
    padding: 6px 0;
    font-size: 13pt;
    line-height: 17pt;
  }
  .detail-data .icons #download {
    display: none;
  }
  .hidden-search {
    display: block;
    width: 100%;
    padding: 0 15px;
    position: absolute;
  }
  .main-search {
    display: none;
  }
  #main-search-title {
    display: none;
  }

  /* ASIDE HIDDEN */
  .mod-hidden-aside {
    background: rgb(234,245,255);
    width: 100%;
    margin: 0 0 0 0;
    padding: 15px 30px 15px 15px;
    /*-webkit-box-shadow: 0px 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0 5px 0 rgba(50, 50, 50, 0.75);*/
    z-index: 3;
  }
  .hidden-aside:hover {
    right: -55px;
  }
  .hidden-aside, .hidden-aside-label {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 1;
  }
  .hidden-aside {
    margin: 0 50px 0 0;
    padding: 0 0 0 52px;
    width: 95%;
    position: fixed;
    right: -95%;
    overflow: auto;
    bottom: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hidden-aside-label {
    margin-top: 0;
    margin-left: -53px;
    padding: 15px;
    position: fixed;
    display: inline-block;
    color: rgb(255,255,255);
    background: rgb(23,178,85);
    font-size: 14pt;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    border: 1px solid rgb(255,255,255);
    width: 54px;
    z-index: 3;
  }
  .mod-aside-title h2 {
    font-size: 17pt;
    line-height: 21pt;
  }
  .header-phone {
    display: none;
  }
  .header-logo .logo a img {
    display: table;
    height: 40px;
    width: auto;
  }
  .precontent {
    margin-top: 102px;
  }
  #language {
    margin-top: 16px;
    display: block;
    position: absolute;
    width: 100%;
  }
  #language ul li a img {
    width: 25px;
  }
  #language ul {
    float: right;
    margin-left: auto;
    display: block;
    width: 130px;
    margin-right: 0px;
  }
  .main-check {
    margin-top: 0;
    background: rgba(64,64,64,1);
    margin-bottom: 30px;
  }
  .main-check-form {
    padding: 20px 0 0 0;
  }
  .btn-reserva {
    margin-bottom: 20px;
    padding: 12px 15px;
  }
  .pdg100 {
    padding: 30px 15px;
  }
  .btn {
    /*margin: 10px 10px 10px 0;*/
  }
  .carousel-caption img {
    width: 80%;
    margin-left: -40%;
    top: 30%;
  }
  .pdg30 {
    padding: 15px;
  }
  .slider-container-text {
    padding-left: 0;
    padding-right: 0;
  }
  .slider-container-text .pdg30 {
    padding-left: 0;
  }
  .btn-default {
    font-size: 12pt;
  }
  header {
    background: rgb(246,246,246);
  }
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .slider-container-text {
    margin-bottom: 15px;
  }
  .carousel-control .fa-angle-right {
    display: none;
  }
  .carousel-control .fa-angle-left {
    display: none;
  }
  .scroll {
    margin-top: 15px;
    margin-bottom: 0;
    border-top: none;
    border-bottom: none;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .scroll .panel-group .panel-default .panel-collapse .panel-body {
    padding: 0;
    max-height: 234px;
  }
  .scroll .panel-group .panel-default {
    border-radius: 0;
    border: transparent;
  }
  .panel-group {
    margin-bottom: 10px;
  }
  .frame ul li div.slider-item {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(204,204,204);
    padding-bottom: 15px;
  }
  .cont-page {
    display: none;
  }
  input[type=submit] {
    margin-top: 0;
    float: left;
    font-size: 10pt;
  }
  h3 {
    font-size: 16pt;
    line-height: 20pt;
  }
  .item-list {
    padding-bottom: 15px;
  }
  .mod-aside .mod-data ul {
    padding-top: 0;
  }
  .mod-aside {
    margin-top: 15px;
    margin-left: 0;
  }
  .mod-video div div .video {
    width: 100%;
  }
  .mod-video div div .video iframe {
    height: 350px;
  }
  .box-hidden {
    max-height: none;
  }
}


@media (min-width: 768px) and (max-width: 991px) {
  .hidden-search {
    display: block;
    width: 749px;
    padding: 0 15px;
    position: absolute;
  }
  .header-search {
    margin: 20px 0 0 330px;
    width: auto;
    display: block;
  }
  .header-search form {
    display: block;
    vertical-align: middle;
  }
  .header-btn-version {
    margin: 30px 0 16px auto;
    float: right;
    display: table;
    z-index: 2;
  }
  .header-logo {
    display: none;
  }
  .carousel-control .fa-chevron-right {
    font-size: 20pt;
    margin-top: -10pt;
  }
  .carousel-control .fa-chevron-left {
    font-size: 20pt;
    margin-top: -10pt;
  }
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  #main-search-title {
    display: none;
  }
  .main-search {
    margin: 0 auto 30px auto;
    width: 60%;
  }
  .mod-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-data {
    border-top: 1px solid rgb(204,204,204);
    padding-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer-data .container-data {
    width: 90%;
  }
  .footer-data .container-data .data {
    width: 50%;
  }
  .footer-data .container-data .redes {
    width: 50%;
  }
  .footer-data .container-data .redes ul {
    padding-right: 0;
    width: 38%;
    float: right;
  }
  .footer-data .container-data .redes ul li a img {
    margin-left: 10px;
    margin-right: 0;
  }
  .footer-data .logo {
    width: 10%;
    padding-left: 0;
  }
  .footer-data .container-data {
    padding-right: 0;
  }
  .mod-aside {
    position: relative;
  }
  .precontent {
    margin-top: 48px;
  }
  .header-top-img {
    display: none;
  }
  .mod-main {
    padding: 30px 0 30px 0;
  }
  .main-search {
    display: none;
  }

  /* ASIDE HIDDEN */
  .mod-hidden-aside {
    background: rgb(234,245,255);
    width: 100%;
    margin: 0 0 0 0;
    padding: 30px 30px 15px 30px;
    /*-webkit-box-shadow: 0px 0 5px 0 rgba(50, 50, 50, 0.75);*/
    /*-moz-box-shadow: 0px 0 5px 0 rgba(50, 50, 50, 0.75);*/
    /*box-shadow: 0px 0 5px 0 rgba(50, 50, 50, 0.75);*/
  }
  .hidden-aside {
    margin: 0;
    padding: 0 0 0 52px;
    width: 455px;
    z-index: 3;
    position: fixed;
    right: -405px;
    top: 258px;
    overflow: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .hidden-aside:hover {
    right: 0;
  }
  .hidden-aside-label {
    margin-top: 0;
    margin-left: -52px;
    padding: 15px;
    position: fixed;
    top: 258px;
    display: inline-block;
    color: rgb(255,255,255);
    background: rgb(23,178,85);
    font-size: 14pt;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    border: 1px solid rgb(255,255,255);
    width: 54px;
  }
  .hidden-aside, .hidden-aside-label {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header-phone {
    /*text-align: left;*/
  }
  #language {
    margin-top: 10px;
    position: absolute;
    top: 0;
    width: 748px;
  }
  #language ul li a img {
    width: 20px;
  }
  #language ul {
    width: 100%;
  }
  .header-logo .logo a img {
    height: 60px;
  }
  .main-check {
    margin-top: 0;
    background: rgba(64,64,64,1);
  }
  .main-check-form {
    padding: 20px 0 0 0;
  }
  .btn-reserva {
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  .carousel-caption img {
    top: 50%;
  }
  .slider-container-text .pdg30 {
    padding-left: 0;
  }
  .slider-container-text {
    /*margin-bottom: 30px;*/
    padding: 0;
  }
  .carousel-control .fa-angle-right {
    top: 62%;
  }
  .carousel-control .fa-angle-left {
    top: 62%;
  }
  .mod-video div div .video iframe {
    height: 320px;
  }
  .box-hidden {
    max-height: none;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-control .fa-chevron-right {
    font-size: 24pt;
    margin-top: -12pt;
  }
  .carousel-control .fa-chevron-left {
    font-size: 24pt;
    margin-top: -12pt;
  }
  #cssmenu ul li {
    margin: 25px 10px;
  }
  #language ul li a img {
    width: 25px;
  }
  .header-logo .logo a img {
    height: 60px;
  }
  #language {
    margin-top: 37px;
    width: 972px;
  }
  #language ul {
    width: 126px;
  }
  .main-check {
    margin-top: 0;
    background: rgba(64,64,64,1);
  }
  .main-check-form {
    padding: 20px 0 0 0;
  }
  .btn-reserva {
    padding: 31px 15px;
  }
  .carousel-caption img {
    width: 60%;
    height: auto;
    margin-left: -30%;
    top: 37%;
    position: absolute;
  }
  input.check {
    margin-bottom: 10px;
  }
  .pdg100 {
    padding: 50px 50px;
  }
  .carousel-control .fa-angle-right {
    top: 52%;
  }
  .carousel-control .fa-angle-left {
    top: 52%;
  }
  .mod-video div div .video iframe {
    height: 450px;
  }
  .precontent {
    margin-top: 156px;
  }
  .box-hidden {
    max-height: 240px;
  }
  .continue {
    display: block;
  }
}