@font-face {
  font-family: 'simplon_normbold';
  src: url("../src/fonts/simplonnorm-bold.woff2") format('woff2'), url("../src/fonts/simplonnorm-bold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'simplon_normregular';
  src: url("../src/fonts/simplonnorm-regular.woff2") format('woff2'), url("../src/fonts/simplonnorm-regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.hideAndShow,
#banner.hideAndShow {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.3s ease-in-out;
}
.hideAndShow.moveFast,
#banner.hideAndShow.moveFast {
  transition-duration: 0.15s;
}
.hideAndShow.hideDown,
#banner.hideAndShow.hideDown {
  opacity: 0 !important;
  transform: translate(0, 50px);
}
.hideAndShow.hideUp,
#banner.hideAndShow.hideUp {
  opacity: 0 !important;
  transform: translate(0, -50px);
}
a {
  transition: color 0.3s ease-in-out;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1,
h2,
h3,
h4 {
  font-family: 'simplon_normbold', verdana, sans-serif;
  letter-spacing: 0.08em;
}
h5,
h6,
p,
li,
a {
  font-family: 'simplon_normregular', verdana, sans-serif;
  letter-spacing: 0.04em;
}
h5>b,
h6>b,
p>b,
li>b,
a>b,
h5>a,
h6>a,
p>a,
li>a,
a>a {
  font-family: 'simplon_normbold';
  text-decoration: underline;
  letter-spacing: inherit;
}
a {
  font-family: inherit;
  transition: opacity 0.2s ease-in-out;
  color: inherit;
}
a:hover {
  opacity: 0.5;
}
#apartments {
  margin-left: 100px;
  padding-right: 100px;
  background-color: #dfebec;
  background-image: url("../src/img/trees.png");
  background-position: left 50px bottom 50px;
  background-repeat: no-repeat;
  background-size: 26px;
}
@media (min-width: 861px) {
  #apartments {
    display: flex;
    justify-content: space-between;
  }
}
#apartments aside {
  width: 330px;
  margin: 80px 20px 0 -30px;
  vertical-align: top;
  padding-left: 100px;
  position: relative;
}
@media (min-width: 861px) {
  #apartments aside {
    display: inline-block;
  }
}
@media (max-width: 860px) {
  #apartments aside {
    margin: 80px 0 0 -30px;
    padding-top: 50px;
    display: block;
    width: 130% !important;
  }
}
#apartments aside .redBar {
  width: 60px;
  height: 1px;
  background-color: #bf4c4c;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 860px) {
  #apartments aside .redBar {
    top: 56px;
  }
}
#apartments aside h2,
#apartments aside p,
#apartments aside li {
  color: #bf4c4c;
}
#apartments aside h2 {
  font-size: 13px;
  margin-bottom: 100px;
  letter-spacing: 0.2em;
}
#apartments aside p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: 'simplon_normbold';
  margin-bottom: 20px;
}
#apartments aside li {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin: 5px 0;
}
#apartments .apartmentsList {
  vertical-align: top;
}
@media (min-width: 861px) {
  #apartments .apartmentsList {
    display: inline-block;
    margin-top: 150px;
    width: calc(100% - 320px);
    max-width: 900px;
  }
}
@media (max-width: 860px) {
  #apartments .apartmentsList {
    display: block;
    margin-top: 50px;
    margin-left: -100px;
    width: calc(100% + 160px);
  }
}
#apartments .apartmentsList figure {
  width: 40%;
  margin: 0 0 100px 10%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
#apartments .apartmentsList figure a .redLine {
  width: 1px;
  height: 60px;
  background-color: #bf4c4c;
  margin: -30px 50% 30px;
  position: relative;
}
#apartments .apartmentsList figure a img {
  width: 100%;
  transition: transform 0.25s ease-in-out;
}
#apartments .apartmentsList figure a h4 {
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #bf4c4c;
  margin-bottom: 5px;
}
#apartments .apartmentsList figure a p {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #bf4c4c;
  max-width: 210px;
  margin: 0 auto;
  line-height: 1.5;
}
#apartments .apartmentsList figure figcaption {
  display: none;
}
#apartments .apartmentsList figure a:hover {
  opacity: 0.9;
}
#apartments .apartmentsList figure a:hover img {
  transform: scale(1.05);
}
.pswp__counter,
.pswp__caption {
  font-family: 'simplon_normregular';
}
#banner {
  background-color: #dfebec;
  width: 100%;
  clear: both;
}
#banner .partLeft {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 860px) {
  #banner .partLeft {
    width: 100px;
  }
}
#banner .partLeft .icon {
  width: 100px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #bf4c4c;
}
#banner .partLeft .icon img {
  width: 40%;
  margin: 30%;
}
#banner .partLeft .whiteBox {
  width: calc(100% - 100px);
  background-color: #fff;
  display: inline-block;
  vertical-align: bottom;
  padding: 30% 10%;
}
@media (max-width: 860px) {
  #banner .partLeft .whiteBox {
    display: none;
  }
}
#banner .partLeft .whiteBox h5 {
  color: #bf4c4c;
  font-size: 16px;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
@media (max-width: 860px) {
  #banner .partLeft .whiteBox h5 {
    font-size: 14px;
  }
}
#banner .partLeft .whiteBox h2 {
  color: #bf4c4c;
  max-width: 280px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media (max-width: 860px) {
  #banner .partLeft .whiteBox h2 {
    font-size: 16px;
  }
}
#banner>#bannerSlide {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 860px) {
  #banner>#bannerSlide {
    width: calc(100% - 100px);
  }
}
#banner>#bannerSlide img {
  width: 100%;
}
#banner>#bannerSlide .swiper-pagination span {
  background: #bf4c4c;
}
#banner>#bannerSlide .swiper-button-prev {
  background-image: url("../src/img/arrow_left.png");
}
#banner>#bannerSlide .swiper-button-next {
  background-image: url("../src/img/arrow_right.png");
}
#concept {
  width: calc(100% - 100px);
  background-color: #dfebec;
  padding: 100px 0;
  background-image: url("../src/img/alcados.png");
  background-position: left bottom 50px;
  background-repeat: no-repeat;
  background-size: auto calc(100% - 50px);
}
@media (max-width: 860px) {
  #concept {
    background-size: 50%;
    background-position: left bottom 50%;
  }
}
#concept>div {
  width: 360px;
  padding-left: 100px;
  position: relative;
  margin-left: calc(40% + 40px);
}
@media (max-width: 860px) {
  #concept>div {
    width: calc(65% + 50px);
    margin-left: 35%;
  }
}
#concept>div .redBar {
  width: 60px;
  height: 1px;
  background-color: #bf4c4c;
  position: absolute;
  left: 0;
  top: 6px;
}
#concept>div h2 {
  color: #bf4c4c;
  margin-bottom: 30px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
#concept>div p {
  color: #bf4c4c;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.14em;
}
footer {
  width: 100%;
}
footer .partLeft {
  background-color: #dfebec;
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: bottom;
}
footer .partLeft .part1 {
  transform: translate(0, 0) !important;
  width: 65%;
  display: inline-block;
  vertical-align: top;
  padding-left: 100px;
  padding-top: 90px;
}
@media (max-width: 860px) {
  footer .partLeft .part1 {
    width: 100%;
    padding-left: 40px;
    padding-top: 60px;
  }
}
footer .partLeft .part1 .where {
  width: 330px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 860px) {
  footer .partLeft .part1 .where {
    width: 100%;
    margin-bottom: 25px;
  }
}
footer .partLeft .part1 .where h4 {
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #bf4c4c;
  margin-bottom: 2px;
}
footer .partLeft .part1 .where p {
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #bf4c4c;
}
footer .partLeft .part1 .where p a {
  font-family: 'simplon_normregular', verdana, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
}
footer .partLeft .part1 .how {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 860px) {
  footer .partLeft .part1 .how {
    width: 100%;
  }
}
footer .partLeft .part1 .how h4 {
  font-size: 13px;
  letter-spacing: 0.16em;
  color: #bf4c4c;
  margin-bottom: 2px;
}
footer .partLeft .part1 .how p {
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #bf4c4c;
}
footer .partLeft .part2 {
  transform: translate(0, 0) !important;
  width: 35%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-top: 90px;
  padding-right: 100px;
}
@media (max-width: 860px) {
  footer .partLeft .part2 {
    width: 100%;
    padding-left: 40px;
    padding-top: 40px;
    text-align: left;
  }
}
footer .partLeft .part2 h4 {
  font-size: 16px;
  color: #bf4c4c;
}
footer .partLeft .part2 h4 a {
  letter-spacing: 0.15em;
}
footer .partLeft .part3 {
  transform: translate(0, 0) !important;
  width: 65%;
  display: inline-block;
  vertical-align: top;
  padding: 40px 0 40px 100px;
}
@media (max-width: 860px) {
  footer .partLeft .part3 {
    width: 100%;
    padding-left: 40px;
  }
}
footer .partLeft .part3 p {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #bf4c4c;
}
footer .partLeft .part4 {
  transform: translate(0, 0) !important;
  width: 35%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 40px 0;
  padding-right: 100px;
}
@media (max-width: 860px) {
  footer .partLeft .part4 {
    width: 100%;
    padding-left: 40px;
    text-align: left;
    display: none;
  }
}
footer .partLeft .part4 p {
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #bf4c4c;
}
footer .icon {
  width: 100px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #bf4c4c;
}
footer .icon img {
  width: 40%;
  margin: 30%;
}
header {
  width: 100%;
  height: 200px;
  padding-left: 100px;
  background-color: #dfebec;
  display: flex;
  justify-content: space-between;
}
header>img {
  width: 260px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}
@media (max-width: 860px) {
  header>img {
    width: 170px;
    margin-left: 0;
  }
}
header>div {
  display: inline-block;
  vertical-align: middle;
}
header>div h1 {
  display: inline-block;
  vertical-align: middle;
  font-family: 'simplon_normbold', verdana, sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #bf4c4c;
}
@media (max-width: 860px) {
  header>div h1 {
    display: none;
  }
}
header>div .headerButtons {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
}
header>div .headerButtons>div {
  width: 100px;
  height: 100px;
}
header>div .headerButtons .book {
  background-color: #bf4c4c;
  text-align: center;
}
header>div .headerButtons .book a {
  line-height: 100px;
  font-size: 12px;
  color: #fff;
  font-family: 'simplon_normbold', verdana, sans-serif;
  letter-spacing: 0.1em;
}
header>div .headerButtons .langs {
  background-color: #fff;
  position: relative;
}
header>div .headerButtons .langs #changePT,
header>div .headerButtons .langs img,
header>div .headerButtons .langs #changeEN {
  position: absolute;
}
header>div .headerButtons .langs #changePT,
header>div .headerButtons .langs #changeEN {
  font-size: 13px;
  color: #bf4c4c;
  font-family: 'simplon_normregular', verdana, sans-serif;
}
header>div .headerButtons .langs #changePT {
  top: 28px;
  left: 28px;
}
header>div .headerButtons .langs img {
  width: 26px;
  margin-left: -13px;
  margin-top: -12px;
  top: 50%;
  left: 50%;
}
header>div .headerButtons .langs #changeEN {
  bottom: 26px;
  right: 26px;
}
#separator1 {
  width: 100%;
  padding: 0 100px;
}
#separator1 .partLeft {
  display: inline-block;
  width: calc(100% - 260px);
  vertical-align: middle;
}
@media (max-width: 860px) {
  #separator1 .partLeft {
    vertical-align: bottom;
    width: 300px;
    margin-left: -50px;
    margin-top: 50px;
  }
}
#separator1 .partLeft h3 {
  max-width: 590px;
  font-size: 13px;
  color: #bf4c4c;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
#separator1 .partRight {
  display: inline-block;
  width: 260px;
  text-align: right;
  vertical-align: middle;
}
@media (max-width: 860px) {
  #separator1 .partRight {
    margin-top: 50px;
    width: 100%;
    position: relative;
  }
}
#separator1 .partRight .redBox {
  display: inline-block;
  width: 260px;
  padding: 38% 10%;
  text-align: center;
  background-color: #bf4c4c;
}
@media (min-width: 861px) {
  #separator1 .partRight .redBox {
    position: relative;
    top: -80px;
    right: -50px;
  }
}
@media (max-width: 860px) {
  #separator1 .partRight .redBox {
    width: 200px;
    padding: 55px 36px;
  }
}
#separator1 .partRight .redBox h4 {
  color: #fff;
  font-size: 14px;
  max-width: 180px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
#separator1 .partRight img {
  margin: 50px 0 40px;
}
@media (max-width: 860px) {
  #separator1 .partRight img {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: -70px;
  }
}
#separator2 {
  padding: 130px 40px;
  text-align: center;
}
#separator2 img {
  margin-bottom: 40px;
}
#separator2 h5 {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #bf4c4c;
}
#separator2 h4 {
  margin-bottom: 30px;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 1.3;
  color: #bf4c4c;
}
@media (max-width: 860px) {
  #separator2 h4 {
    font-size: 18px;
  }
}
#separator2 p {
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #bf4c4c;
}
