*, *:before, *:after {
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
  color: #f1edbe;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #fbfbfb; }

h1 {
  font-size: 2em;
  font-weight: 300; }

h2 {
  font-size: 1.8em;
  font-weight: 400; }

h3 {
  font-size: 1.5em;
  font-weight: 700; }

ul {
  list-style: none; }

a {
  text-decoration: none; }
  
.hidden  {
    display: hidden;
}

/*font-weight*/
.font-thinm {
  font-weight: 300 !important; }

.font-light {
  font-weight: 400 !important; }

.font-normal {
  font-weight: 600 !important; }

.font-bold {
  font-weight: 700 !important; }

.font-xbold {
  font-weight: 800 !important; }

/*font-size*/
.fontzero {
  font-size: 0em !important; }

.font1 {
  font-size: 1em; }

.font1m {
  font-size: 1.5em; }

.font2 {
  font-size: 2em; }

.font2m {
  font-size: 2.5em; }

.font3 {
  font-size: 3em; }

.font3m {
  font-size: 3.5em; }

/*text-align*/
.al-left {
  text-align: left; }

.al-right {
  text-align: right; }

.al-center {
  text-align: center; }

.al-justify {
  text-align: justify; }

/*float*/
.fl-left {
  float: left !important; }

.fl-none {
  float: none !important; }

.fl-right {
  float: right !important; }

/*display*/
.ds-block {
  display: block !important; }

.ds-inblock {
  display: inline-block !important; }

.ds-inline {
  display: inline !important; }

.ds-none {
  display: none  !important; }

.margincenter {
  margin-left: auto !important;
  margin-right: auto !important; }

.bottomzero {
  margin-bottom: 0 !important; }

/*Input*/
input[type="text"], input[type="password"], input[type="email"] {
  padding: 6px 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  font-size: 0.9em;
  background-color: #FAFAFA;
  border: 1px solid #FF9100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
    border: 1px solid #01579B;
    -webkit-box-shadow: 0px 0px 5px 0px #01579B;
    -moz-box-shadow: 0px 0px 5px 0px #01579B;
    box-shadow: 0px 0px 5px 0px #01579B; }

input[type="submit"] {
  cursor: pointer;
  padding: 6px 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 0.9em;
  width: 100%;
  background-color: #FAFAFA;
  color: #FF9100;
  border: 1px solid #FF9100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #FF9100;
    color: #01579B;
    border: 1px solid #01579B;
    -webkit-box-shadow: 0px 0px 5px 0px #01579B;
    -moz-box-shadow: 0px 0px 5px 0px #01579B;
    box-shadow: 0px 0px 5px 0px #01579B; }
  input[type="submit"]:disabled {
    cursor: default;
    background-color: #FAFAFA;
    box-shadow: none;
    border: 1px solid #9E9E9E;
    color: #9E9E9E; }

/*Container*/
.container {
  float: left;
  width: 100%; }
  .container:before, .container:after {
    content: " ";
    display: block; }
  .container:after {
    clear: both; }

.col-0, .col-12, .col-6, .col-4, .col-8, .col-3, .col-9 {
  position: relative;
  display: block;
  float: left;
  min-height: 1px;
  margin-bottom: 4%; }

.col-0 {
  display: none; }

.col-0 {
  width: 0;
  margin-right: 0; }

.col-12 {
  width: 100%;
  margin-right: 0%; }

.col-6 {
  width: 46.5%;
  margin-right: 7%; }

.col-4 {
  width: 30%;
  margin-right: 5%; }

.col-8 {
  width: 65%;
  margin-right: 5%; }

.col-3 {
  width: 22%;
  margin-right: 4%; }

.col-9 {
  width: 74%;
  margin-right: 4%; }

.col-push-12 {
  left: 100%; }

.col-push-6 {
  left: 53.5%; }

.col-push-4 {
  left: 35%; }

.col-push-8 {
  left: 70%; }

.col-push-3 {
  left: 26%; }

.col-push-9 {
  left: 78%; }

.col-push-0 {
  left: auto; }

.col-pull-12 {
  right: 100%; }

.col-pull-6 {
  right: 46.5%; }

.col-pull-4 {
  right: 30%; }

.col-pull-8 {
  right: 65%; }

.col-pull-3 {
  right: 22%; }

.col-pull-9 {
  right: 74%; }

.col-pull-0 {
  right: auto; }

.col-last {
  margin-right: 0; }

@media (min-width: 480px) {
  .col-xs-0, .col-xs-12, .col-xs-6, .col-xs-4, .col-xs-8, .col-xs-3, .col-xs-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%; }

  .col-xs-0 {
    display: none; }

  .col-xs-0 {
    width: 0;
    margin-right: 0; }

  .col-xs-12 {
    width: 100%;
    margin-right: 0%; }

  .col-xs-6 {
    width: 46.5%;
    margin-right: 7%; }

  .col-xs-4 {
    width: 30%;
    margin-right: 5%; }

  .col-xs-8 {
    width: 65%;
    margin-right: 5%; }

  .col-xs-3 {
    width: 22%;
    margin-right: 4%; }

  .col-xs-9 {
    width: 74%;
    margin-right: 4%; }

  .col-xs-push-12 {
    left: 100%; }

  .col-xs-push-6 {
    left: 53.5%; }

  .col-xs-push-4 {
    left: 35%; }

  .col-xs-push-8 {
    left: 70%; }

  .col-xs-push-3 {
    left: 26%; }

  .col-xs-push-9 {
    left: 78%; }

  .col-xs-push-0 {
    left: auto; }

  .col-xs-pull-12 {
    right: 100%; }

  .col-xs-pull-6 {
    right: 46.5%; }

  .col-xs-pull-4 {
    right: 30%; }

  .col-xs-pull-8 {
    right: 65%; }

  .col-xs-pull-3 {
    right: 22%; }

  .col-xs-pull-9 {
    right: 74%; }

  .col-xs-pull-0 {
    right: auto; }

  .col-xs-last {
    margin-right: 0; } }
@media (min-width: 600px) {
  .col-sm-0, .col-sm-12, .col-sm-6, .col-sm-4, .col-sm-8, .col-sm-3, .col-sm-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%; }

  .col-sm-0 {
    display: none; }

  .col-sm-0 {
    width: 0;
    margin-right: 0; }

  .col-sm-12 {
    width: 100%;
    margin-right: 0%; }

  .col-sm-6 {
    width: 46.5%;
    margin-right: 7%; }

  .col-sm-4 {
    width: 30%;
    margin-right: 5%; }

  .col-sm-8 {
    width: 65%;
    margin-right: 5%; }

  .col-sm-3 {
    width: 22%;
    margin-right: 4%; }

  .col-sm-9 {
    width: 74%;
    margin-right: 4%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-6 {
    left: 53.5%; }

  .col-sm-push-4 {
    left: 35%; }

  .col-sm-push-8 {
    left: 70%; }

  .col-sm-push-3 {
    left: 26%; }

  .col-sm-push-9 {
    left: 78%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-6 {
    right: 46.5%; }

  .col-sm-pull-4 {
    right: 30%; }

  .col-sm-pull-8 {
    right: 65%; }

  .col-sm-pull-3 {
    right: 22%; }

  .col-sm-pull-9 {
    right: 74%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-last {
    margin-right: 0; } }
@media (min-width: 960px) {
  .col-md-0, .col-md-12, .col-md-6, .col-md-4, .col-md-8, .col-md-3, .col-md-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%; }

  .col-md-0 {
    display: none; }

  .col-md-0 {
    width: 0;
    margin-right: 0; }

  .col-md-12 {
    width: 100%;
    margin-right: 0%; }

  .col-md-6 {
    width: 46.5%;
    margin-right: 7%; }

  .col-md-4 {
    width: 30%;
    margin-right: 5%; }

  .col-md-8 {
    width: 65%;
    margin-right: 5%; }

  .col-md-3 {
    width: 22%;
    margin-right: 4%; }

  .col-md-9 {
    width: 74%;
    margin-right: 4%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-6 {
    left: 53.5%; }

  .col-md-push-4 {
    left: 35%; }

  .col-md-push-8 {
    left: 70%; }

  .col-md-push-3 {
    left: 26%; }

  .col-md-push-9 {
    left: 78%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-6 {
    right: 46.5%; }

  .col-md-pull-4 {
    right: 30%; }

  .col-md-pull-8 {
    right: 65%; }

  .col-md-pull-3 {
    right: 22%; }

  .col-md-pull-9 {
    right: 74%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-last {
    margin-right: 0; } }
@media (min-width: 1080px) {
  .col-lg-0, .col-lg-12, .col-lg-6, .col-lg-4, .col-lg-8, .col-lg-3, .col-lg-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%; }

  .col-lg-0 {
    display: none; }

  .col-lg-0 {
    width: 0;
    margin-right: 0; }

  .col-lg-12 {
    width: 100%;
    margin-right: 0%; }

  .col-lg-6 {
    width: 46.5%;
    margin-right: 7%; }

  .col-lg-4 {
    width: 30%;
    margin-right: 5%; }

  .col-lg-8 {
    width: 65%;
    margin-right: 5%; }

  .col-lg-3 {
    width: 22%;
    margin-right: 4%; }

  .col-lg-9 {
    width: 74%;
    margin-right: 4%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-6 {
    left: 53.5%; }

  .col-lg-push-4 {
    left: 35%; }

  .col-lg-push-8 {
    left: 70%; }

  .col-lg-push-3 {
    left: 26%; }

  .col-lg-push-9 {
    left: 78%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-6 {
    right: 46.5%; }

  .col-lg-pull-4 {
    right: 30%; }

  .col-lg-pull-8 {
    right: 65%; }

  .col-lg-pull-3 {
    right: 22%; }

  .col-lg-pull-9 {
    right: 74%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-last {
    margin-right: 0; } }
@media (min-width: 1280px) {
  .col-xl-0, .col-xl-12, .col-xl-6, .col-xl-4, .col-xl-8, .col-xl-3, .col-xl-9 {
    position: relative;
    display: block;
    float: left;
    min-height: 1px;
    margin-bottom: 4%; }

  .col-xl-0 {
    display: none; }

  .col-xl-0 {
    width: 0;
    margin-right: 0; }

  .col-xl-12 {
    width: 100%;
    margin-right: 0%; }

  .col-xl-6 {
    width: 46.5%;
    margin-right: 7%; }

  .col-xl-4 {
    width: 30%;
    margin-right: 5%; }

  .col-xl-8 {
    width: 65%;
    margin-right: 5%; }

  .col-xl-3 {
    width: 22%;
    margin-right: 4%; }

  .col-xl-9 {
    width: 74%;
    margin-right: 4%; }

  .col-xl-push-12 {
    left: 100%; }

  .col-xl-push-6 {
    left: 53.5%; }

  .col-xl-push-4 {
    left: 35%; }

  .col-xl-push-8 {
    left: 70%; }

  .col-xl-push-3 {
    left: 26%; }

  .col-xl-push-9 {
    left: 78%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-pull-12 {
    right: 100%; }

  .col-xl-pull-6 {
    right: 46.5%; }

  .col-xl-pull-4 {
    right: 30%; }

  .col-xl-pull-8 {
    right: 65%; }

  .col-xl-pull-3 {
    right: 22%; }

  .col-xl-pull-9 {
    right: 74%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-last {
    margin-right: 0; } }
.gallery_modal {
  cursor: default;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  background-color: rgba(0, 0, 0, 0.9); }
  .gallery_modal:target {
    display: block; }
  .gallery_modal .header {
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    height: 50px;
    color: #fff; }
    .gallery_modal .header .close {
      position: absolute;
      color: inherit;
      top: 5px;
      right: 18.5px;
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: bold;
      font-size: 40px;
      opacity: 0.2;
      cursor: pointer; }
      .gallery_modal .header .close:hover {
        opacity: 1; }
  .gallery_modal .viewer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 60px 0px 110px 0px; }
    .gallery_modal .viewer .controller_gallery {
      position: absolute;
      top: 0;
      width: 150px;
      height: 100%;
      color: #fff;
      z-index: 1; }
      .gallery_modal .viewer .controller_gallery.prev {
        left: 0;
        text-align: left; }
      .gallery_modal .viewer .controller_gallery.next {
        right: 0;
        text-align: right; }
      .gallery_modal .viewer .controller_gallery .button {
        display: none;
        cursor: pointer;
        max-height: 40px;
        max-width: 40px;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.2);
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
        .gallery_modal .viewer .controller_gallery .button span {
          position: absolute;
          top: -0.5px;
          right: 15.5px;
          font-size: 30px;
          font-weight: 900;
          color: #fff;
          opacity: 0.4; }
        .gallery_modal .viewer .controller_gallery .button:hover span {
          opacity: 1; }
      .gallery_modal .viewer .controller_gallery:hover .button {
        display: block; }
    .gallery_modal .viewer .container_img {
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
      max-height: 100%;
      max-width: 100%;
      z-index: 0; }
      .gallery_modal .viewer .container_img img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
  .gallery_modal .roll {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    height: 100px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    padding: 0 100px; }
    .gallery_modal .roll .roll-inner {
      position: relative;
      height: 100%;
      width: 1080px;
      margin: auto;
      overflow: hidden; }
      .gallery_modal .roll .roll-inner .container_roll {
        position: absolute;
        white-space: nowrap;
        overflow: hidden;
        height: 100%;
        text-align: center;
        -webkit-transition: margin-left 500ms;
        -moz-transition: margin-left 500ms;
        -o-transition: margin-left 500ms;
        transition: margin-left 500ms; }
      .gallery_modal .roll .roll-inner .photo_roll {
        display: inline-block;
        height: 100%;
        width: 120px;
        padding: 5px; }
        .gallery_modal .roll .roll-inner .photo_roll.select {
          background-color: rgba(255, 255, 255, 0.2); }
        .gallery_modal .roll .roll-inner .photo_roll > div {
          width: 100%;
          height: 100%;
          background-position: center;
          background-size: cover; }
  .gallery_modal .link_event {
    display: block;
    padding: 9px 10px; }

body {
  height: 100%; }

.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/layout/bk_caaffD.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

.navbar {
  height: 100px;
  position: fixed;
  bottom: 0;
  background-color: #004225; }
  .navbar .menu {
    overflow: hidden;
    height: 70px;
    padding: 0 20px 0 200px;
    background-color: transparent;
    border-bottom: 1px dashed #fff; }
    .navbar .menu .menu-item {
      display: inline-block;
      height: 100%;
      padding: 20px; }
      .navbar .menu .menu-item a {
        font-weight: 600;
        text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.6);
        font-size: 1.7em;
        color: #f1edbe; }
        .navbar .menu .menu-item a:hover {
          color: #fff; }
        .navbar .menu .menu-item a.selected {
          color: #fff; }
  .navbar .ticker {
    overflow: hidden;
    height: 30px;
    background: #00301b; }
  .navbar .caaff_logo {
    position: absolute;
    bottom: 32px;
    left: 64px;
    background-color: #004225;
    border: 5px solid #004225;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .navbar .notice {
    float: left;
    padding-right: 115px;
    height: 100%;
    white-space: nowrap; }
    .navbar .notice p {
      color: #f1edbe;
      padding: 5.5px 100px;
      font-size: 1em; }
  .navbar .author {
    background-color: #004225;
    border: 1px solid transparent;
    padding: 4px 11px;
    width: 115px;
    position: absolute;
    right: 0px;
    bottom: 0px; }
    .navbar .author p {
      color: #fff;
      font-size: 0.5em; }
    .navbar .author img {
      height: 20px; }

.panel {
  position: relative;
  height: 100%;
  padding: 30px 50px;
  padding-bottom: 120px; }

.agenda {
  background-color: rgba(0, 66, 37, 0.9);
  border: 7.5px solid #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  max-height: 100%;
  width: 600px;
  max-width: 100%; }
  .agenda .agenda-events {
    height: 276px;
    overflow: hidden;
    overflow-y: auto; }
  .agenda img {
    padding: 0 10px 10px 10px;
    max-width: 300px; }
  .agenda th p {
    font-size: 0.9em;
    padding: 5px 0; }
  @media (max-width: 600px) {
    .agenda tr th:first-child, .agenda tr td:first-child {
      display: none; }
    .agenda tr th:last-child, .agenda tr td:last-child {
      display: table-cell; }
    .agenda .agenda-events {
      height: 276px;
    overflow: hidden;
    overflow-y: auto; } }

.agenda-events {
  position: relative;
  min-width: 300px; }
  .agenda-events > div {
    position: absolute;
    top: 0;
    bottom: 10px;
    width: 290px;
    min-height: 335px;
    overflow: hidden;
    overflow-y: auto; }
    .agenda-events > div > div {
      margin: 0px 10px 10px 10px; }
  .agenda-events p, .agenda-events a {
    white-space: nowrap;
    font-size: 0.9em; }
    .agenda-events p span, .agenda-events a span {
      white-space: normal;
      background-color: #00301b;
      color: #fff;
      padding: 5px;
      display: inline-block;
      width: 35px;
      font-size: 0.8em;
      text-transform: uppercase;
      margin-right: 5px; }
    .agenda-events p:last-child, .agenda-events a:last-child {
      margin-bottom: 0; }

.entity, .about {
  background-color: rgba(0, 66, 37, 0.9);
  border: 7.5px solid #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  height: 53px;
  overflow: hidden;
  padding: 5px 15px;
  -webkit-transition: height 0.5s linear;
  -moz-transition: height 0.5s linear;
  -o-transition: height 0.5s linear;
  transition: height 0.5s linear; }
  .entity h1, .about h1 {
    font-size: 0.9em;
    line-height: 2; }
  .entity .content, .about .content {
    position: absolute;
    top: 38px;
    left: 0px;
    right: 0px;
    margin: 0 10px;
    bottom: 10px;
    overflow-y: auto; }
    .entity .content > p, .about .content > p {
      text-align: justify;
      font-size: 0.9em;
      padding: 5px 0px; }
    .entity .content .pdf, .about .content .pdf {
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url(../img/layout/pdf.png);
      background-size: cover;
      background-repeat: no-repeat; }
    .entity .content a:hover, .about .content a:hover {
      text-decoration: underline; }
  .entity h2, .about h2 {
    font-weight: 800;
    font-size: 0.9em;
    color: #fff; }
  .entity table, .about table {
    width: 100%; }
    .entity table p, .about table p {
      padding-left: 10px;
      font-size: 0.8em;
      white-space: nowrap; }
  .entity:hover, .about:hover {
    height: 100%; }

.pagination {
  position: absolute;
  bottom: 120px;
  right: 50px; }
  .pagination .page {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    background-color: rgba(0, 66, 37, 0.4); }
    .pagination .page.selected {
      background-color: rgba(0, 66, 37, 0.8); }

.full-height {
  height: 100%; }

.box-polaroid {
  display: table;
  width: 100%;
  height: 100%; }
  .box-polaroid .box-content {
    display: table-cell; }

.polaroid {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 0px;
  padding-bottom: 125%;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2), 0px 6px 20px 0px rgba(0, 0, 0, 0.19); }
  .polaroid > div {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 5%; }
    .polaroid > div > .container {
      height: 0;
      padding-bottom: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
  .polaroid p {
    color: #004225;
    font-size: 0.9em;
    padding-top: 105%; }
    .polaroid p span {
      font-size: 0.9em;
      color: #919191; }

.filter-polaroid:last-child {
  margin-right: 0px !important; }

.member_advantage {
  background-color: rgba(0, 66, 37, 0.9);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  border: 7.5px solid #fff;
  padding: 5px 15px; }
  .member_advantage h1 {
    color: #f1edbe;
    line-height: 2; }
  .member_advantage p {
    font-size: 0.9em;
    margin: 10px 0; }
  .member_advantage .btn {
    display: inline-block;
    background-color: #f1edbe;
    color: #004225;
    padding: 10px 5px;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    width: 48%;
    margin-left: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff; }
    .member_advantage .btn:hover {
      background-color: #fff;
      border: 1px solid #f1edbe; }
  .member_advantage .btn-large {
    display: inline-block;
    background-color: #f1edbe;
    color: #004225;
    padding: 10px 5px;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
    width: 98%;
    margin-left: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff; }
    .member_advantage .btn-large:hover {
      background-color: #fff;
      border: 1px solid #f1edbe; }

.advantage {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  background-color: #fff; }
  .advantage img {
    max-width: 80%;
    padding: 25% 0; }
  .advantage .description {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 66, 37, 0.9);
    padding: 20% 10%;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear; }
    .advantage .description p {
      font-size: 0.8em;
      padding: 10px 0; }
    .advantage .description a {
      font-size: 0.8em; }
      .advantage .description a:hover {
        text-decoration: underline; }
  .advantage:hover .description {
    opacity: 1; }

.angular-google-map-container {
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  right: 0; }

.map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #00301b; }
  .map .leaflet-popup-content-wrapper {
    border-radius: 0px; }
    .map .leaflet-popup-content-wrapper p, .map .leaflet-popup-content-wrapper b {
      color: #00301b; }
    .map .leaflet-popup-content-wrapper img {
      position: absolute;
      left: 0;
      top: 0;
      height: 70px; }
    .map .leaflet-popup-content-wrapper .name {
      font-size: 1.1em;
      clear: both;
      position: relative;
      padding: 20px 0 20px 75px; }
    .map .leaflet-popup-content-wrapper table p {
      margin: 2.5px 0; }
    .map .leaflet-popup-content-wrapper table tr td {
      padding: 0; }
      .map .leaflet-popup-content-wrapper table tr td:first-child {
        vertical-align: top;
        text-align: left;
        width: 70px; }

.conctact-dialog h1, .conctact-dialog p, .conctact-dialog b {
  color: #00301b; }
.conctact-dialog h1 {
  color: #00301b;
  font-size: 1.1em;
  clear: both;
  position: relative;
  padding: 20px 0 20px 75px; }
  .conctact-dialog h1 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 70px; }
.conctact-dialog table p {
  margin: 2.5px 0; width: 211px;}
.conctact-dialog table tr td {
  padding: 0; }
  .conctact-dialog table tr td:first-child {
    vertical-align: top;
    text-align: left;
    width: 70px; }

.absolute-full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 50px;
  padding-bottom: 120px; }

.form_contact {
  background-color: rgba(0, 66, 37, 0.9);
  border: 7.5px solid #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  max-height: 100%;
  padding: 15px; }
  .form_contact input, .form_contact textarea {
    margin: 5px 0;
    width: 100%;
    padding: 6px 10px;
    font-size: 0.9em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #00301b;
    color: #00301b; }
  .form_contact input[type="submit"] {
    display: inline-block;
    background-color: #f1edbe;
    color: #004225;
    padding: 10px 20px;
    margin: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff; }
    .form_contact input[type="submit"]:hover {
      background-color: #fff;
      border: 1px solid #f1edbe; }

#inicio {
  background-image: url(../uploads/Mercedes-300-SL-008-1024x676.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-position-y: top; }

#quem-somos {
  background-image: url(../uploads/AA_00_03__01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

#actividades {
  background-image: url(../uploads/bk_caaffF.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #actividades form {
    position: absolute;
    left: 50px;
    right: 50px; }
    #actividades form input {
      width: 300px;
      line-height: 1.5;
      padding: 3px 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #00301b;
      color: #00301b; }

#socio {
  background-image: url(../uploads/Side_Car_004.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

#parceiros {
  background-image: url("../img/layout/bk_caaffD.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.event {
  background: #004225;
  padding-bottom: 120px; }

.logo_center img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  max-width: 80%;
  margin: auto; }
