@charset "utf-8";
a {
	font-weight: 600;
	font-size: 14px;
}

*, *:before, *:after {
	flex: auto;
}

/* CSS Document */
.alert-fixed {
	position:fixed;
	top:70px;
	right:10px;
	z-index:9999;
	min-width:400px;
	min-height:100px;
}
.alert-fixed p {
	white-space:nowrap;
}

body {
	padding-bottom: 40px;
	background-color: transparent;
}

p {
	color: #000000;
}

.left-box-body {
	background: linear-gradient(180deg, rgba(223, 233, 163, 0.19) 0%, rgba(165, 196, 77, 0.75) 66.89%, #89B213 100%);
	padding-top: 70px;
	padding-bottom: 250px;
}	
.left-box-body>img {
	padding: 10px 0px;

}

.left-box-body-sin-ods {
	background:white;
	padding-top: 10px;
	padding-bottom: 250px;
}

.left-box-body-sin-ods>img {
	/*padding: 10px 0px;*/
	width: 100%;
	height: auto;
}

.right-box-body {
	background:white;
	padding-top: 70px;
	padding-bottom: 250px;
	
}
.right-box-body img {
	max-width: 50%;
	padding: 10px 0px;
	max-height: 100%;
}

.form-signin {
	max-width: 345px;
	margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	align-self: center;
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}



/* BOOTSTRAP */
.btn-primary {
	color: #A7BB5E;
	background-color: #1E1E1E;
	border-color: #1E1E1E;
	border-radius: 10px;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #A7BB5E;
	background-color: #000;
	border-color: #000;
}

/* Botón Default */
.btn-default {
	color: #FFF;
	background-color: #0B678E;
	border-color: #0B678E;
	border-radius: 10px;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #EEE;
	background-color: #085577;
	border-color: #085577;
}
/*fin*/

/*Botón Normal*/
.btn:has(i){
	max-width: 150px;
	border-radius: 15px !important;
	padding: 5px 0px 10px !important;
	margin: -40px 50px;
	box-shadow: 1px 2px 8px #222 !important;
	font-weight: 600;
	white-space: initial;
}

.btn>i{
	font-size: 27px;
    margin: 1px;
    top: 13px;
	position: relative;
}

.btn-normal {
	background-color: #FFF !important;
	color:#0B678E !important;
	border:1px solid #1181B1 !important;
}

.btn-normal:hover, .btn-normal:focus, .btn-normal:active, .btn-normal:active:focus {
	background-color: #FFF !important;
	color:#095372 !important;
	border:1px solid #1181B1 !important;
}

.btn-success {
	border-radius: 12px !important;
	background-color: #0B678E !important;
	color:#fff !important;
	border:none !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:focus {
	border-radius: 12px !important;
	background-color: #044865 !important;
	color:#fff !important;
	border:none !important;
}
/*Fin*/


.form-control:focus {
	border-color: #BECC2A;
}
.alert-danger, .alert-error {
    color: #fff;
}

/* SELECT 2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    padding: 10px;
	font-size: 16px;
	line-height: 23px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #4E4C4E;
	color: #BECC2A;
}

/* EXTRAS */
.help-stick-close {
	position: fixed;
	top: 60%;
	left: 0;
	width: 40px;
	height: 180px;
	background-color: #BECC2A;
    border-radius: 0 4px 4px 0;
	border: medium none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    margin-right: 0;
    overflow: hidden;
    z-index: 10000;
    transition: width 1s linear;
	-moz-transition: width 1s linear;
	-webkit-transition: width 1s linear;
}
.help-stick-open {
	position: fixed;
	top: 60%;
	left: 0;
	width: 270px;
	height: 180px; 
	background-color: #BECC2A;
    border-radius: 0 4px 4px 0;
	border: medium none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    margin-right: 0;
    overflow: hidden;
    z-index: 10000;
    transition: width 1s linear;
	-moz-transition: width 1s linear;
	-webkit-transition: width 1s linear;
}
.help-stick-title {
	transform: rotate(270deg);
    transition: none 0s ease 0s ;
    bottom: 70px;
    color: #4E4C4E;
    height: 40px;
    line-height: 18px;
    position: absolute;
    right: -70px;
    width: 180px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
}
.help-stick-content {
    top: 0px;
    color: #4E4C4E;
    height: 180px;
    line-height: 18px;
    position: absolute;
    right: 40px;
    width: 220px;
	text-align: center;
	font-size: 12px;
	border-right: 1px dashed #4E4C4E;
	padding: 20px 10px 0 0;
}
.link-underline,
.link-underline:focus,
.link-underline:hover
{
	text-decoration: underline;
}
.form-signin-heading{
	width: 560px;
	margin-left: -110px;
	height: 180px;
}

.tree-box {
	text-align: center;
    padding: 30px;
	margin: 5px 150px;
}

.tree-number {
	color: #1E1E1ECC;
	font-size: 50px;
	font-weight: 700;
} 

.tree-title {
	color: #015002;
	font-size: 32px;
}

.tree-bull {
	color: #1E1E1ECC;
}

.new-title-login {
	font-size: 22px;
	color: #1181B1;
    margin: 40px 0px;
    white-space: nowrap;
    text-align-last: center;
	font-weight: 600;
}

.pass-container {
    align-items: baseline;
    display: flex;
}
.pass-container>.field-input-password-1,
.pass-container>.field-input-password-2,
.pass-container>.field-input-password {
	padding: 0px;
    width: 100%;
}

.pass-container>button {
    margin: 0px 0px 0px -32px;
    position: relative;
    border: none;
    background: transparent;
    color: #444;
    background-color: transparent;
    padding: 0px 20px 0px 0px;
}

.municipalidad-box {
	display: flex;
	max-width: 600px;
	padding-bottom: 50px;
}

.municipalidad-item {
	cursor: pointer;
	padding: 0px;
	margin: 20px 10px;
}

.municipalidad-item>img {
	width: 200px;
	height: 200px;
	max-width: 100%;
	border: 1px solid #0B678E;
	border-radius: 30px;
	padding: 0px;
}

.municipalidad-item>button{
	border: none;
	border-radius: 30px;
	background: transparent;
}

.municipalidad-item>img,
.municipalidad-item>button>img {
	width: 200px;
	height: 200px;
	max-width: 100%;
	border: 1px solid #0B678E;
	border-radius: 30px;
	padding: 0px;
}

.kafe-full-screen {
	align-self: 50%;
}

.kafe-full-screen p{
	max-width: 700px;
}

.asesoramiento-container {
	background: #0B678E;
    margin: 10px 5px;
    border-radius: 16px;
    padding: 10px 20px;
}
.asesoramiento-container>a{
	color: #fff;
	display: flex;
}
.asesoramiento-container>a>h3{
	font-size: 15px;
}
.asesoramiento-container>a>i{
	font-size: 20px;
	top: 8px;
	position: relative;
}


.asesoramiento-form {
	text-align: left;
	max-width: 700px;
}
.asesoramiento-form>div>button{
	float: right;
	margin-top: 15px;
	padding: 10px;
}
.asesoramiento-form>div>h2 {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin: 20px 0px;
}
.asesoramiento-form label{
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

.asesoramiento-navbar {
	margin: 15px 30px;
}

.asesoramiento-navbar a{
	font-size: 16px;
	color: #1181B1;
	text-decoration: underline;
}

.asesoramiento-respuesta-box {
	max-width: 700px;
	border-radius: 16px;
	border: 3px solid #0B678E;
	padding: 20px;
	margin: 25px 10px;
	text-align: left;
}
.asesoramiento-respuesta-box>h2{
	background-color: #0B678E;
    color: #fff;
    margin: -21px -21px 10px -21px;
    border-radius: 10px 10px 0px 0px;
	text-align: center;
	padding: 10px;
}
.asesoramiento-respuesta-box ul,
.asesoramiento-respuesta-box ol
{
	margin: 15px 30px 15px 0px;
    color: black;
}
.asesoramiento-respuesta-box li{
	display: block;
}

.asesoramiento-form-box{
	max-width: 700px;
	color: #000;
}
.asesoramiento-form-box ul,
.asesoramiento-form-box ol {
	margin: 15px 30px 15px 0px;
    color: black;	
}
.asesoramiento-form-box li{
	display: block;
}

.asesoramiento-buttons{
	margin: 30px 0px 0px 350px;
}
.asesoramiento-buttons>a{

	padding: 10px !important;
	box-shadow: 1px 2px 8px #222 !important;
}

.asesoramiento-buttons>a>i {
	font-size: 16px;
    margin: 0px;
    top: 1px;
    position: relative;
}

.inner-title {
	background-color: #0B678E;
    color: #fff;
    margin: -21px -21px 10px -21px;
    border-radius: 10px 10px 0px 0px;
	text-align: center;
	padding: 10px;
}

.title-container{
	background-color: #0B678E;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    margin: 20px 0px;
    border-radius: 16px;
    font-weight: 600;
	text-align: justify;
}

.text-append-to-label{
	padding: 35px 0px 0px 10px;
    font-size: 16px;
}

.certified-box {
	border: 1px solid #829A34;
	margin: 20px;
	padding: 15px;
	width: 40%;
	color: black;
}

.certified-box>i {
	color: #829A34;
    position: absolute;
    display: flow;
    font-size: 30px;
    margin-top: 5px;
}

.certified-box>div {
	margin-left: 40px;
	text-align: justify;
}

.certified-box.negative {
	border-color: #B3261E;
}
.certified-box.negative>i {
	color: #B3261E;
}

.center-div {
	text-align:center;
	text-align:-webkit-center;
	text-align:-moz-center;
}

@media only screen and (max-width: 914px) {
	.right-box-body {
		padding-top: 20px;
	}

	.btn:has(i){
		max-width: 150px;
		border-radius: 15px !important;
		padding: 5px 0px !important;
		margin: 35px 80px 0px -75px;
		box-shadow: 1px 2px 8px #222 !important;
		font-weight: 600;
		white-space: initial;
	}

	.asesoramiento-container {
		background: #0B678E;
		margin: 10px 5px 10px -85px;
		min-width: 315px;
		border-radius: 16px;
		padding: 10px 20px;
	}

	.asesoramiento-buttons{
		margin: 0px 0px 0px 80px;
	}
	.asesoramiento-buttons>a{
	
		padding: 10px !important;
		margin: 0px 30px 0px 0px;
		box-shadow: 1px 2px 8px #222 !important;
	}
	
}
.div-container-ods{
	margin-left: 100px;
}
.div-iconos-ods{
	display: flex;
	width: fit-content;
}
.iconos-ods{
	height: 70px;
	width: 100px;
	margin-top: 20px;
}
.valor-ods{
	font-size: 30px;
	color: #4F4E4E;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
}
.indicador-ods{
	color: #015002;
	font-size: 16px;
}
.div-titulo{
	justify-content: center;
	width: 310px;
}
.titulo{
	color: #4F4E4E;
	font-size: 16px;
}

.header_container{
	display: inline-flex;
	width: auto; 
	padding: 0; 
	margin: 0
}
.header_container a{
	text-decoration:underline;
	font-size:16px;
	color: #1181B1;
}
.header_container_volver{
	padding-top:30px; 
	margin-left:10px;
	margin-right:15px;
}
.header_container_logo_gop{
	padding: auto; 
	margin-right:15px;
}
.header_container_logo_gop img{
	width: 200px;
	height: 80px;
}
.header_container_logo_muni{
	padding: auto; 
	margin: auto;
}
.header_container_logo_muni img{
	width: 200px;
	height: 80px;
}
.nomenclatura_container{
	display:grid;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.nomenclatura_container p{
	font-size: 18px;
	justify-content: left;
}
.nomenclatura_title{
	text-align: center;
}
.nomenclatura_title h1{
	color: #1181B1;
	font-weight: 600;
	font-size:22px;
}
.nomenclatura_botones{
	display: none;
	text-align:right;
}
.nomenclatura_botones a{
	padding: 10px !important;
	box-shadow: 1px 2px 8px #222 !important;
	border-radius: 10px;
	margin-right: 10px;
}
.consulta_nomenclatura h3{
	color: rgba(30, 30, 30, 0.98);
	font-size:20px;
	font-weight: 500;
	line-height: 24.2px;
}

