body {
  font-size: 1.3rem;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #777;
}

.page-layout-1column .column.main {
	overflow: hidden !important;
}

a, a:visited {
	color: #08c;
	text-decoration: none;
}

/* Minicart */
.minicart-wrapper .action.showcart .counter.qty {
	  background: #08c;
  }
.opc-progress-bar-item._active > span::before {
	  background: #08c;
  }
.opc-progress-bar-item._active::before {
	  background: #08c;
  }

/* Navigation Mobile */

@media only screen and (max-width: 767px) {
  .navigation a, .navigation a:hover, .navigation a:visited {
      color: #575757;
   }
   .navigation .submenu:not(:first-child) .active > a {
      border-color: #000;
   }
   .navigation .level0.has-active > a:not(.ui-state-active) {
      border-color: #000;
   }       
   .nav-toggle {
   top: 6px;
   }
}

/* Header */

@media (min-width: 768px), print {
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #f0f0ed !important;
    color: #777 !important;
  }
  .page-header a {
  color: #2bb5e7 !important;
 }
 h1 {
 font-size: 30px !important;
 }
}

/* Navigation */

div#store\.menu {
  background: #2bb5e7 !important;
}

.navigation {
    background-color: #2bb5e7 !important;
    padding: 0 15px;
}

@media (min-width: 768px), print {
  .navigation .level0 > .level-top {
    color: #fff !important;
  } 

  .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: #777 !important;
  }
  .nav-sections {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}

@media (min-width: 1280px), print {
  .navigation {
      font-size: 14px;
   }
}		
/* Buttons */

.action.primary {
background: #2bb5e7 !important;
  border: 1px solid #2bb5e7 !important;
  color: #fff;
  cursor: pointer;
}

/* Homepage rellenos */

.container.rellenos {
    border: 1px solid #ddd;
    min-height: 260px;
margin-top: 35px;
}

.rellenos-left {
    padding: 40px;
}

.rellenos-left p {
    line-height: 2.1rem;
}

.rellenos-right {
background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(196,223,235,1) 100%);
}


.btn.rellenos {
    border-radius: 0 5px 5px 2px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 13px;
    font-weight: 400;
    background-color: #2bb5e7;
    border-color: #2bb5e7;
    color: #F7FDFF;
}

.rellenos-bg {
    background: url(/media/wysiwyg/saralatitas.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 280px;
    min-height: 280px;
}


.container.asesoramiento {
    border: 1px solid #ddd;
    min-height: 260px;
margin-top: 18px;
}

.asesoramiento-left {
    padding: 22px;
}

.asesoramiento-left p {
    line-height: 2rem;
}

.asesoramiento-right {
background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(196,223,235,1) 100%);
}


.btn.asesoramiento {
    border-radius: 0 5px 5px 0;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 13px;
    font-weight: 400;
    background-color: #2bb5e7;
    border-color: #2bb5e7;
    color: #F7FDFF;
}

.asesoramiento-bg {
    background: url(/media/wysiwyg/FOTOLATACOOKIES.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 260px;
    min-height: 260px;
}

/* Homepage banner */

.banner-principal {
    background-image: url(/media/wysiwyg/top-banner-main.jpg);
    min-height: 400px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-color: #c4dfea;
}

.banner-title {
    position: relative;
    top: 60px;
    left: 150px;
    width: 520px;
    background: white;
    padding: 28px;
}

.title-blue {
	color: #08c;
	font-weight: 700;
	display: block;
}

.tagline {
    height: 57px;
    background: #808080;
}

.row.topline {
    padding-top: 6px;
}

.tickmark {
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}

.tickmark-box {
    font-size: 16px;
    padding: 6px 0 0 0;
    color: #fff;
}

@media (min-width: 1698px) {

.tagline {
    height: 46px;
}


}

@media (min-width: 1281px) {

.row-topline {
    padding-top: 2px;
}

}

@media (max-width: 1280px) {

.tickmark-box {
font-size: 12px;
}
.row.topline {
    padding-top: 12px;
}
}

@media (min-width: 768px) and (max-width: 1280px) {

.tickmark {
display: none;
}

}


@media (max-width: 767px) {

.tickmark {
height: 16px;
}
.tagline {
    height: 130px;
}

.row.topline {
    padding-top: 0px;
}

.banner-title {
    top: 60px;
    left: 40px;
    width: 380px;
    background: rgba(255,255,255,70%);
}
.banner-title h1 {
font-size: 3rem;
}

.products-grid .product-item.quarter {
width: 100%
}

.presupuesto-left {
float: left;
width: 100%;
}

.presupuesto-right {
display: none;
}

.page-header.type1 {
    display: block;
    top: 0;
    position: fixed;
    width: 100%;
}
#maincontent {
    margin-top: 60px;
}

.custom-attribute {
font-size: 1.2rem;
}


}

@media (max-width: 414px) {

.tickmark {
height: 16px;
}
.tagline {
    height: 130px;
}

.banner-title {
    top: 60px;
    left: 40px;
    width: 300px;
}
.banner-title h1 {
font-size: 2rem;
}
}

/* Product list page */

.custom-attribute {
	  font-size: 12px;
}

/* Presupuesto page */

.presupuesto-right {
    border: 1px solid #2bb5e7;
    max-width: 300px;
    float: left;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    padding: 12px;
    font-weight: 700;
}

/* Product list */

.footer.content {
  border-top: 0px;
  margin-top: 25px;
  padding-bottom: 0px;
  padding-top: 25px;
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: 100% !important;
}

.product-item-name > a, .product.name a > a {
  color: #4d7bdd;
  text-decoration: none !important;
  font-weight: 400 !important;
  font-size: 15px;
}

.product.details.product-item-details {
  text-align: center;
}

.product.photo.product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
}

/* Footer */

.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  width: auto;
}

.footer-middle {
  background-color: #7b7c7c !important;
  color: #FFF !important;
}

.footer-middle {
  background-color: #121214;
  padding: 10px 0;
}

.footer-middle .block .block-title strong {
  color: #2bb5e7 !important;
}

.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #fff;
  text-transform: none;
}

.footer-middle a {
color: #fff;
}
.footer-bottom {
  min-height: 80px;
  line-height: 40px;
  background-color: #0c0c0c;
  padding: 25px 0;
}

.footer-bottom .custom-block {
  float: left;
  line-height: 1;
  margin: 3px 0;
}

.footer-bottom address {
  float: right;
  line-height: 30px;
  margin: 0;
}

 .footer.content .block {
    float: left !important;
  }

.footer-middle .block .block-title {
  margin-bottom: 20px;
}

 .block.newsletter {
    max-width: 100% !important;
    margin-top: 8px;
  }

 .block.newsletter .field {
    margin-right: 0px !important;
  }

.action.subscribe.primary {
  padding: 4px 6px 5px;
}
/* Product page */

.top-details {
  margin: 0;
}

.value.collapsed {
  display: none;
}


.product.pricing {
  display: none;
}


.product-info-price .price-container .price {
  font-size: 36px !important;
  color: #2bb5e7;
  line-height: 2rem;
}

.product-info-price {
  margin-bottom: 10px;
  padding-top: 10px;

}

.price-container .price {
  color: #2bb5e7;
}

.price-container .price::after {
	color: #ccc;
	font-size: 12px;
  content: " (sin I.V.A.)";
}

.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    display: table;
    text-align: left;
}

.product-info-price.mageworx-product-final-price .price {
  display: block !important;
  margin-top: 10px !important;
}

.read-more-btn {
    margin: 15px 0;
}

a.read-more-btn {
    cursor: pointer;
    color: #1979c3;
    font-weight: 600;
    list-style: none;
    outline: none;
text-decoration: none;
}

a.read-more-btn::-webkit-details-marker {
    display: none;
}

a.read-more-btn.closed::after {
    content: " ▼";
    font-size: 12px;
}

a.read-more-btn.open::after {
    content: " ▲";
}

@media (min-width: 768px), print {
.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
    display: table !important;
    padding-top: 0px !important;
    text-align: left !important;
}

.product.data.items > .item.title > .switch {
 height: 31px !important;
}

.product-info-main .page-title-wrapper .page-title {
	    margin-top: 0px !important;
    }
      .page-products .products-grid .product-item {
    margin-left: 2% !important;
    padding: 5px !important;
    width: calc((100% - 8%) / 4) !important;
  }
   h1 {
    margin-bottom: 10px !important;
  }
}

/* full page */
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px !important;
  }
}
