* {
    margin: 0;
    padding: 0;

    box-sizing: border-box;
    font-family: "helvetica neue", sans-serif;
    letter-spacing: 2px;
}

/* header */
.header {
  width: 100%;
  display: block;
  padding: 0rem 0;
  z-index: 5;
  background-color: #ecf9fd;
  font-size: 13px;
  letter-spacing: 0;
  font-family: 'Raleway', sans-serif;
}

.header .nav {
  width: 100%;
  display: block; }

.header .nav__mobile {
  display: none; }

.header .nav__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  padding: 0;
  margin: 0;

}

.header .nav__item {
  width: 19%;
  display: block;
  padding: 1rem;
  text-align: center;
  position: relative; }

.header .nav__item--mobile {
  display: none; }

.header .nav__item a {
  color: #2d4a66;
  display: block;
  font-size: 12px;
  padding: 0.55rem;
  margin: 3px 0;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none; 
  letter-spacing: 0;
}

.header .nav__item--logo {
  width: 19%;
  position: relative;
  top: -2rem; }

.header .nav__item--logo a {
  width: 100%;
  height: 185px;
  display: block;
  top: 0;
  left: 0;
  z-index: 25;
  position: absolute;
  background-color: #2d4a66; }

.header .nav__item--logo a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -0.4rem;
  border: 1px solid #3a4d66;
  z-index: 10;
  width: 106%;
  height: 190px;
  display: block;
  padding: 0.25rem; }

.header .nav__item--logo a img {
  height: 90px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  margin: auto; }

.header .nav__item--ext a {
  background-color: #2d4a66;
  padding: 0.25rem;
  color: #FFF;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.header .nav__item--ext #video {
  background-color: #ffd46d;
  color: #2d4a66;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px !important;
  text-decoration: none;
  position: absolute;
  top: 1rem;
  right: -80%;
  width: 80%; }

.container-flex {
  max-width: 980px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: auto;
  padding: 0 1rem; }

.header .nav__list .midias-sociais {
  color: #2d4a66;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  top: 1rem;
  left: 7%;
  width: 30%;
  max-width: 13rem; 
  letter-spacing: 0;
  line-height: 18px;
    font-size: 15px;
}

.address {
  width: 100%;
  display: block;
  padding: 1rem 0;
  background-color: #3a4d66; }

.address .container-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.address__copyright {
  width: 49%;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase; }

.address__socials {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.address__socials-item {
  margin: 0 0.25rem;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase; }

.address__socials-link {
  color: #ffd46d;
  font-size: inherit; }

.area-util-barra-botoes{
  position: relative;
}


.modalform, .modalvideo {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  z-index: 200;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.modalform i, .modalvideo i {
  color: white;
  font-size: 36px;
  position: absolute;
  top: 10%;
  z-index: 5;
  right: 3%;
  cursor: pointer; }

.modalform h1, .modalvideo h1 {
  text-align: center;
  margin: 0 0 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  font-weight: 300;
  font-size: 25px; }

.modalform h1 p, .modalvideo h1 p {
  cursor: pointer; }

.modalform .__submit, .modalvideo .__submit {
  margin-top: auto;
  background: #2db203;
  color: white;
  padding: 5%;
  border-bottom: 4px solid;
  border-color: #185505; }
  .modalform .__submit:hover, .modalvideo .__submit:hover {
    border-bottom: 0; }

.modalform__hidden, .modalvideo__hidden {
  opacity: 0;
  z-index: -1; }

/* section 1 */
.section-01 {
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: relative;

    height: 900px;

    background-image: url('../_assets/01/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-01 .wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 115px 120px 120px 500px;
}

.section-01 .wrapper .terras-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section-01 .wrapper .terras-wrapper .terras {
    max-width: 100%;
    z-index: 10;
}
.section-01 .wrapper .terras-wrapper p {
    color: white;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 4px;
    transform: scaleX(1.25);
    text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
    .section-01 .wrapper .terras-wrapper p {
        transform: none;
    }
}

.section-01 .wrapper .vida-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-01 .wrapper .vida-img {
    max-width: 100%;
    z-index: 10;
}

.section-01 .wrapper .vida-text {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    transform: scaleX(1.25);
    line-height: 25px;
    letter-spacing: 4px;
    font-weight: 400;
}
.section-01 .wrapper .vida-text b {
    font-weight: 700;
}

.section-01 .wrapper .span {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
}

.section-01 .wrapper .span b {
    color: white;
    text-transform: uppercase;
    font-weight: 200;
}

/* section 1 media */

@media screen and (max-width: 1200px) {
    .section-01 {
        height: 700px;
    }
    .section-01 .wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px;
        max-width: unset;
        height: 100%;
        padding: 10px;
    }
    .section-01 .span {
        visibility: hidden;
    }
    .section-01 .wrapper .vida-text {
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 4px;
        font-weight: 400;
        transform: unset;
    }
}

@media screen and (max-width: 400px) {
    .section-01 .wrapper .vida-text {
        font-size: 12px;
    }
    .section-01 .span {
        visibility: hidden;
    }
}


.section-01 .vida-highlight {
  margin: 100px 0 0 0;
}
@media (max-width: 1200px){
  .section-01 .vida-highlight {
      margin: -45px 0 0 500px;
      width: 480px;
  }
}

.link-cta-form-contato p {
  margin: 0;
}

.link-cta-form-contato {
    background-color: #ffffff;
    color: #170a04;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
    padding: 12px 30px;
    border-radius: 25px;
    margin: -20px 0 50px 0;
}
.link-cta-form-contato:hover {
    font-weight: 600;
    color: #170a04;
}
@media (max-width: 1200px){
  .link-cta-form-contato {
      margin: -20px 0 50px 500px;
  }
}

@media (max-width: 999px) {
  .section-01 .vida-highlight {
      margin: -45px 0 0 270px;
      width: 400px;
  }
  .link-cta-form-contato {
      margin: -20px 0 50px 270px;
  }
}

@media (max-width: 720px) {
  .section-01 {
      height: 750px;
  }
  .section-01 .vida-highlight {
      margin: 224px 0 0 0;
  }
  .link-cta-form-contato {
      margin: -20px 0 50px 0;
  }  

}

@media (max-width: 500px) {
  .section-01 {
      background-position: top left calc((0.31 * 100vw) - 361.25px);
  }
  .link-cta-form-contato {
      padding: 12px 15px;
  }  
}



/* section 2 media */

.section-02 .fotos-individuais {
    display: none;
}

.section-02 {
    height: 200px;
    width: 100%;
    position: relative;
    font-weight: 700;
}

.section-02 .forma {
    display: flex;

    height: 100%;
    width: 100%;

    position: absolute;
    top: -310px;
    height: 485px;

    background: url('../_assets/02/forma.png');
    background-position: inherit;
    background-repeat: round;
    height: 680px;
    z-index: 20;
}

.section-02 .forma img {
    width: 100%;
    z-index: 20;
}

.section-02 .wrapper {
    position: relative;

    width: 100%;
    height: 300px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;

    gap: 100px;
}

.section-02 .fotos {
    /* position: absolute;

    top: -241px;
    right: 12%; */
    position: relative;
    top: -100px;
    height: 600px;
    width: 535px;
    z-index: 30;
}

.section-02 .fotos img {
    z-index: 30;
    width: 100%;
}

.section-02 .span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    height: 100%;
    width: 300px;
    gap: 20px;

    /*  position: absolute;
    top: -30px;
    left: 20%; */

    height: 200px;
    z-index: 30;
}
.section-02 .span p {
    color: white;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 700;
}
.section-02 .span b {
    font-weight: 200;
}
.section-02 .span img {
    width: 250px;
    z-index: 30;
}

/* section 2 media */

@media screen and (max-width: 1200px) {
    .section-02 {
        height: 90px;
        width: 100%;
        position: relative;
    }

    .section-02 .forma {
        display: flex;

        height: 100%;
        width: 100%;

        position: absolute;
        top: -270px;
        height: 485px;

        background: url('../_assets/02/forma.png');
        background-position: left;
        height: 600px;
    }

    .section-02 .fotos {
        display: flex;

        height: 100%;
        width: 430px;

        position: absolute;
        top: -140px;
        height: 600px;
        right: 5%;

        z-index: 30;
    }

    .section-02 .span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        height: 100%;
        width: 300px;
        gap: 20px;

        position: absolute;
        top: -30px;
        left: 10%;
        height: 200px;
        z-index: 30;
    }

    .section-02 .span p {
        color: white;
        text-transform: uppercase;
        font-weight: 200;
        font-size: 14px;
        white-space: nowrap;
        font-weight: 700;
    }
    .section-02 .span b {
        font-weight: 200;
    }
    .section-02 .span img {
        width: 250px;
        z-index: 30;
    }
}

@media screen and (max-width: 800px) {
    .section-02 .forma {
        display: flex;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -190px;
        height: 811px;
        transform: rotate(180deg);
        z-index: 20;
    }

    .section-02 .span {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 200px;
        position: absolute;
        top: -20px;
        left: 5%;
        height: 90px;
        z-index: 50;
        height: 287px;
    }
    .section-02 .span p {
        text-shadow: 1px black;
    }

    .section-02 .fotos {
        display: none;
    }

    .section-02 .fotos-individuais {
        display: none;
    }
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 400px) {
    .section-02 .span {
        top: -45px;
    }

    .section-02 .fotos-individuais .c {
        width: 300px;
        position: absolute;
        right: -29%;
        top: 5%;
        transform: rotate(340deg);
    }
}

/* section 3 */
.section-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    position: relative;

    height: 800px;

    background-image: url('../_assets/03/foto-1.jpg');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}

.section-03 .wrapper {
    position: absolute;
    bottom: 0;
}

.section-03 .wrapper .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    height: 180px;
    gap: 30px;
}

.section-03 .wrapper .ver-galeria {
    background-color: white;
    border: none;
    border-radius: 90px;
    width: 200px;
    line-height: 50px;
    z-index: 40;
    text-align: center;

    cursor: pointer;
}

.section-03 .wrapper .ver-galeria {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16;
    color: #30150a;
    text-decoration: none;

}

.section-03 .wrapper .button-container span {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
}

.section-03 .wrapper .button-container span p {
    font-weight: 700;
}
.section-03 .wrapper .button-container span p b {
    font-weight: 200;
}

/* .section 04 */

.section-04 {
    display: flex;
    flex-direction: column;

    width: 100%;
    /*height: 1800px;*/
}

.section-04 .background {
    background-image: url('../_assets/04/bg.jpg');
    background-size: cover;

    width: 100%;
    height: 230px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10%;
}

.section-04 .background .wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;

    gap: 10%;
}

.section-04 .background span {
    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;

    text-align: left;
    font-size: 14px;
    font-weight: 700;
}

.section-04 .background span b {
    font-weight: 400;
    font-size: 14px;
}

.section-04 .background .bt-wp{
    border: 1px solid white;
    border-radius: 90px;
    width: 200px;
    background-color: transparent;
    cursor: pointer;

    text-transform: uppercase;
    font-weight: 500;
    font-size: 16;
    color: white;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
}

.section-04 .background .bt-wp:hover {
    border: 1px solid black;
    color: black;
}

.section-04 .background button {
    border: 1px solid white;
    border-radius: 90px;
    width: 200px;
    height: 50px;
    background-color: transparent;
    cursor: pointer;
}

.section-04 .background button:hover {
    border: 1px solid black;
}

.section-04 .background button:hover span {
    color: black;
    font-size: 14px;
}

.section-04 .background button span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16;
    color: white;
    font-weight: 700;
}

.section-04 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.section-04 .wrapper .title {
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 600px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    transform: scaleX(1.25);
}
@media screen and (max-width: 1200px) {
    .section-04 .wrapper .title {
        transform: none;
    }
}
.section-04 .wrapper .title p {
    color: #30150a;
    font-size: 18px;
    text-transform: uppercase;

    margin: 0 10px;
    font-weight: 200;
}
.section-04 .wrapper .title b {
    color: #30150a;
    font-size: 18px;
    text-transform: uppercase;

    font-weight: 700;
}

.section-04 .wrapper .vantagens {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;

    flex-wrap: wrap;

    width: 100%;

    padding: 10px;
}

.section-04 .wrapper .vantagens .vantagem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
    width: 260px;
    margin-bottom: 20px;
}

.section-04 .wrapper .vantagens .vantagem h3 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;

    transform: scaleX(1.25);

    color: #30150a;
    text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
    .section-04 .wrapper .vantagens .vantagem h3 {
        transform: none;
    }
}

.section-04 .wrapper .vantagens .vantagem p {
    font-family: "arial", sans-serif;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
    color: #68361b;
}

.section-04 .golf {
    background-image: url(../_assets/05/golf.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 10;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    height: 1300px;

    color: #30150a;
    padding: 100px 30px 30px 30px;
    letter-spacing: 0px;
}

.section-04 .golf .mapa-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    height: 340px;
    gap: 50px;
}

.section-04 .golf .mapa-wrapper span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    letter-spacing: 0px;
}


.section-04 .golf .mapa-wrapper span h1 {
    text-align: center;
    font-size: 20px;

    transform: scaleX(1.25);

    color: #30150a;
    text-transform: uppercase;
    letter-spacing: 0px;
}

@media screen and (max-width: 1200px) {
    .section-04 .golf .mapa-wrapper span h1 {
        transform: none;
        
    }
}
.section-04 .golf .mapa-wrapper span p {
    font-weight: 400;
    letter-spacing: 0px;
    font-weight: unset;
    font-size: 10;
}

.section-04 .golf .mapa-wrapper .bt-map {
    border: 1px solid #30150a;
    border-radius: 90px;
    width: 200px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16;
    color: #30150a;
    line-height: 50px;
    text-align: center;
}

.section-04 .golf .mapa-wrapper .bt-map:hover {
    border: 1px solid white;
    color: white;
}

.section-04 .golf .span {
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;

    text-align: center;

    transform: scaleX(1.25);
}
@media screen and (max-width: 1200px) {
    .section-04 .golf .span {
        transform: none;
    }
}

@media screen and (max-width: 700px) {
    .section-04 .background {
        background-image: url('../_assets/04/bg.jpg');
        width: 100%;
        height: 400px;

        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;

        gap: 10%;
    }
    .section-04 .background .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .section-04 .golf {
        padding: 10px 30px 30px 30px;
    }

    .section-04 .wrapper .vantagens .vantagem h3 {
        text-align: center;
        font-size: 16px;
        letter-spacing: 0px;
    
        transform: scaleX(1.25);
    
        color: #30150a;
        text-transform: uppercase;
    }

    
    .section-04 .wrapper .vantagens .vantagem p {
        font-family: "arial", sans-serif;
        text-align: center;
        font-size: 14px;
        letter-spacing: 0px;
        color: #68361b;
    }
}

@media screen and (max-width: 540px) {
    .section-04 {
        height: 2200px;
    }

    .title {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    .section-04 .wrapper .title {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 380px) {
    .section-04 .background span {
        display: flex;
        max-width: 600px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .section-04 .golf .mapa-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        height: 340px;
        gap: 18px;
    }
    .section-04 .golf {
        padding: 10px 10px 10px 10px;
    }
}

/* section 05 */

.section-05 {
    background-color: white;
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.section-05 .title {
    width: 700px;
    padding: 100px;
}
.section-05 .title p {
    font-size: 22px;
    color: #445870;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Cinzel", serif;
}

.section-05 .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 20px;
    flex-wrap: wrap-reverse;
    margin-bottom: 100px;
    margin-bottom: 170px;
}

.section-05 .container .box-01 {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;

    width: 350px;
    height: 350px;
}

.section-05 .container .box-01 form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

    width: 90%;
    height: 100%;
}
.section-05 .container .box-01 form input {
    height: 20px;
    width: 90%;
    border: none;
    border-bottom: 1px solid #9ba6b2;
    outline: none;
}

.box-01 .wrapper {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 30px;
}

.box-01 .wrapper .agendar {
    background-color: #ffd46d;

    border: none;
    border-radius: 10px;

    color: #384d66;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;

    padding: 15px;
}

.section-05 .container .box-02 {
    display: flex;
    justify-content: center;
    align-items: center;

    flex-direction: column;
    background-color: #64b161;
    border-radius: 20px;

    position: relative;

    width: 300px;
    height: 250px;

    color: white;

    padding-top: 30px;
    gap: 10px;
}
.section-05 .container .box-02 img {
    position: absolute;
    top: -32px;
    width: 20%;
}
.section-05 .container .box-02 .text-01 {
    font-family: "Cinzel", serif;

    width: 100%;
    text-align: center;
    font-weight: 200;

    font-size: 22px;
    text-transform: uppercase;
}
.section-05 .container .box-02 .text-02 {
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 10;
    font-size: 15px;
}

.section-05 .container .box-02 .whatsapp-button{
    border: none;
    border-radius: 10px;

    background-color: white;

    color: #64b161;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    text-decoration: none;
}
@media screen and (max-width: 720px) {
    .section-05 .container {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 500px) {
    .section-05 .title {
        width: unset;
        max-width: 700px;
        padding: 50px;
    }

    .section-05 .container .box-01 {
        width: 300px;
    }

    .section-05 .container .box-01 form {
        width: 100%;
    }
}

footer {
    height: 100px;
    width: 100%;
    background-color: #5b738d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    letter-spacing: 1px;

    padding: 10px;
    gap: 10px;

    flex-wrap: wrap-reverse;
}

footer svg {
    width: 25px;
    fill: white;
}

.left {
    min-width: 400px;
    text-align: center;
    letter-spacing: 1px;
}
footer .right .wrapper-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.right {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;

    flex-wrap: wrap;
    text-align: center;
    letter-spacing: 1px;
}

.instagram {
    cursor: pointer;
}
.facebook {
    cursor: pointer;
}

@media screen and (max-width: 400px) {
    footer {
        height: 150px;
    }
}

@media (max-width: 700px){
    .sliderMain {
        height: 18%;
    }
}


/*.scrollFixed {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 4; }*/

.scrollFixed {
    width: 100%;
    display: flex;
    position: sticky;
    bottom: 0;
    z-index: 50;
    justify-content: center;
    margin-top: -125px;
}

/*.scrollFixed__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }*/

.scrollFixed__content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrollFixed__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 125px;
  width: 125px;
  cursor: pointer; }

.scrollFixed__link span {
  font-family: 'Mulish', sans-serif;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 0.5rem; }

.scrollFixed__link:first-of-type {
  background-color: #263F58;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }
  .scrollFixed__link:first-of-type:hover {
    background-color: #182839; }

.scrollFixed__link--whats {
  background-color: #446B91;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }

.scrollFixed__link--whats:hover {
  background-color: #32506c; }

/*.scrollFixed__link--corretor {
  background-color: #79A0C7;
  -webkit-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s; }*/

.scrollFixed__link--corretor {
    background-color: #79A0C7;
    border-top-right-radius: 20px;
    transition: background-color 0.2s;
}

.scrollFixed__link--corretor:hover {
  background-color: #4678a9; }

.scrollFixed__link--corretor span {
  margin-top: -1rem; }

.scrollFixed__link--corretor img {
  width: 100%;
  max-width: 40px; }

.chat-modal {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 10000;
  padding: 0 1rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Mulish', sans-serif; }
  .chat-modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 660px; }
    .chat-modal .modal-content .modal-close {
      display: none; }
    .chat-modal .modal-content .modal-header {
      background: url("../images/modal-chat-background.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 90px;
      padding: 0 4rem;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px; }
      .chat-modal .modal-content .modal-header#modal-header-whatsapp {
        background: url("../images/modal-whats-background.png") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center; }
      .chat-modal .modal-content .modal-header img {
        width: 100%;
        max-width: 40px; }
      .chat-modal .modal-content .modal-header h2 {
        color: #C6DAE6;
        font-size: 1rem;
        line-height: 1.25;
        text-transform: uppercase;
        text-align: right; }
    .chat-modal .modal-content .form-success {
      display: none;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 100%;
      max-height: 300px;
      padding: 2rem; }
      .chat-modal .modal-content .form-success i {
        color: #2D4A66;
        font-size: 35px; }
      .chat-modal .modal-content .form-success h5 {
        color: #000000;
        font-size: 25px;
        text-align: center;
        margin-top: .5rem; }
    .chat-modal .modal-content .modal-form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -moz-box-orient: vertical;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 2rem 0; }
      .chat-modal .modal-content .modal-form .modal-field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        max-width: 600px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.6rem; }
        .chat-modal .modal-content .modal-form .modal-field div {
          width: 35%;
          font-size: initial; }
          .chat-modal .modal-content .modal-form .modal-field div i {
            color: #29435E;
            font-size: 0.7rem; }
          .chat-modal .modal-content .modal-form .modal-field div label {
            color: #8895a2;
            font-size: 14px;
            font-weight: 600; }
        .chat-modal .modal-content .modal-form .modal-field input {
          background-color: #e3e9ef;
          border: 0;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          width: 535px;
          height: 40px;
          margin-left: auto;
          font-size: 14px;
          padding: 0 1rem; }
          .chat-modal .modal-content .modal-form .modal-field input:focus {
            outline: none; }
      .chat-modal .modal-content .modal-form button {
        background-color: #00ff66;
        padding: 1rem 4rem;
        margin-top: 1rem;
        border: 0;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        color: #27415b;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer; }
        .chat-modal .modal-content .modal-form button:focus {
          outline: none; }


@media (max-width: 1200px) {
  .header .nav__item--ext #video {
    position: unset;
    width: 100%; } }

@media (max-width: 999px) {
  .header .container-flex {
    padding: 0; }
  .header .nav__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2d4a66; }
    .header .nav__mobile-logo {
      margin: 1.5rem auto;
      width: 35%; }
    .header .nav__mobile-logo img {
      width: 100%; 
  }

    .header .nav__mobile-btnOpen {
      position: absolute;
      right: 20px; }
    .header .nav__mobile-btnOpen span {
      width: 30px;
      height: 3px;
      display: block;
      background-color: white;
      margin: 0.25rem 0; }
  .header .nav__list {
    width: 95%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    background-color: #FFF;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 150; }
  .header .nav__item {
    width: 100%;
    display: block;
    text-align: right; }
  .header .nav__item--mobile {
    display: block;
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: auto;
    z-index: 1; }
    .header .nav__item--mobile button {
      padding: 1rem;
      background-color: #3a4d66;
      color: #FFF; 
      outline: none;
      border: 0;
  }
  .header .nav__item a {
    font-size: 16px; }
  .header .nav__item--logo {
    display: none; }
  .header .nav.js--active .nav__list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    max-width: 300px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 150; }
    .header .nav.js--active .nav__list .midias-sociais {
      top: 21rem;
      left: 32%;
      width: 67%;
      max-width: 28rem; }
    .header .nav.js--active .nav__list .nav__item.nav__item--ext {
      width: 70%;
       } }