@charset "utf-8";
/* RESET */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,

big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* === FUENTES === */

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	src: url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Regular.woff") format("woff")
}

@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 700;
	src: url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/Roboto-Bold.woff") format("woff")
}

@font-face {
	font-family: Roboto_condensed;
	font-style: normal;
	font-weight: 400;
	src: url("https://e00-elmundo.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/RobotoCondensed-Regular.woff") format("woff")
}

@font-face {
	font-family: Roboto_condensed;
	font-style: normal;
	font-weight: 700;
	src: url("https://e00-elmundo.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff2") format("woff2"), url("https://e00-elmundo.uecdn.es/fonts/roboto/RobotoCondensed-Bold.woff") format("woff")
}

/* === GENERAL === */

#container {
	width: 360px;
	/*height: 590px;*/
  height: 1000px;
  line-height:24px;
	color: #262626;
	box-sizing: border-box;
	font-family: "Roboto_condensed", arial, sans-serif;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-top: 30px;
  background: 
    /*margin:60px 10px 20px 10px;*/
  /*text-align: center;*/
}

#cabecera{
	width:360px;
	height:230px;
	background-color: white;
}

#firma{
	position: absolute;
 	bottom: 0;
}

.fuente{
  font-family: "Roboto", "Arial", sans-serif;
	font-size: 13px;
  line-height:15px;
	text-align: left;
}

.destacado{
  font-weight: bold;
}


.centro{
  text-align: center;
}

h1 {
	font-family: "Roboto_condensed", "Arial", sans-serif;
	font-size: 24px;
  line-height:28px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-family: "Roboto_condensed", "Arial", sans-serif;
	font-size: 20px;
  	line-height:22px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-family: "Roboto_condensed", "Arial", sans-serif;
	font-size: 15px;
  	line-height:0px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
  	color: #909090;
	padding: 0.5rem 1rem;
	margin: 0rem 0.5rem 0.5rem 0.5rem;
}

h4 {
	font-family: "Roboto_condensed", "Arial", sans-serif;
	font-size: 16px;
  	line-height:130%;
	font-weight: bold;
  	color: #216087;
	text-align: left;
	text-transform: uppercase;
  	padding: 0.5rem 1rem;
	margin: 0rem 0.5rem 0.5rem 0.5rem;
	border-left: 0.1875rem solid #216087;
}

.texto-largo{
  font-family: "Roboto", "Arial", sans-serif;
	font-size: 15px;
  line-height:20px;
	text-align: left;
}

.texto-largo2{
  font-family: "Roboto", "Arial", sans-serif;
	font-size: 13px;
    line-height:16px;
	text-align: left;
}

mark {
  background: #b2cfdc;
  font-weight:bold;
}

.destacado {
  font-weight:bold;
}

.centro{
  margin: auto;
}

.panel-oculto {
    display: none;    
    /*padding:20px;*/ 
}

input {
  width: 50px;
  border: none;
  border-bottom: 2px solid #b2cfdc;
  text-align: center;
}

/* == BOTONES == */

.boton-principal{        
    border: none;
    color: white;
    padding: 15px 32px;
    /*margin: 5px;*/
    margin: auto;
    width: 200px;
    font-family: "Roboto", "Arial", sans-serif;
	  font-size: 16px;
    line-height:20px;
	  font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
}
.boton-principal {
    background-color: #216087;
}
.boton-principal:hover {
    /*background-color: rgb(130,198,245);*/
    opacity: 60%;
    color: white;
    cursor: pointer;
}
.boton-principal:active {
    position: relative;
    top: 2px;
}
.boton-opcion {        
    border: none;
    color: white;
    padding: 15px 32px;
    margin: auto;
    width: 140px;
    font-family: "Roboto", "Arial", sans-serif;
	font-size: 16px;
    line-height:20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}
.boton-opcion {
    background-color: #216087;
}
.boton-opcion:hover {
    /*background-color: rgb(130,198,245);*/
    opacity: 60%;
    color: white;
    cursor: pointer;
}
.boton-opcion:active {
    position: relative;
    top: 2px;
}
.boton-opcion2 {        
	border-style: solid;
	border-width: 5px;
	border-color: white;
    color: white;
    padding: 15px 32px;
    /*margin: 5px;*/
    margin: auto;
    width: 200px;
	font-family: "Roboto", "Arial", sans-serif;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    opacity: 100%;
}
.boton-opcion2 {
    /*background-color: #216087;*/
    background-color: #b2cfdc;
}
.boton-opcion2:hover {
    /*background-color: rgb(130,198,245);*/
    opacity: 60%;
    color: white;
    cursor: pointer;
}
.boton-opcion2:active {
    position: relative;
    top: 2px;
    opacity: 100%;
}

.boton-atras {        
    border: none;
    /*color: white;*/
    padding: 15px 32px;
    margin: auto;
    width: 130px;
    font-family: "Roboto", "Arial", sans-serif;
	font-size: 16px;
    line-height:20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}
/*.boton-atras {
    background-color: #216087;
}*/
.boton-atras:hover {
    /*background-color: rgb(130,198,245);*/
    opacity: 60%;
    color: white;
    cursor: pointer;
}
.boton-atras:active {
    position: relative;
    top: 2px;
}


/* == SELECT MENU == */


select {
  margin-bottom: 1em;
  padding: .25em;
  border: 0;
  border-bottom: 2px solid #b2cfdc; 
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 16px;
  border-radius: 0;
  &:focus, &:active {
    outline: 0;
    border-bottom-color: #b2cfdc;
  }
}

/*
*, *:after, *:before {
     box-sizing: border-box;
}

.custom-select-wrapper {
     position: relative;
     user-select: none;
     width: 100%;
}
 .custom-select {
     position: relative;
     display: flex;
     flex-direction: column;
     border-width: 0 2px 0 2px;
     border-style: solid;
     border-color: #b2cfdc;
}
 .custom-select__trigger {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: space-between;
     padding: 0 22px;
     font-family: "Roboto", "Arial", sans-serif;
	 font-size: 16px;
     color: #262626;
     height: 40px;
     line-height: 20px;
     background: #ffffff;
     cursor: pointer;
     border-width: 2px 0 2px 0;
     border-style: solid;
     border-color: #b2cfdc;
}
 .custom-options {
     position: absolute;
     display: block;
     top: 100%;
     left: 0;
     right: 0;
     border: 2px solid #b2cfdc;
     border-top: 0;
     background: #fff;
     transition: all 0.5s;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     z-index: 2;
}
 .custom-select.open .custom-options {
     opacity: 1;
     visibility: visible;
     pointer-events: all;
}
 .custom-option {
     position: relative;
     display: block;
     padding: 0 22px 0 22px;
     font-family: "Roboto", "Arial", sans-serif;
	 font-size: 14px;
     color: #262626;
     line-height: 18px;
     cursor: pointer;
     transition: all 0.5s;
}
 .custom-option:hover {
     cursor: pointer;
     background-color: #b2b2b2;
}
 .custom-option.selected {
     color: #ffffff;
     background-color: #b2cfdc;
}

.arrow {
     position: relative;
     height: 15px;
     width: 15px;
}
 .arrow::before, .arrow::after {
     content: "";
     position: absolute;
     bottom: 0px;
     width: 0.15rem;
     height: 100%;
     transition: all 0.5s;
}
 .arrow::before {
     left: -5px;
     transform: rotate(45deg);
     background-color: #216087;
}
 .arrow::after {
     left: 5px;
     transform: rotate(-45deg);
     background-color: #216087;
}
 .open .arrow::before {
     left: -5px;
     transform: rotate(-45deg);
}
 .open .arrow::after {
     left: 5px;
     transform: rotate(45deg);
}*/

/* == RADIO BUTTON == */

 .radio {
	 margin: 0.8rem;
}
 .radio input[type="radio"] {
	 position: absolute;
	 opacity: 0;
}
 .radio input[type="radio"] + .radio-label:before {
	 content: '';
	 background: #f4f4f4;
	 border-radius: 100%;
	 border: 1px solid #b4b4b4;
	 display: inline-block;
	 width: 1.2em;
	 height: 1.2em;
	 position: relative;
	 top: -0.2em;
	 margin-right: 0.5em;
	 vertical-align: top;
	 cursor: pointer;
	 text-align: center;
	 transition: all 250ms ease;
}
 .radio input[type="radio"]:checked + .radio-label:before {
	 background-color: #216087;
	 box-shadow: inset 0 0 0 4px #f4f4f4;
}
 .radio input[type="radio"]:focus + .radio-label:before {
	 outline: none;
	 border-color: #216087;
}

 .radio input[type="radio"] + .radio-label:empty:before {
	 margin-right: 0;
}

section {
	 background: white;
	 margin: 0 auto;
	 padding: 1em;
	 max-width: 360px;
   	 font-family: "Roboto", "Arial", sans-serif;
	 font-size: 15px;
   	 line-height:18px;
}

#menu {
	height: 350px;
	/*width: 200px;*/
	overflow-y: scroll;
}


/* -- Checkbox -- */

.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  font-family: "Roboto_condensed", "Arial", sans-serif;
  font-size: 16px;
  /*font-weight: bold;*/
}

.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
.md-checkbox label:before, .md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #216087;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}
*, *:before, *:after {
  box-sizing: border-box;
}


/* -- Solución -- */

.aligned { 
	display: flex; 
	align-items: center;
} 

