.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px #000;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width:2921px){
.ih-item.circle {
  position: relative;
  width: 201px;
  height: 201px;
  border-radius: 50%;
  float: left;
  margin-left: 11%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 141px;
  height: 140px;
  border-radius: 50%;
  float: left;
  margin-left: 11%;

}
.ih-item.circle .img {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 141px;
  height: 140px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 212px;
  height: 212px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 150px;
  height: 150px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 50px;
  bottom: 0;
  left: 10px;
  right: 0;
  /*background: #333333;*/
  /*background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}


@media screen and (min-width:1501px) and (max-width:2920px){
.ih-item.circle {
  position: relative;
  width: 191px;
  height: 191px;
  border-radius: 50%;
  float: left;
  margin-left: 8%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 121px;
  height: 120px;
  border-radius: 50%;
  float: left;
  margin-left: 9%;
}
.ih-item.circle .img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 121px;
  height: 120px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 202px;
  height: 202px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 130px;
  height: 130px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 50px;
  bottom: 0;
  left: 10px;
  right: 0;
  /*background: #333333;*/
  /*background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}


@media screen and (min-width:1301px) and (max-width: 1500px){
.ih-item.circle {
  position: relative;
  width: 191px;
  height: 191px;
  border-radius: 50%;
  float: left;
  margin-left: 6%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 111px;
  height: 110px;
  border-radius: 50%;
  float: left;
  margin-left: 10%;
}
.ih-item.circle .img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 111px;
  height: 110px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 202px;
  height: 202px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 120px;
  height: 120px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 50px;
  bottom: 0;
  left: 10px;
  right: 0;
  /*background: #333333;*/
  /*background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}

@media screen and (min-width:1201px) and (max-width:1300px){
.ih-item.circle {
  position: relative;
  width: 191px;
  height: 191px;
  border-radius: 50%;
  float: left;
  margin-left: 4%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 101px;
  height: 100px;
  border-radius: 50%;
  float: left;
  margin-left: 10%;
}
.ih-item.circle .img {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 101px;
  height: 100px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 202px;
  height: 202px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 110px;
  height: 110px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 40px;
  bottom: 0;
  left: 10px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;

  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;

  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
}

@media screen and (min-width:1101px) and (max-width:1200px){
.ih-item.circle {
  position: relative;
  width: 181px;
  height: 181px;
  border-radius: 50%;
  float: left;
  margin-left: 3%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 101px;
  height: 100px;
  border-radius: 50%;
  float: left;
  margin-left: 10%;
}
.ih-item.circle .img {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 101px;
  height: 100px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 192px;
  height: 192px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 110px;
  height: 110px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 40px;
  bottom: 0;
  left: 10px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}

@media screen and (min-width:1001px) and (max-width:1100px){
.ih-item.circle {
  position: relative;
  width: 161px;
  height: 161px;
  border-radius: 50%;
  float: left;
  margin-left: 3%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 101px;
  height: 100px;
  border-radius: 50%;
  float: left;
  margin-left: 10%;
}
.ih-item.circle .img {
  position: relative;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 101px;
  height: 100px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 172px;
  height: 172px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 110px;
  height: 110px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info {
  top: 7px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 40px;
  bottom: 0;
  left: 10px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 70px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}

@media screen and (min-width:901px) and (max-width:1000px){
.ih-item.circle {
  position: relative;
  width: 151px;
  height: 151px;
  border-radius: 50%;
  float: left;
  margin-left: 2.5%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 91px;
  height: 90px;
  border-radius: 50%;
  float: left;
  margin-left: 8%;
}
.ih-item.circle .img {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 91px;
  height: 90px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 162px;
  height: 162px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}


.ih-item.circle.effect1 .info {
  top: 7px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 40px;
  bottom: 0;
  left: 10px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 70px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}

@media screen and (min-width:801px) and (max-width:900px){
.ih-item.circle {
  position: relative;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  float: left;
  margin-left: 2.5%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 91px;
  height: 90px;
  border-radius: 50%;
  float: left;
  margin-left: 8%;
}
.ih-item.circle .img {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 91px;
  height: 90px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 142px;
  height: 142px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}


.ih-item.circle.effect1 .info {
  top: 2px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 40px;
  bottom: 0;
  left: 10px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 65px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}

@media screen and (min-width:701px) and (max-width:800px){
.ih-item.circle {
  position: relative;
  width: 111px;
  height: 111px;
  border-radius: 50%;
  float: left;
  margin-left: 3%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 91px;
  height: 90px;
  border-radius: 50%;
  float: left;
  margin-left: 7%;
}
.ih-item.circle .img {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 91px;
  height: 90px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 122px;
  height: 122px;
  border: 20px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 100px;
  height: 100px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info {
  top: 7px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 40px;
  bottom: 0;
  left: 10px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 50px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
}

@media screen and (min-width:601px) and (max-width:700px){
.ih-item.circle {
  position: relative;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  float: left;
  margin-left: 4%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 81px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-left: 6%;
}
.ih-item.circle .img {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 81px;
  height: 80px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 102px;
  height: 102px;
  border: 11px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 90px;
  height: 90px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info {
  top: 7px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 35px;
  bottom: 0;
  left: 10px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 35px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}

@media screen and (min-width:501px) and (max-width:600px){
.ih-item.circle {
  position: relative;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  float: left;
  margin-left: 3%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 81px;
  height: 80px;
  border-radius: 50%;
  float: left;
  margin-left: 6%;
}
.ih-item.circle .img {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 81px;
  height: 80px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 92px;
  height: 92px;
  border: 11px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 90px;
  height: 90px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info {
  top: 7px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 35px;
  bottom: 0;
  left: 10px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 35px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
}

@media screen and (min-width:401px) and (max-width:500px){
.ih-item.circle {
  position: relative;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  float: left;
  margin-left: 3%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 71px;
  height: 70px;
  border-radius: 50%;
  float: left;
  margin-left: 5%;
}
.ih-item.circle .img {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 71px;
  height: 70px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 72px;
  height: 72px;
  border: 11px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 80px;
  height: 80px;
  border: 9px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info {
  top: 7px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 30px;
  bottom: 0;
  left: 7px;
  right: 0;
/*  background: #333333;
  background: rgba(0, 0, 0, 0.6);*/
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 7px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 30px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}

@media screen and (min-width:301px) and (max-width:400px){
.ih-item.circle {
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 30%;
  float: left;
  margin-left: 2.5%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 51px;
  height: 50px;
  border-radius: 50%;
  float: left;
  margin-left: 5%;
}
.ih-item.circle .img {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 51px;
  height: 50px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 52px;
  height: 52px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 60px;
  height: 60px;
  border: 9px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.ih-item.circle.effect1 .info {
  top: 7px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .info {
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  font-size: 5px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 13px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle_empresa.effect1 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: normal;
  /*margin: 0 30px;*/
  font-family: arial;
  padding: 75px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

}

@media screen and (min-width:1px) and (max-width:300px){
.ih-item.circle {
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 30%;
  float: left;
  margin-left: 2.5%;
}

.ih-item.circle_empresa {
  position: relative;
  width: 101px;
  height: 100px;
  border-radius: 50%;
  float: left;
  margin-left: 80px;
}
.ih-item.circle .img {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.ih-item.circle_empresa .img {
  position: relative;
  width: 101px;
  height: 100px;
  border-radius: 50%;
}

.ih-item.circle.effect1 .spinner {
  width: 42px;
  height: 42px;
  border: 10px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.circle_empresa.effect1 .spinner {
  width: 110px;
  height: 110px;
  border: 9px solid #fff;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-radius: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

}


.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle_empresa .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle_empresa .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle_empresa .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


.ih-item.circle.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle_empresa.effect1 .img {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 0;
  width: auto;
  height: auto;
}
.ih-item.circle.effect1 .img:before {
  display: none;
}
.ih-item.circle_empresa.effect1 .img:before {
  display: none;
}
.ih-item.circle.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle_empresa.effect1.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}

.ih-item.circle.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle_empresa.effect1 .info p {
  color: #bbb;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item.circle.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle_empresa.effect1 a:hover .spinner {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover .info {
  opacity: 1;
}
.ih-item.circle_empresa.effect1 a:hover .info {
  opacity: 1;
}

