@font-face {
    font-family: robotoregular;
    /* src: url('/static/fonts/roboto_slab/RobotoSlab-Regular.ttf'); */
    src: url('/static/fonts/roboto/Roboto-Regular.ttf');
}

body {
    font-family: fuente;
}

.bg-red {
    background: red;
    color: white;
}

.flex-container {
    display: flex;
}

.botones-superior {
    display: block;
    float: left;
    width: 250px;
    cursor: pointer;
}

.container-fluid {
    padding: 0;
}

.menu-lateral {
    width: 250px;
}

.logo-menu {
    padding: 1em;
    margin: 0 0 2em 0;
}

.logoRecuadro {
    background:#FFF;
    margin: 0 10px;
    width:100%;
    overflow: hidden;
}

.logoRecuadro img {
    width: 100%;
}

.bg-alarma {
    background: red !important;
    color: #FFF;
    font-weight: bold;
}

.etiquetas {
    height: auto !important;
    margin: 5px 0 0 2px !important;
}

.flex-container {
    display: flex;
}



.logo {
    width: 200px;
}


.principal {
    float: left;
    padding-top: 1em;
}

.sombra {
  -webkit-box-shadow: 6px 8px 33px -12px #000000;
  box-shadow: 6px 8px 33px -12px #000000;
}

.botones-superior a {
    margin: 0 0 0 .5em;
}

.botones-superior a, .botones-superior a:visited {
    color: #FFF;
}

.botones-superior a:hover {
    border-bottom: 2px solid #FFF;
    border-top: 2px solid #FFF;
}

.novedad-actual {
    border: 1px solid #999;
    padding: 1em;

}

.novedad-actual h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 0;
    border: none;
}

.novedad-actual h3 {
    font-size: 1.3em;
    border-top: 1px dotted #999;
    padding: .5em 0;
    margin: 1em 0 0 0;
    font-weight: bold;
}

.sombra {
    -webkit-box-shadow: 15px 15px 11px -3px rgba(0,0,0,0.16);
    -moz-box-shadow: 15px 15px 11px -3px rgba(0,0,0,0.16);
    box-shadow: 15px 15px 11px -3px rgba(0,0,0,0.16);
    margin-bottom: 2em;
}

.separador {
    border-bottom: 1px dashed #000;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}