[class*="coluna-minicontentor"] {
    width: 33%;
    float: left;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

[class*="coluna-contentor"] {
    width: 50%;
    float: left;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

[class*="coluna-contentor-monolito"] {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.linha {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}

.linha::after {
    content: "";
    clear: both;
    display: table;
}

.linhaesq {
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
}

.principal {
    padding: 0px;
    width: 100%;
    text-align: center;
}

.principal::after {
    content: "";
    clear: both;
    display: table;
}

.ggmapa {
    width: 100%;
    height: 70vh;
}

div.fundo {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    align-items: center;
    place-items: center;
    place-content: center;
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    height: 20px;
    z-index: 2100;
    /*
    Sr Paulo
    background-color: #3f4257;
    */
    background-color: var(--c_a);
}

div.formcontentor {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 90%;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

div.formstextosgrandesaesquerda {
    float: left;
    width: 75%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 4px;
}

div.formscampospequenosadireita {
    float: left;
    width: 25%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 4px;
}

div.formstextospequenosaesquerda {
    float: left;
    width: 25%;
    text-align: right;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 4px;
}

div.formscamposgrandesadireita {
    float: left;
    width: 75%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 4px;
}

div.formstextosmedios {
    float: left;
    width: 50%;
    text-align: right;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 4px;
}

div.formscamposmedios {
    float: left;
    width: 50%;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 4px;
    word-break: break-all;
}

div.formregistoprefsamztipos {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.formregistoprefsamzgeneros {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.formregistoprefsamztendencias {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

label.formregistoprefsamztipos {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

label.formregistoprefsamzgeneros {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

label.formregistoprefsamztendencias {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

div.funcaobasefixalateralfundo {
    position: fixed;
    bottom: 40px;
    right: 25px;
    padding: 0px;
    width: 52px;
}

div.formfundomodal {
    min-height: 50px;
    text-align: center;
}

.displayerro {
    background: white;
    padding: 10px;
    border: 3px solid rgb(233, 30, 30);
    visibility: hidden;
    display: none;
}

.contentforform .contentforformico {
    float: left;
    height: calc(100% - 30px);
    padding: 15px 10px;
    position: absolute;
    display: flex;
    margin-left: -50px;
    margin-top: -15px;
    align-items: center;
    /*
    Sr Paulo
    */
    background: #3a3a3a !important;
}

.contentforform>form,
.contentforform>div,
.contentforform2>form,
.contentforform2>div {
    transform: scale(.9);
}

.contentforform>p,
.contentforform2>p {
    text-align: justify;
    margin: 15px;
    line-height: 15px;
}

.contentforform form,
.contentforform2 form {
    display: flow-root;
    width: calc(100% - 15px);
    float: right;
}

.contentforform {
    border: 1px solid #8080803b;
    padding: 15px 10px 15px 50px;
    border-radius: 10px !important;
    margin: 10px 0 10px 0;
    overflow: hidden;
    position: relative;
    animation: open 1s;
}
.contentforform2>img{
    max-height: 150px;
}
.contentforform2 {
    border: 1px solid #8080803b;
    padding: 15px 10px;
    border-radius: 10px !important;
    margin: 10px;
    overflow: hidden;
    position: relative;
    animation: open 1s;
}

.contentforformico>svg {
    width: 25px;
    height: 20px;
    margin: 15px 5px;
}

.autocompletetags {
    position: relative;
    display: inline-block;
}

.autocompletetags>input[type=button] {
    
    background:#2081a7;
    color: white;
}

input[type=text].formsadm:focus {
    border: 1px solid #2081a7;
    transition: 0.4s;
    color: #2081a7;
    font-weight: bold;
}

.autocompletetags-items {
    border-bottom: none;
    border-top: none;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
}

.autocompletetags-items div {
    cursor: pointer;
    background-color: #2081a7;
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px;
}


/*
.autocompletetags-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocompletetags-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
*/

.autocompletetags-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocompletetags-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.divtags {
    max-width: calc(100% - 73px);
    height: auto;
}

.lblinptnovo {
    flex: 1 0 auto;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.lblinptnovo+.lblinptnovo {
    border-top: 1px dotted #8080804a;
    padding-top: 10px;
}

.escondescrolls::-webkit-scrollbar {
    display: none;
}

.escondescrolls {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

#utilregacttextodiv{
	position: absolute;
}

@media only screen and (max-height: 400px) {
    #campo_log_4,
    .pt2_fundo_logo {
        transform: scale(0.0);
        height: 0;
        opacity: 0;
        /*
        height: 0;
        opacity: 0;
        */
        transition-delay: 1s;
        transition: transform 0.4s;
    }
    /*
    .pt2_fundo_logo.logo_dst,.pt2_fundo_logo.logo_atv {
        transform: scale(1) !important;
        transition-delay: 1s;
        position: relative;
        transition: transform 0.4s;
    }*/
    .campo_log {
        transform: scale(0.7);
        margin-top: -20px !important;
    }
    /*
    .txtmsgenv {
        width: calc(100vw - 30px) !important;
        height: 75vh !important;
        position: fixed;
        top: 0;
        left: 10px;
        box-shadow: 0 0 0px 20px white;
        border-bottom: 25vh solid white !important;
        z-index: 200;
    }*/
}

@media only screen and (max-height:400px) and (max-width: 600px) {
    .txtmsgenv {
        width: calc(100vw - 30px) !important;
        height: 75vh !important;
        position: fixed;
        top: 70px;
        left: 10px;
        box-shadow: 0 0 0px 20px white;
        border-bottom: 25vh solid white !important;
        z-index: 200;
    }
    .chatconvformsubmdiv {
        position: absolute;
        z-index: 201;
        right: 15px;
    }
    .chatconvformsubmdiv>.btnmsgenv {
        border-radius: 50%;
    }
}

@media only screen and (min-width: 600px) {
    .coluna-minicontentor-s-1 {
        width: 25%;
    }
    .coluna-contentor-s-1 {
        width: 25%;
    }
    .coluna-contentor-sinverso-1 {
        width: 75%;
    }
    .coluna-contentor-s-2 {
        width: 33.33%;
    }
    .coluna-contentor-sinverso-2 {
        width: 66.66%;
    }
    .coluna-contentor-s-3 {
        width: 50%;
    }
    .coluna-contentor-s-4 {
        width: 100%;
    }
    .coluna-contentor-monolito-s-1 {
        width: 25%;
    }
    .coluna-contentor-monolito-sinverso-1 {
        width: 75%;
    }
    .coluna-contentor-monolito-s-2 {
        width: 33.33%;
    }
    .coluna-contentor-monolito-sinverso-2 {
        width: 66.66%;
    }
    .coluna-contentor-monolito-s-3 {
        width: 50%;
    }
    .coluna-contentor-monolito-s-4 {
        width: 100%;
    }
    .contentforform>form,
    .contentforform>div {
        transform: scale(1);
    }
}

@media only screen and (min-width: 768px) {
    .coluna-minicontentor-m-1 {
        width: 20%;
    }
    .coluna-contentor-m-1 {
        width: 25%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-minverso-1 {
        width: 75%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-m-2 {
        width: 33.33%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-minverso-2 {
        width: 66.66%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-m-3 {
        width: 50%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-m-4 {
        width: 100%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-monolito-m-1 {
        width: 25%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-monolito-minverso-1 {
        width: 75%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-monolito-m-2 {
        width: 33.33%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-monolito-minverso-2 {
        width: 66.66%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-monolito-m-3 {
        width: 50%;
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .coluna-contentor-monolito-m-4 {
        width: 100%;
    }
    div.formcontentor {
        width: 70%;
    }
    div.formregistoprefsamztipos {
        width: 90%;
    }
    div.formregistoprefsamzgeneros {
        width: 95%;
    }
    div.formregistoprefsamztendencias {
        width: 97%;
    }
    label.formregistoprefsamztipos {
        width: 90%;
    }
    label.formregistoprefsamzgeneros {
        width: 95%;
    }
    label.formregistoprefsamztendencias {
        width: 97%;
    }
}

@media only screen and (min-width: 992px) {
    .coluna-minicontentor-l-1 {
        width: 16%;
    }
    .coluna-contentor-l-1 {
        width: 25%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-linverso-1 {
        width: 75%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-l-2 {
        width: 33.33%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-linverso-2 {
        width: 66.66%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-l-3 {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-l-4 {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-monolito-l-1 {
        width: 25%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-monolito-linverso-1 {
        width: 75%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-monolito-l-2 {
        width: 33.33%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-monolito-linverso-2 {
        width: 66.66%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-monolito-l-3 {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .coluna-contentor-monolito-l-4 {
        width: 100%;
    }
    div.formregistoprefsamztipos {
        width: 80%;
    }
    div.formregistoprefsamzgeneros {
        width: 95%;
    }
    div.formregistoprefsamztendencias {
        width: 97%;
    }
    label.formregistoprefsamztipos {
        width: 80%;
    }
    label.formregistoprefsamzgeneros {
        width: 95%;
    }
    label.formregistoprefsamztendencias {
        width: 97%;
    }
}

@media only screen and (min-width: 1200px) {
    .coluna-minicontentor-xl-1 {
        width: 14%;
    }
    .coluna-contentor-xl-1 {
        width: 25%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-xlinverso-1 {
        width: 75%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-xl-2 {
        width: 33.33%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-xlinverso-2 {
        width: 66.66%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-xl-3 {
        width: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-xl-4 {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-monolito-xl-1 {
        width: 25%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-monolito-xl-2 {
        width: 33.33%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-monolito-xl-3 {
        width: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .coluna-contentor-monolito-xl-4 {
        width: 100%;
    }
    div.formregistoprefsamztipos {
        width: 70%;
    }
    div.formregistoprefsamzgeneros {
        width: 95%;
    }
    div.formregistoprefsamztendencias {
        width: 97%;
    }
    label.formregistoprefsamztipos {
        width: 70%;
    }
    label.formregistoprefsamzgeneros {
        width: 95%;
    }
    label.formregistoprefsamztendencias {
        width: 97%;
    }
}

@keyframes open {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    75% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    95% {
        transform: scale(1);
        opacity: 1;
    }
}