.escondido {
  display: none;
}


#head img{
	position:relative;
}

.deco{
  width: 100%;
  float: left;
  height: 33px;
  margin-top: -30px;
  position: relative;
}

#home-text{
  padding: 30px;
  text-align: center;
}

#home-text h1{
  font-family:"Bedini  Italic";
  font-size:50px;
  color: #EF620F;
  text-transform: uppercase;
  border-bottom: solid 1px #EF620F;
  padding-bottom: 15px;
  width: 80%;
  margin-top:46px;
  margin-left: 10%;
}

#home-text p{
  font-family:"Open Sans";
  width: 80%;
  margin-left: 10%;
  margin-top: 30px;
  margin-bottom:88px;
  line-height: 22px;
  font-size:18px;
}

photo {
	background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 80px;
	background-position: 20% 0;
	position: relative;
  background-image: url(../img/img.jpg);
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}

.texto-photo{
  display: inline-block;
  padding:60px 30px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

.texto-photo h1{
  width: 100%;
  float: left;
  position: relative;
  font-family:"Roboto Bold";
  font-size: 36px;
}

.texto-photo p{
  font-family:"Roboto Regular";
  width: 100%;
  float: left;
  position: relative;
  font-size: 18px;
  margin-top: 20px;
  line-height: 23px;
}

.texto-photo a{
  display: inline-block;
  margin-top: 40px;
  padding: 7px 20px;
  background: rgba(235,196,105,1);
  background: -moz-linear-gradient(top, rgba(235,196,105,1) 0%, rgba(213,175,85,1) 52%, rgba(235,196,105,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,196,105,1)), color-stop(52%, rgba(213,175,85,1)), color-stop(100%, rgba(235,196,105,1)));
  background: -webkit-linear-gradient(top, rgba(235,196,105,1) 0%, rgba(213,175,85,1) 52%, rgba(235,196,105,1) 100%);
  background: -o-linear-gradient(top, rgba(235,196,105,1) 0%, rgba(213,175,85,1) 52%, rgba(235,196,105,1) 100%);
  background: -ms-linear-gradient(top, rgba(235,196,105,1) 0%, rgba(213,175,85,1) 52%, rgba(235,196,105,1) 100%);
  background: linear-gradient(to bottom, rgba(235,196,105,1) 0%, rgba(213,175,85,1) 52%, rgba(235,196,105,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebc469', endColorstr='#ebc469', GradientType=0 );
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
}

.texto-photo a:hover{
  text-decoration: none;
  background: #000;
}

#links{
  padding:0px;
}

#slogan p{
	float: right;
	position: relative;
	font-size: 65px;
	margin-top: 53px;
	font-family: "berlin sans fb";
	color: #0229AA;
}

.texto-link h1{
  text-transform: uppercase;
  font-family:"Roboto Bold";
  font-size: 22px;
  color: #FFF;
}

.texto-link p{
  font-family:"Roboto Regular";
  margin-top: 20px;
  font-size: 15px;
  color: #FFF;
  line-height: 19px;
}
.link-p{
  text-transform: uppercase;
  text-decoration: underline;
}

#pre{
  width: 81px;
  color: #B61713;
  height: 44px;
  position: relative;
  float: left;
  background: #fff;
}

#ne {
  width: 81px;
  color: #B61713;
  height: 44px;
  position: relative;
  float: left;
  background: #fff;
}

.datos{
	font-family:avante;
	float: left;
	text-align: left;
	font-size: 16px;
}

.carousel-inner{
	padding-bottom: 0px;
}

.carousel-indicators{
  background: #fff;
  width: 134px;
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 32px;
}

#home{
  background: url(../img/bg.jpg);
  padding: 30px 0px;
}

#home h1{
  color: #9cba5e;
  font-family: BDPBIRGULA;
  font-size: 38px;
	text-shadow: 1px 1px 1px #000;
 }

#home p{
  margin-top: 20px;
  font-family: avante;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  padding-bottom: 31px;
  text-align: justify;
}

#home a{
  display: inline-block;
  padding: 5px 20px;
  background: #fff;
  color: #000;
  margin-top: 0px;
}

#home img{
  margin-top: 0px;
  }

/*#back-top {
	position: fixed;
	bottom: 80px;
	z-index: 100;
	right: 50px;
}
#back-top a {
	width: 87px;
	display: block;
	text-align: center;
	font-family:"Bedini  Italic";
	font-size:22px;
	line-height:18px;
	text-decoration: none;
	color: #000;
	/* background color transition 
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #d1661e;
}
/* arrow icon (span tag) 
#back-top span {
	width: 87px;
	height: 88px;
	display: block;
	margin-bottom: 7px;
	background-image:url(../img/boton1.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-image:url(../img/boton2.png);
	background-position:center center;
	background-repeat:no-repeat;
}*/

.service p {
  float: left;
  position: relative; 
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-family:avante;
  font-size: 25px;
	background: #9cba5e;
  border-top: 5px solid #008cac;
  box-shadow: inset -5px 19px 35px #567b09;
	text-shadow: 1px 1px 1px #000;
}

.mas-s {
  color: #FFF;
  font-size: 40px;
  text-align: center;
  width: 100%;
  margin-top: 25%;
}

#prev2 {
  background: #FFF;
  color: #008cac;
  opacity: 1;
  padding: 15px;
  width: 45px;
  height: 45px;
  position: relative;
  right: 90px;
  bottom: 3%;
  top: auto;
  left: auto;
  float: right;
}

#prev2:hover {
	color:#9cba5e;
}

#next2 {
  background: #FFF;
  color: #008cac;
  opacity: 1;
  padding: 15px;
  width: 45px;
  height: 45px;
  position: relative;
  right: 0px;
  bottom: 3%;
  top: auto;
  float: right;
}

#next2:hover {
	color:#9cba5e;
}

.photo {
  background-attachment: fixed;
  padding-top: 125px;
  padding-bottom: 135px;
  background-position: 20% 0;
  position: relative;
  background-image: url(../img/img.jpg);
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}

.texto-photo{
  display: inline-block;
  padding: 37px 25px;
  background:rgba(154, 186, 82, 0.79);
  text-align: left;
  color: #FFF;
  font-family:"Open Sans Bold";
  font-size: 32px;
}

.texto-photo h1{
  float: left;
  position: relative;
}

.texto-photo img{
  float: left;
  position: relative;
  margin-left: 30px;
}

#textura{
  padding: 30px;
  text-align: center;
  background: url(../img/textura.jpg);
}

#textura h1{
  font-family:"Bedini  Italic";
  font-size: 36px;
  color: #EB690E;
  text-transform: uppercase;
}

.deco2{
  background: url(../img/deco2.png);
  width: 100%;
  float: left;
  height: 33px;
  margin-top: -30px;
  position: relative;
}

.otros{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

#owl-demo img{
	border-radius: 41px;
  border-bottom: 5px solid #B72720;
  border-top: 5px solid #EE8F3E;
}

.caption-home{
  background: #FFF;
  padding: 15px 30px;
  width: 100%;
  float: left;
  position: relative;
  font-family:"Open Sans Light";
  font-size: 26px;
  color: #000;
}

.deco3{
  background: url(../img/deco3.png);
  width: 100%;
  float: left;
  height: 33px;
  margin-top: -30px;
  position: relative;
}

.deco4{
  background: url(../img/deco4.png);
  width: 100%;
  float: left;
  height: 33px;
  position: relative;
}

.caption-ver {
  margin-top: -20px;
  float: left;
  height: 76px;
  background:url(../img/ver-b.png) no-repeat center;
  width: 100%;
  z-index: 5;
  position: relative;
}

.otros:hover .caption-ver{
  background:url(../img/ver-v.png) no-repeat center;
}

#carousel-home2 {
  padding-bottom: 20px;
}

#carousel-home2 .carousel-indicators{
  bottom: -26px;
}

#carousel-home2 .carousel-indicators li{
  background: #000;
  width: 20px;
  height: 20px;
  border:none;
}

#carousel-home2 .carousel-indicators .active{
  background:#ED660C;
}

#carousel-menus2 {
  padding-bottom: 20px;
}

#carousel-menus2 .carousel-indicators{
  bottom: 2px;
}

#carousel-menus2 h3{
  margin: 0.32em 0 2.5em;
  text-align: left;
  font-family:"Open Sans";
	font-size:20px;
}

#carousel-menus2 .carousel-indicators li{
  background: #000;
  width: 15px;
  height: 15px;
  border:none;
}

#carousel-menus2 .carousel-indicators .active{
  background:#ED660C;
}

.logo h1{
	font-size: 25px;
	font-family: BDPBIRGULA;
	position: relative;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 35px;
	color: #000;
	font-weight: bold;
}

.logo p{
  font-size: 19px;
  font-family: avante;
  text-align: center;
  padding-bottom:5px;
}

.logo a{
	color:#000;
}

.logo a:hover{
	color:#008cac;
	text-decoration:none;
}

/**/

#carousel-menus3 {
  padding-bottom: 20px;
}

#carousel-menus3 .carousel-indicators{
  bottom: 2px;
}

#carousel-menus3 h3{
  margin: 0.32em 0 2.5em;
  text-align: left;
  font-family:"Open Sans";
	font-size:20px;
}

#carousel-menus3 .carousel-indicators li{
  background: #000;
  width: 15px;
  height: 15px;
  border:none;
}

#carousel-menus3 .carousel-indicators .active{
  background:#ED660C;
}

/**/

#carousel-menus4 {
  padding-bottom: 20px;
}

#carousel-menus4 .carousel-indicators{
  bottom: 2px;
}

#carousel-menus4 h3{
  margin: 0.32em 0 2.5em;
  text-align: left;
  font-family:"Open Sans";
	font-size:20px;
}

#carousel-menus4 .carousel-indicators li{
  background: #000;
  width: 15px;
  height: 15px;
  border:none;
}

#carousel-menus4 .carousel-indicators .active{
  background:#ED660C;
}

#menus-home {
  padding:47px 11px 107px;
  background: url(../img/bg-home.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

#menus-home h1{
  font-family:"Bedini  Italic";
  font-size:48px;
  color: #EF640B;
  text-transform: uppercase;
  border-bottom: solid 1px #d1661e;
  padding-bottom: 15px;
  width: 80%;
  margin-left: 10%;
}

.menu-home{
  width: 100%;
  float: left;
  position: relative;
  margin-top: 30px;
  text-align: left;
}

.menu-home h2{
  font-family:"Open Sans Bold";
  color:#87BE42;
  font-size: 24px;
  margin-top: 30px;
}

.menu-home p {
  font-family:"Open Sans Light Italic";
  font-size:18px;
  line-height:20px;
  color: #FFF;
  margin-top: 15px;
}

.menu-home a{
  color: #87BE42;
  font-family:"Open Sans Bold";
  margin-top: 15px;
  font-style: italic;
  display: block;
}

.menu-home a:hover{
  color: #EF640B;
}

#prev{
  background: url(../img/prev.png) no-repeat ;
  width: 36px;
  height: 36px;
  opacity: 1;
  top: 40%;
}

#prev:hover{
  background: url(../img/prev-h.png) no-repeat ;
}

#next{
  background: url(../img/next.png) no-repeat right ;
  width: 36px;
  height: 36px;
  opacity: 1;
  top: 40%;
}

#next:hover{
  background: url(../img/next-h.png) no-repeat right ;
}
  
#tarjetas{
	margin-top:30px;
	padding:5px;
	position:relative;
	font-family:"Open Sans Bold";
	text-decoration:none !important;
	color:#fff;
	font-size:22px;
	background-color:#87AD2D;
}
  
footer {
  padding: 30px;
  background: url(../img/footer.png) no-repeat top;
  font-family:"Open Sans";
  text-align: center;
  margin-top: -20px;
}

footer p{
  font-size: 20px;
	font-family: "decker";
	text-align: center;
	color: #FFF;
}

#web {
	position: relative;
	background: url(../img/web.png) no-repeat right;
	color: #fff;
	font-family: "decker";
	line-height: 41px;
  padding-right: 154px;
  float: right;
  font-size: 15px;
}


#fb{
  background: url(../img/redes.png) no-repeat left;
  width:54px;
  height:51px;
  margin-top: 10px;
  display: inline-block;
}
#fb:hover{
  background: url(../img/redes-h.png) no-repeat left;
}

#tw{
  background: url(../img/redes.png) no-repeat -58px 0px;
  width: 54px;
  height: 51px;
  display: inline-block;
  margin-top: 10px;
}
#tw:hover{
  background: url(../img/redes-h.png) no-repeat -58px 0px;
}

#in{
  background: url(../img/redes.png) no-repeat -116px 0px;
  width: 54px;
  height: 51px;
  display: inline-block;
  margin-top: 10px;
}
#in:hover{
  background: url(../img/redes-h.png) no-repeat -116px 0px;
}

#blg{
  background: url(../img/redes.png) no-repeat -174px 0px;
  width: 54px;
  height: 51px;
  display: inline-block;
  margin-top: 10px;
}
#blg:hover{
  background: url(../img/redes-h.png) no-repeat -174px 0px;
}

#not{
  background: url(../img/redes.png) no-repeat -231px 0px;
  width: 54px;
  height: 51px;
  display: inline-block;
  margin-top: 10px;
}
#not:hover{
  background: url(../img/redes-h.png) no-repeat -231px 0px;
}

#pse {
  float: left;
  margin-left: 40px;
}

#quienes{
  padding: 30px;
}

#quienes h1{
  font-family:"Bedini  Italic";
  font-size: 43px;
  color: #ED660B;
  text-transform: uppercase;
  border-bottom: solid 1px #ED660B;
  padding-bottom: 5px;
  padding-top:59px;
}

#quienes p{
  font-family:"Open Sans";
  margin-top: 57px;
  line-height: 23px;
  text-align: justify;
}

#quienes img{
  margin-top: 20px;
}

.photo2 {
  background-attachment: fixed;
  padding-top: 227px;
  padding-bottom: 170px;
  background-position: 20% 0;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../img/empresa/bg.jpg);
  background-size: cover;
  text-align: center;
  margin-top: -32px;
}

.photo2 h1{
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-family:"Neou-Bold";
}

#clientes h1{
  font-family:"Bedini  Italic";
  font-size: 43px;
  color:#F1660A;
  text-transform: uppercase;
  border-bottom: solid 1px #F1660A;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

#servicios{
  padding: 30px 0px 10px;
  text-align: center;
}

#servicios h1{
  font-family: "berlin sans fb";
  font-size: 60px;
  border-bottom: solid 3px #0090F9;
  padding-bottom: 25px;
  color: #021B9D;
  text-align: left;
}

.servicio{
  margin-top: 40px;
  float: left;
  position: relative;
  width: 100%;
}

.caption-ser{
  width: 45%;
  background: #000;
  min-height: 100%;
  font-family:"Open Sans Light";
  font-size: 22px;
  line-height: 25px;
  color: #FFF;
  text-align: left;
  padding: 25px 15px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.caption-ampliar{
  width: 61px;
  height: 61px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: url(../img/ampliar.png);
}

.caption-ampliar:hover{
  background: url(../img/ampliar-h.png);
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
	z-index:9999;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999999;
}

.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 999999;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 9999;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 99999;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 999999;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 99999;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
	}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index:9999;
	background-image:url(../img/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -25px;
	margin-left: -15px;
	z-index:99999;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: #000;
	color: #4286b0;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#back-top2 {
	width: 120px;
	height: 74px;
	position: fixed;
	bottom:200px;
	float: left;
	z-index: 100;
	right: -13px;
	background-image:url(../img/boton1.png);
	background-position:center center;
	background-repeat:no-repeat;
}

#back-top3 {
  width: 120px;
  height: 74px;
  position: fixed;
  bottom: 279px;
  float: left;
  z-index: 100;
  right: -13px;
  background-image:url(../img/boton2.png);
  background-position:center center;
  background-repeat:no-repeat;
}
#back-top4 {
 width: 120px;
	height: 74px;
	position: fixed;
	bottom:358px;
	float: left;
	z-index: 100;
	right: -13px;
	background-image:url(../img/boton3.png);
	background-position:center center;
	background-repeat:no-repeat;
}

/*
#back-top a:hover {
	color: #d1661e;
}
/* arrow icon (span tag) 
#back-top span {
	width: 87px;
	height: 88px;
	display: block;
	margin-bottom: 7px;
	background-image:url(../img/boton1.png);
	background-position:center center;
	background-repeat:no-repeat;
	
}*/
/*#back-top a:hover span {
	background-image:url(../img/boton2.png);
	background-position:center center;
	background-repeat:no-repeat;
}*/
#contacto{
  padding: 30px 0px;
  text-align: center;
  background: #fff url('../img/flockbg.png') top center;
}

#formulario{
  margin-top: 20px;
	text-align: left;
}

#formulario h2{
	color: #000 !important;
	font-family:avante;
	margin-left: 10px;
	text-transform: none;
	font-size: 20px;
	margin-top: 5px;
}

#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:30px !important;
	margin-bottom:0px !important;
	padding:8px 0px !important;
	background: #9cba5e !important;
	font-weight: bold;
	margin-right: 15px;
}

#enviar:hover{
  background: #008cac!important;
	color: #fff !important;
}

#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:30px!important;
	margin-bottom:0px !important;
	padding:8px 0px !important;
	font-weight: bold;
	background: #9cba5e !important;
}

#borrar:hover{
  background: #008cac !important;
	color: #fff !important;
}

#barra{
  background: #008cac;
  border-bottom: solid 5px #9cba5e;
  padding: 10px 0px;
}

#barra h1{
  font-family:avante;
  font-size: 40px;
  text-transform: uppercase;
  color: #FFF;
  float: left;
}

#barra-b{
	background: #008cac;
	border-bottom: solid 1px #FFF;
	height: 12px;
	box-shadow: 5px 5px 5px #000;
}

.sucursal{
	margin-top: 30px;
}

.sucursal h1{
  font-family:BDPBIRGULA;
	color:#000;
	font-size: 28px;
}

.sucursal p{
  font-family:avante;
	color:#000;
	font-size: 15px;
	margin-top: 23px;
}

#contenido {
  padding: 62px 0px;
}

.map{
	height:250px;
	margin-top: 20px;
}

.ampliar{
  color: #fff ;
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 30%;
}

#ampliar{
	width:83px !important;
	border:none;
	height: 83px;
  border-radius: 50%;
	cursor:pointer;
	font-size:16px !important;
	color:#FFF !important;
	text-transform:uppercase;
	text-align:center;
	top: 251px;
  text-decoration: none !important;
	font-family:avante!important;
	background:#008cac!important;
	padding:24px 0px !important;
	position:absolute;
	bottom:14px;
	right:10px;
}

#ampliar:hover{
	background:#9cba5e !important;
	text-decoration:none;
}

#asesoria{
  background: url(../img/img.jpg);
  background-size: cover;
  padding: 165px;
}


.modal-open .modal{
  background:rgba(0, 0, 0, 0.8);
  z-index:9999999999;
}


.modal-dialog{
  width: 447px;
  margin:70px auto;
}

.modal-content{
  background-color:transparent;
  box-shadow:none;
  border:none;
}

.close {
    float: right;
    font-size: 65px;
    font-weight: 700;
    line-height: 1;
    color: #9CBA5E !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 3.2;
}


@media (max-width: 800px){
	.navbar-header {
	  float: none;
	}

	.navbar-left,.navbar-right {
	  float: none !important;
	}

	.navbar-toggle {
	  display: block;
	  background: #fff !important;
	}

	.navbar-collapse {
	  border-top: 1px solid transparent;
	  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}

	.navbar-fixed-top {
	  top: 0;
	  border-width: 0 0 1px;
	}

	.navbar-collapse.collapse {
	  display: none!important;
	}

	.navbar-nav {
	  float: none!important;
	  margin-top: 7.5px;
	}

	.navbar-nav>li {
	  float: none;
	}

	.navbar-nav>li>a {
	  padding-top: 10px ;
	  padding-bottom: 10px;
	}

	.collapse.in{
	  display:block !important;
	}

	#menu {
	  margin-top: 10px;
	}

	.menu{
	  display: block;
	}

	.texto-photo {
    font-size: 18px;
    text-align: center;
	}

	.texto-photo img {
    float: none;
    text-align: center;
    margin: 10px auto;
    display: inline-block;
	}

	#back-top {
    bottom: 15px;
    right: 10px;
	}

	#pse {
    margin-top: 30px;
	}

	.web a {
    font-size: 12px;
	}

	#quienes p {
		margin-top: 15px;
		float: left;
		font-size:15px;
		line-height:19px;
	}
	
	#quienes h1{
		font-size:30px;
	}
	
	.photo2 h1 {
    font-size: 22px;
  }

  #home-text h1{
  	font-size:35px;
  	margin-top:-2px;
  	margin-bottom:15px;
  }
/*
#carousel-home2 img{
	margin-top: 15px;
}*/
  .caption-ser {
      font-size: 14px;
      line-height: 20px;
  }

  .menu-home h2{
  	font-size:21px;
  }

  .caption-home{
  	font-size:21px;
  }

  #menus-home h1{
  	font-size:34px;
  }

  #textura h1{
  	font-size:27px;
  }
}


@media (max-width:1000px) and (min-width:800px){
	
	#servicios h1{
		font-size:50px;
	}
	
	.caption-ser{
		line-height:13px;
		font-size:12px;
	}
	
	#carousel-menus2 h3{
		font-size:14px;
	}
	
	#textura h1{
		font-size:31px;
	}
	
	.caption-home{
		font-size:21px;
	}
	
	#menus-home h1{
		font-size:33px;
	}
	
	.menu-home h2{
		font-size:17px;
		margin-top:9px;
	}
	
	.menu-home p{
		font-size:15px;
		margin-top:15px;
		line-height:16px;
	}
	
	#home-text h1{
		font-size:46px;
	}
}


@media (max-width:1500px) and (min-width:1000px){
	
	#home-text h1{
		margin-top:6px;
	}
	
	.caption-home{
		font-size:22px;
	}
	
	#menus-home h1{
		font-size:33px;
	}
	
	.menu-home h2{
		margin-top:6px;
	}
	
	.menu-home p{
		margin-top:15px;
		font-size:16px;
		line-height:18px;
	}
	
	.photo2 h1{
		font-size:28px;
	}
	
	#clientes h1{
		font-size:36px;
	}
	
	.caption-ser{
		font-size:15px;
		line-height:18px;
	}

}


@media (max-width:1800px) and (min-width:1500px){
	
	.caption-ser{
		font-size:16px;
	}
	
	#home-text p{
		font-size:17px;
	}
}


@media (max-width:1920px) and (min-width:1800px){
	
	.caption-ser{
		font-size:21px;
	}
	
	#home-text p{
		font-size:17px;
	}
}
