/*IMAGEN DE FONDO*/
.jumbo{
    background-image: url(../imgrs/new_bg.jpg);
    background-size: 100%;    
    padding: 10px 0;    
    background-repeat: no-repeat;
    height: 400px;
}
.fondo{
    background-image: url(../imgrs/fullimage6.svg);
    background-size: 100%;
    background-attachment: fixed;    
    padding: 175px 0;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}
.full img{    
  position: relative;
  width: 100%;  
}

/*PERSONALIZACION DE H1 DENTRO DE JUNBO*/
.jumbo h1{
    color: #f37920;
    text-align: center;
    margin-bottom: 15px;
    font-size: 3em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

/*MENU*/
.top-bar-title { /*cambia el lugar del logo*/
  float: left;
  margin-left: 5rem; 
  margin-top:10px;
}

.top-bar{
 background-color: #000 !important; /*COLOR de todo el fondo*/
}
.top-bar ul {
	background-color: #fff !important; /*COLOR del sub menu FONDO*/
} 

.sombra {  /*SOMBRA PARA SVG*/
  text-align: center;
  margin-bottom: 15px;
  font-size: 2em;    
  shape-outside: 1px;    
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5)); filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));

}

.logo{ /*POSICION DEL LOGO*/
  position: absolute;
  height: auto !important;  
  margin-left: 25%;
  margin-right: 30%;
 z-index: 1;
}

/*LINKS*/
  a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }


/*slide de imagenes*/
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
    }

#featuredContent .back {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
}

#featuredContent p {
  text-align: center;
  color: #fff;
  bottom: 10px;
}
#featuredContent h4 {
  text-align: center;
}
.tecno-div{
  position: relative;
  height: auto !important;
  background: #BED168;
  margin-left: 40px;
  margin-right: 40px;
}

.tecno-tipo{
  font-family: 'Open Sans', sans-serif;
  font-weight: relative;
  font-size: 12px;
  color: #B4532F;
  position: relative;
  top: 10px;
  margin: auto;
  width: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}

@media only screen and (max-width: 800px) {

  /*IMAGEN DE FONDO*/
    .jumbo{
    margin-bottom: 0;
    padding: 50px 0 10px;    
}.



/*PERSONALIZACION DE H1 PARA DISPOSITIVOS*/
    .jumbo h1{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 40.063em) { 

  .logo-wrapper {
    position: relative;
  }

  .logo-wrapper .logo {
    width: 92px;
    height:  92px;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -2px;
    margin-left: -46px;
  }

  // Right part
  .top-bar-section ul.right {
    width: 50%;
    padding-left: 60px;
  }
  
  .top-bar-section ul.right li {
    float:  left;
  }

  // Left part
  .top-bar-section ul.left {
    width:  50%;
    padding-right: 60px;
  }

  .top-bar-section ul.left li {
    float:  right;
  }
}