*{
    
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;   
}

body {
    font-family: questrial;
    background-color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    background-image: url(img/Arte.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 637px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    color: #fff;
    font-size: 17px;
    font-weight: 200;
}

.menu .navbar ul li {
    position: relative;
    float: left;
}

.menu .navbar ul li a {
    font-size: 17px;
    padding: 20px;
    color: #fff; 
    display: block;
}

.menu .navbar ul li a:hover {
    color: gainsboro;
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}

.header-content {
    position: absolute;
    left: 65px;
    width: 38%; 
}

.header-content h1 {
    font-size: 30px;
    color: #323337;
    line-height: 50px;
    letter-spacing: 0.5px;   
}

.header-content h3 {
    color: #323337;
    letter-spacing: 0.5px;
}

.header-content h6 {
    text-align: justify;
    line-height: 20px;
    font-size: 14px;
    color: #323337;
    letter-spacing: 0.8px;
    position: absolute;
    top: 350px;
}

.btn-header {
    display: inline-block;
    background-color: gray;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0;
}

.btn-header:hover {
    color: #fff;
    background-color: #414249;
}













.cursos-online {
    padding-top: 30px;
    padding-bottom: 80px;

}

.cursos-content h2 {
    color: #323337;
    font-size: 22px;
    font-weight: 600px;
    letter-spacing: 0.8px;
}

.cursos-content p {
    color: #323337;
    margin-top: -10px;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}

.cursos-group {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
    
    
}

.curso {
    display: inline-block;
    width: 280px;
    background-color: #ffffff;
    border: .5px #dddddd solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.curso img {
    width: 280px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.curso h3 {
    font-size: 15px;
    letter-spacing: 0.8px;
    position: relative;
    left: 20px;
}

.curso h5 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    position: relative;
    left: 20px;
}

.curso p {
    font-size: 14px;
    color: rgb(102, 102, 102);
    padding: 0px 20px;
    line-height: 20px;
    margin: 0;
}

.curso h4 {
    margin: 30px 0 30px 0;
    text-align: center;
    letter-spacing: 0.5px;
}

.btn-inscribirme {
    display: inline-block;
    width: 250px;
    background-color: rgb(0, 180, 204);
    padding: 12px;
    margin-bottom: 20px;
    color: #fff;
}

.btn-inscribirme:hover {
    color: #fff;
    background-color: rgb(0, 161, 182);
}

.btn-cursos {
    display: inline-block;
    background-color: #fff;
    color: #414242;
    padding: 10px 60px;
    border: #797979 solid 1px;
    border-radius: 0px;
}

.btn-cursos:hover {
    color: rgb(0, 161, 182);
    background-color: #fff;
    border-color: rgb(0, 161, 182);
}













.articulo {
    display: flex;
    text-align: justify;
    height: 400px;
}

.text-articulo-1 {
    width: 50%;
    background-color: #E1E2E6;
    padding: 90px;
}

.img-1 {
    background-image: url(img/Acordeon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.text-articulo-2 {
    width: 50%;
    background-color: #fff;
    padding: 90px;
}

.img-2 {
    background-image: url(img/Acordeon.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.articulo h2 {
    color: #323337;
    letter-spacing: 0.8px;
}

.articulo p {
    line-height: 22px;
    color: #323337;
}

.btn-articulo-1 {
    display: inline-block;
    background-color: #e1e2e6;
    color: #323337;
    padding: 10px;
    border: #323337 solid 1px;
    border-radius: 0px;
}

.btn-articulo-1:hover {
    color: rgb(0, 161, 182);
    background-color: #e1e2e6;
    border-color: rgb(0, 161, 182);
}

.btn-articulo-2 {
    display: inline-block;
    background-color: #fff;
    color: #323337;
    padding: 10px;
    border: #323337 solid 1px;
    border-radius: 0px;
}

.btn-articulo-2:hover {
    color: rgb(0, 161, 182);
    background-color: #fff;
    border-color: rgb(0, 161, 182);
}






.noticias {
    position: relative;
    padding: 50px 0 180px 0;
    background-color: #efefef;
    font-family: "Questrial", sans-serif;
}

.noticias-content {
    text-align: center;
}

.noticias h2 {
    color: #323337;
}

.noticias p {
    padding-bottom: 90px;
    letter-spacing: 0.5px;
    color: #323337;
}

.noticias-group {
    display: flex;
    justify-content: space-between;
}

.noticia {
    display: inline-block;
    width: 280px;
    background-color: #efefef;
}

.noticia img {
    width: 280px;
}

.noticia h3 {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 20px;
    color: black;
    padding: 0px 25px;
}

.noticia p {
    width: 250px;
    line-height: 20px;
    text-align: justify;
    padding: 0 25px;
    color:rgb(102, 102, 102);
    letter-spacing: 0.5px;
}

.btn-noticia-leermás {
    display: inline-block;
    background-color: #efefef;
    color: #323337;
    padding: 8px;
    border: #323337 solid 1px;
    border-radius: 0px;
    font-size: 14px;
}

.btn-noticia-leermás:hover {
    color: rgb(0, 161, 182);
    background-color: #efefef;
    border-color: rgb(0, 161, 182);
}

.btn-noticias {
    display: inline-block;
    background-color: #efefef;
    color: #414242;
    padding: 10px 60px;
    border: #797979 solid 1px;
    border-radius: 0px;
    margin-top: 80px;
}

.btn-noticias:hover {
    color: rgb(0, 161, 182);
    background-color: #efefef;
    border-color: rgb(0, 161, 182);
}







.footer {
    padding: 100px 0;
    background-color: #000000
}

.footer-content {
    display: flex;
    justify-content: space-between;
}

.link h3 {
    font-size: 18px;
    color: #F9FAFC;
    margin-bottom: 15px;
}

.link a {
    font-size: 16px;
    color: #C5C5C5;
    display: block;
    margin-bottom: 15px;
}