/* Body */
	body{
		font-family: 'Open Sans', sans-serif;
		letter-spacing: 1px;
		background: url("../images/bg.jpg") left top no-repeat;
		overflow: hidden;
		touch-action: none;
		-ms-touch-action: none;
		-webkit-touch-action: none;
		-moz-touch-action: none;
	}
	section{
		width: 1920px;
		height: 1080px;
		position: absolute;
		display: none;
	}

/* Transversal */
	#btnInicio {
	    cursor: pointer;
	    background: #FFF;
	    position: absolute;
	    border-radius: 5px;
	    right: 149px;
	    top: 25px;
	    padding: 15px 20px;
	}
	#btnInicio > img {
	    display: inline-block;
	}
	#btnInicio > p {
	    display: inline-block;
	    vertical-align: top;
	    font-size: 1.6em;
	    color: #305088;
	    font-weight: bold;
	}
	#btnInicio:hover{		
	    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.4);
	}

/* Home */
	section#viewHome {
	}
	section#viewHome #lang {
		cursor: pointer;
	    position: absolute;
	    background: #FFF;
	    right: 130px;
	    top: 10px;
	    padding: 10px 50px 13px 90px;
	    border-radius: 10px;
	    letter-spacing: 1px;
	}
	section#viewHome #lang:hover{		
	    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.4);

	}
	section#viewHome #lang:before {
	    content: "";
	    background: #305088;
	    width: 50px;
	    height: 65px;
	    display: block;
	    position: absolute;
	    left: 20px;
	    top: 0;
	    border-radius: 0 0 10px 10px;
	}
	section#viewHome #lang a{
	    color: #305088;
	    font-size: 3.2em;
	    font-weight: bold;
	    text-transform: uppercase;
        text-decoration: none;
	}
	/* Logo Home */
	#logo {
	    position: absolute;
	    top: 590px;
	    right: 60px;
	}

	/* Botones Home*/
	.btnHome#consulta{
		top: 260px;
	}
	.btnHome#puntos{
		top: 640px;
	}
	.btnHome {
		cursor: pointer;
	    background: #FFF;
	    position: absolute;
	    border-radius: 25px;
	    left: 130px;
	    padding: 40px 30px;
	}
	.btnHome:hover{
	    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.4);
	}
	.btnHome > img {
	    display: inline-block;
	}
	.btnHome p {
	    display: inline-block;
	    vertical-align: top;
	    font-size: 3.7em;
	    color: #2f4f87;
	    width: 500px;
	    font-weight: bold;
	    margin: 10px 0 0 10px;
	}

/* Tasas */
#layerBg{
	background: rgba(255, 255, 255, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:90;
	display: none;
}
#layerBg .loader{
    background: #fff url(../images/loader.gif) no-repeat;
    width: 140px;
    height: 140px;
    background-size: cover;
    margin: -75px 0 0 -75px;
    top: 50%;
    position: absolute;
    left: 50%;
    border-radius: 50%;
    border: 20px solid #FFF;
}
#layerTasas {
    background: #305088;
    z-index: 100;
    position: absolute;
    border-radius: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 630px;
    margin: auto;
    width: 760px;
    display: none;
}
#layerTasas .close {
    color: #FFF;
    font-weight: bold;
    font-size: 5em;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: -15px;
    cursor: pointer;
}
#layerTasas h3 {
    color: #FFF;
    font-size: 2.5em;
    font-weight: bold;
    width: 820px;
    text-align: center;
    margin: 40px 0 0;
}
#layerTasas h3 em{
	color: #bb3c45;

}
#layerTasas .infoTasa {
    display: inline-block;
    width: 49.6%;
    margin: 50px 0 0;
}
#layerTasas .infoTasa p {
    color: #FFF;
    font-size: 1.8em;
    text-align: center;
}
#layerTasas .infoTasa span {
    background: #FFF;
    text-align: center;
    display: block;
    width: 70%;
    padding: 20px 0;
    margin: 10px auto 0;    
}
#layerTasas .infoTasa span em{
	color: #bb3c45;
    font-size: 2.5em;
    font-weight: bold;
}
#layerTasas h4 {
    color: #FFF;
    font-size: 2.5em;
    text-align: center;
    margin: 40px 0 0;
}
#layerTasas #available {
    margin: 30px 0 0;
}
#layerTasas #available .names {
    text-align: center;
}
#layerTasas #available .names li {
    display: inline-flex;
    color: #FFF;
    font-size: 1.5em;
    border-right: 1px solid #FFF;
    padding: 0 10px 0;
}
#layerTasas #available .names li:last-child {
    border: none;
}
#layerTasas #available .btns {
    text-align: center;
}
#layerTasas #available .btns li {    
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 20px 35px 0;
    border-radius: 5px;
}
#layerTasas #available .btns li.checked{
	background: url("../images/thick_yes.png");
}
#layerTasas #available .btns li.unchecked{
	background: url("../images/thick_no.png");
}

.btnReserva {
    cursor: pointer;
    background: #FFF;
    border-radius: 14px;
    padding: 10px 20px;
    display: inline-block;
    margin: 50px 0 50px 270px;
}
.btnReserva:hover{
    box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.4);
}
.btnReserva > img {
    display: inline-block;
}
.btnReserva p {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5em;
    color: #bb3c45;
    font-weight: bold;
    margin: 10px 0 0 10px;
}
.btnReserva.outside {
    bottom: -20px;
    position: absolute;
    right: 30px;
}
#listTasas {
    position: absolute;
    top: 40px;
    width: 1300px;
    left: 170px;
}
#listTasas .btnTasa{
    background: #FFF;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 3px 4px 8px 1px rgba(0,0,0,0.4);
    width: 275px;
    height: 212px;
	margin: 20px;
}
#listTasas .btnTasa:nth-child(5) {
    margin-left: 190px;
}
#listTasas .btnTasa:nth-child(12) {
    margin-left: 190px;
}
#listTasas .btnTasa:hover{
	cursor: pointer;
	box-shadow: inset 0px 0px 10px 5px rgba(0,0,0,0.4);
}

#listTasas .btnTasa .flag{
	display: inline-block;
    margin: 30px 0 0 20px;
}
#listTasas .btnTasa .flag img{}
#listTasas .btnTasa .info{
	display: inline-block;
	width: 115px;
}
#listTasas .btnTasa .info .symbol{
    font-size: 3em;
    color: #305088;
    text-align: center;
    font-weight: bold;
}
#listTasas .btnTasa .info .firstName{
    font-size: 2.2em;
    color: #86888b;
    text-align: right;
}
#listTasas .btnTasa .lastName{
	font-size: 2em;
    color: #86888b;
    text-align: right;
	margin-right: 10px;
}
#listTasas .btnTasa .abr{
	font-size: 2.5em;
    color: #bb3c45;
    text-align: right;
    margin-right: 10px;
    text-transform: uppercase;
}

/* Reserva */

#layerReserva {
    background: #BC3E43;
    z-index: 100;
    position: absolute;
    border-radius: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 540px;
    margin: auto;
    width: 580px;
    display: none;
}
#layerReserva .close {
    color: #FFF;
    font-weight: bold;
    font-size: 5em;
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: -15px;
    cursor: pointer;
}
#layerReserva h3 {
    color: #FFF;
    font-size: 2em;
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
}

#formReserva{}
#formReserva input, #formReserva select {
    display: block;
    margin: 30px 0 0 120px;
    border: 0;
    font-size: 20px;
    padding: 10px 20px;
    width: 300px;
    color:#305088;
    font-family: 'Open Sans', sans-serif;
}

#formReserva select#moneda {
    width: 340px;
    border-radius: 0;
    height: 50px;    
}

#formReserva input#btnSubmit {
    background: #305088;
    color: #FFF;
    width: 180px;
    border-radius: 20px;
    margin-left: 190px;
}
#formReserva .dropdown {
    margin: 30px 0 0 120px;
    width: 340px;
}
#formReserva .dropdown span.selected {
    color: #305088;
    font-family: 'Open Sans';
    font-size: 20px;
    padding: 10px 20px;
}
#formReserva .dropdown li.focus{
	background: #bc3e43;
}
#formReserva  .dropdown li.active {
    background: #bc3e43;
    color: #FFF;
}

#loader {
    display: none;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}
#loader em {
    font-size: 9em;
    color: #FFF;
    font-weight: bold;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 790px;
    height: 150px;
}
#loader span {
    font-size: 4em;
    color: #FFF;
    font-weight: bold;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 1190px;
    height: 260px;
}
#loader span i {
    text-align: center;
    font-size: 3rem;
    color: #FFF;
    background: #800;
    padding: 5px 80px;
    border-radius: 13px;
    margin-left: 330px;
}



