/* Add here all your CSS customizations */

body{
	letter-spacing: 0!important;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,p{
	letter-spacing: normal!important;
	line-height: 1.2em!important;
}

header, #header{
	padding-top: 20px;
	padding-left: 20px;
    background: #e30613;
    height: 40px;
    width: 100%;
    position: fixed;
    top: 0;
}

h1{
	position: absolute;
	z-index: 1000;
	font: 0/0 a;
  font-size: 0!important;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  height: 144px;
  width: 140px;
  background-image: url(../img/logo-web-blanco.png);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transition: all .3s;

}

html .btn-primary:hover, html .btn-primary.hover{
	background-color: #615f5f;
    border-color: #615f5f #615f5f #e30613;
    color: #FFF;
}

.sticky-header-active h1{
	height: 70px;
  width: 68px;
  transition: all .3s;
}

.header-logo{
	position: absolute;
	z-index: 1000;
	width: 140px;
	height: auto;
	margin:15px 0 0 15px;
}

.animate-slide{
	margin-top: 40px;
}


.scroll:after{
    content: '';
    position: absolute;
    height: 5px;
    width: calc(100% - 27px);
    bottom: 0;
    right: 14px;
    
}



.scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scroll::-webkit-scrollbar{
    width: 6px;
    
}

.scroll::-webkit-scrollbar-thumb{
    background-color: #0088cc ;
}

/*-------------------------------*/
/*HOME SLIDE
/*-------------------------------*/

.owl-carousel.dots-inside .owl-dots {
	right: calc(50% - 66px);
}

html.sticky-header-active #header .header-body .header-logo img{
    max-width: 150px!important;
    transition: all .3s;
}

.slide-item{
	width: 100%;
	padding-top: 30%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#slide-01{
	background-image: url(../img/slide-01.jpg);
}

#slide-01 img{
	width: 80%!important;
	min-width: 500px;
	max-width: 800px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#slide-02{
	background-image: url(../img/slide-02.jpg);
}

#slide-02 img{
	width: 80%!important;
	max-width: 1500px;
	position: absolute;
	bottom: 0;
}

/*-------------------------------*/
/*botones
/*-------------------------------*/

.photo img{
  object-fit: cover;
  box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img{
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
  transform: scale(1.01);
}

.photo .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: -10px;
}

.photo .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow{
  transform: translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap{
  margin-top: 0;
}

/*-------------------------------*/
/*innovacion
/*-------------------------------*/

.innovacion{
	margin-top: 150px;
	margin-bottom: 150px;
}

.innovacion h2{
	font-size: 40px;
	font-weight: 700;
	color: #e30613;
	padding-bottom: .3em;
	border-bottom: solid 1px #e30613;
}

.innovacion p{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.innovacion-img{position: relative;}

.innovacion-img svg{
	width: calc(100% + 1.3px);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
}


/*-------------------------------*/
/*productos
/*-------------------------------*/

.productos-item{
	position: relative;
}



.custom-shape-divider-top-1708381576 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    line-height: 0;
}

.custom-shape-divider-top-1708381576 .svg1 {
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(116% + 1.3px);
    height: 100px;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1708381576 .svg2, #contacto .svg2 {
    position: absolute;
    top: 0;
    display: block;
    width: calc(116% + 1.3px);
    height: 60px;
}

.custom-shape-divider-top-1708381576 .shape-fill {
    fill: #FFFFFF;
}

.producto-titulo{
	height: 500px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position:top center;
}

.producto-titulo h2{
	width: 500px;
    height: 464px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    position: relative;
    bottom: -120px;
    z-index: 300;
}

#suavizante .producto-titulo h2{
    background-image: url(../img/suavizante-img-tit.png);
    background-position-x: 112.33%;
}

#polvo .producto-titulo h2{
    background-image: url(../img/polvo-img-tit.png);
}




#suavizante .producto-titulo{
	background-image: url(../img/suavizante-bg.jpg);
}

#polvo .producto-titulo{
	background-image: url(../img/polvo-bg.jpg);
}

.producto-body{
	margin-top: 150px;
}

.producto-iconos h4{
	line-height: 1.2em!important;
}

.img-icono{
	max-width: 120px;
}

.producto-iconos p{
	font-weight: normal;
	line-height: 1.2em!important;
	font-size: 14px;
}

.producto-desc p{
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 300;
}

.producto-desc video{
	position: absolute;
    top: 50%;
    left: 50%;
    height: 90%;
    max-height: 700px;
    transform: translate(-50%, -50%);
    border-radius: 20px;

}

.variedades-item{
	background-color: #000;
	border-radius: 30px;
	padding: 15px;
	height: 100%;
}

.variedades-img{
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	margin-bottom: 20px;
	transition: all .3s;
}

.variedades-img img{
	max-height: 300px!important;
	transition: all .3s;
}

.variedades-img:hover img{
	transform: rotate(10deg);
	transition: all .3s;
}

.variedades-item h3{
	font-size: 25px;
	text-shadow: .12em .16em .28em rgba(81,67,21,0.8);
}

.variedades-item h4{
	font-size: 18px;
	color: rgba(0, 0, 0, .6);
}

.variedades-item p{
	line-height: 1.2em!important ;
}




/*-------------------------------*/
/*TRABAJOS
/*-------------------------------*/

html section.section-secondary{
	border-color: #3760ae!important;
}


/*-------------------------------*/
/*MARCAS*/
/*-------------------------------*/

.Smooth-autoplay .owl-stage{
    transition-timing-function: linear!important;
}

.marcas .owl-carousel .d-flex img{
    max-width: 200px;
    transition: all .5s;
    max-height: 100px;
    height: auto;
    width: auto;
}

.marcas .owl-carousel .d-flex:hover img{
    filter: grayscale(0);
    transition: all .5s;
}

.marcas .marca-item{
    border: solid 1px #000;
    margin-bottom: 1px;
}

/*-------------------------------*/
/*REDES
/*-------------------------------*/

.redes{
	height: 430px;
	overflow-y: scroll;
	display: flex;
	justify-content: center;
	padding: 15px
}

/*-------------------------------*/
/*CONTACTO
/*-------------------------------*/

#contacto{
	position: relative;
}

.datos{
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	padding-top: 0;
	position: relative;
}

.datos h5{
	background-color: #a3020b;
	color: #fff;
	font-weight: 700;
	text-transform: none;
	margin: 0 -20px 20px -20px;
	padding: 20px;
}

.datos ul li{
	border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.datos ul li i{
	top: 5px!important;
}

.datos-img{
	display: block;
	margin: 0 auto;
	max-width: 350px;
	width: 100%;
}

#contacto h3{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 35px;
	font-style: italic;
	letter-spacing: unset;
	line-height: .9;

}

#contacto h5{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: unset;
	line-height: .9;

}

.social-icons li a{width: 0; height: 0;}

.social-icons li .social-link{
	width: 48px;
	height: 48px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons li .social-link:hover{
	background-color: #2d2d2d!important;
}

.social-icons li .social-link i{
	color: #fff;
}


@media (max-width: 1400px){
 	}

@media (max-width: 1200px){
}


@media (max-width: 992px){
	#suavizante .producto-titulo {    background-image: url(../img/suavizante-bg-m.jpg);}
	#polvo .producto-titulo {    background-image: url(../img/polvo-bg-m.jpg);}
	.producto-titulo .d-flex{justify-content: center!important;}
	.producto-titulo h2{bottom: -200px; width: 393px; height: 365px;}
	.wrapper .w-imagen{width: 90%; max-width: 768px; margin: 0 auto; order: 2;}
	.wrapper .w-action{width: 90%; max-width: 768px; margin: 0 auto;order: 1;}
	
}

@media (max-width: 768px){
	h1{width: 74px; height: 70px;}
	.slide-item{padding-top: 40%;}
	#slide-01 img{max-width: 80%; min-width: unset;}
	.custom-shape-divider-top-1708279250 svg { width: calc(273% + 1.3px); height: 67px; }
    .producto-desc p{font-size: 16px}
    .presentacion-item img{max-width: 100px!important;}
    .innovacion h2{font-size: 30px; margin-top: 1em;}
    .innovacion{margin-top: 80px;margin-bottom: 80px;}
}

@media (max-width: 380px){
	.producto-titulo h2{width: 200px; height: 183px;}
}

