/* ========================================================================== YSONEWS ========================================================================== */ @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i'); html, body { height: 100%; font-family: 'Roboto', sans-serif !important; cursor: default; color: #333; background:#fafafa; font-size: 100%; } @azul-ysonews:#0062A1; strong { font-weight: 600; } .suave() { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; } .btn, a, img[usemap], map area, #Map area, a:hover, a:active, a:focus, .btn-lg{ outline: none !important; outline:0; } img { margin: 0 auto; } .btn { white-space: normal; .suave; &:hover{ .suave; } } hr { border-top: 1px rgba(255,255,255,0) solid; border-bottom: 1px rgba(0,0,0,.2) dashed; } footer { background:#fff; color:#555; padding-top: 40px ; padding-bottom: 30px ; margin-top:0; bottom:0; .text-muted { font-size: 11px; line-height: 12px; font-weight: 400; } } h1 { font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 222%; color: @azul-ysonews; margin-bottom: 30px; margin-top: 30px; } h2 { font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 200%; } .imagenes { width: 55px; } .label-default { background-color: @azul-ysonews; font-weight: 600; text-align: left; border-radius: 0; border-bottom: 5px #ededed solid; } .row { max-width: 1100px; margin: 0 auto; } .jumbotron { margin-bottom: 0; background: url(../img/ysonews-bg.jpg) no-repeat center bottom ; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; h2 { font-weight: 800; font-style: italic; font-size: 400%; color: grey; span { color: @azul-ysonews; } } p { color: #222222; font-weight: 400; border-top: 1px grey solid; border-bottom: 1px grey solid; display: inline; clear: both; } } .well { margin-top: 30px; box-shadow: none; h2 { font-size: 130%; font-weight: 600; } } h2 .label-default { font-weight: 900; display: block; padding: 10px; } h3 .label-default { font-weight: 400; display: block; padding: 10px; } .seccion-gen { border-radius: 4px; margin: 40px; margin-bottom: 20px; padding-bottom: 20px; padding-top: 10px; } .dra { margin-right: 40px; margin-left: 40px; } .lolo { background:#fff; } .hy { font-size: 130%; font-weight: 600; color: #555; } .img-caso { margin-top: 20px; } thead { background: @azul-ysonews; color: white; } tr{ font-size: 12px; } tbody tr th { font-weight: 400px; } ul, ol { padding-left: 20px; } @media (max-width: 767px) { h1 { font-size: 200%; } img { margin-bottom: 20px; } .jumbotron p { font-size: 15px; } .well { border-radius: none !important; background-color: #fafafa; border: 0; img { max-width: 150px; } h2 { text-align: center; } } .seccion-gen { border-radius: none !important; margin: 0px; } .dra { margin-right: 0; margin-left: 0; } h2 .label-default, h3 .label-default { text-align: center; font-size: 10px; } } h2 .label-default, h3 .label-default { font-weight: 400; } .list-group-item .glyphicon-ok-circle { color: red; } footer { background: #f1eeee; a:link, a:visited, a:active, a:focus, { color:@azul-ysonews; text-decoration: none; .suave; &:hover{ color:darken(@azul-ysonews, 3%); .suave; } } .rrss { margin: 8px; } img { max-width: 130px; } }