@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat.ttf");
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
}
.container-fluid{
    padding: 44px;
}
.title-page{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: #1D1D1B;
}
.text-progress h6{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 24px;
    text-align: center;
    color: #1D1D1B;
}
h4{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 29px;
    text-align: center;

    color: #1D1D1B;
}
.item-menu h5,
.item-menu a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 24px;
    text-decoration: none;
    color: #1D1D1B;
    position: relative;
}
.item-menu p{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 20px;
    color: #1D1D1B;
}

.item-menu a:hover{
    color: #787878;
    transition: .6s;
   
}
.item-menu a .arrow{
    position: relative;
    left: 0px;
    transition: .6s;
}
.item-menu a:hover .arrow{
    position: relative;
    left: 5px;
}
.footer .copyright{
    margin-top: 80px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 17px;
    text-align: center;

    color: #1D1D1B;
}

@media only screen and (min-width: 572px) and (max-width: 1171px) {
    .item-menu h5,
    .item-menu a{
        font-size: 0.875rem;
    }
    .item-menu p{
        font-size: 0.75rem;
    }
}
@media only screen and (min-width: 572px) and (max-width: 1010px) {
    .item-menu h5,
    .item-menu a{
        font-size: 0.75rem;
    }
    .item-menu p{
        font-size: 0.625rem;
    }
}
@media only screen and (min-width: 572px) and (max-width: 759px) {
    .item-menu h5,
    .item-menu a{
        font-size: 0.625rem;
    }
}
@media only screen and (max-width: 572px) {
    .title-page{
        font-size: 1.25rem;
    }
    h4{
        font-size: 1.125rem;
    }
}