
.skills{
    background: linear-gradient(to right, #194756bf, #000), url('../images/bg-skills.png') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.portfolio{
    background: linear-gradient(to right, #194756bf, #000), url('../images/bg-portafolio.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.titulo_principal.contact{
    background: linear-gradient(to right, #194756bf, #000), url('../images/bg-contact.jpg') no-repeat center bottom;
    background-size: cover;
}
.titulo_principal.projects{
    background: linear-gradient(to right, #194756bf, #000), url('../images/bg-projects.jpg') no-repeat center;
    background-size: cover;
}
.transition-scroll{
    transition: all linear 3s;
    margin: auto;
}
.card-scrollable:hover .transition-scroll{
    transform: translateY(calc(-100% + 220px));
    transition: linear 10s;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.form-input:focus ~ .form-label, .form-input:not(:placeholder-shown) ~ .form-label {
    top: -.75rem;
    font-size: 0.75rem;
    color: #334155;
}
.grecaptcha-badge{
    display: none;
}
