@font-face {
  font-family: jepanten;
  src: url(fonts/Jepanten.ttf);
}

/* GENERALES */

html, body
{
	width: 100%;
	font-family: jepanten;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}


h1,h2,h3,h4
{
	color: #5cada7;
}

hr {
    border-top: 1px solid #5cada7;
}

ul ul, ol ul {
    list-style-type: square;
}

.header-page
{
	position: absolute;
	z-index: 1000;
	left: 0; 
  	right: 0; 
  	margin-left: auto; 
  	margin-right: auto; 
}

.slider-main
{
	border-bottom: 5px solid #5cada7;
	padding: 0px;
}
section.module.parallax-2 {
  background-image: url("../img/img_03.jpg");
}

section.module.parallax-3 {
  background-image: url("../img/img_02.jpg");
}

section > *{
    padding: 1.5em 0;
}

hr{
	margin:2.5em 0;
}

a{
	color: inherit;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

a:active {
    text-decoration: none;
}

.social-bar
{
	height: 50px;
	padding: 0.8em;
	text-align: right;
}

.social-bar a
{
	display: inline-block;
	height: 100%;
}

.social-bar img
{
	width: auto;
	height: auto;
	max-height: 100%;
}

.menu
{
	width: 100%;
	height: 70px;
	background-color:rgba(255,255,255,.8);
	border-bottom:5px solid #5cada7;
	padding: 0.3em;
}

.menu-responsive
{
	padding: 1.3em 0;
	display: none;
}

.menu *
{
	height: 100%;
	max-height: 100%;
}

.menu .logo
{
	width: 30%;
	margin-right: -5px;
	float: left;
}

.menu .logo img
{
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.menu .items
{
	width: 70%;
	float: left;
	text-align: right;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    display: inline-block;
}

.menu li a {
    display: block;
    color: white;
    text-align: center;
    margin-left: 12px;
    margin-right:12px;
    padding: 20px 0px 5px 0px;
    text-decoration: none;
    color: #272c30;
    height: auto;
}


.menu li a:hover, .menu-active {
    border-bottom: 2px solid #5cada7;
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-header
{
	background-color: #5cada7;
}
.navbar-default .navbar-brand {
    color: #fff;
    background-color: #5cada7;
}

.navbar {
    border-radius: 0px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #5cada7;
}

footer
{
	min-height: 150px;
    height: auto;
	width: 100%;
	background-color: #272c30;
	color: #5cada7;
	padding: 1em;
}

.btn-sq
{
	padding: 0.4em 1em;
	color: #272c30;
	background-color: #5cada7;
	width: auto;
	text-align: center;
	border-radius: 0px; 
}

.btn-sq:hover
{
	color: #fff;
}

footer .legend
{
	color: #565f63;
}

footer h4
{
	font-size: 14px;
	line-height: 20px;
}


footer a
{
	display: inline-block;
}

footer a img
{
	width: 32px;
	height: 32px;
	max-height: 100%;
}


.divider-bar
{
	background-color: #5cada7;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding:0.33em 0;
	font-weight: bold;
}

/* INICIO */

.icon-home
{
	width: 78px;
	height: 78px;
	display: inline-block;
}

.icon-home img
{
	width: 100%;
	height: 100%;
}

.text-icon
{
	display: inline-block;
	vertical-align: middle;
	text-align: left;	
	padding: 0 0.5em;
}

.mb-icon
{
	margin: 0.78em 0em;
}

.col5
{
	display: inline-block;
	width: 16.66666667%;
	margin-right: -5px;
	vertical-align: top;
	margin-bottom: 1em;
}

.module-servicios
{
	height: auto;
	background-image: url("../img/slider/img_4.jpg");
	background-position: center center;
	border-top:5px solid #5cada7;
	border-bottom:5px solid #5cada7;
}

.module-servicios .content
{
	width: 100%;
	max-width: 100%;
	height: 100%;
	background-color:rgba(92,173,167,.75);
}

.service-text
{
	text-align: justify;
	margin-bottom: 1.3em;
}

.servicios .thumbnail{
	border:0px;	
	padding:1.5em;
	margin-bottom: 0px;
}

.servicios hr{
	margin-top:0.5em;
	margin-bottom: 1em;
}
.thumbnail img {
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.thumbnail:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.servicios img
{
	max-width: 100%;
}

.icon-home-2{
	width: 78px;
	height: 78px;
	margin: auto;
}

.icon-home-2 img
{
	width: 100%;
	height: 100%;
}

.col5-text
{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0.75em 0;

}

.module-video{
	padding-top: 1.5em;
	padding-bottom: 2.5em;
}


.video-poster
{
	max-width: 100%;
}
/* CAROUSEL SLIDER */

.module-clientes{
	background-color: #eeeeee;
}

.slider-clientes
{
	background-color: #eeeeee;
	padding: 1.3em 3em;
}

.slider
{
	padding: 1.5em;
}

.slider img
{
	max-width: 90%;
	height: auto;
	margin: auto;
	max-height: 100px;
}

.carousel-control.left, .carousel-control.right {

    background-image: none;
    filter: none;
    background-repeat: no-repeat;
}

.module-clientes .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
{
	right: 0;
}

.module-clientes .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev 
{
	left: 0;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
{
	top: 45%;
	color: #5cada7;
	border-color: #5cada7;
}

/* NOSOTROS */

.nosotros-content{
	padding: 1.5em 0;	
}


.nosotros-content h4{
	margin:15px 0;
}

.nosotros-img img
{
	max-width: 100%;
}

.nosotros-block{
	margin-bottom: 2.5em;
}



/* PRODUCTOS */

.categorias .panel {
    border-radius: 0px;
    border-color: #5cada7; 
    margin-top: 0px;
}

.panel-title {

    font-size: 14px;
}

/*.panel-group .panel+.panel {
    margin-top: 0px;
}*/

.category-option {
	line-height: 2em;
	border-bottom: 1px solid #5cada7;
	padding-left: 1.5em;
	cursor: pointer;
}

.category-option:hover {
	font-weight: bold;
}
.categorias .panel-default>.panel-heading {
    color: #fff;
    background-color: #5cada7;
    border-color: #5cada7;
    border-radius: 0px;
}

.productos {
 	text-align: center;
 	padding: 1.5em 0;
 	margin-top:18px;
}

.productos img {
	margin:auto;
	max-height: 100%;
}

.producto-blck {
	margin-bottom: 1em;
	height: 275px;
	
}
.prod-img {
	border: 1px solid #5cada7;
	margin-bottom: 0.5em;
	height: 85%;
}

.prod-cant {
	text-transform: uppercase;
	text-align: center;
}

.nav-tabs>li>a {
	border-radius: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: #5cada7; 
}


.nav-tabs>li>a:hover
{
	background-color: transparent;
}



.tab-content {
    padding: 1.5em 0;
}
/* GALERIA */

.gallery-img{
	height: auto;
	padding:0.8em 1.5em 0.8em 1.5em;
}


.gallery-img img{
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	border: 1px solid #ebebeb;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}

/* CONTACTO */

.map .container-fluid{
	padding: 0px;
}

#map {
	height: 400px;
	width: 100%;
	padding:0px;
}

.contacto-text{
	margin: 18px auto;
}

.btn-green
{
	color: #fff;
	background-color: #5cada7;
	border-radius: 0px; 
	border:none;
}

.btn-green:hover
{
	color: #fff;
	background-color: #5cada7;
}

.v-align {
    display: flex;
    align-items: center;
}	

.xdebug-error{
	display: none;
}

.servicios-content{
	margin-top: 2.5em;
}




@media all and (max-width: 994px) {
 	
 	.menu .logo
 	{
 		width: 25%;
 	}
  .menu .items {
    width: 75%;
	}

	.menu li a{
		padding: 18px 4px;
		margin-left: 3px;
		margin-right: 3px;
		font-size: 13px;
	}

}

@media all and (max-width: 992px){

	.servicios-content .pull-right
	{
		float: none!important;
	}
	
	.servicios-content h4{
		text-align: center;
	}
}


@media all and (max-width: 768px) {
  .col5
  {
  	width: 50%;
  }
	.menu
	{
		display: none;
	}
  .menu-responsive
  {
  	display: block;
  }
	
	.social-bar
	{
		display: none;
	}
	
	.module-video .v-align{
		display: block;
		text-align: center;
	}

	.producto-blck {
	 height: auto;
	}

	/*section.module.parallax {
	  height: 375px;
	  background-position: center;
	}*/
}


@media all and (max-width: 612px) {
 
 .mb-icon
  {
  	text-align: left;
  }
}


@media all and (max-width: 412px) {
 
	.icon-home
	{
		display: block;
		margin:auto;
	}

	.mb-icon
  {
  	text-align: center;
  }

}
