/* @font-face {
	font-family: 'Garden Grown Caps', sans-serif;
	font-style:normal;
	font-weight:400;
	src: url("{!URLFOR($Resource.IndiqueGanheFonts, 'GardenGrownCaps.ttf')}") format("truetype");
} */
@font-face {
	font-family: 'Garden Grown Caps';
	font-style:normal;
	font-weight:400;
	src: url('fonts/GardenGrownCaps.ttf') format("truetype");
}

@font-face {
	font-family: 'Garden Grown';
	font-style:normal;
	font-weight:400;
	src: url('fonts/GardenGrown.otf') format("truetype");
}

@font-face {
	font-family: 'Sadia Regular';
	font-style:normal;
	font-weight:400;
	src: url('fonts/Sadia2017k-Regular.ttf') format("truetype");
}

@font-face {
    font-family: 'Poppins Regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap");
}

body {
    margin:             0;
    background-color: #f8f8f85c;
    background-position:    top left, top right; 
    background-position-x:  left, right;
    background-position-y:  top, top;
    background-repeat:      repeat;
    background-size:        50% auto;
}

.menu-font {
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Garden Grown Caps';
}

.loader-div {
    position:   fixed;
    z-index:    1;
    width:      100%;
    height:     100%;
}

.hide-element {
    display:    none;
}

.line-color {
    border-top:     1px solid #666;
    margin-bottom:  15px;
}

.item-align {
    vertical-align: middle;
    cursor:         pointer;
}

input:focus {
    outline: none;
}

.container-flex {
    display:    flex !important;
    width:      100%;
    height:     100%;
    position:   relative;
    margin:     0;
}

.space-around {
    justify-content: space-between;
}

.column {
    flex-direction: column;
}

.flex-one {
    flex: 1;
}

.m-r-10 {
    margin-right:10px;
}

.wrapper-default {
    background-color: #f8f8f8;
}

.profile-wrapper {
    padding:            40px 15px;
    justify-content:    flex-start;
    align-items:        flex-start;
    max-width:          1300px;
    margin:             0 auto;
}

.profile-wrapper .profile-header {
    display:            flex;
    justify-content:    center;
}

.profile-wrapper .profile-header h1 {
    font:               30px 'Garden Grown', sans-serif;
    text-align:         left;
    margin:             0;
    color:            #666;
    margin-top:         5px;
}

.profile-section {
    display:            flex !important;
    justify-content:    flex-start;
    align-items:        flex-start;
    width:              100%;
}

.profile-menu {
    background:       #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow:         0px 2px 6px #0283da29;
    border-radius:      10px;
    padding:            20px 0;
}

.profile-menu nav a {
    cursor:             pointer;
    display:            flex;
    justify-content:    flex-start;
    align-items:        center;
    padding:            15px;
    text-decoration:    auto;
}

.profile-menu nav a {
    font:               18px 'Garden Grown', sans-serif;
    color:            #666;
}

.active {
    color:            #a84206 !important;
}

.profile-topics {
    list-style:         none;
    padding:            0 25px;
}

.text-align-center {
    text-align:         center;
}

.flex-column {
    display:            flex;
    flex-direction:     column;
}

.flex-row {
    display:            flex;
    flex-direction:     row;
}

.cursor-pointer {
    cursor: pointer;
}

.m-0 {
    margin: 0;
}

.p-25 {
    padding: 25px;
}

.p-10 {
    padding:10px;
}

.w-80 {
    width:80%;
}

.header {
    min-height: 60px;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
    background: #ffffff;
    z-index: 2;
}

.header-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    padding-right: 10px;
}

.header-logo img {
    transform: translate(-50%, 85px);
    position: absolute;
    width: 170px;
    max-width: 100%;
    height: auto;
    padding-top: 10px;
}

.header-logo label {
    font-weight: 700;
    color: #a84206;
    text-decoration: none;
}

.header-logo .form-hide-element {
    display: none !important;
}

.header-text  {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px; 
    font-weight: 700;
    text-decoration: none;
}

.header-text-sair  {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 5px; 
    font-weight: 700;
    text-decoration: none;
}

.header-text label { 
    font-weight: 700;
    text-decoration: none;
}

.header-text .hide-element label { 
    display: none !important;
}

.header-text .hide-element a { 
    display: none !important;
}

.header-text .form-hide-element {
    display: none !important;
}

.header-text .underline { 
    border-bottom: 3px #a84206 solid;
    border-radius: 4px;
}

.flex-one {
    flex: 1;
}

.header-search-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap-reverse;
}

.header-row {
    justify-content: center;
    width: 100%;
    display: flex;
    padding: 5px 0;
}

.header-row-image {
    justify-content: left;
    width: 100%;
    display: flex;
    padding: 5px 0;
}

.header-input-wrapper {
    flex: 1 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0px;
}

.header-wrapper {
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px 0;
}

.header-input {
    margin: 20px !important;
    box-shadow: none;
    background: white;
    border: 1px solid #9E9184;
    border-radius: 30px;
    text-align: left;
    letter-spacing: 0px;
    color: #707070;
    max-width: none;
    z-index: 9998;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    margin: auto 0;
    height: 30px;
    position: relative;
}

.header-input input {
    border: 0;
    height: 26px;
    max-width: 100%;
    flex: 1 1;
    font-size: 16px;
    padding-right: 15px;
    color: #4a4a4a;
    z-index: 9999;
}

.header-input input:focus {
    border-color: #a84206 !important;
}

#control-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.mobile-header-items {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.header-section {
    padding: 80px 20px 50px;
    border-top: 1px solid #ccc;
    font-size: 20px;
    line-height: 24px;
}

.header-section:after {
    content: "";
    display: block;
    clear: both;
}

.header-section img {
    width: 44%;
    margin: 0 0 10px 4%;
}

.header-section p {
    padding: 0 0 20px;
}

.section-padding {
    padding-top: 80px;
}

.desktop-menu {
    display: block;
    margin-right: 20px;
}

.section-title {
    display: flex;
    color: #666;
    font-weight: 100;
    font-size: 30px;
    text-align: left;
    margin-top: 5px;
}

.label-float {
    position: relative;
    padding-top: 13px;
    margin-bottom: 15px;
    display:flex;
    width:100%;
}

.label-float input {
    border: 1px solid lightgrey;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance: none;
    width: 100%;
}

.label-float input:focus {
    border: 2px solid #EA5B0A;
}

.label-float input::placeholder {
    color: transparent;
}

.label-float label {
    pointer-events: none;
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: transparent !important;
    padding: 7px;
    box-sizing: border-box;
    color:#999;
    font-size: 13px;
}

.label-float input:required:invalid+label {
    color: red;
}

.label-float input:focus:required:invalid {
    border: 2px solid red;

}

.label-float input:required:invalid+label:before {
    content: '*';
}

.label-float input:focus+label,
.label-float input:not(:placeholder-shown)+label {
    font-size: 13px;
    top: 0;
    color: #a84206;
    margin: -13px;
}

@media (max-width: 425px) {
    .section-title {
        text-align: center;
        color: #666;
        font-weight: 100;
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .section-title {
        text-align: center;
        color: #666;
        font-weight: 100;
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .desktop-menu {
        display: none;
    }

    .header nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        border-left: 1px solid #ccc;
        background: #fff;
        overflow-x: auto;
        z-index: 2;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    .header ul.list-auto {
        padding: 0;
    }

    .header ul.list-auto li {
        width: 100%;
        border: solid #ccc;
        border-width: 0 0 1px;
    }

    .header li a {
        padding: 15px 10px;
    }

    .header li a:hover label {
        opacity: 0.5;
    }

    .mobile-header-items {
        color: #666666;
        font: 16px 'Garden Grown', sans-serif;
        visibility: visible;
        position: absolute;
        opacity: 1;
    }

    .mobile-header-items li a {
        color: #666;
        text-decoration: none;
        cursor: pointer;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 15px;
    }

    .control-nav {
        position: absolute;
        right: 20px;
        top: 42px;
        display: block;
        width: 30px;
        padding: 5px 0;
        border: solid #333;
        border-width: 3px 0;
        z-index: 2;
        cursor: pointer;
    }

    .control-nav:before {
        content: "";
        display: block;
        height: 3px;
        background: #333;
    }

    .control-nav-close {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        z-index: 1;
        background: rgba(0,0,0,0.4);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    input#control-nav {
        display: block;
    }

    input#control-nav:focus ~ .control-nav {
        border-color: #000;
        box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
    }

    input#control-nav:focus ~ .control-nav:before {
        background: #000;
    }

    input#control-nav:checked ~ nav,
    input#control-nav:checked ~ .control-nav-close {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .header+section {
        padding-top: 80px;
    }

    .header-section {
        padding: 30px 15px 10px;
    }
}

@media (max-width: 768px)  {
    .header-wrapper a {
        font-size: 14px;
    }

    .section-title {
        text-align: center;
        color: #666;
        font-weight: 100;
        font-size: 30px;
        display: block;
    }
}

@media (max-width: 900px)  {
    .header-input-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        padding: 0;
    }

    .header-input {
        max-width: 100%;
        margin: 0 10px;
        padding: 8px 10px;
    }

    .header-input input {
        padding-right: 10px;
        width: 100px;
    }
}

.main-address-title {
    font: 25px 'Garden Grown', sans-serif;
    color: #6d6d6d;
    font-weight: bold;
}

.address-info-letter {
    font: 13px 'Garden Grown', sans-serif;
    color: #6d6d6d;
    margin-bottom: 0px;
    margin-top: 7px;
}

.address-title-letter {
    font-size: 15px;
    color:#6d6d6d;
    font-weight: bold;
}

.order-title-letter {
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0px;
}

.order-margin {
    margin-left: 25px;
}

.disable-scroll {
    overflow: hidden;
}

.material-icons.right-arrow::before{
    content: 'chevron_right' !important; 
}

.material-icons.expanded-icon::before {
    content: 'expand_more';
}
  
.nested {
    display: none;
}
  
.active-treeview {
    display: block;
}

.line-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0px;
}

.icon-color {
    color: #666
}

.address-box-title {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #EA5B0A;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.flex-align-center{
    display :       flex;
    justify-content: center;
}


.blur-background {
    filter: blur(3px);
    z-index: -999999;
}
  
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.login-container {
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

.login-container .login-wrapper {
    width: 800px;
    display: flex;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 2px 2px #ddd, 0 2px 2px #ccc;
    background-color: #f8f8f8;
}

.w-500 {
    width: 500px;
}

.login-container .login-wrapper .column {
    display: flex;
    flex-direction: column;
}

.login-container .login-wrapper .column .img {
    width: 200px;
}

.login-container .login-wrapper .column .login-button {
    border: none;
    color: white;
    padding: 12px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 30px;
    width: 200px;
    cursor: pointer;
}

.login-container .login-wrapper .column .info-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.center-aux{
    justify-content: center !important;
}

.login-container .login-wrapper .column h1{
    font-size: 1.5rem;
}

.login-container .login-wrapper .column .a-center {
    text-align: center;
    color: #666;
    margin-top: 20px;
}

.color-orange {
    color: #EA5B0A;
}

.login-logo {
    width: 180px;
    padding: 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: 1px solid #999 !important;
	border-radius: 5px;
	text-align: left;
	position: relative;
	z-index: 999;
	transition: all 130ms ease-in-out;
}

fieldset.active {
	border: 1px solid #003764;
}

fieldset.active input {
	color: #4a4a4a;
}

fieldset legend {
	color: #999;
	font-weight: 400;
	text-align: left;
	margin-left: 5px;
	padding-inline-start: 0px;
	padding-inline-end: 0px;
	-moz-padding-inline-start: 0px;
	-webkit-padding-inline-start: 0px;
	-khtml-padding-inline-start: 0px;
	-o-padding-inline-start: 0px;
	-moz-padding-inline-end: 0px;
	-webkit-padding-inline-end: 0px;
	-khtml-padding-inline-end: 0px;
	-o-padding-inline-end: 0px;
	transform: translate(7px, 21px);
	font-size: 14px;
	line-height: 0;
	max-width: 0;
	display: block;
	white-space: nowrap;
	transition: all 130ms ease-in-out;
	cursor: text;
    margin-bottom: 0;
}

fieldset.active legend {
	color: #666;
    max-width: fit-content;
	padding-inline-start: 4px;
	padding-inline-end: 4px;
	font-size: 12px;
	transform: none;
}

fieldset input[type="text"], fieldset input[type="password"], fieldset input[type="email"] {
	width: 100%;
	padding-right: 24px;
    padding-left: 10px;
	font-size: 14px;
	border-radius: 3px;
	border: 0;
	display: block;
	box-sizing: border-box;
	outline: none;
	background-color: transparent;
	height: 40px;
	line-height: auto;
}

fieldset span {
	position: absolute;
	display: block;
	top: 18px;
	right: 8px;
	-webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-family: 'Fa', sans-serif;
}

.fieldset-wrapper {
    min-height: 74px;
	position: relative;
}

.fieldset-wrapper label {
	font-size: 12px;
    padding: 5px 0;
    width: 100%;
    display: block;
    color: red;
	line-height: 12px;
	text-align: left;
	margin: auto;
}

.fieldset-wrapper label::after {
	content: '\00a0';
}

.col-6 {
    width: 50%;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

.clear {
    padding: 0 !important;
}

button.link, input[type="submit"].link {
    color: #a84206;
    background-color: transparent;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    padding: 14px 0;
    height: 50px;
    width: auto;
    float: left;
    display: block;
}

.message table td.messageCell {
    width: 100% !important;
    padding-bottom: 20px;
    text-align: center;
}
@media (max-height:900px) {
    .message table td.messageCell {
        padding-bottom: 0px !important;
    }
}

.message table td.messageCell div {
    padding: 15px;
    background-color: rgba(255, 0, 0, .4);
    border-radius: 3px;
    color: #FFF;
    font-size: 14px;
}

@media (max-width:768px) {
    .login-container .login-wrapper {
        height: 100% !important;
        width: 100% !important;
        align-items: center;
        padding: 15px;
    }

    .profile-wrapper {
        justify-content: center !important;
    }
}


.login-header-text{
    font-family: "Garden Grown", sans-serif;
    font-size: 600;
    color:#a84206;
    font-weight: bold;
}


nav.side-menu{
    max-width: 321px;
}
nav.side-menu > ul { 
    list-style-type: none;
}

nav.side-menu > ul > li{
    padding: 6px 0px;
    border-bottom: 1px solid rgba(42, 42, 42,0.4);
    list-style-type: none;
}
nav.side-menu > ul > li:last-child{
    border-bottom: none;
    list-style-type: none;
}
nav.side-menu > ul > li > a,
nav.side-menu > ul > li{
    font-size: 14px;
    font-family: "Garden Grown", sans-serif;
    color: #a84206;
}

nav.side-menu > ul > li.active i.drop-icon{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-90deg) !important;
    display: inline-block;
}

nav.side-menu > ul > li > a{
    padding: 10px 10px;
    display: block;
    list-style-type: none;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}
nav.side-menu > ul > li .sub-menu{
    display: none;
    list-style-type: none;
}
nav.side-menu > ul > li .sub-menu li{
    width: 100%;
    padding: 6px 10px;
    line-height: 16px;
    list-style-type: none;
}
nav.side-menu > ul > li .sub-menu li:hover{
    background: #D0D2D3;
    list-style-type: none;
}
nav.side-menu > ul > li .sub-menu li a{
    width: 100%;
    font-size: 14px;
    font-family: "Garden Grown", sans-serif;
    color: #808184;
    display: block;
    list-style-type: none;
}
nav.side-menu > ul > li .sub-menu li:hover a{
    color: #a84206;
    text-decoration: none;
}
nav.side-menu > ul > li i{
    font-size: 6px;
    margin-left: 5px;
    list-style-type: none;
    text-decoration: none;
}
nav.side-menu.menu-icon > ul > li i:first-child{
    font-size: 20px;
    list-style-type: none;
}

.underline { 
    border-bottom: 3px #a84206 solid;
    border-radius: 4px;
}

.swal2-popup .swal2-title {
    font-family: 'Poppins Regular', sans-serif;
    font-size: x-large;
}

.swal2-popup .swal2-icon {
    font-family: 'Poppins Regular', sans-serif;
    font-size: larger;
}

.swal2-popup #swal2-content {
    font-family: 'Poppins Regular', sans-serif;
    font-size: large;
}

.swal2-popup .swal2-styled.swal2-confirm{
    font-family: 'Poppins Regular', sans-serif;
    font-size: smaller;
}

.swal2-popup .swal2-styled.swal2-cancel{
    font-family: 'Poppins Regular', sans-serif;
    font-size: smaller;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.container-login {
    display: flex;
    position: relative;
}
.coluna2 {
    flex: 1;
    position: relative;
}
.coluna {
    flex: 1;
    position: relative;
}
@media (max-width:1000px) {
    .coluna{
        display: none;
    }
}
.coluna-login {
    flex: 1;
    position: relative;
    min-width: 500px;
}
@media (max-width:1000px) {
    .coluna-login{
        min-width:350px;
    }
}
.header-login {
    background-color: #eee5db;
    text-align: left;
    padding-left: 90px;
}
@media (max-height:900px) {
    .header-login {
        padding-left: 37px;
    }
}
@media (max-width:1000px) {
    .header-login{
        padding-left:0;
    }
}
.indique-logo{
    padding: 1%;
    max-width:200px;
    max-height:150px;
    width: auto;
    height: auto;
}
@media (max-height:900px) {
    .indique-logo {
        padding: 2%;
        max-width:150px;
        max-height:100px;
    }
}
@media (max-width:1000px) {
    .indique-logo{
        padding: 5%;
        max-width:200px;
        max-height:150px;
    }
}

.indique-banner{
    max-width:960px;
    max-height: 790px;
}
@media (max-height:730px) {
    .indique-banner {
        max-width: 640px !important;;
        max-height: 527px !important;;
    }
}
@media (max-height:900px) {
    .indique-banner {
        max-width: 840px;
        max-height: 620px;
    }
}
@media (max-width:1000px) {
    .indique-banner{
        max-width:960px;
        max-height: 790px;
    }
}

.brf-logo{
    max-width:85px;
    max-height:40px;
    width: auto;
    height: auto;
    /* filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1); */
}

.marfrig-logo{
    max-width:85px;
    max-height:40px;
    width: auto;
    height: auto;
    margin-right: 2%;
}

.red-h1 {
    color: #D2232A;
    padding-left: 100px;
    font-size: 24px;
    margin-bottom: 0px;
}
@media (max-width:1000px) {
    .red-h1{
        padding-left:0;
    }
}

.red-indique-logo {
    color: #D2232A;
    margin-top: 20px;
    font-size: 3rem;
}

.p-indique-logo {
    font-size: 1.8rem;
}

.red-indique {
    color: #D2232A !important ;
    margin-top: 20px;
}
@media (max-height:900px) {
    .red-indique{
        margin-top: 5px;
    }
}
.font-login{
    font-family: 'Sadia Regular', sans-serif;
}
p {
    color: gray;
    font-size: 16px;
}
input[type="text"],
input[type="password"] {
    width: calc(100% - 0px);
    padding: 10px;
    border: 2px solid #ccc; 
    border-radius: 10px; 
    transition: border-color 0.3s ease;
}
input[type="text"]:focus,
input[type="password"]:focus {
    border-color: #999;
}
a {
    color: #D2232A;
    font-size: 14px;
    text-decoration: none;
}
.home-text{
    padding-top: 100px;    
    text-align: center;
    padding-bottom: 100px;
}
.white-line::after{
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid white;
    width: 50%; 
    margin: 0 auto;
    left: 0;
}

.login{
    padding-top: 100px;
    padding-left: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
}
@media (max-height:900px) {
    .login{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 50px;
        padding-right: 50px;
    }
    .home-text{
        padding-top: 100px;    
        text-align: center;
        padding-bottom: 100px;
    }
}
@media (max-width:1000px) {
    .login{
        padding:30px;
    }
}
.cadastro{
    padding-top: 50px;
    padding-left: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
}
@media (max-height:900px) {
    .cadastro{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width:1000px) {
    .cadastro{
        padding:30px;
    }
}
.login-inputs{
    padding-bottom: 20px;

}
.login-lostpass{
    padding-bottom: 40px;
}
@media (max-height:900px) {
    .login-lostpass{
        padding-bottom: 30px;
    }
}
@media (max-width:1000px) {
    .login-lostpass{
        padding-bottom: 40px;
    }
}
.cadastre-se {
    color: #D2232A;
    text-transform: uppercase;
    font-weight: bold;
}
.botao-entrar {
    background-color: #D2232A;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px; 
    cursor: pointer;
    margin-left: 20px;
    float: right; 
    width: auto;
}

.botao-indicar {
    background-color: #D2232A;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px; 
    cursor: pointer;
    text-align: center;
    width: auto;
}

.botao-indicar-box {
    background-color: #D2232A;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px; 
    cursor: pointer;
    float: right;
    width: auto;
    font-size: medium;
}

.rodape {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 12px;
    color: gray;
    text-align: left;
    z-index: 0;
}
@media (max-width:1000px) {
    .rodape{
        position: fixed;
        bottom: 0;
    }
}
@media (max-height:912px) {
    .rodape{
        position: relative;
        bottom: 0;
    }
}
@media (max-width:360px) {
    .rodape{
        display: none;
    }
}
@media (max-height:565px) {
    .rodape{
        position: relative;
    }
}

.redes-sociais {
    text-align: right;
}
.html {
    overflow-y: hidden;
}
.container-rodape {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: inset;
    padding-bottom: 5px;
}
.image-rodape {
    max-width:30px;
    max-height:30px;
    padding-left: 5px;
}

.left {
    flex: 1;
}

.right {
    flex: 1;
    text-align: right;
}

.text-rodape{
    font-weight: bold;
    font-size: 14px;
    color: black;
    padding-top: 5px;
    padding-bottom: 15px;
}
@media (max-width:1000px) {
    .text-rodape{
        padding-bottom: 5px;
    }
}
.input-logins{
    margin-top: 10px;
}
.valid {
    color: green;
}

.valid:before {
    content: "✔";
}

.invalid {
    color: #16325c;
}

.invalid:before {
    content: "✖";
}

.passwordError:before {
    color: #e92c2c;
    content: "As senhas devem ser idênticas!";
}

.password-button {
    width: 100%;
    padding: 8px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 15px;
    background-color: #f8f8f8; 
    color: black; 
    border: 2px solid #EA5B0A;
}

.password-button:hover {
    background-color: #EA5B0A;
    color: white;
}

.p-password {
    margin:20px 0;
    position:relative;
}

.label-password {
    padding:10px;
    pointer-events: none;
    position:absolute;
    left:0;
    top:0;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity:0.5;
    background: #fff;
}

.margin-left-s{
    margin-left: 10px;
}

.input-password {
    padding:10px;
}

.input-password:focus + label, input:not(:placeholder-shown) + label {
    opacity:1;
    transform: scale(0.75) translateY(-70%) translateX(-14px);
}

.pointer {
    cursor: pointer;
}

#header {
    position: relative; 
}

#header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-text,
.header-text-sair {
    margin-left: 20px; 
}

#nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #eee5db;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1000;
}

#nav-menu ul {
    background-color: #eee5db;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav-menu ul li {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

#nav-menu ul li a {
    color: #333;
    text-decoration: none;
}

.hamburger{
    display: none;
}

.logo-mobile{
    display: none;
}

.text-mobile{
    font-weight: bold;
}


@media (max-width: 768px) {
    .logo-mobile{
        display: contents !important; 
    }

    .hamburger {
        margin-top: 5%;
        display: flex;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1001;
    }
    
    .hamburger-box {
        width: 30px; 
        height: 24px; 
        position: relative;
    }
    
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 100%;
        height: 2px;
        background-color: #EA5B0A;
        position: absolute;
        left: 0;
        transition: transform 0.3s ease, top 0.3s ease 0.1s;
    }
    
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: '';
        display: block;
    }
    
    .hamburger-inner::before {
        top: -8px; 
    }
    
    .hamburger-inner::after {
        bottom: -8px; 
    }
    
    .hamburger.active .hamburger-inner::before {
        transform: translateY(8px) rotate(45deg); 
    }
    
    .hamburger.active .hamburger-inner::after {
        transform: translateY(-8px) rotate(-45deg); 
    }
    
    .hamburger.active .hamburger-inner {
        background-color: transparent; 
    }

    
    #nav-menu.active {
        display: contents;
        background-color: #eee5db;
    }

    .header-wrapper {
        position: relative; 
    }

    .header-row-image {
        display: none; 
    }

    .header-text {
        display: none; 
    }

    .header-text-sair {
        display: none; 
    }
}






