.mid_item {
    width: 8%;
    position: relative;
}
.left_item {
    width: 45%;
}
.right_item {
    width: 45%;
}


 .container_is {
	 position: relative;
	 width: 360px;
	 height: 360px;
	 border: 2px solid white;
}
 .container_is .img {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-size: 360px 100%;
}
 .container_is .background-img {
}
 .container_is .foreground-img {
	 width: 100%;
}
 .container_is .slider {
	 position: absolute;
	 -webkit-appearance: none;
	 appearance: none;
	 width: 100%;
	 height: 100%;
	 background: rgba(242, 242, 242, 0);
	 outline: none;
	 margin: 0;
	 transition: all 0.2s;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .container_is .slider:hover {
	 background: rgba(242, 242, 242, 0);
}
 .container_is .slider::-webkit-slider-thumb {
	 -webkit-appearance: none;
	 appearance: none;
	 width: 6px;
	 height: 360px;
	 background: white;
	 cursor: pointer;
}
 .container_is .slider::-moz-range-thumb {
	 width: 6px;
	 height: 360px;
	 background: white;
	 cursor: pointer;
}
 .container_is .slider-button {
	 pointer-events: none;
	 position: absolute;
	 width: 30px;
	 height: 30px;
	 border-radius: 50%;
	 background-color: white;
	 left: calc(100% - 18px);
	 top: calc(50% - 18px);
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 .container_is .slider-button:after {
	 content: '';
	 padding: 3px;
	 display: inline-block;
	 border: solid #5d5d5d;
	 border-width: 0 2px 2px 0;
	 transform: rotate(-45deg);
}
 .container_is .slider-button:before {
	 content: '';
	 padding: 3px;
	 display: inline-block;
	 border: solid #5d5d5d;
	 border-width: 0 2px 2px 0;
	 transform: rotate(135deg);
}



/* three div side by side */
.hrizon {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.arrow_div{
    height: 360px;
}

.arrow_sep {
    width: 50%;
    max-width: 500px;
    margin: auto;
    display: block;
    position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
}

.info{
    text-align: center;
    width: 360px;
    font-family: sans-serif;
}

.info_mid{
    text-align: center;
    font-family: sans-serif;
}


 /* slider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #0091ff;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  cursor: pointer;
  top: 30px;
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #0091ff;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0091ff;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}


/* image select */
 .cont_select_center {
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 margin-top: -30px;
	 margin-left: -150px;
}
 .cont_heg_50 {
	 position: absolute;
	 height: 50%;
	 left: 0;
	 top: 0;
	 width: 100%;
	 background-color: #fd7b52;
}
/* /// END DECORATION CSS /// */
 .icon_select_mate {
	 position: absolute;
	 top: 20px;
	 right: 2%;
	 font-size: 16px;
	 height: 22px;
	 transition: all 275ms;
}
 .select_mate {
	 position: relative;
	 /*float: left;*/
	 min-width: 300px;
	 width: 300px;
	 min-height: 60px;
	 font-family: 'Roboto';
	 color: #777;
	 font-weight: 300;
	 background-color: #fff;
	 box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.3);
	 border-radius: 3px;
	 transition: all 375ms ease-in-out;
	/* Oculto el elemento select */
}
 .select_mate select {
	 position: absolute;
	 overflow: hidden;
	 height: 0px;
	 opacity: 0;
	 z-index: -1;
}
 .cont_list_select_mate {
	 position: relative;
	 float: left;
	 width: 100%;
}
 .cont_select_int {
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 z-index: 999;
	 overflow: hidden;
	 height: 0px;
	 width: 100%;
	 background-color: #fff;
	 padding: 0px;
	 margin-bottom: 0px;
	 margin-top: 0px;
	 border-radius: 0px 0px 3px 3px;
	 box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
	 transition: all 375ms ease-in-out;
}
 .cont_select_int li {
	 position: relative;
	 float: left;
	 width: 96%;
	 border-bottom: 1px solid #e0e0e0;
	 background-color: #f5f5f5;
	 list-style-type: none;
	 padding: 10px 2%;
	 margin: 0px;
	 transition: all 275ms ease-in-out;
	 display: block;
	 cursor: pointer;
}
 .cont_select_int li:last-child {
	 border-radius: 3px;
	 border-bottom: 0px;
}
 .cont_select_int li:hover {
	 background-color: #eee;
}
 .cont_select_int .active {
	 background-color: #eee;
}
/* etiqueta <p> con la opcion selecionada */
 .selecionado_opcion {
	 padding: 20px 2%;
	 width: 96%;
	 display: block;
	 margin: 0px;
	 cursor: pointer;
}