.call-to-action {
    background: white;
    background-size: cover;
    padding: 100px 0;
}

.ph-center::-webkit-input-placeholder {
    text-align: center;
    line-height: 180px;/* Centrado vertical */
    font-size: 16px;
}

.color_click:hover{
    border-radius: 20px;
    color: #0124FA;
    background-color: white;
    border-color: #0124FA;
    font-weight: 700;
}

#sugerencia {
    border-radius: 20px;
}

#sugerencia:hover {
    background-color: white;
    color: #0124FA;
    border-radius: 20px;
    border-color: #0124FA;
    box-shadow: none;
}

.color_click{
    border-radius: 20px;
    color: white;
    background-color: #0124FA;
    font-weight: 700;
}

textarea{
    box-shadow: 0px 4px 16px rgb(0 0 0 / 25%);
}

textarea:hover::placeholder {
    color: #0124FA;
    box-shadow: none;
}

textarea:focus::placeholder {
    color: rgba(77,76,104);
    box-shadow: none;
}

.form-control:focus {
    color: rgba(77,76,104);
    background-color: #fff;
    border-color: #0124FA;
    outline: 0;
    box-shadow: none;
}

#sugerencia:hover {
    color: rgba(77,76,104);
    box-shadow: none;
}

textarea::placeholder {
    color: rgba(77,76,104);
    font-weight: 700;
}

.c-graphik {
    color: rgba(77,76,104);
    font-size: 16px !important;
}