html {
	position: relative;
	min-height: 100%;
}

body {
	position: relative;
  	min-height: 100vh;
  	min-width: 365px;
  	overflow-x: hidden;
}

img {
	max-width: 100%;
}

.fondo-header {
	background-color: rgba(0,88,80,1);
}

.fondo-redes {
	height: 100%;
	background-image: url(../resources/images/fondo_redes.svg);
	background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size:cover;
}

.pmh {
	padding-top: .5rem !important;
	padding-right: .5rem !important;
	padding-bottom: .5rem !important;
}

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

.col-sn-plr {
	padding-right: 0px;
    padding-left: 0px;
}

.row-mlr-5 {
	margin-right: -5px; 
    margin-left: -5px;
}

.fondo-menu-p {
	background-color: rgba(1,181,132,1);
}

.item-menu-p {
	white-space: nowrap;
	text-align: left;
	font-family: Segoe UI;
	font-style: normal;
	font-size: 22px;
	color: rgba(255,255,255,1) !important;
}

.sn-p {
	padding: 0px 0px;
}

.removecaret.dropdown-toggle::after {
    display: none;
}

.fondo-submenu {
	background-color: rgba(231, 255, 232, 0.87);
}

.sub-menu-p {
	margin: 0rem 0 0;
	border: 0px solid;
    border-radius: 0rem;
	padding: .3rem 0;
}

.item-sub-menu-p {
	white-space: nowrap;
	text-align: left;
	font-family: Segoe UI, Regullar;
	font-style: normal;
	font-size: 15px;
	color: #148582;
	margin-top: 5px;
}

.item-sub-menu-p:hover {
	text-decoration: none; 
	color: #148582;
}

.logo-banjercito-position {
	text-align: center!important;
}

.pl-submenu {
	margin-right: 0px;
}

.max-size-bandig {
	max-width: 100%;
	max-height: 100%;
}

@media (min-width: 768px) {
	.logo-banjercito-position {
		text-align: left!important;
	}

	.pl-submenu {
		margin-right: 7%;
	}
	
	.navbar-nav li:hover .dropdown-menu {
	    display: none;
	}
}

/* con esto se muestra el submenu con el hover */
.navbar-nav li:hover .dropdown-menu {
    display: block;
}

.contenido-central {
	overflow: hidden;
}

.fondo-contenido-central {
	height: 100%;
	/*background-image: url(../resources/images/fondo_banner.svg);*/
	background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size:cover;
}

.fondo-contenido-central-ban {
	background-image: none;
}

.padcol-bandig {
	padding-bottom: 1rem;
	padding-left: 4rem;
	padding-right: 4rem;
}
@media screen and (min-width: 500px) {
	.padcol-bandig {
		padding-bottom: 1rem;
		padding-left: 8rem;
		padding-right: 8rem;
	}
}
@media screen and (min-width: 767px) {
	.padcol-bandig {
		padding-bottom: 0rem;
		padding-left: 1rem;
		padding-right: 0rem;
	}
}

@media (max-width: 767px) {
	.row.fondo-contenido-central {
		height: 100%;
		background-image: none;
		background-size:100% 100%;
		-o-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size:cover;
	}
	
	.fondo-contenido-central-ban {
		height: 100%;
		/*background-image: url(../resources/images/fondo_banner.svg);*/
		background-size:100% 100%;
		-o-background-size: 100% 100%;
		-webkit-background-size: 100% 100%;
		background-size:cover;
	}
}

.banca-digital {
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(79,159,146,1);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.161);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.161);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.161);
	margin-top: 2rem !important;
}

@media (max-width: 988px) {
	.banca-digital {
		margin-top: 0.8rem !important;
	}
}

.Banca_Digital_bn {
	white-space: nowrap;
	text-align: center;
	font-family: Segoe UI;
	font-style: normal;
	font-weight: bold;
	font-size: 30px;
	color: rgba(20,135,103,1);
}

.fondo_item_bandig {
	height: 100%;
	background-image: url(../resources/images/fondo_bandig_item.svg);
	background-size:100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size:cover;
	height: 40px;
}

.item_bandig {
	white-space: nowrap;
	text-align: center;
	font-family: Segoe UI;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	color: rgba(255,255,255,1);
}

.titulo {
	text-align: center;
	font-family: Quicksand;
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	color: rgba(0,61,39,1);
}

.aplicaciones {
	background-color:#F6F6F6;
}

.text-footer {
	word-wrap: break-word;
	text-align: left;
	font-family: Segoe UI;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: rgba(90,100,92,1);
}

.text-footer:hover {
	color: rgba(0,88,80,1);
	text-decoration: none; 
}

.carousel-indicators {
	bottom: -7px;
}

.carousel-indicators button {
	background-color: rgba(0,88,80,1) !important;
	height: 6px !important;
    margin-right: 9px !important;
	margin-left: 9px !important;
	width: 33px !important;
}

.pleca_div {
	height: 10px;
	background-color: rgba(0,88,80,1);
	-moz-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
}

.sombra_top {
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.3);
}

.fondo_servicios {
	background-color: #E5F6CF;
}

.servicio_btn {
	background-color: rgba(0,88,80,1);
	border: 1px solid  rgba(0,88,80,1);
	border-radius: 20px;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.lable-link-servicios {
	color: #fff;
	font-family: Quicksand;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	display: inline-block;
	width: 100%;
}

.lable-link-servicios:hover {
	text-decoration: none; 
	color: #fff;
}

.servicio_btn:hover {
	cursor: pointer;
	background-color: #397709;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

.aplicacion_btn {
	background-color: #fff;
	border: 0px solid  rgb(129, 129, 129);
	-webkit-box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
	box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
}

.aplicacion_btn a {
	color: #295509;
	font-family: Quicksand;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	padding: 10px 4px;
	display: inline-block;
	width: 100%;
}

.aplicacion_btn a:hover {
	text-decoration: none; 
}

.aplicacion_btn:hover {
	cursor: pointer;
	background-color:#8F8F8F;
}

.col-sn-plr-2 {
	padding-right: 5px;
    padding-left: 5px;
}

.carousel-control-prev,
.carousel-control-next {
	background-color: rgba(0,88,80,1);
	top: -55px !important;
	width: 10%;
	height: 30px;
	z-index: 501;
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.carousel-control-prev {
	left: 40%;
	border-radius: 20px 0px 0px 20px;
}

.carousel-control-next {
	right: 40%;
	border-radius: 0px 20px 20px 0px;
}

.fondo_header_modal {
	background-color: rgb(43, 110, 104);
	-webkit-box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
	box-shadow: 0 5px 15px 5px rgba(0,0,0,0.3);
	z-index: 101;
}

.modal-header {
    padding: 0.8rem 0.8rem;
}

.modal-close {
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.modal-close:hover {
	color: #fff;
}

.col-aplicaciones-prl {
	padding-right: 2px;
    padding-left: 2px;
    list-style-type: none;
}

.wrapBox-red {
  border-top: solid 1px #9b0a0a;
  border-left: solid 1px #9b0a0a;
  border-right: solid 1px #9b0a0a;
  border-bottom: solid 1px #9b0a0a;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 25px;
  margin-top: 30px;
  position: relative;
}

.wrapBox-red .txtRojo {
  color: #9b0a0a;
}

.icoBox {
  position: absolute;
  background: white;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-top: solid 1px #9b0a0a;
  border-left: solid 1px #9b0a0a;
  border-right: solid 1px #9b0a0a;
  border-bottom: solid 1px #9b0a0a;
  color: #9b0a0a;
}

.icoBox i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #00574f;
  font-size: 2em;
  transform: translateY(-40%);
  -webkit-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  color: #9b0a0a;
}

.titulos {
  font-family: Segoe UI;
  font-style: italic;
  color: #00574f;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.opExitosa {
  text-align: center;
}

.tituloMotivo {
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'OpenSans-Semibold';
}

.motivo {
  text-align: center;
  margin-top: 10px;
  line-height: 150%;
}

.tipoError {
  font-size: 0.8em;
  font-style: italic;
  position: absolute;
  bottom: -20px;
  right: 0px;
  font-family: 'OpenSans-Semibold';
}

.pleca-submenu {
	display: none;
	left: 0px;
	height: 35px;
	position: absolute;
	z-index: 999;
}

.sin-fondo-dropdown {
	background-color: transparent;
}

.bbbb {
	left: -65px !important;
	min-width: 400px;
}

.cccc {
	left: -120px !important;
	min-width: 400px;
}

@media (min-width: 889px) {
    .cccc {
		left: -75px !important;
	}
}

@media (max-width: 375px) {
	.modal-lg {
    	max-width: 350px;
    }
}

.separador-item {
	padding-left: 25px;
}

.form-atc-titulo {
	color: #fff;
	font-family: 'Segoe UI';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

.faq-question {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: rgba(0,88,80,1);
}

.faq-answer {
    font-family: 'Segoe UI';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(29,29,29,1);
}

.separador-respuesta {
	padding-right: 30px;
	padding-top: 20px;
}

.separador-atecte {
	padding-right: 10px;
}

@media (min-width: 768px) {
	.separador-respuesta {
		padding-right: 50px;
	}
	
	.separador-atecte {
		padding-right: 0px;
	}
}

.header-modal-prelogin {
    white-space: nowrap;
    text-align: left;
    font-family: Segoe UI, Regullar;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}

.inf-prelogin {
    color: #404040;
    font-family: Quicksand;
    font-style: normal;
    font-size: 16px;
}

.btn-continuar-prelogin {
	background-color: rgb(43, 110, 104);
	color: #fff;
	width: 100px;
	height: 30px;
}

.btnBanjercito-2 {
  background: #00574f !important;
  color: white !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-size: 1em !important;
  height: 30px !important;
}
.btnBanjercito-2:hover {
  background: #ededed !important;
  color: #00574f !important;
}

.btnBanjercito-rojo-2 {
  background: #9b0a0a !important;
  color: white !important;
  text-decoration: none !important;
  text-shadow: none !important;
  font-size: 1em !important;
  height: 30px !important;
}
.btnBanjercito-rojo-2:hover {
  background: #ededed !important;
  color: #9b0a0a !important;
}
.ml-1 {
    margin-left: .25rem !important;
}
.mr-1 {
    margin-right: .25rem !important;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-group {
    margin-bottom: 1rem;
}
a {
	text-decoration: none;
}
.mr-2 {
    margin-right: .5rem !important;
}
.btn-block {
    display: block;
    width: 100%;
}