@font-face {
    font-family: "Palms Mono";
    src: url("../fonts/Italian Plate No1 Mono Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Palms Mono";
    src: url("../fonts/Italian Plate No1 Mono.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
/* @font-face {
    font-family: "Palms Mono Alt";
    src: url("../fonts/Italian Plate No2 Mono Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
} */
@font-face {
    font-family: "Palms Serif";
    src: url("../fonts/AveriaSerifLibre-Italic.ttf") format("truetype");
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: "Palms Manricho";
    src: url("../fonts/UT Manricho Demo.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
:root {
    --cream: #f4f0e8;
    --palms-sand: #ede4d3;
    --brown: #97855f;
}
body{
	width: 100%;
    height: 100%;
    font-family: "Palms Mono", sans-serif;
    color: #000;
    font-weight: 400;
    transition: 0.3s ease-in-out !important;
    overflow-x: hidden !important;
}
a, button {
    color: inherit;
    border: none;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
}
ul li,
p{
	font-weight: 400;	
    font-size: 1rem;
}
b, strong,
p strong{
	font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Palms Serif", sans-serif;
	color: #0c0c0c;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover {
    color: initial;
}
button:hover, button:focus, button:active{
	box-shadow: none !important;
	outline: none !important;
}
/* =============== */
/* UTILIDADES */
/* =============== */
.text-brown{
    color: var(--brown) !important;
}
.bg-brown{
    background-color: var(--brown)
}
.text-cream{
    color: var(--cream) !important;
}
.bg-cream{
    background-color: var(--cream)
}
.btn-brown{
    background-color:  var(--brown);
    color: #fff;
    text-transform: uppercase;
}
.btn-brown:hover{
    background-color:  var(--brown) !important;
    color: #fff !important;
}
.header{
    padding-top: 300px
}
.palms-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg) !important;
    margin-top: -10%;
}
.palms-label-right{
    transform: rotate(0deg) !important;
}
.palms-landing__contact {
    border-radius: 70px;
    margin-top: -70px;
    padding: 6.5rem 0 5.5rem;
    z-index: 2;
}
.palms-landing__form-card {
    background: var(--palms-sand);
    border-radius: 34px;
    padding: clamp(2rem, 4vw, 3.5rem);
}
.font-palm-serif {
    font-family: "Palms Serif", Georgia, serif;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    font-size: 14px;
    font-weight: 400;
    color: #0b2238;
    text-transform: uppercase;
}
.form-control {
    height: 45px;
    color: #0b2238;
    background-color: transparent !important;
    font-size: 1rem;
    transition: 0.3s !important;
    border: 1px #4f4f4f solid;
    border-radius: 12px;
}
textarea.form-control {
    height: 120px;
    padding-top: 15px;
}
.form-control:focus,
.form-control:active{
    outline: none;
    box-shadow: none !important;
    border: 1px var(--bs-black) solid;
}
.wpcf7-spinner{
	display: none !important;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7-not-valid-tip {
    font-size: 12px;
}
footer{
    background: #000;
    padding: 10rem 0 3rem;
    margin-top: -70px;
}
@media (max-width: 991px) {
    .header {
        padding-top: 3rem;
    }
    .palms-label{
        display: none;
    }
    .palms-landing__contact {
        border-radius: 22px;
        margin-top: -80px;
        padding: 3rem 0rem;
        z-index: 2;
    }
    .header-descrip{
        line-height: 20px;
    }
    .palms-landing__form-card {
        border-radius: 20px;
        padding: 25px;
    }
}
.grecaptcha-badge {
    visibility: collapse !important;
}


