#card  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    }
  
  @media (max-width: 1150px) {
  #card {
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;    
  }
    
  }
  
  @media (max-width: 720px) {
  #card{
   display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
  }
}
  
  #card .card {
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 350px;
    min-width: 350px;
    display: grid;
    grid-template-columns: 350px;
    grid-template-rows:  259px 52px 30px 222px 149px;
    grid-template-areas: "image" "title" "detail" "text" "product-price";
    border-radius: 28px;
    background: white;
    box-shadow: 0px 0px 20px rgb(0 0 0);
        font-family: roboto;
    padding-top: 2px;
  }
  #card .card-image {
    grid-area: image;
  }
  
  #card .card-title {
    grid-area: title;
  }
  
  #card .card-detail {
    grid-area: detail;
    padding-top: 10px;
  }
  
  #card .card-text {
    grid-area: text;
  }
  
  #card .card-product-price {
    grid-area: product-price; 
  }
  
  #card .card-image {
    grid-area: image;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    border-radius: 5%;
  }
  .prod1{
    background: url("../images/escala/fajasade.png");
  }
  .prod2{
    background: url("../images/escala/estallidos1.jpg");
  }
  .prod3{
    background: url("../images/escala/ofertas1.png");
  }
  .prod4{ 
    background: url("../images/prohibido_estacionar_carteles_altoi.jpg");
  }
  .prod5{
    background: url("../images/imagen10.jpg");
  }
  #card .card-title h2 {
    grid-area: title;
    margin: 15px 15px 0px;
    color: grey;
    font-size:28px;
    text-align: left;
    line-height: 1.5em;    
  }
  
  #card .card-detail  {
    grid-area: detail;
    margin: 5px 25px;}
  
  #card .card-detail h3 {
    color: grey;
    font-size:15px;
    font-weight: 300;
    text-align: left;
    line-height: 1.5em;    
     
  }
  
  #card .card-detail .date {
    color: #f0b501; 
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;  
  }
  
      
  #card .card-text  {
    grid-area: text;
    margin: 25px;}
  
  #card .card-text p {
    color: grey;
    font-size:17px;
    font-weight: 300;
    text-align: left;
    line-height: 1.5em;    
  }
  
  #card .card-product-price {
    grid-area: product-price; 
    margin:50px 25px;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
  }
  
  
  #card .card-product-price p {
    display: inline-block;
    position: absolute;
    top:10px;
    height: 50px;
    margin: 0 0 0 50px;
    font-size: 20px;
    color: grey;}
   
  
  #card span {
    display: inline-block;
    height: 50px;
    font-size: 25px;
  }
  
  #card .card-product-price button {
    display: inline-block;
    height: 50px;
    width:200px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 60px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #000000;
    background-color: #cef1ea;
    cursor: pointer;
    outline: none;
  }
  #card .card-product-price button:hover {
    background-color: #b4e5db;
  }

  
  #card .card:hover {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.6);
  }
  #card .card {
    transition: 0.5s ease;
    cursor: pointer;
  }   
  .contain-prod{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
#pregFrec{
  padding-top: 30px;
}

.pd-wrap {
	padding: 40px 0;
	font-family: 'Poppins', sans-serif;
}
.heading-section {
	text-align: center;
	margin-bottom: 20px;
}
.sub-heading {
	font-family: 'Poppins', sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
	min-width: 80px;
	background-size: 100%;
}
.carousel-testimonial .item {
	padding: 30px 10px;
}
.quote {
	position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}
.name {
	margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
	color: #adadad;
	font-size: 14px;
}
.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: none;
	height: 25px;
  background: #0000ff00;
    border: none;
}
.owl-nav button svg {
	width: 25px;
	height: 25px;
}
.owl-nav button.owl-prev {
	left: 25px;
}
.owl-nav button.owl-next {
	right: 25px;
}
.owl-nav button span {
	font-size: 45px;
}
.product-thumb .item img {
	height: 130px;
}
.product-name {
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-price-discount {
	font-size: 22px;
    font-weight: 400;
    padding: 10px 0;
    clear: both;
}
.product-price-discount span.line-through {
	text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}
.display-flex {
	display: flex;
}
.align-center {
	align-items: center;
}
.product-info {
	width: 100%;
}
.reviews-counter {
    font-size: 13px;
}
.reviews-counter span {
	vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
	margin-bottom: 0;
	line-height: 21px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-dtl p {
	font-size: 14px;
	line-height: 24px;
	color: #7a7a7a;
}
.product-dtl .form-control {
	font-size: 15px;
}
.product-dtl label {
	line-height: 16px;
	font-size: 15px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
}
.product-count {
	margin-top: 15px; 
}
.product-count .qtyminus,
.product-count .qtyplus {
	width: 34px;
    height: 34px;
    background: #212529;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}
.product-count .qtyminus {
	border-radius: 3px 0 0 3px; 
}
.product-count .qtyplus {
	border-radius: 0 3px 3px 0; 
}
.product-count .qty {
	width: 60px;
	text-align: center;
}
.round-black-btn {
	border-radius: 4px;
    background: #212529;
    color: #fff;
    padding: 7px 45px;
    display: inline-block;
    margin-top: 20px;
    border: solid 2px #212529; 
    transition: all 0.5s ease-in-out 0s;
}
.round-black-btn:hover,
.round-black-btn:focus {
	background: transparent;
	color: #212529;
	text-decoration: none;
}

.product-info-tabs {
	margin-top: 25px; 
}
.product-info-tabs .nav-tabs {
	border-bottom: 2px solid #d8d8d8;
}
.product-info-tabs .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-info-tabs .nav-tabs .nav-link {
	border: none; 
	border-bottom: 2px solid transparent;
	color: #323232;
}
.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
	border: none; 
}
.product-info-tabs .nav-tabs .nav-item.show .nav-link, 
.product-info-tabs .nav-tabs .nav-link.active, 
.product-info-tabs .nav-tabs .nav-link.active:hover {
	border: none; 
	border-bottom: 2px solid #d8d8d8;
	font-weight: bold;
}
.product-info-tabs .tab-content .tab-pane {
	padding: 30px 20px;
	font-size: 15px;
	line-height: 24px;
	color: #7a7a7a;
}
.review-form .form-group {
	clear: both;
}
.mb-20 {
	margin-bottom: 20px;
}

.review-form .rate {
	float: none;
	display: inline-block;
}
.review-heading {
	font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}
.review-form .form-control {
	font-size: 14px;
}
.review-form input.form-control {
	height: 40px;
}
.review-form textarea.form-control {
	resize: none;
}
.review-form .round-black-btn {
	text-transform: uppercase;
	cursor: pointer;
}

#main{
  display: flex;
  justify-content: center;
}

.apa{
  display: block !important;
}

.uno{
  color: #f0b501;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.dos{
  color: grey;
    font-size: 15px;
    font-weight: 300;
    text-align: left;
    line-height: 1.5em;
}

.btn-wsp {
  position: fixed;
  width: 55px;
  height: 55px;
  line-height: 55px;
  bottom: 25px;
  left: 15px;
  border-radius: 50px;
  z-index: 100;
  box-shadow: 0px 1px 10px rgba(0,0,0,0,0.3);
}
