
body {
    font-family: "Open Sans", sans-serif;
    background: #0c0b09;
    color: #fff;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
  }
  .c-Inactivo{
    display: none;
  }
  .section-bg {
    background-color: #1a1814;
  }
  
  .section-title {
    padding-bottom: 40px;
  }
  
  .section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #aaaaaa;
    font-family: "Poppins", sans-serif;
  }
  
  .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    margin: 4px 10px;
  }
  
  .section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    color: #cda45e;
  }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: rgba(12, 11, 9, 0.6);
    border-bottom: 1px solid rgba(12, 11, 9, 0.6);
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
    top: 40px;
}
#header.header-scrolled {
    top: 0;
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid #37332a;
}
#header .logo {
    font-size: 28px;
    margin: 0 ;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
#header .logo a {
    color: #fff;
    margin-left: 50px;
}
  
#header .logo img {
    max-height: 40px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.container-menu{
    justify-content: center;
}
.navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 5px 30px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 20px;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #d9ba85;
  }
  
  /* .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    color: #444444;
  }
  
  .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: #cda45e;
  }
  
  .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: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    padding: 6px 0 6px 0px;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }

    .container-menu{
        justify-content:end;
    }

  }
  
  .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: 60px;
    right: 0px;
    /* bottom: 200px; */
    /* left: 50%; */
    padding: 50px 20px;
    border-radius: 10px 0px 0px 50px;
    /* border-radius: 6px; */
    background-color: #ebebeb;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    color: #1a1814;
    border-radius: 6px;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #cda45e;
    /* background-color: #4d4d4d; */
  }
  
  .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: #ffffff;
    box-shadow: 0px 0px 30px rgba(255, 255, 255, 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: #cda45e;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }
  /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background: url("../img/1600x1200-blurred-images-coffee-shop-cafe-600nw-2289620581.jpg") top center;
    background-size: cover;
    position: relative;
    padding: 0;
  }
  
  #hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  
  #hero .container {
    padding-top: 110px;
  }
  
  @media (max-width: 992px) {
    #hero .container {
      padding-top: 98px;
    }
  }
  
  #hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
  
  #hero h1 span {
    color: #cda45e;
  }
  
  #hero h2 {
    color: #eee;
    margin-bottom: 10px 0 0 0;
    font-size: 22px;
  }
  
  /* #hero .btns {
    margin-top: 30px;
  }
  
  #hero .btn-menu,
  #hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.3s;
    line-height: 1;
    color: white;
    border: 2px solid #cda45e;
  }
  
  #hero .btn-menu:hover,
  #hero .btn-book:hover {
    background: #cda45e;
    color: #fff;
  }
  
  #hero .btn-book {
    margin-left: 15px;
  }
  
  #hero .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
  }
  
  #hero .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  #hero .play-btn::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(205, 164, 94, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  
  #hero .play-btn:hover::after {
    border-left: 15px solid #cda45e;
    transform: scale(20);
  }
  
  #hero .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
  }
  
  @media (min-width: 1024px) {
    #hero {
      background-attachment: fixed;
    }
  }
  
  @media (max-width: 992px) {
    #hero .play-btn {
      margin-top: 30px;
    }
  }
  
  @media (max-height: 500px) {
    #hero {
      height: auto;
    }
  
    #hero .container {
      padding-top: 130px;
      padding-bottom: 60px;
    }
  }
  
  @media (max-width: 768px) {
    #hero h1 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #hero h2 {
      font-size: 18px;
      line-height: 24px;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  } */
  /*--------------------------------------------------------------
# servicios
--------------------------------------------------------------*/
#servicios {
    width: 100%;
    /* height: 100vh; */
    background: url("../img/como-elegir-muebles-para-restaurante.jpg") top center;
    background-size: cover;
    position: relative;
    /* padding: 0; */
  }
  #servicios::before {
    content: "";
    background: rgba(0, 0, 0, 0.822);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }

  .container-servicios{
    position: relative;
  }
  
  .servicios .nav-tabs {
    border: 0;
  }
  
  .servicios .nav-link {
    border: 0;
    padding: 12px 15px;
    transition: 0.3s;
    color: #fff;
    border-radius: 0;
    border-right: 2px solid #cda45e;
    font-weight: 600;
    font-size: 15px;
  }
  
  .servicios .nav-link:hover {
    color: #cda45e;
  }
  
  .servicios .nav-link.active {
    /* color: #ffffff; */
    color: #1a1814;
    background: #cda45e;
    border-color: #cda45e;
  }
  
  .servicios .nav-link:hover {
    border-color: #cda45e;
  }
  
  .servicios .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
  }
  #servicios .col-img{
    background-color: #e6e6e6;
    
  }
  #servicios img{
    border-radius: 5px;
    background-color: #dbdbdb;
    padding: 5px;
    /* box-shadow: 0px 20px 5px #e6e6e6; */
    /* box-shadow: rgba(255, 255, 255, 0.09) 0px 2px 1px, rgba(255, 255, 255, 0.09) 0px 4px 2px, rgba(255, 255, 255, 0.09) 0px 8px 4px, rgba(255, 255, 255, 0.09) 0px 16px 8px, rgba(255, 255, 255, 0.055) 0px 32px 16px; */
  }

  .servicios .details p {
    color: #e6e6e6;
  }
  
  .servicios .details p:last-child {
    margin-bottom: 0;
  }
  @media(max-height:700px){
    #servicios img{
      display: none;
    }
  }
  @media (max-width: 991px) {
    .servicios .nav-link {
      border: 0;
      padding: 15px;
    }
    .section-title h2 {
      font-size: 12px;
      margin: 0 0 5px 0;
    }
    .section-title p {
      font-size: 20px;
    }
    .section-title {
      padding: 0 0 10px !important;
    }
    .servicios .nav-link {
      padding: 10px 10px;
      font-size: 13px;
    }
    #servicios {
      height: 100vh;
    }
    .servicios .details p {
      font-size: 12px;
    }
    #servicios img{
      width: 60%;
    }
  }

  .img-Eventos{
    width: 400px;
  }
  /*--------------------------------------------------------------
# servicios-Eventos
--------------------------------------------------------------*/
#servicios-Eventos {
    width: 100%;
    /* height: 100vh; */
    background: url("../img/como-elegir-muebles-para-restaurante.jpg") top center;
    background-size: cover;
    position: relative;
    /* padding: 0; */
  }
  #servicios-Eventos::before {
    content: "";
    background: rgba(0, 0, 0, 0.822);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }

  .container-servicios-Eventos{
    position: relative;
  }
  
  .servicios-Eventos .nav-tabs {
    border: 0;
  }
  
  .servicios-Eventos .nav-link {
    border: 0;
    padding: 12px 15px;
    transition: 0.3s;
    color: #fff;
    border-radius: 0;
    border-right: 2px solid #cda45e;
    font-weight: 600;
    font-size: 15px;
  }
  
  .servicios-Eventos .nav-link:hover {
    color: #cda45e;
  }
  
  .servicios-Eventos .nav-link.active {
    /* color: #ffffff; */
    color: #1a1814;
    background: #cda45e;
    border-color: #cda45e;
  }
  
  .servicios-Eventos .nav-link:hover {
    border-color: #cda45e;
  }
  
  .servicios-Eventos .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
  }
  #servicios-Eventos .col-img{
    background-color: #e6e6e6;
    
  }
  #servicios-Eventos img{
    border-radius: 5px;
    background-color: #dbdbdb;
    padding: 5px;
    /* box-shadow: 0px 20px 5px #e6e6e6; */
    /* box-shadow: rgba(255, 255, 255, 0.09) 0px 2px 1px, rgba(255, 255, 255, 0.09) 0px 4px 2px, rgba(255, 255, 255, 0.09) 0px 8px 4px, rgba(255, 255, 255, 0.09) 0px 16px 8px, rgba(255, 255, 255, 0.055) 0px 32px 16px; */
  }

  .servicios-Eventos .details p {
    color: #e6e6e6;
  }
  
  .servicios-Eventos .details p:last-child {
    margin-bottom: 0;
  }
  @media(max-height:700px){
    #servicios-Eventos img{
      display: none;
    }
  }
  @media (max-width: 991px) {
    .servicios-Eventos .nav-link {
      border: 0;
      padding: 15px;
    }
    .section-title h2 {
      font-size: 12px;
      margin: 0 0 5px 0;
    }
    .section-title p {
      font-size: 20px;
    }
    .section-title {
      padding: 0 0 10px !important;
    }
    .servicios-Eventos .nav-link {
      padding: 10px 10px;
      font-size: 13px;
    }
    #servicios-Eventos {
      height: 100vh;
    }
    .servicios-Eventos .details p {
      font-size: 12px;
    }
    #servicios-Eventos img{
      width: 60%;
    }
  }

  .img-Eventos{
    width: 400px;
  }
  /*--------------------------------------------------------------
  /* Pricing Section
  --------------------------------------------------------------*/

#pricing .section-bg-color {
  background: #111111;
}
#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}
#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  background: #ffffff0e;
  text-align: center;
}
#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}
#pestañas .nav-tabs{
  border-bottom: 2px solid #cda45e;
}

.section-bg-color .nav-link {
  border: 0;
  padding: 12px 15px;
  transition: 0.3s;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  font-size: 15px;
}

.section-bg-color .nav-link:hover {
  color: #cda45e;
}

.section-bg-color .nav-link.active {
  color: #1a1814;
  background: #cda45e;
  border-color: #cda45e;
}

#pestañas .nav-item{
  padding: 0;
}
#pricing p span {
  color: #cda45e;
  font-size: 15px;
  font-weight: 600;
}
#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
  font-size: 13px;
}
#pricing ul li {
  padding-bottom: 12px;
}
#pricing ul i {
  color: #cda45e;
  font-size: 18px;
  padding-right: 4px;
}
#pricing .get-started-btn {
  background: #2e2e2e;
  /* background: #7e6337; */
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 13px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
#pricing .get-started-btn:hover {
  background: #947745;

}
#pricing .box:hover {
  /* border: 2px solid #cda45e; */
  box-shadow: 0px 0px 10px #cda45e88;
}


  /*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  width: 100%;
  /* height: 100vh; */
  background: url("../img/wallpaper_nosotros.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  
}

.events::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #cda45e;
}
.container-nosotros{
  position: relative;
  /* top: 70px; */
  /* margin-top: 15%; */
  /* margin-left: 7%;
  margin-right: 7%; */
}

/* .events .event-item .price {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #cda45e;
} */

/* .events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
} */

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cda45e;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cda45e;
}
@media(max-width:991px){
  /* .container-nosotros{} */
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact {
  width: 100%;
  /* height: 90vh; */
  background: #111111 center center no-repeat;
  /* background: url("../img/wallpaper_nosotros.jpg") center center no-repeat; */
  background-size: cover;
  position: relative;
  /* padding: 60px 0 60px 0;
  overflow: hidden; */
  /* justify-content: space-evenly; */
}

/* #contacto::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
} */

.contact .info {
  width: 100%;
}

.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #cda45e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #bab3a6;
}

.contact .info .open-hours,
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #cda45e;
  border-top-color: #1a1814;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: #0c0b09;
  border-color: #625b4b;
  color: white;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: #a49b89;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #cda45e;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #cda45e;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #d3af71;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  
  100% {
    transform: rotate(360deg);
  }
}

@media( max-width: 991px ){
  #contact{
    /* padding-top: 80px; */
  }
  /* #contact .contacto-img img{
    width: 90%;
  } */
  #contact .contacto-img{
    padding-top: 40px;
    width: 70%;
    /* padding-bottom: 30px; */
  /* position: relative; */
  /* top: 40px; */

  }
}
@media( max-height: 720px ){
  #contact .contacto-img{
    align-items: center;
    justify-content: center;
    /* bottom: 50px; */
  }
  #contact .contacto-img img{
  width: 70%;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: black;
  padding: 0 0 20px 0;
  color: #bbbbbb;
  font-size: 12px;
}
#footer .copyright span {
  color: #ffffff;
}
#footer .copyright {
  text-align: center;
  padding-top: 20px;
}