.content-full-post p strong,
.content-full-post li strong {}

p>strong {}

article a {
    word-wrap: break-word;
}

.page-node-type-tv-post .col-sm-12,
.page-node-type-tv-infografia .col-sm-12,
.page-node-type-tv-post-autor .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.page-node-type-tv-post .main-container,
.page-node-type-tv-infografia .main-container {
    width: 100%;
}

.page-node-type-tv-post .main-container .region-content,
.page-node-type-tv-infografia .main-container .region-content,
.page-node-type-tv-post-autor .main-container .region-content {
    background: #F6F6F6;
}

.region-header,
.main-page-title {
    max-width: 1170px;
    margin: 0 auto;
}

.path-node article {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 26px;
    max-width: 950px;
    margin: 0 auto;
}

.page-node-type-page.en-la-botica article {
    width: 100%;
    max-width: 100%;
    background: #F6F6F6;
}

.page-node-type-page.en-la-botica article .field--name-body h3 {
    max-width: 1170px;
    margin: 20px auto 30px;
}

.page-node-type-page.en-la-botica .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

h1.title-full-post {
    font-size: 28px;
    /*color: #214f74;*/
    color: #005670;
    line-height: 33px;
}

.title-full-post {
    padding-bottom: 20px;
}

.path-node h3 {
    color: #005670;
    font-size: 22px;
    text-transform: uppercase;
}

h2.summary-full-post {
    font-size: 20px;
    line-height: 24px;
    /*color: #424242;*/
    color: #666;
    text-transform: none;
    line-height: 27px;
}

.summary-full-post {
    padding-bottom: 5px;
}

.categoria-full-post {
    text-transform: uppercase;
    float: left;
    font-size: 14px;
    letter-spacing: 0px;
    clear: both;
    padding-bottom: 12px;
    padding-right: 0px;
    width: 75%;
    display: flex;
    padding-top: 10px;
    background-image: url(/../../../../sites/default/files/icons/cat.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    padding-left: 20px;
}

.categoria-full-post>div {
    padding-right: 12px;
}

.underphoto-full-post {
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
    background-color: #fff;
    margin-top: -90px;
}

.page-node-type-tv-podcast .underphoto-full-post {
    margin-top: 0px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.page-node-type-tv-infografia .underphoto-full-post {
    margin-top: 0px;
}

.underphoto-full-post h1 {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-node-type-tv-post .info,
.page-node-type-tv-post-autor .info {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.page-node-type-tv-post .data,
.page-node-type-tv-post-autor .data {
    float: left;
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    padding-top: 24px;
}

.date-full-post {
    float: left;
    font-size: 14px;
    color: #555555;
    ;
    padding-left: 0px;
    padding-top: 10px;
    width: 22%;
}

.date-full-post span::before {
    background-image: url(/../../../../sites/default/files/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px;
    padding-left: 18px;
    content: ' ';
}

.page-node-type-tv-infografia .data {
    display: flex;
    padding: 20px 0;
}

.nombre-autor-full-post {
    float: left;
    font-size: 16px;
    color: darkgrey;
    padding-left: 15px;
    padding-bottom: 10px;
}

.nombre-autor-full-post .field--name-field-nombre-del-autor::before {
    padding-right: 5px;
    font-family: 'FontAwesome';
    content: '';
}

.addtoany-full-post {
    float: right;
}

.content-full-post {
    font-size: 18px;
    color: #666;
}

.content-full-post a:not(.btn) {
    color: #AFCB37;
}

.content-full-post a:hover {
    color: #17634b;
}

.content-full-post ul {
    list-style: none;
}

.content-full-post ul li:before {
    font-family: 'FontAwesome';
    content: '';
    color: #249e78;
    padding-right: 10px;
}

.content-full-post ul ul li:before {
    content: '';
    font-size: 8px;
    position: absolute;
    margin-top: 7px;
    margin-left: -15px;
}

.content-full-post ul ul {
    margin-top: 0.5em;
    margin-left: 1.5em;
}

.content-full-post blockquote {
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
    border-left: none;
}

.content-full-post blockquote:before {
    color: #249e78;
    font-family: Georgia, serif;
    position: absolute;
    font-size: 4em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
}

.content-full-post blockquote:after {
    color: #249e78;
    font-family: Georgia, serif;
    position: absolute;
    /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float: right;
    font-size: 4em;
    line-height: 1;
    right: 0;
    bottom: -0.5em;
    content: "\201D";
}

.tags-full-post {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 15px;
    border-top: 0px solid #eee;
    float: left;
}

.field--name-field-tags:before {
    font-family: 'FontAwesome';
    content: '';
    margin-right: 10px;
    color: darkgrey;
    position: absolute;
    left: 0;
}

.field--name-field-tags {
    padding-left: 30px;
    position: relative;
}

.field--name-field-tags .field--item {
    display: inline;
    white-space: nowrap;
}

.field--name-field-tags .field--item a {
    color: darkgrey;
    font-size: 12px;
    text-transform: uppercase;
}

.field--name-field-tags .field--item a:hover {
    color: #239e79;
}

.field--name-field-tags .field--item:after {
    content: '·';
    padding-left: 10px;
    padding-right: 8px;
    color: darkgrey;
}

.field--name-field-tags .field--item:last-child:after {
    content: '';
    padding: 0;
}

.path-node .content-full-post {
    text-align: justify;
}


/* Post de autor */

.path-node article.tv-autor-post {
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 20px;
}

.page-node-type-tv-autor-post .post-autor-container {
    background-color: #AFCB37;
    padding: 20px;
}

.page-node-type-tv-podcast .summary-full-post {
    float: left;
    width: 100%;
}

.rrss-autor {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.field--name-field-website {
    margin-bottom: 10px;
}

.social-link-field a,
.social-link-field .fa {
    color: #fff;
    width: 25px;
}

ul.social-link-field {
    padding-left: 0;
}

.social-link-field {
    display: flex;
}

.social-link-field>li {
    margin-right: 10px;
}

.summary-full-post .path-node article.tv-autor-post h1,
.path-node article.tv-autor-post h2 {
    margin: 0;
    color: #fff;
}

.path-node article.tv-autor-post h2 {
    text-transform: uppercase;
}

.path-node article.tv-autor-post h1 {
    color: #fff;
    font-size: 24px;
}

.nombre-autor-post {
    padding: 0 0 10px 0;
}

.path-node article.tv-autor-post .content-full-post {
    color: #fff;
}

.path-node article.tv-autor-post .summary-full-post {
    padding-bottom: 5px;
}

.image-autor-post {
    text-align: center;
    display: flex;
    justify-content: center;
}

.image-autor-post img {
    border-radius: 50%;
    margin: 0 auto;
    height: 100px;
    width: 100px;
}

.field--name-field-imagen-tv-autor-post {
    max-width: 100px;
}

.post-autor-container .col-sm-3 {
    padding-right: 0;
}


/* TV App*/

.app-info-container {
    display: inline-block;
    padding: 10px 0 10px 0;
    border-top: 1px solid #f2f2f2;
}

.app-info-container .field--label {
    text-transform: uppercase;
    padding: 15px 0 10px 0;
}

.app-info-container .ios-link {
    padding-bottom: 5px;
}

.app-data-tv-app-full-post {
    overflow: hidden;
    padding-left: 20px;
    border-left: 1px solid #f2f2f2;
}

.image-tv-app-full-post img {
    margin: 0 auto;
}


/* TV Infografía */

.summary-full-post-infografia {
    display: inline-block;
}

.underphoto-full-post-infografia {
    padding-bottom: 25px;
}

.descargar-infografia,
.imprimir-infografia {
    padding: 5px;
    float: right;
}

.image-full-post-infografia {
    padding-bottom: 35px;
}


/* TV estatico */

.summary-full-post-estatico {
    display: inline-block;
}

.underphoto-full-post-estatico {
    padding-bottom: 25px;
}


/* Contenido relacionado */

.view-contenido-relacionado {
    background-color: white;
}

.view-contenido-relacionado .slide__caption {
    padding: 10px;
    text-align: left;
    font-weight: 600;
}

.view-contenido-relacionado .slide__caption img {
    padding-bottom: 10px;
}

.panel-default>.panel-heading {
    background: none;
    border: 0;
}


/*Título h1*/

.consejos-de-salud.alimentacion h1.page-header,
.alimentacion h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/alimentacion.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.belleza-y-piel h1.page-header,
.belleza-y-piel h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/belleza.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.bienestar-y-mente h1.page-header,
.bienestar-y-mente h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/bienestar-y-mente.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.familia-y-bebe h1.page-header,
.familia-y-bebe h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/familia.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.dolor h1.page-header,
.dolor h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/dolor.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.ejercicio-y-deporte h1.page-header,
.ejercicio-y-deporte h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/deporte.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.medicamentos h1.page-header,
.medicamentos h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/medicamentos.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.prevencion h1.page-header,
.prevencion h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/prevencion.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.sistema-respiratorio h1.page-header,
.sistema-respiratorio h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/respirar.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}

.consejos-de-salud.salud h1.page-header,
.salud h1.page-header {
    background-image: url(/../../../../sites/default/files/icons/salud.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 57px;
    background-size: 45px;
    display: block;
}


/*RRSS*/

.a2a_s_linkedin,
.a2a_s_facebook,
.a2a_s_twitter {
    background-color: #AFCB37 !important;
}

.title-comparte {
    display: none;
}

.addtoany-full-post::before {
    content: "Si te ha gustado ¡Comparte!";
    color: #555555;
    width: 100%;
    float: right;
    text-align: right;
    padding-bottom: 7px;
    padding-top: 25px;
}

.addtoany-full-post .addtoany_list {
    width: 100%;
    float: right;
    text-align: right;
}

a.a2a_button_google_plus {
    display: none;
}


/*Autoor Post*/

.nombre-autor-full-post {
    float: right;
    width: 80%;
    padding-right: 0px;
    margin-right: -85px;
}

.field--name-field-website a {
    color: #fff;
}

.page-node-type-tv-podcast .nombre-autor-full-post {
    width: 70%;
    padding-right: 0px;
    margin-right: 0px;
}

.nombre-autor-full-post .field--name-field-autor-ref,
.nombre-autor-full-post .field--name-field-autor {
    background: #AFCB37;
    color: #fff;
    padding-right: 20px;
    line-height: 20px;
}

.content-full-post {
    float: left;
    width: 100%;
}