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

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

body{
  background: #d7d8da;
}

#contenedor{
  width:100%;
  overflow:hidden;
  position:relative;
}

.pad{
  padding-left:0px;
  padding-right:0px;
}

.clear{
  clear:both;
}

header{
  background: #000;
  border-top: solid 2px #FFF;
  position: absolute !important;
  z-index: 1;
  height: 40px;
  top: 20px;
}

#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	float:right;
	position: relative;
	margin-bottom:0;
	border: none;
	font-family:"Roboto Regular";
	min-height: 10px;
}

.menu{
  text-align: center;
}

.menu li{
  display: inline-block;
}

#navbar a{
  color: #FFF;
  font-size: 21px;
  text-transform: uppercase;
  float: left;
  position: relative;
  padding:7px 15px;
  margin-left: 96px;
}

#navbar a:hover{
  background: #ff0000;
  text-decoration: none;
}

#navbar .selec{
  background: #ff0000;
  text-decoration: none;
}
.caption{
  background: #ff0000;
  color: #FFF;
  width: 680px;
  padding: 7px 0px;
  position: absolute;
  bottom: 20px;
  left: 31%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-family: "Miso";
  font-size: 40px;
}

#prev {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/arrows.png) no-repeat left;
  top: 10px;
  opacity: 1;
  left: 60px;
}

#next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/arrows.png) no-repeat right;
  top: 10px;
  opacity: 1;
  right: 60px;
}

#home-pro{
  background: #d7d8da;
  padding: 40px 0px;
}

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

.title-carrusel{
  font-family:"Roboto Regular";
  background: #EB0102;
  color: #FFF;
  padding: 10px;
  width: 100%;
  float: left;
  position: relative;
  font-size: 16px;
}

.mas{
  display: none;
}

.item-home:hover .mas{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #FFF;
  font-size: 60px;
  font-weight: bold;
  width: 100%;
  padding: 100px 0px;
}

#carousel-home2{
  border: solid 1px #000;
  padding:20px;
}

#barra {
  position: absolute;
  width: 106%;
  top: -40px;
  left: -3%;
  height: 159px;
  background: #a1a1a1;
}

#marcas-g{
  background: #37383d;
  padding: 20px 0px;
}

#prev2{
  position: absolute;
  left: 0px;
  top: 30px;
  font-size: 30px;
  background:url(../img/prev.png);
  width: 20px;
  height: 25px;
}

#next2{
  position: absolute;
  right: 0px;
  top: 30px;
  font-size: 30px;
  background:url(../img/next.png);
  width: 19px;
  height: 25px;
}

#contenido{
  background: url(../img/img.jpg) no-repeat top center #d7d8da;
  margin-top:0px;
  color: #FFF;
  font-family:"Roboto Regular";
}

#contenido-int{
  background: url(../img/textura.jpg);
  margin-top: 100px;
}

#borde{
  border: solid 1px #FFF;
  margin-top: 20px;
  padding: 15px;
  border-bottom: none;
  padding-bottom: 8px;
}

#contenido h1{
  font-size: 36px;
  font-family:"Roboto Bold";
  margin-top:12px;
}

#contenido p{
  margin-top: 20px;
  font-family: "Miso";
  font-size: 24px;
  line-height:26px;
}

.ver{
	background:#FE0000;
}

#contenido a{
  float: left;
  position: relative;
  padding: 8px 20px;
  color: #FFF;
  border-radius: 10px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom:25px;
  font-weight: bold;
}

.sgs{
  position: absolute;
  right: -110px;
  bottom: 0px;
}

.blanco{
  width: 100%;
  float: left;
  position: relative;
  height: 39px;
  background: #FFF;
}

.blanco-home{
  width: 100%;
  float: left;
  position: relative;
  height: 100px;
  background: #FFF;
  margin-bottom: 20px;
}

.img-1 {
  position: absolute;
  right: -105px;
  top: 30px;
  z-index: 1;
}

footer{
  background: #000;
}

.redes{
  text-align: center;
  margin-top: 20px;
}

#fb{
  background: url(../img/redes.png) no-repeat left;
  display: inline-block;
  width: 47px;
  height: 47px;
}

#tw{
  background: url(../img/redes.png) no-repeat -59px;
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-left: 10px;
}

#em{
  background: url(../img/redes.png) no-repeat -117px;
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-left: 10px;
}

#em:hover{
  background: url(../img/redes-h.png) no-repeat -117px;
}

#eg{
  background: url(../img/redes.png) no-repeat right;
  display: inline-block;
  width: 47px;
  height: 47px;
  margin-left: 10px;
}

#em2 {
  background: url(../img/redes2.png) no-repeat;
  display: inline-block;
  width: 124px;
  height: 94px;
  margin-left: 17px;
  padding-left: 91px;
  padding-top: 16px;
  margin-top: 24px;
  font-size: 24px;
  color: #000;
}

#em3 {
  background: url(../img/redes3.png) no-repeat;
  display: inline-block;
  width: 124px;
  height: 94px;
  margin-left: 17px;
  padding-left: 91px;
  padding-top: 16px;
  margin-top: 24px;
  font-size: 24px;
  color: #000;
}

.footer{
  margin-top: -20px;
}

#web{
  float: left;
  position: relative;
  color: #FFF;
  background: url(../img/web.png) no-repeat right;
  padding-right: 145px;
  font-family:"Roboto Regular";
}

.datos{
  background: url(../img/datos.png) no-repeat right top;
  padding-right:45px;
  margin-top: 20px;
}

.datos p {
  text-align: right;
  font-family:"Roboto Bold";
  color: #FFF;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 16px;
}

.photo {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
  background-image: url(../img/nosotros/bg.jpg);
}

#nosotros{
  padding: 50px 0px;
}

.nosotros{
  background: rgba(255, 255, 255, 0.8);
  margin-top: 264px;
  padding: 20px;
  font-family: "Miso";
  padding-bottom: 32px;
}

.nosotros h2{
  text-align: center;
  font-size:18px;
}
.nosotros h1{
  font-family:"Roboto Bold";
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
  border-bottom: solid 2px #000 !important;
  padding-bottom: 7px;
}

.nosotros p{
  text-align: justify;
  margin-top: 20px;
  font-size:24px;
}

.productos{
  background: rgba(255, 255, 255, 0.8);
  margin-top: 264px;
  padding: 20px;
  font-family: "Miso";
  padding-bottom: 32px;
}

.productos h2{
  font-family:"Roboto Bold";
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
  border-bottom: solid 2px #000 !important;
  padding-bottom: 7px;
}

.productos p{
  text-align: center;
  margin-top: 20px;
  font-size:24px;
}

.line-l {
  width: 23%;
  position: absolute;
  left: 20px;
  top: 30px;
  height: 1px;
  background: #000;
}

.line-r {
  width: 23%;
  position: absolute;
  right: 20px;
  top: 30px;
  height: 1px;
  background: #000;
}

#certificado{
  margin-top: 365px;
}

#certificado h1{
  border: solid 2px #FFF;
  padding: 5px 100px;
  color: #FFF;
  float: right;
  position: relative;
  background: #404041;
  font-family:"Roboto Bold";
  font-size:26px;
}

#certificado h2{
  background: #ef5455;
  padding: 5px 100px;
  padding: 5px;
  float: right;
  position: relative;
  clear: both;
  font-family: "Miso";
  font-size:24px;
  color: #FFF;
  margin-top: 8px;
}

.borde2{
  border: solid 1px #000;
  padding: 15px;
  z-index: 100;
  width: 100%;
  float: left;
  position: relative;
}

#certificado-bg {
  background: #d7d8da;
  padding-top: 40px;
}

#prev3{
  position: absolute !important;
  left: 0px;
  top: 0px;
}

#next3{
  position: absolute !important;
  right: 0px;
  top: 0px;
}

#carousel-emp h1{
  margin-top: 21px;
}

#prev3{
  position: absolute;
  left: -95px;
  top: 105px;
  font-size: 30px;
  background:url(../img/arrows2.png) no-repeat left !important;
  width: 75px;
  height: 125px;
  opacity: 1;
}

#prev3:hover{
  background:url(../img/arrows2-h.png) no-repeat left !important;
}

#next3{
  position: absolute;
  opacity: 1;
  right: -95px;
  top: 105px;
  font-size: 30px;
  background:url(../img/arrows2.png) no-repeat right !important;
  width:75px;
  height: 125px;
}

#next3:hover{
  background:url(../img/arrows2-h.png) no-repeat right !important;
}

.photo2 {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
  background-image: url(../img/servicios/bg.jpg);
}

#servicios{
  padding: 100px 0px;
}

#servicios h1{
  margin-top: 0px;
}

.lista{
  font-family:"Miso";
  font-size:24px;
  margin-top: 10px;
  color: #FFF;
  padding-bottom: 20px;
}

.lista li {
  background: url(../img/li.png) no-repeat 0px 5px;
  display: block;
  padding: 2px 0px;
  padding-left: 30px;
}

.img-ser{
  top: 73px;
}

#marcas-int{
  margin-top: 20px;
}

#prev4{
  position: absolute;
  left: -45px;
  top: 48px;
  font-size: 30px;
  background:url(../img/prev.png);
  width: 20px;
  height: 25px;
}

#next4{
  position: absolute;
  right: -45px;
  top: 48px;
  font-size: 30px;
  background:url(../img/next.png);
  width: 19px;
  height: 25px;
}

.auto{
  margin-top: 30px;
  margin-bottom: 30px;
}

.photo3 {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
  background-image: url(../img/marcas-int/bg.jpg);
}
.photo4 {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
  background-image: url(../img/productos/bg.jpg);
}

#productos{
  padding: 28px 0px;
}

#productos h1{
  margin-top: 0px;
  border-bottom: none;
  margin-bottom: -30px;
}

.img-pro{  
  margin-right: -30px;
  margin-top: 100px;
}

.img-pro img{
  margin-right: -15px;
  float: right;
}

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

.item-pro:hover .hover{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}

#volver{
  position: absolute;
  right: 0px;
  top: -39px;
  padding: 8px 30px;
  color: #000;
  border-radius: 10px;
  background:#fff;
  text-decoration: none !important;
}

#volver:hover{
  background: #FF0000;
}

.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: #FFF;
	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);
}

.cont-mapa{
  width: 90%;
  float: left;
  position: relative;
}

#map{
	height:300px;
  margin-top: 50px;
}

#ampliar{
  background-color:#FE0000;
  color: #FFF;
  text-align: center;
  padding-top: 25px;
  position: absolute !important;
  right: -40px;
  float: none !important;
  bottom: 20px;
  text-transform: none !important;
  border-radius: 0px !important;
}

#ampliar:hover{
	background: #fff;
	color: #000;
}

.photo5 {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
  background-image: url(../img/bg-cont.jpg);
}

#contacto{
  padding: 50px 0px;
}

#contacto h1{
  margin-top: 0px;
}

#formulario{
  margin-top: 252px;
}

#formulario h2{
	color: #fff !important;
	font-family: "Miso";
  margin-left: 10px;
	text-transform: none;
	font-size: 24px;
	margin-top: 5px;
}

#formulario input{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-family: "Miso";
	font-size:19px;
	padding:6px 8px;
	margin-top: 5px;
}

#formulario textarea{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-family: "Miso";
	font-size:19px;
	padding:7px 8px;
	margin-top: 5px;
  height: 100px;
}

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

#enviar:hover{
  background: #000 !important;
	color: #FFF !important;
}

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

#borrar:hover{
  background: #000 !important;
	color: #FFF !important;
}

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

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

.modal-open .modal {
  background: rgba(3, 3, 3, 0.7);
}

#back-top {
  background-image: url(../img/whatsapp.svg);
  background-repeat: no-repeat;
  width: 51px;
  height: 51px;
  position: fixed;
  right: 20px;
  z-index: 900;
  bottom: 50%;
}

#pol_calidad{
  width: 100%;
  background-color: #fe0000;
  padding: 10px 20px;
  float: left;
  font-size: 23px;
  color: #fff;
  text-align: center;
  margin-top: 4%;
  font-family:"Roboto Bold";
  text-decoration: none;
  border-radius: 16px;
}

#pol_calidad:hover{
  background-color: #000;
}

@media (max-width: 800px){
	.navbar-header {
	    float: none;
	}
	.navbar-left,.navbar-right {
	    float: none !important;
	}
	.navbar-toggle {
	    display: block;
			background: #ff0000 !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;
	  margin-left:0px;
	}

	#menu {
    margin-top: 10px;
	}

  header {
    height: auto;
    position: relative !important;
    top: 0px;
  }

  .caption {
    width: 280px;
    bottom: 20px;
    left: 5%;
    font-size: 14px;
  }

  #prev{
    left: 0px;
    top:-5px;
  }

  #next {
    right: 0px;
  	top:-5px;
  }

  .img-1 {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .sgs {
    position: relative;
    right: 0;
    bottom: 0px;
  }

  .datos p {
    font-size: 15px;
  }

  .line-l {
    display: none;
  }

  .line-r {
    display: none;
  }

  .nosotros {
    margin-top: 30px;
  	padding-bottom:42px;
  }

  #certificado {
    margin-top:144px;
  }

  #certificado h1 {
    padding: 5px 10px;
  }

  #carousel-emp h1 {
    margin-top: 10px;
  }

  #contenido p {
    margin-bottom: 20px;
  }

  #next4 {
    right: -10px;
  }

  #prev4 {
    left: -10px;
  }

  .img-pro {
    margin-top: 10px;
  }
  #formulario {
    margin-top: 20px;
  }

  .cont-mapa {
    width: 100%;
  }

  #ampliar {
    right: -10px;
  }
}


@media (max-width: 1000px) and (min-width:800px){
	
	#certificado{
		margin-top:182px;
	}
	
	#navbar a{
		margin-left:16px;
		font-size:15px;
		color:#f00;
	}
	
	.nosotros h2{
		font-size:18px;
	}
	
	.nosotros{
		margin-top:172px;
		padding-bottom:35px;
	}
	
	.caption{
		left:6%;
	}

}

@media (max-width: 1100px) and (min-width:1000px){
	
  	#navbar a{
  		margin-left:22px;
  		font-size:18px;
  	}
  	
  	.nosotros{
  		margin-top:167px;
  		padding-bottom:36px;
  	}
  	
  	#certificado{
  		margin-top:249px;
  	}
  	
  	.img-ser{
  		top:109px;
  	}
  	
  	#formulario{
  		margin-top:158px;
  	}
  	
  	.item-home:hover .mas{
  		padding:49px 0px;
  	}
  	
  	.caption{
  		left:17%;
  	}
}

@media (max-width: 1200px) and (min-width:1100px){
	
	#navbar a{
		margin-left:22px;
		font-size:19px;
	}
	
	.caption{
		left:19%;
	}
	
	.nosotros{
		margin-top:210px;
	}
	
	#formulario{
		margin-top:198px;
	}
	
	.item-home:hover .mas{
		padding:46px 0px; 
	}
}


@media (max-width: 1300px) and (min-width:1200px){
	
	#navbar a{
		margin-left:32px;
		font-size:19px;
	}
	
	.caption{
		left:20%;
	}
	
	.item-home:hover .mas{
		padding:47px 0px;
	}
	
	.img-1{
		top:240px;
	}
	
	.nosotros h2{
		font-size:16px;
	}
	
	.nosotros{
		margin-top:203px;
	}

}


@media (max-width: 1400px) and (min-width:1300px){
	
	#navbar a{
		margin-left:48px;
		font-size:21px;
	}
	
	.caption{
		left:23%;
	}
	
	
	.item-home:hover .mas{
		padding:49px 0px;
	}
	
	.nosotros{
		margin-top:209px;
	}
	
	#certificado{
		margin-top:196px;
	}
	
	#formulario{
		margin-top:195px;
	}
	
	.item-home:hover .mas{
		padding:59px 0px;
	}
	
	#carousel-emp h1{
		margin-top:45px;
	}
	
	.img-1{
		top:237px;
	}
	
}

@media (max-width: 1500px) and (min-width:1400px){
	
	#navbar a{
		color:#0f0;
		margin-left:48px;
		font-size:21px;
	}
	
	.caption{
		left:28%;
	}
	
	.nosotros{
		margin-top:214px;
	}

  .modal-dialog {
    width: 720px;
    margin: 30px auto;
  }
	
}




@media (max-width: 1980px) and (min-width:1501px){
  .modal-dialog {
    width: 720px;
    margin: 30px auto;
  }
}
