* {
    font-family: 'Helvetica', 'Arial', sans-serif !important;
  
  }

body {
    
    font-size: 9pt;
    background-color: #A8A1FE;
}



.button-selecu-download {
    width: 177px;
    height: 132px;
    cursor: pointer;
}



.content {
  width: 100%;
  background-image: url("../assets/images/fondo.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto 0;
  height: 100vh;
}

  .title {
    background-color: #79d4cf;
    display: flow-root;
    text-align: center;
    justify-content: center;
    height: 70px;
  }

  .img-title {
    width: 132px !important;
    height: 38px;
    margin-top: 14px;
    
  }
  
  .img-body {
    display: inline-block;
    width: 1280px;
  }
  
  .centered {
position: absolute;
top: 55%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 21px;
text-align: center;
width: 36%;
}

.text, .title-text {
    color: #fff;
    
}

.title-text {
  font-size: 45px;
}


.title-text {
    font-weight: bold;
}

.button-selecu-download {
  background-image: url('../assets/images/donwload.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  
  }
.button-selecu-download:hover {
  background-image: url('../assets/images/donwload_hover.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


@media screen and (max-width: 768px) {
    .title-text {
        font-size: 21px;
    }
    .text {
        font-size: 15px;
    }
    
    .centered {
        width: 80%;
    }
    
    .img-body {
        display: none;
        width: 100%;
        height: 100vh;
      }
      
      .content {
        background-color: #A8A1FE;
        background-image: none;

    }
    
}

