*{
    margin: o;
    padding: 0;
    border: 0; 
    font-size: 100%;
    vertical-align: baseline;
}

body {
    text-align: center;
    font-family: sans-serif;

}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 63px;
    background: #171717;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navbar {
    display: flex;
    margin-right: 10px;
}

.logo{
    margin-left: 30px;
}
.logo a {
    background-image: url(IMAGE);
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a {
    display: block;
    padding: 23px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

.navbar a:hover {
    background: #3f3f3f;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;

}

.header {
    height: 60vh !important;
    background: url(IMAGE/header.jpg) no-repeat center;
    background-size: cover;
}

.title {
    margin-bottom: 40px;
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    color:#101010
}

.sub-title{
        color: #fff;
}

.title-2 {
    margin-bottom: 40px;
    font-size: 60px;
    color: #fff
}

.title-3 {
    font-size: 40px;
    color: #fff
}


.content { 
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;

}

.content-1 {
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    padding:  100px;
}

.content-1 {
    padding: 40px;
    background: #1f1d1d
}

.lista-sin-viñetas {
    list-style-type: none;
    line-height: 2;
}

#lista1 {
    color: white;
    text-decoration: none;
}

.btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    border: 2px solid #9c27b0;
    color: #fff;
    text-decoration: none;
    background: #9c27b0;

}

.btn-hover {
    background: none;
}

.btn-home {
    display: flex;

}

.btn-home a {
    margin: 0 10px;
}

.content-2 {
    margin-top: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 2;
    font-size: 18px;
    color: #fff;
    padding:  60px;
}

.content-2 {
    padding: 10px;
    background: #1f1d1d
    
}

.content-3 {
    background:url(IMAGE/costos.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    padding: 100px;
}


