@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

:root {
  --orange: #FFA603; }

button {
  outline: 0;
  border: 0;
  box-shadow: 0; }
  button:focus {
    outline: 0;
    border: 0;
    box-shadow: 0; }

body {
  font-family: "Roboto", sans-serif;
  color: #000; }

.page {
  margin: 0;
  padding: 0; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 15px; }

.btn {
  display: inline-block;
  padding: 17px 35px;
  font-size: 20px;
  border-radius: 150px;
  text-decoration: none;
  transition: .2s; }
  .btn.orange {
    background-color: var(--orange);
    color: #fff; }
  .btn.cta {
    background-color: #fff;
    color: var(--orange);
    font-size: 24px;
    line-height: 24px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    font-weight: 400; }
    .btn.cta:hover {
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
      transform: translateY(-3px); }
  .btn.cotiza {
    background-color: var(--orange);
    border-radius: 0;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 20px;
    font-family: "Roboto Condensed", sans-serif; }

@media (max-width: 720px) {
  .btn {
    display: inline-block;
    padding: 5px 35px;
    font-size: 16px;
    border-radius: 150px;
    text-decoration: none;
    transition: .2s; }
    .btn.orange {
      background-color: var(--orange);
      color: #fff; }
    .btn.cta {
      background-color: #fff;
      color: var(--orange);
      font-size: 16px;
      line-height: 16x;
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      font-weight: 400; }
      .btn.cta:hover {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
        transform: translateY(-3px); }
    .btn.cotiza {
      background-color: var(--orange);
      border-radius: 0;
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 0 20px;
      font-family: "Roboto Condensed", sans-serif; } }

.owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: center; }
  .owl-dots .owl-dot {
    margin-right: 10px; }
    .owl-dots .owl-dot.active span {
      background-color: white; }
    .owl-dots .owl-dot span {
      display: inline-block;
      padding: 3px 20px;
      background-color: rgba(255, 255, 255, 0.5);
      color: #fff; }

.hero-home h1 {
  font-size: 60px;
  color: #fff;
  margin: 0;
  padding: 0; }

.owl-banner .desktop {
  display: block !important; }

.owl-banner .mobile {
  display: none !important; }

@media (max-width: 720px) {
  .owl-banner .desktop {
    display: none !important; }
  .owl-banner .mobile {
    display: block !important; } }

.cta-1 {
  background-color: var(--orange);
  width: 100%;
  color: #fff;
  padding: 10px 0; }
  .cta-1 .inner-cta {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cta-1 .inner-cta h3 {
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 900; }
    .cta-1 .inner-cta span {
      font-size: 22px;
      margin-left: 25px;
      display: block;
      font-family: "Roboto Condensed", sans-serif; }

@media (max-width: 720px) {
  .cta-1 {
    padding: 10px 0; }
    .cta-1 .inner-cta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      text-align: center; }
      .cta-1 .inner-cta h3 {
        font-size: 18px;
        line-height: 18px;
        text-transform: uppercase;
        font-weight: 900; }
      .cta-1 .inner-cta span {
        font-size: 16px;
        margin-left: 0;
        display: block;
        font-family: "Roboto Condensed", sans-serif; } }

.values-home {
  padding: 10vh 0;
  text-align: center; }
  .values-home h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 25px; }
  .values-home .mini-banner {
    background-color: #393B44;
    background-size: cover;
    background-position: center;
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .values-home .mini-banner .mini-banner-inner {
      font-size: 58px;
      line-height: 58px;
      text-transform: uppercase;
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      color: #fff;
      font-style: italic;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
      .values-home .mini-banner .mini-banner-inner span {
        display: block;
        transform: translateX(65px); }
  .values-home .values-wrapper {
    padding: 60px 0 10px 0;
    display: flex;
    width: 100%;
    justify-content: space-around; }
    .values-home .values-wrapper .value {
      width: 25%;
      text-align: center;
      padding: 25px;
      text-decoration: none; }
      .values-home .values-wrapper .value:hover img {
        transform: translateY(-10px) scale(1.05); }
      .values-home .values-wrapper .value h5 {
        font-size: 26px;
        font-weight: 900;
        font-style: italic;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 0;
        color: #000; }
      .values-home .values-wrapper .value span {
        font-size: 20px;
        display: block;
        background-color: var(--orange);
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 0 15px;
        width: 100%;
        font-family: "Roboto Condensed", sans-serif; }
      .values-home .values-wrapper .value img {
        transition: .2s ease-in-out; }

@media (max-width: 720px) {
  .values-home {
    padding: 35px 0;
    text-align: center; }
    .values-home h2 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 25px; }
    .values-home .mini-banner {
      background-color: #393B44;
      background-size: cover;
      background-position: center;
      height: 200px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .values-home .mini-banner .mini-banner-inner {
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        color: #fff;
        font-style: italic;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); }
        .values-home .mini-banner .mini-banner-inner span {
          display: block;
          transform: translateX(0); }
    .values-home .values-wrapper {
      padding: 20px 0 10px 0;
      display: flex;
      width: 100%;
      justify-content: space-around;
      flex-direction: column; }
      .values-home .values-wrapper .value {
        width: 100%;
        text-align: center;
        padding: 25px; }
        .values-home .values-wrapper .value:hover img {
          transform: translateY(-10px) scale(1.05); }
        .values-home .values-wrapper .value h5 {
          font-size: 20px;
          font-weight: 900;
          font-style: italic;
          text-transform: uppercase;
          letter-spacing: 2px;
          margin: 0; }
        .values-home .values-wrapper .value span {
          font-size: 16px;
          display: block;
          background-color: var(--orange);
          color: #fff;
          text-transform: uppercase;
          letter-spacing: 2px;
          padding: 0 15px;
          width: 100%;
          font-family: "Roboto Condensed", sans-serif; }
        .values-home .values-wrapper .value img {
          transition: .2s ease-in-out; } }

.cta-2 {
  background-color: var(--orange);
  width: 100%;
  color: #fff;
  padding: 10px 0; }
  .cta-2 .inner-cta {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .cta-2 .inner-cta h3 {
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      font-weight: 900; }
    .cta-2 .inner-cta span {
      font-size: 22px;
      margin-left: 25px;
      display: block;
      font-family: "Roboto Condensed", sans-serif; }

@media (max-width: 720px) {
  .cta-2 {
    padding: 10px 0; }
    .cta-2 .inner-cta {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      text-align: center; }
      .cta-2 .inner-cta h3 {
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: 900; }
      .cta-2 .inner-cta span {
        font-size: 16px;
        margin-left: 0;
        display: block;
        font-family: "Roboto Condensed", sans-serif; } }

.eco-friedly-hero {
  height: 80vh;
  background-size: cover;
  background-position: center; }
  .eco-friedly-hero .hero-wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 15vh 0; }
    .eco-friedly-hero .hero-wrapper h2 {
      font-size: 80px;
      line-height: 80px;
      color: #000;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 900;
      font-style: italic;
      margin: 0; }
    .eco-friedly-hero .hero-wrapper span {
      background-color: var(--orange);
      font-size: 30px;
      letter-spacing: 2px;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      color: #fff;
      padding: 0 35px; }

@media (max-width: 720px) {
  .eco-friedly-hero {
    height: 50vh;
    background-size: cover;
    background-position: center; }
    .eco-friedly-hero .hero-wrapper {
      margin: 0 auto;
      text-align: center;
      padding: 15vh 0; }
      .eco-friedly-hero .hero-wrapper h2 {
        font-size: 28px;
        line-height: 23px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 900;
        font-style: italic;
        margin: 0; }
      .eco-friedly-hero .hero-wrapper span {
        background-color: var(--orange);
        font-size: 16px;
        letter-spacing: 2px;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        color: #fff;
        padding: 0 5px; } }

.category-cards {
  padding: 12vh 0; }
  .category-cards h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 34px;
    margin-bottom: 45px;
    text-align: center; }
  .category-cards .cards-container {
    display: flex;
    flex-wrap: wrap; }
    .category-cards .cards-container .category-card {
      width: 48%;
      height: 280px;
      overflow: hidden;
      margin-right: 2%;
      margin-bottom: 2%;
      position: relative;
      cursor: pointer; }
      .category-cards .cards-container .category-card .card-bg {
        transform: scale(1.2);
        transition: .2s ease-in-out; }
      .category-cards .cards-container .category-card:hover .card-bg {
        transform: scale(1.25); }
      .category-cards .cards-container .category-card:hover .inner-card {
        background-color: rgba(0, 0, 0, 0.3); }
      .category-cards .cards-container .category-card .inner-card {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        transition: .2s ease-in-out; }
        .category-cards .cards-container .category-card .inner-card img {
          width: 280px; }
        .category-cards .cards-container .category-card .inner-card h4 {
          color: #fff;
          font-size: 35px;
          text-transform: uppercase;
          font-weight: 900;
          font-style: italic;
          text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9); }

@media (max-width: 720px) {
  .category-cards {
    padding: 12vh 0; }
    .category-cards h2 {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 20px;
      margin-bottom: 25px;
      text-align: center; }
    .category-cards .cards-container {
      display: flex;
      flex-wrap: wrap; }
      .category-cards .cards-container .category-card {
        width: 100%;
        height: 230px;
        overflow: hidden;
        margin-right: 0;
        margin-bottom: 10px;
        position: relative;
        cursor: pointer; }
        .category-cards .cards-container .category-card .card-bg {
          transform: scale(1.2);
          transition: .2s ease-in-out; }
        .category-cards .cards-container .category-card:hover .card-bg {
          transform: scale(1.25); }
        .category-cards .cards-container .category-card:hover .inner-card {
          background-color: rgba(0, 0, 0, 0.3); }
        .category-cards .cards-container .category-card .inner-card {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          background-color: rgba(0, 0, 0, 0.5);
          z-index: 2;
          transition: .2s ease-in-out; }
          .category-cards .cards-container .category-card .inner-card img {
            width: 280px; }
          .category-cards .cards-container .category-card .inner-card h4 {
            color: #fff;
            font-size: 22px;
            text-transform: uppercase;
            font-weight: 900;
            font-style: italic;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9); } }

.eficiency-hero {
  height: 70vh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end; }
  .eficiency-hero .hero-wrapper {
    text-align: center;
    padding: 15vh 0; }
    .eficiency-hero .hero-wrapper h2 {
      font-size: 60px;
      line-height: 60px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0;
      font-weight: 400;
      font-style: italic; }
    .eficiency-hero .hero-wrapper span {
      background-color: var(--orange);
      font-size: 70px;
      letter-spacing: 2px;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      color: #fff;
      padding: 0 25px;
      font-weight: 900;
      font-style: italic; }

@media (max-width: 720px) {
  .eficiency-hero {
    height: 70vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    .eficiency-hero .hero-wrapper {
      text-align: center;
      padding: 15vh 0; }
      .eficiency-hero .hero-wrapper h2 {
        font-size: 25px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0;
        font-weight: 400;
        font-style: italic; }
      .eficiency-hero .hero-wrapper span {
        background-color: var(--orange);
        font-size: 30px;
        letter-spacing: 2px;
        font-family: "Roboto", sans-serif;
        text-transform: uppercase;
        color: #fff;
        padding: 0 25px;
        font-weight: 900;
        font-style: italic; } }

.instagram-home {
  padding: 12vh 0; }

@media (max-width: 720px) {
  #sbi_images {
    display: flex;
    flex-wrap: wrap; }
    #sbi_images .sbi_item {
      width: 49% !important; } }

#colophon {
  margin: 0;
  padding: 0; }

.footer-top {
  padding: 30px 0; }
  .footer-top .footer-top-row {
	  margin: 0 auto;
	  max-width: 500px;
    display: flex;
    padding: 35px 0;
    background-color: var(--orange);
    border-radius: 12px;
    justify-content: center; }
    .footer-top .footer-top-row .footer-col {
      width: 50%;
      text-align: center; }
      .footer-top .footer-top-row .footer-col h4 {
        font-size: 35px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-weight: 700;
        color: #fff; }
      .footer-top .footer-top-row .footer-col .contact-card {
        background-color: var(--orange);
        color: #fff;
        padding: 10px 15px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .footer-top .footer-top-row .footer-col .contact-card .name h5 {
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 700;
          font-size: 20px;
          line-height: 20px; }
        .footer-top .footer-top-row .footer-col .contact-card .name a {
          font-size: 28px;
          letter-spacing: 1px;
          font-family: "Roboto Condensed", sans-serif;
          color: #fff;
          text-decoration: none; }
        .footer-top .footer-top-row .footer-col .contact-card .icons ul {
          list-style: none;
          display: flex;
          align-items: center;
          padding: 0;
          margin: 0; }
          .footer-top .footer-top-row .footer-col .contact-card .icons ul li {
            margin-left: 20px; }
        .footer-top .footer-top-row .footer-col .contact-card .icons a {
          display: flex;
          text-decoration: none; }
        .footer-top .footer-top-row .footer-col .contact-card .icons i {
          font-size: 47px;
          color: #fff;
          text-decoration: none; }

@media (max-width: 720px) {
  .footer-top {
    padding: 30px 0; }
    .footer-top .footer-top-row {
      display: flex;
      padding: 25px 0;
      background-color: var(--orange);
      border-radius: 12px;
      justify-content: center; }
      .footer-top .footer-top-row .footer-col {
        width: 100%;
        text-align: center; }
        .footer-top .footer-top-row .footer-col h4 {
          font-size: 25px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-weight: 700;
          color: #fff; }
        .footer-top .footer-top-row .footer-col .contact-card {
          background-color: var(--orange);
          color: #fff;
          padding: 10px 15px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          flex-direction: column; }
          .footer-top .footer-top-row .footer-col .contact-card .name h5 {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: 700;
            font-size: 20px;
            line-height: 20px; }
          .footer-top .footer-top-row .footer-col .contact-card .name a {
            font-size: 24px;
            letter-spacing: 1px;
            font-family: "Roboto Condensed", sans-serif;
            color: #fff;
            text-decoration: none; }
          .footer-top .footer-top-row .footer-col .contact-card .icons {
            margin-top: 25px; }
            .footer-top .footer-top-row .footer-col .contact-card .icons ul {
              list-style: none;
              display: flex;
              align-items: center;
              padding: 0;
              margin: 0; }
              .footer-top .footer-top-row .footer-col .contact-card .icons ul li {
                margin-left: 20px; } }

.footer-bottom {
  background-color: #1D1D1D;
  padding: 20px 0;
  width: 100%; }
  .footer-bottom .footer-row {
    display: flex;
    align-items: center; }
    .footer-bottom .footer-row .footer-col {
      width: 100%;
      padding-right: 25px; }
      .footer-bottom .footer-row .footer-col.mail a {
        text-decoration: none;
        color: #fff; }
      .footer-bottom .footer-row .footer-col.support h5 {
        font-size: 20px;
        font-weight: 400;
        font-family: "Roboto Condensed", sans-serif;
        color: #fff; }
      .footer-bottom .footer-row .footer-col.support a {
        background-color: var(--orange);
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        padding: 0 10px; }
      .footer-bottom .footer-row .footer-col.social ul {
        display: flex;
        list-style: none; }
        .footer-bottom .footer-row .footer-col.social ul li {
          margin-left: 25px; }
          .footer-bottom .footer-row .footer-col.social ul li a {
            display: flex;
            text-decoration: none; }
          .footer-bottom .footer-row .footer-col.social ul li i {
            font-size: 47px;
            color: #fff;
            text-decoration: none; }

@media (max-width: 720px) {
  .footer-bottom {
    background-color: #1D1D1D;
    padding: 20px 0;
    width: 100%; }
    .footer-bottom .footer-row {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      text-align: center; }
      .footer-bottom .footer-row .footer-col {
        width: 100%;
        padding-right: 0;
        padding: 10px 20px; }
        .footer-bottom .footer-row .footer-col.logo img {
          width: 240px; }
        .footer-bottom .footer-row .footer-col.mail a {
          text-decoration: none;
          color: #fff; }
        .footer-bottom .footer-row .footer-col.support h5 {
          font-size: 20px;
          font-weight: 400;
          font-family: "Roboto Condensed", sans-serif;
          color: #fff; }
        .footer-bottom .footer-row .footer-col.support a {
          background-color: var(--orange);
          color: #fff;
          text-decoration: none;
          font-size: 20px;
          padding: 0 10px; }
        .footer-bottom .footer-row .footer-col.social ul {
          display: flex;
          list-style: none;
          padding: 0;
          margin: 15px 0 0 0;
          justify-content: center; }
          .footer-bottom .footer-row .footer-col.social ul li {
            margin-left: 0; }
            .footer-bottom .footer-row .footer-col.social ul li:first-child {
              margin-right: 25px; } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #1D1D1D;
  padding: 10px 0; }
  .site-header.scrolled {
    padding: 5px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .site-header.scrolled .site-branding img {
      width: 150px; }
  .site-header .site-branding {
    margin-right: auto; }
    .site-header .site-branding img {
      width: 210px;
      transition: .2s ease-in-out; }
  .site-header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.main-navigation {
  width: auto; }
  .main-navigation ul li {
    margin-left: 40px; }
    .main-navigation ul li.current-menu-item a {
      color: var(--orange); }
    .main-navigation ul li a {
      font-size: 18px;
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      transition: .2s ease-in-out; }
      .main-navigation ul li a:hover {
        color: var(--orange); }

.social-header {
  margin-left: 35px; }
  .social-header ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0; }
    .social-header ul li {
      font-size: 20px; }
      .social-header ul li a {
        margin-left: 13px;
        background-color: var(--orange);
        width: 35px;
        height: 35px;
        display: flex;
        text-decoration: none;
        justify-content: center;
        align-items: center;
        border-radius: 5px; }
        .social-header ul li a i {
          color: #fff; }

#masthead_mobile {
  display: none; }

@media (max-width: 720px) {
  .site-header {
    display: none; }
  #masthead_mobile {
    position: sticky;
    z-index: 99;
    top: 0;
    display: block;
    background-color: #1D1D1D; }
    #masthead_mobile .mobile-logo img {
      width: 150px; }
    #masthead_mobile .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 10px; }
      #masthead_mobile .container .btn-mobile-cotiza {
        background-color: var(--orange);
        color: #fff;
        font-family: "Roboto Condensed", sans-serif;
        font-style: italic;
        text-decoration: none;
        font-size: 15px;
        border-radius: 100px;
        padding: 7px 15px;
        margin-right: 20px;
        box-shadow: 0 0 3px rgba(255, 166, 3, 0.5); }
      #masthead_mobile .container #menu-mobile-toggler {
        cursor: pointer;
        font-size: 18px;
        padding: 10px 20px;
		background-color: var(--orange); 
		color: #fff;}
    #masthead_mobile #menu-mobile {
      display: none; }
      #masthead_mobile #menu-mobile ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #f6f6f6; }
        #masthead_mobile #menu-mobile ul li a {
          text-align: center;
          text-decoration: none;
          color: #1D1D1D;
          padding: 13px 20px;
          display: block;
          border-bottom: 1px solid #eee;
          font-size: 16px; } }

.hero-page {
  height: 80vh;
  background-size: cover;
  background-position: center; }
  .hero-page .hero-wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 15vh 0; }
    .hero-page .hero-wrapper h1 {
      font-size: 90px;
      line-height: 90px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 4px;
      font-weight: 900;
      font-style: italic;
      margin: 0;
      text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }
    .hero-page .hero-wrapper span {
      background-color: var(--orange);
      font-size: 40px;
      letter-spacing: 2px;
      font-family: "Roboto Condensed", sans-serif;
      text-transform: uppercase;
      color: #fff;
      padding: 0 35px; }

@media (max-width: 720px) {
  .hero-page {
    height: 50vh;
    background-size: cover;
    background-position: center; }
    .hero-page .hero-wrapper {
      margin: 0 auto;
      text-align: center;
      padding: 15vh 0; }
      .hero-page .hero-wrapper h1 {
        font-size: 32px;
        line-height: 32px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin: 0;
        text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); }
      .hero-page .hero-wrapper span {
        background-color: var(--orange);
        font-size: 16px;
        letter-spacing: 2px;
        font-family: "Roboto Condensed", sans-serif;
        text-transform: uppercase;
        color: #fff;
        padding: 0 10px; } }

.about-us {
  padding: 10vh 0; }
  .about-us h3 {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    background-color: var(--orange);
    margin-bottom: 45px;
    color: #fff; }
  .about-us .content-row {
    display: flex; }
    .about-us .content-row .col {
      width: 50%;
      padding-right: 35px; }
    .about-us .content-row p {
      font-size: 18px;
      line-height: 28px; }

@media (max-width: 720px) {
  .about-us {
    padding: 35px 0; }
    .about-us h3 {
      font-size: 22px;
      line-height: 22px;
      text-transform: uppercase;
      font-weight: 900;
      text-align: center;
      background-color: var(--orange);
      margin-bottom: 20px;
      color: #fff;
      padding: 5px 10px; }
    .about-us .content-row {
      display: flex;
      flex-direction: column; }
      .about-us .content-row .col {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px; }
      .about-us .content-row p {
        font-size: 15px;
        line-height: 26px; } }

.product {
  margin: 50px 0; }
  .product .cotiza-btn {
    background-color: var(--orange);
    margin-top: 25px;
    cursor: pointer;
    padding: 15px 35px;
    color: #fff;
    font-size: 24px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    border: 0;
    outline: 0;
    border-radius: 100px;
    margin-left: auto;
    display: block;
    box-shadow: 0 0 0 7px rgba(255, 166, 3, 0);
    transition: .2s ease-in-out; }
    .product .cotiza-btn:hover {
      box-shadow: 0 0 0 5px rgba(255, 166, 3, 0.5); }
  .product .product-title {
    background-color: var(--orange);
    color: #fff;
    text-transform: uppercase;
    padding: 0 35px;
    margin-bottom: 35px;
    font-size: 38px;
    text-align: center;
    letter-spacing: 2px; }
  .product .product-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px; }
  .product .info-col {
    width: 30%; }
    .product .info-col .measures-title {
      width: 100%;
      background-color: var(--orange);
      color: #fff;
      font-size: 20px;
      padding: 0 10px;
      font-weight: 400;
      font-family: "Roboto Condensed", sans-serif;
      text-align: right; }
    .product .info-col .measures-title-black {
      width: 100%;
      background-color: #393B44;
      color: #fff;
      font-size: 20px;
      padding: 0 10px;
      font-weight: 400;
      font-family: "Roboto Condensed", sans-serif;
      text-align: right;
      margin-bottom: 15px; }
    .product .info-col .measures-list {
      text-align: right;
      list-style: none;
      padding: 10px 0;
      margin-bottom: 10px; }
      .product .info-col .measures-list li {
        font-size: 18px;
        font-family: "Roboto Condensed", sans-serif; }
  .product .product-image-col {
    width: 55%; }

@media (max-width: 720px) {
  .product {
    margin: 50px 0; }
    .product .cotiza-btn {
      background-color: var(--orange);
      margin-top: 25px;
      cursor: pointer;
      padding: 12px 30px;
      color: #fff;
      font-size: 20px;
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      border: 0;
      outline: 0;
      border-radius: 100px;
      margin-right: auto;
      display: block;
      box-shadow: 0 0 0 7px rgba(255, 166, 3, 0);
      transition: .2s ease-in-out;
      margin-left: 0; }
      .product .cotiza-btn:hover {
        box-shadow: 0 0 0 5px rgba(255, 166, 3, 0.5); }
    .product .product-title {
      background-color: var(--orange);
      color: #fff;
      text-transform: uppercase;
      padding: 0 35px;
      margin-bottom: 35px;
      font-size: 20px;
      text-align: center;
      letter-spacing: 2px; }
    .product .product-wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #eee;
      padding-bottom: 25px; }
    .product .info-col {
      width: 100%;
      order: 2; }
      .product .info-col .measures-title {
        width: 100%;
        background-color: #ffff;
        color: #000;
        font-size: 16px;
        padding: 0;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        text-align: left;
        border-bottom: 1px solid var(--orange); }
      .product .info-col .measures-title-black {
        width: 100%;
        background-color: #393B44;
        color: #fff;
        font-size: 16px;
        padding: 0 10px;
        font-weight: 400;
        font-family: "Roboto Condensed", sans-serif;
        text-align: left;
        margin-bottom: 15px; }
      .product .info-col .measures-list {
        text-align: left;
        list-style: none;
        padding: 10px 0;
        margin: 0; }
        .product .info-col .measures-list li {
          font-size: 16px;
          font-family: "Roboto Condensed", sans-serif;
          color: #666; }
    .product .product-image-col {
      width: 100%;
      order: 1; } }

.sbi_no_avatar .sbi_header_img {
  background: var(--orange); }

.sbi_header_text.sbi_no_bio h3 {
  color: #000; }

#sbi_load .sbi_load_btn {
  background: #FFA603 !important;
  border-radius: 500px !important;
  color: #fff;
  font-size: 20px !important;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  padding: 7px 30px !important; }

.cotiza-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  overflow-y: auto; }
  .cotiza-modal .inner-cotiza-modal {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .cotiza-modal .inner-cotiza-modal .modal-container {
      background-color: #fff;
      padding: 35px 45px 20px 45px;
      border-radius: 12px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
      text-align: left;
      box-sizing: border-box;
      position: relative;
      max-width: 700px; }
      .cotiza-modal .inner-cotiza-modal .modal-container #close-cotiza-button {
        position: absolute;
        right: 15px;
        top: 15px;
        background-color: #fff;
        outline: 0;
        border: 0;
        cursor: pointer;
        font-size: 20px;
        color: #777; }
      .cotiza-modal .inner-cotiza-modal .modal-container label {
        border: 1px solid #ccc;
        padding: 8px 20px;
        border-radius: 100px;
        display: block;
        font-size: 15px;
        font-family: "Roboto Condensed", sans-serif;
        font-style: italic;
        cursor: pointer;
        transition: .2s ease-in-out; }
        .cotiza-modal .inner-cotiza-modal .modal-container label:hover {
          border: 1px solid #666; }
        .cotiza-modal .inner-cotiza-modal .modal-container label.selected {
          border: 1px solid #FFA603;
          box-shadow: 0 0 6px rgba(255, 166, 3, 0.2); }
      .cotiza-modal .inner-cotiza-modal .modal-container .wpcf7-list-item {
        margin-right: 5px;
        margin-left: 0;
        margin-bottom: 10px; }
      .cotiza-modal .inner-cotiza-modal .modal-container h2 {
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
        font-size: 24px; }
      .cotiza-modal .inner-cotiza-modal .modal-container h4 {
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 16px; }
      .cotiza-modal .inner-cotiza-modal .modal-container textarea {
        max-height: 100px;
        padding: 8px;
        font-size: 15px;
        border-radius: 7px; }
      .cotiza-modal .inner-cotiza-modal .modal-container p {
        margin-bottom: 13px; }
      .cotiza-modal .inner-cotiza-modal .modal-container input[type="text"] {
        margin-bottom: 10px;
        padding: 8px;
        width: 49%;
        margin-right: 2%;
        font-size: 15px;
        border-radius: 7px; }
      .cotiza-modal .inner-cotiza-modal .modal-container input[type="email"] {
        margin-bottom: 10px;
        padding: 8px;
        width: 49%;
        font-size: 15px;
        border-radius: 7px; }

	.cotiza-modal .inner-cotiza-modal .modal-container input[type="rut"]{
		margin-bottom: 10px;
		padding: 8px;
		width: 100%;
		font-size: 15px;
		border-radius: 7px;
		border: 1px solid #ccc;
		}

      .cotiza-modal .inner-cotiza-modal .modal-container input[type="submit"] {
        background-color: var(--orange);
        color: #fff;
        font-family: "Roboto Condensed", sans-serif;
        border: 0;
        outline: 0;
        border-radius: 100px;
        font-size: 22px;
        padding: 10px 45px;
        font-style: italic;
        cursor: pointer;
        transition: .2s;
        margin-left: auto;
        margin-top: 15px; }
        .cotiza-modal .inner-cotiza-modal .modal-container input[type="submit"]:hover {
          box-shadow: 0 1px 5px rgba(255, 166, 3, 0.5); }

@media (max-width: 720px) {
  .cotiza-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    overflow-y: auto; }
    .cotiza-modal .inner-cotiza-modal {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px; }
      .cotiza-modal .inner-cotiza-modal .modal-container {
        background-color: #fff;
        padding: 25px 15px 25px 15px;
        border-radius: 12px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        text-align: left;
        box-sizing: border-box;
        position: relative;
        max-width: 700px; }
        .cotiza-modal .inner-cotiza-modal .modal-container #close-cotiza-button {
          position: absolute;
          right: 5px;
          top: 5px;
          background-color: #fff;
          outline: 0;
          border: 0;
          cursor: pointer;
          font-size: 20px;
          color: #777; }
        .cotiza-modal .inner-cotiza-modal .modal-container label {
          border: 1px solid #ccc;
          padding: 5px 10px;
          border-radius: 100px;
          display: block;
          font-size: 14px;
          font-family: "Roboto Condensed", sans-serif;
          font-style: italic;
          cursor: pointer;
          transition: .2s ease-in-out; }
          .cotiza-modal .inner-cotiza-modal .modal-container label:hover {
            border: 1px solid #666; }
        .cotiza-modal .inner-cotiza-modal .modal-container .wpcf7-list-item {
          margin-right: 5px;
          margin-left: 0;
          margin-bottom: 10px; }
        .cotiza-modal .inner-cotiza-modal .modal-container h2 {
          margin-bottom: 15px;
          border-bottom: 1px solid #eee;
          font-size: 16px; }
        .cotiza-modal .inner-cotiza-modal .modal-container h4 {
          margin-bottom: 10px;
          font-weight: 400;
          font-size: 14px; }
        .cotiza-modal .inner-cotiza-modal .modal-container textarea {
          max-height: 100px;
          padding: 3px;
          font-size: 14px;
          border-radius: 7px; }
        .cotiza-modal .inner-cotiza-modal .modal-container p {
          margin-bottom: 13px; }
        .cotiza-modal .inner-cotiza-modal .modal-container input[type="text"] {
          margin-bottom: 10px;
          padding: 3px;
          width: 49%;
          margin-right: 2%;
          font-size: 14px;
          border-radius: 7px; }
        .cotiza-modal .inner-cotiza-modal .modal-container input[type="email"] {
          margin-bottom: 10px;
          padding: 3px;
          width: 49%;
          font-size: 14px;
          border-radius: 7px; }
        .cotiza-modal .inner-cotiza-modal .modal-container input[type="submit"] {
          background-color: var(--orange);
          color: #fff;
          font-family: "Roboto Condensed", sans-serif;
          border: 0;
          outline: 0;
          border-radius: 100px;
          font-size: 16px;
          padding: 10px 35px;
          font-style: italic;
          cursor: pointer;
          transition: .2s;
          margin-left: auto;
          margin-top: 15px; }
          .cotiza-modal .inner-cotiza-modal .modal-container input[type="submit"]:hover {
            box-shadow: 0 1px 5px rgba(255, 166, 3, 0.5); } }

.cf7mls_next {
  display: block; }

.cotizador-general {
  text-align: center;
  padding: 80px 12vw; }
  .cotizador-general h2 {
    margin-bottom: 25px;
    color: #fff;
    background-color: var(--orange);
    display: inline-block;
    padding: 2px 15px;
    text-transform: uppercase;
    font-style: italic; }
  .cotizador-general h4 {
    margin-bottom: 15px;
    font-weight: 400;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-style: italic; }
  .cotizador-general label {
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-radius: 100px;
    display: block;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    cursor: pointer;
    transition: .2s ease-in-out;
    margin-bottom: 10px; }
    .cotizador-general label:hover {
      border: 1px solid #666; }
    .cotizador-general label.selected {
      border: 1px solid #FFA603;
      box-shadow: 0 0 6px rgba(255, 166, 3, 0.2); }
  .cotizador-general .cf7mls_btn {
    background: var(--orange);
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border-radius: 100px;
    display: inline;
    max-width: 250px;
    padding: 10px 30px;
    text-align: center;
    flex: 0 0 50%; }
  .cotizador-general .cf7mls_back {
    background: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-style: italic;
    color: var(--orange);
    font-weight: 400;
    font-size: 18px;
    border-radius: 100px;
    display: inline;
    max-width: 250px;
    padding: 10px 30px;
    text-align: center;
    border: 1px solid var(--orange);
    flex: 0 0 50%; }
  .cotizador-general .fieldset-cf7mls {
    border: 0; }
  .cotizador-general .wpcf7-form-control-wrap {
    display: block;
    width: 100%; }
  .cotizador-general textarea {
    max-height: 100px;
    padding: 8px;
    font-size: 15px;
    border-radius: 7px; }
  .cotizador-general p {
    margin-bottom: 13px; }
  .cotizador-general input[type="text"] {
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    margin-right: 2%;
    font-size: 15px;
    border-radius: 7px; }
  .cotizador-general input[type="email"],.cotizador-general input[type="tel"]{
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    font-size: 15px;
    border-radius: 7px; }

.cotizador-general input[type="rut"]{
    margin-bottom: 10px;
    padding: 8px;
    width: 100%;
    font-size: 15px;
    border-radius: 7px;
	border: 1px solid #ccc;
	}

  .cotizador-general input[type="submit"] {
    background-color: var(--orange);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    border: 0;
    outline: 0;
    border-radius: 100px;
    font-size: 22px;
    padding: 10px 45px;
    font-style: italic;
    cursor: pointer;
    transition: .2s;
    margin-left: auto; }
    .cotizador-general input[type="submit"]:hover {
      box-shadow: 0 1px 5px rgba(255, 166, 3, 0.5); }

@media (max-width: 720px) {
  .cotizador-general {
    text-align: center;
    padding: 30px 0; }
    .cotizador-general h2 {
      margin-bottom: 10px;
      font-size: 20px; }
    .cotizador-general h4 {
      margin-bottom: 25px;
      font-weight: 400;
      font-family: "Roboto Condensed", sans-serif;
      letter-spacing: 1px;
      font-size: 16px;
      font-style: italic; }
    .cotizador-general label {
      border: 1px solid #ccc;
      padding: 8px 10px;
      border-radius: 100px;
      display: block;
      font-size: 14px;
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      cursor: pointer;
      transition: .2s ease-in-out;
      margin-bottom: 10px; }
      .cotizador-general label:hover {
        border: 1px solid #666; }
    .cotizador-general .cf7mls_btn {
      background: var(--orange);
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      color: #fff;
      font-weight: 400;
      font-size: 18px;
      border-radius: 100px;
      display: inline;
      max-width: 250px;
      padding: 10px 30px;
      text-align: center;
      flex: 0 0 50%; }
    .cotizador-general .cf7mls_back {
      background: #fff;
      font-family: "Roboto Condensed", sans-serif;
      font-style: italic;
      color: var(--orange);
      font-weight: 400;
      font-size: 18px;
      border-radius: 100px;
      display: inline;
      max-width: 250px;
      padding: 10px 30px;
      text-align: center;
      border: 1px solid var(--orange);
      flex: 0 0 50%; }
    .cotizador-general .fieldset-cf7mls {
      border: 0;
      padding: 0; }
    .cotizador-general .wpcf7-form-control-wrap {
      display: block;
      width: 100%; }
    .cotizador-general textarea {
      max-height: 100px;
      padding: 8px;
      font-size: 15px;
      border-radius: 7px; }
    .cotizador-general p {
      margin-bottom: 13px; }
    .cotizador-general input[type="text"] {
      margin-bottom: 10px;
      padding: 8px;
      width: 100%;
      margin-right: 2%;
      font-size: 15px;
      border-radius: 7px; }
    .cotizador-general input[type="email"],.cotizador-general input[type="tel"] {
      margin-bottom: 10px;
      padding: 8px;
      width: 100%;
      font-size: 15px;
      border-radius: 7px; }
    .cotizador-general input[type="submit"] {
      background-color: var(--orange);
      color: #fff;
      font-family: "Roboto Condensed", sans-serif;
      border: 0;
      outline: 0;
      border-radius: 100px;
      font-size: 18px;
      padding: 10px 25px;
      font-style: italic;
      cursor: pointer;
      transition: .2s;
      margin-left: auto;
      margin-top: 15px;
      font-weight: 700; }
      .cotizador-general input[type="submit"]:hover {
        box-shadow: 0 1px 5px rgba(255, 166, 3, 0.5); } }

.randomizer {
  display: none; }

/* Cambios nuevos */

.instagram-home .hero-wrapper{
	text-align:center;	
	margin-bottom:25px;
}

.instagram-home .hero-wrapper h2{
	 font-size: 80px;
    line-height: 80px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    font-style: italic;
    margin: 0;
}

.instagram-home .hero-wrapper span{
	background-color: var(--orange);
	font-size: 30px;
	letter-spacing: 2px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	color: #fff;
	padding: 0 35px;
}

@media (max-width: 720px){
	
	.instagram-home {
    padding: 15px 0 12vh 0;
}
	
	.instagram-home .hero-wrapper h2 {
    font-size: 32px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    font-style: italic;
    margin: 0;
	}
	
	.instagram-home .hero-wrapper span {
    background-color: var(--orange);
    font-size: 18px;
    letter-spacing: 2px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px;
}
	
}

.inner-cta .left{
	display:flex;
}

@media (max-width: 720px){
	.inner-cta .left{
	display:block;
	}
}

#tipopintado{
	display:none;
}


/* Logos Footer*/
.footer-row-bottom{
    width:100%;
    display:flex;
    justify-content:center;
    margin-top:15px;
    margin-bottom: 15px;
}

.footer-row-bottom .logo-extra-footer{
    margin:15px;
}

.footer-row-bottom .logo-extra-footer img{
    max-height:75px;
}


.cf7mls-btns{
	display:flex;
	justify-content:center;
}

.cf7mls-btns button{
	max-width: 150px!important;
	margin: 25px 10px!important;
}

.submitting input[type=submit]{
	display:none;
}
