@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,a,p,ul,li{
	font-family: 'Nunito', sans-serif;
	font-family: 'Nunito Sans', sans-serif;
}



	.bg-contacto{
	background-image: url(../images/bg-contactenos.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
		
		
		.bg-jumbo-productos{
	background-image: url(../images/stock-photo-close-up-of-veterinarians-hands-in-blue-sterilized-surgical-gloves-holding-small-yellow-chicken-417780238.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
		.bg-marcas{
	background-image: url(../images/bg-marcas.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 420px;
		}
		
		.bg-nav{
	background-color: #CCCCCC;
	font-weight: bolder;
				}
		
		.bg-footer{
	background-color: #626262;
	color: #FFF;
				}
		
		.bg-subfooter{
	background-color: #0099CC;
	color: #FFF;
	
		}
		
		.bg-tituloprod{
			background:#F90;
			color:#CCC;}
		
		
		.contact-info
{
	padding: 10px .5rem;
	}


.card-padding{
	padding-bottom:10px;
	padding-top:10px;
	}

.contact-padding{
	padding-bottom:10px;
	padding-top:20px;
	margin-top:20px;}
	
	.footer-padding{
	padding-bottom:50px;
	padding-top:50px;
	}
	
	.h1text{
	color: #09F;
	font-weight: bold;
}
	
	.header-padding{
	padding-bottom: 20px;
	padding-top: 20px;}


		a.scrollup {
	outline:0;
	text-align: center;
}

.actualidad {
	background-image: url(../images/banner_actualidad.jpg);
	height: 250px;
}
.descargas {
	background-image: url(../images/banner_descargas.jpg);
	height: 250px;
}

.logo {
	margin-top: 20px;
	margin-bottom: 20px;
}

.marcas {
	background-image: url(../images/banner_marcas.JPG);
	height: 250px;
}


.nosotros {
	background-image: url(../images/banner_nosotros.JPG);
	height: 250px;
}

.nosotros2 {
	background-image: url(../images/banner_nosotros2.jpg);
	height: 250px;
}

.nosotros3 {
	background-image: url(../images/banner_nosotros3.jpg);
	height: 250px;
}


.recientes {
	margin-top: 50px;
	margin-bottom: 50px;
}
.rojo{
	color: #EC0000;
}

.scrollup{
	position: fixed;
	width: 32px;s
	height: 32px;
	bottom: 0px;
	right: 20px;
	opacity: 10;
	background-color: #CCC;
}
	
	
.section-padding{
	padding-bottom:30px;
	padding-top:40px;
	margin-bottom:20px;
	margin-top:30px;}
	
	.text-nav{
	font-weight: bolder;
	padding-right: 20px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-left: 20px;
				}
				
				.text-amarillo {
	color: #FFCC00;
	font-weight: bolder;
}
.text-morado {
	color: #9E50A9;
	font-weight: bolder;
}
.text-naranja {
	color: #FF6600;
	font-weight: bolder;
}
				.text-rojo {
	color: #FF1A1A;
	font-weight: bolder;
}
.text-verde {
	color: #349E10;
	font-weight: bolder;
}

.text-rosado {
	color: #e71d93;
	font-weight: bolder;
}

.text-aqua {
	color: #00e6e6;
	font-weight: bolder;
}

.text-azul {
	color: #0044aa;
	font-weight: bolder;
}


.wrapper {
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	transition: all 0.5s ease;
	list-style: none;
	vertical-align: middle;
	margin-top: 10;
	margin-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


// Extra small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
	
	.bg-contacto{
	background-image:url(../images/bg-marcas.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
	}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
