@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-display: swap;
    src: url('../webfonts/Montserrat-Regular.woff2') format('woff2'),
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-display: swap;
    src: url('../webfonts/Montserrat-Medium.woff2') format('woff2'),
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-display: swap;
    src: url('../webfonts/Montserrat-SemiBold.woff2') format('woff2'),
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-display: swap;
    src: url('../webfonts/Montserrat-Bold.woff2') format('woff2'),
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
	font-display: swap
}

#facebook-jssdk-iframe {
  display: none !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutter>[class^="col-"],
.row.no-gutter>[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

img {
  max-width: 100%;
}

.link,
.link:hover,
.link:focus {
  color: #009999;
}

.text-margin {
  margin-bottom: 100px;
}

.position-relative {
  position: relative;
}

.display-flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.navbar-light .navbar-nav .nav-link {
  color: #333333;
}

.navbar-expand-sm .navbar-collapse {
  flex-basis: 100%;
}

.navbar.bg-light {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.menuTop {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

.menuTop li {
  align-self: center;
}

.menuTop .nav-link {
  padding: 0 .6rem;
  font-size: 12px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #cc0033;
}

.section {
  padding-top: 85px;
}

.section#sectionHome {
  padding-top: 20px;
}

h1.title,
h2.title {
  color: #cc0033;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  padding: 0 0 20px;
}

h4.title {
  color: #cc0033;
  font-size: 1em;
  font-weight: bold;
}

.sectionHouses a {
  color: #ea9811;
  transition: transform .2s;
  display: inline-block;
}

.sectionHouses .activeHouse a {
  color: #cc0033;
  transition: transform .2s;
  display: inline-block;
}

.sectionHouses .activeHouse a h2 {
  border-bottom: 2px solid #cc0033  !important;
}

.sectionHouses a:hover,
.sectionHouses a:focus,
.sectionHouses a:hover h2 {
  text-decoration: none;
  transform: scale(1.1);
  color: #cc0033;
}

.sectionHouses h4 {margin-top:10px}

.sectionHouses .text-center a h2 {
    margin: 10px 0;
    border-bottom: 2px solid #ea9811;
    padding-bottom: 15px;
}

.sectionHouses .text-center .barrio {
  font-size: 22px !important;
	margin-top:10px
}

.sectionHouses a:hover, .sectionHouses a:focus, .sectionHouses a:hover h2 {
    text-decoration: none;
    transform: scale(1.1);
    color: #cc0033;
    border-bottom-color: #cc0033 !important;
}

.parallax {
  /* The image used */
  background-image: url("../images/imgHome.jpg");
  /* Set a specific height */
  min-height: 400px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bkgRed {
  background-color: #cc0033;
  padding: 5px 0px;
}

.bkgRed p {
  color: #ffffff;
}

.bkgRed .nav-link {
  color: #ffffff;
}

.bkgGrey {
  background-color: #eeeeee;
  padding: 30px 0;
}

.bkgYellow {
  background-color: #ea9811;
  padding: 10px 0;
}

.btn-blue {
  display: inline-block;
  background-color: #009999;
  border-radius: 30px;
  padding: 10px 30px;
  color: #ffffff;
  transition: transform .2s;
  border: 0;
  cursor: pointer;
}

.btn-blue:hover,
.btn-blue:focus {
  text-decoration: none;
  transform: scale(1.1);
  color: #ffffff;
}

.bkgRed .btn-yellow a {
  background-color: #fec604;
  color: #8a133e;
  padding: 5px 10px;
  font-size: 15px;
  transition: transform .2s;
}

.bkgRed .btn-yellow:hover a {
  text-decoration: none;
  transform: scale(1.1);
}

.housesLink {
  position: absolute;
  text-align: center;
}

.housesLink a {
  display: inline-block;
  transition: transform .2s;
}

.housesLink a:hover,
.housesLink a:focus {
  text-decoration: none;
  color: #ffffff;
  transform: scale(1.1);
}

.housesLink i {
  display: block;
  color: #cc0033;
  margin-bottom: 5px;
}

.housesLink p {
  background-color: #cc0033;
  padding: 5px 10px;
  color: #ffffff;
}

.housesLink#casaPalermo {
  left: 32%;
  top: 8%;
}

.housesLink#casaAbasto {
  left: 42%;
  top: 40%;
}

.housesLink#casaAlmagro {
  left: 34%;
  top: 45%;
}

.housesLink#casaSanTelmo {
  left: 55%;
  top: 50%;
}

.housesLink#casaSanTelmoDos {
  left: 48%;
  top: 65%;
}
.housesLink#casaSanCristobal {
  left: 43%;
  top: 73%;
}

.card-body ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.card-body ul li {
  margin: 20px 0;
}

.card-body ul li.textBlue {
  color: #009999;
  font-weight: bold;
  font-size: 20px;
}

.formCasa {
  width: 70%;
  margin: 20px auto;
}

.formCasa label {
  color: #ffffff;
  margin-top: 10px;
}

.formCasa .submit {
  margin: 20px auto;
  display: block;
}

.formCasa .warning {
  display: block;
  text-align: center;
  color: #ffffff;
}

.sent-form-msg {
  font-size: 26px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
}

.fancybox a {
  width: 100%;
  margin: 10px;
}

.listServices {
  list-style: none;
}

.listServices li {
  margin: 20px 0;
}

.listServices li i {
  color: #009999;
  font-size: 30px;
  margin-right: 10px;
}

.carousel-item img {
  height: auto;
}

.cutImg {
  width: 100%;
  overflow: hidden;
  max-height: 300px;
  margin: 5px 0;
}

.cutImg img {
  max-width: initial;
  width: 100%;
}

.col-10.text-center {margin:auto}

#footer {
  background-color: #333333;
  padding: 10px 0;
	margin:auto;
	text-align:center !important;
}

#footer span {
  font-size: 11px;
  color: #ffffff;
  text-align: center;
  margin: auto;
  line-height: 20px;
}

#footer h6 {color:white !important;}

#footer a {color:#ffffff; text-decoration: underline;}
#footer a:hover {color:#ea9811}

.card-title {font-size:24px !important}
