@font-face {
	font-family:"bauhaus_heavy_regular-webfont";
	src:url("../fonts/bauhaus_heavy_regular-webfont.eot?") format("eot"),
	url("../fonts/bauhaus_heavy_regular-webfont.woff") format("woff"),
	url("../fonts/bauhaus_heavy_regular-webfont.ttf") format("truetype"),
	url("../fonts/bauhaus_heavy_regular-webfont.svg#bauhaus_heavy_regular-webfont") format("svg");
	font-weight:normal;
	font-style:normal;
	}

@font-face {
	font-family:"Decker";
	src:url("../fonts/Decker.eot") format("eot"),
	url("../fonts/Decker.woff") format("woff"),
	url("../fonts/Decker.ttf") format("truetype"),
	url("../fonts/Decker.svg#Decker") format("svg");
	font-weight:normal;
	font-style:normal;
	}	

@font-face {
	font-family:"Roboto_Bold";
	src:url("../fonts/Roboto_Bold/Roboto-Bold.eot") format("eot"),
	url("../fonts/Roboto_Bold/Roboto-Bold.woff") format("woff"),
	url("../fonts/Roboto_Bold/Roboto-Bold.ttf") format("truetype"),
	url("../fonts/Roboto_Bold/Roboto-Bold.svg#Roboto_Bold") format("svg");
	font-weight:normal;
	font-style:normal;
	}


#contenedor{
  	width:100%;
  	overflow:hidden;
  	z-index:9999;
  	font-family:"Decker";
  	position:relative;
	background-color: #fff;
  	}
.pad{
  	padding-left:0px;
  	padding-right:0px;
	}
.clear{
  	clear:both;
	}
#head{
  	padding: 3px 0px;
	background-color: #f5f5dc;
	}
#barra-menu{
  	background-size: cover;
  	background: #8a461f;
  	box-shadow: 0px 3px 8px #000;
	}
#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
	min-height: 10px;
	font-family:"bauhaus_heavy_regular-webfont";
	}
.menu{
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-flow: row wrap;
  	justify-content: space-around;
	}
.menu li{
  	text-align: center;
	}
#navbar a{
  	font-size: 17px;
	float: left;
	position: relative;
	padding: 10px;
	text-decoration: none !important;
	font-family:"bauhaus_heavy_regular-webfont";
	color: #fff;
	}
#navbar a:hover{
  	background: #f5f5dc;
  	color: #8a461f;
	}
#navbar .selec{
 	background: #f5f5dc;
 	color: #8a461f;
	}
.borde{
  	border-left: solid 1px #000;
	}
.caption{
  	font-family:"bauhaus_heavy_regular-webfont";
  	font-size:34px;
  	color: #f5f5dc;
  	position: absolute;
  	top: 54%;
  	left: 20%;
  	z-index: 999;
  	line-height: 40px;
  	text-shadow: 3px 4px 14px #000;
	}
.carousel-fade .carousel-inner .item {
  	opacity: 0;
  	transition-property: opacity;
	}
.carousel-fade .carousel-inner .active {
  	opacity: 1;
	}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	left: 0;
  	opacity: 0;
  	z-index: 1;
	}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
	}
.bootstrap-touch-slider .carousel-control {
  	z-index: 2;
	}
#bootstrap-touch-slider .carousel-indicators {
  	text-align: left;
  	bottom: 13%;
	}
#bootstrap-touch-slider .carousel-indicators li{
  	background: #f5f5dc;
  	border-radius: 29px;
  	border-color: #f5f5dc;
  	width: 30px;
  	height: 20px;
	}
#bootstrap-touch-slider .carousel-indicators .active{
  	background: #8a461f;
  	border-color: #fff;
 	}
#home{
  	background: url(../img/bg.jpg);
  	padding: 10px 0px;
  	border-bottom: 3px solid #fff;
 	}
#home h1{
 	color: #8a461f;
	font-family:"bauhaus_heavy_regular-webfont";
	font-size: 30px;
	margin-top: 60px;
	}
#home p{
  	margin-top: 20px;
  	font-size: 18px;
  	line-height: 20px;
  	color: #8a461f;
  	padding-bottom: 31px;
	text-align: justify;
  	}
#home a{
  	display: inline-block;
  	padding: 5px 20px;
  	background: #f5f5dc;
  	color: #8a461f;
  	margin-top: 0px;
  	}
#home img{
  	margin-top: 0px;
  	}
/*#pague{
    margin-top: 146px;
    float: right;
	right: 314px;
	}*/
#banner-home{
	border-bottom: 2px solid #fff;
	}
.cont-hover{
  	font-size: 30px;
  	line-height: 35px;
  	width: 100%;
  	text-align: center;
  	display: block;
	}
.line{
  	width: 50px;
  	margin: auto;
  	height: 4px;
  	background: #fff;
  	display:block;
  	margin-top: 15px;
	}
.ver{
  	font-size: 15px;
	}
#foot{
	padding-bottom: 12px;
	}
#foot h1 {
	font-size:30px;
	text-align: center;
	color: #8a461f;
	padding-bottom: 0px;
	padding-top: 9px;
	font-family:"bauhaus_heavy_regular-webfont";
	background: #fff;
	border-radius: 47px;
	}
.photo {
 	padding:80px 0px;
 	margin-top: 0px;
 	background-attachment: fixed;
 	background-position: 50% 0;
 	background-repeat: no-repeat;	
 	position: relative;
 	background-image: url(../img/img.jpg);
 	background-size: cover;
	}
.photo h1{
	color: #f5f5dc;
	font-family:"Roboto_Bold";
	font-size: 38px;
	line-height: 53px;
	text-align: center;
	padding: 81px;
	text-shadow: 1px 1px 1px #000;
	}
.photo a{
  	text-align: center;
  	width: 100%;
  	float: left;
  	position: relative;
  	font-family:"Miso";
  	font-size: 25px;
  	line-height: 30px;
  	margin-top: 89px;
  	color: #FFF;
	}
.photo a span{
  	font-family:"Miso Bold";
  	margin-top: 10px;
  	display: block;
  	font-size:30px;
	}
.photo a:hover{
  	text-decoration: none;
	}
.ico-ser img{
  	transition: all .2s ease-in-out;
	}
.ico-ser:hover {
  	transform: scale(1.1);
	}
#logos {
  	background: #fff;
  	padding: 14px 0px;
  	border-top: 5px solid #f5f5dc;
	}
footer{
  	background-color: #8a461f;
  	padding-top: 15px;
  	border-top: 3px solid #fff;
	}
footer p{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	}
#redes{
  	text-align: center;
	}
#fb{
  	display: inline-block;
  	background: url(../img/redes.png) left;
  	width: 55px;
  	height: 48px;
  	margin-top: 20px;
	}
#fb:hover{
  	background: url(../img/redes-h.png);
	}

#ins{
  	display: inline-block;
  	background: url(../img/redes.png) right;
  	width: 55px;
  	height: 48px;
  	margin-top: 20px;
	}
#ins:hover{
  	background: url(../img/redes-h.png) right;
	}
#web{
  	display: inline-block;
  	padding: 12px;
  	border-top-right-radius: 10px;
  	border-top-left-radius: 10px;
  	padding-right: 145px;
  	font-size: 15px;
  	color: #8a461f;
  	background: url(../img/web-h.png) no-repeat right #fff;
  	margin-top: 82px;
	}
#web:hover{
  	text-decoration: none;
  	background: url(../img/web.png) no-repeat right #f5f5dc;
  	color: #8a461f;
	}
#empresa{
  	padding: 30px 0px;
  	background-color: #fff;
	}
#empresa img{
  	margin-top: 20px;
	border-radius: 48px;
	}
#empresa h1{
	font-size: 30px;
	border-bottom: solid 3px #f5f5dc;
	padding-bottom: 6px;
	color: #8a461f;
	font-family:"bauhaus_heavy_regular-webfont";
	}
#empresa p{
  	margin-top: 65px;
	font-size: 20px;
	line-height: 25px;
	color: #8a461f;
	text-align: justify;
	}
#mision{
  	background: url(../img/experiencia/mision.jpg);
  	background-size: cover;
  	padding: 290px 15px;
  	border-top: 3px solid #f5f5dc;
	}
#mision h1{
  	font-size: 36px;
  	margin-top: 40px;
  	color: #FFF;
  	text-shadow: 2px 2px 2px #fff;
	}
#mision p{
  	margin-top: 15px;
  	color: #FFF;
  	font-size: 30px;
  	text-shadow: 2px 2px 2px #fff;
	}
#productos{
  	padding: 30px 0px;
  	background-color: #fff;
	}
#productos img{
  	margin-top: 20px;
	border-radius: 48px;
	}
#productos h1{
	font-size: 30px;
	border-bottom: solid 3px #f5f5dc;
	padding-bottom: 6px;
	color: #8a461f;
	font-family:"bauhaus_heavy_regular-webfont";
	}
#productos p{
  	margin-top: 65px;
	font-size: 20px;
	line-height: 25px;
	color: #8a461f;
	text-align: justify;
	}
#productos2{
  	padding: 87px 0px;
  	background-color: #fff;
	}
#productos2 img{
  	margin-top: -57px;
	border-radius: 48px;
	}
#productos2 h1{
	font-size: 25px;
	padding-bottom: 6px;
	color: #8a461f;
	font-family:"bauhaus_heavy_regular-webfont";
	margin-top: -51px;
	}
#productos2 p{
  	margin-top: 4px;
	font-size: 20px;
	line-height: 25px;
	color: #8a461f;
	text-align: justify;
	}
#proyectos{
  	padding: 30px 0px   95px;
 	}
#proyectos h1{
  	font-size: 30px;
	border-bottom: solid 3px #f5f5dc;
	padding-bottom: 6px;
	color: #8a461f;
	font-family:"bauhaus_heavy_regular-webfont";
	}
#carousel-home2 {
    padding-bottom: 20px;
	}
#carousel-home2 .carousel-indicators{
  	bottom: -26px;
	}
#carousel-home2 .carousel-indicators li{
  	background: #8a461f;
  	width: 20px;
  	height: 20px;
  	border:none;
	}
#carousel-home2 .carousel-indicators .active{
  	background: #f5f5dc;
	}
.servicio{
  	margin-top: 40px;
  	float: left;
  	position: relative;
  	width: 100%;
	}
.caption-ser{
  	width: 88%;
  	min-height: 100%;
  	font-family: "Open Sans Light";
  	font-size: 22px;
  	line-height: 25px;
  	color: #fbfbfb;
  	padding: 60px 15px;
  	position: absolute;
  	left: 0px;
  	top: 0px;
	}
.caption-ampliar{
  	width: 60px;
  	height: 60px;
  	position: absolute;
  	bottom: 43px;
  	right: 6px;
  	background: url(../img/ampliar-h.png);
	}
.caption-ampliar:hover{
  	background: url(../img/ampliar.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: rgba(0, 0, 0, 0.7);
	}
.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);
	}
.contacto p{
  	margin-top:40px !important;
  	text-align: justify;
	}
#formulario{
  	margin-top: 20px;
	}
#formulario h2{
	color: #8a461f !important;
  	margin-left: 5px;
	text-transform: none;
	font-size: 15px !important;
	margin-top: 5px;
  	font-family:"bauhaus_heavy_regular-webfont";
	}
#formulario input{
	width:100%;
	background-color: #f5f5dc;
	color:#000;
	border:none;
	 font-size:14px;
	padding:13px 8px;
	margin-top: 5px;
	}
#formulario textarea{
	width:100%;
    background-color: #f5f5dc;
	color:#000;
	border:none;
	font-size:14px;
	padding:7px 8px;
	margin-top: 5px;
    height: 129px;
	}
#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color: #fff !important;
	text-align:center;
	margin-top:20px !important;
	padding:10px 0px !important;
	background: #8a461f !important;
	margin-right: 15px;
  	border: none !important;
	}
#enviar:hover{
  	background: #f5f5dc !important;
	color: #8a461f !important;
	}
#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color: #fff !important;
	text-align:center;
	margin-top:20px!important;
	padding:10px 0px !important;
	background: #8a461f !important;
  	border: none !important;
	}
#borrar:hover{
  	background:#f5f5dc !important;
	color: #8a461f!important;
	}
.img-footer{
  	z-index: 999;
  	position: relative;
	}
#mapa{
	height:400px;
  	width: 100%;
  	float: left;
  	position: relative;
  	margin-top: 70px;
	}
#ampliar{
  	width: 80px;
  	height: 80px;
  	border-radius: 50%;
  	background-color: #f5f5dc;
  	color: #8a461f;
  	text-align: center;
  	position: absolute;
  	left:70%;
  	top:30px;
  	font-size: 17px;
  	z-index: 1;
  	font-family: 'Roboto', sans-serif;
  	padding-top: 23px;
	}
#ampliar:hover{
	background-color:#8a461f;
	color: #fff;
	}
#back-top {
    background-image: url(../img/whatsapp.png);
    width: 70px;
    height: 78px;
    position: fixed;
    right: 15px;
    z-index: 900;
    bottom: 18px;
	}



@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;
	}
	#navbar li {
	   width: 100%;
	}
	#navbar a{
	  	width: 100%;
	  	text-align: left;
		padding: 5px;
		margin-top: 2px;
    	border: none;
		font-size: 18px;
	}
 	.caption {
    	font-size: 20px;
    	top:23%;
    	left: 20%;
    	line-height: 20px;
  	}
  	#home img {
    	margin-top: 13px;
  	}
  	#home h1 {
    	margin-top: 20px;
		font-size: 23px;
	}
  	.photo a {
    	font-size: 18px;
		margin-top:40px;
  	}
  	.boton {
    	height: 33%;
  	}
  	.centro{
    	padding: 15px;
  	}
  	
  	.cont-hover {
    	font-size: 19px;
    	line-height: 20px;
  	}
  	.serv {
    	margin-top: 0px !important;
  	}
  	.contacto{
    	margin-bottom: 50px;
  	}
  	.photo a span{
	  	font-size:16px;
	  	line-height:15px;
  	}
  	#web{
	  	margin-top:21px;
		font-size: 11px;
  	}
  	#home p{
	  	font-size:16px;
  	}
  	#bootstrap-touch-slider .carousel-indicators li{
	  	width:27px;
	  	height:7px;
  	}
	#empresa h1 {
    	font-size: 20px;
	}
  	#mision{
	  	padding:112px 15px;
  	}
  	#mision p{
	  	font-size:23px;
  	}
  	#empresa h2{
	  	margin-top:0px;
  	}
  	.photo{
	  	padding:58px 0px 50px 0px;
  	}
  	footer p{
	  	font-size:13px;
	}
  	#empresa p{
	  	font-size:16px;
		margin-top: 23px;
		line-height: 21px;
  	}
	.photo h1 {
		font-size: 22px;
		line-height: 33px;
	}
	#foot h1 {
    	font-size: 16px;
 	}
	#productos h1 {
    	font-size: 20px;
	}
	#productos2 h1 {
    	font-size: 17px;
    	margin-top: 11px;
	}
	#productos2 img {
    	margin-top: -89px;
	}
	#proyectos h1 {
    	font-size: 20px;
	}
	#productos2 p {
    	font-size: 16px;
    	line-height: 21px;
    }
	
}


@media (max-width:900px) and (min-width:800px){
	
	.caption{
		top:52%;
		left:10%;
		font-size:30px;
	}
	
	#carousel-home .carousel-indicators{
		bottom:9%;
	}
	
	#home img{
		margin-bottom:50px;
		margin-top:15px;
	}
	
	.texto-emp{
		margin-top:10px;
	}
	
	#mision{
		padding:127px 15px;
	}
	
	.serv{
		margin-top:52px !important;
	}
	
	.carousel-indicators{
		left:40%;
	}
	.photo h1 {
 		font-size: 37px;
	}
	#foot h1 {
    	font-size: 29px;
    }
}


@media (max-width:1000px) and (min-width:900px){
	
	#navbar a {
		font-size: 20px;
    }
	.caption{
		top:49%;
		left:10%;
		font-size:34px;
	}
	.carousel-indicators{
		left:40%;
	}
	
	.texto-emp{
		margin-top:5px;
	}
	
	.serv{
		margin-top:52px !important;
		margin-bottom:25px;
	}
	
	#home img{
		margin-top:0px;
	}
	
	#mision{
		padding:141px 15px;
	}
	.photo h1 {
 		font-size: 38px;
	}
	#foot h1 {
    	font-size: 29px;
	}
	#empresa p {
    	margin-top: 37px;
    	font-size: 17px;
    	line-height: 21px;
   	}
	#productos2 h1 {
    	font-size: 30px;
	}
	#productos2 p {
		font-size: 18px;
    	line-height: 22px;
	}

}


@media (max-width:1100px) and (min-width:1000px){
	
	
	.caption{
		top:49%;
		left:10%;
		font-size:34px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	.texto-emp{
		margin-top:16px;
	}
	
	
	#mision{
		padding:149px 15px;
	}
	
	.serv{
		margin-top:41px !important;
	}
	.texto-emp{
		margin-bottom:65px;
	}
	#foot h1 {
    	font-size: 29px;
	}
	.photo h1 {
		font-size: 44px;
	}

}


@media (max-width:1200px) and (min-width:1100px){
	
	
	.caption{
		top:49%;
		left:10%;
		font-size:34px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	.serv{
		margin-top:6px !important;
	}
	
	.texto-emp{
		margin-bottom:65px;
	}
	
	#mision{
		padding:137px 15px;
	}
	#foot h1 {
    	font-size: 29px;
	}

}

@media (max-width:1300px) and (min-width:1200px){
	
	.caption{
		top:55%;
		left:10%;
		font-size:34px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	#home p{
		font-size:16px;
	}
	
	.serv{
		margin-top:41px !important;
	}
	
	#empresa img{
		margin-bottom:151px;
	}
	
	#mision{
		padding:157px 15px;
	}
	.photo h1 {
		font-size: 44px;
	}

}


@media (max-width:1500px) and (min-width:1300px){
	
	
	.caption{
		top:55%;
		left:10%;
		font-size:34px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	#mision{
		padding:173px 15px;
	}
	
	#empresa img{
		margin-bottom:153px;
	}
	.photo h1 {
		font-size: 44px;
	}
}


@media (max-width:1800px) and (min-width:1500px){
	
	.caption{
		top:55%;
		left:10%;
		font-size:34px;
	}
	
	
	.carousel-indicators{
		left:40%;
	}
	
	#mision{
		padding:194px 15px;
	}
	
	#empresa img{
		margin-bottom:95px;
	}
	.photo h1 {
		font-size: 44px;
	}
}