:root {
  --azul: #4a577d;
  --laranja: #e26400;
  --amarelo: #E3AF24;
  --texto-cor: #413F3F;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(221, 85, 34, 0.5);
}
.plyr--full-ui input[type=range] {
  color: #dd5522;
}
.plyr__control--overlaid {
  background: rgba(221, 85, 34, 0.8);
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #dd5522;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #dd5522;
}

body,
html {
  padding: 0;
  margin: 0;
}

html {
  box-sizing: border-box;
  background-color: rgb(239, 244, 252);
}


body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  display: block;
}

.redes-sociais img {
	display: inline;
}

svg {
  display: block;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

.torrada p {
  margin: 0;
  max-width: 19em;
}

.torrada {
  background-color: #e1faea;
  font-size: 0.75rem;
  color: #0a0a0a;
  box-shadow: 1px 1px 8px 0 rgba(79, 79, 79, 0.64);
  box-sizing: border-box;
  padding: 0.8em;
  position: fixed;
  border-radius: 5px;
  display: inline-block;
  right: 1em;
  top: 1em;
  transform: translateX(110%);
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: transform .4s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity .3s, background-color .3s, color .3s;
}

.torrada.erro {
  background-color: var(#e01e1e);
  color: white;
}

.torrada[visivel] {
  transform: translateX(0%);
  opacity: 1;
}

.separator {
  width: 100%;
  height: 4px;
  position: relative;
  margin: 4px 0 50px;
}

.separator::after,
.separator::before {
  content: '';
  display: block;
}

.separator::after {
  background-color: currentColor;
  opacity: 0.2;
  height: inherit;
}

.separator::before {
  height: 12px;
  width: 230px;
  position: absolute;
  background-color: currentColor;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  margin-bottom: 0;
}

.main-content {
  /* 1060px + 16px */
  max-width: 1076px;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

/* #region Acessibilidade*/
@media (prefers-reduced-motion: reduce) {

  *,
  *::after,
  *::before {
    animation-duration: 0.001s !important;
    transition-duration: 0.001s !important;
  }
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

.screen-reader-text {
  border: 0;
  position: absolute !important;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* #endregion */

/* Estilos base */
/* #region Titulos*/
.valores .title,
.valores .separator {
  color: var(--azul);
}

.video .title,
.video .separator {
  color: var(--laranja);
}

.faq .title,
.faq .separator {
  color: var(--amarelo);
}

.duvidas .title,
.duvidas .separator {
  color: var(--azul);
}

/* #endregion */

/* #region Valores */
.valores__lista {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  color: #413F3F;
  flex-wrap: wrap;
  justify-content: space-between;
}

.valor {
  flex-basis: 33%;
}

.valor svg {
  margin: 0 auto;
}

.valor__desc {
  text-align: center;
  margin-top: 15px;
  line-height: 1.15;
}

/* #endregion */

/* #region Video*/
.video__texto {
  font-size: 24px;
  text-align: center;
  line-height: 1.15;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  color: #413F3F;
}

/* #endregion */

/* #region FAQ*/
.perguntas__embrulho {
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  padding: 19px 16px;
  margin-bottom: 1em;
}

.perguntas__embrulho a {
  color: #ba4d31;
  text-decoration: none;
}

.perguntas__embrulho a:hover {
  text-decoration: underline;
}

.perguntas__embrulho a:visited {
  color: #df775d;
}

.perguntas__titulo {
  color: var(--azul);
  font-weight: 600;
  margin-bottom: 10px;
}

.perguntas__texto {
  margin: 0;
  line-height: 1.15;
  color: #413F3F;
}

/* #endregion */

/* #region Duvidas*/
.secao.duvidas::after {
  content: '';
  display: block;
  clear: both;
  padding-bottom: 75px;
}

.duvidas__form-embrulho {
  background-color: #1E4076;
  position: relative;
}

.form-embrulho__texto {
  color: white;
  margin-top: 0;
  line-height: 1.15;
}

.form-envio {
  position: relative;
  width: 100%;
}

.duvida-input {
  background-color: white;
  color: #413F3F;
  border: 0;
  border-radius: 8px;
  width: 100%;
  font-size: inherit;
  -webkit-appearance: none;
  appearance: none;
  padding: 15px 19px;
  outline-color: tomato;
}

.form-envio [type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border: 0;
}

/* #endregion */

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner::after,
.spinner::before {
  content: '';
  display: block;
  position: absolute;
}

.spinner::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .3);
}

.spinner::after {
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: var(--azul, #21759b);
  animation: spinner .6s linear infinite;
}

@media only screen and (max-width: 1024px) {
  .separator {
    height: 2px;
  }

  .separator::before {
    height: 8px;
  }
}
