@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,300;0,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --bac_top: #2c2f31;
    --bac_gray:#dddbdc;
    --bac_hoer_top1: #00acb6;
    --bac_hoer_top2: #f9a12c;
    --col_bac_roz: #e75072;
    --font_color_menu:  #f6ecd3;

    --fot-famili-1:"Inter", sans-serif;
    --fot-famili-2:"Ubuntu", sans-serif;
    --fot-famili-3:"Work Sans", sans-serif;
}
*{
    margin: 0;
    padding: 0;
}
body > br + b {
    display: none;
}
body{
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* margin-top: -235px; */
}
body > b{
    display: none;
}
body > b + * {
    display: none;
}
a{
    text-decoration: none;
    color: black;
}
.container{
    width: 100%;
    max-width: 1200px;
}
