@import url("https://fonts.googleapis.com/css?family=Hind+Siliguri:300,400,500,600,700&display=swap");

* {
    font-family: Hind Siliguri;
}

html {
    width: 100%;
    height: 100%;
}

a.proximo{
    height:80px;
    line-height:80px;
    vertical-align:middle;
    text-align:center;
    padding:0 1px;
    position:relative;
    display:inline-block;
}
a.proximo:after{
    position:absolute;
    right:-20px;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 40px 30px;
    border-color: transparent transparent transparent #ffc000;
}

a.voltar{
    height:80px;
    line-height:80px;
    vertical-align:middle;
    text-align:center;
    padding:0 1px;
    position:relative;
    display:inline-block;

}
a.voltar:after{
    position:absolute;
    right:0px;
    content:" ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 30px 40px 0px;
    border-color: transparent #ffc000 transparent transparent;

}

.filtro-content{
    padding: 10px 15px 10px 15px;
}

body {
    width: 100%;
    height: 100%;
}

#main {
    width: 100%;
    height: 100%;
    display: flex;
}

::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: rgba(245, 245, 245, 0);
    border-radius: 2px;
}

::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(245, 245, 245, 0);
}

a {
    transition: 0.5s;
    cursor: pointer;
}

a:hover {
    transform: scale(1.1);
    background: rgba(0, 0, 0, 0) !important;
}


.tl-container {
    margin: 0;
    padding: 0;
}

.tl-col-right, .tl-col-left {
    overflow: auto;
    position: relative;
}

.tl-col-home-left,
.tl-col-left {
    height: 100vh;
    background: #ffcb00;
}

.tl-col-home-right,
.tl-col-right {
    height: 100vh;
}

.tl-col-left nav {
    height: 175px;
    line-height: 100px;
    background: #ffcb00;
}

.tl-col-left nav .nav-wrapper {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
}
.tl-col-left nav .nav-wrapper a img {
    margin: 24px 0 0px 11px;
    width: 80px;
}

.tl-col-left nav .nav-wrapper a {
    align-items: flex-start;
    color: black;
    letter-spacing:1px;
    line-height:100px;
    margin-top: -10px;
    /* font-size: 0.9rem !important; */
    font-family:"Hind Siliguri";
    font-size: 13.5px !important;
    font-weight: 600 !important;
    padding: 0 10px 0 0 ;
}


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

    .tl-col-left nav .nav-wrapper a {
        font-size: 17px !important;
        font-weight: 700 !important;
    }
}
@media only screen and (min-width: 1200px) {

    .tl-col-left nav .nav-wrapper a {
        font-size: 19.5px !important;
        font-weight: 700 !important;
    }
}


.nav-wrapper .hide-on-small-and-down li a {
    color: black;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: -10px;
    /* font-size: 0.9rem !important; */
}

.sidenav {
    background: black;
}

.sidenav-close {
    padding: 10px;
    font-size: 30px;
    color: white;
}

.margin {
    margin-top: 30px;
}

.menu {
    height: 100px !important;
    line-height: 100px !important;
    color: black;
    font-size: 30px !important;
}

.sidenav li a {
    color: white;
}

/* aside {
    width: 100%;
    height: calc(100% - 100px);
} */

/* aside .conteudo {
    height: 100%;
    overflow: auto;
} */

footer .row{
    /* display: flex;
    width: 100%;
    max-height: 30%;
    justify-content: space-around; */
    margin: 10px 0px 20px 0px;
    /* margin: 3% 10% 12% -1%; */
}

footer .row .col,
footer .row .col a,
footer .row .col a:visited,
footer .row .col a:hover 
{
    color: white;
    font-size: 15px;
    margin: 0;
}

footer ul li {
    color: white;
    font-size: 15px;
    margin: 0;
    width: 100%;
}

footer .col .m7 .s12 {
    text-align: right;
}

footer ul li a,
footer ul li a:hover,
footer ul li a:visited {
    color: white !important;
    text-decoration: underline!important;
}

footer .social-icon{
    margin-right: 5px;
}

footer .social-icon:hover img{
     transform: scale(1.1);
}

footer .margin-center-footer{
    margin-top: 22px!important;
}

#login-page .card-panel.border-radius-6.login-card {
    margin-left: 0 !important;
}

.input-field {
    margin-top: 5px !important;
}

.btn-tr{
    color: black!important;
    font-weight: 600!important;
    background-color: #ffcb00!important;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.733),
    inset 1px 1px 5px 5px #ffcb00!important;
    cursor: pointer;
}

.btn-tr:hover{
    background-color: #ffcb00!important;
    font-weight: bold!important;
    transform: none;
}

.button-primary {
    background: #ffcb00;
    border-radius: 2px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
    height: 45px;
    width: 200px !important;
}

.button-primary:hover {
    background-color: #ffcb00!important;
    font-weight: bold!important;
    transform: none;
} 

.button-tl-cinza {
    background: #cfcfcf !important;
    border-radius: 2px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
}

.button-tl-amarelo {
    background: #ffcb00;
    border-radius: 2px;
    color: black;
    font-size: 15px;
    font-weight: 600;
    transition: 0.5s;
    height: 45px;
}

.textoEsquerda{
    color: red !important;
}
.error2{
    color: red !important;
}


/* .button-primary:hover {
    background-color: #ffcb00d1;
    transform: scale(1.1);
} */

.button-primary:focus {
    background-color: #ffcb00 !important;
}

#labelButton {
    font-family: Hind Siliguri;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 23px;
    color: #000000;
    text-transform: capitalize;
}

.invalid2 {
    color: #ff5252 !important;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ffcb00;
    -webkit-box-shadow: 0 1px 0 0 #ffcb00;
    box-shadow: 0 1px 0 0 #ffcb00;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #ffcb00;
    border-bottom: 2px solid #ffcb00;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
    border: 2px solid #ffcb00;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: #ffcb00;
}

.yellow-text {
    color: #ffcb00!important;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffcb00;
    background-color: #ffcb00;
    z-index: 0;
}

label {
    font-size: 16px ;
    font-weight: 500 !important;
    color: black !important;
}

.col a {
    color: black;
    font-size: 16px;
    font-weight: 500;
}

.lds-ring {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 3px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


nav {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.leaflet-control-zoom-fullscreen {
    position: absolute;
    top: 10px !important;
    right: 0px !important;
    width: 39px !important;
    height: 39px !important;
}

#cemporcento {
    display: none;
    z-index: 10000;
}
/* *
 * Mobile Indisponível - Marcos Vinicius Nascimento Pereira
 */

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

    body {
        overflow: auto;
    }

    .tl-col-right,
    .tl-col-left {
        overflow: hidden;
        position: relative;
    }

    .tl-col-home-left,
    .tl-col-left {
        height: auto;
    }

    .tl-col-home-right,
    .tl-col-right {
        height: auto;
    }

    .tl-col-left nav {
    }

    .tl-col-left nav .nav-wrapper {
    }

    .tl-col-left nav .nav-wrapper a img {
    }

    footer .col .m7 .s12 {
        text-align: center;
    }

    footer .col .m5 .s12 {
        text-align: center;
    }

    #cemporcento {
        z-index: 10000;
        position: fixed; /* Sit on top of the page content */
        display: block; /* Hidden by default */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #FFCB00; /* Black background with opacity */
        /* z-index: 2; Specify a stack order in case you're using a different order for other elements */
        cursor: pointer; /* Add a pointer on hover */
        text-align: center;
    }
    #cemporcento img {
        padding-top: 55px;
        width: 100px;
        left: 0;
        right: 0;
        margin: auto;
    }
    #cemporcento p {
        padding: 25px 25px 5px;
        color: #fff;
        font-size: 25px;
        line-height: 30px;
        font-weight: 100 !important;
        font-family: Hind Siliguri;
    }
    #cemporcento p strong {
        font-weight: 400 !important;
        font-family: Hind Siliguri;
    }
    #cemporcento .email {
        font-weight: 300 !important;
        font-size: 20px;
        text-align: center;
    }
}

.tl-modal-close-button {
    color: #ffcb00;font-size: 1.5rem;position: absolute;top: -1px;right: 10px;cursor: pointer;
}


@media only screen and (min-width: 1024px) {
    .row .col.tl-m1 {
        width: 5%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m2 {
        width: 10%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m3 {
        width: 15%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m4 {
        width: 20%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m5 {
        width: 17%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m6 {
        width: 30%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m7 {
        width: 35%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m8 {
        width: 40%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m9 {
        width: 45%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m10 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m11 {
        width: 55%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m12 {
        width: 60%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m13 {
        width: 65%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m14 {
        width: 70%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m15 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m16 {
        width: 80%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m17 {
        width: 85%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m18 {
        width: 90%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.tl-m19 {
        width: 95%;
        margin-left: auto;
        left: auto;
        right: auto
    }


    .row .col.tl-m20 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto
    }

    .optionsSelo label{
    display: flex;
    align-items: center;
    padding: 0px 0 !important;
    line-height: 16px !important;
}

}