@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");
@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static; }

/* Placeholder styling */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0; }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #2D2822;
  font-family: "Montserrat", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit; }

h1 {
  /*basic heading styles*/ }

h2 {
  /*basic heading styles*/ }

h3 {
  /*basic heading styles*/ }

h4 {
  /*basic heading styles*/ }

h5 {
  /*basic heading styles*/ }

h6 {
  /*basic heading styles*/ }

p {
  /*basic paragraph styles*/ }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline; }

ul {
  /*basic list styles*/ }
  ul li {
    /*basic list-item styles*/ }

a {
  color: #F24841;
  transition: all .3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: #c0140d; }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Align Middle */
.align-middle {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px; }
  .not-found .label {
    text-decoration: none;
    cursor: pointer;
    background-color: #F24841; }
    .not-found .label:hover {
      background-color: #ef231b;
      color: #F4F4F4; }

/* Button  */
.btn {
  color: #F4F4F4;
  border-radius: 40px;
  text-transform: uppercase;
  padding: 12px 36px;
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto 10px;
  display: block;
  border: 0; }
  .btn :hover {
    color: #32562a; }
  .btn-green {
    background: #B3D6AB;
    box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(146, 196, 135, 0.5); }
    .btn-green:hover {
      box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(116, 157, 107, 0.5); }
  .btn-orange {
    background: #F7C165;
    box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(244, 173, 51, 0.5); }
    .btn-orange:hover {
      box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(215, 126, 41, 0.5); }
  .btn-red {
    background-color: #E8867E;
    box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(232, 134, 126, 0.5); }
    .btn-red:hover {
      box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(169, 72, 64, 0.5); }

.f-italic {
  font-style: italic; }

/* Section Container Start */
.section_container {
  background: #F4F4F4;
  box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(189, 189, 189, 0.5);
  border-radius: 40px;
  width: 100%;
  margin: 40px auto;
  padding: 20px 40px;
  position: relative; }

/* Section Container END */
/* Open Details Start */
.openDetails {
  color: #2D2822;
  font-weight: bold;
  font-size: 21px;
  display: block;
  text-align: center; }
  .openDetails:after {
    content: '';
    display: block;
    width: 30px;
    height: 14px;
    margin: 0 auto;
    background-image: url(../images/Polygon_3.svg);
    background-repeat: no-repeat; }
  .openDetails:hover {
    text-decoration: none; }

/* Open Details END */
/* GForms Start */
.gfield_visibility_hidden {
  opacity: 0;
  position: absolute;
  height: 0;
  width: 0; }

.padding-top-30 {
  padding-top: 30px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-top-45 {
  padding-top: 45px; }

.validation_message {
  position: absolute; }

li.nowrap ul {
  flex-wrap: nowrap !important; }

.gform_wrapper form ul.gform_fields > li > label.gfield_label {
  text-transform: uppercase; }

/* GForms END */
.body-wrapper {
  display: flex; }

.body-content {
  width: 100%; }

.p-14 {
  font-size: 14px; }

.p-12 {
  font-size: 12px; }

/* Container Start */
@media only screen and (max-width: 1300px) {
  .header .container {
    max-width: 1050px; } }

@media only screen and (max-width: 1200px) {
  .header .container {
    max-width: 960px; } }

@media only screen and (max-width: 1100px) {
  .header .container {
    max-width: 860px; } }

@media only screen and (min-width: 768px) {
  .large-padding-no {
    padding-left: 0; } }

/* Container END */
.header {
  background-color: rgba(243, 243, 243, 0.8);
  position: fixed;
  top: 0;
  left: 55px;
  right: 0;
  z-index: 100; }
  .header .col-sm-6 {
    padding: 0 !important; }
    .header .col-sm-6:first-of-type {
      border-right: 1px solid #ccc; }
    .header .col-sm-6:last-of-type {
      border-left: 1px solid #ccc; }
  .header .logo {
    padding: 15px 0;
    max-width: 450px; }
  .header .custom-logo-link {
    display: block; }
    .header .custom-logo-link img {
      width: 95%; }

.under-header {
  height: 100px;
  width: 100%; }

.navbar.navbar-expand-md {
  border-top: 4px solid #F24841;
  position: relative;
  padding: 0; }
  .navbar.navbar-expand-md:after {
    height: 4px;
    content: '';
    background-color: #F24841;
    display: block;
    position: absolute;
    width: 100%;
    top: -4px;
    left: 100%; }

#menu-header {
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }
  #menu-header li {
    flex: 33%;
    max-width: 33%; }
    #menu-header li:first-of-type, #menu-header li:nth-of-type(4) {
      border-left: none; }
    #menu-header li a {
      padding: 0 10px;
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      font-weight: 600;
      font-size: 12px;
      color: #2D2822;
      line-height: 2; }
      #menu-header li a:hover {
        color: #F24841;
        background-color: transparent; }

.rulers {
  position: absolute;
  left: 55px;
  top: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
  overflow: hidden; }
  .rulers .container {
    width: 100%;
    display: block;
    height: 100%; }
  .rulers .col-sm-6 {
    width: 100%;
    display: block;
    height: 100%; }
    .rulers .col-sm-6:first-of-type {
      border-right: 1px solid #ccc; }

.deco-wrapper {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: -1; }

.deco-half {
  width: 50%; }

.deco-half-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }

@media only screen and (max-width: 768px) {
  .rulers {
    display: none; }
  .body-line {
    display: none; }
  .header {
    left: 0;
    background-color: #F4F4F4; }
    .header .row.small-collapse {
      align-items: flex-start; }
  .header .logo.small-text-center {
    text-align: center !important;
    margin: 0 auto;
    padding: 10px 0; }
    .header .logo.small-text-center img {
      max-width: 400px;
      width: 100%; }
  .navbar.navbar-expand-md {
    border: none;
    background-color: transparent; }
    .navbar.navbar-expand-md:after {
      display: none; }
  .navbar .navbar-header {
    width: 100%;
    text-align: center; }
  .hero-img-wrapper {
    display: none; } }

.left-line {
  position: relative;
  height: 100%;
  width: 55px;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #F24841;
  z-index: 100; }

.left-line-wrapper {
  position: fixed;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  width: 228px; }

.left-line-wrap svg {
  vertical-align: top;
  height: 20px; }

.left-line-wrap .icon {
  height: 22px;
  display: inline-block; }

.left-line-wrap span.label {
  font-size: 18px; }

.left-line-phone {
  padding: 10px 20px 10px 14px;
  margin-top: 20px;
  background-color: #B3D6AB;
  color: #F4F4F4;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  justify-content: flex-end;
  align-items: center;
  box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(146, 196, 135, 0.5);
  border-radius: 0 60px 60px 0; }
  .left-line-phone .icon_whatsapp {
    width: 20px;
    height: 20px;
    margin: 0 18px 0 auto; }
  .left-line-phone .icon_phone {
    width: 20px;
    height: 20px;
    margin: 0 18px 0 auto; }
  .left-line-phone:hover {
    text-decoration: none;
    color: #32562a; }

.left-line-orange {
  margin-top: 20px;
  text-align: center;
  height: 40px;
  background: #F7C165;
  box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(244, 173, 51, 0.5);
  border-radius: 0 60px 60px 0;
  color: #F4F4F4;
  display: inline-block;
  padding: 10px 45px 10px 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  font-family: "Raleway", sans-serif; }
  .left-line-orange svg {
    margin-right: 18px; }
  .left-line-orange:hover {
    text-decoration: none;
    color: #32562a; }

.left-line-red {
  margin-top: 20px;
  text-align: center;
  height: 40px;
  background: #E8867E;
  box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(224, 93, 82, 0.5);
  border-radius: 0 60px 60px 0;
  color: #F4F4F4;
  display: inline-block;
  padding: 10px 45px 10px 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  font-family: "Raleway", sans-serif; }
  .left-line-red svg {
    margin-right: 18px; }
  .left-line-red:hover {
    text-decoration: none;
    color: #32562a; }

@media only screen and (max-width: 1590px) {
  .left-line-red, .left-line-orange {
    padding: 10px 15px 10px 14px; }
  .left-line-red span.label, .left-line-orange span.label, .left-line-phone span.label {
    display: none;
    transition: all .3s ease; }
  .left-line-red:hover span.label, .left-line-orange:hover span.label, .left-line-phone:hover span.label {
    display: inline-block; }
  .left-line-phone {
    padding: 10px 15px 10px 14px;
    min-width: 67px; }
    .left-line-phone span.label {
      line-height: 23px; } }

@media only screen and (max-width: 767px) {
  .left-line {
    background-color: transparent; } }

.hero {
  height: 600px;
  width: 100%;
  position: relative;
  margin-top: 100px; }
  .hero-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }
  .hero-bigtitle {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 0;
    color: #F24841; }
  .hero-title {
    font-size: 53px;
    font-family: "Raleway", sans-serif;
    color: #F24841;
    font-weight: 400;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 25px; }
  .hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #2D2822;
    line-height: 25px;
    margin-bottom: 25px; }
  .hero-description {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    line-height: 18px; }
  .hero-info-wrapper {
    height: 600px;
    position: relative; }
  .hero-img-wrapper {
    max-width: 50%;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .hero-img-wrapper img {
      width: 100%;
      max-width: 800px;
      object-fit: contain; }
  .hero-meddle {
    position: absolute;
    left: calc(50% - 88px);
    bottom: 80px;
    font-size: 11px;
    font-weight: 500;
    transform: rotate(-90deg);
    z-index: 10; }
    .hero-meddle:after {
      content: '';
      display: inline-block;
      height: 1px;
      width: 100px;
      background-color: #F24841;
      vertical-align: middle;
      margin-left: 10px; }

.mob-line-support-link {
  display: none; }

@media only screen and (max-width: 768px) {
  .hero {
    height: auto; }
    .hero .hero-info-wrapper {
      height: auto; }
      .hero .hero-info-wrapper .hero-info {
        position: relative;
        top: auto;
        transform: none;
        padding: 50px 0; }
    .hero-meddle {
      bottom: 380px; }
  .mob-line-support-link {
    display: block;
    padding-bottom: 20px;
    padding-top: 0; }
    .mob-line-support-link .left-line {
      height: auto;
      width: 100%;
      top: auto;
      left: auto;
      bottom: auto;
      z-index: 1; }
    .mob-line-support-link .left-line-wrapper {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      width: 100%; }
    .mob-line-support-link .left-line-red span.label, .mob-line-support-link .left-line-orange span.label, .mob-line-support-link .left-line-phone span.label {
      display: inline-block; }
    .mob-line-support-link .left-line-wrap a {
      display: block;
      width: 100%;
      text-align: center;
      border-radius: 60px; } }

@media only screen and (max-width: 768px) {
  .hero-meddle {
    font-size: 9px;
    display: none; } }

@media only screen and (max-width: 575px) {
  .left-line {
    padding: 10px 15px; }
  .hero-bigtitle {
    font-size: 25px;
    margin-bottom: 10px;
    display: inline-block; }
  .hero-title {
    font-size: 25px;
    line-height: 1.2; }
  .hero-subtitle {
    font-size: 12px; }
  .hero > .container > .row.col {
    margin: 0 -15px; }
  .hero .hero-info-wrapper {
    padding: 0; } }

.products {
  padding: 20px 0 20px; }

.section-title {
  color: #F24841;
  font-size: 55px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  background: linear-gradient(0deg, #f57671 35%, #E8867E 65%, #F4F4F4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.product-item {
  background: #F4F4F4;
  box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(189, 189, 189, 0.5);
  border-radius: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto;
  position: relative; }
  .product-item:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100vw - 27px);
    transform: translateX(calc(((100vw - 1140px + 48px) / 2) * -1));
    bottom: -20px;
    height: 1px;
    background-color: #dedede; }
  .product-item:last-of-type:after {
    display: none; }

.product-item-name-wrap {
  border-radius: 40px 0 40px 40px;
  padding: 20px;
  position: relative;
  flex: 30%; }
  .product-item-name-wrap.product-item-name-wrap-green {
    background: #B3D6AB;
    box-shadow: inset -5px -2px 10px rgba(146, 196, 135, 0.5), inset 2px 5px 10px rgba(255, 255, 255, 0.5); }
  .product-item-name-wrap.product-item-name-wrap-orange {
    background: #F7C165;
    box-shadow: inset -2px -5px 10px rgba(244, 173, 51, 0.5), inset 5px 2px 10px rgba(255, 255, 255, 0.5); }
  .product-item-name-wrap.product-item-name-wrap-red {
    background: #E8867E;
    box-shadow: inset -5px -2px 10px rgba(224, 93, 82, 0.5), inset 2px 5px 10px rgba(255, 255, 255, 0.5); }

.product-item-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.item-name-subtitle {
  text-align: center;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  color: #F4F4F4;
  font-weight: 600;
  margin-bottom: 5px; }

.item-name-title {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0; }

.item-name-under {
  font-size: 20px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #F4F4F4;
  text-align: center;
  margin: 5px 0 0; }

.product-item-info {
  flex: 70%;
  padding: 30px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .product-item-info-description {
    flex: 58%;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-family: "Raleway", sans-serif;
    padding-right: 48px;
    margin-bottom: 20px; }
  .product-item-info .price {
    flex: 40%;
    max-width: 40%;
    width: 100%;
    margin-bottom: 0;
    margin-block: 5px;
    line-height: 1.2;
    font-size: 35px;
    font-weight: bold;
    align-self: baseline;
    text-align: right; }
    .product-item-info .price span {
      font-size: 0.6em;
      vertical-align: super; }
      .product-item-info .price span.item_red {
        font-weight: 400; }
      .product-item-info .price span.item_red-normal {
        vertical-align: inherit;
        font-size: 13px; }
  .product-item-info .item_red {
    color: #F24841; }
  .product-item-info .item-includes {
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0; }
  .product-item-info .button-element {
    display: inline-block;
    border-radius: 40px;
    padding: 12px 65px;
    color: #F4F4F4;
    font-weight: 700;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    line-height: 1;
    height: 45px;
    align-self: flex-end;
    transition: opacity .3s ease; }
    .product-item-info .button-element.button_open-green {
      background: #B3D6AB;
      box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset -5px -2px 10px rgba(146, 196, 135, 0.5); }
      .product-item-info .button-element.button_open-green:hover {
        box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(116, 157, 107, 0.5); }
    .product-item-info .button-element.button_closed {
      opacity: 0.2; }
    .product-item-info .button-element.button_open-orange {
      background: #F7C165;
      box-shadow: inset 2px 5px 10px rgba(244, 173, 51, 0.56), inset -5px -2px 10px rgba(255, 255, 255, 0.5); }
      .product-item-info .button-element.button_open-orange:hover {
        box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(215, 126, 41, 0.5); }
    .product-item-info .button-element.button_open-red {
      background: #E8867E;
      box-shadow: inset -5px -2px 10px rgba(224, 93, 82, 0.5), inset 2px 5px 10px rgba(255, 255, 255, 0.5); }
      .product-item-info .button-element.button_open-red:hover {
        box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(169, 72, 64, 0.5); }
    .product-item-info .button-element:hover {
      text-decoration: none; }

.product-item-contact {
  display: none;
  flex: 100%;
  padding: 60px 0;
  position: relative; }
  .product-item-contact:before {
    position: absolute;
    top: -18px;
    left: auto;
    right: 20px;
    line-height: 1;
    width: 90%;
    content: '_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _';
    display: block;
    height: 20px;
    overflow: hidden; }
  .product-item-contact.product-item-contact-green:before {
    color: #B3D6AB; }
  .product-item-contact.product-item-contact-green .gform_wrapper .gform_footer input[type=submit] {
    background: #B3D6AB;
    box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset -5px -2px 10px rgba(146, 196, 135, 0.5); }
    .product-item-contact.product-item-contact-green .gform_wrapper .gform_footer input[type=submit]:hover {
      box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(116, 157, 107, 0.5); }
  .product-item-contact.product-item-contact-red:before {
    color: #E8867E; }
  .product-item-contact.product-item-contact-red .gform_wrapper .gform_footer input[type=submit] {
    background: #E8867E;
    box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset -5px -2px 10px rgba(224, 93, 82, 0.5); }
    .product-item-contact.product-item-contact-red .gform_wrapper .gform_footer input[type=submit]:hover {
      box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(169, 72, 64, 0.5); }
  .product-item-contact.product-item-contact-orange:before {
    color: #F7C165; }
  .product-item-contact.product-item-contact-orange .gform_wrapper .gform_footer input[type=submit] {
    background: #F7C165;
    box-shadow: inset 2px 5px 10px rgba(245, 173, 51, 0.56), inset -5px -2px 10px rgba(255, 255, 255, 0.5); }
    .product-item-contact.product-item-contact-orange .gform_wrapper .gform_footer input[type=submit]:hover {
      box-shadow: inset -2px -5px 10px rgba(244, 173, 51, 0.5), inset 5px 2px 10px rgba(255, 255, 255, 0.5); }

.gform_wrapper .gform_footer {
  text-align: right; }
  .gform_wrapper .gform_footer input[type=submit] {
    border: none;
    padding: 15px 80px;
    text-transform: uppercase;
    background: #B3D6AB;
    box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset -5px -2px 10px rgba(146, 196, 135, 0.5);
    border-radius: 40px;
    height: 50px;
    color: #F4F4F4;
    font-weight: 700; }

.mask_fiscalecode .ginput_container input {
  text-transform: uppercase; }

.product-item-contact-wrap {
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }

.product-item-contact-wrap .nav .nav-link span {
  font-size: 12px;
  font-weight: 400;
  vertical-align: text-top; }
  .product-item-contact-wrap .nav .nav-link span.span-title {
    font-size: 18px;
    font-weight: 700; }

.contactF-title {
  font-size: 25px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  margin-bottom: 5px; }
  .contactF-title .now_date {
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.05em; }

.contactF-subtitle {
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px; }
  .contactF-subtitle-red {
    color: #E8867E; }

.contactF-option {
  font-size: 35px;
  font-weight: 900;
  line-height: 1; }
  .contactF-option-orange {
    color: #F7C165; }
  .contactF-option-green {
    color: #B3D6AB; }

.gform_wrapper ul.gform_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gform_wrapper ul.gform_fields > li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px; }
    .gform_wrapper ul.gform_fields > li.half_width {
      max-width: 48%;
      flex: 48%; }
    .gform_wrapper ul.gform_fields > li.full_width {
      max-width: 100%;
      flex: 100%; }
      .gform_wrapper ul.gform_fields > li.full_width .gfield_checkbox li {
        max-width: 100%;
        flex: 100%; }
    .gform_wrapper ul.gform_fields > li.hidden_label > label {
      display: none; }
    .gform_wrapper ul.gform_fields > li label {
      color: #E8867E;
      font-size: 12px; }
    .gform_wrapper ul.gform_fields > li .ginput_complex {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .gform_wrapper ul.gform_fields > li .ginput_complex > span {
        max-width: 48%;
        flex: 48%;
        margin-bottom: 20px; }
        .gform_wrapper ul.gform_fields > li .ginput_complex > span.ginput_full {
          max-width: 100%;
          flex: 100%; }
        .gform_wrapper ul.gform_fields > li .ginput_complex > span > input {
          border-bottom: 4px solid #E0E0E0;
          padding: 4px 2px; }
    .gform_wrapper ul.gform_fields > li:last-of-type {
      position: absolute;
      z-index: -1;
      overflow: hidden;
      opacity: 0;
      height: 0;
      width: 0;
      margin-bottom: 0; }
    .gform_wrapper ul.gform_fields > li .ginput_container_checkbox ul, .gform_wrapper ul.gform_fields > li .ginput_container_radio ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .gform_wrapper ul.gform_fields > li .ginput_container_checkbox ul li, .gform_wrapper ul.gform_fields > li .ginput_container_radio ul li {
        max-width: 48%;
        flex: 48%;
        margin-bottom: 0; }
        .gform_wrapper ul.gform_fields > li .ginput_container_checkbox ul li input, .gform_wrapper ul.gform_fields > li .ginput_container_radio ul li input {
          width: 25px;
          height: 25px;
          background: #F4F4F4;
          border-radius: 6px;
          border: none; }
        .gform_wrapper ul.gform_fields > li .ginput_container_checkbox ul li label, .gform_wrapper ul.gform_fields > li .ginput_container_radio ul li label {
          margin-bottom: 0;
          vertical-align: super;
          color: #2D2822;
          text-transform: uppercase;
          margin-left: 5px;
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          font-size: 13px;
          line-height: 29px; }
    .gform_wrapper ul.gform_fields > li.servizi_opzionali > label {
      display: none; }
    .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_checkbox, .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_radio {
      display: flex;
      flex-wrap: wrap; }
      .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_checkbox li, .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_radio li {
        max-width: 100%;
        flex: 100%;
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: 2px dashed #B3D6AB; }
        .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_checkbox li:first-of-type, .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_radio li:first-of-type {
          border-top: 2px dashed #B3D6AB; }
        .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_checkbox li input, .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_radio li input {
          min-width: 25px; }
        .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_checkbox li label, .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_radio li label {
          width: 95%;
          margin-left: 35px;
          display: flex;
          justify-content: space-between;
          text-transform: inherit; }
    .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_description {
      text-align: right; }
      .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_description span {
        font-style: italic;
        font-weight: 500;
        font-size: 12px;
        line-height: 1.3;
        font-family: "Raleway", sans-serif; }
    .gform_wrapper ul.gform_fields > li.first_row_table-wrapp {
      margin-bottom: 0;
      padding: 15px 0;
      border-top: 2px dashed #B3D6AB; }
    .gform_wrapper ul.gform_fields > li .first_row_table {
      display: flex;
      justify-content: space-between;
      font-size: 15px; }
      .gform_wrapper ul.gform_fields > li .first_row_table-left > span {
        display: block;
        font-size: 13px; }
      .gform_wrapper ul.gform_fields > li .first_row_table-right {
        font-weight: 900;
        font-size: 15px; }
    .gform_wrapper ul.gform_fields > li.title_row_table-wrapp {
      padding: 15px 0; }
    .gform_wrapper ul.gform_fields > li .title_row_table {
      display: flex;
      justify-content: space-between;
      font-size: 15px; }
      .gform_wrapper ul.gform_fields > li .title_row_table-left {
        font-weight: 700;
        font-size: 15px; }
      .gform_wrapper ul.gform_fields > li .title_row_table-right {
        display: flex; }
        .gform_wrapper ul.gform_fields > li .title_row_table-right-one {
          margin-right: 15px; }
        .gform_wrapper ul.gform_fields > li .title_row_table-right-one, .gform_wrapper ul.gform_fields > li .title_row_table-right-two {
          color: #F24841;
          font-weight: 700;
          font-size: 18px;
          display: inline-block;
          line-height: 1; }
        .gform_wrapper ul.gform_fields > li .title_row_table-right-two_under {
          font-size: 12px;
          font-family: "Raleway", sans-serif;
          font-style: italic;
          font-weight: 400;
          color: #000; }
    .gform_wrapper ul.gform_fields > li.hide-element {
      transition: all .3s ease;
      height: 0;
      overflow: hidden;
      padding: 0;
      opacity: 0; }
      .gform_wrapper ul.gform_fields > li.hide-element.now_show {
        height: 100%;
        padding: 15px 0;
        opacity: 1; }
        .gform_wrapper ul.gform_fields > li.hide-element.now_show.description-el {
          padding: 0; }
    .gform_wrapper ul.gform_fields > li.gfield_visibility_hidden {
      height: 0;
      position: absolute;
      padding: 0;
      margin: 0;
      z-index: -1; }
  .gform_wrapper ul.gform_fields .ginput_container_text input, .gform_wrapper ul.gform_fields .ginput_container_text textarea, .gform_wrapper ul.gform_fields .ginput_container_phone input, .gform_wrapper ul.gform_fields .ginput_container_phone textarea, .gform_wrapper ul.gform_fields .ginput_container_email input, .gform_wrapper ul.gform_fields .ginput_container_email textarea, .gform_wrapper ul.gform_fields .ginput_container_textarea input, .gform_wrapper ul.gform_fields .ginput_container_textarea textarea {
    border-bottom: 4px solid #E0E0E0;
    padding: 4px 2px; }
    .gform_wrapper ul.gform_fields .ginput_container_text input:focus, .gform_wrapper ul.gform_fields .ginput_container_text textarea:focus, .gform_wrapper ul.gform_fields .ginput_container_phone input:focus, .gform_wrapper ul.gform_fields .ginput_container_phone textarea:focus, .gform_wrapper ul.gform_fields .ginput_container_email input:focus, .gform_wrapper ul.gform_fields .ginput_container_email textarea:focus, .gform_wrapper ul.gform_fields .ginput_container_textarea input:focus, .gform_wrapper ul.gform_fields .ginput_container_textarea textarea:focus {
      border-bottom: 4px solid #959393; }
  .gform_wrapper ul.gform_fields .gfield_error .ginput_container_text:after, .gform_wrapper ul.gform_fields .gfield_error .ginput_container_phone:after, .gform_wrapper ul.gform_fields .gfield_error .ginput_container_email:after {
    background-color: #E8867E; }
  .gform_wrapper ul.gform_fields input, .gform_wrapper ul.gform_fields textarea {
    width: 100%;
    border: none;
    background-color: transparent;
    outline: 0; }
  .gform_wrapper ul.gform_fields textarea {
    height: 30px;
    transition: height .3s ease; }
    .gform_wrapper ul.gform_fields textarea:focus {
      height: 100px; }
  .gform_wrapper ul.gform_fields .hide_description {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px; }
  .gform_wrapper ul.gform_fields .my_html-coll_to_action {
    margin-bottom: 5px;
    margin-top: 15px;
    cursor: pointer; }
    .gform_wrapper ul.gform_fields .my_html-coll_to_action .select-show_or_hide {
      margin-bottom: 0;
      font-weight: 700; }
      .gform_wrapper ul.gform_fields .my_html-coll_to_action .select-show_or_hide i {
        transition: all .3s ease; }
      .gform_wrapper ul.gform_fields .my_html-coll_to_action .select-show_or_hide.now_show i {
        transform: rotate(180deg); }

.validation_error {
  color: #F24841;
  text-align: center; }

.validation_message {
  color: #F24841; }

.c_red {
  color: #F24841; }

.product-item-info-two_option .product-item-info-description {
  padding-right: 0; }

.product-item-info-two_option .price-wrap {
  min-width: 130px;
  text-align: right; }
  .product-item-info-two_option .price-wrap .price {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 0; }

.product-item-info-two_option .name-wrap {
  width: 90px;
  display: inline-block; }
  .product-item-info-two_option .name-wrap p {
    display: inline-block;
    font-weight: 900;
    font-size: 25px;
    line-height: 1;
    position: relative;
    z-index: 2; }
  .product-item-info-two_option .name-wrap svg {
    position: relative;
    z-index: 1;
    top: -5px;
    margin-left: -26px; }

.product-item-info-two_option-o {
  width: 190px;
  display: flex;
  flex-direction: column; }

.product-item-info-two_option-t {
  max-width: 70%;
  flex: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.option-one {
  margin-bottom: 10px; }

.speed_info {
  display: inline-block;
  width: 150px;
  font-size: .9em;
  color: #F24841; }

.option-one, .option-two {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .option-one .price, .option-two .price {
    font-size: 25px;
    margin: 5px 0 10px !important; }

.nav-tabs {
  border: none; }
  .nav-tabs .nav-link {
    border: none;
    color: #E8867E;
    padding: 8px 25px 8px 0; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: transparent;
  color: #F24841; }
  .nav-tabs .nav-item.show .nav-link .span-title, .nav-tabs .nav-link.active .span-title {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline; }

li.required_first label {
  text-transform: inherit !important; }
  li.required_first label span.gfield_required {
    float: left;
    margin-right: 10px; }

li.required_first .gfield_checkbox li {
  display: flex; }

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .product-item-info {
    padding: 20px; }
  .product-item-info-two_option-t {
    max-width: 67%;
    flex: 67%; }
  .product-item-info-two_option-o {
    width: 180px; }
  .product-item-info .price {
    font-size: 32px; }
  .product-item-info-two_option .price-wrap {
    width: 150px; }
  .product-item-info .price span.item_red-normal {
    font-size: 14px; }
  .product-item-info .option-one .button-element, .product-item-info .option-two .button-element {
    width: 100%;
    padding: 12px 20px;
    display: block;
    text-align: center; }
  .product-item-info-two_option .name-wrap p {
    font-size: 20px; } }

@media only screen and (min-width: 992px) {
  .nav-tabs .nav-link:first-of-type {
    margin-right: 30px; } }

@media only screen and (max-width: 992px) {
  .product-item-name-wrap {
    width: 100%;
    flex: 100%;
    height: 150px; }
  .product-item-info {
    padding: 20px; }
  .product-item-info-two_option-t {
    max-width: 67%;
    flex: 67%; }
  .product-item-info-two_option-o {
    width: 180px; }
  .product-item-info .price {
    font-size: 32px; }
  .product-item-info-two_option .price-wrap {
    width: 150px; }
  .product-item-info .price span.item_red-normal {
    font-size: 14px; }
  .product-item-info .option-one .button-element, .product-item-info .option-two .button-element {
    width: 100%;
    padding: 12px 20px;
    display: block;
    text-align: center; }
  .product-item-info-two_option .name-wrap p {
    font-size: 20px; }
  .product-item-info-two_option .price-wrap .price {
    margin-bottom: 10px; }
  .product-item:after {
    width: calc(100vw - 72px);
    left: 50%;
    transform: translateX(-50%); } }

.mob-svipe {
  display: none; }

@media only screen and (max-width: 768px) {
  .product-item {
    margin: 30px 5px; }
    .product-item:after {
      display: none; }
  .mob-svipe {
    display: block;
    text-align: center; }
    .mob-svipe span {
      text-transform: uppercase;
      font-size: 9px;
      font-weight: 500; }
      .mob-svipe span:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        height: 1px;
        width: 80px;
        background-color: #F24841; }
  .product-item-info-two_option-o {
    width: 100%; }
  .product-item-info-two_option-t {
    max-width: 100%;
    flex: 100%; }
  .product-item-contact {
    padding: 60px 20px; }
  .gform_wrapper .gform_footer {
    text-align: center; } }

@media only screen and (max-width: 575px) {
  .products {
    padding: 70px 0 60px; }
  .contactF-subtitle {
    font-size: 25px;
    line-height: 1.1; }
  .product-item-contact {
    width: 100%;
    padding: 60px 20px 40px; }
  .contactF-title {
    font-size: 20px; }
  .contactF-option {
    font-size: 30px; }
  .nav-tabs .nav-item {
    width: 100%;
    text-align: center; }
    .nav-tabs .nav-item span.span-title {
      display: block; }
  .tab-content .gform_wrapper ul.gform_fields > li {
    max-width: 100%;
    flex: 100%; }
  .tab-content .gform_wrapper ul.gform_fields > li .ginput_complex > span {
    max-width: 100%;
    flex: 100%; }
  .tab-content .gform_wrapper ul.gform_fields > li .title_row_table-right {
    flex-wrap: wrap; }
  .tab-content .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_checkbox li label, .tab-content .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_radio li label {
    margin-left: 10px;
    line-height: 1.4; }
    .tab-content .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_checkbox li label > span, .tab-content .gform_wrapper ul.gform_fields > li.servizi_opzionali .gfield_radio li label > span {
      text-align: right; }
  .tab-content .gform_wrapper ul.gform_fields > li .ginput_container_checkbox ul li label, .tab-content .gform_wrapper ul.gform_fields > li .ginput_container_radio ul li label {
    font-size: 10px;
    line-height: 1.2;
    margin-left: 10px; }
  .tab-content .gform_wrapper ul.gform_fields > li .ginput_container_checkbox ul li input, .tab-content .gform_wrapper ul.gform_fields > li .ginput_container_radio ul li input {
    width: 20px;
    height: 20px; }
  .tab-content .gform_wrapper ul.gform_fields > li .ginput_container_checkbox ul, .tab-content .gform_wrapper ul.gform_fields > li .ginput_container_radio ul {
    flex-wrap: wrap !important; }
  .tab-content .gform_wrapper ul.gform_fields > li .ginput_container_checkbox ul li, .tab-content .gform_wrapper ul.gform_fields > li .ginput_container_radio ul li {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 15px;
    text-align: left; }
  .tab-content .ginput_container_checkbox ul.gfield_checkbox li {
    text-align: center; }
  .product-item {
    margin: 30px 5px; }
  .product-item-info-description {
    flex: 100%;
    padding: 0;
    order: 1; }
  .button_open {
    margin-top: 20px;
    order: 4; }
  .product-item-info .price {
    order: 3;
    flex: 100%;
    max-width: 100%;
    text-align: center;
    margin: 20px 0 0; }
  .product-item-info .item-includes {
    order: 2; }
  .product-item-info .button-element {
    margin: 20px auto 0; }
  .speed_info {
    width: 100%; }
  .product-item-info-two_option .name-wrap {
    width: 80px; }
  .option-one {
    margin-bottom: 25px; } }

.for_whom {
  padding: 40px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }
  .for_whom .container {
    display: flex;
    justify-content: space-between; }
  .for_whom .for_whom-item {
    max-width: 49%;
    flex: 49%; }
  .for_whom-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    color: #F24841;
    margin-top: 25px;
    margin-bottom: 20px; }
  .for_whom-descriptions {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    max-width: 340px;
    margin: 0 auto; }

@media only screen and (max-width: 575px) {
  .for_whom .container {
    flex-wrap: wrap; }
  .for_whom .for_whom-item {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 40px; }
    .for_whom .for_whom-item:last-of-type {
      margin-bottom: 20px; } }

.service {
  padding: 100px 0; }
  .service .section-title {
    margin-bottom: 0; }

.service-subtitle {
  width: 100%;
  color: #E8867E;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold; }

.service-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start; }

.service-item {
  width: 100%;
  max-width: 32%;
  flex: 32%;
  background: #F4F4F4;
  box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.5), inset -5px -2px 10px rgba(189, 189, 189, 0.5);
  border-radius: 40px;
  overflow: hidden; }

.service-item-header {
  position: relative;
  padding: 40px;
  background-color: transparent; }
  .service-item-header:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 340px;
    content: '';
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%; }

.service-item-green .service-item-header:after {
  background-image: url(../images/green_figure_full.png); }

.service-item-orange .service-item-header:after {
  background-image: url(../images/orange_figure_full.png); }

.service-item-red .service-item-header {
  background-color: transparent; }
  .service-item-red .service-item-header:after {
    top: 0;
    height: 340px;
    background-image: url(../images/red_figure_full.png); }

.service-item-title {
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  color: #2D2822;
  text-shadow: 5px 2px 10px rgba(30, 15, 0, 0.5), -2px -5px 10px rgba(242, 243, 247, 0.5);
  text-align: center;
  position: relative;
  z-index: 2; }

.service-item-subtitle {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #F4F4F4;
  position: relative;
  z-index: 2; }

.service-item-description {
  color: #F24841;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px; }

.service-item-body {
  padding: 0 55px 20px;
  margin-top: 150px; }

.service-item-link-wrap {
  width: 100%;
  text-align: center; }

.service-item-link {
  color: #F4F4F4;
  border-radius: 40px;
  text-transform: uppercase;
  padding: 12px 36px;
  font-weight: 600;
  font-size: 16px;
  margin: 0 auto 10px;
  display: block; }

.service-item-package-content {
  color: #F24841;
  font-weight: 500;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  padding: 0 55px;
  line-height: 21px; }

.service-item-package-wrapper {
  display: none; }

.list_package-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-right: 15px; }

.list_package-img-wrap {
  max-width: 30%;
  flex: 30%; }

.list_package-item-content {
  max-width: 68%;
  flex: 68%;
  display: flex;
  flex-direction: column; }

.list_package-img {
  object-fit: contain;
  width: 100px; }

.list_package-description {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #2D2822; }

.list_package-price-wrap {
  width: 160px;
  margin: 0 0 0 auto; }

.list_package-price {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0; }
  .list_package-price span.item_up {
    font-size: 15px;
    vertical-align: super; }
  .list_package-price span.item_red {
    color: #F24841;
    font-weight: 500; }
  .list_package-price span.item_red-normal {
    font-weight: 500;
    color: #F24841;
    font-size: 13px; }

.list_package-label {
  color: #F24841;
  font-weight: 500;
  font-size: 11px; }

.list_package-link {
  height: 40px;
  padding: 6px 46px;
  display: inline-block;
  margin: 0 0 10px auto; }

.fancybox-hide {
  display: none;
  padding: 0;
  width: 100%;
  max-width: 900px;
  border-radius: 45px 45px 0 0;
  overflow: hidden; }

.fancybox-slide--html .fancybox-close-small {
  height: 60px;
  width: 60px; }
  .fancybox-slide--html .fancybox-close-small svg path {
    fill: #F4F4F4; }

.popup-header {
  width: 100%;
  position: relative;
  padding: 15px 44px 24px; }

.popup-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0; }

.popup-content {
  padding: 20px; }
  .popup-content .gform_wrapper .gform_footer {
    text-align: right; }

.popup-title {
  position: relative;
  text-align: right;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  margin-right: 3%;
  text-shadow: 5px 2px 10px rgba(30, 15, 0, 0.5), -2px -5px 10px rgba(242, 243, 247, 0.5); }

.popup-topInfo {
  display: flex;
  justify-content: space-between; }

.popup-topInfo-item-headline, .popup-topInfo-item-content {
  color: #F24841; }

.popup-topInfo-item-headline {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  font-family: "Raleway", sans-serif; }

.popup-topInfo-item-content {
  font-size: 14px;
  line-height: 21px;
  max-width: 270px; }

.popup-contactform {
  max-width: 500px;
  margin: 0 auto; }

.contactform-title {
  font-weight: 600;
  font-size: 35px;
  font-family: "Raleway", sans-serif; }
  .contactform-title span {
    font-size: 25px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif; }

@media only screen and (max-width: 1590px) {
  .service-item-red .service-item-header:after {
    height: 270px; }
  .service-item-header:after {
    height: 270px; }
  .service-item-body {
    padding: 0 40px 20px; } }

@media only screen and (max-width: 1360px) {
  .service-list {
    flex-wrap: wrap; }
    .service-list .service-item {
      max-width: 100%;
      flex: 100%; }
  .service-item {
    margin-bottom: 40px; }
    .service-item .service-item-header {
      padding: 20px 40px; }
      .service-item .service-item-header:after {
        display: none; }
    .service-item.service-item-green .service-item-header {
      background-color: #B3D6AB; }
    .service-item.service-item-orange .service-item-header {
      background-color: #F7C165; }
    .service-item.service-item-red .service-item-header {
      background-color: #E8867E; }
  .service-item-body {
    margin-top: 50px; } }

.benefits {
  padding: 100px 0;
  border-top: 1px solid #dedede; }

.benefits-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; }

.benefits-item {
  max-width: 40%;
  flex: 40%;
  margin-bottom: 15px; }
  .benefits-item img, .benefits-item p {
    display: inline-block; }
  .benefits-item img {
    max-width: 100%;
    width: 82px;
    object-fit: contain; }
  .benefits-item p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-left: 10px; }

@media only screen and (max-width: 1360px) {
  .benefits-item {
    max-width: 49%;
    flex: 49%; } }

@media only screen and (max-width: 768px) {
  .benefits-item {
    max-width: 100%;
    flex: 100%; }
  .benefits-item p {
    font-size: 18px; } }

@media only screen and (max-width: 575px) {
  .benefits-item p {
    font-size: 11px; } }

.offerta {
  padding: 20px 0;
  border-top: 1px solid #dedede; }

.offerta-wrap {
  border-bottom: 1px solid #dedede;
  margin-bottom: 8px; }
  .offerta-wrap .section-title {
    margin-bottom: 0;
    line-height: 1; }

.offerta-item {
  display: flex;
  flex-wrap: wrap; }

.offerta-item-header {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.offerta-item-header-item-title {
  font-weight: bold;
  font-size: 21px;
  max-width: 210px; }

.offerta-item-header-item-undertitle {
  font-weight: 500;
  font-size: 16px;
  color: #F24841; }

.offerta-item-header-item-description {
  color: #F24841;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  max-width: 330px; }

.offerta-item-header-item.mob-only {
  display: none; }

.offerta-item-header-item-openDetails.mob-only {
  display: none; }

.list_package-price {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px; }

.offerta-item-details-wrap, .offerta-item-details-wrap2 {
  display: none;
  width: 100%; }
  .offerta-item-details-wrap.show, .offerta-item-details-wrap2.show {
    display: block; }

.offerta-item-header-item {
  flex: 33.3%;
  max-width: 33.3%; }
  .offerta-item-header-item .list_package-label {
    font-size: 13px; }

.offerta-item-details {
  border-top: 1px solid #B3D6AB;
  margin-top: 20px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end; }

.offerta-item-details-item {
  display: flex;
  flex-direction: column;
  align-items: baseline; }
  .offerta-item-details-item .red {
    color: #F24841; }

.offerta-item-details-item-colors {
  padding: 5px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  display: inline-block;
  min-width: 140px; }
  .offerta-item-details-item-colors p {
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    color: #F4F4F4; }
  .offerta-item-details-item-colors.offerta-item-details-item-colors-red {
    background-color: #E8867E; }
  .offerta-item-details-item-colors.offerta-item-details-item-colors-orange {
    background-color: #F7C165; }
  .offerta-item-details-item-colors.offerta-item-details-item-colors-green {
    background-color: #B3D6AB; }

.offerta-item-details-item-last-closedBtn {
  width: 100%;
  margin-top: 30px; }

.offerta-item-details-item-last {
  width: 100%;
  flex: 100%;
  position: relative;
  padding: 15px 0; }
  .offerta-item-details-item-last .btn-red {
    display: inline-block;
    color: #F4F4F4;
    margin-bottom: 0; }
  .offerta-item-details-item-last .form_active {
    opacity: .2; }

a.closed {
  color: #000;
  font-weight: 900; }
  a.closed:before {
    content: '';
    display: block;
    width: 30px;
    height: 14px;
    transform: rotate(180deg);
    margin: 0 auto;
    background-image: url(../images/Polygon_3.svg);
    background-repeat: no-repeat; }

.offerta-forms-contain {
  width: 100%;
  display: none; }

.offerta_popup {
  padding: 30px; }
  .offerta_popup h3 {
    font-weight: 600;
    font-size: 35px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 30px; }
  .offerta_popup .gform_wrapper .gform_footer input[type=submit] {
    background: #B3D6AB;
    box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset -5px -2px 10px rgba(146, 196, 135, 0.5); }
    .offerta_popup .gform_wrapper .gform_footer input[type=submit]:hover {
      box-shadow: inset 2px 5px 10px rgba(255, 255, 255, 0.56), inset 15px 15px 15px rgba(116, 157, 107, 0.5); }

.middle_information {
  padding: 80px 15px; }
  .middle_information .middle_information-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }

.middle_information-interrogative,
.middle_information-affirmative {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px; }

.middle_information-interrogative:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 30px;
  background-image: url(../images/Question.svg); }

.middle_information-affirmative {
  margin-bottom: 0; }
  .middle_information-affirmative:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 35px;
    height: 31px;
    background-image: url(../images/Cheack.svg); }

.offer_lower-header {
  text-align: center; }
  .offer_lower-header-title {
    font-weight: bold;
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 10px; }
  .offer_lower-header-description {
    line-height: 24px;
    font-size: 21px;
    font-family: "Raleway", sans-serif; }

.red {
  color: #F24841; }

.lightred {
  color: #E8867E; }

.offer_lower-details {
  margin-top: 50px; }

.offer_lower-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dashed #B3D6AB;
  padding-bottom: 15px;
  margin-bottom: 30px; }
  .offer_lower-details-header .subtitle {
    font-weight: bold;
    font-size: 25px;
    font-family: "Raleway", sans-serif;
    flex: 85%; }

.offer_lower-price {
  display: flex;
  flex-direction: column;
  flex: 150px; }
  .offer_lower-price .price_top_text {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.1; }
  .offer_lower-price .price {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.1; }
  .offer_lower-price .under_price {
    font-style: italic;
    font-size: 16px;
    line-height: 1.1;
    font-family: "Raleway", sans-serif; }

.offer_lower-details-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dashed #B3D6AB; }

.offer_lower-details-Costo {
  flex: 150px;
  width: 150px;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1;
  font-size: 18px;
  font-family: "Raleway", sans-serif; }

.offer_lower-details-service {
  flex: 85%;
  margin-bottom: 5px;
  line-height: 1;
  font-family: "Raleway", sans-serif; }

.offer_lower-details-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px dashed #B3D6AB;
  padding: 25px 0 20px; }
  .offer_lower-details-item .details-item-title {
    flex: 85%;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 24px; }
  .offer_lower-details-item .details-item-price {
    flex: 150px;
    width: 150px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px; }

.details-item-title {
  font-size: 21px;
  font-family: "Raleway", sans-serif;
  font-weight: 500; }

.offer_lower-note {
  margin-top: 30px; }
  .offer_lower-note p {
    font-size: 16px;
    font-family: "Raleway", sans-serif; }
  .offer_lower-note .red {
    font-style: italic;
    font-weight: 600; }

.offer_lower-details-closed-wrapper {
  text-align: center;
  padding: 10px 0; }

.mob-only {
  display: none; }

@media only screen and (max-width: 992px) {
  .offerta-item-details-item.details-right {
    margin-left: auto; }
  .section_container {
    padding: 20px; } }

@media only screen and (max-width: 768px) {
  .offerta {
    padding: 70px 0; }
  .offerta-item-header {
    flex-wrap: wrap; }
  .offerta-item-header-item {
    flex: 100%;
    max-width: 100%; }
    .offerta-item-header-item.mob-text-left {
      text-align: left !important; }
  .offerta-item-header-item-openDetails.large-only {
    display: none !important; }
  .offerta-item-header-item-openDetails.mob-only {
    display: block; }
  .offerta-item-header-item.mob-only {
    display: block; }
  .offerta-item-details-item.details-right {
    margin-left: 0;
    width: 100%; }
  .large-only {
    display: none; }
  .mob-only {
    display: block; }
  .middle_information-text {
    width: 48%; }
    .middle_information-text p {
      font-size: 18px; }
  .middle_information-wrap {
    flex-wrap: wrap;
    text-align: center; }
    .middle_information-wrap .middle_information-text, .middle_information-wrap .middle_information-icon {
      width: 100%; }
      .middle_information-wrap .middle_information-text img, .middle_information-wrap .middle_information-icon img {
        max-width: 200px; }
    .middle_information-wrap .middle_information-icon {
      order: 1;
      margin-bottom: 40px; }
    .middle_information-wrap .middle_information-text {
      order: 2;
      text-align: left; } }

@media only screen and (max-width: 575px) {
  .section_container {
    margin: 0; }
  .middle_information-affirmative:after,
  .middle_information-interrogative:after {
    width: 30px;
    background-size: contain;
    height: 22px;
    background-repeat: no-repeat; }
  .middle_information-text p {
    font-size: 15px; }
  .section-title {
    font-size: 35px; }
  .offer_lower-price .price {
    font-size: 17px; }
  .offer_lower-details-header .subtitle {
    font-size: 22px;
    line-height: 1.2; }
  .offer_lower-price .under_price {
    font-size: 12px; }
  .details-item-title {
    font-size: 16px; }
  .offer_lower-details-item .details-item-title {
    font-size: 14px; }
  .offer_lower-details-item .details-item-price {
    font-size: 12px;
    flex: 90px; }
  .offer_lower-details-Costo {
    flex: 90px; }
  .offer_lower-price {
    flex: 90px; }
  .offer_lower-note p {
    font-size: 14px; }
  .offer_lower-details-header {
    align-items: unset; }
  .offerta-item-details-item.details-right {
    margin-top: 30px; }
  .offerta-item-details-item > a {
    margin: 20px auto; }
  .middle_information-interrogative,
  .middle_information-affirmative {
    text-align: center; }
  .offerta-wrap {
    margin-bottom: 40px; }
  .offer_lower-header-description {
    font-size: 18px;
    line-height: 25px; }
  .middle_information {
    padding: 140px 15px; }
  .offerta-item-header-item-description {
    font-size: 18px; } }

.contacts {
  padding: 50px 0; }

.contacts-wrapper {
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px; }
  .contacts-wrapper .section-title {
    margin-bottom: 0;
    line-height: 1; }
  .contacts-wrapper.first-contacts-wrapper {
    margin-bottom: 8px; }

.section-subtitle {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  margin: 40px 0 0; }

.contacts-content {
  align-items: flex-end; }

.contact_form-wrapper {
  max-width: 350px;
  margin: 0 auto; }
  .contact_form-wrapper .gform_wrapper ul.gform_fields > li {
    max-width: 100%;
    flex: 100%; }

.contact_form-title {
  font-weight: 500;
  font-size: 25px;
  text-align: center; }

.contacts-content-info {
  color: #F24841;
  font-size: 18px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 16px;
  max-width: 416px; }

.contact-address {
  flex-direction: column;
  padding: 0 15px; }
  .contact-address p {
    margin-bottom: 0; }
    .contact-address p a {
      line-height: 16px;
      color: #2D2822;
      text-decoration: none; }
      .contact-address p a:hover {
        color: #F24841;
        text-decoration: underline; }
    .contact-address p:before {
      content: '';
      display: inline-block;
      margin-right: 15px;
      background-repeat: no-repeat;
      vertical-align: middle; }
    .contact-address p.contact-phone:before {
      width: 15px;
      height: 16px;
      background-image: url(../images/phone-call_3.svg); }
    .contact-address p.contact-whatsapp:before {
      width: 15px;
      height: 16px;
      background-image: url(../images/whatsapp.svg); }
    .contact-address p.contact-email:before {
      width: 16px;
      height: 12px;
      background-image: url(../images/email.svg); }

@media only screen and (max-width: 768px) {
  .contact-address {
    margin-top: 90px; } }

@media only screen and (max-width: 575px) {
  .contacts-wrapper.first-contacts-wrapper {
    padding-top: 50px;
    margin-bottom: 40px; }
  .contacts {
    padding: 30px 0 50px; }
  .contacts-content img {
    display: none; }
  .contacts-content-info {
    margin-bottom: 70px; }
  .section-subtitle {
    font-size: 29px;
    text-align: left;
    margin: 0; }
  .contact_form-title {
    text-align: left;
    margin-top: 20px; } }

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  position: relative; }
  .footer .footer-half {
    width: 100%;
    max-width: 50%;
    height: 30px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0; }
    .footer .footer-half.footer-half-red {
      background-color: #F24841;
      left: 0;
      right: auto; }

.footer-copyright {
  margin-bottom: 0;
  color: #F4F4F4;
  font-size: 11px;
  line-height: 30px; }

.footer-development {
  margin-bottom: 0;
  font-size: 11px;
  line-height: 30px; }
  .footer-development a {
    text-decoration: none; }
    .footer-development a:hover {
      text-decoration: underline; }

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0; }
  .footer-menu li {
    display: inline-block; }
    .footer-menu li a {
      display: block;
      padding: 5px 10px; }

.footer-meddle {
  position: absolute;
  left: calc(50% - 49px);
  bottom: 150px;
  font-size: 11px;
  font-weight: 500;
  transform: rotate(-90deg);
  transition: all .3s ease; }
  .footer-meddle a:after {
    transition: all .3s ease;
    content: '';
    display: inline-block;
    height: 1px;
    width: 100px;
    background-color: #F24841;
    vertical-align: middle;
    margin-left: 10px; }
  .footer-meddle:hover {
    bottom: 160px; }
    .footer-meddle:hover a {
      text-decoration: none; }

.flowing-scroll {
  color: #000; }

@media only screen and (max-width: 1360px) {
  .footer-copyright {
    font-size: 9px; } }

@media only screen and (max-width: 767px) {
  .copyright-wrapper {
    background-color: #F24841;
    text-align: center; }
  .footer .footer-half {
    display: none; }
  .development-wrapper {
    background-color: #F4F4F4; }
  .footer-meddle {
    left: calc(50% - 75px); } }

@media only screen and (max-width: 640px) {
  .footer-meddle {
    left: calc(50% - 80px);
    bottom: 310px; }
    .footer-meddle:hover {
      bottom: 280px; }
  .contact-address {
    margin: 270px -15px 0; }
  .footer-meddle a:after {
    height: 1px; } }
