@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}




/* globales */



img{
	max-width: 100%;
}
a:hover{
	transition: all .3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.container{
	width: 95%;
	max-width: 1170px;
}
.bg-gray{
	background-color: #282d30;
}
.bg-light{
	background-color: white !important;
}
.text-cian{
	color: #002B7D;
}
.section .cabecera h2, .section .cabecera h1{
	font-weight: 800;
}
.section .cabecera{
	margin-bottom: 50px;
}
.section .cuerpo.row{
	margin-bottom: -15px;
	margin-top: -15px;
}
.section .cuerpo.row article{
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding{
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-top{
	padding-top: 75px;
}
.padding-bottom{
	padding-bottom: 75px;
}
.btn{
	padding: 10px 25px;
}
.btn-info:hover{
	color: #17a2b8;
	background-color: transparent !important;
}



/* header */
header nav{
	background-color: #FFFFFF;
}
.navbar-brand{
	line-height: 70px;
}
.navbar-dark .navbar-nav .nav-link{
	color: 	#054e91;
	border-top: 2px #f04b2e;
	line-height: 70px;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
	color:#054e91;
	border-color: #f04b2e;
}
.navbar{
	padding-top: 0;
	padding-bottom: 0;
}

.navbar img {
	height: 75px;
}





/* portada */
#portada h2{
	font-size: 62px;
	font-weight: 300;
}
#portada h2 b{
	font-weight: 700;
}
#portada h3{
	font-size: 48px;
	font-weight: 300;
}
#portada p{
	font-size: 18px;
}
#portada .carousel-caption{
	bottom: 160px;
	text-align: left;
}






/* MARCAS */
#marcas .imagen{
	min-height: 200px;
	max-width: 200px;
	position: 
}
#marcas h5{
	font-weight: 30px;
	font-size: 18px;

}

#marcas h5{
 	font-color: #003ACB;	
}




/*PRODUCTOS*/


#productos-destacados img{
	width: 100%;
}
#productos-destacados .texto{
	padding: 35px;
	background-color: white;
}
#productos-destacados h3{
	font-size: 24px;
	font-weight: bold;
}

/*BANNER CATALOGOS*/

#banner-catalogos .clearfix{
  box-sizing: border-box;
  padding bottom:0px;
  
}

#banner-catalogos h2{
 
 color: white;
 text-align: center;
 text-overflow: 
 margin-bottom:;
}

#banner-catalogos img{
	position: absolute;
	left: 400px;
	z-index: 99;
	height: 48%;
	width:200px;
	left: calc(49% - 80px);
	content:"";
	

}
.box {
  float: left;
  width: 50%;
  padding: 90px;
  height: 313px;
  margin-right:0px;
  margin-left:0px;
}


.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



/*PRODUCTOS*/

#productos .cuerpo.row{
	margin: 0;
}
#productos .cuerpo.row article{
	padding: 0;
	position: relative;
	cursor: pointer;
}
#productos .cuerpo.row article .texto{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(32, 177, 199, 0.9);
	color: #fff;
	text-align: center;
	/*display: none !important;*/
	transition: all .3s ease-in-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
	border-color: gray;
}
#productos .cuerpo.row article:hover .texto{
	/*display: flex;*/
	opacity: 1;
}
#productos .cuerpo.row article .texto > div{
	width: 100%;
	padding: 25px;
}
#productos h3{
	font-size: 18px;
	font-weight: bold;
}
#productos h4{
	font-size: 14px;

}

#productos h2 {
 	  text-align: left;
  	  font-size: 30px;
  	  font-weight: 400;
      margin-bottom: 0px;

}


#productos h2 span{
	font-weight: bold;


}
/*FORMULARIO*/


/*LLAMANOS*/

/* FOOTER */

footer
{
	color: #838383;

}
footer a{
	color: #fff;
}
footer a:hover{
	color: #48d4eb;
	text-decoration: none;
}
#footer-top{
	padding: 45px 0 30px;
	background-color: #282d30;

}
#footer-top ul{
	list-style: none;
	padding: 0;
	line-height: 24px;
}
#footer-top ul li{
	display: inline-block;
}
#footer-top ul li a{
	padding: 0 15px;
}
#footer-top ul.social{
	font-size: 24px;
}
#footer-bottom{
	padding: 25px 0;
	background-color:#dfdfdf;
}


footer p{
	
	font-size:12px; 
	color:#f7f7f7;
	}

#copyright{
	font-size: 13px;

}
.owl-carousel .owl-item img{
	display: inline-block;
	width: initial;
}
@media only screen and (max-width: 1600px){
	#portada .carousel-caption{
		bottom: 100px;
	}
	#portada h2{
		font-size: 48px;
	}
	#portada h3{
		font-size: 32px;
	}
	#portada p{
		font-size: 16px;
	}
	#resultados{
		padding: 100px 0;
	}
	#resultados h2{
		font-size: 42px;
	}
	#resultados p{
		font-size: 18px;
	}
}
@media only screen and (max-width: 991px){
	.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
		border-color: transparent;
	}
	.navbar-dark .navbar-nav .nav-link{
		line-height: 35px;
	}
}