/*@media (max-width: 449px) {
  .fondo-mpa {
    display: none;
  }  
  .fcaract {
    display: block;
  }

@media (max-width: 449px) {
  .fondo-map {
    display: none;
  }
  .fondo{
      display: block;
  }
}}*/

 .fondo{
  width: 100%;
  min-height: 100vh; 	
 background:url(../img/bg-principal.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;

}
.fondo-map{
  width: 100%;
min-height: 100vh;
 background:url(../img/bg-map2.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
   
 }
 .fcaract{
   width: 100%;
   min-height: 100%;
   background-color: #252525;
 }
 .fondo-car{
  width: 100%;
min-height: 110vh;
 background:url(../img/bg-caracteristicas.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: 400px;
   
 }
.fondo-brop-wm{
   width: 100%;
  background-position: center;
  background-size: cover;
 }
 .fill{
   width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 2px;
  }
  .fill-look{
   width: 100%;
  height: 40vh;
  background-position: center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 2px;
  }
  .fill-car{
   width: 100%;
  min-height: 110vh;
 background-color: #912020;
  padding-top: 30px;
  padding-bottom: 200px;
  }
  .fondo-invierte{
   width: 100%;  
   min-height: 100vh;
  background-position: center;
  background-size: cover;
  padding-top: 20px;

 }
  .fondo-invierte2{
   width: 100%;  
   min-height: 120vh;
  background-position: bottom;
  background-size: cover;
  padding-top: 20px;
 
 }
 .full{
 	 background:url(../img/bg-principal.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: 400px;
 }

 .full-principal{
    background:url(../img/bg-principal.png) no-repeat fixed center top;
    width: 100%,;
    height: 100vh;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
 }
 .full-preventa{
   width: 100%;  
    background:url(../img/preventa.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: 50px;
 }
 .full-power-deptos{
    background:url(../img/bg-power-deptos.png) no-repeat fixed center top;
    width: 100%,;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
 }
  .full-power-locals{
    background:url(../img/bg-power-locals.png) no-repeat fixed center top;
    width: 100%,;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
 }
 .full-preventa2{
   width: 100%;  
   
    background:url(../img/preventa.png) no-repeat fixed center top;
 /*background-size*/
-webkit-background-size:/*@@prefixmycss->No equivalent*/;
   -moz-background-size:cover;
     -o-background-size:/*@@prefixmycss->No equivalent*/;
        background-size:cover;
        padding-bottom: 50px;
 }
 

.oxygen-light {
  font-family: "Oxygen", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.oxygen-regular {
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.oxygen-bold {
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.ig{
   background: url(../img/irongrip.png);
   background-repeat: repeat repeat;
}
.bi-ul{
   list-style-type: none;
}
.up{
   transition: all 500ms;
}
.up: hover{
   transform: scale(1.15);
}
.bg-lighter{
   background-color: rgba(300, 300, 300, .5);
}
.bg-lighter2{
   background-color: rgba(225, 225, 225, .8);
   }
.blet{
   min-height: 200px;
   margin-bottom: 20px;
}
.bg-sec2{
   background-color: #EDEDED;
}
.bg-tercio{
   background-color: #000;
   margin-top: 200px;
}
.bg-darkest{
   background-color: rgba(12, 12, 12, .7);
}
.darklg{
   background-color: rgba(20, 20, 20, 1.0);
}
#nova{
font-size: 185%;
}
.icon-rotated{
   transform: rotate(180deg);
}

