/* GENERALES */
html {
  	position: relative;
  	min-height: 100%;
}
body {
  	/* Margin bottom by footer height */
  	margin-bottom: 80px;
	background-color: #333 !important;
	font-family: 'Cairo', sans-serif !important;
	color: #FFF;
}
.invisiblekid {
	clear: both;
}
.g-recaptcha {
	max-width: 100% !important;
	overflow: hidden;
}
iframe {
	margin: 0 auto;
	width: 100%;
	max-width: 100% !important;
}
a, a:hover, a:focus {
	text-decoration: none !important;
}
.left {
	float: left;
}
.omega {
	display: none !important;
}
.color {
	color: yellow;
}
.row.pic {
	padding: 0 15px;
}
.flag {
	position: relative;
	top: -10px;
}
/* HEADER*/
.navbar {
	height: 60px !important;
	background-color: #222;
	width: 100%;
	color: #FFF;
}
.navbar-brand small {
	color: yellow;
}
.navbar-brand h3 {
	margin-top: 1px;
	text-align: center;
	line-height: 0.7em !important;
	color: #FFF;
}
.navbar-nav > li > a {
	padding: 5px 30px 0 30px;
	font-size: 1.1em;
	font-weight: 700;
  	color: #9a999e !important;
  	text-align: center;
	-webkit-transition-property: color !important;
  	-webkit-transition-duration: 1s;
  	-webkit-transition-timing-function: ease;
  	-moz-transition-property: color !important;
  	-moz-transition-duration: 1s;
  	-moz-transition-timing-function: ease;
}
.navbar-nav > li > a:hover {
  	color: yellow !important;
	-webkit-transition-property: color !important;
  	-webkit-transition-duration: 1s;
  	-webkit-transition-timing-function: ease;
  	-moz-transition-property: color !important;
  	-moz-transition-duration: 1s;
  	-moz-transition-timing-function: ease;
	-webkit-animation: flash 2s infinite;
    animation: flash 2s infinite;
}
.navbar-nav > li {
	margin-top: 20px;
}
.navbar-toggle {
	border-color: #9a999e !important;
}
.navbar-toggle:hover, .navbar-toggle:focus {
	background-color: transparent !important;
	border-color: yellow !important;
}
.navbar-toggle .icon-bar {
	background-color: #9a999e !important;
	z-index: 500;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
	background-color: yellow !important;
}
#navbar {
	background-color: #222;
}
.navbar-collapse.in, .navbar-collapse.collapsing {
	margin-top: 0px !important;
	border-top: none !important;
	border-bottom: 3px solid yellow;
}
.navbar-collapse.in li, .navbar-collapse.collapsing li {
	margin: 10px auto;
	text-align: center;
}
.navbar-collapse.in li a, .navbar-collapse.collapsing li a {
	padding: 5px 0;
}
.navbar-collapse {
	border-top: 0px !important;
	box-shadow: none;
}
/* TIPOGRAFIA */
.titulo {
	padding: 8px 30px;
	background-color: #222;
	color: yellow;
	margin-bottom: 0;
}
h4.titulo.blue a {
	color: #73a6ff !important;
}
h4.titulo.terracota a {
	color: #f35359 !important;
}
h4.titulo.verde a {
	color: #12a656 !important;
}
h4.titulo a:hover {
	color: yellow !important;
}
.centro {
	text-align: center;
}
.textitulo {
	top: 30px;
	left: 150px;
	color: #FFF;
	position: absolute;
	text-shadow: 3px 3px 6px #000;
}
.textitulo h1 {
	font-size: 100px;
	font-weight: bold;
	line-height: 70px;
}
.textitulo h1 small {
	color: yellow;
	font-weight: bold;
}
/* CONTENIDO */ 
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.marco {
	background: #111;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.marco img {
	-webkit-transition-property: opacity;
  	-webkit-transition-duration: 1s;
  	-webkit-transition-timing-function: ease;
  	-moz-transition-property: opacity;
  	-moz-transition-duration: 1s;
  	-moz-transition-timing-function: ease;
}
.marco img:hover  {
	opacity: 0.3;
	-webkit-transition-property: opacity;
  	-webkit-transition-duration: 1s;
  	-webkit-transition-timing-function: ease;
  	-moz-transition-property: opacity;
  	-moz-transition-duration: 1s;
  	-moz-transition-timing-function: ease;
}
.imagenicio {
	position: relative;
}
.imagenicio h1 {
	position: absolute;
	top: 70px;
	left: 70px;
	font-size: 6em;
	line-height: 0.8em;
}
.imagenicio h1 small {
	color: #222;
}
/* CARRUSEL */
.item img, .imgcent  {
	margin: 0 auto;
}
#carousel {
	max-width: 2496px;
	margin: 59px auto 0 auto;
	position: relative;
}
.pantalla {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}
.pantalla .container {
	background-color: rgba(0,0,0,0.7);
}
/* CONTACTO */
.submit {
	font-weight: 700;
	color: yellow;
	background-color: #222;
	border: none;
}
.submit:hover {
	color: #222;
	background-color: yellow;
}
/* FOOTER */
footer {
  	position: absolute;
	color: #FFF;
  	bottom: 0;
  	width: 100%;
  	/* Set the fixed height of the footer here */
  	height: 80px;
	background: #222; /* Old browsers */
	overflow: hidden;
	text-align: center;
}
footer a {
	color: #FFF;
}
footer a:hover {
	color: yellow;
}
.pastilla {
	padding: 20px;
	height: 30px;
	width: 100%;
	background: #333 !important;
}
.pastilla h5 {
	color: #CCC;
	position: relative;
	top: -20px;
}
.pastilla a {
	color: #FFF;
	font-weight: 700 !important;
}
/* FADE IN */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; opacity: 1\9; /* IE9 only */ } to { opacity:1; } }
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}
.fade-in.one {
-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
animation-delay: 0.7s;
}
.fade-in.two {
-webkit-animation-delay: 1.2s;
-moz-animation-delay:1.2s;
animation-delay: 1.2s;
}
.fade-in.three {
-webkit-animation-delay: 1.6s;
-moz-animation-delay: 1.6s;
animation-delay: 1.6s;
}
.fade-in.four {
-webkit-animation-delay: 1.9s;
-moz-animation-delay: 1.9s;
animation-delay: 1.9s;
}
@media (min-width:1025px) {
}
/* ADAPTACIÓN A MÓVIL */
@media (min-width:950px) and (max-width:1025px) {

}
@media (min-width:735px) and (max-width:1025px) {

}
@media (min-width:751px) and (max-width:950px) {

}
@media (min-width:100px) and (max-width:769px) {
	body {
  		margin-bottom: 160px;
	}
	.pantalla {
		position: inherit;
	}
	.textitulo h1 {
		text-align: center;
		left: 110px;
	}
	.titulo {
		text-align: center;
	}
	footer {
  		height: 160px;
	}
}
@media (min-width:100px) and (max-width:600px) {
	.textitulo {
		top: 25px;
		left: 100px;
		position: absolute;
	}
	.textitulo h1 {
		font-size: 50px;
		line-height: 40px;
	}	
}
@media (min-width:100px) and (max-width:415px) {
	.textitulo {
		top: 20px;
		left: 80px;
		position: absolute;
	}
	.textitulo h1 {
		font-size: 50px;
		line-height: 40px;
	}
}
@media (min-width:100px) and (max-width:385px) {
	.textitulo {
		top: 20px;
		left: 60px;
		position: absolute;
	}
	.textitulo h1 {
		font-size: 50px;
		line-height: 37px;
	}
}
@media (min-width:100px) and (max-width:376px) {
	.textitulo {
		top: 20px;
		left: 80px;
		position: absolute;
	}
	.textitulo h1 {
		font-size: 40px;
		line-height: 33px;
	}

}
@media (min-width:100px) and (max-width:321px) {
	.textitulo {
		top: 30px;
		left: 70px;
		position: absolute;
	}
	.textitulo h1 {
		font-size: 30px;
		line-height: 27px;
	}
}

