/* RESET CONFIGS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul {
    list-style: none;
}

*, 
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    font-size: 100%;
    list-style-type: none;
}

/* CSS */

@font-face {
    font-family:"Montserrat";
    src: url("../portalIptu/Montserrat.ttf") format("truetype");
}

@font-face {
    font-family:"Montserrat Italic";
    src: url("../portalIptu/Montserrat-Italic.ttf") format("truetype");
}


:root {
    --white: #FFF;
    --black: #000;
    --light-green: #24BC84;
    --lemon-green: #74FF6C;
    --hover-green: #1CDF97;
    --grenn: #25D366;
    --red: #EF233C;
    --light-gray-background: #F8F8F8;
    --light-grey: #DDD;
    --light-grey-2: #7A7A7A;
    --light-grey-3: #494949;
    --grey: #3F3F3F;
    --dark-grey: #313131;
    --dark-grey-2: #2F2F2F;
}

html {
    font-family: "Montserrat", Sans-serif;
}

/* HEADER */

.header-logo .iptu-span {
    font-weight: 900;
    font-size: 2.6rem;
}

.header-logo .year-span {
    font-weight: 700;
    font-size: 1.1rem;
}

.text-green {
    color: var(--light-green);
}

.discount-info span {
    font-weight: 900;
    font-size: 2.6rem;
}

.discount-info p {
    font-size: 0.94rem;
}

nav.header {
    background: var(--dark-grey);
    padding-top: 0;
    padding-bottom: 0;
}

nav.header .container img:nth-child(2) {
    height: 100px;
}

.btn-dropdown {
    background: var(--white);
    width: 2.5rem;
    height: 2.5rem;
}

.dropleft .dropdown-menu {
    width: 15rem;
    padding: 1rem;
}

.dropdown-item  {
    padding: 0.6rem;
    font-weight: 600;
}

.dropdown-item:hover {
    background: var(--light-grey);
}

.dropleft .dropdown-menu a:hover {
    text-decoration: none;
    /* margin-bottom: 1rem; */
}

.navbar-nav {
    font-weight: 600;
}

.navbar-nav li { 
    padding: .5rem 1.5rem;
    border-bottom: 3px solid transparent;
}

.navbar-nav li:hover { 
    border-bottom: 3px solid var(--grenn);
}

.navbar-nav li a { 
    color: var(--white);
}

/* BANNER */

.banner {
    background-image: url("../imagens/iptu/tramandaiBanner.jpg");
    height: 11rem;
}

.banner img {
    max-width: 100%;
    max-height: 175px;
}

/* MAIN DIV */

.description {
    font-weight: 600;
    color: var(--black);
    font-size: 3.375rem;
}

.description span {
    font-weight: 900;
}

.description span.text-green {
    font-family: "Montserrat Italic", Sans-serif;
    font-weight: 600;
}

.login-description {
    font-weight: 600;
    color: var(--light-grey-3);
    font-size: 2.45rem;
}

.login-description span {
    font-weight: 900;
}

.login-description span.text-green {
    font-family: "Montserrat Italic", Sans-serif;
    font-weight: 600;
}

.login-description span.text-green-bolder {
    font-family: "Montserrat", Sans-serif;
    font-weight: 900;
}

.card {
    border-radius: 0.75rem;
}

.card-taxpayer {
    box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.31);
    padding: 1.25rem;
    color: var(--dark-grey-2);
    border-top: 3px solid var(--light-green);
    background-color: var(--light-gray-background);
}

.card-taxpayer h2 {
    line-height: 1.5rem;
}


.card-taxpayer span {
    font-weight: 900;
}

.card-taxpayer input {
    width: 100%;
}

.form-control {
    background-color: var(--light-gray-background);
}

.button-grey {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
    color: var(--white);
    background-color: var(--grey);
    width: 9rem;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: 300ms;
}

.button-grey:hover {
    background-color: var(--light-grey-2);
    color: var(--white);
}

.button-green {
    background-color: var(--light-green);
    color: var(--white);
}

.button-green:hover {
    background-color: var(--hover-green);
    color: var(--white);
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(37,211,102,.25);
}

.form-control:focus {
    border-color: var(--light-green);
    box-shadow: 0 0 0 0.2rem rgba(37,211,102,.25);
}

label {
    color: var(--dark-grey-2);
}

.text-danger {
    color: var(--red) !important;
    font-size: 0.8rem;
}

.text-debitos {
    font-weight: 900;
}

.text-normal-debitos {
    font-weight: 500;
}

/* QR-CODE */


.qr-code div {
    width: 193px;
}

.qr-code p {
    font-size: 0.74rem;
}

.doubt {
    font-size: 0.74rem;
}

/* OTHER SERVICES */

.other-services h3 {
    font-size: 3.375rem;
    font-weight: 600;
    color: var(--light-grey-3);
}

.other-services h3 span {
    font-weight: 900;
}

.other-services .items div {
    padding: .2rem .5rem;
}

.other-services .item-bar {
    border-right: 1px solid var(--light-grey);
}

.other-services .items a {
    text-decoration: none;
    color: var(--light-grey-2);
    transition: 300ms;
}

.other-services .items a:hover {
    color: var(--grey);
}

/* LOGIN CARD */

.login a {
    text-decoration: none;
    color: var(--light-grey-2);
    transition: 300ms;
}

.login a:hover {
    color: var(--grey);
}

/* FOTTER */

footer {
    background: var(--dark-grey);
}

footer .logo {
    max-width: 326px;
    max-height: 140px;
}

.contact {
    color: var(--white);
}

.contact h4 {
    font-weight: 900;
    font-size: 1.25rem;
}

.installment-message {
    color: var(--white);
    background: var(--light-green);
    padding: 0.5rem 1rem;
    font-weight: 600;
}

.installment {
    color: var(--white);
}

.installment h4 {
    font-weight: 600;
    font-size: 1.25rem;
}

.installment p {
    font-size: 0.7rem;
}

.footer-links a {
    color: #FFF;
}

.footer-links a:hover {
    color: var(--hover-green);
}

.rounded-button {
    background-color: var(--white);
    border-radius: 50%;
    width: 2.3rem;
    height: 2.3rem;
}

.rounded-button:hover {
    background-color: var(--light-green);
    color: var(--white);
}

.social a {
    font-size: 1.4rem;
}

/* CHAT */


@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.4);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 15px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.4);
		transform: translatey(0px);
	}
}

.chat {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background:var(--grenn);
    transition: 300ms;
    transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}

.chat:hover {
    filter: brightness(110%);
}

/* OTHERS */

.text-label {
    font-size: 1rem;
}

/* MEDIA QUERY */

@media (max-width: 479.98px) {
    footer .navbar-nav {
        font-size: .9rem;
    }
}

@media (max-width: 575.98px) {
    .login-description {
        font-size: 1.5rem !important;
    }

    .description {
        font-size: 1.5rem !important;
    }

    .text-debitos {
        font-size: 1.4rem !important;
    }

    .chat {
        width: 4rem;
        height: 4rem;
    }
}


@media (max-width: 767.98px) {
    .login-description {
        font-size: 2rem !important;
    }

    .description {
        font-size: 2rem !important;
    }

    nav.header .container img:nth-child(2) {
        width: 100%;
        height: 100%;
    }
}


@media (max-width: 991.98px) {
    .login-description {
        font-size: 2rem;
    }
    
    .description {
        font-size: 2rem;
    }

    .other-services h3 {
        text-align: center;
    }
}