#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a {
	font-weight: bold;
	color: #0e7dc7;
}

#top-menu li {
	padding-left: 26px;
	padding-right: 0;
}

/* Tootip */

.tooltip {
	position: relative;
}

.tooltip:before,
.tooltip:after {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
}

.tooltip:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.75); 
	border-left: 6px solid transparent;
	content: '';
	height: 0;
	top: 20px;
	left: 20px;
	width: 0;
}

.tooltip:before {
	background: rgba(0,0,0,.75);
	border-radius: 2px;
	color: #fff;
	content: attr(data-title);
	font-size: 14px;
	padding: 6px 10px;
	top: 26px;
	white-space: nowrap;
}

/* fade */
.tooltip.fade:after,
.tooltip.fade:before {
  transform: translate3d(0,-10px,0);
  transition: all .15s ease-in-out;
}
.tooltip.fade:hover:after,
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0,0,0);
}

/* expand */
.tooltip.expand:before {
  transform: scale3d(.2,.2,1);
  transition: all .2s ease-in-out;
}
.tooltip.expand:after {
  transform: translate3d(0,6px,0);
  transition: all .1s ease-in-out;
}
.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.tooltip.expand:hover:after {
  transition: all .2s .1s ease-in-out;
}

/* swing */

.tooltip.swing:before,
.tooltip.swing:after {
  transform: translate3d(0,30px,0) rotate3d(0,0,1,60deg);
  transform-origin: 0 0;
  transition: transform .15s ease-in-out, opacity .2s;
}

.tooltip.swing:after {
  transform: translate3d(0,60px,0);
  transition: transform .15s ease-in-out, opacity .2s;
}

.tooltip.swing:hover:before,
.tooltip.swing:hover:after {
  opacity: 1;
  transform: translate3d(0,0,0) rotate3d(1,1,1,0deg);
}

.cont_portada_mpop_header #search-2 {
	padding: 2px;
	background-color: #c3c3c4;
}

.cont_portada_mpop_header .widget_search #searchsubmit {
    width: 90px;
    max-width: none;
    color: #fff;
    right: -2px;
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 0 !important;
    height: 38px !important;
    top: -2px;
    background-color: #c22a1b;
}

.cont_portada_mpop_header .widget_search #s {
	width: 73%;
	text-align: left;
	padding: 7px 3% 7px 3%;
}

.cont_portada_mpop_header .socialIcons {
	float: right;
	margin-left: 10px;
}

.et-fixed-header .cont_portada_mpop_header {
    width: 60%;
    float: right;
    margin: 0 0 10px 0;
}

.et-fixed-header .cont_portada_mpop_header #buscador2 {
    float: left;
    width: 100%;
    max-width: 450px;
}

.et-fixed-header .cont_portada_mpop_header #search-2 {
	width: 93%;
	padding: 2px;
}

.cont_portada_mpop_header .et_pb_row {
	width: 100%;
}

.cont_portada_mpop_header .socialIcons .icons {
    float: left;
    width: 33px;
    height: 33px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-left: 10px;
}

.cont_portada_mpop_header .socialIcons .icons .fa-facebook-f {
    width: 98%;
    text-align: center;
    line-height: 33px;
    font-size: 17px;
    color: #d1d1d1;
}

.cont_portada_mpop_header .socialIcons .icons .fa-instagram {
	width: 98%;
	text-align: center;
	line-height: 33px;
	font-size: 21px;
	color: #d1d1d1;
}

.cont_portada_mpop_header .socialIcons .icons .fa-twitter {
    width: 98%;
    text-align: center;
    line-height: 33px;
    font-size: 17px;
    color: #d1d1d1;
}

.cont_portada_mpop_header .socialIcons .icons.money {
	border-color: rgb(238 49 45 / 0.6);
}

.cont_portada_mpop_header .socialIcons .icons.money.tooltip:before {
    font-size: 13px;
    padding: 4px 11px;
    top: 40px;
    left: -12px;
}

.cont_portada_mpop_header .socialIcons .icons.money.tooltip:after {
    top: 34px;
    left: 11px;
}

.cont_portada_mpop_header .socialIcons .icons .fa-dollar-sign {
    width: 98%;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    color: rgb(238 49 45 / 0.6);
}

.mpopCarrousel {
	margin-bottom: 20px;
}

.et_nav_text_color_dark.et-fixed-header .cont_portada_mpop_header .socialIcons .icons .fa-facebook-f {
	width: 100%;
}

.et_nav_text_color_dark.et-fixed-header .cont_portada_mpop_header .socialIcons .icons .fa-instagram {
	width: 103%;
}

.et_nav_text_color_dark.et-fixed-header .cont_portada_mpop_header .socialIcons .icons .fa-twitter {
    width: 105%;
}

.et_nav_text_color_dark.et-fixed-header .cont_portada_mpop_header .socialIcons .icons .fa-dollar-sign {
    width: 103%;
}

/*.slider_mpop .content_slide_info {
	position: absolute;
	bottom: 20px;
	right: 25px;
	width: 80%;
	color: #fff;
	padding: 20px 30px 20px 25px;
	background: rgb(0 0 0 / 0.73);
}*/

.slider_mpop .content_slide_info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: #fff;
    padding: 0;
    background: rgb(0 0 0 / 0.3);
}

.slider_mpop .content_slide_info .cont_slide_f {
	display: inline-block;
    padding: 15px 30px 20px 25px;
    width: 93%;
}
.slider_mpop .content_slide_info .cont_slide_f p {
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.slider_mpop .content_slide_info .cont_slide_f a {
	color: #fff;
}

.slider_mpop .content_slide_info h1 {
	padding-bottom: 5px;
}

.slider_mpop .content_slide_info h1 a {
	color: #fff;
	font-size: 22px;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.mpopCarrousel .owl-nav {
	position: absolute;
    top: 43%;
    font-size: 103px;
    color: #fff;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next , .owl-carousel .owl-nav button.owl-prev {
	width: 50px;
	height: 50px;
}

.owl-carousel .owl-nav button.owl-next span , .owl-carousel .owl-nav button.owl-prev span {
	height: 43px;
	display: inline-block;
	text-shadow: 0 1px 4px rgba(0,0,0,1);
}

.owl-carousel .owl-nav button.owl-prev {
	float: left;
	margin-left: 15px;
}

.owl-carousel .owl-nav button.owl-next {
	float: right;
	margin-right: 15px;
}

.sections_mpop {
	float: left;
	width: 100%;
	max-width: 370px;
	margin-right: 20px;
	margin-bottom: 20px;
	min-height: 215px;
	max-height: 215px;
	background: #e6e6e6;
	overflow: hidden;
	position: relative;
}

/*.cont_portada_mpop_izq_n .content_center_2020 a:nth-child(even) .sections_mpop {
    margin-right:0;    
}*/
.content_center_2020 a:nth-child(even) .sections_mpop {
    margin-right:0;    
}

.sections_mpop .generos img {
	width: 100%;
}

.sections_mpop .titlesec {
	position: absolute;
	top: 15px;
	right: 25px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.sections_mpop .titlesec a {
	color: #fff;
}

.sections_mpop .imagen_genero {
	float: left;
	width: 100%;
}

.sections_mpop .imagen_genero img {
	width: 100%;
}

.sections_mpop .txt_genero {
	position: absolute;
	width: 85%;
	left: 8%;
	bottom: 25px;
	margin: 0 auto;
	color: #fff;
	line-height: 19px;
	font-size: 16px;
}

.sections_mpop .txt_genero a {
	font-weight: bold;
	color: #fff;
}

.sections_mpop .txt_genero a:hover {
	text-decoration: underline;
}

.sections_mpop .descripcion_genero {
	float: left;
	width: 100%;
	font-size: 13px;
}

.sections_mpop .descripcion_genero p {
	line-height: normal;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.sections_mpop .title_txt {
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}

#top-menu a {
    color: #000;
    font-weight: bold;
}
#top-menu a:hover {
    color: #000;
}

.info_mpop_txt {
	float: left;
	width: 86.5%;
	background: #0761a0;
	padding: 20px;
	color: #fff;
	/*margin-bottom: 20px;*/
	position: relative;
}
.info_mpop_txt img {
    position: absolute;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    z-index: 2;
}
.info_mpop_txt p {
	position: relative;
	z-index: 1;
}
.info_site_2020 {
	float: left;
	width: 86%;
	/*background: #e7e7e7;*/
	padding: 0 20px;
	color: #000;
	margin-bottom: 20px;
	/*border: 1px solid #c3c3c3;*/
}
.info_site_2020 a {
	color: #000;
}

.info_site_2020 .item {
	float: left;
	width: 50%;
	text-align: center;
	/*min-height: 105px;*/
	min-height: 75px;
	position: relative;
}

.info_site_2020 .item .cont_inf {
	width: 100%;
	position: absolute;
	bottom: 0;
	border-left: 5px solid #c22a1b;
	height: 42px;
}

/*.info_site_2020 .item .cont_inf:after{
	content: '';
	border-right: 5px solid #c22a1b;
}*/

.info_site_2020 .item.sep {
	margin-bottom: 20px;
}

.info_site_2020 .item .icon {
    width: 50px;
    height: 50px;
    border: 4px solid #749bbc;
    border-radius: 50%;
    background: #fff;
	display: inline-block;
}

.info_site_2020 .item .num_item {
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 25px;
}

.info_site_2020 .item .txt_item {
	float: left;
	width: 100%;
	color: #616161;
	font-size: 15px;
}

.embed_spotify {
	float: left;
    margin-top: 53px;
}

.embed_spotify .title {
    float: left;
    width: 92%;
    /* border-left: 3px solid #c22a1b; */
    padding-left: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    background: #0761a0;
    padding: 7px 13px;
}

.embed_spotify .bajada {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.embed_spotify .bajada iframe {
	width: 100% !important;
	max-height: 341px !important;
}

/* LUGARES */

.cont_portada_mpop_izq_n.places {
    max-width: 100%;
    margin: 0;
}

.cont_portada_mpop_izq_n.places .sections_mpop {
	max-width: 346px;
    min-height: 170px;
    max-height: 170px;
    margin-right: 0;
}

.cont_portada_mpop_izq_n.places .sections_mpop .txt_genero {
    /*width: 87%;*/
	width: 91%;
	left: 0;
	padding: 15px 17px;
	bottom: 0;
	background: rgb(0 0 0 / 0.4);
}

.cont_portada_mpop_izq_n.places .sections_mpop .titlesec {
    top: 30px;
    right: 35px;
    font-size: 32px;
}

.cont_portada_mpop_izq_n.places .sections_mpop:first-child {
	/* max-width: 100%;
    min-height: 400px;
    max-height: 400px;
    margin:0 0 20px 0; */
	margin-right: 20px;
}

.cont_portada_mpop_izq_n.places .sections_mpop {
  margin: 0;
}

.cont_portada_mpop_izq_n.places .sections_mpop:nth-child(2) {
	margin: 0;
}

.cont_portada_mpop_izq_n.places .sections_mpop:nth-child(3n+3) {
  /*margin: 0 20px;*/
  margin:0 0 20px 20px;
}

.cont_portada_mpop_izq_n.places .sections_mpop:nth-child(3n+4) {
  /* margin: 0 0 20px 0;
  max-width: 348px; */
  max-width: 346px;
  margin-right: 20px;
}

.cont_portada_mpop_izq_n.places .sections_mpop:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.cont_portada_mpop_izq_n.places .sections_mpop:first-child .txt_genero {
	/* display: inline-block;
	padding: 20px 60px 30px 60px;
    width: 89%;
    left: 0;
    bottom: 0; */
	background: rgb(0 0 0 / 0.7);
}

.cont_portada_mpop_izq_n.places .sections_mpop:first-child .txt_genero .title_txt {
	float: left;
	margin-right: 10px;
	/*font-size: 25px;*/
	line-height: normal;
	text-transform: unset;
}

.cont_portada_mpop_izq_n.places .sections_mpop:first-child .txt_genero .descripcion_genero {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: normal;
	display: none;
}

.cont_portada_mpop_izq_n.places .sections_mpop .txt_genero .title_txt {
	/*text-transform: uppercase;*/
}

.cont_entrevista.places_detail {
	width: 100%;
	max-width: 940px;
}

.cont_entrevista.places_detail .mpop_col_der {
    font-family: 'Open Sans', Arial, sans-serif;
	max-width: 100%;
}

.cont_entrevista.places_detail .mpop_col_der .cont_info_entrevista {
	max-width: 100%;
}

.cont_entrevista.places_detail .mpop_col_der .cont_info_entrevista .wp-caption {
	display: table;
}

.cont_entrevista.places_detail .mpop_col_der .cont_info_entrevista p.wp-caption-text {
    font-size: 13px;
    width: 98%;
	padding: 10px 7px 3px 7px;
}

.cont_entrevista.places_detail .mpop_col_der .cont_info_entrevista p {
    font-size: 16px;
    line-height: normal;
    float: initial;
}

.cont_entrevista.places_detail .mpop_col_der .cont_info_entrevista p:first-child:first-letter {
    text-transform: initial;
    font-size: initial;
	padding-top: 0;
	color: #000;
}

.cont_entrevista.places_detail .cont_img_entrevista {
	position: relative;
	overflow: hidden;
}

.cont_entrevista.places_detail .cont_img_entrevista .txt_genero {
	position: absolute;
	display: inline-block;
    padding: 20px 60px;
    width: 89%;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.7);
	color: #fff;
}

.cont_entrevista.places_detail .cont_img_entrevista .txt_genero .title_txt {
    float: left;
    width: 100%;
    margin-right: 10px;
    font-size: 25px;
    line-height: normal;
    text-transform: unset;
	font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.cont_entrevista.places_detail .cont_img_entrevista .txt_genero .descripcion_genero {
    float: left;
    width: auto;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
}

.cont_entrevista.places_detail .mpop_col_der .post_gen_extract {
	display: inline-block;
    max-width: 100%;
	margin: 25px auto 0;
	font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.cont_entrevista.places_detail .cont_img_entrevista .titlesec {
    position: absolute;
	top: 30px;
    right: 35px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}

/* PODCAST */

.cont_portada_mpop_izq_n.podcasts {
    max-width: 100%;
    margin: 0;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop {
	max-width: 345px;
    min-height: auto;
    max-height: initial;
    margin-right: 0;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop:first-child {
	margin:0 0 20px 0;
	display: none;
}
.cont_portada_mpop_izq_n.podcasts .sections_mpop:nth-child(3n+3) {
	margin: 0 20px;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop:nth-child(3n+4) {
    margin: 0 0 20px 0;
    max-width: 350px;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop:nth-child(2) {
	margin: 0;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop {
	margin: 0;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop .txt_genero {
    /*width: 87%;*/
	width: 90%;
	left: 0;
	padding: 15px 17px 12px;
	bottom: 0;
	background: rgb(0 0 0 / 0.25);
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop .titlesec {
    top: 12px;
    right: 15px;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop:first-child {
	max-width: 100%;
    min-height: 400px;
    /*max-height: 400px;*/
}

/*.cont_portada_mpop_izq_n.podcasts .sections_mpop:nth-child(even) {
	margin-left: 30px;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop:nth-child(2) {
	margin-left: 0;
	margin-right: 30px;
}*/

.cont_portada_mpop_izq_n.podcasts .sections_mpop:first-child .txt_genero {
	display: inline-block;
	padding: 20px 60px 30px 60px;
    width: 89%;
    left: 0;
    bottom: 0;
	background: rgb(0 0 0 / 0.7);
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop:first-child .txt_genero .title_txt {
	float: left;
	margin-right: 10px;
	font-size: 25px;
	line-height: normal;
	text-transform: unset;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop:first-child .txt_genero .descripcion_genero {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: normal;
}

.cont_portada_mpop_izq_n.podcasts .sections_mpop .txt_genero .title_txt {
	/*text-transform: uppercase;*/
}

.cont_entrevista.podcast_detail {
	width: 100%;
}

.cont_entrevista.podcast_detail .mpop_col_der {
    font-family: 'Open Sans', Arial, sans-serif;
	max-width: 100%;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista {
	max-width: 100%;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista .wp-caption {
	display: table;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista .wp-caption.alignleft {
	margin: 0px 35px 10px 0px;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista .wp-caption.alignright {
    margin: 0px 0px 10px 35px;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista p.wp-caption-text {
    font-size: 13px;
    padding: 0;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista p.wp-caption-text a {
    width: 95%;
    text-align: left;
    display: inline-block;
    padding-left: 10px;
    padding-top: 8px;
    color: #000;
    font-weight: bold;
	font-size: 15px;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista p.wp-caption-text a:hover {
	text-decoration: underline;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista p {
    font-size: 16px;
    line-height: normal;
    float: initial;
}

.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista p:first-child:first-letter {
    text-transform: initial;
    font-size: initial;
	padding-top: 0;
	color: #000;
}

.cont_entrevista.podcast_detail .cont_img_entrevista {
	position: relative;
	overflow: hidden;
}

.cont_entrevista.podcast_detail .cont_img_entrevista .txt_genero {
	position: absolute;
	display: inline-block;
    padding: 20px 60px;
    width: 89%;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.7);
	color: #fff;
}

.cont_entrevista.podcast_detail .cont_img_entrevista .txt_genero .title_txt {
    float: left;
    width: 100%;
    margin-right: 10px;
    font-size: 25px;
    line-height: normal;
    text-transform: unset;
	font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.cont_entrevista.podcast_detail .cont_img_entrevista .txt_genero .descripcion_genero {
    float: left;
    width: auto;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
}

.cont_entrevista.podcast_detail .mpop_col_der .post_gen_extract {
	display: inline-block;
    max-width: 100%;
	margin: 25px auto 0;
	font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.cont_entrevista.podcast_detail .cont_img_entrevista .titlesec {
    position: absolute;
	top: 30px;
    right: 35px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.cont_entrevista.podcast_detail .et-box.et-shadow {
	margin: 15px 0 25px 0;
	-moz-box-shadow: inset 0 0 45px #e7e7e7;
	-webkit-box-shadow: inset 0 0 45px #e7e7e7;
	box-shadow: inset 0 0 45px #e7e7e7;
}

.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content {
	background: 0 0;
	border:0;
	box-shadow:none;
    padding: 20px 27px;
    line-height: normal;
    min-height: auto;
    text-shadow: none;
    display: inline-block;
    width: 95%
}

.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_title { 
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast {
	float: left;
	width: 100%;
	text-align: center;
}

.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc {
	display: inline-block;
	margin-right: 25px;
}

.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc a.txt_l {
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
}

.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc .logo {
	float: left;
	width: 100%;
	max-width: 50px;
}

.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc .logo img {
	width: 100%;
}

#main-header {
	padding: 0 0 10px 0;
}

.et_fixed_nav #main-header {
  padding-top: 10px;
}

.head_donation {
    background: #a60000;
    margin-bottom: 10px;
	display: none;
}

.dona_left {
	float: left;
}

.dona_right {
	float: right;
}

.cont_portada_mpop_izq_n {
	margin-right: 19px;
}

.mpop_col_izq {
	margin-right: 29px;
}

.cont_caratula_disco {
    min-height: 150px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #F5F3F3;
    margin-bottom: 5px;
}

.cont_caratula_disco .imagen_izq_bio { 
	padding: 0;
	margin: 0;
	border:0;
}

.cont_disco_artist_info.first {
	margin-bottom: 10px;
}

.cont_patrimonial {
    float: right;
    font-size: 19px;
    position: relative;
    top: 2px;
}

.cont_patrimonial .fa-star {
    color: #ecc20c;
}

@media only screen and (max-width: 767px) {

	.et-fixed-header .cont_portada_mpop_header {
	    float: right;
	    width: 100%;
	    margin: 0;
	}

	.cont_portada_mpop_header .socialIcons {
	    float: right;
	    margin-left: 0;
	    width: 97%;
	    padding: 15px 0;
	}
	
	.cont_portada_mpop_header .socialIcons .icons {
    	margin-left: 11%;
	}

	.sections_mpop {
		background: 0 0;
	}

	.slider_mpop .content_slide_info {
		position: static;
		background: rgb(0 0 0 / 0.9);
	}

	.mpopCarrousel .owl-nav {
		top: 17%;
	}

	.slider_mpop .content_slide_info .cont_slide_f {
		width: 83%;
	}
	
	.sections_mpop .txt_genero {
    	bottom: 55px;
	}

	.osx.safari .widget_search #searchsubmit {
		height: 38px !important;
	}
	
	.cont_titulo_grupo_f {
		font-size: 28px;
	}

	/* LUGARES */

	/*.cont_portada_mpop_izq_n.places .sections_mpop:nth-child(even) {
	    max-width: 100%;
	    max-height: none;
	}*/

	.cont_portada_mpop_izq_n.places .sections_mpop {
	    margin: 0 0 20px 0;
	    width: 100%;
	    max-width: 100%;
	    max-height: none;
	    min-height: auto;
	}

	.cont_portada_mpop_izq_n.places .sections_mpop:nth-child(2) {
    	margin: 0 0 20px 0;
	}
	
	.cont_portada_mpop_izq_n.places .sections_mpop:nth-child(3n+3) {
	    margin: 0 0 20px 0;
	    width: 100%;
	    max-width: 100%;
	}

	.cont_portada_mpop_izq_n.places .sections_mpop:nth-child(3n+4) {
	    margin: 0 0 20px 0;
	    max-width: 100%;
	}

	.cont_portada_mpop_izq_n.places .sections_mpop:first-child {
		min-height: initial;
		max-height: initial;
	}
	
	.cont_portada_mpop_izq_n.places .sections_mpop:first-child .txt_genero .title_txt {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.cont_portada_mpop_izq_n.places .sections_mpop:first-child .txt_genero .descripcion_genero {
		font-size: 14px;
	}

	.cont_portada_mpop_izq_n.places .sections_mpop:first-child .txt_genero {
		/* position: static;
	    width: 89.5%;
	    padding: 20px;
    	background: rgb(0 0 0 / 0.9); */
	}

	.cont_entrevista.places_detail .cont_img_entrevista .txt_genero {
		position: static;
		width: 89%;
		padding: 20px;
		background: rgb(0 0 0 / 0.9);
	}

	.cont_portada_mpop_izq_n.places .sections_mpop .titlesec {
	    top: 15px;
	    right: 15px;
	    font-size: 21px;
	}

	.cont_entrevista.places_detail .cont_img_entrevista .txt_genero .title_txt {
    	font-size: 23px;
    	margin-right: 0;
	}

	.cont_entrevista.places_detail .cont_img_entrevista .titlesec {
	    top: 15px;
	    right: 15px;
	    font-size: 21px;
	}
	.cont_portada_mpop_izq_n.podcasts .sections_mpop {
	    margin: 0 0 20px 0;
	    max-width: 100%;
	}

	.cont_portada_mpop_izq_n.podcasts .sections_mpop:first-child {
    	min-height: initial;
	}

	.cont_portada_mpop_izq_n.podcasts .sections_mpop:nth-child(2) {
		margin-bottom: 20px;
    	max-width: 100%;
	}

	.cont_portada_mpop_izq_n.podcasts .sections_mpop:nth-child(3n+3) {
		margin: 0 0 20px 0;
		max-width: 100%;
	}

	.cont_portada_mpop_izq_n.podcasts .sections_mpop:nth-child(3n+4) {
		max-width: 100%;	
	}

	.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista .wp-caption {
		float: left;
	}

	.cont_entrevista.podcast_detail .mpop_col_der .cont_info_entrevista .wp-caption.alignright {
		margin: 0px 0px 30px 0;
		width: 100% !important;
		display: inline-block;
		max-width: 100%
	}
	
	.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content {
    	width: 86%;
	}
	.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_title {
    	font-size: 14px;
	}

	.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc .logo {
    	max-width: 40px;
	}

	.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc {
	    display: inline-block;
	    margin-right: 0;
	    margin-bottom: 20px;
	    float: left;
	    width: 50%;
	}

	.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc a.txt_l {
	    display: inline-block;
	    line-height: 40px;
	    margin-left: 10px;
	    float: left;
	}
	.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc:nth-child(3) , .cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc:nth-child(4) {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 320px) {
	.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc {
	    float: none;
	    width: 70%;	
	}
	.cont_entrevista.podcast_detail .et-box.et-shadow .et-box-content .box_content_podcast .cont_img_podc:nth-child(3) {
		margin-bottom: 20px;
	}
}