/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');

body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#333;
	background-color:#fff;
}

hi,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
}

p {
	color:#8a8d94;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#333;
}
a:hover {
  text-decoration: none;
  color:#000099;	
}

hr {
	margin-top:20px;
	margin-bottom:40px;
}

/*****************/
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*****************/

.centrar {
	align-content:center;
	padding-left:100%;
	padding-right:100%;

}

.Bienvenido h1{
	font-size:40px;
	font-weight:700;
	font-stretch: expanded;
	color:#000099;
}

.titulo_evento {
	text-align:center;
	font-size:26px;
	font-weight:900;
	color:#000099;
}
/******CANAL RAY SOL***********/

.caja_video {
	position: relative;
	padding: 0px 25px 15px;
	margin: 0 -15px 15px;
	margin-right: -15px;
	margin-left: -15px;
	/*border-color: #e5e5e5 #eee #eee;
	border-style: solid;
	border-width: 1px 0;
	-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
	box-shadow: inset 0 3px 6px rgba(0,0,0,.05);*/
}


.video_prin {
	padding-top:44px;
	padding-bottom:50px
	
		
}
.titulo_video {
	font-size:25px;
	font-weight:700;
	padding-bottom:10px
	
}
.titulo_video2 {
	padding-top:10px;
	font-size:16px;
	font-weight:700;
	padding-bottom:10px
	
}

.titulo_video3 {
	padding-top:15px;
	font-size:20px;
	font-weight:700;
	padding-bottom:10px;
	text-align:center;
	
}

.parrafo_video p{
	text-indent:25px;
	line-height:1.5em;
	padding:0;
	padding-top:5px;
	padding-left:0;
}

.titulo_galerias h3 {
	padding:0;
	margin-top:5px;
	margin-left:105px;
	font-size:25px;
	font-weight:600;
}


@media (max-width: 990px){

.titulo_video2 {
	padding-top:10px;
	font-weight:700;
	padding-bottom:5px
	
}


.titulo_galerias h3 {
	margin-left:80px;
}

}

@media (max-width: 767px) {
.titulo_video2 {
	padding-top:2px;
	font-weight:700;
	padding-bottom:0px
	
}
.titulo_galerias h3 {
	margin-left:20px;
}



}

.btn-default2 {
  color:#000099;
  background-color: #CCFF33;
  border-color: #ccc;
}

/********CARRITO*********/




/*****************/
.login{
	color:#000099;
	 margin-top:8px;	
}

.recuperar a {
	margin:0;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20%;
	margin-right:20%;
}

.navbar {
	border:0;
	margin-bottom:0px;
}
.navbar-brand {
padding: 15px 15px;
/*  height: 50px;
  
  font-size: 30px;
  line-height: 20px;*/
}
/*.navbar-brand img {
	height:150%;
	width:150%;
}*/
/*a.navbar-brand span {
	color:#fff;
	
}*/

.navbar-collapse {
	float: inherit;
	align-content:center;
	/*padding-right: 15px;
	padding-left: 15px;*/
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 0;
	
}
.navbar-static-top-logo {
	top: 0;
	border-width: 0 0 0;
	/*padding: 15px 15px;*/
	background-color: #6699FF;
}
.navbar-static-top-menu {
	top: 0;
	border-width: 0 0 0;
	background-color: #CCFF33;
}
.navbar-static-top-menu .navbar-header .navbar-toggle {
	width: 100%;
	margin: 0;
	height: 60px;
	border-radius: 0;
	background: #CCFF33;
	border-color: #CCFF33;
	color: #FFF;
	font-size: 22px;  
}
.navbar-static-top-menu .navbar-header .navbar-toggle .bars {
  display: inline-block;
  /*line-height: 1.6672;*/
  /*border: 0;
  border-radius: 0 0 0 0;*/
  text-transform:uppercase;
  font-size:22px;
  font-weight:800;
  color:#fff;
}

  .header container-fluid container row img{
	  
  }
  .logos {
	  padding:0 0 0 0;
	  height:104%;
	  width:104%;
	  padding-left:0;
	  padding-right:0;
	
  }
 
.dropdown-menu {
	background-color:#CCFF33;
	font-size:16px;	
}

.dropdown-menu > li > a {
	display: block;
	padding: 10px 35px;
	clear: both;
	font-weight: 800;
	line-height: 1.42857143;
	background-color:#CCFF33;
	color: #000099;
	/*white-space: nowrap;*/
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #99CC33;
}


@media (max-width: 990px) {
.login{
	/*padding:0 50px 0 0;*/
}
.logos {
	  padding:0 0 0 0;
	  height:100%;
	  width:100%;
	
  }
.nav-pills > li > a:before {
  font-size:30%;
  font-weight:600;
}

  .navbar-static-top .navbar-collapse menu ul li a {
    line-height: 60px;
  }
  .navbar-static-top .navbar-collapse menu ul li.active a:after {
    border-left: 62px solid transparent;
    border-right: 62px solid transparent;
    border-top: 20px solid #f7b71e;
    bottom: -19px;
  }
  .jumbotron {

  }
}
@media (max-width: 767px) {


 .logos {
	  padding:0 0 0 0;
	  height:100%;
	  width:100%;
	
  }
.login{
	padding:0 0 0 0;
}
.nav-pills > li > a:before {
  font-size:90%;
  font-weight:800;
}
  .navbar-static-top-menu .container {
    padding: 0;
  }
  .navbar-static-top-menu .container .menu {
    margin: 0;
  }
  .navbar-static-top-menu .navbar-collapse {
    padding: 0;
  }
  .navbar-static-top-menu .navbar-collapse ul {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: hidden;
  }
  .navbar-static-top-menu .navbar-collapse menu ul li {
    width: 100%;

  }
  .navbar-static-top-menu .navbar-collapse menu ul li:before {
    display: none;
  }
  .navbar-static-top-menu .navbar-collapse menu ul li a {
    line-height: 60px;
  }
  .navbar-static-top-menu .navbar-collapse menu ul li.active a:after {
    display: none;
  }
  .navbar-static-top-menu .navbar-collapse ul li.dropdown .dropdown-menu {
    width: 100%;
    position: relative;
    /*height: 0;*/
  }
  .navbar-static-top-menu .navbar-collapse menu ul li.dropdown:hover .dropdown-menu {
    height: auto;
  }
  .jumbotron {
	height:100%;
	width:100%;	 
  }
  .parrafo2 > p { 
  }

}


.nav-pills {
  border-bottom:0;
  /*align-content:flex-end; */
}
.nav-pills .login {
  border-bottom:0;
  /*align-content:flex-end; */
}
.nav > li > a {
 position: static;
  /*display: block;*/
  padding: 15px 17px;
}
.nav-pills > li > a {
  line-height: 0,5;
  border: 2;
  border-radius: 20 20 20 20;
  border-radius: 10px;
  text-transform:uppercase;
  font-size:15px;
  font-weight:800;
  color:#000099;
}
 .login .nav-pills > li > a {
	font-size:16px;
	font-weight:800;
	color:#333399;
}
.login .nav-pills > li > a:hover {
	
	color:#fff;
	background-color:#99CC33;
	
}

.nav-pills > li > a:hover {
	background-color: #99CC33;
}
.nav-pills > li.active > a {
  color: #fff;
  cursor: default;
  background-color:#FF66CC;
  border: 200;
  border-bottom-color: transparent;

}
.nav-pills > li.active > a:hover {
	color: #fff;
	border: 20000;
	background-color: #FF66CC;
	cursor: pointer;
}

.nav-pills > li {
    margin-bottom: 0;
}

.slider {
	margin-top: 0px;
	/*background-color:;*/
	
}

.container2 {
	padding-right:0;
	padding-left:0;
	margin-left:auto;
	margin-right:auto;
	
}
.jumbotron {
	padding: 0 0;
	margin-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	background-color:transparent;
	
}
 .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 0px;
    padding-left: 0px;
  }

.jumbotron img {
	padding: 0 0;
	margin-bottom: 0px;
	padding-left: 0;
	padding-right: 0;	
	height:100%;
	width:100%;	
}
.bxslider li {
	margin-left:0px;

}

.content {
	margin-top:20px;
}

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


.box {
	text-align:center;
}

.icon {
	color:#FF66CC;
	margin-top:16px;
	margin-bottom:16px;
}
.ficon  {
	margin-top:16px;
	margin-bottom:16px;
}
.ficon i {
	color:#99CC33;	
}
.ficon a {
	color:#000099;
}
.ficon a:hover {
	color:#eee;
}
.btn {
  color:#000099;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 5;
}

.btn:hover {
  color: #000099;
  text-decoration: none;
  background-color: #99CC33;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-default {
  color: #fff;
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  padding: 8px 20px;
  background: #36CBD4;
  color: #fff;
  border:none;
  margin-top: 10px;
}

.btn-primary:hover, 
.btn-primary:focus{
  background: #36CBD4;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
/* --- Services --- */
.service {
	margin-top:80px;
}

.services {
	text-align:center;
	margin-bottom:30px;
	margin-top:-50px;
	padding:50px;
	
}
/* --- Blog --- */
.parrafo {
	/*margin-left:160px;
	margin-right:160px;*/
	
}

.parrafo p {
	color:#000000;
	font-size: 18px;
	line-height:1.7em;
	font-weight:500;
	padding: 0px;
	padding-bottom:0;
	

}

.parrafo2 {
	padding-left:7.9%;
	padding-right:7.9%;
	
}

.parrafo3 {
	padding-left:7.9%;
	padding-right:7.9%;
	
}

.parrafo2 div {
	text-indent:25px;
	color:#000000;
	font-size: 18px;
	line-height:1.7em;
	font-weight:500;
	padding: 0px;
	padding-bottom:0;
	

}

.parrafo2 p {
	text-indent:25px;
	color:#000000;
	font-size: 18px;
	line-height: 1.7em;
	font-weight:500;
	padding: 0px;
	padding-bottom:0;
	

}

.parrafo2 p h4 {
	text-indent:25px;
	color:#000000;
	font-size: 18px;
	line-height: 4em;
	font-weight:500;
	padding: 0px;
	padding-bottom:0;
	

}

.parrafo-titulo p {
	text-indent:25px;
	color:#000000;
	font-size: 25px;
	line-height:1.7em;
	font-weight:500;
	padding: 0px;
	padding-bottom:0;
	

}

.parrafo2 ol li {
	color:#000000;
	text-indent:0px;
	font-size: 18px;
	line-height:1.7em;
	font-weight:500;
	padding: 0px;
	padding-bottom:0;

}

.titulo_evento1 h1 {
	line-height:1.1em;
	font-size:32px;
	padding-left:100px;
	padding-top:20px;
	padding-bottom:10px;
	font-weight:800;
	text-align:left;
	
}


.titulo_evento2 h1 {
	line-height:2.5em;
	font-size:23px;
	padding-top:20px;
	padding-bottom:10px;
	padding-right:100px;
	font-weight:600;
	text-align:end;
	
}

.titulo_paginas3 h1 {
	line-height:0.9em;
	font-size:40px;
	padding-bottom:10px;
	font-weight:700;
	text-align:center;
	
}

.titulo_paginas2 h1 {
	line-height:0.9em;
	font-size:29px;
	padding-top:20px;
	padding-bottom:10px;
	font-weight:800;
	text-align:center;
	
}
.titulo_paginas h1 {
	line-height:1.1em;
	font-size:29px;
	padding-top:20px;
	padding-bottom:10px;
	font-weight:800;
	text-align:center;
	
}

.page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  margin-top:50px;
}

.blog h5 {
	color:#000;
	margin-left:20px;
	text-transform:uppercase;
	margin-top:10px;
}
.blog img {
	margin-top:10px;
	margin-bottom:10px;	
}

.blog h3,p {
	color:#000;
	padding:15px;
}
.blog .ficon {
	text-align:center;
	margin-bottom:30px;
}
.blog .ficon a:hover {
	color:#36CBD4;
}

.form-search .form-control {
	margin-top:50px;	
}

.media h4 {
	color:#000;
	margin-bottom:30px;
}
.media-body .ficon {
	float:right;
	margin-right:30px;
}
.media-body .ficon a:hover {
	color:#36CBD4;
}
.media-body h4 {
	color:#000;

}
.media-list {
  padding-left: 0;
  list-style: none;
  margin-left:90px;
  margin-bottom:20px;
}

.panel {
	margin-top:20px;
  margin-bottom: 20px;
  background-color: #fff;
  border:#eee 1px solid transparent;
  border-radius: 0;
   -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align:center; 
}

.panel-default {
  border-color: #eee;
  border-bottom-color:#eee;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #36CBD4;
  border-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
   border-bottom-color:#eee;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}

/*******PANEL ESPECIAL MENU *******/

.panel2 {
  /*margin-top:20px;*/
  margin-bottom: 20px;
  background-color: #fff;
  border:#eee 1px solid transparent;
  border-radius: 0;
   -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-heading2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align:justify; 
}

.panel-default2 {
  border-color: #eee;
  border-bottom-color:#eee;
}
.panel-default2 > .panel-heading2 {
  color: #000000;
  background-color: #fff;
  border-color: #eee;
}
.panel-default2 > .panel-heading2 + .panel-collapse > .panel-body {
  border-top-color: #eee;
   border-bottom-color:#eee;
}
.panel-default2 > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}

.listado_especial ul li {
	margin: 0px 20px;
}

/*******PANEL ESPECIAL MENU *******/

.list-group h5 {
	color:#fff;
	text-align:center;
	margin-bottom:-5px;
	background:#50c0e9;
	
	padding:15px 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eee;
  color:#000;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
  border-radius:0;
  background-color:#fff;
  color:#000;
}

/*.embed-responsive  {
	margin-top:-100px;
	margin-bottom:50px;
}*/

.popular-tags h5 {
	color:#36CBD4;
	margin-bottom:30px;
	text-align:center;
}
.popular-tags ul.tags {
	list-style:none;
	margin:0;
	margin-left: 0;
	padding-left:0;
	
}
.popular-tags ul.tags li {
	margin:0 5px 15px 0;
	display:inline-block;
}
.popular-tags ul.tags li a {
	background:#eee;
	color:#333;
	padding:5px 10px;
}
.popular-tags ul.tags li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#36CBD4;
}

/* --- Portfolio --- */
.portfolios {
	margin-top:110px;
}

.portfolio {
	margin-top:30px;

}
.portfolio-2 {
	margin-top:30px;
	margin-bottom:50px;
}

.flipLightBox img {
	margin-top:20px;

}

/* --- Map --- */
.map{
	position:relative;
	margin-top:50px;
	margin-bottom:40px;
}

/* google map */
#google-map{
    position:relative;
    height: 400px;
}


#contact-page{
  padding-top: 0;
  background:#fff;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-control {


}

.form-group .form-control {
  border-radius:5px;
  padding: 7px 12px;
  /*border-color:#878787;*/
  box-shadow:#CCFF33;
  /*box-shadow: none;*/
}

.form-control:focus {
  border-color: #CCFF33;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 0, 102, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 0, 102, .6);
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*=========================
  Footer
 ================= */

footer {
 /* background: #fff;*/
}

.inner-footer  ul li,a  {
	list-style:none;
}
.widgetheading {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 40px; 
}
.f-about a h1 {
	text-align:center;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #0db4be;	
}
.f-about a h1 span {
	color: #0db4be;	
}
.f-about p {
  font-size: 14px;
  color: #8a8d94;
 
}
.l-posts h3 {
	margin-left:40px;
}
.l-posts li a {
  font-size: 14px;
  color: #8a8d94;
  margin: 0;
  font-weight: 300;
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
}

.l-posts li a:hover  {
  color: #0db4be;
}

.f-contact p {
  font-size: 20px;
  color: #000;
  margin: 0;
  
  font-weight: 300;
  margin-bottom: 15px;
}

.f-contact i {
  color: #000099;
  font-size: 25px;
  margin-right: 12px;
}

.f-contact a:hover p{
  color: #0db4be;
}
.last-div {
	margin-top:40px;
    background: #6699FF;
    padding: 20px 0;
    position: relative;
}

.copyright {
    font-size: 14px;
    color: #fff;
    margin: 0;   
    font-weight: 300;
    float: left;
}
.copyright a{
    color: #fff;
}
.copyright a:hover {
    text-decoration: underline;
    color: #CCFF99;
}

ul.social-network {
	list-style:none;
	margin-top:-20px;
	float:right;
	font-size:18px;	
	margin-right:20px;
}

ul.social-network li {
	display:inline;
	margin: 0 15px;
	color:#73f4fc;
}
ul.social-network li a {	
	color:#99CC33;	
}
ul.social-network li a:hover {	
	color:#fff;	
}

a.scrollup{
    color:#fff;
	height:55px;
	width:55px;
	font-size:22px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:40px;	
	opacity:0,5;
	border-radius:50%;
	z-index:999;
}
a.scrollup:hover{
	opacity:1;
	background-color:#99CC33;
	color:#fff;;	
}


/*************************
********* Portfolio CSS ******
**************************/
#portfolio {
  margin-top: 70px;
}

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items {
  list-style: none outside none;
  margin: 50px 50px 40px 20px;
  padding: 0;  

}

.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
 padding: 0; 

}
.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #CCFF33;
  font-size: 14px;
  font-weight: 400;  
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#000;
  background: #E8CE0E;
  border: 1px solid #CCFF33;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
 /* float: left;*/
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
	margin: 0;
	padding:0;
	padding-left:20px;
}

.overlay {
	margin-bottom:20px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
	margin-left:auto;
	margin-right:auto;
	height:100%;
    width: 100%;
}

.recent-work-wrap .recent-work-inner{
	top: 50px;
	background: transparent;
	opacity: 0,2;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #000;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 80%;
  opacity: 0;
  border-radius: 0;
  background: rgba(255,255,255,0.5);
  color: #000;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  /*padding: 30px;*/
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 50px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #000;
}

.recent-work-wrap:hover .overlay {
	opacity: 1;
}


/**************************/
/*****Owl-caruosel*********/
/**************************/
 

/***************************************************************************************/

.margenes_evento {
	
	padding-top:20px;
	padding-bottom:20px;

}

.margenes_centrar {
	margin-left:0px;
	margin-right:0px;

}