h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
blockquote,
q,
li,
dt,
dd,
th,
td,
caption,
label,
legend,
input,
textarea,
select,
option,
button,
a,
strong {
    font-family: "Patrick Hand" !important;
}

body {
    background-color: #D5FFFC;
    color: #006838 !important;
}

.menu-text {
    color: #006838 !important;
    font-weight: 600;
    font-size: 20px;
    transition: 0.5s;
}

.h1-v1 {
    font-family: "Calistoga", serif !important;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
}

.fs-24px {
    font-size: 24px;
}

.fs-20px {
    font-size: 20px;
}

.mt-150px {
    margin-top: 150px;
}

.pb-165px {
    padding-bottom: 165px;
}

.bg-custom-wheat {
    background-color: #FFF0D5;
}

.fs-30px {
    font-size: 30px;
}

.font-cursive {
    font-family: "Bad Script", cursive !important;
}

button p,
button span {
    color: #006838 !important;
}

.div-editor {
    background-color: white;
    border-radius: 10px;
    width: 564px;
    max-width: 100%;
    height: 246px;
}

.tox-toolbar__primary {
    padding: 1rem !important;
    background: none !important;
}


.bg-custom-green {
    background-color: #E6FFEA;
}

.bg-custom-red {
    background-color: #FFDBDB;
}

.custom-blur-modal {
    backdrop-filter: blur(30px);
}

.bg-footer {
    background-color: #52AD83;
}

.btn-v1 {
    background-color: transparent;
    border: none;
}

.hidden-field {
     opacity: 0;
    position: absolute;
    pointer-events: none;
}

li {
    color: red;
}


/* Contacto */
.container-custom {
    max-width: 800px !important;
}

.form-floating label {
    color: #006838 !important;
}

.form-floating label::after {
    background-color: transparent !important;
}

.form-floating input:not(:focus)::placeholder,
.form-floating textarea:not(:focus)::placeholder {
    opacity: 0 !important;
}

.form-check-input:checked {
    background-color: #006838;
    border-color: #12715B !important;
}

.form-check-input {
    border-color: #12715B !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
}

.btn-form {
    background-color: #006838;
    color: white;
    border-radius: 29px;
    padding: 1rem 2.75rem;
    border: none;
}

/* .tox-dialog {
    margin: 0;
    left: -55px;
    margin-top: 20px;
} */

@media (max-width: 500px) {
    .hide-small-screen {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #header-movil {
        display: none !important;
    }
}