@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  height: 100%;
  position: relative; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 100%; }
  @media (max-width: 600px) {
    html, body {
      font-size: 80%; } }

@font-face {
  font-family: "Helvetica 65";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../../fonts/HelveticaNeue-Medium.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Medium.svg#Helvetica 65") format("svg"); }
@font-face {
  font-family: "Helvetica 45";
  font-style: normal;
  font-weight: light;
  src: url("../../fonts/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../../fonts/HelveticaNeue-Light.woff") format("woff"), url("../../fonts/HelveticaNeue-Light.ttf") format("truetype"), url("../../fonts/HelveticaNeue-Light.svg#Helvetica 45") format("svg"); }
body {
  font-family: "Helvetica 45";
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6, b {
  font-family: "Helvetica 65";
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  margin-bottom: 10px; }

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  -webkit-box-shadow: 0px 0px 15px -5px black;
  -moz-box-shadow: 0px 0px 15px -5px black;
  box-shadow: 0px 0px 15px -5px black;
  z-index: 99;
  padding-top: 25px; }
  header + * {
    margin-top: 144px; }
    header + *.left {
      text-align: left; }
  header .logo {
    float: left;
    position: relative;
    z-index: 999; }
    header .logo.fixed {
      display: none; }
      header .logo.fixed a {
        color: white;
        display: table; }
        header .logo.fixed a img {
          width: 50px;
          float: left; }
        header .logo.fixed a h2 {
          color: #a8ad00;
          margin: 0;
          display: table-cell;
          vertical-align: middle;
          height: 100%;
          padding-left: 10px;
          font-family: "Helvetica 45";
          font-size: 1.5rem; }
          header .logo.fixed a h2 b {
            color: black; }
    header .logo a {
      float: left; }
    header .logo img {
      width: 150px;
      padding: 15px 0px; }
  header .menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 992px) {
      header .menu {
        width: 100%;
        background: white;
        top: 0;
        bottom: 0;
        position: fixed;
        display: none; }
        header .menu.show {
          display: flex !important;
          display: -webkit-flex !important;
          align-items: center; }
        header .menu > ul {
          height: auto !important; }
          header .menu > ul > li {
            width: 100%;
            display: block !important;
            height: auto !important; }
            header .menu > ul > li > a {
              width: 100%;
              display: block !important;
              text-align: center;
              font-size: 1.5rem !important; } }
    header .menu > ul {
      list-style: none;
      float: left;
      padding: 0;
      margin: 0;
      height: 100%; }
      header .menu > ul > li {
        float: left;
        display: table;
        height: 100%;
        position: relative; }
        header .menu > ul > li:hover > ul.submenu {
          display: block !important; }
        header .menu > ul > li .active, header .menu > ul > li.active > a::first-letter, header .menu > ul > li a:hover {
          color: #a8ad00; }
        header .menu > ul > li.active > a {
          color: #333; }
          header .menu > ul > li.active > a::first-letter {
            font-weight: bolder;
            border-bottom: 2px solid; }
        header .menu > ul > li a {
          vertical-align: middle;
          display: table-cell;
          padding: 0px 10px;
          color: #333;
          text-decoration: none;
          font-size: 0.875rem;
          text-transform: uppercase; }
        header .menu > ul > li ul.submenu {
          position: absolute;
          top: 105px;
          padding: 15px;
          width: 300px;
          list-style: none;
          background: white;
          left: 0;
          border: 1px solid #eee;
          display: none;
          -webkit-box-shadow: 0px 0px 10px -5px black;
          -moz-box-shadow: 0px 0px 10px -5px black;
          box-shadow: 0px 0px 10px -5px black; }
          header .menu > ul > li ul.submenu.fixed {
            top: 70px; }
          header .menu > ul > li ul.submenu:before {
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            top: -8px;
            background: white;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            border: 1px solid #eee;
            border-right: 0;
            border-bottom: 0px;
            left: 45px; }
          header .menu > ul > li ul.submenu li {
            float: left;
            width: 100%;
            margin-bottom: 15px; }
            header .menu > ul > li ul.submenu li:last-child {
              margin-bottom: 0; }
            header .menu > ul > li ul.submenu li a {
              float: left;
              display: block;
              font-size: 14px;
              position: relative; }
              header .menu > ul > li ul.submenu li a:hover {
                color: #333;
                text-decoration: underline; }
                header .menu > ul > li ul.submenu li a:hover:before {
                  content: "";
                  width: 10px;
                  height: 10px;
                  background: #a8ad00;
                  position: absolute;
                  top: 4px;
                  left: 2px; }
        header .menu > ul > li:last-child, header .menu > ul > li:nth-child(7) {
          display: none; }
  header .navicon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    width: 90px;
    background: #a8ad00;
    color: white;
    font-size: 1.5rem; }
  header .top {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    background: #313d52;
    color: white;
    text-align: right;
    z-index: 999; }
    header .top i {
      margin-right: 5px; }
    header .top span {
      margin-left: 10px;
      font-size: 14px; }
      @media (max-width: 992px) {
        header .top span {
          margin-left: 0; } }

.fotorama .fotorama__caption {
  width: 100%;
  height: 100%; }
.fotorama img:first-of-type {
  top: 0 !important; }
.fotorama .fotorama__caption__wrap {
  background: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }
.fotorama .fotorama__arr--prev {
  background: none;
  right: auto;
  top: auto;
  bottom: auto;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 85px;
  margin: 0; }
  .fotorama .fotorama__arr--prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 5rem;
    height: 85px;
    line-height: 85px;
    text-align: center;
    width: 100%;
    background: #a8ad00;
    color: white; }
  @media (max-width: 980px) {
    .fotorama .fotorama__arr--prev {
      width: 50px; }
      .fotorama .fotorama__arr--prev:before {
        font-size: 3rem;
        height: 50px;
        line-height: 50px; } }
.fotorama .fotorama__arr--next {
  margin: 0;
  background: none;
  right: 15px;
  top: auto;
  bottom: auto;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 85px; }
  .fotorama .fotorama__arr--next:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 5rem;
    height: 85px;
    line-height: 85px;
    text-align: center;
    width: 100%;
    background: #a8ad00;
    color: white; }
  @media (max-width: 980px) {
    .fotorama .fotorama__arr--next {
      width: 50px; }
      .fotorama .fotorama__arr--next:before {
        font-size: 3rem;
        height: 50px;
        line-height: 50px; } }

section {
  width: 100%;
  float: left;
  padding: 60px 0px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center; }
  section.galeria {
    padding: 0; }
    section.galeria .fotorama__caption__wrap {
      background: rgba(0, 0, 0, 0.5); }
    section.galeria .fotorama h2 {
      font-size: 3.25rem;
      font-weight: 700;
      max-width: 100%;
      text-transform: uppercase;
      position: absolute;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      color: white;
      text-align: center;
      width: 100%;
      padding: 0px 60px;
      left: 0; }
      @media (max-width: 600px) {
        section.galeria .fotorama h2 {
          font-size: 20px; } }
  section.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1; }
    section.banner.b1 {
      background-image: url("../../img/1.jpg");
      background-attachment: fixed;
      min-height: 200px;
      text-align: center; }
      section.banner.b1 h2 {
        font-size: 3rem;
        color: #fff;
        font-weight: bold;
        float: left;
        width: 100%; }
      section.banner.b1 h3 {
        position: relative;
        color: white;
        font-family: "Helvetica 45";
        font-size: 1.5rem;
        float: left;
        width: 100%; }
    section.banner:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: black;
      opacity: .5; }
    section.banner .btn {
      display: inline-block;
      color: white; }
    section.banner.b2 {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top;
      padding: 60px 0px;
      text-align: left; }
      section.banner.b2.contain {
        background-size: contain;
        background-position: center; }
      section.banner.b2 h2 {
        color: white;
        font-size: 2.25rem;
        font-weight: bold;
        text-transform: uppercase; }
      section.banner.b2 h3 {
        color: white;
        font-family: "Helvetica 45"; }
    section.banner.b3 {
      padding: 110px 0px;
      background-position: top;
      background-size: cover; }
      section.banner.b3:before {
        display: none; }
      section.banner.b3 h2 {
        font-size: 2.25rem; }
        section.banner.b3 h2 b {
          width: 100%;
          float: left;
          font-size: 3rem;
          font-weight: bold;
          margin-bottom: 20px; }
  section ul {
    list-style: none;
    text-align: left;
    float: left;
    width: 100%; }
    section ul li {
      position: relative;
      float: left;
      display: table;
      width: 100%;
      margin-bottom: 15px;
      font-size: 1.25rem; }
      section ul li:last-child {
        margin-bottom: 0; }
      section ul li i.fa {
        background: #a8ad00;
        border-radius: 50%;
        width: 65px;
        height: 65px;
        float: left;
        line-height: 65px;
        text-align: center;
        color: white;
        margin: 0px 15px;
        font-size: 2rem; }
      section ul li span {
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
    section ul.ul1 {
      margin: 10px 0px; }
      section ul.ul1 li {
        width: 33%; }
      section ul.ul1 i.fa {
        background: #a8ad00;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        float: left;
        line-height: 50px;
        font-size: 1.5rem; }
  section.left {
    padding: 0;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 60px; }
    section.left ul {
      margin-bottom: 40px; }
    section.left h2.title {
      width: 100%;
      float: left; }
      section.left h2.title:before {
        margin: 0; }
  section.gray {
    background: #eee; }
  section.about:before {
    content: "";
    width: 33%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../../img/21.jpg);
    background-size: 100%;
    background-position: left;
    background-repeat: no-repeat;
    opacity: .2;
    -webkit-animation: zoom 90s linear forwards;
    -moz-animation: zoom 90s linear forwards;
    animation: zoom 90s linear forwards; }

a.btn {
  background: #a8ad00;
  font-size: 1.25rem;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: white;
  margin: 15px auto; }
  a.btn:hover {
    background: #8f9400;
    color: white; }

.jumbotron {
  background: rgba(168, 173, 0, 0.5) !important;
  float: left;
  width: 100%;
  margin: 20px 0px !important;
  text-align: center;
  position: relative; }
  .jumbotron p {
    margin: 0; }
  .jumbotron.left:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: rgba(168, 173, 0, 0.5) transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 33px; }
  .jumbotron.center:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -15px;
    bottom: -15px;
    left: 50%; }

.showcase {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0px 5px; }
  .showcase .icon {
    width: 100%;
    height: 75px;
    position: relative; }
    .showcase .icon img {
      max-width: 80px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .showcase h2 {
    font-size: 1.25rem;
    margin-bottom: 20px; }
  .showcase p {
    width: 100%;
    float: left;
    text-align: center; }

h2.title {
  font-size: 2.25rem;
  display: inline-block;
  margin: auto;
  position: relative;
  margin-bottom: 60px;
  text-transform: uppercase; }
  h2.title:before {
    content: "";
    width: 60px;
    height: 5px;
    background: #a8ad00;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto; }

h3.title {
  font-size: 1.5rem;
  width: 100%;
  margin: 20px 0px;
  float: left;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 30px; }
  h3.title:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 60px;
    height: 2px;
    background: #a8ad00; }

div.img {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  div.img:hover {
    background-size: 110%; }
  div.img.img1 {
    width: 100%;
    min-height: 270px; }
    div.img.img1:before {
      content: "";
      position: absolute;
      top: -30px;
      right: -60px;
      width: 120px;
      height: 120px;
      background: #a8ad00;
      z-index: -1;
      opacity: .5; }
  div.img.img2 {
    width: 100%;
    min-height: 240px; }
  div.img img {
    display: none; }

img {
  width: 100%;
  margin: auto;
  display: block; }
  img.img1 {
    max-width: 350px; }
  img.img2 {
    margin-bottom: 20px; }

footer {
  background: #313d52;
  float: left;
  width: 100%;
  padding: 40px 0px;
  text-align: left;
  margin-top: 40px; }
  @media (max-width: 992px) {
    footer {
      text-align: center; } }
  footer .container {
    height: auto; }
  footer .logo h3 {
    margin: 5px 0;
    width: 100%;
    color: #a8ad00;
    font-size: 2.25rem;
    font-family: "Helvetica 45"; }
    footer .logo h3 b {
      color: white; }
  footer .social {
    float: left; }
    @media (max-width: 992px) {
      footer .social {
        display: inline-block;
        float: none; } }
    footer .social a {
      color: white;
      width: 40px;
      height: 40px;
      text-align: center;
      opacity: .3;
      font-size: 2.25rem;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      float: left;
      margin-left: 10px; }
      footer .social a:hover {
        opacity: 1;
        color: #a8ad00; }
  footer .menu {
    float: left;
    width: 100%; }
  footer ul {
    list-style-type: none;
    float: left;
    color: white;
    width: 100%; }
    footer ul.clientes li {
      width: auto;
      float: left; }
      footer ul.clientes li a {
        float: left;
        width: 100px;
        height: 50px;
        margin: 5px;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.1); }
        footer ul.clientes li a img {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          padding: 5px; }
    footer ul.clientes img {
      width: auto;
      max-width: 100px;
      max-height: 50px;
      -webkit-filter: invert(50%) brightness(0);
      filter: invert(50%);
      opacity: .8;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      footer ul.clientes img:hover {
        filter: invert(0) brightness(1);
        opacity: 1; }
    footer ul li {
      float: left;
      width: 100%;
      font-size: 1.125rem; }
      footer ul li a {
        width: 100%;
        float: left;
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        footer ul li a:hover {
          color: #a8ad00; }
  footer h4 {
    color: white;
    font-family: "Helvetica 65";
    font-size: 1.375rem;
    float: left;
    width: 100%; }

@media (max-width: 980px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    overflow: hidden; } }
p {
  width: 100%;
  float: left;
  font-size: 1.25rem; }

div.contact {
  width: 100%;
  float: left;
  position: relative;
  min-height: 600px; }
  div.contact iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; }
  div.contact form {
    position: absolute;
    top: 10px;
    width: 420px;
    bottom: 20px;
    background: white;
    z-index: 1;
    right: 0px;
    padding: 40px;
    box-shadow: -15px 0px 15px -10px rgba(175, 175, 175, 0.5); }
    @media (max-width: 600px) {
      div.contact form {
        width: 100%; } }
    div.contact form h3 {
      margin: 0;
      margin-bottom: 20px; }
    div.contact form > div:not(.checkbox) {
      margin-bottom: 10px;
      border: 1px solid #ddd; }
      div.contact form > div:not(.checkbox) * {
        margin: 0;
        border-radius: 0;
        border: 0; }
      div.contact form > div:not(.checkbox) span {
        border-right: 1px solid #ddd !important;
        background: transparent; }
    div.contact form .form-control:focus {
      border-color: #aaae17;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #aaae17;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #aaae17; }
    div.contact form .checkbox {
      float: left;
      width: 100%; }
      div.contact form .checkbox label {
        float: left;
        font-size: 14px; }
      div.contact form .checkbox a {
        text-decoration: underline !important; }
    div.contact form textarea {
      min-height: 140px;
      max-height: 250px;
      width: 100%;
      resize: none; }
    div.contact form label {
      float: right; }
      div.contact form label input[type='submit'] {
        display: none; }
      div.contact form label button {
        border: 0;
        padding: 8px 16px;
        background: transparent;
        text-transform: uppercase;
        border: 2px solid #a8ad00;
        background: #a8ad00;
        color: white; }
        div.contact form label button i {
          padding-right: 10px; }

div.tabs {
  width: 100%;
  float: left;
  border: 0 !important;
  border-radius: 0px !important;
  font-family: "Helvetica 45" !important;
  background: transparent; }
  div.tabs ul {
    float: left;
    border: 0 !important;
    background: transparent;
    width: 100%;
    text-align: center;
    margin: 0; }
    div.tabs ul li {
      width: auto;
      float: left;
      border: 0 !important;
      outline: 0;
      margin-right: 15px; }
      div.tabs ul li.ui-tabs-active {
        background: transparent; }
        div.tabs ul li.ui-tabs-active a {
          background: #a8ad00;
          color: white !important;
          font-family: "Helvetica 65"; }
      div.tabs ul li a {
        outline: 0;
        border-radius: 5px;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 1.125rem;
        border: 2px solid #a8ad00;
        background: white;
        color: #a8ad00 !important;
        float: left;
        font-family: "Helvetica 65";
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        div.tabs ul li a:hover {
          background: #a8ad00;
          color: white !important; }
  div.tabs > div {
    float: left;
    width: 100%;
    border: 0; }

table.table {
  width: 100%;
  float: left;
  border: 0; }
  table.table.t1 {
    text-align: center; }
    table.table.t1 img {
      width: auto;
      max-height: 80px;
      margin-bottom: 20px; }
    table.table.t1 td {
      border: 0; }
      @media (max-width: 600px) {
        table.table.t1 td {
          float: left;
          width: 100%; } }
    table.table.t1 h2 {
      margin: 10px 0px; }

.ui-accordion {
  float: left;
  width: 100%;
  border: 0;
  padding: 0;
  font-family: inherit; }
  .ui-accordion > h3 {
    float: left;
    width: 100%;
    border: 0;
    background: #a8ad00 !important;
    border: 1px solid transparent !important;
    color: white !important;
    margin: 0;
    padding: 8px 15px;
    outline: 0;
    border-radius: 0 !important;
    font-weight: 300;
    font-size: 1.5rem;
    cursor: pointer;
    font-family: "Helvetica 45";
    margin-bottom: 5px; }
  .ui-accordion > div {
    float: left;
    width: 100%;
    border: 0;
    padding: 15px; }

header .navicon {
  display: none; }

ol {
  width: 100%;
  float: left;
  list-style: none;
  font-size: 20px; }

ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

ol i {
  margin-right: 10px;
  float: left;
  color: #a8ad00; }

@media (max-width: 992px) {
  header .navicon {
    display: block; } }
mark {
  background: transparent;
  color: #a8ad00;
  padding: 0; }

a {
  text-decoration: none !important; }

@media (max-width: 980px) {
  img.animated, img.wow {
    margin-bottom: 20px; } }
.ui-accordion-content .row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  @media (max-width: 980px) {
    .ui-accordion-content .row {
      display: block; } }

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1.5); } }
@-moz-keyframes zoom {
  0% {
    -moz-transform: scale(1); }
  100% {
    -moz-transform: scale(1.5); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); } }
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  padding-top: 40px; }

#politica .well {
  overflow-y: scroll;
  max-height: 300px; }
  #politica .well p {
    font-size: 15px;
    float: none; }

.cookie-message {
  top: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #aaae17;
  border-bottom: 0;
  box-shadow: none;
  z-index: 999;
  text-align: center; }
  .cookie-message p {
    color: #333;
    font-size: 15px;
    font-weight: 400; }
  .cookie-message button {
    position: absolute;
    top: 15px;
    right: 15px; }
  .cookie-message a {
    font-size: 14px;
    margin: 0;
    position: static;
    text-decoration: underline !important; }

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