@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500;700&display=swap');


.container-title h1 {
	padding: 30px;
	position: relative;
	padding-top: 40px;
	margin-bottom: 50px;
	color: #4e4949;
	 max-width: 1400px;
        margin: 0 auto;
		text-align: center;
		text-shadow: 2px 2px 2px rgb(192, 179, 179);
  font-size: clamp(1.2rem, 3.2vw, 5rem);
 
  line-height: 1.1;




}

.container{
	 display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
 width: 90%;
}

.container-img {
	background-color: #f7f7f9;
	flex: 1;
	
}
.container-img:hover{
	
border: solid rgb(207, 207, 207) 2px;
border-radius: 10px;
opacity: 0.99;
}
.container-img img{
	border-radius: 10px}

.container-info-product {
	flex: 1;
	display: flex;
	flex-direction: column;
}




.container-details-product {
	padding: 30px 0;
}

.form-group {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 15px;
}

.form-group label {
	width: 100px;
	color: #222;
	font-weight: 700;
}

.form-group select {
	width: 300px;
	border: none;
	padding: 12px 15px;
	background-color: #f7f7f7;
	outline: none;
	color: #666;
}

.btn-clean {
	border: none;
	background: none;
	color: #666;
	margin-left: 0px;
	cursor: pointer;
}

.btn-clean:hover {
	color: #1bbeb4;
}

i:hover{
	color: #1bbeb4;
}
.container-quantity {
	position: relative;
}

.input-quantity {
	background-color: #f7f7f7;
	border: none;
	padding: 10px;
	width: 60px;
	height: 100%;
	color: #666;
	font-weight: 500;
	line-height: 0;
}

.input-quantity:focus {
	outline: none;
}

.input-quantity::-webkit-inner-spin-button,
.input-quantity::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none;
}





.hidden {
	display: none;
}

.container-description,
.container-additional-information,
.container-reviews {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 0;

margin: 0px;
}

.title-description,
.title-additional-information,
.title-reviews {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.title-description h4,
.title-additional-information h4,
.title-reviews h4 {
	font-weight: 500;
	color: #666;
	font-size: 17px;
	margin-top: 0px;
	
	
	
}
/* Parrafo descripcion*/
.text-description,
.text-additional-information,
.text-reviews {
	font-size: 14px;
	color: #252525;
	font-weight: 300;
	line-height: 20px;
	font-family: 'Times New Roman', Times, serif;
	margin-top: 3px;
text-align: justify;
}

.container-social {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
}

.container-social span {
	font-weight: 400;
	color: #252525;
}

.container-buttons-social {
	display: flex;
	gap: 15px;
	align-items: center;
}

.container-buttons-social a:link,
.container-buttons-social a:visited {
	color: #666;
	font-size: 15px;
}

.container-buttons-social a:hover {
	color: #1bbeb4;
}
.container-related-products{
	margin-top: 20px;
	width: 90%;
	margin-left: 5%;
	
}
.container-related-products h2 {
	text-align: center;
	margin-bottom: 50px;

}

.card-list-products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;

}

.card {
	cursor: pointer;
}

.card-img {
	background: transparent;
	margin-bottom: 15px;
}

.card-img img {
	height: 200px;
	object-fit: cover;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

.card-img img:hover{
	opacity: 0.8;
	border: solid rgb(195, 197, 181) 2px;
}
.info-card {
	display: flex;
	justify-content: space-between;
}

.text-product {
	color: #252525;
	font-weight: 300;
	line-height: 1.4;
	
	margin-top: -17px;
	margin-left: 0px;
}

.text-product h3{
    color: inherit;
    font-weight: inherit;
    font-size: 15px;
	
}

.text-product h3:hover{
    color: #1bbeb4;
}

.text-product p{
    color: #666;
    font-size: 13px;
	
}

.text-product p:hover{
    color: #1bbeb4;

}
.legal{
text-align: center;
margin-top: 80px;
margin-bottom: 40px;
}
.legal h4{


margin-bottom: 20px;
}

 @media (max-width:991px) {

.container-title h1 {
	
margin-top:90px ;
font-size: 30px;
}
.container{
	 display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: 90%;
  margin-left: 10%;

}
.card-list-products {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 25px;
	width: 100%;
	margin: 0px auto;


	text-align: center;
}
.card-img img {
	height: 100%;
	width: 90%;
	object-fit: cover;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
		margin-top: 5px;
}
.text-product h3 {
	margin-top: 5px;
	margin-left: 5%;
	position: absolute;
	margin-top: 5px;

}
.text-product {
	margin-left: 0px;
}
.container-related-products{
	
	margin-left: 5%;
	
}
.container-related-products p{
	
	margin-left: 5%;
	display: flex;
	position: absolute;
		margin-top: 20px;
		margin-bottom: 60px;
	
}
 }

 /*icono whatsapp*/
        .whatsapp-button {
            position: fixed;
            bottom: 15px;
            right: 15px;
            background-color: #4cc370;
            color: #fff;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 24px;
            line-height: 50px;
            box-shadow: 2px 2px 3px #999;
            text-decoration: none;
        }

        .whatsapp-button:hover {
            background-color: #3d9e5a;
        }

		 /*icono contact*/
		
        .contac-button {
            position: fixed;
            bottom: 80px;
            right: 15px;
            background-color: #cbd8cf;
            color: #fff;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            text-align: center;
            font-size: 24px;
            line-height: 50px;
            box-shadow: 2px 2px 3px #999;
            text-decoration: none;
        }

        .contac-button:hover {
            background-color: #cacdcf;
        }
.Count{
  width: 45px;
  padding-top: 8px;
  position: relative;
align-content: center;
}

.glass1 {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}

