/*  typography */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@font-face {
  font-family: "futura-bold";
  src: url("../fonts/Futura-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
 
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
  background-color: #c9c5c5;
  font-weight: 400;
  color: #6c757d;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

p, .paragraph {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
}

.footer p, .paragraph {
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
}

body {
  background-color: #c9c5c5;
  overflow-x: hidden;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.navigation {
  background: linear-gradient(to right, transparent 50%, #656666 50%);
  transition: 0.2s ease;
}
@media (max-width: 991px) {
  .navigation {
    background:#656666;
  }

  #logohome{
    width: 98%;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #1a1a37;
    max-height: calc(100vh - 80px);
  }
  .navbar-collapse.show {
    overflow-y: auto;
  }
}

.navbar-nav {
  padding-left: 17px;
  background: #656666;
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-left: 0;
    background: #656666;
  }
}

.nav-bg {
  background-color: transparent;
}

.nav-item {
  margin: 0 15px;
  position: relative;
  padding: 0px 25px 0px 25px;
}
@media (max-width: 991px) {
  .nav-item:last-child {
    margin-bottom: 20px;
  }
}
.nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 200;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 0px;
}
@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px 20px;
  }
}

.hero-section {
  padding: 250px 0 200px;
}
@media (max-width: 991px) {
  .hero-section {
    padding: 250px 0 200px;
  }
}



.hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}

.hero-slider .slick-dots li button {
  color: transparent;
  padding: 0;
  overflow: hidden;
  height: 10px;
  width: 10px;
  background: transparent;
  border: 0;
  outline: 0;
}

.bg-footer {
  background-color: #E85639
}

.logo-footer {
  margin-top: -20px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom:white 2px solid;
}

.footer {
  border-color: #E85639 !important;
}
 .footer ul{
  color: #fff;
  line-height: 1;
 }
#ft-vm{
  padding-left: 75px;
}
 #contacto{
  display: flex;
  justify-content: center;
  padding-top: 100px;
 }
#contacto ul{
  padding-left: 10px;
  border-left: white solid 1px;
}
.p-2{
  padding:0rem!important;
}
.hero-section{
  background-image:url('images/backgrounds/background-home.png');

}