
/*///////////// INICIO - CONTACT /////////////*/
.box-contact {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 42px 64px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 24px;
}
.box-contact .gb-headline-text:first-child {
    overflow: hidden;
    color: var(--gray-900);
    text-overflow: ellipsis;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
}
.box-contact .gb-headline .gb-icon svg {
    fill: transparent;
    margin-right: 16px;
    width: 24px;
    height: 24px;
}
.box-contact .gb-headline .gb-headline-text {
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    color: var(--gray-900); /* No esta en la libreria*/
}
.box-contact .gb-headline .gb-headline-text a {
    color: var(--dark-brown);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}
.contact-redes {
    margin: 60px auto;
    border-top: 1px solid var(--gray-700);
    padding-top: 60px;
    justify-content: space-between !important;
}
.contact-redes .gb-grid-column {
    width: 100% !important;
}
.contact-redes .gb-grid-column .gb-icon {
    padding: 0;
    margin-bottom: 16px;
}
.contact-redes .gb-grid-column .gb-icon svg {
    fill: transparent;
}
.contact-icons .gb-grid-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.contact-icons .gb-grid-wrapper a {
    display: flex;
    flex-direction: column;
}
.box-contact-form .wpcf7-form .wpcf7-form-control {
    display: flex;
    height: 40px;
    padding: 8px 8px 8px 16px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--primary-light);
    background: var(--white);
}
.box-contact-form .wpcf7-form .user-label {
    z-index: 1;
    color: #000; /* No esta en la libreria */
    left: 20px;
    top: -7px;
    width: max-content;
    font-size: 14px !important;
}
.box-contact-form .wpcf7-form .user-label.selected {
    top: 0;
    font-size: 12px !important;
    left: 0;
}
.box-contact-form .wpcf7-form .wpcf7-textarea {
    height: 140px;
}
.box-contact-form .wpcf7-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 32px;
    background: var(--primary);
    height: auto;
    width: max-content;
}
.box-contact-form .wpcf7-form .full-width label {
    font-size: 12px !important;
    color: inherit;
}
/*///////////// FIN - CONTACT /////////////*/


.wpcf7 .container-data{
    display: flex;
    gap: 70px;
}

.half-width{
    width: 50%;
}

.full-width{
    width: 100%;
}

.wpcf7-form {
    font-size: 16px;
}

.wpcf7-form .wpcf7-form-control {
    color: #161619 /* No esta en la libreria*/;
    width: 100%;
    padding: 13px 0;
    border-color: #cdcfd0 /* No esta en la libreria*/;
}
select.wpcf7-form-control{
    border: none;
    border-bottom: 2px solid #e3e7e8 /* No esta en la libreria*/;
}

.wpcf7-form .wpcf7-form-control:hover {
    border-color: #161619 /* No esta en la libreria*/;
}

.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
    display: block;
}

.wpcf7-form .wpcf7-text {
    background-color: transparent;
}

.wpcf7-form .wpcf7-textarea {
    height: 80px;
    resize: none;
}

.wpcf7-form .wpcf7-submit {
    color: var(--white);
    text-transform: uppercase;
    margin-top: 20px;
    background: var(--gray-700);
    border-radius: 8px;
    padding: 16px 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 16px;
    font-size: 14px;
    letter-spacing: 0.12em;
}

.wpcf7-form label{
    color: #838889 /* No esta en la libreria*/;
    display: block;
    position: relative;
    margin: 20px 0 0 0;
    font-size: 13px;
}

.wpcf7-form .user-label{
    transform: translateY(40px);
    transition: .3s;
}

.wpcf7-form label .label {
    transform: translateY(50%);
    transition: 0.4s;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wpcf7-form label.focused .label {
    font-size: 14px;
    transform: translateY(-50%);
}

.wpcf7-form span.ajax-loader {
    color: #fff;
    text-align: center;
    margin: 0;
    width: 100%;
    height: 60px;
    position: relative;
    background: #161619 /* No esta en la libreria*/;
    transform: translateY(-100%);
    display: none;
}

.wpcf7-form span.ajax-loader:before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -10px;
}

.wpcf7-form span.ajax-loader.is-active {
    display: block;
}

.wpcf7-form div.wpcf7-mail-sent-ok,
.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-acceptance-missing {
    text-align: center;
    margin: 0;
    border: 0;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    margin-top: 5px;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    color: #8ed3af /* No esta en la libreria*/;
}

.wpcf7-form span.wpcf7-not-valid-tip,
.wpcf7-form div.wpcf7-validation-errors {
    background-color: var(--danger);
    color: var(--white);
    padding: 8px 16px;
    width: fit-content;
    border-radius: 8px;
}

.wpcf7-form div.wpcf7-acceptance-missing {
    color: #ffd07d /* No esta en la libreria*/;
}

.wpcf7-form span.wpcf7-list-item:first-child {
    margin-left: 0;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 0;
    border-bottom: 2px solid #e3e7e8 /* No esta en la libreria*/;
    border-radius: 0;
    padding: 3px;
    transition: 0.4s;
    box-shadow: none;
    background-clip: padding-box;
}

.wpcf7-form .wpcf7-form-control:hover {
    border-color: #161619 /* No esta en la libreria*/;
}

.wpcf7-form .wpcf7-submit:hover{
    background: var(--primary-light);
    border-color: transparent;
}

/* Removes background color on autofill inputs*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 40px white inset !important;
}

.wpcf7 input:focus{
    outline: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: var(--danger);
    background-color: var(--danger);
    color: var(--white);
    width: fit-content;
    border-radius: 8px;
    margin: unset;
    padding: 8px 16px;
}

/* Forms JS Interaction */

.selected {
    transition: .3s;
    transform: translateY(0) !important;
    font-size: 14px !important;
}

.field-label {
    position: absolute;
    left: 0;
    color: white;
    pointer-events: none;
    font-family: 'Raleway', sans-serif;
    z-index: 1;
}

/* Newsletter */

.newsletter-mail .wpcf7-spinner{
    display: none;
}

.newsletter-mail .wpcf7-submit {
    padding: 0;
    width: fit-content;
    border: none;
}

.newsletter-mail .wpcf7-submit:hover,
.newsletter-mail .wpcf7-submit:focus{
    background: unset;
}

.newsletter-acceptance {
    display: flex;
    gap: 24px;
}

input.accept-newsletter + span {
    color: white;
    font-size: 12px;
}

label:has(input.accept-newsletter) {
    display: flex;
    align-items: center;
    gap: 8px;
}

.newsletter-mail input:hover{
    border-color: #cdcfd0 /* No esta en la libreria*/!important;
}

input.accept-newsletter {
    transform: scale(1.5);
    background: transparent;
    margin-left: 5px;
}

.wpcf7:has(input.accept-newsletter) {
    max-width: 297px;
}

.wpcf7:has(input.accept-newsletter) form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 1024px){
    .wpcf7 .container-data{
        gap: unset;
        flex-direction: column;
    }
    .half-width{
        width: 100%;
    }
}
