/*@import "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.5/css/bootstrap.min.css";*/

body {

  margin: 0 auto !important; 
  float: none !important; 
  font-size: 16px;
    color: white !important;
font-family: 'Fjalla One' !important;  

}

.centrado{
  max-width: 1700px;
  margin: 0 auto !important; 
  float: none !important; 
}

.grad-celeste {
  background-image: linear-gradient(#2fb8d4, #029bbf);
}

.grad-amarillo {
  background-image: linear-gradient(#eab35a, #e49f3d);
}

.grad-rojo {
  background-image: linear-gradient(#d55e5e, #c83e3e);
}

 #grad3 {
 height: 8px;
 z-index:7000;
 background-color: #029bbf;
 }

@media (min-width: 768px) {
.navbar-brand.abs
    {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}

.logo-image-blanco {
   content:url(https://fundacionfractal.com/images/logo_blanco.png);
    padding-left: 50px;
}

.logo-image-color {
   content:url(https://fundacionfractal.com/images/logo_colores.png);
    padding-left: 50px;
   
}

.logo-image-color.mini{
     width: 50%;
}



 #menu_nav{
 z-index:5000; 
 }


.fixed-top.scrolled {
  background-color: #222 !important;
  transition: background-color 200ms linear;
}

.fixed-top.back {
  background-color: transparent!important;
  transition: background-color 200ms linear;
}

.nav-item.text{
    color: aqua;
    
}


.fade-in {
  animation: fadeIn 500ms linear;
  -webkit-animation: fadeIn 500ms linear;
  -moz-animation: fadeIn 500ms linear;
  -o-animation: fadeIn 500ms linear;
  -ms-animation: fadeIn 500ms linear;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


.navbar-default{
    background:transparent;
    border:none !important;
    font-size: 16px;
}
.navbar-nav>li>a:hover{
    color:#1a1a1a;
} 

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus
.spacer{
   background-color:#888;   
}

.spacer{
    height:100px;
}


.img {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.img:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

/*ALERT BOX */
.box {
    opacity: 0;
    transition: .5s ease;
}

.image:hover .box {
    opacity: 1;
}

/* underline */
.underline {   
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.10em; 
  display: inline-block;
  position: relative;
  padding: 0px 10px 0px 10px;
    
}

.underline:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;   
    
}

.navbar-nav>li>a:hover{
    color:#1a1a1a !important;
}


    .flyer {
        font-size: 14px;
        height: 290px;
        position: fixed;
        left:  0px;
        top: 35%;
        transition: left 0.5s ease;
        z-index: 200000;
    }

    .flyer.flyer-duo {
        /* left: -570px;  son 2 */
        left: -190px;
    }

    .flyer:hover {
        left: 0;
    }

/*    @media (max-width: 767px) {
        .flyer {
            display: none !important;
            /*top: 510px;
        }
    }
*/
    .flyer .flyer-header,
    .flyer .flyer-deal {
        float: right;
        overflow: hidden;
        position: relative;
    }

    .flyer .flyer-header {
        background-color: #8800ff;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        height: 200px;
        position: relative;
        width: 30px;
    }


    .flyer .flyer-header .flyer-header-text {
        bottom: -24px;
        font-size: 1.2em;
        font-weight: 700;
        left: 2px;
        position: absolute;
        text-align: center;
        width: 200px;
        transform-origin: 0 0;
        transform: rotate(270deg);
        color: #fff;
    }

    .flyer .flyer-deal {
        background-color:#8800ff;
        height: 200px;
        width: 190px;
        
    }
    
    .text-deal{
         font-family:'Roboto Condensed'; 
         color: white;
         margin-top: 20%;
         margin-left: 5px;
         font-size: 14px;
    }





