@import url('https://fonts.googleapis.com/css?family=Rubik');
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}


body {
    position: relative;
    background: #333745 url(../img/1.png) center top no-repeat;
    min-height: 100%;
    font-size: 100%;
    width: 375px;
    padding: 35px;
    margin: 0 auto;
}

.body3{
	background: #333745 url(../img/back.jpg) center top no-repeat;
	}

.body2{
	background: #49AD79;
	}

.mapa {
	background: #333745 url(../img/mapa.jpg) center top no-repeat;
	}
	

.cck {
	background: #333745 url(../img/fondo_cck.jpg) center top no-repeat;
	}


.colon {
	background: #333745 url(../img/fondo_colon.jpg) center top no-repeat;
	}
	

.planetario {
	background: #333745 url(../img/fondo_planetario.jpg) center top no-repeat;
	}
	
	

p, a, label{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	}
p {margin-bottom: 10px;}



.selecionidioma {
    height: 377px;
    overflow: auto;
	}

header {
    display: flex;
	justify-content: space-between;
    width: 100%;
	margin-bottom: 70px;
	}
	
header .btn_menu {
    padding: 3px 0px;
	cursor: pointer;
}

.topmenu {
	width: 100%;
    display: flex;
    justify-content: space-between;
	}

.topmenu .back {}

.topmenu .logo {}

h1 , h2 {
	font-family: 'Rubik', sans-serif;
	font-size: 28px;
	color: #fff;
	padding: 4px 0px;
	margin-bottom: 9px;
	}
h2 {
	font-size: 22px;
	margin-bottom: 15px;
	}

h2 img {
    margin-right: 10px;
	}


.btn {
    display: inline-block;
    width: 100%;
    height: 46px;
    background: #ea2e49;
    color: #fff;
    padding: 13px 4px;
    text-align: center;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    border-radius: 5px;
	margin-top: 30px;
	cursor: pointer;
	}

.btn2 {
    background: #fff;
	color: #ea2e49;
	}

nav {
	position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #333745;
    padding: 45px 37px;
	z-index: 99;
	}

nav .btn_cerrar {
    position: absolute;
    top: 47px;
    right: 40px;
	cursor: pointer;
}

nav ul li {
    font-family: 'Open Sans', sans-serif;
    color: #333745;
    font-size: 16px;
    list-style: none;
    margin-bottom: 11px;
    text-transform: uppercase;
	}

nav ul li a {
    color: #333745;
    display: flex;
    line-height: 40px;
}


nav ul li a img {
	margin-right: 15px;
	}


nav ul .titmenu {
	font-family: 'Rubik', sans-serif;
	font-size: 28px;
	margin-bottom: 42px;
	}


.seccion1 {
	width: 100%;
	background: #ea2e49;
	}
	

.seccion2 {
	width: 100%;
	background: #333745;
	}
	
	
.selecionidioma .radio a{
	background: url(../img/btn_seleccion.svg) no-repeat left center;
    padding-left: 46px;
    margin-bottom: 21px;
    height: 44px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #646878;
	display: block;
	} 

.selecionidioma .radio a:hover{
	background: url(../img/btn_seleccion-check.svg) no-repeat left center;
	} 


/******** EXPLICACION *******/


.bxslider li {
	padding-left: 10px;
	height: 405px;
	}



/**** FORM *****/

input[type="text"],
input[type="password"],
input[type="mail"],
input[type="number"] {
    border: 1px solid #fff;
    background: transparent;
    padding: 12px 13px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
    height: 45px;
    color: #fff;
	outline: none;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
}


/***** Logueo *****/


.rpass {
	color: #333745;
	font-size: 15px;
	padding-left: 12px;
	}

.btn_red img{
	margin-top: 1px;
	}

.btn_red {
    text-decoration: none;
    background: #fff;
    color: #ea2e49;
    display: block;
    float: left;
    width: 49%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    padding-left: 7px;}

/***** Recuperar clave ******/


.overlay {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height:100%;
	background: #333745;
	opacity: 0.8;
	z-index: 10;
	}

.modal {
    width: 100%;
    height: 100%;
    z-index: 15;
    position: absolute;
    top: 0px;
    left: 0px;
	animation: slideUp 1s;
	-webkit-animation: slideUp 1s;
	}


.cont_modal {
    width: 85%;
    height: 60%;
    padding: 24px;
    background: #333745;
    margin-left: 7%;
    margin-top: 36%;
	}


/****** AGENDA *******/



.agenda {}

.tit_agenda {
	border-bottom: 1px solid #fff;
	margin-bottom: 45px;
	}


.agenda .tit_agenda h1,
.agenda .tit_agenda h2,
.agenda .tit_agenda p {
	display: inline-block;
	margin: 0;
	}

.agenda .tit_agenda p {
    float: right;
    padding-top: 14px;
    color: #5EDAE8;
	font-size: 16px;
	}

.agenda a {
	width: 100%;
    padding: 15px 6px;
    display: inline-flex;
    line-height: 33px;
	border-bottom: 1px solid #5C5F6D;
	background: url(../img/flecha.svg) no-repeat center right;
	}

.agenda a img {
	margin-right: 30px;
	}

.agenda a:hover {
	background:#ea2e49 url(../img/flecha.svg) no-repeat center right;
	transition: all 1s ease; 
	}


.agenda_hs a{
	width: 100%;
    padding: 15px 6px;
    display: inline-flex;
    line-height: 33px;
	border-bottom: 1px solid #5C5F6D;
	background: url(../img/ir_ubicacion.svg) no-repeat center right;
	}

.agenda_hs a span i {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	left: -5px;
    position: relative;
	}

.agenda_hs a span i img {
	width: 10%;
    margin: -1px 5px;
	}



.agenda_hs a span {
	font-size: 13px;
	line-height: 16px;
	}

.agenda_hs a span b {
	color:#5EDAE8;
	}

.agenda_hs .tit_agenda h1,
.agenda_hs .tit_agenda h2,
.agenda_hs .tit_agenda p {
	display: inline-block;
	margin: 0;
	}

.agenda_hs .tit_agenda p {
    float: right;
    padding-top: 14px;
    color: #5EDAE8;
	font-size: 16px;
	}

.agenda_hs .tit_agenda h2 {
	padding-left: 54px;
	line-height: 36px;
	}

.agenda_hs .tit_agenda h2 img{
	position: absolute;
    left: 40px;
	}


.map {}

.map .u1 {
    position: absolute;
    top: 27%;
    right: 5%;
	}

.map .u2 {
    position: absolute;
    top: 30%;
    left: 5%;
	}

.map .u3 {
    position: absolute;
    top: 66%;
    left: 5%;
	}

.map .u1:hover,
.map .u2:hover,
.map .u3:hover {
	opacity: 0.9;
	}

.entradas {
    margin-top: 116px;
	}

.entradas h1 {
    margin-bottom: 43px;
}

.entradas form {
    margin-top: 40px;
	}

.entradas .btn {
    margin-top: 14px;
	}


.scan {
	text-align: center;
	}





@keyframes slideUp {
	0% {transform: translateY(100%);	}

	65%{transform: translateY(-8%);	}

	80%{transform: translateY(4%);	}		

	100% {transform: translateY(0%);	}	

}



@-webkit-keyframes slideUp {

	0% {-webkit-transform: translateY(100%);	}

	65%{-webkit-transform: translateY(-8%);	}

	80%{-webkit-transform: translateY(4%);	}
		
	100% {-webkit-transform: translateY(0%);	}	

}





@media only screen and (max-width : 375px) {
 body {width: 100%;}
}
	