/*Colores links nav*/

.nav-item {
  a {
    color: white;
  }
}

.nav-item {
  a:hover {
    color: #69bb7e;
  }
}

/* Tipografía */
body,
ul,
li,
p,
a,
label,
input,
div {
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
}

.h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px !important;
  font-weight: 200 !important;
}

.h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}

.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}

/* General */
.logo {
  font-weight: 500 !important;
}

.text-warning {
  color: #ede861 !important;
}

.text-muted {
  color: #bcbcbc !important;
}

.text-success {
  color: #59ab6e !important;
}

.text-light {
  color: #cfd6e1 !important;
}

.bg-dark {
  background-color: #212934 !important;
}

.bg-light {
  background-color: #e9eef5 !important;
}

.bg-black {
  background-color: #1d242d !important;
}

.bg-success {
  background-color: #59ab6e !important;
}

.btn-success {
  background-color: #59ab6e !important;
  border-color: #56ae6c !important;
}

a:visited {
  color: #ffffff;
}

/* Slider */
#template-ser-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #59ab6e;
}

#template-ser-carousel .carousel-control-next i,
#template-ser-carousel .carousel-control-prev i {
  color: #59ab6e !important;
  font-size: 2.8em !important;
}


@media (max-width: 480px) {
  .navbar-nav li a {
    font-size: 1px;
  }
}