@font-face {
  font-family: 'SailRegular';
  src: url("../fonts/SailRegular.eot");
  src: url("../fonts/SailRegular.eot") format("embedded-opentype"), url("../fonts/SailRegular.woff2") format("woff2"), url("../fonts/SailRegular.woff") format("woff"), url("../fonts/SailRegular.ttf") format("truetype"), url("../fonts/SailRegular.svg#SailRegular") format("svg"); }
@font-face {
  font-family: 'MontserratRegular';
  src: url("../fonts/MontserratRegular.eot");
  src: url("../fonts/MontserratRegular.eot") format("embedded-opentype"), url("../fonts/MontserratRegular.woff2") format("woff2"), url("../fonts/MontserratRegular.woff") format("woff"), url("../fonts/MontserratRegular.ttf") format("truetype"), url("../fonts/MontserratRegular.svg#MontserratRegular") format("svg"); }
@font-face {
  font-family: 'MontserratLight';
  src: url("../fonts/MontserratLight.eot");
  src: url("../fonts/MontserratLight.eot") format("embedded-opentype"), url("../fonts/MontserratLight.woff2") format("woff2"), url("../fonts/MontserratLight.woff") format("woff"), url("../fonts/MontserratLight.ttf") format("truetype"), url("../fonts/MontserratLight.svg#MontserratLight") format("svg"); }
body {
  font-family: 'MontserratRegular'; }

.sail {
  font-family: 'SailRegular'; }

.light {
  font-family: 'MontserratLight'; }

#header {
  width: 100%;
  height: auto;
  float: left;
  position: fixed;
  top: -155px;
  left: 0px;
  z-index: 999;
  transition: all 0.8s; }

 

  #header.fixed .bg1 {
    height: 50px; }
    #header.fixed .bg1 #logo-fixed {
      margin-top: 0px; }
    #header.fixed .bg1 #menu-principal ul li::before {
      margin-top: 20px; }
    #header.fixed .bg1 #menu-principal ul li a {
      height: 50px;
      line-height: 50px; }
  #header.fixed .bg2 {
    height: 0px;
    overflow: hidden; }
    @media (max-width: 1199px) {
      #header.fixed .bg2 {
        height: 73px; } }
    @media (max-width: 767px) {
      #header.fixed .bg2 {
        height: 53px; } }
    #header.fixed .bg2 #logo {
      opacity: 0; }
      @media (max-width: 767px) {
        #header.fixed .bg2 #logo {
          padding-top: 10px !important; } }
      @media (max-width: 992px) {
        #header.fixed .bg2 #logo .img {
          width: 257px;
          margin-top: 0px; } }
      @media (max-width: 767px) {
        #header.fixed .bg2 #logo .img {
          width: 207px; } }
      @media (max-width: 992px) {
        #header.fixed .bg2 #logo {
          opacity: 1; } }
    @media (max-width: 992px) {
      #header.fixed .bg2 #menu-mobile {
        width: 49px; } }
    @media (max-width: 767px) {
      #header.fixed .bg2 #menu-mobile {
        width: 39px;
        margin-top: 6px; } }
  #header.animated {
    top: 0px;
    }
    #header.animated .bg2 #logo {
      background-color: transparent;
      top: 67px;
      padding-top: 22px;
      padding-bottom: 22px; }
      @media (max-width: 767px) {
        #header.animated .bg2 #logo {
          padding-top: 18px;
          left: 20px;
          top: 1px;
          width: 230px; } }
      @media (max-width: 767px) {
        #header.animated .bg2 #logo .img {
          width: 250px; } }
    @media (max-width: 767px) {
      #header.animated .bg2 .data {
        bottom: 0px;



         } }
  #header .bg1 {
    background-color: #330d0d;
    width: 100%;
    height: 67px;
    float: left;
    transition: all 0.4s; }
    @media (max-width: 1199px) {
      #header .bg1 {
        display: none; 

        } }
    #header .bg1 #logo-fixed {
      background-color: #652222;
      height: 50px;
      float: left;
      margin-top: -50px;
      position: absolute;
      transition: all 0.4s; }
      #header .bg1 #logo-fixed a {
        float: left;
        padding: 7px; }
        #header .bg1 #logo-fixed a img {
          height: 35px; }
    #header .bg1 #menu-principal {
      width: fit-content;
      display: block;
      margin: 0px auto; }
      #header .bg1 #menu-principal ul {
        padding: 0px;
        float: left; }
        #header .bg1 #menu-principal ul li {
          display: inline;
          float: left; }
          #header .bg1 #menu-principal ul li:first-child::before {
            display: none; }
          #header .bg1 #menu-principal ul li::before {
            content: " ";
            background-image: url(../img/bullet.png);
            width: 10px;
            height: 9px;
            float: left;
            position: absolute;
            margin-left: -5px;
            margin-top: 30px;
            transition: all 0.4s; }
          #header .bg1 #menu-principal ul li a {
            background-color: #transparent;
            height: 67px;
            line-height: 67px;
            float: left;
            padding-left: 15px;
            padding-right: 15px;
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            transition: all 0.2s; }
            #header .bg1 #menu-principal ul li a:hover {
              background-color: #fff;
              color: #330d0d;
              text-decoration: none; }
              #header .bg1 #menu-principal ul li a:hover b {
                color: #330d0d; }
            #header .bg1 #menu-principal ul li a b {
              color: #d69898;
              font-weight: bold;
              transition: all 0.4s; }
  #header .bg2 {
    background-color: #652222;
    width: 100%;
    height: 88px;
    float: left;
    transition: all 0.4s; }
    @media (max-width: 767px) {
      #header .bg2 {
        height: 69px; } }
    #header .bg2 .data {
      float: left;
      padding-top: 25px;
      transition: all 0.4s;

       }
      @media (max-width: 992px) {
        #header .bg2 .data {
          background-color: #652222;
          position: fixed;
          bottom: -61px;
          left: 0px;
          width: 50%;
          padding-top: 25px;
          padding-bottom: 25px;
          padding-left: 15px; } }
      @media (max-width: 767px) {
        #header .bg2 .data {
          width: 100%;
          padding-top: 13px;
          padding-bottom: 13px; } }
      #header .bg2 .data img {
        float: left; }
        @media (max-width: 767px) {
          #header .bg2 .data img {
            width: 28px;
            margin-top: 3px; } }
      #header .bg2 .data div {
        width: calc(100% - 41px);
        float: left;
        padding-left: 15px; }
        #header .bg2 .data div strong {
          width: 100%;
          float: left;
          font-weight: bold;
          font-size: 14px;
          color: #fff; }
          @media (max-width: 1199px) {
            #header .bg2 .data div strong {
              font-size: 12px; } }
          @media (max-width: 992px) {
            #header .bg2 .data div strong {
              font-size: 16px; } }
          @media (max-width: 767px) {
            #header .bg2 .data div strong {
              font-size: 13px; } }
        #header .bg2 .data div span {
          width: 100%;
          float: left;
          font-size: 13px;
          color: #fff; }
          @media (max-width: 1199px) {
            #header .bg2 .data div span {
              font-size: 11px; } }
          @media (max-width: 992px) {
            #header .bg2 .data div span {
              font-size: 13px; } }
          @media (max-width: 767px) {
            #header .bg2 .data div span {
              font-size: 11px; } }
    #header .bg2 #logo {
      background-color: rgba(101, 34, 34, 0.7);
      width: 100%;
      float: left;
      position: fixed;
      top: 42%;
      left: 0px;
      padding-top: 30px;
      padding-bottom: 30px;
      transition: all 0.8s; }
      @media (max-width: 992px) {
        #header .bg2 #logo {
          padding-top: 33px; } }
      #header .bg2 #logo .img {
        width: fit-content;
        display: block;
        margin: 0px auto;
        transition: all 0.4s; }
        @media (max-width: 992px) {
          #header .bg2 #logo .img {
            float: left;
            margin-top: 2px; } }
        @media (max-width: 767px) {
          #header .bg2 #logo .img {
            float: none;
            width: 290px;
            margin-top: 0px; } }
        #header .bg2 #logo .img > img {
          float: left;
          transition: all 0.4s; }
          @media (max-width: 1199px) {
            #header .bg2 #logo .img > img {
              width: 335px; } }
        #header .bg2 #logo .img div {
          float: left;
          margin-top: 13px; }
          @media (max-width: 992px) {
            #header .bg2 #logo .img div {
              display: none; } }
          #header .bg2 #logo .img div.detalhe1 {
            margin-right: 18px; }
          #header .bg2 #logo .img div.detalhe2 {
            margin-left: 18px; }
    #header .bg2 .local {
      float: right;
      padding-top: 17px; }
      @media (max-width: 992px) {
        #header .bg2 .local {
          background-color: #652222;
          position: fixed;
          bottom: 0px;
          right: 0px;
          width: 50%;
          padding-top: 18px;
          padding-bottom: 18px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        #header .bg2 .local {
          display: none; } }
      #header .bg2 .local img {
        float: right; }
      #header .bg2 .local div {
        width: calc(100% - 32px);
        float: right;
        padding-top: 0px;
        padding-right: 15px; }
        #header .bg2 .local div strong {
          width: 100%;
          float: left;
          text-align: right;
          font-weight: bold;
          font-size: 14px;
          color: #fff;
          white-space: nowrap; }
          @media (max-width: 1199px) {
            #header .bg2 .local div strong {
              font-size: 11px; } }
          @media (max-width: 992px) {
            #header .bg2 .local div strong {
              font-size: 16px; } }
        #header .bg2 .local div span {
          width: 100%;
          float: left;
          line-height: 16px;
          text-align: right;
          font-size: 13px;
          color: #fff; }
          @media (max-width: 1199px) {
            #header .bg2 .local div span {
              font-size: 10px; } }
          @media (max-width: 992px) {
            #header .bg2 .local div span {
              font-size: 13px; } }
    #header .bg2 #menu-mobile {
      float: right;
      width: 60px;
      margin-top: 12px;
      transition: all 0.4s; }
      @media (max-width: 767px) {
        #header .bg2 #menu-mobile {
          width: 43px; } }

.internas {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom:25px;
   }
  .internas .header {
    width: 100%;
    float: left;
    padding-top: 180px;
    padding-bottom: 40px;
    overflow: hidden; }

    @media (max-width: 1199px) {
         .internas .header{
             padding-top: 80px; } }


    .internas .header h1 {
      color: #330d0d;
      font-size: 50px;
      text-align: center;
      padding-bottom: 10px; }
    .internas .header p {
      color: #330d0d;
      font-size: 14px;
      text-align: center; }
  .internas .conteudo {
    
background: #330d0d; /* Old browsers */
background: -moz-linear-gradient(left, #330d0d 0%, #774242 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #330d0d 0%,#774242 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #330d0d 0%,#774242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330d0d', endColorstr='#774242',GradientType=1 ); /* IE6-9 */
    width: 100%;
    float: left;
    padding-bottom: 50px;
    overflow: hidden; }
    .internas .conteudo .titulo-pais {
      width: 100%;
      float: left;
      overflow: hidden;
      padding-top: 80px;
      margin-bottom: 70px; }
      .internas .conteudo .titulo-pais img {
        float: left;
        margin: 0px;
        max-width:140px;
        padding:10px; }
      .internas .conteudo .titulo-pais h2 {
        width: 100%;
        float: left;
        color: #fff;
        margin-top: -4px;
        font-size: 50px;
        font-weight: bold; }
      .internas .conteudo .titulo-pais p {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 14px; }
    .internas .conteudo .reg-presente {
      margin-bottom: 30px; }
      .internas .conteudo .reg-presente:hover {
        transform: scale(1.05); }

#btn-confirmar-presenca {
  background-color: #fff;
  color: #330d0d;
  width: 117px;
  height: 51px;
  position: fixed;
  bottom: -61px;
  right: 5px;
  float: left;
  z-index: 999;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  padding-top: 8px;
  transition: all 0.4s; }
  #btn-confirmar-presenca.animated {
    bottom: 5px; }

#section-banner {
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 100vh;
  float: left;
  overflow: hiddden;
  transition: all 1s; }
  @media (max-width: 767px) {
    #section-banner {
      background-attachment: initial; } }
  #section-banner.animated {
    height: 626px; }
    @media (max-width: 767px) {
      #section-banner.animated {
        height: 300px; } }
    #section-banner.animated .mascara {
      background-color: transparent; }
      #section-banner.animated .mascara .box {
        margin-top: 255px;
        opacity: 1; }
        @media (max-width: 992px) {
          #section-banner.animated .mascara .box {
            margin-top: 220px; } }
  #section-banner .mascara {
    background-color: rgba(101, 34, 34, 0.3);
    width: 100%;
    height: 100vh;
    float: left;
    overflow: hiddden;
    transition: all 1s; }
    #section-banner .mascara .box {
      background-color: rgba(255, 255, 255, 0.8);
      width: 100%;
      height: 321px;
      float: left;
      opacity: 0;
      padding-top: 15px;
      margin-top: 0px;
      border-radius: 10px; }
      @media (max-width: 767px) {
        #section-banner .mascara .box {
          background-color: #fff;
          height: 245px;
          padding-top: 6px;
          position: fixed;
          left: 0px;
          bottom: 61px;
          border-radius: 0px;
          display: none;
          z-index: 999; } }
      #section-banner .mascara .box h4 {
        width: 100%;
        float: left;
        color: #652222;
        font-size: 27px;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 767px) {
          #section-banner .mascara .box h4 {
            font-size: 25px; } }
      #section-banner .mascara .box p {
        width: 100%;
        float: left;
        padding-top: 4px;
        padding-left: 40px;
        padding-right: 40px;
        color: #330d0d;
        font-size: 15px;
        text-align: center; }
        @media (max-width: 767px) {
          #section-banner .mascara .box p {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 11px; } }
        #section-banner .mascara .box p a {
          font-weight: bold;
          color: #330d0d; }
      #section-banner .mascara .box #form-codigo {
        width: 100%;
        float: left;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 40px;
        padding-right: 40px; }
        #section-banner .mascara .box #form-codigo input {
          width: 100%;
          height: 42px;
          float: left;
          border: 2px solid #652222; }
        #section-banner .mascara .box #form-codigo button {
          background-color: #652222;
          width: 100%;
          height: 42px;
          color: #fff;
          font-size: 17px;
          font-weight: bold;
          text-transform: uppercase;
          float: left;
          margin-top: 7px;
          border: 0px;
          border-radius: 4px;
          transition: all 0.4s; }
          #section-banner .mascara .box #form-codigo button:hover {
            background-color: #330d0d; }

#section-texto {
  width: 100%;
  float: left;
  height: 75px;
  padding-top: 5px; }
  @media (max-width: 992px) {
    #section-texto {
      height: auto;
      padding-bottom: 18px; } }
  #section-texto h3 {
    color: #652222;
    font-size: 26px; }
    @media (max-width: 1199px) {
      #section-texto h3 {
        font-size: 21px; } }
    @media (max-width: 992px) {
      #section-texto h3 {
        font-size: 31px;
        text-align: center; } }
    @media (max-width: 767px) {
      #section-texto h3 {
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 0px; } }
    #section-texto h3 small {
      color: #652222;
      font-size: 18px; }

#section-lua-de-mel {
  background-image: url(../img/bg-lua-mel.jpg);
  background-position: center;
  background-size: cover;
  background-color: #000;
  width: 100%;
  float: left;
  padding-top: 90px;
  padding-bottom: 90px; }
  @media (max-width: 767px) {
    #section-lua-de-mel {
      padding-top: 40px;
      padding-bottom: 40px; } }
  #section-lua-de-mel .header {
    width: 100%;
    float: left;
    padding-left: 56px;
    padding-right: 56px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #section-lua-de-mel .header {
        padding-left: 0px;
        padding-right: 0px; } }
    #section-lua-de-mel .header img {
      float: left;
      margin-top: 10px; }
      @media (max-width: 992px) {
        #section-lua-de-mel .header img {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        #section-lua-de-mel .header img {
          margin-top: 30px;
          display: block;
          margin: 0px auto 3px;
          float: none; } }
    #section-lua-de-mel .header p {
      width: 100%;
      float: left;
      text-align: right;
      color: #fff;
      font-size: 13px; }
      @media (max-width: 992px) {
        #section-lua-de-mel .header p {
          font-size: 12px; } }
      @media (max-width: 767px) {
        #section-lua-de-mel .header p {
          font-size: 11px;
          text-align: center;
          padding-top: 20px; } }
    #section-lua-de-mel .header a {
      background-color: #652222;
      
      padding: 12px 18px;
      height: 42px;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 12px;
      border: 0px;
      border-radius: 4px;
      transition: all 0.4s; }
      @media (max-width: 992px) {
        #section-lua-de-mel .header a {
          font-size: 13px; } }
      #section-lua-de-mel .header a:hover {
        background-color: #330d0d;
        text-decoration: none; }
  #section-lua-de-mel .conteudo {
    width: 100%;
    float: left;
    padding-top: 45px;
    overflow: hidden; }
    #section-lua-de-mel .conteudo .esquerda {
      width: 40px;
      float: left;
      padding-top: 170px; }
      @media (max-width: 767px) {
        #section-lua-de-mel .conteudo .esquerda {
          width: 22px; } }
      #section-lua-de-mel .conteudo .esquerda a {
        float: left;
        transition: all 0.4s; }
        #section-lua-de-mel .conteudo .esquerda a:hover {
          transform: scale(1.05); }
        @media (max-width: 767px) {
          #section-lua-de-mel .conteudo .esquerda a img {
            width: 13px; } }
    #section-lua-de-mel .conteudo .centro {
      width: calc(100% - 80px);
      float: left; }
      @media (max-width: 767px) {
        #section-lua-de-mel .conteudo .centro {
          width: calc(100% - 44px); } }
      #section-lua-de-mel .conteudo .centro #slick-presentes {
        width: 100%;
        float: left; }
        #section-lua-de-mel .conteudo .centro #slick-presentes .slick-list {
          padding: 15px 0px; }
      #section-lua-de-mel .conteudo .centro .slick-arrow {
        display: none !important; }
      #section-lua-de-mel .conteudo .centro .slick-slide {
        padding-left: 8px;
        padding-right: 8px; }
        #section-lua-de-mel .conteudo .centro .slick-slide:hover .reg-presente {
          transform: scale(1.02); }
          #section-lua-de-mel .conteudo .centro .slick-slide:hover .reg-presente .img {
            background-size: cover; }
            .reg-presente:hover  .img .texto-img {
              opacity: 1; }
      #section-lua-de-mel .conteudo .centro .slick-dots {
        padding: 0px;
        width: fit-content;
        display: block;
        padding-top: 25px;
        margin: 0px auto; }
        #section-lua-de-mel .conteudo .centro .slick-dots li {
          display: inline;
          list-inline: none;
          float: left;
          padding: 0px 2px; }
          #section-lua-de-mel .conteudo .centro .slick-dots li.slick-active button {
            background-color: #652222; }
          #section-lua-de-mel .conteudo .centro .slick-dots li button {
            background-color: #fff;
            width: 20px!important;
            height: 20px!important;
            border-radius: 100%;
            border: 0px;
            text-indent: -9999px;
            transition: all 0.4s; }
    #section-lua-de-mel .conteudo .direta {
      width: 40px;
      float: left;
      padding-top: 170px; }
      @media (max-width: 767px) {
        #section-lua-de-mel .conteudo .direta {
          width: 22px; } }
      #section-lua-de-mel .conteudo .direta a {
        float: right;
        transition: all 0.4s; }
        #section-lua-de-mel .conteudo .direta a:hover {
          transform: scale(1.05); }
        @media (max-width: 767px) {
          #section-lua-de-mel .conteudo .direta a img {
            width: 13px; } }

.reg-presente {
  background-color: #fff;
  width: 100%;
  height: 402px;
  float: left;
  overflow: hidden;
  padding: 10px;
  transition: all 0.4s; }
  .reg-presente .img {
    background-size: cover;
    background-position: center;
    background-color: 000;
    width: 100%;
    height: 176px;
    float: left;
    overflow: hidden;
    transition: all 0.4s; }
    .reg-presente .img .texto-img {
      background-color: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 176px;
      float: left;
      overflow: Hidden;
      opacity: 0;
      padding: 20px;
      transition: all 0.4s; }
      .reg-presente .img .texto-img p {
        color: #fff;
        font-size: 11px; }
  .reg-presente .dados {
    width: 100%;
    float: left;
    padding-top: 9px;
    overflow: hidden; 
    height:170px;
  }
    .reg-presente .dados .local {
      width: 100%;
      float: left;
      overflow: hidden; }
      .reg-presente .dados .local div {
        width: fit-content;
        display: block;
        margin: 0px auto; }
        .reg-presente .dados .local div img {
          float: left;
          margin-top: 4px; }
        .reg-presente .dados .local div span {
          padding-left: 10px;
          float: left; }
    .reg-presente .dados > h3 {
      width: 100%;
      float: left;
      padding-top: 10px;
      padding-left: 20px;
      padding-right: 20px;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      overflow: hidden;
      color: #652222;
      margin: 0px; }
    .reg-presente .dados > strong {
      width: 100%;
      float: left;
      padding-top: 5px;
      text-align: center;
      font-size: 19px;
      font-weight: bold;
      overflow: hidden;
      color: #330d0d;
      margin: 0px; }
    .reg-presente .dados > span {
      width: 100%;
      float: left;
      padding-top: 2px;
      padding-bottom: 20px;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      overflow: hidden;
      color: #330d0d;
      margin: 0px; }
  .reg-presente a {
    background-color: #3BAB68;
    width: 100%;
    height: 38px;
    float: left;
    padding: 6px 10px;
    overflow: hidden; }
    .reg-presente a:hover {
      background-color: #2fc435; }
    .reg-presente a img {
      width: 25px;
      float: left; }
    .reg-presente a span {
      width: calc(100% - 25px);
      float: left;
      color: #fff;
      padding-left: 15px;
      padding-top: 5px;
      font-size: 12px; }



    .reg-presente .esgotado,.reg-presente .esgotado:hover {
        background-color: #990000;
     }



#section-evento {
  background-color: #fff;
  width: 100%;
  float: left;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    #section-evento {
      padding-top: 40px;
      padding-bottom: 70px; } }
  #section-evento .esquerda {
    width: 100%;
    float: left;
    overflow: hidden; }
    @media (max-width: 992px) {
      #section-evento .esquerda {
        padding-bottom: 50px;
        border-bottom: 3px solid #f1f1f1; } }
    @media (max-width: 767px) {
      #section-evento .esquerda {
        padding-bottom: 30px; } }
    #section-evento .esquerda .img {
      width: 100%;
      float: left;
      overflow: hdden; }
      #section-evento .esquerda .img img {
        width: fit-content;
        display: block;
        margin: 0px auto; }
    #section-evento .esquerda strong {
      width: 100%;
      float: left;
      padding-top: 20px;
      overflow: hdden;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: #330d0d; }
      @media (max-width: 767px) {
        #section-evento .esquerda strong {
          font-size: 20px; } }
    #section-evento .esquerda span {
      width: 100%;
      float: left;
      padding-top: 0px;
      overflow: hdden;
      text-align: center;
      font-size: 24px;
      color: #330d0d; }
      @media (max-width: 767px) {
        #section-evento .esquerda span {
          font-size: 19px; } }
    #section-evento .esquerda h4 {
      width: 100%;
      float: left;
      padding: 0px 50px 0px 50px;
      overflow: hidden;
      text-align: center;
      font-size: 25px;
      color: #652222; }
      @media (max-width: 767px) {
        #section-evento .esquerda h4 {
          padding: 0px; } }
    #section-evento .esquerda p {
      width: 100%;
      float: left;
      padding: 10px 50px 0px 50px;
      overflow: hidden;
      text-align: center;
      font-size: 13px;
      color: #330d0d; }
      @media (max-width: 767px) {
        #section-evento .esquerda p {
          padding: 10px 0px 0px; } }
  #section-evento .direita {
    width: 100%;
    float: left;
    overflow: hdden; }
    @media (max-width: 992px) {
      #section-evento .direita {
        padding-top: 50px; } }
    @media (max-width: 767px) {
      #section-evento .direita {
        padding-top: 40px; } }
    #section-evento .direita .img {
      width: 100%;
      float: left;
      overflow: hdden; }
      #section-evento .direita .img img {
        width: fit-content;
        display: block;
        margin: 0px auto; }
        @media (max-width: 767px) {
          #section-evento .direita .img img {
            width: 230px; } }
    #section-evento .direita b {
      width: 100%;
      float: left;
      padding-top: 20px;
      line-height: 26px;
      overflow: hdden;
      text-align: center;
      font-size: 24px;
      font-weight: bold;
      color: #330d0d; }
      @media (max-width: 767px) {
        #section-evento .direita b {
          font-size: 21px; } }
    #section-evento .direita strong {
      width: 100%;
      float: left;
      padding-top: 0px;
      padding-bottom: 5px;
      overflow: hdden;
      text-align: center;
      font-size: 34px;
      font-weight: bolder;
      color: #330d0d; }
      @media (max-width: 767px) {
        #section-evento .direita strong {
          font-size: 27px; } }
    #section-evento .direita span {
      width: 100%;
      float: left;
      padding-top: 0px;
      overflow: hdden;
      text-align: center;
      font-size: 18px;
      color: #330d0d;
      clear: both; }
      @media (max-width: 767px) {
        #section-evento .direita span {
          font-size: 14px; } }
    #section-evento .direita div {
      width: 100%;
      float: left;
      overflow: hdden; }
      #section-evento .direita div a {
        background-color: #652222;
        width: fit-content;
        display: block;
        clear: both;
        padding: 12px 25px;
        height: 42px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 25px auto 0px;
        border: 0px;
        border-radius: 4px;
        transition: all 0.4s; }
        #section-evento .direita div a:hover {
          background-color: #330d0d;
          text-decoration: none; }

#section-fotos {  
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom:25px;
   }
  #section-fotos #slick-fotos {
    width: 100%;
    float: left;
    overflow: hidden; }
    #section-fotos #slick-fotos .slick-arrow {
      display: none !important; }




 #section-fotos .slick-dots {
        padding: 0px;
        width: fit-content;
        display: block;
        padding-top: 25px;
        margin: 0px auto;

         }

        #section-fotos .slick-dots li {
          display: inline;
          list-inline: none;
          float: left;
          padding: 0px 2px; }
          #section-fotos .slick-dots li.slick-active button {
            background-color: #330d0d; }
          #section-fotos .slick-dots li button {
            background-color: #CCCCCC;
            width: 20px!important;
            height: 20px!important;
            border-radius: 50%;
            border: 0px;
            text-indent: -9999px;
            transition: all 0.4s; }




    #section-fotos #slick-fotos .reg-foto a {
      background-color: #000;
      width: fit-content;
      float: left;
      overflow: hidden; }
      #section-fotos #slick-fotos .reg-foto a:hover img {
        opacity: 0.6; }
      #section-fotos #slick-fotos .reg-foto a:hover div {
        display: block;
        margin-top: -40px; }
      #section-fotos #slick-fotos .reg-foto a img {
        width: auto;
        height: 250px;
        float: left;
        clear: both;
        transition: all 0.4s; }
      #section-fotos #slick-fotos .reg-foto a div {
        background-color: rgba(77, 163, 198, 0.7);
        height: 40px;
        float: left;
        border-left: 5px solid #330d0d;
        padding: 10px 20px;
        clear: both;
        position: relative;
        display: none;
        color: #fff;
        margin-top: 0px;
        transition: all 0.4s; }




     #section-fotos .esquerda {
      width: 40px;
      float: left;
      padding-top: 100px;
      left:20px;
      position: absolute;
      z-index:20;
    }
      @media (max-width: 767px) {
      #section-fotos .esquerda {
          width: 22px; } }
      #section-fotos .esquerda a {
        float: left;
        transition: all 0.4s; }
       #section-fotos .esquerda a:hover {
          transform: scale(1.05); }
        @media (max-width: 767px) {
         #section-fotos .esquerda a img {
            width: 13px; } }





     #section-fotos .direita {
      width: 40px;
      float: left;
      padding-top: 100px;
      right:20px;
      position: absolute;
      z-index:20;
    }
      @media (max-width: 767px) {
      #section-fotos .direita {
          width: 22px; } }
      #section-fotos .direita a {
        float: left;
        transition: all 0.4s; }
       #section-fotos .direita a:hover {
          transform: scale(1.05); }
        @media (max-width: 767px) {
         #section-fotos .direita a img {
            width: 13px; } }







#section-depoimentos {
  background-color: #652222;
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden; }
  @media (max-width: 767px) {
    #section-depoimentos {
      padding-top: 30px;
      padding-bottom: 30px; } }
  #section-depoimentos #box-depoimentos .reg-depoimento {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 3px solid rgba(255, 255, 255, 0.7); }
    #section-depoimentos #box-depoimentos .reg-depoimento:last-child {
      border: 0px; }
    #section-depoimentos #box-depoimentos .reg-depoimento p {
      width: 100%;
      float: left;
      overflow: hidden;
      color: #fff;
      font-size: 13px;
      text-align: center; }
      @media (max-width: 1199px) {
        #section-depoimentos #box-depoimentos .reg-depoimento p {
          font-size: 12px; } }
    #section-depoimentos #box-depoimentos .reg-depoimento strong {
      width: 100%;
      float: left;
      overflow: hidden;
      color: #fff;
      font-weight: bold;
      font-size: 15px;
      text-align: center; }
      @media (max-width: 1199px) {
        #section-depoimentos #box-depoimentos .reg-depoimento strong {
          font-size: 14px; } }
  #section-depoimentos #box-depoimentos a {
    background-color: #330d0d;
    width: 100%;
    display: block;
    clear: both;
    text-align: center;
    padding: 12px 25px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 25px auto 0px;
    border: 0px;
    border-radius: 4px;
    transition: all 0.4s; }
    #section-depoimentos #box-depoimentos a:hover {
      background-color: #652222;
      text-decoration: none; }
  #section-depoimentos #box-form-depoimento {
    width: 100%;
    float: left;
    overflow: hidden; }
    @media (max-width: 992px) {
      #section-depoimentos #box-form-depoimento {
        padding-top: 100px;
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      #section-depoimentos #box-form-depoimento {
        padding-top: 60px;
        padding-bottom: 90px;
        border-top: 2px solid #ffff;
        margin-top: 60px; } }
    #section-depoimentos #box-form-depoimento b {
      width: 100%;
      float: left;
      overflow: hidden;
      color: #fff;
      font-weight: bold;
      font-size: 40px;
      line-height: 40px;
      text-align: center; }
      @media (max-width: 1199px) {
        #section-depoimentos #box-form-depoimento b {
          font-size: 37px;
          line-height: 37px; } }
    #section-depoimentos #box-form-depoimento strong {
      width: 100%;
      float: left;
      overflow: hidden;
      color: #fff;
      font-weight: bold;
      font-size: 50px;
      line-height: 67px;
      text-align: center; }
      @media (max-width: 1199px) {
        #section-depoimentos #box-form-depoimento strong {
          font-size: 65px;
          line-height: 62px; } }
    #section-depoimentos #box-form-depoimento #form-codigo {
      width: 100%;
      float: left;
      overflow: hidden;
      padding-top: 25px; }
      #section-depoimentos #box-form-depoimento #form-codigo input {
        height: 50px;
        margin-bottom: 10px; }
      #section-depoimentos #box-form-depoimento #form-codigo textarea {
        height: 177px; }
        @media (max-width: 767px) {
          #section-depoimentos #box-form-depoimento #form-codigo textarea {
            height: 137px; } }
      #section-depoimentos #box-form-depoimento #form-codigo button {
        background-color: #330d0d;
        width: 100%;
        display: block;
        clear: both;
        text-align: center;
        padding: 12px 25px;
        height: 42px;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 12px auto 0px;
        border: 0px;
        border-radius: 4px;
        transition: all 0.4s; }
        #section-depoimentos #box-form-depoimento #form-codigo button:hover {
          background-color: #652222;
          text-decoration: none; }




#form-pedido {
width: 100%;
float: left;
overflow: hidden;
padding-top: 35px; 
padding-bottom:100px;
}
#form-pedido input,#form-pedido select {
height: 50px;
margin-bottom: 10px; }
#form-pedido textarea {
height: 177px; }
@media (max-width: 767px) {
#form-pedido textarea {
    height: 137px; } }
#form-pedido button {
background-color: #3BAB68;
width: 100%;
display: block;
clear: both;
text-align: center;
padding: 12px 25px;
height: 42px;
color: #fff;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
margin: 12px auto 0px;
border: 0px;
border-radius: 4px;
transition: all 0.4s; }
#form-pedido button:hover {
  background-color: #006633;
  text-decoration: none; }




.botao {

        width:100%;
        background-color: #652222;
        display: block;
        padding: 15px;
        float: left;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        border: 0px;
        border-radius: 4px;
        transition: all 0.4s;  }
    .botao:hover {
      background-color: #2fc435;
      color:#FFFFFF; }
    .botao img {
      width: 25px;
      float: left; }
    .botao span {
      width: calc(100% - 25px);
      float: left;
      color: #fff;
      padding-left: 15px;
      padding-top: 5px;
      font-size: 12px; }




 #box-depoimentos .slick-dots {
        padding: 0px;
        width: fit-content;
        display: block;
        padding-top: 25px;
        margin: 0px auto; }
        #box-depoimentos .slick-dots li {
          display: inline;
          list-inline: none;
          float: left;
          padding: 0px 2px; }
          #box-depoimentos .slick-dots li.slick-active button {
            background-color: #330d0d; }
          #box-depoimentos .slick-dots li button {
            background-color: #fff;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            border: 0px;
            text-indent: -9999px;
            transition: all 0.4s; }







.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #818a91; }

.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs::after {
  content: "";
  display: table;
  clear: both; }

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px; }

.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem; }

.nav-tabs .nav-link {
  display: block;
  padding: .5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: .25rem;
  border-top-left-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd; }

.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #818a91;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #55595c;
  background-color: #fff;
  border-color: #ddd #ddd transparent; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }

.nav-pills .nav-item + .nav-item {
  margin-left: .2rem; }

.nav-pills .nav-link {
  display: block;
  padding: .5em 1em;
  border-radius: .25rem; }

.nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover, .nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #0275d8; }

.nav-stacked .nav-item {
  display: block;
  float: none; }

.nav-stacked .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: .5rem 1rem; }

.navbar::after {
  content: "";
  display: table;
  clear: both; }

@media (min-width: 576px) {
  .navbar {
    border-radius: .25rem; } }
.navbar-full {
  z-index: 1000; }

@media (min-width: 576px) {
  .navbar-full {
    border-radius: 0; } }
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 576px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }

@media (min-width: 576px) {
  .navbar-sticky-top {
    border-radius: 0; } }
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }

.navbar-divider::before {
  content: "\00a0"; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }

  .navbar-toggleable-xs .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }

  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none; } }
@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block; } }
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }

  .navbar-toggleable-sm .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }

  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block; } }
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }

  .navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }

  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block; } }
.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }

  .navbar-toggleable-lg .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }

  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none; } }
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block; } }
.navbar-toggleable-xl {
  display: block; }

.navbar-toggleable-xl::after {
  content: "";
  display: table;
  clear: both; }

.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: .5rem;
  margin-right: 0; }

.navbar-toggleable-xl .navbar-nav {
  margin-top: .5rem;
  margin-bottom: .5rem; }

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand, .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand, .navbar-dark .navbar-toggler {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-toggler:focus, .navbar-dark .navbar-toggler:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff; }

.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block !important; } }
.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }
.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }








    .open-nav {
  top: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: 9999;
  position: fixed;
  padding-top: 0px;
  overflow: hidden;
  text-align: center;
  background: rgba(101, 34, 34, 0.7);
  visibility: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  /* IE 8 */
  filter: alpha(opacity = 0);
  /* IE 5-7 */
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease; }
  .search.nav-visible,
  .open-nav.nav-visible {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    /* IE 8 */
    filter: alpha(opacity = 100);
    /* IE 5-7 */ }
  .search .menu-bar,
  .open-nav .menu-bar {
    width: 90%;
    margin: 20px auto 0; }
    .search .menu-bar .logo-menu,
    .open-nav .menu-bar .logo-menu {
      float: left; }
    .search .menu-bar .btn-close,
    .open-nav .menu-bar .btn-close {
      float: right; }
      .search .menu-bar .btn-close i.fa,
      .open-nav .menu-bar .btn-close i.fa {
        color: #ffffff;
        font-size: 4rem;
        margin: 5px 0; }
  .search ul,
  .open-nav ul {
    margin: 5px 0; 
  list-style: none;
  width:90%;
}
    .search ul a,
    .open-nav ul a {
      margin: 0px auto;
      max-width: 600px;
      padding: 0.5rem;
      color: #ffffff;
      display: block;
      font-size: 2rem;
      font-weight: 700;
      transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease; }
      .search ul a:hover,
      .open-nav ul a:hover {
        color: #330d0d;
        background: #ffffff; }
      @media (max-width: 34em) {
        .search ul a,
        .open-nav ul a {
          margin: 8px 0;
          font-size: 2rem; } }



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