.bg-blue {
  background-color: #23689b;
}
.bg-blue-secondary {
  background-color: #225e8b;
}
.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.whatsapp:hover {
  color: white !important;
  font-size: 35px;
}

.whatsapp-icon {
  margin-top: 13px;
}

.bg-gray {
  background-color: #f3f3f3bb;
}

.border-white {
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}

.img-size {
  width: 250px;
  height: 100px;
  object-fit: contain;
}

.img-size2 {
  width: 550px;
  height: 355px;
  object-fit: contain;
}

.img-size3 {
  width: 84px;
  height: 75px;
  object-fit: contain;
}

.cool-link {
  text-decoration: none;
}

.cool-link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #2b81c4;
  transition: width 0.4s;
}

.cool-link:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.text-s {
  font-size: 15px;
}

.background-f {
  background: url("../img/call-center-img/fondo1.jpg") no-repeat;
  background-size: cover;
  height: 50%;
  max-width: 100%;
  position: relative;
  color: white;
  z-index: 1;
}
.background-f::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.text-shadow {
  text-shadow: 1px 1px 2px black;
}

.border-bottom-aoca {
  border-bottom: 25px solid rgb(192, 21, 21);
}
