/*NO BORRAR*/
@font-face {
 font-family:Century;
 font-display: auto;
 src: url('../fonts/Century.ttf');
}
@font-face {
 font-family:Heebo-Medium;
 font-display: auto;
 src: url('../fonts/Heebo-Medium.ttf');
}

@font-face {
 font-family:Raleway-Medium;
 font-display: auto;
 src: url('../fonts/Raleway-Medium.ttf');
}


@font-face {
 font-family: Heebo-Regular;
 font-display: auto;
 src: url('../fonts/Heebo-Regular.ttf');
}
@font-face {
 font-family:Raleway-Regular;
 font-display: auto;
 src: url('../fonts/Raleway-Regular.ttf');
}

@font-face {
 font-family:Ubuntu-Regular;
 font-display: auto;
 src: url('../fonts/Ubuntu-Regular.ttf');
}

@font-face {
 font-family:Ubuntu-Bold;
 font-display: auto;
 src: url('../fonts/Ubuntu-Bold.ttf');
}

@font-face {
 font-family:Raleway-Bold;
 font-display: auto;
 src: url('../fonts/Heebo-Bold.ttf');
}

@font-face {
 font-family:Raleway-Bold;
 font-display: auto;
 src: url('../fonts/Raleway-Bold.ttf');
}

@font-face {
 font-family:Raleway-Light;
 font-display: auto;
 src: url('../fonts/Heebo-Light.ttf');
}
@font-face {
 font-family:Raleway-Light;
 font-display: auto;
 src: url('../fonts/Raleway-Light.ttf');
}

@font-face {
 font-family: Barlow-Medium;
 font-display: auto;
 src: url('../fonts/Barlow-Medium.otf');
}

@font-face {
 font-family: Barlow-Regular;
 font-display: auto;
 src: url('../fonts/Barlow-Regular.otf');
}

@font-face {
 font-family:Raleway-SemiBold;
 font-display: auto;
 src: url('../fonts/Barlow-SemiBold.otf');
}

@font-face {
 font-family:Raleway-ExtraBold;
 font-display: auto;
 src: url('../fonts/Raleway-ExtraBold.ttf');
}


@font-face {
 font-family:Raleway-SemiBold;
 font-display: auto;
 src: url('../fonts/Raleway-SemiBold.ttf');
}



@font-face {
 font-family: prosto;
 font-display: auto;
 src: url('../fonts/Prosto.ttf');
}





#frm_contacto label.error {
  margin-left: 10px;
  width: auto;
}
.error
{
  color: #B94A48 !important;
  margin:0px !important;
}

.link {

  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font: normal 12px/12px HelveticaNeue, Arial;
  padding: 8px 11px;
  text-decoration: none;
}
.link.azul {
    background: -moz-linear-gradient(center top , #30517A, #3276B1) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background:#3276B1;
    border-color: #30517A ;
    box-shadow: 0 1px 1px #30517A, 0 1px 0 #30517A inset;
    color: #FFF !important;
    text-shadow: 0 1px 0 #30517A;
}
.link.azul:hover {
    background: -moz-linear-gradient(center top , #3276B1, #30517A) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #30517A;
    box-shadow: 0 1px 1px #30517A, 0 1px 0 #30517A inset;
    color: #FFF !important;
    text-shadow: 0 1px 0 #30517A;
}
.align-left{
  text-align:left;
}
.align-right{
  text-align:right;
}
.mr_captcha{
  margin-bottom:10px;
}
/*FIN BORRAR*/
.hd_contacto{
  padding-top: 10px;
  font-size: 17px;
  background: #000b75;
  color: #fff;
  font-family:Raleway-Medium;
}
.hd_slide {
    position: relative;
}
.hd_contacto a{
  color: #fff;
}
.header{

  font-family:Raleway-Medium;
  color: #27282a;
  padding-bottom: 5px;
  padding-top: 15px;
  text-transform: uppercase;
  background: #fff;
  /*background: url("../imgusr/bg-menu-hd.png");*/
  padding-top: 5px;
  position: absolute;
/*  top: 48px;*/
  left: 0;
  right: 0;
  z-index: 1;


}
.navbar-nav{
	float:none;
	width:max-content;
	margin-left:auto;
	margin-right:auto;
}
.nav > li > a
{
  padding: 45px 14px 0px 14px;
  font-size: 14px;
}
.navbar-default .navbar-nav > li > a {
 color: #27282a;
/* color: #fff;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .mnuhover {
    color: #043794 !important;
    background-color: transparent;
    text-decoration: underline;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    padding-bottom: 30px;
    top: 36%;
}
.carousel-caption h4{
  font-size: 38px;
  font-family:Ubuntu-Regular;
}

.carousel-caption h4 strong{
  font-family:Ubuntu-Bold;
}

.hm_bienvenida{
  background:url("../imgusr/bg_bienvenida.jpg") no-repeat center top ;
  min-height: 500px;
  padding-top: 159px;
  padding-bottom: 140px;
  font-size: 18px;
   font-family:Raleway-Regular;
   color: #27282a;
   text-align: justify;
   background-size: cover;
-webkit-box-shadow: inset 0 7px  50px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0 7px  50px 0px rgba(0,0,0,0.75);
box-shadow: inset 0 7px  50px 0px rgba(0,0,0,0.75);

}
.btn-bienvenido{
  background:url("../imgusr/flecha_btn.jpg") no-repeat center right ;
  color: #27282a;
  padding-right: 20px;
  margin-top: 30px;
  font-family: Barlow-Regular;
  transition: all 0.5s;
  font-size: 16px;
  text-transform: uppercase;
}
.btn-bienvenido:hover{
  color: #043794 !important;
}
.btn-bienvenidos{
  background:url("../imgusr/flecha_btn_left.png") no-repeat center left ;
  color: #27282a;
  padding-right: 20px;
  margin-top: 30px;
  font-family: Barlow-Regular;
  transition: all 0.5s;
  font-size: 16px;
  text-transform: uppercase;
}
.btn-bienvenidos:hover{
  color: #043794 !important;
}

.hm_bienvenida strong{
  font-family:Raleway-Bold;
}
.hm_bienvenida h1{
    font-size: 30px;
   font-family: Raleway-ExtraBold;
   color: #043794;
   text-align: left;
   padding-bottom: 30px;
}
.hm_beneficios h1{
      font-size: 30px;
  font-family: Raleway-ExtraBold;
   padding-bottom: 40px;
   padding-top: 40px;
   color: #043794;
}

.hm_beneficios p{
      font-size: 15px;
   font-family:Raleway-Medium;
   color: #000000;
   padding-top: 3px;
}
.hm_renta_equipos h1{
  font-size: 30px;
  font-family: Raleway-ExtraBold;
   color: #043794;
   padding-bottom: 80px;
   margin-top: 120px;
}
.hm_renta_equipos {
  font-size: 18px;
   font-family:Raleway-Regular;
   color: #27282a;
}
.hm_renta_equipos a{
  font-size: 17px;
   font-family:Raleway-Medium;
}
.hm_renta_equipos p strong {
  font-size: 18px;
   font-family:Raleway-Medium;
   color: #27282a;
}


.panel-servicios{
  padding-top: 30px;
}
.panel-body {
    padding: 15px;
    padding-left: 61px;
}


.bg_servicios_domicilio{
  background:url("../imgusr/bg_servicios_domicilio.jpg") no-repeat center top ;
  min-height: 500px;
  padding-top: 159px;
  padding-bottom: 140px;
  font-size: 35px;
  font-family:Raleway-Light;
  color: #fff;
  text-align: center;
}


.bg_servicios_domicilio strong  {
  font-size: 35px;
  font-family:Raleway-Bold;
  color: #fff;
  text-align: center;
}



.bg_servicios_domicilio p{
  margin: 0 0 -13px;
}
.btn-domicilio{
  font-family:Raleway-SemiBold;
  background:url("../imgusr/flecha_blanca_btn.png") no-repeat center right ;
    color: #fff;
    padding-right: 20px;
    margin-top: 30px;
  font-size: 14.23px;
}
.btn-domicilio:hover{
  color: #fff;
}
.hm_servicios_eventos h1{
    color: #043794;
    font-size: 30px;
   font-family:Raleway-Medium;
}

.hm_servicios_eventos p{
    color: #27282a;
    font-size: 18px;
    font-family:Raleway-Regular;
}


.hm_servicios_eventos p strong{
    color: #27282a;
       font-family:Raleway-Medium;
}
.hm_marcas h1{
font-size: 30px;
font-family:Raleway-ExtraBold;
 color: #043794;
 margin-bottom: 70px;
 margin-top: 70px;
}
.hm_servicios_eventos h1 strong{
    color: #043794;
    font-family:Raleway-ExtraBold;
}

.jcarousel img {
  max-width: 100% !important;
}

.rentapc ,.sim{
  background: #000b75;
  font-family:Raleway-Medium;
  color: #fff;
  padding-top: 13px;
  border-top-style: solid;
  border-top-color: #fff;
  border-block-width: 1px;
}
.rentapc a ,.sim a{
    font-size: 13px;
  font-family:Raleway-Medium;
  color: #fff;

}
.cabecera{
 margin-bottom: 60px;
}
.footer{
    background:url("../imgusr/bg_footer.jpg") no-repeat center right ;
    background-size: cover;
    font-family:Raleway-Regular;
     font-size: 16px;
     color: #fff;
     padding-top: 70px;
     padding-top: 40px;
     background-attachment: fixed;
     margin-top: 69px;
}

.footer h2{
    font-family:Raleway-Bold;
     font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}
.footer h4{
    font-family:Raleway-SemiBold;
    font-size: 20px;
    color: #fff;
	border-bottom:1px solid #fff;
	padding-bottom:8px;
}
.footer a{
    color: #fff;
}
.ft-lista{
  padding-left: 0;
}
.ft-lista li{
  margin-bottom: 5px;
  list-style: none;
}
.ft_menu{
    padding-bottom: 30px;
    padding-top: 22px;
    text-transform: uppercase;
font-size: 13px;
}
.nav > li > a {
    padding: 45px 13px 11px 10px;
    font-size: 14px;
}

.panel-default {
    border-color: transparent;
}

.panel-default > .panel-heading {
    color: #043794;
    font-family:Raleway-Medium;
    background-color: transparent;
    border-color: transparent;
    font-size: 14px;
}
.panel {

    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid #707070;
        border-top-color: rgb(112, 112, 112);
        border-right-color: rgb(112, 112, 112);
        border-bottom-color: rgb(112, 112, 112);
        border-left-color: rgb(112, 112, 112);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0px 1px 0px #707070;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #707070;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #707070;
        border-top-color: rgb(112, 112, 112);
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px !important;
}

.icono-mas{
    background:url("../imgusr/icono-mas.png") no-repeat center left;
    padding-bottom:5px;
    padding-top:5px;
    padding-left: 47px;
}

.icono-menos{
    background:url("../imgusr/icono-menos.png") no-repeat center left;
    padding-bottom:5px;
    padding-top:5px;
    padding-left: 47px;
}

.ft_menu .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .mnuhover {
    color: #043794 ;
    background-color: transparent;
    text-decoration: underline;
}



.ft_menu .nav > li > a:hover, .nav > li > a:focus {
    color: #fff ;
    background-color: transparent;
    text-decoration: underline;
}

.titulo_principal{
 /* background:url("../imgusr/bg-titulo_principal.jpg") no-repeat center top;*/
  /*background-size: cover;*/
}
.titulo_principal h1 {
    color: #fff;
    font-family: prosto;
    font-size: 40px;
    padding-bottom: 73px;
   /* padding-top: 145px;*/
   padding-top: 202px;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    text-align: center;
}

.breadcrumb{
  font-size: 17px;
  font-family:Raleway-Regular;
  text-transform: uppercase;
  margin-bottom: 0px;
  background: transparent;

}

.breadcrumb > li + li::before {
    color: #27282a;
}

.breadcrumb a{
  color: #27282a;
}

.breadcrumb > .active {
    color: #043794;
}

.bg_acerca_pc{
background: url('../imgusr/img_acerca_pc.jpg') no-repeat center;
    background-size: auto;
background-size: cover;
padding-bottom: 0px;
text-align: center;
padding-top: 192px;
color: #fff;
font-size: 19px;
border-radius: 11px;
font-family:Raleway-Regular;
transition: all 0.5s;
}

.bg_acerca_pc strong{
  color: #fff;
}
.bg_acerca_tablet{
background: url('../imgusr/img_acerca_tablet.jpg') no-repeat center;
    background-size: auto;
background-size: cover;
padding-bottom: 0px;
text-align: center;
padding-top: 192px;
color: #fff;
font-size: 19px;
border-radius: 11px;
font-family:Raleway-Regular;
transition: all 0.5s;
}


.bg_acerca_tablet strong{
  color: #fff;
}
.bg_acerca_impresora{
background: url('../imgusr/img_acerca_impresora.jpg') no-repeat center ;
    background-size: auto;
padding-bottom: 0px;
text-align: center;
padding-top: 192px;
color: #fff;
font-size: 19px;
border-radius: 11px;
font-family:Raleway-Regular;
transition: all 0.5s;
background-size: cover;
}
.bg_acerca_impresora strong{
  color: #fff;
}

.bg_acerca_lap{
background: url('../imgusr/img_acerca_lap.jpg') no-repeat center;
    background-size: auto;
background-size: cover;
padding-bottom: 0px;
text-align: center;
padding-top: 192px;
color: #fff;
font-size: 19px;
border-radius: 11px;
font-family:Raleway-Regular;
transition: all 0.5s;

}
.bg_acerca_lap strong{
  color: #fff;
}

.bg_acerca_proyector{
background: url('../imgusr/img_acerca_proyector.jpg') no-repeat center;
    background-size: auto;
background-size: cover;
padding-bottom: 0px;
text-align: center;
padding-top: 192px;
color: #fff;
font-size: 19px;
border-radius: 11px;
font-family:Raleway-Regular;
transition: all 0.5s;
}
.bg_acerca_proyector strong{
  color: #fff;
}

.contenido{
  font-size: 17px;
  font-family:Raleway-Regular;
  color: #27282a;
}

.contenido h2 , h3{
  font-size: 30px;
  font-family: Raleway-ExtraBold;
  color: #043794;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.contenido a{
  font-size: 17px;
  color: #27282a;
  font-family:Raleway-Regular;
}

.contenido a:hover{
  color: #043794;
  font-family:Raleway-Regular;
}
.nav-servicios{

  padding-bottom: 10px;
}
.nav-servicios h3{
font-size: 19px;
font-family: Heebo-Regular !important;
color: #27282a !important;
}


.nav-servicios .nav > li > a:hover, .nav > li > a:focus {
    color: #fff ;
        background-color: transparent;
    text-decoration: underline !important;
}

.nav-servicios_n .nav > li > a {
    padding: 47px 37px 11px 14px;
    font-size: 2px;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #003b77 ;
    background-color: transparent;
    text-decoration: underline;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #27282a;
cursor: default;
background-color: #fff;
border: transparent;
}

.nav-servicios .nav-tabs >  a:hover {
    color: #000 !important;
}
.nav-tabs > li > a:hover {

    border-color: transparent;

}

.bg_mision{
  background: url(../imgusr/bg-mision.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.bg_vision{
  background: url(../imgusr/bg-vision.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.bg_valores{
  background: url(../imgusr/bg-valores.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}

.modalidades{
	padding-bottom:70px;
	font-size:16px;
}
.modalidades h3{
  font-size: 22px;
}
.modalidades img{
  max-width:80px;
}
.modalidades_sobra{
  -webkit-box-shadow: 1px 2px 12px -1px rgba(0,0,0,0.75); -moz-box-shadow: 1px 2px 12px -1px rgba(0,0,0,0.75); box-shadow: 1px 2px 12px -1px rgba(0,0,0,0.75);
padding-left: 24px;
padding-right: 24px;
padding-top: 19px;
}

.borrar{
  display: none !important;
}
.hm_tablets{
  font-size: 17px;
}
.hm_tablets a{
  font-size: 18px;
  font-family:Raleway-Bold;
  color: #27282a;
}

.hm_tablets a:hover {
    color: #043794;
    font-family:Raleway-Bold;
    font-size: 18px;
}
.hm_tablets a strong{
  font-size: 18px;
  color: #f02;
  font-family:Raleway-Bold;
}
.hm_tablets h2 {
    font-size: 22px;
}
.hm_tablets .panel-body{
	padding-bottom:0;
}

.sl-height{
  min-height: 735px;
}
.bg_slide{
  background: url("../imgusr/slide_sombra.png") ;
  position: absolute;
  min-height: 900px;
  top: 0;
  left: 0;
  right: 0;
}
.bg_slide_2{
  background: url("../imgusr/slide_forma.png")no-repeat center;
  position: absolute;
  min-height: 900px;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background-size: cover;
}
.img-mobil{
  display: none;
}

@media(max-width:990px){
/*
  padding-left: 28px;
padding-right: 28px;*/
  .align-left, .align-right{
    text-align:center;
  }
   .hd_contacto {
    text-align: center;
}
.nav > li > a {
padding: 38px 15px 5px 2px;
}
.sl-height{
    min-height:495px;
  }

}
@media(max-width:1200px){
   .hd_contacto {
     font-size: 14px;
  }

.modalidades h3{
  padding-bottom: 0px;
  min-height: 49px;
}

/*  .nav > li > a {
    padding: 44px 11px 12px 2px;
    font-size: 13px;
}*/

    .nav > li > a {
        padding: 36px 9px 5px 2px;
        font-size: 12px;
        text-align: center;
    }

}

@media(max-width:445px){
  .nav-servicios_n h2{
    font-size: 23px;
  }
  .nav-servicios_n ul{
    padding: 0px;
  }

.panel-body {
    padding: 0px;
    padding-left: 0px;
    padding-top: 16px;
}

.hm_tablets ul{
  padding-left: 0px;
}

.hm_tablets h2 {
    font-size: 17px;
}
.breadcrumb {
    font-size: 10px;
}
  .titulo_principal{
  background-size: cover;
  }
.titulo_principal h1{
  font-size: 23px;
  padding-bottom: 45px;
padding-top: 54px;
  }

  .hd_contacto {
    font-size: 11px;
    text-align: center;
}

.hm_bienvenida {
   padding-top: 34px;
padding-bottom: 37px;
    }
    .bg_servicios_domicilio {
      padding-top: 0px;
    }
    .bg_servicios_domicilio h1 {
      font-size: 29px;
      padding-top: 40px;
    }
    .footer{
      font-size: 12px;
    }
    .ft_menu .nav > li > a {
      padding: 13px 0px 0px 0px;
      font-size: 11px;
    }
.nav > li > a {
    padding: 20px 9px 5px 2px;
      font-size: 11px;
    }

    .hm_marcas .jcarousel-control-next {
      right: 37% ;
    }
    .hm_marcas .jcarousel-control-prev {
      left: 37% ;
    }
    .rentapc a, .sim a {
      font-size: 12px;
    }
    .ft_menu {
      padding-top: 38px;
    }
    .logo_imagen{
      width:342px;
    }
    .bg_servicios_domicilio strong {
      font-size: 27px;
    }

    .bg_servicios_domicilio h1 {
      font-size: 27px;
    }
    .carousel-caption {
      right: 0%;
      left: 0px;
      padding-bottom: 0px;
      top: 25%;
    }

}

@media(max-width:767px){

  .nav > li > a {
 /*   padding: 20px 9px 5px 2px;*/
  padding: 12px 9px 5px 2px;
      font-size: 11px;
    }
  .sl-height{
    min-height: 550px;
  }
    .titulo_principal{
  background-size: cover;
  }

   .hd_contacto {
    text-align: center;
}
   .bg_servicios_domicilio {
      padding-top: 0px;
      padding-bottom: 1px;
    }
    .bg_servicios_domicilio h1 {

      padding-top: 50px;
    }

    .jcarousel-control-prev {
        left: 43%;
    }
        .carousel-caption {
      right: 0%;
      left: 0px;
      padding-bottom: 0px;
      top: 41%;
    }
}



@media(min-width:1200px){

.header {
top: 48px !important;
}
}

@media(max-width:1200px){

  .jcarousel-control-prev {
    left: 46% !important;
  }
  .nav-servicios_n .nav > li > a {
    padding: 47px 0px 0px 14px;
  }
  .jcarousel-control-next {
    right: 46% !important;
  }
  .nav-servicios h3 {
    font-size: 17px;
}
/*.header {
top: 48px;
}*/
}
@media(max-width:990px){
  .carousel-caption h4{
  font-size: 30px;
  font-family: Ubuntu-Regular;
}

  .nav-servicios h3 {
    font-size: 13px;
    }

  .nav-servicios_n .nav > li > a {
    padding: 13px 1px 0px 6px;
    text-align: center;
    width: 87%;
  }

      .titulo_principal{
  background-size: cover;
  }
  .jcarousel-control-prev {
    left: 45% !important;
  }
  .jcarousel-control-next {
    right: 45% !important;
  }
  .footer h2{
	  margin-top:50px;
	  padding-bottom: 10px;
  }
  .footer h4{
	  margin-top:20px;
  }
}
@media(max-width:781px){
.nav-servicios_n .nav-tabs > li {
    float: none;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #27282a;
}
.navbar-nav .open .dropdown-menu {
  font-size: 11px;

text-align: center;
}

  .jcarousel-control-prev {
    left: 43% !important;
  }
  .jcarousel-control-next {
    right: 43% !important;
  }
  .colocar_menu {
 /*   position: relative;
    width: 198%;
    left: -115px;*/
    background: #ffffffd6;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}


}


@media(max-width:479px){
  .contenido h2, h3 {
    font-size: 23px;
  }
  .nav-servicios img {
      width: 20%;
      padding-top: 10px;
  }
  .nav-servicios h3 {
    margin: -4px;
    padding: 0px;
    -webkit-box-shadow: 1px 2px 12px -1px  rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 2px 12px -1px  rgba(0, 0, 0, 0.24);
  box-shadow: 1px 2px 12px -1px
   rgba(0, 0, 0, 0.24);
   padding-bottom: 10px;
  }
  .rentapc p {
      margin: 0 0 3px;
  }
  .sim p {
      margin: 0 0 3px;
  }
  .rentapc, .sim {padding-top: 2px;}

  .hm_renta_equipos h1 {
    padding-bottom: 15px;
margin-top: 34px;
  }
.colocar_menu {
  /*  position: relative;
    width: 198%;
    left: -115px;*/
    background: #ffffffd6;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
  color: #000b75;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .mnuhover {
    color: #043794 !important;
    background-color:    transparent;
    text-decoration: underline;
}

.ft_menu .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .mnuhover {
    color: #000b75 ;
    background-color: transparent;
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a {
  color: #27282a ;
}
 .prod-first p, .prod-first ul{
    opacity: 1 !important;
}

.prod-first:hover h1,
.prod-first:hover p,
.prod-first:hover ul,
.prod-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}


.prod-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.prod-first:hover ul {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

.titulo_principal h1 {
font-size: 28px;
padding-bottom: 21px;
padding-top: 37px;
}
.navbar-toggle{
  margin-top: 9px !important;
}
.img_logo {
    width: 53%;
  display: block;
}
/*.header {
  background:none;
  padding-top: 5px;
  position: relative;
  top: 0px;
}*/
.img-mobil{
 /* display: block;*/
   width: 69%;
}

.ft_menu {
        padding-top: 5px;
    padding-bottom: 13px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #27282a;
}
/*.navbar-collapse {
  background: #000000a3;
  }*/
.no-pading{
  padding-left: 0px;
  padding-right: 0px;
}
.back_top{
  display: none !important;
}
.bg_slide_2{
  background: url(../imgusr/slide_forma_movil.png) no-repeat !important;
}
.carousel-caption {
    left: 10%;
    right: 10%;
    top: 38%;
}

  .jcarousel-control-prev {
    left: 37% !important;
  }
  .jcarousel-control-next {
    right: 37% !important;
  }
  .footer {
    margin-top: 0px;
  }
  .mobile_whatsapp{
    display: none;
  }
}

/*boton flotante para subir*/
  .back_top
  {
    display: none;
    position: fixed;
    bottom: 2px;
    right: 2px;
    z-index: 1000;
  }
  /** Bounce infinito**/
  .bounce_infinito {
    -webkit-animation: bounce_infinito 2s infinite;
    animation: bounce_infinito 2s infinite;
  }
  /* Scroll down indicator (bouncing) */
  @-webkit-keyframes bounce_infinito {
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
    40% {
    -webkit-transform: translateY(-30px); }
    60% {
    -webkit-transform: translateY(-15px); } }
  @-moz-keyframes bounce_infinito {
    0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
    40% {
    -moz-transform: translateY(-30px); }
    60% {
    -moz-transform: translateY(-15px); } }
  @keyframes bounce_infinito {
    0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
    40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
    60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  }
/*boton flotante para subir*/

.prod-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(179,207,8, 0.7);
  /* background-color: rgba(219,127,8, 0.7); */
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.prod-first h1 {
       -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
/*   filter: alpha(opacity=0);
   opacity: 0;*/
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
 /*  -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;*/

 /*  -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;*/
}
.prod-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.prod-first ul {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.prod-first:hover h1,
.prod-first:hover p,
.prod-first:hover ul,
.prod-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

.prod-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.prod-first:hover ul {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}

.prod-first p,.prod-first   h1, .prod-first     ul, .prod-first     a.info {
    -webkit-transform:unset;
    transform:unset;
    }
.tab-pane.active {
     animation: slide-down 2s ease-out;
     overflow: hidden;
}

@keyframes slide-down {
    0% { opacity: 0; transform: translateY(100%); }
    100% { opacity: 1; transform: translateY(0); }
    overflow: hidden;
}

.apareceizq {
    animation: 1500ms ease-in-out 500ms normal both 1 running fadeInLeft;
}

  .aparecesl1{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInDown;
  }
  .aparecesl2{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInLeft;
  }
  .aparecesl3{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInUp;
  }
  .aparecesl4{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInLeft;
  }
  .aparecesl5{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInDown;
  }
  .aparecesl6{
    animation: 1100ms ease-in-out 200ms normal both 1 running fadeInLeft;
  }
.entrada_titulo {
    animation: 1500ms ease-in-out 500ms normal both 1 running fadeInDown;
}

    /* animation: <name> <duration> <timing-function> <delay>
                <iteration-count> <direction> <fill-mode> <play-state> */
  .apareceizq {
    animation: 1500ms ease-in-out 500ms normal both 1 running fadeInLeft;
}

.apareceizq_1 {
    animation: 1500ms ease-in-out 300ms normal both 1 running fadeInLeft;
}

.apareceizq_2 {
    animation: 1500ms ease-in-out 200ms normal both 1 running fadeInLeft;
}

.apareceizq_3 {
    animation: 1500ms ease-in-out 100ms normal both 1 running fadeInLeft;
}

.apareceizq_4 {
    animation: 1500ms ease-in-out 50ms normal both 1 running fadeInLeft;
}





.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


.hm_renta_equipos,.bg_servicios_domicilio,.hm_bienvenida{
      overflow:hidden;
}
  /** Zoom de slide**/
    .sl-zoom {
      -webkit-animation: sl-zoom 10s infinite;
      animation: sl-zoom 10s infinite;

       transition: 1.6s;
       overflow:hidden;
    }
  @-webkit-keyframes sl-zoom {
    0%{
     -webkit-transform: scale(1.4);   }
    100% {
    -webkit-transform: scale(1.2);
         -webkit-animation: sl-zoom 10s infinite;
      animation: sl-zoom 10s infinite;

  }
     }
  /** Zoom de slide**/


@media(max-width:479px){
.slide h4 {
    font-size: 28px !important;
    letter-spacing: 0;
}
}


@media(max-width:767px){
 .prod-first p, .prod-first ul{
    opacity: 1 !important;
}
.rentapc p {
    margin: 0 0 3px;
}

.sim p {
    margin: 0 0 3px;
}

.mobile_whatsapp{
  display: none;
}

.prod-first:hover h1,
.prod-first:hover p,
.prod-first:hover ul,
.prod-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.prod-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.prod-first:hover ul {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.slide h4 {
    font-size: 35px;
    letter-spacing: 1px;
}/*
.colocar_menu{
  position: relative;
  width: 113%;
  left: -47px;
}*/
/*.navbar-collapse {
    background:
    #000000a3;
}*/
  .no_mostrar{
  display: none !important;
}
.titulo_principal h1 {
  font-size: 28px;
  padding-bottom: 21px;
  padding-top: 27px;
}
.bg_slide_2{
  background: url(../imgusr/slide_forma_movil_769.png) no-repeat !important;
}
.img_logo{
/*width: 76%;*/
display: block;
}
.navbar-toggle{
  margin-top: 29px;
}
/*.header {
  background:none;
  padding-top: 5px;
  position: relative;
  top: 0px;
}*/
.img-mobil{
  display: none;
 /* width: 95%;*/
}
}
@media(max-width:781px){

  .modalidades_sobra {
    padding-left: 5px;
    padding-right: 5px;
}

.hm_renta_equipos h1 {
  padding-bottom: 15px;
margin-top: 34px;
}

.bg_slide_2{
  background: url(../imgusr/slide_forma_movil_769.png) no-repeat;
}
.slide h4 {
    font-size: 40px;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
  color: #000b75;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .mnuhover {
    color: #043794 !important;
background-color:
    transparent;
    text-decoration: underline;
}

.ft_menu .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .mnuhover {
    color: #000b75 ;
    background-color: transparent;
    text-decoration: underline;
}

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

@media(min-width:892px){
  /*.header{
    top: 86px;
  }*/
}
@media(max-width:990px){
  .slide h4 {
    font-size: 32px;
}/*
.colocar_menu{
  position: relative;
  width: 137%;
  left: -78px;
}
*/
.modalidades_sobra {
  padding-left: 10px;
  padding-right: 10px;
}

.bg_slide_2{
  background: url(../imgusr/slide_forma_movil_990.png) no-repeat;
}
.titulo_principal h1 {
font-size: 24px;
padding-bottom: 21px;

padding-top: 194px;

}
}
.bg_acerca_pc:hover  { cursor: pointer; width: 24%; overflow:scroll}
.bg_acerca_lap:hover  { cursor: pointer; width: 24%; overflow:scroll}
.bg_acerca_tablet:hover  { cursor: pointer; width: 24%; overflow:scroll}
.bg_acerca_impresora:hover  { cursor: pointer; width: 24%; overflow:scroll}
.bg_acerca_proyector:hover  { cursor: pointer; width: 24%; overflow:scroll}

/*#accordion .panel{
	box-shadow:none;
}
#accordion .panel-body{
	padding-left:30px;
}
#accordion .panel-heading{
	border-bottom:1px solid #707070;
	padding:10px 8px;
}
#accordion .panel-heading + .panel-collapse > .panel-body, 
#accordion .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
#accordion h4 a{
	font-family:'Raleway-SemiBold';
	text-transform:uppercase;
	font-size:20px;
}*/
.contenido h4{
	font-family:'Raleway-SemiBold';
	text-transform:uppercase;
	font-size:20px;
	border-bottom: 1px solid #707070;
	padding: 10px 8px;
	margin-bottom:15px;
}
.sucursales li{
	list-style:none;
	margin-bottom:10px;
}
.btn-contacto{
	color:#fff;
	background:#043794;
	border:1px solid #043794;
	padding: 6px 20px;
	font-family: Barlow-Regular;
	transition: all 0.5s;
	font-size: 16px;
	text-transform: uppercase;
}
.btn-contacto:hover,
.btn-contacto:focus{
	background:#fff;
	color:#043794;
}
.btn-contacto span{
	font-size: 12px;
	padding-left: 6px;
}