@import './node_modules/bootstrap/dist/css/bootstrap.css';

body{
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7)), 
  url('./img/fondo.jpg');
  background-size:  cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.section-servicios{
  background: rgb(17, 4, 134);
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(36, 59, 85));
}
.card-brujos {
  background: rgb(17, 4, 134);
  border-radius: 15px;
  box-shadow: rgb(0,0,0,0.7) 5px 10px 50px ,rgb(0,0,0,0.7) -5px 0px 250px;
  display: flex;
  color: white;
  justify-content: center;
  position: relative;
  flex-direction: column;
  background: linear-gradient(to right, rgb(20, 30, 48), rgb(36, 59, 85));
  transition: all 0.3s ease-in-out;
}
.card-brujos:hover {
  box-shadow: rgb(0,0,0) 5px 10px 50px ,rgb(0,0,0) -5px 0px 250px;
}
.text-gray {
  color: #c2c3c4;
}
.card-testimonios {
  border-radius: 15px;
  background: lightgrey;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 50px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 26px -18px inset;
}
.text-justify {
  text-align: justify;
}

.btn-whatsapp {
  padding: 0.1em 0.25em;
  width: 13em;
  height: 4.2em;
  background-color: #006407;
  border: 0.08em solid #000000;
  border-radius: 0.3em;
  font-size: 12px;
  cursor: pointer;
  z-index: 9999;
}

.btn-whatsapp span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0.4em;
  width: 8.25em;
  height: 2.5em;
  background-color: #006407;
  border-radius: 0.2em;
  font-size: 1.5em;
  color: #fff;
  border: 0.08em solid #000000;
  box-shadow: 0 0.4em 0.1em 0.019em #000000;
}

.btn-whatsapp span:hover {
  transition: all 0.5s;
  transform: translate(0, 0.4em);
  box-shadow: 0 0 0 0 #000000;
}

button span:not(hover) {
  transition: all 1s;
}
@media (min-width: 768px){
  .btn-whatsapp {
    padding: 0.1em 0.25em;
    width: 20em;
    height: 6.46em;
    background-color: #006407;
    border: 0.08em solid #000000;
    border-radius: 0.3em;
    font-size: 12px;
    cursor: pointer;
    z-index: 9999;
  }
  
  .btn-whatsapp span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.4em;
    width: 14em;
    height: 3.90em;
    background-color: #006407;
    border-radius: 0.2em;
    font-size: 1.5em;
    color: #fff;
    border: 0.08em solid #000000;
    box-shadow: 0 0.4em 0.1em 0.019em #000000;
  }
  
  .btn-whatsapp span:hover {
    transition: all 0.5s;
    transform: translate(0, 0.4em);
    box-shadow: 0 0 0 0 #000000;
  }
}