.layout-footer{
    width: 100%;
    margin-bottom: -7px;
}

.div1-footer{
    width: 100%;
    background: #00E055;
    text-align: center;
}

.label-footer {
    color: white;
    font-size: 25px !important;
    font-weight: bold !important;
}

.input-footer {
    border: none !important;
    border-radius: 16px !important;
    height: 40px !important;
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15) inset;
    width: 90%;
}

.input-footer .ui-inputfield{
    width: 86% !important;
}

.input-footer::placeholder{
    color: #D6D6D6;
    font-family: Product Sans;
    font-size: 20px;
}

.btn-conectar-footer{
    background: #0F955B !important;
    border: none !important;
    border-radius: 20px !important;
    font-weight: bold !important;
    font-size: 17px !important;
}

.btn-conectar-footer .ui-button-text {
    font-size: 20px;
    padding-left: 34px !important;
}



.btn-conectar-footer .ui-icon {
    top: 45% !important;
    font-size: 20px;
}





.title-footer{
    color: #00CF76;
    font-size: 16px;
    margin-bottom: 4px !important;
    font-weight: 700;
    line-height: 19.41px;
    font-family: Product Sans !important;
}

.tlt-h4{
    margin-top: -5px !important;
}

.tlt2-h4{
    margin-top: 55px !important;
}

.icon-footer{
    font-size: 25px !important;
    color: #7F7F7F;
    margin-right: 6px;
    font-size: 32px !important;
}

.img-logo-footer-desktop{
    display: none;
}

.label-footer1-mobile{
    display: initial;
    color: #7F7F7F;
    font-family: Product Sans !important;
    font-size: 16px !important;
    line-height: 19.41px;
    font-weight: 400;
}

.label-footer1-mobile .ui-widget {
    display: initial;
    color: #7F7F7F;
    font-family: Product Sans !important;
    font-size: 16px !important

}

.label-footer1-desktop{
    display: none;
}

.img-logo-footer-mobile{
    margin-bottom: 15px;
    margin-top: 20px;
    max-width: 70%;
}

.label-footer1-desktop .ui-widget {
    display: none;
}

.title2-footer{
    font-weight: 400;
    font-size: 16px !important;
    color: #7F7F7F;
    line-height: 19.41px;
}

.title2-footer:hover{
    color: #00CF76;
    font-weight: bold;
}

.link-footer > .title2-footer:hover{
    cursor: pointer;
}
.link-footer{
    text-decoration: none;
}

.map{
    width: 100%;
}

.div2-footer{
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    background: #00E055;
}

.copi{
    color: rgb(255, 255, 255);
    font-size: 12px !important;
    font-weight: 400;
    font-family: Product Sans;
}

/*tablet */
@media (min-width: 577px) {

}
/*monitores pequenos */
@media (min-width: 769px) {

}

/*monitores médios */
@media (min-width: 993px) {

    .img-logo-footer-mobile{
        display: none;
    }

    .img-logo-footer-desktop{
        display: initial;
        margin-top: 39px;
    }
    .label-footer1-desktop{
        display: initial;
        color: #7F7F7F;
        font-family: Product Sans !important;
        font-size: 16px !important;
        line-height: 19.41px;
        font-weight: 400;
    }

    .label-footer1-desktop .ui-widget {
        display: initial;
        color: #7F7F7F;
        font-family: Product Sans !important;
        font-size: 16px !important
    }

    .label-footer1-mobile{
        display: none;
    }

    .label-footer1-mobile .ui-widget {
        display: none;
    }

    .label-footer{
        font-size: 33px !important;
    }

    .btn-conectar-footer .ui-icon{
        top: 40% !important;
        font-size: 24px;
    }

    .btn-conectar-footer .ui-button-text{
        font-size: 24px;
        padding-left: 45px !important;
    }

    .input-footer {
        border-radius: 30px !important;
        height: 45px !important;
    }

}

/*monitores grandes */
@media (min-width: 1201px) {

}
/*monitores extra-grandes */
@media (min-width: 1401px) {

}