﻿/*
	Limitadores
*/

/* Sección Proteccion Categoria */
#ver-indicators-container-desktop {
	display: block;
}
@media only screen and (max-width: 1050px) {
	#ver-indicators-container-desktop {
		display: none;
	}
}

/* Sección Protección Categoria */
.ver-primary-banner-desktop {
	display: block;
}
@media only screen and (max-width: 1050px) {
	.ver-primary-banner-desktop {
		display: none;
	}
}

/*
	Carrusel mobile
*/
#var-slider-mobile {
	display: none;
}
#versaSliderProductos {
	display: block;
}
@media only screen and (max-width: 1050px) {
	#var-slider-mobile {
		display: block;
	}
	#versaSliderProductos {
		display: none;
	}
}



.versa-slider-mobile-img-category {
	width: 12.5vw;
	float: left;
	margin-right: 2vw;
	display: none;
}
.versa-slider-mobile-text-category {
	text-transform: uppercase; 
	font-family: 'gotham-book'; 
	font-size: 6vh; 
	padding-top: 3vh; 
	color: #fff;
}
.versa-slider-mobile-container-category {
	padding-top: 2vh;
	padding-bottom: 2vh;
}
@media only screen and (min-width: 490px) {
	.versa-slider-mobile-img-category {
		width: 12.5vw;
		float: left;
		margin-right: 2vw;
		display: block;
	}
}


.versa-slider-mobile-logo-imagen {
	margin-left: auto; 
	margin-right: auto;
	display: block !important;
	padding-top: 2vh;
	padding-bottom: 2vh;
}


.versa-slider-mobile-description-product {
	font-size: 16px !important;
	letter-spacing: 0px; 
	line-height: 16px;
	text-align: justify !important;
	width: 100%;
	color: white;
}


.versa-slider-mobile-slogan-product {
	font-size: 14px;
	color: white;
}


.versa-slider-mobile-container-cintillo-product {
	padding-top: 1vh;
}
.versa-slider-mobile-img-cintillo-product {
	width: 60px;
	float: left;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.versa-slider-mobile-cintillo-product {
	text-align: left !important;
	font-size: 14px;
	color: white;
}


.carousel-productos-mobile-control-prev-icon,
.carousel-productos-mobile-control-next-icon {
	height: 20px;
	width: 20px;
	background-size: 100%, 100%;
	border-radius: 50%;
	background-image: none;
}

.carousel-productos-mobile-control-next-icon:after
{
	content: '>';
	font-size: 40px;
	color: black;
}

.carousel-productos-mobile-control-prev-icon:after {
	content: '<';
	font-size: 40px;
	color: black;
}

/* 
	Clases de imágenes para carrusel mobile
*/

.img-insecticidas-square {
	background: url('../../Public/img/carrusel-productos-img-background-insecticidas-mobile.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-otros-square {
	background: url('../../Public/img/carrusel-productos-img-background-otros-mobile.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-herbicidas-square {
	background: url('../../Public/img/carrusel-productos-img-background-herbicidas-mobile.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-biorracional-square {
	background: url('../../Public/img/carrusel-productos-img-background-biorracional-mobile.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-nutricion-square {
	background: url('../../Public/img/carrusel-productos-img-background-nutricion-mobile.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-fungicida-square {
	background: url('../../Public/img/carrusel-productos-img-background-fungicida-mobile.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.img-bactericidas-square {
	background: url('../../Public/img/carrusel-productos-img-background-bactericidas-mobile.jpg') no-repeat center center;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}