body { font-family: 'Roboto', sans-serif; overflow-x: hidden;}

h1 { font-family: 'Roboto Slab', serif; margin-top: 0px; font-size: 32px; font-weight: 700; color: #DDAC56; text-align: center; }
h1 small { font-size: 20px; color: #5F585A; display: block; font-weight: 300; margin-top: 5px; }
h2 { font-family: 'Roboto Slab', serif; margin-top: 15px; font-size: 21px; color: #DDAC56; font-weight: 400; text-align: left; margin-bottom: 5px; }
h3 { font-family: 'Roboto Slab', serif; font-size: 21px; color: #60585A; font-weight: 400; text-align: left; margin-top: 0; margin-bottom: 15px; }
h3 small { font-family: 'Roboto Slab', serif; font-size: 18px; color: #60585A; font-weight: 300; text-align: left; display: block; margin-top: 4px;}
p { font-size: 18px; font-weight: 400; color: #000; text-align: center; }
a { color: #686868; }

.anchor {
    position: absolute;
    top: -80px;
}

.navbar-fixed-top { min-height: 80px; }

.navbar-nav > li > a {
	font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav > li {
	margin-top: 2.8%;
}

header#slider { position: relative; margin-top: 80px; }

header#slider > .carousel img { 
	min-width: 100%;
}

header#slider .carousel .carousel-caption h1 { 
	font-weight: 700;
	color: #fff; 
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .8);
	font-size: 34px;
}

#quiensomos, #servicios, #talleres, #galeria, #multimedia, #contacto { 
	position: relative; 
	padding: 40px 0 40px 0; 
}

#quiensomos, #talleres { 
	background-color: #E8E8E8;
}

#servicios .serv { 
	padding: 0;
}

#servicios .serv .info-servicios { 
	position: absolute;
	background-color:rgba(0,0,0,0.6);
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
}

#servicios .serv .info-servicios h4 {
	position: relative;
	font-family: 'Roboto Slab', serif; 
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border-bottom: 2px solid #DDAC56; 
	padding-bottom: 2px;
	text-align: center;
	margin: 0 auto;
	top: 45%;
}

.tam1 { width: 50%; }
.tam2 { width: 56%; }
.tam3 { width: 66%; }
.tam4 { width: 45%; }
.tam5 { width: 36%; }
.tam6 { width: 70%; }

#talleres p { 
	font-size: 16px; 
	text-align: left;
}

.reset-padding-gallery { padding-right: 1%; padding-left: 0; }

.m-left {
	margin-left: 10px;
}

.m-right {
	margin-left: -10px;
}

#multimedia .image {
	position: relative;
    left: 0;
    top: 0;
    float: left;
    padding: 0.5%;
}

#multimedia .image img {
	position: relative;
  	float: left;
}

#multimedia .image:hover {
	   z-index: 1;
   position: relative;
   background-color: rgba(0, 0, 0, 0.4); 
   background-color: #DDAC56;

}

#multimedia .image:nth-child(1) {
	clear: both;
	width: 49%;
}

#multimedia .image:nth-child(2) {
	width: 24.5%;
}

#multimedia .image:nth-child(3) {
	width: 24.5%;
}

#multimedia .image:nth-child(4) {
	width: 24.5%;
}

#multimedia .image:nth-child(5) {
	width: 24.5%;
}

#multimedia .image:nth-child(6) {
	width: 24.5%;
	clear: both;
}

#multimedia .image:nth-child(7) {
	width: 24.5%;
}

#multimedia .image:nth-child(8) {
	width: 49%;
}


form input { margin-bottom: 8.5px; }
form label { color: #4C4C4C; font-weight: 400; }
.btn-grey { background-color: #60585A; color: #fff; margin-top: -5px; }
.btn-grey:hover { color:#fff; text-decoration: underline; background-color: #60585A; }

#contacto {	background-color: #E8E8E8; }
#contacto address { margin-top: 0px; margin-left: 10px; }
#contacto address p { font-size: 16px; text-align: left; }
#contacto i { margin-right: 10px; }

.reset-padding { padding-right: 0; padding-left: 0; }

#contacto .google-maps {
	position: relative;
    padding-bottom: 18%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px; 
}

#contacto .google-maps iframe { 
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#contacto .facebook iframe {
	width: 100%;
	height: 220px;
	border: none;
	overflow: hidden !important;
}

footer {
	background-color: #545454; 
	min-height: 35px;
	text-align: center;
}

footer p {
	color: #fff;
    font-size: 12px;
    padding-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px;
}

@media screen and (max-width: 1099px) and (min-width: 992px) { 
	.carousel-caption { padding-bottom: 10%; left: 12%; right: 12%; }
	header#slider .carousel .carousel-caption h1 { font-size: 32px; }
}

@media screen and (max-width: 991px) and (min-width: 768px) { 
	.carousel-caption { padding-bottom: 9%; left: 13%; right: 13%;}
	header#slider .carousel .carousel-caption h1 { font-size: 28px; }
}

@media screen and (max-width: 991px) {
	.navbar-nav > li > a { font-size: 12px; }
	.nav > li > a { padding: 10px 12px; }
	.navbar-right { margin-top: 8px; }
}

@media screen and (max-width: 767px) {
	h1 small { font-size: 65%; }
	h2 { font-size: 18px; }
	.navbar-nav > li > a {
	    font-size: 12px;
	    font-weight: 500;
	}

	.navbar-inverse .navbar-collapse { 
		margin-top: 10px; 
	}

	.navbar-nav > li {
		margin-top: 0;
	}

	h1 { font-size: 21px; }
	p, #contacto address p { font-size: 14px; }
	footer p { font-size: 12px; }

	#quiensomos, #servicios, #talleres, #galeria, #contacto { padding: 20px 0 20px 0; }

	.m-left {
	margin-left: 5px;
	}

	.m-right {
		margin-left: 5px;
	}
}

@media screen and (max-width: 767px) and (min-width: 621px) {
		.carousel-caption { padding-bottom: 8%; }
		header#slider .carousel .carousel-caption h1 { font-size: 24px; font-weight: 400; }
}

@media screen and (max-width: 620px) and (min-width: 521px) {
		.carousel-caption { padding-bottom: 8%; }
		header#slider .carousel .carousel-caption h1 { font-size: 18px; font-weight: 400; }
}

@media screen and (max-width: 589px) {
	#servicios .serv .info-servicios h4 {
		font-size: 14px;
	}
}

@media screen and (max-width: 520px) {
	#contacto .google-maps {
		height: 200px;
	}
	.carousel-indicators, .carousel-control { display: none; }
}

@media screen and (max-width: 520px) and (min-width: 421px) {
		.carousel-caption { padding-bottom: 4%; }
		header#slider .carousel .carousel-caption h1 { font-size: 14px; font-weight: 400; }
}

@media screen and (max-width: 420px) {
	.carousel-caption { padding-bottom: 4%; }
	header#slider .carousel .carousel-caption h1 { font-size: 12px; font-weight: 400; }

	#servicios .serv .info-servicios h4 { top: 26%; }
}

@media screen and (max-width: 347px) { 

	.navbar-brand { width: 70%; margin-top: 3%; }
}


@media screen and (max-width: 330px) {
	.carousel-caption { padding-bottom: 0px; }
	header#slider .carousel .carousel-caption h1 { font-size: 10px; font-weight: 400; }

}

/*Carousel FADE */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* Fin FADE */