@charset "UTF-8";
/* EL GEISER CSS Document */

body {
	/*background-image:url(../img/fondo_geiser.jpg);  Nuestra imagen de fondo */
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-size:cover; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
	background-color: #F09001;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:20px;
}

/* COOKIES */
#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
    box-shadow: 0px -1px 3px black;
    padding: 13px;
    text-align: center;
    z-index: 99;
}

.container{
	max-width: 1000px;
}

/* CABECERA */
.navbar{
	background-color: #3B1D3E;
	box-shadow: 0 1px 3px #111;
	border-bottom: 2px solid #fff;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	padding-top: 40px;
	background-color: #fff;
	border-bottom: 2px solid #fff;
}
/* Desde el posicionamiento de la imagen, necesitamos ayudar al subtítulo */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  text-shadow: 1px 1px 2px #000;
}

/* Declarar alturas debido al posicionamiento del elemento img */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

/* ICONOS */

.iconos{
	background-color: #F09001;
	height: 250px;
	padding-top: 20px;
	text-align: center;
	
	/* CENTRAR EL CONTENIDO DEL DIV */
	width:100%;/* max-width:1000px; */ ; 
	/* CENTRAR EL CONTENIDO DEL DIV */
}

.icono_01 {
  animation-duration: 3s;
  padding: 0 0 0 0;
  
}
.icono_02 {
  animation-duration: 3s;
  animation-delay: 0s;
	padding: 0 0 0 0;
}
.icono_03 {
  animation-duration: 3s;
  animation-delay: 0.2s;
	padding: 0 0 0 0;
}
.icono_04 {
  animation-duration: 3s;
  animation-delay: 0.3s;
	padding: 0 0 0 0;
}
.icono_05 {
  animation-duration: 3s;
  animation-delay: 0.4s;
	padding: 0 0 0 0;
}
.icono_06 {
  animation-duration: 3s;
  animation-delay: 0.5s;
	padding: 0 0 0 0;
}

/* CONTENIDO MAIN */
.main{
	background-color: #F09001;
	padding: 85px 0 45px 0;
	text-align: center;
}
.main .texto_pie{
	font-family: 'Yellowtail', cursive;
	color: #3B1D3E;
	font-size: 35px;
}

/* GRECAS */
.grecas{
	width: 100%;
	height: 500px;
	margin:0 auto;
	background-image:url(../img/fondo_grecas.png),url(../img/fondo_borde_arriba.png);
	background-repeat:repeat-x, repeat-x;
	background-position: top, bottom ;
	position: absolute;
	z-index: 2;
}

/* PARALAX 01 */
.parallax_01 {
	height: 500px;
	background: transparent;
    position: relative;
}

/* BORDES */
.bordes{
	width: 100%;
	height: 800px;
	margin:0 auto;
	background-image:url(../img/fondo_borde_arriba.png),url(../img/fondo_borde_abajo.png);
	background-repeat:repeat-x, repeat-x;
	background-position: top, bottom ;
	position: absolute;
	z-index: 2;
}
/* BORDE SUP */
.borde_sup{
	height: 120px;
	width: 100%;
	background-repeat:repeat-x;
	background-position:bottom;
	background-image:url(../img/fondo_borde_arriba.png);
}

/* SERVICIOS */
.servicios-content{
	padding-top: 80px;
}
/* CONTENIDO FONDO BLANCO */
.fondo_blanco{
	background-color:#fff;
	text-align: center;
	padding: 30px 0 40px 0;
}
.fondo_blanco h2 {
    color: #F64740;
	font-family: 'Kaushan Script', cursive;
}
.fondo_blanco hr {
	background:#3B1D3E;
	width: 80%;
	height:3px;
	border:none;
}
/* BORDE INF */
.borde_inf{
	height: 120px;
	width: 100%;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(../img/fondo_borde_abajo.png);
}

/* MAPA */
.mapa{
	padding: 20px;
	text-align: center;
}
.mapa h2 {
    font-family: 'Kaushan Script', cursive;
	color: #F64740;
}
.mapa h3 {
	color:#3B1D3E;
	font-family: 'Yellowtail', cursive;
	
}
.mapa hr {
	background:#F64740;
	width: 90%;
	height:3px;
	border:none;
}

/* REMATE */
.remate_bordeinf{
	width: 100%;
	height: 400px;
	margin:0 auto;
	background-image:url(../img/base_naranja.png),url(../img/fondo_borde_abajo.png);
	background-repeat:no-repeat, repeat-x;
	background-position: center bottom, top;
}

/* TRANSPARENTE 2*/
.transparente2{
	background-image:url(../img/fondo_geiser_02.jpg); /* Nuestra imagen de fondo */
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-position: center bottom;
	background-attachment: fixed;
	background-size:cover;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}

/* CONTENIDO ABAJO */
.contenido_morado{
	width: 100%;
	background:#3B1D3E;
	border-top: 1px solid #fff;
}

.contenido_blanco{
	max-width: 1000px;
	background:#fff;
}
.contenedor {
	width: 100%;
	max-width:1000px;
	margin:auto;
}

section {
	padding:20px;
	margin:0 20px;
}

section h2 {
	font-family: 'Kaushan Script', cursive;
	color: #F64740;
}
section h3 {
	color:#3B1D3E;
	font-family: 'Yellowtail', cursive;
}

section hr {
	background:#3B1D3E;
	height:2px;
	border:none;
}

section p {
	line-height: 25px;
}

section h2, section p, section hr {
	margin-bottom: 20px;
}
/* GRECAS ABAJO */
.grecas_abajo{
	height: 200px;
	width: 100%;
	background-image:url(../img/fondo_grecas_abajo.png);
	background-position:left bottom;
	background-repeat:repeat-x;
}
/* GALERÍA */
.galeria{
	margin:auto;
	text-align: center;
	padding: 80px 0 80px 0 ;
	border-bottom: 2px solid #EBDA47;
}
.galeria h1{
	font-family: 'Kaushan Script', cursive;
	color: #DCAA14;
}
.galeria .galeria-content .contenedor-imagen {
	margin-bottom: 40px;
	max-height: 180px; /* altura de las imagenes */
	overflow: hidden; /* ocultar el sobrante de la imagen */
}

.galeria .galeria-content .contenedor-imagen a {
	background: #3da5e2;
	display: inline-block;
}

.galeria .galeria-content .contenedor-imagen:hover img {
	opacity: .3;
}

.galeria .modal-dialog {
	margin: 0px auto;
	height: 100%;
	max-width: 1000px;
}

.galeria .modal-content {
	width: auto;
}

/* FOOTER */
.footer{
	background-color: #F09001;
	padding:50PX 0 50PX 0;
}
.footer h2 {
	color:#3B1D3E;
}

.footer hr {
	background:#F64740;
	width: 80%;
	height:3px;
	border:none;
}

.footer p {
	line-height: 25px;
}

.footer h2, .footer p, .footer hr {
	margin-bottom: 20px;
}

/* SUBIR */

.totop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 104400;
	background: url(../img/icono_subir.png) no-repeat;
	
}

.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Aumente el tamaño del contenido del carrusel */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  
}
/* --- MEDIAQUERIES ---  */

/* Dispositivo xl */
@media screen and (max-width:1199px) {}

/* Dispositivo lg */
@media screen and (max-width:991px) {

	.modal .modal-dialog {
		width: 95%;
	}

	.modal .modal-dialog .modal-content img {
		width: 100%;
	}
}

/* Dispositivo md */
@media screen and (max-width:767px) {
	
}

/* Dispositivo sm */
@media screen and (max-width:575px) {
	
	/* TRANSPARENTE 2*/
.transparente2{
	background-image:url("../img/fondo_geiser_02_movil.jpg"); /* Nuestra imagen de fondo */
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-position: center bottom;
	background-attachment: fixed;
	background-size:cover;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}
	
}