/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,600,700');*/

* {
    font-family: Arial;
}

body {
    height: 100vh;
    background: #f9f9f9;
}
iframe {height: inherit}
#chart,
.chart-box {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 22px 35px -16px rgba(0, 0, 0, 0.1);
}

select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial, tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

select.flat-select:focus,
select.flat-select:hover {
    border: 0;
    outline: 0;
}


.apexcharts-canvas {
    margin: 0 auto;
}

#html {
    display: none;
}
/*Esteban's Styles*/
.container {
    max-width: inherit;
}
.btn {
    padding: .375rem .50rem;
    margin-right: 6px;
}
h1 {
    font-family: 'Roboto', sans-serif;
    max-width: 100%;
    margin: 10px auto;
    font-weight: 900; 
    font-size: 25px;
    line-height: 30px;
    font-weight: 900;
    margin-top: 15px;
    color: #464646;
}
.Intro {  
    font-family: 'Roboto', sans-serif;
    color: #6f6f6e;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    margin: 0 auto;
    text-align: center;
    max-width: 800px;
}
.fuente {
    color: #6d6d6d;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 20px;
}
@media (max-width: 400px) {
   h1 {
        font-size: 22px;
        line-height: 25px;
    }
    .Intro {
        font-size: 13px;
    }
    .btn {padding: .350rem .40rem;}
}
@media (min-width: 576px){
.container {
    max-width: inherit;
}
}