@charter "utf-8";

@font-face {
    font-family: 'robotomedium';
    src: url('roboto-medium_0-webfont.eot');
    src: url('roboto-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('roboto-medium_0-webfont.woff2') format('woff2'),
         url('roboto-medium_0-webfont.woff') format('woff'),
         url('roboto-medium_0-webfont.ttf') format('truetype'),
         url('roboto-medium_0-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0 0 0 0;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'robotomedium';
}

body {
    background-color: #dee3e6;
}

#app {
    width: 480px;
    height: 854px;
    text-decoration: none;
    margin: auto;
}

header {
    height: 60px;
    background-color: #181c25;
}

header img{
    padding: 1.3em;
}

header .bttn{
    float: right;
}

footer {
    height: 60px;
    background-color: #181c25;
    position:static;
    display: flex;
    justify-content: space-around;
}

footer img{
    padding: 0.9em;
}

/*       INDEX APP        */

#indapp{
    background-color: #284857;
    width: 480px;
    height: 854px;
}

#indapp img{
    padding: 15em 1em 1em 9em;
    margin: auto;
    margin-bottom: 50px;
}

#indapp h1{
    color: #fffffd;
    background-color: #369695;
    border: 2px solid #2a8180;
    width: 50%;
    font-size: 22px;
    padding: 0.2em;
    text-align: center;
    margin: auto;
}

#indapp h1 a{
    color: #fffffd;
    text-decoration: none;
}

/*       INICIO SESION        */

h2 {
    color: #2a4b5c;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.botonform {
    background-color: #72b79b;
    color: #171c22;
    border: 2px solid #4d8971;
    width: 180px;
    text-align: center;
    font-weight: 300;
    margin:auto;
    padding: 0.3em;
}

hr {
    color: #171c22;
    margin: 50px;
}

input {
    border: 2px solid #62c9c8;
    padding: 0.5em;
}

.cuerpo{
    height: 734px;
    padding: 1em;
}

.cuerpo .registrarse{
    margin-top: 50px;
}

.cuerpo #formulario p{
    color: #3c6777;
    font-weight: 200;
    font-size: 14px;
    text-align: center;
    margin: 10px;
}

#formulario{
    margin: 3.5em;
}

/*        TRANSPORTES        */

.cuerpoblue .blue .transp {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.transp a img {
    margin: 1.7em 0em;
    background-color: #066595;
    border: 3px solid #1681b7;
}

.transp a img:hover {
    background-color: rgba(141,211,211,0.5)
}

/*       PANTALLAS AZULES APP        */

.blue h2 {
    color: #f4cc6a;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

.cuerpoblue{
    height: 734px;
    padding: 2em;
    background-color: #2e5b72;
}

/*       LINEAS APP        */

.otro {
    color: #277879;
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

ul {
    list-style: none;
    padding: 0em;
}

ul li {
    border: 3px solid #066595;
    padding: 0.8em;
    margin-bottom: 30px;
}

ul li a {
    color: #204151;
    font-size: 20px;
}

ul li a .bttn-lin {
    float: right;
    margin: 3px;
}

ul li:hover{
    background-color: #8dd3d3;
}

/*        NOTICIAS        */

.cuerpoblue .uno{
    background-color: #dbdbdb;
    padding: 1em;
    margin-bottom: 20px;
    border: 2px solid #bfbfbf;
}

.cuerpoblue .uno h4{
    color: #151c26;
    font-size: 15px;
}

.cuerpoblue .uno p{
    color: #103d57;
    font-size: 12px;
    max-width: 360px;
    margin-top: 10px;
}

.cuerpoblue .uno img{
    float: right;
}

.not {
    color: #297a7b;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 1.5em;
}

.cuerpo .notcuerpo{
    font-size: 14px;
}

.cuerpo .notcuerpo a{
    color: #297a7b;
}

.bttn-noticia{
    margin: 60px 90px;
}

/*        HOME        */

.experiencia img {
    margin-right: -15px;
    float:bottom;
}

.cuerpo .home{
    width: 100%;
    background-color: #72b79b;
    padding: 1.5em;
    margin: 35px 0px;
    text-align: center;
    font-size: 18px;
}

.cuerpo a{
    color: #161d23;
    text-decoration: none;
}

.cuerpo .home:hover{
    background-color: #95c9b4;
}

/*        PERFIL APP        */
.headperf {
    background-color: #076696;
    height: 140px
}

.headperf img{
    float:right;
    margin-right:-66px;
}

.headperf p{
    padding:4em 2em;
    color: #fffffd;
}

.cuerpo2 {
    height:594px;
}

.cuerpo2 ul{
    padding: 5em 1.2em;
}

/*       LINEA 28        */

.cuerpo .bondi {
    margin-bottom: 20px;
}

.cuerpo .ramal1{
    background-color: #dee3e6;
    padding: 1em;
    border: 2px solid #c7cbce;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.cuerpo .ramal2{
    background-color: #cbe4e5;
    padding: 1em;
    border: 2px solid #96c6c7;
    margin-bottom: 20px;
}

.cuerpo .bondi{
    margin:0;
    margin-bottom:20px;
}

.cuerpo img{
    float: right;
    margin-right:5px;
}

.ramal1 p{
    font-size: 14px;
}

.ramal2 p{
    font-size: 14px;
}