html {
  font-size: 62.5%;
}

body {
  padding-top: 47px;
}

#topbarnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.c-btn {
  align-items: center;
  background-color: #000;
  border: none;
  border-radius: 3rem;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05rem;
  min-height: 5.9rem;
  padding: 0 4.5rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease-in-out;
  -moz-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  text-decoration: none !important;
}

.c-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-decoration: none;
}

@media (min-width: 320px) {
  .corpo .wrapper {
    overflow: hidden;
  }

  .sectionIntroWrap {
    background: #fff;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 10;
  }

  .corpo #corpoSection01,
  .corpo #corpoSection02,
  .corpo #corpoSection03,
  .corpo #corpoSection04,
  .corpo #corpoSection05,
  .corpo #corpoSection06,
  .corpo #corpoSection07,
  .corpo #corpoSection08,
  .corpo #corpoSection09 {
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .corpo #corpoSection02 .main,
  .corpo #corpoSection03 .main,
  .corpo #corpoSection04 .main,
  .corpo #corpoSection05 .main,
  .corpo #corpoSection06 .main,
  .corpo #corpoSection07 .main,
  .corpo #corpoSection08 .main,
  .corpo #corpoSection09 .main {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 0 60px;
  }

  .corpo #corpoSection03 .main {
    padding-bottom: 50px;
  }

  .corpo #corpoSection09 .main {
    margin-bottom: 20px;
    padding-bottom: 60px;
  }

  .corpo .subWrap .innerWrap {
    padding: 0 6px;
  }

  .overLink {
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
    text-indent: -9999em;
    top: 0;
    position: absolute;
  }

  .ctabtns {
    border: 2px solid #82c8be;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  .ctabtns a {
    text-decoration: none;
  }

  .gotointro {
    border-radius: 12% 50%;
    -moz-border-radius: 12% 50%;
    -webkit-border-radius: 12% / 50%;
    height: 69px;
    height: 57px;
    margin: 0 auto;
    text-align: center;
    width: 300px;
    width: 250px;
  }

  .gotointro a {
    color: #fff;
    display: block;
    font-family: "montserrat";
    font-size: 15px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 67px;
    line-height: 55px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .gotointro a:hover {
    text-decoration: none;
  }

  .toogleLanguage {
    color: #ffffff;
    display: block;
    font-family: "montserrat";
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    padding: 20px !important;
    right: 0;
    top: 0;
    text-decoration: none;
    text-transform: uppercase;
  }

  /* Floating buttions */
  .btnWrapLeft,
  .btnWrapRight {
    bottom: 20%;
    display: block;
    height: 55px;
    position: fixed;
    z-index: 20;
    -webkit-transition: all ease 1s; /* -webkit-transition: width ease 1s; */
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  .btnWrapLeft.sticky,
  .btnWrapRight.sticky {
    bottom: 15px;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    position: fixed;
  }

  .btnWrapLeft {
    left: 20px;
    width: 55px;
  }

  .btnWrapRight {
    right: 20px;
    width: 185px;
  }

  .backBtn,
  .contactBtn {
    height: 55px;
    position: relative;
    width: 55px;
  }

  .backBtn.view {
    background: #000;
    border: 2px solid #000;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  .contactBtn.view {
    background: #000;
    border: 2px solid #000;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
  }

  /* Back button */
  .backBtn .arrow {
    background: url(img/arrow-left.png) no-repeat left center transparent;
    background-size: 8px auto;
    display: block;
    height: 51px;
    margin-left: 20px;
    padding: 15px 0 16px;
  }

  .backBtn .fas {
    color: #fff;
    font-size: 26px;
    line-height: 70px;
  }
  .contactBtn .fas {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
  }

  .backBtn .btnTitle {
    color: #fff;
    display: inline;
    font-family: "montserrat";
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.13em;
    line-height: 11px;
    margin-left: 20px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity ease 250ms;
    -moz-transition: opacity ease 250ms;
    -o-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }

  /* Contact button on right */
  .contactBtn {
    right: 0;
    position: absolute;
    overflow: hidden;
  }

  .contactBtn .bubble {
    display: block;
    height: 51px;
    margin-right: 15px;
    padding: 15px 0 16px;
    text-align: right;
    width: 199px;
    position: absolute;
    right: 0;
  }

  .contactBtn .btnTitle {
    color: #fff;
    display: inline;
    font-family: "montserrat";
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.13em;
    margin-right: 33px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity ease 250ms;
    -moz-transition: opacity ease 250ms;
    -o-transition: opacity ease 250ms;
    transition: opacity ease 250ms;
  }

  .verticalBorder {
    background: url(img/vertical-border.jpg) repeat-y center top transparent;
    height: 115px;
    left: 50%;
    margin: -70px auto 0;
    position: absolute;
    width: 1px;
    z-index: 10;
  }

  .footerWrap .verticalBorder {
    top: 0;
    height: 115px;
    margin: 0px auto 0px;
  }

  .corpo .surtitre {
    color: #82c8be;
    font-family: "refrigerator-deluxe", sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.17em;
    margin-bottom: 18px;
    text-transform: uppercase;
  }

  .corpo .trTitle {
    font-size: 24px;
    font-family: "montserrat";
    font-weight: 900;
    letter-spacing: 0.045em;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: center;
  }
  .corpo .trTitle a {
    color: #000;
    text-decoration: none;
  }

  .corpo .intro {
    font-family: "montserrat";
    font-weight: 300;
    margin-bottom: 0;
    line-height: 24px;
    letter-spacing: 0.015em;
  }

  .corpo p {
    margin-bottom: 10px;
  }
  .corpo .intro strong {
    font-weight: 700;
    white-space: nowrap;
  }
  .corpo .intro strong.nnw {
    white-space: normal;
  }
  .corpo .nw {
    white-space: nowrap;
  }
  .corpo .intro a {
    color: #000;
    text-decoration: underline;
  }

  .corpo.en .sectionInfo h2 span {
    display: block;
  }

  .corpo.en #corpoSection04 .intro span {
    color: #82c8be;
    display: inline;
    font-family: "refrigerator-deluxe", sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.0752em;
    text-transform: uppercase;
  }

  .corpo .sectionInfo .refLine {
    position: relative;
  }

  .corpo .sectionInfo h2 {
    letter-spacing: 0.045em;
    text-align: left;
  }

  .corpo .sectionInfo .intro {
    font-size: 15px;
    line-height: 24px;
  }

  .corpo .col6 {
    overflow: hidden;
  }

  .corpo .col6 img {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  .corpo .col6 img.desktopP {
    display: none;
  }

  .corpo .colTxt {
    padding: 60px 32px 0;
    background: white;
  }

  .corpo .colTxt.active {
    top: 0;
    left: 0;
    animation: move 1s ease forwards;
  }

  /* Footer */
  .corpo .footerspacer {
    height: 604px;
  }

  .outerWrap {
    padding: 0 6px;
    position: relative;
    width: auto;
  }

  .footerborder {
    background: #fff;
    padding: 0 12px 12px;
  }

  .corpo .footerWrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 604px;
    min-height: 518px;
    height: auto;
    padding: 20px;
    padding: 12px;
    padding-top: 0;
    z-index: 0;
    border: 0 solid #fff;
    border-top: 0;
    -webkit-transition: border 0.3s ease, padding 0.3s ease;
    -moz-transition: border 0.3s ease, padding 0.3s ease;
    -o-transition: border 0.3s ease, padding 0.3s ease;
    transition: border 0.3s ease, padding 0.3s ease;
    z-index: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+20,7db9e8+21 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #ffffff 45px,
      #000000 45px
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #ffffff 45px,
      #000000 45px
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #ffffff 45px,
      #000000 45px
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  }

  .corpo .footerWrap footer {
    background: none transparent;
  }

  .corpo .footerWrap footer .innerWrap {
    padding: 0 0 75px;
    text-align: center;
  }

  .corpo .footerWrap footer .contactTtle {
    font-family: "montserrat";
    margin-top: 140px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
  }

  .corpo .footerWrap footer .contactTtle p {
    color: #fff;
    font-family: "montserrat";
    font-weight: 900;
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 27px;
    margin-bottom: 30px;
    -webkit-transition: color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    text-decoration: none;
  }
  .corpo .footerWrap footer .contactTtle span {
    color: #fff;
    font-weight: 400;
    display: block;
    text-decoration: none;
  }

  .corpo .footerWrap footer .places {
    color: #82c8be;
    font-size: 14px;
    font-family: "refrigerator-deluxe", sans-serif;
    font-weight: 900;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    text-transform: uppercase;
  }

  .corpo .footerWrap footer .brand {
    background: url(img/ico_ricardo-2x.jpg) no-repeat 0 0 transparent;
    background-size: 100% auto;
    height: 40px;
    margin-bottom: 20px;
    top: 0;
    width: 37px;
  }

  .corpo .footerWrap footer .contactInfo p {
    color: #fff;
    font-family: "montserrat";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 0px;
    text-transform: uppercase;
  }

  .corpo .footerWrap footer .contactInfo span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
  }

  .corpo .footerWrap footer .contactInfo a {
    font-size: 13px;
    font-family: "montserrat";
    font-weight: 400;
    line-height: 18px;
  }

  /* #corpoSection01 */
  .corpo #corpoSection01 .main {
    max-width: none;
    padding: 0;
  }

  .corpo #corpoSection01 .subWrap .innerWrap {
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .videoWrap {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    height: 0;
  }

  .videoWrap .videoFrame {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .videoWrap .videoFrame img {
    margin: auto;
    width: 100%;
  }

  #corpoSection01 .videoWrap .overLay {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #corpoSection01 .videoWrap .overLay:after {
    content: "";
    background-image: url(img/bg_featureExtra01.png);
    background-repeat: repeat;
    background-position: 0 0;
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 0.2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .corpo #corpoSection01 .trTitle {
    background: url(img/bg_toplogo-2x.png) no-repeat center center transparent;
    background-size: 100% auto;
    height: 64px;
    margin-bottom: 49px;
    margin: 0 auto 24px;
    text-indent: -9999em;
    width: 225px;
    width: 70%;
  }
  .headerBrand {
    margin: 0 auto;
    width: 60%;
  }

  .headerBrand img {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  /* #corpoSection02 */
  .corpo #corpoSection02 .main {
    padding-bottom: 50px;
    padding-top: 80px;
  }

  .corpo #corpoSection02 .contentWrap {
    padding: 0 26px;
  }

  .corpo #corpoSection02 .trTitle:after {
    display: none;
  }

  .corpo #corpoSection02 .intro {
    margin: 0 auto;
    max-width: none;
    padding: 0px;
    text-align: center;
  }

  /* #corpoSection03 */
  .corpo #corpoSection03 .trTitle br {
    display: none;
  }

  /* #corpoSection05 */
  .corpo #corpoSection05 .trTitle br {
    display: none;
  }

  /* #corpoSection06 */
  .corpo #corpoSection06 .col6 {
    overflow: visible;
  }

  .corpo #corpoSection06 .col6.colTxt.active {
    overflow: hidden;
    margin-left: -6px;
    width: calc(100% + 12px);
  }

  /* #corpoSection08 */
  .corpo #corpoSection08 .trTitle span:before {
    content: "\00a0";
  }

  /* KEYFRAME move */
  @-webkit-keyframes move {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-50px);
    }
  }
  @-moz-keyframes move {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-50px);
    }
  }
  @-o-keyframes move {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-50px);
    }
  }

  @keyframes move {
    0% {
      transform: translateY(0px);
    }
    100% {
      transform: translateY(-50px);
    }
  }

  .corpo .sectionOutro .colTxt {
    padding-top: 0;
  }
  .corpo .sectionOutro .intro {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .c-contact .l-flex__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .c-contact .intro {
    text-align: center;
  }
  .c-contact .intro p:first-child {
    margin-bottom: 24px;
  }
} /* END min-width: 320px */

@media (min-width: 360px) {
  .corpo .footerWrap footer .innerWrap {
    padding: 0 0 60px;
  }

  .corpo .footerWrap footer .contactTtle {
    margin-top: 165px;
  }

  .corpo .footerWrap footer .contactTtle p {
    margin-bottom: 40px;
  }

  .corpo .footerWrap footer .places {
    margin-bottom: 60px;
  }

  .corpo .footerWrap footer .brand {
    height: 43px;
    margin-bottom: 30px;
    width: 40px;
  }

  .corpo #corpoSection01 .subWrap .innerWrap {
    transform: translateY(-50%);
    margin: 0 auto;
  }
} /* END min-width: 360px */

@media (min-width: 720px) {
  .corpo .subWrap .innerWrap {
    padding: 0 12px;
  }

  .corpo #corpoSection02 .main,
  .corpo #corpoSection03 .main,
  .corpo #corpoSection04 .main,
  .corpo #corpoSection05 .main,
  .corpo #corpoSection06 .main,
  .corpo #corpoSection07 .main,
  .corpo #corpoSection08 .main,
  .corpo #corpoSection09 .main {
    padding-bottom: 90px;
  }

  .corpo #corpoSection09 .main {
    padding-bottom: 80px;
  }

  #corpoSection01 .videoWrap .overLay {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .gotointro {
    border-radius: 12% 50%;
    -moz-border-radius: 12% 50%;
    -webkit-border-radius: 12% / 50%;
    height: 64px;
    width: 270px;
  }

  .gotointro a {
    font-size: 13px;
    line-height: 60px;
  }

  /* Floating buttions */
  .btnWrapLeft,
  .btnWrapRight {
    height: 64px;
    -webkit-transition: all ease 800ms; /* -webkit-transition: width ease 1s; */
    -moz-transition: all ease 800ms;
    -o-transition: all ease 800ms;
    transition: all ease 800ms;
  }

  .btnWrapLeft {
    left: 25px;
    width: 64px;
  }

  .btnWrapRight {
    right: 25px;
    width: 254px;
  }

  .btnWrapLeft.sticky,
  .btnWrapRight.sticky {
    -webkit-transition: all ease 800ms;
    -moz-transition: all ease 800ms;
    -o-transition: all ease 800ms;
    transition: all ease 800ms;
  }

  .backBtn,
  .contactBtn {
    background-color: #000;
    border-color: #000;
    height: 64px;
    width: 64px;
  }

  /* Back button */
  .backBtn .arrow {
    background-size: 9px auto;
    height: 59px;
    margin-left: 24px;
    padding: 24px 0;
  }

  .backBtn .fas {
    color: #fff;
    font-size: 26px;
    line-height: 64px;
  }
  .contactBtn .fas {
    font-size: 20px;
    line-height: 20px;
  }

  .backBtn .btnTitle {
    font-size: 14px;
    margin-left: 26px;
  }

  /* Contact button on right */
  .contactBtn .bubble {
    background-size: 28px auto;
    height: 62px;
    margin-right: 19px;
    padding: 20px 0;
    width: 254px;
  }

  .contactBtn .btnTitle {
    font-size: 14px;
    margin-right: 18px;
  }

  .backBtn.view {
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
  }

  .contactBtn.view {
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
  }
  /* END floating buttons */

  .corpo .col6 img.mobileP {
    display: none;
  }
  .corpo .col6 img.desktopP {
    display: block;
  }

  .corpo .col6 img {
    display: block;
  }

  .corpo .sectionInfo .surtitre {
    color: #82c8be;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .corpo .trTitle {
    margin-bottom: 24px;
  }

  .corpo .sectionInfo h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .corpo.en .sectionInfo h2 span {
    display: inline;
  }

  .corpo .sectionInfo .intro,
  .corpo #corpoSection02 .intro {
    font-size: 16px;
    line-height: 26px;
    max-width: none;
    margin: 0;
  }

  .corpo .colTxt {
    padding: 80px 58px 0;
  }

  /* Footer */
  .footerWrap .verticalBorder {
    height: 140px;
  }

  .corpo .footerWrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+20,7db9e8+21 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #ffffff 50px,
      #000000 50px
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #ffffff 50px,
      #000000 50px
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #ffffff 50px,
      #000000 50px
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  }

  .corpo .footerWrap footer .main {
    padding-top: 190px;
    padding-bottom: 70px;
  }

  .corpo .footerWrap footer .innerWrap {
    padding: 0px;
  }

  .corpo .footerWrap footer .contactTtle {
    margin-top: 0;
  }

  .corpo .footerWrap footer .contactTtle p {
    font-size: 28px;
    line-height: 34px;
  }

  .corpo .footerWrap footer .contactTtle span {
    max-width: 400px;
    margin: 0 auto;
  }

  .corpo .footerWrap footer .places {
    font-size: 16px;
  }

  .corpo .footerWrap footer .brand {
    left: auto;
    margin: 0 auto 20px;
    position: relative;
  }

  .corpo .footerWrap footer .contactInfo p {
    font-size: 16px;
    line-height: 24px;
  }
  .corpo .footerWrap footer .contactInfo p span,
  .corpo .footerWrap footer .contactInfo a {
    font-size: 15px;
  }

  /* #corpoSection01 */
  .corpo #corpoSection01 .main {
    max-width: none;
  }

  .corpo #corpoSection01 .subWrap .innerWrap {
    z-index: 10;
  }

  .videoWrap {
    padding-top: 30%;
  }

  .headerBrand {
    margin: 0 auto;
    width: 300px;
  }

  /* #corpoSection02 */
  .corpo #corpoSection02 .main {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .corpo #corpoSection02 .contentWrap {
    padding: 0 58px;
  }

  #corpoSection02 .verticalBorder {
    height: 140px;
    margin: -80px auto 0;
  }

  .corpo #corpoSection02 .trTitle {
    float: none;
    font-size: 32px;
    text-align: center;
  }

  /* #corpoSection05 */
  .corpo #corpoSection05 .trTitle br {
    display: block;
  }

  /* #corpoSection06 */
  .corpo #corpoSection06 .col6 img {
    width: 100%;
  }

  /* #corpoSection07 */
  .corpo #corpoSection07 .trTitle br {
    display: none;
  }
  .corpo #corpoSection07 .trTitle span {
    display: block;
  }

  /* #corpoSection08 \A */
  .corpo #corpoSection08 .trTitle span:before {
    content: "";
    display: block;
  }
} /* END min-width: 720px */

@media (min-width: 1024px) {
  .corpo #corpoSection02 .main,
  .corpo #corpoSection03 .main,
  .corpo #corpoSection04 .main,
  .corpo #corpoSection05 .main,
  .corpo #corpoSection06 .main,
  .corpo #corpoSection07 .main,
  .corpo #corpoSection08 .main,
  .corpo #corpoSection09 .main {
    padding: 0 0 90px;
  }

  .corpo #corpoSection03 .main,
  .corpo #corpoSection04 .main {
    padding-bottom: 70px;
  }

  .corpo #corpoSection09 .main {
    margin-bottom: 80px;
    padding: 0px;
    padding-bottom: 80px;
  }

  .corpo #corpoSection02 .innerWrap,
  .corpo #corpoSection03 .innerWrap,
  .corpo #corpoSection04 .innerWrap,
  .corpo #corpoSection05 .innerWrap,
  .corpo #corpoSection06 .innerWrap,
  .corpo #corpoSection07 .innerWrap,
  .corpo #corpoSection08 .innerWrap,
  .corpo #corpoSection09 .innerWrap {
    padding: 0 10px;
  }

  /* #corpoSection02 */
  #corpoSection02 .verticalBorder {
    height: 200px;
    margin: -130px auto 0;
  }

  .corpo .sectionInfo .surtitre {
    color: #82c8be;
    font-size: 22px;
    line-height: 42px;
    text-transform: uppercase;
  }

  .corpo .sectionInfo h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .corpo .sectionInfo .refLine {
    display: flex;
    align-items: center;
  }

  .corpo .col6 {
    float: left;
    width: 49.5%;
  }

  .corpo #corpoSection04 .col6.Img,
  .corpo #corpoSection06 .col6.Img,
  .corpo #corpoSection08 .col6.Img {
    width: 50.3%;
  }

  .corpo .sectionInfo .col6.colTxt {
    padding: 0 0 0 54px;
  }

  .corpo #corpoSection04 .refLine,
  .corpo #corpoSection06 .refLine,
  .corpo #corpoSection08 .refLine {
    display: flex;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .corpo #corpoSection04 .refLine .colTxt,
  .corpo #corpoSection06 .refLine .colTxt,
  .corpo #corpoSection08 .refLine .colTxt {
    padding-left: 45px;
    padding-right: 40px;
    order: 1;
  }

  .corpo #corpoSection03 .refLine .colTxt,
  .corpo #corpoSection05 .refLine .colTxt,
  .corpo #corpoSection07 .refLine .colTxt,
  .corpo #corpoSection09 .refLine .colTxt {
    padding-right: 28px;
  }

  .corpo #corpoSection04 .refLine .Img,
  .corpo #corpoSection06 .refLine .Img,
  .corpo #corpoSection08 .refLine .Img {
    order: 2;
  }

  .footerWrap .verticalBorder {
    height: 200px;
  }

  .corpo .footerWrap {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+20,7db9e8+21 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(
      top,
      #ffffff 80px,
      #000000 80px
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      #ffffff 80px,
      #000000 80px
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      #ffffff 80px,
      #000000 80px
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
  }

  .corpo .footerWrap footer .main {
    padding-top: 250px;
    padding-bottom: 80px;
  }

  .corpo .footerWrap footer .contactTtle p {
    margin: 0 auto 40px;
    max-width: 490px;
  }

  .corpo .footerWrap footer .contactTtle p span {
    display: inline;
  }

  .corpo .footerWrap footer .contactTtle p span:before {
    content: "\00a0";
  }

  /* #corpoSection01 */
  .corpo #corpoSection01 .main {
    max-width: none;
  }

  .corpo #corpoSection01 .subWrap .innerWrap {
    z-index: 10;
  }

  .corpo #corpoSection01 .trTitle {
    height: 112px;
    margin: 0 auto 49px;
    width: 400px;
  }

  .headerBrand {
    width: 350px;
  }

  /* #corpoSection02 */
  .corpo #corpoSection02 .main {
    padding-bottom: 120px;
    padding-top: 140px;
  }

  .corpo #corpoSection02 .contentWrap {
    padding: 0 100px;
  }

  /* #corpoSection03 */
  .corpo #corpoSection03 .trTitle br {
    display: block;
  }

  /* #corpoSection04 */
  .corpo #corpoSection04 .col6 {
    overflow: visible;
  }
} /* END min-width: 1024px */

@media (min-width: 1100px) {
  .corpo #corpoSection02 .innerWrap,
  .corpo #corpoSection03 .innerWrap,
  .corpo #corpoSection04 .innerWrap,
  .corpo #corpoSection05 .innerWrap,
  .corpo #corpoSection06 .innerWrap,
  .corpo #corpoSection07 .innerWrap,
  .corpo #corpoSection08 .innerWrap,
  .corpo #corpoSection09 .innerWrap {
    padding: 0 12px;
  }

  .ctabtns {
    -webkit-transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    transition: all ease 700ms;
    -webkit-border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-topright: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }

  .gotointro {
    height: 70px;
    width: 304px;
  }

  .gotointro a {
    font-size: 15px;
    line-height: 67px;
  }

  .gotointro:hover {
    background: #82c8be;
  }

  .toogleLanguage {
    padding: 30px !important;
  }

  .toogleLanguage:hover {
    color: rgb(130, 200, 190);
  }

  /* Floating buttions */
  .btnWrapLeft,
  .btnWrapRight {
    height: 70px;
    -webkit-transition: all ease 500ms; /* -webkit-transition: width ease 1s; */
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
  }

  .btnWrapLeft {
    left: 28px;
    width: 70px;
  }

  .btnWrapRight {
    right: 28px;
    width: 254px;
  }

  .btnWrapLeft.sticky,
  .btnWrapRight.sticky {
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
  }

  .backBtn,
  .contactBtn {
    height: 70px;
    width: 70px;
  }

  /* Back button */
  .backBtn .arrow {
    background-size: 9px auto;
    height: 67px;
    margin-left: 26px;
    padding: 24px 0;
  }

  .backBtn .fas {
    color: #fff;
    font-size: 26px;
    line-height: 68px;
  }
  .contactBtn .fas {
    font-size: 20px;
    line-height: 23px;
  }

  .backBtn .btnTitle {
    font-size: 14px;
    margin-left: 25px;
    font-weight: 400;
  }

  /* Contact button on right */
  .contactBtn .bubble {
    background-size: 28px auto;
    height: 68px;
    margin-right: 21px;
    padding: 20px 0;
    width: 254px;
  }

  .en .contactBtn .bubble {
    width: 204px;
  }

  .contactBtn .btnTitle {
    font-size: 14px;
    margin-right: 17px;
    font-weight: 400;
  }

  .backBtn:hover {
    background: #000;
    border: 2px solid #000;
    -webkit-border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-topright: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    height: 70px;
    width: 155px !important;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
  }

  .en .backBtn:hover {
    width: 135px !important;
  }

  .backBtn:hover .btnTitle {
    opacity: 1;
    -webkit-transition: opacity ease 2s;
    -moz-transition: opacity ease 2s;
    -o-transition: opacity ease 2s;
    transition: opacity ease 2s;
  }

  .contactBtn:hover {
    background: #000;
    border: 2px solid #000;
    -webkit-border-top-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -webkit-border-bottom-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-topright: 35px;
    -moz-border-radius-bottomright: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
    height: 70px;
    width: 254px !important;
    -webkit-transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
  }

  .en .contactBtn:hover {
    width: 204px !important;
  }

  .contactBtn:hover .btnTitle {
    opacity: 1;
    -webkit-transition: opacity ease 2s;
    -moz-transition: opacity ease 2s;
    -o-transition: opacity ease 2s;
    transition: opacity ease 2s;
  }
  /* END floating buttons */

  #corpoSection01 .videoWrap .overLay:after {
    opacity: 0.3;
  }

  #corpoSection02 .verticalBorder {
    height: 240px;
    margin-top: -160px;
  }

  .corpo .sectionInfo h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .corpo .sectionInfo .intro {
    font-size: 18px;
    line-height: 28px;
  }

  /* Footer */
  .corpo .footerWrap:hover {
    padding: 0;
    padding-top: 0;
    border: 12px solid #fff;
    border-top: 0;
  }

  .corpo .footerWrap footer {
    margin-top: 60px;
  }

  .corpo .footerWrap footer .main {
    padding-bottom: 90px;
    padding-top: 210px;
  }

  .corpo .footerWrap footer .innerWrap {
    padding: 0;
  }

  .corpo .footerWrap footer .contactTtle {
    margin-top: 0;
  }

  .corpo .footerWrap footer .contactTtle p {
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 50px;
    max-width: 620px;
  }

  .corpo .footerWrap footer .contactTtle:hover p,
  .corpo .footerWrap footer .contactTtle:hover p span {
    color: #82c8be;
    text-decoration: none;
  }

  .corpo .footerWrap footer .places {
    font-size: 20px;
  }

  .corpo .footerWrap footer .brand {
    height: 47px;
    margin-bottom: 25px;
    width: 44px;
  }

  .corpo .footerWrap footer .contactInfo p,
  .corpo .footerWrap footer .contactInfo p span,
  .corpo .footerWrap footer .contactInfo a {
    font-size: 18px;
    line-height: 28px;
  }

  .corpo .footerWrap footer .contactInfo p span,
  .corpo .footerWrap footer .contactInfo a {
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 0.02em;
  }

  .corpo .footerWrap footer .contactTtle span {
    max-width: 470px;
  }

  .headerBrand {
    width: 400px;
  }

  .corpo #corpoSection02 .main {
    padding-top: 150px;
  }
  .corpo #corpoSection02 .contentWrap {
    padding: 0px;
    margin: 0 auto;
    max-width: 860px;
  }
  .corpo #corpoSection02 .trTitle {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .corpo #corpoSection02 .intro {
    font-size: 19px;
    line-height: 32px;
  }
} /* END min-width: 1100px */

@media (min-width: 1280px) {
  .corpo #corpoSection09 .main {
    padding-bottom: 90px;
  }

  .corpo .sectionInfo .col6.colTxt {
    padding: 0 0 0 70px;
  }

  .corpo #corpoSection03 .refLine .colTxt,
  .corpo #corpoSection05 .refLine .colTxt,
  .corpo #corpoSection07 .refLine .colTxt,
  .corpo #corpoSection09 .refLine .colTxt {
    padding-right: 40px;
  }

  .corpo #corpoSection04 .refLine .colTxt,
  .corpo #corpoSection06 .refLine .colTxt,
  .corpo #corpoSection08 .refLine .colTxt {
    padding-left: 62px;
    padding-right: 60px;
  }
}

@media (min-width: 1380px) {
  .videoWrap.maxed {
    /*
max-width: 100%;
padding-top: 0;
*/
  }
} /* END min-width: 1380px */

@media (min-width: 1440px) {
  .corpo #corpoSection01 .main {
    background: #000;
  }

  .videoWrap.maxed {
    height: 350px !important;
    max-width: 100%;
    padding-top: 0;
  }

  #vidPlayer {
    margin: 0 auto;
    max-height: 765px !important;
  }

  .corpo .footerWrap footer .main {
    padding-bottom: 100px;
  }
  .corpo .sectionInfo .col6.colTxt {
    padding: 0 0 0 90px;
  }

  .corpo #corpoSection04 .refLine .colTxt,
  .corpo #corpoSection06 .refLine .colTxt,
  .corpo #corpoSection08 .refLine .colTxt {
    padding-left: 90px;
  }
} /* END min-width: 1440px */

@media (min-width: 1464px) {
  .corpo #corpoSection02 .innerWrap,
  .corpo #corpoSection03 .innerWrap,
  .corpo #corpoSection04 .innerWrap,
  .corpo #corpoSection05 .innerWrap,
  .corpo #corpoSection06 .innerWrap,
  .corpo #corpoSection07 .innerWrap,
  .corpo #corpoSection08 .innerWrap,
  .corpo #corpoSection09 .innerWrap {
    padding: 0;
  }
}

.c-newsletter {
  background-color: #eeeff1;
  background-image: url(https://ricardocuisine.com/assets/img/c-newsletter-mobile.jpg);
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  height: 60rem;
  margin: 0;
}

@media (min-width: 720px) {
  .c-newsletter {
    background-image: url(https://ricardocuisine.com/assets/img/c-newsletter-tablet.jpg);
    background-position: 100% 100%;
    height: auto;
  }
}

@media (min-width: 1300px) {
  .c-newsletter {
    background-image: url(https://ricardocuisine.com/assets/img/c-newsletter-right.jpg);
    background-position: 100% 100%;
  }
}

.c-newsletter .l-flex__inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 6rem;
}

@media (min-width: 720px) {
  .c-newsletter .l-flex__inner {
    padding: 8rem 6rem;
    height: 33.4rem;
    align-items: flex-start;
    text-align: left;
  }
}

.c-newsletter__title {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 3.3rem;
  text-transform: none;
  margin-bottom: 1.5rem;
  letter-spacing: 0.04rem;
  padding: 0 4rem;
}

@media (min-width: 720px) {
  .c-newsletter__title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    padding: 0 0.4rem;
    margin-bottom: 1.2rem;
  }
}

.c-newsletter__intro {
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0.05rem;
  padding: 0 10px;
}

@media (min-width: 720px) {
  .c-newsletter__intro {
    font-size: 1.5rem;
    padding: 0 0.4rem;
  }
}

@media (min-width: 1024px) {
  .c-newsletter__intro {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.c-newsletter form {
  padding: 0;
  margin: 0;
  width: 100%;
}

@media (min-width: 720px) {
  .c-newsletter form {
    width: 40rem;
  }
}

@media (min-width: 1024px) {
  .c-newsletter form {
    width: 49.2rem;
  }
}

.c-newsletter form .frmElmnt {
  border: none;
  padding: 0;
  margin-top: 2.5rem;
  position: relative;
}

@media (min-width: 720px) {
  .c-newsletter form .frmElmnt {
    width: 40rem;
    margin-top: 3rem;
  }
}

.c-newsletter * {
  box-sizing: border-box;
}

.c-newsletter form input {
  position: relative;
  z-index: 1;
  width: 100%;
}

.c-newsletter form input[type="email"],
.c-newsletter form input[type="text"] {
  font-size: 1.4rem !important;
  letter-spacing: 0.05rem;
  font-weight: 700;
  height: 5.6rem;
  border: none;
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 7.5rem;
  background: #fff;
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.06);
}

@media (min-width: 720px) {
  .c-newsletter form input[type="email"],
  .c-newsletter form input[type="text"] {
    width: 40rem;
  }
}

.c-newsletter form input[type="email"]::-webkit-input-placeholder,
.c-newsletter form input[type="text"]::-webkit-input-placeholder {
  font-style: italic;
  color: #999;
  font-weight: 400;
}

.c-newsletter form input[type="email"]::-moz-placeholder,
.c-newsletter form input[type="text"]::-moz-placeholder {
  font-style: italic;
  color: #999;
  font-weight: 400;
}

.c-newsletter form input[type="email"]:-ms-input-placeholder,
.c-newsletter form input[type="text"]:-ms-input-placeholder {
  font-style: italic;
  color: #999;
  font-weight: 400;
}

.c-newsletter form input[type="email"]::placeholder,
.c-newsletter form input[type="text"]::placeholder {
  font-style: italic;
  color: #999;
  font-weight: 400;
}

.c-newsletter form button {
  background: none;
  border: none;
  color: #282527;
  font-size: 1.9rem;
  height: 100%;
  max-height: 100%;
  position: absolute;
  right: 0.6rem;
  top: 0;
  z-index: 2;
}

.c-newsletter form button:before {
  /* content: "\f1d8"; */
  text-indent: 0.2rem;
}

.l-wrapper {
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 0;
}
.l-wrapper__content {
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .l-wrapper__content {
    max-width: 126rem;
  }
}

.l-flex--grey {
  background: #f2f2f2;
}
.l-flex__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5rem;
}
@media (min-width: 720px) {
  .l-flex__inner {
    padding: 8rem 3rem;
  }
}
