/*
*	@author Alan David
*/

@import url('fonts/stylesheet.css');


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,
input,
textarea,
select,
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;
    text-decoration: none;
    list-style: none;
    /* font-family: 'gilroy', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #888;
    letter-spacing: 0.05em;
    outline: none !important;
}

strong {
    font-weight: bold;
}


/**********************/
html,
body {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.bg_left {
    width: 54px;
    height: 200px;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 9;
}

.bg_right {
    position: absolute;
    width: 54px;
    height: 200px;
    right: 0;
    bottom: 50px;
    overflow: hidden;
    z-index: -1;
}

/* .bg_left img,
.bg_right img {
    min-height: 2000px;
    height: 100%;
    position: absolute;
} */

.bg_left img {
    right: 0;
}

.bg_right img {
    left: 0;
}


.in {
    width: 850px;
    max-width: 96%;
    display: block;
    margin: auto;
}

header {
    width: 100%;
    height: 100px;
    background: #1a1a1a;
    display: flex;
    align-items: center;
}

header img {
    width: 250px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: 210px;
}

h1 {
    width: 250px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    top: 20px;
    right: 50%;
    margin-right: 210px;
}

h1 img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grafismo {
    position: absolute;
    left: 50%;
    top: 100px;
    bottom: 0;
    max-height: 100%;
    margin-left: 392px;
}

.grafismo img {
    max-height: 100%;
}

.content {
    text-align: center;
}

section {
    padding-bottom: 200px;
}

section.hide {
    display: none;
}

.logo_cliente {
    display: block;
    margin: 40px auto;
    width: 220px;
}

.home h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    color: #1a1a1a;
}

.home h3 span {
    color: #1a1a1a;
}

h2 {
    font-size: 38px;
    margin-bottom: 25px;
}

h3 {
    font-size: 18px;
    margin-bottom: 35px;
}

h3 span {
    font: inherit;
    display: block;
}

.lbl-black {
    color: #1a1a1a;
}

.made-by {
    position: absolute;
    bottom: 55px;
    right: 50%;
    margin-right: 210px;
    width: 250px;
}

.made-by p {
    font-size: 12px;
    color: #1a1a1a;
    letter-spacing: 0;
}

.made-by img {
    width: 100%;
    max-width: 135px;
}

@media screen and (max-width: 960px) {
    /* header {
        background: url(../img/bg_header.svg) 50% 100%;
        background-size: cover;
        width: 100%;
    } */

    header img {
        right: 50%;
        margin-right: -125px;
    }

    h1 {
        top: 0;
        right: 50%;
        margin-right: -125px;
    }

    .bg_left,
    .bg_right,
    .grafismo {
        opacity: 0;
    }
    .made-by {
        margin-right: -50px;
        width: initial;
    }
    .made-by img {
        max-width: 100px;
    }
}

.loading {
    margin: 40px auto 0;
    text-align: center;
    color: #6d6d6d;

}

.loading img {
    animation: spin 2s infinite linear;
    width: 100%;
    max-width: 32px;
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@media screen and (max-width: 500px) {
    h3 span {
        display: inline;
    }
}

form {
    width: 330px;
    margin: auto;
}

#confirmationModal form {
    width: auto;
}

#confirmationModal p {
    margin-bottom: 20px;
    color: #1a1a1a;
}

input,
select,
option,
textarea {
    background: #f4f4f4;
    width: 100%;
    height: 54px;
    padding: 5px 20px;
    border-radius: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 2px solid #bababa;
}

.d-flex {
    display: flex;
    align-items: center;
}

.d-flex img {
    width: 27px;
    object-fit: cover;
    margin-right: 10px;
}

.d-flex label {
    padding: 0;
    margin: 0;
}

label {
    width: 100%;
    margin: -10px 20px 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    display: block;
    color: #bababa;
}

/*select {
			background: url(../img/dropdown.png) no-repeat 96% 50% #fff;
			color: #777;
			-webkit-appearance: none;  /* Remove estilo padrão do Chrome  * /
			-moz-appearance: none; /* Remove estilo padrão do FireFox  * /
			appearance: none; /* Remove estilo padrão do FireFox * /
		}

		.div-select {   
			width:250px;  /* Tamanho final do select * /
			overflow:hidden; /* Esconde o conteúdo que passar do tamanho especificado * /
		}
		.div-select select {
			background: url(http://www.webcis.com.br/images/imagens-noticias/select/ico-seta-select.gif) no-repeat #354880;  /* Imagem de fundo (Seta) * /
			background-position: 205px center;  /*Posição da imagem do background* /
			width: 100%; /* Tamanho do select, maior que o tamanho da div "div-select" * /
			height:54px; /* altura do select, importante para que tenha a mesma altura em todo os navegadores * /
			font-family:Arial, Helvetica, sans-serif; /* Fonte do Select * /
			font-size:18px; /* Tamanho da Fonte * /
			padding:13px 20px 13px 12px; /* Configurações de padding para posicionar o texto no campo * /
			color:#fff; /* Cor da Fonte * /
			text-indent: 0.01px; /* Remove seta padrão do FireFox * /
			text-overflow: "";  /* Remove seta padrão do FireFox * /
			select::-ms-expand {display: none;} /* Remove seta padrão do IE* /
		}*/

form label {
    padding-left: 70px;
}

.divInput {
    height: 54px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.divInput .icon {
    background: no-repeat 50% 50% #f4f4f4;
    width: 75px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 15px;
}

.divInput input {
    background: #fff;
    margin-bottom: 0;
    padding: 0;
    height: 34px;
    margin-top: 13px;
    transition: 1s;
}

.divInput input:focus {
    border-bottom: 2px solid #1a1a1a;
    transition: 1s;
}

input:focus + label {
    color: #1a1a1a !important;
}

form#form-search {
    margin: 55px auto 0;
}

.divInput input::placeholder {
    color: rgb(186 186 186 / 30%);
}

.content .icon.dados {
    background-image: url(../img/id.png);
}

.content .icon.mail {
    background-image: url(../img/mail.png);
}

.content .icon.tel {
    background-image: url(../img/celular.png);
}

.content .icon.check {
    background-image: url(../img/check_Branco.png) !important;
}

.ou {
    display: block;
    margin-bottom: 25px;
    color: #bbb;
    font-size: 18px;
    /* font-weight: bold; */
}

.sucesso_dados h2 {
    color: #1a1a1a;
    font-size: 42px;
    font-family: 'Josefin Sans', sans-serif;
}

.sucesso_dados h3 span {
    color: #1a1a1a;
    max-width: 625px;
    margin: auto;
}

.result-search h2 {
    color: #1a1a1a;
    font-size: 42px;
    font-family: 'Josefin Sans', sans-serif;
}

.result-search h3 {
    color: #1a1a1a;
}

.btn,
input[type="submit"],
input[type="button"] {
    background: #ffc700;
    max-width: 330px;
    width: 100%;
    height: 54px;
    line-height: 44px;
    margin: 0 auto 20px;
    padding: 5px 20px;
    border-radius: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    color: #1a1a1a;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}

.btn:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled {
    cursor: not-allowed;
    background: #888;
    color: #FFF;
}

.rosa {
    background: #ff9f94;
    max-width: 220px !important;
    margin: 0 10px;
}
.cinza {
    background: #888;
    max-width: 250px !important;
    margin: 0 10px;
}

.verde {
    background: #0d8278;
    margin: 0 auto 40px;
    display: block;
}

.codigo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.codigo input {
    width: 50px;
    padding: 0 10px;
    margin: 0 8px;
    text-align: center;
    font-size: 28px;
    color: #FFF;
    border-width: 1px;
    text-transform: uppercase;
    background: #1a1a1a;
}

@media screen and (max-width: 380px) {
    .codigo input {
        margin: 0 5px;
    }
}

@media screen and (max-width: 330px) {
    .codigo input {
        width: 42px;
    }
    form {
        width: 309px;
        margin: auto;
    }
}

.codigo.erro input {
    border: 2px solid #cb0000;
    color: #FFF;
}

.codigo.sucesso input {
    border: 2px solid #6db200;
    color: #FFF;
}

.codigo_msg {
    padding-bottom: 20px;
}

span.erro {
    margin: -10px 0 10px;
    color: #cb0000;
    display: none;
    font-size: 12px;
}

span.sucesso {
    margin: -10px 0 10px;
    color: #6db200;
    display: none;
    font-size: 12px;
}

.erro span.erro {
    display: block;
}

.sucesso span.sucesso {
    display: block;
}

.btn-back {
    background: transparent;
    width: auto;
    padding: 0;
    height: auto;
    line-height: initial;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 15px;
    align-items: center;
}

.btn-back span {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    color: #1a1a1a;
    border-bottom: 2px solid #ffc700;
    padding-bottom: 3px;
    margin-left: 10px;
}

.erro_dados h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    color: #1a1a1a;
}

.erro_dados h3 span {
    color: #1a1a1a;
}

.erro_dados #img-error {
    width: 100%;
    max-width: 170px;
    margin-bottom: 25px;
}

.list {
    width: 100%;
    position: relative;
    overflow: auto;
}

.list>li {
    height: auto;
    max-height: 32px;
    overflow: hidden;
    border: 2px solid #f4f4f4;
    margin-bottom: 30px;
    border-radius: 0;
    transition: 0.5s ease;
}

.list li.active {
    max-height: 100%;
    border: 2px solid #000;
}

.list li>p {
    text-transform: capitalize;
    background: url(../img/dropdown.png) no-repeat 93% 50% #f4f4f4;
    width: 100%;
    display: block;
    font-size: 18px;
    padding: 5px 0;
    cursor: pointer;
    text-align: left;
    padding-left: 45px;
}

.list li.active>p {
    background: url(../img/dropdown2.png) no-repeat 93% 50% #FFF;
    background-color: #000;
    color: #FFF;
}

.list .btn {
    display: inline-block;
    max-width: 200px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.list .btn2 {
    line-height: 22px;
    font-size: 16px;
}

.list .infos {
    position: relative;
    padding: 30px 20px 10px;
}

.infos li {
    width: 300px;
    height: 54px;
    border: 2px solid #f4f4f4;
    /*padding: 5px 15px;*/
    display: inline-block;
    margin: 0 9px 20px;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
    border-radius: 0;
}

.infos li.check,
.infos li.checked {
    border-color: #ffc700;
}

.list .icon {
    background: no-repeat 50% 50% #f4f4f4;
    width: 75px;
    height: 100%;
    float: left;
    margin-right: 15px;
}

.infos li.check .icon,
.infos li.checked .icon {
    background: no-repeat 50% 50% #ffc700;
}

.w-220 {
    max-width: 220px !important;
}

.infos div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.infos p {
    text-align: left;
    word-break: break-all;
}

.infos label {
    margin: 0 0 3px;
    font-size: 11px;
    text-transform: uppercase;
}

.infos input {
    background: #fff;
    height: auto;
    margin: 0;
    padding: 0 10px 0 0;
    border: 0;
    font-size: 14px;
    border-radius: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
    t
    /*ext-shadow: 2px 2px 5px #bcebe5;*/
}

input:-ms-input-placeholder {
    color: #ccc;
    /*text-shadow: 2px 2px 5px #bcebe5*/
    ;
}

input::placeholder {
    color: #ccc;
    /*text-shadow: 2px 2px 2px #bcebe5*/
    ;
}

.infos input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 54px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.edit {}

.edit>li {
    max-height: none;
}

.edit li>p,
.edit li.active>p {
    background: #f4f4f4;
    cursor: default;
}

.edit .icon.check {
    background-image: none !important;
}

.edit .checked .icon.check {
    background-image: url(../img/check_Branco.png) !important;
}

footer {
    background: #ffc700;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    z-index: 99;
    height: 50px;
    display: flex;
    align-items: center;
}

footer p,
footer span,
footer a {
    color: #1a1a1a;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

footer .links {
    display: flex;
    justify-content: center;
    padding: 0 0 30px;
}

footer span {
    width: 40px;
    display: inline-block;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #1a1a1a;
}

.modal-header {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}


.modal-footer button {
    margin: 15px 0 0 0;
    width: 100%;
    max-width: 100% !important;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 35px 20px 20px 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 350px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
/* .close {
    display: none;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
} */

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
