.pronosticos-table {
  background-color: #fafafa;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.12);
}
.pronosticos-table th,
td {
  padding: 0.2em 1em;
  border: none;
}

table tr > th {
  align-items: center;
}

.table-wrapper {
  /* height: 100vh;*/
  display: flex;
  align-items: center;
}

.pronosticos-table {
  background-color: #fafafa;
  padding: 1rem;
  border-radius: 1rem;
  text-align: center;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.12);
}

.pronosticos-table th,
td {
  padding: 0.2em 1em;
  border: none;
}

.pronosticos-table thead tr:first-child th[colspan] {
  text-align: center;
  font-weight: bold;
}

.zone-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.clima-dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
}
.inline-div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.clima-icon {
  width: 3rem;
}
.periodo-wrapper {
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.arrow {
  border: solid #5f249b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 0.333rem;
  cursor: pointer;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.periodo {
  font-weight: 700;
}
#pron1:checked ~ .Carrusel_3sliderPronostico:nth-of-type(1) {
  transform: translate(0, 0);
}
#pron1:checked ~ .Carrusel_3sliderPronostico:nth-of-type(2) {
  transform: translate(100%, 0);
}
#pron1:checked ~ .Carrusel_3sliderPronostico:nth-of-type(3) {
  transform: translate(200%, 0);
}
#pron2:checked ~ .Carrusel_3sliderPronostico:nth-of-type(1) {
  transform: translate(-100%, 0);
}
#pron2:checked ~ .Carrusel_3sliderPronostico:nth-of-type(2) {
  transform: translate(0, 0);
}
#pron2:checked ~ .Carrusel_3sliderPronostico:nth-of-type(3) {
  transform: translate(100%, 0);
}
#pron3:checked ~ .Carrusel_3sliderPronostico .Carrusel_3slider:nth-of-type(1) {
  transform: translate(-200%, 0);
}
#pron3:checked ~ .Carrusel_3sliderPronostico .Carrusel_3slider:nth-of-type(2) {
  transform: translate(-100%, 0);
}
#pron3:checked ~ .Carrusel_3sliderPronostico .Carrusel_3slider:nth-of-type(3) {
  transform: translate(0, 0);
}
.Carrusel_3slider {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  overflow-y: hidden;
  transition: all 0.5s ease;
}
#Slider1_3slider:checked ~ .Arrow1_3slider {
  display: flex;
}
#Slider2_3slider:checked ~ .Carrusel_3sliderPronostico .Arrow2_3slider {
  display: flex;
}
#Slider3_3slider:checked ~ .Carrusel_3sliderPronostico .Arrow3_3slider {
  display: flex;
}
.Carrusel_3sliderPronostico {
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  overflow-y: hidden;
  transition: all 0.5s ease;
}
