
/*para cambiar tipografias font-family*/

.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));
}
.sombra-div {  /*SOMBRA PARA DIV*/
  box-shadow: 0px -2px 5px 5px rgba(0,0,0,0.4);
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
  shape-outside: 1px; 
  
}



.bateria{
  display: none;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #003879;
  background: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*IMAGENES DE FONDO*/
.jumbo{
    background-image: url(../imgrs/new_bg.jpg);
    background-size: 100%;
    background-attachment: fixed;
    padding: 160px 0;
    margin-bottom: 30px;
    background-repeat: no-repeat;
}

.jumbo { /*controla textos de imagen fondo*/
    color: #fff;
    text-align: right;
    text-transform: uppercase; 
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    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:1px;
}

.social{ /*iconos del menu*/
  width: 15px;
  font-size: 20px !important;
  line-height: 0 !important;
  vertical-align: middle;
}

.top-bar{
background-color: #003879 !important; /*COLOR de todo el fondo*/
font-size: 16px !important; /*tamaño de tipografia*/
font-weight: bold;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
z-index: 1;
padding-right: 100px;

}
.top-bar ul {
	background-color: #003879 !important; /*COLOR del sub menu FONDO*/
  border-radius: 2px;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);*/    
} 

.sticky{  /*altura de menu*/
  height: 73px !important;
  
}

/*LINKS*/
  a {  /*COLOR de los link incluye todos*/
  color: #fff;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #005ba4; }
  a img {
    border: 0; }

  .azul a {  /*COLOR de los link incluye todos*/
  color: #003879;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #005ba4; }
  a img {
    border: 0; }

/*CARROSEL*/

/*slide de imagenes*/
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto !important;
  margin-bottom: 30px; 
}

#featuredContent .back {
    position: absolute;
    top: 10px; /*margen superior de div*/
    left: 0px;
    z-index: -1; /*capas arriba o abajo*/
}
#featuredContent p { /*contro parrafos sobre div slide*/
  text-align: right;
  color: #fff;
  bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  font-size: 20px;
  line-height: 5px;
}
#featuredContent h4 { /*control h4 sobre slide de imagenes*/  
  text-align: right;
  font-family: 'Rajdhani', sans-serif !important;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
  margin-top: 230px;
  margin-bottom: 50px;
  margin-right: -40px;
  line-height: 20px;
}
#featuredContenth4 h4 { /*control h4 sobre slide de imagenes*/  
  text-align: left;
  font-family: 'Rajdhani', sans-serif !important;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
  margin-top: 230px;
  margin-bottom: 80px;
  margin-right: 40px;
  line-height: 20px;
}

/*PANEL DE ICONOS*/
#intro {
    width: 100%;
    min-height: 400px;
    padding: 40px;
    background: url(../imgrs/intro.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#sign-up {
    padding: 17px 30px 30px 30px;
    background-color: #0038824d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    #sign-up button {
        width: 100%;
    }

    .color-white {
    color: #003879;
}

#features {
  width: 100%;
  padding: 40px;
  background-color: #fff;
}

.featured-item {
  background-color: #0038824d;
  width: 100%;
  height: 230px;
  min-height: 160px;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #0038824d;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.featured-item div {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #002f79;
}

.featured-item h6 {
  font-weight: 700;
  font-size: 18px;
  color: #002f79;
}

/*PANEL DIVIDIDO*/

.image-wrapper {
  width: 110%;
  /*height: 100;*/
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 4px; }

.image-overlay-content {
  width: 100%;
/* height: 300px;*/
  position: absolute;
  overflow: hidden;
  margin-bottom: 10px;
  top: -75px;
  left: 0; }

  .button {
    margin-top: 
    z-index: -1 !important;
  }

.overlay-fade-in p {
  letter-spacing: 0.15em;
  color: #f4f4f4;
  font-size: 28px;
  opacity: 0;
  transition: all 0.2s linear; }
.overlay-fade-in img {
  transition: all 0.2s linear; }
.overlay-fade-in .image-overlay-content {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease-in-out; }
.overlay-fade-in h2 {
  color: #f2f2f2;
  font-size: 1.8rem;
  margin-top: 40%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.7); }
.overlay-fade-in .button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #FFF;
  color: #222;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border: 1px solid #999;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
  .overlay-fade-in .button:hover {
    box-shadow: 0 0 5px #000; }
.overlay-fade-in:hover img {
  transform: scale(1.2); }
.overlay-fade-in:hover .image-overlay-content {
  opacity: 1; }
.overlay-fade-in:hover h2, .overlay-fade-in p, .overlay-fade-in .button {
  opacity: 1; }
.overlay-fade-in:hover p {
  transition-delay: 0.1s; }
.overlay-fade-in:hover .button {
  transition-delay: 0.2s; }

.overlay-slide-in-left img {
  transition: all 0.3s ease-in-out; }
.overlay-slide-in-left .image-overlay-content { /*texto de productos pasarlo a media si no se en movil*/
  background-image: url(../imgrs/baterias/fondo.png);
  background-color: rgba(0, 0, 0, 0.3);
  height: 300px;
  transform: translateX(-110%);
  opacity: 1;
  transition: all 0.4s ease-in-out;
   }
.overlay-slide-in-left h2 { /*texto de productos pasarlo a media si no se en movil*/
  font-family: 'Rajdhani', sans-serif ;
  font-size: 50px;  
  font-weight: bold;
  margin-top: 40%;
  color: #000;
   }
.overlay-slide-in-left p {
  opacity: 0;
  color: #333;
  transition: all 0.2s linear; }
.overlay-slide-in-left .button { /*texto de productos pasarlo a media si no se en movil*/
  display: inline-block;
  margin-top: 50px;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border-radius: 7px; }
  .overlay-slide-in-left .button:hover {
    background-color: #444; }
.overlay-slide-in-left:hover .image-overlay-content {
  transform: translateX(0px); }
.overlay-slide-in-left:hover img {
  transform: translateX(80%);
  transition-delay: 0.1s; }
.overlay-slide-in-left:hover p {
  opacity: 1;
  transition-delay: 0.4s; }

.overlay-fade-in-new-background .button {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0 0 1px #000;
  position: relative;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
  .overlay-fade-in-new-background .button:hover {
    box-shadow: 0 0 5px #fff;
    background-color: #222; }
.overlay-fade-in-new-background p {
  font-size: 28px; }
.overlay-fade-in-new-background .image-overlay-content {
  opacity: 0;
  background-image: url(http://subtlepatterns.com/patterns/gplaypattern.png);
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.4s ease-in-out; }
.overlay-fade-in-new-background h2 {
  color: #000;
  font-size: 1.6rem;
  margin-top: 30%;
  opacity: 0;
  transition: all 0.2s ease-in-out; }
.overlay-fade-in-new-background p {
  opacity: 0;
  transition: all 0.2s linear; }
.overlay-fade-in-new-background img {
  transition: all 0.2s ease-in-out; }
.overlay-fade-in-new-background:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
  transform: scale(1.5); }
.overlay-fade-in-new-background:hover .image-overlay-content {
  opacity: 1; }
.overlay-fade-in-new-background:hover h2, .overlay-fade-in-new-background p, .overlay-fade-in-new-background .button {
  opacity: 1; }
.overlay-fade-in-new-background:hover p {
  transition-delay: 0.1s; }
.overlay-fade-in-new-background:hover .button {
  transition-delay: 0.2s; }
#why {
    padding: 20px;
}
.why-item {
    width: 100%;
    min-height: 100px;
    padding: 20px;
    text-align: center;
}
.why-item div {
font-size: 13px;
}
.why-item h4 {
color: #fff;
}
.why-item .glyph-icon {
  color: #28304f;
}
.border-right {
border-right: 1px solid #e1e1e1;
}
.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}

/*PANEL LOGOS*/


/*CONTENEDORES*/

.div-01 {
  top: 0px;  
  position: relative;
  height: auto !important;
  background: transparent;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 0px;
  
}

.div-02 {
  position: inherit;
  width: 100% !important;
  height: auto !important;
  background: #fff; 
  top: 0px;  
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-03 {
  position: inherit;
  width: 100% !important;
  height: auto !important;
  background: #003879; 
  color:#fff!important;
  top: 0px;  
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-05 {
  top: 0px;  
  position: relative;
  height: auto !important;
  background: transparent;
  margin-left: 0px;
  margin-right: 100px;
  margin-bottom: 0px;
  
}

/*TEXTOS*/

  li { 
  color: #fff;

 }

  h1 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: relative;
  font-size: 28px;  
  font-style: italic;

  position: relative;
  top: 10px;
  margin: auto;
  width: relative;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 18px;
  text-transform: uppercase; 
}

  h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: relative;
  font-size: 18px;   
  font-style: italic;
  color: #003879 !important;
  position: relative;
  top: 10px;
  margin: auto;
  width: relative;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 18px;  
}

}

  p {
  font-family: 'Open Sans', sans-serif;
  font-weight: relative;
  font-size: 15px;
  color: #254085 !important;
  position: relative;
  top: 10px;
  margin: auto;
  width: relative;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 16px;  
}

.pblanco p {
  font-family: 'Rajdhani', sans-serif;
  font-weight: relative;
  font-size: 10px;
  color: #fff !important;
  position: relative;
  top: 8px;
  margin: auto;
  width: relative;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 19px;  
}

.tex-01{
  font-family: 'Rajdhani', sans-serif;
  font-weight: relative;
  font-size: 14px;
  color: #d40f14;
  position: relative;
  top: 10px;
  margin: auto;
  width: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 18px;
  text-transform: uppercase; 
}

.tex-02 h2{
  font-family: 'Rajdhani', sans-serif;    
  color: #fff; 
  text-transform: uppercase; 
  font-weight: 300;
}

.tex-left h4{
  text-align: left !important;
  font-family: 'Rajdhani', sans-serif;    
  color: #fff; 
  text-transform: uppercase; 
  font-weight: 300;
}
/*TITULOS*/
.text-center {
    text-align: center;
    font-weight: 300;
    color: #d40f14;
    }
.text-center-01 {
    text-align: center;
    font-weight: 300;
    color: #fff;
    }

/*FOOTER*/
.full-width {
  max-width: 1400px;
}
.footer {
  background-color: #003879;
  padding: 2rem 4rem;
  text-align: center;
  color: #fff;
}

.footer i {
  font-size: 100px;
}

.footer h4 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 10px;
}

.footer p, .footer a {
  font-weight: 200;
  font-size: 1em;
  color: #fff !important;
  text-align: center !important;
}

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


  .footer .columns:nth-child(n+2) {
    border-left: 1px solid #b3b3b3;
    min-height: 280px;
  }
}

.footer-links {
  list-style-type: none;
}

.footer-links li {
  margin-top: .5em;
}

@media only screen and (max-width: 800px) {
    .jumbo{
    margin-bottom: 0;
    padding: 50px 0 10px;
}
.menumat{
  height: 300px;
}

.menumat > li{  
  float: left;
  clear: left;
}
    .jumbo h1{
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-size: 2em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.featured-item {

    background-color: #0038824d;
    width: 100%;
    height: 260px;
    min-height: 160px;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #0038824d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

}
#featuredContent h4 { /*control h4 sobre slide de imagenes*/  
  text-align: right;
  font-family: "Ubuntu", sans-serif !important;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.8);
  margin-top: 35px;
  margin-bottom: 2px;
  line-height: 18px;
}
#featuredContent p { /*contro parrafos sobre div slide*/
  text-align: right;
  color: #fff;
  bottom: 0px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  font-size: 7px;
  line-height: 18px;
}
  h1 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: relative;
  font-size: 17px;  
  font-style: italic;
  color: #fff;
  position: relative;
  top: 10px;
  margin: auto;
  width: relative;
  margin-left: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 26px;
  text-transform: uppercase; 
}
}
.titulo-landing{
  font-size: 38px;
  font-weight: 900;
  margin-top: 30px;
  font-style: italic;
}

.subtitulo-landing{
  font-size: 20px;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 0px;
  margin-top: 5px;
}

.texto-landing{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.separador-landing{
  border-bottom: 2px solid #003879;
  margin: 20px;
}
.grey{
  color: grey;
}
.mb10{
  margin-bottom: 10px;
}
.mb15{
  margin-bottom: 15px;
}
.mb20{
  margin-bottom: 20px;
}
.mt5{
  margin-top: 5px;
}
.mt10{
  margin-top: 10px;
}
.mt15{
  margin-top: 15px;
}
.mt20{
  margin-top: 20px;
}
.mt25{
  margin-top: 25px;
}
.p15{
  padding: 15px;
}
.mr20{
  margin-right: 20px;
}

.buscador_nuevo{
  border-radius: 10px;
  background-color: #dde3e9;
  max-width: 400px;
  position: relative;
  top: 15px;
}

.buscador_nuevo select{
  border-radius: 10px;
  background-color: rgb(245, 248, 250, 0.8);
  color: #808080;
}

.buscador_nuevo span{
  font-size: 20px;
  font-weight: 700;
}

.buscador_nuevo hr{
  border-bottom: 2px solid white;
  margin: 0;
}

.button_bateria_nueva{
  border-radius: 10px;
  border: 2px solid #003879;
  color: #003879;
  /*background-color: rgb(245, 248, 250, 0.8);*/
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
  padding: 0 13px;
  font-weight: 600;
}

.bateria_nueva{
  color: #bcb9c3;
  font-size: 18px;

}
.bateria_nueva span{
  font-size: 30px;
  font-weight: 700;
  color: #413d3d;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.fondo{
  background-color: #003879;
  background-size: cover;
  background-repeat: no-repeat;
}

.dpltel{
  display: none;
}


.menumov{
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-title-movil{position: relative;bottom: 26px;left: 20px;}

.boton-formulario{
  margin: 0 auto;
  display: block;
  background-color: transparent;
  width: 100%;
  border: none;
}

#sign-up {
  padding: 17px 30px 30px 30px;
  background-color: #ffff
}

.botonpag{
  width: 50px;
  height: 45px;
  font-size: x-large;
  display: inline-block;
  background-color: #dad9d9;
  margin-bottom: 17px;
}
.botonpag:hover{
  cursor: pointer;
}
.botonpag i{
  color: black;
  padding-top: 10px;
}
.dpltel{display: none !important;}
#modalcontenido{overflow: auto;max-height: 350px;}
.db{display: block !important;}
.menu_header{background-color: #003879 !important; padding: 20px; color: white;}
.menu_header i {font-size: 20px; padding-left: 13px;}
.menu_header img {height: 50px;width: 100%;}
.menu_header .menu .item a{padding: 7px; font-weight: 700}
.menu_header .menu_login .item a{font-size: 12px; font-weight: 700; padding: 5px;}
.menu_header .menu_login {list-style-type: none;}
.menu_header .menu_login > li {display: table-cell;}
.menu_header .fa-bars{position: absolute;left: 83%;top: 40px;}
.input-wrapper {position: relative}
.input-wrapper:after {font-family: 'FontAwesome';content: "\f002";position: absolute;right: 15px;top: 8px; color: #003879 }
@media (max-width: 768px) {
  .buscador_nuevo{top: 0px;margin-top: 20px;margin-bottom: 20px;}
  .dntel{display: none !important;}
  .dpltel{display: block !important;}
  .centertel{text-align: center;margin-bottom: 20px;}
  .centertel img{height: 75px;}
  .menumov{position: relative;bottom: 5px;right: 5px;width: 200px;display: block !important;width: 100%;}
  .top-bar{padding-right: 30px !important;}
  .top-bar-mov{width: 110% !important;}
  .menu_header .menu_login > li {display: inline-block;width: 30%}
  .menu_header .menu > li {display: inline-block;width: 30%}
  .menu_login {margin-top: 30px; text-align: center; margin-left: 0px; margin-bottom: 0px;}
  .menu {margin-top: 15px;}
  .menu_header input{margin-top: 15px;}
  .menu_header img{width: 50%;}
  .ns{display: none;}
}