@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
	
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 53.125rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #F5F5F5;
    border: solid 1px #000;
    padding: 0 1.237rem;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .625rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
    margin-bottom: .562rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1;
}

header {
    display: flex;
    justify-content: center;
    padding: 1.25rem;
}

h1 {
    text-align: center;
    line-height: 1.4;
    font-weight: 900;
    font-size: 1.625rem;
}

h2 {
    text-align: center;
    font-size: 1.187rem;
    margin: .937rem 0 1.562rem;
}
p strong {
	color: #007c34;
    text-align: center;
    font-size: 1.187rem;
    margin: .937rem 0 1.562rem;
}


hr {
	background-color: #007c34;
	margin-bottom: 1.3rem;
	height: 6px;
	border: none;
}

.green {
    background: #E5F6EC;
    padding: .937rem 0 .312rem;
}

.flex {
    display: flex;
    justify-content: center;
    column-gap: 2.187rem;
    margin: 1.25rem 0;
}

.flex i {
    color: #007c34;
}

.center {
    display: flex;
    justify-content: center;
    column-gap: 1.25rem;
    margin: 1.562rem 0;
}

a.whatsapp {
    background: rgb(0 124 52);
    color: #fff;
    padding: .312rem 1.562rem;
    border-radius: .187rem;
}

a.whatsapp:hover {
    background: #17602A;
}

a.button {
    background: rgb(201 12 15);
    display: flex;
    align-items: center;
    padding: .312rem 1.562rem;
    color: #fff;
    border-radius: .187rem;
}

a.button:hover {
    background: #AE1A15;
}

.center i {
    margin: 0 0 0 .625rem;
}


.btn_wa{
  font-family: "Lexend";
  display: flex; 
  padding-top: .1em;
  padding-bottom: .1em;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: -1em;
  margin-right: 1.1rem;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #505555;
  width: 260px;
  font-size: 1.0rem;
}

a.btn_wa:link {
  color: #fff;
  text-decoration: none;
}

a.btn_wa:visited {
  text-decoration: none;
  color: #fff;
}

a.btn_wainherit:link,
a.btn_wa.inherit:visited {
  color: inherit;
  text-decoration: none;
}

a.btn_wa:hover {
  color: #fff;
  background-color: #075E54;
}

.btn_wa img {
  width: 18px;
  margin-right: 6px;
}

article {
    padding: 1.25rem 0;
}

h3 {
    margin: .937rem 0;
    font-size: 1.5rem;
    font-style: italic;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex1 {
    display: flex;
    column-gap: 1.25rem;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 1.875rem;
}

footer h3 {
    margin: .625rem 0;
}

footer img {
    margin: .937rem 0;
}

footer p {
    margin: .312rem 0;
}

@media only screen and (max-width: 53.062rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    .flex {
        flex-flow: wrap;
        justify-content: center;
    }

    .flex p {
        width: 8.75rem;
        text-align: center;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .center {
        flex-flow: wrap;
        gap: 1.187rem;
    }
}

@media only screen and (max-width: 31.187rem) {
    .flex1 {
        flex-direction: column;
        gap: .937rem;
    }

    .iframe-wrapper {
        padding-bottom: 50%;
    }

    footer {
        padding-bottom: .625rem;
    }
}
