@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
    background-color: #898989;
    font-family: 'Bebas Neue', cursive;
}
header{
    background-color: #000000;
    width: 1250px;
    height: 60px;
    border-radius: 5px;
    display: flex;
    color: white;
    margin-right: 300px;
    justify-content: left;
}
header img{
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 820px;
}
a {
    color: white;
    font-size: 15px;
}
.recuadro1, .recuadro2, .recuadro3{
    width: 80px;
    height: 23px;
    background-color: #5fbfbb;
    text-align: center;
    border-radius: 5px;
    float: left;
    list-style: none;
    margin: 3px;

}
#lateral{
    background-color: white;
    width: 10%;
    text-align: center;
    line-height: 10px;
    color: #5fbfbb;
    float: left;
    margin-top: 10px;
    height: 320px;
    border-radius: 5px;
}
#lateral2{
    background-color: #5fbfbb;
    width: 10%;
    text-align: center;
    line-height: 10px;
    color: #5fbfbb;
    float: left;
    margin-top: 340px;
    height: 194px;
    border-radius: 5px;
    margin-left: -125px;
}
#lateral img{
    margin-top: 13px;
    padding-top: 0px;
    border-radius: 15px;
}
#lateral p{
    color: #000000;
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 18px;
}
.portfolio{
    background-color: #5fbfbb;
    width: 1115px;
    height: 50px;
    margin-top: 10px;
    float: right;
    border-radius: 5px;
}
.portfolio h1 {
    margin-left: 20px;
    font-size: 30px;
    margin-top: 9px;
    color:white;
}

.veintiuno {
    background-color: white;
    width: 1115px;
    height: 260px;
    margin-top: 10px;
    float: right;
    border-radius: 5px;
    display: flex;
}
.veintiuno h1 {
    margin-left: 20px;
    font-size: 30px;
    margin-top: 9px;
    color: #5fbfbb;
}
.veintiuno img{
    width: 800px;
    margin-left: 280px;
    margin-top: -156px;
}
.veintiuno h2 {
    margin-left: 20px;
    font-size: 20px;
    margin-top: -14px;
    color: black;
}
.veintiuno p {
    margin-left: 20px;
    font-size: 15px;
    margin-top: 9px;
    color: black;
}
.arcia {
    width: 1115px;
}
.arcia img {
    margin-top: 13px;
    background-color: black;
    border-radius: 5px;
    float: right;
    width: 1115px;
    margin-right: -132px;
}

.lateral2{
    padding-top: 100px;
    margin-top: 100px;
    align-items: center;
}

.veintidos {
    background-color: white;
    width: 1250px;
    height: 422px;
    margin-top: 10px;
    float: right;
    border-radius: 5px;
    display: flex;
}

.veintidos img{
    width: 1250px;
    place-content: middle;
    border-radius: 10px;
}

.footer {
    background-color: #5fbfbb;
    width: 1250px;
    height: 35px;
    margin-top: 10px;
    float: right;
    border-radius: 5px;
    margin-bottom: 15px;
}
.footer p{
    width: 1100px;
    font-size: 11px;
    color: white;
    margin-left: 78px;
    margin-top: 10px;
}