table.sortable
  th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
  content: " \25B4\25BE";
}

.covid-footer {
  background-color: black;
  color: white;
  padding-bottom: 20px;
}

body {
  color: white;
}
.img-back {
  width: 100%;
  margin-top: 50px;
}

.total_case {
  width: 24%;
  display: inline-block;
  margin-top: 18px;
  margin-left: 24px;
  font-weight: bold;
  text-align: center;
  border: 4px solid black;
  padding-top: 18px;
}

.total_case p {
  margin: 0px;
}

.number {
  font-size: 30px;
  color: red;
  margin-top: 5px;
}

.select_fecha {
  display: inline-block;
  display: inline-block;
  width: 56%;
}

.select_fecha select {
  width: 100%;
}

.ultima_fecha {
  display: inline-block;
  display: inline-block;
  width: 16%;
  padding: 5px;
  border: 2px solid black;
}

.ultima_fecha p {
  margin: 0px;
  text-align: center;
}

.casos_por_departamento {
  width: 16%;
  display: inline-block;
  margin-top: 18px;
  margin-left: 24px;
  font-weight: bold;
  text-align: center;
  border: 1px solid black;
  padding-top: 18px;
  box-shadow: 0px 0px 7px 0px rgba(56, 56, 56, 1);
  float: left;
}

.casos_por_departamento ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.casos_por_departamento ul .number_depart {
  color: red;
}
.casos_por_departamento ul .text_depart {
  font-weight: 300;
}

.map {
  float: left;
  display: inline-block;
  width: 61% !important;
  margin-left: 33px !important;
  margin-top: 14px !important;
}

.recuperado {
  width: 16.5%;
  margin-left: 10px;
  display: inline-block;
  margin-top: 18px;
  font-weight: bold;
  text-align: center;
  border: 3px solid black;
  padding-top: 18px;
  box-shadow: 0px 0px 7px 0px rgba(56, 56, 56, 1);
  float: left;
}

.datos_importantes {
  width: 16.5%;
  margin-left: 10px;
  display: inline-block;
  margin-top: 18px;
  font-weight: bold;
  text-align: center;
  border: 3px solid black;
  box-shadow: 0px 0px 7px 0px rgba(56, 56, 56, 1);
  float: left;
}

.title_datos_importantes {
  color: rgb(39, 39, 39);
  background: white;
}

.subtitle_datos_importantes {
  font-size: 12px;
  font-weight: 500;
}

.content_datos_importantes {
  font-size: 12px;
  font-weight: 600;
}

.defi{
    padding-bottom: 58px;
}

.definicion div {
  width: 49%;
  height: 100px;
  display: inline-block;
  padding: 50px;
}

.definicion p{
    text-align: justify;
}

.titulo_definicion{
    background: #4e4e4e;
    font-weight: bold;
    text-align: center;
}

.afecta{
    background: white;
    margin-bottom: 20px;
    padding-bottom: 58px;
}

.afecta div{
    width: 49%;
  height: 100px;
  display: inline-block;
  padding: 50px;
}
.afecta p {
    color: rgb(39,39,39);
    text-align: justify;
}

.title_Afecta{
    font-weight: bold;
    text-align: center;
}

.img-sintomas{
    padding: 0px !important;
}

.img-sintomas img{
    position: absolute;
    margin-top: -165px;
    margin-left: 7%;
}

.titl-tweets{
    background: white;
    color: black;
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 30px;
    padding-left: 24px;
}
.twitter{
    padding-left: 11%;
    padding-right: 11%;
    background: white;
}


.grafico-1{
    background: white;
    width: 98%;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: transparent;
}

/* Slides */
.mySlides {
  display: none;
  padding: 5px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 20%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  color: black !important;
  background: white;
    color: black;
    opacity: 0.3;

}

.prev {
  margin-left: -120px;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

.covid-footer p{
  margin:0px;
}
