body {
  background-color:#000000;
  font-family: 'Open Sans', sans-serif;
  margin: unset;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

form {
	width:100%;
	max-width: 413px;
	height: auto;
    margin: 0 auto;
}

iframe {
	display: block;
    float: left;
    margin-top: 10px;
}


/*===== Padronização de CSS por classe ========*/
/*===== Inicio Fundo claro ========*/
.m-42 {
  padding-bottom: 42px;
}

.m-92 {
  margin-top: 84px;
  margin-bottom: 92px;
}

.bgc-escuro {
  background:url("fundos/fundo-black.jpg") no-repeat top center;
  background-size:cover;
  background-attachment:fixed;
}

.bgc-claro {
  background: url("fundos//fundo-claro.png") no-repeat top center;
  background: cover;
}

.claro {
  background-color: white;
}

.claro .m-42 {
  border-bottom: 1px solid rgba(146, 152, 155, 0.5);
}

.claro .temp-img {
  background-color: transparent;
  color: black;
}

.claro .footer-copyright {
  color: #92979a;
}

.claro .temp-info {
  color: #92979a;
}

.claro .temp-info2 {
  color: #92979a;
}

.claro .temp-img::after {
  background-color: white;
}

.claro .img-info::before {
  border-color: transparent transparent #00aeef transparent;
  background-color: transparent;
}

.claro .footer {
  background-color: #e8e9e9;
}

.claro .temp-label {
  color: #92979a;
}

.claro .temp-title {
  color: black;
}

.claro .temp-info-tell {
  color: #92979a;
}

.claro .link-nerd {
  color: #00aeef;
}

.claro .temp-input {
  border: 1px solid rgba(146, 152, 155, 0.8);
}

/* =============== Fim Fundo claro =========== */
/* =============== Inicio Escuro ============= */

.escuro .temp-input {
  border: none;
}

.escuro .temp-info-tell {
  color: #FFFFFF;
}
.escuro {
  background-color: #000000;
}

.escuro .m-42 {
  border-bottom: 1px solid rgba(146, 152, 155, 0.5);
}

.escuro .footer-copyright {
  color: #92979a;
}

.escuro .link-nerd {
  color: #00aeef;
}

.escuro .temp-info {
  color: #92979a;
}

.escuro .temp-info2 {
  color: #FFFFFF;
}

.escuro .footer {
  background-color:#000000;
  border-top:2px #E8BF00 Solid;
}

.escuro .temp-label {
  color: #FFFFFF;
}

.escuro .temp-title {
  color: white;
}

.title-form {font-size:40px;font-weight:600;font-style:italic;margin-top:10px;line-height:45px;}

/*======= Fim da Padranozição ==========*/
/*====== Estilo Modelo 1 - Sem Formulário*/
.container {
  display: block;
  grid-template-rows: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 0px;
  max-width: 900px;
  height: auto;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}

.temp-img {
  margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: bottom;
    padding: 10px 20px 0px 20px;
    margin-bottom:0px;
    margin-top: 10px;
    background-color: transparent;
    max-width: 180px;
    overflow: hidden;
    text-align: center;
}

.temp-logo {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 416px) {
  .temp-img {
    max-width: 200px;
  }
}

.temp-title {
  text-align: center;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 400;
  font-family: Stolzl;
  font-display: block;
}

@media screen and (max-width: 416px) {
  .temp-title {
    font-size: 1.375rem /* 22/16 */;
  }

  .m-92 {
    margin: 70px 0px 70px 0px;
  }
}

.temp-info {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
}

.temp-info2 {
  color: #92979a;
  font-size: 1rem;
  font-weight: 300;
  line-height:14px;
}

.temp-link-tell {
  text-decoration: none;
  color: #FFFFFF;
  line-height:14px;
}

.temp-link-tell:hover {
  color:#e4a100;
  transition: 0.3s;
}

.temp-info-email {
  padding-bottom: 15px;
  line-height:12px;
}

.temp-info2 > .temp-info-adress {
  line-height: 25px;
}

.footer {
  text-align: center;
  margin-top: 0px;
  display: block;
  min-width: 100%;
}

.footer-social {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 10px;
}

.img-social {
  max-height: 25px;
  max-width: 25px;
  margin-left: 20px;
  filter: grayscale(100%);
}

.img-social:hover {
  transition: 0.3s;
  filter: none;
  transform: scale(1.1);
}

.footer-copyright {
  padding-bottom: 20px;
  font-size: 0.75rem /* 12/16 */;
  font-weight: 300;
  font-stretch: initial;
}

.link-nerd {
  text-decoration: none;
}

.link-nerd:hover {
  font-weight: 400;
}

.content {
  display: grid;
  max-width: 850px;
  grid-gap: 50px;
  grid-template-columns: 400px 1fr;
  justify-content: center;
  padding-top: 25px;
}


@media screen and (max-width: 940px) {
  .content {
    display: block;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: unset;
  }
  .temp-info2 {
    margin: unset;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 30px;
  }
  .btn-salvar {
  width: calc(100% - 180px);
    max-width: 100%;
    min-width: 100%;
    margin-left: 50px;
    margin-right: 90px !important;
   }
}

@media screen and (max-width: 416px) {

  
}

.temp-label {
  font-size: 0.90rem /* 12/16 */;
  font-weight: 300;
}

::placeholder {
  color: rgba(146, 152, 155, 0.5);
  font-style: italic;
	font-size:12px;
}

.temp-input {
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  font-size: 14px;
  float: left;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 2px;
  border-radius: 0px;
  padding: 0px 15px 0px 15px;
  line-height: 40px;
}

.temp-input-area {
  box-sizing:border-box;
  height: 100px;
  width: 100%;
  border-radius: 0px;
  resize: none;
  padding: 10px 15px 20px 15px;
  line-height:20px;
}

.btn-salvar {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  color:#000000;
  font-size: 0.8125rem /* 13/16 */;
  font-weight:800;
  min-width: 200px;
  min-height: 50px;
  background-color: #ffc700;
  border-radius: 0px;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
  cursor: pointer;
  border: unset;
}

.btn-salvar:hover {
  background-color:#e4a100;
  transition: 0.3s;
}

.error {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  color:#FFFFFF;
  font-size: 0.8125rem /* 13/16 */;
  font-weight:800;
  min-width: 200px;
  min-height: 50px;
  background-color: #AC0002;
  border-radius: 0px;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
  cursor: pointer;
  border: unset;
  text-align: center;
  line-height: 50px;
}

.sending {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  color:#FFFFFF;
  font-size: 0.8125rem /* 13/16 */;
  font-weight:800;
  min-width: 200px;
  min-height: 50px;
  background-color: #FF8D00;
  border-radius: 0px;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
  cursor: pointer;
  border: unset;
  text-align: center;
  line-height: 50px;
}

.success {
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  color:#FFFFFF;
  font-size: 0.8125rem /* 13/16 */;
  font-weight:800;
  min-width: 200px;
  min-height: 50px;
  background-color: #147700;
  border-radius: 0px;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
  cursor: pointer;
  border: unset;
  text-align: center;
  line-height: 50px;
}


.main-text__ponto {
  color: #00aeef;
}
