body{
    overflow-x: hidden;
}
@font-face {
    font-family: 'STIHL_title';
    src: url('../fonts/STIHLContrafaceDisplayTitling.eot');
    src: url('../fonts/STIHLContrafaceDisplayTitling.eot?#iefix') format('embedded-opentype'),
        url('../fonts/STIHLContrafaceDisplayTitling.woff2') format('woff2'),
        url('../fonts/STIHLContrafaceDisplayTitling.woff') format('woff'),
        url('../fonts/STIHLContrafaceDisplayTitling.ttf') format('truetype'),
        url('../fonts/STIHLContrafaceDisplayTitling.svg#STIHLContrafaceDisplayTitling') format('svg');
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'STIHL_text';
    src: url('../fonts/STIHLContrafaceText.eot');
    src: url('../fonts/STIHLContrafaceText.eot?#iefix') format('embedded-opentype'),
        url('../fonts/STIHLContrafaceText.woff2') format('woff2'),
        url('../fonts/STIHLContrafaceText.woff') format('woff'),
        url('../fonts/STIHLContrafaceText.ttf') format('truetype'),
        url('../fonts/STIHLContrafaceText.svg#STIHLContrafaceText') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'STIHL_text_ligth';
    src: url('../fonts/STIHLContrafaceTextLight.eot');
    src: url('../fonts/STIHLContrafaceTextLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/STIHLContrafaceTextLight.woff2') format('woff2'),
        url('../fonts/STIHLContrafaceTextLight.woff') format('woff'),
        url('../fonts/STIHLContrafaceTextLight.ttf') format('truetype'),
        url('../fonts/STIHLContrafaceTextLight.svg#STIHLContrafaceText') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .titulo{
    font-family: STIHL_title;
    text-align: center;
    margin-top: 50px;
  }

  .titulo_equipo{
    font-family: STIHL_title;
    text-align: center;
    background: #f4771b;
    width: 150px;
    margin: 0 auto;
    color: #fff;
  }
  .texto{
    font-family: STIHL_text;
    text-align: center;
    font-weight: bold;
  }

  .burbuja-whatsapp {
    display: grid;
    position: fixed;
    color: #25D366;
    right: 20px;
    bottom: 20px;
    align-items: center;
}

.bur-text-content {
    background: #fff;
    padding: 0 56px 0 12px;
    border-radius: 20px;
    height: 45px;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    border: 1px solid rgba(207, 216, 220, 0.3);
    width: 209px;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bur-txt-1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bur-txt-2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 11px;
}


.burbuja-whatsapp:hover .bur-txt-1 {
    margin-left: -339px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.bur-txt-1::after {
    content: "Click Aquí";
    position: absolute;
    text-align: center;
    width: 209px;
    color: #fff;
}

.burbuja-whatsapp:hover .bur-txt-2 {
    color: #fff;
}

.burbuja-whatsapp:hover .bur-text-content {
    background: #25D366;
}

.bur-icon-content {
    width: 55px;
    height: 55px;
}

.bur-icon-img {
    position: relative;
    z-index: 9;
}

.pulsar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.pulsar-1,
.pulsar-2,
.pulsar-3 {
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    animation: radial-pulsar 2.3s infinite;
}

.pulsar-1 {
    background: rgba(37, 211, 102, 1);
}

.pulsar-2 {
    animation-delay: 1.3333s;
}

.pulsar-3 {
    animation-delay: 2.6666s;
}

.bur-space-brdr {
    box-shadow: 0 0 0 1em rgb(255, 255, 255);
    height: 100%;
    width: 100%;
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

@keyframes radial-pulsar {
    0% {
        box-shadow: 0 0 0 0em rgba(37, 211, 102, .8);
    }

    50% {
        box-shadow: 0 0 0 1em rgba(255, 100, 100, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 100, 100, .0);
    }
}
  