@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.font-mi {
            font-family: 'Inter', sans-serif;
            /* Ajuste de espaciado neutro para tipografía fina */
            letter-spacing: 0.05em; 
        }

.sitename2 h2{
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: .625rem;letter-spacing: 0.05em; 
    transition: all 0.3s ease;
    
}

.img-responsivef {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.img-ch {
  width: 20%;
  max-width: 50px;
  height: auto;
}


.diseñofa p{
 color: gray;
 text-align: center;
 font-size: small;
}

.form2{
  text-align: center;
}


.ba-contact{
  background-image: url(../img/page-title-bg.jpg);
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url(../img/cta-bg.jpg) fixed center center;
  background-size: cover;
  padding: 120px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #feb900;
  border: 2px solid #feb900;
}





.mi-icon {
 max-width: 20%;
 padding: .700rem;
}