/*
 * Landings Armonia Bio
 */

/* Landing Black Friday */
 #bf_imgheader img { width: 100%; }
#bf_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 100px 0;
}
 #bf_cat .title_cat {
 	width: 100%;
    font-size: 44px;
    font-family: 'DMSerif', sans-serif;
    text-align: center;
    line-height: 48px;
    margin: 0 0 20px 0;
}
 #bf_cat .nom_cat {
    flex: 0 0 32%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    background: #ea3472;
    margin: 10px 0;
    font-size: 23px;
    font-weight: bold;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    transition: all 0.3s ease;
    border: 2px solid #ea3472;
}
#bf_cat .nom_cat:hover {
	background: transparent;
	color: #ea3472;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

#bf_form {
    background: #d2dea3;
    padding: 20px;
}

#bf_form h2 {
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    font-weight: 400;
    font-family: 'DMSerif', sans-serif;
    margin: 0 0 20px 0;
}
#bf_form .formulario_black{
	max-width: 100%;
	background: #a0bd3e;
}
#bf_form #mc_embed_signup_scroll{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px;
}
#bf_form #mc_embed_signup_scroll .input_33 {
    width: 23%;
    flex: 0 0 23%;
}
#bf_form #mc_embed_signup_scroll .input_33 input{
	max-width: 100%;
	width: 100%;
	padding: 15px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
#bf_form #mc_embed_signup_scroll .input_33 input::placeholder{
	color: #ccc;
	font-size: 16px;
}
#bf_form .legal {
    padding: 0 20px 20px;
}

#bf_form .legal span{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
#bf_form .legal a{
	color: #fff;
    font-weight: bold;
	text-decoration: underline;
}

#bf_form #mc_embed_signup_scroll .input_33.btn_participar input {
    padding: 12px 0;
    text-transform: uppercase;
    border-width: 0;
    background-color: #000;
}
#bf_form #mc_embed_signup_scroll .input_33.btn_participar input:hover{
	background-color: #b42779;
}

.bf_list_product h2 {
    font-size: 44px;
    line-height: 48px;
    text-align: center;
    font-weight: 400;
    font-family: 'DMSerif', sans-serif;
    margin: 0 0 20px 0;
    width: 100%;
}.bf_list_product{
	margin: 100px 0;
}
.bf_list_product .productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}
.bf_list_product .productos .producto {
    flex: 0 0 22%;
    width: 22%;
    position: relative;
}

.bf_list_product .productos .producto .prod_titulo {
    font-family: 'DMSerif',serif;
    font-size: 22px;
    margin: 0;
    text-align: center;
}
.bf_list_product .productos .producto .prod_subt {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0;
}

.bf_list_product .productos .producto .prod_precio {
    text-align: center;
    margin: 10px 0 50px;
    font-weight: bold;
}
.bf_list_product .productos .producto a.prod_enlace {
    text-align: center;
    width: 100%;
    display: block;
    background: black;
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 5px 0;
    transition: all 0.3s ease;
}
.bf_list_product .productos .producto a.prod_enlace:hover{
	background: #A0BD3E;
}

.bf_texto {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}
.bf_texto .col_img {
    flex: 0 0 50%;
    width: 50%;
}.bf_texto .col_img img{width: 100%;}
.bf_texto .col_text {
    flex: 0 0 45%;
    width: 45%;
}
.bf_texto .col_text h3{
	font-size: 44px;
	line-height: 48px;
	font-family: 'DMSerif', serif;
	text-align: left;
}
.bf_texto .col_text p{
	font-size: 22px;
	line-height: 28px;
	text-align: left;
}
.clear.legal {margin-top: 10px;}
.clear.legal label, .clear.legal a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.formulario_black #mce-responses{
   margin: 0!important;
    width: 100%!important;
    padding: 0!important; 
}
#bf_form .formulario_black p.aviso_legal_error {
    font-size: 10px;
    margin: 0;
    padding: 5px;
    color: #fff!important;
    background: red;
    display: none;
}
.formulario_black #mce-responses #mce-error-response{
    text-align: center;
    background: red;
    margin: 5px 0 0 0;
    width: 100%;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}
body#cms del {
    color: #a7a7a7;
    font-weight: 600;
}
@media (max-width: 426px){
    #bf_cat, .bf_list_product, .bf_texto {margin: 50px 0;}
    #bf_cat .title_cat,  .bf_list_product h2, .bf_texto .col_text h3{
        font-size: 38px;
        line-height: 44px;
    }#bf_form h2{
        font-size: 30px;
    line-height: 38px;
    }
    #bf_cat .nom_cat{
        padding: 5px 0;
        margin: 5px 0;
        font-size: 16px;
    }
    #bf_form #mc_embed_signup_scroll .input_33 input{margin-bottom: 10px;}
    #bf_cat .nom_cat, #bf_form #mc_embed_signup_scroll .input_33, .bf_list_product .productos .producto, .bf_texto .col_text, .bf_texto .col_img{
        flex: 0 0 100%;
        width: 100%;
    }
    .bf_list_product .productos .producto{
        flex: 0 0 48%;
        width: 48%;
        margin-bottom: 20px;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    }
    .bf_texto.reverse_col {
        flex-direction: column-reverse;
    }
    .bf_texto .col_text h3 {
        margin-top: 0;
    }
}
/** Landing Sorteo verano **/

#head_sorteo_verano {
    background-image: url(/img/sorteo/verano_img-banner-principal.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
        min-height: 550px;
}
#head_sorteo_verano .contenido_head {
    text-align: right;
    width: 38%;
    padding: 30px;
}
#head_sorteo_verano .contenido_head .titulo_head {
    font-size: 64px;
    line-height: 64px;
    margin: 0;
    font-family: "DMSerif",serif;
}
#head_sorteo_verano .contenido_head .descripcion{
    font-size: 26px;
    line-height: 33px;
}
#head_sorteo_verano .contenido_head .let_peq_head {
    font-size: 14px;
    line-height: 22px;
}
#contenido_sorteo_verano {padding: 30px;}
#contenido_sorteo_verano .titulo_h2_contenido {
    font-size: 68px;
    line-height: 68px;
    font-family: "DMSerif",serif;
    text-align: center;
    margin: 10px 0px 20px 0;
}
#contenido_sorteo_verano > .sub_titulo {
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    max-width: 80%;
    margin: 20px auto;
}
#contenido_sorteo_verano .listado_productos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
#contenido_sorteo_verano .listado_productos .producto {
    flex: 0 0 31%;
    text-align: center;
    padding: 0 10px;
}
#contenido_sorteo_verano .listado_productos .producto .img_producto {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
#contenido_sorteo_verano .listado_productos .producto .titulo_producto {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px;
}
#contenido_sorteo_verano .listado_productos .producto .sub_titulo {
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
}
#contenido_sorteo_verano .listado_productos .producto p {
    margin: 10px 0;
    font-size: 18px;
    line-height: 26px;
}
#contenido_sorteo_verano .listado_productos .producto a {
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}
#contenido_sorteo_verano .listado_productos .producto .sub_titulo.naranja{color: #da7c4a;}
#contenido_sorteo_verano .listado_productos .producto .sub_titulo.verde{color: #9eb979;}
#contenido_sorteo_verano .listado_productos .producto .sub_titulo.azul{color: #a5c7d2;}
.info_sorteo_verano {margin-top: 80px}
.info_sorteo_verano h2 {
    text-align: center;
    font-size: 51px;
    font-family: "DMSerif",serif;
    line-height: 51px;
    margin: 0;
}

.info_sorteo_verano .bloques_textos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
    align-items: center;
}

.info_sorteo_verano .bloques_textos .col_img{
    flex: 0 0 50%;
    padding: 0 20px;
}
.info_sorteo_verano .bloques_textos .col_img img{width: 100%;}
.info_sorteo_verano .bloques_textos .col_texto {
    flex: 0 0 50%;
    padding: 0 20px;
}
.info_sorteo_verano .bloques_textos .col_texto h3 {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.info_sorteo_verano .bloques_textos .col_texto p.sub_titulo {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
    text-align: left;<
}
.info_sorteo_verano .bloques_textos .col_texto p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
.info_sorteo_verano .bloques_textos .col_texto a {
    font-weight: bold;
    text-decoration: underline;
}

#pack_toalla {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #7d8aeb;
    color: #fff;
    align-items: center;
    margin-top: 80px;
}
#pack_toalla img {margin: -70px 0 -60px 0;}
#pack_toalla .contenido_texto {
    flex: 0 0 50%;
    width: 50%;
}
#pack_toalla .contenido_texto .titulo_pack {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}
#pack_toalla .contenido_texto .info_pack {
    margin: 10px 0 0;
    font-size: 24px;
    font-weight: bold;
}
@media (max-width:768px){
    #head_sorteo_verano .contenido_head .titulo_head{
        font-size: 45px;
        line-height: 45px;
    }
    #head_sorteo_verano .contenido_head{
        width: 100%;
        padding: 20px;
        background-color: rgb(255 255 255 / 60%);
    }
    .contenido_head .titulo_head {
        font-size: 55px;
        line-height: 55px;
    }
    #contenido_sorteo_verano .titulo_h2_contenido {
        font-size: 48px;
        line-height: 48px;
    }
    #contenido_sorteo_verano {padding: 20px;}
    #contenido_sorteo_verano > .sub_titulo {
        font-size: 26px;
        line-height: 34px;
        max-width: 100%; 
    }
    #contenido_sorteo_verano .listado_productos .producto {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 40px;
    }
    .info_sorteo_verano .bloques_textos .col_img {flex: 0 0 100%;}
    .info_sorteo_verano .bloques_textos .col_texto {flex: 0 0 100%;}
    .info_sorteo_verano .bloques_textos.reverse_movil{flex-direction: column-reverse;}
    #pack_toalla img {margin: -70px 0 0px 0;}
    #pack_toalla .contenido_texto {
        flex: 0 0 100%;
        width: 100%;
        padding: 20px;
    }
    #pack_toalla .contenido_texto .titulo_pack {font-size: 23px;}
    #pack_toalla .contenido_texto .info_pack{font-size: 18px;}
}