body{
	font-family: 'Assistant', sans-serif;
	margin: 0;
	padding: 0;
}
.containerStar{
	max-width: 1366px;
	margin: 0 auto;
	box-shadow: 0 0 8px 0px #00000061;
}
.mod-breadcrumbs {
    display: flex;
    list-style: none;
    grid-column-gap: 6px;
		padding: 0;
		color: #747474;
}

.mod-breadcrumbs .breadcrumb-item::before {
	content: ">";
	padding-right: 6px;
}
.mod-breadcrumbs li:nth-child(2)::before {
	content: "";

}
.mod-breadcrumbs__item.breadcrumb-item.active {
	font-weight: 700;
}
.mod-breadcrumbs a {
	text-decoration: none;
	color: #747474;
}
/*----------Estilos base-------------*/
p{
	font-size: 18px;
}
.centroText{
	text-align: center;
}
/*-----Inicio Home Star Services-----*-*/
.header-nav{
	max-width: 1366px;


	position: fixed;

	z-index: 1000;
}
.header-nav-secciones {
    max-width: 1366px;
    width: 100%;
    z-index: 200;
    position: fixed;
}
/*header*/
header{
	max-width: 1366px;

	padding: 0 10px;
	/*flex*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);

}

header .buttonsRed{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;

}
header .buttonsRed a.redTiendaVirtual{
	background-color: #DE2B27;
	border-radius: 15px;
	margin: 5px 0;
	font-weight: 700;
	font-style: italic;
	padding: 10px 20px;
	transition: 0.3s;
	text-decoration: none;
	/*flex*/
	display: flex;
	align-items: center;
	justify-content: flex-end;

}
header .buttonsRed .redTiendaVirtual:hover{
	background-color: #a2100d;
	cursor: pointer;

}
header .buttonsRed .redTiendaVirtual > p{
	text-decoration: none;
	color: white;
	margin: 0 0 0 8px;

}
/*Fin header*/
/*Barra de navegación nav*/

section.menuDeNavegacion{
	background: rgba(23,126,194,0.8);
	background: linear-gradient(to bottom, rgba(23,126,194,0.8) 0%, rgba(46,51,147,0.8) 65%, rgba(44,41,107,0.8) 89%, rgba(44,41,107,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177ec2', endColorstr='#2c296b', GradientType=0 );
	/*flex*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;

}
.menuDespelgableTop {
    display: none;
}
/*columna de la izquierda*/

section.menuDeNavegacion .nav-left ul{
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
}
section.menuDeNavegacion .nav-left ul > li{
	display: flex;
	margin: 0;
	padding: 0;
}
section.menuDeNavegacion .nav-left ul li a:hover{
	background:  #a2100d;
	padding:16px 18px;
	cursor: pointer;
	margin: 0
}
section.menuDeNavegacion .nav-left ul li .nav-header:hover{
	background:  #a2100d;
	padding:16px 18px;
	cursor: pointer;
	margin: 0;
}
section.menuDeNavegacion .nav-left ul li a{
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	padding: 16px 18px;
}
section.menuDeNavegacion .nav-left ul li .nav-header{
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	padding:16px 18px;
}
section.menuDeNavegacion .nav-left ul li.active{
	background: #DE2B27;
	color: #fff;
}
section.menuDeNavegacion .nav-left ul li a.activeSoste{
	color: #00FF0D;
	margin: 0;
	padding:16px 18px;
}
section.menuDeNavegacion .nav-left ul li{
	position: relative;
	z-index: 50;

}

section.menuDeNavegacion .nav-left ul li >  ul{
    display: flex;
    flex-direction: column;
    position: absolute;
    align-content: start;
    align-items: start;
    background: rgba(255,255,255,1);
       border-left: 10px solid #565488;
    padding: 0;

    margin: 0;
    overflow: hidden;
    top: 53px;
    width: 220px;
    box-shadow: 1px 1px 4px -1px rgba(0,0,0,0.75);
}
section.menuDeNavegacion .nav-left ul li > ul  li a{
	color:  #565488;

	width: 100%;
}
section.menuDeNavegacion .nav-left ul li > ul li.active a {
	 color: white;
}
section.menuDeNavegacion .nav-left ul li > ul{
	display: none;

}
section.menuDeNavegacion .nav-left ul li:hover > ul{
	display: block;
	transition: 5s;
}
section.menuDeNavegacion .nav-left ul li > ul a{
	box-sizing: border-box;
    padding: 13px 15px;
    transition: 0.1s ease;
    /*display: none;*/
}
section.menuDeNavegacion .nav-left ul li > ul a:hover{

	 background:  #a2100d;
     padding: 13px 15px;
    cursor: pointer;
    margin: 0;
    width: 240px;
    color: #fff;
    font-weight: 600;

}
/*------------Fin del Header------------*/
/*Columna de la derecha	*/
section.menuDeNavegacion .nav-right{
	display: flex;
	align-items: center;
}

section.menuDeNavegacion .nav-right a img{
	margin: 0 8px;
	transition: 0.3s;

}
section.menuDeNavegacion .nav-right a img:hover{
	transform: scale(1.2);
	cursor: pointer;

}

/*------------Slider------------*/
.cycle-pager{
	list-style: none;
	position: absolute;
	top: 300px;
	margin: 20px;
	z-index: 500;


}
.cycle-slide-active{
	list-style: none;
}
.cycle-pager span{
	background-image: url(../img/icon-star-slider.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 34px;
	margin: 20px;
	list-style: none;
	display: flex;
	cursor: pointer;
}
.cycle-pager span {
	font-size: 0;
}
.marcoTextoImagen{
	position: absolute;
	z-index: 100;
	bottom: 10px;
}
.marcoImagen img{
	width: 100%;
	margin: 0;
	padding:0;
	display: flex;
}
.marcoTextoImagen {
	color: #fff;
	text-shadow: 2px 2px black;
	margin: 0;
	margin-left: 50px;
	padding: 0;
}
.marcoTextoImagen h3{
	color: #fff;
	font-size: 30px;
	text-shadow: 1px 1px black;
	margin-bottom: -7px;
	font-weight: 400;
	padding: 0;
}
.marcoTextoImagen h2{
	color: #fff;
	margin: 0;
	padding: 0;
	text-shadow: 2px 2px black;
	font-style: unset;
	font-size: 40px;
}
/*------------Fin del Slider------------*/



/*-----Sección del todo el contenido----*/
section.container{
	box-sizing: border-box;
	padding: 10px 50px;
}
section.container .mensajeLideres{
	display: flex;
	justify-content: flex-end;
}
section.container .mensajeLideres h2{
	color: #7A7A7A;
	font-weight: 700;
	font-style: italic;
	font-size: 26px;
	margin: 15px 0;
}

/*Experiencia*/
section.container  .experiencia-20{
	margin-top: 20px;
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

section.container  .experiencia-20 .masDe20 {
	margin-right: 20px;
}
section.container  .experiencia-20 .parrafo-masDe20{
	margin-left: 40px;
}
section.container  .experiencia-20 .parrafo-masDe20 {
	text-align: justify;
	color: #686868;
}
/* Fin de la Experiencia*/

/*Linea de productos*/
section.LineaDeProductosHome h2{
	color: #29439D;
	text-align: center;
	margin: 0;
	font-weight: 800;
	padding: 0;
}
section.LineaDeProductosHome >  p{
	text-align: center;
	color: #7A7A7A;
	margin: 0;
	font-style: italic;
}
.todaLaLineaDeProductos{
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}
.productosOpcionesGrande .contentOpcionProductos{
	box-shadow: 0px 0px 6px black;
	width:255px;
	overflow: hidden;
	border-radius: 15px 15px 0 0 ;
	height:358px;
}
.productosOpcionesGrande .contentOpcionProductos .productos-Opcion{
	position: relative;

}
.verMasP{
	position: absolute;
	bottom: 0;
	overflow: hidden;
	display: flex;

}
.verMasP .tituloLineaP p {
	margin: 40px 61px 5px 121px;
	font-size: 25px;
}

.verMasP .tituloLineaP{
	width: 255px;
	background-image: url(../img/background-linea-de-productos.png);
	background-repeat: no-repeat;
	height: 96px;
	text-shadow: 2px 2px black;
	font-weight: 700;
	color: #fff;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(0) ;
	transition: 0.3s;

}
.verMasP:hover .tituloLineaP{
	transform: translateX(-300px);
}
.verMasP .verMasProducto{
	transform: translateX(0px);
	transition: 0.3s;
	background-color: rgba(37, 68, 120, 0.9);
	width: 100%;
	height: 57px;
	width: 255px;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:35px;

}
.verMasP .verMasProducto a{


	text-shadow: 2px 2px black;
	font-weight: 700;
	color: #fff;
	font-size: 25px;
	text-decoration: none;
	cursor: pointer;


}
.verMasP:hover .verMasProducto {

	transform: translateX(-255px);
}

.LineaDeProductosHome .productosOpcionesGrande .tituloOpcion{
	background-image: url(../img/backgroung-novedades.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 255px;
	border-radius: 0 0 10px 10px;
	transform: translateY(-65px);
	position: absolute;
	z-index: -20;
	margin-top: -10px;
	transition: 0.3s;

}
.LineaDeProductosHome .productosOpcionesGrande:hover .tituloOpcion{
	transform: translateY(0px);
}
.LineaDeProductosHome .productosOpcionesGrande .tituloOpcion p{
	color: #fff;
	text-align: center;
	font-size: 25px;
	margin-left: 30px;
	padding: 14px;
	margin: 0;
}
/*Fin de la Linea de productos*/

/*section novedades*/
section.container section.novedadesHome{
	margin: 100px 0 120px 0;


}
.novedadesOpcionesGrande{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
section.container section.novedadesHome h2{
	color: #29439D;
	text-align: center;
	margin: 0;
	font-weight: 800;
	margin-bottom: 40px;
}

.novedades-Todo{
	width: 100%;
	display: flex;
	justify-content: space-around;
}

/*items novedades*/
.contentOpcionNovedades{


	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 255px;
}
.novedadesHome .novedades-Todo{
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.novedadesHome .novedades-Todo .novedades-Opcion{
	box-shadow: 0px 0px 6px black;
	width:255px;
	overflow: hidden;
	border-radius: 15px 15px 0 0 ;
}

.novedadesHome .novedades-Todo .novedades-Opcion h4{
	color: #fff;
	font-weight: 800;
	font-size: 25px;
	text-shadow: 1px 1px 2px black;
	text-align: center;
	background-color: #C0C0C0;
	margin: 0;
	z-index: 100;
	position: relative;
}
.novedadesHome .novedades-Todo .novedades-Opcion .verMas{
	position: relative;
	outline: hidden;
}
.novedadesHome .novedades-Todo .novedades-Opcion img{
	transform: scale(1.5) translateY(-25px);
	transition: 0.4s;
}
.novedadesHome .novedades-Todo .novedades-Opcion:hover img{
	transform: scale(1) translateY(0px);
}
.novedadesHome .novedades-Todo .novedades-Opcion .verMas{
	overflow: hidden;
	background-color: rgba(37, 68, 120, 0.5);
	color: #fff;
	font-weight: 600;
	text-align: center;
	height: 25px;
	font-size: 23px;
	text-shadow: 1px 1px 2px black;
	padding: 8px 0;
	transition: 0.4s;
}
.novedadesHome .novedades-Todo .novedades-Opcion:hover .verMas {
	background-color: rgba(37, 68, 120, 1);

}
.novedadesHome .novedades-Todo .novedades-Opcion .verMas .opcBioseguridad{
	transform: translate(0);
	transition: 0.3s;
}
.novedadesHome .novedades-Todo .novedades-Opcion .verMas:hover .opcBioseguridad {
	transform: translateY( -40px );
}
.novedadesHome .novedades-Todo .novedades-Opcion .verMas .verMasBioseguridad{
	transform: translate(0);
	transition: 0.3s;
}
.novedadesHome .novedades-Todo .novedades-Opcion .verMas .verMasBioseguridad a{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.novedadesHome .novedades-Todo .novedades-Opcion .verMas:hover .verMasBioseguridad {
	transform: translateY( -30px );
}
.novedadesHome .contentOpcionNovedades .tituloOpcion{
	background-image: url(../img/backgroung-novedades.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 255px;
	border-radius: 0 0 10px 10px;
	transform: translateY(-65px);
	transition: 0.3s;

}
.novedadesHome .contentOpcionNovedades:hover .tituloOpcion{
	transform: translateY(0px);
}
.novedadesHome .contentOpcionNovedades .tituloOpcion p{
	color: #fff;
	text-align: center;
	font-size: 25px;
	margin-left: 30px;
	padding: 14px;
	margin: 0;
}

/*Fin de las section novedades*/
/*--------Vista de titulo---
---*/
.nuestrosClientes > img {

	filter: grayscale(100%);
	transition: all 0.6s;
	transform: rotate(0deg);
}
.clientes  .nuestrosClientes:hover img{

	filter: grayscale(0%);
	transform: scale(1.3) ;
}
.clientes .vistaTitulo{

	height: 48px;

	border-radius: 10px;

	display: flex;

	align-items: center;

	margin-top: -75px;

	position: absolute;

	left: 20px;
}
.vistaTitulo h2{
	   color: #fff;
    background-color: #DE2B27;
    background-image: url(../img/bacgroud-clientes.png);
    background-repeat: no-repeat;
    background-position: left;
    /* background-color: #DE2B27; */
    font-weight: 700;
    font-size: 25px;
    height: 49px;
    margin-left: 32px;
    padding: 7px 29px 6px 100px;
    box-sizing: border-box;
    font-style: italic;
    border-radius: 13px;
}

/*--------Fin Vista de titulo------*/


/*seccion clientes*/

section.clientes{

	padding: 50px 50px 80px  50px;

	background: #DFDFDF;

	margin: 0;

	z-index: -20;

	position: relative;

	/*flex*/

	display: flex;

	justify-content: center;



}

section.clientes div.nuestrosClientes {
	background: #fff;
	width: 100%;
	border-radius: 30px;
	padding: 20px;
}
section.clientes .nuestrosClientes .cycle-slideshow .clientesBottom-Home section{
	display: flex;
	justify-content: space-between;

}
section.clientes .nuestrosClientes .cycle-slideshow .clientesBottom-Home{
width: 100%;

}

/* Fin de la seccion clientes*/

/*----- Fin de la Sección del todo el contenido----*/

/*Pie de pagina*/
footer{
	margin-top: -23px;
	 padding: 40px 0px 0px 50px;
	background: rgba(23,126,194,1);
	background: linear-gradient(to bottom, rgba(23,126,194,1) 0%, rgba(46,51,147,1) 65%, rgba(44,41,107,1) 89%, rgba(44,41,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#177ec2', endColorstr='#2c296b', GradientType=0 );
	border-top: 10px solid #9390D8;
	position: relative;
	/*flex*/
}
footer .datos-contacto{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin-bottom: 29px;
}
footer .datos-contacto .compraEnLinea{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
footer .datos-contacto .compraEnLinea h4{
	color: #fff;
	margin: 0;
	font-size: 18px;
	margin-bottom: 20px;
}
footer .datos-contacto .compraEnLinea .contentCarritoDeCompras{
	display:flex;
	align-items: center;
}
footer .datos-contacto .compraEnLinea .contentCarritoDeCompras img{
	margin-right: 20px;
}
footer .datos-contacto .compraEnLinea .contentCarritoDeCompras .textos{
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
}
footer .datos-contacto .compraEnLinea .contentCarritoDeCompras .textos p{
	color: #fff;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
}
footer .datos-contacto .compraEnLinea .contentCarritoDeCompras .textos a{
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}
.footer .datos-contacto .compraEnLinea .contentCarritoDeCompras .textos:hover a{
	color: blue	;
}
footer  .imagen-star {

	position: absolute;

	bottom: 0;
	right: 0;


}
footer  .imagen-star img{
	display: flex;
}
footer .datos-contacto .imagen-star img{
	margin: 0;
	display: flex;
}
footer .politicaDeproteccion{
	padding: 30px 0;
}
footer .politicaDeproteccion a{
	text-decoration: none;
	color: #A2A5CA;
	font-weight: 700;
	position: relative;
	 margin: 0 50px 20px 0px;
}

.logoAdOne{
	background-color: #2C1D3E;
	padding: 10px 35px 5px 10px;
	display: flex;
	justify-content: flex-end;
}

footer .politicaDeproteccion .custom a:nth-child(2n+2) {

	border-left: 2px solid #A2A5CA;
    padding-left: 20px;

}

footer .politicaDeproteccion .custom a{

	text-decoration: none;

	color: #A2A5CA;

	font-weight: 700;

	position: relative;

	margin-bottom: 10px;

	 margin: 0 20px 20px 0px;

}


/*--------------Inicio Estilos de Las Líneas de productos---------------------*/

/*-----Inicio Home Star Services-----*-*/

.parrafoGris{
	color: #7A7A7A;
	font-size: 20px;
}
.titleBlue{
	color: #29439D;
	font-weight: 700;
	font-size: 25px;
	text-align: center;

}
.titleBlue.lineasPCategorias{
	color: #29439D;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin: 50px 0 20px 0;

}
.titleBlue.LineasP{
	color: #29439D;
	font-weight: 700;
	font-size: 25px;
	margin-right: 580px;

}
.header-nav-secciones{
	max-width: 1366px;
	width: 100%;
	z-index: 200;
	transition: 1s;
}
/*header*/
header.secciones{
	max-width: 1366px;

	padding: 0 10px;
	/*flex*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	transition: 1s;

}
header.secciones .custom a img{
	width: 320px;
}

header.secciones .buttonsRed a.redTiendaVirtual{
	background-color: #DE2B27;
	border-radius: 15px;
	margin: 5px 5px;
	font-weight: 700;
	font-style: italic;
	padding: 10px 20px;
	transition: 0.3s;
	text-decoration: none;
	/*flex*/
	display: flex;
	align-items: center;
	justify-content: flex-end;

}
header.secciones .buttonsRed a.redTiendaVirtual img{
width: 26px;
}
header.secciones .buttonsRed .redTiendaVirtual:hover{
	background-color: #a2100d;
	cursor: pointer;

}
header.secciones .buttonsRed .redTiendaVirtual > p{
	text-decoration: none;
	color: white;
	margin: 0 0 0 8px;

}
.header-nav-scroll{
	background: rgba(255, 255, 255, 1);
	transition: 1s;
}
/*Fin header*/
/*Incio del Marcador de Pagina*/
.marcadorDePagina{
	background: #E5E5E5;
    display: flex;
    position: fixed;
   top: 149px;
    width: 1366px;
    z-index: 100;
    border-bottom: 0.5px solid #BFBFBF;

}
.marcadorDePagina > div ul{
	display: flex;
	margin: 0;
        padding: 2px 12px;
}.marcadorDePagina > div ul li{
	list-style: none;
	margin: 5px;
	color: #737373;
}
.marcadorDePagina > div ul li a{
	text-decoration: none;
	color: #737373;
}
.marcadorDePagina > div ul li.active {
	font-weight: 700;
}

/*Fin del Marcador de Pagina*/
/*------Incio del Banner---- -*/
section.banner-secciones{

	padding-top: 185px;
}
section.banner-secciones .custom{
		position: relative;
}
section.banner-secciones   img{
	border-bottom: 15px solid #BD2C28;
	width: 100%;
}

section.banner-secciones  p.itemBanner{
   border: none;
    position: absolute;
    top: 70px;
    text-align: center;
    width: 380px;
    color: #fff;
    font-size: 43px;
    font-weight: 700;
    bottom: -15px;
    /* padding: 18px 106px 0px 92px; */
    border-radius: 0 100px 0 0;
    z-index: 48;
    font-style: italic;
    left: 46px;

}
section.banner-secciones  p.textoLargoBanner{
	border: none;
    position: absolute;
    top: 68px;
    /* text-align: center; */
    width: 380px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    bottom: -15px;
    /* padding: 18px 106px 0px 92px; */
    border-radius: 0 100px 0 0;
    z-index: 48;
    font-style: italic;
    left: 114px;
    line-height: 36px;
}

/*------Fin del Banner---- -*/

/*-----Inicio del contenido de lineas de productos----*/
/*seccion Novedades  y categorias */
section.fila-1-LineasDePro{
	display: flex;
	flex: 1 1 50%;
	margin: 30px 0;
}

section.fila-1-LineasDePro .lineaNovedades h2{
	text-align: center;
}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline {
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas {
	width: 266px;
	border:1px solid #999999;
	padding: 0;
	position: relative;
	margin: 10px 20px;
	overflow: hidden;
	border-bottom: 7px solid  #002275;
	cursor: pointer;
	transition: 0.3s;
	box-shadow: 3px 3px 13px -1px rgba(0,0,0,0.51);
}


section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea img{
	width: 266px;
	transform: scale(1.1) translateY(0px);
	transition: 0.4s;
	position: relative;
	z-index: -5;

}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea:hover > img{
	width: 266px;
	transform: scale(1) translateY(0px);
	cursor: pointer;

}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea .priceBlue{
	background: #29439D;
	padding: 9px 15px;
	border-radius: 0 0 13px 0;
	position: absolute;
	left: 0;
	font-weight: bolder;
	top: 0;
	margin: 0;
	color: #fff;
}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea .priceRed{
	width: 46px;
	padding-top: 11px;
	box-sizing: border-box;
	height: 46px;
	background: #DE2B27;
	border-radius: 50%;
	color: #fff;
	font-weight: 500;
	text-align: center;
	position: absolute;
	top: 20px;
	right: 20px;
}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea .productoColombiano{
	display: flex;
	position: absolute;
	align-items: center;
	top: 247px;
}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea .productoColombiano img{
	width: 75px;
	height: 40px;
}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea .productoColombiano .tituloProductoColombiano{
	font-weight: 700;
    color: #6A6A6A;
    font-style: italic;
    margin-left: 10px;
    letter-spacing: -1px;
}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea .info-itemNovedadesLinea{
background-image: url(../img/novedades-background.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	width: 266px;
	color: #29439D;
	font-weight: 700;
	line-height: 18px;
	font-size: 20px;
	text-shadow: 1px 1px 1px white;
	text-align: center;
	border-top: 2px solid  #29439D;
	border-bottom: 2px solid  #29439D;
	box-sizing: border-box;
	margin: 0;
	padding: 18px 60px;
	min-height: 103px;
}
section.fila-1-LineasDePro .lineaNovedades .novedadesItemsline .contentItemsLineas  .itemNovedadesLinea .info-itemNovedadesLinea a{
	text-decoration: none;
	color: #29439D;
	    line-height: 21px;
}
.fila-1-LineasDePro .lineaCategorias{

	margin: 25px 20px 0;
	overflow: hidden;

}

.fila-1-LineasDePro .lineaCategorias p{
	color: #6A6A6A;
	font-size: 22px;
	margin: 10px 0;
	text-align: justify;
}
.fila-1-LineasDePro .lineaCategorias ul li{
	color: #6A6A6A;
	font-size: 20px;
	margin: 10px;
}
.fila-2-LineaDePro .lineaRazonesPara ul{
	margin: 50px 0;
}
.fila-2-LineaDePro .lineaRazonesPara ul li{
	line-height: 25px;
}
/*_Produtos numero 2*/
.productos-novedades-lineas{
	display: flex;
	align-items: center;
}
.lineaNovedades{
	margin: 10px;
	white-space: normal;
}
.product-nov{
	width: 266px;
	height: 430px;
	overflow: hidden;
	box-shadow: 1px 3px 8px rgba(0,0,0,0.2);
	border-radius: 8px;
	padding-bottom: 5px;
	position: relative;
	transition: 0.3s;
}
.product-nov:hover{
	box-shadow: 1px 3px 8px rgba(0,0,0,0.4);
}
.product-nov .image-product img{
	width: 266px;
	height: 211px;

}
.productoColombiano img{
	position: absolute;
	top: 210px	;
	height: 9px;
	width: 266px;
}
.etiqueta-off{
	color: white;
	background-color: #29439D;
	padding: 8px 18px;
	border-radius: 8px 0 8px 0;
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 500;
}
.priceRed{
	width: 46px;
    padding-top: 11px;
    box-sizing: border-box;
    height: 46px;
    background: #DE2B27;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
}
.etiqueta-produc-Col{
	position: absolute;
	top: 160px;
	padding: 10px 20px;
	background-color: #29439D;
	color: white;
	font-size: 13px;
	border-radius: 0 8px 0 0;

}
.etiqueta-off h3{
	margin: 0;
}
.info-product{
	padding: 5px 17px;
}
.info-product > p{
	color: #707070;
	font-weight: 600;
	line-height: 23px;
	font-size: 21px;
	height: 46px;
}
.info-product ul{
	padding: 0;
	margin: 0;
}
.info-product ul li{
	list-style: none;
	margin: 4px 0;
	display: flex;
	align-items: center;

}
.info-product ul li .title-informacion-2{
	font-size: 19px;
    margin: 0;
    color: #29439D;
    font-weight: 700;
}
.info-product ul  p{
	margin: 0 0 0 5px;
	color: #707070;
	padding: 0;
}
.icon-ficha-tec {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    position: absolute;
    right: 11px;
    bottom: 0;

}

.hover-ficha{
	display: none;

	font-size: 14px;
	color: #707070;
	margin-right: 5px;
	transform: translateX(170px);
	font-style: italic;
	overflow: hidden;
}
.icon-ficha-tec:hover .hover-ficha{
	display: block;
	cursor: pointer;
	margin: 0;
	transform: translateX(-5px)translateY(-5px);
}
.productos-novedades-lineas div.anchoSlider.cycle-slideshow{
		width: 570px;
}
.arrow-right{
	margin-left: 15px;
}
.arrow-left{
	margin: 15px;
}
/*FIN_Produtos numero 2*/

/*Fin seccion Novedades  y categorias */
/*Inicio del video linea de productos*/
section.videoLinea{
	display: flex;
	justify-content: center;
	margin: 50px 0;

}

/*Fin Inicio del video linea de productos*/
/*Inicio Razones para elgrnos y ¿Como podemos ayudarte con el suministro  de aseo*/
.fila-2-LineaDePro{
	display: grid;
	grid-template-columns: 1fr 1fr ;
	margin-bottom: 100px;

}

.fila-2-LineaDePro .lineaRazonesPara{
	grid-column: 1/2;
	margin: 0 20px;
}
.fila-2-LineaDePro .lineaRazonesPara li{
	font-size: 18px;
	line-height: 40px;
	color: #6A6A6A;
}
/*Dos*/
.fila-2-LineaDePro .backgroung-gray-form{
	background: #DFDFDF;
}
.fila-2-LineaDePro  .lineaComoPode{
	grid-column: 2/3;
	text-align: center;
}
.fila-2-LineaDePro  .lineaComoPode .backgroung-gray-form{

	padding: 20px;
	margin: 5px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.fila-2-LineaDePro .lineaComoPode .backgroung-gray-form > form{
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	border-radius: 7px;
}
.fila-2-LineaDePro .lineaComoPode  .backgroung-gray-form > form .names{
	display: flex;
	align-content: center;

}

.fila-2-LineaDePro .lineaComoPode .backgroung-gray-form > form input{
	padding: 13px;
	        width: 96%;
	        background: #DFDFDF;
	        outline: none;
	        border: none;
	        border-radius: 3px;
	        padding-left: 20px;
	        box-sizing: border-box;
	        margin: 10px 10px;
	        font-family: 'Assistant', sans-serif;
	        font-size: 18px;
}
.fila-2-LineaDePro .lineaComoPode .backgroung-gray-form> form input::placeholder{
	color:black;
	font-size: 18px;
}
input[type="checkbox"] {
	height: 20px;
}
.fila-2-LineaDePro .lineaComoPode .backgroung-gray-form > form  textarea{
	height: 100px;
	width: 96%;
	background: #DFDFDF;
	outline: none;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 5px;
	border-radius: 3px;
	margin: 10px 10px;
	font-family: 'Assistant', sans-serif;

}
.fila-2-LineaDePro .lineaComoPode .backgroung-gray-form > form  textarea::placeholder{
	color:black;
	font-size: 18px;
}
.botonYpoliticasform{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.botonYpoliticasform a{
	width: 100%;
}
.botonYpoliticasform > input[type="checkbox"]{
	width: none;
	height: 0;
}
.buttonFormulario{
	background: #DE2B27;
	padding: 20px 60px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	transition: 0.3s;
	border: 2px solid  white;
	border-radius: 3px;
}
.buttonFormulario:hover{
	background: white;
	color:  #DE2B27;
	border: 2px solid  #DE2B27;

}
.politicaProteccion{
	color: #DE2B27;
}
/*Fin Razones para elgrnos y ¿Como podemos ayudarte con el suministro  de aseo*/
/*-----Fin de la contenido de lineas de productos----*/



/*------------Pagina Nosotros-------------*/
.parrafoNosotros{
	margin: 68px 0 120px 0;
}
.parrafoNosotros h2{
	margin: 50px;
}

.fila-2-LineaDePro .lineaComoPode .backgroung-gray-form > form .botonYpoliticasform input.Seleccion-formulario {
width: 20px;
height: 20px;
}
/*------------Fin Pagina Nosotros-------------*/


/*------------Modulo Gracias-------------*/

.ConfirmacionDeGracias{
	padding: 20px;
    margin: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.ConfirmacionDeGracias .desingGracias{
	width: 500px;
	border:2px solid #29439d;
    border-bottom: 30px solid #29439d;
    padding: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ConfirmacionDeGracias .desingGracias h2{
	color: #6a6a6a;
	font-weight: 800;
	font-size: 30px;
	margin: 0;
}
.ConfirmacionDeGracias .desingGracias p{
	margin: 0;
}



/*------------Fin del Modulo Gracias-------------*/


/*------------Pagina Contactanos-------------*/

section.contacto .datosContacto ul{
	list-style: none;

}
section.contacto .datosContacto ul li{
	display: flex;
	align-items: center;
	margin-left: 25px;
}
section.contacto .datosContacto ul li img{
	margin-right: 10px;
}
section.contacto .datosContacto ul li p{
	margin: 8px;
}

/*Formulario y mapa*/
section.form-map-contact{
	display: flex;
	margin-top: 40px;
	margin-bottom: 90px;
}
/*---formulario*/

section.form-map-contact .formulario-contacto .formBackgroundcontacto{
	background: #fff;
	border:15px solid #CCCCCC;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	max-width: 600px;
	margin: 0 20px 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

section.form-map-contact .formulario-contacto .formBackgroundcontacto form > input{
	padding: 13px;
	        width: 96%;
	        background: #DFDFDF;
	        outline: none;
	        border: none;
	        border-radius: 3px;
	        padding-left: 20px;
	        box-sizing: border-box;
	        margin: 10px 10px;
	        font-family: 'Assistant', sans-serif;
	        font-size: 18px;
}
section.form-map-contact .formulario-contacto .formBackgroundcontacto form > input::placeholder{
	color:black;
	font-size: 18px;
}
section.form-map-contact .formulario-contacto .formBackgroundcontacto form > textarea{
		height: 100px;
	width: 96%;
	background: #DFDFDF;
	outline: none;
	border: none;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top: 5px;

	margin: 10px 10px;
	font-family: 'Assistant', sans-serif;
}

section.form-map-contact .formulario-contacto .formBackgroundcontacto form > textarea::placeholder{
	color:black;
	font-size: 18px;
}
.botonYpoliticasContacto{
	display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 30px;

}
.boton-de-contacto-azul{
	background:#29439D;
	padding: 10px 80px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	border-radius: 3px;
	border: none;
	cursor: pointer;
	transition: 0.3s;
	border: 2px solid  white;
	border-radius: 3px;
	display: flex;
	margin: 20px auto;
}
.boton-de-contacto-azul:hover{
	background: white;
	color:  #29439D;
	border: 2px solid  #29439D;
}

/*---Mapa*/

section.form-map-contact .mapa-contacto iframe{
	display: flex;
}
section.form-map-contact .mapa-contacto .bacground-Maps-contacto{
	background-color:  #29439D;
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
		border-bottom: 10px solid #DE2B27;

}
section.form-map-contact .mapa-contacto .bacground-Maps-contacto .texto-HorariosDeAtencion{
	color: #fff;
	padding: 20px;
	padding-right: 64px;
}
section.form-map-contact .mapa-contacto .bacground-Maps-contacto .texto-HorariosDeAtencion p{
	margin: 0;
	font-weight: 300;
	font-size: 16px;
}
section.form-map-contact .mapa-contacto .bacground-Maps-contacto .texto-HorariosDeAtencion h4{
	font-size: 20px;
	margin: 0;
}
.contactoFormularioN-A{
	 display: flex;
	 align-items: center;
}
.contactoFormularioN-A > input{
		/*
		height: 40px;
	width: 96%;
	background: #DFDFDF;
	outline: none;
	border: none;
	border-radius: 3px;
	padding-left: 20px;
	box-sizing: border-box;
	margin: 10px 10px;
	font-family: 'Assistant', sans-serif;
	*/
	padding: 13px;
	        width: 96%;
	        background: #DFDFDF;
	        outline: none;
	        border: none;
	        border-radius: 3px;
	        padding-left: 20px;
	        box-sizing: border-box;
	        margin: 10px 10px;
	        font-family: 'Assistant', sans-serif;
	        font-size: 18px;
}
.contactoFormularioN-A > input::placeholder{
	color:black;
	font-size: 18px;
}
.politicasContacto{

	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.politicasContacto p{
	font-size: 15px;
	margin: 0 6px;
}
/*Fin Formulario y mapa*/

/*------------Fin Pagina Contactanos-------------*/
/*Inicio de POliticas de seguridad y Avisos de privacidad*/

section.PoliticasYAviso{
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-column-gap: 100px;
    margin: 10px 0 100px 0;
}

section.PoliticasYAviso .botonesPoliticas2{
	    margin: 50px 0;
}
 .buttonPoliticas{

    font-weight: 500;
    width: 300px;
	 border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 3px;
    margin: 20px;
    color: #29439D;
    border: 2px solid #29439D;
    outline: none;
    height: 70px;
}

section.PoliticasYAviso .botonesPoliticas2 .buttonPoliticas:hover {
	 background: white;
     color: #fff;
     background: #29439D;
}
.tituloPoliticas{
	color: #29429C;
	text-align: center;
}

.politicas_activo {
	background: white;
     color: #fff;
     background: #29439D;
}

/*------Inicio de la Sección De Sostenibilidad------*/
.SeccionSostenibilidad{
	padding: 60px 0 100px 0
}
.cinco-Iniciativas {
	margin: 80px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*Imagen Números 1 - 5*/
.cinco-Iniciativas .Numbers{
	display: flex;
    width: 1090px;
    justify-content: space-around;
    align-items: center;
    align-content: center;

}
.cinco-Iniciativas .Numbers .img-Number{
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: 0.2s;
}
.cinco-Iniciativas .Numbers .img-Number img{
	transition: 0.2s;
	cursor: pointer;

}
.cinco-Iniciativas .Numbers .img-Number img:hover{
	transform: scale(1.1);
}
.item-sos3{
	transform: translateY(-60px);
	z-index: -2;
	animation: items-sostenibilidad 1s forwards;
}
@keyframes items-sostenibilidad{
	0%{
		opacity: 0%;
		transform: translateY(-60px);
	}

	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}
/*FIN Imagen Números 1 - 5*/
/*Inicio Texto Numeros*/
.Content-Number{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Content-Number .parrafo-Number{
	width: 1090px;
	box-sizing: border-box;
	padding: 30px 50px;
	margin: 20px;
	background-color: white;
	box-shadow: 4px 4px 13px -1px rgba(0,0,0,0.1);
	border-radius: 7px;
	opacity: 0%;
	transform: translateY(100px);
	animation: cards_numeros 1s forwards;
}
/*Inicio Animación*/
@keyframes cards_numeros{
	0%{
		opacity: 0%;
		transform: translateY(80px);
	}

	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}
/* FIN Animación*/
.Content-Number .parrafo-Number .color-blue-Number{
	color: #29439D;
	font-size: 19px;
	font-weight: 500;
	text-align: center;
}
/*Fin Texto Numeros*/
/*Retos PrincipalesTexto*/
.Retos-Principales{
	background-image:  url(../img/img-sostenibilidad-1.jpg);
	background-repeat: no-repeat;


    background-attachment: fixed;
}
.Retos-Principales .text-Retos{
padding: 75px 88px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 0 250px 250px 0;
    width: 580px;
    box-shadow: 4px 5px 16px -1px rgba(0,0,0,0.3);
}
.Retos-Principales .text-Retos > h2{
	color: #29439D;
	font-weight: 700;
}
.Retos-Principales .text-Retos > p{
	color: #585858;
	line-height: 26px;
}
/*Fin Retos PrincipalesTexto*/

/*------FIN de la Sección De Sostenibilidad------*/
a.whatsapi {
    display: none;
}
