@font-face {
  font-family: OpenSans;
  src: url("./assets/open_sans.ttf");
}

@font-face {
  font-family: Inter;
  src: url("./assets/inter.ttf");
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: OpenSans;
}

header {
  background-color: #041c60;
  padding: 0.6rem;
  height: 80px;
}

header img {
  width: auto;
  height: 80px;
}

.termos {
	font-family: Inter;
	font-weight: 500;
	font-size: 0.8rem;
	color: #222;
	text-decoration: underline;
	margin: 1rem;
	padding: 1rem;
	margin-bottom: 2.25rem;
	padding-bottom: 2.25rem;
	position: relative;
}

.caixa {
	display: flex;
	justify-content: center;
	width: 100%;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
}

.suporte {
	display: flex;
	flex-direction: column;
	font-size: 1.0625rem;
	margin-top: 8rem;
	margin-bottom: 8rem;
}

.first {
	font-size: 1.25rem;
	line-height: 2.25rem;
}

.email {
	color: #333;
}

.main-content {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  font-size: 0.7rem;
}

.iehh-logo {
  width: 251.7px;
  height: 127px;
}

.top-img {
  position: absolute;
  top: 6.2rem;
  right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 450px){
  .termos {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
  }
  .caixa {
    flex-direction: column;
	align-items: center;
	justify-content: center;
  }
}

@media only screen and (min-width: 320px) {
  header {
	height: 60px;
	padding: 0.6rem;
  }
  header img {
	height: 60px;
  }
  .iehh-logo {
    width: auto;
    height: 111px;
    padding: 10%;
    border: none;
	/* display: none; */
  }
  .main-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 0.9rem;
  }

  .details-img {
    width: 90px;
    height: 90px;
  }
  .top-img {
    position: absolute;
    top: 4.95rem;
    right: 0;
  }
  .main-content iframe {
    width: 200px;
    height: 150px;
	padding: 10%;
	padding-top: 20%;
    padding-bottom: 1%;
    border: none;
  }
}

@media only screen and (min-width: 375px) {
  .iehh-logo {
    width: auto;
    height: 112px;
    padding: 10%;
    border: none;
  }
  .main-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 0.9rem;
  }

  .details-img {
    width: 90px;
    height: 90px;
  }
  .top-img {
    position: absolute;
    top: 4.95rem;
    right: 0;
  }
  .main-content iframe {
    width: 220px;
    height: 170px;
	padding: 10%;
    padding-bottom: 0%;
    border: none;
  }
}

@media only screen and (min-width: 425px) {
  .iehh-logo {
    width: auto;
    height: 114px;
    padding: 10%;
    border: none;
  }
  .main-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1rem;
  }
  .details-img {
    width: 90px;
    height: 90px;
  }
  .top-img {
    position: absolute;
    top: 4.95rem;
    right: 0;
  }
  .main-content iframe {
    width: 260px;
    height: 180px;
	padding: 8%;
    padding-bottom: 5%;
    border: none;
  }
}

@media only screen and (min-width: 700px) {
  header {
	padding: 0.8325rem;
    height: 72px;
  }

  header img {
    height: 72px;
  }
  .iehh-logo {
    width: auto;
    height: 116px;
    padding: 10%;
    border: none;
  }
  .main-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.2rem;
  }
  .main-content iframe {
    width: 450px;
    height: 230px;
	padding: 10%;
    /* padding-left: 10%; */
    /* padding-top: 10%; */
    padding-bottom: 3%;
    border: none;
  }
  .top {
    width: 70%;
    display: flex;
    flex-direction: row-reverse;
  }
  .details-img {
    width: 90px;
    height: 90px;
  }
  .top-img {
    position: absolute;
    top: 6.19rem;
    right: 0;
    width: 150px;
    height: 150px;
  }

  .top-img img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 1024px) {
  header {
	padding: 0.75rem;
    height: 75px;
  }

  header img {
    height: 75px;
  }

  .iehh-logo {
    width: auto;
    height: 119px;
    padding: 10%;
    border: none;
  }
  .main-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.4rem;
  }
  .main-content iframe {
    width: 500px;
    height: 230px;
	padding: 10%;
    /* padding-left: 10%; */
    padding-top: 5%;
    padding-bottom: 3%;
    border: none;
  }
  .top {
    width: 60%;
    display: flex;
    flex-direction: row-reverse;
  }
  .details-img {
    width: 90px;
    height: 90px;
  }
  .top-img {
    position: absolute;
    top: 6.19rem;
    right: 0;
    width: 150px;
    height: 150;
  }

  .top-img img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  header {
    height: 80px;
	padding: 0.595rem;
  }

  header img {
    height: 80px;
  }

  .iehh-logo {
    width: auto !important;
    height: 130px !important;
    padding: 5% !important;
    border: none !important;
  }

  .main-content {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 1.6rem !important;
  }
  .main-content iframe {
    width: 800px;
    height: 390px;
	padding: 10%;
    /* padding-left: 1%; */
    /* padding-top: 5%; */
    /* padding-bottom: 5%; */
    border: none;
  }
  .top {
    width: 60%;
    display: flex;
    flex-direction: row-reverse;
  }
  .details-img {
    width: 90px;
    height: 90px;
  }
  .top-img {
    position: absolute;
    top: 6.19rem;
    right: 0;
    width: 150px;
    height: 150;
  }
}

@media only screen and (min-width: 2000px) {
  header {
    background-color: #041c60;
    padding: 0.6rem;
    height: 130px;
  }
  header img {
    width: auto;
    height: 128px;
  }

  .termos {
    font-family: Inter;
    font-weight: 400;
    font-size: 2rem;
    color: black;
    text-decoration: underline;
	margin: 1.25rem;
	padding: 1.25rem;
	margin-bottom: 2.25rem;
	padding-bottom: 2.25rem;
	position: relative;
  }

  .iehh-logo {
    width: 400px !important;
    height: 206px !important;
    padding: 5% !important;
    border: none !important;
  }
  .main-content {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    font-size: 2.3rem !important;
  }
  .main-content iframe {
    width: 1400px !important;
    height: 600px !important;
  }
  .top {
    width: 70%;
    display: flex;
    flex-direction: row-reverse;
  }
  .details-img {
    width: 90px;
    height: 90px;
  }
  .top-img {
    position: absolute;
    top: 9.325rem;
    right: 0;
    width: 300px;
    height: 300px;
  }

  .top-img img {
    width: 100%;
    height: 100%;
  }
}
