@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: white;
  color: #3d434b;
  font: 400 14px/20px  'montserratregular', sans-serif;
  -webkit-text-size-adjust: none;
}

@font-face {
    font-family: 'montserratblack';
    src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'times_new_romanbold';
    src: url('../fonts/times_new_roman_bold-webfont.woff2') format('woff2'),
         url('../fonts/times_new_roman_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'times_new_romanregular';
    src: url('../fonts/times_new_roman-webfont.woff2') format('woff2'),
         url('../fonts/times_new_roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.listacasas ul {
 font-family: 'montserratregular'; font-size: 15px; 
}

.listacasas li::before{
   list-style: disc; 
   color: red
}

img {
  max-width: 150%;
  height: auto;
}

h1, h2, h3, h4 {
  color: #aea06c;
  font-weight: 900;
}

h5, h6 {
  text-transform: uppercase;
  color: #26303c;
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

h2 {
  font-size: 36px;
  line-height: 80px;
  letter-spacing: 10.8px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

h3 {
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

h4 {
  font-size: 24px;
  line-height: 24px;
}

h5 {
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}
h6 a:hover {
  text-decoration: underline;
}

hr {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 2px;
  background: #aea06c;
}

p a:hover, dl a:hover {
  text-decoration: underline;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
  letter-spacing: 2.1px;
}

h6 strong {
  letter-spacing: 1.4px;
}

/*=============    Support Classes    =================*/
.center {
  text-align: center;
}

.mg-add {
  margin-top: 0px;
}

.oh {
  overflow: hidden;
}

.btn-whatsapp {
        display: block;
width: 70px;
height: 70px;
position: fixed;
right: 20px;
bottom: 20px;
border-radius: 50%;
line-height: 80px;
text-align: center;
z-index: 99999999;

}
/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

h3 + .lazy-img {
  margin-top: 14px;
}

h3 + p {
  margin-top: 24px;
}

.lazy-img + h6 {
  margin-top: 24px;
}

.lazy-img + p {
  margin-top: 25px;
}

p + hr {
  margin-top: 16px;
}

p + .fullwidth-list {
  margin-top: 25px;
}

p + h6 {
  margin-top: 20px;
}

hr + .btn1 {
  margin-top: 14px;
}

h3 + .row,
h3 + h6,
h3 + .terms {
  margin-top: 24px;
}

h3 + .row2 {
  margin-top: 20px;
}

h4 + p {
  margin-top: 16px;
}

h6 + p {
  margin-top: 18px;
}

* + .off1,
h3 + .off1 {
  margin-top: 30px;
}

* + .off2 {
  margin-top: 41px;
}

.off1 + h6 {
  margin-top: 34px;
}

.row + h3 {
  margin-top: 45px;
}

/*========================================================
                     Components
=========================================================*/
/*========================   Menu   ==========================*/
.nav {
  float: right;
}

.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
   font-family: 'montserratsemibold';
  position: relative;
  float: left;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 979px) {
  .nav {
    text-align: center;
    float: none;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.sf-menu {
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}
.sf-menu a {
  display: block;
}

@media (max-width: 1199px) {
  .nav {
    float: none;
    text-align: center;
  }
}
.sf-menu > li > a {
  border-top: 6px solid transparent;
  padding: 17px 28px 24px;
  color: #ffffff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
 color: #2f6f50;
    background: #fff;
    border-color: #aea06c;
}
.sf-menu > li.active > a {
  color: #2f6f50;
    background: #fff;
    border-color: #aea06c;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 0;
  padding: 10px 0 10px;
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.sf-menu ul > li > a {
  color: #2f6f50;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #2f6f50;
}
.sf-menu ul a {
  padding: 4px 22px;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: 100%;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sf-menu ul ul > li > a {
  padding-left: 44px;
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #cd134d;
  background: #fff;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 62%;
  margin-left: -6px;
  content: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
}

.sub-menu > li > .sf-with-ul {
  position: relative;
}
.sub-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  content: '\f0da';
  font: 400 14px/14px 'FontAwesome';
}

.sfHover .sfHover .sf-with-ul:before, .sub-menu > li > .sf-with-ul:hover:before {
  content: '\f0d7';
}

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto 30px;
  width: 420px;
  background: #2f6f50 url("../images/bars-menu.png") no-repeat right center;
  border: 0;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #fff;
  background-color: transparent;
  font: 400 15px 'montserratmedium', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  text-transform: uppercase;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/

.isStuck {
  background: #2f6f50;
  z-index: 999;
  border-bottom: 1px solid #fff;
}
.isStuck .brand .brand_name {
  font-size: 50px;
  line-height: 67px;
}
.isStuck .brand .brand_slogan {
  display: none;
}

.header .isStuck .nav {
  margin-top: 54px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  .isStuck .brand {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #3d434b url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img_overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #cd134d;
  text-align: center;
}
.lt-ie9 .lazy-img_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img_overlay hr {
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
.lazy-img_overlay, .lazy-img_overlay h1, .lazy-img_overlay h2, .lazy-img_overlay h3, .lazy-img_overlay h4, .lazy-img_overlay h5, .lazy-img_overlay h6 {
  color: #ffffff;
}
.lazy-img_overlay h5 {
  letter-spacing: 2px;
}
.lazy-img_overlay address {
  text-transform: uppercase;
  color: #ffacae;
  letter-spacing: 1.4px;
}
.lazy-img_overlay hr + *,
.lazy-img_overlay * + hr {
  margin-top: 20px;
}
.lazy-img_overlay h5 + address {
  margin-top: 10px;
}
.lazy-img:hover .lazy-img_overlay {
  opacity: 1;
}
.lt-ie9 .lazy-img:hover .lazy-img_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-color: white;
  color: black;
}
.lt-ie9 .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 20px "FontAwesome";
  line-height: 20px;
  margin-top: -10px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover {
  background-image: none;
}
.thumb:hover .thumb_overlay {
  opacity: 0.5;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*==================     ToTop     ======================*/
.toTop {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #787878;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #cd134d;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
                    HEADER Section
=========================================================*/
.header {

  background:#2f6f50;
}
.header .nav {
  margin-top: 54px;
}
@media (max-width: 1199px) {
  .header {
    text-align: center;
  }
}

/*==================     Brand     ======================*/
.brand {
  float: left;
  display: inline-block;
}
.brand .brand_name {
  overflow: hidden;
  color: #cd134d;
}
.brand .brand_name span {
  color: #26303c;
}
.brand .brand_slogan {
  padding-left: 18px;
  margin-top: -15px;
  color: #959da7;
  text-transform: uppercase;
  letter-spacing: 1.05px;
}
@media (max-width: 1199px) {
  .brand {
    float: none;
  }
}

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  background: white;
}

/*==================     Well      ======================*/
.well__bd {
  margin-top: 11px;
  border-top: 1px solid #e9ecf0;
}

.well__bd2 {
  border-bottom: 1px solid #e9ecf0;
}

.well {
  padding-top: 69px;
  padding-bottom: 77px;
}

.well2 {
  padding-top: 19px;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .well2 {
    text-align: center;
    padding-bottom: 0;
  }
}

.well3 {
  padding-top: 45px;
  padding-bottom: 56px;
}
.well3__ins1 {
  padding-bottom: 0;
}
.well3__ins2 {
  padding-top: 52px;
}
.well3__ins3 {
  padding-bottom: 36px;
}
.well3__ins4 {
  padding-bottom: 50px;
}
.well3__ins5 {
  padding-top: 42px;
}
.well3__ins6 {
  padding-bottom: 45px;
}
.well3__ins7 {
  padding-bottom: 30px;
}

.well4 {
  padding: 52px 38px 59px;
}
.well4__ins1 {
  padding-left: 53px;
  padding-right: 53px;
  padding-bottom: 55px;
}
.well4__ins1 h6 + p {
  margin-top: 7px;
}
.well4__ins1 p + .btn1 {
  margin-top: 10px;
}
.well4__ins1 p, .well4__ins1 .btn1 {
  color: #ffffff;
}
@media (max-width: 479px) {
  .well4__ins1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*==================    Colors     ======================*/
.color1 {
  color: #87919f !important;
}

.primary {
  color: #cd134d !important;
}

/*==================  Backgrounds  ======================*/
.bg1 {
  background: #e9ecf0;
}
.bg1 h2 {
  letter-spacing: 0;
  color: #3d434b;
  line-height: 72px;
}
@media (max-width: 979px) {
  .bg1 h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 479px) {
  .bg1 h2 {
    font-size: 46px;
    line-height: 50px;
  }
}
.bg1 .ins1 {
  padding: 21px 0px 22px 70px;
}
.bg1 .ins2 {
  padding: 40px 40px 30px 0;
}
@media (max-width: 767px) {
  .bg1 .ins1 {
    padding: 30px 30px 0;
  }
  .bg1 .ins2 {
    padding: 0 30px 30px;
  }
}

.bg2 {
  background: #3d434b;
  color: #9ea9b8;
}
.bg2 h1, .bg2 h2, .bg2 h3, .bg2 h4, .bg2 h5, .bg2 h6 {
  color: #ffffff;
}

/*==================    Banner     ======================*/
.banner {
  padding: 83px 100px 69px;
  background:#1a2e54;
  background-image:url(../images/CIRCUITO%20DE%20LA%20SIERRA.jpg);
}
.banner, .banner h1, .banner h2, .banner h3, .banner h4 {
  color: #ffffff;
  text-transform: uppercase;
}
.banner h3 {
  letter-spacing: 5.4px;
}
.banner hr {
  background: #ffffff;
  margin-left: auto;
  margin-right: auto;
  width: 58px;
  height: 3px;
}
.banner * + h3 {
  margin-top: 14px;
}
.banner * + hr,
.banner hr + * {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .banner {
    padding: 40px 20px;
  }
}

.banner2 {
  margin-top: 9px;
  padding-top: 6px;
  background: #26303c;
}
.banner2:before, .banner2:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner2:after {
  clear: both;
}
.banner2 .btn2, .banner2 h3, .banner2 img {
  float: left;
}
.banner2 h3 {
  color: #e9ecf0;
  letter-spacing: 2.7px;
}
.banner2 .btn2 + h3 {
  margin-top: 17px;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .banner2 {
    text-align: center;
    padding-bottom: 10px;
  }
  .banner2 .btn2, .banner2 h3 {
    float: none;
  }
  .banner2 img {
    width: 100%;
  }
  .banner2 img + .btn2 {
    margin-top: 10px;
  }
  .banner2 .btn2 + h3 {
    margin-left: 0;
  }
}

/*==================     Block     ======================*/
.block {
  display: table;
}
.block, .block_wr, .block_cnt {
  width: 100%;
  height: 100%;
}
.block_wr {
  display: table-row;
}
.block_cnt {
  display: table-cell;
  vertical-align: middle;
}

/*==================      Box      ======================*/
.box {
  position: relative;
  background: #3d434b;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box h3, .box .btn1 {
  color: #ffffff;
}
.box h3 {
  text-transform: uppercase;
  letter-spacing: 3.6px;
}
.box address {
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.4px;
  color: #87919f;
}
.box dl {
  line-height: 28px;
  letter-spacing: 1.4px;
}
.box dl dt, .box dl dd {
  display: inline-block;
}
.box dl dt {
  min-width: 135px;
  font-weight: 700;
  text-transform: uppercase;
  color: #87919f;
}
.box dl dd {
  font-weight: 300;
  color: #ffffff;
}
.box_aside {
  width: 270px;
  float: right;
}
.box_cnt {
  overflow: hidden;
  padding: 48px 15px 0 30px;
}
.box_title h3, .box_title address {
  display: inline-block;
}
.box_title h3 {
  margin-right: 15px;
}
.box_price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 126px;
  padding: 27px 0;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  letter-spacing: .9px;
  background: #cd134d;
  color: #ffffff;
}
.box .btn1 {
  position: absolute;
  left: 144px;
  bottom: 25px;
}
.box_title + dl {
  margin-top: 31px;
}
@media (max-width: 1199px) {
  .box_aside {
    float: none;
    width: 100%;
  }
  .box_cnt {
    padding-bottom: 40px;
  }
  .box_price, .box .btn1 {
    margin-top: 15px;
    position: static;
  }
}
@media (max-width: 479px) {
  .box dl dt, .box dl dd {
    display: block;
  }
}

/*================== Owl Carousel  ======================*/
.owl-carousel .item {
  position: relative;
}
.owl-carousel .item .item_info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 470px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.owl-carousel .item .item_preview img {
  display: block;
  margin-right: 0;
  margin-left: auto;
  width: auto;
  height: 100%;
}
.owl-carousel .item_info {
  padding: 49px 65px 0 80px;
  color: #ffffff;
  background: #3d434b;
}
.owl-carousel .item_info h1, .owl-carousel .item_info h2, .owl-carousel .item_info h3, .owl-carousel .item_info h4, .owl-carousel .item_info h5, .owl-carousel .item_info h6, .owl-carousel .item_info .btn1 {
  color: #ffffff;
  text-transform: uppercase;
}
.owl-carousel .item_info h3 {
  letter-spacing: 3.6px;
  margin-right: 15px;
}
.owl-carousel .item_info dl {
  line-height: 28px;
  text-transform: uppercase;
}
.owl-carousel .item_info dl dt, .owl-carousel .item_info dl dd {
  display: inline-block;
}
.owl-carousel .item_info dl dt {
  min-width: 140px;
  color: #aea06c;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.4px;
}
.owl-carousel .item_info dl dd {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 2px;
}
.owl-carousel .item_info address {
  font-weight: 700;
  color: #aea06c;
  line-height: 18px;
  letter-spacing: 1.4px;
}
.owl-carousel .item_info-title:before, .owl-carousel .item_info-title:after {
  display: table;
  content: "";
  line-height: 0;
  font-family: 'montserratbold';
}
.owl-carousel .item_info-title:after {
  clear: both;
}
.owl-carousel .item_info-title h3, .owl-carousel .item_info-title address {
  float: left;
}
.owl-carousel .item_info-title + dl {
  margin-top: 34px;
}
.owl-carousel dl + p {
  margin-top: 14px;
}
.owl-carousel .item_info-price {
  position: absolute;
  left: 0;
  width: 300px;
  bottom: 0;
  background: #cd134d;
  color: #ffffff;
  font-size: 36px;
  line-height: 74px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.8px;
}
.owl-carousel .btn1 {
  position: absolute;
  bottom: 26px;
  right: 26px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .owl-carousel .item .item_info {
    padding-left: 20px;
    padding-right: 20px;
    width: 335px;
  }
  .owl-carousel .btn1 {
    margin-top: 10px;
    position: static;
  }
  .owl-carousel .item_info-price {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .owl-carousel .item .item_info {
    position: static;
    width: 100%;
    padding-bottom: 40px;
  }
  .owl-carousel .item .item_preview img {
    width: 100%;
  }
  .owl-carousel .btn1 {
    margin-top: 20px;
    position: static;
  }
  .owl-carousel .item_info-price {
    margin-top: 20px;
    position: static;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .owl-carousel .item .item_info {
    padding: 40px 10px;
  }
}

.owl-dots {
  padding-top: 14px;
  padding-bottom: 13px;
  text-align: right;
  line-height: 10px;
  border-bottom: 1px solid #e9ecf0;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2f6f50;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
  background: #3d434b;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}
@media (max-width: 767px) {
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
  }
  .owl-dots .owl-dot + .owl-dot {
    margin-left: 20px;
  }
}

/*==================    Buttons    ======================*/
.btn1 {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 2.1px;
  color: #cd134d;
}
.btn1:hover {
  color: #bac2cc !important;
}
.btn1 .fa {
  padding-left: 3px;
  font-size: 20px;
  line-height: 22px;
}

.btn2 {
  display: inline-block;
  padding: 52px 36px 53px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  color: #ffffff;
  background: #cd134d;
}
.btn2:hover {
  background: #b4bcc7;
}

.btn3 {
  display: inline-block;
  padding: 13px 30px 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #cd134d;
}
.btn3:hover {
  background: #3d434b;
}

/*================  Fullwidth list   ====================*/
.fullwidth-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.fullwidth-list li {
  display: table-cell;
}
@media (max-width: 767px) {
  .fullwidth-list {
    display: block;
  }
  .fullwidth-list li {
    display: block;
  }
}
.fullwidth-list a img {
  background: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.fullwidth-list a:hover img {
  opacity: 0.5;
}
.lt-ie9 .fullwidth-list a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
  filter: alpha(opacity=50);
}

/*==================  Index List   ======================*/
.index-list li {
  position: relative;
  padding-left: 58px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-list li:before {
  content: attr(data-index) "/";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 900;
  font-size: 30px;
  line-height: 30px;
  color: #cd134d;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .index-list li {
    padding-left: 0;
  }
  .index-list li:before {
    position: static;
    margin-bottom: 10px;
  }
}

/*==================    Progress   ======================*/
.progress-container {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.progress-container:before, .progress-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.progress-container:after {
  clear: both;
}
.progress-container .progress + .progress {
  position: relative;
  margin-left: 176px;
}
.progress-container .progress + .progress:before {
  position: absolute;
  left: -127px;
  top: 50%;
  margin-top: -20px;
  content: '\f060 \f061';
  font: 400 38px/40px "FontAwesome";
  letter-spacing: 6px;
}
@media (max-width: 1199px) {
  .progress-container {
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .progress-container .progress + .progress {
    margin-left: 134px;
  }
  .progress-container .progress + .progress:before {
    left: -103px;
  }
}
@media (max-width: 979px) {
  .progress-container .progress + .progress:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .progress-container .progress + .progress {
    margin-left: 38px;
  }
}
@media (max-width: 767px) {
  .progress-container {
    width: 224px;
    margin-left: auto;
    margin-right: auto;
  }
  .progress-container .progress + .progress {
    margin-top: 30px;
    margin-left: 0;
  }
}

.progress {
  float: left;
  width: 164px;
  height: 164px;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #3d434b;
  background: #e9ecf0;
  display: table;
  font-size: 20px;
  font-weight: 900;
  line-height: 32px;
}
.progress-wr, .progress_cnt {
  width: 100%;
  height: 100%;
}
.progress-wr {
  display: table-row;
}
.progress_cnt {
  display: table-cell;
  vertical-align: middle;
}

/*==================  Marked List  ======================*/
.marked-list {
  color: #aea06c;
  font-family: 'montserratsemibold';
}
.marked-list li {
    padding-left: 15px;
  font-weight:bold;
}
.marked-list li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
  color: #1a2e54;
}
.marked-list li + li {
  margin-top: 8px;
}
.marked-list a:hover {
  color: #b4bcc7;
}

/*==================  Index Box  ======================*/
.index-box h3 {
  font-size: 72px;
  line-height: 72px;
  color: #3d434b;
}
.index-box h3 span {
  font-size: 36px;
  vertical-align: baseline;
  color: #aea06c;
}
.index-box h4 {
  font-size: 30px;
  line-height: 30px;
  color: #3d434b;
}
.index-box h4 span {
  font-size: 24px;
  vertical-align: baseline;
  color: #cd134d;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .index-box h3 span {
    display: block;
  }
}

/*==================   Service    ======================*/
.service-container {
  background: #2f6f50;
}
.service-container, .service-container h1, .service-container h2, .service-container h3, .service-container h4, .service-container h5, .service-container h6 {
  color: #ffffff;
}
.service-container hr {
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
}
.service-container p {
  color: #c4d5cc;
  font-family: 'montserratsemibold';
}
.service-container .fa {
  color: #ffffff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.service {
  -moz-transition: 0.3s background ease;
  -o-transition: 0.3s background ease;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  display: block;
  padding: 30px 22px 50px;
  text-align: center;
}
.service .fa {
  font-size: 56px;
  line-height: 56px;
}
.service:hover {
  background: #cd134d;
}
.service:hover .fa {
  color: #ffffff;
}
.service .fa + h5 {
  margin-top: 15px;
}
.service h5 + hr {
  margin-top: 19px;
}
.service hr + p {
  margin-top: 15px;
}
.service p + hr {
  margin-top: 16px;
}

/*==================   Isotope    ======================*/
.isotope-list {
  margin-top: 18px;
  margin-bottom: 32px;
  font-weight: 900;
  font-size: 16px;
  color: #cd134d;
}
.isotope-list li {
  display: inline-block;
}
.isotope-list li.active a, .isotope-list li a:hover {
  color: #26303c;
}
.isotope-list li + li {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .isotope-list li {
    display: block;
  }
  .isotope-list li + li {
    margin-left: 0;
  }
}

.isotope .item {
  margin-bottom: 30px;
}

/*==================   Address    ======================*/
.addr p:first-child {
  color: #26303c;
  font-size: 14px;
  text-transform: uppercase;
}
.addr dl dt, .addr dl dd {
  display: inline-block;
}
.addr dl dt {
  min-width: 75px;
}
.addr a {
  color: #cd134d;
}
.addr a:hover {
  text-decoration: underline;
}
.addr p + dl {
  margin-top: 18px;
}

/*==================    Map    ======================*/
.map {
  height: 441px;
}
.map img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map {
    height: 441px;
  }
}
@media (max-width: 479px) {
  .map {
    height: 441px;
  }
}

/*==================     Terms     ======================*/
.terms dt {
  color: #26303c;
  text-transform: uppercase;
}
.terms dt + dd {
  margin-top: 18px;
}
.terms dd + dt {
  margin-top: 40px;
}
.terms a {
  color: #cd134d;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 195px 0 10px;
  background:#2f6f50;
}
.footer .brand {
  margin-top: -13px;
  float: none;
  display: block;
}
.footer .brand .brand_name {
  color: #dde2e8;
}
.footer .brand .brand_name span {
  color: #b4bcc7;
}
@media (max-width: 979px) {
  .footer .brand .brand_name {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer .marked-list {
    display: inline-block;
    text-align: left;
  }
}

.footer-addr {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #ffffff;
  font-family: 'montserratsemibold';
}
.footer-addr .phone {
  margin-top: 17px;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1.8px;
  color: white;
}
.footer-addr .phone span {
  color: white;
}
@media (max-width: 979px) {
  .footer-addr .phone {
    font-size: 23px;
    line-height: 28px;
  }
}
.footer-addr a:hover {
  text-decoration: underline;
}

.copyright {
  display: inline-block;
  margin-top: -11px;
  margin-left: 64px;
  text-align: left;
  color: #dde2e8;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.4px;
  line-height: 18px;
}
.copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 979px) {
  .copyright {
    margin-top: -25px;
    margin-left: 30px;
  }
}
/*==================   Service2    ======================*/

.service2 {
  -moz-transition: 0.3s background ease;
  -o-transition: 0.3s background ease;
  -webkit-transition: 0.3s background ease;
  transition: 0.3s background ease;
  display: block;
  padding: 30px 22px 50px;
  text-align: center;
}
.service2 .fa {
  font-size: 56px;
  line-height: 56px;
}
.service2 .fa + h5 {
  margin-top: 15px;
}
.service2 h5 + hr {
  margin-top: 19px;
}
.service2 hr + p {
  margin-top: 15px;
}
.service2 p + hr {
  margin-top: 16px;
}
.camera{
    background: rgba(26, 46, 84, 0.13);
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 100px;
	}
.desde{
	font-size:20px;
	color:#3d434b;
	}
.casas{
    font-size: 21px;
    line-height: 24px;
	color:#333333;
  font-weight: normal;
	}

.casas ul{
    font-size: 18px;
    line-height: 24px;
  color:#333333;
  font-weight: normal;
  list-style: disc;
  }

  .casas li{

      font-size: 17px;
  }

    .casas li::before {content: "•"; color: #2f6f50;
    font-size: 27px;
  }


  .fracc ul{
    font-size: 24px;
    line-height: 34px;
  color:#2f6f50;
  font-weight: normal;
  list-style: disc;
  }

  .fracc li{

      font-size: 23px;
      line-height: auto;
  }

    .fracc li::before {content: "•"; color: #aea06c;
    font-size: 37px;
  }

.texto{
	    font-size: 30px;
    line-height: 50px;
    color: #1a2e54;
	}
.titulo{
	color:white;
	font-size:25px;
	text-align:center;
	}