


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

  .btn-distrito:hover {
      color: #A8AFA2;
      background-color: #F5F2E4;
      
  }
  .btn-distrito-red{
    background:#A3948B!important;
    color:#FBFAF4;
  }

  .btn-distrito-red:hover {
      color: #FBFAF4;
      background-color: #A3948B9f!important;
      
  }


  .btn-distrito-green{
    background:#A8AFA2!important;
    color:#FBFAF4;
    
    border-color: #FBFAF4;
    border: 1px solid #FBFAF4;
  }

  .btn-distrito-green:hover {
      color: #A8AFA2!important;
      background-color: #FBFAF4!important;
      
  }

  .btn-green-distrito{
    background:#A8AFA2!important;
    color:#FBFAF4;
  }

  .btn-green-distrito:hover {
      color: #FBFAF4;
      background-color: #A8AFA2d2;
      
  }
  .text-beige-claro{
    color: #FBFAF4!important;
  }

  .text-green-distrito{
    color: #A8AFA2!important;
  }
  .text-red-distrito{
    color: #A3948B!important;
  }

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

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

  .bg-green-distrito{
    background: #A8AFA2!important;
  }
    
  .bg-red-distrito{
    background-color: #A3948B;
  }
  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: #a8afa2;
  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: #a8afa2;
  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: #a8afa2;
  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: #A8AFA2;
  }
  .about p{
    color: #4E4B4A;
    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(168,175,162,1) 0%, rgba(168,175,162,1) 67%, rgba(245,242,228,1) 67%, rgba(245,242,228,1) 100%);
  }

  .info p{
    color: #4E4B4A;
  }

  
  
  /*--------------------------------------------------------------
  # 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: #4E4B4A;
  }

  .terrenos-disponibles h3{
    
    color: #4E4B4A;
  }

  .terrenos-disponibles p{
    
    color: #4E4B4A;
  }


  /*--------------------------------------------------------------
  #   caracteristicas Section
  --------------------------------------------------------------*/
  .caracteristicas{
    background-image: url("../img/bg-espigas.svg");
    background-repeat: no-repeat;    
    background-size: cover;
    background-position: top;
    color: #4E4B4A;
  }

  .caracteristicas h5{
    
    color: #4E4B4A;
  }
  .caracteristicas p{
    
    color: #4E4B4A;
  }

  
  
  
  /*--------------------------------------------------------------
  # 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: rgba(50,50,50,.8) !important;*/
  /*fill: #4d663d !important;*/
      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(203 154 12 / 70%) !important;
  stroke: rgb(25 30 37 / 65%) !important;
}

[data-status="stage2"], [data-status="stage2"]:hover{
  /*fill: rgba(50,50,50,.8) !important;*/
  /*fill: #4d663d !important;*/
  fill: rgb(130 146 70 / 67%) !important;
  stroke: rgb(0, 0, 0) !important;

}



[data-status="stage3"], [data-status="stage3"]:hover{
  cursor: pointer;

}

g path[data-status="stage3"], g polygon[data-status="stage3"], g polyline[data-status="stage3"], g rect[data-status="stage3"]{

  cursor: default;
  fill: rgb(112 116 121 / 75%) !important;
  stroke: rgb(25 30 37 / 65%) !important;
}

[data-status="stage3"], [data-status="stage3"]:hover{
  /*fill: rgba(50,50,50,.8) !important;*/
  /*fill: #4d663d !important;*/
  fill: rgb(130 146 70 / 67%) !important;
  stroke: rgb(0, 0, 0) !important;

}

[data-status="selected"], [data-status="selected"]:hover{
  cursor: default;
}

[data-status="selected"], [data-status="selected"]:hover{
  /*fill: rgba(50,50,50,.8) !important;*/
  /*fill: #4d663d !important;*/
  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: #A8AFA2;
  }


  /*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
  .hero {
    width: 100%;
    position: relative;
    background: url(../img/bg-cactus.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: #FBFAF4;
  }
  
  .hero p {
    color: #FBFAF4;
    
    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: #FBFAF4;
    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: #FBFAF4;
    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: #FBFAF4;
  }
  
  @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: #FBFAF4;
    }
  }
  
  .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: #FBFAF4;
  }
  
  .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: #FBFAF4;
}
#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: #FBFAF4;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #FBFAF4;
  color: #A8AFA2;
  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: #4E4B4A;
  color: #FBFAF4;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #FBFAF4;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  /* border-bottom: 2px solid #FBFAF4; */
}

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

#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: #FBFAF4;
  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: #FBFAF4;
}
#footer .footer-top .footer-links ul a:hover {
  color: #FBFAF4;
}
