@import "http://untref.edu.ar/assets/css/style-base.css";

body {
  /*font-family: 'alright', sans-serif;*/
  background: #fff;
  font-size: 14px;
  font-weight: 300;
  left: auto !important;
  right: auto !important;
  padding-left: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #6d6d6d;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
  overflow-y: auto !important;
}
a {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:focus, a:hover {
  outline: none;
  color: white;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.row {
  padding: 90px 0 92px;
}
img {
  height: auto;
  width: 100%;
}

.container {
	position: relative;
	display: table;
	height: 100%;
}

.top {
	height: 77px;
	width: 100%;
	background: white;
	position: relative;
}

.contenedor-dos {
  display: flex;
  justify-content: space-between;
}
/*.top .bkg-colores {
	background: url("../img/bkg-header-colores.jpg") left top #ec008c;
	float: left;
	height: 77px;
	width: 144px;
}*/
.logo-muntref {
  margin: 18px;
  width: 320px;
}

.menu-sedes ul {
  position: relative;
  /*margin-top: -96px;*/
  z-index: 1000;
}
.menu-sedes ul li {
  /*float: right;*/
  position: relative;
  width: 168px;
  height: 96px;
}
li.eco {
  background: #34D04B;
}
.menu-sedes ul li a {
  font-size: 15px;
  font-family: "distefano";
  font-weight: 600;
  line-height: 1;
  color: rgb( 251, 251, 249 );
  text-transform: uppercase;
  height: 100%;
  text-decoration: none;
  z-index: 35;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease-out;
}
.menu-sedes ul li a:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.menu-sedes ul li a span {
  position: absolute;
  margin: 25px 26px;
}

.sede {
	float: right;
	color: white;
    margin: 18px;
	font-size: 12px;
	text-align: right;
}
.sede h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}
.sede p {
	margin: 0 0 5px;
	text-transform: uppercase;
}
.sede a {
	color: white;
}

.obra {
	position: absolute;
	width: 100%;
	height: 100%;
}

.obra .row {
    height: 100%;
    display: table;
    width: 100%;
    padding: 0px;
    bottom: 0px;
    position: absolute;
    right: 0px;
}


.tit-menu {
    float: left;
    background: black;
    font-size: 16px;
    padding: 13px;
    margin-left: -65px;
}

.rosa { background: #ED145B; }

#html5-watermark { display: none !important; }

/* The Nivo Slider styles */

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Presentación

.pres h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 40px 15px;
}

.firma { margin-top: 60px; }
*/


/* Sobre la muestra */

.txt-sobre {
	text-align: left;
	display: table;
	top: 40px;
	position: relative;
	margin-bottom: 50px;
}

/**/

.section-title {
  text-align: left;
  font-size: 52px;
  font-weight: 400;
  margin: 0 10px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-title span {
  font-weight: 900;
}
.lg {
  width: 260px;
}
.btn-border,
.btn-common {
  color: #ffffff;
  font-size: 22px;
  border: 1px solid #FFF;
  padding: 16px 36px;
  font-weight: 400;
  margin-left: 36px;
  margin-right: 36px;
  border-radius: 4px;
  position: relative;
  z-index: 10;
}
.btn-border:after,
.btn-common:after {
  width: 100%;
  height: 0px;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
}
.btn-common {
  background: #82BC00;
  border: 1px solid #82BC00;
}
.btn-border:hover {
  color: #82BC00;
}
.btn-border:hover:after {
  height: 100%;
}
.btn-common:hover {
  color: #82BC00;
  background: #82BC00;
  border: 1px solid #82BC00;
}
.btn-common:hover:after {
  height: 100%;
}
.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Navbar  start */
#navigation {
  background: #34D04B;
  border: 1px solid #34D04B;
  color: #fff;
  padding-top: 50px;
  text-align: center;
  width: 300px;
  z-index: 99999;
  overflow: hidden;
  /*position: absolute;*/
  position: fixed;
}
#navigation .logo {
  margin: 0 auto;
  padding: 30px;
  width: 100px;
}
#navigation .nav li {
  border: 1px solid transparent;
  margin: 10px 40px;
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
#navigation .nav li a {
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#navigation .nav li:hover,
#navigation .nav li.active {
  border-color: #fff;
}
/* Navbar End */
/* Header Section Start */
#header {
  width: 100%;
  /*background: url(../img/backgrounds/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;*/
  position: relative;
  color: #ffffff;
  overflow: hidden;
	/*height: 900px;*/
	/*top: -12px;*/
}
#header:before {
  /*background: rgba(1, 0, 2, 0.7);*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  content: "";
  display: block;
}
#header .top-header {
  margin-top: 50px;
  position: absolute;
	z-index: 10;
}
#header .top-header #menu {
  display: block;
  width: 48px;
  height: 48px;
  padding: 24px 30px;
  cursor: pointer;
  background: white;
}
#header .top-header #menu span {
  background-color: black;
  display: block;
  font-size: 0px;
  height: 3px;
  margin-top: -1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
}
#header .top-header #menu span:before,
#header .top-header #menu span:after {
  background: black;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
#header .top-header #menu span:before {
  -webkit-transform: translateY(-300%);
  -moz-transform: translateY(-300%);
  transform: translateY(-300%);
}
#header .top-header #menu span:after {
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  transform: translateY(300%);
}
#header .top-header #menu:hover span,
#header .top-header #menu:hover span:after,
#header .top-header #menu:hover span:before {
  background: #34D04B;
}

#header .banner {
  /*margin: 50px;*/
  margin: 300px 100px;
  text-shadow: 0 0 20px rgba(0,0,0,0.8);
}
#header .banner h1 {
  color: #EC008C;
  font-size: 130px;
  font-weight: bold;
  text-transform: uppercase;
}
#header .banner h2 {
  color: #EC008C;
  font-size: 130px;
  text-transform: uppercase;
  /*margin: 32px 0px 50px;*/
  font-weight: 100;
  margin: 0;
}
#header .banner .scroll {
  margin: 50px 0;
}
#header .banner .scroll a i {
  font-size: 48px;
  color: #82BC00;
  padding: 12px;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .banner .scroll a i:hover {
  background: #82BC00;
  color: #ffffff;
}
/* Header Section End */
.tiempo { font-size: 50px; position: relative; /*left: -33px*/; letter-spacing:-1px }
.ya {
    font-size: 47px;
    position: relative;
    left: -31px;
    letter-spacing: -1px;
    display: table;
    top: 25px;
}


/* Presentacion */

.pres {
    background: #6D6D6D;
    color: white;
	font-size: 13px;
}

.pres .row { text-align: justify; }

.pres .row.jozami {
	padding: 90px 0 50px;
	border-bottom: solid thin;
}

.pres .row.muniz {
	padding: 50px 0 92px;
}

/*.pres h4 { padding: 0 15px; }*/

/* fin Presentacion*/

.bio h1 {
    font-size: 20px;
    margin-bottom: 20px;
    /* padding: 0 15px; */
    color: white;
}

/* Works Section Start */
#artista {
  background: #ffffff;
  width: 100%;
  font-size: 13px;
  font-weight: 200;
  display: table;
}

#artista .container { width: 1125px; }

#artista .row { padding: 0; }
#artista h1 {
	font-size: 20px;
	font-weight: bold;
}

#artista .col-lg-5 {
    width: auto;
	padding-left: 0;
	margin-left: -10px;
}

#artista .col-lg-5 img, #artista .grid-left .large span {
	width: 100%;
}

#artista .col-lg-3 {
    width: 42%;
    margin: 75px 0;
}

#artista .grid-left .large {
  float: left;
  width: 640px;
  height: 100%;
  position: relative;
  margin: 75px 0;
}
#artista .grid-left .large span {
    font-size: 12px;
    font-weight: 200;
    color: white;
    text-align: center;
    background: #484848;
    padding: 4px;
    display: table;
}

#artista .grid-left .grid-box {
  position: relative;
  width: 33%;
  overflow: hidden;
}
#artista .grid-left .grid-box img {
  width: 100%;
}
#artista .grid-right .grid-box.large {
  width: 100%;
  height: 216px;
  position: relative;
}
#artista .grid-right .grid-box {
  width: 50%;
  height: 216px;
  float: left;
  position: relative;
  overflow: hidden;
}
#artista .grid-right .grid-box img {
  width: 100%;
  overflow: hidden;
}
#artista .grid-right .browse-box {
  position: relative;
  width: 50%;
  float: left;
  height: 216px;
  background: #ffffff;
}
#artista .grid-right .browse-box .more {
  text-align: center;
  position: absolute;
  left: 30%;
  width: 50%;
  top: 24%;
}
#artista .grid-right .browse-box .more a {
  color: #82bc00;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-decoration: none;
}
#artista .grid-right .browse-box .more a i {
  font-size: 50px;
  color: #82bc00;
  padding: 12px;
}
#artista .large .overlay a {
  position: absolute;
  top: 42%;
  left: 42%;
}
#artista .grid-box .overlay a {
  position: absolute;
  left: 38%;
  top: 36%;
}
#artista .grid-box.large .overlay a {
  position: absolute;
  left: 44%;
  top: 36%;
}
#artista .overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 3, 8, 0.88);
  height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#artista .overlay a i {
  width: 68px;
  height: 68px;
  line-height: 66px;
  background: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: #82bc00;
}
#artista .large:hover .overlay,
#artista .grid-box:hover .overlay {
  opacity: 1;
}
/* Works Section End */

/* Ubicación */

#ubicacion {
  background: #34D04B;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  color: white;
}

#ubicacion .container { width: 1080px; padding-bottom: 5px; }

#ubicacion .row {
	padding: 0 0 44px 0;
	-webkit-padding-after: 50px;
	-webkit-padding-before: 0;
}
#ubicacion h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 50px 0;
}

#ubicacion .col-lg-5 {
    width: auto;
}

#ubicacion .col-lg-3 {
    width: 27%;
    margin-top: 75px;
}

#ubicacion .grid-left .large {
  float: left;
  width: 483px;
  height: 100%;
  position: relative;
  margin-top: 60px;
}

.bloque {
    /* border-bottom: solid thin; */
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.large .bloque:nth-child(3) p {
    margin-bottom: 0px;
}

.bloque.ultimo {
    border-bottom: none;
}

.mapa {
    position: absolute;
	top: -75px;
	left: 6px;
}

.gmnoprint {
    display: none;
}

/* Fin Ubicación */

/* Prensa */

#prensa .container {
    width: 1080px;
}

#prensa h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 50px;
}

#prensa h2 {
   font-size: 18px;
}

#prensa .bloque:nth-child(3), #prensa .bloque:nth-child(4) {
  display: block;
}
#prensa .bloque {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

#prensa p { margin: 0; }
#prensa a { color: inherit; }
#prensa a.boton { color: white; }

.icn-doc {
    float: left;
    width: 28px;
    display: table;
    margin: 10px 10px 0 0;
}

.boton {
    background: black;
    padding: 5px;
    font-size: 15px;
    margin: 10px 0 20px;
    display: inline-block;
}
.boton:hover, .boton:focus {
	background: #34D04B;
	text-decoration: none;
}

/* fin Prensa */

/* presentacion */

#presentacion{
  background: #6D6D6D;
  color: white;
}


/* Testimonial Section Start */
#testimonial {
  background: url(../img/backgrounds/bg.jpg);
  background-size: cover;
  color: #ffffff;
}
#testimonial .section-title {
  color: #ffffff;
}
#testimonial blockquote {
  border-left: none;
  margin: 0;
}
#testimonial .commant {
  float: left;
  background: rgba(54, 74, 86, 0.3);
  margin: 0 90px 0 100px;
}
#testimonial .commant .claint {
  width: 270px;
  height: 270px;
  margin-left: -15px;
  position: relative;
}
#testimonial .commant .quote {
  background: #ffffff;
  width: 64px;
  position: absolute;
  top: 12%;
  right: -67px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
}
#testimonial .commant .quote i {
  font-size: 30px;
  color: #82bc00;
  line-height: 65px;
}
#testimonial .commant .info {
  padding: 60px 60px  0px 60px;
}
#testimonial .commant .info p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  text-align: justify;
  padding-bottom: 32px;
}
#testimonial .commant .info h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
#testimonial .commant .info h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#testimonial .carousel-indicators {
  bottom: -50px;
}
#testimonial .carousel-indicators li {
  border-radius: 0;
  border: none;
  background-color: #ffffff;
}
#testimonial .carousel-indicators .active {
  background-color: #82bc00;
  border: none;
}
/* Testimonial Section End */
/* Clients Section Start */
#clients .section-title i {
  color: #82bc00;
}
#clients #clients-carousel a img {
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
#clients #clients-carousel a img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: gray;
  -webkit-transition: all .6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  opacity: 1.0;
}
/* Clients Section End */
/* Skills Section Start */
#muestra {
  background: #34D04B;
  color: #ffffff;
  text-align: center;
  margin-top: -12px;
  position: relative;
}
#muestra .section-title {
  color: #ffffff;
}
#muestra .fact-block {
  color: #ffffff;
  /*background: rgba(255, 255, 255, 0.07);*/
  width: 216px;
  border-radius: 50%;
  height: 216px;
  padding: 6px 6px;
  margin: 24px 0px;
  position: relative;
  border: solid 5px;
}
#muestra .fact-block.fotos:hover {
	/*background: url(../img/Buenos_Aires.jpg) no-repeat;
	background-size: 600% auto;
	background-position: -185px -320px;*/
}

.videos.overlay {
  position: absolute;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
}

.videos.overlay iframe {
  position: relative;
 top: 17%;
width: 853px;
height: 480px;
}

.oculto { display: none; }

.cerrar {
    font-size: 30px;
    background: gray;
    padding: 5px 15px;
    position: absolute;
    right: 0;
	cursor: pointer;
}
.cerrar:hover {
	text-decoration: none;
	background: #34D04B;
}

#muestra h1 {
	font-size: 20px;
	font-weight: bold;
}

#muestra .count-info {
  position: absolute;
  top: 0;
  width: 200px;
  padding: 48px 0px;
  height: 200px;
}
/*#muestra .fotos .count-info {
  padding: 65px 0;
}*/
#muestra .count-info h3 {
  text-transform: uppercase;
}
/*#muestra .fotos .count-info h3 {
  font-size: 40px;
}*/
/*#muestra .artista .count-info {
  padding: 35px 0;
}*/
#muestra .artista .count-info h3 {
  font-size: 27px;
  line-height: 35px;
}
#muestra .fotos .count-info h3, #muestra .actividades .count-info h3 {
  font-size: 40px;
  font-weight: 700;
}
#muestra .cont-count .count-info {
  /*padding: 36px 32px;*/
  padding: 12px 32px;
}
#muestra .cont-count .count-info .cont-count {
  /*padding: 36px 32px;*/
  /*padding: 25px 0px 20px;*/
  padding: 10px 0 20px;
}
#muestra .cont-count .count-info .cont-count.flex {
  font-size: 60px;
  /*margin-left: -20px;*/
}
#muestra .count-info h3 {
  font-size: 72px;
  font-weight: 700;
  line-height: 34px;
}
#muestra .flex {
  display: flex;
}
#muestra .count-info h3.fotos {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
#muestra .count-info h4 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 100;
  margin-top: 20px;
  color: white;
}
#muestra .fotos:hover .count-info h4 { color: white; font-weight: 300; }
#muestra .count-info h4.faltan { margin-top: -10px; }
#muestra .count-info h4.inau { margin-top: -5px; }

#muestra .count-info h5 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  margin-top: 10px;
}
#muestra .count-info h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  color: black;
  margin-top: -10px;
}

.play {
	background: url(../img/play.png) no-repeat;
	width: 62px;
	height: 59px;
	display: block;
	margin: -10px auto 0;
}

/* Skills Section End */

/* #fotos */

.img-thumbnail {
  width: 100%;
}

#fotos {
	background: #6D6D6D;
	color: white;
}

#fotos .container, #fotos-jdp .container {
    width: 1080px;
}

#fotos .frase, #fotos-jdp .frase { margin: 0 15px 30px; }

.vikmun1 {
  display: table;
}

#fotos .large {
  margin-bottom: 10px;
}
#fotos-jdp .large.col-md-8, #morales .large.col-md-8, #munoz .large.col-md-8 {
  padding: 45px 15px 0;
}

#fotos h1, #fotos-jdp h1, #morales h1, #munoz h1, .generales h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 15px 20px;
}
#fotos h1.section-title, #fotos-jdp h1.section-title {
  margin: 0 15px 50px;
}

#fotos h2, #fotos-jdp h2, #morales h2, #munoz h2 {
  font-size: 16px;
  margin: 20px 0 5px;
}

#fotos .bloque, #fotos-jdp .bloque, #morales .bloque, #munoz .bloque {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#fotos .img-thumbnail, #fotos-jdp .img-thumbnail, #morales .img-thumbnail, #munoz .img-thumbnail {
	width: 100%;
}

#fotos .boton, #fotos-jdp .boton {
  margin: 5px 0px 20px;
}


#llegada, #catedra {
  background: #666;
}
#llegada .row, #catedra .row {
  /*padding: 0 0 92px;*/
}
#llegada h1 {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
}
#llegada i, #presentacion i, #catedra i {
  margin-right: 10px;
  color: white;
}
#llegada .bloque, #presentacion .bloque, #catedra .bloque {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: none;
}
#llegada a, #presentacion a, #catedra a {
  position: absolute;
  width: 100%;
  text-align: center;
}
#llegada a i, #presentacion a i, #catedra a i {
  font-size: 60px;
}

#llegada .vikmun1 {
  display: table;
}

/* fin #fotos */

/* Cátedra */

#catedra h1 {
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0 15px;
  color: white;
}
#catedra .vikmun1 {
  display: table;
  width: 100%;
  color: white;
}
/* fin Cátedra */

/* Blog Section Start */
#blog .blog-large {
  width: 100%;
  margin-top: 28px;
  position: relative;
}
#blog .large {
  position: absolute;
  width: 200px;
  height: 196px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
#blog .large p {
  padding-top: 10px;
}
#blog .blog-item {
  position: relative;
  color: #454545;
  font-size: 15px;
  width: 100%;
  margin-top: 28px;
  height: 166px;
  overflow: hidden;
}
#blog .blog-item .content {
  background: #d8e5dd;
  width: 195px;
  height: 230px;
  position: absolute;
  padding: 15px;
  top: 0;
  right: 0;
  height: 166px;
  overflow: hidden;
}
#blog .blog-item .content p {
  padding-top: 10px;
}
#blog .title {
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 12px;
}
#blog .title:hover {
  color: #82BC00;
}
/* Blog Section End */
/* Feedback Section Start */
#feedback {
  background: url(../img/backgrounds/imgfooter.jpg);
  background-size: cover;
}
#feedback .section-title {
  color: #ffffff;
}
#feedback .input-group {
  padding-bottom: 20px;
}
#feedback .input-group .input-group-addon {
  border-radius: 0px;
  padding: 14px 26px;
  background-color: #82bc00;
  border: none;
  position: relative;
}
#feedback .input-group .input-group-addon i {
  color: #ffffff;
  font-size: 26px;
  width: 24px;
  height: 24px;
}
#feedback .input-group .form-control {
  color: #898989;
  font-size: 22px;
  font-weight: 300;
  padding: 15px 20px;
  height: 60px;
  border: 0;
  border-radius: 0px;
}
#feedback .input-group .form-control:focus {
  box-shadow: none;
}
#feedback .input-group .large {
  height: 120px;
}
#feedback .btn-green {
  color: #ffffff;
  font-weight: 400;
  background: #6c9c01;
  font-size: 22px;
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
  height: 60px;
}
#feedback .btn-green i {
  float: left;
  width: 74px;
  background: #82BC00;
  margin: -12px;
  line-height: 56px;
  height: 60px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#feedback .address {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#feedback .address h2 {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  padding-bottom: 30px;
}
#feedback .address .contact-info {
  padding-bottom: 30px;
}
#feedback .address .contact-info li {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
#feedback .address .contact-info li i {
  padding-right: 15px;
  font-size: 15px;
}
#feedback .address .social-icon li {
  float: left;
}
#feedback .address .social-icon li a {
  display: inline-block;
  color: #ffffff;
  margin: 0px 5px;
}
#feedback .address .social-icon li a i {
  font-size: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 48px;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
#feedback .address .social-icon li a .fa-twitter:hover {
  background: #00aced;
  border: 1px solid #00aced;
}
#feedback .address .social-icon li a .fa-facebook:hover {
  background: #3b5998;
  border: 1px solid #3b5998;
}
#feedback .address .social-icon li a .fa-google-plus:hover {
  background: #dd4b39;
  border: 1px solid #dd4b39;
}
#feedback .address .social-icon li a .fa-youtube:hover {
  background: #bb0000;
  border: 1px solid #bb0000;
}
#feedback .address .social-icon li a .fa-linkedin:hover {
  background: #007bb6;
  border: 1px solid #007bb6;
}
/* Feedback Section End */
/* Footer Section Start */
#footer {
  color: black;
  width: 100%;
  /*background: #6d6d6d;*/
  background: white;

}

#footer .container {
  width: 1080px;
  padding-top: 30px;
  /*border-top: solid 2px #d6d6d6;*/
}

#footer .row {
  padding: 20px 0;
}
#footer p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
#footer img { width: auto; }
#footer a {
  color: black;
  text-decoration: none;
  font-size: 16px;
}
#footer a:hover {
  color: #34D04B;
}

.menu-redes {
    /*height: 35px;
     position: absolute;
	 right: -50px;*/
 }

.menu-redes li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 6px;
    opacity: 0.7;
    transition: all 0.3s ease-out 0s;
}
.menu-redes li:hover {
    opacity: 0.9;
}

/* Footer Section End */
