* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Libre Baskerville', serif;
    color: white;
}

html {
    background-color: #42A24C;
}

strong {
    color: inherit;
}

.bold {
    font-weight: bold;
}

.name {
    white-space: nowrap;
    font-size: 1.5rem;
    font-weight: bold;
}

.teaser {
    height: 50px;
    width: 100%;
    padding: 0.5rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teaser p {
    font-size: 0.75rem;
    margin-left: 0.5rem;
}

.teaser img {
    height: 100%;
}

header {
    background-image: url("./tinyfied/fabook.jpeg");
    background-size: cover;
    /* background-position: center center; */
    background-position: 39% center;
    height: 100vh;
}

header>div {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-container {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 2rem 2rem;
}

.button-container.static {
    transform: none;
    position: absolute;
    left: 0;
    bottom: unset;
    /* top: 2rem; */
}

header h1,
header h2 {
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 12px);
    text-align: center;
}

header h1 {
    font-size: clamp(1.5rem, 7.5vw, 3.5rem);
}

header h2 {
    font-size: clamp(1rem, 5vw, 2.5rem);
    margin: 0.5rem 0 1rem;
}

.button {
    display: inline-block;
    font-size: clamp(0.75rem, 4vw, 1rem);
    padding: 0.75rem 2rem;
    border-radius: 0.25rem;
    border: none;
    background-color: #42A24C;
    font-weight: bold;
    text-decoration: none;
    box-shadow: rgb(99, 131, 102) 0px 20px 30px -10px;
    white-space: nowrap;
    overflow: hidden;
}

.button i {
    color: inherit;
    width: 2ch;
    transform: scale(1.5) translateX(-0.5ch);
}

.insta {
    background: radial-gradient( circle farthest-corner at 0% 150%, rgb(255, 225, 125) 0%, rgb(255, 205, 105) 12%, rgb(250, 145, 55) 25%, rgb(235, 65, 65) 41%, transparent 95%), linear-gradient(-15deg, rgb(35, 75, 215) -10%, rgb(195, 60, 190) 65%);
    background-size: 120% 120%;
    color: #fff !important;
}

header h2 header img {
    width: 100%;
}

section,
footer {
    padding: 4rem 2rem;
    position: relative;
}

section h2 {
    font-size: clamp(1.5rem, 15vw, 2.5rem);
    font-size: 2.5rem;
    margin: 0.75rem 0;
}

.grid {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr;
}

.sobre {
    background-color: white;
}

.sobre p,
.sobre h2 {
    color: #252525;
}

.sobre .grid div {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.sobre .grid p {
    margin-top: 1rem;
    color: black;
}

.sobre .grid img {
    width: 100%;
}

.quien img,
.respaldado img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: auto;
    border-radius: 50%;
}

.name,
.quien h2,
.respaldado h2 {
    text-align: center;
    margin: 0.75rem 0;
}

.name::before,
.name::after {
    content: '';
    display: inline-block;
    width: 2.6rem;
    height: 2px;
    background-color: white;
    margin: 0.5ex 0;
}

.respaldado {
    background-color: white;
}

.respaldado p,
.respaldado h2 {
    color: #1d6424;
}

.respaldado .name::before,
.respaldado .name::after {
    background-color: #1d6424;
}

.respaldado div {
    padding: 2rem;
    margin-top: 2rem;
    border: solid 2px #1d6424;
}

.respaldado img {
    max-width: 250px;
    margin-bottom: 2rem;
}

footer .button {
    background-color: white;
    color: #1d6424;
    margin-bottom: 1.5rem;
}

footer img {
    margin-top: 2rem;
    display: block;
    height: 100px;
}

#fcf-form {
    display: block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    /* padding: 0 2rem; */
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #74c57c;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #313131;
}

select.fcf-form-control[size],
select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus,
.fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #1d6424;
    background-color: #ffffff;
}

.fcf-btn-primary:hover {
    background-color: #eaeaea;
}

.fcf-btn-lg,
.fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}


/* .fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
} */

input[type="submit"].fcf-btn-block,
input[type="reset"].fcf-btn-block,
input[type="button"].fcf-btn-block {
    width: 100%;
}

@media only screen and (max-width: 700px) {
    .grid {
        grid-template-columns: auto;
        grid-gap: 0;
    }
    .fcf-body {
        padding: 0rem;
    }
    .button-container {
        padding: 0 2rem 0.5rem;
    }
}

.text-white {
    color: white;
}