


  /*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
  .w-40{
    width: 40%!important;
  }
  .border-beige{
    border: 4px solid #F5F2E4;
    padding: 0.375rem 0.75rem;
  }
  .btn-terraces{
    background:#F5F2E4!important;
    color:#51534A;
  }

  .btn-terraces:hover {
      color: #51534A;
      background-color: #F5F2E4;
      
  }
  .btn-terraces-red{
    background:#85422B!important;
    color:#F5F2E4;
    border-color: #F5F2E4;
    border: 1px solid #F5F2E4;
  }

  .btn-terraces-red:hover {
      color: #F5F2E4;
      background-color: #85422B9f!important;
      
  }


  .btn-terraces-green{
    background:#51534A!important;
    color:#F5F2E4;
    
    border-color: #F5F2E4;
    border: 1px solid #F5F2E4;
  }

  .btn-terraces-green:hover {
      color: #51534A!important;
      background-color: #F5F2E4!important;
      
  }

  .btn-green-terraces{
    background:#51534A!important;
    color:#F5F2E4;
  }

  .btn-green-terraces:hover {
      color: #F5F2E4;
      background-color: #51534Ad2;
      
  }
  .text-beige-claro{
    color: #F5F2E4!important;
  }

  .text-green-terraces{
    color: #51534A!important;
  }
  .text-red-terraces{
    color: #A3948B!important;
  }

  .text-dark-terraces{
    color: #A3948B!important;
  }

  .bg-beige{
    background: #F5F2E4!important;
  }

  .bg-green-terraces{
    background: #51534A!important;
  }
    
  .bg-red-terraces{
    background-color: #85422B;
  }
  body {
    
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;

    color: var(--color-default);
  }
  
  a {
    color: #A3948B;
    text-decoration: none;
  }
  
  a:hover {
    color: #A3948Bbd;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
  }
  
  /*--------------------------------------------------------------
  # Sections & Section Header
  --------------------------------------------------------------*/
  section {
    padding: 60px 0;
    overflow: hidden;
  }
  
  .sections-bg {
    background-color: #f6f6f6;
  }
  
  .section-header {
    text-align: center;
    padding-bottom: 60px;
  }
  
  .section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .section-header p {
    margin-bottom: 0;
    color: #6f6f6f;
  }
  
  
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  /* visibility: hidden; */
  /* opacity: 0; */
  right: 1px;
  bottom: 70%;
  z-index: 99999;
  background: #51534A;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #1D1D1B;
  color: #fff;
}

/* .scroll-top.active {
  visibility: visible;
  opacity: 1;
} */

/*  */
.scroll-top2 {
  position: fixed;
  /* visibility: hidden; */
  /* opacity: 0; */
  right: 1px;
  bottom: 64%;
  z-index: 99999;
  background: #51534A;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top2 i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top2:hover {
  background: #1D1D1B;
  color: #fff;
}

/* .scroll-top2.active {
  visibility: visible;
  opacity: 1;
} */


/*  */
.scroll-top3 {
  position: fixed;
  /* visibility: hidden; */
  /* opacity: 0; */
  right: 1px;
  bottom: 58%;
  z-index: 99999;
  background: #51534A;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top3 i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top3:hover {
  background: #1D1D1B;
  color: #fff;
}

/* .scroll-top3.active {
  visibility: visible;
  opacity: 1;
} */
/* Sections Header
--------------------------------*/
.section-header {
  
  position: relative;
  padding-bottom: 20px;
}
.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #636363;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  
  background: #F0F2F3;
  width: 95%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 auto;
}
#header.header-scrolled, #header.header-inner {
  background: #F0F2F3;
  color: #1D1D1B;
  height: 70px;
  
  width: 95%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin: 0 auto;
}
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#header #logo h1 span {
  color: #636363;
}
#header #logo h1 a, #header #logo h1 a:hover {
  color: #636363;
}
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
@media (max-width: 992px) {
  #header #logo img {
    max-height: 30px;
  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #555960;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #636363;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #1D1D1B;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #F0F2F3;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #060c22;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #636363;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #32352F;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #F0F2F3;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #060c22;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #636363;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #F0F2F3;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #636363;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

  
  /*--------------------------------------------------------------
  # About Us Section
  --------------------------------------------------------------*/
  .about{
    background: #51534A;
  }
  .about p{
    color: #51534A;
    font-family: 'Montserrat', sans-serif !important;

  }
  
  .about span{
    color: #a39a8b;
    font-family: 'Montserrat', sans-serif !important;

  }
  .about h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
      font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
  }

  
  
  
  /*--------------------------------------------------------------
  # info Section
  --------------------------------------------------------------*/
  .info{
    background: linear-gradient(0deg, rgba(81,83,74,1) 0%, rgba(81,83,74,1) 67%, rgba(245,242,228,1) 67%, rgba(245,242,228,1) 100%);
  }

  
  .info h3{
    color: #785553;
  }

  .info p{
    color: #51534A;
  }

  
  
  /*--------------------------------------------------------------
  # amenidades Section
  --------------------------------------------------------------*/
  .amenidades{
    background: #fff;
  }

  .amenidad-alberca{
    background-image: url(../img/amenidades/alberca.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }
  
  .amenidad-BodegaVinos{
    background-image: url(../img/amenidades/BodegaVinos.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }

  
  .amenidad-CasaDescanso{
    background-image: url(../img/amenidades/CasaDescanso.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }
  
  .amenidad-CicloVia{
    background-image: url(../img/amenidades/CicloVia.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }
  
  .amenidad-glamping{
    background-image: url(../img/amenidades/glamping.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }
  
  .amenidad-Hotel{
    background-image: url(../img/amenidades/Hotel.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }
  
  .amenidad-Huerto{
    background-image: url(../img/amenidades/Huerto.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }
  
  .amenidad-ParqueCanino{
    background-image: url(../img/amenidades/ParqueCanino.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }
  
  .amenidad-SalonEventos{
    background-image: url(../img/amenidades/SalonEventos.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }
  
  


    /*--------------------------------------------------------------
  #   terrenos-disponibles Section
  --------------------------------------------------------------*/
  .terrenos-disponibles{
    background: #fff;
    color: #51534A;
  }

  .terrenos-disponibles h3{
    
    color: #51534A;
  }

  .terrenos-disponibles p{
    
    color: #51534A;
  }


  
  
  
  
  /*--------------------------------------------------------------
  # MasterPlan Section
  --------------------------------------------------------------*/
  #masterplan{
    background-color: #fff;
  }

  
  /*mapaLimpio*/

  g path,
  g polygon,
  g polyline,
  g rect {
      fill: rgb(175 187 146 / 0.5)!important;
      cursor: pointer;
      stroke: transparent!important
  }
  g path:hover,
  g polygon:hover,
  g polyline:hover,
  g rect:hover {
      fill: rgb(50, 205, 50, 0.5)!important;
      stroke: green!important
  }
  g path[data-status=vBCasa],
  g polygon[data-status=vBCasa],
  g polyline[data-status=vBCasa],
  g rect[data-status=vBCasa] {
      fill: transparent!important;
      cursor: default;
      stroke: transparent!important
  }
  g path[data-type=vCasa],
  g polygon[data-type=vCasa],
  g polyline[data-type=vCasa],
  g rect[data-type=vCasa] {
      fill: #000!important;
      cursor: pointer;
      stroke: transparent!important
  }
  g path[data-type=vCasa]:hover,
  g polygon[data-type=vCasa]:hover,
  g polyline[data-type=vCasa]:hover,
  g rect[data-type=vCasa]:hover {
      fill: #000!important;
      stroke: transparent!important
  }
  .svgMapa {
      position: absolute;
      left: 0;
      top: 0
  }
  [data-status=sold],
  [data-status=sold]:hover {
      cursor: default
  }
  [data-status=sold],
  [data-status=sold]:hover {
      fill: rgb(232 83 83 / 0%)!important;
      stroke: rgb(148 77 77 / 0%)!important
  }
  [data-status=stage2],
  [data-status=stage2]:hover {
      cursor: pointer
  }
  g path[data-status=stage2],
  g polygon[data-status=stage2],
  g polyline[data-status=stage2],
  g rect[data-status=stage2] {
      cursor: default;
      fill: rgb(35 176 230 / 62%)!important;
      stroke: rgb(0, 0, 0)!important
  }
  [data-status=stage2],
  [data-status=stage2]:hover {
      fill: rgb(130 146 70 / 67%)!important;
      stroke: rgb(0, 0, 0)!important
  }
  [data-status=particular],
  [data-status=particular]:hover {
      cursor: pointer
  }
  g path[data-status=particular],
  g polygon[data-status=particular],
  g polyline[data-status=particular],
  g rect[data-status=particular] {
      cursor: default;
      fill: rgba(103, 36, 131, 0.493)!important;
      stroke: rgb(25 30 37 / 65%)!important
  }
  [data-status=particular],
  [data-status=particular]:hover {
      fill: rgb(220 199 183 / 70%)!important;
      stroke: rgb(0, 0, 0)!important
  }
  [data-status=stageA],
  [data-status=stageA]:hover {
      cursor: pointer
  }
  g path[data-status=stageA],
  g polygon[data-status=stageA],
  g polyline[data-status=stageA],
  g rect[data-status=stageA] {
      cursor: default;
      fill: rgb(116 77 86 / 70%)!important;
      stroke: rgb(25 30 37 / 70%)!important
  }
  [data-status=stageA],
  [data-status=stageA]:hover {
      fill: rgb(220 199 183 / 70%)!important;
      stroke: rgb(0, 0, 0)!important
  }
  [data-status=stageAPlus],
  [data-status=stageAPlus]:hover {
      cursor: pointer
  }
  g path[data-status=stageAPlus],
  g polygon[data-status=stageAPlus],
  g polyline[data-status=stageAPlus],
  g rect[data-status=stageAPlus] {
      cursor: default;
      fill: rgb(80 83 76 / 70%)!important;
      stroke: rgb(25 30 37 / 70%)!important
  }
  [data-status=stageAPlus],
  [data-status=stageAPlus]:hover {
      fill: rgb(220 199 183 / 70%)!important;
      stroke: rgb(0, 0, 0)!important
  }
  [data-status=stageB],
  [data-status=stageB]:hover {
      cursor: pointer
  }
  g path[data-status=stageB],
  g polygon[data-status=stageB],
  g polyline[data-status=stageB],
  g rect[data-status=stageB] {
      cursor: default;
      fill: rgb(131 66 47 / 70%)!important;
      stroke: rgb(25 30 37 / 65%)!important
  }
  [data-status=stageB],
  [data-status=stageB]:hover {
      fill: rgb(220 199 183 / 70%)!important;
      stroke: rgb(0, 0, 0)!important
  }
  [data-status=stageC],
  [data-status=stageC]:hover {
      cursor: pointer
  }
  g path[data-status=stageC],
  g polygon[data-status=stageC],
  g polyline[data-status=stageC],
  g rect[data-status=stageC] {
      cursor: default;
      fill: rgba(120, 85, 83, 0.70)!important;
      stroke: rgb(25 30 37 / 65%)!important
  }
  [data-status=stageC],
  [data-status=stageC]:hover {
      fill: rgb(220 199 183 / 70%)!important;
      stroke: rgb(0, 0, 0)!important
  }
  [data-status=selected],
  [data-status=selected]:hover {
      cursor: default
  }
  [data-status=selected],
  [data-status=selected]:hover {
      fill: rgb(13 110 255 / 52%)!important;
      stroke: rgb(13 14 13 / 60%)!important
  }
  [data-status=active],
  [data-status=active]:hover {
      fill: rgb(50, 205, 50, 0.5)!important;
      stroke: green!important
  }
    
  
  /*--------------------------------------------------------------
  # videos Section
  --------------------------------------------------------------*/
  .videos{
    background: #51534A;
  }


  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  .hero {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../img/bg-boceto.jpg);
    background-size: cover;
    padding: 60px 0 0 0;
    background-position: center;
  }
  

  
  .hero:before {
      content: "";
      background: rgba(0, 0, 0, .5);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0
  }
  @media (min-width: 1365px) {
    .hero {
      background-attachment: fixed;
    }
  }
  
  .hero h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #F5F2E4;
  }
  
  .hero p {
    color: #F5F2E4;
    
    margin-bottom: 30px;
  }
  
  .hero .btn-get-started {
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 50px;
    transition: 0.3s;
    color: #F5F2E4;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.1);
  }
  
  .hero .btn-get-started:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }
  
  .hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #F5F2E4;
    font-weight: 600;
  }
  
  .hero .btn-watch-video i {
    color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
  }
  
  .hero .btn-watch-video:hover i {
    color: #F5F2E4;
  }
  
  @media (max-width: 640px) {
    .hero h2 {
      font-size: 36px;
    }
  
    .hero .btn-get-started,
    .hero .btn-watch-video {
      font-size: 14px;
    }
  }
  
  .hero .icon-boxes {
    padding-bottom: 60px;
  }
  
  @media (min-width: 1200px) {
    .hero .icon-boxes:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: calc(50% + 20px);
      background-color: #F5F2E4;
    }
  }
  
  .hero .icon-box {
    padding: 30px 10px;
    position: relative;
    overflow: hidden;
    background: #F5F2E4;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  
  .hero .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
  }
  
  .hero .icon-box .title a {
    color: #8D8F8F;
    transition: 0.3s;
  }
  
  .hero .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
  }
  
  .hero .icon-box:hover {
    background: #F5F2E4;
  }
  
  .hero .icon-box:hover .title a,
  .hero .icon-box:hover .icon {
    color: #8D8F8F;
  }
  
  


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {  
  padding: 0 0 25px 0;  
  background-image: url(../img/textura\ corazones.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  font-size: 14px;
}
#footer .footer-top {
  
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #F5F2E4;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  color: #F5F2E4;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #F5F2E4;
  color: #51534A;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #51534A;
  color: #F5F2E4;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #F5F2E4;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  /* border-bottom: 2px solid #F5F2E4; */
}

#footer .footer-top p {
  
  color:  #F5F2E4;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #F5F2E4;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
  /* border-bottom: 1px solid #262c44; */
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #F5F2E4;
}
#footer .footer-top .footer-links ul a:hover {
  color: #F5F2E4;
}
