/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
  color: #5a5a5a;	
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.image_frame {
	height: 100%;
	width:100%; background-position: center center;
    background-repeat: no-repeat;
	background-size:cover;
	
}

.navbar-brand {
	background-image: url(../images/layout/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 210px;
    height: 80px;
    display: block;
    text-align: left;
    text-indent: -2000px;
    padding: 0px;
    margin-top: 5px;
}

a, a:hover ,a:focus {
	color: inherit;
	text-decoration: none;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
	background-color: #629EFF;
    border-bottom: 4px solid #395dbc;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
     color: #000000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #000000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
     color: #000000;
    background-color: #b9e3ee;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #000000;
}
.navbar-toggle {

    border-radius: 0px;
    margin-right: 0px;
    margin-top: 33px;
}

.navbar-inverse .navbar-toggle {
   border-color: transparent; 
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar , .navbar-inverse .navbar-toggle:focus .icon-bar{
    background-color: #394888;
}

.button_design {
    font-weight: normal;
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    background: #629eff;
    background: linear-gradient(0deg,#4f86e0 0,#629eff 50%, #629eff);
    border-radius: 4px;
    border: 2px solid #eee;
    border: 0 solid transparent;
    box-shadow: 0 0 1px rgba(0,0,0,.9),0 3px 6px rgba(0,0,0,.5),inset 1px 1px 1px hsla(0,0%,100%,.4),inset 0 0 10px hsla(0,0%,100%,.4);
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0,0,0,.2);
    transition: all .3s ease;
    padding: 5px 10px;
}
.button_design:focus, .button_design:hover, a:focus .button_design, a:hover .button_design {
    outline: none;
    color: #FFF;
    background: #629eff;
    background: linear-gradient(0deg,#629eff 0 ,#629eff 50%, #4f86e0);
    box-shadow: 0 0 1px rgba(0,0,0,.9),0 3px 6px rgba(0,0,0,.5),inset 1px 1px 1px hsla(0,0%,100%,.4),inset 0 0 20px hsla(0,0%,100%,.8);
}




.menu_social {
	margin: 20px 0px;
}
.social_bar {
	float: right;
    margin-bottom: 20px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.slide_home  {
	position: relative;
  margin-bottom: 0px;
    border-bottom: 4px solid #395dbc;
}
.slide_home .carousel {
  height: 400px;
}
/* Since positioning the image, we need to help out the caption */
.slide_home .carousel-caption {
  z-index: 10;
    bottom: 143px;
    text-shadow: 2px 2px 2px #000;
}

/* Declare heights because of positioning of img element */
.slide_home .carousel .item {
  height: 400px;
  background-color: #FFF;
}
.slide_home .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}



.slide_home .slide_options_bar {
    position: relative;
    padding-top: 20px;	
    width: 100%;
    z-index: 999;
    bottom: 0px; 

    background-color: #629EFF;
}
.slider_box {
	-webkit-box-shadow: 0px -1px 14px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px -1px 14px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px -1px 14px 0px rgba(50, 50, 50, 0.75);

margin-bottom: 20px;
}
.slider_box h2 {
	background-color: #FFF;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	font-size: 18px;
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
	
}


.slider_box .slider_box_content {

}
.slider_box p {
	color: #FFF;
    font-size: 13px;
    min-height: 70px;
}
.slider_box .slider_box_content .transparent_slide {
	background-image: url(../images/layout/transparent.png);
	padding: 10px;
	}
	

.slider_box .slider_box_content .button_design {
	font-size: 12px;
	margin: auto;
	}
		
	
	
	
footer {
	border-top: 4px solid #92c3fd;
    padding: 20px 0px 220px 0px;
    background-image: url(../images/layout/back_footer.jpg);
    background-position: bottom center;
    background-size: cover;
}

footer .datos_footer {
	text-align: right;
	color: #FFF;
}
footer .datos_footer ul, footer .datos_footer ul li {
    list-style: none;
    text-transform: capitalize;
}


 
footer .datos_footer strong 
{   color: #163c9e;
    font-size: 16px;
}
footer ul {
	float: right;
}
.social_bar ul>li {
	float: left;
	list-style: none;
	
	
}
.social_bar ul>li>a.social {
	display: block;
	text-indent: -2000px;
	background-image: url(../images/layout/social.png);
	background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-left: 10px;
    text-align: left;
	
}

.social_bar  a.social.facebook {
	background-position: 0px 0px;
}
	
.social_bar  a.social.twitter {
	background-position: -32px 0px;
}

.social_bar  a.social.instagram {
	background-position: -161px 0px;
}

.social_bar  a.social.googleplus {
	background-position: -64px 0px;
}	

.social_bar a.social.linkedin {
	background-position: -97px 0px;
}
.social_bar a.social.youtube {
	background-position: -129px 0px;
}


.social_bar  a.social.facebook:hover {
	background-position: 0px -32px;
}
	
.social_bar  a.social.twitter:hover {
	background-position: -32px -32px;
}

.social_bar  a.social.instagram:hover {
	background-position: -161px -32px;
}

.social_bar  a.social.googleplus:hover {
	background-position: -64px -32px;
}	

.social_bar a.social.linkedin:hover {
	background-position: -97px -32px;
}
.social_bar a.social.youtube:hover {
	background-position: -129px -32px;
}


		
footer .gallagher {    
	font-size: 11px;
    color: #638eff;
    font-style: italic;
    text-align: right;
    display: block;

}	

.banner_caracteristicas {
	border-top: 3px solid #CCC;
	border-bottom: 3px solid #CCC;
	margin: 30px 0px;
}

.banner_caracteristicas h2 {    
	font-size: 12px;
    color: #626262;
    margin: 0px;
    padding: 5px;
}

.banner_caracteristicas img {
	display: block;    
    float: right;
	
}
.banner_caracteristicas .text_content {
	height: 100px;
	position: relative;
	
}
.banner_caracteristicas .imagen {
	height: 100px;
	
}
.banner_caracteristicas .button_design {
	font-size: 10px;
	padding: 3px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	}
	
	


.slide_productos {
	padding: 0px;
    background-color: #FFF;
}

.slide_productos .padcli {

  padding: 3px;
  margin: 10px;

}
.slide_productos .carousel {
height: auto;
margin-bottom: 0px;
	
	
}
.slide_productos .carousel .item{

  height: 200px;
  padding-top: 0px;
	
	
}


.slide_productos .contiene_productos {
	padding: 0px;

}
.slide_productos h1 {
text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px;
    background-color: #629EFF;
    margin-top: 0px;
    margin-bottom: 0px;
	
}
.slide_productos .well {
border: none;
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;

	
	
}
.slide_productos .well .thumbnail {
margin-bottom:  0px;
	
	
}
.slide_productos .carousel-control.left, .slide_productos .carousel-control.right {
	background: none;
    color: #005f79;
    opacity: 1;
}

.slide_productos .carousel-control {
    padding-top: 5%;
    width: 5%;
    font-size: 90px;
}

	
	

.producto_registro {
	
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #FFF9F9;
  margin-bottom: 10px;

	
}

.producto_registro .image_frame {
	height: 200px;
    background-size: contain;
    background-position: center center;
}


.producto_registro a {
color: #5E5E5E;
	
	
}
.producto_registro .btn-primary {
  color: #fff;
  
  }
.producto_registro .descripcion {
    min-height: 40px;
    max-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #014C71;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight: bold;
    overflow: hidden;
}

.producto_registro .producto_precio {
text-align: center;
padding: 10px;
    font-weight: bold;
    font-size: 30px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
	
	
}



 
 .seccion_interna {
 background-color: #FFF;
 padding: 15px;

}

/* Carousel base class */
 .seccion_interna  .carousel {
  height: 400px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
 .seccion_interna  .carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
 .seccion_interna  .carousel .item {
  height: 400px;
  background-color: transparent;
}
 .seccion_interna  .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}




/* Carousel base class */
 .seccion_interna .galeria_interna .carousel {
  height: 600px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
 .seccion_interna .galeria_interna .carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
 .seccion_interna .galeria_interna .carousel .item {
  height: 600px;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: contain;
}
 .seccion_interna .galeria_interna .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 600px;
}


.seccion_interna h2 {
	color: #333333;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 20px;
}
.home_formulario .well {
    min-height: 20px;
    padding: 20px 10px;
    margin-bottom: 20px;
    background-color: #f0f6fe;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

	
	


 .seccion_interna .productos_interna {
 background-color: #FFF;
 padding: 0px;

}

/* Carousel base class */
 .seccion_interna  .productos_interna  .carousel {
  height: 360px;
    margin-bottom: 20px;

}
/* Since positioning the image, we need to help out the caption */
 .seccion_interna  .productos_interna  .carousel-caption {
  	z-index: 10;
  	background-image: url(../images/layout/transparent.png);
    padding: 0px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    text-align: left;
    width: auto;
    right: auto;
}

 .seccion_interna  .productos_interna  .carousel-caption h4 {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    }
    
/* Declare heights because of positioning of img element */
 .seccion_interna  .productos_interna  .carousel .item {
  height: 360px;
  background-color: transparent;
}
 .seccion_interna   .productos_interna .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 360px;
}
	
	
	

.catalogo_productos .panel-group {
	
}

.catalogo_productos .panel-group h3 {
	background-color: #333333;
	color: #FFF;
	padding: 10px 5px;
	font-size: 20px;
    text-align: center;
    MARGIN-TOP: 0px;
	
}
.catalogo_productos .panel-group h5 {
    color: #333;
    padding: 5px 5px;
    font-size: 20px;
    text-align: center;
    MARGIN-TOP: 0px;
}
catalogo_productos .panel-group h5  select{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #FFF;
    
    }
.catalogo_productos .panel-group .panel+.panel {
     margin-top: 0px; 
}
.catalogo_productos .panel-group {
	background-color: #e4efff;
	}
.catalogo_productos .panel-group .panel {
margin-bottom: 0;
border-radius: 0px;
background-color: transparent;
    border: none;
}
.catalogo_productos .panel-default>.panel-heading {
    color: #FFFFFF;
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
}
.catalogo_productos .panel-title>a {
    color: inherit;
    font-size: 14px;    
    display: block;
    padding: 10px 15px;
    margin: 0px;
    color: #000;
}
.catalogo_productos .panel-title>a.active {
    background-color: #629eff;
    color: #FFF;
}
.catalogo_productos .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    border: none;
}
.catalogo_productos .panel-body {
    padding: 0px 15px;
}
.catalogo_productos .table>thead>tr>th,.catalogo_productos  .table>tbody>tr>th,.catalogo_productos  .table>tfoot>tr>th,.catalogo_productos  .table>thead>tr>td, .catalogo_productos .table>tbody>tr>td, .catalogo_productos  .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}
.catalogo_productos .subcategoria_link {
	color: #629eff;
    font-size: 12px;
	
}
.catalogo_productos .subcategoria_link.active {
color: #395dbc;
    font-size: 13px;
    font-weight: bold;
}
.catalogo_productos .table {
    margin-bottom: 0px; 
}


.catalogo_productos  .mini_reg_producto {
	margin-bottom: 20px;	
	
}


.catalogo_productos  .ver_mas {
	font-size: 12px;
	
	
}

.catalogo_productos  .ver_mas span {
	color: #FF3329;
	
}

.catalogo_productos  .carousel .item a:hover .clickagrandar {
display: block;
}

.catalogo_productos  .carousel .item a .clickagrandar {
	
display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1500;
    font-size: 10px;
    color: #FFF;
    background-color: red;
    margin: 11px;
    padding: 2px 5px;
}
.catalogo_productos .carousel-control {

    width: 10%;
    background: none;
    color: #629eff;

}


.mini_reg_producto {
	margin-bottom: 20px;
}

.mini_reg_producto strong {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	
	}	

.mini_reg_producto .image_frame {
	height: 120px;
	
	}	

legend {
  
    font-size: 15px;
 } 	
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

.slide_home .slide_options_bar {
	position: absolute;

     margin-top: 0px;
	
    background-color: transparent;
    padding-top: 0px;
}


.slider_box {

margin-bottom: 0px;
}

.menu_social {
    margin: 6px 0px;
	float: right;
}
	.navbar-brand {
	
    width: 170px;
    height: 80px;
    margin-bottom: 20px;
    margin-top: 20px;
    
    }
    
   .nav>li>a {
    padding: 10px 5px;
	} 
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .slide_home .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .slide_home .featurette-heading {
    font-size: 50px;
  }
  .navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 12px;
    
    }
}

@media (min-width: 992px) {
.menu_social {
    margin: 20px 0px;
}
 	.nav>li>a {
    padding: 10px 15px;
	} 
	.navbar-brand {
	
    width: 230px;
    height: 100px;
    }
  .navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    font-size: 14px;
    }

}

@media (min-width: 1200px) {
	
		.navbar-brand {
	
    width: 290px;
    height: 100px;
    }
	}
