@font-face {
    font-family: RecoletaWeb;
    src: url("Recoleta-Regular.otf") format("opentype");
}

@font-face {
    font-family: MyriadProRegular;
    src: url("MyriadPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: MontserratSemiBold;
    src: url("Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: MontserratBold;
    src: url("Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: MontserratMedium;
    src: url("Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: MontserratBlack;
    src: url("Montserrat-Black.ttf") format("truetype");
}

@font-face {
    font-family: MontserratRegular;
    src: url("Montserrat-Regular.ttf") format("truetype");
}

.input:focus {
    outline: none !important;
    border:1px solid red;
    box-shadow: 0 0 10px #719ECE;
  }


input[id="cb1"] + label {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid red;
  border-radius: 5px;
  cursor: pointer;
}
input[id="cb1"]:checked + label:after {
  position: relative;
  top: -4px;
  left: 2px;
  content: '\2714';
  font-size: 14px;
}
input[id="cb1"] {
  display: none;
}


.button-sec-nav{
  margin-top: 1rem;
  margin-right: 1rem;
  color: #FFF;  
  border-color: #796f43; 
  background-color: #796f43;  
  padding: .5rem;  
  border-radius: .35rem; 
  box-shadow: -2px 6px 10px 0 rgb(0 0 0 / 20%);
}

.*{
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: #FFF;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* The sticky */
.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}



.btn_local{
   padding: .5rem;
   font-family:MontserratMedium;
   font-size: 0.8rem;
   width: 25%;
   border-top-left-radius: .5rem;
   border-top-right-radius: .5rem;
   cursor: pointer;
   margin-top: auto;
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.checkcontainer input:checked ~ .radiobtn {
    background-color: #e9c54a;
}
.checkcontainer:hover input ~ .radiobtn {
    background-color: #ccc;
}


.back_header {
    background-image: url(../img/back_header.png);
    background-position: center top;
    background-size: 100% auto;
}

.btn_registro{
    color: #FFF;
    border-color: #09a317;
    background-color: #09a317;
    text-transform: uppercase;
    font-family: MontserratSemiBold;
    font-size: clamp(16px, 1.5vw, 20px);
    margin: auto;
}

.row_registro{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.back_beneficios{
    background-image: url(../img/back_beneficios.png);
    background-position: center top;
    background-size: 100% auto;  
}

.back_reserva{
    background-image: url(../img/back_reserva.png);
    background-position: center top;
    background-size: 100% auto;    
}