
*{
    box-sizing: border-box;
}
body{
    background-color: brown;
    margin: 0;
}
h1 {
    color: antiquewhite;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    font-weight: bold;
    font-size: 60px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 20px;
}
h2 {
    margin-bottom: 50px;
}
h3 {
    margin-bottom: 40px;
}
h4 {
    color: antiquewhite;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 50px;
    margin-top: 20px;
    
}
p {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 20px;
}
p1 {
    width: 100%;
    color: dimgray;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 700;
    margin-left: 550px;

}
.contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
}
.edu {
    background-color: darkkhaki;
    width: 100%;
    height: 100px;
    display: flexbox;
    margin-left: 300px;
    margin-bottom: 50px;
    margin-top: 25px;
    border-radius: 55px 55px 55px 55px;
    -moz-border-radius: 55px 55px 55px 55px;
    -webkit-border-radius: 55px 55px 55px 55px;
    border: 9px solid #000000;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}


.imagen {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 100px;
}
.btn-group {
        justify-content: center;
    margin-left: 400px;
    margin-bottom: 70px;
}

.negrita {
    background-color: darkkhaki;
    width: 50%;
    height: 75px;
    display: flex;
    margin-left: 300px;
    margin-top: 50px;
    border-radius: 55px 55px 55px 55px;
    -moz-border-radius: 55px 55px 55px 55px;
    -webkit-border-radius: 55px 55px 55px 55px;
    border: 7px solid #000000;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    
}
.negrita1{
    font-weight: 700;
    font-size: 30px;
    display: flex;

    
}
.card-title {
    font-weight: 700;
    justify-content: center;
}
#BOTON {
    margin-left: 600px;
    margin-top: 100PX;
    margin-bottom: 100PX;
}
@media (min-width: 728px){
 .edu{
     width: 50%;
     background-color: black;
 }
 .p1 {
    width: 50%;
    background-color: black;
 }
}