.slide{
    background-color: #e3e3e3;
    padding-top:60px;
    min-height: 100vh;
    width: 100%;
    display: block;
    clear: left;
}

.slideRev{
	min-height: calc(100vh + 60px);
	background-color: #A9A9A9;
  padding-top:60px;
  width: 100%;
  display: block;
  clear: left;
}

#head-image{
  width: 30%;
  padding-top: 2%;
}

.logo-not-colored{
  height: 60px;
  width: 200px;
  background-image: url("../images/logo.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.logo-colored{
  height: 60px;
  width: 200px;
  background-image: url("../images/logo2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* NAVBAR */

.navbar-brand{
   margin-top: 3px;
}

#nvbar{
  background-color: transparent;
  /*background-color: #131339;*/
}

.navbar {

}

.navbar-fixed-top.scrolled {
  background-color: #f1f1f1 !important;
  -webkit-box-shadow: 3px 3px 33px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 33px 0px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 33px 0px rgba(0,0,0,0.75);
  transition: background-color 200ms linear;
}

.affix{
 z-index: 9999 !important;
 top: 0;
 position: fixed;
}

#nav-wrapper{
 background-color: #131339;
}

#navbar-logo{
 display: none;
}

.navbar {
   margin-bottom: 0px;
}

.navbar-default {
   background-color: #f8f8f8;
   border-width: 0px;
}

li.navItem {
   padding-top: 3px;
   padding-bottom: 3px;
}

#navigationBar {
   /*background-color: #131339;*/
   background-color: transparent;
   padding-bottom: 0px;
}
.activeItem {
   color: #404040;
   border-top-width: 3px;
   border-top-style: solid;
   margin-top: 0px;
   border-bottom-width: 6px;
   border-bottom-style: solid;
   border-color: transparent;
   /*border-color: #b2b2b2;*/
   padding-bottom: 0px;
}

#navbar > ul > li.activeItem > a {
   /*background-color: #b2b2b2;*/
   color: #eec818 !important;
}

.navbar-default .navbar-nav>li>a{
  color: white;
}

#navbar > ul > li:nth-child(1) > span{
 display: inline-block;
}

#menu1{
 display: inline-block;
}

#navigationBar > div.navbar-header > a > img {
 height: 40px;
 margin-top: 10px;
 margin-right: 13px;
}

.navItem > a {
 color: white;
}

.navitem-not-colored > a {
  color: white !important;
}

.navitem-colored > a {
  color: #131339 !important;
}


.navItem {
   color: #ffffff;
}


/* FOOTER */

footer{
     /*background-color: #131339;*/
     background-color: #e3e3e3;
     padding-top:30px;
}

.adress span , .menu span{
   color: #131339;
   font-weight: 800;
   border-bottom: 1px solid #ffb92d;
   padding-bottom: 10px;
   margin-bottom: 20px;
   display: block;
   text-transform: uppercase;
   font-size: 16px;
   letter-spacing: 3px;
}

.adress li a , .menu li a{
    color:#131339;
    letter-spacing: 3px;
    text-decoration:none;
    font-size:12px;
}

.adress li, .menu li{
    margin-top: 5px;
    list-style: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: white;
}

.adress li a:hover , .menu li a:hover{
    color: #da3e44;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.fa{
    color: #ffb92d;
    margin-right: 10px;
    font-size:14px;
}

p#disclaimer {
    padding-top: 15px;
    font-size: smaller;
    color: white;
}

#disclaimer {
  color: white;
  padding-top: 25px;
  margin: 0px;
  font-size: smaller;
}

/* MARCAS AMARILLAS */
.arrow_box {
	position: relative;
	background: #ffb92d;
  text-align: center;
  width: 100%;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 151, 6, 0);
	border-top-color: #ffb92d;
	border-width: 30px;
	margin-left: -30px;
}

.yellow-title{
  font-size: 400%;
}
