@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@font-face {
  font-family:"ATROX";
  src:url("../fonts/atrox/ATROX.eot?") format("eot"),
  url("../fonts/atrox/ATROX.woff") format("woff"),
  url("../fonts/atrox/ATROX.ttf") format("truetype"),
  url("../fonts/atrox/ATROX.svg#ATROX-normal") format("svg");
  font-weight:normal;
  font-style:normal;
}


@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;
	}



#contenedor{
  width:100%;
  overflow:hidden;
  z-index:9999;
  position:relative;
}
.pad{
  padding-left:0px;
  padding-right:0px;
}
.clear{
  clear:both;
}
#logo{
  margin-top: 30px;
}
#barra-menu{
  background: #F48732;
  margin-top: 20px;
}
#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	margin-bottom:0;
	border: none;
	font-family:"Roboto Bold";
    min-height: 10px;
}
.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{
  color: #FFF;
  font-size: 30px;
  float: left;
  position: relative;
  padding: 21px 15px;
  margin-left: 20px;
}
#navbar .selec{
  text-decoration: underline;
}
.caption{
  position: absolute;
  right: 238px;
  top: 20px;
  z-index: 999;
  font-family:"Roboto Bold";
  text-align: center;
  color: #FFF;
  font-size: 70px;
  text-shadow: 2px 2px 2px #000;
}
#carousel-home .carousel-indicators li{
  background: #fff;
  width: 13px;
  height: 13px;
}
#carousel-home .carousel-indicators .active{
  background: #da863b;
  border: none;
}
#frase{
  font-family:"ATROX";
  color: #FFF;
  background: #F48732;
  padding: 29px 0px;
  width: 100%;
  float: left;
  position: relative;
  font-size: 50px;
  text-align: center;
}
#productos-home{
  padding: 20px 0px;
  background: url(../img/bg.jpg) no-repeat center top;
}
#productos-home h1{
  font-family:"Roboto Bold";
  text-align: right;
  font-size: 34px;
  padding-top:42px;
}
.producto-home{
  margin-top: 30px;
}
.producto-home img{
  padding:0px 15px;
}
.linea{
  width: 100%;
  float: left;
  position: relative;
  height: 4px;
  background:#000;
  margin-top: -4px;
}
.texto-pro{
  margin-top: 30px;
  text-align: center;
  width: 100%;
  float: left;
  position: relative;
  font-family:"Roboto Bold";
  color:#000;
  text-transform: uppercase;
  font-size: 24px;
}
.triangulo-hover{
  float: left;
  position: relative;
  height: 48px;
  margin-top: 30px;
  z-index: 1;
  width: 100%;
}
.producto-home:hover .triangulo-hover{
  background: url(../img/triangulo.png) no-repeat center;
}
.line-hover{
  height: 4px;
  margin-top: 20px;
  width: 40%;
  margin-left: 30%;
  float: left;
  position: relative;
}
.producto-home:hover .line-hover{
  background: #000;
}
#empresa-home{
  padding: 20px 0px;
  background: url(../img/bg2.jpg) no-repeat center top;
  background-size: cover;
}
#empresa-home h1{
  font-family:"Roboto Bold";
  text-align: right;
  color: #FFF;
  margin-top: 41px;
  padding-bottom:14px;
  font-size: 34px;
}
#empresa-home h2{
  font-family:"Roboto Bold";
  padding-bottom: 10px;
  color: #FFF;
  margin-top: 60px;
  font-size: 36px;
  border-bottom: solid 1px #FFF;
}
#empresa-home p{
  font-family:"Roboto Regular";
  font-size:24px;
  text-align: justify;
  margin-top: 20px;
  color: #FFF;
}
footer{
  font-family:"Roboto Regular";
  padding-top: 20px;
  color: #FFF;
  text-align: center;
  background: #F48732;
}
footer p{
  line-height: 26px;
  font-size:24px;
  margin-top: 20px;
}
#fb{
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/redes.png) no-repeat left;
  margin-top: 15px;
}
#fb:hover{
  background: url(../img/redes-h.png) no-repeat left;
}
#tw{
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 15px;
  background: url(../img/redes.png) no-repeat right;
}
#tw:hover{
  background: url(../img/redes-h.png) no-repeat right;
}
#web{
  text-align: center;
  margin-top: 30px;
}
#web a{
  display: inline-block;
  padding: 10px;
  padding-right: 200px;
  background: url(../img/web.png) no-repeat right top #000;
  color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none !important;
}
#web a:hover{
  background: url(../img/web-h.png) no-repeat right top #fff;
  color: #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;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.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: 15px;
	margin-left: -15px;
	z-index:99999;
	}
.fancybox-title-float-wrap .child {
	display: inline-block;
	width: 100%;
	float: left;
  font-weight: bold;
	position: relative;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	color: #000;
	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);
	}
#empresa{
  background: url(../img/empresa/bg.jpg) no-repeat center top;
  padding: 80px 0px;
  font-family: 'Roboto', sans-serif;
  background-size: cover;
}
#empresa h1{
  border-bottom: solid 1px #adadad;
  padding-bottom: 5px;
  font-family:"Roboto Bold";
  font-size: 36px;
  width: 55%;
}
#empresa p{
  font-family:"Roboto Regular";
  text-align: justify;
  line-height:27px;
  margin-top: 20px;
  font-size:24px;
}
#prev{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: -30px;
  left: auto;
  opacity: 1;
  background: url(../img/arrows.png) no-repeat left;
}
#prev:hover{
  background: url(../img/arrows-h.png) no-repeat left;
}
#next{
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  top: -30px;
  left: auto;
  opacity: 1;
  background: url(../img/arrows.png) no-repeat right;
}
#next:hover{
  background: url(../img/arrows-h.png) no-repeat right;
}
#politicas{
  background: url(../img/azul.jpg) no-repeat center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom:102px;
  font-family:"Roboto Regular";
}
#politicas h1{
  color: #FFF;
  font-size: 36px;
  font-family:"Roboto Bold";
}
#politicas p{
  margin-top: 20px;
  font-size:24px;
  color: #FFF;
  text-align: justify;
  line-height: 26px;
}
.tab-content{
  margin-top: 40px;
}
.nav-tabs{
  text-align: center;
  border: none;
}
.nav-tabs li{
  display: inline-block;
  float: none;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 0px;
}


.nav > li > a{
	padding:21px 20px;
}


.nav-tabs>li>a{
  background: #000;
  color: #FFF;
  border-radius: 0px;
  border: none;
  
  font-family:"Roboto Regular";
  font-size:24px;
}
.nav-tabs>li>a:hover{
  background: #E2863D;
  border: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs > li.active > a:focus{
  background:#E2863D;
  color: #FFF;
  border: none;
  font-family:"Roboto Regular";
  font-size:24px;
}
#productos{
  background: url(../img/productos/bg.jpg) no-repeat center top;
  background-size: cover;
  padding:60px 0px;
  font-family: 'Roboto', sans-serif;
}
#productos h1{
  border-bottom: solid 1px #adadad;
  padding-bottom: 5px;
  font-family:"Roboto Bold";
  font-size: 36px;
  float: left;
  position: relative;
}
#productos h2{
  border-bottom: solid 1px #adadad;
  padding-bottom: 5px;
  font-family:"Roboto Bold";
  font-size: 36px;
}
#productos p{
  font-family:"Roboto Regular";
  margin-top: 20px;
  font-size:24px;
  text-align: justify;
  line-height: 27px;
}
#productos img{
  margin-top: 175px;
}
#scrollbar1{
  margin-top: 20px;
}


.scrollbar {
	width: 100%;
	}
.scrollbar .viewport {
	width: 95%;
	height: 480px;
	overflow: hidden;
	position: relative;
	}
.scrollbar .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	}
.scrollbar .scrollbar{
	background:#fff;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 10px;
	}
.scrollbar .thumb {
	background:#F58632;
	height: 20px;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
	}
.scrollbar .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 25px;
	}


#scrollbar2{
  margin-top: 20px;
}

.scrollbar2 {
	width: 100%;
	}
.scrollbar2 .viewport {
	width: 95%;
	height: 480px;
	overflow: hidden;
	position: relative;
	}
.scrollbar2.overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	}
.scrollbar2 .scrollbar{
	background:#fff;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 10px;
	}
.scrollbar2 .thumb {
	background:#F58632;
	height: 20px;
	width: 10px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left:0;
	}
.scrollbar2 .thumb .end {
	overflow: hidden;
	height: 5px;
	width: 25px;
	}





.noSelect {
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	 }
.menu-pro{
  float: left;
  position: relative;
  clear: both;
  margin-top: 10px;
  z-index: 999;
}
.menu-pro a{
  float: left;
  position: relative;
  padding:5px 10px;
  text-decoration: none;
  font-family:"Roboto Bold";
  background: #000;
  color: #FFF;
  width: 100%;
  margin-top: 8px;
}
.menu-pro a:hover{
  background:#F48732;
}
#productos h3{
  font-family:"Roboto Bold";
  font-size: 36px;
  padding-bottom:24px;
}

#volver {
    position: absolute;
	text-align:center;
    right: 0px;
    top: -39px;
    padding: 48px 9px;
    color: #fff;
	font-family:"Roboto Bold";
	font-size:15px;
    border-radius: 10px;
    text-decoration: none !important;
	background-image:url(../img/volver.png);
	width:110px;
	height:110px;
}

#carousel-productos{
  float: left;
  position: relative;
  width: 100%;
  margin-top: -160px;
}
#carousel-productos2{
  float: left;
  position: relative;
  width: 100%;
  margin-top: 30px;
}
#carousel-productos2 img{
  margin-top: 0px;
}
.producto{
  margin-top: 20px;
  float: left;
  position: relative;
}
.producto span{
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 14px;
}
.controls{
  text-align: center;
  margin-top: 20px;
  float: left;
  position: relative;
  width: 100%;
}
#prev2{
  width: 40px;
  height: 40px;
  display: inline-block;
  left: auto;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  background: url(../img/arrows.png) no-repeat left;
}
#prev2:hover{
  background: url(../img/arrows-h.png) no-repeat left;
}
#next2{
  width: 40px;
  height: 40px;
  display: inline-block;
  opacity: 1;
  right: auto;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  background: url(../img/arrows.png) no-repeat right;
}
#next2:hover{
  background: url(../img/arrows-h.png) no-repeat right;
}
#servicios{
  background: url(../img/servicios/bg.jpg) no-repeat center top;
  background-size: cover;
  padding:60px 0px;
  font-family: 'Roboto', sans-serif;
}
#servicios h1{
  border-bottom: solid 1px #adadad;
  padding-bottom: 5px;
  font-family:"Roboto Bold";
  font-size: 32px;
  width: 40%;
}
#servicios h2{
  font-family:"Roboto Bold";
  font-size: 26px;
  margin-top: 30px;
}
#servicios p{
  font-family:"Roboto Regular";
  margin-top: 20px;
  text-align: justify;
  line-height: 27px;
  font-size:22px;
}
.text-ser{
  padding: 114px 20px;
}
#contacto{
  padding: 43px 0px;
  background: url(../img/contacto.jpg) no-repeat center;
  font-family: 'Roboto', sans-serif;
}
#contacto h1{
  border-bottom: solid 1px #adadad;
  padding-bottom: 5px;
  font-family:"Roboto Bold";
  font-size: 36px;
  width: 40%;
}
#contacto p{
  text-align: justify;
  font-family:"Roboto Regular";
  font-size:24px;
  margin-top: 20px;
  color: #000;
}
#formulario{
  margin-top: 20px;
	text-align: left;
}
#formulario h2{
	color: #fff !important;
	font-family:"Roboto Regular";
    margin-left: 10px;
	text-transform: none;
	font-size:25px;
	margin-top: 5px;
    text-shadow:1px 0px 6px #000;
}
#formulario input{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-family:"Roboto Regular";
	font-size:14px;
	padding:8px 8px;
	margin-top: 5px;
	}
#formulario textarea{
	width:100%;
	background-color:#fff;
	color:#000;
	border:none;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	padding:7px 8px;
	margin-top: 5px;
  height: 100px;
	}
#enviar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:18px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:30px !important;
	margin-bottom:0px !important;
	padding:8px 0px !important;
	background: #F48732!important;
	font-family:"Roboto Regular";
	margin-right: 15px;
	}
#enviar:hover{
  background: #FFF !important;
  color: #000 !important;
	}
#borrar{
	width:90px !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:18px !important;
	color:#FFF !important;
	text-align:center;
	margin-top:30px!important;
	margin-bottom:0px !important;
	padding:8px 0px !important;
	font-family:"Roboto Regular";
	background:#F48732 !important;
	}
#borrar:hover{
  background: #FFF !important;
  color: #000 !important;
	}
#mapa{
  padding: 70px 0px;
  text-align: center;
  background: url(../img/mapa.jpg);
	margin-top: -20px;
  font-family: 'Roboto', sans-serif;
}
#map{
	height:491px;
	border: solid 5px #F28732;
    margin-top: 20px;
	}
#ampliar{
  background-color: #F28732;
  color: #FFF;
  text-align: center;
  padding:10px;
	text-decoration: none;
  position: absolute !important;
  right: 40px;
  float: none !important;
  bottom: 30px;
  text-transform: none !important;
  border-radius: 0px !important;
	}
#ampliar:hover{
  background: #FFF;
  color: #000;
	}
#mapa h1{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-align: right;
  font-size: 25px;
}

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

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

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

/*animacion boton de whatsapp*/
#float_whatsapp {
    background-image: url(../img/whatsapp.svg);
    background-repeat: no-repeat;
    animation: pulse 2s infinite;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    position: fixed;
    right: 27px;
    z-index: 99999;
    bottom: 40%;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(1, 169, 1);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*cierra animacion boton de whatsapp*/



	@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;
	  font-size:21px;
	}
	.menu{
	  display: block;
	}
  .caption {
    right: 10px;
    top: 10px;
    font-size: 18px;
  }
  #frase {
    font-size: 24px;
  }
  footer{
    font-size: 14px;
  }
  #carousel-empresa img{
    margin-top: 20px;
  }
  .nav-tabs li {
    margin-top: 10px;
  }
  #next {
    top: 20px;
  }
  #prev{
    top: 20px;
  }
  
  .nav > li > a{
	  padding:7px 20px;
  }
  
  #politicas h1{
	  font-size:30px;
  }
  
  #politicas p{
	  font-size:20px;
	  line-height:22px;
  }
  
  #empresa-home h2{
	  margin-top:13px;
  }
  
  #empresa-home p{
	  font-size:21px;
  }
  
  #productos h2{
	  font-size:30px;
  }
  
  #productos h3{
	  font-size:31px;
  }
  
  
  #productos p{
	  font-size:17px;
	  line-height:19px;
  }
  
  footer p{
	  font-size:19px;
	  line-height:22px;
  }
  
  #empresa p{
	  font-size:20px;
	  line-height:21px;
  }
  
  #servicios p{
	  font-size:20px;
	  line-height:20px;
  }
  
  #servicios h2{
	  font-size:23px;
  }
  
  #contacto{
	  padding:19px 0px;
  }
  
  #contacto p{
	  font-size:19px;
  }
  
  #contacto h1{
	  font-size:30px;
  }
  
  #formulario h2{
	  font-size:19px;
  }
  
  #formulario input{
	  padding:6px 8px;
  }


}

@media (max-width: 900px) and (min-width:800px){
	
	#navbar a{
		font-size:22px;
	}
	
	.caption{
		font-size:40px;
		right: 74px;
	}
	
	#frase{
		font-size:31px;
	}
	
	#empresa-home h2{
		margin-top:-56px;
		font-size:30px;
	}
	
	#empresa-home p{
		font-size:17px;
	}
	
	.texto-pro{
		font-size:20px;
	}
	
	#empresa p{
		font-size:20px;
		line-height:24px;
	}
	
	.nav > li > a{
		padding:10px 20px;
	}
	
	#politicas{
		padding-bottom:68px;
	}
	
	#politicas h1{
		font-size:30px;
	}
	
	#politicas p{
		font-size:19px;
		line-height:24px;
	}
	
	#productos p{
		font-size:17px;
		line-height:23px;
	}
	
	#servicios h2{
		font-size:26px;
	}
	
	#servicios p{
		font-size:18px;
		line-height:21px;
	}
	
	#contacto p{
		font-size:19px;
	}
	
	#formulario h2{
		font-size:20px;
	}
	
	#formulario input{
		padding:8px 8px;
	}
	
	footer p{
		font-size:14px;
		line-height:18px;
	}
	
	
}

@media (max-width: 1100px) and (min-width:900px){
	
	#navbar a{
		font-size:24px;
	}
	
	.caption{
		font-size:46px;
		right:48px;
	}
	
	#frase{
		font-size:35px;
	}
	
	#empresa-home h2{
		font-size:36px;
		margin-top:-56px;
	}
	
	#empresa-home p{
		font-size:19px;
	}
	
	
	#empresa p{
		font-size:20px;
		line-height:24px;
	}
	
	
	footer p{
		font-size:17px;
		line-height:22px;
		}
		
    .nav > li > a{
		padding:12px 20px;
	}
	
	#politicas p{
		font-size:20px;
		line-height:24px;
	}
	
	#politicas{
		padding-bottom:64px;
	}
	
	#productos p{
		font-size:19px;
		line-height:22px;
	}
	
	#servicios h2{
		font-size:26px;
	}
	
	#servicios p{
		font-size:20px;
		line-height:22px;
	}
	
	#contacto p{
		font-size:22px;
	}
}


@media (max-width: 1200px) and (min-width:1100px){
	
	
	
	.caption{
		font-size:45px;
		right:99px;
	}
	
	#frase{
		font-size:42px;
	}
	
	#empresa-home h2{
		margin-top:-57px;
	}
	
	footer p{
		font-size:20px;
	}
	
	#productos p{
		font-size:22px;
		line-height:25px;
	}
	
	#servicios p{
		font-size:23px;
		line-height:25px;
	}
	
	
	}
	

@media (max-width: 1300px) and (min-width:1200px){
	
	#navbar a{
		font-size:28px;
		}
	
	#productos p{
		font-size:18px;
		line-height:22px;
	}
	
	.caption{
		font-size:47px;
		right:150px;
	}
	
	
	#frase{
		font-size:44px;
	}
	
	#empresa p{
		font-size:19px;
		line-height:23px;
	}
	
	#empresa-home h2{
		font-size:35px;
		margin-top:-43px;
	}
	
	#empresa-home p{
		font-size:21px;
	}
	
	#politicas p{
		font-size:22px;
	}
	
	.nav > li > a{
		padding:11px 20px;
	}
	
	footer p{
		font-size:19px;
		line-height:24px;
	}
	
	#servicios h2{
		font-size:26px;
	}
	
	#servicios p{
		font-size:18px;
		line-height:21px;
	}
	
	#contacto p{
		font-size:20px;
	}
	
	#formulario h2{
		font-size:20px;
	}
	
	#formulario input{
		padding:9px 8px;
	}
	
}

@media (max-width: 1400px) and (min-width:1300px){
	
	#navbar a{
		font-size:28px;
		}
	
	.caption{
		right:172px;
		font-size:51px;
	}
	
	#empresa-home h2{
		font-size:32px;
		margin-top:6px;
	}
	
	#empresa-home p{
		font-size:19px;
	}
	
	footer p{
		font-size:19px;
		line-height:22px;
	}
	
	.nav > li > a{
		padding:12px 20px;
	}
	
	#empresa p{
		line-height:24px;
		font-size:21px;
	}
	
	#productos p{
		font-size:21px;
		line-height:24px;
	}
	
	#servicios p{
		font-size:20px;
		line-height:20px;
	}
	
}


@media (max-width: 1500px) and (min-width:1400px){
	
	#navbar a{
		color:#0f0;
		font-size:28px;
		}
	
	.caption{
		font-size:55px;
		right:181px;
	}
	
	#empresa-home p{
		font-size:24px;
		padding-bottom:84px;
	}
	
	#empresa-home h2{
		font-size:36px;
		margin-top:20px;
	}
	
	footer p{
		font-size:22px;
		line-height:25px;
	}
	
	
	#productos p{
		font-size:21px;
		line-height:25px;
	}
	
	#servicios h2{
		font-size:29px;
	}
	
	#servicios p{
		font-size:20px;
		line-height:21px;
	}
	
	#formulario h2{
		font-size:22px;
	}
	
	#formulario input{
		padding:8px 8px;
	}

  .modal-dialog {
    width:645px;
    margin: 20px auto;
  }

	
}

