label{
    margin-bottom: 0;
}

.mapacontato iframe{
    width: 100%;
}

.form-control:focus {
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    border-color: rgb(233, 179, 171);
    outline: 0px;
    box-shadow: rgb(108 91 123 / 25%) 0px 0px 0px 0.2rem;
}

.alertaerro{
    position: absolute;
    width: 100%;
    left:0;
    bottom:0;
    height:1px;
    background-color:#ff0000;
}

.pos-rel{
    position: relative;
}

.redestopo{
    color: #ffffff;
}

a{
    text-decoration: none !important;
}

html{
    scroll-behavior: smooth !important;
}