.custom-logo {
  margin-left: 20px;
  margin-top: 10px;
}

.sr-text {
  display: none;
}

.socials {
  display: inline-block;
}

.socials .menu-item {
  padding-left: 5px;
  padding-right: 5px;
}

@media only screen and (max-width: 767px) {
  .padding-left20 {
    padding-left: 0 !important;
  }
  .padding-5 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .navbar,
  .navbar-nav {
    background: #ee7624;
    padding-left: 10px;
    margin-top: 10px;
    margin-left: -5px;
  }
  .navbar-nav li a,
  .navbar-nav li a:hover {
    color: #fff;
    font-size: 4vw;
  }
  .dropdown-menu {
    width: 98%;
    background: #4a8b2c;
    border-radius: 5px;
  }
  .dropdown-menu li a {
    color: #fff;
  }
  .navbar {
    background: rgba(255, 255, 255, 0);
    margin-top: -9px;
  }
  .container-fluid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .navbar-toggler {
    background: #ee7624;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -5vh;
  }
  .divForm {
    width: 101%;
    background: #ee7624;
    height: 63px;
    margin-left: -5px;
    margin-top: -20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .divForm input {
    width: 95%;
  }
  .tienda {
    width: 98%;
    margin-top: 1vh;
    margin-bottom: 3vh;
  }
  .nav-link:focus, .nav-link:hover {
    color: #fff;
  }
  .dropdown-menu li a:active {
    background: #174403;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    margin-top: -50px;
    border-radius: 0px !important;
    margin-left: 1.5vw;
    height: 50px;
  }
  .padding-left20 {
    padding-left: 20vw !important;
  }
  .padding-5 {
    padding-left: 13%;
    padding-right: 0%;
    width: 99%;
  }
  .navbar-nav li {
    padding-left: 0.2vw;
    padding-right: 0.2vw;
  }
  .navbar-nav li a,
  .navbar-nav li a:hover {
    color: #fff;
    font-size: 0.5em;
  }
  .dropdown-menu {
    width: 100%;
    background: #4a8b2c;
    position: absolute;
    left: 0 !important;
    border-radius: 5px;
  }
  .navbar-collapse {
    background: #ee7624;
    margin-top: 50px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0px 20px 10px 20px;
    height: auto;
    z-index: 3;
  }
  .navbar-collapse li a,
  .navbar-collapse li a:hover {
    color: #fff;
    font-size: 2em;
  }
  .navbar-toggler {
    background: #ee7624;
    color: #fff;
    width: 7vw;
    height: 6vw;
    font-size: 35px;
    border-radius: 8px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    right: 1vw;
    top: -5px;
  }
  .dropdown-menu li a:active {
    background: #174403;
  }
}

@media only screen and (min-width: 992px) {
  .padding-left20 {
    padding-left: 25vw !important;
  }
  .padding-5 {
    padding-left: 13%;
    padding-right: 0%;
    width: 99%;
  }
  .navbar {
    background: #ee7624;
    margin-top: 10px;
    border-radius: 0px !important;
    width: 95.3vw;
    margin-left: 3.3vw;
    height: 50px;
  }
  .navbar-nav {
    width: 85vw;
  }
  .navbar-nav li {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .navbar-nav li a,
  .navbar-nav li a:focus,
  .navbar-nav li a:active {
    color: #fff;
    font-size: 1.2vw;
  }
  .navbar-nav li a:hover,
  .navbar-nav li a:active {
    color: #fff;
    font-weight: bold;
  }
  .dropdown-menu li a:active {
    background: #174403;
  }
  .dropdown-menu {
    width: 100%;
    background: #4a8b2c;
    position: absolute;
    left: 0 !important;
    border-radius: 5px;
  }
  .dropdown-menu li a:hover {
    color: #4a8b2c;
    font-weight: bold;
  }
  .carrito {
    margin-left: 16vw;
    border: 1px solid #4a8b2c;
    background: #4a8b2c;
  }
  .carrito:hover,
  .carrito:focus {
    background: #4a8b2c;
    border: 1px solid #4a8b2c;
    font-weight: bold;
  }
}

footer {
  text-align: center;
  max-width: 99%;
}

footer .franga {
  margin-top: 20px;
  height: 50px;
  background: #4a8b2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

footer .franga span {
  padding-left: 20px;
  padding-right: 20px;
}

footer .franga a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

footer .copyright {
  margin-top: 20px;
  height: 45px;
  background: #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

footer a {
  text-decoration: none;
  color: #4a8b2c;
  font-size: 14px;
}

.calcu {
  background-color: #ececec;
  border-radius: 10px;
  border: 2px solid #bbb5b5;
}

.titulo-calcu {
  background-color: #fff;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
}

.cuerpo-calcu {
  padding: 0 10px 10px;
  text-align: center;
}

.categoryRow {
  margin-top: 20px;
}

.categoryName,
.categoryName:hover {
  color: #81bc00;
  font-size: 14px;
  text-decoration: none;
}

.title-default {
  background: #ee7624 !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 35px;
  padding-left: 4vw;
  padding-top: 5px;
}

.title-default h1,
.title-default h2 {
  font-size: calc(0.58em + 1vw);
}

.title {
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
}

.title h1 {
  font-size: 1.5rem;
}

.title2 {
  color: #81bc00;
  font-size: 1.5rem;
}

.title1 {
  color: #81bc00;
  font-size: 1rem;
}

a.title-producto,
a p.title-producto,
.title-producto {
  color: #81bc00;
  font-weight: bold;
  text-decoration: none;
}

a.hojas,
.texto {
  color: #81bc00;
  text-decoration: none;
}

.select {
  margin-top: 5px;
  height: 36px;
  margin-bottom: 10px;
}

.impermeabilizantes-background {
  background: #ee7624 !important;
}

.pinturas-background {
  background: #d0202f !important;
}

.negra-background {
  background: #000 !important;
}

.recubrimientos-background {
  background: #215387 !important;
}

.concreto-background {
  background: #eaab42 !important;
}

.selladores-background {
  background: #69317d !important;
}

.gris-background {
  background: #616264 !important;
}

.acabados-background {
  background: #723a3a !important;
}

.mantenimiento-background {
  background: #a6a8ab !important;
}

.social {
  font-size: 20px;
  color: #fff;
  padding-left: 15px;
}

.social:hover {
  color: #ee7624;
}

.title-centro {
  color: #777777;
  font-size: 1.7rem;
  font-weight: bold;
}

.title-centro2 {
  color: #777777;
  font-size: 1.3rem;
}

.acordion1 {
  background: #ee7624 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.acordion2 {
  background: #f5a81c !important;
  color: #fff !important;
  font-weight: bold !important;
}

.acordion3 {
  background: #2f476b !important;
  color: #fff !important;
  font-weight: bold !important;
}

.acordion4 {
  background: #722a80 !important;
  color: #fff !important;
  font-weight: bold !important;
}

.acordion5 {
  background: #d0202f !important;
  color: #fff !important;
  font-weight: bold !important;
}

.front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.pointer {
  cursor: pointer;
}

.btn-primary2,
.btn-primary2:hover {
  background: #ee7624 !important;
  color: #fff;
  font-weight: bold;
}

.page-item.active a {
  background: #ee7624 !important;
  color: #fff;
  font-weight: bold;
  border: 1px solid #ee7624 !important;
}

.page-item a {
  color: #ee7624;
  border: 1px solid #ee7624 !important;
}

.page-item a:hover {
  background: #ee7624 !important;
  color: #fff;
  font-weight: bold;
}

.divScreen {
  width: 100%;
  height: 290px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
}
/*# sourceMappingURL=style.css.map */