@import '../css/grid.css';

h2{
	font-family: "Harrington";
    font-size: 5em;
    
		color: rgba(147,171,59,1.00);
}

/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
/****color titulo imagenes****/
a:hover {
  color: #FFDF3A;
}



/****Blocks****/
.page1_block {
  padding-top: 40px;
}
.block1 {
  padding-top: 42px;
  text-align: center;
}
.block1 .block1_title {
  font: 33px/36px 'Dosis', sans-serif;
}
.block1 .block1_title span {
  display: block;
  font-size: 24px;
  padding-top: 3px;
}
.shuffle-group {
  background-color: #f9fbfc;
  padding-top: 28px;
  padding-bottom: 50px;
  border-bottom: 1px solid #b2b2b2;
}
.shuffle-me {
  position: relative;
  background-color: #464545;
}
.shuffle-me.shuff__1 .info .shuffle_title {
  font-size: 36px;
}
.shuffle-me.shuff__1 .info .shuffle_title span {
  position: relative;
  top: -4px;
}
.shuffle-me .info {
  display: block;
}
.shuffle-me .info .shuffle_title {
  z-index: 5;
  position: absolute;
  color: #ffffff;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -43px;
  font: 48px/36px 'Dosis', sans-serif;
}
.shuffle-me .info .shuffle_title span {
  padding-top: 22px;
  font-size: 22px;
  font-weight: 600;
  display: block;
}
.shuffle-me img {
  opacity: 0.67;
  position: relative;
  z-index: 2;
}
.shuffle-me + .shuffle-me {
  margin-top: 18px;
}
.bq1 {
  background-color: #f9fbfc;
  padding: 29px 26px 27px;
}
.bq1 img {
  border-radius: 500px;
  float: left;
  margin-right: 14px;
  margin-top: 3px;
}
.bq1 p {
  font-style: italic;
  margin-bottom: 23px;
}
.bq1 + .bq1 {
  margin-top: 32px;
}
.block2 {
  border-bottom: 1px dotted #716f6f;
}
.block2 em {
  display: block;
  padding-bottom: 14px;
}
.box {
  margin-top: 6px;
  margin-bottom: 24px;
  background-color: #f9fbfc;
}
.box img {
  width: 100%;
}
.box .box_bot {
  padding: 27px 26px 49px;
}

/****Separators****/
/****Gallery****/

.view {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.view:hover .mask {
  opacity: 1;
  border-width: 100px;
}
.view:hover a.info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.view img {
  position: relative;
  z-index: 0;
}
.view .mask {
  opacity: 0;
  overflow: visible;
  border: 0px solid rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.view a.info {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  margin-top: -10px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.gallery1 {
  padding-top: 96px;
}
.gallery1 .gall_item {
  margin-top: 15px;
  display: block;
  background: #FFE96A url(../images/magnify.png) center center no-repeat;
  width: 350px;
  height: 200px;
}
.gallery1 .gall_item img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  box-shadow: 0 0 0 #fff;
  width: 350px;
  height: 200px;
}
.gallery1 .gall_item:hover img {
  opacity: 0.2;
}
.gallery1 .block2 {
  margin-bottom: 28px;
  padding-bottom: 32px;
}
