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

html {
	scroll-behavior: smooth;
	-webkit-scroll-behavior: smooth;
	-moz-scroll-behavior: smooth;
}
#fondo {
	background: url("https://comunicacion.s3.eu-west-1.amazonaws.com/CL+Marketing+Digital/2021/landing/NOVIEMBRE/mimitos/background-mimitos.jpg") 100% 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 1000px;
}
.margenes-txt1 {
	padding: 50px 100px 10px 100px;
}
.bordes-redondos {
	border-radius: 20px;
}
.margen-cuerpo1 {
	max-width: 1080px;
	margin: auto;
	-webkit-box-shadow: 1px 10px 29px -14px rgba(0,0,0,0.54);
	-moz-box-shadow: 1px 10px 29px -14px rgba(0,0,0,0.54);
	box-shadow: 1px 10px 29px -14px rgba(0,0,0,0.54);
}
.titulos {
	letter-spacing: 0.5pt;
	color: #717171;
}
.titulos h1 {
	padding: 0px 0px 10px 50px;
	line-height: 120%;
	font-size: 2.5em;
	letter-spacing: 1pt;
	font-weight: 300;
	color: #000000;
}
.titulos h1 strong {
	font-weight: 600;
}
.titulos h2 {
	padding: 0px 50px 0px 50px;
	line-height: 120%;
	font-size: 1.5em;
	letter-spacing: 1pt;
	font-weight: 300;
	color: #717171;
}
.margen-imagen {
	padding: 25px 125px;
}
.ver-mas {
	width: 70%;
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	line-height: 120%;
	font-size: 1em;
	letter-spacing: 1pt;
	font-weight: 300;
	color: #000000;
}
.titulos p {
	padding: 10px 50px 0px 50px;
	font-size: 1em;
	text-align: left;
	font-weight: 400;
	line-height: 140%;
	color: #414141;
}
.titulos-big {
	padding: 50px 0px 20px 40px;
	line-height: 120%;
	text-align: center;
	font-size: 3em;
	letter-spacing: 1pt;
	color: #000000;
}
.txt-1 {
	color: #ffffff;
	text-align: left;
}
.txt-1 h1 {
	font-size: 1.5em;
	font-style: italic;
	padding: 25px;
}
.txt-1 p {
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0px;
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
	line-height: 130%;
}
.img-zoom {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img-zoom img {
	-webkit-transition: all .9s ease; /* Safari y Chrome */
	-moz-transition: all .9s ease; /* Firefox */
	-o-transition: all .9s ease; /* IE 9 */
	-ms-transition: all .9s ease; /* Opera */
	width: 100%;
}
.img-zoom:hover img {
	-webkit-transform: scale(1.30);
	-moz-transform: scale(1.30);
	-ms-transform: scale(1.30);
	-o-transform: scale(1.30);
	transform: scale(1.30);
}
.hvr-grow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}
.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}


/* Pulse */
@-webkit-keyframes hvr-pulse {
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
@keyframes hvr-pulse {
 25% {
 -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
 75% {
 -webkit-transform: scale(0.9);
 transform: scale(0.9);
}
}
.hvr-pulse:active {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse {
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
#fundido {
	position: relative;
}
#fundido img.top:active {
	opacity: 0;
}
 @keyframes fundidoFadeInOut {
 0% {
 opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#fundido img.top {
	position: absolute;
	left: 0;
	animation-name: fundidoFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 4s;
	animation-direction: alternate;
}
#fundido2 {
	position: relative;
}
#fundido2 img.top:active {
	opacity: 0;
}
 @keyframes fundido2FadeInOut {
 0% {
 opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#fundido2 img.top {
	position: absolute;
	left: 0;
	animation-name: fundido2FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 6s;
	animation-direction: alternate;
}
#fundido3 {
	position: relative;
}
#fundido3 img.top:active {
	opacity: 0;
}
 @keyframes fundido3FadeInOut {
 0% {
 opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#fundido3 img.top {
	position: absolute;
	left: 0;
	animation-name: fundido3FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 7s;
	animation-direction: alternate;
}
#fundido4 {
	position: relative;
}
#fundido4 img.top:active {
	opacity: 0;
}
 @keyframes fundido4FadeInOut {
 0% {
 opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}
#fundido4 img.top {
	position: absolute;
	left: 0;
	animation-name: fundido4FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-direction: alternate;
}
.pc {
	display: block;
}
.mobile {
	display: none;
}
.imagen-bote {
	margin-top: 150px;
}
.producto-bebe {
	padding: 0px 50px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
.imagen-bote {
	margin-top: 50px;
}
.margenes-txt1 {
	padding: 10px 20px 10px 20px;
}
.pc {
	display: none;
}
.mobile {
	display: block;
}
.ver-mas {
	width: 85%;
	margin-top: 50px;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	line-height: 120%;
	font-size: 1em;
	letter-spacing: 1pt;
	font-weight: 300;
	color: #000000;
}
.margen-imagen {
	padding: 25px 50px;
}
.titulos {
	letter-spacing: 0.5pt;
	color: #717171;
}
.titulos h1 {
	text-align: center;
	padding: 0px 20px 10px 20px;
	line-height: 120%;
	font-size: 1.5em;
	letter-spacing: 1pt;
	font-weight: 300;
	color: #000000;
}
.titulos h1 strong {
	font-weight: 600;
}
.titulos h2 {
	text-align: center;
	padding: 0px 50px 0px 50px;
	line-height: 120%;
	font-size: 1em;
	letter-spacing: 1pt;
	font-weight: 300;
	color: #717171;
}
.titulos p {
	text-align: center;
	padding: 10px 20px 0px 20px;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 140%;
	color: #414141;
}
.btn {
	border-radius: 0;
	background-color: #000000;
	text-transform: uppercase;
	font-weight: 600;
	padding: 5px 25px;
	letter-spacing: 1px;
	min-width: 130px;
	text-align: center !important;
	color: #ffffff;
	border-color: #000000;
	font-family: 'Poppins', sans-serif;
}
}