/* Cambios de Estilo para Pagina**/

.btn {
  background: #e86625;
}

div.logo img {
  width: 120px;
}
.libreta {
  background-image: url(..//img/libreta.jpg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 5%;
}
.lib-p {
  padding-top: 40px;
  padding-right: 0;
  padding-left: 10px;
}
.contenlib {
  height: 450px;
}
.line-botton {
  border-bottom: solid 2px #2b804e;
}
.single-services:hover .icono {
  box-sizing: border-box;
  margin-left: calc(50% - 27px);
}
.single-services:hover .icono img {
  visibility: hidden;
}
.single-services:hover .icono.analisis {
  background: url(..//img/servicios/verde/analisis.png);
  background-repeat: no-repeat;
}
.single-services:hover .icono.medicion {
  background: url(..//img/servicios/verde/medicion.png);
  background-repeat: no-repeat;
}
.single-services:hover .icono.entrega {
  background: url(..//img/servicios/verde/seguimiento.png);
  background-repeat: no-repeat;
}
.single-services:hover .icono.desarrollo {
  background: url(../img/servicios/verde/desarrollo.png);
  background-repeat: no-repeat;
}
.ti-img {
  padding-left: 30px;
  padding-top: 5px;
}
.tex-verd {
  color: #2b804e;
}
.tex-verd h2 {
  color: #2b804e;
}

.line-rl {
  border-left: solid 2px #2b804e;
  border-right: solid 2px #2b804e;
}
.line-bottom {
  border-bottom: solid 2px #2b804e;
}
.line-top {
  border-top: solid 2px #2b804e;
  padding-top: 30px;
}
.r-75 {
  margin-right: 75%;
  margin-top: calc(25% - 27px);
}
.l-75 {
  margin-left: 75%;
  margin-top: calc(25% - 27px);
}
.border-0 img {
  border-radius: 0 !important;
}
.mar-top {
  margin-top: 140px;
}
.fontletra li {
  font-size: 25px;
}

.precios-even {
  background-color: #e86625;
  color: antiquewhite;
  height: 100px;
}
.precios-odd {
  background-color: #2b804e;
  color: antiquewhit;
  height: 100px;
}

.titulo {
  font-size: 30px;
  height: 25px;
  text-align: center;
  padding-bottom: 52px;
}

.price {
  font-size: 30px;
  text-align: center;
  color: #000;
  background-color: antiquewhite;
}
