.header-content .selo {
	position: absolute;
	right: 100px;
	top: 230px;
	color: #FFF;
	z-index: 2;
    width: 182px;
    height: 182px;
}

@media ( min-width : 400px) and (max-width: 900px) {
	.header-content .selo {
		top: 100%;
		right: 50%;
		margin-right: -91px
	}
}

@media ( max-width : 400px) {
	.header-content .selo {
		display: none
	}
}

.selo-canto {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFF;
  z-index: 2;
  width: 135px;
  height: 134px;
}

@media screen and (max-width: 735px) {
    .selo-canto {
        width: 102px;
        height: 101px;
        background-size: 102px 101px;
    }
}




.seloFooter {
    position: absolute;
    right: 100px;
    top: 400px;
    background-image: url("./../images/selo_small.png");
    color: #FFF;
    background-repeat: no-repeat;
    background-size: 350px 186px;
    min-height: 186px;
    max-height: 186px;
    min-width: 350px;
    max-width: 350px;
    z-index: 902
}

@media ( min-width : 400px) and (max-width: 900px) {
    .seloFooter {
        top: 100%;
        margin-right: -91px
    }
}

@media ( max-width : 400px) {
    .seloFooter {
        display: none
    }
}

/* line 4140, ../sass/styles.scss */
.selo {
  position: absolute;
  right: 140px;
  top: 230px;
  /*color: #FFF;*/
  z-index: 2;
  width: 180px;
  height: 180px;
}

@media (max-width: 1200px) {
  /* line 4140, ../sass/styles.scss */
  .selo {
    right: 0;
    left: 0;
    margin: 0 auto;
    background-size: 150px 150px;
    width: 150px;
    height: 150px;
    top: 100%;
  }
}