@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  text-align: justify;
  letter-spacing:1px;
  color: #333333;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  color: #DA0080;
}

header{
	width: 100%;
	height: auto;
}
.header-content{
	width: 100%;
}
.slide-container{
	width: 100%;
}


/*ESTILO DE SLIDESHOW*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 550px;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: gray;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.imagentrans1,.imagentrans2,.imagentrans3,.imagentrans,.imagentrans5 {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	float: left;
	background-image: url(images/1.jpg);
}

.imagentrans1{background-image: url(images/cielito1.jpg);}
.imagentrans2{background-image: url(images/cielito2.jpg);}
.imagentrans3{background-image: url(images/cielito3.jpg);}
.imagentrans4{background-image: url(images/cielito4.jpg);}
.imagentrans5{background-image: url(images/cielito5.jpg);}
/*FIN ESTILO DE SLIDESHOW*/

/*ESTILOS DE LOS ELEMENTOS ENCIMA DE SLIDESHOW*/
.encimadeslider{
	position: absolute;
	top: 0px;
	z-index: 99;
	width: 100%;
	height: 550px;
  margin: 0px auto;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+20,0+79,0.6+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 79%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 79%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */




}

.containertop{
  margin: 0px auto;
  width: 100%;
  max-width: 1080px;
  height: 100%;
}
#logo{
  height: 100%;
  width: 30%;
  margin-left: 5%;
  display: inline-block;
  background-image: url("images/cielo2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu-y-texto{
width: 65%;
height: 100%;
display: inline-block;
float: right;
}

#menu-y-texto nav{
  width: auto;
  height: auto;
  margin-right:1%;
  margin-top: 20px;
  float: right;
}
/*ESTILOS DE MENU*/
#menu-y-texto nav ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  letter-spacing:3px;
  text-align: center;
  /*background-color: #009BDD;*/
  border-radius: 5px;
  overflow: hidden;
}
nav ul li{
  display: inline-block;
  padding: 5px 10px;
}
nav ul li a{
  text-decoration: none;
  color: #fff;
}
nav ul li a.current:link, a.current:visited {
  text-decoration: none;
  color: #009BDD;
}


#text-enter{
  width:auto;
  margin-right: 5%;
  float: right;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 60px;
  color: white;
  letter-spacing:3px;
  text-align: right;
  position: relative;
  bottom: -190px;
}

/*ESTILO DE MENU RESPONSIVO*/
.menu{
    padding:0;
    list-style:none;
    width:140px;
    font-size:20px;
    float: right;
}
.responsivo{
  width: 100%;
  display: none;
  background: #009BDD;
  height: 47px;

}
 
.menu li a{/*titulo del menu*/
    display: block;
    border-bottom: 1px solid rgba(255,255,255, 0.2);
    border-top: 1px solid rgba(255,255,255, 0.2);
    background: #009BDD;
    text-decoration:none;
    color:#FFF;
    padding:10px;
    text-align: center;
}
.menu li a:hover{
    -moz-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
}

.menu li ul li a{
    font-size:14px;
    color:#333333;    
}
 
.menu ul{
    margin:0;
    padding:0;
    list-style:none;
    height:0;
    overflow: hidden;
    transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
}
 
.menu li:hover ul{
    height:160px;
    overflow-y:hidden;
    overflow-x:hidden;
}
 
.menu ul li a{
    background:#fafafa;
}
 
.menu ul li a:hover {
    background: #009BDD;;
    color: #fff;
}
/*FIN ESTILO DE MENU RESPONSIVO*/




main{
  width: 100%;
  height: auto;
}
.cuerpo{
  margin: 0px auto;
  width: 100%;
  max-width: 1080px;
  padding-top: 50px;
}
#textonormal h1{
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 60px;
  color: #009BDD;
  letter-spacing:3px;
  text-align: center;
  margin-bottom: 20px;
}
#textonormal h2{
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
#textonormal .bold{
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 30px;
}
#textonormal{
  width: 70%;
  height: auto;
  display: inline-block;
  font-size: 16pt;
}
#textonormal ul{
  list-style: none;
  font-size: 14pt;
  line-height: 40px;
  text-align: left;
}
#textonormal ul li{
  text-align: center;
}
.details-list{
}
.espacios{
  width: 96%;
  padding: 2%;
  display: inline-block;
  vertical-align: text-top;
  border-radius: 5px;
  margin-bottom: 35px;
}

.espacios h2 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}

.espacios ul {
  list-style: none;
  font-size: 14pt;
  line-height: 40px;
  text-align: left;
}
aside{
  width: 25%;
  height: auto;
  margin-left: 5%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
#foto-alterna{
  width: 100%;
  max-width: 300px;
  height: 500px;
  background-image: url("images/muro-banners_edit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#redes{
  width: 100%;
  background-color: gray;
  overflow: hidden;

}
#mapa{
  width: 100%;
  margin-top: 35px;

}
#mapa iframe{
  width: 100%;
}
aside ul{
  width: 100%;
  max-width: 270px;
  background-color: rgb(205,205,205);
  border-radius: 10px;
  overflow: hidden;
  padding: 15px 0px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
aside ul li{
  width: 90%;
    text-align: center;
  text-decoration: none;
  list-style: none;
  margin: 5px 5%;
}
aside ul li h1{
  text-align: center;
  padding-top: 5px;
}
aside ul li h2{
  text-align: center;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 700;
}
.instalaciones{
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.instalaciones li{
  width: 31.3%;
  margin: 1%;
  display: inline-block;
}
.instalaciones .vertical{
    width: 31.3%;
}
.instalaciones .medio {
  width: 48%;
  display: inline-table;
}
.instalaciones li img{
  width: 100%;
  height: auto;
}

footer{
  width: 100%;
  height: auto;
  background-color: #0099CC;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;

}

footer ul{
  margin: 0px auto;
  text-align: center;
  width: 100%;
  text-decoration: none;
}
footer ul li{
  text-decoration: none;
  list-style: none;
  text-align: center;
  color: #fff;
}
/*--boton ir arriba--*/
.ir-arriba {
  display:none;
  padding:20px;
  background:#024959;
  font-size:20px;
  color:#fff;
  cursor:pointer;
  position: fixed;
  bottom:20px;
  right:20px;
  z-index: 99;
}/*--boton ir arriba--*/

/*-------------------------------- ESTILO PARA LAS PAGINAS --------------------------------*/
/*-------------------------------- ESTILO PARA LAS PAGINAS --------------------------------*/

#eventos{
  width: 100%;
  height: auto;
  background-color: #A4ADB6;
  margin-top: 50px;
}
#eventos h1{
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 60px;
  color: #fff;
  letter-spacing:3px;
  text-align: center;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.thumbnail-events{
  width: 100%;
  height: auto;
  background-color: #000;
  cursor: pointer;
}
.thumbnail-events li{
  width: 33.33333333%;
  height: auto;
  display: inline-block;
  text-decoration: none;
  list-style: none;
  overflow: hidden;
}
.thumbnail-events li img{
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.thumbnail-events li:hover img{
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  opacity: .5;
}

.thumbnail-events li span{
  position: relative;
  display: block;
  width: auto;
  top: -50px;
  color: #fff;
  font-size: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  opacity: 1;

}

img:hover+span {
  opacity: .9;
  background-color: #0099CC;
}
span:hover {
  background-color: #0099CC;
}

#services-list{
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  display: block;
  height: auto;
  padding-top: 40px;
}
#services-list ul{
  text-decoration: none;
  list-style: none;
  text-align: center;
}
#services-list ul li{
  width: 31%;
  height: auto;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
}
li #miniatura{
  width: 96%;
  margin: 2%;
  height: auto;
  display: inline-block;
}
li #miniatura img{
  width: 100%;
  height: auto;
}
#description{
  width: 96%;
  margin: 2%;
  display: inline-block;
  vertical-align: top;
}
#description h1{
  font-weight: 700;
  margin-top: 5%;
  margin-bottom: 10px;
  text-align: left;
  font-size: 24px;
}
#description h2{
  height: auto;
  font-size: 12pt;
}
#description h3{
  font-weight: 300;
  color: #fff;
  font-size: 14pt;
  height: 30px;
  padding-top: 5px;
  width: 100px;
  text-align: center;
  background-color: rgb(155,155,155);
  margin-top: 20px;
}
#description h3:hover{
  background-color: #009BDD;
}


/*ESTILO DE FORMULARIO DE CONTACTO*/
article{
  width: 96%;
  max-width: 1080px;
  margin:0px auto;
}
article h1{
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 60px;
  color: #009BDD;
  letter-spacing:3px;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}
article h2{
  height: auto;
  font-size: 14pt;
  text-align: center;
}
article h3{
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #009BDD;
  letter-spacing:3px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
#emailform{
  width: 100%;
}
#correo{
  margin: 0px auto;
  background-color: #e7e6e6;
  width: 70%;
  display: block;
  border-radius: 10px;
  margin-bottom: 50px;
}
#registro{
  margin: 20px;
}
#etiqueta{
  padding:10px;
  font-size: 20px;
}

#campo{
  width: 100%;
  font-size: 20px;
}
#campo input[type=text]{
  font-size: 16px;
}
input[type=text]{
border: 2px #0c456b;
border-radius: 4px;
height: 20px;
width: 95%;
-webkit-appearance: none;
padding: 10px;
}
textarea{
border: 2px #0c456b;
border-radius: 4px;
width: 95%;
-webkit-appearance: none;
padding: 10px;
}
input[type=submit]{
  width: 100px;
  height: 30px;
  align-content: center;
  text-align: center;
  margin: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
}
input[type=submit]:hover{
  font-size: 18px;
  color: #009BDD;
}
/*ESTILO DE FORMULARIO DE CONTACTO*/


.fondo-gracias{
  width: 100%;
  height: 900px;
  background-image: url("images/cielito2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
}
.dropshadow{
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+20,0+79,0.6+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 79%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 79%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 79%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
#logotipo-gracias{
  width: 80%;
  height: 50%;
  margin: 0px auto;
  padding-top: 10%;
  background-image: url("images/cielo2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
#mensaje{
  
  margin: 0px auto;
  display: block;
  width: 60%;
  max-width: 800px;
  background-color: rgba(0,0,0,.8);
  border-radius: 10px;
  padding:50px 10% 30px 10% ;

}
#mensaje h1{
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 35px;
  color: white;
  letter-spacing:3px;
  text-align: center;
  margin-bottom: 20px;
}
#mensaje h2{
  text-align: center;
  font-weight: 400;
  color: white;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 28px;
}
#mensaje h3{
  text-align: center;
  height: 50px;
}
#mensaje h3 a{
  text-align: center;
  color: white;
}
#mensaje h3 a:hover{
  color: #009BDD;
  font-size: 24px;
}
.pentatonic_design{
	font-size:.8rem;
	color:rgba(255, 255, 255, .6);
	font-family: 'Raleway', sans-serif;
	text-align:center;
}
.pentatonic_design a{
	color:rgba(255, 255, 255, .8);
}
.pentatonic_design a:hover{
	color:rgba(255, 255, 255, 1);
}
.logo_pentatonic{
	 width:15px;
	vertical-align:sub;
}
hr{
	margin:20px 0px !important;
	border:1px dotted #ccc;
	padding:20px 0px;
}
.privacidad {
font-size:.8rem;
	color: rgba(255, 255, 255, .8) !important;
}
.privacidad a {
	color: rgba(255, 255, 255, .8) !important;
}
.privacidad a:hover {
	color: rgba(255, 255, 255, 1) !important;
}
strong{
	font-weight:bolder;
}
.aviso_privacidad li{
	margin:10px 30px;
	font-weight:bolder;
	
}

	
	