/* default options  */
.grecaptcha-badge {
    display: none;
}

.social-nav-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.social-nav-fixed .social-nav-fixed-default svg {
    width: 24px;
    margin: 5px 0;
    transition: 0.3s;
}

.social-nav-fixed .social-nav-fixed-default:hover svg {
    fill: #22b745;
}

.social-nav-fixed .whatsapp-button {
    z-index: 1000;
    background: #07bc4c;
    padding: 15px 15px 15px 16px;
    border-radius: 100%;
    margin: 5px 0;
}

.main-page {
    padding-top: 80px;
}

.generalize {
    max-width: 1024px;
    margin: 0 auto;
}

.generalize-min {
    max-width: 680px;
    margin: 0 auto;
}

/* header */

header {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-top: 6px solid #22b745;
    transition: 0.5s ease-in-out;
}

header.nav-up {
    background: #10481f;
}

header.nav-up-fade {
    top: -115px;
    /*background: #10481f;*/
}

header.nav-down-slower {
    height: 60px;
    background: #10481f;
}

header.nav-down-slower .header-wrapper {
    height: 60px;
}

header.nav-down-slower .header-wrapper .logo {
    opacity: 0;
    transform: translateY(-120px);
}

header.nav-down-slower .header-wrapper .logo-simple {
    opacity: 1;
    transform: translate(-240px, -54px);
}

header.nav-down-slower .header-wrapper .main-menu ul li.item-menu a.anchor-menu {
    padding: 22px 0;
}

header.nav-down-slower .header-wrapper .main-menu ul li.item-menu a.anchor-menu {
    padding: 22px 0;
}

header.nav-down-slower .header-wrapper .main-menu .item-menu .dropdown {
    top: 60px;
}

header .header-wrapper {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    height: 115px;
    transition: 0.3s;
}

header .header-wrapper .logo {
    width: 240px;
    padding: 20px 0;
    transition: 0.2s ease-in-out;
    transform: translateY(0);
}

header .header-wrapper .logo-simple {
    opacity: 0;
    transition: 0.2s;
    transform: translate(-240px, -120px);
    width: 160px;
    padding: 15px 0;
}

header .header-wrapper .main-menu {
    min-width: calc(70% - 240px);

    padding-right: 40px;
    display: flex;
}

header .header-wrapper .main-menu .list-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

header .header-wrapper .main-menu .list-menu .item-menu {
    padding: 0 40px;
    height: 100%;
    display: flex;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 4;
}

header .header-wrapper .main-menu ul li.item-menu .anchor-menu {
    font-weight: 700;
    color: #fff;
    align-self: center;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    padding: 34px 0;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    position: relative;
    z-index: 4;
    font-size: 0.95rem;
}

header .header-wrapper .main-menu .list-menu .item-menu:hover {
    background: #10481f;
}

header .header-wrapper .main-menu .list-menu .item-menu:hover .dropdown {
    /*height: 85px !important;*/
    max-height: 100vh !important;
    padding: 15px 0 30px 0!important;
}

.dropdown {
    left: 0;
    top: 114px;
    position: absolute;
    width: 100%;
    padding: 0;
    max-height: 0;
    background-color: #10481f;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.dropdown-wrapper {
    display: flex;
    flex-direction: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.dropdown-content {
    z-index: 1;
    width: 20%;
    padding: 0 2%;
    margin: 0 0.5%;
}

.dropdown-content a {
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    align-self: center;
    text-align: left;
    width: 95%;
    padding: 10px 2.5%;
    vertical-align: middle;
    position: relative;
    z-index: 4;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    display: block;
}

.dropdown-subcontent a {
    width: 90%;
    font-weight: 500;
    padding: 5px 5%;
    font-size: 0.90rem;
}

.dropdown-content a:hover {
    background-color: #c4820a;
}

.dropdown:hover .dropdown-content {display: block;}


/* footer  */
footer {
    background: #007936;
    padding: 40px 0;
}

footer svg {
    max-width: 240px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.footer-items {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.footer-menu {
    width: 100%;
    margin: 0 .5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.footer-menu-section {
    width: 18%;
    flex-grow: 1;
    text-align: left;
    margin: 10px 1% 20px 1%;
}

.footer-menu-title a, .footer-menu-subtitle a, .footer-menu-item a {
    text-decoration: none;
    color: #fff;
    transition: 0.3s;
}

.footer-menu-title {
    text-align: left;
    width: 100%;
    flex-grow: 2;
    margin: 40px 0 0 0;
    color: #10481f;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #22b745;
}

.footer-menu-title a {
    font-size: 1.2rem;
    font-weight: 900;
}

.footer-menu-subtitle {
    margin:  5px 0;
}

.footer-menu-subtitle a {
    font-size: 1.1rem;
    font-weight: 700;
}

.footer-menu-item {
    margin: 8px;
}

.footer-menu-item a {
    line-height: 1.4rem;
    font-size: 1rem;
    font-weight: 500;
}

.footer-menu-title a:hover, .footer-menu-subtitle a:hover, .footer-menu-item a:hover {
    color: #22b745;
}

.copyright {
    width: 100%;
    background: #095028;
    color: #fff;
    text-align: center;
    padding: 25px 0;
}

.copyright div p span {
    font-size: 0.7rem !important;
    margin-bottom: 10px;
    position: absolute;
}


/* orange-button */
.brown-button {
    margin: 20px auto;
    display: flex;
}

.brown-button a, .brown-button button {
    color: #f04c11;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 12px 20px 14px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: 0.3s;
    border: 1px solid #f04c11;
    background: transparent;
    cursor: pointer;
}

.brown-button a:hover, .brown-button button:hover {
    color: #22b745;
    border-color: #22b745;
}


/* search box */
.search-box{
    width: fit-content;
    height: fit-content;
    position: absolute;
    z-index: 100000;
    right: 0;
    height: 100%;
    display: flex;
}

.btn-search, .btn-close{
    /*display: none;*/
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    border:  0;
    padding-right: 70px;
    right: 5px;
    color: #ffffff;
    background-color:transparent;
    pointer-events: painted;
}

.btn-close {
    display: none;
}

.btn-search svg, .btn-close svg{
    width: 30px;
}

.input-search{
    opacity: 0;
    height: 100%;
    width: 30px;
    border-style: none;
    padding: 0;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    transition: all .5s ease-in-out;
    background-color: palegoldenrod;
    color:#fff;
}

.input-search::placeholder{
    color:#fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

.input-search--active{
    opacity: 1;
    width: 600px;
    padding: 0 80px 0 40px;
    background-color: #22b745;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}


/* circle title */
.circle-title {letter-spacing: 0.3rem; font-weight: bold; color: #22b745; line-height: 1.3rem; padding: 0 0 70px 60px; position: relative; }
.circle-title b {display: block; color: #22b745; font-weight: 700;  font-size: 2rem; line-height: 2.4rem; letter-spacing: 0.02rem; position: absolute; left: 50px; top: -30px; }
.circle-title strong {display: block; color: #22b745; position: absolute; left: 50px; top: -20px; font-size: 1.6rem; font-weight: 500; max-width: 580px; margin: 0 auto; letter-spacing: 0; line-height: 2rem; }
.circle-title:after {content: ''; display: block; width: 24px; height: 24px; border-radius: 100px; position: absolute; left: 0; top: 0; border: 1px solid #c6ddd0; z-index: 2; }
.circle-title:before {content: ''; display: block; width: 8px; height: 8px; border-radius: 100px; position: absolute; left: 9px; top: 9px; background: #007936; z-index: 2; }
.circle-title span:after {content: ''; display: block; width: 1600px; height: 1600px; border-radius: 100%; position: absolute; left: -1566px; top: -600px; border: 1px solid #c6ddd0; z-index: 1; }
.circle-title span:before {content: ''; display: block; width: 20px; height: 20px; border-radius:  100px; position: absolute; left: -1px; top: -1px; border-right: 4px solid #007936; border-left: 4px solid transparent; border-bottom: 4px solid transparent; border-top: 4px solid transparent; z-index: 3; transform: rotate(-37deg); }
.circle-right:before {left: -2px !important; top: 37px;}
.circle-right:after {left: -11px !important; top: 28px;}
.circle-right span:after {z-index: -1; left: auto !important; right: -1330px !important; top: -600px !important; }
.circle-right span:before {; position: absolute; left: -12px; top: 27px; transform: rotate(217deg) !important;}



/* forms */

.contato, .newsletter {
    padding: 40px 0;
    width: 100%;
    position: relative;
}

.contato {
    background: #f3f3f3;
}

.formulario:before {
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background: #22b745;
    margin: 0 auto;
    left: 50%;
    margin-left: -290px;
    top: -20px;
}

.formulario span {
    color: #22b745;
    font-size: 1.8rem;
    margin: 10px auto 0 auto;
    display: block;
    text-align: left;
    max-width: 580px;
}

.formulario h2 {
    color: #22b745;
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 500;
    display: block;
    max-width: 580px;
    margin: 0 auto;

}

.formulario h2 strong {
    font-weight: 700;
}


.formulario p {
    color: #04632f;
    font-size: 1.1rem;
    line-height: 1.5rem;
    margin: 0 auto;
    display: block;
    max-width: 580px;
    font-weight: 500;
}

.formulario form {
    max-width: 580px;
    margin: 50px auto 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formulario form div {
    width: 100%;
}

.formulario form input, .formulario form select, .formulario textarea {
    font-family: inherit;
    border: 0;
    background: #dddddd;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    width: 96%;
    outline: none;
    margin: 5px auto;
    text-align: left;
    color: #10481f;
    padding: 8px 4% 8px 0;
    resize: none;
}

.formulario form input, .formulario textarea {
    text-indent: 20px;
}


.formulario form select {
    text-indent: 15px;
}

.formulario form select {
    width: 100%;
    border-right: 20px solid #dddddd;
}

.formulario form .inputs {
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    align-self: baseline;
}

.formulario form .inputs .lado-es {
    width: 74%;
}

.formulario form .inputs .lado-di {
    width: 24%;
    margin-left: 2%;
}

.formulario form button {
    margin-top: 5px;
    width: 24%;
    align-self: flex-end;
    border: 0;
    padding: 8px 0;
    text-align: center;
    display: block;
    background: #12a835;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    transition: 0.3s;
}

.formulario form button:hover {
    background: #04632f;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #10481f;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #10481f;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #10481f;
}

/* footer social */

.footer-social {
    background: #0b5a2e;
    width: 100%;
    padding: 40px 0;
    position: relative;
    display: flex;
    flex-direction: row;
}

.footer-social-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.footer-social .social-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.footer-social .social-nav a {
    padding: 3px;
    margin: 0 5px;
}

.footer-social .social-nav a img {
    width: 18px;
    display: block;
    transition: 0.3s;
}

.footer-social .social-nav a:hover img {
    opacity: 0.4;
}

.footer-social h4 {
    font-weight: 400;
    text-align: left;
    color: #fff;
    font-size: 0.95rem;
    margin: 5px auto;
}