html{ 
	height:100%; 
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}


body {
  background-color: #d8dade;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  min-height: 100%;
  margin-bottom: -65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



header {
  width: 100%;
  margin-top: 0px;
}

.contenedor_header {
	display: flex;
	flex-direction: row;
	margin-top: 0px;
    display: inline;
    align-items: center;
}


.rectangulo_header {
    width: 100%; height: 70px;
    background-color: #9c9ba0;
    display: flex;
    flex-direction: row;
    align-content: center;
}


.logo_nolting {
	width: auto;
	height: 50px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	align-self: center;
}



.rectangulo_header h3 {
	font-family: montserrat;
	color: white;
	font-size: 14pt;
	font-weight: 600;
	align-self: center;
}

.rectangulo_header {
    width: auto; height: 62px;
    background-color: #9c9ba0;
    display: flex;
    flex-direction: row;
    align-content: center;
}

.logo_nolting {

  width: auto;
  height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.rectangulo_header h3 {

  font-family: montserrat;
  color: white;
  font-size: 1em;
  font-weight: 600;
  align-self: center;
}


.contenedor_historias {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contenedor1 {

  display: inline;
  flex-direction: column;
  margin-top: 0px;
    align-items: center;
    
}

.dot1 {
    height: 50px;
    width: 50px;
    background-color: #D7D9DD;
    border-radius: 100%;
    display: inline-block;
    margin-right: 1%;
    margin-left: 3%;
    border-style: solid;
    border-color: #E0201C;
    border-width: 2px;
    margin-right: 5px;
}


.dot {
    height: 50px;
    width: 50px;
    background-color: #D7D9DD;
    border-radius: 100%;
    display: inline-block;
    border-style: solid;
    border-color: #E0201C;
    border-width: 2px;
    margin-right: 5px;
    margin-left: 5px;
}


.boxrojo {
    background: #2C3740;
    border-radius: 10px;
    width: 90%;
    height: auto;
    margin-top: auto;
    margin-bottom: 7%;
    flex-direction: row;
    display: flex;
    align-self: center;
}

.contenedor_proxima {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
}

.proxima {
    font-family: Montserrat;
    color: white;
    font-size: 100%;
    font-weight: 600;
    align-self: center;
    margin-left: 15px;
    letter-spacing: 1.5px;
}


.boxblanco {
    background: white;
    border-radius: 10px;
    width: 49%;
    height: auto;
    align-self: center;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contenedor_texto {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.contenedor_flecha {

    display: flex;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
    align-items: flex-end;
    margin-right: 15px;
}

.zumba {
    font-family: Montserrat;
    color: #e1241d;
    font-size: 0.7em;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-left: 15px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 0px 20px;
  padding: 0px;
  border-radius: 5px;
  width:auto;
  position: relative;
  transition: all 5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #E0201C;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


.mySlides {
  display: none;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -40px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

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


/* Caption text */

.text {
    background-color: #E0201C;
    color: #f2f2f2;
    font-size: 1em;
    font-weight: 550;
    padding: 8px 12px;
    position: relative;
    bottom: 8px;
    width: inherit;
    text-align: center;
    font-family: Montserrat;
}

a {
    text-decoration: none;
    color: #E0201C;
}

.footer {
  height: 55px;
  background-color: #e1241d;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.contenedor_footer {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
}

.iconos {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 25px; width: auto;
	margin-left: 30px;
	margin-right: 30px;
}