* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: Sato, sans-serif; */
    font-family: "Lexend";
}

@font-face {
    font-family: "Lexend";
    src: url("../fonts/Lexend/Lexend-Medium.ttf");
}

@font-face {
    font-family: "PermanentMarker";
    src: url("../fonts/PermanentMarker/PermanentMarker-Regular.ttf");
}

.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.btnConsulta {
    background-color: #a7d066;
    color: #003731 !important;
    height: 50px !important;
    width: 225px;
    font-weight: 600;
    text-align: center;
    transition: width 1s;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 70px 20px 70px 20px;
}

.btnConsulta:hover {
    padding-bottom: 0px !important;
    color: #003731 !important;
    width: 270px;
    background-color: #b1d576;
    background-image: url("../imgs/icon/icon-right.png");
    background-repeat: no-repeat;
    background-position: 220px;
    background-size: 25px;
}

.btnConsulta2 {
    background-color: #a7d066;
    color: #003731 !important;
    padding: 20px !important;
    width: 225px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: width 1s;
    text-transform: uppercase;
    border-radius: 70px 20px 70px 20px;
}

.btnConsulta2:hover {
    color: #003731 !important;
    width: 270px;
    background-color: #b1d576;
    background-image: url("../imgs/icon/icon-right.png");
    background-repeat: no-repeat;
    background-position: 230px 45%;
    background-size: 25px;
    text-align: center;
}

.green {
    background-color: #a7d066;
}