
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
}
html {
  scroll-behavior: smooth;
}

/* Navbar */

.navbar-toggler{
    border: none;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.navbar-brand{
    font-weight: 600;
}

.nav-link{
    color: #122019;
}

.nav-link-active{
  color: #0F6E56;

}

.nav-link:hover, .nav-link:focus{
    color: #0F6E56;
    transition: .2s ease-in-out;
}

/* Hero */
.btn{
  background-color: #0F6E56;
  border-color: #0F6E56;
  margin-top: 5px;
  margin-left: 5px;
  font-weight: 600;

}

.btn:hover,
.btn:focus
.btn:active{
  background-color: #0d5341;
  border-color: #0d5341;
  transition: .2s ease-in-out;
}

.btn-secundario{
  background-color: white;
  border-color: rgb(218, 218, 218);
}
.btn-secundario:hover
.btn-secundario:focus
.btn-secundario:active{
  background-color: rgb(218, 218, 218);
  border-color: rgb(218, 218, 218);
  transition: .2s ease-in-out;
}

img{
  margin-right: 5px;
  margin-bottom: 2px;
}

.hero-image{
  border-radius: 28px;
  box-shadow: 0 15px 35px rgba(5, 60, 48, 0.12);
}

.hero{
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(15,110,86,.08), transparent 60%),
    linear-gradient(180deg, #f0fdfa 0%, #ffffff 100%);
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

h1.title{
  font-weight: 800; 
}

.highlight{
  color: #0F6E56;
}

p{
  color:#5a6b63;
}

.container-servicios{
  max-width: 1200px;
  margin: 0 auto;
}

.h-section{
  font-weight: 700;
  color: #0F6E56;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-align: center;
  font-size: .8rem;
}

h2{
  font-weight: 700;
  margin-top: .6rem;
}

.card{
  border-radius: 20px;
    height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
}

.card-title{
  padding-top: 15px;
  font-weight:700;
  font-size: .9rem;
}

.card-text{
  font-size: .65rem;
}

.card:hover{
  transform: translateY(-3px);
  border-color: #0F6E56;
  box-shadow: 0 24px 40px -28px rgba(15,110,86,.35);
} 

.i-serv,
.i-contact
{
  border-radius: 10px;
  padding: 10px 12px;
  color: #0F6E56;
  background-color: #f1f9f6;
  max-height: 42px;
}

/* Contacto */
.container-contacto{
  padding: 10rem 0;
  align-items: center;
  margin: 0 auto;
}

.card-contacto{
  width: 100%;
  max-width: 500px;
  border-width: 10px;
}

.list-group-item{
  padding: 1rem 1.5rem;
}

.subt-cont{
  font-size: .8rem;
  text-align: center;
}

.card-contact-title{
  color:#5a6b63;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .7rem;
}

.card-text-contact{
  color: #122019;
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.5rem;
}

.map-responsive{
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1 / 1;  
  min-height: 450px;
  border-radius: 24px;
  overflow: hidden;
  justify-self: start;
}

.map-responsive iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/*footer*/
.container-footer{
  background-color: #122019;
  color: #cdd6d2;
}

h6{
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: .78em;
  margin-bottom: 1rem;
  font-weight: 500;
}

.foot{
  list-style-type: none;
}

a.foot-link{
  font-weight: 400;
  color: #cdd6d2;
/* clamp(mínimo, preferido, máximo) */
  font-size: clamp(0.8rem, 0.9rem, 0.9rem);
  text-decoration: none;
  padding: .25rem 0;
  line-height: 1.5rem;
}
a.foot-link:hover{
  color: #fff;
}

.title-footer{
  color:white;
  font-weight: 800;
  font-size: 1.2em;
}

.subt-footer{
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  max-width: 340px;
  color: #9aa6a1;
  margin-top: 1rem;
}

.i-foot{
  margin-right:8px;
}

.row-footer{
  border-top: 1px solid rgba(255,255,255,.08);
}