*{
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    position: relative;
    width: 100%;
    height: fit-content;
}


/* utiles  */

.btn{
    font-size: 1.06em;
    padding: 15px;
    background-color: #c04542;
    border-radius: 50px;
    color: white;
    text-decoration: none;
   
}

.btn:hover{
    color: #c04542;
    background: white;
    outline: #c04542 2px solid;
   
}

.btn:hover svg{
    fill: #c04542;
}

svg{
    display: block;
    fill: #c04542;
    margin-right: 10px;
}

.t-h2{
    font-family: 'Playfair Display', serif;
    font-size: 1.9em;
    font-weight: 500;
    color: #3e5756;

    padding-bottom: 5px;
    border-bottom: #c4cfac 4px solid;

    width: fit-content;

}
.ico{
    display: flex;
    margin-top: 20px;
    
}

.i-fa:hover{
    fill: #3b5998 !important;
}
.i-go:hover{
    fill: #ff002b !important;
}
.i-in:hover{
    fill: #006fa6 !important;
}
    
#top{
    position: fixed;
    bottom: 50px;
    right: 50px;


    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 2em;
    text-decoration: none;
    background-color: #3e5756;

    width: 50px;
    height: 50px;

    outline: white 1px solid;
    border-radius: 3px;
    z-index: 100;
}
.red{
    color:#c04542 !important;
}