@font-face {
    font-family: 'Instrument Sans';
    src: url('fonts/InstrumentSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
  
@font-face {
    font-family: 'Instrument Sans';
    src: url('fonts/InstrumentSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0;
    padding: 0;
    font-family:'Instrument Sans', sans-serif ;
}

h1{
    font-size: 3.5em;
    text-align: center;
}

h2{
    font-size: 2.5em;
    letter-spacing: 1px;
}

h3{
    font-size: 2em;
    letter-spacing: 1px;
}

p{
    line-height: 1.5;
}

 .contenedor{
    /* width: 1200px; */
    margin: 0 auto;

 }

header{
    background-color: #123016;
 }

 header img{
    display: block;
    margin: auto;
    padding: 24px 0;
 }

nav{

    display: flex;
    gap: 6px;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 0;

 }

 nav a{
    color: white;
    margin-right: 20px;
    text-decoration: none;
    font-size: 20px;
    border-bottom: 5px transparent solid
 }

#banner{
    background-image: url(img/clase-yoga.png);
    /* width: 1200px; */
    margin: 0 auto;
    height: 600px;
    background-position: center;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;

}

#banner div{
    flex-direction: column;
    margin: auto;
    max-width: 700px;
    color: white;
    box-sizing: border-box;
    text-align: center;
    width: 1200px;
    
}

#banner div p{
    margin: 24px 0;
    text-align: center;
    box-sizing: border-box;
}

#banner div a{
    background-color: #C7D7B2;
    padding: 10px 15px;
    border-radius: 10px;
    color: #123016;
    text-decoration: none;
    font-size: 20px;
    border-bottom: 5px transparent solid
}

#servicios {
    padding: 80px 0;
    background-color: #DFE2CD;
    box-sizing: border-box
}

#serviciosdiv{
    width: 1200px;
    display: flex;
    padding: 0 16px;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-evenly;
}

#servicios h2{
    padding:10px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px;
    color: #123016;
    color: #123016;
}

article{
    padding: 3px;
    background-color: #C7D7B2;
    margin-bottom: 24px ;
    width: 20%;
    box-sizing: border-box;
    border-radius: 24px;
    margin-left: 32px;
}

#articleconfondo{
    background-color: #123016;
    margin-left: 0;
}

article p, article h3{
    color: #123016;
}

#articleconfondo p, #articleconfondo h3{
    color: #C7D7B2;
}

#clases{
background-color: #123016;
color: #C7D7B2;
}

#clases h2{
    color: #C7D7B2;
    margin: 0 auto;
    width: 1200px;
    text-align: left;
}

#clasesdiv{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}


#flor{
    list-style-position: inside;
    list-style-image: url(img/li-flor.svg);
}

#check{
    list-style-position: inside;
    list-style-image: url(img/li-check.svg);
}

#clases img{
    margin: 0 auto;
    width: 1200px;
    text-align: left;
    max-width: 50%;
    border-radius: 15px;
    overflow: hidden;
}

#clasesdiv h3{
    width: 15%;
    padding-bottom: 15px;
}

#clasesdiv ol{
    width: 15%;
}

footer{
    background-color: #C7D7B2;
    text-align: center;
    padding: 5px;
}





