/*12/12/18*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Saira+Semi+Condensed');
@font-face {
    font-family: 'heading_bold';
	font-display: swap;
    src: url('../fonts/heading-pro-bold-webfont.woff2') format('woff2'),
         url('../fonts/heading-pro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*15-03-2023*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto:wght@100&display=swap');
html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}
body{
  /*font-family: 'Saira Semi Condensed', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  
}
b, strong{
	font-weight: bold !important;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.menuNavTop{
		color:#ffffff; box-shadow: none !important;  -webkit-box-shadow: none !important; -moz-box-shadow: none !important; float:right;
	}
.containerimagen {
  position: relative;
  background-color: black;
  /*height: 88vh;*/
  height: 69vh;
  min-height: 19rem;
  width: 100%;
  overflow: hidden;
}
/* VIDEO */
.containervideo {
  position: relative;
  background-color: black;
  height: 88vh;
  min-height: 28rem;
  width: 100%;
  overflow: hidden;
}

.containervideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.containervideo .container {
  position: relative;
  z-index: 2;
}

.containervideo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .containervideo {
    background: url('/images/imgppal.jpg') black no-repeat;
	background-size: cover;
	background-position: center;
  }
  .containervideo video {
    display: none;
  }
}
.tituloVideo{
	/* font-size: 90px; */
    font-size: 60px;
    font-weight: 600;
	/* font-family: 'heading_bold', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    line-height: 1;
}
.textoVideo{
	font-size: 17px;
}
/* FIN VIDEO */
.imagenfondotransp{
	background: url('../../images/fweb.png'); background-size: cover; opacity: 0.2;
  filter: alpha(opacity=20);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1:
}
.fondonegro{
	background: #040404;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1:
}
/*HEADER STYLES*/
.header-principal{
	background: #1a1a1a;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color:#ffffff;
	padding: 0;
}

.barraSup{
	/*background: #009ddb;*/
    background-image: linear-gradient(to right top, #dfe0e1, #c4c5c6, #aaabac, #919293, #78797a, #777879, #757778, #747677, #898b8d, #9ea2a4, #b5b8bc, #cccfd4);
	min-height: 40px;
}

.nav-header{
	background: none;
	color:#ffffff;
	margin-top:20px;
}
 .navbar-dark .navbar-nav .nav-link{
	color:#ffffff;
}
.nav-item{
	    margin-left: 20px;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: bold;
}
.texto-superior{
	color: #ffbf00;
	font-size: 13px;
}
.back-linea{
	height: 96px;
	padding: 0;
	background: url('../../images/brillo.png'), url('../../images/barra.png');
}
.boton-inicia-prueba{
	background: #ffffff;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
	font-size: 13px;
	cursor:pointer;
}
/*SLIDER*/
.slider-contenido{
	/* margin-top: 10vh; */
}
.slider-content-row{
	min-height: 50vh;
	padding: 20px;
}
.img-slider-index{
	min-height: 50vh;
}
.texto-slider{
	font-weight: bold;
	color: #7e7e7e;
}
.boton-demostracion{
	border: none;
    background: #002e42;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 20px;
	    margin-right: 10px;
}
.boton-p-gratis{
	border: none;
    background: #ff7524;
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 20px;
}
.numero-slider{
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
}
.numero-inactivo{
	color: #7e7e7e;
}
.numero-activo{
	color: #002e42;
}
.animationTslider {
  animation-duration: 2s;
  animation-delay: 0.5s;
}
.animationCslider {
  animation-duration: 2s;
  animation-delay: 0.5s;
}
/*CUERPO INDEX*/
.cuerpo-index{

}
.cuerpo-login-index{
	background: #f6f2f2;
	height: 100vh;
}
.barra-azul{
	background: #0000ff;
	color:#ffffff;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*FOOTER*/
.footer-index{
	background: #1a1a1a;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #ffffff;
}

.cont-footer{
	padding-top: 60px;
    padding-bottom: 60px;
}
.texto-cat-footer{
	font-size: 12px;
}
.footer-text-content{
	font-size: 14px;
	padding-bottom: 10px;
}
.textFooter1{
	font-size: 17px;
    font-weight: bold;
}
.boton-correo{
	color: #ffffff !important;
    background: #a1a1a1 !important;
    margin: 0;
    padding: 10px 15px;
    border-radius: 0px 5px 5px 0px;
    font-size: 10px;
    border: none !important;
}
.boton-correo:hover{
	color: #ffffff !important;
	background: #000000 !important;
}
.text-subscribe-input{
	font-size: 12px;
	max-width: 300px;
}
.barra-negra{
	background: #000000;
	height: 60px;
	width:100%;
}
/*FORM REGISTRO*/
.card-formulario{
	width: 400px; 
	margin: 0 auto; 
	margin-top: 50px;
}
.error{
	color:#f44336 !important;
}
.input-registro{
	width: calc(100% - 5px) !important;
	border: 1px solid #cccccc !important;
    border-radius: 8px !important;
	padding: .55rem 0 0.55rem !important;
	padding-left: 5px !important;
}
.input-registro:focus{
	border: 1px solid #0000A3 !important;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.label-registro{
	left: 20px !important;
	background: #ffffff;
	padding: 0px 10px;
}
.ta-registro:focus{
	border: 1px solid #0000A3 !important;
}
label.active{
	/* font-size: 0.8rem!important; */
	/* color: #DFED00 !important; */
    color: #0000A3 !important;
	margin-top: 5px;
}
.btn-group-toggle > label.active{
	font-size: 0.8rem!important;
	/* color: #DFED00 !important; */
    background: #004FA2!important;
    color: #ffffff!important;
}
.btn-inter:hover{
    /*background: #004FA2!important;*/
    background: #e5e2e2!important;
    color: #00000!important;
}
.label-registro-solo{
	margin-left: 5px;
	font-size: .9rem;
	margin-bottom: 0;
}
.label-registro-dropdown{
	left: 120px !important;
    top: 9px !important;
}
.tel-input{
	/*padding-left: 50px !important;*/
	text-align: center;
}
.input-group-addon{
	color: #ffffff !important;
    background: #a1a1a1 !important;
    margin: 0;
    padding: 7px 15px;
    border-radius: 0px 5px 5px 0px;
    font-size: 14px;
    border: none !important;
}
.md-form{
	margin-bottom: 0 !important;
}
.telefono-group{
}
.cb2{
	display: none;
}
.flecha-volver{
	float: left;
    cursor: pointer;
}
/*TEL INPUT*/
.intl-tel-input {
  display: table-cell !important;
}
.intl-tel-input .selected-flag {
  z-index: 4 !important;
}
.intl-tel-input .country-list {
  z-index: 5 !important;
}
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 5px !important;

}
.form-control {
  
}
.fotoReserva{
	background: #ffffff;
}
.iti-flag {background-image: url("../../images/flags.png");}
/*Interno*/
.btn-nobtn{
	border: none;
    background: none;
    color: #007bff;
    font-weight: bold;
    cursor: pointer;
}
/*imagensup*/
.imagensup-pagina{ 
	color: #ffffff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 10%, rgba(0,0,0,0.4) 41%, rgba(0,0,0,0.4) 51%, rgba(0,0,0,0.4) 63%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 10%,rgba(0,0,0,0.4) 41%,rgba(0,0,0,0.4) 51%,rgba(0,0,0,0.4) 63%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 10%,rgba(0,0,0,0.4) 41%,rgba(0,0,0,0.4) 51%,rgba(0,0,0,0.4) 63%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}
/**/
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.textoTam{
	font-size: 15px !important;
	border-radius: 3px 0px 0px 3px;
}
.margMenu{
	margin-left: 5px;
}
/*Radio Buttons*/
@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #4fc04d;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #4fc04d;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  
}
.option-input.radio::after {
  border-radius: 50%;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
	color: #fff;
    background: #e23e3e14;
    cursor: default;
}
/*Estilos Jesus*/
.btn-info {
    background-color: #004FA2!important;
    color: #fff!important;
}
#calendarioBott .next {
    color: #004FA2!important;
    font-size: 40px;
    padding-bottom: 0px;
    cursor: pointer;
}
#calendarioBott .prev {
    color: #004FA2!important;
    font-size: 40px;
    padding-bottom: 0px;
    cursor: pointer;
}

.circulo-fecha{
	width: 110px;
    height: 130px;
    /* border: 1px solid #059cd8; */
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px 10px 10px;
    font-size: 11px;
    transition: box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    margin-bottom: 10px;
    background-color: #FFF;
	
}
.circulo-fecha:hover{
	-webkit-box-shadow: -6px 11px 44px -24px rgba(0,0,0,0.75);
-moz-box-shadow: -6px 11px 44px -24px rgba(0,0,0,0.75);
box-shadow: -6px 11px 44px -24px rgba(0,0,0,0.75);
	background: #004FA2!important;
	color: #ffffff;
}
.circulo-fecha:hover img{
	-webkit-filter: invert(100%);
    filter: invert(100%);
}
.tam-icon{
    font-size: 12px!important;
}
.opcion-qc{
	
    height: 180px; border:1px solid #004FA2; border-radius: 10px; margin-left: 10px; margin-right: 10px; display:inline-block; cursor: pointer; padding:25px 10px 10px 10px; font-size: 12px;
	transition: box-shadow 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	margin-bottom: 10px;
	
}
.opcion-qc:hover{
	-webkit-box-shadow: -6px 11px 44px -24px rgba(0,0,0,0.75);
-moz-box-shadow: -6px 11px 44px -24px rgba(0,0,0,0.75);
box-shadow: -6px 11px 44px -24px rgba(0,0,0,0.75);
	background: #004FA2;
	color: #ffffff;
}
.opcion-qc:hover img{
	-webkit-filter: invert(100%);
    filter: invert(100%);
}
.circulo-fecha-block{
	    width: 100px;
    height: 150px; border:1px solid #c9c9c9; color:#c9c9c9; border-radius: 10px; margin-left: 10px; margin-right: 10px; display:inline-block; padding:25px 10px 10px 10px; font-size: 12px;margin-bottom: 10px; opacity: 0.5;
}
.text_white{
    color:black;
}
.tituloDia{
	font-size: 20px;
	text-transform: capitalize;
}

.flechas{
	position: absolute; top: calc(50% - 20px); font-size:20px; cursor:pointer; z-index: 999999;
}
.Fright{
	right:10%;
}
.Fleft{
	left:10%;
}
.hoyFecha{
	background:black;
    color:#FFF;
}
.hoyfechaH{
  background: #004FA2!important; color: #ffffff;
}
.img_active{
    filter: invert(0.4)!important;
}
.ui-textinput{
    margin: 0 auto;
}
.backBloqueo{
	font-size: 30px;
	color:#001ffb;
	cursor: pointer;
}
.backReservaN1, .backReservaN2, .backReservaN3, .backAgregaReservaN2, .backAgregaReservaN3{
	font-size: 30px;
	width: 30px;
	color:#001ffb;
	cursor: pointer;
}
.backRH{
	font-size: 30px;
	color:#001ffb;
	cursor: pointer;
}
.horaActiva{
	background: #004FA2!important; color: #ffffff;
}
.tablabtn:hover{
    background: #004FA2!important; color: #ffffff;
}
.tablabtn-active{
	background: #DFED00!important;
}
.btnHoraR{
    border: 0.1px solid #E7E6E6; background:#ffffff; border-radius: 10px; padding:12px 10px 10px 10px; font-size: 16px; font-weight: bold; margin-bottom: 4px;outline: none !important;
}
.btnHoraNR{
	border:1px solid #cccccc; color:#cccccc; background:#ffffff; border-radius: 10px; padding:12px 10px 10px 10px; font-size: 16px; font-weight: bold; margin-bottom: 4px;outline: none !important;
}
.btnHoraRQ{
	 border:1px solid #363636;; background:#ffffff; border-radius: 10px; padding:12px 10px 10px 10px; font-size: 16px; font-weight: bold; margin-bottom: 4px;outline: none !important; width: 60px; display: inline-block;
}
.btnHoraNRQ{
	border:1px solid #cccccc; color:#cccccc; background:#ffffff; border-radius: 10px; padding:12px 10px 10px 10px; font-size: 16px; font-weight: bold; margin-bottom: 4px;outline: none !important; width: 60px; display: inline-block;
}
.contenrTR{
	line-height: 0.8;
	text-align: left;
}
.fechaFlotante{
	position: absolute;
    right: 15px;
    top: 50px;
	font-weight: bold;
}
.tituloR1{
	font-size: 30px;
	/* color: #009ddb; */
    color:#363636;

}
.tituloR2{
	font-size: 25px;
    color:#004FA2;
	font-weight: bold;
}
.textoCancha{
	color: #009ddb;
	font-size: 20px;
    font-weight: 600;
}
.textoCanchaB{
	color: #8b8b8b;
	font-size: 20px;
    font-weight: 600;
}
.reservaSize{
	height: auto;
}
.fechaSelect, .horaSelect, .canchaSelect, .valorTotal, .horaSelectHasta{
	font-weight: bold;
}
.buttonTop{
	background: #ffffff;
	border: none;
	font-size: 12px;
	font-weight:bold;
	margin-top: 8px;
	border-radius: 50px;
	width: 120px;
}
.buttonFooterN{
	width:60%;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 50px;
	padding: 5px 0px;
	background:#000000;
	outline: none !important;
	cursor: pointer;
	color: #ffffff;
}
.timerDown{
	padding-left: 20px;
	padding-right: 20px;
	font-size: 25px;
	color: #002664;
}
.datepicker table{
	margin: 0 auto;
}
.datepicker .day{
	font-weight: bold;
}
.datepicker-inline{
	margin: 0 auto;
	width: 403px;
}
.table-condensed th{
	font-weight: bold;
    padding: 10px 20px;
}
.table-condensed td{
	border: 1px solid #cccccc;
    padding: 16px 20px;
	transition: 0.5s;
}
.datepicker table tr td.day{
	transition: 0.5s;
}
.datepicker table tr td.day:hover{
	color: #ffffff;
	background: #004FA2;
	background: -moz-radial-gradient(center, ellipse cover, #004FA2 44%, rgba(255,255,255,1) 46%);
	background: -webkit-radial-gradient(center, ellipse cover, #004FA2 44%,rgba(255,255,255,1) 46%);
	background: radial-gradient(ellipse at center, #004FA2 44%,rgba(255,255,255,1) 46%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#ffffff',GradientType=1 );
	
	font-weight: bold;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background: rgb(41,137,216);
	background: -moz-radial-gradient(center, ellipse cover, #004FA2 44%, rgba(255,255,255,1) 46%);
	background: -webkit-radial-gradient(center, ellipse cover, #004FA2 44%,rgba(255,255,255,1) 46%);
	background: radial-gradient(ellipse at center, #004FA2 44%,rgba(255,255,255,1) 46%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#ffffff',GradientType=1 );
	color: #ffffff;
	font-weight: bold;
}
.flecha-next{
	position: absolute;
    right: -10px;
    bottom: 40%;
	font-size: 30px;
}
.flecha-prev{
	position: absolute;
    left: -10px;
    bottom: 40%;
	font-size: 30px;
}
.seleccionado{
	background: #5fd7ea;
	padding: 1px;
    border-radius: 5px;
}
.seleccionado img{
		opacity: 0.5;
}
.prereserva{
	background: #eae75f;
	padding: 1px;
	cursor: pointer;
    border-radius: 5px;
}
.prereserva img{
		opacity: 0.5;
}
.imgSlider{
	max-width: 80%;
	max-height:100px;
    margin: 0 auto;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.slick-initialized .slick-slide {
    display: block;
    outline: none !important;
}
.prodSlider{
	cursor: pointer;
	padding: 10px;
}
.btn-outline-secondary{
	border: 1px solid #059cd8 !important; 
	color: #000000 !important;
	font-size: 8px;
	padding: 0;
	min-width: 30px !important;
	margin: 0 !important;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:not([disabled]):not(.disabled):active {
    border-color: #059cd8!important;
    background-color: #059cd8!important;
    color: #FFFFFF!important;
}

.seleccionProducto{
	height: 110px;
}

#camaraShow{
	display:none;
}

#cargandoEstado{
	display:none;
}

@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}
/*Media query*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti-flag {background-image: url("../../images/flags@2x.png");}
}
@media (min-width: 1690px){
	header video {
	  position: absolute;
	  top: 60%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}
	.Fright{
		right:20%;
	}
	.Fleft{
		left:20%;
	}
}
/* pantallas grandes*/
@media (min-width: 840px) and (max-width: 1199px) {
	.card-formulario{
		width: 70%;
	}
	.slider-contenido {
		margin-top: 20px;
	}
	.Fright{
	right:2%;
	}
	.Fleft{
		left:2%;
	}
}

	

/* tablet*/
@media (max-width: 840px) { 
	.card-formulario{
		width: 98%;
	}
	.slider-contenido {
		margin-top: 15%;
		margin-left: 40px !important;
	}
	.img-slider-index{
		min-height: 500px;
	}
	.texto-slider {
		margin: 0 40px;
	}
	.numeros-slider{
		margin: 0 40px;
	}
	.boton-demostracion{
		margin-left: 20px;
		margin-top: 20px;
	}
	.img-slider-index{
		min-height: 500px;
	}
	.botones-slider{
		text-align: center;
	}
	.reservaSize{
		height: auto;
	}
	.Fright{
		right:2%;
	}
	.Fleft{
		left:2%;
	}
}
 .fc-event .fc-content{
	 cursor: pointer;
 }
/* movil*/
@media (max-width: 768px){
    .barraSup{
        height: 6px!important;
    }
	.navTopP{
		position: absolute; top: 30px;
	}
	.menuNavTop{
		color:#ffffff; box-shadow: none !important;  -webkit-box-shadow: none !important; -moz-box-shadow: none !important;  float:none;
	}
	header video {
	  position: absolute;
	  top: 50%;
	  left: 80%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}
	.Fright{
		right:2%;
	}
	.Fleft{
		left:2%;
	}
	.tituloVideo{
	font-size: 50px;
    font-weight: 600;
	/* font-family: 'heading_bold', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    line-height: 0.8;
	}
	.textoVideo{
		font-size: 17px;
	}
}
@media (max-width: 480px) { 
	.card-formulario{
		width: 98%;
	}
	.slider-contenido {
		margin: 0 20px;
	}
	.texto-slider {
		margin: 0 20px;
	}
	.numeros-slider{
		margin: 0 20px;
	}
	.boton-demostracion{
		margin-left: 20px;
		margin-top: 20px;
	}
	.img-slider-index{
		min-height: 500px;
	}
	.botones-slider{
		text-align: center;
	}
	.reservaSize{
		height: auto;
	}
	.tituloR1{
		font-size: 20px;
		color:#363636;
		font-weight: bold;
	}
	.tituloR2{
		font-size: 25px;
		color:#004FA2;
		font-weight: bold;
	}
	.contenrTR{
		line-height: 0.8;
		text-align: center;
		/* margin-top:20px; */
	}
	.fechaFlotante{
		top: 50px;
	}
	header video {
	  position: absolute;
	  top: 50%;
	  left: 80%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}
	.navTopP{
		position: absolute; top: 30px;
	}
	.menuNavTop{
		color:#ffffff; box-shadow: none !important;  -webkit-box-shadow: none !important; -moz-box-shadow: none !important; float:rnone;
	}
	.Fright{
		right:2%;
	}
	.Fleft{
		left:2%;
	}
	.btn-outline-secondary{
		min-width: 20px !important;
	}
	.textotelefono{
		display:none;
	}
}

.curculoHora{
    width: 70px;
    height: 70px;
    /* box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); */
    border:0.1px solid #E7E6E6;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 5px 5px 5px;
    font-size: 11px;
    transition: box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    margin-bottom: 10px;
    background-color: #FFF;
}


.owl-carousel .item:hover {
  /* background: #004FA2!important; color: #ffffff; */
  background: #e5e2e2!important;
  color: #000000!important;
}

.owl-carousel .owl-next, .owl-prev{
    font-size:40px!important;
    color:#004FA2!important;
}

.owl-nav{
    margin:0px!important;
}

.curculoHoraSmall {
    width: 70px;
    height: 70px;
    border: 0.1px solid #E7E6E6;
    border-radius: 10px;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 5px 5px 5px;
    font-size: 11px;
    transition: box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    margin-bottom: 10px;
    background-color: #FFF;
}

.curculoHoraSmallBlocked {
    width: 70px;
    height: 70px;
    border: 0.1px solid #E7E6E6;
    border-radius: 10px;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    cursor: pointer;
    padding: 10px 5px 5px 5px;
    font-size: 11px;
    transition: box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    margin-bottom: 10px;
    background-color: #FFF;
	pointer-events: none;
}

.owl-loaded{
    padding-left: 25px!important;
    padding-right: 25px!important;
}