/* Zerando CSS */
/* HTML5 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote,
pre, a, abbr, address, cite, code, del,
dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr,
th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline-width: 0;
}

html { 
    overflow-x:hidden;
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; 
    box-sizing: border-box;
}

body {
    line-height: 1;
    -webkit-transition:all 300ms ease-out;
    -moz-transition:all 300ms ease-out;
    transition:all 300ms ease-out;
    background: #a1b285;
}

/* Fonts */


/* href */
a:hover { text-decoration:none; outline:none; cursor:pointer; }
a img { border:0; }
a:hover img  { opacity:1; }
a img:hover { -webkit-filter:brightness(90%); }
:focus { outline:none; }

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler:hover {
    background: #fff;
}

button::focus,
input::focus {
    border: 0;
    padding: 0;
    outline:none;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/*paragrafo*/
p { 
    color: #fff;
    margin: 0;
    font-size: .875rem;
    line-height: 1.2rem;
    font-family: 'Montserrat', sans-serif;
}

p b {
    color: #353535;
}

.timeline-navigation#leftNav {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

/* listas */
ul { list-style:none; }
ol { list-style:disc; }

/* titulo */
h1, h2, h3, h4, h5, h6 { font-weight:bold; font-family: 'Ubuntu Condensed', sans-serif;}

/* clear */
.clearfix:after { display:block; clear:both; line-height:0; height:0; content:""; }

hr { border:none; border-bottom:1px solid #999; }

/*Placeholder*/
#contato .cor-place::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000; !important;
}

#contato .cor-place::-moz-placeholder { /* Firefox 19+ */
  color: #000; !important;
}

#contato .cor-place:-ms-input-placeholder { /* IE 10+ */
  color: #000; !important;

}
#contato .cor-place:-moz-placeholder { /* Firefox 18- */
  color: #000; !important;
}

/*-----limpar bootstrap----*/
[class*="col-xl-"], [class*="col-lg-"], [class*="col-md-"], [class*="col-xs-"], [class*="col-sm-"] {
    /*padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background-color: rgba(185,74,72,.15);
    border: 1px solid rgba(185,74,72,.2);*/
}

.modal-lg {
    width: 95% !important;
    max-width: 95% !important;
}

.horizontal-timeline .touch-enabled {
    cursor: zoom-in !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}

/*.video-container:before {
    content: 'Brevemente'; 
    background: #fff;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #000;
    font-size: 30px;
    font-family: 'Ubuntu Condensed', sans-serif;
  }*/
 
.video-container iframe,
.video-container object,
.video-container video,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*animação*/
.efeito {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
}

.box-imagens .img-cascais-05, .box-imagens .img-cascais-06, .box-imagens .img-cascais-07 {
    opacity: 0;
}

.img-cascais-01.active {
    background: url(../images/img-cascais-01.jpg) no-repeat 0 0 !important;
    background-size: cover;
}

.box-imagens .img-cascais-05.active {
    opacity: 1;
    background: url(../images/img-cascais-05.jpg) no-repeat 0 0;
    background-size: cover;
}

.box-imagens .img-cascais-06.active {
    opacity: 1;
    background: url(../images/img-cascais-06.jpg) no-repeat 0 0;
    background-size: cover;
}

.box-imagens .img-cascais-07.active {
    opacity: 1;
    background: url(../images/img-cascais-07.jpg) no-repeat 0 0;
    background-size: cover;
}

/*=========================== Preloader ============================ */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background:#fff;
}
.preloader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 115px;
    height: 25px;
    margin: 0px 0 0 -55px;
    z-index: 1500;
}
.preloader span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #818f69;
  opacity: 0.5;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.9);
  animation: preloader 1.2s infinite ease-in-out;
}
.preloader span:nth-child(1) {
  left: 0px;
}
.preloader span:nth-child(2) {
  left: 22px;
  animation-delay: 0.2s;
}
.preloader span:nth-child(3) {
  left: 44px;
  animation-delay: 0.4s;
}
.preloader span:nth-child(4) {
  left: 66px;
  animation-delay: 0.6s;
}
.preloader span:nth-child(5) {
  left: 88px;
  animation-delay: 0.8s;
}
@keyframes preloader {
  25% {
      opacity: 0.7;
      background: #7bd3e1;
 }
  50% {
      opacity: 1;
      box-shadow: 0 15px 3px rgba(0, 0, 0, 0.9);
 }
  75% {
      opacity: 0.7;
      background: #818f69;
 }
}

.sub-header {
    position: fixed;
    right: 5%;
    z-index: 1040;
    color: #9c551d;
    top: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .875rem;
    text-shadow: 1px 1px black;
}

.sub-header a {
  color: #fff;
  font-weight: normal;
}

/*mudar cor button*/
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(161, 178, 133,.9)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler {
    border-color: rgba(161, 178, 133,.9);
}

/*Menu com o efeito hover e active*/
.navbar{padding: 0}
.nav-item::after, li::after{content:'';display:block;width:0px;height:2px;background:#d5d5d5;transition: 0.2s;}
ul.navbar-nav .coluna:first-child .nav-item:first-child{display: none;}
.nav-item:hover::after, li:hover::after {width:100%;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link,.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color:#fff;}
li.nav-item.active::after, li.active::after{width:100%;}
li.nav-item.active a,  li.active a{color: #818f69 !important; font-weight: bold}

.nav-link{padding:15px 5px;transition:0.2s;}
.navbar-light .navbar-nav .nav-link { color: #fff; }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { color: #fff; }
.dropdown-item.active, .dropdown-item:active{color:#e4502c;}
.dropdown-item:focus, .dropdown-item:hover{background:#fff;}

.events-content .nav-item::after, li::after{content:'';display:block;width:0px;height:2px;background:transparent;transition: 0.2s;}

/*Menu na direita
.navbar-nav { flex-direction: row;  }          
.nav-link { padding-right: .5rem !important; padding-left: .5rem !important; }
.ml-auto .dropdown-menu { left: auto !important; right: 0px; }*/

/*
.owl-controls
*/
.owl-controls .owl-buttons .owl-prev { 
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -9px;
    margin-top: -17px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    width: 35px;
    height: 35px;}
.owl-controls .owl-buttons .owl-prev:hover { color:#fff; border-color:#fff; }
.owl-controls .owl-buttons .owl-next { 
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -9px;
    margin-top: -17px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    width: 35px;
    height: 35px;
    }

    .fa-arrow-right:before {
        content: "\f105" !important;
        font-size: 35px;
    }

    .fa-arrow-left:before {
        content: "\f104" !important;
        font-size: 35px;
    }
.owl-controls .owl-buttons .owl-next:hover { color:#fff; border-color:#fff; }
.owl-controls .owl-pagination { width: 100%; position: absolute; bottom: 15px; height: 4px; text-align: center; display: none; }
.owl-controls .owl-pagination .owl-page { width: 40px; height: 4px; border: 0; background:#fff; display: inline-block; margin: 0 5px; }
.owl-controls .owl-pagination .owl-page.active { background:#005584; }

/*--------BT-Top-------*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: fixed;
    bottom: 12px;
    right: 10px;
    box-shadow: 0 0 10px rgb(228, 80, 44);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background: #e4502c;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    opacity: 1;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0;
}
.cd-top.cd-fade-out {
    opacity: .8;
}
.no-touch .cd-top:hover {
    opacity: 1;
}

/*=========================== Css Personalizado ============================ */

/*Nav*/
#navbarSupportedContent {
    width: 100%;
    justify-content: center;
    align-items: center;
}

.navbar {
    justify-content: space-around;
}

a.navbar-brand {
    margin: 0;
}

.logo-mobile {
  display: none;
  width: 100px;
}


ul.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  padding: 2rem;
}

ul.navbar-nav li a {
    text-transform: uppercase;
    font-size: calc(2px + 1vw);
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0,0,0,.5);
}

ul.navbar-nav .coluna {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
}

ul.navbar-nav .coluna.logo {
  width: 27%;
  -webkit-transition:all 300ms ease-out;
    -moz-transition:all 300ms ease-out;
    transition:all 300ms ease-out;
}

ul.navbar-nav .coluna.logo.active {
  width: 9%;
}

.scroll-right,
.scroll-left {
    display: none !important;
} 

/*Personalização*/
section#home {
  padding: 0;
}

#home .box-legenda {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    margin-left: 6vw;
}

.box-legenda .mensagem p {
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    font-size: 3vw;
    line-height: 3.2vw;
    font-family: 'Oswald', sans-serif;
}

.box-legenda .mensagem p span {
    font-size: 10vw;
    letter-spacing: -0.7vw;
}

/*Section one*/
.section-one .box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #eaeaea;
    margin-top: 2rem;
}

.section-one .box h2,
.section-one .box p {
    color: #4a4a4a;
}

.section-one .box h2 {
    font-size: 32px;
    font-weight: 200;
    text-transform: uppercase;
}

.section-one .box p {
    font-size: 15px;
}

.section-one .box .img-cascais-01 {
    width: 40%;
    background: url(../images/img-cascais-01.jpg) -670px 0 no-repeat;
    height: 340px;
    background-size: cover;
}

.section-one .box .content {
    width: 40%;
}

.section-one .box .content .box-text-01 {
    position: relative;
    margin-left: -11%;
    padding-top: 2vw;
    padding-right: 10px;
    background: #eaeaea;
    padding-left: 2vw;
    padding-bottom: 2vw;
}

.section-one .box .content .box-text-02 {
    position: relative;
    margin-left: 12%;
    margin-top: 3.5vw;
    padding-right: 10px;
}

@media (max-width: 1474px) {

  .section-one .box .content .box-text-02 {
      margin-top: 3vw;
  }

}

@media (max-width: 1274px) {

  .section-one .box .content .box-text-02 {
      margin-top: 1.5vw;
  }

}

.section-one .box .img-cascais-02 {
    width: 20%;
    background: url(../images/img-cascais-02.jpg);
    height: 340px;
    background-size: cover;
}

.section-one .box.bg {
    background: #7b9067;
    margin-top: 0;
}

.section-one .box.bg .content {
    width: 30%;
    margin-left: 8%;
    padding-right: 20px;
}

.section-one .box .img-cascais-03 {
    width: 35%;
    background: url(../images/img-cascais-03.jpg) no-repeat 405px 0;
    height: 340px;
    background-size: cover;
}

.section-one .box .img-cascais-03.active {
    background: url(../images/img-cascais-03.jpg) no-repeat 0 0;
    background-size: cover;
}

.section-one .box .img-cascais-04 {
    width: 35%;
    background: url(../images/img-cascais-04.jpg);
    height: 340px;
    background-size: cover;
}

.section-one .box.bg h2, .section-one .box.bg p {
    color: #fff;
}

.section-one .box .content .box-text-03 {
    margin-left: 5%;
    padding-top: 2vw;
    padding-right: 2rem;
    background: #7b9067;
    padding-left: 4vw;
    padding-bottom: 2vw;
    z-index: 9;
    position: absolute;
}

.section-one .box .content .box-text-04 {
    position: relative;
    margin-left: 0%;
    margin-top: 10.5vw;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 2vw;
}

.box-parallax {
    height: 425px;
    overflow: hidden;
    position: relative;
}

.box-parallax .bg-parallax-cascais {
    background: url("../images/bg-parallax.jpg") top center;
    height: 1033px;
}

.box-parallax .content {
    position: absolute;
    z-index: 9;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    height: 425px;
    flex-flow: column;
    width: 100%;
}

.box-parallax .content h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 100;
    font-size: 7vw;
    line-height: 8.2vw;
    font-family: 'Montserrat', sans-serif;
}

.box-parallax .content p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 2.2vw;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.section-two .box {
    display: flex;
    background: #9fab66;
    justify-content: stretch;
    align-items: center;
}

.section-two .box img {
    width: 60%;
}

.section-two .box .content {
    width: 40%;
    display: flex;
    justify-content: center;
}

.section-two .box .content h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 200;
    font-size: 3vw;
    line-height: 3.2vw;
    font-family: 'Montserrat', sans-serif;
}

.box-imagens {
    /*display: flex;*/
    overflow: hidden;
}

.box-imagens .box-one {
    width: 70%;
    background: #fff;
    float: left;
}

.box-imagens h2 {
    text-transform: uppercase;
    color: #4a4a4a;
    font-weight: 200;
    font-size: 3vw;
    line-height: 3.2vw;
    font-family: 'Montserrat', sans-serif;
    width: 113%;
}

.box-imagens p {
    color: #4a4a4a;
    padding: 0 2rem 0rem 2rem;
}

.box-imagens .content {
    display: flex;
    align-items: center;
    padding-left: 18%;
    padding-top: 4rem;
    padding-bottom: 4rem;
    justify-content: center;
}

.box-imagens .box-two {
    width: 30%;
    background: #a2aa6a;
    float: left;
}

.box-imagens .img-cascais-05 {
    width: 50%;
    background: url(../images/img-cascais-05.jpg) no-repeat 0 320px;
    height: 20vw;
    background-size: cover;
    float: left;
    /*animation: change-background 5s linear infinite alternate;*/
}

/* Keyframes */
@keyframes change-background {
    0% {
        background: url(../images/img-cascais-05.jpg);
    }
    50% {
        background: url(../images/img-cascais-05.jpg);
    }
    75% {
        background: url(../images/img-cascais-05-1.jpg);
    }
    100% {
        background: url(../images/img-cascais-05-1.jpg);
    }
}

.box-imagens .img-cascais-06 {
    width: 50%;
    background: url(../images/img-cascais-06.jpg) 475px 0px no-repeat;
    height: 20vw;
    background-size: cover;
    float: left;
    /*animation: change-background2 8s linear infinite alternate;*/
}

/* Keyframes */
@keyframes change-background2 {
    0% {
        background: url(../images/img-cascais-06.jpg);
        background-size: cover;
    }
    50% {
        background: url(../images/img-cascais-06.jpg);
        background-size: cover;
    }
    75% {
        background: url(../images/img-cascais-06-1.jpg);
        background-size: cover;
    }
    100% {
        background: url(../images/img-cascais-06-1.jpg);
        background-size: cover;
    }
}

.box-imagens .img-cascais-07 {
    width: 100%;
    background: url(../images/img-cascais-07.jpg) no-repeat 0 -400px;
    height: 20vw;
    background-size: cover;
    float: left;
    /*animation: change-background3 11s linear infinite alternate;*/
}

/* Keyframes */
@keyframes change-background3 {
    0% {
        background: url(../images/img-cascais-07.jpg);
        background-size: cover;
    }
    50% {
        background: url(../images/img-cascais-07.jpg);
        background-size: cover;
    }
    75% {
        background: url(../images/img-cascais-07-1.jpg) bottom;
        background-size: cover;
    }
    100% {
        background: url(../images/img-cascais-07-1.jpg) bottom;
        background-size: cover;
    }
}

.box-imagens .box-three {
    width: 35%;
    background: #a1b285;
    float: left;
    height: 187px;
}

.box-imagens .box-four .content {
    padding-left: 0;
    padding-right: 1rem;
}

.box-imagens .box-four {
    width: 65%;
    background: #fff;
    float: left;
}

.box-imagens-cont {
    display: flex;
    justify-content: space-between;
    clear: both;
    align-items: center;
    width: 100%;
    background: #fff;
    flex-wrap: wrap;
    padding: 5px 0;
}

.box-imagens-cont .img-cascais-08 {
    width: 0%;
}

.box-imagens-cont .img-cascais-09 {
    width: 0%;
}

.box-imagens-cont .img-cascais-10 {
    width: 0%;
}

.box-imagens-cont .img-cascais-08.active {
    width: 29%;
}

.box-imagens-cont .img-cascais-09.active {
    width: 39%;
}

.box-imagens-cont .img-cascais-10.active {
    width: 29.6%;
}

.box-morar .bg-morar {
    background: #fff url(../images/bg-morar.jpg) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 55.33vw;
}

.box-morar .bg-morar .content {
    display: flex;
    justify-content: center;
    background: rgb(0 0 0 / .6);
    flex-flow: column;
    align-items: center;
    width: 50%;
    height: 100%;
    margin: 0 auto;
}

.box-morar .bg-morar .content p {
    text-transform: uppercase;
    margin-top: 6vw;
    text-align: center;
}

/*Section three*/
.section-three {
    background: #f7f7f7;
    padding-top: 8vw;
}

.section-three h2 {
    color: #818f69;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

/*Section four*/
.section-four {
    background: url(../images/bg-estrutura.jpg) repeat center;
    background-size: cover;
    padding-top: 8vw;
    padding-bottom: 4vw;
}

.section-four h2 span {
    font-weight: 100;
    font-size: 1.5vw;
    line-height: 1.5vw;
    display: block;
    margin-bottom: 2rem;
}

.section-four .owl-item .item {
    margin: 0 20px;
}

.section-four .owl-item .item img {
    cursor: zoom-in !important;
}

.section-four .owl-item .item p {
    position: absolute;
    right: 20px;
    top: 0;
    background: #7d9d51;
    padding: 11px;
    font-size: 18px;
}

.section-four h2 {
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

/*Section five*/
.section-five {
    background: #fff;
    padding-top: 8vw;
    padding-bottom: 4vw;
}

.section-five h2 span {
    font-weight: 100;
    font-size: 1.5vw;
    line-height: 1.5vw;
    display: block;
    margin-bottom: 0rem;
    color: #3c3c3c;
    text-transform: uppercase;
}

.section-five .owl-item .item {
    margin: 0 20px;
}

.section-five h2 {
    color: #818f69;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.section-five .box-sustentabilidade .container {
    margin-top: -150px;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

.section-five .box-sustentabilidade .container .box-itens {
    width: 29%;
    margin: 0 2%;
    min-width: 320px;
}

.section-five .box-sustentabilidade .container header {
    background: #efefef;
    padding: 20px;
    min-height: 230px;
}

.section-five .box-sustentabilidade .bg-parallax-sustentabilidade {
    background: url(../images/bg-sustentabilidade.jpg) top center no-repeat;
    height: 430px;
    margin-top: 50px;
}

.section-five .box-sustentabilidade .img-fluid.img-sustentabilidade {
    margin: 0 auto;
    display: table;
    margin-top: -10%;
    margin-bottom: 30px;
}

.box-vendas {
    overflow: hidden;
}

.box-vendas .container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

.box-vendas .box-item {
    background: #E1E5C2;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-bottom: 0px;
}

.box-vendas .box-item p {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    font-size: .7rem;
    line-height: 1.2rem;
    border: 2px solid #000;
    padding: 6px;
}

.box-vendas .box-item p span {
    position: absolute;
    right: 0;
    background: #7c8647;
    color: #fff;
    font-weight: bold;
    padding: 7px;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    line-height: 12px;
    font-size: 14px;
}

.box-vendas .box-item p a {
    color: #000;
    cursor: pointer;
    position: relative;
  }
  
.box-vendas .box-item:hover {
    background: #ccc;
}

.box-letra {
    position: absolute;
    background: #7c8647;
    color: #fff;
    font-weight: bold;
    padding: 7px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    line-height: 17px;
    font-size: 21px;
    text-align: center;
    left: 50%;
}

.box-letra-a {
    margin-top: 14%;
    margin-left: -36%;
}

.box-letra-b {
    margin-top: 14%;
    margin-left: -28%;
}

.box-letra-c {
    margin-top: 18%;
    margin-left: -14%;
}

.box-letra-d {
    margin-top: 20%;
    margin-left: -7%;
}

.box-letra-e {
    margin-top: 25%;
    margin-left: 5%;
}

.box-letra-f {
    margin-top: 27%;
    margin-left: 13%;
}

.box-letra-g {
    margin-top: 45%;
    margin-left: 30%;
}

.box-letra-h {
    margin-top: 49%;
    margin-left: 24%;
}

.box-letra-i {
    margin-top: 48%;
    margin-left: 9%;
}

.box-letra-j {
    margin-top: 47%;
    margin-left: 2%;
}

.box-letra-k {
    margin-top: 44%;
    margin-left: -11%;
}

.box-letra-l {
    margin-top: 42%;
    margin-left: -18%;
}

.box-letra-m {
    margin-top: 41%;
    margin-left: -31%;
}

.box-letra-n {
    margin-top: 40%;
    margin-left: -39%;
}

.section-five header h3 {
    color: #3c3c3c;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 500;
    margin-top: 1rem;
}

.section-five header p {
    color: #3c3c3c;
    font-size: 0.75rem;
    line-height: 1rem;
    text-align: center;
    font-weight: 500;
    margin-top: 1rem;
}

/*Section seven*/
.section-seven {
    padding-top: 8vw;
    padding-bottom: 8vw;
}

#video h2 {
    color: #fff;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

/*Section six*/
.section-six {
    padding-top: 8vw;
    padding-bottom: 10vw;
    background: #fff;
}

#contato h2 {
    color: #818f69;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#contato form {
  padding: 0 10%;
}

#contato form input,
#contato form textarea {
  margin-top: 32px;
  border-radius: 0;
  color: #3c3c3c;
  padding: 15px;
  border:none;
  background: #dfdfdf;
}

#contato form input[type="submit"] {
  float: right;
  font-weight: bold;
  font-size: 18px;
  color: #3c3c3c;
  text-transform: uppercase;
  padding: 5px 20px;
  background: #dfdfdf;
  margin-top: 25px;
}

#contato form input[type="submit"]:hover {
  background: #818f69;
}

#footer {
  background: #818f69;
}

#footer .container {
    display: flex;
    justify-content: center;
    padding: 4rem 0;
    flex-flow: column;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
}

#footer .container .box:first-child {
    background: #c8cac9;
    border-radius: 25px;
}

#footer .container .box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* flex-flow: column; */
    flex-wrap: wrap;
    padding: 2rem 0;
}

#footer .container .box .item img {
    padding: 0 1rem;
    margin-top: 1rem;
}

#footer .container .box img.logo {
    max-width: 150px;
    margin-bottom: 3rem;
}

#footer .box-copyright {
    color: #fff;
}

/*=========================== Responsive ============================ */
@media (max-width: 1199px) {

  .section-one .box .content {
    padding-bottom: 2rem;
  }

  .box-letra {
        height: 24px;
        width: 24px;
        line-height: 9px;
        font-size: 15px;
    }
  
}

@media (max-width: 991px) {

    .section-one .box.bg {
        flex-wrap: wrap
    }

    .section-one .box.bg .content {
        width: 100%;
        margin-left: 0;
    }

    .section-one .box .content .box-text-03 {
        margin-left: 0;
        padding-top: 2vw;
        position: relative;
        width: 45%;
        float: left;
    }

    .section-one .box .content .box-text-04 {
        margin-left: 0%;
        margin-top: 2vw;
        float: right;
        width: 50%;
    }

    .section-one .box .img-cascais-03,
    .section-one .box .img-cascais-04 {
        width: 50%;
        float: left;
    }

    .navbar {
        background: rgba(0,0,0,.8);
    }
    
    ul.navbar-nav .coluna {
        width: 100%;
        flex-flow: column;
        text-align: center;
    }

    ul.navbar-nav .coluna.logo {
      display: none;
    }

    .logo-mobile {
      display: block;
    }

    .box-letra {
        padding: 6px;
        height: 18px;
        width: 18px;
        line-height: 5px;
        font-size: 11px;
    }
 

}

@media (max-width: 767px) {

    ul.navbar-nav li a {
        font-size: 14px;
    }

}

@media (max-width: 575px) {

    br.br {
        display: none;
    }

    .banner .img-fluid {
        display: none;
    }

    .horizontal-timeline .events a {
        font-size: .7rem;
    }

    .box-legenda .mensagem p {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }

    .section-one .box {
        flex-flow: column;
        margin-top: 0;
    }

    .section-one .box .img-cascais-01,
    .section-one .box .img-cascais-02,
    .section-one .box .img-cascais-03,
    .section-one .box .img-cascais-04 {
        background-size: cover;
        background-position-x: center;
    }

    .section-one .box .img-cascais-01,
    .section-one .box .img-cascais-02,
    .section-one .box .content {
        width: 100%;
    }

    .section-one .box .img-cascais-01 {
        display: none;
    }

    .section-one .box .content .box-text-01 {
        margin-left: 7%;
    }

    .section-one .box .content .box-text-02 {
        margin-left: 9%;
    }

    .section-one .box .content .box-text-03,
    .section-one .box .content .box-text-04 {
        width: 100%;
        margin-left: 2%;
    }

    .section-one .box .content .box-text-04 {
        padding-left: 6vw;
    }

    .section-one .box .img-cascais-03, .section-one .box .img-cascais-04 {
        width: 100%;
        float: left;
    }

    .box-imagens .box-one,
    .box-imagens .box-four {
        width: 100%;
    }

    .box-imagens .box-three {
        display: none;
    }

    .box-imagens h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .box-imagens .box-two {
        width: 100%;
    }

    .box-imagens .img-cascais-05,
    .box-imagens .img-cascais-06 {
        height: 35vw;
    }

    .box-imagens .img-cascais-07 {
        height: 80vw;
    }

    .box-parallax,
    .box-parallax .content {
        height: 300px;
    }

    .box-parallax .content h2 {
        font-size: 4rem;
        line-height: 5.5rem;
    }

    .box-parallax .content p {
        font-size: 1rem;
        line-height: 1.2rem;
    }

    .section-two .box {
        flex-flow: column;
    }

    .section-two .box img {
        width: 100%;
    }

    .section-two .box .content {
        width: 100%;
    }

    .section-two .box .content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 2rem 0;
    }

    .logo-mobile {
        width: 70px;
    }

    .box-legenda .data-local p {
        color: #fff;
        font-size: .8rem;
        margin-bottom: 1.5vw;
        line-height: .8rem;
    }

    .banner {
        height: 310px;
        background: url(../images/bg-banner.jpg) repeat bottom;
        background-size: cover;
    }

    .section-four .owl-item .item p {
        padding: 5px;
        font-size: 13px;
    }
    
    .section-five h2 span {
        font-size: 15px;
        line-height: 15px;
    }

    #footer .container {
        justify-content: center;
        padding: 4rem 4rem;
        flex-flow: column;
    }

    #footer .container .box:first-child {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }

    #footer .navbar-brand,
    #footer .box .box-redes {
        display: flex;
        justify-content: center;
    }

    #footer .box .navbar-nav {
        padding-right: 0rem;
    }

}