/******************************          Reset          ******************************/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
html,
body {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
body {
  min-height: 100%;
  position: relative;
  /*font-size: 18px;*/
  font-size: 1rem;
  color: #222;
  font-family: 'univia_proultra', sans-serif;
  text-rendering: optimizeLegibility;
}

@font-face h1 {
  font-family: 'univia_proultra';
  src: url('univiapro-ultra-webfont.woff2') format('woff2'),
       url('univiapro-ultra-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'univia_probook';
  src: url('fonts/univiapro-book-webfont.woff2') format('woff2'),
       url('fonts/univiapro-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'univia_proregular';
  src: url('fonts/univiapro-regular-webfont.woff2') format('woff2'),
       url('fonts/univiapro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

article,
iframe,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu {
  display: block;
  margin: 0 auto;
}
ol, ul {
    list-style: none;
    font-size: 1.2rem;
    line-height: 1.5em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
input {
  color: #313131;
}
input:focus {
  outline: none;
}
input:invalid {
  background-color: #fff;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  color: #313131;
}
textarea:focus {
  outline: none;
}
textarea:invalid {
  background-color: #fff;
}
button:focus {
  outline: 0;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type=submit],
input[type=button] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
}
a {
  outline: none;
  -webkit-tap-highlight-color: rgb(0, 0, 0);
  color: #88ccdd;
  outline: 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

svg {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
img {
  display: block;
}
p {
  white-space: pre-wrap;
  max-width: 900px;
  font-size: 1.2rem;
  line-height: 1.5em;
}
strong {font-weight:800;}
/******************************          Main CSS          ******************************/
body {
  font-family: 'univia_proregular', Arial, sans-serif;
  padding-right: 0;
  /*****   Body -- Responsive CSS   *****/
  font-size: 1.2rem;
  line-height: 1.5em;
}
body.with_action_form {
  padding-right: 410px;
}
body.with_action_form section {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}
@media screen and (max-width: 1130px) {
  body {
    /*****   Remove Padding in body   *****/
  }
  body.with_action_form {
    padding-right: 0!important;
  }
}
.naoimporta li {list-style:none!important; }
h1 {
  font-family: 'univia_proultra', Arial, sans-serif;
  font-size: 28px;
  font-weight: 900 !important;
  color: #3b3945;
}
h1 span {
  font-weight: 300;
}
h2 {
  font-size: 27px;
  font-weight: 900;
  color: #88ccdd;
}
h3 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
h5 {
  font-size: 18px;
  font-weight: 400;
  color: #f1f1f1;
}
h6 {
  font-size: 18px;
  font-weight: 300;
  color: #3b3945;
}
p {
  font-size: 16px;
  line-height: 23px;
  color: #555;
}
li {
  font-size: 16px;
  line-height: 23px;
  color: #555;
}
input,
textarea, select {
  padding: 17px 25px;
  border: none;
  background: #e3e7ef;
  border-radius: 3px;
  color: #646b77;
  font-size: 16px;
}
textarea {
  width: 100%;
  height: 200px;
}
select {
  width: 100%;
 
}
img {
  width: auto;
  max-width: 100%;
}
.none {
  display: none;
}
/******************************          Wrapper          ******************************/
.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
/******************************          Sections          ******************************/
section {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 70px 70px;
  background: #fff;
  /*****   Section -- Responsive CSS   *****/
}
section .section_container {
  width: 100%;
  max-width: 956px;
}
@media screen and (min-width: 1681px) {
  section {
    -webkit-align-items: center!important;
        -ms-flex-align: center!important;
                -ms-grid-row-align: center!important;
            align-items: center!important;
  }
}
@media screen and (max-width: 700px) {
  section {
    padding: 70px 20px;
  }
}
/******************************          Logo         ******************************/
.logo a {
  font-size: 40px;
  color: #fff;
  font-weight: 100;
  line-height: 20px;
}
.logo a span {
  font-size: 60px;
  color: #88ccdd;
}
/******************************          SECTIONS          ******************************/
/*/////////////////////////////                            /////////////////////////////*/
/******************************          Header 		** Style 01         ******************************/
.header_style_01 {
  
  background: transparent;
  position:absolute;
  z-index:99999;
 
  /*****   Header -- Responsive CSS   *****/
}
.header_style_01 .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_style_01 .section_container .header_left_side {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header_style_01 .section_container .header_left_side .logo {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header_style_01 .section_container .header_left_side h1 {
  color: #fff;
  margin-bottom: 30px;
  padding-right: 50px;
  font-size:50px;
}
 .header_left_side h1 span {
  color: #fff;
  margin-bottom: 30px;
  padding-right: 50px;
  line-height:15px!important;
  font-size:20px;
}
 .header_left_side h1 span div {

  line-height:15px!important;

}

 .header_left_side h1 span p {

  line-height:15px!important;

}
.header_style_01 .section_container .header_left_side .btn {
  margin-right: 20px;
}
.header_style_01 .section_container .header_right_side {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 700px) {
  .header_style_01 {
    padding: 70px 20px;
  }
  .header_style_01 .logo {
    margin-bottom: 50px!important;
  }
  .header_style_01 h1 {
    margin-bottom: 30px;
    padding-right: 0!important;
  }
  .header_style_01 .section_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_style_01 .section_container .header_left_side {
    text-align: center;
    margin: 0 auto;
  }
  .header_style_01 .section_container .header_right_side {
    margin-top: 40px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
/******************************          Action form fieldset 	** Style 01         ******************************/
.action_form_container {
  width: 410px;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  padding: 30px 48px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  /*****   Action form fieldset -- Responsive CSS   *****/
}
.action_form_container h2 {
  margin-bottom: 10px;
}
.action_form_container p {
  margin-bottom: 30px;
  font-size: 14px;
}
.action_form_container .delimiter {
  margin: 20px 0;
  font-size: 16px;
  color: #888b91;
  font-weight: 700;
}
.action_form_container form fieldset {
  max-width: 314px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.action_form_container form fieldset div {
  width: 100%;
  margin: 0 0 12px 0;
}
.action_form_container form fieldset div.half {
  width: 48%;
}
.action_form_container form fieldset div:last-child {
  margin-bottom: 0;
}
.action_form_container form fieldset p {
  margin: 15px 0 0 0 !important;
  font-size: 16px;
  color: #8e95a5;
  text-transform: uppercase;
  font-weight: 300;
}
.action_form_container form fieldset input {
  width: 100%;
  margin-top: 5px;
}
.action_form_container form fieldset .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.action_form_container form fieldset .action_form_subscribe input,
.action_form_container form fieldset .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
}
.action_form_container form fieldset .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #4e575e;
}
@media screen and (max-width: 1130px) {
  .action_form_container {
    /*****   Remove Action form fieldset   *****/
  
  
  
    width: 100%;
 
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  right: 0;
  top: 0;
  padding: 30px 48px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
  /*****   Action form fieldset -- Responsive CSS   *****/
  
  
  
  }
  
  
  .action_form_container form fieldset {
  max-width: 1000px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}



}
/******************************          Action form fieldset 	** Style 02         ******************************/
.action_form_container_dark {
  width: 410px;
  height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  padding: 30px 48px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.6);
  background: url('../img/413x1440.png') center top no-repeat;
  /*****   Action form fieldset -- Responsive CSS   *****/
}
.action_form_container_dark h2 {
  margin-bottom: 10px;
  color: #ffb400;
}
.action_form_container_dark p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
}
.action_form_container_dark .delimiter {
  margin: 20px 0;
  font-size: 16px;
  color: #61709b;
  font-weight: 700;
}
.action_form_container_dark form fieldset {
  max-width: 314px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.action_form_container_dark form fieldset div {
  width: 100%;
  margin: 0 0 12px 0;
}
.action_form_container_dark form fieldset div.half {
  width: 48%;
}
.action_form_container_dark form fieldset div:last-child {
  margin-bottom: 0;
}
.action_form_container_dark form fieldset p {
  margin: 0;
  font-size: 16px;
  color: #61709b;
  text-transform: uppercase;
  font-weight: 300;
}
.action_form_container_dark form fieldset input {
  width: 100%;
  margin-top: 5px;
  background: #5571aa;
  color: #fff;
}
.action_form_container_dark form fieldset .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.action_form_container_dark form fieldset .action_form_subscribe input,
.action_form_container_dark form fieldset .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
}
.action_form_container_dark form fieldset .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #61709b;
}
@media screen and (max-width: 1130px) {
  .action_form_container_dark {
    /*****   Remove Action form fieldset   *****/
    display: none;
  }
}
/******************************          Section Action form fieldset style 01         ******************************/
.s_action_form_container {
  width: 100%;
  max-width: 956px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*****   Action form fieldset -- Responsive CSS   *****/
}
.s_action_form_container h2 {
  margin-bottom: 10px;
}
.s_action_form_container p {
  margin-bottom: 30px;
  font-size: 14px;
}
.s_action_form_container .delimiter {
  margin: 20px 0;
  font-size: 16px;
  color: #888b91;
  font-weight: 700;
}
.s_action_form_container form fieldset {
  max-width: 956px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.s_action_form_container form fieldset div {
  width: 100%;
  margin: 0 0 12px 0;
}
.s_action_form_container form fieldset div.half {
  width: 48%;
}
.s_action_form_container form fieldset div:last-child {
  margin-bottom: 0;
}
.s_action_form_container form fieldset p {
  margin: 0;
  font-size: 16px;
  color: #8e95a5;
  text-transform: uppercase;
  font-weight: 300;
}
.s_action_form_container form fieldset input {
  width: 100%;
  margin-top: 5px;
}
.s_action_form_container form fieldset .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.s_action_form_container form fieldset .action_form_subscribe input,
.s_action_form_container form fieldset .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
}
.s_action_form_container form fieldset .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #4e575e;
}
@media screen and (max-width: 1130px) {
  .s_action_form_container {
    /*****   Remove Action form fieldset   *****/
  }
}
/******************************          Section Action form fieldset style 02         ******************************/
.section_action_form_container_dark {
  background: url('../img/2560x1000.png') center top no-repeat;
}
.section_action_form_container_dark .s_action_form_container_dark {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 956px;
  /*****   Action form fieldset -- Responsive CSS   *****/
}
.section_action_form_container_dark .s_action_form_container_dark h2 {
  margin-bottom: 10px;
  color: #ffb400;
}
.section_action_form_container_dark .s_action_form_container_dark p {
  margin-bottom: 30px;
  color: #fff;
  font-size: 14px;
}
.section_action_form_container_dark .s_action_form_container_dark .delimiter {
  margin: 20px 0;
  font-size: 16px;
  color: #61709b;
  font-weight: 700;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset {
  max-width: 956px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset div {
  width: 100%;
  margin: 0 0 12px 0;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset div.half {
  width: 48%;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset div:last-child {
  margin-bottom: 0;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset p {
  margin: 0;
  font-size: 16px;
  color: #61709b;
  text-transform: uppercase;
  font-weight: 300;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset input {
  width: 100%;
  margin-top: 5px;
  background: #5571aa;
  color: #fff;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset .action_form_subscribe input,
.section_action_form_container_dark .s_action_form_container_dark form fieldset .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
}
.section_action_form_container_dark .s_action_form_container_dark form fieldset .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #61709b;
}
@media screen and (max-width: 1130px) {
  .section_action_form_container_dark .s_action_form_container_dark {
    /*****   Remove Action form fieldset   *****/
  }
}
/******************************          Features 		** Style 01         ******************************/
.features {
  padding-bottom: 50px;
}
.features ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.features ul li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 40px;
}
.features ul li:nth-child(even) {
  padding-right: 0!important;
}
.features ul li:nth-child(odd) {
  padding-left: 0!important;
}
.features ul li h5 {
  color: #88ccdd;
  margin-bottom: 15px;
}
.features ul li p {
  padding-right: 70px;
}
.features ul li i {
  color: #3b3945;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .features ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
    padding: 0;
  }
  .features ul li p {
    padding-right: 0;
  }
}
/******************************          Features 		** Style 02         ******************************/
.features_02 {
  background: #e3e7ef;
}
.features_02 .features_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.features_02 .features_container .features_02_left_side {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 70px;
}
.features_02 .features_container .features_02_left_side ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}
.features_02 .features_container .features_02_left_side ul li:last-child {
  margin-bottom: 0;
}
.features_02 .features_container .features_02_left_side ul li .icon {
  margin-right: 30px;
}
.features_02 .features_container .features_02_left_side ul li .icon i {
  margin-top: 10px;
  font-size: 25px;
  color: #88ccdd;
}
.features_02 .features_container .features_02_left_side ul li h5 {
  color: #3b3945;
  margin-bottom: 5px;
  font-weight: 700;
}
.features_02 .features_container .features_02_left_side ul li p {
  padding-right: 50px;
}
.features_02 .features_container .features_02_right_side {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.features_02 .features_container .features_02_right_side img {
  float: right;
}
@media screen and (max-width: 700px) {
  .features_02 .features_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features_02 .features_container .features_02_left_side {
    padding-right: 0;
  }
  .features_02 .features_container .features_02_left_side ul li {
    width: 100%;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .features_02 .features_container .features_02_left_side ul li div {
    width: 100%;
  }
  .features_02 .features_container .features_02_left_side ul li div.icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .features_02 .features_container .features_02_left_side ul li p {
    padding-right: 0!important;
  }
  .features_02 .features_container .features_02_right_side {
    margin-top: 70px;
    text-align: center;
    width: 100%;
  }
  .features_02 .features_container .features_02_right_side img {
    float: none;
    margin: 0 auto;
  }
}
/******************************          Features 		** Style 03         ******************************/
.features_03 {
  background: url('../img/2560x1440-03.png') center top no-repeat;
  background-size: cover;
}
.features_03 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.features_03 ul li {
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
  margin-bottom: 30px;
}
.features_03 ul li h5 {
  margin-bottom: 15px;
}
.features_03 ul li p {
  color: #b5b5b5;
}
.features_03 ul li i {
  color: #88ccdd;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .features_03 ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
}
/******************************          Info Section 	** Style 01         ******************************/
.info_style_01 {
  background: url('../img/2560x1440-05.png') center top no-repeat;
  background-size: cover;
}
.info_style_01 .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info_style_01 .header_left_side {
  max-width: 500px;
  margin-right: 15px;
}
.info_style_01 .header_left_side h3 {
  margin-bottom: 20px;
  padding-right: 50px;
}
.info_style_01 .header_left_side p {
  color: #fff;
}
.info_style_01 .header_right_side {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media screen and (max-width: 700px) {
  .info_style_01 {
    padding: 70px 20px;
  }
  .info_style_01 h3 {
    margin-bottom: 20px;
    padding-right: 0!important;
  }
  .info_style_01 .section_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info_style_01 .btn_container {
    margin-top: 30px;
    width: 100%;
    text-align: center;
  }
  .info_style_01 .header_left_side {
    text-align: center;
    margin: 0 auto;
  }
  .info_style_01 .header_right_side {
    margin-top: 40px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
/******************************          Info Section 	** Style 02         ******************************/
.info_style_02 {
  background: url('../img/2560x1440-04.png') center top no-repeat;
  background-size: cover;
  /*****   Header -- Responsive CSS   *****/
}
.info_style_02 .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.info_style_02 .section_container .header_left_side {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info_style_02 .section_container .header_left_side h3 {
  margin-bottom: 40px;
  padding-right: 50px;
  color: #3b3945;
}
.info_style_02 .section_container .header_right_side {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 700px) {
  .info_style_02 {
    padding: 70px 20px;
  }
  .info_style_02 h3 {
    margin-bottom: 30px;
    padding-right: 0!important;
  }
  .info_style_02 .section_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info_style_02 .header_left_side {
    text-align: center;
    margin: 0 auto;
  }
  .info_style_02 .header_right_side {
    margin-top: 40px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
/******************************          Info Section 		** Style 03         ******************************/
.info_style_03 {
  background: url('../img/2560x1440-02.png') center top no-repeat;
  background-size: cover;
}
.info_style_03 ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info_style_03 ul li {
  -webkit-flex-basis: 43%;
      -ms-flex-preferred-size: 43%;
          flex-basis: 43%;
}
.info_style_03 ul li h5 {
  margin-bottom: 15px;
  color: #fff;
}
.info_style_03 ul li p {
  color: #b5b5b5;
}
.info_style_03 ul li i {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}
.info_style_03 ul li form fieldset {
  margin: 30px auto 0;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .info_style_03 ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .info_style_03 ul li:last-child {
    margin-bottom: 0;
  }
}
/******************************          Price Table 	** Style 01        ******************************/
.price_table {
  background-color: #D8F1F6; 
}
.price_table ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.price_table ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*padding: 40px;*/
  box-shadow: 0 15px 20px rgba(0, 0, 0, 10%);
  border-radius: 3px;
}
.price_table ul li .btn {
  font-size: 19px;
}
/*
.price_table ul li .price {
  margin: 45px 0 30px;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
})*/

.price_table ul li .price {
  margin: 45px 0 30px;
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
}

.price_table ul li .price .period {
  font-size: 20px;
  display: block;
  margin-top: 10px;
  text-shadow: none;
  font-weight: normal;
}
.price_table ul li.business {
  background: #fff;
  width: 100%;
  margin-right: 15px;
}
.price_table ul li.business h1 {
  color: #FFF;
}
.price_table ul li.business .price {
  color: #3b3945;
}
.price_table ul li.business .price .period {
  color: #c1c7d3;
}
.price_table ul li.personal {
  width: 100%;
  max-width: 370px;
  background: transparent;
}
.price_table ul li.personal h1 {
  color: #88ccdd;
  font-size: 28px !important;
}

.price_table ul li.personal .price,
.price_table ul li.personal .period {
  color: #555;
}

.price_table ul li.personal {
  padding:0; 
  margin:10px !important;
}

@media screen and (max-width: 700px) {
  .price_table ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price_table ul li {
    margin-bottom: 15px;
  }
  .price_table ul li.personal {
    width: 100%;
    max-width: 100%!important;
    padding:0; 
    margin:10px 10px 10px 0 !important;
  }
  .price_table ul li .btn {
    width: 100%;
    text-align: center;
  }
}

/******************************          Tabs         ******************************/
.section_tabs .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section_tabs .section_container .tabs_container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section_tabs .section_container .tabs_container .tabs_nav {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 3px solid #88ccdd;
}
.section_tabs .section_container .tabs_container .tabs_nav .tab_btn {
  padding: 20px 70px 20px 20px;
  border-radius: 3px 0 0 3px;
}
.section_tabs .section_container .tabs_container .tabs_nav .tab_btn:last-child {
  margin-bottom: 0;
}
.section_tabs .section_container .tabs_container .tabs_nav .tab_btn.active {
  background: #88ccdd;
  color: #fff;
  /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);*/
}
.section_tabs .section_container .tabs_container .tabs_content {
  background: #fff;
  border-radius: 3px;
}
.section_tabs .section_container .tabs_container .tabs_content .tab_content p {
  max-width: 700px;
}
.section_tabs .section_container .tabs_container .tabs_content .tab_content.flex_column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section_tabs .section_container .tabs_container .tabs_content .teb_content_container {
  padding: 0 40px 40px;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 700px) {
  .section_tabs .section_container .tabs_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section_tabs .section_container .tabs_container .tabs_nav {
    width: 100%;
    border-right: 0;
    border-bottom: 3px solid #88ccdd;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .section_tabs .section_container .tabs_container .tabs_nav .tab_btn {
    width: 100%;
    padding: 10px;
    border-radius: 3px;
  }
  .section_tabs .section_container .tabs_container .tabs_nav .tab_btn:last-child {
    margin-bottom: 0;
  }
  .section_tabs .section_container .tabs_container .tabs_nav .tab_btn.active {
    background: #88ccdd;
    color: #fff;
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);*/
    text-shadow: 2px 2px 10px rgb(18 83 100) !important;
  }
  .section_tabs .section_container .tabs_container .teb_content_container {
    padding: 20px 0!important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/******************************          Call to action style 01         ******************************/
.call_to_action {
  background: url('../img/2560x200.png') center top no-repeat;
  background-size: cover;
}
.call_to_action .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.call_to_action .heading {
  width: auto;
  margin-bottom: 0;
}
.call_to_action .btn_container {
  margin-top: 0;
}
.call_to_action .btn {
  margin-left: 10px;
  margin-right: 10px!important;
}
.call_to_action .btn:last-child {
  margin-right: 0!important;
}
@media screen and (max-width: 700px) {
  .call_to_action {
    padding: 70px 0;
    text-align: center;
  }
  .call_to_action .section_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .call_to_action .section_container .btn_container {
    margin-top: 30px;
  }
  .call_to_action .heading h1 {
    text-align: center;
  }
  .call_to_action .btn {
    margin: 0 10px;
  }
}
/******************************          Testimonials         ******************************/
.testimonials {
  background: url('../img/2560x1440-05.png') center top no-repeat;
  background-size: cover;
}
.testimonials .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonials .section_container .testimonials_container {
  width: 100%;
  margin-top: 35px;
}
.testimonials .section_container .testimonials_container ul {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonials .section_container .testimonials_container ul li {
  position: relative;
  width: 100%;
  max-width: 250px;
  padding: 80px 40px 40px;
  margin-right: 15px;
  text-align: center;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
}
.testimonials .section_container .testimonials_container ul li:last-child {
  margin-right: 0;
}
.testimonials .section_container .testimonials_container ul li img {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 100px;
  border: 2px solid #88ccdd;
}
.testimonials .section_container .testimonials_container ul li p {
  display: block;
}
.testimonials .section_container .testimonials_container ul li p.name {
  margin-top: 30px;
  font-size: 16px;
  color: #88ccdd;
}
.testimonials .section_container .testimonials_container ul li p.subtitle {
  font-size: 13px;
  color: #4e4e4f;
}
@media screen and (max-width: 700px) {
  .testimonials {
    background-repeat: repeat;
    padding: 70px 20px;
  }
  .testimonials .testimonials_container ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonials .testimonials_container ul li {
    margin-bottom: 60px;
    width: 100%;
    max-width: 100%!important;
    padding: 60px 20px 20px!important;
    margin-right: 0;
  }
  .testimonials .testimonials_container ul li:last-child {
    margin-bottom: 0;
  }
}
/******************************          Gallery 		** Style 01         ******************************/
.vatev_gallery ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.vatev_gallery ul li {
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  margin: 0 0 30px 0;
  border: 4px solid #fff;
  box-shadow: 0 15px 20px rgb(0 0 0 / 5%);
  border: 4px solid #fff;
  border-radius: 10px;
}
.vatev_gallery ul li:hover img {
  opacity: 0.9;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.vatev_gallery ul li img {
  transition: all 300ms;
  display: block;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .vatev_gallery ul li {
    -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        margin-bottom: 20px;
  }
}
.vatev_gallery .full_img_container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  z-index: 999999;
}

.vatev_gallery .fechar {
  display: none;
  font-size:30px;
  font-weight:bold;
  color:#fff;
  position:fixed;
  right:100px;
  cursor:pointer;
  top:100px;
  z-index: 9999999;
}
.vatev_gallery .img_container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  z-index: 999999;
}
@media screen and (max-width: 1024px) {
  .vatev_gallery .img_container {
    width: 400px;
  }
}
/******************************          Subscribe         ******************************/
.subscribe {
  background: url('../img/2560x200-02.png') center top no-repeat;
  background-size: cover;
  text-align: right;
}
.subscribe .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.subscribe h4 {
  margin-right: 20px;
}
@media screen and (max-width: 700px) {
  .subscribe {
    padding: 40px 40px;
  }
  .subscribe .section_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .subscribe h4 {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
form.subscribe_form {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 52px;
}
form.subscribe_form input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 17px 20px;
  background: #88ccdd;
  color: #fff;
}
form.subscribe_form input::-webkit-input-placeholder {
  color: #fff;
}
form.subscribe_form input::-moz-placeholder {
  color: #fff;
}
form.subscribe_form input:-ms-input-placeholder {
  color: #fff;
}
form.subscribe_form input::placeholder {
  color: #fff;
}
form.subscribe_form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #fff;
  color: #fff;
}
/******************************          Contacts         ******************************/
.contacts .contacts_container {
  position: relative;
}
.contacts .contacts_container form fieldset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts .contacts_container form fieldset div {
  width: 100%;
  margin: 0 0 12px 0;
}
.contacts .contacts_container form fieldset div.half {
  width: 48%;
}
.contacts .contacts_container form fieldset div:last-child {
  margin-bottom: 0;
}
.contacts .contacts_container form fieldset p {
  margin: 0;
  font-size: 16px;
  color: #8e95a5;
  text-transform: uppercase;
  font-weight: 300;
}
.contacts .contacts_container form fieldset input {
  width: 100%;
  margin-top: 5px;
}
.contacts .contacts_container form fieldset textarea {
  margin-top: 5px;
}
.contacts .contacts_container form fieldset .action_form_subscribe {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.contacts .contacts_container form fieldset .action_form_subscribe input,
.contacts .contacts_container form fieldset .action_form_subscribe label {
  width: auto;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
}
.contacts .contacts_container form fieldset .action_form_subscribe label {
  margin-left: 15px;
  font-weight: 700;
  color: #4e575e;
}
.contacts .contacts_container form fieldset button {
  width: 100%;
  max-width: 400px;
  margin-top: 10px;
}
@media screen and (max-width: 700px) {
  .contacts .half {
    width: 100%!important;
  }
  .contacts button {
    max-width: 100%!important;
    margin-top: 20px!important;
  }
}
/******************************          Footer Flex        ******************************/
.footer .section_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
	
}
.footer .footer_right_side {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer_right_side .footer_social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 1px;
  margin-left:30px;
}
.footer .footer_right_side .footer_social li {
  margin-right: 15px;
}
.footer .footer_right_side .footer_social li:last-child {
  margin-right: 0;
}
.footer .footer_right_side .footer_social li i {
  font-size: 19px;
}
.footer .footer_left_side {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer .footer_left_side .footer_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 10px;     
  font-size: 18px;   
}
.footer .footer_left_side .footer_nav li {
  margin-right: 50px;
}
.footer .footer_left_side .footer_nav li:last-child {
  margin-right: 0;
}
.footer p {
  text-align: right;
  margin-top: 60px !important;
}
.footer h4 {
  color: #61666d!important;
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  .footer {
    padding: 70px 20px;
  }
  .footer .section_container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .section_container .footer_social {
    margin-top: 20px;
  }
  .footer .section_container .footer_social li {
    margin-right: 30px;
  }
  .footer .section_container .footer_social li:last-child {
    margin-right: 0;
  }
  .footer .section_container .footer_social li i {
    font-size: 19px;
  }
  .footer .section_container .footer_nav {
    margin-top: 30px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .section_container .footer_nav li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer .section_container h4 {
    text-align: center;
  }
  .footer .section_container p {
    text-align: center;
  }
}

/*SELOS*/
.footer .footer_left_side .selos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  width: 60%;
}

@media screen and (max-width: 700px){
  ul.selos {
      width: 100% !important;
      margin-top: 20px 0 !important;
  }
}


/******************************          ELEMENTS          ******************************/
/*/////////////////////////////                            /////////////////////////////*/
/******************************          Heading          ******************************/
.heading {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.heading:after {
  content: '';
  border-bottom: 2px solid #88ccdd;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading.no-border:after {
  content: '';
  border-bottom: 0px solid #88ccdd;
}
.heading h1 {
  margin-bottom: 10px;
  line-height: 30px;
}
.heading h3 {
  color: #baff00;
}
.heading.white h1 {
  color: #fff;
}
.heading.white h6 {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .heading {
    text-align: center!important;
    margin-bottom: 30px;
  }
  .heading h1 {
    line-height: 40px!important;
  }
  .heading:after {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.tabs_heading {
  margin-bottom: 30px;
}
.tabs_heading.dark h3 {
  color: #3b3945;
  font-weight: 900;
  margin-bottom: 10px;
}
.heading_style_02 {
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}
.heading_style_02.no_margin {
  margin-bottom: 0;
}
.heading_style_02 h1 {
  margin-bottom: 10px;
  line-height: 0px;
  color: #88ccdd;
  font-weight: 900;
  font-size: 40px;
}
.heading_style_02 h1 span {
  color: #000;
  font-weight: 300;
}
.heading_style_02 h1 span.numb {
  display: block;
  font-size: 124px;
  color: #eaeaea;
  font-weight: 900;
  line-height: 63px;
}
@media screen and (max-width: 700px) {
  .heading_style_02 h1 span {
    line-height: 35px!important;
  }
}
.heading_style_02 h6 {
  margin-top: 30px;
}
.heading_style_02.white h1 {
  color: #fff;
}
.heading_style_02.white h1 span {
  color: #fff;
}
.heading_style_02.white h1 span.numb {
  opacity: .2;
}
.heading_style_02.white h6 {
  color: #fff;
}
@media screen and (max-width: 700px) {
  .heading_style_02 {
    text-align: center;
  }
}
/******************************          Tabs          ******************************/
.tabs_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs_nav .active_tab-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.tabs_nav .active_tab-title .hide_tabs {
  display: none;
}
.tabs_nav .tab_btn {
  cursor: pointer;
  font-weight: 900;
}
.tab_content {
  display: none;
}
.tab_content.content_active-tab {
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
/******************************          Rating          ******************************/
.rating {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 200px;
  margin: 30px 0;
}
.rating i {
  margin: 0 4px;
  color: #ffba00;
}
@media screen and (max-width: 700px) {
  .rating {
    max-width: 100%;
  }
}
/******************************          Buttons          ******************************/
.btn {
  border-radius: 3px;
  transition: all 300ms;
  cursor: pointer;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: inline-block;
}
.btn_container {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 30px;
}
.btn_container .btn {
  margin-right: 20px;
}
.btn_container .btn:last-child {
  margin-right: 0!important;
}
@media screen and (max-width: 700px) {
  .btn_container {
    text-align: center;
    width: 100%;
  }
}
.btn_block {
  width: 100%;
  display: block;
  text-align: center;
}
.btn_default {
  padding: 15px 25px;
  font-size: 15px;
  margin-top: -15px;
}
.btn_shadow_hover {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
}
.btn_shadow_hover:hover {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}
.btn_shadow {
  text-shadow: -2px 2px 5px rgba(18, 83, 100, 0.3) !important;
}
.btn_blue {
  color: #00515F;
  background: #88ccdd;
  text-shadow: none !important;
}
.btn_blue:hover {
  background: #00515F;
  color: #AFE5EF;
}
.btn_blue:active {
  background: #88ccdd;
}
.btn_white {
  color: #00515;
  background: #fff;
  text-shadow: none !important;
}
.btn_white:hover {
  background: #00515F;
  color: #AFE5EF;
}
.btn_white:active {
  color: #fff;
  background: #88ccdd;
}
.btn_white_border {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  padding: 13px 23px;
}
.btn_white_border:hover {
  color: #88ccdd;
  background: #fff;
}
.btn_white_border:active {
  color: #fff;
  background: #88ccdd;
}
.btn_black_border {
  color: #000;
  border: 2px solid #000;
  background: transparent;
  padding: 13px 23px;
}
.btn_black_border:hover {
  color: #000;
  background: #fff;
}
.btn_black_border:active {
  color: #000;
  background: #ccc;
}
.btn_facebook {
  color: #fff;
  background: #3b5998;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
  padding: 11px 25px;
}
.btn_facebook span {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn_facebook span i {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  text-align: left;
  font-size: 26px;
}
.btn_i {
  margin-right: 10px;
}
.i_place_blue {
  color: #00aeef!important;
}
.i_place_light_blue {
  color: #a4dbff!important;
}
.i_place_red {
  color: #f0123c!important;
}
.i_place_orang {
  color: #f26c4f!important;
}
.i_place_green {
  color: #197b30!important;
}
.i_place_light_green {
  color: #8dc63f!important;
}
.i_place_violet {
  color: #662d91!important;
}
.i_place_light_violet {
  color: #b282d6!important;
}
.i_place_gray {
  color: #cccccc!important;
}
.back {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #93a7cf;
  margin: 10px 20px 0;
  padding: 0;
}
.back i {
  font-size: 26px;
  margin-right: 10px;
}
/******************************          Backgrounds          ******************************/
.light_blue {
  background: #EDF8FC;
}
.bg_black {
  background: #000;
}
/******************************          Play Video Container          ******************************/
.play_video_container {
  position: relative;
}
.play_video_container .play-btn {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: top 300ms;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.play_video_container .play-btn:hover img {
  padding-bottom: 30px;
}
.play_video_container .play-btn img {
  transition: padding 300ms;
  width: 120px;
  padding: 0;
}
/******************************          Modal          ******************************/
.modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.9);
}
.modal_container .modal_content {
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 700px) {
  .modal_container .modal_content {
    max-width: 80%;
  }
}

/*Box Cupom */
#box_cupom
{
	display:none;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:1;
	background-color: rgba(0,0,0,0.5);
}
	
.cupom
{
	width: 100%;
	min-height: 250px;
	max-width: 520px;
	top: 50%;
	left: 50%;
	margin-left: -260px;
	margin-top: -125px;
	position: fixed;
	display: block;
	border-radius: 10px;
	background-color: rgb(255,255,255);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.7);
	padding: 20px;
}

/* Fontes Personalizadas */

@font-face {
  font-family: 'univia_probold';
  src: url('univiapro-bold-webfont.woff2') format('woff2'),
       url('univiapro-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'univia_probook';
  src: url('univiapro-book-webfont.woff2') format('woff2'),
       url('univiapro-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'univia_proregular';
  src: url('univiapro-regular-webfont.woff2') format('woff2'),
       url('univiapro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'univia_proultra';
  src: url('univiapro-ultra-webfont.woff2') format('woff2'),
       url('univiapro-ultra-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*Ajuste do form fieldset para telas pequenas */
#proposta{
	overflow:hidden;
	height: 100%;	
}

/*Formulário Proposta*/
.erro_termos{
    font-size:12px;
    color: #af0e0e;
    display:block;
    margin-bottom: 5px;
}

/*Ajustes Radio-bottom Pessoa Física e Pessoa Jurídica*/

.radio-group {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 20px 0;
}

.radio-custom {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.radio-custom input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.radio-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #4a4f5c;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}

.radio-custom input[type="radio"]:checked + .radio-label::before {
  background-color: #4a4f5c;
  box-shadow: inset 0 0 0 4px #fff;
}
figcaption {
    height: 17vh;
}


/*SCROLLBAR*/


body {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #458ea0;
  --sb-size: 5px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}

.btn, .btn_default, .btn_white, .btn_shadow, .solicitar {
	text-shadow: text-shadow: 2px 2px 10px rgb(18 83 100) !important;
}

b {
    font-weight: 900 !important;
}