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;
}

.contenedor_general {
	display: flex;
	flex-direction: column;
	align-content: center;
}


.titulo_confirmacion {
	font-family: montserrat;
	color: #e1241d;
	font-weight: 800;
	font-size: 2em;
	margin-top: 50px;
	margin-bottom: 30px;
	align-self: center;
}



.rectangulo_blanco {
    width: 70%;
    height: 250px;
    background-color: white;
    align-self: center;
    border-radius: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contenido_rectangulo {
	display: flex;
    flex-direction: column;
    font-family: Montserrat;
    color: #e1241d;
    align-items: center;
    width: 100%;
    justify-content: center;
}


.texto_rectangulo {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 87%;
}

.texto_rectangulo h1 {
	font-family: Montserrat;
    font-weight: 800;
    font-size: 24pt;
    color: #e1241d;
    margin-bottom: 10px;
    margin-top: 0;
}

.texto_rectangulo h3 {
	font-family: Montserrat;
	font-weight: 400;
	font-size: 14pt;
	color: #e1241d;
	margin-bottom: 2px;
	margin-top: 2px;
}

.si_no {
    width: 87%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}

.boton_si_no {

	font-family: montserrat;
    font-weight: 800;
    color: #e1241d;
    font-size: 14pt;
    background: none;
    border-radius: 9px;
    border-color: #e1241d;
    width: 65px;
    height: 35px;
    border-style: solid;
    border-width: 1pt;
    cursor: pointer;
    transition: 0.8s;

}

.boton_si_no:hover {

	color: white;
	background: #e1241d;
}

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

.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: 70px auto;
  padding: 30px;
  background: #D7D9DD;
  border-radius: 5px;
  width:50%;
  position: relative;
  transition: all 2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: montserrat;
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  align-self: center;
}

.popup h3 {

    font-family: montserrat;
    font-weight: 400;
    font-size: 0.8em;
    text-align: center;
    color: black;
    margin-top: -10px;

}

.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%;
  }
}


.contenedor_texto_final {

    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.texto_final {

    font-family: montserrat;
    font-weight: 300;
    font-size: 0.7em;
    width: 50%;
    text-align: center;
    margin-top: 30px;
}

.volver {
    font-family: montserrat;
    color: black;
    font-weight: 200;
    font-size: 0.7em;
    margin-top: 10px;
    width: 100%;
}

a {

  text-decoration: none;
  color: black;
}

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

.contenedor_footer {
	height: 65px;
	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;
}