*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font-family: sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.required {
  color: red;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.7em;
}
ion-icon {
  font-size: 5rem;
  transition: all 0.5s;
}
.btn--box {
  display: flex;
  justify-content: space-around;
  width: 80%;
}
.btn--icon {
  height: 2rem;
  width: 2rem;
}
.btn--blue {
  align-items: center;
  background-color: #35528f;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  height: 70px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  transition: opacity 300ms linear;
  width: 120px;
}
.btn--blue:hover {
  cursor: pointer;
  opacity: 0.7;
}
.btn--pink {
  align-items: center;
  background-color: #ce3d6d;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  height: 70px;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  transition: opacity 300ms linear;
  width: 120px;
}
.btn--pink:hover {
  cursor: pointer;
  opacity: 0.7;
}
.btn--green {
  background-color: #74b700;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 0.5em 0.8em 0.4em;
  transition: all 300ms linear;
}
.btn--green:hover {
  cursor: pointer;
  opacity: 0.7;
}
.input {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  color: #495057;
  font-size: 1.3rem;
  height: 2.3em;
  margin-bottom: 1rem;
  padding: 0 0.5em;
  width: 100%;
}
.form-select--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-select {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  color: #495057;
  font-size: 1.3rem;
  height: 2.3em;
  margin: 1%;
  margin-bottom: 1rem;
  padding: 0 0.5em;
  width: 31%;
}
.footer {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
.footer--box {
  display: flex;
  justify-content: space-around;
  width: 50%;
}
.footer--icon {
  filter: invert(99%) sepia(3%) saturate(240%) hue-rotate(255deg)
    brightness(112%) contrast(87%);
  height: 3rem;
  width: 3rem;
}
.header {
  background: linear-gradient(to right, #2472a0 0%, #3d4386 60%, #590e69 90%);
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.2);
  display: flex;
  height: 5rem;
  justify-content: space-between;
  padding: 1rem;
}
.header--icon {
  height: 2.5rem;
  width: 2.5rem;
}
.header--icon:hover {
  cursor: pointer;
}
.photos {
  display: flex;
  justify-content: space-around;
  padding: 0.5rem;
}
.photos--img {
  border: 1px solid #cfcfcf;
  border-radius: 100%;
  height: 5rem;
  padding: 0.2rem;
  width: 5rem;
}
.photos--img:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.photos--span {
  color: #333;
  font-size: 10px;
  text-align: center;
}
.photos--box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.photos--plus {
  background-color: #ce3d6d;
  border: 1px solid #ffffff;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  display: inline-block;
  font-size: 1.3rem;
  height: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  width: 1.5rem;
}
.progressbar {
  background: #e39ab2;
  color: #fff;
  display: flex;
  height: 20px;
  width: 100%;
}
.progressbar p {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  width: calc(100% / 6);
}
.progressbar--box {
  background: #c00;
  color: #000;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.progressbar--active {
  background-color: #ce3d6d;
  color: #fff;
  font-weight: 600;
}
.progressbar--visible {
  visibility: visible !important;
}
.content {
  align-items: flex-start;
  background-color: #eee;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 25%;
  padding: 2rem 0;
  width: 50%;
}
.content--bg {
  background-color: #eee;
  margin: 1rem 0;
  position: relative;
  text-align: center;
  width: 48%;
}
.content--p {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0;
}
.content--p-1 {
  color: #878787;
  font-size: 1rem;
  line-height: 1.2;
}
.content--p-pink {
  color: #ce3d6d;
  font-size: 1rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.75rem 0;
}
.content__photo {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  margin: 1rem;
  padding: 0.5rem;
  width: 48%;
}
.content__photo--img {
  width: 100%;
}
.content__photo--icon {
  filter: invert(99%) sepia(3%) saturate(240%) hue-rotate(255deg)
    brightness(112%) contrast(87%);
  height: 2.5rem;
  width: 2.5rem;
}
.content__photo--social {
  display: flex;
  justify-content: space-between;
}
.content__down {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  color: #333;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  justify-content: space-around;
  line-height: 1.2;
  padding: 10px;
}
.content__down--box {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 33%;
}
.content__down--icon {
  filter: invert(33%) sepia(10%) saturate(6123%) hue-rotate(298deg)
    brightness(105%) contrast(97%);
  height: 2rem;
  margin-right: 0.5rem;
  width: 2rem;
}
.content__down--span {
  color: #ce3d6d;
}
.container__box-1 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  padding: 10px;
}
.container__box-2 {
  background-color: #fff;
  border: 1px solid #cfcfcf;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  margin: 1rem 0;
  padding: 10px;
}
.container__box-2--form {
  align-items: center;
  display: none;
  flex-direction: column;
  padding: 0.5rem;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 1200px) {
  .content {
    flex-direction: column-reverse;
    margin: 0 5%;
    width: 90%;
  }
  .content__photo {
    margin: 1rem 0;
    width: 100%;
  }
  .content--bg {
    width: 100%;
  }
}
a {
  color: inherit;
  text-decoration: none !important;
}
