body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  background-color: rgb(73, 73, 73);
  background-image: url('/Resources/MicrosoftTeams-image.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#div-canvas {
  position: relative;
}
.row-canvas {
  padding-top: 9%;
}

canvas {
  position: absolute;
  left: 0px;
  top: 0px;
}

.logo-image {
  width: 110px;
}

.navbar {
  background-color: #000000b9;
}

.navbar--text {
  color: #ffffff;
}

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  width: 44%;
  bottom: 23px;
}

.popup-container {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.btn-close {
  font-weight: 900;
  position: absolute;
  right: 4%;
  border: none;
  width: 30px;
  height: 30px;
  margin: 2px;
  border-radius: 50%;
  background-color: #fff;
  color: black;
}

.logo-popup {
  background: rgba(255, 255, 255, 0.479);
  padding: 2%;
  border-radius: 10px 10px;
  width: 50%;
  fill: #ffffff;
}

.popup {
  text-align: center;
  background-color: #e5007c;
  padding: 1%;
  height: auto;
  width: auto;
  color: #fff;
  /* display: none; */
  border-radius: 30px 30px 30px 30px;
  z-index: 9;
}

.text-bold {
  font-weight: bold !important;
}
.text-nobold {
  font-weight: 100 !important;
}
.small-text {
  font-size: medium;
}
.form-title {
  width: 85%;
  font-size: 180%;
}

.form-container {
  margin-left: 42%;
  min-height: 550px;
  min-width: 300px;
  width: 75%;
  border-radius: 10%;
  padding: 5%;
  background-color: #ffffffe8;
  text-align: left;
  color: black;
}

.container-centered {
  display: flex;
  align-items: center;
}

/* Full-width input fields */
.form-container input[type='text'],
.form-container input[type='number'],
.form-container input[type='email'] {
  width: 100%;
  height: 40px;
  padding: 15px;
  margin: 5px 0 8px 0;
  border: 1px solid #000;
  background: #ffffff;
}

/* When the inputs get focus, do something */
.form-container input[type='email']:focus,
.form-container input[type='number']:focus,
.form-container input[type='text']:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  border-radius: 10px 10px 10px 10px;
  background-color: #e5007c;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  opacity: 0.8;
}

#btnEnviar:disabled,
#btnEnviar[disabled] {
  border-radius: 10px 10px 10px 10px;
  background-color: #f58ac3;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  opacity: 1;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.form-link {
  font-weight: bold;
  color: #000 !important;
}

.rosaYeap {
  color: #e5007c;
  font-weight: bold;
}
.global-footer {
  background-color: #000000b9;
  color: #ffffff;
  margin-top: 2rem;
  z-index: 1;
  padding: 0rem 3rem 1rem 3rem;
  background-image: url('/Resources/IconoFooter.png');
  background-origin: content-box;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-yeapdata {
  height: 20px;
  width: 20px;
  margin-right: 2rem;
}

.icon-footer-cloud {
  width: 100%;
  padding: 2% 4% 0% 4%;
  display: block;
  position: absolute;
  z-index: 0;
}

.row-footer {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 1rem;
}

.icon-footer {
  padding-top: 6%;
}
A:link {
  text-decoration: none;
  color: #ffffff;
}

A:hover {
  color: #ffffff;
  text-decoration: none;
}

A:visited {
  color: #ffffff;
  text-decoration: none;
}

.modal-backdrop {
  background-color: white;
  opacity: 0.9 !important;
}
