html {
	min-height: 100%;
	position: relative;
}
body {
	margin: 0;
	font-family: Ubuntu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
	font-size: 14px;
	color: #3c3c3c;
}
footer {
	position: absolute;
	bottom: -20px;
	width: 100%;
}

nav {
	text-transform: uppercase;
	margin-bottom: 20px;
}

nav li{
	text-align: center;
	margin-top: auto;
    margin-bottom: auto;
    width: 120px;
}

/* Text */
h1 {font-size: 1.8em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1.0em;}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.2em;
	margin-top: 0;
	text-shadow: 0 1px 1px #fff;
	text-transform: uppercase;
}
h1,h2,h3,h4,h5,h6, h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color: #1f285b;}

a {
	color: #75ad0f;
    text-decoration: none;
}
p,li,dt,dd {line-height: 1.4em;}
h1,h2,h3,h4,h5,h6,label,table th,input[type="submit"],button,.btn,.dropdown-menu {
	font-family: 'Ubuntu', sans-serif;
}

#main {
	margin-bottom: 100px;
}

#content{
	min-height: 100%;
    height: auto!important;
    height: 100%;
}

#header{
	width: 100%;
    border: none;
    height: 115px;
}

#logo img {
	width: 75%
}

#footer{
	width: 100%;
    border: none;
}

.dropdown-menu {
	box-shadow: 0 3px 4px rgba(20, 20, 20, 0.2);
	border: none;
}

.mr-right{
	margin-left: auto!important;
}

.bice-separator{
	border-bottom: 3px solid #1f285b;
	border-top: 10px solid #1f285b;
	padding: 3.8% 0px;
}

/* carousel */

.carousel-indicators li {
    background-color: #1c1c1c;
}

.carousel-control-dark-left{
	/*background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);*/
}

.carousel-control-dark-right{
	/*background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);*/
}

#carousel > .home{
	width: 100%;
    /*height: 320px;*/
}



.img-responsive {
	display: block;
    max-width: 100%;
    height: auto;
}

.card {
    background-color: #e9e9e9;
    background-clip: border-box;
    border-radius: 0;
    border: none;
}

h6 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.boton-acceso-sucursal {
	display: table;
    width: 100%;
    height: 80px;
    padding: 20px 20px 20px 20px;
    background-color: #1f285b;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 30px;
    padding-top: auto;
    padding-bottom: auto; 
    text-decoration: none;
}

.boton-acceso-sucursal:hover,
.boton-acceso-sucursal:focus {
	text-decoration: none;
	color: #fff;
}

#boton-sucursal-virtual a > i{
	position: absolute;
	top: 25px;
	right: 35px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
}

@media (max-width:991px){
	#boton-sucursal-virtual a i {
		right: 50%;
		margin-right: -15px;
	}
}

#boton-sucursal-virtual a > span {
	display: table-cell;
	vertical-align: middle;
}

.btn-primary {
    color: #fff;
    background-color: #1f285b;
    border-color: #1f285b;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0px;
    width: 100%
}

.btn-primary:hover {
    color: #fff;
    background-color: #10207a;
    border-color: #10207a;
}

.btn-primary:focus {
    color: #fff;
    background-color: #10207a;
    border-color: #10207a;
}

.btn-primary:active {
    color: #fff;
    background-color: #10207a;
    border-color: #10207a;
}

#btn-acceso-clientes i {
	position: absolute;
    top: 60px;
    right: 35px;
}

#btn-acceso-clientes {
	text-align: left;
	padding: 20px 60px 20px 20px;
}

.alignleft  {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
.alignright  {
	float: right;
	margin-left: 20px;
	margin-bottom: 30px;
}

@media(max-width: 1190px){
	#btn-acceso-clientes i {
		position: absolute;
	    top: 70px;
	    right: 35px;
	}
}

@media(max-width: 991px){
	#btn-acceso-clientes i {
		right: 50%;
	    margin-right: -10px;
	}
	#btn-acceso-clientes {
		text-align: center;
		padding: 50px 20px 20px 20px;
	}
}


/* Section Links */
#section-links {
	margin-bottom: 20px;
}
#section-links h6 {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1f285b;
	color:#1f285b;
	font-weight: bold;
	font-size: 13px;
}
#section-links ul {
	padding-left: 17px;
	margin-bottom: 20px;
}
#section-links ul li,
#section-links ul li a {
	color:#58595B;
}
#section-links ul li a {
	display: inline-block;
	width: 100%;
	padding: 2px 0;
	font-size: 13px;
}
#section-links ul li a:hover {color: #444;}
#section-links > .col-sm-12 > table > tbody > tr > td + td {text-align: center;}

#section-links a {
	color: #888;
}

/* Contact Info */
#contact-info.well {
	background-color: #e9e9e9;
	color: #fff;
	padding: 20px;
}

#contact-info.well-green {
	background-color: #75ad0f;
	color: #fff;
	padding: 20px;
}

#contact-info a {
	color: #58595B;
    display: block;
    padding: 2px 0;
}

#contact-info.well h6, .well-green h6 {
	padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 30px;
    border-bottom: 1px solid #bbb;
    color: #888;
    font-weight: bold;
    font-size: 13px;
}
#contact-info h5 {
	margin-bottom: 10px;
	font-weight: bold;
	text-shadow:none;
	color: #1f285b;
	font-weight: bold;
}
#contact-info ul {margin: 0;}
#contact-info ul,
#contact-info ul li,
#contact-info ul li a {
	color: #58595B;
}
#contact-info ul{
	padding-left: 20px;
}
#contact-info ul li a:hover {color: #1f285b;}


/* footer section */

/*footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Set the fixed height of the footer here 
}*/

footer .jumbotron {
	padding: 15px;
}

footer .row {
	justify-content: center;
}

footer .col-md-4 {
	margin-bottom: 5px;
}

footer .jumbotron {
	border-radius: 0px;
}

@media (max-width: 991px){
	#navbar-main {
		margin-left: 265px;
	}
	.responsive-dropdown{
		text-align: center;
    	margin-left: -20px;
	}
}

@media (max-width: 640px) {
	#navbar-main {
    	margin-left: 175px;
	}
}

@media (max-width: 767px) {
	.alignleft, .alignright {
		float: none;
		display: none;
	}
	}

@media (max-width: 767px){ 
	#bice-asociaciones{
		display: none;
	}
}


/* Address box */
#region-selector{
	margin-bottom: 30px;
	padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
}
.address-box {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border: 1px solid #1f285b;
}
.address-box h6 {
	background-color: #1f285b;
	color: #fff;
	text-shadow: none;
	margin: -19px -19px 10px;
	padding: 10px 19px 10px 19px;
	font-weight: bold;
}
.address-box span {display: inline-block;}
.acf-map {
	width: 100%;
	height: 300px;
	border: #ccc solid 1px;
	margin: 0;
}
.modal-header button.close {
	font-size: 24px;
	padding: 4px;
	margin-top: -6px;
}

.well {
	padding: 20px 20px 10px 20px;
	background: #e9e9e9;
}

.well h6{
	padding-bottom: 5px;
    margin-bottom: 10px;
    padding-right: 30px;
    border-bottom: 1px solid #bbb;
    color: #888;
    font-weight: bold;
    font-size: 13px;
}

.well .address-box h6{
	background-color: #1f285b;
	color: #fff;
	text-shadow: none;
	margin: -19px -19px 10px;
	padding: 10px 19px 10px 19px;
	font-weight: bold;
}

.well .address-box {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border: 1px solid #1f285b;
	color: #58595B;
}

.well #region-selector {
	margin-bottom: 20px;
}

.well p {
	color: #58595B;
}

.c-icon {
	width: 45px;
    background: #1f285b;
    border-radius: 50px;
    padding: 10px;
}


/*sección navegador del footer*/

#nav-footer{
	margin: 5px 0;
	font-size: 13px
}

#nav-footer .separator{
    float: left;
    padding: 0 15px;
    border-right: 1px solid #bbb;
}

#nav-footer a{
    color: #777777!important;
}

/*formularios de denuncias*/

.form-control-prefix-phone{
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: calc(2.25rem + 2px);
	width: 25%;
	padding: .375rem .75rem;
}

.form-control-phone{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	height: calc(2.25rem + 2px);
	width: 70%;
	padding: .375rem .75rem;
}

.btn-default{
	background-color: #1f285b;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px
}

.btn-default:hover{
	color: #fff;
	background: #010e56;
}

.rut-error{
	color:red;
}

#documentacion-interes-context a{
	background: #10207a;
    color: #ffff;
    font-weight: bold;
    font-size: 15px;
    padding: 2px 25px;
}

#reportes-sustentabilidad div{
	background: #10207a;
    color: #ffff;
    font-weight: bold;
    font-size: 15px;
	padding: 2px 25px;
	border-spacing: 0px;
	text-align: center;
}
#reportes-sustentabilidad a{
	padding: 0;
}

.botton-size-otros-documentos{
	margin: 10px 0px 10px 25px;
}