@font-face {
    font-family: "HeadingNowTrial";
    src: url("../fonts/HeadingNowTrial-65Medium.ttf");
}

body{
    font-family: "HeadingNowTrial", sans-serif;
    height: 100%;
    overflow-x: hidden !important;
    color: #000000;
}

.banner{
    width: 100%;
    height: 100vh;
}

.col-content{
    height: 100vh;
}

.blue{
    border-bottom: 25px solid #1b649d;
}

.green{
    border-bottom: 25px solid #3bada3;
}

a{
    color: #000000;
    text-decoration: none;
}

a:hover{
    color: #333333;
}

.telefone{
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 35px;
}