/*-------------------------------------------------
1. Colors
-------------------------------------------------*/
/*-------------------------------------------------
2. Typography
-------------------------------------------------*/
html {
  font-size: 1.0em; }

body {
  font-family: 'Helvetica';
  color: #565656; }

a {
  color: #0c7e5a; }

a:hover {
  color: #323232; }

/*--------------------------------------------------
3. Navbar
--------------------------------------------------*/
.navbar-dark {
  border-top: solid 5px #0c7e5a;
  background: #323232 url(../images/background-navbar.png); }

.navbar-dark .navbar-toggler {
  margin-bottom: 25px; }

.navbar-nav .dropdown-menu {
  background-color: rgba(12, 126, 90, 0.8);
  border-radius: 0; }

.dropdown-item {
  color: #dadada; }

/*.navbar-nav li:hover>.dropdown-menu {
    display: block;
  }*/
.dropdown-item:active {
  color: #F4F4F4;
  background-color: #0c7e5a; }

/*--------------------------------------------------
4. Buttons
--------------------------------------------------*/
.btn {
  border-radius: 0px; }

.btn:focus, .btn:active, .btn:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-primary,
.btn-primary:active,
.btn-primary:visited {
  background-color: #0c7e5a !important;
  border-color: #F4F4F4; }

.btn-primary:hover {
  background-color: #323232 !important;
  border-color: #F4F4F4;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease; }

.btn-secondary,
.btn-secondary:active,
.btn-secondary:visited {
  background-color: #323232 !important;
  border-color: #F4F4F4; }

.btn-secondary:hover {
  background-color: #0c7e5a !important;
  border-color: #F4F4F4;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease; }

/*--------------------------------------------------
5. Background Primary
--------------------------------------------------*/
.bg-primary {
  background-color: #0c7e5a !important; }

.text-primary {
  color: #565656 !important; }

/*--------------------------------------------------
6. Background Secondary
--------------------------------------------------*/
.bg-secondary {
  background-color: #323232 !important; }

.text-secondary {
  color: #323232 !important; }

/*--------------------------------------------------
7. Section Social
--------------------------------------------------*/
#bar-social {
  border-top: 5px solid #0c7e5a;
  background-image: url(../images/fondo-barra-social.png); }

#bar-social span {
  background-color: #0c7e5a;
  color: white;
  padding: 6px;
  font-size: 1.0em;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

#bar-social a {
  text-decoration: none; }

#bar-social span:hover {
  background-color: #FFDD00;
  color: white;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }

.icon-social li {
  background: #4B4B4B;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.icon-social li.non {
  background-color: transparent; }

.icon-social li.non:hover {
  background: transparent; }

.icon-social li:hover {
  background-color: #0c7e5a;
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }

.icon-social a {
  min-width: 30px;
  height: 30px;
  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;
  color: white;
  width: 100%;
  text-decoration: none; }

/*--------------------------------------------------
8. Carousel
--------------------------------------------------*/
.carousel-caption {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  bottom: initial;
  max-width: 560px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.92);
  color: #323232; }

.carousel-caption h1 {
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em; }

.carousel-caption p {
  font-size: 1.0em; }

.carousel-caption span {
  font-size: 1.0em;
  font-weight: bold; }

.carousel-caption a {
  color: #323232; }

.carousel-caption a:hover {
  color: #0c7e5a;
  text-decoration: none; }

.carousel-control-prev-icon {
  width: 35px;
  height: 35px;
  padding: 10px; }

.carousel-control-next-icon {
  width: 35px;
  height: 35px;
  padding: 10px; }

.carousel-indicators li {
  border-radius: 100%;
  width: 17px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.9); }

.carousel-caption.no-background {
  background-color: transparent; }

/*--------------------------------------------------
9. Carousel Products
--------------------------------------------------*/
@media (max-width: 768px) {
  .carousel-inner.products .carousel-item.products > div {
    display: none; }

  .carousel-inner.products .carousel-item.products > div:first-child {
    display: block; } }
.carousel-inner.products .carousel-item.active,
.carousel-inner.products .carousel-item-next,
.carousel-inner.products .carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* ---------- Display -------- 3 */
@media (min-width: 768px) {
  .carousel-inner.products .carousel-item-right.active,
  .carousel-inner.products .carousel-item-next {
    -webkit-transform: translateX(33.333%);
            transform: translateX(33.333%); }

  .carousel-inner.products .carousel-item-left.active,
  .carousel-inner.products .carousel-item-prev {
    -webkit-transform: translateX(-33.333%);
            transform: translateX(-33.333%); } }
.carousel-inner.products .carousel-item-right,
.carousel-inner.products .carousel-item-left {
  -webkit-transform: translateX(0);
          transform: translateX(0); }

/*--------------------------------------------------
10. Start Sections Home Page
--------------------------------------------------*/
/* ------- Start Section Home Page About ------- */
#section-about {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #DADADA url(../images/background-section-about.png);
  background-attachment: fixed;
  background-color: rgba(212, 212, 212, 0.85); }

#section-about .title-about {
  height: 200px;
  border-left-color: #323232;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px; }

#section-about .title-about h1 {
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-bottom: 10px;
  padding-top: 30px; }

#section-about img {
  border: 8px solid #ffffff;
  -webkit-transform: rotate(5.7deg);
          transform: rotate(5.7deg);
  margin-top: 25px;
  -webkit-box-shadow: 7px 4px 8px rgba(50, 50, 50, 0.5);
          box-shadow: 7px 4px 8px rgba(50, 50, 50, 0.5); }

#section-about img.leon {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  position: absolute;
  top: 10px;
  left: 80px; }

#section-about img.leon:hover {
  content: url(../images/leon-hover.png); }

/* --------------------------------------------- */
/* ------- Start Section Home Page Products ------- */
#section-products {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #565656; }

#section-products .title-products {
  height: 200px;
  border-left-color: #F4F4F4;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px; }

#section-products .title-products h1 {
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-bottom: 10px;
  padding-top: 30px; }

#section-products span {
  font-size: 1.0em;
  color: #0c7e5a; }

.card {
  border-radius: 0; }

.card img {
  /*filter: hue-rotate(120deg);*/ }

.card img:hover {
  /*filter: none;*/ }

.card-title {
  font-size: 1.2em;
  font-weight: bold; }

.card-body {
  background-color: #323232; }

.card-body a {
  color: white; }

.card-body a:hover {
  color: #0c7e5a;
  text-decoration: none; }

/* --------------------------------------------- */
/* ------- Start Section Home Page News ------- */
#section-news {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #959595;
  color: #323232; }

#section-news .title-news {
  height: 200px;
  border-left-color: #323232;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px; }

#section-news .title-news h1 {
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-top: 30px; }

#section-news img {
  -webkit-filter: none;
          filter: none; }

.card.news {
  border-color: #959595; }

.card-title.news {
  color: #0c7e5a; }

.card-header {
  background-color: #959595; }

.card-header:first-child {
  border-radius: 0; }

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: solid 1px #323232;
  color: #323232; }

.nav-tabs .nav-link:hover {
  border-bottom: solid 1px #323232;
  border-top: none;
  border-right: none;
  border-left: none; }

.nav-tabs li {
  font-size: 1.6em;
  padding-top: 2px;
  padding-bottom: 2px; }

.nav-tabs li a:hover {
  color: #0c7e5a; }

.nav-tabs .nav-link.active {
  background-color: #959595;
  color: #0c7e5a;
  border-bottom: solid 1px #323232;
  border-top: none;
  border-right: none;
  border-left: none; }

.tab-content {
  background-color: #959595; }

/* --------------------------------------------- */
/* ------- Start Section Home Page Coverage ------- */
#section-coverage {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #5E5E5E;
  background-image: url(../images/background-section-coverage.png);
  background-attachment: fixed; }

#section-coverage .title-coverage {
  height: 200px;
  border-left-color: #dadada;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px; }

#section-coverage .title-coverage h1 {
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-top: 30px;
  color: #dadada; }

#section-coverage p {
  color: #dadada; }

#section-coverage h6.subtitle {
  color: #dadada; }

.caption-presencia {
  position: absolute;
  max-width: 235px;
  text-align: right;
  top: 2px;
  right: 2px; }

.caption-presencia h6 {
  color: #0c7e5a;
  font-weight: bold; }

.caption-presencia p {
  font-size: 0.9em;
  line-height: 16px;
  color: #ffffff; }

.caption-presencia span {
  font-size: 1.2em;
  color: #0c7e5a; }

/* --------------------------------------------- */
/* ------- Start Section Home Page Contact ------- */
#section-contact {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #000000 url(../images/background-section-contact.png);
  background-attachment: fixed; }

#section-contact .title-contact {
  height: 200px;
  border-left-color: #dadada;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px; }

#section-contact .title-contact h1 {
  color: #dadada;
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-bottom: 10px;
  padding-top: 30px; }

#section-contact p, address {
  color: #dadada; }

#section-contact a {
  color: #0c7e5a; }

#suggestBoxElement {
  border: 1px solid #0c7e5a;
  visibility: hidden;
  text-align: left;
  white-space: nowrap;
  background-color: #eeeeee; }

.suggestions {
  font-size: 14;
  background-color: #eeeeee; }

.suggestionMouseOver {
  font-size: 14;
  background: #0c7e5a;
  color: white; }

.form-control {
  border-radius: 0;
  background-color: #dadada; }

.form-control:focus {
  border-color: #0c7e5a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.form-group label {
  font-size: 0.9em;
  color: #dadada; }

.bg-form {
  background-color: #1F1F1F; }

input[type=checkbox] {
  -webkit-transform: scale(1.6);
          transform: scale(1.6); }

/* --------------------------------------------- */
/* ------- Start Section Home Page Map ------- */
#section-map {
  height: auto; }

/* ------------------------------------------------
End Sections Home Page
--------------------------------------------------*/
/*--------------------------------------------------
11. Section Section Products
--------------------------------------------------*/
#section-product-start {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #D8D8D8 url(../images/section-background-product-start.png);
  background-repeat: center center;
  background-color: rgba(212, 212, 212, 0.9);
  background-attachment: fixed; }

#section-product-start .title-product-start {
  height: auto;
  border-left-color: #323232;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px;
  padding-bottom: 50px; }

#section-product-start .title-product-start h1 {
  color: #323232;
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-top: 50px; }

#section-product-middle {
  padding-top: 110px;
  padding-bottom: 110px;
  opacity: 1;
  background: #ffffff url(../images/section-background-product-middle.png);
  background-repeat: center center;
  background-color: rgba(255, 255, 255, 0.9);
  background-attachment: fixed; }

#section-product-middle .title-product-middle {
  height: auto;
  border-left-color: #323232;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px;
  padding-bottom: 50px; }

#section-product-middle .title-product-middle h1 {
  color: #323232;
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-top: 50px; }

/* ------------ Hover Images ------------------- */
div.hover-div {
  display: inline-block;
  position: relative;
  max-width: 453px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

div.hover-div:hover img {
  -webkit-filter: brightness(25%);
          filter: brightness(25%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

div.hover-div:hover .hover-text {
  display: block; }

div.hover-div .hover-text blockquote {
  font-size: 0.9em; }

.hover-text {
  width: 250px;
  height: auto;
  border-left: 1px solid #dadada;
  display: none;
  clear: both;
  background: transparent;
  color: #dadada;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-left: 20px;
  position: absolute;
  z-index: 2; }

/* -------------------------------------- */
#section-product-end {
  padding-top: 110px;
  padding-bottom: 110px;
  opacity: 1;
  background: #D8D8D8 url(../images/section-background-product-end.png);
  background-repeat: center center;
  background-color: rgba(212, 212, 212, 0.9);
  background-attachment: fixed; }

#section-product-end .title-product-end {
  height: auto;
  border-left-color: #323232;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px;
  padding-bottom: 50px; }

#section-product-end .title-product-end h1 {
  color: #323232;
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-top: 50px; }

#section-product-start.apypsa {
  background-image: none;
  background-color: #D4D4D4; }

#section-product-start.apypsa-obj {
  background-color: #323232;
  color: #dadada;
  background-image: none; }

#section-product-start.apypsa-obj h1 {
  color: #dadada; }

#section-product-start.apypsa-obj .title-product-start {
  border-left-color: #dadada; }

#section-product-start.apypsa-mis {
  background-image: none;
  background-color: #565656;
  color: #959595; }

#section-product-start.apypsa-mis h1 {
  color: #959595; }

#section-product-start.apypsa-mis .title-product-start {
  border-left-color: #959595; }

#section-product-start.apypsa-vis {
  background-image: none;
  background-color: #959595;
  color: #323232; }

#section-product-specs {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #323232 url(../images/section-background-specs.png);
  background-repeat: center center;
  opacity: 1;
  background-attachment: fixed;
  color: #959595; }

#section-product-specs p {
  line-height: 1.0em; }

#section-product-specs ul {
  line-height: 1.0em; }

#section-product-specs .title-product-specs {
  height: 200px;
  border-left-color: #959595;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px; }

#section-product-specs .title-product-specs h1 {
  color: #959595;
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-top: 30px; }

.table th, .table td, .table {
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important; }

.fixed-table-container {
  border: 0px;
  border-bottom: none !important; }

thead {
  border-top: 1px solid #0c7e5a;
  border-bottom: 1px solid #0c7e5a; }

.img-table {
  border-bottom: 1px solid #0c7e5a;
  position: relative;
  margin-top: -90px;
  max-width: 320px;
  text-align: left;
  height: 310px; }

#section-product-specs table {
  color: #959595; }

#section-product-specs table caption {
  border-top: 1px solid #0c7e5a;
  border-bottom: 1px solid #0c7e5a;
  font-size: 0.8em; }

#section-product-start.cabl-start table caption {
  border-top: 1px solid #0c7e5a;
  border-bottom: 1px solid #0c7e5a;
  font-size: 0.8em; }

#section-product-start.cabl-domes table caption {
  border-top: 1px solid #0c7e5a;
  border-bottom: 1px solid #0c7e5a;
  font-size: 0.8em; }

#section-file {
  padding-top: 10px;
  padding-bottom: 90px;
  background-color: #323232;
  color: #959595; }

#section-file p {
  font-size: 0.9em;
  line-height: 1.2em; }

#section-file .border-clients {
  border-right: 1px solid #dadada;
  height: 80px; }

#section-file a:hover {
  color: #0c7e5a; }

#section-product-start.told-start {
  background-color: #39B54A;
  background-image: none;
  color: #000000; }

#section-product-start.beju-start {
  background-color: #323232;
  background-image: none;
  color: #dadada; }

#section-product-start.beju-start .title-product-start {
  border-color: #dadada; }

#section-product-start.beju-start .title-product-start h1 {
  color: #F4F4F4; }

#section-intro-bej-rell {
  height: 109px; }

#section-intro-bej {
  max-width: 100%;
  height: 600px;
  background-image: url(../images/seccion-bejuco-para-muebles.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }

#section-product-start.cabl-start {
  background-color: #FFDD00;
  background-image: none;
  color: #000000; }

#section-product-start.cabl-domes {
  background-color: #D4D4D4;
  background-image: none; }

#section-product-start.roll {
  background-image: url(../images/background-section-specs.png);
  background-color: #000000;
  color: #dadada; }

#section-product-start.roll img.border-bottom-color {
  border-bottom: 1px solid #0c7e5a; }

#section-product-start.roll .title-product-start {
  border-color: #dadada; }

#section-product-start.roll h1 {
  color: #dadada; }

#section-product-start.roll h1.roll {
  color: #dadada;
  font-size: 3.1em;
  font-weight: bold; }

#products-grid {
  margin-top: 80px;
  color: #F4F4F4; }

.box-product {
  max-width: 500px;
  height: 400px; }

.box-title {
  height: 150px;
  border-left-color: #F4F4F4;
  border-left-style: solid;
  border-left-width: 1px;
  padding-left: 40px; }

.box-title h3 {
  margin-top: 37.5px;
  font-weight: bold;
  line-height: 0.9em; }

.box-title p {
  font-size: 0.9em;
  line-height: 1.1em; }

.mas {
  font-size: 60px;
  -webkit-text-stroke: 0.1px #F4F4F4;
  position: absolute;
  display: inline-block;
  padding: 0 20px;
  bottom: 70px;
  right: 150px; }

#product-image.intro {
  background-image: url(../images/product-mosai.jpg);
  background-size: cover;
  background-position: center;
  height: 400px; }

#product-image {
  background-size: cover;
  background-position: center;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-tela-mosquitero.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-tela-mosquitero.jpg);
  opacity: 0.8; }

#product-image.grid-tela-mosq:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-tela-mosquitero.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-tela-mosquitero.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-anti {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-malla-antiafida.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-malla-antiafida.jpg);
  opacity: 0.8; }

#product-image.grid-anti:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-malla-antiafida.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-malla-antiafida.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-antigran {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-malla-antigranizo.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-malla-antigranizo.jpg);
  opacity: 0.8; }

#product-image.grid-antigran:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-malla-antigranizo.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-malla-antigranizo.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-antipaj {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-malla-antipajaro.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-malla-antipajaro.jpg);
  opacity: 0.8; }

#product-image.grid-antipaj:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-malla-antipajaro.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-malla-antipajaro.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-raschel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-malla-raschel.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-malla-raschel.jpg);
  opacity: 0.8; }

#product-image.grid-raschel:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-malla-raschel.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-malla-raschel.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-sombra {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-malla-sombra.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-malla-sombra.jpg);
  opacity: 0.8; }

#product-image.grid-sombra:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-malla-sombra.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-malla-sombra.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-told-sombra {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-toldo-sombra.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-toldo-sombra.jpg);
  opacity: 0.8; }

#product-image.grid-told-sombra:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-toldo-sombra.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-toldo-sombra.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-bejuco {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-bejuco-muebles.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-bejuco-muebles.jpg);
  opacity: 0.8; }

#product-image.grid-bejuco:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-bejuco-muebles.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-bejuco-muebles.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-agricola {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-cable-agricola.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-cable-agricola.jpg);
  opacity: 0.8; }

#product-image.grid-agricola:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-cable-agricola.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-cable-agricola.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

#product-image.grid-domestico {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(../images/grid-cable-domestico.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/grid-cable-domestico.jpg);
  opacity: 0.8; }

#product-image.grid-domestico:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(12, 126, 90, 0.8))), url(../images/grid-cable-domestico.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(12, 126, 90, 0.8)), url(../images/grid-cable-domestico.jpg);
  transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -webkit-transition: opacity 1s ease-in;
  opacity: 1.0; }

/*--------------------------------------------------
12. Section Products Parallax
--------------------------------------------------*/
#product-parallax {
  padding-top: 250px;
  padding-bottom: 250px;
  background-image: url(../images/seccion-tela-mosquitero-parallax.jpg);
  background-attachment: fixed;
  background-size: cover; }

#product-parallax .title-product-parallax {
  height: auto;
  border-right-color: white;
  border-right-style: solid;
  border-right-width: 1px; }

#product-parallax .title-product-parallax h1 {
  font-size: 3.1em;
  font-weight: bold;
  line-height: 1.0em;
  padding-top: 30px;
  margin-right: 40px; }

#product-parallax.middle {
  background-image: url(../images/seccion-tela-mosquitero-parallax-middle.jpg); }

#product-parallax.end {
  background-image: url(../images/seccion-tela-mosquitero-parallax-end.jpg); }

#product-parallax.anti {
  background-image: url(../images/malla-antiafida-parallax-start.jpg); }

#product-parallax.grani {
  background-image: url(../images/malla-antigranizo-parallax-start.jpg); }

#product-parallax.paj {
  background-image: url(../images/malla-antipajaro-parallax-start.jpg); }

#product-parallax.rasch {
  background-image: url(../images/malla-raschel-parallax-start.jpg); }

#product-parallax.somb-start {
  background-image: url(../images/malla-sombra-parallax-start.jpg); }

#product-parallax.somb-middle {
  background-image: url(../images/malla-sombra-parallax-middle.jpg); }

#product-parallax.somb-end {
  background-image: url(../images/malla-sombra-parallax-end.jpg); }

#product-parallax.told-start {
  background-image: url(../images/toldo-sombra-parallax-start.jpg); }

#product-parallax.told-middle {
  background-image: url(../images/toldo-sombra-parallax-middle.jpg); }

#product-parallax.bej-start {
  background-image: url(../images/bejuco-muebles-parallax-start.jpg); }

#product-parallax.bej-middle {
  background-image: url(../images/bejuco-muebles-parallax-middle.jpg); }

#product-parallax.cabl-start {
  background-image: url(../images/cable-de-amarre-parallax-start.jpg); }

#product-parallax.cabl-middle {
  background-image: url(../images/cable-de-amarre-parallax-middle.jpg); }

#product-parallax.cabldms-start {
  background-image: url(../images/cable-uso-domestico-parallax-start.jpg); }

#product-parallax.cabldms-middle {
  background-image: url(../images/cable-uso-domestico-parallax-middle.jpg); }

/*--------------------------------------------------
13. Media Queries Carousel
--------------------------------------------------*/
@media (max-width: 768px) {
  .carousel .promo,
  .carousel-inner .promo {
    height: 100vh; }

  .carousel.promo img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 100vh;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

  .carousel-caption.promo {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 62%;
    max-width: 600px;
    max-height: 270px; }

  .carousel-caption h1 {
    font-size: 2.8em;
    font-weight: bold; }

  .carousel-caption p {
    font-size: 1.0em; } }
@media (max-width: 576px) {
  #product-parallax-start h1 {
    font-size: 3.0em;
    font-weight: bold;
    border-right: 1px solid #F4F4F4;
    float: right;
    margin-bottom: 40px;
    padding-right: 40px;
    line-height: 0.9em; }

  #product-parallax-middle h1 {
    font-size: 3.0em;
    font-weight: bold;
    border-right: 1px solid #F4F4F4;
    float: right;
    margin-bottom: 40px;
    padding-right: 40px;
    line-height: 0.9em; }

  #product-parallax-end h1 {
    font-size: 3.0em;
    font-weight: bold;
    border-right: 1px solid #F4F4F4;
    float: right;
    margin-bottom: 40px;
    padding-right: 40px;
    line-height: 0.9em; }

  .carousel .promo,
  .carousel-inner .promo {
    height: 100vh; }

  .carousel.promo img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 100vh;
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

  .carousel-caption.promo {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 60%;
    max-width: 600px;
    max-height: 300px; }

  .carousel-caption h1 {
    font-size: 2.0em;
    font-weight: bold; }

  .carousel-caption p {
    font-size: 1.0em; } }
@media (min-width: 320px) and (max-width: 375px) {
  /* ------------------------
  Carousel
  -------------------------- */
  .carousel .promo,
  .carousel-inner .promo {
    height: 100vh; }

  .carousel.promo img {
    position: relative;
    top: 0;
    left: 0;
    /*min-width: 100vw;*/
    height: 100vh;
    /*max-width: none;*/
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

  .carousel-caption {
    max-width: 375px;
    max-height: 270px; }

  .carousel-caption.promo {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 63%;
    bottom: initial; }

  .carousel-caption h1 {
    font-size: 1.2em;
    font-weight: bold; }

  .carousel-caption p {
    font-size: 0.8em; } }
@media (min-width: 280px) and (max-width: 414px) {
  /* ------------------------
  Titles Home Page
  -------------------------- */
  #section-about .title-about {
    padding-left: 15px; }

  #section-about .title-about h1 {
    font-size: 2.5em; }

  #section-products .title-products {
    padding-left: 15px; }

  #section-products .title-products h1 {
    font-size: 2.5em; }

  #section-news .title-news {
    padding-left: 15px; }

  #section-news .title-news h1 {
    font-size: 2.5em; }

  #section-coverage .title-coverage {
    padding-left: 15px; }

  #section-coverage .title-coverage h1 {
    font-size: 2.5em; }

  #section-contact .title-contact {
    padding-left: 15px; }

  #section-contact .title-contact h1 {
    font-size: 2.5em; }

  #section-products-title h1 {
    font-size: 2.5em; }

  /* ------------------------
  Titles Section Product
  -------------------------- */
  #section-product-start .title-product-start {
    padding-left: 7px; }

  #section-product-start .title-product-start h1 {
    font-size: 1.8em; }

  #section-product-middle .title-product-middle {
    padding-left: 7px; }

  #section-product-middle .title-product-middle h1 {
    font-size: 1.8em; }

  #section-product-end .title-product-end {
    padding-left: 7px; }

  #section-product-end .title-product-end h1 {
    font-size: 1.8em; }

  #section-product-specs .title-product-specs {
    padding-left: 7px; }

  #section-product-specs .title-product-specs h1 {
    font-size: 1.8em; }

  #product-parallax .title-product-parallax h1 {
    font-size: 2.2em;
    margin-right: 20px; } }

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