/* COOKIES **************/

:root {
    --purple: #29293a;
    --red: #F88010;
  }
  
  /* Cookie Dialog */
  #gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 550px;
    background-color: #223a45;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 1000;
  }
  
  #gdpr-cookie-message h4 {
    color: #d69f0d;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  
  #gdpr-cookie-message p {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
  }
  
  #gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
  }
  
  #gdpr-cookie-message a {
    color: #d69f0d;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
    transition: all 0.3s ease-in;
  }
  
  #gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: #d69f0d;
    transition: all 0.3s ease-in;
  }
  
  #gdpr-cookie-message button {
    border: none;
    background: #d69f0d;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
  }
  
  #gdpr-cookie-message button:hover {
    background: white;
    color: #d69f0d;
    transition: all 0.3s ease-in;
  }

/* GERAL ****************/
.relative {
    position: relative;
}

/* HEADER **************/
.s-logo {
    width: 140px;
}

.header-top-links ul li a, .header-top-links a, .header-top-links {
    color: rgba(255, 255, 255, 0.7);
}

.header-top-links ul li a:hover, .header-top-links a:hover {
    color: rgba(255, 255, 255, 1);
}

.header-top-links {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
}

.header-top-links ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.header-top-links ul li:first-child {
    margin-left: 0;
}

.header-top-links ul li:last-child {
    margin-right: 0;
}

/* SLIDER **************/
@media screen and (max-width: 991px) {
    .slider-height {
        min-height: 667px;
    }

    .slider-2-content {
        margin-top: 180px;
        padding-bottom: 70px;
    }
}

.form-1 input,
.form-1 select,
.form-1 textarea {
    /*border: 2px solid transparent;*/
    /*border-radius: 0;*/
    /*box-shadow:0 0 0px 1px rgba(0,0,0,0.2);*/
    border: 2px solid #f89f22;
    border-radius: 0;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
}

.form-1 input:hover, .form-1 input:focus,
.form-1 select:hover, .form-1 select:focus,
.form-1 textarea:hover, .form-1 textarea:focus {
    border: 2px solid #f89f22;
    border-radius: 0;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
}

.bg-gradient {
    background-image: linear-gradient(#F88010, #F9A318);
}

.bg-grey {
    background-color: #dce5ed !important;
}

.sisdado {
    height: 11px;
}

.img-responsive {
    max-width: 100%;
}

.footer-logo img {
    height: 100px;
}

.img-card-video{
    position: absolute;
    bottom:0;
    right: 0
}
.choose-img img {
    width: 670px;
    max-width: 100%;
}


/*BANNER*/
@media screen and (min-width: 992px) {
    .slider-content h1 {
        font-size: 64px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .overflow-hidden-xs{
        overflow: hidden;
    }
}


@media screen and (min-width: 1400px){
	.single-slider {
		background-position: center bottom;
	}
}

@media screen and (min-width: 1650px){
	.img-card-video {
		right: 6%;
	}
}
@media screen and (min-width: 1850px){
	.img-card-video {
		right: 8%;
	}
}

/*Flip CredCard*/
.height, .flip-container, .front, .back {
    height: 168px;
}
.flip-container {
	perspective: 1000px;
}
.flip {
    transform: rotateY(180deg);
}
.flipper {
	position: relative;
	transition: 0.6s;
	transform-style: preserve-3d;
}
.front, .back {
	position: absolute;
	backface-visibility: hidden;
	top: 0;
	left: 0;
}
.front {
	z-index: 2;
	transform: rotateY(0deg);
}
.back {
    right: 0;
	transform: rotateY(180deg);
}

#modalEntrar{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
}

.containerEntrar{
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: white;
    align-items: center;
    width: 300px;
    border: solid 1px #c76d0e;
}

.containerEntrar h2{
    color: #d68630;
}

.containerEntrar form{
    width: 100%;
}

.containerEntrar form >div{
    margin: 20px 0;
}

.containerEntrar form >div:nth-child(1) {
    text-align: center;
}

.containerEntrar form >div:nth-child(4){
    text-align: center;
}

.containerEntrar input{
    display: block;
    width: 100%;
    border: none;
    background: #80808033;
    height: 50px;
    border-radius: 10px;
    padding: 15px;
    color: #d68630;
}

.containerEntrar button{
    padding: 10px;
    font-weight: 700;
    color: white;
    border-radius: 5px;
    background: #d68630;
    border: solid 2px #d68630;
    transition: all 0.3s ease;
}

.containerEntrar button:hover{
    background: #fff;
    color: #d68630;
}

#exitEntrar{
    position: absolute;
    right: 5px;
    top: 0px;
    color: #d68630;
    border: none;
    background: none;
    transition: all 0.3s ease;
}

#exitEntrar:hover{
    color: #5a4024;
}

#actionEntrar{
    cursor: pointer;
}

.containerInfos{
    position: relative;
    text-align: center;
    margin-top: 25px;
}

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

.infosCliente >div{
    width: fit-content;
}

.wrapperModalDetalhes{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
}

.containerModalDetalhes{
    /* position: relative; */
    padding: 30px;
    height: 370px;
    width: 700px;
    border-radius: 5px;
    background:#ffffffe8;
    border: solid 1px #c76d0e;
}

.containerModalDetalhes >div:nth-child(1){
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c76d0e;
    margin-bottom: 15px;
}
.containerModalDetalhes >div:nth-child(1) span{
    font-size: 18px;
}
.containerModalDetalhes >div:nth-child(1) h4{
    color: #c76d0e!important;
}
.containerModalDetalhes >div:nth-child(2){
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    height: 300px;
}

.containerModalDetalhes >div>div{
    display: flex;
    padding: 10px;
    margin: 5px;
    width: 200px;
    background: rgb(158, 158, 158);
    border-radius: 4px;
    color: white;
    justify-content: space-between;
    font-size: 16px;
}

.inactiveDetalhes{display: none;}
.activeDetalhes{display: flex;}

.tableContas{
    padding: 15px;
    text-align: center;
}

.wrapperContas{
    max-height: 600px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-top: 20px;
}

.cabecalho{
    width: 100%;
    display: flex;
    padding: 10px 0;
    background: #ffffff3b;
    border-radius: 10px;
}
.cabecalho >span{
    background: none;
    font-weight: 600;
    color: #fff;
    width: 100px;
    display: flex;
    align-items: center;
    margin: 1px;
    justify-content: center;
}
.cabecalhoQuitadas >span{
    width: 90px;
}
.cabecalhoQuitadas >span:last-child{
    width: 40px;
}

.content{
    width: 523px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    max-height: 250px;
    background: #f8961596;
    border-radius: 10px;
    margin-top: 10px;
    overflow-x: hidden;
}

.content>div{
    display: flex;
    width: fit-content;
    margin: 2px 0;
    background: #777777b0;
    border-radius: 4px;
}

.content>div>span{
    color: rgb(255, 255, 255);
    background: none;
    width: 100px;
    display: flex;
    align-items: center;
    margin: 1px;
    justify-content: center;
    border-radius: 5px;
    font-size: 13px;
}

.contentQuitadas>div>span{
    width: 90px;
}

.contentQuitadas>div>span:last-child{
    width: 40px;
}


.content>div>span:last-child{
    justify-content: flex-start;
}

.showDetalhes{
    border: none;
    background: none;
    color: white;
}

.contas{
    width: 100%;
    max-width: 1170px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.containerInfos{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modalMessage{
    position: fixed;
    top: 150px;
    display: flex;
    justify-content: center;
    width: 100vw;
}

.modalMessage > div{
    height: 65px;
    width: 300px;
    color: rgb(255, 0, 0);
    background: rgba(255, 109, 109, 0.712);
    border: solid 1px rgb(255, 0, 0);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.6s ease;
    overflow: hidden;
    box-sizing: border-box;
}

.infosCLiente{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.infosCLiente div, .infosCLiente label{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0!important;
} 

.secondContainer{
    padding: 30px;
}

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

#openQuitadas{
    margin-left: 10px;
    background: #ffffff78;
    border: none;
    font-size: 26px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    padding-bottom: 15px;
    border-radius: 9px;
    color: rgb(255 255 255);
}

.tableContas h4{
color: #fff;
font-weight: 700;
font-family: "Nunito Sans", sans-serif;
font-size: 20px;
margin: 0;
}


.outDetalhes{
      cursor: pointer;
    }
    
.outDetalhes:hover{
    opacity: 0.6;
}


#contentContasAbertas button, #contentContasAbertas a, #contentContasQuitadas button{
    background: none;
    border: none;
}

#contentContasAbertas button svg, #contentContasAbertas a svg, #contentContasQuitadas button svg{
    font-size: 23px;
    transition: all 0.3s ease;
}

#contentContasAbertas a svg{
    margin-left: 5px;
    cursor: pointer;
    color: black!important;
}

#contentContasAbertas button:hover svg, #contentContasAbertas a:hover svg, #contentContasQuitadas button:hover svg{
    opacity: 0.3;
    color: #fd7e14;
}

.modalConfirmation{
    position: fixed;
    top: 150px;
    display: flex;
    justify-content: center;
    width: 100vw;
    z-index: 10000;
}

.modalConfirmation > div{
    height: 91px;
    width: 362px;
    color: rgb(255, 255, 255);
    background: rgb(75 162 86);
    /* border: solid 1px rgb(8, 131, 24); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.6s ease;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
}

.logo{
    margin-right: 20px;
}

/*------  area-cliente @media ------*/

@media screen and (max-width: 480px) {
    body {
        overflow: visible!important;
        height: 120vh!important;
    }

    .infosCLiente {
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-opcoes-externas-pai ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 15px;
    }

    .menu-opcoes-externas-pai ul li {
        padding: 0!important;
    }

    .wrapperContas {
        width: 355px;
    }

    .cabecalho {
        width: 100%;
        margin: auto;
    }

    .cabecalho > span {
        font-size: 12px;
    }

    .content {
        width: 100%;
    }

    .content > div > span {
        font-size: 10px;
    }

    .content > div {
        width: inherit;
    }

    .tableContas {
        padding: 15px 0;
    }
}

.w-400{
	width: 400px; 
}

video {
	width: 100%;
	height: auto;
}

.sticky .menu-bg {
	background: #223a45;
}

.menu-area-2.sticky {
	background: #223a45;
}

@media screen and (max-width: 767px){
	.s-logo {
	width: 100px;
	}
	
	.main-menu-area {
	padding: 10px 0;
	}
}

.primary-bg {
	background: #223a45 !important;
}

.footer-white .footer-icon a:hover {
	color: #fff;
	background: #d69f0d;
}

.contact-address-icon i{
	color: #d69f0d ;
}

.footer-title::before{
	background:#d69f0d ;
}

.footer-title::after{
	background:#d69f0d ;
}

.footer-menu li::before{
	color: #d69f0d ;
}

.footer-white .footer-menu li a:hover {
	color: #d69f0d;
}

@media screen and (min-width: 992px ){	
	.menu-bg {
	background-color: rgb(34, 58, 69);
	}
	
	.s-logo {
	width: 200px;
	}
	
	.p-10{
	padding: 10px;
	}
	
	.flex-end-center {
	display: flex;
	justify-content: end;
	align-items: center;
	}
	
	.main-menu nav > ul > li > a{
		font-size: 17px;
	}
}

.section-title span {
	color: #252525;
}

.main-menu-area {
	padding: 4px 0;
}

#scrollUp{
	background: #e4ae0d ;
}

.section-img{
	display: none;
}

#scrollUp:hover {
	background: #ba8309;
}

.btn{
	background: #ba8309;
}

.btn:hover{
	background: #e4ae0d;
}

.active .bs-stepper-circle {
	background-color: #d69f0d !important;
}

.bs-stepper-label:active{
	color: #d69f0d;
}

.bs-stepper .step-trigger:focus{
	color: #d69f0d !important;
}

.containerEntrar h2{
	color: #d69f0d;
}

#exitEntrar{
	color: #d69f0d;;
}

.containerEntrar button {
	background: #d69f0d;
	border: solid 2px #d69f0d;
}

.containerEntrar button:hover{
	color: #d69f0d;
}

#timerOut{
	color: #fff;
}

.menu-opcoes-externas-pai ul {
	align-items: center;
}

@media screen and (max-width: 991px){
	.containerModalDetalhes {
	padding: 4px;
	width: 500px;
	}
}

.menu-bg-cred {
	background-color: rgb(34, 58, 69);
	box-shadow: 0px 16px 32px 0px rgba(19, 19, 19, 0.1);
	padding: 12px 45px;
}

.menu-bg-cred .main-menu > nav > ul > li > a::before {
	background: #fff;
}

.menu-bg-cred .main-menu > nav > ul > li > a{
	color: #fff;
}

.bg-image{
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
}

.main-menu-area {
	padding: 0px 0 10px !important;
}

.tableContas h4 {
	color: #000;
	font-size: 24px;
}

.cabecalho > span {	
	color: #000;
}

#openQuitadas {
	background: #00000078;
}

.footer-icon i.fab.fa-facebook-f{
	color: #39569c;
}

.footer-icon i.fab.fa-youtube{
	color: #c4302b;
}

.footer-icon i.fab.fa-instagram{
	color: #3f729b;
}

.footer-icon a{
	font-size: 20px;
}

.footer-white .footer-icon a {
	background: #223a45;
}