.section-header {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.content-header.box {
    width: 500px;
    max-width: 100%;
    display: block;
    margin: 0;
}

.section-header p.content-header {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.section-header h1{
  color:#fff;
  font-size:44px;
  line-height:49px;
  margin-top:60px;
}

{#.section-header h1 span{
  color:#C4DD5D;
}#}


.section-header.black p.content-header{
  color:#000;
}

.section-header.black h1{
  color:#000;
}

a.cta-header {
    /*background: #C4DD5D;
    border: 1px solid #C4DD5D;*/
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    /*color: #000;*/
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin:10px 10px 0 0;
}

/*a.cta-header:hover {
    background: #00998E;
    border: 1px solid #00998E;
}
a.cta-header.outline {
    background: transparent;
    border: 1px solid #C4DD5D;
    box-sizing: border-box;
    box-shadow: 0px 2px 40px rgb(6 1 11 / 26%);
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-block;
    width: fit-content;
    color: #C4DD5D;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s linear all;
    margin:10px 10px 0 0;
}

a.cta-header.outline:hover {
    background: #00998E;
    border: 1px solid #00998E;
    color:#000;
}*/

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

.section-header p.content-header{
  color:#fff;
  font-size:18px;
  line-height:23px;
}

.section-header h1{
  color:#fff;
  font-size:35px;
  line-height:40px;
}
  
.content-header.box {
    max-width: 90%;
    margin: 0 auto;
}
}




/* The Modal (background) */



.modal {
  display: none;
  position: fixed;
  z-index: 99999999999;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #00000080;
  animation: lightboxon 5s normal;
}

div.modalackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
}

@keyframes lightboxon {
  0%   {opacity:0;}
  25%   {opacity:1;}
  50%   {opacity:1;}
  75%   {opacity:1;}
  100%   {opacity:1;}
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #f2f2f2;
    margin: auto;
    padding: 30px;
    width: 400px;
    max-width: 90%;
    /*animation: lightboxytemb 5s normal;*/
    border-radius: 4px;
    z-index: 9999999999999;
    border: 2px solid #006B63;
    box-shadow: 0 0 20px #00000052;
    max-height: 85%;
    overflow-y: scroll;
    box-sizing: border-box;
    color: #000;
    text-align:center;
}


.modal-content form{
  text-align:left;
}
@keyframes lightboxytemb {
  0%   {opacity:0;transform: scale(0.0)}
  25%   {opacity:1;transform: scale(1.0)}
  50%   {opacity:1;transform: scale(1.0)}
  75%   {opacity:1;transform: scale(1.0)}
  100%   {opacity:1;transform: scale(1.0)}
}

/* The Close Button */
.close {
    color: white;
    position: fixed;
    margin-top: -100px;
    z-index: 9;
    font-size: 60px;
    font-weight: 600;
    font-family: sans-serif;
    margin-left: 150px;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.form-box-modal input, .form-box-modal select {
    background: #ffffff;
    border: 0;
    color: #000;
    outline: 0;
    transition: .2s linear all;
    border-radius: 4px 4px 0 0;
    width: 100%!important;
    max-width: 100%;
    box-shadow: 2px 2px 2px #00000008;
    border-bottom: 2px solid #006b63;
}

.legal-consent-container input {
    width: inherit!important;
}

.form-box-modal input:hover, .form-box-modal select:hover {
    box-shadow: 2px 2px 12px #00000024;
}



.form-box-modal a {
    color: #0f0f0f;
    text-decoration: underline;
    transition: 0.2s linear all;
}

.form-box-modal a:hover {
    opacity:0.7;
}

.form-box-modal input.hs-button.primary {
    background: #c4dd5d;
    color: #000;
    border: 0;
    padding: 12px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    transition: .1s linear all;
}

.form-box-modal input.hs-button.primary:hover{
    background:#00998E;
}

.form-box-modal {
    color: #000;
}

label.hs-error-msg {
    width: 100%;
    background: transparent;
    color: #d00;
    box-shadow: 0 0 0!important;
    font-weight: 400;
    padding: 0;
}

.form-box-modal label {
    margin: 0 1px 3px!important;
}

.legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
    margin-left: 0 !important;
    top: -1px;
    position: relative;
    line-height: 15px;
    font-size: 12px;
}

li.hs-form-booleancheckbox {
    border: 1px solid #006b63;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}

.form-box-modal .hs-fieldtype-checkbox {
    background: #002926;
    border: 1px solid #06534e;
    padding: 10px;
    box-shadow: 0 0 10px #00000047;
}

/* FIM MODAL VALIDAÇÃO CSS */