
p{
    font-size: 18px;
}

h3 {
    margin: 15px 0 0 0;
    font-size: 29px;
    font-weight: 700;
    color: var(--negro);
}

h4 {
    margin: 15px 0 0 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--negro);
}

.titem2 {
    font-size: 20px;
}

.titem {
    font-size: 28px;
}

span{
    font-weight: 600;
    color: var(--blue)
}

body {
    font-family: "Poppins", sans-serif;
    color: #0e0101;
}

.sombra{
    box-shadow: rgba(33, 192, 231, 0.3) 10px 10px, rgba(33, 192, 231, 0.2) 15px 15px , rgba(33, 192, 231, 0.1) 20px 20px, rgba(33, 192, 231, 0.05) 25px 25px, rgba(17, 17, 26, 0.1) 0px 12px 26px, rgba(17, 17, 26, 0.1) 0px 18px 30px;
}


@media (max-width: 380px) {
    #reCAPTCHA{
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}

.btn-envio{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 8px 76px;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--blue);
    color: #fff;
    background: var(--blue);
    background-color: var(--blue);
    align-items: center;
    box-shadow: none;
    outline: none;
}

.btn-envio:hover {
    background: var(--sobre);
    color: #fff;
}

.btn-envio:hover {
    background: var(--sobre);
    color: #fff;
    outline: none;
}

.btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 8px 26px !important;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: var(--verde);
    align-items: center;
  }

  @media (max-width: 800px) {
    .btn-get-started {
        padding: 5px 26px !important;
        font-size: 14px;
    }
  }

.btn-get-started:hover {
    background: var(--verdesobre);
    color: #fff;
  }
