/*reset*/
*{
	margin : 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

body {
  background-image: url(img-contenido/cream_pixels.png);
  margin          : 0;
  padding         : 0;
}
html{ 
  width: 100%;
}
img, video {
	max-width: 100%;
}
.resaltar {
	background-color: #ff5733;
	color: #fff;
	padding: 2px 5px;
	border-radius: 3px;
	font-size: .8em;
}
.til-1 {
	color: #2d3e50;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 2%;
	/* padding-top: 3%; */
	text-align: left;
}
.til-2{
  color        : #2d3e50;
  font-family: 'Open Sans', sans-serif;
  font-size    : 1.4em;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 2;
  margin-bottom: 2%;
  text-align   : left;

}
.til-3{
  color        : #2d3e50;
  font-family: 'Open Sans', sans-serif;
  font-size    : 1.1em;
  font-style   : normal;
  font-weight  : 500;
  line-height  : 2;
  margin-bottom: 2%;
  text-align   : left;
}


.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
	background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,.0001) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control {
	font-size: 20px;
	color: #009EE3;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0);
}
.carousel-control:focus, .carousel-control:hover {
	color: #cacaca;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #3A97D3;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	/* background-color: #000 \9; */
	background-color: rgb(185, 185, 185);
	border:none;
	border-radius: 10px;
}
.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
	display: none;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: none;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: none;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow:none;
}

.info{
  background-color: #3A97D3;
  border-radius   : 3px;
  color           : #fff;
  font-family     : 'Open Sans', sans-serif;
  font-size       : 14px;
  letter-spacing  : 1px;
  padding         : 15px 20px;
  text-decoration : none;
  font-weight     : 400;
  margin-top: 10px;

}
.info:hover{
  background     : transparent;
  border         : solid 1px #3A97D3;
  color          : #3A97D3;
  text-decoration: none;
  transition      : background-color 0.30s ease-in-out,
  border-color 0.20s ease-in-out,
  box-shadow 0.20s ease-in-out;

}

/*nan menu*/
.btn_menu,.menu {
  display:none;
}

nav {
}

nav ul {
  display   : block; 
  float     : right;
  list-style: none; 
  margin    : 0px; 
  padding   : 0px; 
}
nav ul li {
   display      : block;
   float        : left;
  font-family: 'Open Sans', sans-serif;
   margin       : 0;
   padding-right: 1px;
}

nav ul li a {
	color           : #2C3E50;
	display         : block;
  font-family: 'Open Sans', sans-serif;
	font-size       : 16px;
	margin-top      : 22px;
	padding-bottom  : 10px;
	padding-left    : 10px;
	padding-right   : 10px;
	padding-top     : 10px;
	text-align      : center;
	text-decoration : none;

}

nav ul li.active a {
	color: #FF4000;
	font-weight: bold;
}

nav ul li a:hover {
  color: #009EE3;
  background: rgba(0,0,0,0);  
  box-shadow: inset 0 0 0 1px #2C3E50;


}
#active {
  color: #FF4000;
  font-weight: bold;

}


/* header top */
.con-header{
}
header{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  width       : 80%;
  margin-bottom: 10px;
  padding-top: 10px;
}
.logo{
	display    : block;
	float      : left;
}

/*standar*/
.rize {
    margin   : 0px;
    max-width: 100%;
    padding  : 0px;
    position : relative;
}
.clr { 
    clear      : both; 
    font-size  : 0px;
    line-height: 0px;
    margin     : 0px 0 0; 
    padding    : 0;
    width      : 100%;
}
.fade {
    -moz-transition   : opacity 0.2s linear;
    -ms-filter        : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -ms-transition    : opacity 0.2s linear;
    -o-transition     : opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    filter            : alpha(opacity=100);
    opacity           : 1;
    transition        : opacity 0.2s linear;
}

.fade:hover {
	-moz-transition   : opacity 0.2s linear;
	-ms-filter        : "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-ms-transition    : opacity 0.2s linear;
	-o-transition     : opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	filter            : alpha(opacity=100);
	opacity           : 0.3;
	transition        : opacity 0.2s linear;
}
#fade { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }
#fade:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=100); opacity: 0.3; -webkit-transition: opacity 0.2s linear; -moz-transition: opacity 0.2s linear; -o-transition: opacity 0.2s linear; -ms-transition: opacity 0.2s linear; transition: opacity 0.2s linear; }

.zoom {
    -moz-transition   : 0.5s ease; /* Firefox */
    -o-transition     : 0.5s ease;
    -webkit-transition: 0.5s ease; /* Chrome - Safari */
    transition        : 0.5s ease;
}

.zoom:hover {
    -moz-transform   : scale(1.1); /* Firefox */
    -ms-transform    : scale(1.1); /* IE9 */
    -o-transform     : scale(1.1); /* Opera */
    -webkit-transform: scale(1.1); /* Chrome - Safari */
    text-align       : center;
    transform        : scale(1.1);
}


/*Columnas*/
/* columns (autogenerated styles) */
.col_1 { width: 96%; }
.col_2 { width: 46%; }
.col_3 { width: 29.3333333333%; }
.col_4 { width: 21%; }

/* complements (autogenerated styles) */
.col_3c { width: 62.6666666667%; }
.col_4c { width: 71%; }

/* columns & complements (autogenerated styles) */
.col_0 {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}

.col_1,
.col_2,
.col_3, .col_3c,
.col_4, .col_4c {
  margin-left   : 2.00%;
  margin-right  : 2.00%;
  margin-bottom : 2.00%;
  float   : left;
  display   : block;
}

/*home1*/
.c-home1{}

.con-home1{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
}
.tile-h1{
  color        : #2d3e50;
  font-family: 'Open Sans', sans-serif;
  font-size    : 1.6em;
  font-style   : normal;
  font-weight  : 400;
  line-height  : 2;
  margin-bottom: 2%;
  padding-top  : 3%;
  padding-top: 2%;
  text-align   : center;
 }
.icon{
  text-align: center; 
}
.tc{
   color        : #3A97D3;
   font-family  : 'Open Sans', sans-serif;
   font-size    : 1.3em;
   margin-bottom: 2%;
   margin-top   : 1%;
   text-align   : center;
}
.txt-article{
  color: #868686;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  text-align: justify;
  line-height: 1.7 !important;
  color: #2d3e50;
}
.c-button{
  padding-top: 2%;
  text-align : center;
 }
.button { 
  /* clase general */
  border-radius: 3px;
  border       : 1px solid #dedede;
  color        : #555;
  display      : inline-block;
  font         : bold 12px/12px HelveticaNeue, Arial;
  max-width    : 100%;
  padding      : 8px 11px;
}

.button.white{
  -moz-border-radius: 28;
  -webkit-border-radius: 28;
  background-image: -moz-linear-gradient(top, #3498db, #1a3c90);
  background-image: -ms-linear-gradient(top, #3498db, #1a3c90);
  background-image: -o-linear-gradient(top, #3498db, #1a3c90);
  background-image: -webkit-linear-gradient(top, #3498db, #1a3c90);
  background-image: linear-gradient(to bottom, #3498db, #1a3c90);
  background: #3498db;
  border-radius: 28px;
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  text-decoration: none;
}

.button.white:hover{
  background      : #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration : none;
}

/*css section*/

.c-sec{ /*efecto parallax*/
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(img-contenido/fondo.jpg);
	background-attachment: fixed;
	min-height: 200px;
	position: relative;
	padding-top: 2.00%;
}

.sec-1{
	margin-left : auto;
	margin-right: auto;
	overflow-x  : hidden;
	width       : 80%;
	height: auto;
}
.txt-article-sec{
  color: #fff;
  font-size: 1.4em;
  line-height: 1em;
  font-family: 'Raleway', sans-serif;
  text-align: justify;

}
span.article-sec{
	font-size: 2.1em;
	line-height: 1em;
	color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.center-img{
  text-align: center;
  padding-top: 20px;
}
.txt-h{
    color: #fff;
    font : 2em "bonvenocf light";

}
.col_s{
  display     : block;
  float       : left;
  margin-left : 2%;
  margin-right: 2%;
  text-align  : center;
  width       : 46%;
}
span.tex{
	color: #fff;
	font-size: 0.625em;
	font-family: "arial";
}
.c-sec2{}

.sec-2{
	margin-left : auto;
	margin-right: auto;
	overflow-x  : hidden;
	text-align  : center;
	width       : 80%;
}
span.tex2{
}
.img-s123{
	text-align: center;
	float: left;

	margin-right: 10px;
	line-height: 1.6em;
}
.txt-s{
  font-family: 'Raleway', sans-serif;
	text-align: left;
	float: left;
	margin-bottom: 28px;
	color: #2d3e50;
	line-height: 1.25em;
}
span.tile-s{
  font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	color: #3A97D3;
	line-height: 1.6em;
}

/*baner 2*/
.c-baner-2{
	background-color: #3A97D3;
	height: 150px;
}
.txt-baner2{
	color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	text-align: center;
	line-height: 5em;
}
span.bc{

  color: #fff;
  text-shadow: 2px 2px 5px #000;
  font-weight: bold;
}
/*foote*/

.c-footer{
	position: relative;
	background-repeat: no-repeat;
	background-image: url('img-contenido/fondo_footer.jpg');
	background-attachment: fixed;
	background-position: center 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 200px;
}
footer{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}
.tile-footer{
	text-align: center;
	color: #FFFFFF;
	line-height: 1em;
	font-size: 1.8em;
  font-family: 'Open Sans', sans-serif;
	margin-bottom: 2%;
	padding-top: 3%;
	font-style: normal;
	font-weight: 400;
}
.t-derecho{
	color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
}
.numero{
  color      : #fff;
  font-family: 'Raleway', sans-serif;
  font-size  : 1.4em;
  font-size  : 1.5em;
  line-height: 1.4em;
}
span.tex-footer{
  color: #fff;
  font-size: 0.95em;
  font-family: 'Raleway', sans-serif;

}

/*© Copyright*/

.contenido-autores{
   width: 80%;
   margin-right: auto;
   margin-left: auto;
   padding-top: 20px;
   display: block;
   overflow-x: hidden;
}
.dra{
	clear: both;
	text-align: left;
	color: #9C9C9C;
	font: 15px/2em 'Raleway', sans-serif;
}

.correo{
    color: #3A97D3;
   text-decoration: none;
}
.correo:hover{ color: #E57400; }
.desa{
   float: right;
   text-align: right;
   line-height: 2em;
}

/*scrol top*/
.go-top { 
  position: fixed;
  bottom: 2em;
  right: 2em;
  padding: 1em;
  display: none;
  background-image: url(img-contenido/icon_top.png);
  background-position: center center;
  background-repeat: no-repeat;
}

/*nosotros*/
.c-nosotros{
  max-width: 100%;

}
.nosotros{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  width       : 80%;
  padding-top: 10px;

}
.texto-nos{

}

p.tile{

  font-size: 2em;
  color: #2d3e50;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  line-height: 2em;

}
.article-nos{
	font-size: 1.2em;
	color: #2d3e50;
  font-family: 'Raleway', sans-serif;
	text-align: justify;
	line-height: 1.8em;
	padding-top: 2%;
	padding-bottom: 2%;
}
.img-nos{
  width: 100%;
}

 hr.style-two {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 49.21%,rgba(255,255,255,1.00) 100%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 49.21%,rgba(255,255,255,1.00) 100%,rgba(255,255,255,1.00) 100%);
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 49.21%,rgba(255,255,255,1.00) 100%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 49.21%,rgba(255,255,255,1.00) 100%,rgba(255,255,255,1.00) 100%);
	clear: both;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(137,137,137,1.00);
	box-shadow: 0px 0px 0px 0px rgba(137,137,137,1.00);
	margin-right: auto;
	margin-left: auto;
 }
 hr.style-1{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(0deg,rgba(183,183,183,1.00) 0%,rgba(183,183,183,1.00) 49.16%,rgba(183,183,183,1.00) 100%,rgba(183,183,183,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(183,183,183,1.00) 0%,rgba(183,183,183,1.00) 49.16%,rgba(183,183,183,1.00) 100%,rgba(183,183,183,1.00) 100%);
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image: -o-linear-gradient(0deg,rgba(183,183,183,1.00) 0%,rgba(183,183,183,1.00) 49.16%,rgba(183,183,183,1.00) 100%,rgba(183,183,183,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(183,183,183,1.00) 0%,rgba(183,183,183,1.00) 49.16%,rgba(183,183,183,1.00) 100%,rgba(183,183,183,1.00) 100%);
	clear: both;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(137,137,137,1.00);
	box-shadow: 0px 0px 0px 0px rgba(137,137,137,1.00);
	margin-right: auto;
	margin-left: auto;
  }
.el-equipo{
   margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  width       : 80%;
  margin-bottom: 10px;
  padding-top: 10px;
}
.equipo{
    text-align: center; 

}
.des-equ{
  color        : #3A97D3;
  font         : 1.3em 'Open Sans', sans-serif;
  margin-bottom: 2%;
  margin-top   : 1%;
  text-align   : center;

}
.equi{
	color     : #2d3e50;
	line-height: 1.5em;
	font-size: 1em;
  font-family: 'Raleway', sans-serif;
	text-align: center;
}
.col_3u {
  margin-bottom : 2.00%;
  float         : left;
  display       : block;
  visibility: hidden; display:none;
}  

/*Productos*/
.c-p{
  width: 100%;
  background-color: #009EE3;
  padding-top: 15px;
}
.p{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  width       : 80%;
}

.col_p { 
  display     : block;
  float       : left;
  margin-left : 2.00%;
  margin-right: 2.00%;
  width       : 46%;
}
.img-{
  display   : block;
  height    : auto;
  max-width : 100%;
  text-align: center;

}
.tile-p{
  color      : #fff;
  font-family: 'Open Sans', sans-serif;
  font-size  : 2em;
  padding-top: 12%;
}

article.txt-p{
  color      : #fff;
  font-family: 'Raleway', sans-serif;
  font-size  : 1.2em;
  line-height: 1.7em;

}

.c-p2{
  width: 100%;
  padding-top: 15px;
}
.p2{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  width       : 80%;
}

.tile-p2{
  color      : #2c3e50;
  font-family: 'Open Sans', sans-serif;
  font-size  : 2em;
  padding-top: 5%;

}

article.txt-p2{
  color      : #2c3e50;
  font-family: 'Raleway', sans-serif;
  font-size  : 1.2em;
  line-height: 1.7em;
  

}

.col_1b { 
  display     : block;
  float       : left;
  margin-left : 2.00%;
  margin-right: 2.00%;
  width       : 96%;
 }


/*servicios*/
.c-s{
  width: 100%;
}
.servicios{
  margin-left : auto;
  margin-right: auto;
  overflow-x  : hidden;
  width       : 80%;
  padding-top: 10px;
}
.tile-srv {
  color      : #2c3e50;
  font-family: 'Open Sans', sans-serif;
  font-size  : 2em;
  padding-bottom: 2%;
}
.txt-srv {
  color      : #2c3e50;
  font-family: 'Raleway', sans-serif;
  font-size  : 1.2em;
  line-height: 1.7em;
}
