/* Naranja: #f7941d
Verde: #8bb43f
café: #784e32 */
.has-text-secundary{
  color:#784e32;
}
.is-orange, .is-orange:hover{
  background:#f7941d;
  color: white;
  border-radius: 15px;
  border:none;
}
.box-max{
  border-radius: 50px;
}

@media only screen and (max-device-width: 800px) {
  .box-max{
    border-radius: 25px;
  }
}


/* inicio */
#inicio{
  background: rgb(247, 148, 29) url('/img/png/bolsa-completa.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 70%;
}
@media only screen and (max-device-width: 1024px) {
  #inicio{
    background-position: bottom;
    background-size: 100%;
  }
  #inicio .button{
    margin: 5px;
  }
}

/* productos */
.lista-productos{
  width: 100%;
  height: 128px;
}
.producto-icono{
  width: 20%;

  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.producto-icono img{
  height: 128px;
}

@media only screen and (max-device-width: 1024px) {
  .producto-icono span{
    display: none;
  }
}


/* Servicios */
.text-container{
  height: 90%;
}
.button-container{
  height: 10%;
  padding-top: 16px;
}

@media only screen and (min-device-width: 800px) {
  .box-izquierda{
    border-radius: 50px 0px 0px 50px;
    height: 40vh;
  }
  .box-derecha{
    border-radius: 0px 50px 50px 0px;
    height: 40vh;
  }
  .button-limit{
    font-size: 1.5rem;
  }
}
@media only screen and (max-device-width: 800px) {
  .button-container{
    margin-bottom: -26px;
    padding-top: 0px;
  }

}

/* clientes */
.cliente{
  width: 90%;
  max-width:  538px;
  height: 311px;
  margin: 10px;
  padding: 15px;
  position: relative;
  display:inline-block;
  text-align: center;
  box-shadow: 0px 0px 5px 0px black;
  border-radius: 20px;

  box-shadow: 0px 1px 4.56px 3.44px rgba(0, 0, 0, 0.07);
  background: #fff;

}
.cliente-logo{
  width: 25%;

  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px black;
  float: left;
}
.cliente-comentario{
  width: 70%;
  float: right;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cliente-nombre{
  background: #8bb43f;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 87px;
  width: 100%;
  padding: 16px;
  border-radius: 0px 0px 20px 20px;
}

/* cobertura */
.bg-cobertura{
  background: url('/img/iconos/map.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size:contain;
}
.lista{
  font-size: 1.25em;
  font-weight: bold;
}


.is-w100{
  width: 100%;
}

.wrapper{
  margin-top: 50px;
}
.bg {
  min-height: 100vh;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-position: top;
}
.bg-padding{
  padding:30px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bg {
    background-attachment: scroll;
  }
}

.bg-blanco{
  background-color: #fff;
}

.bg-degradado{
  background-color: rgb(247, 148, 29);
}

.bg-cafe{
  background-color: #784e32;
}

.mapa{
  width: 90%;
  height: 40vh;
  border: 1px solid black;
}

.bg-cabezal{
  width: 100%;
  height: 150px;
  border-radius: 0% 0% 50% 50%;
  padding: 50px;
  margin-bottom: 50px;
}

footer{
  position: sticky;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px;
  text-align: center;
}
