:root {
  --transp: rgba(0, 0, 0, 0.2);
}
.video-form {
  position: relative;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
}
.video-form .container {
  /* max-width: initial; */
  text-align: center;
  padding: 0;
}
.video-form .form-content {
  display: inline-block;
  max-width: 100%;
  padding: 20px;
  margin: -20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.video-form .general-form {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}
.video-form .video-container {
  position: relative;
  overflow: visible;
}
.video-form .general-button {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  border: none;
  outline: none !important;
  font-size: 32px;
  line-height: 1.4;
  display: block;
  text-decoration: none;
  padding: 23px 20px;
  color: #fff !important;
  text-align: center;
  position: relative;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%;
  width: 1000px;
}
.video-form .general-button.success {
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.19);
  background-color: #4ecd89;
}
.video-form .general-button.success:hover {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.19);
  top: 2px;
}
.video-form .video-title {
  font-size: 36px;
  text-align: center;
  color: #444b56;
  margin-bottom: 20px;
}
.video-form .video-subtitle {
  font-size: 24px;
  font-weight: 300;
  color: #7eaede;
  margin-bottom: 35px;
  text-align: center;
}
.video-form .video-formcontainer {
  margin: 0 auto;
}
.video-form .video-formcontainer video {
  border: 10px solid;
  -webkit-border-image: var(--linear-border) 1;
  border-image: var(--linear-border) 1;
}
@media (max-width: 767px) {
  .video-form .video-title {
    font-size: 30px;
  }
  .video-form .general-button {
    font-size: 24px;
    padding: 20px;
  }

  .video-form .video-formcontainer video {
    border-width: 15px;
  }
}
.cta-2cols {
  width: 100%;
  position: relative;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.cta-2cols .cta-2cols-image {
  display: inline-block;
  margin-top: -25px;
  float: left;
  margin-right: 15px;
  width: 127px;
  max-width: 100%;
  z-index: 10;
  position: relative;
}
.cta-2cols .cta-2cols-image.image-center {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cta-2cols .cta-2cols-image.image-right {
  float: right;
  margin: 10px 0 10px 15px;
}
.cta-2cols .cta-2cols-title {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  margin: 30px 20px;
  /* margin-right: 20px; */
  text-align: right;
}
.cta-2cols .cta-2cols-cta {
  padding: 35px 0;
}
.cta-2cols .cta-2cols-call {
  font: 18px open sans condensed, sans-serif;
  color: #88b8da;
  margin-bottom: -20px;
  margin-top: 20px;
}
.cta-2cols .general-button {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  border: none;
  outline: none !important;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  padding: 14px 15px;
  color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-height: 45px;
}
.cta-2cols a.general-button {
  width: 100%;
}
.cta-2cols form .general-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cta-2cols .general-input {
  display: inline-block;
  padding: 12px 18px;
  font-size: 17px;
  color: black;
  margin-right: 5px;
  font-weight: 400;
  background: linear-gradient(30deg, #c58f40a6, #2f2d25ab);
  border: none;
}
.cta-2cols .general-input::placeholder {
  color: black;
  opacity: 0.75;
}

.cta-2cols .general-input:focus {
  color: rgba(0, 0, 0, 0.9);
}
.cta-2cols .general-button.success {
  background-color: var(--gold4);
  color: black;
}
.cta-2cols .general-button.success span {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.cta-2cols .general-button.success:hover span {
  opacity: 0.8;
}
.cta-2cols div.form-fields {
  display: inline-block;
  padding-left: 0;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .cta-2cols .cta-2cols-cta {
    padding: 20px 0;
  }
  .cta-2cols .cta-2cols-image {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .cta-2cols .cta-2cols-title {
    text-align: center;
    clear: both;
  }
  .cta-2cols .cta-2cols-call {
    text-align: center;
  }
  .cta-2cols .general-input {
    font-size: 15px !important;
    padding-top: 12px;
  }
  .cta-2cols .general-button {
    font-size: 12px !important;
    padding-left: 14px;
    padding-right: 14px;
  }
  .cta-2cols div.form-fields {
    padding-right: 1px;
  }
}
.author-about-2-2 {
  position: relative;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  margin: 40px 0;
}
#s-sobre section {
  max-height: 0;
  opacity: 0;
  transition: max-height ease-in 0.3s, opacity ease-in 0.5s;
}
#s-sobre section.open {
  max-height: 2000px;
  opacity: 1;
}
p.close {
  position: absolute;
  right: 50px;
  top: 50px;
  font-weight: bold;
  transform: scale3d(2.5, 2, 1);
  color: var(--gold);
  cursor: pointer;
}
p.close:hover,
p.close:active {
  color: var(--gold2);
}
.author-about-2-2 .author-about-2-2-box {
  margin: 0 auto;
  position: relative;
}
.author-about-2-2 .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.author-about-2-2 img {
  margin-bottom: 20px;
  width: 178px;
  animation: glow 0.7s ease-in infinite alternate;
}
.author-about-2-2 .title {
  font-size: 30px;
  margin-bottom: 30px;
  color: #9c9c9c;
  display: grid;
  justify-items: center;
}
.author-about-2-2 .description {
  font-size: 16px;
  line-height: 1.5;
  color: var(--gold2);
  margin-bottom: 30px;
  display: block;
  max-width: 800px;
}
.author-about-2-2 .link {
  border: 2px solid #4f5c71;
  padding: 20px 40px;
  display: inline-block;
  text-align: center;
  color: #4f5c71;
}
.author-about-2-2 .link:hover {
  opacity: 0.8;
}
.author-about-2-2 .thumb {
  float: left;
}
@media (max-width: 767px) {
  .author-about-2-2 {
    padding: 20px 0;
  }
  .author-about-2-2 .content {
    display: block;
  }
  .author-about-2-2 img {
    /* margin: 0 auto 20px; */
    /* display: block; */
    /* max-width: 300px; */
    display: none;
  }
  .author-about-2-2 .text {
    text-align: center;
  }
  .author-about-2-2 .description {
    font-size: 15px;
    text-align: left;
  }

  .author-about-2-2 .title {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  p.close {
    right: 20px;
    top: 10px;
    transform: scale3d(2, 1.5, 1);
  }
}
.author-about-2-1 {
  padding: 50px 0;
  position: relative;
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
}
.author-about-2-1 .author-about-2-1-box {
  margin: 0 auto;
  position: relative;
}
.author-about-2-1 .thumb {
  height: 222px;
}
.author-about-2-1 .thumb img {
  width: inherit;
  height: inherit;
  object-fit: contain;
  margin: 0 auto;
}
.author-about-2-1 .title {
  font-size: 30px;
  margin-bottom: 32px;
  display: block;
  display: block;
  text-align: center;
  /* color: white; */
}
.author-about-2-1 .title.l {
  color: #f9f9f9;
}
.author-about-2-1 .title b {
  color: var(--gold);
}
.author-about-2-1 .description {
  font-size: 16px;
  line-height: 1.5;
  color: #f9f9f9;
}
.author-about-2-1 .description .title {
  font-size: 26px;
  margin-top: 12px;
  margin-bottom: 4px;
  color: whitesmoke;
}
.author-about-2-1.processo .description {
  display: inline-flex;
  width: 1000px;
  justify-content: space-around;
}
.author-about-2-1.processo .description section {
  /* border: 1px solid var(--transp); */
  width: -webkit-fill-available;
}
.author-about-2-1.processo .description section:hover {
  background: var(--transp);
}
.author-about-2-1.processo .description section svg {
  transition: all 0.2s ease-out;
}
.author-about-2-1.processo .description section:hover svg {
  filter: drop-shadow(0 2px 5px var(--gold2));
}
.author-about-2-1.processo .description section.active {
  opacity: 0.8;
  background: var(--transp);
}
.author-about-2-1.processo .f-wrapper {
  background: var(--transp);
  /* border: 1px solid var(--transp); */
  padding-top: 22px;
  padding-bottom: 15px;
}
.author-about-2-1.processo .fill {
  font-size: 22px;
  line-height: 1.5;
  color: var(--gold2);

  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-align-last: center;
  padding: 0 10px;
}
.author-about-2-1.processo .fill p {
  font-style: italic;
}

.author-about-2-1.processo .fill .title {
  margin-bottom: 10px;
}

.author-about-2-1.processo .description .title {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.author-about-2-1.processo .description .content,
.author-about-2-1.processo .description .title a {
  display: none;
}
.author-about-2-1 .description .title svg {
  display: flex;
  fill: var(--gold2);
  width: 80px;
  height: 80px;
}

.author-about-2-1.relato .thumb {
  display: block;
  float: left;
  margin: 10px 20px 10px 0;
  height: 100%;
  width: 182px;
  position: relative;
}
.author-about-2-1.relato .thumb img {
  box-shadow: 0px 0px 12px 6px #ffffff;
}
.author-about-2-1.relato .thumb.b img {
  box-shadow: 0px 0px 10px 5px whitesmoke;
}
.author-about-2-1.relato.r .thumb {
  float: right;
  margin: 10px 0 10px 20px;
}

.author-about-2-1.relato .block {
  width: 100%;
  height: 100%;
  bottom: 0px;
  position: absolute;
  box-shadow: 0 0 12px 6px #ffffff inset;
}
.author-about-2-1.relato .thumb.b .block {
  box-shadow: 0 0 10px 5px whitesmoke inset;
}

.author-about-2-1.relato .description {
  margin-left: 202px;
}
.author-about-2-1.relato.r .description {
  text-align: right;
  margin-left: 0;
  margin-right: 202px;
}

.author-about-2-1.relato .title {
  color: white;
  position: relative;
  margin-bottom: 48px;
}
.author-about-2-1.relato .title .cargo {
  position: absolute;
  font-size: 13px;
  bottom: -20px;
  right: 0;
  width: 100%;
  font-style: italic;
  white-space: nowrap;
}

.separador {
  height: 65px;
  width: 100vw;
  position: relative;
  background: url(../img/separador4.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .author-about-2-1 {
    padding: 20px 0;
  }
  .author-about-2-1 .title {
    font-size: 21px;
    margin-bottom: 18px;
  }
  .author-about-2-1 .description {
    font-size: 15px;
  }
  .author-about-2-1.relato .description {
    margin-left: 160px;
  }
  .author-about-2-1.relato.r .description {
    margin-right: 160px;
  }

  .author-about-2-1 .thumb {
    max-width: 120px;
  }
  .author-about-2-1 .carousel .thumb {
    max-width: unset;
  }
}
@media (max-width: 500px) {
  .author-about-2-1.relato .description {
    margin-left: 0;
  }
  .author-about-2-1.relato.r .description {
    margin-right: 0;
  }
}
.contact {
  padding: 40px 0;
  text-align: center;
  background-position: center 0;
  overflow: hidden;
}
.contact .contact-title {
  color: var(--gold3);
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.contact .contact-description {
  color: #379d73;
  font-size: 24px;
  margin-bottom: 40px;
  text-align: center;
}
.contact .contact-form {
  max-width: 600px;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin: 0;
}
.contact .contact-form input[type='text'],
.contact .contact-form input[type='email'],
.contact .contact-form textarea,
.contact .contact-form select {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: 300;
  color: var(--gold4);
  padding: 0 20px;
  margin-bottom: 10px;
  resize: none;
  background: linear-gradient(110deg, #000000bf, #382b18);
  border: none;
  font-weight: normal;
}

.contact .contact-form select option {
  background: #382b18;
}

.contact .contact-form input[type='text']::placeholder,
.contact .contact-form input[type='email']::placeholder,
.contact .contact-form textarea::placeholder {
  color: var(--gold4);
  opacity: 0.75;
  font-weight: 400;
}

.contact .contact-form input[type='text'],
.contact .contact-form input[type='email'],
.contact .contact-form select {
  height: 48px;
  line-height: 46px;
}
.contact .contact-form input.full-width {
  max-width: 100%;
}
.contact .contact-form textarea {
  height: 195px;
  padding: 20px;
}
.contact .contact-form .contact-button {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 30px;
  font-size: 18px;
  text-align: center;

  background-color: black;
  color: var(--gold4);
  font-weight: bold;
  border: 1px ​solid var(--gold);
}
.contact .contact-form input[type='submit']:hover {
  background-color: #769f23;
}
.contact .contact-quote {
  max-width: 396px;
  display: inline-block;
  vertical-align: top;
}
.contact .address {
  margin-bottom: 35px;
  width: 400px;
  max-width: 100%;
  text-align: left;
  padding-right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.contact .contact-quote .ico {
  width: 16px;
  display: inline-block;
  margin-right: 10px;
}
.contact .contact-quote .ico img,
.contact .contact-quote .ico svg {
  width: 100%;
}
.contact .contact-quote .ico svg {
  height: 16px;
}
.contact .contact-quote .text {
  font-size: 14px;
  color: #555;
}
.contact .contact-balloon {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.05);
  padding: 15px 20px 25px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.75;
  font-style: italic;
  color: #949494;
  text-align: left;
  position: relative;
  margin-bottom: 25px;
}
.contact .contact-balloon:before {
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  bottom: -13px;
  width: 27px;
  height: 13px;
  left: 80px;
}
.contact .contact-info {
  text-align: left;
}
.contact .contact-info .thumb {
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  border-radius: 68px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  margin-right: 25px;
}
.contact .contact-info .txt {
  vertical-align: middle;
  display: inline-block;
  margin-top: 8px;
}
.contact .contact-info .title {
  font-size: 18px;
  font-weight: 700;
  color: #494949;
  margin-bottom: 10px;
}
.contact .contact-info .subtitle {
  font-weight: 300;
  font-size: 16px;
  color: #767676;
}
.form-contact {
  padding: 20px;
  margin: -20px;
}
.contact .contact-info .subtitle span {
  color: #fd8f30;
}
@media (max-width: 1023px) {
  .contact .contact-form {
    margin-right: 0;
  }
  .contact .contact-quote {
    max-width: 100%;
    width: 600px;
  }

  .author-about-2-1.processo .description {
    width: -webkit-fill-available;
  }
}

@media (max-width: 767px) {
  .contact .contact-title {
    margin-bottom: 20px;
  }
  .contact .contact-description {
    padding: 0 15px;
  }
  .contact .contact-title,
  .contact .contact-title span,
  .contact .contact-title font {
    font-size: 26px !important;
    line-height: 1.3 !important;
  }
  .contact .contact-description,
  .contact .contact-description span,
  .contact .contact-description font {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }
  .contact .contact-form input[type='text'],
  .contact .contact-form input[type='email'] {
    float: none;
    max-width: none;
  }
}
@media (max-width: 479px) {
  .contact .contact-form input[type='submit'] {
    width: 100%;
  }
  .contact .contact-balloon:before {
    left: 50%;
    margin-left: -14px;
  }
  .contact .contact-info .thumb,
  .contact .contact-info .txt {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }

  .author-about-2-1 .description .title svg {
    width: 84px;
    height: 54px;
    padding: 5px 20px;
  }
  .author-about-2-1.processo .f-wrapper {
    padding-top: 5px;
  }
}
