.secao1 h2 {
    font-style: normal;
    font-size: 38px;
    line-height: 50px;
    font-weight: 500;
    margin: 13% 0 10% 0;
    max-width: 425px;
}

.secao1 h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.secao2 h4{
    font-style: normal;
    font-size: 28px;
    font-weight: 500;
    line-height: 52px;
    color: #FFCB00;
    margin-left: 20px
}

.secao2 img {
    width: 100%;
}

.container-mapa-home {
    height: 100%!important;
    overflow: hidden !important;
    position: relative !important;
}

.input-field p label span {
    font-size: 12px !important;
}

.row .col {
    /* padding: 0rem !important; */
}

#user {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 1;
}

.text-primary {
    color: #ffcb00;
    font-weight: bold !important;
    font-family: Hind Siliguri;

}
.text-sm {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
}

.loader {
    border: 8px solid transparent; /* Light grey */
    border-top: 8px dotted  #ffcb00; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

.row.tl-container .col.tl-col-right {
    padding: 0;
    margin: 0;
}

.row.sb-middle
{
    background-color: black;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        border-top: 8px dotted  #ffcb00; /* Blue */
    }
    50% {
        transform: rotate(180deg);
        border-bottom: 8px dotted  #ffcb00; /* Blue */
    }
    100% {
        transform: rotate(360deg);
        border-top: 8px dotted  #ffcb00; /* Blue */
    }
}



.tippy-box[data-theme~='tl-access'] {
    background-color: white;
    /* -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 204, 0, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(255, 204, 0, 1);
    box-shadow: 0px 0px 5px 2px rgba(255, 204, 0, 1); */
}

.tippy-box[data-theme~='tl-access']>.tippy-arrow::before {
    transform: scale(0);
 }


.tippy-box[data-theme~='tl-filter'] {
    background-color: rgb(0, 0, 0);
    
}

.tippy-box[data-theme~='tl-filter']>.tippy-arrow::before {
    transform: scale(2);
}

/* subsecao */

.subsecao-1 .col h5 {
 font-size: 1.7em;
 font-weight: 600;
}

.subsecao-1 .col p {
    font-size: 0.8em;
}

.subsecao-1 .col p:nth-of-type(1) {
    color: #ffcb00;
    height: 95px;
}

.subsecao-1 .col h6 {
    color: white;
    font-weight: bold;
    margin-top: 3rem
}

.subsecao-1 .col p:nth-last-child(1) {
    height: 100px;
    color: white;
}

.subsecao-3 .col p {
    margin-top: 0px;
    line-height: 26px;
    padding-right: 1rem
}

.subsecao-3 .col h5 {
    font-weight: 600;
    line-height: 25px;
}

.subsecao-3 .col.tl-m2 img {
     height: 65px;
}







@media only screen and (min-width: 1024px) {

.secao2 .subsecao-1 .col h5 {
    font-size: 1.1rem;
}

.secao2 .subsecao-1 .col h6 {}

.secao2 .subsecao-1 .col p:nth-of-type(1) {
    height: 125px;
}

.secao2 .subsecao-1 .col p:nth-last-child(1) {
    height: 130px;
}

}


@media only screen and (max-width: 1023px) {

    .secao2 .subsecao-1 .col h5 {
        font-size: 2.9rem;
    }

    .secao2 .subsecao-1 .col h6 {
        font-size: 1.9rem;
    }

    .secao2 .subsecao-1 .col p:nth-of-type(1) {
        height: auto;
        font-size: 120%;
    }

    .secao2 .subsecao-1 .col p:nth-last-child(1) {
        height: auto;
        font-size: 120%;
    }

    .secao2 .subsecao-1 .col img {
        height: auto;
        width: 55%;
        margin-bottom: 40px;
    }


    .secao2 .subsecao-3 .col h4 {
        margin-bottom: -40px;
    }

    .secao2 .subsecao-3 .row .col:nth-child(1) img {
        width: 30%;
        height: auto;
        margin-top: 40px;
    }

}