@charset "UTF-8";
@import "normalize.css";
@font-face {
  font-family: Montserrat-Bold;
  src: url(../font/Montserrat-Bold.otf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../font/Montserrat-Regular.otf);
}
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?c9ssel");
  src: url("../font/icomoon.eot?c9ssel#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?c9ssel") format("truetype"), url("../font/icomoon.woff?c9ssel") format("woff"), url("../font/icomoon.svg?c9ssel#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-world:before {
  content: "";
}

.icon-bar-chart:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-circle-right:before {
  content: "";
}

.icon-circle-left:before {
  content: "";
}

.icon-mexico:before {
  content: "";
}

.icon-file-picture:before {
  content: "";
}

.icon-file-zip:before {
  content: "";
}

.icon-file-pdf:before {
  content: "";
}

.icon-file-empty:before {
  content: "";
}

.icon-file-picture:before {
  content: "";
}

.icon-file-zip:before {
  content: "";
}

.icon-file-pdf:before {
  content: "";
}

/*********************
BREAKPOINTS
*********************/
header {
  position: sticky;
  width: 100%;
  z-index: 2;
  top: 0;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
/* needed for checkbox hack */
#mainNavHeader {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  background: #285C4D;
  border-bottom: 1px solid #306e5c;
}
#mainNavHeader::-webkit-scrollbar {
  display: none;
}
#mainNavHeader ul {
  display: none;
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#mainNavHeader ul li:first-child {
  display: none;
}
#mainNavHeader ul li a {
  font-weight: bold;
  padding: 1em;
  display: block;
  color: white;
  text-decoration: none;
}
#mainNavHeader ul li a:hover {
  background: #204a3e;
  color: white;
  text-decoration: underline;
}
#mainNavHeader ul li a img {
  height: 40px;
}
#mainNavHeader ul li .sessionActive {
  background: #285C4D;
  color: white;
}
#mainNavHeader ul li .logout {
  background: #9D2449;
  color: white;
}
#mainNavHeader ul li:first-child a:hover {
  background: none;
}
#mainNavHeader ul li:last-of-type a {
  border-right: 0px;
}
#mainNavHeader input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#mainNavHeader input.trigger:checked ~ ul, #mainNavHeader input.trigger:checked ~ ul li ul {
  display: block !important;
}
@media (min-width: 48em) {
  #mainNavHeader input.trigger:checked ~ ul, #mainNavHeader input.trigger:checked ~ ul li ul {
    display: flex !important;
    flex-direction: row;
  }
}
#mainNavHeader label {
  position: relative;
  display: block;
  min-height: 2em;
  padding: 0.45em;
  font-size: 1.1em;
  margin: 0;
  cursor: pointer;
  background: #285C4D;
  line-height: 2em;
}
#mainNavHeader label a {
  color: white;
  text-decoration: none;
}
#mainNavHeader label a img {
  height: 40px;
}
#mainNavHeader label:after {
  position: absolute;
  right: 1em;
  top: 0.2em;
  content: "≡";
  font-size: 1.8em;
  color: white;
}
@media (min-width: 48em) {
  #mainNavHeader ul {
    display: flex;
    flex-direction: row;
  }
  #mainNavHeader ul li:first-child {
    display: unset;
  }
  #mainNavHeader ul li {
    position: relative;
    text-align: center;
    margin-bottom: 1px solid #285C4D;
  }
  #mainNavHeader ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  #mainNavHeader ul li a img {
    height: 100%;
  }
  #mainNavHeader ul li:hover > ul {
    display: block !important;
  }
  #mainNavHeader label {
    display: none;
  }
}

#map-container {
  height: 600px;
  position: relative;
}
#map-container #map {
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}
#map-container #stormSelection {
  background: white;
  border-radius: 5px;
  box-sizing: border-box;
  left: 10px;
  padding: 0.5em;
  position: absolute;
  top: 10px;
  z-index: 1;
}

body {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.mainContainer {
  margin: 0 auto;
  margin-top: 70px;
  width: 85%;
}
.mainContainer h1 {
  text-align: center;
}
.mainContainer .tropicalCyclone {
  position: relative;
}
.mainContainer .tropicalCyclone #cycloneNameContainer h2, .mainContainer .tropicalCyclone #cycloneNameContainer h3 {
  margin: 0;
  text-align: center;
}
.mainContainer .tropicalCyclone #cycloneNameContainer h2 .titleContainer {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.mainContainer .tropicalCyclone #cycloneNameContainer h2 .titleContainer .icon-circle-left, .mainContainer .tropicalCyclone #cycloneNameContainer h2 .titleContainer .icon-circle-right {
  cursor: pointer;
}
.mainContainer .tropicalCyclone #cycloneNameContainer h2 .titleContainer .icon-circle-left:hover, .mainContainer .tropicalCyclone #cycloneNameContainer h2 .titleContainer .icon-circle-right:hover {
  color: #9D2449;
}
.mainContainer .tropicalCyclone #cycloneNameContainer h2 .titleContainer .arrow.disable {
  color: #ACACAC;
}
.mainContainer .tropicalCyclone #cycloneNameContainer h2 .titleContainer .arrow.disable:hover {
  color: #ACACAC;
}
.mainContainer .tropicalCyclone #cycloneNameContainer h3 {
  color: #ACACAC;
  font-size: 0.75em;
}
.mainContainer #tropicalCicloneInfo .tcInfo {
  margin: 1em 0;
  text-align: justify;
}
.mainContainer .collapsible {
  background-color: lightgray;
  color: black;
  cursor: pointer;
  padding: 0.75em;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 0.75em;
}
.mainContainer .active, .mainContainer .collapsible:hover {
  background-color: #555;
  color: white;
}
.mainContainer .content {
  padding: 2em;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.mainContainer .content img {
  width: 60%;
}
.mainContainer .content.img {
  text-align: center;
}
.mainContainer .content a {
  display: block;
  background-color: teal;
  width: 60%;
  margin: 0 auto;
  color: white;
}
.mainContainer .tituloEfectos {
  color: wheat;
  font-family: Montserrat-Bold;
  font-size: 1em;
  text-align: center;
  box-shadow: 0px 10px 10px 1px gray;
  background-color: #9D2449;
  text-decoration: none;
  padding: 0.5em 0.25em;
}
.mainContainer .regularTxt {
  font-size: 0.8em;
  margin: 1em 0.5em;
}
.mainContainer .tituloTable {
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  background-color: teal;
  color: wheat;
  padding: 0.25em;
}
.mainContainer .footer_box {
  color: black;
  font-family: Montserrat-Bold;
  font-size: 0.75em;
  text-align: center;
}
.mainContainer .textFooter {
  font-family: Montserrat-Bold;
  color: black;
  font-size: 0.6em;
  text-align: center;
}
.mainContainer .enlaces-img {
  border: none;
  width: 100%;
  height: 100%;
  text-align: center;
}
.mainContainer .enlaces-img img {
  width: 50%;
}
.mainContainer .niveles {
  background-color: lightgray;
  padding: 0.5em;
  font-size: 1.2em;
}
@media (max-width: 500px) {
  .mainContainer .content img {
    width: 100%;
  }
  .mainContainer .enlaces-img img {
    width: 100%;
  }
  .mainContainer .footer_box {
    font-size: 0.45em;
  }
  .mainContainer .niveles {
    font-size: 1em;
  }
}
@media (min-width: 576px) {
  .mainContainer {
    margin-top: 75px;
  }
}
@media (min-width: 768px) {
  .mainContainer {
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .mainContainer {
    margin-top: 75px;
  }
}

.tableContainer .table {
  text-align: center;
}
.tableContainer .table .table-section {
  margin-top: 1em;
}
.tableContainer .table .table-header {
  font-weight: bold;
  text-transform: uppercase;
}
.tableContainer .table .table-group {
  border: 1px solid black;
  margin-top: 0.25em;
}
.tableContainer .table .table-row {
  padding: 0.25em;
}
.tableContainer .table .table-row.bgRedSIAT {
  background: red;
  font-weight: bold;
  padding: 0.25em 0;
}
.tableContainer .table .table-row.bgOrangeSIAT {
  background: orange;
  font-weight: bold;
  padding: 0.25em 0;
}
.tableContainer .table .table-row.bgYellowSIAT {
  background: yellow;
  font-weight: bold;
  padding: 0.25em 0;
}
.tableContainer .table .table-row.bgGreenSIAT {
  background: #38BF34;
  font-weight: bold;
  padding: 0.25em 0;
}
.tableContainer .table .table-row.bgBlueSIAT {
  background: #4F81BC;
  font-weight: bold;
  padding: 0.25em 0;
}
@media (min-width: 768px) {
  .tableContainer .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .tableContainer .table .table-section {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .tableContainer .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .tableContainer .table .table-section {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .tableContainer .table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .tableContainer .table .table-section {
    width: 48%;
  }
}

.section {
  margin: 1em 0;
  text-align: justify;
}
.section .infoSection {
  margin: 0.25em 0;
}
.section .infoElement .list .listElement {
  margin-bottom: 0.25em;
}
.section .mapContainer {
  text-align: center;
  margin: 1em 0;
}
.section .mapContainer .activationButton {
  cursor: pointer;
}
.section .mapContainer .activationButton:hover {
  color: #9D2449;
}
.section .mapContainer #map {
  background: #285C4D;
  height: 400px;
  width: 100%;
}
@media (min-width: 768px) {
  .section .mapContainer #map {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .section .mapContainer #map {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .section .mapContainer #map {
    height: 500px;
  }
}
.section #commentsText {
  text-align: justify;
}

.charts {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#countyChart, #warningChart {
  width: 100%;
  height: 400px;
}
@media (min-width: 992px) {
  #countyChart, #warningChart {
    height: 500px;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  #countyChart, #warningChart {
    height: 500px;
    width: 45%;
  }
}

#warningChart polyline {
  opacity: 0.3;
  stroke: black;
  stroke-width: 2px;
  fill: none;
}
#warningChart .labelName tspan {
  font-style: normal;
  font-weight: 700;
}
#warningChart .labelName {
  font-size: 0.9em;
  font-style: italic;
}

#ciclonesTropicales, #aniosEventos {
  display: block;
  margin: 2em 0;
  width: 100%;
}

#eventInfo .typeCountyTitle {
  font-style: italic;
  text-decoration: underline;
}
#eventInfo .countyColorContainer {
  margin: 0.5em 0;
}
#eventInfo .countyColorContainer .countyColorTitle {
  font-weight: bold;
  display: inline-block;
  padding: 0 1em;
}
#eventInfo .countyColorContainer .countyColorTitle.ROJA {
  background: red;
}
#eventInfo .countyColorContainer .countyColorTitle.NARANJA {
  background: orange;
}
#eventInfo .countyColorContainer .countyColorTitle.AMARILLA {
  background: yellow;
}
#eventInfo .countyColorContainer .countyColorTitle.VERDE {
  background: #38BF34;
}
#eventInfo .countyColorContainer .countyColorTitle.AZUL {
  background: #4F81BC;
}

/*# sourceMappingURL=consulta.css.map */
