/* ------------------------------------------------------------------------------
	Template Name: Minifolio
	Author: Designstub
	Author URI: http://www.designstub.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0

/* ------------------------------------------------------------------------------
	Ca
--rrusel-----------------------------------------------------------------------------*/
html, body {
height:100%;
margin:0;
padding:0;
}
.carousel, .item {
height:760px;
}
.carousel-inner {
height:760px;
}
.carousel {
margin-bottom: 0;
}
.carousel-caption {
z-index: 10;
}
.carousel .item {
background-color: #777;
}
.carousel .carousel-inner .bg {
background-repeat:no-repeat;
background-size: cover;
}
.carousel .carousel-inner .bg1 {
background-image:url('../images/banner.jpg');
background-position: center top;
background-size: cover;
}
.carousel .carousel-inner .bg2 {
background-image:url('../images/banner.jpg');
background-position: center center;
background-size: cover;
}
.carousel .carousel-inner .bg3 {
background-image:url('../images/banner.jpg');
background-position: center bottom;
background-size: cover;
}
/* ------------------------------------------------------------------------------
	Carrusel-------------------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,500i,700,900,900i);

p {
	font-size: 13px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 42px;
	color: #2d3033;
	font-weight: 300;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h4.green {
	color: #00CFFF;
}
h5 {
	font-size: 24px;
	color: #2d3033;
	font-weight: 400;
    margin-top: 5px;
    margin-bottom: 20px;
	min-height: 54px;
}
.contenedor-img-novedades{
    width: 100%;
    height: 172px;
    overflow: hidden;
    text-align: center;
    margin: auto;
	background-size: cover;
	background-position: center top;
}
.espacio {
	margin-bottom: 60px !important;
}
.btn {
	background-color: #0068af;
	color: #fff;
	font-size: 14px;
	padding: 14px 38px;
	font-weight: 500;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 25px;
	display: inline-block;
	text-transform: uppercase;
	transition: all ease-in-out .16s;
}
.btn:hover, .btn:focus {
	background-color: #00b1ff;
	border: #00b1ff;
	color: #fff;
}
.btn-large {
    padding: 12px 46px;
    font-size: 18px;
}
input {
    line-height: normal;
    border-radius: 4px;
    background: #c0cacd;
    color: #333;
    padding: 10px;
    margin-bottom: 20px;
	transition: background ease-in-out .4s;
	border: 1px solid #c8cbcd;
}
textarea {
    overflow: auto;
	line-height: normal;
    border-radius: 4px;
    background: #c0cacd;
    color: #333;
    padding: 10px;
    margin-bottom: 20px;
	min-height: 100px !important;
    height: auto;
	transition: background ease-in-out .4s;
	border: 1px solid #c8cbcd;
}
input:hover, textarea:hover {
    background: #EFF6F8;
	transition: background ease-in-out .4s;
}
input:focus, textarea:focus {
    background: #FFF;
	transition: background ease-in-out .4s;
}
.colorBg{
    background: #f2f2f2;
}
.colorFFF{
    background: #FFF;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #0068af;
}
a:hover, a:focus {
	color: #00b1ff;
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
.image-responsive{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
.contenedor-img-destacados{
	width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
    margin: auto;
	background-size: cover;
	background-position: center center;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	width: 90%;
	padding: 30px 0;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	float: left;
	font-size:24px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:7px;
	background: url(../images/logo.png) no-repeat;
    width: 270px;
    height: 61px;
    background-size: contain;
}
#header.fixed {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#header.fixed .logo{
	background: url(../images/logo-fixed.png) no-repeat;
	width: 180px;
	height: 45px;
	background-size: contain;
}
#header.fixed a {
	color: #000;
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 15px 0;
}
#header.fixed .nav-toggle {
	top: 44px;
	color: #000;
}
.navigation.open {
	opacity: 1;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
	margin-top: 30px;
}
#header.fixed .navigation {
	margin-top: 15px;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: rgba(255, 255, 255, 0.75);
	font-size: 13px;
	font-weight: 600;
	margin-left: 40px;
	text-transform: uppercase;
}
.navigation a:hover {
	color: #fff;
}
.navigation a.active, .navigation a:focus {
	color: #00cfff;
}
#header.fixed .navigation a.active, #header.fixed .navigation a:focus {
	color: #00b1ff;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 50px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #0068AF;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #0068AF;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
.top-bar{
	background:#000;
	padding: 5px 0 7px;
	text-align: right;
}
.top-bar .bar-content{
    margin: 0 auto;
    max-width: 1170px;
    width: 90%;
}
.top-bar span{
	color: #fff;
	font-size: 11px;
}
.top-bar span.glyphicon{
    color: #00cfff;
    font-size: 12px;
    margin: 0 4px 0 8px;
}
.top-bar span.green{
	color: #00cfff;
}
.top-bar span.espacio {
    margin-left: 0;
}
.dropdown-menu {
	margin-top: 20px;
    margin-left: -62px;
    background: #eaecef;
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    left: 50%;
}
.masLeft {
    left: 24%;
}
.dropdown-menu>li {
    display: block;
	width: 100%;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px 8px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #2b3135;
    white-space: nowrap;
	margin-left: 0;
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a.active {
	background: #FFF;
	color: #0068af !important;
}
.dropdown-menu .glyphicon {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -8px;
    color: #f2f9f6;
	text-shadow: 0 -3px 10px rgba(0,0,0,.1);
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/

.banner {
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 760px;
}
.banner-interna {
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 450px;
}
.banner-interna.refrigeracion {
	background-image: url(../images/fondo_nosotros.png);
}

.banner-interna.pagenotfound {
	background-image: url(../images/404.jpg);
	background-color: #0068AF;
}
.banner-text {
	padding-top: 30%;
}
.banner-text img {
    margin: auto;
    max-width: 446px;
    height: auto;
	width: 90%;
}
.banner-text h1 {
	color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 45px;
    font-weight: 200;
    margin: 30px auto 44px;
	max-width: 570px;
}
.banner-text p {
	color: rgba(255, 255, 255, 0.60);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 80px;
}
.servicio{
    background: #f2f7f9;
}
.titular {
    background: #0068AF;
    margin: 0;
    padding: 30px 0;
}
.servicio h2 {
    color: #FFF;
    max-width: 1175px;
    margin: 0 auto;
    display: block;
    width: 90%;
}
.servicio p {
    max-width: 1175px;
    margin: 40px auto;
    display: block;
    width: 90%;
}
.interna {
    padding: 40px 0 20px;
    max-width: 1205px;
    margin: auto !important;
    width: 95%;
}
.interna h3 {
	color: #23272b;
	font-size: 36px;
	font-weight: 600;
	margin: 0 auto 20px;
}
.interna h4 {
	color: #0068AF;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5em;
	margin: -5px auto 15px;
}
.interna ul.listados {
	margin: 30px;
	padding: 0;
}
.interna ul.listados li{
	list-style-image: url(../images/bullet.png);
	list-style-position: -2px 0;
    font-size: 17px;
    line-height: 1.2em;
    margin: 0 0 15px 15px;
}
.list-group-item.category{
    z-index: 2;
    color: #fff;
    background-color: #0068AF;
    border: none;
		border-top: 1px solid #0068AF;
		border-bottom: 1px solid #0068AF;
		font-size: 13px;
		text-transform: uppercase;

}
.list-group-item {
    color: #555;
    text-decoration: none;
    background-color: #f9f9f9;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #dcdada;
	transition: all ease-in-out .2s;
}
a.list-group-item {
    color: #555;
    text-decoration: none;
    background-color: #f2f7f9;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #eaeeef;
	transition: all ease-in-out .2s;
}
a.list-group-item:hover, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #FFF;
	border-left: 6px solid #FFF;
	border-bottom: 1px solid #eaeeef;
	transition: all ease-in-out .2s;
}
a.list-group-item:focus, button.list-group-item:focus, .sub-active {
    color: #00B1FF !important;
    text-decoration: none;
    background-color: #FFF;
	border-left: 6px solid #00B1FF;
	outline: none;
	transition: all ease-in-out .2s;
}
a.sub-active:hover, button.sub-active:hover {
    color: #5cbf68;
    text-decoration: none;
    background-color: #FFF;
	border-left: 6px solid #00B1FF;
	outline: none;
}
.list-group-item.category:focus, .list-group-item.category:hover{
	color: #FFF !important;
	background: #00B1FF;
	border-left: none !important;
	outline: none;
	border-top: 1px solid #00B1FF;
	border-bottom: 1px solid #00b15a;
}
.list-group-item i {
    position: relative;
    top: 3px;
    right: -5px;
	transform: rotate(-90deg);
}
.list-group-item i.collapsible {
    position: relative;
    top: 5px;
    right: -5px;
	transform: rotate(-0deg);
}

/* ==========================================================================
	$intro
========================================================================== */
.servicios {
    background: #f2f2f2;
}
.title {
    max-width: 1175px;
	width: 95%;
    margin: auto;
	margin: 30px auto;
}
.title h2{
	margin: 0;
}
.parImage{
	float: right;
}
.container-fluid{
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.intro {
	background-color: #0068af;
}
.intro .col-md-6, .intro .col-sm-12 {
	position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
.intro .container{
	background-color: #FFF;
}
.intro h3 {
	color: #fff;
	margin: 0 0 25px;
}
.intro p {
	color: #000;
	font-weight: 400;
}
.btnOutline {
    border: 2px solid #002f49;
    border-radius: 25px;
	color: #002f49;
	background-color: transparent;
	transition: all ease-in-out .3s;
}
.btnOutline:hover, .btnOutline:focus, .btnOutline.active{
	color: #FFF;
    border: 2px solid #00cfff;
	background-color: #00cfff;
}
.btnOutlineini {
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 25px;
	display: inline-block;
	text-transform: uppercase;
	transition: all ease-in-out .16s;
	margin-top: 20px;
}
.btnOutlineini:hover, .btnOutlineini:focus {
	background-color: #00cfff;
	border: 2px solid #00cfff;
	color: #fff;
}
.content-service {
	padding: 5%;
	text-align: left;
	max-width: 622px;
}
.intro h3 {
    color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}

/* ------------------------------------------------------------------------------
	 Serives
-------------------------------------------------------------------------------*/
.service-section {
	padding-top: 100px;
}
.services {
	margin-bottom: 50px;
}
.services-content {
	padding: 0 15px;
	margin-top: 30px;
}
.services .icon {
	color: #00aeda;
	font-size: 50px;
	padding-left: 15px;
}
/* ------------------------------------------------------------------------------
	 Ecologico
-------------------------------------------------------------------------------*/
#eco{
	height: 330px;
	position: relative;
	background: #f2f2f2;
}
.eco{
	background: #0068af;
    position: absolute;
    padding: 10px 0 30px;
    bottom: 0;
    width: 100%;
}
.sombra{
	background: url(../images/sombra.png) repeat-x;
    position: absolute;
    bottom: 0;
	height: 85px;
	width: 100%;
}
.eco-container{
	width: 1175px;
	margin: auto;
}
.img-ecologico{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 650px;
    margin: 0 0 0 -285px;
    height: auto;
}
.arriba {
    position: relative;
    z-index: 99;
}
.pioneros {
	color: #23272b;
    font-size: 18px;
    position: absolute;
    top: -35px;
}
.ecologicoLogo {
    margin-top: 15px;
}
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
}
.work .overlay {
	background: rgba(0, 174, 218, 0.9);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.galeria a{
	display: block;
	width: 100%;
	height: auto;
	max-height: 180px;
	overflow: hidden;
	margin: 15px 0;
	border: 1px solid #999;
}
.galeria a img{
	display: block;
    max-width: 120%;
    height: auto;
    width: 120%;
    left: -10%;
    position: relative;
}
/* ------------------------------------------------------------------------------
	 News
-------------------------------------------------------------------------------*/

.news {
    position: relative;
    width: 95%;
    max-width: 1175px;
    margin: auto;
	padding-bottom: 30px;
}
.news .col-md-4, .news .col-xs-12 {
    background: #fff;
}
.news .col-md-4{
	margin: 1%;
	padding-top: 15px;
    padding-bottom: 15px;
	min-height: 512px;
}
.news p {
    margin: 20px 0;
    max-height: 91px;
    overflow: hidden;
}
.InnerNews{
    padding: 15px;
}

/*-------------------------------------------------
ERROR FORM
--------------------------------------------------*/

.errorForm{
	background-color: rgba(204,57,57,0.5);
	color: #fff;
	width: 100%;
	margin: 5px 0;
	padding: 5px;
	display: none;
	border-radius: 5px;
	border: 1px solid rgba(204,57,57,1);
}
.noSee{
	display: none !important;
}
#simple-msg{
	display: block;
	clear: both;
	padding: 10px;
	margin: -30px 0 20px 0;
	border: solid #0068AF 2px;
	background-color: rgba(0,192,98,0.5);
		border-radius: 5px;
}

/* ------------------------------------------------------------------------------
	 Testimonials
-------------------------------------------------------------------------------*/
.testimonials {
	background-color: #00aeda;
	position: relative;
	text-align: center;
}
.testimonials blockquote {
	border: 0;
	margin: 0;
	padding: 100px 15%;
}
.testimonials h1 {
	color: #fff;
	font: 23px "Merriweather";
	font-weight: 300;
}
.testimonials p {
	color: #fff;
	display: block;
	font-size: 13px;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 400;
	margin-top: 30px;
	text-transform: uppercase;
}
.flex-control-nav {
	margin-top: 2%;
	bottom: none!important;
	position: relative!important;
	right: 0;
	text-align: center;
	width: 100%!important;
	z-index: 100;
}
/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
#contact{
	background: #061923;
	color: #FFF;
}
#contact.section {
    padding: 30px 0;
}
#contact .container {
    width: 1175px;
    padding-right: 0;
    padding-left: 0;
}
.conForm {
	text-align: center;
}
.conForm h5 {
	font-size: 30px;
}
.conForm p {
	text-align: center;
	margin: 7%;
	font-size: 15px;
}
.conForm input {
	color: #797979;
	padding: 15px 30px;
	border: none;
	margin-right: 3%;
	margin-bottom: 30px;
	outline: none;
	font-style: normal;
	border-bottom: #e0e0e0 1px solid;
	font-size: 15px;
}
.conForm input.noMarr {
	margin-right: 0px;
}
.conForm textarea {
	color: #797979;
	padding: 15px 30px;
	margin-bottom: 18px;
	outline: none;
	height: 150px;
	font-style: normal;
	resize: none;
	font-size: 15px;
	border: none;
	border-bottom: #e0e0e0 1px solid;
}
.conForm .submitBnt {
	background: #3bc492;
	color: #fff;
	margin-top: 30px;
padding:15px 30px 15px 30px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background: #3d3d3d;
	color: #fff;
}
#success_page{
	color: #00bdbd;
	font-weight: 500;
}
.error_message{
	color: #ff675f;
	padding-bottom: 15px;
	font-weight: 500;
}
#success_page h3{
	font-size:17px;
	color:#5ed07b;
	font-weight: 700;
}
#contact .espacio {
    margin-bottom: 30px !important;
}
#contact h2 {
	color: #FFF;
}
#contact h5 {
	color: #00cfff;
}
#contact p {
	color: #FFF;
	font-size: 13px;
}
#contact span {
	color: #FFF;
	font-size: 13px;
}
#contact span.titulo {
	color: #FFF;
	font-size: 16px;
}
#contact p.primeroP {
    margin-bottom: 30px;
}
#contact span.glyphicon{
	color: #00cfff;
	margin: 0 8px 0 0;
}
#contact span.green{
	color: #00cfff;
}
#contact .btn {
	background-color: transparent;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	border: 2px solid #FFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 25px;
	display: inline-block;
	text-transform: uppercase;
	transition: all ease-in-out .16s;
	margin-bottom: 30px;
}
#contact .btn:hover {
	background-color: #00cfff;
	border: 2px solid #00cfff;
	color: #fff;
}
textarea {
    margin-bottom: 30px;
    height: 230px;
}
.contact-info{
	width: calc(100% - 40px);
}
.contact-info {
    margin: 0;
	padding: 0;
}
.contact-info li{
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	margin: 0 2px;
	line-height: 1.6em;
}
/* ------------------------------------------------------------------------------
	Clientes
-------------------------------------------------------------------------------*/
.clientes{
	width: 100%;
	max-width: 1175px;
    margin: 0 auto;
    padding: 0;
	text-align: center;
}
#clientes ul{
	margin: 0;
	padding: 20px 0 16px;
}
#clientes ul li{
	display: inline-table;
    width: 12%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    height: auto;
}
#clientes ul li img {
    display: table-cell;
    vertical-align: middle;
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	text-align: left;
}
.footer-top {
	background-color: #000000;
    padding-top: 20px;
}
.footer-bottom {
	background-color: #313454;
	padding: 20px 0;
}
.footer .footer-col {
	margin-bottom: 10px;
}
.footer h5 {
	color: #fff;
}
.footer h5 {
	margin-bottom: 20px;
}
.footer p {
    color: #fff;
}

.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 21px;
	color: rgba(255, 255, 255, 0.25);
}
.footer .fa-heart {
	color: #e84545;
	font-size: 11px;
	margin: 0 2px;
}
.footer-top.section{
	padding-bottom: 0;
}
.footer a {
    color: #FFF;
    text-decoration: underline;
}
.footer a:hover {
    color: #00cfff;
}
.footer .topBtn {
	color: #d8d8d8;
    border: 2px solid #d8d8d8;
    display: inline-block;
    float: right;
    border-radius: 25px;
	text-decoration: none;
	position: relative;
	top: 20px;
}
.footer .topBtn:hover {
	color: #FFF;
}
.footer .topBtn span {
    padding: 4px 4px 7px 5px;
    text-align: center;
}
.footer .row {
    margin-right: -30px;
    margin-left: -30px;
}
#header{
    z-index: 999;
}
/*Gallery Container*/
.image-gallery{
  position:relative;
  margin:0 auto;
  width:600px;
  border-radius:20px;
}
.galeria {
	margin: 30px auto;
}
.galeria .container {
    max-width: 1230px;
	margin: auto;
	width: 95%;
}

/*Sets Big Image style*/
.image-gallery .big-image{
  width:600px;
  height:360px;
  margin:0 auto;
  position:relative;
}
.image-gallery .big-image img{
  opacity:0;position:absolute;left:0px;top:0px; width:600px;
  margin:0 auto;
  transition: opacity 350ms;
  box-shadow:0 1px 20px 1px rgba(0,0,0,0.7);
}

/*Selected image display*/
.image-gallery .big-image img:target{opacity:1;}
/*on select image display none the default image*/
.image-gallery .big-image img:target ~ img#default{opacity:0;}

/*Show Default Image in first load*/
.image-gallery .big-image img#default{opacity:1;}


/***Button***/
.image-gallery .button{
  font-weight:bold;
  font-size:30px;
  display:inline-block;
  transform:scale(1,2);
  background-color:#ccc;
  color:#222;
  padding:0 10px;
}
.image-gallery .prev{position:absolute; left:0; top:378px;}
.image-gallery .next{position:absolute; right:0; top:378px;}

/***move thumbs on click on buttons***/
.image-gallery .prev:active ~ .thumbs  ul{
  transform:translateX(0%);
  transition:3s all;
}
.image-gallery  .next:active ~ .thumbs  ul{
  transform:translateX(-90%);
  transition:3s all;
}

/***thumbs***/
.image-gallery .thumbs{
  overflow:hidden; white-space:nowrap; margin:0 45px;
}
.image-gallery .thumbs ul{
  float:left; transition:999999s all; transform:translateX(0);
}
.image-gallery .thumbs li{display:inline-block; margin-right:3px;}
.image-gallery .thumbs li a:hover{opacity:1;}
.image-gallery .thumbs li a{opacity:0.85;}
.image-gallery .thumbs li a:focus{opacity:1;}
.image-gallery .thumbs li img{width:128px;}


.black-header{
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 23%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.8)), color-stop(23%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 23%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 23%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 23%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 23%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
	width: 100%;
	height: auto;
	display: block;
	min-height: 450px;
}
.slider-gradient-overlay {
			background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
			background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
			background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
			height: 30%;
			position: absolute;
			top: 0;
			width: 100%;
			overflow: hidden;
		}
.slider-gradient-overlay-bottom {
			background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 62%, rgba(0,0,0,0.51) 86%, rgba(0,0,0,0.8) 100%);
			background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 62%, rgba(0,0,0,0.51) 86%, rgba(0,0,0,0.8) 100%);
			background: linear-gradient(to bottom, rgba(0,0,0,0.2) 62%, rgba(0,0,0,0.51) 86%, rgba(0,0,0,0.8) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0 );
			height: 100%;
			position: absolute;
			top: 0;
			width: 100%;
			overflow: hidden;
}
.carousel-captext{
	z-index: 10;
	position: relative;
}
.mail-link{
	color: #00cfff !important;
}

.footerContact {
	max-width: 450px;
    min-width: 300px;
    padding: 0px;
    margin: 0 auto;
	float: left;
}
.footerContact li {
    display: inline-block;
    font-weight: 200;
    font-size: 15px;
    margin: 10px 5px;
    vertical-align: middle;
    color: #FFF;
}
.footerContact li a {
    color: #FFF;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 13px;
}
.logo-reyes {
    max-width: 100px;
    height: auto;
    padding-bottom: 10px;
    display: block;
}
