.wsp-button {
    position: fixed;
    left: 10px;
    bottom: 15px;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 9999997;
    color: #fff;
    background-color: #075E54;
    text-decoration: none;
}

.wsp-button:hover {
    color: #fff;
}

.wsp-icon {
    margin-right: 0.5rem;
    width: 30px;
    margin-top: -5px;
}

.wsp-icon > img {
    width: 24px;
    height: 24px;
}

.wps-label {
    vertical-align: middle;
}

.wsp-button {
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px !important;
    font-weight: bold;
}

.wps-form-container {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999998;
    display: none;
}

.wsp-form {
    font-family: "Space Grotesk", sans-serif;
    width: 300px;
}

form.wsp-form {
    width: 100%;
}

.wsp-form-title {
    cursor: pointer;
    background-color: #075E54;
    padding: 10px 15px;
}

.ldk-wsp-button {
    width: 100%;
    color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ldk-wsp-button:hover {
    color: white;
}

.ldk-wsp-button em {
    font-style: normal;
    cursor: pointer;
    margin-left: auto;
}

.wsp-form-container {
    background-color: #FFFFFF;
    padding: 15px 25px;
    font-size: 16px;
}

.wsp-form-container h1 {
    font-weight: bold;
    font-size: 19px;
}

.container-input {
    padding: 7px 0px;
}

.container-input label {
    display: block;
}

.mdc-text-field__input {
    width: 80%;
    font-size: 16px;
}

.wsp-form-submit {
    color: #fff;
    background-color: #25d366;
    width: 100%;
    height: 42px;
    border-radius: 40px;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: inherit;
    border: none;
    cursor: pointer;
}

.wsp-form label {
    color: #434343;
}


.wsp-form input,
.wsp-form textarea {
    padding: 12px;
}

.wsp-form select {
    padding: 12px;
    padding-right: 32px;
}

.wsp-form select,
.wsp-form input,
.wsp-form textarea {
    border-color: #434343;
    min-width: 0;
    font-size: 14px;
    line-height: normal;

}

.wsp-form-title .ldk-wsp-button {
    text-decoration: none;
}


.wsp-form input[name=nombre],
.wsp-form textarea[name=mensaje] {
    width: 100%;

}

.wsp-form select[name=ldk-country-code] {
    width: 112px;
}


.wsp-form input[name=telefono] {
    margin-left: 8px;
    width: calc(100% - 120px);
}

.wsp-form-title .wsp-label {
    font-weight: bold;
}