@font-face {
  font-family: 'barlow-black';
    src: url('../fonts/Barlow-Black.woff2') format('woff2'),
        url('../fonts/Barlow-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'barlow-extrabold';
 src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
        url('../fonts/Barlow-ExtraBold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}
@font-face {
  font-family: 'barlow-regular';
   src: url('../fonts/Barlow-Regular.woff2') format('woff2'),
        url('../fonts/Barlow-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{
    background-color:#000;
}
.font-black{
    font-family: 'barlow-black';
}
.font-regular{
    font-family: 'barlow-regular';
}
.font-extrabold{
     font-family: 'barlow-extrabold';
}
.turqueza{
    color: #04A4BB;
}
.blanco{
    color:#fff;
}
.pt-5{
    padding-top: 5rem!important;
}
.fondoCentro{
    background: url('../img/laptop-spy-movil.png');
    height: 60%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /*argin-top:-25%;*/
    margin-top:-45%;
    text-align:center;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* height: 50%; */
    justify-content: center;
    line-height: 5px;
    position:relative;
}

.textoAdicional{
    bottom: 0;
    position: absolute;
    line-height: 20px;
    font-size:0.9rem;
}

@media(max-width:360) and (max-height:575px) {
    .textoAdicional{
        bottom: -7%;
    }
}
@media screen and (min-width: 768px) {
    
    .textoAdicional{
        bottom: -4%;
        position: absolute;
        line-height: 20px;
        font-size:0.95rem;
    }


   .pt-5{
      padding-top: 0rem!important;
   }
  .fondoCentro{
    background: url('../img/laptop-spy.png');
    height: 60%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top:-12%;
    /*margin-top:-22;*/
    text-align:center;
    display: flex;
    align-items: center;
    flex-direction: column;
    /* height: 50%; */
    justify-content: center;
    line-height: 5px;
}
}


.visitas{
    font-size:5rem;
}
.footer{
    /*bottom:5%;*/
    bottom:0;
    position:absolute;
}