*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container .promo{
    background-color: yellow;
    font-size: 20px;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.header .links{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.header .links a{
    text-decoration: none;
    color: #0484c4;
}
.header .links .comecar{
    font-weight: bold;
}
.dogao{
    background-color: rgb(230, 230, 230);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.dogao .text{
    font-size: 20px;
}
.dogao .text .blue{
    color: #0484c4;
}
.dogao .text .personalizado{
    font-size: 18px;
    margin-top: 30px;
}
.dogao .plan{
    margin-top: 40px;
    width: 160px;
    height: 80px;
    background-color: #0484c4;
    border: none;
    border-radius: 30px;
}
.dogao .plano{
    color: white;
    text-decoration: none;
    font-size: 15px;
}
.dogao .image{
    display: flex;
    padding-right: 50px;
}
.dogao .pote{
    padding-right: 110px;
}
.parc{
    background-color: rgb(201, 201, 201);
}
.parc .talks{
    display: flex;
    gap: 100px;
    justify-content: space-between;
    margin-right: 30px;
    margin-left: 30px;
}
.animation{
    margin-top: 30px;
    display: flex;
    margin-left: 350px;
    margin-right: 150px;
    gap: 100px;
}
.animation .coco h5{
    font-size: 20px;
}
.animation .coco h1{
    font-size: 50px;
}
.animation .coco .blue{
    font-size: 50px;
    color: #0484c4;
}
.animation .coco .saporra{
    margin-top: 10px;
    width: 160px;
    height: 80px;
    background-color: #0484c4;
    border: none;
    border-radius: 30px;
}
.animation .coco .agora{
    color: white;
    text-decoration: none;
}
.cachorros{
    margin-top: 50px;
    margin-left: 350px;
    display: flex;
    gap: 100px;
}
.cachorros .humanos h1{
    font-size: 50px;
}
.cachorros .humanos .blue{
    color: #0484c4;
}
.cachorros .humanos h5{
    font-size: 20px;
}
.cachorros .humanos .butao{
    margin-top: 10px;
    width: 160px;
    height: 80px;
    background-color: #0484c4;
    border: none;
    border-radius: 30px;
}
.cachorros .humanos .funciona{
    color: white;
    text-decoration: none;
}