/****************estilo empresa***************/

.ceja {
  height: 60%;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

.box-white {
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  text-align: left;
  font-size: 13px;
  height: 234px;
}

.box-white > h2 {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}

.p-20px {
  padding: 20px;
}

@media (max-width: 1200px) {
  .box-white > h2 {
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
  }

  .box-white {
    height: 300px;
  }
}

@media (max-width: 970px) {
  .box-white > h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
  }
}

.bg-blue {
  background: #000b75;
}

.bg-yellow {
  background: #c6b735;
}

.color-yellow {
  color: #c6b735;
}

.color-light-green {
  color: #9dc30f;
}

.bg-light-green {
  background: #9dc30f;
}

.bg-purpule {
  background: #300d89;
}

.color-purple {
  color: #300d89;
}

.color-green {
  color: #49ac2e;
}

.bg-green {
  background: #49ac2e;
}

.box-white.left {
  border-radius: 5px 100px 0px 0px;
  padding: 40px 40px 30px 30px;
}

.ceja.left {
  border-radius: 15px 120px 0px 0px;
}

.box-white.right {
  border-radius: 100px 5px 0px 0px;
  padding: 40px 30px 30px 40px;
}

.ceja.right {
  border-radius: 120px 15px 0px 0px;
}

.box-white.center {
  border-radius: 100px 100px 0px 0px;
  padding: 40px 30px;
}

.ceja.center {
  border-radius: 120px 120px 0px 0px;
}

@media (max-width: 768px) {
  .box-white.right,
  .box-white.center {
    border-radius: 5px 100px 0px 0px;
    padding: 40px 40px 30px 30px;
  }

  .ceja.right,
  .ceja.center {
    border-radius: 15px 120px 0px 0px;
  }

  .box-white {
    height:auto;
  }
}
