/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
 @import url(https://fonts.googleapis.com/css?family=Titillium+Web:700,400);
html, body {
  font-family: 'Titillium Web', sans-serif;
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
  overflow-x: hidden;
  font-size: 14px;
}

.bg-primary {
    background-color:#ffffff !important;
}

.navbar-dark .navbar-toggler {
    /*color: #666;
    /* border-color: #666; */
    background-color: orange;
}

h1, h2, h3, h4, h5 {
  font-size: 40px;
  font-weight: 700;
  color: #5f6270;
  text-transform: uppercase;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  color: #5f6270;
  text-transform: uppercase;
  padding-bottom:1%;
  border-bottom: 1px solid #5f6270;
  margin-bottom: 3%;
}

h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fa8f16;
  text-transform: uppercase;
  padding-bottom: 1%;
  text-transform: none;
}

.back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    background-color: #ff9012;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

a {
  color: #495057;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #ff9012;
  text-decoration: underline;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}



@media (max-width: 750px) {
  .navbar-collapse {
    max-height: 500px;
    overflow-y: auto;
  }
}    

.blanco {
  color: #fff;
}

.sub-title {
  font-size: 18px;
  color: #606371;
}

.sub-title2 {
  font-size: 14px;
  color: #fa8f16;
}

.boton {
  color: #fff;
  border: 2px solid #ff9012;
  background-color: #ff9012;
  position: relative;
  z-index: 1;
  border-radius: 30px;
}

.boton:hover {
  color: #ff9012;
  background-color: transparent;
  border: 2px solid #ff9012;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}


/*body {
  overflow-x: hidden;
}

/*#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 1.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }

}
.list-group-flush .list-group-item {
    color: orange;
}

@media screen and (max-width: 991px){
    .navbar-brand {
    position: absolute;
    padding: 14px 0px;
    top: 0;
  }
}
*/

/* ==========================================================================
   Hero modulo
   ========================================================================== */
   .hero-modulos {
    background: url(../img/hero-area2.png) no-repeat;
    background-size: cover;
    color: #313131;
    overflow: hidden;
    position: relative;
    height: 300px;
    padding-top: 6%;
   }