body {
    /*min-width: 500px;*/
    padding: 0px;
}
@font-face {
    font-family: "Stencil";
    src: url(StencilStd.otf) format("truetype");
}
@font-face {
    font-family: "hiragino";
    src: url(hiragino.otf) format("truetype");
}
#grafico {
    text-align: center;
}
/* Repara problema de visualizacion de controles en Google Maps*/

#map-canvas img {
    max-width: none;
}
#map-canvas {
    width: 100%;
    height: 650px;
    margin: 0;
}
#hero {
    text-align: center;
    /*font-family: "Stencil";*/
    color: black;
    /*background-image: url(../img/avispa-fondo.jpg);*/
    padding: 5% 5%;
    background-color: #ffd800;
    margin: 0;
}
#divSeleccionaEma {
    text-align: center;
    /*font-family: "Stencil";*/
    color: black;
    /*background-image: url(../img/avispa-fondo.jpg);*/
    padding: 10%;
    background-color: #ffd800;
    margin: 0;
}
.hero-unit {
    -webkit-border-radius: 0;
    border-radius: 0;
}
#paragraf {
    background-color: rgba(255, 255, 255, 0.65);
    padding: 10px;
    border-radius: 10px;
}
.font_como {
    padding: 2% 10%;
}
.font_como li {
    font-size: 30px;
    padding: 1% 5%;
    text-decoration: none;
    list-style-type: none;
}
#como, #momentos_criticos, #medidas {
    text-align: center;
    margin: 0;
}
#como div, #momentos_criticos div, #medidas div {
    margin: 0;
}
#logo_container {
    margin-top: 0;
    background-color: #333;
    padding: 0px 0 0px 0;
    text-align: center;
}
#nomenclatura {
    background-color: #eee;
}
.etapa {
    padding-top: 75px;
}
.medidas {
    background-color: #ffd800;
}
#video_exp {
    margin-top: 100px;
}
footer {
    background-color: #ffd800;
    text-align: center;
}
#info {
    position: absolute;
    right: 10px;
    color: white;
    font-size: 10px;
}
#instituciones {
    position: absolute;
    left: 10px;
}
#instituciones img {
    padding: 10px;
}
#panel-oculto {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 500;
    background-color: #8DF457;
}
div.jqi .jqimessage .field {
    padding: 2px 0;
}
div.jqi .jqimessage .field textarea {
    width: 100%;
    height: 120px;
}
.flag-chile {
    background-position: 0 -444px;
    width: 24px;
    height: 24px;
}
.dal-portfolio-flag {
    background-image: url(img/flags-sprite.png);
    width: 25px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    text-indent: 10000;
    overflow: hidden;
}
.premioNac {}
.dal-portf-1er-lugar {
    background-image: url(img/medal-32.png);
}
.awardName {
    font-size: 7px;
    text-transform: uppercase;
    position: absolute;
    bottom: -9px;
    font-weight: bold;
}
.dal-portf-premio {
    width: 30px;
    height: 38px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 6px;
    position: relative;
    margin-bottom: -5px;
}
ul.footer {
    margin-top: 10px;
    text-align: center;
}
ul.footer li {
    color: #333;
    display: inline-block;
}
.classLoading {
    z-index: 1;
}
.bg-warning {
    color: #343a40 !important;
    background-color: #ffc107 !important;
}
.bg-success {
    color: #fff !important;
    background-color: #28a745 !important;
}
.bg-error {
    color: #fff !important;
    background-color: #dc3545 !important;
}
.text-red {
    color: #dc3545;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube-embed {
    width: 560px;
    height: 315px;
}
@media (max-width: 767px) {
    .youtube-embed {
        width: 60vw;
        height: 45vh;
    }
}
