html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif; }

body {
  overflow-x: hidden;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  background-image: url(../img/bg_fondo.jpg); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: #512026; }

p {
  color: #2f3237;
  font-size: 18px; }

.scrollToTop {
  width: 100px;
  padding: 10px;
  text-align: center;
  background: whiteSmoke;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #1f5438 !important;
  display: none;
  background: url("arrow_up.png") no-repeat 0px 20px; }
  .scrollToTop:active {
    color: #fff !important;
    opacity: 0.8 !important; }
  .scrollToTop:hover {
    color: #fff !important;
    opacity: 0.8 !important; }
  .scrollToTop:focus {
    color: #fff !important;
    opacity: 0.8 !important; }

.scrollToTop:hover {
  text-decoration: none; }

a {
  font-family: 'Lato', sans-serif;
  color: #512026; }
  a:hover {
    color: #512026;
    text-decoration: none; }
  a:focus {
    color: #512026;
    text-decoration: none; }
  a:active {
    color: #512026;
    text-decoration: none; }
  a:visited {
    color: #512026;
    text-decoration: none; }

.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #512026 url("../img/logo-resume.png") no-repeat center center; }
  @media only screen and (max-width: 768px) {
    .js div#preloader {
      background-size: 50%; } }

.title-section {
  padding: 30px 0px; }
  @media only screen and (max-width: 768px) {
    .title-section {
      padding: 15px 0; } }
  .title-section h2 {
    font-size: 41px;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .title-section h2 {
        text-align: center;
        display: block; } }
    .title-section h2:after {
      display: block;
      content: "";
      margin-top: 10px;
      width: 80%;
      border-bottom: 8px solid transparent;
      -moz-border-image: url("../img/border-title.png") 30 30 stretch;
      /* Old firefox */
      -webkit-border-image: url("../img/border-title.png") 30 30 stretch;
      /* Safari */
      -o-border-image: url("../img/border-title.png") 30 30 stretch;
      /* Opera */
      border-image: url("../img/border-title.png") 30 30 stretch; }

.web-link {
  position: relative;
  z-index: 2;
  clear: both; }

.link-top {
  text-algin: left; }

.descripcion {
  color: #1f5438; }
  @media only screen and (max-width: 768px) {
    .descripcion {
      text-align: center;
      padding-bottom: 30px; } }

.compartir {
  padding: 60px 0px 0px; }
  @media only screen and (max-width: 768px) {
    .compartir {
      padding: 80px 0px 0px; } }

#comp {
  text-align: center; }
  #comp a {
    padding: 10px 25px;
    display: inline-block; }
    #comp a:hover {
      -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
      opacity: 0.8; }
    @media only screen and (max-width: 768px) {
      #comp a {
        padding: 10px 10px; } }
    #comp a span {
      margin-left: 5px;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        #comp a span {
          display: none; } }

.cr-fullscreen {
  position: relative;
  min-height: 677px;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    .cr-fullscreen {
      min-height: 600px; } }
  .cr-fullscreen .sticky-flowers {
    position: fixed;
    top: -150px; }
  .cr-fullscreen .cr-flowers-2 {
    position: absolute;
    bottom: 0px; }
  .cr-fullscreen .logo {
    padding: 25px 0;
    -webkit-transition: all 0.0s ease-out;
    -moz-transition: all 0.0s ease-out;
    -o-transition: all 0.0s ease-out;
    transition: all 0.0s ease-out; }
    @media only screen and (max-width: 768px) {
      .cr-fullscreen .logo {
        margin: 0 0 0 15px;
        width: 200px; } }
  .cr-fullscreen .head {
    -webkit-transition: all 0.0s ease-out;
    -moz-transition: all 0.0s ease-out;
    -o-transition: all 0.0s ease-out;
    transition: all 0.0s ease-out;
    text-align: center;
    color: #512026;
    font-weight: 900;
    font-size: 50px; }
    @media only screen and (max-width: 768px) {
      .cr-fullscreen .head {
        font-size: 31px; } }
  .cr-fullscreen .hastag {
    text-align: center;
    padding: 20px 0;
    color: #512026;
    font-size: 36px;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .cr-fullscreen .hastag {
        font-size: 21px; } }
    .cr-fullscreen .hastag b {
      text-align: center;
      font-size: 40px;
      color: #1f5438; }
      @media only screen and (max-width: 768px) {
        .cr-fullscreen .hastag b {
          font-size: 31px; } }
  .cr-fullscreen p {
    text-align: center; }
  .cr-fullscreen a {
    text-align: center;
    font-size: 24px;
    display: block; }

@media only screen and (max-height: 778px) {
  .cr-fullscreen .logo {
    width: 200px; }

  .cr-fullscreen .head {
    font-size: 36px; } }
@media only screen and (max-height: 700px) {
  .cr-fullscreen h1 {
    font-size: 31px; }

  .cr-fullscreen .hastag {
    font-size: 18px; }

  .cr-fullscreen .hastag b {
    font-size: 18px; }

  .cr-fullscreen .head {
    font-size: 30px; } }
.cr-ecolec {
  padding: 90px 0px 0; }
  @media only screen and (max-width: 768px) {
    .cr-ecolec {
      padding: 80px 0px 0px; } }
  @media only screen and (max-width: 768px) {
    .cr-ecolec .cr-box {
      text-align: center; } }

.cr-ornament {
  position: absolute;
  right: 0px;
  margin-top: -250px;
  width: 45%; }
  @media only screen and (max-width: 1200px) {
    .cr-ornament {
      margin-top: -150px; } }
  @media only screen and (max-width: 992px) {
    .cr-ornament {
      width: 60%; } }
  @media only screen and (max-width: 768px) {
    .cr-ornament {
      margin-top: -41px; } }

.cr-ornament-2 {
  position: absolute;
  right: 0px;
  margin-top: -50px;
  width: 35%; }
  @media only screen and (max-width: 1200px) {
    .cr-ornament-2 {
      width: 63%; } }
  @media only screen and (max-width: 992px) {
    .cr-ornament-2 {
      margin-top: -91px;
      width: 35%; } }

.cr-ornament-3 {
  position: absolute;
  left: 0px;
  width: 30%; }
  @media only screen and (max-width: 1200px) {
    .cr-ornament-3 {
      width: 45%; } }
  @media only screen and (max-width: 992px) {
    .cr-ornament-3 {
      width: 49%;
      margin-top: -44px; } }

.cr-ornament-4 {
  position: absolute;
  bottom: 0px; }

.cr-lider-sector {
  padding: 60px 0px 0px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .cr-lider-sector {
      padding: 80px 0px 0px; } }
  @media only screen and (max-width: 768px) {
    .cr-lider-sector {
      padding: 60px 0px 0px; } }
  .cr-lider-sector .cr-arrow {
    padding: 20px 0px 60px; }
  .cr-lider-sector .cr-box-li {
    clear: both;
    padding: 30px 0px; }
    .cr-lider-sector .cr-box-li img {
      max-width: 100%; }
    .cr-lider-sector .cr-box-li .col-1 {
      display: inline-block;
      width: 40%;
      float: left; }
      @media only screen and (max-width: 992px) {
        .cr-lider-sector .cr-box-li .col-1 {
          width: 35%;
          padding-right: 10px; } }
    .cr-lider-sector .cr-box-li .col-2 {
      display: inline-block;
      width: 60%;
      float: left; }
      @media only screen and (max-width: 992px) {
        .cr-lider-sector .cr-box-li .col-2 {
          width: 65%;
          padding-right: 10px; } }
      .cr-lider-sector .cr-box-li .col-2 .inf span {
        font-size: 60px;
        color: #512026;
        font-weight: 900;
        display: block;
        line-height: 56px; }
        @media only screen and (max-width: 768px) {
          .cr-lider-sector .cr-box-li .col-2 .inf span {
            font-size: 40px; } }
      .cr-lider-sector .cr-box-li .col-2 .inf small {
        font-size: 28px;
        color: #512026;
        font-weight: 300;
        display: block; }
      .cr-lider-sector .cr-box-li .col-2 .inf p {
        font-size: 28px;
        line-height: 28px;
        margin: 0px;
        color: #1f5438; }
        @media only screen and (max-width: 1200px) {
          .cr-lider-sector .cr-box-li .col-2 .inf p {
            font-size: 21px; } }
        @media only screen and (max-width: 992px) {
          .cr-lider-sector .cr-box-li .col-2 .inf p {
            font-size: 18px;
            line-height: 21px; } }
    .cr-lider-sector .cr-box-li .col-3 .circle {
      background-image: url("../img/circle-border.png");
      background-size: cover;
      width: 300px;
      height: 300px;
      border-radius: 100%;
      display: block;
      margin: 0 auto;
      padding: 55px;
      margin-top: 45px; }
      @media only screen and (max-width: 992px) {
        .cr-lider-sector .cr-box-li .col-3 .circle {
          width: 220px;
          height: 220px;
          padding: 36px; } }
      .cr-lider-sector .cr-box-li .col-3 .circle p {
        color: #512026;
        font-weight: 900;
        font-size: 31px;
        line-height: 34px;
        text-align: center;
        margin-top: 25px; }
        @media only screen and (max-width: 992px) {
          .cr-lider-sector .cr-box-li .col-3 .circle p {
            font-size: 25px;
            line-height: 26px; } }

.cr-valor {
  padding: 60px 0px 0px; }
  @media only screen and (max-width: 768px) {
    .cr-valor {
      padding: 80px 0px 0px; } }
  .cr-valor .cr-scale {
    position: relative; }
    .cr-valor .cr-scale .infograf img {
      margin: 0 auto;
      display: block; }
    @media only screen and (max-width: 768px) {
      .cr-valor .cr-scale .cr-box-sc {
        padding-top: 15px;
        padding-bottom: 15px; } }
    .cr-valor .cr-scale .cr-box-sc .no {
      display: block;
      font-size: 70px;
      font-weight: 900;
      color: #1f5438;
      line-height: 45px; }
      @media only screen and (max-width: 992px) {
        .cr-valor .cr-scale .cr-box-sc .no {
          font-size: 41px; } }
      @media only screen and (max-width: 768px) {
        .cr-valor .cr-scale .cr-box-sc .no {
          display: inline-block; } }
    .cr-valor .cr-scale .cr-box-sc img {
      margin-top: -30px;
      margin-right: 10px; }
    .cr-valor .cr-scale .cr-box-sc b {
      font-size: 51px;
      font-weight: 900;
      color: #1f5438; }
      @media only screen and (max-width: 992px) {
        .cr-valor .cr-scale .cr-box-sc b {
          font-size: 41px; } }
      @media only screen and (max-width: 768px) {
        .cr-valor .cr-scale .cr-box-sc b {
          display: inline-block; } }
    .cr-valor .cr-scale .cr-box-sc p {
      color: #1f5438;
      font-size: 41px;
      font-weight: 900;
      display: block;
      line-height: 20px; }
      @media only screen and (max-width: 992px) {
        .cr-valor .cr-scale .cr-box-sc p {
          font-size: 21px; } }
      @media only screen and (max-width: 768px) {
        .cr-valor .cr-scale .cr-box-sc p {
          display: inline-block; } }
    .cr-valor .cr-scale .inf1 {
      position: absolute;
      top: -60px;
      right: 177px; }
      @media only screen and (max-width: 1200px) {
        .cr-valor .cr-scale .inf1 {
          right: 160px; } }
      @media only screen and (max-width: 992px) {
        .cr-valor .cr-scale .inf1 {
          top: 0px;
          right: 83px; } }
      @media only screen and (max-width: 768px) {
        .cr-valor .cr-scale .inf1 {
          position: initial;
          text-align: center; } }
    .cr-valor .cr-scale .inf2 {
      position: absolute;
      bottom: -10px;
      right: 140px; }
      @media only screen and (max-width: 1200px) {
        .cr-valor .cr-scale .inf2 {
          right: 55px; } }
      @media only screen and (max-width: 992px) {
        .cr-valor .cr-scale .inf2 {
          right: 0px;
          bottom: -20px; } }
      @media only screen and (max-width: 768px) {
        .cr-valor .cr-scale .inf2 {
          position: initial;
          text-align: center; } }
    .cr-valor .cr-scale .inf3 {
      position: absolute;
      top: 302px;
      left: 91px; }
      @media only screen and (max-width: 1200px) {
        .cr-valor .cr-scale .inf3 {
          left: 10px; } }
      @media only screen and (max-width: 992px) {
        .cr-valor .cr-scale .inf3 {
          left: 10px;
          top: 370px; } }
      @media only screen and (max-width: 768px) {
        .cr-valor .cr-scale .inf3 {
          position: initial;
          text-align: center; } }
  .cr-valor .cr-bullets {
    padding: 60px 0px 0px;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .cr-valor .cr-bullets {
        padding: 80px 0px 0px; } }
    .cr-valor .cr-bullets .cr-bullets-wraper {
      border: 10px solid transparent;
      -moz-border-image: url("../img/border.png") 30 30 stretch;
      /* Old firefox */
      -webkit-border-image: url("../img/border.png") 30 30 stretch;
      /* Safari */
      -o-border-image: url("../img/border.png") 30 30 stretch;
      /* Opera */
      border-image: url("../img/border.png") 30 30 stretch;
      padding: 20px;
      display: inline-block; }
      .cr-valor .cr-bullets .cr-bullets-wraper .cr-box-bullets {
        display: inline-block;
        padding: 15px 50px; }
        .cr-valor .cr-bullets .cr-bullets-wraper .cr-box-bullets p {
          color: #1f5438;
          font-size: 35px;
          font-weight: 900;
          display: block;
          line-height: 20px; }
        .cr-valor .cr-bullets .cr-bullets-wraper .cr-box-bullets img {
          margin-top: -30px;
          margin-right: 10px; }
        .cr-valor .cr-bullets .cr-bullets-wraper .cr-box-bullets b {
          font-size: 61px;
          font-weight: 900;
          color: #1f5438; }

.row-space {
  padding-top: 15px;
  padding-bottom: 15px; }

.cr-desarollo {
  padding: 60px 0px 0px; }
  @media only screen and (max-width: 768px) {
    .cr-desarollo {
      padding: 80px 0px 0px; } }
  .cr-desarollo h3 {
    color: #2f3237; }
  .cr-desarollo .icon {
    margin-top: -23px;
    margin-left: 10px;
    max-width: 47px; }
  .cr-desarollo .cr-wraper-no {
    padding: 15px 0px;
    padding: 15px 10px;
    display: inline-block;
    float: left;
    width: 25%; }
    @media only screen and (max-width: 992px) {
      .cr-desarollo .cr-wraper-no {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .cr-desarollo .cr-wraper-no {
        width: 100%;
        float: none;
        text-align: center; } }
    .cr-desarollo .cr-wraper-no span {
      color: #df9a2a;
      font-size: 41px;
      font-weight: 900; }
      @media only screen and (max-width: 1200px) {
        .cr-desarollo .cr-wraper-no span {
          font-size: 30px; } }
  .cr-desarollo .cr-wraper-no-3 {
    width: 33, 3333%;
    padding: 15px 0px;
    padding: 15px 10px;
    display: inline-block;
    float: left; }
    .cr-desarollo .cr-wraper-no-3 img {
      width: 150px; }
  .cr-desarollo .cr-wraper-img {
    padding: 5px 0px; }

.cr-comunicacion {
  padding: 60px 0px 0px; }
  @media only screen and (max-width: 768px) {
    .cr-comunicacion {
      padding: 80px 0px 0px; } }
  .cr-comunicacion .cr-box-sc {
    display: inline-block;
    top: 175px;
    left: 206px;
    position: absolute; }
    @media only screen and (max-width: 1200px) {
      .cr-comunicacion .cr-box-sc {
        top: 170px;
        left: 120px; } }
    @media only screen and (max-width: 992px) {
      .cr-comunicacion .cr-box-sc {
        top: 130px;
        left: 51px; } }
    @media only screen and (max-width: 768px) {
      .cr-comunicacion .cr-box-sc {
        position: initial;
        display: block;
        width: 50%;
        float: left;
        padding: 5px;
        height: 100px;
        text-align: center; } }
    .cr-comunicacion .cr-box-sc img {
      display: inline-block;
      margin-top: -67px; }
      @media only screen and (max-width: 992px) {
        .cr-comunicacion .cr-box-sc img {
          margin-top: -42px;
          width: 60px; } }
      @media only screen and (max-width: 768px) {
        .cr-comunicacion .cr-box-sc img {
          width: 28px; } }
    .cr-comunicacion .cr-box-sc .cr-cop {
      display: inline-block;
      margin-left: 15px; }
      .cr-comunicacion .cr-box-sc .cr-cop span {
        color: #512026;
        font-size: 51px;
        font-weight: 900;
        line-height: 0px; }
        @media only screen and (max-width: 992px) {
          .cr-comunicacion .cr-box-sc .cr-cop span {
            font-size: 31px; } }
      .cr-comunicacion .cr-box-sc .cr-cop p {
        font-size: 28px;
        font-weight: 400;
        line-height: 27px;
        color: #512026; }
        @media only screen and (max-width: 992px) {
          .cr-comunicacion .cr-box-sc .cr-cop p {
            font-size: 18px;
            line-height: 21px; } }
  .cr-comunicacion .cr-box-sc-2 {
    display: inline-block;
    position: absolute;
    top: 100px;
    left: 607px; }
    @media only screen and (max-width: 1200px) {
      .cr-comunicacion .cr-box-sc-2 {
        top: 99px;
        left: 512px; } }
    @media only screen and (max-width: 992px) {
      .cr-comunicacion .cr-box-sc-2 {
        top: 73px;
        left: 358px; } }
    @media only screen and (max-width: 768px) {
      .cr-comunicacion .cr-box-sc-2 {
        position: initial;
        display: block;
        width: 50%;
        float: left;
        padding: 5px;
        height: 100px;
        text-align: center; } }
    .cr-comunicacion .cr-box-sc-2 img {
      display: inline-block;
      margin-top: -67px; }
      @media only screen and (max-width: 992px) {
        .cr-comunicacion .cr-box-sc-2 img {
          margin-top: -42px;
          width: 25px; } }
      @media only screen and (max-width: 768px) {
        .cr-comunicacion .cr-box-sc-2 img {
          width: 17px; } }
    .cr-comunicacion .cr-box-sc-2 .cr-cop {
      display: inline-block;
      margin-left: 15px; }
      .cr-comunicacion .cr-box-sc-2 .cr-cop span {
        color: #512026;
        font-size: 51px;
        font-weight: 900;
        line-height: 0px; }
        @media only screen and (max-width: 992px) {
          .cr-comunicacion .cr-box-sc-2 .cr-cop span {
            font-size: 31px; } }
      .cr-comunicacion .cr-box-sc-2 .cr-cop p {
        font-size: 28px;
        font-weight: 400;
        line-height: 27px;
        color: #512026; }
        @media only screen and (max-width: 992px) {
          .cr-comunicacion .cr-box-sc-2 .cr-cop p {
            font-size: 18px;
            line-height: 21px; } }
  .cr-comunicacion .cr-box-sc-3 {
    display: inline-block;
    position: absolute;
    top: 232px;
    right: 48px; }
    @media only screen and (max-width: 1200px) {
      .cr-comunicacion .cr-box-sc-3 {
        top: 219px;
        right: -1px; } }
    @media only screen and (max-width: 992px) {
      .cr-comunicacion .cr-box-sc-3 {
        top: 150px;
        right: -1px; } }
    @media only screen and (max-width: 768px) {
      .cr-comunicacion .cr-box-sc-3 {
        position: initial;
        display: block;
        width: 50%;
        float: left;
        padding: 5px;
        height: 100px;
        text-align: center; } }
    .cr-comunicacion .cr-box-sc-3 img {
      display: inline-block;
      margin-top: -150px; }
      @media only screen and (max-width: 992px) {
        .cr-comunicacion .cr-box-sc-3 img {
          margin-top: -53px;
          width: 60px; } }
      @media only screen and (max-width: 768px) {
        .cr-comunicacion .cr-box-sc-3 img {
          width: 28px; } }
    .cr-comunicacion .cr-box-sc-3 .cr-cop {
      display: inline-block;
      margin-left: 15px; }
      .cr-comunicacion .cr-box-sc-3 .cr-cop span {
        color: #512026;
        font-size: 51px;
        font-weight: 900;
        line-height: 0px; }
        @media only screen and (max-width: 992px) {
          .cr-comunicacion .cr-box-sc-3 .cr-cop span {
            font-size: 31px; } }
      .cr-comunicacion .cr-box-sc-3 .cr-cop p {
        font-size: 28px;
        font-weight: 400;
        line-height: 27px;
        color: #512026; }
        @media only screen and (max-width: 992px) {
          .cr-comunicacion .cr-box-sc-3 .cr-cop p {
            font-size: 18px;
            line-height: 21px; } }
  .cr-comunicacion .cr-box-sc-4 {
    display: inline-block;
    position: absolute;
    left: 200px;
    top: 525px; }
    @media only screen and (max-width: 1200px) {
      .cr-comunicacion .cr-box-sc-4 {
        left: 126px;
        top: 514px; } }
    @media only screen and (max-width: 992px) {
      .cr-comunicacion .cr-box-sc-4 {
        left: 72px;
        top: 391px; } }
    @media only screen and (max-width: 768px) {
      .cr-comunicacion .cr-box-sc-4 {
        position: initial;
        display: block;
        width: 50%;
        float: left;
        padding: 5px;
        height: 100px;
        text-align: center; } }
    .cr-comunicacion .cr-box-sc-4 img {
      display: inline-block;
      margin-top: -57px; }
      @media only screen and (max-width: 992px) {
        .cr-comunicacion .cr-box-sc-4 img {
          margin-top: -35px;
          width: 45px; } }
      @media only screen and (max-width: 768px) {
        .cr-comunicacion .cr-box-sc-4 img {
          width: 28px; } }
    .cr-comunicacion .cr-box-sc-4 .cr-cop {
      display: inline-block;
      margin-left: 15px; }
      .cr-comunicacion .cr-box-sc-4 .cr-cop span {
        color: #512026;
        font-size: 51px;
        font-weight: 900;
        line-height: 0px; }
        @media only screen and (max-width: 992px) {
          .cr-comunicacion .cr-box-sc-4 .cr-cop span {
            font-size: 31px; } }
      .cr-comunicacion .cr-box-sc-4 .cr-cop p {
        font-size: 28px;
        font-weight: 400;
        line-height: 27px;
        color: #512026; }
        @media only screen and (max-width: 992px) {
          .cr-comunicacion .cr-box-sc-4 .cr-cop p {
            font-size: 18px;
            line-height: 21px; } }

.cr-resumes {
  padding: 60px 0px 0px; }
  @media only screen and (max-width: 768px) {
    .cr-resumes {
      padding: 80px 0px 0px; } }
  .cr-resumes .cr-box {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-top: 15px;
    margin-bottom: 15px; }
    .cr-resumes .cr-box:hover img {
      -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
      box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12); }
    .cr-resumes .cr-box a {
      display: block; }

footer {
  padding: 60px 0 0; }
  footer .logo {
    width: 150px; }
    @media only screen and (max-width: 768px) {
      footer .logo {
        text-align: center;
        margin: 0 auto;
        display: block; } }
  footer .head {
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px; }
    @media only screen and (max-width: 768px) {
      footer .head {
        text-align: center;
        display: block;
        margin: 10px; } }
  footer .cr-social-media {
    text-align: right;
    list-style: none;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      footer .cr-social-media {
        text-align: center; } }
    footer .cr-social-media li {
      display: inline-block;
      padding: 10px; }

.nav {
  position: absolute;
  top: -183px;
  right: 0; }
  @media only screen and (max-width: 768px) {
    .nav {
      top: 0; } }

nav {
  -webkit-transition: all 0.0s ease-out;
  -moz-transition: all 0.0s ease-out;
  -o-transition: all 0.0s ease-out;
  transition: all 0.0s ease-out;
  position: relative;
  z-index: 200; }

.sticky-bg {
  background: url(../img/bg-nav.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  position: fixed;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transition-delay: 0.3s;
  top: 0;
  width: 100%; }
  .sticky-bg .head {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    text-align: left;
    color: #512026;
    font-weight: 900;
    font-size: 21px;
    margin-left: 51px;
    display: inline-block;
    margin-top: 9px; }
    @media only screen and (max-width: 768px) {
      .sticky-bg .head {
        text-align: center;
        margin: 0;
        clear: both;
        font-size: 14px;
        display: block;
        padding: 10px 0px 7px; } }
  .sticky-bg .logo {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    padding: 16px;
    position: relative;
    left: 15px;
    clear: both;
    display: block;
    clear: both;
    float: left;
    width: 168px;
    top: -6px;
    z-index: 3;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    @media only screen and (max-width: 768px) {
      .sticky-bg .logo {
        top: inherit;
        left: inherit;
        margin: 0px; } }
  .sticky-bg .link-top {
    text-align: left !important; }

.sticky .open {
  opacity: 1;
  position: fixed;
  top: 5px !important; }

.open {
  opacity: 0;
  z-index: 100;
  position: absolute;
  top: 170px;
  right: 40px;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s linear; }
  @media only screen and (max-width: 768px) {
    .open {
      opacity: 1;
      top: 20px;
      right: 10px; } }

.open:hover {
  opacity: 0.9; }

.open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #1f5438;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  transition: all 0.4s ease; }

.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9; }

.open span:nth-child(2) {
  margin-top: 25px; }

.open span:nth-child(3) {
  margin-top: 40px; }

.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: -10px;
  position: absolute;
  background-color: rgba(82, 32, 38, 0.7);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden; }

.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.sub-menu li:first-child {
  margin-top: 115px; }

.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s; }

.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.10s; }

.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s; }

.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.20s; }

.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s; }

.sub-menu li a {
  color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  text-align: right;
  margin-bottom: 10px; }

.oppenned .sub-menu {
  opacity: 1;
  height: 400px;
  width: 400px; }

.oppenned span:nth-child(2) {
  overflow: visible; }

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
  z-index: 100;
  transform: rotate(45deg); }

.oppenned span:nth-child(1) {
  transform: rotate(45deg) translateY(12px) translateX(12px); }

.oppenned span:nth-child(2) {
  height: 400px;
  width: 400px;
  right: -160px;
  top: -47px;
  border-radius: 50%;
  background-color: rgba(82, 32, 38, 0.7); }

.oppenned span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px) translateX(10px); }

.oppenned li {
  margin-right: 168px; }

.nav-menu {
  text-align: center;
  z-index: 2;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .nav-menu {
      display: none; } }
  .nav-menu ul {
    list-style: none;
    padding: 0; }
    .nav-menu ul li {
      display: inline-block;
      vertical-align: top;
      zoom: 1;
      /* Fix for IE7 */
      *display: inline;
      /* Fix for IE7 */ }
      .nav-menu ul li a {
        color: #1f5438;
        font-size: 16px;
        font-weight: 900;
        padding: 4px 15px;
        margin-bottom: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        .nav-menu ul li a:hover {
          background-color: #1f5438;
          color: #fff; }

.sticky-bg + p {
  padding-top: 150px; }

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