/*
    SEA SECRET
    Pixelia
*/

/* ZOOM AND GALLERY */
/* This is the moving lens square underneath the mouse pointer. */

.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}
#wrap img{
    width: 100%;
}
/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
    overflow:hidden;
    height: 400px !important;
    width: 400px !important;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.main-pick, block-img {
  display: block;
  width: 100%;
  height: 100%;
}
.test-wrapper {
  width: 100%;
  height: 100%;
}
/*END ZOOM AND GALLERY*/

:root{
    --texto-color: #feeab1;
    --texto-titulos : #8d7c60;
    --dorado : #7c572b;
    --texto-gris : #8a8a8a;
}
*{
    box-sizing: border-box;
}
body{
    font-size: 18px !important;
    font-family: 'Cabin', sans-serif;
    margin: 0;
}
footer{
    background: url(../images/footer.jpg);
    background-size: cover;
    display: grid;
    padding: 3%;
    margin-top: 40px;
    width: 100%;
}
h1{
    color: var(--texto-titulos);
    font-size: 2em;
    font-weight: 200;
    letter-spacing: .25em;
    line-height: .5em;
}
h2{
    color: var(--texto-titulos);
    font-size: 2.6em;
    font-weight: 800;
}
h3.dorado{
    color: var(--texto-titulos) !important;
    font-size: 1.5em;
    font-weight: 500;
}
h3{
    color: var(--texto-gris);
    font-size: 2em;
    margin: 0;
}
h4{
    color: var(--dorado);
    font-size: 1.2em;
}
h5{
    color: var(--dorado);
    font-size: 2.3em;
    font-weight: 100;
    letter-spacing: .25em;
    margin: 0;
}
h6{
    color: var(--dorado);
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: .2em;
    margin: 0;
}
i{
    display: none;
}
p{
    color: var(--texto-titulos);
    font-size: 1em;
    line-height: 1.5em;
}
.small{
    color: var(--texto-titulos);
    font-size: 1.5em;
    letter-spacing: .2em;
    font-weight: 100;
}
#more{
    cursor: pointer;
}
#more2{
    cursor: pointer;
}
#more3{
    cursor: pointer;
}
.arrow{
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 40%;
}
.bars-icon-image{
    width: 50px;
    margin-right: 40px;
    margin-top: 0px;
}
.btn-enviar{
    background: #000;
    border: 0;
    border-radius: 20px;
    cursor: pointer;
    color: white;
    margin-top: 20px;
    padding: 14px;
    outline: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    width: 200px;
}
.btn-enviar:hover{
    opacity: 0.8;
}
/* esta calse evita que en chrome de android el boton brille de azul al tocarlo*/
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}
.body-home{
    background: #000;
}
.body-for{
    background: #FFF;
    font-size: 16px;
    font-family: 'Cabin', sans-serif;
    margin: 0;
}
.body-formulario{
    background: url(../images/formulario.jpg);
    background-size: cover;
}
.beneficios{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 5% 15%;
    grid-gap: 40px;
    width: 100%;
}
.beneficios-producto{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 290px 1fr;
    width: 100%;
}
.beneficios-producto-foto{
    align-items: center;
    display: grid;
    justify-content: center;
    height: 290px;
    width: 100%;
}
.beneficios-producto-texto{
    display: grid;
    grid-template-rows: 80px 190px;
    justify-content: center;
    /*overflow: hidden;*/
    text-align: center;
    width: 100%;
}
.beneficios-producto-texto p{
    color: #9e9e9e !important;
    line-height: 1.5em;
}

.c-blanco{
    background: white;
    display: grid;
    justify-content: center;
    width: 100%;
}
.c-blanco img{
    width: 100%;
}
.c-negro{
    background: black;
    display: grid;
    justify-content: center;
    width: 100%;
}
.c-negro img{
    width: 100%;
}
.c-gris{
    background: #929291;
    display: grid;
    justify-content: center;
    width: 100%;
}
.c-gris img{
    width: 100%;
}
.c-grisoscuro{
    background: #202126;
    display: grid;
    justify-content: center;
    width: 100%;
}
.c-grisoscuro img{
    width: 100%;
}
.c-grismedio{
    background: #292929;
    display: grid;
    justify-content: center;
    width: 100%;
}
.c-grismedio img{
    width: 100%;
}
.c-rosa{
    background: #e3c5d9;
    display: grid;
    justify-content: center;
    width: 100%;
}
.c-rosa img{
    width: 100%;
}
.contact{
    display: grid;
    position: absolute;
    right: 0;
    top: 45%;
    width: 197px;
}
.contact-product{
    display: grid;
    position: absolute;
    right: 0;
    top: 45%;
    width: 197px;
    z-index: 1001;
}
.contacto-formulario{
    border-bottom: 3px solid var(--dorado);
    display: grid;
    padding-bottom: 20px;
    width: 100%;
}
.contacto-formulario-1{
    display: grid;
    grid-template-columns: 50% 1fr;
    margin-top: 40px;
    width: 100%;
}
.contacto-1{
    border-bottom: 1px solid var(--dorado);
    display: grid;
    padding: 5% 0;
    width: 100%;
}
.contacto-2{
    border-bottom: 1px solid var(--dorado);
    display: grid;
    padding: 5% 0;
    width: 100%;
}
.contacto-3{
    border-bottom: 1px solid var(--dorado);
    display: grid;
    padding: 5% 0;
    width: 100%;
}
.contacto-1-titulo{
    display: grid;
    padding: 3%;
    position: relative;
    width: 100%;
}
.contacto-1-descripcion{
    display: grid;
    width: 100%;
}
.contacto-1-descripcion a{
    color: var(--dorado);
    text-decoration: none;
    margin-left: 11%;
}
.contacto-subtitulo{
    align-items: center;
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.contenido-secundario-texto{
    display: grid;
    text-align: justify;
    width: 100%;
}
.contenedor-contacto{
    display: grid;
    grid-template-rows: 100px 1fr;
    padding: 1% 30%;
    width: 100%;
}
.contacto-titulo{
    align-items: center;
    border-bottom: 1px solid var(--dorado);
    display: grid;
    justify-content: center;
}
.contacto-titulo-formulario{
    align-items: center;
    display: grid;
    justify-content: center;
}
.contenido-principal{
    background: url(../images/fondo-dos.jpg) no-repeat;
    background-size: contain !important;
    display: grid;
    padding: 5% 0 0 0;
    width: 100%;
}
.contenido-producto{
    background: url(../images/fondo-cuatro.jpg) no-repeat;
    background-size: cover  ;
    background-color: #d6dbe1 !important;
    display: grid;
    grid-template-columns: 30% 1fr;
    padding: 5% 20%;
    width: 100%;
}
.contenido-producto-texto{
    display: grid;
    text-align: justify;
    position: relative;
    grid-template-columns: 100%;
}
.contenido-secundario{
    background-color: white;
    background-image: url(../images/fondo-tres.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: 50% 1fr;
    padding: 7% 25%;
    width: 100%;
}
.contenedor-productos{
    background: white;
    display: grid;
    width: 100%;
}
.contenedor-productos-titulo{
    align-items: center;
    display: grid;
    justify-content: center;
    padding: 3% 0;
    width: 100%;
}
.contenedor-productos-producto{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.contenido-secundario-foto{
    align-items: center;
    display: grid;
    text-align: center;
    justify-content: flex-end;
    width: 100%;
}
.contenido-principal-texto{
    display: grid;
    padding: 3% 20% 3% 50%;
    width: 100%;
}
.contenido-principal-top{
    align-items: center;
    display: grid;
    text-align: center;
    justify-content: center;
    width: 100%;
}

.chart_ph{
    width: 48%; 
    height: auto; 
    margin: -50px auto 0px auto;
}

/* add */
.descargar img{
    width: 80%;
    display: block;
    margin: 0px auto;
    box-shadow: 10px 12px 29px #c3c3c3;
    border-radius: 5px;
}
.descargar-texto{
    color: var(--dorado);
    text-align: left;
    padding: 10px 22px;
    margin: 20px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: .8em;
    line-height: 21px;
}
.descripcion-productos{
    display: grid;
    grid-template-columns: 45% 1fr;
    grid-template-rows: 1fr;
   
}
.descripcion-productos-foto{
    width: 100%;
    display: grid;
}
.descripcion-productos-textos{
    background: #ffecec;
    display: grid;
    padding: 5%;
    width: 100%;
    text-align: justify;
}
.descripcion-productos-textos p{
    color: black !important;
}
.descripcion-productos-foto img{
    width: 100%;
}
.divisor{
    align-items: center;
    display: grid;
    justify-content: center;
    width: 100%;
}
.divisor-top{
    display: grid;
    grid-template-columns: 35% 1fr;
    width: 100%;
}
.footer-titulo{
    align-items: center;
    display: grid;
    justify-content: center;
    width: 100%;
}
.footer-redes{
    display: grid;
    /*grid-template-columns: 50% 1fr;*/
    grid-template-columns: 1fr;
    padding: 3% 0 0 0;
    width: 100%;
}
.footer-derecha{
    display: grid;
    justify-content: right;
    padding: 0 20px;
    width: 100%;
}
.footer-izquierda{
    display: grid;
    justify-content: left;
    padding: 0 20px;
    width: 100%;
}
.formulario-imagen{
    display: grid;
    width: 100%;
}
.formulario-form{
    display: grid;
    width: 100%;
}
.formulario-form input, textarea{
    box-sizing: border-box;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    background: #EFEFEF;
    color: var(--dorado);
    font-family: 'Cabin', sans-serif;
    font-size: .8em;
    margin: 8px 0;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
}

.formulario-form input::placeholder {
    color:#aaa9a9;
  }
.formulario-form input::-webkit-input-placeholder {
    color:#aaa9a9;
}
.formulario-form input::-moz-placeholder {
    color:#aaa9a9;
}
.formulario-form input::-ms-input-placeholder {
    color:#aaa9a9;
}
.formulario-form input::-moz-placeholder {
    color:#aaa9a9;
}

.formulario-form textarea::placeholder {
    color:#aaa9a9;
}
.formulario-form textarea::-webkit-input-placeholder {
    color:#aaa9a9;
}
.formulario-form textarea::-moz-placeholder {
    color:#aaa9a9;
}
.formulario-form textarea::-ms-input-placeholder {
    color:#aaa9a9;
}
.formulario-form textarea::-moz-placeholder {
    color:#aaa9a9;
}
.h-home{
    align-items: center;
    display: grid;
    justify-content: center;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background-image: linear-gradient(to right, black , #00000060,#00000040,#00000020,#00000010,#00000010,#00000020,#00000040,#00000060, black);
}
.h-home video{
    z-index: -1;
}
.h-for-you{
    background: url(../images/for-your-health.jpg) no-repeat;
    background-size: contain !important;
    background-color: #f8f8f8 !important;
    display: grid;
    grid-template-columns: 50% 1fr;
    height: 682px;
    padding: 5% 20%;
    width: 100%;
}
.hover{
    display: inline;
    position: absolute;
    /*left:38%;*/
    left:41%;
    text-align: center;
}
.hover-white{
    display: inline;
    position: absolute;
    /*left:38%;*/
    left:41%;
    text-align: center;
}
.imagen100{
    width: 100%;
}
.imagenMovilBallena{
    display: none;
    padding: 0;
    width: 100%;
}
.imagenMovilLangostino{
    display: none;
    padding: 0;
    width: 100%;
}
.link-menu{
    color: var(--texto-color);
    font-size: .9em;
    font-family: 'Cabin', sans-serif;
    position: relative;
    letter-spacing: 1.5px;
    text-decoration: none;
    text-align: center;
    z-index: 1;
}
.link-menu i{
    position: absolute;
    z-index: 0;
}
.link-menu:hover > i{
    display: inline;
    position: absolute;
    left:38%;
    text-align: center;
}
.line1{
    position: absolute;
    left: 55%;
    top: 42%;
}
.line2{
    position: absolute;
    left: 55%;
    top: 53%;
}
.line3{
    position: absolute;
    left: 105%;
    top: 65%;
}
.line4{
    position: absolute;
    left: 95%;
    top: 70%;
}
.line5{
    position: absolute;
    left: 55%;
    top: 77%;
}
.logotipo{
    display: grid;
    width: 100%;
}
.lupa{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10001;
}

.main-h1{
    width: 100%;
}
.main-h3{
    width: 100%;
}

.menu{
    align-items: center;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    /*padding: 0 10%;*/
    width: 100%;
}
.menu-smart{
    align-items: center;
    background: #000;
    border-radius: 50%;
    top: 3.5%;
    display: none;
    justify-content: center;
    right: 0px;
    position: fixed;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1499;
}
.menu-opcion{
    align-items: center;
    display: grid;
    justify-content: center;
    position: relative;
    width: 100%;
}
.obligatorios{
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
}
.point{
    background: #222222;
    border-radius: 10px;
    height: 10px;
    width: 70px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.point:hover{
    background: #c09f69;
}
.products{
    display: grid;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.productos-menu{
    display: grid;
    position: absolute;
    grid-template-columns: repeat(5,1fr);
   /* border-bottom: 1px solid #7c572b;*/
   border-bottom: 1px solid #c3c3c3;
    /*padding: 20px 25% 0 25%;*/
    padding: 20px 15% 0 15%;
    width: 100%;
    z-index: 1001;
    font-size: 0.8em !important;
    /*letter-spacing: 1.5px !important;*/
}
.productos-menu a{
    color: #7c572b;
    text-align: center;
    text-decoration: none;
}
.productos-menu .active{
    border-bottom: 5px solid #7c572b;
    padding-bottom: 20px;
    /*width: 100px;*/
}
.producto-caracteristicas{
    display: grid;
    padding: 5% 15%;
    width: 100%;
}
.producto-descripcion{
    display: grid;
    grid-template-columns: 40% 1fr;
    width: 100%;
}
.producto-description-imagen{
    display: grid;
    /*position: relative;*/
    width: 100%;
    height: 100%;
    /*background-image: url(../images/p-concentrado-quitasano.jpg);
    background-size: cover;
    background-position: center;*/
    grid-column: 1;
    grid-row: 1;
}

.producto-description-imagen img{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    margin: auto 0px;
}
/*.cloudzoom-lens img{
    opacity: 0.1;
}*/

@supports(object-fit: cover){
    .producto-description-imagen img{ 
      height: 100% !important;
      object-fit: cover !important;
      object-position: center center !important;
    }
}

.producto-descripcion-texto{
    background-color: #fef6eb;
    display: grid;
    padding: 5% 10% 5%;
    width: 100%;
}
.producto-caracteristicas{
    display: grid;
    grid-template-columns: 100%;
}
.productos{
    display: grid;
    width: 100%;
}
.productos img{
    width: 100%;
}
.propiedades{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    /*padding: 5%;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.propiedades-titulo{
    align-items: center;
    display: grid;
    padding: 0;
    justify-content: center;
    width: 100%;
    margin-top: 45px;
}

.propiedades-porcentajes{
    height: auto;
    width: 100%; 
    display: grid; 
    grid-template-columns: repeat(4,auto);
    grid-gap: 30px;
    /*grid-template-columns: repeat(4,1fr);
    grid-template-rows: 1fr;
    grid-gap: 10px;*/
    margin-top: 60px;
    margin-bottom: 30px;    
    justify-content: center;
}

.propiedades-porcentajes-dos{
    height: auto;
    width: 75%; 
    display: grid; 
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: center;
    margin: 60px auto;
}

.propiedades-porcentajes-cinco{
    height: auto;
    width: 100%; 
    display: grid; 
    /*grid-template-columns: repeat(5,1fr);*/
    grid-template-columns: repeat(5,auto);
    grid-gap: 30px;
    margin-top: 60px;
    margin-bottom: 30px;    
    justify-content: center;
}

.propiedades-item{
    display: grid;
    /*grid-auto-columns: minmax(100px,auto);*/
    width: 100%;
    height: 100%;

    grid-auto-rows: max-content;
    align-content: center;
}

.propiedades-item canvas{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.propiedades-texto-margin{
    margin-bottom: 46%;
}

.propiedades-texto-margin2{
    margin-bottom: 110%;
}

.propiedades-descargables{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10%;
    padding: 0 15%;
    width: 100%;
}
.titulo-propiedades-txt{
    color: #7c572b;
    text-align: center;
    font-size: 1.7em;
    letter-spacing: 4px;
}
.titulo-propiedades-txt-sub{
    color: #4b4b4b;
    margin-bottom: 60px;
}
.separador{
    align-items: center;
    display: grid;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
}
.sliders{
    display: grid;
    width: 100%;
}
.sliders img{
    width: 100%;
}
.sliders-arrow{
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: 4%;
    left: 0;
}
.sliders-arrow img{
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0px auto;
    overflow: hidden;
}
.slider-controller{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    position: absolute;
    top: 73%;
    left: 35%;
    width: 540px;
    z-index: 10;
}

 /* RESPONSE PRODUCT PAGE */
.sliders-response{
    display: none;
}
 /* RESPONSE PRODUCT PAGE FIN */

.subtitulo-formulario{
    color: var(--dorado);
    font-size: 1em;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 4px;
}
.txt-advertencia{
    color: var(--dorado);
    font-size: 1.2em;
    font-weight: bold;
}
.texto{
    color: var(--texto-gris);
    box-sizing: border-box;
    font-size: 1.1em;
    display: grid;
    margin: 3px 0;
    margin-left: 11%;
    text-align: justify;
    width: 100%;
}
.texto-dorado{
    color: var(--dorado);
    font-size: 1.1em;
    margin: 3px 0;
    margin-left: 11%;
}
.titulo-gris{
    color: #ababab;
    font-size: 1.4em;
    font-weight: lighter;
}
.titulos-formulario{
    color: var(--texto-gris);
    letter-spacing: .2em;
    font-size: 1.5em;
    font-weight: 100;
}
.titulo-footer{
    font-size: 1.1em;
    letter-spacing: .1em;
}
.top{
    background: #000;
    display: grid;
    grid-template-columns: 35% 1fr;
    padding: 3% 10%;
    width: 100%;
}
.top-formulario{
    display: grid;
    grid-template-columns: 35% 1fr;
    padding: 3% 10%;
    width: 100%;
}
.top-inside{
    /*background: url(../images/inside.jpg);*/
    /*background-size: cover;*/
    /*background-color: #01031068;*/
    background-color: #000000;
    /*display: grid;*/
    height: auto;
    /*grid-template-columns:100%;
    grid-template-rows: 100px 1fr;
    padding: 3% 10%;*/
    width: 100%;
    display: block;
}

.top-inside-menu{
    width: 100%;
    padding: 3% 10%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.txt-dorado{
    color: var(--dorado);
    margin-top: 50px;
}
.txt-small{
    color: #616161;
    text-align: center;
    font-size: 1.1em;
}
.txt-gris-subtitulo{
    color: #616161;
    text-align: center;
    font-size: 3em;
}
.txt-gris{
    color: #737373;
}
.texto-for-you{
    display: grid;
    text-align: justify;
    width: 100%;
}

.medida{
    width: 95%;
    margin: 0px auto;
    display: block;
}

.medida_minus{
    width: 45% !important;
    margin: 0px auto;
    display: block;
}

.medida_minus2{
    width: 50% !important;
    margin: 0px auto;
    display: block;
}

/* propiedades productos responsive inicio */

.propiedades-response{
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 40% 20% 40%;
    grid-template-rows: 1fr;
    padding: 25px;
    align-items: center;
    margin-top: 20px;
    overflow: hidden;
}
.propiedades-response-titulo{
    font-size: 25px;
    color: var(--dorado);
    font-weight: 700;
    text-align: center;
}
.propiedades-item-img{
    overflow: hidden;
    margin-top: 23%;
    margin-bottom: 23%;
}
.propiedades-item-img img{
    width: 90%;
}
.col-2{
    width: 100%;
    height: 100%;
}
/* propiedades productos responsive fin */
/*
    MEDIA QUERIES
*/
/* add */
@media screen and (max-width:2100px){
    .h-for-you{
        background-size: 120% !important;
    }
}
@media screen and (max-width: 1875px){
    .line1{
        width: 300px;
    }
    .line1 img{
        width: 100%;
    }

    /* add */
    .contenido-principal{
        background-size: cover !important;
    }

}
@media screen and (max-width: 1756px){
    .contenido-producto{
        background: url(../images/fondo-cuatro.jpg) 0 -90% no-repeat;
        background-size: cover;
        padding: 7% 20%;
    }
    .contenido-principal-texto{
        padding-bottom: 0;
    }

    /* add */
    .h-for-you{
        background-size: 125% !important;
    }

}
@media screen and (max-width:1600px){
    /* add */
    /*.contenido-principal{
        background: url(../images/fondo-dos.jpg) 85% 0% no-repeat;
    }*/
    .contenido-principal-texto{
        padding: 3% 13% 3% 55%;
    }
    .contenido-secundario{
        padding: 7% 17%;
    }
    .contenido-producto{
        grid-template-columns: 45% 1fr;
        padding: 7% 20% 7% 12%;
    }
    .h-for-you{
        background: url(../images/for-your-health.jpg) 25% 0 no-repeat;
        background-color: #ffffff !important;
        background-size: 135% !important;
        grid-template-columns: 45% 1fr;
    }
    .beneficios{
        padding: 5% 10%;
    }
    .hover{
        left: 39.5%;
    }
}
@media screen and (max-width:1500px){
    .contenedor-contacto{
        padding: 1% 20%;
    }
    .propiedades{
        padding: 0% 5px 5% 5px;
    }
    .top{
        padding: 3% 5%;
    }
    .top-inside{
        /*padding: 3% 5%;*/
    }
    .top-formulario{
        grid-template-columns: 20% 1fr;
    }
    /* add */
    .h-for-you{
        height: 649px !important;
    }
}
@media screen and (max-width: 1400px){
    /* add */
    .h-for-you {
        height: 605px !important;
    }
    .hover{
        left: 39%;
    }
    .contenido-principal{
        background-size: cover !important;
        background-position: 30%;
    }
    .contenido-principal-texto {
        padding: 3% 15% 3% 52%;
    }
    .contenido-producto {
        background-position: 30%;
    }

    .propiedades-descargables{
        padding: 0;
    }
    
    .propiedades-response{
        grid-template-columns: 37% 26% 37%;
    }
}
@media screen and (max-width:1350px){
    header img{
        width: 100%;
    }
    /* add */
    .contenido-principal{
        background-size: 138% !important;
        background-position: 30% 0%;
    }
    .contenido-principal-texto {
        padding: 3% 13% 3% 47%;
    }

    .h-for-you{
        background: url(../images/for-your-health.jpg) 40% 0 no-repeat white;
        grid-template-columns: 30% 1fr;
        background-size: 150% !important;
    }
    .top{
        grid-template-columns: 25% 1fr;
        padding: 3%;
    }
    /* add */
    .contenido-producto{
        grid-template-columns: 55% 1fr;
        background-position: 20%;
    }   
    .divisor-top{
        grid-template-columns: 25% 1fr;
    }
    .menu{
        padding: 0 5%;
    }
    .beneficios{
        padding: 5%;
    }
}
@media screen and (max-width:1200px){
    .beneficios{
        grid-template-columns: 48% 1fr;
        padding: 5% 20%;
    }
    .contenedor-contacto{
        padding: 1% 10%;
    }
    .link-menu{
        text-shadow: 1px 2px 2px rgba(0,0,0,0.95);
    }
    .descripcion-productos{
        /*grid-template-columns: 50% 1fr;*/
    }
    .descargar img{
        width: 80%;
    }

    .contenido-principal-texto{
        padding: 3% 10% 1% 52%;
    }
    /* add */
    .contenido-principal-texto .texto h2{
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .h-for-you {
        height: 577px !important;
    }
}
@media screen and (max-width:1100px){
    .beneficios{
        grid-template-columns: 47% 1fr;
        padding: 5% 10%;
    }
    /* add */
    .line1, .line2, .line3, .line4, .line5{
        display: none;
    }
    .contenido-principal-texto{
        /*padding: 3% 10% 3% 40%;*/
        font-size: 17px;
        padding: 3% 8% 1% 50%;
    }
    .contenido-secundario{
        grid-template-columns: 60% 1fr;
        padding: 10% 5% 10% 10%;
    }
    .contenido-secundario-foto{
        justify-content: center;
    }
    .contenido-producto{
        background: url(../images/fondo-cuatro.jpg) 50% 50% no-repeat;
        grid-template-columns: 70% 1fr;
        padding: 5% 15%;
    }
    .contenedor-productos-titulo{
        padding: 5% 0;
    }
    .descripcion-productos{
        /*grid-template-columns: 100%;
        grid-template-rows: 1fr 1fr;*/
    }
    .line1{
        left: 26%;
        width: 250px;
    }
    .line2{
        left: 26%;
        width: 270px;
    }
    .line2 img{
        width: 100%;
    }
    .line3{
        left: 90%;
        top: 68%;
        width: 100px;
    }
    .line3 img{
        width: 100%;
    }
    .line4{
        left: 84%;
        top: 72%;
        width: 200px;
    }
    .line4 img{
        width: 100%;
    }
    .line5{
        left: 70%;
        top: 80%;
        width: 300px;
    }
    .line5 img{
        width: 100%;
    }
    .menu{
        padding: 0 3%;
    }
    .productos-menu{
        padding: 20px 10% 0 10%;
        /*font-size: 15px;*/
    }
    .titulo-propiedades-txt{
        font-size: 1.3em;
    }
    .titulo-propiedades-txt-sub{
        font-size: .9em;
        text-align: center;
    }
    .top-formulario{
        padding: 3% 5%;
    }

    /* add */
    .h-for-you {
        background: url(../images/for-your-health.jpg) 40% 0 no-repeat white;
        grid-template-columns: 30% 1fr;
        background-size: 170% !important;
    }

    .propiedades-porcentajes-dos {
        /*grid-template-columns: 100%;*/
        grid-template-columns: auto;
    }
    .propiedades-response {
        grid-template-columns: 35% 30% 35%;
    }
    .propiedades-item-img img {
        width: 90%;
        margin: 0px auto;
        display: block;
    }
    .col-2 {
        display: grid;
        width: 100%;
        height: 100%;
        align-content: center;
    }
    .hover{
        left: 37.5%;
    }
}
@media screen and (max-width:1000px){
    /* add */
    .contenido-principal{
        background-position: 30% 100%;
    }
    .contenido-principal-texto{
        padding: 1% 8% 1% 50%;
    }
    .line1, .line2, .line3, .line4, .line5{
        display: none;
    }

    .bx-controls{
        left: 30%;
        bottom: 8%;
      }
    .contact{
        display: none;
    }
    .divisor-top{
        grid-template-columns: 100%;
    }
    .cloud-zoom-big{
        display: none !important;
    }
    .h-for-you{
        /*background: url(../images/for-your-health.jpg) 65% 0 no-repeat white;
        grid-template-columns: 25% 1fr;
        padding: 5% 10% 5% 20%;*/
        background: url(../images/for-your-health.jpg) 40% 0 no-repeat white;
        grid-template-columns: 25% 1fr;
        padding: 5% 10% 5% 20%;
        background-size: 180% !important;
    }
    .top{
        grid-template-columns: 100%;
    }
    .top-inside{
        grid-template-columns: 100%;
    }
    .top-formulario{
        grid-template-columns: 100%;
        padding: 0;
    }
    .logotipo{
        align-items: center;
        padding: 3% 0 5% 0;
        justify-content: center;
    }
    .menu{
        height: 40px;
        margin-top: 20px;
    }
    .propiedades-porcentajes{
        /*grid-template-columns: 1fr 1fr;*/
        grid-template-columns: auto auto;
        grid-gap: 60px;
    }

    /* add */
    .contenido-principal-texto{
        font-size: 16px;
        padding: 0% 8% 3% 50%;
    }
    .contenido-principal-texto .texto h2{
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
    .hover{
        left: 39.5%;
    }
}
@media screen and (max-width:900px){
    .beneficios{
        grid-template-columns: 48% 1fr;
        padding: 5%;
    }
    .bx-controls{
        left: 22% !important;
        bottom: 14%  !important;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        height: 10px;
        width: 40px !important;
      }
    .contenido-producto{
        background: url(../images/fondo-cuatro.jpg) 50% 50% no-repeat;
        grid-template-columns: 80% 1fr;
        padding: 10%;
    }
    .line1, .line2, .line3, .line4, .line5{
        display: none;
    }

    .descripcion-productos{
        grid-template-columns: 100%;
        grid-template-rows: 450px 1fr;
    }
    
    /* add */
    .contenido-principal-texto{
        font-size: 16px;
        padding: 0% 8% 0% 44%;
    }
    .contenido-principal-texto .texto h2{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .chart_ph{
        width: 70%; 
    }

    .h-for-you {
        background: url(../images/for-your-health.jpg) 40% 0 no-repeat white !important;
        background-size: 202% !important;
    }
    .propiedades-porcentajes-cinco {
        /*grid-template-columns: 100%;*/
        grid-template-columns: auto;
    }
    .propiedades-item img{
        width: 50%;
    }

    .propiedades-texto-margin2{
        margin-bottom: 10%;
    }    
}
@media screen and (max-width:800px){
    .beneficios{
        grid-template-columns: 100%;
        padding: 5% 30%;
        margin-top: 25%;
    }
    .contenido-principal{
        background: #000;
    }
    .contenido-principal-texto{
        box-sizing: border-box;
        padding: 3% 0 0 0;
    }
    .contenido-secundario{
        grid-template-columns: 100%;
        padding: 10%;
    }
    .contenido-secundario-foto{
        margin-top: 50px;
    }
    .contenedor-productos-producto{
        grid-template-columns: 50% 1fr;
    }
    .descargar-texto-p{
        margin-left: 13%;
    }
    /* add */
    .h-for-you {
        background: url(../images/for-your-health-s.jpg) 70% 0 no-repeat #cccbd0 !important;
        padding: 10%;
        grid-template-columns: 100%;
        height: 950px!important;
    }
    .vacio{
        display: none !important;
    }
    /*.h-for-you{
        background: url(../images/for-your-health.jpg) 58% 0 no-repeat white;
        padding: 5% 5% 5% 10%;
        grid-template-columns: 32% 1fr;
    }*/
    .imagenMovilBallena{
        display: grid;
        overflow: hidden;
    }

    .imagenMovilBallena img{
        /*width: 100%;*/
        width: 130%;
        position: relative;
        left: -19%;
    }
    
    .productos-menu{
        padding: 20px 1% 0 1%;
        /*font-size: 14px;*/
    }
    .texto{
        margin-left: 0;
        padding: 0 10% 3% 10%;
    }
    .titulo-propiedades-txt{
        font-size: 1.1em;
    }
    .titulo-propiedades-txt-sub{
        font-size: .7em;
        text-align: center;
        margin: 0 10px 30px 10px;
    }
    .titulos-formulario{
        font-size: 1.5em;
    }
    .top{
        padding: 3% 1%;
    }

    /* add */
    .contenido-producto{
        background: url(../images/langostino-bg.jpg) no-repeat;
        background-position: 50% 5%;
        background-size: 160%;
        grid-template-columns: 100%;
        padding: 10% 0 0 0;
    }
    .contenido-producto-texto{
        padding: 3% 8%;
    }
    .contenido-producto-texto .txt-dorado{
        margin-top: 450px;
    }

    .propiedades-response {
        grid-template-columns: 100%;
    }
    .propiedades-item-img{
        width: 50%;
        margin: 5% auto 15% auto;
        display: block;
        /*margin-bottom: 35px;*/
    }

    .propiedades-descargables {
        grid-template-columns: 100%;
        grid-gap: 0px;
    }
    .descargar img {
        width: 70%;
    }
    .hover{
        left: 38%;
    }
}

@media screen and (max-width:700px){
    h1{
        font-size: 1.7em;
    }
    h2{
        font-size: 2em;
    }
    h5{
        font-size: 2em;
    }
    .beneficios{
        grid-template-columns: 100%;
        padding: 5% 10%;
    }
    .bx-viewport{
        height: 500px !important;
    }
    .bx-wrapper .bx-pager{
        display: none;
    }
    .contenedor-productos-titulo{
        padding: 10% 0;
    }
    .contacto-formulario-1{
        grid-template-columns: 100%;
    }
    .contact-product{
        display: none;
    }
   /* .contenido-producto{
        background: url(../images/fondo-langostino.jpg) 30% 0 no-repeat;
        grid-template-columns: 100%;
        padding: 10% 0 0 0;
    }
    .contenido-producto-texto{
        padding: 3% 8%;
    }*/

    
    /* add */
    .contenido-producto{
        background: url(../images/langostino-bg.jpg) no-repeat;
        background-position: 50% 5%;
        background-size: 160%;
        grid-template-columns: 100%;
        padding: 10% 0 0 0;
    }
    .contenido-producto-texto{
        padding: 3% 8%;
    }
    .contenido-producto-texto .txt-dorado{
        margin-top: 400px;
    }

    .formulario-imagen{
        display: none;
    }
    .hover{
        left: 47.5%;
    }
    .h-for-you{
        background: url(../images/for-your-health.jpg) 32% 0 no-repeat white;
        grid-template-columns: 100%;
    }
    .img1{
        background: url(../images/slider-productos-1s.jpg) no-repeat;
        height: 500px !important;
        background-size: contain;
    }
    .img1 img{
        display: none !important;
    }
    .img2{
        background: url(../images/slider-productos-2s.jpg) no-repeat;
        height: 500px !important;
        background-size: contain;
    }
    .img2 img{
        display: none !important;
    }
    .img3{
        background: url(../images/slider-productos-3s.jpg) no-repeat;
        height: 500px !important;
        background-size: contain;
    }
    .img3 img{
        display: none !important;
    }
    .img4{
        background: url(../images/slider-productos-4s.jpg) no-repeat;
        height: 500px !important;
        background-size: contain;
    }
    .img4 img{
        display: none !important;
    }
    .img5{
        background: url(../images/slider-productos-5s.jpg) no-repeat;
        height: 500px !important;
        background-size: contain;
    }
    .img5 img{
        display: none !important;
    }
    .img6{
        background: url(../images/slider-productos-6s.jpg) no-repeat;
        height: 500px !important;
        background-size: contain;
    }
    .img6 img{
        display: none !important;
    }
    .imagenMovilLangostino{
        display: grid;
    }
    .imagenMovilLangostino img{
        width: 100%;
    }
    .main-h3{
        width: 100%;
        font-size: 20px !important;
        letter-spacing: 1.5px;
    }
    .menu{
        background: rgba(0,0,0,0.95);
        align-items: center;
        grid-template-columns: 100%;
        height: 100vh;
        justify-content: center;
        left: -1000px;
        right: 0;
        top: 0;
        padding: 20% 0;
        position: fixed;
        margin-top: 0;
        z-index: 1498;/*2001*/
    }
    .menu-smart{
        display: grid;
    }
    .mousetrap{
        width: 100% !important;
    }

    .menu-smart-inside{
        border-radius: 0px;
        z-index: 1499;
    }
    .menu-smart-inside-logo{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        background: black;
        z-index: 1497;
        padding: 6% 0 6% 3% !important;
    }
    .menu-smart-inside-video{
        margin-top: 18%;
    }
    .sliders{
       margin-top: 125px;
       margin-top: 0px;
    }
    .sliders img{
        width: 180%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: -36%;     
    }
    .sliders-img-posicion{
        left: -41% !important;     
    }
    /* add */
    .sliders-arrow img {
        width: auto !important;
        height: auto !important;
        display: block !important;
        margin: 0px auto !important;
        overflow: hidden !important;
        position: static !important;
    }    
    .descripcion-productos{
        grid-template-columns: 100%;
        grid-template-rows: 400px 1fr;
    }

    
 /* RESPONSE PRODUCT PAGE */
    .sliders-img-products{
        display: none;
    }
    .sliders-response {
        background-image: url(../images/products-bg-response.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
        display: block;
        width: 100%;
        height: 100%;
        min-height: 1500px;
    }
    .sliders-response-text-box{
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        margin-top: 25%;
    }
    .sliders-response-text{
        font-size: 25px;
        width: 230px;
        display: block;
        margin: 65px auto;
        text-align: left;
        font-weight: 600;
        letter-spacing: 4px;
    }
    .sliders-response-text a{
        text-decoration: none;
        color: #1e120e !important;
    }
    /* RESPONSE PRODUCT PAGE FIN */

    /* STICKY MENU */
    .top{
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1497; /*2000*/
    }

    .top-formulario-response{
        background: black;
        padding: 3% 1%;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 1497;
    }
    .contenedor-contacto-response{
        margin-top: 50px;
    }

    .logotipo{
        padding: 3% 0 3% 3%;
        justify-content: left;
    }

    .productos-menu-responsivo{
        display: none;
    }
}    
@media screen and (max-width:600px){
    h1{
        font-size: 1.5em;
        letter-spacing: .22em;
    }
    h2{
        font-size: 1.7em;
    }
    .h-for-you{
        grid-template-columns: 100%;
        background-position: 54% 20px !important;
        background-color: #e7e6eb !important;
    }
    .hover{
        left: 47%;
    }
    .vacio{
        display: none;
    }
    .titulos-formulario{
        font-size: 1.2em;
        font-weight: bold;
    }
    .productos-menu{
        grid-template-columns: repeat(3, 1fr);
        padding: 0 1% 0 1%;
        font-size: 14px;
        background-color: #e4e4e4 !important;
    }
    .productos-menu a{
        padding: 15px 0 15px 0;
    }
    .sliders{
        margin-top: 100px;
    }
    .sliders-menu-responsivo{
        margin-top: 0px;
    }
    .propiedades-descargables{
        grid-template-columns: 100%;
    }
    .descargar{
        align-items: center;
        justify-content: center;
        display: grid;
    }
    .descargar a{
        text-align: center;
    }
    .descargar img{
        width: 70%;
    }

    /* add */
    .contenido-producto {
        background-position: 50% 50%;
        background-size: 170%;
    }

}
@media screen and (max-width:500px){
    h1{
        font-size: 1.3em;
        letter-spacing: .19em;
    }
    h2{
       /* font-size: 1.5em;*/
    }
    .divisor img{
        width: 70%;
    }
    .divisor{
        display: flex;
    }
    .descargar img{
        width: 85%;
    }

    .descargar-texto-p {
        margin-left: 5%;
    }
    .contenedor-productos-producto{
        grid-template-columns: 100%;
    }

    .chart_ph{
        width: 90%; 
    }

    .propiedades-porcentajes, .propiedades-porcentajes-dos {
        grid-template-columns: auto;
    }

    /* add */
    .descripcion-productos{
        grid-template-columns: 100%;
        grid-template-rows: 350px 1fr;
    }
    .contenido-producto {
        background-position: 50% 0%;
        background-size: 242%;
    }
    .h-for-you {
        background-position: 54% 90px !important;
        height: 1000px !important;
    }
    .hover {
        left: 46.4%;
    }
    .propiedades-item-img {
        width: 70%;
    }

    .propiedades-item img {
        width: 60%;
    }

    .propiedades-texto-margin{
        margin-bottom: 0%;
    }    

    .sliders-response{
        min-height: 1100px;
    }
    .sliders-response-text-box {
        margin-top: 12%;
    }
    .sliders-response-text {
        font-size: 22px;
        width: 210px;
    }
    .menu-smart{
        top: 2.7%;
    }
    .main-h1{
        width: 100%;
        letter-spacing: 8px;
        font-weight: 500;
    }
    .main-h3{
        width: 100%;
        font-size: 15px !important;
        letter-spacing: 1.5px;
    }
}


@media screen and (max-width:460px){
    .contenido-producto {
        background-position: 50% 50%;
    }

    .h-for-you {
        grid-template-columns: 100%;
        background-position: 54% 120% !important;
        background-color: #e7e6eb !important;
        height: 1120px !important;
    }
    .hover {
        left: 45.7%;
    }
    .sliders img {
        width: 210%;
        margin: 0 auto;
        position: relative;
        top: 0;
        left: -53%;
    }
    .sliders-img-posicion{
        left: -58% !important;     
    }

    .propiedades-item-img {
        width: 100%;
        margin: 5% auto 30% auto;
    }
    .sliders-response {
        min-height: 850px;
    }
    .sliders-response-text {
        font-size: 16px;
        width: 200px;
        margin: 50px auto;
    }

    .menu-smart {
        top: 2%;
    }

    .main-h1{
        width: 100%;
        letter-spacing: 5px;
        font-weight: 500;
    }
}


@media screen and (max-width: 350px){
    .h-for-you {
        grid-template-columns: 100%;
        background-position: 50% 110% !important;
        background-color: #e7e6eb !important;
        height: 1300px !important;
    }
    .hover {
        left: 44.7%;
    }

    .menu-smart {
        top: 1.5%;
    }

    .main-h1{
        width: 100%;
        letter-spacing: 2px;
        font-weight: 500;
    }
}

.swiper-container {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

#video_header {
   /* top: 0px;
    left: 0px;
    position: absolute;*/
    z-index: -1;
    width: 100%;
    height: auto;
  }

.ph_title_small{
    width: 100%;
    height: auto;
    text-align:center;
    margin-top: 50px;
    font-family: Cabin, sans-serif;
    font-weight: 500;
    color: #686868;
}  
.ph_title_big{
    width: 100%;
    height: auto;
    text-align:center;
    font-family: Cabin,sans-serif;
    font-weight: 800;
    color: #686868;
    font-size: 60px;
}


.footer-only-icon{
    width: auto;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0px auto;
}

.drift-zoom-pane.drift-open img{
    height: auto !important;
}



.propiedades-titulo-small{
    font-size: 16px;
    color:#616161;
    text-align: center;
    margin: 30px 0px 5px 0px;
}
.propiedades-texto-big{
    font-size: 31px;
    color:#616161;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.5px;
}
.propiedades-pie-small{
    font-size: 14px;
    color:#b2b2b2;
    font-weight: 500;
    text-align: center;
}

.propiedades-titulo-small-item{
    font-size: 16px;
    color:#616161;
    text-align: center;
    margin: 30px 0px 5px 0px;
}
.propiedades-texto-big-item{
    font-size: 31px;
    color:#616161;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.5px;
}

.toastMarginTop{
    margin-top:25% !important;
    font-family: 'Cabin',sans-serif !important;
    text-align: left !important;
    font-size: 13px !important;
    line-height: 20px !important;
}
.toastMarginTop .toast-message{
	padding: 10px 10px !important;
}


