html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}
/*
::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}*/
/*
 * 
Una regla horizontal por defecto con mejor aspecto
 */

hr {
	display: block;
	height: 2px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -moz-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -ms-linear-gradient(left, #fff, #ccc, #fff);
	background-image: -o-linear-gradient(left, #fff, #ccc, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}
/*
 * 
Permitir solo redimensionamiento vertical de textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   General styles
   ========================================================================== */

html, body {
	height: 100%;
}
body {
	font-family: "Lato";
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
.col-md-4 {
	padding-bottom: 20px;
}
.row {
	margin-right: 0px;
	margin-left: -15px;
}
.modal-header {
	background: #ffbf00;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #2b2b2b;
}
.navbar-default {
	border-color: transparent;
	background-color: #dadada;
}
.navbar-inverse .navbar-brand {
	font-weight: 500;
	font-size: 20px;
}
.navbar-toggle {
	border-color: transparent;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}
a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}
ul, ol {
	list-style: none;
}
/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway";
	font-weight: 200;
	color: #333;
}
h2 {
	font-size: 36px;
	color: #777;
}
h3 {
	font-size: 26px;
}
/* Paragraph & Typographic */
p {
	line-height: 28px;
	margin-bottom: 20px;
}
p.large {
	font-size: 20px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
/* Images */
.overflow-image {
	margin-top: -65px;
}
/* Links *//*
a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}
a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}
a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}*/
/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 50px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom: 100px;
}
#headerwrap img{
    width: 100%;
}
#headerwrap h1 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 3px;
}
#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}
#headerwrap .icon {
	color: #ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 0px 20px 7px #3da8ae;
}
#headerwrap .btn {
	font-weight: 500;
	font-size: 20px;
	margin: 50px 0;
	background-color: #ffbf00;
	color: #fff;
	text-shadow: 0 0 4px #bf9004;
	box-shadow: -5px -5px 20px #3da8ae;
	border: 0;
}
#headerwrap .btn:hover, #headerwrap .btn:focus {
	background-color: #e9af03;
	outline: 0px;
}
#inicio {
	background: #fff;
	padding: 35px 0;
}
#inicio img {
	margin-top: 65px;
}
/*---------------------------*/
#nosotros {
	background: #fff;
	padding: 60px 0px;
}
#nosotros .fa {
	color: #ffbf00;
}

/*----------------------*/
#servicios {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#servicios .fa {
	color: #ffbf00;
}
/*-------------------------*/
#tecnologia {
	background: #f5f5f5;
	padding: 60px 0;
	text-align: center;
}
#tecnologia .fa {
	color: #ffbf00;
}

/*---------------*/
#productos {
	background: #f5f5f5;
	padding: 60px 0;
	text-align: center;
}
#productos .fa {
	color: #ffbf00;
}
/*--------------------*/
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px)
{
 #productos {
	padding: 35px 0px;
}
    
#nosotros {
	padding: 30px 0px;
}
#tecnologia {
	padding: 35px 0;
}
#equipo{
     padding: 35px 0;   
}
}


#equipo {
	background: #fff;
	padding: 60px 0;
}
#equipo H4 {
	padding-top: 10px;
}

#ubicacion{
    background: #f5f5f5;
	padding: 60px 0;
}

#contactenos {
	background: #fff;
	padding: 60px 0;
	text-align: center;
}
#contactenos .form {
	padding: 30px 0;
}
#contactenos .fa {
	color: #8CC63F;
	margin-bottom: 10px;
}
#contactenos .text-danger {
	color: #e74c3c;
	text-align: left;
	margin: 0;
}
#contactenos .btn {
	font-weight: 500;
	font-size: 18px;
	margin-top: 30px;
	background-color: #8CC63F;
	color: #fff;
	border: 0;
}
#contactenos .btn:hover, #contact .btn:focus {
	background-color: #9FDF4A;
	outline: 0px;
}
#greywrap {
	background: #8CC63F;
	margin-top: 0px;
	padding: 50px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
#greywrap .btn {
	font-family: "Raleway";
	font-weight: 300;
	font-size: 20px;
	margin: 0 25px;
	background-color: #fff;
	border-color: #e2e2e2;
	color: #888;
	border-bottom: 0;
	letter-spacing: 1px;
}
#greywrap .btn:hover, #greywrap .btn:focus {
	margin: 0 25px;
	background-color: #fff;
	border-color: #a5cdd5;
	border-bottom: 0;
	outline: 0px;
	color: #a5cdd5;
}
#greywrap h2 {
	font-size: 30px;
}
#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	font-size: 30px;
}
#greywrap .fa {
	font-size: 18px;
	margin-right: 4px;
}
#footerwrap {
	background: #2b2b2b;
	padding: 25px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
#footerwrap span.copyright {
	line-height: 40px;
	color: #888;
	font-weight: 400;
}
#footerwrap span.copyright a {
	color: #888;
	border-bottom: 1px dotted;
}
#footerwrap span.copyright a:hover {
	color: #ffbf00;
	text-decoration: none;
}
#footerwrap h4 {
	color: white;
}
ul.social-buttons {
	margin: 0;
}
ul.social-buttons li a {
	font-size: 24px;
	outline: 0;
	color: #999;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	color: #ffbf00;
}
/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	color: #999;
}
.white p {
	padding-top: 25px;
}

/* ==========================================================================
   
Máscara de imagen
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
	border: 1px solid #eee;
}
.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}
.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background-color: #ffbf00;
}
.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 1px;
}
.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}
/* Estilo de subtítulos
 */
.mask figure {
	overflow: hidden;
}
.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.no-touch .mask figure:hover img, .mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}
.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.no-touch .mask figure:hover figcaption, .mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.mask figcaption a {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   media
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
body .header {
	background-attachment: scroll;
}
}

/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
.header {
	background-attachment: scroll;
}
}

@media screen and (max-width:769px) {
#headerwrap h1 {
	font-size: 80px;
}
#headerwrap p {
	font-size: 30px;
	line-height: 38px;
}
}

/* ==========================================================================
   Colores
   ========================================================================== */

#u8990-3
{
	color: #000000;
}

#u8990-4
{
	color: #7F7F7F;
}
#u8990
{
	color: #4EA2B4;
}
#u8958
{
	background-color: #EBEBEB;
}
#u8945{
    background-color:  #F1F1F1;
}
#u8862
{
	z-index: 304;
	min-height: 84px;
	border-color: #000000;
	background-color: #7D7D7D;
	padding-bottom: 33px;
}
/*--------------------------------------*/
.borde{
    border: solid #4EA2B4;
    border-radius: 15px;
    border-width: 5px;
        
}

.ft1{
    width: 300px;
    display:block;
    margin:auto;
}
.ft2{
    width: 200px;
    display:block;
        margin:auto;
}
.ft3{
    width: 150px;
    display:block;
    margin:auto;
}
/* ==========================================================================
   Letras
   ========================================================================== */
.srv{
    width: 285px;
    padding-right: 18px;
}
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px)
{
  .srv {
    width: 285px;
      display:block;
    margin:auto;
       padding-left: 18px;
  }
}
@media (min-width: 992px) {
  .srv {
    width: 225px;
  }
}
@media (min-width: 1200px) {
  .srv {
    width: 285px;
    display:block;
    margin:auto;
  }
}
/*Servicios parte 1*/
.srvt{
    font-size: 21px;
    font-weight: 100;
    text-align: center;
    margin-top: 1px;
    color: #4EA2B4;
}
.srvp{
    font-size: 13.5px;
    text-align: justify;
    line-height: 19px;
}
/*Servicios parte 2*/

.idiv{
    left: -15px;
}
.imgS{
    padding-top: 25px;
}
.srvt2{
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    padding-top: 25px;
    margin-top: 15px;
    color: #4EA2B4;
}
.srvp2{
    font-size: 13px;
    text-align: left;
    line-height: 19px;
}
.cc{
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
}
.cd{
    font-weight: 100;
    font-size: 16px;
    line-height: 19px;
}

/* Productos */
.le {
    padding-left: 125px;
    padding-right: 125px;
    font-size: 18px;
}

@media only screen
  and (min-width: 320px) 
  and (max-width: 736px)
{
    .le{
        padding-left:9px;
        padding-right: 5px;
    }
    .imgS{
        padding-left: 135px;
    }
}
.ab{
    margin-top: 45px;
}

.let{
    text-align: left;
}

/*---------------------------------------*/

/* Barra Lateral*/
.grpelem
{
	display: inline;
	float: left;
}

#u8920
{
	z-index: 358;
	width: 15px;
	height: 188px;
	border-color: #000000;
	background-color: #4EA2B4;
	position: relative;
	margin-right: -10000px;
	margin-top: 67px;
	left: -20px;
}
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px)
{
 #u8920{
  left: -30px;
    }
}
/*--------------------------------------------*/
/* owl Control*/
.letra{
    font-size: 25px;
    color: #DFDFDF;
    text-align: center;
    margin-top: 35px;
    padding-top: 45px;
}

/* Boton letra Nosotros*/
.btnc1{
    background-color: #4EA2B4;
    height: 44px;
    width: 156px;
    margin-top: 25px;
    border-bottom: #646464 4px solid;
}
.btnc1:hover{
    background-color: #7F7F7F;
}

.btnc2{
    background-color: #4EA2B4;
    height: 44px;
     width: 186px;
     margin-top: 25px;
    border-bottom: #646464 4px solid;
}
.btnc2:hover{
    background-color: #7F7F7F;
}

.btnc3{
    background-color: #4EA2B4;
    height: 44px;
    width: 156px;
    margin-top: 25px;
    border-bottom: #646464 4px solid;
}
.btnc3:hover{
    background-color: #7F7F7F;
}
/* Letra */
.btnc1 p {
    padding-top: 7px;
    color: #FFF;
}
.btnc2 p {
    padding-top: 7px;
    color: #FFF;
}
.btnc3 p {
    padding-left: 5px;
    padding-top: 7px;
    color: #FFF;
}
/* Boton letra Productos*/

.btnArea{
    background-color: #4EA2B4;
    height: 44px;
    width: 186px;
    border-bottom: #646464 4px solid;
}
.btnArea:hover{
    background-color: #7F7F7F;
}
.btnArea p {
    margin-top: -10px;
    padding-top: 12px;
    color: #FFF;
}

/* Fotos Tecnologia*/

.ftTec{
   -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
.ftTec:hover{
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    cursor: pointer;
}



/* Banner Contáctenos */
.contac{
    color: #F7F7F7;
	font-family: source-sans-pro, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
    text-align: left;
    padding-top: 25px;
}
.navbar-collapse{
    margin-top: 10px;
    font-size: 18px;
    height: 155px;
}
.owl-carousell img{
    height: 650px;
    z-index: 1;
    margin-top: 18px;
}
.textos .lineaa{
    font-weight: bold;
    font-size: 50px;
}
@media only screen
  and (min-width: 320px) 
  and (max-width: 736px)
{
    .owl-carousell img{
        height: 300px;
         margin-top: 75px;
    }
    .navbar-collapse{
        margin-top: 42px;
        font-size: 20px;
    }
}
.fotoowl{
        background-color: rgba(0,0,0,0.8);
        filter:brightness(0.6);
    }
.owl-carousell .texto p{
        position: absolute;
        top: 310px;
        left: 90px;
        font-family: 'Consolas';
    }
    .linea span{
        font-size: 35px;
        line-height:35px;
    }
@media only screen
    and (min-width: 320px) 
    and (max-width: 736px)
    {   .owl-carousell .texto p{
            left: 5px;
            top: 110px;
        }
        .linea span{
            font-size: 20px;
            line-height: normal;
        }
        .textos .lineaa{
        font-size: 30px;
        }
    }