/* global */
@font-face {
	font-family: 'Lato-regular';
	src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

body {
	font-family: 'Lato-regular', 'Lato', sans-serif;
	overflow-x: hidden;
	background-color: #f6f6f6 !important;
}

.title-sections-2 {
    max-width: 60%;
	font-weight: 700;
	font-size: calc(0.75em + 1.5vh);
	color: #23B9E2;
}

.space-bottom {
	margin-bottom: 5vh;
}

.space-top-title {
	margin-top: 2vh;
}

.content-sections {
	font-weight: 400;
	font-size: calc(0.75em + 1vh);
	color: #656E73;
	padding-bottom: 6vh
}

html {
	scroll-behavior: smooth;
}
  
::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.container-section-2{
	display: grid;
    grid-template-columns: 1fr 2fr;
	height: auto;
    margin-bottom: 5vh;
}

.img-section-2 {
	background-image: url(../images/imagem-lateral.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100vh;
}

.colum-form{
	padding: 9vh;
	padding-top: 2vh;
}

.input{
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 2vh;
	font-size: 16px;
    font-weight: 700;
	color: #23B9E2;
	background-color: #f6f6f6;
}

.inpt {
    border: none;
    background-color: #EBEBEB;
    padding: 12px 16px 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.form-etapa-2{
	display: none;
}

.input-field {
	position: relative;
  }
  
  .input-field input {
	margin: 10px 0;
	width: 40vw;
	display: block;
	border: none;
	padding: 10px 0;
	border-bottom: solid 1px #4A5B64;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #23B9E2 4%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #23B9E2 4%);
	background-position: 40vw 0;
	background-size: 40vw 100%;
	background-repeat: no-repeat;
	color: #23B9E2;
	padding-left: 22px;
	font-size: 16px;
  }
  
  .input-field input:focus {
	box-shadow: none;
	outline: none;
	background-position: 0 0;
  }
  
  .input-field label {
	color: #9e9e9e;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 4px;
	transition: .2s ease-out;
	padding-left: 22px;
  }

  .select{
	width: 40vw;
	font-size: 16px;
	font-weight: 700;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	outline: 0;
  }


.container-input{
	margin-bottom: 3.5vh;
	height: auto;
}

.mensagem-alerta{
	color: #ff0000d6;
	display: none
}

.btn-continuar {
    background: #23B9E2;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: calc(0.75em + 0.8vh);
    cursor: pointer;
    width: 40vw;
    padding: 1vw;
    margin-top: 5vh;
}

#consignado__btn-etapa-2-enviando{
	display: none;
}

/* footer */

.container-footer {
	display: grid;
	grid-template-columns: 2fr 1fr;
	background: #23B9E2;
	padding-left: 9vw;
	padding-right: 9vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
}
.title-footer{
	color: #FCFCFC;
}

.image-rede{
    background-repeat: no-repeat;
    height: 100%;
    background-position-x: center;
	background-size: contain;
	margin-top: 5px;
}

.youtube{
    background-image: url(../images/youtube.png);
}

.lk{
    background-image: url(../images/lk.png);
}

.facebook{
    background-image: url(../images/facebook.png);
}

.instagram{
    background-image: url(../images/instagram.png);
}

.twitter{
    background-image: url(../images/twitter.png);
}

.item-footer-logo{
	display: flex;
	justify-content: center;
}


.sub-container-footer {
	display: grid;
    grid-template-areas: "a a";
    gap: 15px;
    grid-auto-columns: min-content;
}

.sub-container-footer-rede {
	display: grid;
    grid-template-areas: "a a a a a";
    gap: 15px;
    grid-auto-columns: min-content;
}

.sub-item-footer {
	width: 25px;
    height: 25px;
	cursor: pointer;
}

.item-footer-2 {
	display: grid;
    grid-template-areas: "a a";
    gap: 15px;
    grid-auto-columns: min-content;
}

.img-footer {
	background-image: url(../images/logo-branco.png);
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
}

.sub-title{
	width: 180px;
	font-weight: 400;
    font-size: 18px;
}

.footer-mobile{
	display: none;
}

#alternar {
	display:none;
}

label { 
	-webkit-appearance: push-button;
	-moz-appearance: button; 
	display: inline-block;
	cursor: pointer;
	padding: 5px;
}
/* CSS padrão da div */
.mostra {
	display:none;
	cursor: pointer;
}

.frase-rodape {
	font-size: 8px;
	text-align: initial;
}

.azul {
	color: #44bfe5;
}

.branco {
	color: #ffffff;
}

.info-rodape {
	padding: 0;
  }
  
.info-rodape {
	font-size: 13px;
	color: #888888;
	line-height: 1.8;
	letter-spacing: 0.5px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding-left: 9vw;
	padding-right: 9vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
}
  
.info-rodape__title {
	color: #23b9e2;
	font-weight: 700;
}
  
.info-rodape {
	border-top: 1px solid #dee2e6 !important;
}

.row{
	margin-right: 0px; 
	margin-left: 0px;
}

.container-info-analise-credito{
	padding-left: 9vw;
	padding-right: 9vw;
	padding-top: 3vh;
	padding-bottom: 3vh;
}

button:hover{
	color: #fff !important;
}

.bck-canais-atendimento{
  background-color: #f6f6f6
}
.titulo-2{
   color: #23b9e2;
   margin: 20px 0px !important;
   text-align: left;
}
h3{
	color: #000;
	text-align: left;
}
.space-div{
  margin: 40px 0px;
  padding: 50px 0px;
}
.text-card-atendimento{
  max-width: 220px;
  margin: 5px;
  padding: 45px 10px;
  border-radius: 5px;
  background-color: #fff;
  color:#23B9E2;
  text-align: left;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(246,246,246,1);
  -moz-box-shadow: 3px 3px 3px 0px rgba(246,246,246,1);
  box-shadow: 3px 3px 3px 0px rgba(246,246,246,1);
  /* text-align: left;
  background-color: #23B9E2;
  color: #fff; */
}
.itens{
	width: 80px ;
}
.text-card-atendimento:hover{
	background-color: #23B9E2;
	color: #fff;
} 
/* Mobile */
/* 600 */
@media only screen and (max-width: 900px) {

	.container-section-2 {
		grid-auto-flow: dense;
		grid-template-columns: unset;
		height: auto;
	}

	.colum-form {
		padding: 0vh; 
		padding-left: 10vw;
		padding-right: 10vw;
	}

	.btn-continuar{
		width: 100%;
		padding: 3vw;
	}

	.select{
		width: 100%;
	}

	.sub-section-2 {
		grid-template-columns: unset;
	}

	.line-div-section-2 {
		width: 90%;
	}

	.container-section-2 {
		margin-bottom: 6vh;
	}

	.img-section-2 {
		background-image: url(../images/mobile/imagem-lateral.jpg);
		height: 350px;
		background-position-x: center;
		margin-bottom: 1vh
	}

	.input-field input {
		width: 100%;
		background-position: 80vw 0;
		background-size: 100% 100%;
	}
	  

	/* Footer */
	.container-footer {
		grid-auto-flow: dense;
		grid-template-columns: unset;
	}

	.sub-container-footer {
		display: grid;
		grid-template-columns: unset;
		gap: 15px;
		grid-auto-columns: min-content;
	}

	.footer-desktop{
		display: none;
	}

	.footer-mobile{
		display: flex;
	}

	.item-footer-2 {
		display: grid;
		grid-template-areas: unset;
		gap: 0px;
		grid-auto-columns: auto;
		justify-content: center;
	}

	.sub-title {
		width: 100%;
		text-align: center;
		font-weight: 400;
		font-size: 24px;
		margin-bottom: 3vh;
		margin-top: 3vh;
	}

	.sub-container-footer-rede {
		gap: 4vw;
	}

	.sub-item-footer {
		width: 35px;
		height: 35px;
	}

	.info-rodape{
		grid-template-columns: unset;
   		height: 46vh;
	}

	
	.container-input {
		height: 8vh;
	}

	.text-card-atendimento {
		width: 220px;
		margin: 10px 0px
	}


}
@media (min-width: 300px) and (max-width: 769px) {
	.itens{
		width: 80px;
	}
	.text-card-atendimento, .col-md-4{
		display: flex;
    	justify-content: center;
		align-items: center;
    	align-content: center;
    	text-align: center;

	}
	.info-rodape {
		min-height: 420px;
	}
}



