/*!
GP - 1.0 - globals styles
(c) 2014-2014 JLAR / http://jlar.com

Provided under the MIT License.
Commercial use requires attribution.
*/
/* font berlin */
@font-face {
 font-family: brl;
 src: url("../../asset/css/fonts/Berlinsans-Roman.eot") /* EOT file for IE */
}
@font-face {
 font-family: brl;
 src: url("../../asset/css/fonts/Berlinsans-Roman.ttf") /* TTF file for CSS3 browsers */
}
/* termina font */

body {
 /* font-family: brl, Verdana, Arial, sans-serif; */
 font-family: Verdana, Arial, sans-serif;

 color: black
}
span.header {
 font-family: brl, Impact, "Arial Black", sans-serif;
 font-weight: bold;
 color: red
}

.sfondo {  /* sin imagen de fondo de pantalla pero con color  */
    background-color: #000 !important;
}
.cfondo {  /* imagen grande responsive como fondo de pantalla */
    background-image: url(../../asset/img/headers/bg_body.jpg);
    background-repeat: repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.cfondor {  /* imagen chica que se repite y llena como fondo de pantalla */
    background-image: url(../../asset/img/headers/fondo_EINSA.jpg);
    background-repeat: repeat;
}
.neutralizar_row {  /* neutralizar los márgenes de .row para que ocupe toda la anchura del navegador */
  padding: 0 15px;
}
.customized_container {  /* container centrado con imagen en el body */
  margin: 0px auto;
  margin-top: 0px;
  width: 90%;
  background-color: rgba(256, 256, 256, .9); // blanco
  color: #000;
  border-radius: 8px;
  /*border-top: 1px solid #9D1D32;
  border-left: 1px solid #9D1D32;
  border-right: 1px solid #9D1D32;*/
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);  
}
.img-resp {  /* imagen responsive css3 cover */
  background: url(../../asset/img/headers/logo.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* inicia estilo imagen del logotipo principal */
.logo {
    margin: 0 0 0 1px;
}
/* termina estilo imagen del logotipo principal */

/* Inicia estilos para el titulo de contenido */
.page-header {
  padding-bottom: 9px;
  margin: 10px 0 20px;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
  color: #9D1D32;
  font-family: brl, Impact, "Arial Black", sans-serif;
  text-transform: uppercase;
}
/* termina estilos para el titulo de contenido */

/* Inicia estilos Sticky footer */
html,
body {
  height: 100%;   /* The html and body elements cannot have any padding or margin. */
}
#wrap {  /* Wrapper for page content to push down footer */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px; /* Negative indent footer by it's height */
}
#push { /* Set the fixed height of the footer here */
  height: 25px;
}
#footer { /* Set the fixed height of the footer here */
  height: auto;
}
#footer {
  margin: 0px auto;
  width: 90%;
  /* background-color: #A7A096;
  background: rgba(47, 50, 97, 0.8); */
  background-color: #9D1D32;
  background: rgba(157, 29, 50, 0.8);
  color: #fff;
  border-radius: 8px;
  padding-top: 15px;
}
.credit {
  text-align: center;
}

.credit2 {
  text-align:justify;
  padding: 0 40px 0 40px;
}

.credit43 {
  text-align:justify;
  padding: 0 40px 0 40px; 
}

.credit3 {
  font-size: 10px;
}

.tab-h4 {
	margin: 3px 0 3px 0;
}

.tab-p {
	text-align: justify;
}

.table-i  {
	/*margin-top: 15px; */
	/* margin-bottom: 15px; */ 
	/* width: 828px;  */
	border-style: solid; 
	border-color: #000000; 
	border-collapse: collapse; 
	color: #000000; 
	/*font-family: arial, sans-serif; */
	/* font-size: 13px; */
	line-height: 19px; 
	text-align: justify; 
	background-color: #ffffff; 
	height: auto;
}
 
.td-i {
	margin: 0px; 
	padding: 7px 10px !important; 
	border-width: 1px; 
	vertical-align:	baseline !important; 
	border-style: solid; 
	border-color: #cccccc;
}

.td-i1 { 
	background-color: #e1f1fa;
}

.dv-i {
	margin: 0px; 
	padding: 0px; 
	border-width: 0px; 
	vertical-align: baseline !important; 
	text-align: center;
}

.dv-i1 {
	margin: 0px; 
	padding: 0px !important; 
	border-width: 0px; 
	vertical-align: baseline !important;
	text-align: center !important;
}


/* filterColumn filter_number_range {
	width: 100%;
}

filterColumn filter_date_range {
	width: 100%;
}

.filterColumn .filter_select {
	width: 100%;
}
 */
/* termina estilos Sticky footer */ 

/* inicia icon jquery vaidator */

input.valid {
	background: url(../../asset/img/icons/icon-ok.png) no-repeat right center #e3ffe5;
	color: #002f00;
	border-color: #96b796 !important;
}

input.error {
	background: url(../../asset/img/icons/icon-fail.png) no-repeat right center #ffebef;
	color: #480000;
}

/* termina icon jquery vaidator */

/* --- inicia estilos de modulos de la pagina, carrusel, menu, login etc. --- */ 
.imgini {
	margin-bottom: 20px;
}

.imgini1 {
	margin-left: 120px;
	margin-bottom: 20px;
}

.btd {
	padding-left: 5px;
}

/* Inicia estilos modulo carrusel */
.carousel {
  margin: 5px 0px 10px 0px;
}

.carousel .item {
  padding: 0px 2px 0px 2px;
  height: 325px;
}

.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 300px;
}

.carousel-indicators {
  bottom: -10px;
  background-color: rgba(0, 0, 0, .6);
  background: rgba(47, 50, 97, 0.3);
}

.carousel-caption {
  background-color: rgba(0, 0, 0, .6);
  background: rgba(47, 50, 97, 0.6);
  position: absolute;
  right: 5%;
  bottom: 28px;
  left: 5%;
  z-index: 10;
  text-align: left;
  padding-top: 1px;
  padding-left: 5px;
  padding-bottom: 1px;
  font-size: 100%;
  font-family: brl, Impact, "Arial Black", sans-serif;
}

/* efecto fade */
.carousel-fade .item {
  -webkit-transition: opacity 2s; 
  -moz-transition: opacity 3s; 
  -ms-transition: opacity 3s; 
  -o-transition: opacity 3s; 
  transition: opacity 3s;
}

.carousel-fade .active.left {
  left:0;
  opacity:0;
  z-index:2;
}

.carousel-fade .next {
  left:0;
  opacity:1;
  z-index:1;
}
/* termina estilos modulo carrusel */

 /* Inicia estilos modulo nav (menu) */ 
 /* -ojo- se inhabilito la linea 3659 .navbar-collapse del bootstrap.css - max-height: 340px; - */
 
 .nav-t {
	visibility: hidden;
 }
 
 
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}

.navdiv {
  margin: 10px 0px 0px 0px;

}

.navbar {
  position: relative;
  min-height: 40px;
  margin-top: -21px;  /* margen para separar el logo del menu */
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 1px solid transparent;
}
.navbar-default {
  /* background-color: #752F48; */  /*  rojo */
	background-color: #9D1D32;  /* azul ucha */
	border-color: #e7e7e7;
	
    background-image: url(../../asset/img/headers/navfdo.jpg);
    background-repeat: repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;	
  
	background: rgba(157,29,50,1);
	/*background: -moz-linear-gradient(top, rgba(157,29,50,1) 0%, rgba(31,34,65,1) 89%, rgba(31,34,65,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,85,160,1)), color-stop(89%, rgba(31,34,65,1)), color-stop(100%, rgba(31,34,65,1)));
	background: -webkit-linear-gradient(top, rgba(157,29,50,1) 0%, rgba(31,34,65,1) 89%, rgba(31,34,65,1) 100%);
	background: -o-linear-gradient(top, rgba(157,29,50,1) 0%, rgba(31,34,65,1) 89%, rgba(31,34,65,1) 100%);
	background: -ms-linear-gradient(top, rgba(157,29,50,1) 0%, rgba(31,34,65,1) 89%, rgba(31,34,65,1) 100%);
	background: linear-gradient(to bottom, rgba(157,29,50,1) 0%, rgba(31,34,65,1) 89%, rgba(31,34,65,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1355a0', endColorstr='#1f2241', GradientType=0 );*/

}

.navbar-header {
  background-color: transparent;
  height: 50px;
}

.navbar-toggle {
  /* width: 22px; */

}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}

.navbar-default .navbar-text {
  color: #fff;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  padding-left: 10px;  /* padding para centrar las opciones de menu */
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFF33;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #A9A7A8;
  /* background-color: #752F48; */  /* rojo */
  /*background-color: #2F3261;*/  /* azul ucha */
  background-color: transparent;
  border-color: #000; 
  width: 50%;
  margin-left: 10px;
  padding-left: 10px;
}

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

.navbar-default .divider1 {
  height: 25px;
  width: 1px;

  background-color: white;
}

.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd; 
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
    border-top-right-radius:  20px;
 -webkit-border-top-right-radius:  20px;
 -moz-border-top-right-radius:  20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #B4B4B4;
  /*border: 1px solid #ddd; */
  border-bottom-color: transparent;
  border-top-right-radius:  20px;
 -webkit-border-top-right-radius:  20px;
 -moz-border-top-right-radius:  20px;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

/* termina estilos modulo nav (menu) */

.lista ul
{
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin: 0px;
}
.lista li
{
   list-style-type: none;
   display: inline;
   padding-right: 5px;
}

/* inicia estilos modulo login */
#login {
  position: absolute;
  top: 25px;
  left: 50%;
}
#loginContainer {
  position: relative;
  float: right;
  font-size: 12px;
}
#loginButton { 
  margin-top: 4px;
  display: inline-block;
  float: right;
  background: #d2e0ea url(../img/login/buttonbg.png) repeat-x; 
  border: 1px solid #899caa; 
  border-radius: 3px;
  -moz-border-radius: 3px;
  position: relative;
  z-index: 40;
  cursor: pointer;
}
#loginButton span { /* Login Button Text */
  color: #445058; 
  font-size: 14px; 
  font-weight: bold; 
  text-shadow: 1px 1px #fff; 
  padding: 7px 29px 9px 10px;
  background: url(../img/login/loginArrow.png) no-repeat 53px 7px;
  display: block
}

#loginButton:hover {
  background: url(../img/login/buttonbgHover.png) repeat-x;
}
#loginBox {
  position: absolute;
  top: 34px;
  right: 0;
  display: none;
  z-index: 29;
}
#loginButton.active {  /* If the Login Button has been clicked */
  border-radius: 3px 3px 0 0;
}
#loginButton.active span {
  background-position: 53px -76px;
}
#loginButton.active em {  /* A Line added to overlap the border */
  position:absolute;
  width: 100%;
  height: 1px;
  background: #d2e0ea;
  bottom: -1px;
}
#loginForm {
  width: 248px; 
  border: 1px solid #899caa;
  border-radius: 3px 0 3px 3px;
  -moz-border-radius: 3px 0 3px 3px;
  margin-top: -1px;
  background: #d2e0ea;
  padding: 6px;
}
#loginForm fieldset {
  margin: 0 0 12px 0;
  display: block;
  border: 0;
  padding: 0;
}
#loginForm #checkbox {
  width: auto;
  margin: 1px 9px 0 0;
  float: left;
  padding: 0;
  border: 0;
  *margin: -3px 9px 0 0; /* IE7 Fix */
}
#loginbody fieldset {
  background:#fff;
  border-radius:3px;
  -moz-border-radius:3px;
  padding:10px 13px;
  margin:0;
}
#loginbody label {
  color:#3a454d;
  margin:9px 0 0 0;
  display:block;
  float:left;
}
#loginForm #loginbody fieldset label {
  display: block;
  float: none;
  margin: 0 0 6px 0;
}
#loginForm input {
  width: 92%;
  border: 1px solid #899caa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  color: #3a454d;
  font-weight: bold;
  padding: 8px 8px;
  box-shadow: inset 0px 1px 3px #bbb;
  -webkit-box-shadow: inset 0px 1px 3px #bbb;
  -moz-box-shadow: inset 0px 1px 3px #bbb;
  font-size: 12px;
}
#loginForm #login {
  width: auto;
  float: left;
  background: #339cdf url(../img/login/loginbuttonbg.png) repeat-x;
  color: #fff;
  padding: 7px 10px 8px 10px;
  text-shadow: 0px -1px #278db8;
  border: 1px solid #339cdf;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 12px 0 0;
  cursor: pointer;
  *padding: 7px 2px 8px 2px; /* IE7 Fix */
}
#loginForm span {  /* Forgot your password */
  text-align: center;
  display: block;
  padding: 7px 0 4px 0;
}
#loginForm span a {
  color: #3a454d;
  text-shadow: 1px 1px #fff;
  font-size: 12px;
}
input:focus {
  outline:none;
}
/* termina estilos modulo login */

/* inicia estilos de busqueda */
.search-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #333;
}
#search-detail {
  font-size: 24px;
  text-transform: uppercase;
  color: #333;
}
h2:link {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  color:#09F;
}
h2:hover{
  color:#2F3261;
  font-family: brl, Impact, "Arial Black", sans-serif;
}
/* termina estilos de busqueda

/*    menu de circulos  */

.label-default1 {
  background-color: #E46D79;
}
.label-default2 {
  background-color: #7E8CAA;
}
.label-default3 {
  background-color: #9D9D9D;
}
.label-default4 {
  background-color: #C6C5C5;
}
.label-default5 {
  background-color: #A47687;
}

.label-default9 {
  color: #fff;
  text-decoration: none;
}

.ccontent {
	padding-bottom: 67px;
}

.cwrap {
	width: 150px;
	height: 150px;
	margin-bottom: 4px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.circle {
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c1 {
	background: url(../../asset/img/logos/ca_jalisco-250x170.png) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c2 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c3 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1292.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c4 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c5 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c6 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1268.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c7 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c8 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1292.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c9 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c10 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c11 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1268.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c12 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c13 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1292.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c14 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c15 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c16  {
	background: url(../../asset/img/proyecto/resized_resized__MG_1268.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c17 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c18 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1292.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c19 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c20 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c21 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1268.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c22 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c23 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1292.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c24 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c25 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c26 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1268.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(214, 31, 50, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c27  {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(44, 67, 117, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c28 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1292.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c29 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(169, 167, 168, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle.c30 {
	background: url(../../asset/img/proyecto/resized_resized__MG_1162resized1_1.jpg) 0 0 no-repeat;
	-webkit-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow:box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 16px rgba(117, 47, 72, 0.65) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.circle:hover{
	box-shadow: 
	inset 0 0 0 1px rgba(255,255,255,0.1),
	0 1px 2px rgba(0,0,0,0.1);
}

/*.circle.c5:hover  {
	box-shadow: none !important;
} */

.circle:hover .info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1) ;
	transform: scale(1);
}


.circle:after, .circle:before {
    content: "";
    display: table;
}

.info {
	overflow: hidden;
	color: #fff;
	font-size: 10px;
	text-align: center;
	background: url(../../asset/img/proyecto/info_bg.png) 0 0 repeat;
    border-radius: 50% 50% 50% 50%;
    height: inherit;
    opacity: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;bg
    -webkit-transform: scale(0);
     -moz-transform: scale(0);
     -ms-transform: scale(0);
     -o-transform: scale(0);
     transform: scale(0);
    -webkit-transition: ;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    width: inherit;
}

.info .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	font: 14px/16px 'Dosis', sans-serif;
	margin: 0 21px 18px;
	padding-top: 40px;
	text-transform: uppercase;
}

.info  a {
	text-transform: uppercase;
	display: inline-block;
	color: #d1cfcf;
	margin-top: 9px;
}

.info a:hover {
	color: #ec0606;
}

/* blur */


#ib-container article{
-webkit-backface-visibility: hidden;
	z-index: 1;
	
	-webkit-transition: 
		opacity 0.4s linear, 
		-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
		opacity 0.4s linear, 
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
		opacity 0.4s linear, 
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
		opacity 0.4s linear, 
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 
		opacity 0.4s linear, 
		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
}

#ib-container article h4,
#ib-container article p ,
#ib-container article a.btn{
	-webkit-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-moz-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-o-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	-ms-transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
	transition: 
		opacity 0.2s linear, 
		text-shadow 0.5s ease-in-out, 
		color 0.5s ease-in-out;
}

#ib-container article .box *{
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;	
}
.alright {
	text-align: right;
}

.active {

	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.blur {
	box-shadow: 0px 0px 20px 10px rgba(255,255,255,1);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}

.blur  {
	position: relative;
}

#ib-container {
	margin-top: 10px; 
}

#ib-container article.blur a.btn {
	text-shadow: 0px 0px 10px rgba(236, 6, 6, 0.9);
	color: rgba(236, 6, 6, 0);
	background-image: none;
	opacity: 0.5;
}

#ib-container  article.blur p {
	text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
	color: rgba(51, 51, 51, 0);	opacity: 0.5;
}

 #ib-container .blur .box h4{
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
	color: rgba(0, 0, 0, 0);
	opacity: 0.5;}

.blur .box .text1 {
	text-shadow: 0px 0px 10px rgba(93, 111, 123, 0.9);
	color: rgba(93, 111, 123, 0);
	opacity: 0.5;
	}

.box {
	margin-bottom: 2px;
	position: relative;
	top: 1px;
	padding: 18px 5px 21px 15px;
	background-color: #fdfdfd;
	border: 1px solid #fbfbfb;
}

.box h4 {
	margin-left: -15px;
	margin-right: -5px;
	text-align: center;
	margin-bottom: 14px;
}

.text1 {
	font: 18px/19px 'Dosis', sans-serif;
	color: #233c4c;
	margin-bottom: 7px;
}

/* empieza form mail */

input, textarea, button { margin-top:10px }

/* Required field START */

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 26px;
	margin: -3px 0 0 12px;
}
/* Required field END */


/*  termina form mail */


  
/* empieza timeline */

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        top: 20px;
        bottom: 20px;
        margin-left: 30px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
            content: " ";
            display: table;
        }

        .timeline-centered .timeline-entry:after {
            clear: both;
        }

        .timeline-centered .timeline-entry.begin {
            margin-bottom: 0;
        }

        .timeline-centered .timeline-entry.left-aligned {
            float: left;
        }

            .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
                margin-left: 0;
                margin-right: -18px;
            }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
                    left: auto;
                    right: -100px;
                    text-align: left;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
                    float: right;
                }

                .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
                    margin-left: 0;
                    margin-right: 70px;
                }

                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
                    display: block;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
                        font-size: 15px;
                        font-weight: bold;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
                        font-size: 12px;
                    }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
                font-size: 15px;
                float: left;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
                    background-color: #303641;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #ee4749;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
                    background-color: #00a651;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
                    background-color: #21a9e1;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
                    background-color: #fad839;
                    color: #fff;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
                    background-color: #cc2424;
                    color: #fff;
                }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 1em;
                margin-left: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    /*color: #737881;*/
                    /* font-family: "Noto Sans",sans-serif; */
					font-family: 'Merriweather',"Noto Sans",sans-serif;
                    font-size: 14px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }



/* termina timeline */

/*  component  */

.cbp-mc-form {
	position: relative;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 100%;
	padding: 5px 30px;
	float: left;
}

.cbp-mc-form label {
	display: block;
	padding: 5px 2px 2px 1px;
	/* font-size: 1.1em; */
	font-size: .60em;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}

.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	/*font-family: 'Lato', Calibri, Arial, sans-serif;*/
	/* font-size: 1.4em; */
	font-size: 1.4em;
	padding: 5px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: transparent;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #752F48;
}

.cbp-mc-form textarea {
	min-height: 100px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 3px solid #2F3261;
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #10689a;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 10px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #2F3261;
	border: none;
	color: #fff;
	width: auto;
	/*width: 200px;*/
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 20px;
	font-size: .75em;
	border-radius: 2px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #752F48;
}

/* mail */

.antispam { display:none;} 

/* termina component */


/*  empiezan fonts */ 
.alegre {
font-family: 'Alegreya', serif;
}

.amarant {
font-family: 'Amaranth', sans-serif;
}

.asap {
font-family: 'Asap', sans-serif;
}

.brl {
font-family: brl, Verdana, Arial, sans-serif;
}

.merriw {
font-family: 'Merriweather', serif;
}

.signi {
font-family: 'Signika', sans-serif;
}

/* terminan fonts  */

/* empieza contact form */

input {
	outline:  none !important;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 11px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 7px;
	float:left;
}


#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	padding-top: 30px;
	text-align: right;

}


.btns a.btn {
	margin: 0 !important;
	cursor: pointer;
}

.btns a.btn {
	background: none;
	padding-right: 0;
	margin-left: 35px !important;
}

#form .message {
	width: 100%;
}

#form .btns span {
	display: inline-block;
	width: 13px;
}


.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 100%;
	background: #fefefe;
	border: 1px solid #f0efef;
	text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;  
}

.botnfmail {
	margin-bottom: 12px;
}



/*.success_wrapper {
	position: relative;	
} 

/* termina contact form */

#cent {
	text-align: center;	

	margin-left: 15px;
} 

@media screen and (max-width: 70em) {

.credit2 {
 font-size: 12px;
 text-align:justify;
 padding: 0px;
}

.credit3 {
 font-size: 12px;
 text-align:justify;
 padding: 0px;
}

.merriw {
 font-size: 12px;
}


	.cbp-mc-column {
		width: 50%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
	
.cbp-mc-form input,
.cbp-mc-form textarea,
.cbp-mc-form select {
	/*font-family: 'Lato', Calibri, Arial, sans-serif;*/
	font-size: 1em;

}
	
.cbp-mc-form input.cbp-mc-submit {
	width: 75%;
	padding: 1px 2px;
	font-size: .75em;
	letter-spacing: 0px;
}

  .page-header h2 {
    font-size: 100%;
  }

 

}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}

}

@media screen and (max-width: 24em) {

	.timeline-centered .timeline-entry .timeline-entry-inner {

		margin-left: -110px;

	} 
}

/* termina component */
.box .text1 {
	color: #5d6f7b;
	margin-bottom: 25px;
}

.box1 .text1 {
	color: #5d6f7b;

}

.box a.btn {
	margin-top: 25px;
	margin-right: 10px;
}

/*   gmaps   style="width:400px;height:400px;border:1px solid #CECECE; margin: 0 auto:">*/

#MyGmaps {
	width: 400px;
	height:400px;
	border: 1px solid #CECECE;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.credit1 {
	font-size: 24px;
	margin: 50px 10px 50px 50px;
}


 
/* media para control de cambios de pantalla */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .customized_container, #footer {  /* container centrado con imagen en el body */
  width: 90%;
  }
  .carousel {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .carousel .item {
    height: 200px;
  }
  .carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 175px;
  }
  .carousel-indicators {
    bottom: -10px;
    background-color: rgba(0, 0, 0, .6);
  }
  .carousel-caption h4 {
     font-size: 100%;
  }
   
  .page-header h2, .container .credit {
    font-size: 100%;
  }
  
  h2 {
	font-size: 15px;
  }
  
  
  .img-responsive-ch {
  max-width: 75px;
  height: 100px;
  margin-bottom: 50px:
  }
  .credit1 {
	font-size: 12px;
  }
  
}

@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    /*display: block;*/
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
}

@media (max-width: 991px) {
  #footer {
    height: auto;
  }
 
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  .carousel {
    margin-top: 2px;
  }

  .nav-top {
    margin-top: 2px;
    margin-bottom: 5px;
  } 

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
	  width: 50%;
	  margin-left: 15px;
	  padding-left: 10px;
	}
 
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}



