@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
    background-color: #898989;
    font-family: 'Bebas Neue', cursive;
}

#lateral{
    background-color: white;
    width: 10%;
    text-align: center;
    line-height: 10px;
    color: #5fbfbb;
    float: left;
    margin-top: 10px;
    height: 600px;
    border-radius: 5px;
}

header{
    background-color: #000000;
    width: 1250px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    color: white;
    margin-right: 300px;
    justify-content: left;
}


#contenido{
    float: right;
    width: 84%;
    background-color: white;
    height: 600px;
    border-radius: 5px;
    padding: 0px 30px;
    margin-top: 10px;
}

article{
    width: 50%;
    height: 440px;
    display: flex;

}
article p{
    width: 340px;
    height: 0px;
    font-size: 10pt;
    margin-top: -10px;
    margin-left: -20px;
}

h4{
    color: #5fbfbb;
    font-size: 20pt;
    display: flex;
    margin-top: 5px;
}

#contenido img{
    margin-top: 20px;
    padding: 12px 0px;
    float: left;
}

h3 {
    font-size: 15pt;
}

p{
    font-family: 'Bebas Neue', cursive;
    font-size: 12pt;
    width: 180%;
    height: 500px;
    padding: 0px 20px;
    float: left;
}

.recuadro1, .recuadro2, .recuadro3{
    width: 80px;
    height: 23px;
    background-color: #5fbfbb;
    text-align: center;
    border-radius: 5px;
    float: left;
    list-style: none;
    margin: 3px;

}

a {
    color: white;
    font-size: 15px;
}

header img{
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 820px;
}


.info{
    display: flexbox;
    padding: 25px 8px 20px;
    margin: 0px;
    align-items: normal;
}

.una{
    margin-left: 0px;
    height: px;
    margin-top: 12px;
    left: 0;
}
.dos{
    margin-left: 9px;
    margin-top: 12px;
}
.tres{
    margin-left: 7px;
    margin-top: 12px;
}
.cuatro{
    margin-left: 7px;
    margin-top: 12px;
}
.gracias{
    width: 520px;
    height: 160px;
    margin-left: -260px;
    position: relative;
}
.footer{
    margin-top: 10px;
    width: 1230px;
    align-items: center;
    height: 35px;
    background-color: #5fbfbb;
    border-radius: 10px;
}

.footer p{
    width: 1100px;
    font-size: 11px;
    color: white;
    margin-left: 40px;
    margin-top: 1px;

}
