@charset "UTF-8";

footer#footer .modal-container {
  width: 100vw;
  height: 100vh;
  background-color: rgba(224, 224, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  justify-content: center;
  align-items: flex-end;
}
footer#footer .modal-container.mostrar {
  display: flex;
  z-index: 9999999999;
}
footer#footer .modal-container .modal-box {
  margin-bottom: 5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  width: 60vw;
  min-width: 300px;
  padding: 2vw;
  border-radius: 1vw;
  box-shadow: 0px 10px 20px 0px rgba(112, 112, 112, 0.308);
}

footer#footer .modal-container .modal-box p a {
  color: #494949;
  text-decoration: underline;
}
footer#footer .modal-container .modal-box button {
  font-size: 0.8333333333vw;
  width: 20vw;
  height: 2vw;
  border: 0;
  margin-left: 1vw;
  background-color: #a60000;
  font-family: "arial", sans-serif;
  padding: 1vw;
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.modal-container {
  width: 100vw;
  height: 100vh;
  background-color: rgba(224, 224, 255, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  justify-content: center;
  align-items: flex-end;
}
.modal-container.mostrar {
  display: flex;
  z-index: 9999999999;
}
.modal-container .modal-box {
  margin-bottom: 5vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  width: 60vw;
  min-width: 300px;
  padding: 2vw;
  border-radius: 1vw;
  box-shadow: 0px 10px 20px 0px rgba(112, 112, 112, 0.308);
}
@media (min-width: 0px) and (max-width: 991px) {
  .modal-container .modal-box {
    flex-direction: column;
    margin-bottom: 35vw;
  }
}
.modal-container .modal-box p {
  font-family: "arial";
  font-size: 1;
  color: #494949;
}
@media (min-width: 0px) and (max-width: 991px) {
  .modal-container .modal-box p {
    font-size: 3.2vw;
    padding: 2.4vh;
  }
}
.modal-container .modal-box p a {
  color: #494949;
  text-decoration: underline;
}
.modal-container .modal-box button {
  font-size: 0.8333333333vw;
  width: 20vw;
  height: 2vw;
  border: 0;
  margin-left: 1vw;
  background-color: #005c30;
  font-family: "Work Sans", sans-serif;
  padding: 1vw;
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 991px) {
  .modal-container .modal-box button {
    font-size: 3.2vw;
    width: 64%;
    height: 5vh;
    margin: 0 auto;
  }
}
