@import url(../css/bootstrap-theme.min.css);
@import url(../css/bootstrap.min.css);
@import url(../css/animate.css);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
.button {
  font-family: 'Arvo', serif !important;
  font-size: 18px;
  color: #ffffff;
  margin: 10px 0;
  padding: 10px 20px;
  border: none;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background-color: #95c11e;
  z-index: 100; }
  .button:after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    content: '';
    width: 0;
    left: -10%;
    bottom: 0;
    height: 120%;
    background: #293669;
    transform: skewX(18deg);
    z-index: -1; }
  .button:hover {
    cursor: pointer; }
    .button:hover:after {
      width: 160%;
      left: -10%; }

.button_branco {
  font-weight: 700;
  font-size: 20px;
  background-color: #ffffff;
  color: #293669; }
  .button_branco:after {
    background-color: #95c11e; }

.button_grupo {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  z-index: 200;
  width: auto;
  display: inline-block; }
  .button_grupo .button_texto a {
    color: #ffffff;
    text-decoration: none; }
  .button_grupo:hover {
    cursor: pointer; }
    .button_grupo:hover .lupa {
      background-color: #95c11e; }
    .button_grupo:hover .button_texto a {
      color: #ffffff; }
    .button_grupo:hover .button_texto:after {
      width: 160%;
      left: -10%; }
  .button_grupo .lupa {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -5px;
    background-color: #293669;
    z-index: 210; }

.button_grupo_news {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  right: 10px;
  bottom: 20px;
  padding: 0;
  z-index: 190;
  width: auto;
  display: inline-block;
  float: right; }
  .button_grupo_news .lupa {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: -25px;
    background-color: #293669;
    z-index: 210; }

.dest_servicos_wrapper .img-wrapper {
  overflow: hidden;
  width: 100%; }
.dest_servicos_wrapper img {
  position: relative;
  transform: scale(1);
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.dest_servicos_wrapper:hover {
  cursor: pointer; }
  .dest_servicos_wrapper:hover img {
    transform: scale(1.1);
    -webkit-filter: blur(2px);
    filter: blur(2px); }
  .dest_servicos_wrapper:hover .dest_servicos .trans_7 {
    opacity: 0.9; }
  .dest_servicos_wrapper:hover .dest_servicos .dest_servicos_tit h4 {
    color: #95c11e !important; }
  .dest_servicos_wrapper:hover .lupa {
    background-color: #95c11e; }
  .dest_servicos_wrapper:hover .button_texto:after {
    width: 160%;
    left: -10%; }

nav ul {
  list-style: none;
  visibility: hidden;
  margin: 0;
  padding: 0; }
  nav ul li {
    display: inline-block;
    padding: 5px 7px;
    text-align: center; }
    nav ul li a {
      color: #0c7273;
      position: relative;
      text-decoration: none; }
      nav ul li a:before, nav ul li a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -5px;
        right: 0;
        background-color: #293669;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      nav ul li a:hover:before, nav ul li a .active:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      nav ul li a:after {
        top: -5px;
        bottom: -5px; }
      nav ul li a:hover, nav ul li a:focus {
        color: #293669;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.navToggle {
  position: absolute;
  z-index: 9999;
  width: 60px;
  height: 60px;
  top: 20px;
  right: 250px;
  transition-duration: 0.5s; }
  .navToggle.icon_scroll .icon-menu {
    color: #293669; }
  .navToggle.icon_scroll .icon {
    background-color: #293669; }
    .navToggle.icon_scroll .icon:before, .navToggle.icon_scroll .icon:after {
      background-color: #293669; }
  .navToggle .icon-menu {
    transition-duration: 0.25s;
    position: absolute;
    top: 4px;
    left: -40px;
    color: #ffffff; }
  .navToggle .icon {
    transition-duration: 0.25s;
    position: absolute;
    width: 30px;
    height: 2px;
    top: 15px;
    left: 15px;
    background-color: #ffffff; }
    .navToggle .icon:before, .navToggle .icon:after {
      transition-duration: 0.25s;
      position: absolute;
      width: 30px;
      height: 2px;
      background-color: #ffffff;
      content: ""; }
    .navToggle .icon:before {
      top: -7px;
      left: 0; }
    .navToggle .icon:after {
      top: 7px;
      left: 0; }
  .navToggle:hover {
    cursor: pointer; }
    .navToggle:hover .icon:before {
      top: -10px; }
    .navToggle:hover .icon:after {
      top: 10px; }
  .navToggle.esconde {
    visibility: hidden;
    clear: both; }
  .navToggle.open {
    transition-duration: 1s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }
    .navToggle.open .icon-menu {
      transition-duration: 0.5s;
      visibility: hidden; }
    .navToggle.open .icon {
      transition-duration: 0.5s;
      background-color: transparent; }
      .navToggle.open .icon:before {
        transition-duration: 0.5s;
        top: 30px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        background-color: #293669; }
      .navToggle.open .icon:after {
        transition-duration: 0.1s;
        top: 30px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background-color: #293669; }

@media (max-width: 1400px) {
  .navToggle {
    right: 200px; }

  nav {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
    nav ul li a {
      font-size: 14px; } }
@media (max-width: 1100px) {
  .navToggle {
    right: 100px; } }
@media (max-width: 1000px) {
  .navToggle {
    right: 50px; }

  .topo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .topo.fixed .logo-wrapper a {
      display: block; }
      .topo.fixed .logo-wrapper a svg {
        position: relative;
        top: initial;
        height: auto; }
    .topo.fixed nav {
      top: 48px;
      width: 150%;
      left: -25%;
      border-bottom: 2px solid #293669; }
      .topo.fixed nav ul {
        padding-top: 30px;
        background-color: #ffffff;
        width: 100%; }
        .topo.fixed nav ul li {
          padding-bottom: 10px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          margin-left: initial;
          display: block; }
          .topo.fixed nav ul li a {
            font-size: 20px; } }
@media (max-width: 768px) {
  .navToggle {
    right: 20px; }

  .topo.fixed .idiomas2 {
    visibility: visible; }
  .topo.fixed .logo-wrapper a {
    display: block; }
    .topo.fixed .logo-wrapper a svg {
      position: relative;
      top: initial;
      height: auto; }
  .topo.fixed nav {
    top: 48px;
    width: 120%;
    left: -10%; }
    .topo.fixed nav ul {
      background-color: #ffffff;
      width: 100%; }
      .topo.fixed nav ul li {
        margin-left: initial;
        display: block;
        padding-bottom: 10px; }
        .topo.fixed nav ul li a {
          font-size: 16px; } }
.idiomas {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 1000; }
  .idiomas.fundo_idiomas {
    background-color: #293669;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .idiomas ul {
    display: block; }
  .idiomas li {
    display: block; }
  .idiomas a {
    font-weight: 300 !important;
    display: block;
    padding: 8px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    width: 38px; }
    .idiomas a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -0;
      right: 0;
      background-color: #ffffff; }
  .idiomas a:hover, .idiomas:hover:before, .idiomas a.active {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

.idiomas2 {
  display: none;
  width: 100%;
  text-align: center; }
  .idiomas2 ul {
    width: 100%;
    padding-bottom: 10px; }
  .idiomas2 li {
    display: inline-block !important; }
  .idiomas2 a {
    font-weight: 300 !important;
    padding: 8px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    width: 38px;
    background-color: #293669;
    display: block; }
  .idiomas2 a:hover, .idiomas2:hover:before, .idiomas2 a.active {
    background-color: #293669;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }

@media (max-width: 900px) {
  .idiomas {
    top: 80px; } }
@media (max-width: 768px) {
  .idiomas {
    display: none;
    top: 80px; }

  .idiomas2 {
    display: block; } }
body {
  background-color: #ffffff;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='400'><polygon fill='#F1F1F1' points='400,400 0,0 400,0 '/></svg>");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 22px;
  font-kerning: normal;
  color: #000000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  color: #0c7273;
  text-align: left;
  font-size: 48px;
  line-height: 58px;
  font-family: 'Arvo', serif;
  font-weight: 400;
  margin: 35px auto; }

h2 {
  color: #0c7273;
  text-align: left;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Arvo', serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase; }

h3 {
  color: #95c11e;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase; }

h4 {
  color: #0c7273;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Arvo', sans-serif;
  margin: 10px auto; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px; }

.active {
  color: #293669; }

section {
  margin: 60px auto; }

.margem {
  margin: 40px; }

.margem_0 {
  margin-top: 0; }

.margem_1 {
  margin-bottom: 20px; }

.margem_2 {
  margin-bottom: 40px; }

.margem_3 {
  margin-bottom: 60px; }

.bg_svg_fotos {
  width: 100%;
  background-size: cover;
  height: 100%;
  padding: 0;
  /* reset */ }

.grid-item {
  margin-bottom: 40px; }

.slider_wrapper {
  z-index: 0;
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  margin: auto;
  background-image: url("../images/bg_top.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  height: auto;
  color: #ffffff;
  overflow: hidden; }
  .slider_wrapper h3 {
    font-family: 'Arvo', serif !important;
    font-weight: 700 !important;
    font-size: 36px;
    line-height: 48px;
    font-kerning: normal;
    text-align: center;
    color: #ffffff !important;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7);
    text-rendering: optimizeLegibility; }
  .slider_wrapper h4 {
    font-family: 'Arvo', serif !important;
    font-weight: 400 !important;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-kerning: normal;
    color: #ffffff !important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    text-rendering: optimizeLegibility; }

.slider_box_1 {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #293669;
  bottom: 0;
  right: 0; }
  .slider_box_1 svg {
    display: block; }

.slider_box_text_1 {
  z-index: 10;
  position: absolute;
  width: 50%;
  height: auto;
  top: 25%;
  left: 35%; }

.slider_box_2 {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #293669;
  overflow: hidden; }
  .slider_box_2 svg {
    display: block; }

.slider_box_text_2 {
  z-index: 10;
  position: absolute;
  width: 50%;
  height: auto;
  top: 55%;
  left: 8%; }
  .slider_box_text_2 span {
    font-weight: 700 !important;
    font-size: 36px; }

.cta {
  border: none;
  background-color: #293669;
  padding: 0;
  overflow: hidden; }
  .cta .bg_svg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-top: -2px;
    padding: 0;
    /* reset */ }
  .cta h4 {
    color: #ffffff !important;
    font-size: 20px;
    line-height: 28px;
    padding: 0 10px; }
  .cta .btn {
    background-color: #ffffff;
    color: #293669 !important;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .cta .btn:hover, .cta .btn:focus, .cta .btn:active {
      background-color: #0c7273 !important;
      color: #ffffff !important; }

.linha {
  position: relative;
  margin-bottom: 5px; }
  .linha:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -5px;
    right: 0;
    background-color: #0c7273; }

.dest_news {
  font-family: 'Open Sans', sans-serif;
  text-align: left; }
  .dest_news .dest_news_img {
    position: relative;
    transform: scale(1);
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .dest_news .dest_news_img:hover {
      transform: scale(1.1);
      -webkit-filter: blur(2px);
      filter: blur(2px); }
  .dest_news h3 {
    color: #95c11e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0; }

.dest_data {
  font-size: 14px;
  color: #959595;
  margin-top: 0; }

.no_margem {
  margin: 0;
  padding: 0; }

.dest_servicos_wrapper {
  z-index: 47;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-bottom: 20px;
  overflow: hidden; }
  .dest_servicos_wrapper .dest_servicos {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 49;
    position: absolute;
    height: auto;
    top: -20px;
    left: 0;
    width: 100%; }
    .dest_servicos_wrapper .dest_servicos .icone_svg {
      transform: scale(0.6);
      position: relative;
      top: 50px; }
    .dest_servicos_wrapper .dest_servicos .dest_servicos_tit {
      z-index: 51;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px; }
      .dest_servicos_wrapper .dest_servicos .dest_servicos_tit h4 {
        color: #ffffff;
        font-size: 20px;
        line-height: 28px;
        padding: 0 10px; }
    .dest_servicos_wrapper .dest_servicos .trans_7 {
      opacity: 0.7;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .dest_servicos_wrapper .dest_servicos .bg_svg {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 50; }

.topo_wrapper {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: auto;
  background-image: url("../images/bg_top.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  height: auto;
  color: #ffffff;
  overflow: hidden;
  display: inline-block; }
  .topo_wrapper h1 {
    font-family: 'Arvo', serif !important;
    font-weight: 400 !important;
    font-size: 44px;
    line-height: 44px;
    font-kerning: normal;
    text-align: center;
    color: #ffffff !important;
    text-rendering: optimizeLegibility; }

.topo_box_1 {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #293669;
  bottom: 0;
  right: 0; }
  .topo_box_1 .bg_svg {
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    /* reset */
    margin-bottom: -10px; }

.topo_box_2 {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #293669;
  bottom: 0;
  right: 0;
  overflow: hidden; }
  .topo_box_2 svg {
    display: block; }

.topo_box_3 {
  z-index: 6;
  position: absolute;
  bottom: -5px;
  left: 40%;
  width: 50%;
  height: auto;
  color: #293669;
  overflow: hidden; }

.topo_box_text_2 {
  z-index: 10;
  position: absolute;
  width: 45%;
  height: auto;
  top: 55%;
  left: 5%; }

.quem_somos_dest h4 {
  color: #293669;
  padding-top: 24px; }
.quem_somos_dest p {
  color: #293669;
  font-size: 18px;
  padding: 15px; }
.quem_somos_dest svg {
  width: 150px; }

.relativo {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 55;
  top: 0;
  left: 0; }

.absoluto {
  z-index: 60;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .absoluto svg {
    display: block; }

.foto_equipa {
  margin-bottom: 40px; }
  .foto_equipa h5 {
    font-size: 18px;
    font-weight: 600;
    color: #0c7273;
    text-align: left; }
  .foto_equipa img {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }

.topo_wrapper_areas {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: auto;
  background-image: url("../images/bg_top.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  height: auto;
  color: #ffffff;
  overflow: hidden;
  display: inline-block; }
  .topo_wrapper_areas h3 {
    font-family: 'Arvo', serif !important;
    font-weight: 400 !important;
    font-size: 28px;
    line-height: 30px;
    font-kerning: normal;
    text-align: left;
    color: #ffffff !important;
    text-rendering: optimizeLegibility; }
  .topo_wrapper_areas .topo_box_1 {
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #293669;
    bottom: 0;
    right: 0; }
    .topo_wrapper_areas .topo_box_1 svg {
      background-size: cover;
      position: absolute;
      top: -5%;
      right: 0;
      width: 110%;
      height: 110%;
      padding: 0;
      /* reset */
      margin: 0;
      display: block; }
  .topo_wrapper_areas .topo_box_text_1 {
    z-index: 10;
    position: absolute;
    width: 50%;
    height: auto;
    top: 20%;
    left: 45%; }
  .topo_wrapper_areas .topo_box_2 {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #293669;
    bottom: 0;
    right: 0;
    overflow: hidden; }
    .topo_wrapper_areas .topo_box_2 svg {
      display: block;
      width: 110%;
      height: 110%;
      padding: 0;
      /* reset */
      margin-bottom: -10px; }

.topo_box_text_areas {
  z-index: 10;
  position: absolute;
  width: 50%;
  height: auto;
  top: 65%;
  left: 5%; }

.menu_wrapper_areas {
  color: #0c7273;
  font-family: 'Arvo', serif !important;
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  text-align: left;
  z-index: 120;
  top: -40px;
  padding: 0;
  margin: 0; }
  .menu_wrapper_areas .container .seta {
    position: relative;
    bottom: -25px;
    left: 47%;
    width: 20px;
    height: 16px;
    visibility: hidden; }
  .menu_wrapper_areas .active {
    color: #95c11e;
    background-color: #0c7273 !important; }
    .menu_wrapper_areas .active .seta {
      visibility: visible; }
  .menu_wrapper_areas .icone_menu {
    position: relative;
    top: 10px;
    display: inline; }
    .menu_wrapper_areas .icone_menu svg {
      width: 48px;
      height: 30px; }
  .menu_wrapper_areas .texto_menu {
    display: inline; }
  .menu_wrapper_areas .fundo_menu {
    background-color: #95c11e;
    padding: 10px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menu_wrapper_areas .fundo_menu:hover {
      cursor: pointer;
      background-color: #293669; }

.cta_areas:hover {
  cursor: pointer; }
  .cta_areas:hover .button_branco:after {
    background-color: #95c11e; }
.cta_areas .no_padding {
  padding: 0; }
.cta_areas .cta_texto {
  color: #ffffff;
  background-color: #293669;
  padding: 15px 25px;
  margin-top: 50px; }
  .cta_areas .cta_texto h4 {
    color: #ffffff !important;
    font-size: 32px;
    line-height: 36px; }

.form-group input, .form-group textarea {
  color: #0c7273;
  border-radius: 0;
  background-color: none;
  border: 1px solid #293669; }

.btn {
  font-family: 'Arvo', serif !important;
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  background-color: #95c11e;
  color: #ffffff !important;
  text-rendering: optimizeLegibility;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover, .btn:focus, .btn:active {
    background-color: #293669 !important;
    color: #ffffff !important; }

@media (max-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 48px;
    margin: 25px auto; }

  h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 18px; }

  h3 {
    font-size: 16px;
    line-height: 20px; }

  h4 {
    font-size: 24px;
    line-height: 28px;
    margin: 6px auto; }

  .margem {
    margin: 20px; }

  .slider_wrapper h3 {
    font-size: 28px;
    line-height: 36px;
    font-kerning: normal;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7); }
  .slider_wrapper h4 {
    font-size: 20px;
    line-height: 26px; }
  .slider_wrapper .slider_box_text_2 span {
    font-size: 30px; }
  .slider_wrapper .topo_wrapper h1 {
    font-size: 38px;
    line-height: 38px; }

  .cta h4 {
    font-size: 16px;
    line-height: 20px; }
  .cta button {
    font-size: 16px;
    line-height: 20px; }

  .button {
    font-size: 16px; }

  .dest_servicos_wrapper {
    z-index: 47;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden; }
    .dest_servicos_wrapper .dest_servicos {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      z-index: 49;
      position: absolute;
      height: auto;
      top: -20px;
      left: 0;
      width: 100%; }
      .dest_servicos_wrapper .dest_servicos .icone_svg {
        transform: scale(0.6);
        position: relative;
        top: 50px; }
      .dest_servicos_wrapper .dest_servicos .dest_servicos_tit {
        z-index: 51;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px; }
        .dest_servicos_wrapper .dest_servicos .dest_servicos_tit h4 {
          color: #ffffff;
          font-size: 16px;
          line-height: 20px;
          padding: 10px 5px; }
      .dest_servicos_wrapper .dest_servicos .trans_7 {
        opacity: 0.7;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .dest_servicos_wrapper .dest_servicos .bg_svg {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50; }

  .topo_wrapper h1 {
    font-size: 36px;
    line-height: 36px; }

  .topo_wrapper_areas h3 {
    font-size: 24px;
    line-height: 26px; }

  .quem_somos_dest svg {
    width: 100px; }

  .menu_wrapper_areas {
    font-size: 16px;
    line-height: 20px; }
    .menu_wrapper_areas .container .seta {
      position: relative;
      bottom: -25px;
      left: 47%;
      width: 20px;
      height: 16px;
      visibility: hidden; }
    .menu_wrapper_areas .icone_menu {
      position: relative;
      top: 10px;
      display: inline; }
      .menu_wrapper_areas .icone_menu svg {
        width: 40px;
        height: 25px; }
    .menu_wrapper_areas .texto_menu {
      display: inline; }
    .menu_wrapper_areas .fundo_menu {
      background-color: #95c11e;
      padding: 10px 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .menu_wrapper_areas .fundo_menu:hover {
        cursor: pointer;
        background-color: #293669; }

  .cta_areas .no_padding {
    padding: 0; }
  .cta_areas .cta_texto {
    color: #ffffff;
    background-color: #293669;
    padding: 15px 25px;
    margin-top: 30px; }
    .cta_areas .cta_texto h4 {
      color: #ffffff !important;
      font-size: 28px;
      line-height: 30px; } }
@media (max-width: 1000px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
    margin: 20px auto; }

  h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 14px; }

  h3 {
    font-size: 14px;
    line-height: 20px; }

  h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 6px auto; }

  .button {
    font-size: 14px; }

  section {
    margin: 40px auto; }

  .slider_wrapper h3 {
    font-size: 24px;
    line-height: 30px;
    font-kerning: normal;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7); }
  .slider_wrapper h4 {
    font-size: 18px;
    line-height: 24px; }
  .slider_wrapper .slider_box_text_2 span {
    font-size: 24px; }

  .dest_servicos_wrapper .dest_servicos {
    padding: 0; }
    .dest_servicos_wrapper .dest_servicos .icone_svg {
      top: 30px; }
    .dest_servicos_wrapper .dest_servicos .dest_servicos_tit {
      margin-top: 10px; }
      .dest_servicos_wrapper .dest_servicos .dest_servicos_tit h4 {
        color: #ffffff;
        font-size: 13px;
        line-height: 16px;
        padding: 0; }

  .topo_wrapper h1 {
    font-size: 30px;
    line-height: 30px; }

  .topo_wrapper_areas h3 {
    font-size: 18px;
    line-height: 20px; }

  .quem_somos_dest p {
    font-size: 16px;
    padding: 5px; }

  .menu_wrapper_areas {
    font-size: 18px;
    line-height: 18px; }
    .menu_wrapper_areas .icone_menu {
      position: relative;
      top: 0;
      float: left;
      display: inline-block; }
      .menu_wrapper_areas .icone_menu svg {
        width: 48px;
        height: 30px; }
    .menu_wrapper_areas .fundo_menu {
      height: 60px; }

  .cta_areas .no_padding {
    padding: 0; }
  .cta_areas .cta_texto {
    color: #ffffff;
    background-color: #293669;
    padding: 10px;
    margin-top: 20px; }
    .cta_areas .cta_texto h4 {
      color: #ffffff !important;
      font-size: 22px;
      line-height: 26px; } }
@media (max-width: 800px) {
  h1 {
    font-size: 26px;
    line-height: 30x;
    margin: 15px auto; }

  h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px; }

  h3 {
    font-size: 14px;
    line-height: 20px; }

  h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 4px auto; }

  section {
    margin: 20px auto; }

  .slider_wrapper h3 {
    font-size: 18px;
    line-height: 22px;
    font-kerning: normal;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.7); }
  .slider_wrapper h4 {
    font-size: 15px;
    line-height: 20px; }
  .slider_wrapper .slider_box_text_2 span {
    font-size: 18px; }

  .linha {
    padding-top: 20px; }

  .no_margem {
    margin-bottom: 10px !important; }

  .dest_servicos_wrapper .dest_servicos .dest_servicos_tit {
    margin-top: 10px; }

  .topo_wrapper h1 {
    font-size: 24px;
    line-height: 24px; }

  .topo_wrapper_areas h3 {
    font-size: 16px;
    line-height: 18px; }

  .menu_wrapper_areas {
    top: 20px;
    padding: 0;
    margin-bottom: 20px; }

  .menu_wrapper_areas {
    font-size: 18px;
    line-height: 28px; }
    .menu_wrapper_areas .container .seta {
      display: none; }
    .menu_wrapper_areas .icone_menu {
      position: relative;
      top: 0;
      float: left;
      display: inline-block;
      margin-right: 20px; }
      .menu_wrapper_areas .icone_menu svg {
        width: 48px;
        height: 30px; }
    .menu_wrapper_areas .fundo_menu {
      height: 70px;
      border-bottom: solid #ffffff 1px; } }
@media (max-width: 600px) {
  body {
    font-size: 14px; }

  .quem_somos_dest h4 {
    color: #293669;
    padding-top: 24px;
    font-size: 22px; }

  .dest_servicos_wrapper .dest_servicos .dest_servicos_tit {
    margin-top: 20px; }
    .dest_servicos_wrapper .dest_servicos .dest_servicos_tit h4 {
      font-size: 16px; }

  .relativo {
    margin: 10px 0; }

  .menu_wrapper_areas {
    font-size: 18px;
    line-height: 22px; }
    .menu_wrapper_areas .container .seta {
      display: none; }
    .menu_wrapper_areas .icone_menu {
      position: relative;
      top: 0;
      float: left;
      display: inline-block;
      margin-right: 10px; }
      .menu_wrapper_areas .icone_menu svg {
        width: 48px;
        height: 30px; }
    .menu_wrapper_areas .fundo_menu {
      height: auto;
      border-bottom: solid #ffffff 1px; } }
header {
  z-index: 300;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  header.topo {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px; }
    header.topo.fixed {
      background-color: #ffffff; }
      header.topo.fixed nav ul {
        visibility: visible; }
      header.topo.fixed .logo {
        position: absolute;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7); }
  header.topo2 {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px; }
    header.topo2.fixed2 {
      background-color: #ffffff; }

.logo {
  position: absolute;
  top: -15px;
  width: 170px;
  height: 68px;
  z-index: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.mobile_wrapper {
  display: none;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0; }

.h1_mobile {
  display: none; }
  .h1_mobile h1 {
    color: #293669;
    text-align: center;
    font-weight: 700; }

@media (max-width: 600px) {
  .h1_mobile {
    display: block; }

  .mobile_wrapper {
    display: block; }

  .slider_wrapper {
    display: none; }

  .topo_wrapper_areas {
    display: none; }

  .topo_wrapper {
    display: none; }

  .logo {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; } }
.sidebar {
  background-color: #3a3e64;
  padding: 20px;
  height: 100%;
  display: block; }
  .sidebar h4, .sidebar p {
    color: #ffffff; }

footer {
  border-top: 2px solid #0c7273;
  color: #959595;
  font-size: 12px;
  padding: 20px 0;
  text-align: left; }
  footer .icon_webcomum {
    width: 40px;
    height: 20px; }

/*# sourceMappingURL=style.css.map */
