#banner {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(/medias/image/start.webp);
  background-size: cover;
  width: 100%;
  height: calc(100vh - 110px);
  position: relative;
}

.banner-content {
  max-width: 800px;
  padding: 12% 20px 0 9%;
}

#banner .image img {
  position: absolute;
  bottom: 30px;
  right: 25px;
  display: block;
  width: 25%;
  min-width: 170px;
}

.banner-content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #FFF;
  text-transform: uppercase;
  line-height: 1.2em;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 40%);
}

.banner-content p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #FFF;
  line-height: 1.2em;
  text-shadow: 0px 1px 1px rgb(0 0 0 / 40%);
}

.banner-content button {
  display: inline-block;
  margin-top: 1rem;
  padding: .8rem 3rem;
  border-radius: 5rem;
  background-color: #4f81bd;
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 300;
  border: none;
  /* transition: all .3s linear; */
  animation: float 3s linear infinite;
}

.btnheard:hover,
.banner-content button:hover {
  transform: scale(1.1);
}

.btnheard {
  display: block;
  color: #4f81bd;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  /* transition: all .3s linear; */
  animation: float 4s linear infinite;
  border-bottom: 2px solid;
  width: auto;
  margin: 0 auto;
}

@keyframes float {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }
}

@media (max-width: 990px) {

  .phone-hide {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .line-top {
    display: none !important;
  }

  .otherbox>div {
    min-width: 180px !important
  }

  .graybox {
    width: 100% !important;
  }
}

@media (max-width: 768px) {

  .phone-hide { font-size: 1rem; }

  .footer-left-column,
  .footer-right-column {
    text-align: center !important;
  }
}

.footer-left-column {
  text-align: left;
}

.footer-right-column {
  text-align: right;
}

.line-top {
  display: flex;
}

.line-top div {
  width: 50%;
}

.ltop-element {
  display: flex;
  justify-content: center;
}

.ltop-element span {
  margin: 0 20px;
}

#contacto a,
.contactlink,
.contactlink a {
  text-decoration: none;
}

.dg-rsocial {
  transform: scale(1.1);
  padding-right: 15px;
}

.navbar {
  box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}

.footer {
  box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}

h2 {
  color: #4f81bd;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.map {
  height: 400px;
}

.graybox {
  margin: 50px auto 30px;
  background: lightgray;
  border-radius: 15px;
  width: 80%;
  text-align: center;
  padding-bottom: 20px;
}

.graybox>div {
  margin: auto;
  background: white;
  width: calc(100% - 40px);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}

.graybox a {
  margin: 30px auto;
}

.graybox img {
  height: 65px;
}

.otherbox {
  margin: auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.otherbox>div {
  min-width: 250px;
  margin: 20px auto;
  text-align: center;
}

.otherbox .icono {
  display: block;
  background-color: #4f81bd;
  color: #FFF;
  padding: 20px;
  width: 80px;
  margin: auto;
  border-radius: 50%;
}

.otherbox .title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2;
}

.nosotros {
  background-color: #d9e2f0;
}

iframe {
  width: 100%;
  height: 100%;
}

.video-col {
  height: 315px;
  margin: auto 0;
}

.pgph {
  text-align: justify;
  font-size: 110%;
  color: #005;
}

.saglist {
  list-style-image: url(/medias/image/claud.svg);
  color: #005;
}

.aspelbox {
  border-radius: 10px;
  border: 1px solid grey;
  padding: 3%;
}

.aspelbox__services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.aspelbox__services span {
  cursor: pointer;
}

.aspelbox img {
  width: 200px;
  padding: 15px;
}

.aspelproduct {
  display: none;
}

.aspelproduct.show {
  display: block;
}

strong {
  color: darkblue;
}