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


#contenedor{
	width:100%;
	overflow:hidden;
	z-index:9999;
	position:relative;
	font-family:"Montserrat-Regular";
	}
.pad{
	padding-left:0px;
	padding-right:0px;
	}
.clear{
	clear:both;
	}
header{
  	height: 36px;
  	background: #ed1b24;
  	box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
  	z-index: 1;
	}
#logo{
  	background: #fff;
  	box-shadow:  0px 5px 13px rgba(0, 0, 0, 0.6);
	}
#menu{
	padding-bottom: none;
	background: transparent;
	width: 100%;
	float:right;
	position: relative;
	margin-bottom:0;
	border: none;
	}
#navbar a{
  	font-family:"Montserrat-Bold";
  	color: #FFF;
  	font-size: 14px;
  	text-transform: uppercase;
  	float: left;
  	position: relative;
  	padding: 10px 21px;
  	margin-left: 16px;
	}
#navbar a:hover{
  	background: rgba(255, 255, 255, 1);
  	color: #000;
  	text-decoration: none;
	}
#navbar .selec{
  	background: rgba(255, 255, 255, 1);
  	color: #000;
  	text-decoration: none;
	}

.bull{
  	position: absolute;
  	left: -12px;
  	top: 7px;
  	color: #FFF;
  	font-size: 20px;
	}
#sub-banner{
  	background: #fff;
  	padding-bottom: 15px;
  	margin-top:74vh;
	}
.sub{
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 15px;
	}
.caption{
  	position: absolute;
  	left: 0px;
 	top: 0px;
  	width: 100%;
  	height: 100%;
	text-shadow: 2px 1px 2px #000;
  	color: #FFF;
  	text-align: center;
	}
.sub:hover .caption{
  	background: rgba(255, 255, 255, 0.53);
	}
.sub-1{
  	width: 100%;
  	float: left;
  	position: relative;
  	font-size: 20px;
  	margin-top: 20px;
	}
.sub-2{
  	font-size: 16px;
  	margin-top: 10px;
  	width: 100%;
  	float: left;
  	position: relative;
	}
.sub-3{
  	background: #000;
  	float: left;
  	position: relative;
  	padding: 10px;
  	color: #FFF;
  	margin-left:40%;
  	margin-top: 20px;
	}
.sub:hover .sub-3{
  	background: #ed1b24;
	}

.photo {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 345px;
	position: relative;
  	background-image: url(../img/bg.jpg);
	}
.photo h1{
  	font-family:"Montserrat-Bold";
  	font-size: 25px;
  	color: #FFF;
  	text-align: center;
  	margin-top: 95px;
	}
.photo p{
  	color: #FFF;
  	text-align: center;
  	margin-top: 50px;
  	font-size: 20px;
	}
.beige{
  	color: #fff;
	}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	}
.servicio-caption1 {
  position: relative;
  bottom: 0px;
  left: 0px;
  background: #ed1b24;
  width: 100%;
  padding: 15px;
  color: #FFF;
  font-size: 20px;
  float: left;
  text-align: center;
}
#home{
    background:#fff;
  	}
#texto-home{
  	background:#fff;
  	padding: 30px;
	}
#texto-home p{
  	text-align: justify;
  	font-size: 17px;
  	line-height: 18px;
	}
#logos-home{
  	background:#cfd1d1;
  	padding: 20px 0px;
	}
#clientes{
  	background-color: #000;
  	padding-bottom: 20px;
  	padding: 10px;
	}
footer{
  	background: #ed1b24;
  	padding: 15px 0px;
  	}
.datos{
  	font-family:"Montserrat-Bold";
  	color: #FFF;
  	line-height: 20px;
  	font-size:16px;
	}
#fb{
  	background: url(../img/redes.png) no-repeat left;
  	width: 56px;
  	height: 52px;
  	float: left;
  	margin-left: 30%;
  	position: relative;
	}
#fb:hover{
  	background: url(../img/redes-h.png) no-repeat left;
	}
#web{
  	background: #fff;
  	padding: 5px 0px;
	}
#web a{
  	background: url(../img/web.png) no-repeat right;
  	padding: 3px;
  	padding-right: 145px;
  	float:left;
  	margin-left: 20%;
  	color: #000;
  	position: relative;
	}
#web a:hover{
  	background: url(../img/web-h.png) no-repeat right;
  	text-decoration: none;
	}
.motivo{
  	background: url(../img/motivo.jpg);
	}
#empresa-top{
  	border-bottom: solid 1px #828282;
  	padding-bottom: 10px;
  	margin-top: 10px;
  	margin-bottom: 20px;
	}
#empresa-texto h1{
  	color: #ed1b24;
  	font-family:"Montserrat-Bold";
  	font-size:34px;
	}
#empresa-texto p{
 	font-size: 17px;
  	margin-top: 20px;
  	text-align: justify;
	}
#img-empresa{
  	margin-top: 20px;
  	box-shadow:  8px 10px 4px #ACACAC;
	}
#empresa2{
  	background: url(../img/empresa/bg.jpg) center top;
  	padding-bottom: 100px;
  	padding-top: 50px;
  	margin-top: 20px;
	}
.mision{
  	text-align: center;
  	color: #FFF;
  	width: 50%;
  	display: block;
  	margin: auto;
  	margin-top: 20px;
	}
.mision img{
  	max-width: 180px;
  	max-height: 180px;
	}
.mision p{
  	font-size: 22px;
   	text-align: center;
  	margin-top: 29px;
	}
#img-exp{
  	margin-top: 100px
	}
#texto-exp{
  	margin-top: 60px;
  	margin-bottom: 20px;
	}
#texto-exp h1{
  	color: #ed1b24;
  	font-family:"Montserrat-Bold";
  	border-bottom: solid 1px #ed1b24;
  	padding-bottom: 10px;
	}
#texto-exp p{
  	font-size: 17px;
  	margin-top: 20px;
  	text-align: justify;
	}
.fade-carousel {
    position: relative;
    height: 100vh;
	}
.fade-carousel .carousel-inner .item {
    height: 100vh;
	}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #FFF;
    border-color: #FFF;
    opacity: .7;
	}
.fade-carousel .carousel-indicators > li.active {
  	width: 10px;
  	background: #ed1b24;
  	border-color: #ed1b24;
  	height: 10px;
  	opacity: 1;
	}
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
	}
.hero h1 {
    font-size: 6em;
    margin: 0;
    padding: 0;
	}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
	}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s;
        -ms-transition: 2s all ease-in-out .1s;
         -o-transition: 2s all ease-in-out .1s;
            transition: 2s all ease-in-out .1s;
	}
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
	}
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6{
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
	}
.fade-carousel .slides .slide-1 {
  	background-image: url(../img/productos/b1.jpg);
	}
.fade-carousel .slides .slide-2 {
  	background-image: url(../img/productos/b2.jpg);
	}
.fade-carousel .slides .slide-3 {
  	background-image: url(../img/productos/b3.jpg);
	}
.fade-carousel .slides .slide-4 {
  	background-image: url(../img/productos/b4.jpg);
	}
.fade-carousel .slides .slide-5 {
  	background-image: url(../img/productos/b5.jpg);
	}
.fade-carousel .slides .slide-6 {
  	background-image: url(../img/productos/b6.jpg);
	}

#servicios{
  	background: url(../img/productos/bg.jpg) no-repeat center top;
  	padding-bottom: 30px;
	}
#servicios h1{
  	font-family:"Montserrat-Bold";
  	font-size: 36px;
  	text-align: center;
  	color: #ed1b24;
  	font-weight: normal;
  	margin-top: 60px;
	}

#servicios h4{
  	font-family:"Montserrat-Bold";
  	font-size: 22px;
  	text-align:center;
  	color: #000;
  	font-weight: normal;
  	margin-top: 2px;
  	line-height:20px;
	}
#servicios h5{
  	font-family:"Montserrat-Bold";
  	font-size: 19px;
  	text-align:center;
  	color:#000;
  	font-weight: normal;
  	margin-top: 11px;
	}
.line{
  	background: #ed1b24;
  	height: 1px;
  	width: 380px;
  	display: block;
  	margin: 10px auto;
	}
.btn-ser{
  	float: left;
  	position: relative;
  	margin-top: 30px;
  	width: 100%;
	}
.title-ser{
  	margin-top: 20px;
  	color: #fff;
  	background: #43bfed;
  	padding: 10px;
  	font-size: 18px;
  	text-transform: uppercase;
  	display: block;
  	margin: 10px auto;
  	width: 70%;
  	text-align: center;
	}
.btn-ser:hover .title-ser{
  	background: #000;
  	text-decoration: none;
	}
.servicios-b{
  	padding-bottom: 30px;
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 80px;
	}
.servicios-b h2{
  	font-family:"Montserrat-Bold";
  	font-size: 31px;
  	color: #72b932;
  	font-weight: normal;
  	margin-top: 40px;
	}
.servicio{
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 30px;
	}
.servicio-caption{
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	background: rgba(237, 27, 36, 0.56);
  	width: 100%;
  	padding: 15px;
  	font-family:"Montserrat-Bold";
  	color: #FFF;
  	font-size: 20px;
	}
.mas{
  	position: absolute;
  	right: 15px;
  	top: 15px;
  	color: #FFF;
	}
#servicios-bg{
  	background: url(../img/servicios-bg.jpg) no-repeat center top;
  	padding: 220px 0px;
	}
#servicios-bg h1{
  	font-family:"Montserrat-Bold";
  	font-size:33px;
  	text-align: center;
  	color: #FFF;
	}

#titulo-servicios{
  	margin-top: 100px;
	}
#titulo-servicios h1{
  	font-family:"Montserrat-Bold";
  	font-size: 34px;
  	text-align: right;
  	border-bottom: solid 1px #ed1b24;
  	padding-bottom: 10px;
  	color: #ed1b24;
	}
#titulo-servicios a{
  	float: right;
  	font-family:"Montserrat-Bold";
  	font-size: 20px;
  	padding: 10px;
  	margin-top: 20px;
  	position: relative;
  	background: #000;
  	color: #FFF;
	}
#servicios-fotos{
  	margin-top: 10px;
  	padding-bottom: 50px;
	}
.servicio-foto{
  	float: left;
  	position: relative;
  	width: 100%;
  	margin-top: 20px;
	}
.ser-foto-cap{
  	float: left;
  	position: relative;
  	margin-top: 3px;
  	background: #72b932;
  	color: #FFF;
  	font-family:"Montserrat-Bold";
  	padding: 10px;
  	width: 100%;
  	font-size: 20px;
  	z-index: 20;
	}
.ser-mas{
  	display: none;
	}
.servicio-foto:hover .ser-mas{
  	width: 100%;
  	display: block;
  	height: 100%;
  	position: absolute;
  	left: 0px;
  	z-index: 10;
  	top: 0px;
  	background: rgba(0, 0, 0, 0.20);
	}
.mas-s{
  	color: #FFF;
  	font-size: 40px;
  	text-align: center;
  	width: 100%;
  	margin-top: 25%;
	}
.photo2 {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 500px;
	position: relative;
  	background-image: url(../img/servicios-bg.jpg);
	}
.photo2 h1{
  	font-family:"Neou Bold";
  	font-size: 25px;
  	color: #FFF;
  	text-align: center;
  	margin-top: 200px;
	}
.photo2 h1{
  	font-family:"Montserrat-Bold";
  	font-size:50px;
  	text-align: center;
  	color: #FFF;
	}

#contacto{
  	border-top: solid 1px #828282;
  	padding-top: 40px;
  	margin-top: 100px;
	}
#texto-cont h1{
  	font-family:"Montserrat-Bold";
  	font-size: 36px;
  	color: #ed1b24;
	}
#texto-cont p{
  	text-align: justify;
  	font-size:17px;
  	margin-bottom: 20px;
  	margin-top: 30px;
	}
#texto-cont img{
  	float: right;
	}
#formulario{
  	margin-bottom: 10px;
	}
#formulario h2{
  	font-family:"Montserrat-Bold";
  	font-size: 18px;
  	text-transform: uppercase;
  	margin-top: 6px;
	}
#formulario input{
	width:100%;
	background-color:transparent;
	border:solid 1px #ed1b24;
	color:#000;
	font-family: 'Cuprum', sans-serif;
	font-size:16px;
	padding:10px;
	margin-top:2px;
	}
#formulario textarea{
	width:100%;
  background-color:transparent;
	border:solid 1px #ed1b24;
	color:#000;
	font-size:16px;
	padding:15px;
	height:95px;
	margin-bottom:7px;
	margin-top:2px;
	}
#enviar{
	width:90px !important;
	border:none !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
    font-family:"Montserrat-Bold";
	background:#ed1b24 !important;
	margin-top:5px !important;
	margin-bottom:0px !important;
	padding:10px 0px !important;
	margin-right:15px;
    }
#enviar:hover{
	background:#000 !important;
	}
#borrar{
	width:90px !important;
	border:none !important;
	cursor:pointer;
	position:relative;
	float:right;
	font-size:16px !important;
	color:#FFF !important;
	text-align:center;
    font-family:"Montserrat-Bold";
    background:#ed1b24 !important;
	margin-top:5px !important;
	margin-bottom:0px !important;
	padding:10px 0px !important;
    }
#borrar:hover{
	background:#000 !important;
	}
#mapa{
  	margin-top: 30px;
  	padding-bottom: 20px;
	}
#mapa h1{
  	font-family:"Montserrat-Bold";
  	font-size: 36px;
  	color: #ed1b24;
  	text-align: center;
	}
#map{
	height:315px;
	margin-bottom:30px;
	margin-top:30px;
  	border: solid 1px #43bfed;
	}
#ampliar{
	background:url(../img/ampliar.png);
  	width: 122px;
  	height: 132px;
	position:absolute;
	bottom:-15px;
  	right: 15px;
	}
#ampliar:hover{
	background:url(../img/ampliar-h.png);
	}
#back-top {
    background-image: url(../img/whatsapp.png);
    width: 51px;
    height: 51px;
    position: fixed;
    right: 15px;
    z-index: 900;
    bottom: 18px;
}



@media (max-width: 400px){
  
	.sub-1{
    	margin-top: 10px;
    	font-size: 18px;
  	}
}

@media screen and (max-width: 640px){
    
	.hero h1 { font-size: 4em; 
	}
}

@media (max-width: 780px){
  
	#servicios-bg{
    	padding: 20px 0px;
  	}
  	#servicios-bg h1{
    	font-size: 28px;
  	}
  	#empresa-texto h1 {
    	color: #72B932;
    	font-family:"Montserrat-Bold";
    	font-size: 28px;
	}
	.photo2 h1{
    	font-size: 28px;
    	margin-top: 80px;
  	}
}

@media (max-width: 768px){
	
	header{
  		height: auto;
		}
	.menu a{
   		width: 100%;
 	}
}


@media (max-width:900px) and (min-width:780px){

	header{
  		height:auto;
   		background: #ed1b24;
  		box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
  		z-index: 1;
  		position:relative;
  		float:left;
	}
	#navbar a{
 		color: #FFF;
  		float: left;
  		position: relative;
  		padding:10px 13px;
  		margin-left: 20px;
  		margin-top:10px;
	}
	#logo{
  		background: #FFF;
  		box-shadow:  0px 5px 13px rgba(0, 0, 0, 0.6);
  		width:100%;
	}
}

@media screen and (min-width: 980px){
    .hero { width: 980px; }
}




@media (max-width:1200px) and (min-width:900px){

	header{
  		height:auto;
  		background: #ed1b24;
  		box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
  		z-index: 1;
  		position:relative;
  		float:left;
	}

	#navbar a{
  		color: #FFF;
  		float: left;
  		position: relative;
  		padding:10px 30px;
  		margin-top:8px;
	}
}


@media (max-width:1600px) and (min-width:1200px){
		
	header{
  		background: #ed1b24;
  		box-shadow:  0px 2px 4px rgba(0, 0, 0, 0.6);
  		z-index: 1;
  		position:relative;
  		float:left;
		}
	#navbar a{
  		color: #FFF;
  		float: left;
  		position: relative;
  		padding:10px 1px;
	}
	.datos {
    	font-size: 17px;
		line-height: 20px;
	}
}