/* .banner-producto-rotativo {
    display: none !important;
} */

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    letter-spacing: 0.4px;
}

html{
    overflow-x: hidden;
}

body {
    font-family: 'Roboto Slab' !important;
    font-size: 14px;
    line-height: 18px !important;
    background: #2e2e2e;
}

.dnnEditState .wrapper {
    padding-top: 110px;
}

.dnnEditState .fixed-top {
    position: relative;
} 

.container.login {
    margin-top: 150px;
}

body:not(.dnnEditState) .DNNEmptyPane {
    width: 0px;
    padding: 0!important;
}
h1, h2, h3, h4, h5, h6 {
   /*  font-family: 'montserrat-black', sans-serif!important; */
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900;
    color: #FFF;
}

p {
    color: #FFF;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

a {
    color: #ffb513;
}

/*Titulos nuevos*/

body form[action="/home-new"]{
    background: #fff;
} /*Fondo negro general - hay que quitarlo tambien del body*/

.main-title {
    color: #241F18;
    display: table;
   /* font-family: 'Montserrat', sans-serif; */
   font-family: 'Montserrat', sans-serif;
   font-weight: 900;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    margin: 0 auto 30px auto;
    padding: 0 15px;
    position: relative;
    text-align: center;
}

/* .main-title:after {
    background: #241F18;
    bottom: -10px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 10%;
} */

@media(min-width: 768px){

    .main-title {
        font-size: 50px;
        line-height: 55px;
        max-width: 50%;
    }

    .texto-interna-productos {
        max-width: 60% !important;
    }

}
/*Fin Titulos nuevos*/

/*Botón comprar*/
.boton-comprar {
    background: none;
    border: 1px solid #241F18;
    color: #241F18;
    display: table;
    font-family: 'Roboto Slab';
    font-size: 16px;
    margin: 0 auto;
    min-width: 205px;
    padding: 7px 40px 7px 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.6s;
}

.boton-comprar:hover {
    background: #241F18;
    color: #fff;
    text-decoration: none;
}

/* .boton-comprar svg{
    transition: all 0.6s;
}

.boton-comprar:hover svg{
    fill: #fff;
} */

.boton-comprar span{
    display: block;
    padding: 0 0 0 25px;
    position: relative;
    transition: all 0.6s;
    z-index: 0;
}

.boton-comprar span:before {
    background: url(https://www.nutrisslovers.com/portals/nutrisslovers/images/icono-comprar.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 20px;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 20px;
    z-index: 1;
}

.boton-comprar:hover span:before{
    background: url(https://www.nutrisslovers.com/portals/nutrisslovers/images/icono-comprar-hover.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
/*Fin Botón comprar*/

.theme-default .nivo-directionNav a {
    opacity: 1!important;
    background: url(/Portals/9/iconos/arrows.png) no-repeat;
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0!important;
    right: 15px;
}

.ax-page-ct h1 {
    font-size: 32px;
    font-weight: bold;
}

.ax-page-ct h2 {
    font-weight: bold;
}

.ax-page-ct h3 {
    font-size: 20px;
    font-weight: bold;
}

.ax-page-ct p {
    font-size: 1rem;
    line-height: 1.2rem;
}

.fz-30 {
    font-size: 30px !important;
    line-height: 100%;
}

.fz-25 {
    font-size: 25px !important;
    line-height: 100%;
}

.fz-20 {
    font-size: 20px !important;
    line-height: 100%;
}

.fz-10 {
    font-size: 10px !important;
    line-height: 100%;
}
.btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    padding: 8px 34px; 
    border-radius: .50rem;
}

.btn:hover {
    background: #FFF;
    color: #000 !important;
} 

.botonCompra .btn {
    padding: .375rem .75rem !important;
}

.btn-line-white {
    border: 1px solid;
}

.btn-line-white {
    border: 1px solid;
}

.btn-line-white:hover {
    background: #FFF;
    color: #000 !important;
    border-color: #FFF;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.admin_actions {
    width: 100%;
}

.ax-breadcrumb__content, .ax-breadcrumb__content a {
    color: #FFF;
    padding: 2% 0px;
}

span#dnn_dnnBreadcrumb_lblBreadCrumb a {
    color: #ffb513;
}

/* COLOR'S*/

.color-blanco{
    color: #FFF !important;
}

.color-negro{
    color: #030303 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 68px;
    display: -webkit-box;
    /* white-space: nowrap; */
    -webkit-line-clamp: 3;
}

.color-gris{
    color: #2e2e2e !important;
}

.color-rojo{
    color: #ed0000 !important;
}

.color-azul{
    color: #1cb9ce !important;
}

.color-amarillo{
    color: #ffb513 !important;
}

/* BACKGROUND'S*/

.bg-gris{
    background-color: #2e2e2e;
}

.bg-grisOscuro{
    background-color: #222121;
}

.bg-naranja{
    background-color: #e88539;
}

.bg-rojo{
    background-color: #ed0000;
}

.bg-azul{
    background-color: #1cb9ce;
}

.bg-amarillo{
    background-color: #ffb513;
}



/***MENU***/

 .navbar-nav .nav-link {
    color: #ffffff;
    text-align: center;
}

 #dnn_dnnLOGO_hypLogo {
    /* position: absolute; */
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    width: 120px;
}

#dnn_dnnLOGO_imgLogo {
    border: 0;
    margin-right: 0px;
    width: 120px;
}

.navbar-toggler {
    position: absolute;
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, 0);
    right: 40px;
    top: 20px;
}

.navbar-nav .selected {
    color: #ffb513;
}
.navbar-nav .selected::after {
    width: 77%;
    margin: auto;
    margin-top: 7px;
    content: "";
    height: 3px;
    background-color: #ffb513;
    transition: width 0.3s ease;
    display: block;
}

.navbar-nav .nav-link:hover{
    color: #ffb513;
}

li.nav-item.ax_nav_list-item:hover ul {
    display: block;
    top: auto;
}


li.nav-item.ax_nav_list-item {
    position: relative;
    transition: all 0.5s ease-out;
}

ul.dropdown-menu {
    top: 100px;
    background: #26a2be;
    transition: all 0.5s ease-out;
}

ul.dropdown-menu li.nav-item.ax_nav_list-item:hover {
    background: #1a1a1a;
}

.botonCompra a, .ax_nav_list-item a {
    font-size: 16px;
    font-weight: bold;
}

.navbar {
    padding: 26px 0;
    background: rgb(0 0 0 / 75%);
}

@media (min-width: 992px) {

    #ax_nav_list {
    /* display: grid; */
    display: flex;
    justify-content: space-evenly;
    /* grid-template-columns: repeat(8, 14.28%); */
    margin: 0;
    width: 100%;
    align-items: center;
    padding: 10px 0;
}

.ax_nav_list-item:nth-child(4) {
    grid-column: 5/6;
    margin-left: 4px;
}
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    background: url("/Portals/nutrisslovers/iconos/Icon-menu.png") no-repeat;
}

.navbar-toggler .navbar-toggler-icon {
    background: url("/Portals/nutrisslovers/iconos/Icon-close-menu.png") no-repeat;
}

button.navbar-toggler:focus {
    outline: none;
}


/*********/
.dnnModuleDialog {
    top: 2% !important;
    position: fixed !important;
}

.bg-naranja {
    background: #ff8f00;
}
.bg-azul {
    background: #26a2be;
}

.bg-blanco {
    background: #ffffff;
}

.bg-negro {
    background: #000000;
}

.bg-gris-2 {
    background: #707070;
}

.text-azul {
    color: #26a2be;
}

.text-negro {
    color: #000000;
}

.text-naranja {
    color: #ff8f00;
}

.text-amarillo {
    color: #ffed00;
}

.text-rojo {
    color: #b10023;
}

.text-gris {
    color: #b3b3b3;
}

.text-gris-2 {
    color: #707070;
}

.pt-20 {
    padding-top: 20px;
}

.pb-60 {
    padding-bottom: 60px;
}
.pb-20 {
    padding-bottom: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-150{
    padding-right: 150px;
}

.mw-500{
    max-width: 500px;
}

.progress {
    height: 10px;
    border-radius: 10px;
    margin-top: 4px;
}

.titulo {
    font-family: 'Roboto Slab' !important;
    font-weight: bold;
    margin-bottom: 4rem;
    position: relative;
    text-transform: uppercase;
}

.titulo:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 1px;
    background-color: #000;
    left: 44%;
    top: -5px;
}

.titulo:after {
    content: '';
    position: absolute;
    width: 78px;
    height: 1px;
    bottom: -8px;
    background-color: #000;
    left: 46%;
}

.fontTitulo{
    font-family: 'Roboto Slab' !important;
}

.titulo.color-blanco:before, .titulo.color-blanco:after{
    background-color: #FFF;
} 

/* HISTORIAS NUTRISS */

.historias {
    padding: 5% 0px;
    position: relative;
    z-index: 0;
}

.historias:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 300px;
    background: #222121;
    top: 0;
    z-index: -1;
}

.titulo-historia {
    padding-right: 0 !important;
    overflow: hidden;
    max-height: 87px;
    text-overflow: ellipsis;
    font-size: 20px;
}

.cont-historia {
    min-height: 253px;
}

/* PRODUCTOS NUTRISS*/

main.wrapper.interna-producto .ax-breadcrumb {
    padding-top: 6%;
}

.txt-productos{
    font-family: 'Roboto Slab' !important;
}

/* FORMULARIO SUSCRIPCION*/ 

.container__h2{
    color: #241F18;
}

/*FIN PRODUCTOS NUTRISS*/


div#dnn_banner {
    position: relative;
}

/*** Productos NEWS ****/
.ax-destacado {
    border-radius: 10px;
}

.ax-news-producto-item {
    max-width: 300px;
    min-width: 31%;
}

.ax-news-producto-content {
    background: #f1f0f0;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 35px;
    margin-bottom: 30px;

}


.contenido-beneficio {
    border: 1px solid #ffb513;
    border-radius: 10px;
    padding: 5% 3%;
}

.sub-beneficios {
    font-family: 'Roboto Slab' !important;
}

.ax-news-producto-content p.rate_article {
    display: none;
}
.ax-news-producto-content h2 {
    font-size: 1rem;
    color: #989898;
    padding: 5px;
}

.ax-news-producto-content .btn {
    padding: .375rem 3rem;
}

.progress {
    background-color: #b3b3b3;
}
/**** Productos Destacados ****/
.ax-news-producto-destacado-content {
    padding: 20px 0;
    max-width: 345px;
}

.ax-news-producto-destacado-content h2 {
    font-size: 2rem;
    color: #ffffff;
    padding: 5px;
}

.ax-news-producto-destacado-content .btn {
    padding: .375rem 3rem;
}

.ax-news-producto-destacado-content .summary {
    padding: 10px;
}
.ax-news-producto-destacado-content .summary p{
    color:#ffffff;
    font-size: 14px;
}
.image-producto-destacado{
    width: 180px;
}
.ax-news-producto-destacado-content p.rate_article {
    display: none;
}
/***Fin Productos NEWS ****/



/* INGREDIENTES PRODUCTO INTERNA*/

.ingredientes-principales {
    position: relative;
    background-color: #ffb513;
}

.ingredientes-principales:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 330px;
    background: #2e2e2e;
    top: 0;
    left: 0;
    right: 0;
}

.composicion{
    background-color: #ffb513; 
}
.tabla-composicion td, .tabla-composicion th, .tabla-composicion tr {
    border-color: #000 !important;
    border: 1px solid;
} 

/* FIN INGREDIENTES*/

/*****Comentario*****/
.comentario{
    color: white;
}
.comentario p{
    color: white;
    padding-left: 90px;
}
.comentario img{
    border-radius:50%;
    float:left;
    width: 80px;
}
/*****Fin Comentario*****/

/****Banner Home *******/
.slick-dotted.slick-slider {
    margin-bottom: -3px !important;
}


/* BLOG dog lovers */


/* ENTRADAS BLOG DOGLOVERS */
.ax-content-notice-detail {
    height: 258px !important;
}
.ax-content-notice-detail .text-white{
    color: #fff!important;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 83px;
    display: -webkit-box;  
    -webkit-line-clamp: 3; 
}

.text-white2{
    color: #fff;
}

.text-white2:hover{
    color: rgb(36, 33, 33)!important;
}

main.detalle_articulo {
    margin-top: 108px;
    padding-top: 43px;
}

.detalle_articulo img, .page-wrapper img {
    max-width: 100%;
    height: auto;
}

.detalle_articulo iframe, .page-wrapper iframe{
    max-width: 100%;
}

/****** FOOTER ******/
.url-footer{
    padding: 3% 20px;
}
.url-footer a{
   color: #FFF !important;
    font-size: 14px;
}
/*BANNER*/
.banner1-azul{
    width: 100%;
    height: 0px;
    border-left: 200px solid transparent;
    border-bottom: 350px solid #26a2be;
    z-index: 1;
}
.imagen-banner{
    position:absolute;
    z-index:0;
}

/*FORMULARIO COMUNIDAD*/

.img-petlovers {
    width: 100%;
    height: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.productos {
    padding: 5% 0;
}

/*Formulario Contactenos*/
.form-contactenos .dnnLabel {
    display: none;
}
.form-contactenos .dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
    margin-bottom: 0px!important;
}
.form-contactenos .content-field {
    padding: 0px 30px!important;
}
.form-contactenos .dnnPrimaryAction {
    border-color: #ff8f00;
    background: #ff8f00!important;
    color: #efefef;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
    padding: 7px 25px;
    margin-right: 40%;
}
/**********************+*/
.ax-noticia-interna{
    padding-right: 30px;
    padding-top: 150px;
}
.ax-page-ct.ax-noticia-interna h1, .detalle_articulo h1{
    font-size: 18px;
    font-weight: bold;
}
.ax-page-ct.ax-noticia-interna h2{
    font-size: 14px;
    font-weight: bold;
}
/******************/

.ModFormularioTransparenciaC p, .ModFormularioTransparenciaC div input[type=checkbox]+span, .ModFormularioTransparenciaC div input[type=checkbox]+a {
    color: #292929;
    font-weight: 600;
    margin: 15px 0 6px 0px;
    font-size: 1.1rem!important;
}
.DnnModule-FormularioTransparencia select{
    padding: 12px !important;
    position: relative;
    border: 1px solid #26a2be;
    width: 100% !important;
    font-size: 1.2rem;
    outline: 0;
    background: transparent;
}
.ModFormularioTransparenciaC textarea, .ModFormularioTransparenciaC input[type="text"] {
    border: 1px solid #26a2be;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    outline: 0;
    box-sizing: border-box;
    background: transparent;
}
.ModFormularioTransparenciaC p span, .ModFormularioTransparenciaC div input[type=checkbox]+a>span {
    color: #26a2be;
    font-size: 2rem;
}
.ModFormularioTransparenciaC div input[type=checkbox] {
    margin-right: 5px;
}
.ModFormularioTransparenciaC input[type="button"] {
    background: #26a2be;
    transition: .5s all ease;
    box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.2) inset;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    padding: 0.5rem 3rem;
    text-decoration: none;
    display: block;
    border: none;
}
/*****************/
/**Site Map**/
#ax_nav_site-map{
    padding-top: 20px;
}
.ax_nav_site-map li span, .ax_nav_site-map li a {
    color: #26a2be;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.8rem 0.4rem;
    text-decoration: none;
    transition: all ease 0.4s;
}
ul.ax_sitemap_children_wrapper {
    padding-top: 10px;
}
li.ax-site-map {
    padding-bottom: 10px;
}
/*****************/
/*Formulario*/
.error-message{
    display: none;
    padding-left: 30px;
}
.form-group .error-message{
    display: block;
    padding-left: 0px;
    color: red;
}
.dnnFormItem input[type="number"] {
    margin-bottom: 18px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 80%), inset 0px 1px 2px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 0px 0px rgb(255 255 255 / 80%), inset 0px 1px 2px 0px rgb(0 0 0 / 10%);
    color: #333;
    font-size: 12px;
}
.submit-message{
    text-align: center;
}

div#dnn_ctr4511_View_Row {
    background-color: #464646;
    padding: 50px;
    margin-bottom: 51px;
}

.DnnModule.DnnModule-ContentLayout.DnnModule-11311.DnnVersionableControl {
    background-color: #464646;
    padding: 50px;
    margin-bottom: 51px;
}

div#dnn_ctr11344_View_CL_11344 {
    background-color: #464646;
    padding: 50px;
    margin-bottom: 51px;
}

div#dnn_ctr11363_View_CL_11363 {
    background-color: #464646;
    padding: 50px;
    margin-bottom: 51px;
}
div#dnn_ctr11362_ModuleContent {
    padding-top: 74px;
}

div#dnn_ctr11343_ModuleContent {
    padding-top: 74px;
}

div#dnn_ctr11318_ModuleContent {
    padding-top: 74px;
}
/***Responsive****/
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    
    .ax-page-ct h1 {
        font-size: 32px;
        font-weight: bold;
    }
    .ax-page-ct h2 {
        font-weight: bold;
    }
    .texto-interna-productos {
        max-width: 80% !important;
    }
     
}

@media (max-width: 480px) {
    
    .padre-productos-home{
        display: block !important;
    }
    
    .ax-breadcrumb__content, .ax-breadcrumb__content a {
        padding: 9% 0px;
    }

    .texto-interna-productos {
        max-width: 80% !important;
    }
    
    #dnn_dnnLOGO_hypLogo {
        position: relative;
        text-align: left;
        margin: 0;
    }
    
    div#dnn_HistoriasNutriss {
        padding-top: 10%;
    }
    .navbar {
        background: rgb(0 0 0 / 100%);
    }
    
    #dnn_dnnLOGO_imgLogo {
        margin-left: 15px;
        width: 86px;
    }
    
    div#dnn_banner:before {
        height: 9px;
        bottom: 0px;
    }
    
    .titulo:before {
        left: 32%;
    }
    
    .titulo {
    font-size: 2rem;
    }
    
    .titulo:after {
        left: 41%;
    }
    
    .navbar {
    padding: 9px 0;
    }
    
    .ax-productos-rotador:after, .ax-productos-rotador:before {
        background: none;
        right: 0;
        bottom: 0;
        width: 0px;
        position: relative;
        height: auto;
    }
    
    .ax-content-notice-detail {
        width: 100%;
    }
    
    .ax-content-notice-detail a {
        font-size: 0.9rem;
    }
    
    .ax-content-notice {
        margin-right: 23px; 
    }
    
    .d-flex.iconosProducto {
        width: 95%;
    }
    
    main.wrapper.interna-producto .ax-breadcrumb {
        padding-top: 20%;
    }
    
    .contenido-beneficio {
        margin-bottom: 6%;
    }
    
    .ax-page-ct.ax-noticia-interna h1, .detalle_articulo h1 {
        font-size: 32px;
    }

    .container-imagen h1 {
        max-width: 100% !important;
        line-height: 32px !important;
    }

    .container-imagen h2 {
        font-size: 23px !important;
    }
    
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .ax-news-producto-item {
        max-width: 300px;
        min-width: 29%;
        padding-right: 0px;
    }
    /****Banner Home *******/
    .slick-dotted.slick-slider {
        margin-bottom: -35px !important;
    }

    .ax-news-producto-destacado-content {
        padding: 20px 0;
        max-width: 345px;
    }
    .mt-md--50{
        margin-top: -50px;
    }

}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .ax-page-ct h1 {
        font-size: 60px;
        font-weight: bold;
    }

    .ax-page-ct h2 {
        font-weight: bold;
    }
    .ax-page-ct h3 {
        font-size: 22px;
        font-weight: bold;
    }

    .ax-page-ct p {
        font-size: 14px;
    }
    .ax-productos-ct{
        margin-top: -50px;
    }

    .ax-news-producto-destacado-content {
        padding: 20px 0;
        max-width: 345px;
    }
    .ax-news-producto-item {
        max-width: 300px;
        min-width: 30%;
        padding-right: 0px;
    }

}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .ax-page-ct h1, .detalle_articulo h1 {
        font-size: 2rem;
        font-weight: bold;
    }

    .ax-page-ct h2, .detalle_articulo h2 {
        font-weight: bold;
    }

    .ax-page-ct p {
        font-size: 18px;
    }

    .ax-news-producto-item {
        max-width: 300px;
        min-width: 31%;
        padding-right: 0px;
    }

    .ax-news-producto-item p{
        font-size: 16px;
    }

    .ax-page-ct.ax-noticia-interna h1{
        font-size: 24px;
        font-weight: bold;
    }

    .ax-page-ct.ax-noticia-interna h2{
        font-size: 20px;
        font-weight: bold;
    }

}
/**** Fin Responsive ****/

/*Nueva interna blog*/

.cont-destacada {
    margin: 3% 0 0;
}

.container-imagen {
    background: #1EA2BB;
    padding-left: 10%;
}

.container-imagen span {
    font-family: 'Montserrat', sans-serif!important;
    font-size: 112px;
    display: block;
    margin-bottom: 60px;
    color: #1ea2bb;
    margin-top: -63px;
}

.container-imagen h1 {
    color: #005560;
    max-width: 80%;
    font-size: 40px;
    line-height: 47px;
}


.container-imagen p {
    font-size: 26px;
    max-width: 590px;
    line-height: 34px;
    padding: 5px 0 60px;
}

.textoPpal p {
    font-size: 24px;
    line-height: 35px;
    color: #B7B7B7;
}

.textoPpal {
    margin: 5% 0 3%;
}

.textoPpal hr {
    border: 1px solid #adadad;
    margin: 3% 0;
}

.fullcontent {
    background: #9DA7AA;
    padding: 2% 0 3%;
}

.contQueesNutriss {
    border: 2px solid #2e2e2e;
    padding: 10px;
}

.contBorde {
    border: 2px solid #2e2e2e;
    padding: 15% 15px;
}

.contBorde p {
    color: #2e2e2e;
    font-size: 26px;
    line-height: 36px;
}

.contBorde p::first-letter {
    font-size: 125px;
    text-orientation: initial;
    float: left;
    line-height: 100px;
    margin-right: 1%;
}

.imagenQueesNutriss {
    text-align: right;
}

.contDescription {
    padding: 4% 0;
}

.contDescription p,
.textoApoyo p {
    font-size: 24px;
    line-height: 35px;
    color: #B7B7B7;
}

.textoApoyo p strong {
    color: #ffffff;
}

.contDescription h2 {
    font-size: 40px;
    margin-top: 5%;
}

.contDescription h2:after {
    content: "";
    width: 50px;
    height: 5px;
    display: block;
    background: #fff;
}

div#dnn_contLeftDos {
    text-align: center;
}

.conAzul {
    background: #1EA2BB;
    padding: 4%;
    text-align: justify;
}

div#dnn_contLeftTres p {
    font-size: 24px;
    line-height: 35px;
}

.conSocial p {
    padding: 17px;
    color: #2e2e2e;
    font-weight: bold;
    line-height: 13px;
    font-size: 24px;
    margin: 0 auto -7px;
    background: #ffb513;
    display: block;
    width: fit-content;
}

.conSocial ul {
    margin: 8% 0 0;
}

.conSocial span {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

.conSocial {
    margin-top: 7%;
}

.interna_blog .bg-amarillo {
    margin-top: 6%;
}

.textoApoyo {
    margin-bottom: 6%;
}

@media only screen and (max-width:769px){
    
    #dnn_dnnLOGO_hypLogo{
        position: static;
    }

    .navbar, main.detalle_articulo {
        padding: 10px 0;
    }

    #dnn_dnnLOGO_imgLogo {
        width: 80px;
    }

    .container-imagen span {
        font-size: 60px;
        margin-top: -46px;
        margin-bottom: 27px;
    }
    
    .container-imagen h1 {
        font-size: 2rem;
        line-height: 27px;
    }
    
    .container-imagen {
        padding: 0 3%;
    }
    
    .container-imagen p {
        font-size: 15px;
        line-height: 22px;
        padding: 0 0 5%;
    }
    
    .textoPpal p, 
    .contBorde p,
    .contDescription p, 
    .textoApoyo p,
    div#dnn_contLeftTres p {
        font-size: 14px;
        line-height: 22px;
    }
    
    .contBorde p::first-letter {
        font-size: 28px;
        line-height: 22px;
    }
    
    .contBorde p, div#dnn_contLeftTres p {
        margin: 0;
    }
    
    .contBorde {
        padding: 5% 15px;
    }
    
    .imagenQueesNutriss {
        margin: 10% 0 5%;
    }

    .contDescription h2 {
        font-size: 23px;
    }
    
    .conSocial p {
        font-size: 14px;
        font-weight: bold;
        padding: 10px 5px;
    }
    
    .interna_blog .titulo {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    
    .interna_blog .titulo:before, .interna_blog .titulo:after {
        margin: auto;
        left: 0;
        right: 0;
    }
    
    .ct-blog .img-fluid {
        height: auto;
    }

    .padre-productos-home{
        display: block !important;
    }

}

    form[action="/"] .productos.bg-grisOscuro {
        display: none;
    }

    .personabar-visible form[action="/"] .productos.bg-grisOscuro {
        display: block;
    }
 
    .txt-center {
        text-align: center;
    }

    .mapaDondeComprar {
        margin-top: 170px;
    }
