.background1{
	background-color: #c70000;
}
/***************************
            NAVBAR

***************************/

.fa.fa-bars{
	color: #e00c0d;
    font-size: 1.9em;
}

.navbar-nav{
	margin-right: 5%;
}

.navbar-collapse{
	background-color: #fff;
}

.navbar-collapse > ul>li{
	    padding: 10px;
}

.main-navbar{
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #ffffff;
	height: 130px;
}

.main-navbar.min{
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height: 70px;
}


.site-logo img{
	height: 100px;
}

.main-navbar.min > .site-logo > img{
	height: 50px;
}

.nav-item a{
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 15px;
   	font-weight: 700;
	line-height: 0;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 10px;
	text-transform: uppercase;
	border-top: 2px solid transparent;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #1a253fd1;
	
}

.nav-item a:hover{
	border-top: 2px solid #dc1313;
	color:rgb(205,33,34);
}

.nav-item.active a{
	border-top: 2px solid #dc1313;
	color: #dc1313;

}


@media only screen and (max-width: 580px) {
	

	.site-logo img {
	    height: 70px!important;
	}

	.fa.fa-bars{
	    font-size: 1.2em;
	}

	.main-navbar{
		height: 100px;
	}

	.slider {
	    padding-top: 100px !important;
	}

}

/***************************
            SLIDER

***************************/
.carousel{
	    width: 100%;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	background-color: #a2a2a2!important;
}
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
 
.carousel-inner > .item {
    -webkit-transition: 0.9s ease-in-out left !important;
    -moz-transition: 0.9s ease-in-out left !important;
    -o-transition: 0.9s ease-in-out left !important;
    transition: 0.9s ease-in-out left !important;
}

 .slider{
 	padding-top: 130px;
 }

 .carousel-control-next-icon, .carousel-control-prev-icon{
 	width: 30px!important;
 	height: 30px!important;
 }


/*********************************************
	Banners
**********************************************/
.bServicios{
	background-color:rgb(189, 1, 2);
	padding: 3% 10% !important;
}

.bCotizacion{
	background:url("../images/Fondo-Imprenta.jpg");
	/*background-color: #ececec;*/
}

.bPromo{
	background-color: rgba(144, 0, 1, 0.95);
}

.btrans1{
	background-color:rgba(0,0,0, 0.6); /* rgbA */
	padding: 3% 9% !important;
}

.btrans2{
	background-color: rgba(45, 45, 45, 0.97);
}

.btrans3{
	background-color: rgba(144, 0, 1, 0.86);
	padding: 6% 9% !important;
}

.btrans4{
	background-color:rgba(72, 51, 51, 0.92);
	padding: 6% 9% !important;
}

.btrans5{
	background-color:rgba(103, 1, 1, 0.85);
	min-height: 100%;
}

.bContacto{
	background-image: url("../images/fondo4.jpg");
}

.bUnder{
	background-image: url("../images/under.jpg");
}

/*********************************************
 				Servicios
 **********************************************/
.navservices{
	padding: 20px!important;
	background-color: #d4d4d4!important;
	border:none!important;
}
.navservices.active{
	background-color: #ff3e3e!important;
}


/*********************************************
 				Productos
 **********************************************/

.overProduct {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color:rgb(150, 0, 2) ;
    background: -webkit-linear-gradient( 90deg, rgb(150, 0, 2)  0%, rgba(255, 142, 144, 0.30196) 100%);
    background: -moz-linear-gradient( 90deg, rgb(150, 0, 2)  0%, rgba(255, 142, 144, 0.30196) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(150, 0, 2)  0%, rgba(255, 142, 144, 0.30196) 100%);
    background: -ms-linear-gradient( 90deg, rgb(150, 0, 2)  0%, rgba(255, 142, 144, 0.30196) 100%);
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product:hover .overProduct {
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
     height: 100%;
    width: auto;
    opacity: 0;
    transition: .5s ease;
    background-color:rgb(150, 0, 2) ;
    background: -webkit-linear-gradient( 90deg, rgb(150, 0, 2)  0%, rgba(255, 142, 144, 0.30196) 100%);
    background: -moz-linear-gradient( 90deg, rgb(150, 0, 2)  0%, rgba(255, 142, 144, 0.30196) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(150, 0, 2)  0%, rgba(255, 142, 144, 0.30196) 100%);
    background: -ms-linear-gradient( 90deg, rgb(150, 0, 2)  0%, rgba(255, 142, 144, 0.30196) 100%);
    margin-left: 15px;
    margin-right: 15px;
}

.product:hover .overlay {
  opacity: 1;
}


.titleproduct{
	height: 100%;
    z-index: 1000;
    position: relative;
    background-color: white;
}


.modal-full {
    min-width: 80%;
    margin: 0;
}


.carousel-caption {
    right: 0%!important;
    left: 0%!important;
    background-color: #27272782;
    
}
/*********************************************
	        Clientes
**********************************************/
.bReviews{
	background-image: url("../images/fondo3.jpg");
}

.img-round{
	border-radius: 100%;
}

.bw-logo{
	filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}

.bw-logo:hover{
	filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
}
/*********************************************
	        Nosotros
**********************************************/
.fondo3{
	background-image: url("../images/fondo3.jpg");
}

/*********************************************
	        Footer
**********************************************/
.footer{
	background-color: #151515;
	padding-left: 8%;
    padding-right: 8%;
}
.copyright{
	background-color: #151515;
    border-top: 2px solid #443232;
}

.list1{
	list-style: none;
	padding: 0;
}
.list2{
	list-style: none;
}
.list1 > li>a:hover{
	color: #d91e15;
	font-weight: 600;
}

.list1>li>a{
	text-decoration: none;
	color: #ececec;
	font-family: Montserrat,sans-serif;
	line-height: 2em;
}
.social-icons>ul{
	padding-left: 0;
}

.social-icons>ul>li{
	display: inline-block;
    padding: 0 10px;
    font-size: 1.5em;
}
.social-icons>ul>li>a{
	color: #f1f1f1;
}
.social-icons>ul>li>a:hover{
	color: #d03535;
}
/*********************************************
	Textos  y colores
**********************************************/
.wlink:hover{
	text-decoration: none;
	color: #e6b8b8;
}


h2{
	width: 100%;
}
.title1{
	color: #ffffff;
}

.title2{
	font-size: 3em;
	font-weight: 700;
	color: #ffffff;
}
.title3{
	font-family: 'Montserrat', Arial, sans-serif;	
	margin-bottom: 20px;
}
.title4{
	color: #e20001;
	font-family: 'Montserrat', Arial, sans-serif;	
}

.title5{
	color: rgb(251, 56, 59);
	font-size: 1.15em;
}

.title6{
	font-family: 'Montserrat', Arial, sans-serif;	
	font-weight: 600;
	margin-bottom: 20px;
}

.title7{
	font-family: 'Montserrat', Arial, sans-serif;	
	font-weight: 500;
    color: #634a4a;
}

.title8{
	 font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: #ffffff;
}

.title9{
	font-family: Hind,sans-serif;
    font-weight: 500;
    font-size: 1.65em;
    color: #e6e6e6;
}

.title10{
	font-family: 'Arvo',sans-serif;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
}

.title11{
	font-family: "Poppins",sans-serif;
	font-size: 5.5em;
	color: #ffffff;
}

.title12{
	font-family: "Poppins",sans-serif;
	font-size: 1.8em;
	color: #ffffff;
	line-height: 1.5em;
}

.title13{
	font-family: 'Arvo', serif;
	font-size: 3.7em;
	color: #fd7a07;
}
.title14{
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: #ffffff;
}

@media only screen and (max-width: 770px) {
   .title12{
   		font-size: 1.5em;
	}
	.title13{
   		font-size: 1.8em;
	}
	.title14{
   		font-size: 1.3em;
	}
}
@media only screen and (max-width: 580px) {
	.title10{
	    font-size: 1.8em;
	    

	}
   .title12{
   		font-size: 1.3em;
		
	}

	.title2{
		font-size: 2.5em;
	}


}

.text1{
	font-family: 'Montserrat', Arial, sans-serif;	
	color: #fff;
    font-size: 1.2em;
}

.text2{
		font-family: 'Montserrat', Arial, sans-serif;	
    	margin-bottom: 0.5em;
    	text-align: justify;
}

.text3{
	color: #fff;
	font-size: 1em;
	text-align: justify;
	font-family: Hind,sans-serif;
}

.text4{
	font-family: 'Montserrat', Arial, sans-serif;	
	font-size: 1.2em;
	text-align: justify;
}

.text5{
	font-family: 'Montserrat', Arial, sans-serif;	
	font-size: 1em;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}

.text6{
	font-family: 'Montserrat', Arial, sans-serif;	
	font-size: 2.6em;
	font-weight: 700;
    font-style: normal;
    color: #fff;
    transition: opacity 0.24s ease-in-out;
}
.text7{
	font-family: Montserrat,sans-serif;
    font-size: 1.5em;
    line-height: 1em;
    color: #bd0303;
}

.text8{
	    color: #ffffff;
    font-size: 2.0em;
    font-weight: 600;
}

.text9{
	font-family: 'Montserrat', Arial, sans-serif;	
	color: #fff;
    font-size: 1em;
}

.text10{
	font-family: 'Montserrat', Arial, sans-serif;
    font-size: 0.8em;
    font-style: normal;
    color: #ececec;
    line-height: 1.4;
}

.text11{
	font-family: 'Montserrat', Arial, sans-serif;
    font-size: 0.6em;
    font-style: normal;
    line-height: 1.4;
}


.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.counter{
	margin-left: 10px;
}
.aboutP{
	color: #fff;
 	 font-size: 18px;
 	 line-height: 1em;
 	 position: absolute;
  	text-align: justify;
}
.powered{
	color: #ff3b3b;
}
.powered:hover{
	color: #c30404;
	text-decoration: none;
}
.yellow{
	color: #fff100;
}
.light{
	color: #fff;
}
.br-red{
	border-right: solid #dc1313 2px;
}


@media only screen and (max-width: 580px) {
   .br-red{
   		border: none!important;
		
	}
}

.lgray{
	color: #dcdcdc;
}

.dgray{
	color: #6d6d6d;
}

.red-icon{
	color: #d80000;
}

.red2{
	color: #dc0000;
}
.tup{
	text-transform:uppercase;
}

.fw800{
	font-weight: 800;
}

.yIcon{
	    color: #ffbc00f2;
    font-size: 14em;
}

/************************************************
		Iconos
*******************************************/
.globe{
	font-size: 8em;
	color: #fff;
}

.fa-envelope{
	font-size: 9em;
    float: left;
    padding: 10px 30px;
    color: #bdbdbd;
}

.fas.fa-users-cog, .fas.fa-th-large, .fas.fa-bullhorn{
	color: #cc1d1d;
}

.services{
	margin-bottom: 20px;
    color:rgb(189, 1, 2);
    font-size: 2.3em;
}


/************************************************
		Botones
*******************************************/
.btn-red{
	background-color: rgb(251, 56, 59);
    border: none;
    font-family: 'Montserrat', Arial, sans-serif;	
    font-weight: 700!important;
    color: #fff;
    font-size: x-large!important;
    float: right;
}

.btn-red:hover{
	background-color: #da0000;
	color: #fff;
}

.btn-red2{
	background-color: rgb(251, 56, 59);
    border: none;
    font-family: 'Montserrat', Arial, sans-serif;	
    font-weight: 700!important;
    color: #fff;
    font-size: x-large!important;
}

.btn-red2:hover{
	background-color: #da0000;
	color: #fff;
}
.btn-wcolor{
    border: none;
    font-family: 'Montserrat', Arial, sans-serif;	
    font-weight: 700!important;
    color: #fff;
    font-size: x-large!important;
}

.btn-wcolor:hover{
	color: #fff0f0;
    background-color: #564343;
}


.fRight{
	float: right;
	padding: 10px 10% !important;
}








/************************************************
	Margin & padding
*******************************************/

.ptype1{
	    padding: 0% 5%!important;
}

.mt10p{
	margin-top: 10%;
}

.mt5p{
	margin-top: 5%;
}

.m10{
	margin: 10px;
}
.mp0{
	margin: 0!important;
    padding: 0!important;
}

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-40{
	margin-top: 40px;
}
.mt-60{
	margin-top: 60px;
}
.mt-70{
	margin-top: 70px;
}

.mt-80{
	margin-top: 80px;
}

.mt-130{
	margin-top: 130px;
}


.mb-0{
	margin-bottom: 0px;
}
.mb-10{
	margin-top: 10px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-30{
	margin-top: 30px;
}
.mb-40{
	margin-bottom: 40px;
}

.mb-60{
	margin-bottom: 60px;
}
.mb-100{
	margin-bottom: 100px;
}

.p10{
	padding: 10px;
}
.pb-80{
	padding-bottom: 80px;
}

.pt-80{
	padding-top: 80px;
}
.pb-60{
	padding-bottom: 60px;
}

.pt-60{
	padding-top: 60px;
}

.pb-50{
	padding-bottom: 50px;
}

.pt-50{
	padding-top: 50px;
}

.pb-40{
	padding-bottom: 40px;
}

.pt-40{
	padding-top: 40px;
}
.pb-30{
	padding-bottom: 30px;
}

.pt-30{
	padding-top: 30px;
}

.pb-20{
	padding-bottom: 20px;
}

.pt-20{
	padding-top: 20px;
}

.pb-10{
	padding-bottom: 10px;
}

.pt-10{
	padding-top: 10px;
}

.pr-05{
	padding-right: 5px!important;
}
/*************************************************
	Parallax 

**********************************************/

.parallax {
    background-image: url("../images/Fondo-Imprenta.jpg");
    min-height: 300px; 
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax2 {
    background-image: url("../images/fondo.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax3 {
    background-image: url("../images/fondo3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Turn off parallax scrolling for tablets and phones. Increase the pixels if needed */
@media only screen and (max-device-width: 800px) {
    .parallax {
        background-attachment: scroll;
    }
}

/*************************************************

				Contacto
************************************************/

 #contact-form .msg-success{color:#4caf50;font-size:16px;font-weight:400;letter-spacing:1px} 


