/*

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. FORMS
3. COMMON
5. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,300,500,600,700"); /* Font Family */

/* Structure */
html, body {
  height:100%;  
}
body {
font-family:"Poppins", Helvetica, Arial, sans-serif; 
  font-size:14px;
  line-height:20px;
  margin:0;
  background-color:#000;
  color:#fff;
  -webkit-font-smoothing: antialiased !important;
}

/* TYPOGRAPHY and links color */
p {
  margin-bottom:20px;
  font-size: 38px;
  line-height: 40px;
}
.lead{
  margin-top:-15px;
}
a {
  color: #A5CE37;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover,
a:focus {
  color: #00aeef;
  text-decoration: none;
  outline:none;
}

h1,h2,h3,h4,h5,h6 {
  -webkit-font-smoothing: antialiased !important;
}
h1 {
  font-family: 'Poppins', "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding:0;
  text-align:center;
  font-size:60px;
  font-weight:300;
}
h2 {
  font-weight:400;
  margin:0 0 20px 0;
  padding:0;
  text-align:center;
  font-size:20px;
  line-height:1.4;
}
h3 {
  font-weight:300;
  margin:60px 0 20px 0;
  padding:0;
  text-align:center;
  font-size:48px;
  text-transform:uppercase;
}

label {
    font-weight: 500;
    margin-bottom: 3px;
    color: #343a40;
}

.fancybox-slide h4,.fancybox-slide h6 {
    color:#333333;
}

#hidden-content{
  color:#333333;
}

.divider {
    text-align: center;
    height: 1px;
    margin: 30px 0 20px 0;
    background-color: 
    #e1e8ed;
}

 /*login container*/
  .login_container, .register_container{
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 30px 10px 0px 10px;
    
  }



/* BUTTONS */
.btn-check {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background:#882271;
border:none;
color:#fff;
display:block;
line-height:35px;
text-align:center;
margin-left:0;
font-size:12px;
font-weight:600;
width:120px;
outline:none;
 -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-check:hover, .btn-check-clicked {
background:#fff;
color:#004dda;
}

hr {
  border-top: 1px solid rgba(0,0,0,.1);
}
.img-responsive{
  margin:auto;
}
/* Basic Structure
-------------------------------------------------*/
#wrapper {
  position: relative;
  min-height:100%;
}
#main {
  position: relative;
}
#newsletter_wp {
  background: rgba(0, 0, 0, 0.5); 
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  /* Explorer 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding:5px;
  position:relative;
}
.countdown{
  text-align:center;
  padding:100px 0 0 0;
}

.container_count {
  width:60px;
  display:inline-block;
  margin-right:5px;
  text-align:center;
}
.container_count.last {
  margin-right:0;
}
#countdown_wp{
  text-align:center;
  margin:30px auto 20px auto;
}
#days, #hours, #minutes, #seconds{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #fff;
  text-align:center;
  width:60px;
  height:60px;
  font-size:24px;
  line-height:56px;
  font-family:"Helvetica Neue", Arial, sans-serif;
  font-weight:300;
}

#social_footer{
  text-align:center;
  border-top:1px solid rgba(255,255,255,0.2);
  margin-top:75px;
  padding-top:30px;
}
#social_footer p{
  font-size:12px;
  color:#8c8c8c;
}
#social_footer ul{
  margin:0;
  padding:0 0 10px 0;
  text-align:center;
}
#social_footer ul li{
  display:inline-block;
  margin:0 5px 10px 5px;
}
#social_footer ul li a{
  color:#fff;
  text-align:center;
  line-height:36px;
  display:block;
  font-size:16px;
  width:35px;
  height:35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#social_footer ul li a:hover{
  background:#fff;
  color:#111;
}

a.btn_1.full-width, .btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

a.btn_link{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.3);
}

/*============================================================================================*/
/* 2.  FORMS */
/*============================================================================================*/


.form-control {height: 50px; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; padding-left:8px; font-size: 14px; font-weight: 500; }
.first-nogutter {padding-right:0;}
.nogutter {padding-right:0; padding-left:5px;}
.form-control{
   background-color: #ffffff;
  border-radius: 3px;
  /*border: none;*/
  
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.loader {float:right; display:inline; margin-top:10px;color:#fff; margin-right:-14px;}
label {font-weight:600; line-height:14px;}
.error_message { margin-top:3px; color: #F66; display:inline-block;}

.booking .nice-select .current {
  font-weight: 500;
  color: #6f787f;
}
.booking .custom-select-form .nice-select:active, .booking .custom-select-form .nice-select.open, .booking .custom-select-form .nice-select:focus {
  border-color: #d2d8dd;
  outline: 0;
  box-shadow: none;
}
.booking .custom-select-form select {
  display: none;
}

.custom-select-form .nice-select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  height: 45px;
  line-height: 42px;
}
.custom-select-form .nice-select:hover {
  border-color: #d2d8dd;
}
.custom-select-form .nice-select:active, .custom-select-form .nice-select.open, .custom-select-form .nice-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select-form select {
  display: none;
}
/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 48px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #555555;
  padding-top: 2px;
}
.nice-select:hover {
  border-color: #8c8c8c;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999999;
}
.nice-select:after {
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  content: '';
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #9e9e9e;
  color: #999999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999;
  height: 23vh;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.container_sexo{
  background-color: #fff;
  color: gray;
  margin-bottom: unset;
  height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding-left: 5px;
  min-height:45px;
}
.container_check {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.4;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid 
    #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.container_check input:checked ~ .checkmark {
    background-color: 
#A5CE37;
border: 1px solid
    transparent;
}


.container_check input:checked ~ .checkmark::after {
    display: block;
}

.container_check .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid 
    white;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    cursor: pointer;
}

.container_radio {
    display: block;
    position: relative;
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_radio input {
    position: absolute;
    opacity: 0;
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid 
    #cccccc;
    border-radius: 50%;
}

.container_radio input:checked ~ .checkmark::after {
    opacity: 1;
}

.container_radio .checkmark::after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: 
    #A5CE37;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hidden-mensaje{
  color:black;
}
.purpura {
    color: 
    #882271;
}
a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background:#882271;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    color:#fff;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
a.btn_1:hover,
.btn_1:hover {
  background-color: #A5CE37;
  color: #222222 !important;
}
/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/

#slides {
   position: fixed !important;
  top:0;
  left:0;
  z-index:-2;
}
ul.slides-container li img{
  opacity:0.4;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}




.text-shadow{
  text-shadow: 3px 3px 4px black; 
}
/*============================================================================================*/
/* 4.  MEDIA QUERIES */
/*============================================================================================*/


@media (min-width: 768px) and (max-width: 1200px) {
.btn-check {width:95px;}

}
@media (max-width: 979px) {

/*.btn-check { position:absolute;  bottom:-70px; left:42%; width:95px;}*/
.first-nogutter {padding-right:15px;}
.loader { position:absolute; right:20px; bottom:-45px;}
}
  
/* From tablet portrait to mobile */
@media (max-width: 767px) {

.countdown{
  margin:100px 0 0 0;
}
h1 {
  
  font-size:28px;
}
h2 {
  font-size:14px;
}
h3 {
  font-size:32px;
}

p{
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

} 

/* Mobile portrait */
@media (max-width: 480px) {
body {
  font-size:12px;
}
h3 {
  margin:40px 0 20px 0;
  font-size:32px;
}

p{
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}

.countdown{
    margin:50px 0 0 0;
}
.btn-check {left:38%;}



}
