@charset "utf-8";
.logo-debitos {
    max-width: 130px;
    height: auto;
    width: 100%;
}
.serch-icon {
    max-width: 18px;
    height: auto;
    width: 100%;
}
.input-group > .form-control, .input-group>.form-select {
    border-radius: 0;
    padding-left: 20px;
	border: none;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append {
    padding: 10px;
    background: #FFFFFF;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #FFF;
}
.input-group:hover,  .input-group:focus{
    background: #FFFFFF;
}
.input-group .btn {
    border: 2px solid #006ED2;
	box-shadow: none;
	outline: none;
}
.input-group .btn:hover, .input-group .btn:focus {
    color: #006ED2;
    background-color: transparent;
    border: 2px solid #006ED2;
	box-shadow: none;
	outline: none;
}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: none;
	outline: none;
}
.section-newsletter .input-group button, input[type=submit] {
    color: #FFFFFF;
    background: #006ED2;
    border: 0;
    padding: 6px 24px;
    transition: background ease-in-out .3s;
}
.logo-debitos-wrap {
    display: flex;
    align-items: center;
    background: #FFF;
    padding: 10px;
    margin: 14px;
	border-radius: 16px;
}
.debito-wrap {
    background: #F5FAFF;
	padding: 5%;
	border-radius: 0;
}
.instituciones-list {
    padding: calc(var(--bs-gutter-x) * .5); 
	margin-top: 0; 
    margin-bottom: 0;
    margin-right: -14px; 
    margin-left: -14px;
}
.navbar .btn-primary:hover {
    border-color: #006ED2;
}
.mtop-navBanner {
    margin-top: 10vh;
}
.mtop-interna {
    padding-top: 70px;
}
h4 {
    line-height: 1.6em;
}
.debito h2 {
    line-height: 1em;
}
.debito h2 span {
    margin: 8px 0 0;
    line-height: 1.2em;
}
.debito-wrap a, .debito-wrap a:hover, .debito-wrap a:focus, .debito-wrap a:visited {
    margin: 0;
    padding: 0;
    color: #334c68;
    font-family: 'DM Sans', sans-serif;
	font-weight: bold;
    line-height: 1;
	text-decoration: none;
}
.overlay-image2 {
		display: none;
}
.overlay-banner-interna {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.banner-wrapper.debito {
    background: none;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
	min-height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
}
.banner-content {
    margin: 0 5% 0 25%;
    position: relative;
    z-index: 4;
    width: 40%;
    text-align: left;
}
.debito h2{
	font-size:30px;
}
.debito h2 span {
	font-size: 18px;
}
.debito h2 span {
    margin: 4% 0 0;
}
.hide {
    display: none;
}

.cont-result{
    padding:  5px 0;
    overflow-y: auto;
    max-height: 410px;
    margin-top: -21px;
}

.cont-result .resultado{
    display: flex;
    padding: 10px 20px !important;
    background-color: #f9fcff;
    margin: 0;
    max-width: 100%;    
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f6fa;
    cursor: pointer;
}
.cont-result .resultado.tipo1{
    background-color: #FFF;
    color: #006ed2;    
}
.cont-result .resultado:hover{
    background-color: #f2f6fa;
    padding: 10px 20px;    
}
.cont-result .resultado:visited{    
    padding: 10px 20px;    
}
.cont-result .resultado span{
    display: block;
    width: auto;
    font-weight: 100;
    padding: 10px;
}
.cont-result .resultado.tipo1 span:first-child{
    font-weight: 600;
    
}

.cont-result .resultado span:last-child{
    font-size: 14px; 
    text-align: center; 
    padding: 10px 0;
}
.cont-result .resultado.tipo1 span:last-child{
    border: 1px solid #006ed2;    
    border-radius: 5px;
    padding: 10px;
}


.debito .banner-content .btn-primary{
    padding: 12px 24px 14px;
}

@media (max-width: 992px) {
	.mtop-navBanner {
		margin-top: 60px;
	}
	.mtop-interna {
		padding-top: 40px;
	}
}
@media (max-width: 768px) {
	.instituciones-list {
		margin-right: -10px;
		margin-left: -10px;
	}
	.logo-debitos-wrap {
		padding: 0 10px 30px;
		text-align: center;
		margin: 10px;
	}
	.mtop-interna {
		padding-top: 30px;
	}
}
@media (max-width: 580px) {
    .internas-page{
        padding-bottom: 30px;
    }
	.debito .banner-content {
		text-align: left;
	}
	.debito h2 span {
		display: none;
	}
	.promoBanner h2 {
		font-size: 18px;
	}
	.banner-content {
		margin: 0 0 0 0;
		position: relative;
		z-index: 4;
		width: 55%;
		text-align: left;
		
	}
	.banner-wrapper.debito {
		height: 100%;
		min-height: 100%;
	}
	.promoBanner .btn-outline {
		padding: 6px 15px 7px;
		font-size: 0.8rem;
	}
	h4 {
		line-height: 1.3em;
		font-size: 16px;
	}
	.form-control {
		font-size: 14px;
	}
	small {
    font-size: 11px;
	}
    .cont-result .resultado {
        padding: 10px 10px 10px 20px !important;
    }
    .cont-result .resultado span{
        font-size: 13px;
        min-width: 120px;
        padding: 0 10px 0 0;
    }

    .cont-result .resultado span:last-child{
        font-size: 13px;
        max-width: 110px;
        padding: 0;
    }

    .debito .banner-content .btn-primary{
        padding: 10px 15px 11px;
        font-size: 0.8rem;
    }
}
@media (max-width: 360px) {
	.promoBanner h2 {
		font-size: 14px;
	}
	.form-control {
		font-size: 12px;
	}
}


