.axis path,
.axis line {
    fill: none;
    stroke: gray;
    shape-rendering: crispEdges;

}
.axis text {
    fill: gray;
    font-weight:200;
}

@media only screen and (max-width: 500px) {

    .axis text {
        fill: gray;
        font-weight:100;
        font-size: 80%;
    }
}

.hand{cursor: pointer}
.hand:hover{color: white}
a:hover{color:lightgrey}
a{font-weight: 900}

.cityselector {
    display: inline-block;
    padding:5px;
    margin:6px;
    color: white ;
    font-weight:500;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    transition: color .5s;
    cursor: pointer;
}

.cityselector.selected {
    color: #11EFFF;
    font-size:200%;
    font-weight:900;
}
@media only screen and (min-width: 800px) {
    .cityselector.selected {
        font-weight:900;
        padding:5px;
        border-bottom: 2px solid #11EFFF;
    }
}


@media only screen and (max-width: 800px) {
    .cityselector {
        font-size:100%;
        padding:0px;
        margin:0 20px;
        line-height: 200%;
        font-weight:300;
    }
    .cityselector.selected {
        font-size:100%;
        font-weight:300;
        border-bottom: 1px solid #11EFFF;
        margin-bottom:-1px;
    }

}

.model-title, .label, .main-event{color: white; font-size:130%;}

html,
body {
    width: 100%;
    height: 100%;
    
}

body {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    background-color: black;
    color: #d3d3d3;
    webkit-tap-highlight-color: #222;
    font-weight:100;
    padding:0px;
    width: 100%;
    height:100%
}




body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}
@media only screen and (min-width: 750px) {
    body::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}




.grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
}
.grid path {
    stroke-width: 0;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: white;
  fill: white;
}

hr {
    
    border-width: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    
}

hr.light {
    border-color: #fff;
}

a {
    color: black;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}



h1,h2,h3,h4,h5,h6 {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-weight: 100;
}

p {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.wide-space {
    letter-spacing: 1.6px;
}

.icon-lg {
    font-size: 50px;
    line-height: 18px;
}

.bg-primary {
    background-color: #c8175e;
}

.bg-dark {
    color: #eee;
    background-color: #c8175e;
}

.cursive {
    font-family: 'Dancing Script', cursive;
    text-transform: none;
}

.text-faded {
    color: rgba(245,245,245,0.7);
}

.text-dark {
    color: #111;
}

.text-primary {
    color: #52bcec;
}

.modal-content {
    background-color: #1d1d1d;
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

footer {
    padding: 15px;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(35,35,35,.05);
    font-family: 'Helvetica Neue',Arial,sans-serif;
 background-color: rgba(255,255,255,0.5);

    padding:10px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.navbar-header > .navbar-brand {
    font-family: 'Helvetica Neue',Arial,sans-serif;
    color: white;
    padding: 15px;
    -webkit-transition: padding .2s ease-in;
    -moz-transition: padding .2s ease-in;
    transition: padding .2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
    color: white;
    font-weight:500;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
     background-color: rgba(255,255,255,0.5);
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 100;
    color: #eee;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #52bcec !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover
{
    background-color: transparent;
}


@media(min-width:768px) {
    .navbar-default {
        border-color: transparent;
        background-color: transparent;
        min-height: 60px;
    }

    .navbar-header > .navbar-brand {
        color: rgba(255,255,255,0.7);
        padding: 19px;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f4f4f4;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(255,255,255,0.8);
        padding: 20px;
        letter-spacing: 1.1px;
        text-shadow: 1px 1px 1px rgba(60,60,60,0.7);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #fefefe;
    }

    .navbar-default.affix {
        border-color: rgba(34,34,34,.05);
        background-color: #222;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 15px;
        color: #52bcec;
        padding: 20px;
        letter-spacing: 1px;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: white;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #ddd;
        text-shadow: 1px 1px 1px rgba(30,30,30,0.7);
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #52bcec;
    }
}

header {
    position: absolute;
    text-align: center;
    color: #fff;
    width: 100%;
    background-color: #c9c9c9;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}

.head-background {
  position: absolute;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display:none;
}


footer {

   -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .inner h1 {
        font-size: 53px;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        min-height: 600px;
        padding: 100px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #eee;
    background-color: black;
    background-image: none;
    border: 1px solid #36333d;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.gallery-box:hover .gallery-box-caption {
    opacity: 1;
}

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.1;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,

.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: unset;
    padding:10px;
    color: white;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 0px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-weight:500;
    font-size:150%;
    color: white;
    background: none
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

.btn.selected {
    background: none;
    border-bottom: 1px solid #11EFFF;
    color: #11EFFF;
    font-size:250%;
    font-weight:900;
    opacity:1;
}

.circlefilter {
    padding: 4px;
    color: white;
    font-weight:100;
    font-size:120%;
    -webkit-transition: color .5s, border-color .5s;
    -moz-transition: color .5s, border-color .5s;
    transition: color .5s, border-color .5s;
    cursor: pointer;
}

.circlefilter.selected { color: #11EFFF; border-bottom: 0px dashed #11EFFF;
   font-size:120%;padding:5px;font-weight:900;}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: black;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: black;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


/* Temporal */
.line {
    fill: none;
    stroke-width: 2.5px;
}

.response-line {
    stroke: #CFF23D;
}

.prediction-line {
    stroke: #fff;
}

.areaA, .areaB {
    opacity: 0.4;
}

.areaA {
    fill: #b5e5f9;
}

.areaB {
    fill: #009ee5;
}

.hurricane {
    fill: #EDFF3E;
    opacity: 0.4;
}

.model-title, .label, .main-event {
    fill: white;
}



tspan.expected {
    font-weight: bold;
    fill: white;
}

tspan.actual {
    font-weight: bold;
    fill: #CFF23D;
}

a{font-weight: 900}

#end a {
    color:white;
}

#end a:hover {
    color:#EDFF3E;
}

#expecteddata {
    fill:white;
    font-size: 22px;
}


tspan#per, tspan#d{
    font-weight: bold;
    
}


tspan#day, tspan#group{
    font-weight: bold;
    font-size: 15px;
    color: #e1e1e1;
}

#triangle {
    fill: none;
    stroke: white;
    stroke-width: 1px;
    stroke-opacity: 0.7;
    fill: #eee;
}


.btn:focus {outline:0;}

.mapmarker {
    /*stroke: #6af200;*/
    /*vector-effect: non-scaling-stroke;*/
    /*fill-opacity: 0;*/
    /*opacity: .8;*/
    /*stroke-width: 3;*/
    /*r:20;*/
    opacity: 0;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.mapmarker.selected {
    fill-opacity: 0.8;
    opacity:1;
    fill:#11EFFF;
    stroke-width: 2px;
}

#map polygon{
    fill-opacity: 0;
    opacity:1;

    -webkit-transition: fill 1s;
    -moz-transition: fill 1s;
    transition: fill 1s;
}

#map.selected polygon{
    fill-opacity: 0.8;
    opacity:1;
    fill: #11EFFF;
    stroke: black;
    stroke-width:5px;
}

svg {display: inline-block;
    position: relative;
    width: 100%;
    height:100%;
    padding-bottom: 0; 
    vertical-align: middle; 
    overflow: hidden; }


@media screen and (min-width: 768px){
    .rwd-break { display: none; }
}

@media screen and (min-width: 768px){
    .center { text-align: center; }
}

@media only screen and (max-width: 60em) {
    #menubolas{  font-size: 50%;}
    .right{text-align:right}
    .left{text-align:left}
    .padding10{padding:10%}
    #vizapproach{height:100%}
    .textmapa{font-size:30%; padding-left:5%}
    svg {
        position: relative;
        width: 100%;
        height:100%;
        padding-bottom: 0; 
        overflow: hidden; }
    

    
    
 
    #torque img { display: none; }

    #torque.currently-loading img { 
        display: block; 
        width: 100%;
        heigth: 100%;
    }
}

.arcs {
    fill:none;
    stroke-width: 2;
    stroke-dasharray: 2,2;
}

.arcs.men {
    stroke: #EDFF3E;
}

.arcs.women {
    stroke: #c8175e;
}

#cookie-bar a {
    font-weight: normal;
}