
.first {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  margin: 10%;
  box-sizing: border-box; 

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 450px;
  }
}

.first-left {  
  width: 550px;
  top: 55px;
  left: 73px;
  height: 500px;

  @media (max-width: 768px) {
    width: 90%;
    height:auto;
    font-size:10px;    
  }
}

.first-right {
  height: 408px;
  width: 400px;
  top: 55px;
  left: 0px; 

  @media (max-width: 768px) {
    visibility: hidden;
  }
}

.first-right img{ border-radius:14px;}

.first-kit {
	font-family: "Montserrat", Arial, sans-serif;
  color: #47aa73;
  font-size: 48px;   
	font-weight: 800 !important;
  width: 514px;
  height: 59px;
  margin-top: 8px;
  margin-bottom: 1px;
  line-height: 58.51px !important; 
 
  @media (max-width: 768px) {
    font-size: 2.2rem; 
    
  }
}

.first-services {
  margin-top: 10px;
  font-weight: 700;
  width: 593px;
  height: 29px;

  @media (max-width: 768px) {
    font-size: 1.5rem; 
    width: 83%;
  }
}

.first-paragraph {
  font-size: 1.125rem; 
  margin-top: 10px;
  line-height: 1.5rem; 

  @media (max-width: 768px) {
    width: 85%;
    font-size: 0.7rem;
    line-height: 1rem; 
    width: 90%;
  }
}

.second {
  margin-top: -140px; 
  left: 232px;
  margin-left: 25%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  width: 816px;
  height: auto; 
  padding: 0;
  border-radius: 24px;
  z-index: 2; 
  position: relative; 
  margin-bottom: 50px; 

  @media (max-width: 768px) {
    width: 100%;
    left: 0;    
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    margin-left: 5%;
    width: 90%;
  }
  
}

.second-left {
  width: 100%;
  z-index: 1;
  background-color: #ece5d4;
  height: 100%;
  margin:0;
  border-radius: 24px 24px 24px 24px;  
  box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.3); 

  @media (max-width: 768px) { 
    z-index:auto; 
    width: 95%;    
    border-radius: 24px 24px 0px 0px;
    margin-left: 2px;
  }
  
}

.second-right {  
  margin-top: 100px;
  height: 70%;
  width: 100%;
  margin-left: -15px;
  padding-bottom: 0;
  border-radius: 24px 24px 24px 24px; 
  box-shadow: -1px 4px 5px rgba(0, 0, 0, 0.3); 
  z-index: 1; /* Ensure second section is above third section */ 

  @media (max-width: 768px) {
    z-index:auto;
    border-radius: 24px 24px 24px 24px;
    margin-top:10px;
    margin-top: 0;
    margin-left: 5px;
  }
}


.second-title {
  color: #ECE5D4;
  font-weight: 800;
  margin: 0;
  background-color: #47aa73;
  font-family: "Montserrat", Arial, sans-serif;
  text-align: center;
  align-items: center;
  align-content: center;
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  height: 100px;
}
.second-parragraph{
	margin-top:50px;
	display: flex;
  justify-content: center; /* Centrar horizontalmente */
  align-items: center;     /* Centrar verticalmente */
  height: 100vh
  margin: 0 auto;  
  flex-direction: column;  
}

.second-left-parragraph{
  display: flex;
}

.second-numerate {
  margin-top: 20px;
  color: #47aa73;
  font-size: 1.5rem; /* 24px to rem */
  font-weight: 800;
  margin-left: 15px;
  margin-bottom: 1px;
  display: inline-block;
  line-height: 2rem; /* 32px to rem */

  @media (max-width: 768px) {
    display: flex;
  }
}

.second-paragraph {
  margin-left: 20px;
	margin-top:10px;
  width: 80%;
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem; 
  line-height: 1.6rem; 
}

.second-img {
  margin-top: 0;
  height: 268px;
  width: 408px;
  border-radius: 24px 24px 0px 0px;
  margin-bottom: 0; 
  display: inline-block; 
  vertical-align: top; 
  background: url("../img/image_10.png");
  background-size: cover;

  @media (max-width: 768px) {    
    width: 100%;
    height: 300px;
    border-radius: 24px 24px 0 0;
  }
  
}

.second-rigth-tittle {
    font-size: 18px; 
    background: #47aa73;
    font-weight: 800;
    margin: 0;
    height: 320px;
    display: inline-block; 
    vertical-align: top; 
    border-radius: 0 0 24px 24px;
    padding-bottom: 0;
    margin-bottom: 0; 

    @media (max-width: 768px) {
      border-radius: 0px 0px 24px 24px;
      height: auto;
    }
    
    
}
.second-h1{
    color:#66205E;
    font-size: 1.75rem; 
    margin-bottom: 2px;
    text-align: left;
    width: 80%;
    margin-left: 40px;
    line-height: 2.25rem; 
}
.second-p{
    color:#ECE5D4;
    margin-top: 5px;
    margin-left: 40px;
    margin-bottom: 0;
    font-size: 0.875rem; 
    text-align: left;
    width: 80%;
    border-bottom: 1px solid #ECE5D4;
    line-height: 1.25rem !important; 
}

.second-rigth-tittle-h2 {
  color: #ECE5D4;
  text-align: left;
  margin-top:0;
  font-size: 0.875rem; 
  padding: 15px;
  line-height: 1.5rem; 
  width: 80%;
  margin-left: 30px;
	border-radius: 24px 24px 24px 24px;

  @media (max-width: 768px) {
    font-size: 1rem; 
    width: 90%;
    margin-left: 10px;
    height:auto;
  }
  
}

.ofertas {
  text-align: left;
  font-size: 3.25rem;
  font-weight: 800;
  color: #47aa73;
  width: 100%;
  height: 50px;
  margin-left: 5%; 
  display:flex; 
	
  @media (max-width: 768px) {
    margin-top: 20px; 
    margin-left: 5%;
    width: 90%;
    font-size: 1.40rem; 
  }
}

.third {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
  width: 100%;
  margin: 2%; 
  height:966px; 
  box-sizing: border-box; 
  z-index: 1; 
  position: relative; 
  margin-top: 50px; 

  @media (max-width: 768px) {
    display:flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
    margin: 5%;
    width: 90%;
    margin-top: 20px; 
  }
}

.third-left,
.third-center,
.third-right {
  width: 85%;
  height: 100%;
  margin-left:10%;
  border-radius: 24px;
  background-color: #ece5d4;
  box-shadow: 0px 0px 10px 2px #ccc;

  @media (max-width: 768px) {
    width: 100%;
	  height: auto;
    margin-bottom: 15px; 
    background-color: #ece5d4;
  }
}

.third-left-tittle,
.third-center-tittle,
.third-right-tittle {
  padding-left: 40px;
	margin-top: 20px;
  height: 130px;
  position: relative; 
	
	@media (max-width: 768px) {
    height: 100px;
    padding-left: 20px;
  }
  
}
.product-name {
  margin-top: 40px;
  font-size: 30px;
	font-weight:600;
	
}
.product-price {
  margin-top: 10px;
  margin-left: 25px;
  font-size: 30px;
}
.product-img-basic {
  width: 200px;
  height: 200px;
  position: absolute; 
  top: 0; 
  right: 0; 
  z-index: 1; 
  margin-top: -45px;  
}

.divider {
  align-content: center;
  width: 80%;
  height: 1px;
  background-color: #47aa73;
  margin: 15px auto 0 auto;
}

.product-img-pro {
  width: 200px;
  height: 200px;
  position: absolute; 
  top: 0; 
  right: 0; 
  z-index: 1; 
  margin-top: 40px;

  @media (max-width: 768px) {
   z-index: auto;
  }
}
.product-img-top {
  width: 200px;
  height: 200px;
  position: absolute; 
  top: 0; 
  right: 0; 
  z-index: 1; 
  margin-top: 26px;
  margin-right: -10px;

  @media (max-width: 768px) {
   z-index: auto;
  }
}

.third-left-content,
.third-center-content,
.third-right-content {
  width: 88%; 
  padding: 15px;
  height: 450px;
  margin: 10px auto 0 auto;
  background-color: #ece5d4;
	
	@media (max-width: 768px) {
    height: auto;
    padding: 20px;
    width: 90%;
  }
}
.third-left-content p h3 {
  width: 80%;
  margin: 10px auto 0 auto;
  margin-right: 10px;
}

.btn {
  text-align: center;
  justify-content: center;
  align-items: center;
  display:flex;
  background-color: #47aa73;
  color: #ece5d4;
  font-size: 1rem; 
  width: 200px;
  height: 35px;
  border: none;
  border-radius: 12px;  
  margin: 35px auto ; 
  text-decoration: none; 

  @media (max-width: 768px) {
    width: 150px;
    height: 30px;
    font-size: 0.8rem; 
    margin: 5px auto;
  }
}

.third-left-footer,
.third-center-footer,
.third-right-footer {  
  font-size: 18px;
  width: 85%;
  padding: 30px;
  height: 130px;
  margin: 10px auto 0 auto;
}

.third-footer-p {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 0;
  font-size: 1rem;  
  height: 44.8px;  

  @media (max-width: 768px) {
    font-size: 0.8rem;    
  }
}

.third-footer-p p{padding:0; margin:0; }

.third-h3 {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 1.3rem; 
  font-weight: 800; 
}
.third-content-p{
    font-size:16px;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: auto; 
    
}
.third-content-p p {
    margin-top: 10px;
    text-indent: -27px; 
    margin-left: 50px;  
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.9 rem; 
    line-height: 1.2rem;   
    
}

@media (max-width: 768px) {
  .base {
    font-size: 1rem;
    height: auto ; !important;
  }

  .first {
    margin-right: 5%;
  }
  
}
