.consult-wrapper {
    background-color: #f7f7f8;
    margin: auto;
    text-align: center;
    padding: 20px 0;
/*     border: 1px solid #eee; */
/*     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1); */
    animation-name: fadein;
    animation-duration: .5s;
}

.consult-wrapper > span {
    display: block;
}

.consult-content {
    margin: auto;
    text-align: left;
    display: inline-block;
}

.consult-content > h1 {
    color: #0080c4;
    font-size: 21px !important;
    font-weight: lighter;
}

.arus-table {
    height: 300px;
    background-color: #FFF;
    overflow-y: scroll;
    padding: 0 5px;
    margin-top: -35px;
}


.municipios-wrapper > input,
.arus-wrapper > input {
/*     margin: 10px 0; */
    font-size: 16px;
    background-color: #f1f1f2;
    border: none;
    padding-left: 35px;
	border: none;
	border-radius: 0;
	color: #3e3e3d
}

.form-control:placeholder {
    color: gray !important;
    font-weight: bold !important;
    font-size: 10pt;
}

.municipio-item {
    cursor: pointer;
    padding: 4px 10px;
    font-size: 14px;
    color: #3e3e3d;
}

.municipio-item:not(:first-child) {
    border-top: 1px solid #333;
}

.municipio-item:hover,
.municipio-item:focus {
    background-color: #0080c4;
    color: #FFF;
}

/** 
*
*  ARUS
*
**/

.arus-wrapper {
    margin: 30px 0;
    animation-name: fadein;
    animation-duration: .5s;
}

.arus-wrapper > h1 {
    font-size: 21px !important;
    font-weight: lighter;
    color: #0080c4;
}

.arus-content {
    display: inline-block;
    padding: 20px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.arus-content > p {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
}

/* .arus-content > p:hover {
    font-weight: bold;
} */


.selectedAru {
    font-weight: bold;
}


/** 
*
*  ARUS INFO
*
*/

.arusInfo-content {
    display: flex;
    padding: 0;
    overflow: hidden;
}

.arusInfo-extra {
    padding: 20px 0;
}

.arusInfo-extraContent {
    display: inline-block;
    padding: 5px 0;
}

.arusInfo-extraTitle {
    text-align: right;
    font-size: 16px;
    color: #333;
    display: inline-block;
    vertical-align: top;
}

.arusInfo-extraObs {
    font-weight: 600;
    font-size: 16px;
    color: #333;
     display: inline-block;
}


.loadData-wrapper {
    float: none;
    display: block;
    position: relative;
    margin: 40px 0;
    animation-name: fadein;
    animation-duration: .5s;
}

.loadData-content {
    background-color: #0080c4;
    cursor: pointer;
    float: right;
    border-radius: 2px;
    padding: 5px 0;
    text-align: center;
    color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.loadData-content:hover,
.loadData-content:focus {
    opacity: .85;
}


.arusInfo-wrapper h1{
    font-size: 21px !important;
    color: #0080c4;
    padding-bottom: 10px;
    animation-name: fadein;
    animation-duration: .5s;
    font-weight: lighter;
}

.find-municipios-info {
    font-weight: bold;
    font-size: 12px;
    padding: 20px 0;
}

.aru-images {
	display: inline-block;
}

.aru-image {
	display: inline-block;
}

.aru-image > img {
	width: 100%;
	height: 150px;
	margin-top: 15px;
	display: inline-block;
	animation-name: fadein;
    animation-duration: .5s;
    object-fit: cover;
}

.arusInfo-content > img {
	animation-name: fadein;
    animation-duration: .5s;
}

.searchIcon {
	position: relative;
	z-index: 2;
/* 	left: 25px;  */
	left: 10px;
	font-size : 14px;
	width: 15px;
/* 	margin-left: -2.5px; */
	text-align: center;
	padding: 10px 0;
/* 	top: 67px; */
	font-size: 14px;
	color: #c00635;
	top: -35px;
}

/* @media(max-width: 477px) { */
/* 	.searchIcon { */
/* 		top: 48px; */
/* 	}	 */
/* } */

@media(max-width: 761px) {
/* 	.searchIcon { */
/* 		top: 85px; */
/* 	} */
	.consult-content {
		margin-top: 25px;
	}
	.arus-content>p {
		text-align: center;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.arus-content > p:not(:first-child) {
		border-top: 1px solid #ddd;
	}
	.arusInfo-extraTitle {
		text-align: left;
	}
	.arusInfo-content {
		display: block;
	}
	.plantaImg {
		transform: none !important;
		object-fit: cover;
		height: 150px !important;
		margin-bottom: 10px;
	}
	
	.aru-image {
		width: 100% !important;
		padding: 5px 0 !important;
	}
	.aru_desc {
		margin: auto;
		float: none;
	}
	.arusInfo-extraTitle,
	.arusInfo-extraObs {
		font-size: 14px;
	}
	#plantaContainer {
		transform: none !important;
	}
	.overlayArus {
		padding: 60px 0 !important;
	}
	.overlayArus>img {
		transform: translate(0, 50%) !important;
	}
}

.aru_desc {
	padding: 0
}

#plantaContainer {
/* 	margin: auto !important; */
	padding: 0;
	height: 100%;
}
.plantaImg {
	object-fit: cover;
}

.aru_desc {
	font-size: 14px;
	color: #333;
}

/* .plantaImg::after { */
/* 	background-color: gray url("/o/ARUS_Angular/lib/assets/img/ampliar_aru.svg"); */
/* 	position: absolute; */
/*     display: inline-block; */
/* } */


.plantaImg-back {
	position: absolute;
	height: 80%;
	width: 100%;
	background: rgba(0, 0, 0, .03);
	text-align: center;
	left: 0;
	top: 0;
	vertical-align: middle;
	cursor: pointer;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  padding-bottom: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.overlayArus {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #FFF;
  cursor: pointer;
  text-align: center;
/*   padding: 70px 0; */
}
.overlayArus > img {
	width: 40px;
	height: 40px;
	transform: translate(0, 150%);
}

.overlay-container:hover .overlayArus{
	 opacity: .6;
}