/*--------------------------------------------------------------
  Inicio Navbar
--------------------------------------------------------------*/

.navbar{
  padding: 10px 0;
}

.navbar-toggle{
  border-radius: 2px;
}

.navbar-custom {
  /*background-color: rgba(10, 10, 10, 0.9);*/
  background-color: #fff;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar .selected{
  color: #2a2a2a!important;
  pointer-events: none;
  cursor: default;
  font-weight: 600;
}

.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  background: url(../../assets/images/proropa/logo-navbar.svg) 10px top no-repeat;
  width: 141px;
  height: 48px;
  padding-left: 10px;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.navbar-custom .nav li > a {
  position: relative;
  /*color: rgba(255, 255, 255, 0.7);*/
  color: #868282;
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #2f2f2f;
}

.navbar-custom .dropdown-menu > li > a:hover {
  /*background: rgba(255, 255, 255, 0.1) !important;*/
  background: #fece00 !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

/*--------------------------------------------------------------
  Fin Navbar
--------------------------------------------------------------*/

.module-proropa{
  padding: 70px 0;
  }

.module-proropa .white{
  color: #fff;
}

.module-proropa .features-title{
  font-size: 17px;
  font-weight: bold;
}

.module-proropa .img-producto-nacional{
  text-align: center;
}

#works{
  background-color: #f5f5f5;
}

.bg-grey-pr{
  background-color: #2f2f2f;
}

.bg-yellow-pr{
  background-color: #fece00;
}

.footer {
    padding: 20px 0;
}

.footer .copyright{
  color: #2f2f2f;
}

.footer .iso-proropa-footer img{
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 32px;
  padding-bottom: 10px
}

.alt-features-item.texto-proropa{
  margin: 0;
}

 @media only screen and (max-width : 768px) {
  .alt-features-icon img{
  width: 80px;
  height: 80px;
  display: inline-block;
  }
}

/* Inicio Call to Action*/

.module-small-proropa{
  padding: 30px 0;
}

.module-small-proropa h3{
  color: #fff;
  font-size: 20px;
}

.module-small-proropa p{
  color: #fece00;
}

/* Fin Call to Action*/










