@font-face {
    font-family: 'Prompt';
    src: url('./fonts/Prompt-Regular.woff2') format('woff2'),
		url('./fonts/Prompt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: block;
}

body {
	padding-top: 3rem;
	padding-bottom: 0rem;
	color: #5a5a5a;
	background-color: rgba(0,0,0,0);
}

main{
	background-color: rgba(0,0,0,0);
}

.carousel {
	margin-bottom: 4rem;
}

.carousel-caption {
	top: 5rem;
	z-index: 10;
}

.carousel-caption-testimonios {
	top: 0.75rem;
	z-index: 10;
}

.carousel-btn {
	
	margin-top:300px;
}

.carousel-item {
	height: 32rem;
}

.carousel-testimonios{
	height: 8rem;
}

.carousel-we-say{
	height: 550px !important;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}

.carousel-testimonios > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}

.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}
.marketing h2 {
	font-weight: 400;
}
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

@media (min-width: 40em) {

	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}

/* Final carousel */
.navbar{
	height: 80px;
}

.carousel-item > img{
	height: auto;
	min-width: 500px;
		
}

.carousel-testimonios > img{
	height: auto;
	min-width: 500px;
		
}

@media (min-width:760px){
	
	.carousel-item > img{
	height: auto;
	min-width: 500px;		
	}
	
	.carousel-testimonios > img{
	height: auto;
	min-width: 500px;		
	}
}

.slide{
	margin-bottom: 0px;
}

.slider-divider-dark{	
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 2;
	border-top: 1px solid rgba(0, 0, 0, 0.5);	
}

.slider-divider{	
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 2;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.text-shadow{
	text-shadow: 2px 2px 5px #333333;
}

.home-remoto{
	height: 100%;
}

.text-over-image{
	z-index: 10;	
}

.fill-height {
    min-height: 100%;
    height:auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}

.carousel-item {
	height: 100vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-testimonios {
	height: 10vh;
	min-height: 94px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.marketing{
	max-width: 100%;	
}

.titulares{
	margin-top: 200px;
	margin-botom: 200px;
}

.tamano-icono{
	font-size: 35px;
}

.btn-superior{
	position: absolute;
	bottom: 0px;
	width: 100%;	
}

.btn-mas-info-corregido{
	padding-top: 0px;
}

.parallax-uno {
	/* imagen de fondo */  
	background-image: url("../img/offtime-app-time-to-control-your-life.jpg");
	background-color: #000000;

	/* Altura específica */
	min-height: 300px; 

	/* efecto parallax */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-dos{ 
	background-image: url('../img/offtime-app-time-to-control-your-life.jpg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fondo-transparente{
	background-color: rgba(0,0,0,0) !important;
}

.contenido-noticia{
	margin-top: -12px;
}

.separadores-footer{	
	border-bottom: 1px dotted #6c757d;		
}

.centrado-menu{
	padding-top: 5px;
}

h1 {
	font-weight: 300;
	font-size: 4rem;
}

.altitud-corregida-testimonios{
	margin-top: -5px;
}

.featurette-heading{
	font-size: 30px;
}

.titular-featurette{
	margin-top: -165px;
}

@media (max-width: 991px) {

  .featurette-heading {
    margin-top: 100px;    
	margin-bottom: 30px;
  }
}

.lista-footer{	
	list-style-type: none !important;
}

footer ul{
	padding-left: 0px;
}

footer ul{
	text-align: right;
}

@media (max-width: 570px) {
	
	.btn-slider-resposive-top{
		margin-top: -75px !important;
	}

	.btn-slider-resposive-bottom{
		margin-top: -15px !important;
	}  
}

.titular {
	height: 100vh;
	-webkit-flex-flow: column wrap;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;  
}

.flickr-align-center{
	margin: auto !important;
}

.carousel-features{
	 height: 80rem;
}

.carousel-features {
	height: auto;
	min-height: 94px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#carousel-indicators-features{	
	position: absolute !important; 
	top: 100px !important;
}

#carousel-inner-features{
	max-height: auto !important;
}

#features-indicator{
	width:100px !important; 
	height:5px !important;
	margin-top: 20px !important;
	margin-right: 100px !important;
}

.hit-area-corregida{
	height: 50px;
}

.container-faq{
	min-width: 100% !important;
}

.faq-input-search{
	max-width: 500px !important;
	margin: auto !important;
}

@media (max-width:760px){

	.slider-titles{
		font-size: 40px;
	}			
}

@media (max-width:760px){
	.ajuste-features-mobile > .row{
		margin: 0px !important;
	}
}

.entry-title > a{
	font-color: black !important;
}

.nav-size{
	font-size: 18px;
	font-weight: 400;
}

.really-rounded{
	color: white;
	border-radius: 50px;
}


.carousel-item-auto{
	height: auto;
	min-width: 500px;		
}

.carousel-item-auto > img{
	height: auto;
	min-width: 300px;		
}

#imagen-100{
	width: 100% !important;
}

.botones-descarga{
	max-width: 675px;
}

header 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%);
}

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

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

@media (pointer: coarse) and (hover: none) {
  
	header {
		background: '../img/offtime-fondo-slider-1.jpg') black no-repeat center center scroll;
	}
	video {
		display: none;
	}
}

.cien-por-cien-x{
	max-width: 100% !important;
}

#imagen-100{
	width: 100% !important;
}

.imagen-100{
	width: 100% !important;
}

.carousel{
	width: 100% !important;
	height: 100% !important;
}

.carousel-inner{
	width: 100% !important;
}

.carousel-item{
	width: 100% !important;
	height: 100% !important;
}

header {
	position: relative;
	background-color: black;
	height: 75vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}

header 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%);
}

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

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

@media (pointer: coarse) and (hover: none) {
	header {
		background: url('../img/offtime-app-unplug-digital-detox-home.jpg') black no-repeat center center scroll;
	}
	header video {
		display: none;
	}
}

/* Botón back to top */
#boton-to-top {
	display: inline-block;
	background-color: rgb(227,228,229);
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#boton-to-top::after {
	line-height: 50px;
	color: #fff;
}

#boton-to-top:hover {
	cursor: pointer;
	background-color: #333;
}

#boton-to-top:active {
	background-color: #555;
}

#boton-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* Aceptación de cookies */ 

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
       background-color: #666666;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: none;
	color: white;
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.text-shadow{
	text-shadow: 2px 2px 5px #333333;
}

.h1,h2,h3,h4,h5,p,a{
	font-family: 'Prompt', sans-serif;
}
.h1{
	font-size: 30pt;
	color: rgb(11,48,71);
}

p{
	
	font-size: 16pt;
} 

.text-over-light{
	color: rgba(11,48,71,0.6) !important;
}

.title-over-light{
	color: rgba(11,48,71,0.9) !important;
}

.alto-logos-clientes{
	max-height: 350px !important;
}
.carousel-item-cuadricula{
	min-height: auto !important;
}

.title-walktrough{
	color: rgb(11,48,71) !important;
	font-size: 20px !important;
}

.text-walktrough{
	color: rgba(11,48,71,0.6) !important;
	font-size: 16px !important;
}

.mw-100{
	min-width: 100% !important;
}

.text-newblack{
	color: rgb(11,48,71) !important;
}

.sombra{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	    padding-right: 15px;
    margin: 0px, 15px;
}

.filter-option{
	width: 60px !important;
}

.bootstrap-select{
	width: 100px !important;
}

.m-h-384{
	min-height: 384px !important;
}

.text-over-white-image{
	text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

@media (max-width: 1199px){
	.navbar-collapse{
		/*z-index: 600 !important;*/
		position: absolute !important;
		top: 43px !important;
		left: 0px !important;
		width:100% !important;
	}
	.mySelect{
		
	}
}

@media (min-width: 1200px){
	.navbar-collapse{
		/*z-index: 600 !important;*/
		position: relative !important;
		
	}
	.mySelect{
	padding-bottom: 0px;
	}
}