/* General Demo Style */
@font-face {
    font-family: 'fontawesome';
    src:url('../fonts/fontawesome.eot');
    src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome.svg#fontawesome') format('svg'),
        url('../fonts/fontawesome.woff') format('woff'),
        url('../fonts/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
#input-buscar, #boton-buscar{
    height: 45px;
}
#boton-buscar{
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2)));
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
    border: 1px solid #cecece;
}
#navbarf {
    text-align: right;
    padding: 20px 0;
}
.logopie {
    text-align: left;
}
.bctt-click-to-tweet {
    display: block;
    background-color: #fff;
    position: relative;
    border: 1px solid #dddddd;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 15px 30px;
    margin-bottom: 1em;
    margin-top: 1.75em;
}
.bctt-click-to-tweet .bctt-ctt-text a {
    padding-left: 0px;
    padding-right: 0px;
}
.bctt-ctt-text a {
    padding: 15px 0;
    margin: 15px 0;
    position: relative;
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.5em;
    line-height: 140%;
    font-weight: 100;
    text-decoration: none !important;
    text-transform: none !important;
    word-wrap: break-word;
    border-bottom: none !important;
    box-shadow: none !important;
}
a.bctt-ctt-btn {
    border-bottom: none !important;
    margin: 0;
    padding: 11px 24px 0 0;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: .7em;
    font-weight: bold;
    color: #999999 !important;
    float: right;
    text-decoration: none !important;
    background: transparent url(../images/birdy.png) no-repeat right top 10px;
    box-shadow: none !important;
}

@media (min-width: 992px) {
    .contenedor-buscador{
        padding-right: 0;
        padding-left: 13px
    }
    .textocabecera {
        display: inline-block;
        font-size: 4.5em;
    }
    .textocabecerahome h1, .textocabecerahome .h1 {
        font-size: 4.5em;
        display: inline-block;
    }
    #menulateral {
        background: url("../images/bg-menu.png") no-repeat scroll left top #929292;
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        padding-left: 5px;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }

    #menulateral ul{
        list-style: outside none none;
        padding: 0;
    }
    #menulateral ul li {
        border-bottom: 1px solid #6c6c6c;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        margin: 10px 0 0 4px;
        margin-bottom: 5px;
    }

    #menulateral ul li a{
        color: #fff;
        margin-right: 8px;
        text-decoration: none;
        text-shadow: 1px 1px 0 #000000;
        /*transition: all 0.5s linear 0s;*/
        padding: 3px 0;
        font-size: 15px;
    }

    .socialicon{
        margin-right: 6px;
    }

    .tiktok img, .twitch img {

    filter:invert(0.60);
    height:18px;
    width:auto;
    }
}

@media (max-width: 992px){
    .contenedor-buscador{
        padding: 0;
    }
    .textocabecera {
        display: inline-block;
        font-size: 3em;
    }
    .textocabecerahome h1, .textocabecerahome .h1{
        font-size: 3em;
        display: inline-block;
    }
    #menulateral{
        padding-left: 5px;
        background-color: #4E4E4E;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    }
    .socialicon{
        margin-right: 10px;
        border-bottom: 0 !important;
    }
    .tiktok img, .twitch img {

        filter:invert(0.60);
        height:19px;
        width:auto;
    }

    #menulateral ul li a{
        color: #fff;
        text-decoration: none;
        text-shadow: 1px 1px 2px #000000;
        /*transition: all 0.5s linear 0s;*/
        padding-top: 3px;
        border-bottom: 1px solid #636363;  

    }
    #menulateral h3{
        padding-top: 0 !important;
    }
    #menulateral ul{
        padding: 0 0 0 5px;
    }
    #menulateral ul li{
        list-style: outside none none;
    }    
}
@media (max-width: 767px) {
    .botonsocial, .botonVisitas {
        width: 49%;
        margin-right: 2px;
    }
    .social{
        padding: 0 !important;
    }
    .social ul.socialwrap {
        width: 100%;
        display: none;       
    }
    .social ul.socialwrap a i{
        padding-left: 3px;
    }
    .socialwrap a {        
        font-size: 10px;
        margin-top:2px;
    }
    .desplegar-social{
        width: 100%;
        margin-top: 5px;
    }
    .desplegar-social .caret {
        padding-right: 2px;
    }  
    .visitasCount{
        margin-top: 2px;
    }
    .botonsocial {
        width: 100%;
    }
    .logopie {
        text-align: center;
    }
    .prefooter ul {
        text-align: center;
    }
    .prefooter h3 {
        text-align: center;
    }
    .logopie {
        text-align: center;
    }
    #navbarf {
        text-align: center;
    }  
    .contenedor-buscador{
        margin-bottom: 5px;
    }  
}
.navegacion{
    background: url("https://static.masterd.es/test/images/bg-header-container.png") repeat-x scroll left top rgba(0, 0, 0, 0);
    box-shadow: 0 2px 10px #666;
    height: 65px;
    border-bottom-color: #848484;
    border-bottom-width: 1px;
}
#logo{
    font-size: 40px;
    text-shadow: 1px;
    font-weight: bold;
    color: black !important;
    padding: 0;
}
body{
    background: none repeat scroll 0 0 #ebebeb;
    color: #555;
    font: 16px/21px "Open Sans","PT Sans Narrow","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 27px;
}
.prepie{
    /*background: #f56600 none repeat scroll 0 0;
    border-bottom: 1px solid #a94802;
    border-radius: 0;
    border-top: 1px solid #f9a366;*/
    background: #DAD7D7 none repeat scroll 0 0;
    border-bottom: 1px solid #DAD7D7;
    border-radius: 0;
    border-top: 1px solid #6E6E6E;
    margin: 0 !important;
}
#c-cookies{
    display: none;
}
.paginacion-general{text-align: center;background-color: #6e6e6e;border-radius: 0 0 4px 4px;padding: 10px;color:#fff;margin-top:15px;}
.paginacion-general a{color:#fff;padding:10px;}
.paginacion-general a:hover{background-color: #444;border:1px solid #444;border-radius: 4px;padding: 3px 10px;}
.paginacion-general .especial{background-color:#444;border:1px solid #444;border-radius: 4px;padding: 3px 10px;}

#contenedor-noticias .entry-title{
    background: url("https://static.masterd.es/static/plantilla-corporativa-blogs/bala-h2.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    color: #666;
    float: left;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
    padding-left: 30px;
    /*width: 570px;*/
}

.entry-title a:link, .entry-title a:visited {
    color: #666;
    text-decoration: none;
}

h2.entry-title{
    padding-bottom: 10px;
}
h2.entry-title a:hover{
    color:#999;
}

#contenedor-noticiast .entry-title {
    color: #333;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.3em;
}
#contenedor-noticias h2 {
    color: #000;
    font-weight: 400;
    line-height: 1.5em;
}
.entry-content, .entry-summary {
    clear: both;
    padding: 12px 0 0;
}
.entry-summary img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.envoltorio a{
    text-decoration: underline;
    color: #f56600;
}
.envoltorio a:hover{
    color: #444;
}
.entry-meta {
    color: #888;
    font-size: 12px;
}
.entry-meta a{
    text-decoration: underline;
    color: #888;
    font-size: 12px;
}
.entry-meta a:hover{
    text-decoration: underline;
    color: #f56600;
    font-size: 12px;
}
.publicado{
    margin-bottom: 5px;
}
#contenido{
    /*padding-top: 60px;*/
}
.texto{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    min-height: 700px;
}
h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-family: "PT Sans Narrow","Georgia","Times New Roman",serif;
    font-weight: normal;
}
.textopie{
    color: #6A6666;
    display: block;
    height: 36px;
    text-decoration: none;
    /*text-shadow: 1px 1px 2px #000000;*/
}
.textopie h2{
    color: #fff;
    display: block;
    height: 36px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
}
.logopie{
    padding-top: 10px;
}
.logopie img{
    vertical-align: middle;
    max-width: 100%;
}
.prefooter{
    background-color: #EBEBEB;
    border-top: 2px solid #6E6E6E;
    /*background: url("https://static.masterd.es/test/images/bg-footer.png") no-repeat scroll left bottom #474545;
    min-height: 367px;*/
}
.prefooter h4{
    color: #f56600;
    font-size: 24px;
    margin-top: 20px;
}
.prefooter label{
    color: #f56600;
    font-size: 23px;
    margin-top: 20px;
    font-weight: unset;
}
.prefooter ul{
    list-style: outside none none;
}
.prefooter a{
    color: #666;
}
.prefooter ul{
    padding-left: 0;
}
.prefooter ul li{
    border-bottom: 1px solid #C7C7C7;
    line-height: 23px;
    padding-top: 7px;
}
#tlf {
    color: #666;   
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 16px;
    padding-top: 8px;   
    text-align: right;
}
#tlf a {
    color: #333;
    display: block;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
}
.txtnavegacion{
    color: #f56600;
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 32px;
    margin: 8px 0 0 43px;
    padding: 10px 0 0 10px;
}
.contacto{
    padding: 10px;
}

.botongrande{
    border: 0 none;
    background: url("https://static.masterd.es/test/images/btn-formulario2.png") no-repeat scroll left top transparent;
    color: #fff;
    font-size: 20px;
    height: 50px;
    margin-left: 20px;
    margin-top: 20px;
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.59);
    width: 296px;
}
#contenido div.container div.row div#menusuperior ul.dropdown-menu{
    background-color: #444;
}

#contenido div.container div.row ul.nav.nav-pills li a{
    background-color: #F2883D;
    color: white;
}
#contenido div.container div.row div#menusup ul.nav.nav-pills li.dropdown.open ul.dropdown-menu li a:hover{
    color: #444;
}
#contenido div.container div.row ul.nav.nav-pills li a:hover{
    background-color: #f56600;
}
#menusuperior{
    margin-left: 15px;
    padding-right: 20px;
}
#menusuperiormovil{
    margin-right: 10px;
}
#menusuperiormovil ul li a{
    color: #fff;
}
#menusuperiormovil ul li:hover{
    color: #000;
}
#menusuperiormovil ul.dropdown-menu{
    background-color: #666;
}
#menulateral h4{
    text-shadow: 1px 1px 0px rgb(41, 41, 41);
    color: #f56600;
    text-transform: uppercase;
    font-size: 21px;
}
#menulateral ul li:hover{
    background-color: #7c7c7c;
}

.timeline{
    margin-top: 20px;
}
.timeline h3{
    color: #f56600;
}
.social{
    display: block;
}
.social ul.socialwrap {
    list-style-type: none !important;
    margin: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    list-style-type: none;
}
ul.socialwrap li { display: inline;padding: 5px;}
.socialwrap a{
    color: #fff;
}
.entradacategorias{
    padding-top: 10px;
    padding-bottom: 10px;

}
.noticialista{
}
.columnapie{
   color: #000;
}
.more-link a{
    color: #fff;
    text-decoration: none;
}
.more-link{
    margin-top: 20px;
}
.entry-summary img{
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.envoltorio{
    padding: 0 10px;
    overflow: hidden;
}
#menusup{
    /*padding-bottom: 10px;*/
}
.nav-pills > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
}
.nav-pills > li > a:hover{
    background-color: #f56600;
}
#site-info {
    padding-left: 20px;
    z-index:100;
    position: absolute;
    float: right;
    font-size: 14px;
    margin-right: 10px;
    width: 260px;
}
#site-info #titulo-uno{
    font-weight: bold;
    margin-top: 20px;
    line-height: 30px;
    color: #f56600;
    font-size: 30px;
}
#site-info #titulo-dos {
    font-weight: bold;
    margin: 5px 0 10px;
    font-size: 30px;
}
#site-info #titulo-descripcion {
    line-height: 23px;
    font-size: 17px;
    text-shadow: 0px 1px 0px #444;
}
b{
    color: #666;
}
.tags{
    padding-left: 0;
}
#nubeetiquetas{
    background-color: #7c7c7c;
    margin-left: 0;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 5px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
#nubeetiquetas h3{
    color: #f56600;
}
#nubeetiquetas a{
    color: white;
    text-shadow: 1px 1px 2px #000000;
}
#nubeetiquetas a:hover{
    color: white;
    text-shadow: 1px 1px 2px #000000;
}
.totaltag{
    color: #fff;
    font-size: 10px;
    text-shadow: 1px 1px 2px #000000;
}
iframe, object, embed {
    max-width: 100%;
}
.youtubeiframe iframe{
    width: 425px;
    height: 344px;

}
.youtubeiframe{
    text-align: center;
}
.titulillo h1{
    color: #f56600;
    font-size: 20px;
    display: inline;
}
#cabecera-container{
    background: url("../images/bg-category-header.png") no-repeat scroll center -7px #f2f2f2;
    /*background: url("../images/bg-cabecera-index.png") no-repeat scroll center -7px #f2f2f2;*/

}
#imagen-cabecera img{
    display: inline;
    margin-right: 20px;
    min-height: 263px;
}
.textocabecerahome h1 a, .h1 a{
    font-family: 'Play', sans-serif;
    font-weight: bold;
    color: #f56600;
    text-shadow: 1px 2px 2px #444, -1px -1px white;
    text-align: center;
    vertical-align: middle;
}
.textocabecerahome h1 a:hover, .h1 a:hover {
    text-decoration: none;
}
.textocabecera{
    font-family: 'Play', sans-serif;
    font-weight: bold;
    color: #f56600;
    text-shadow: 1px 2px 2px #444, -1px -1px white;
    text-align: center;
    vertical-align: middle;
}
#menulateral ul li .socialicon a{
    display: inline;
    padding-right: 3px;
}
#pie > ul > li > span.socialicon > a{
    padding-right: 10px;
}
.panel-body{
     background-color: #FFD7BA;
 }
.panel-body-hijo{
    background-color: #FFCAA4;
    padding: 20px 10px 20px 15px;
}
.hijo{
}
.textonaranja{
    color: #f56600;
}
.comentarios span label{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.comentarios label{
    color: #f56600;
    font-family: "PT Sans Narrow","Georgia","Times New Roman",serif;
    font-weight: normal;
    line-height: 1.1;
    display: block;
}
.fecha-comentario{
    color: #888;
    font-size: 12px;
}
.pretitular{
    padding-top: 10px;
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
    display: block;
    text-transform: uppercase;
    color: #8f8f8f;
}
.postitular{
    display: block;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    color: #666;
    padding-top: 10px;

}
#infocomentario h3{
    color: #f56600;
}
.botonVisitas{
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    height: 29px;
    line-height: 25px;
    padding: 2px;
    width: 175px;
    opacity: 0.76;
}
.botonsocial{
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    height: 29px;
    line-height: 25px;
    padding: 2px;
    width: 100%;
    opacity: 0.76;
}
.botonsocial i:hover{
    color: #fff;
}
.facebook{
    background-color: #4862a3;
}

.facebook:hover{
    color: #fff !important;
}
.twitter{
    background-color: #55acee;
}
.twitter:hover{
    color: #fff !important;
}
.linkedin{
    background-color: #017eb4;
}
.linkedin:hover{
    color: #fff !important;
}
.googleplus{
    background-color: #da4735;
}
.googleplus:hover{
    color: #fff !important;
}
.visitasCount{
    background-color: #ff6005;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
}
.comentariosCount{
    background-color: #b0b0b0;
}
.comentariosCount:hover{
    color: #fff !important;
}
.socialcount{
    padding-right: 10px;
    font-size: 14px;
    padding-left: 10px;
}
.navbar-default .navbar-nav > li:hover{
    background-color: #f56600;
}
.navbar-default .navbar-nav > li a:hover{
    color: #fff;
}
ul.rrssfooter li{
    border: none;
}

.height-auto{
    height: auto;
}

.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.nuevo-comentario{
    color: #f56600;
    font-family: "PT Sans Narrow","Georgia","Times New Roman",serif;
    font-weight: normal;
    font-size: 24px;
}
.no-display{
    display: none;
}
h2.subtitulo{
    font-size: 27px;
    margin-top: 3px;
    color: #929292;
}
.subnaranja{
    background-color: #F56600;
    width: 60px;
    height: 3px;
    margin-bottom: 10px;
}
.texto-principal{
    margin: 20px 0;
}
span.telefono-responsive{
    color: #333;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
}
.telefono-blog-phone{
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 20px;
}
#logo-movil {
    background: url(../../../web/images/logo-masterd.png) no-repeat center;
    background-size: 210px;
    background-position-y: 5px;
    padding: 6px 0;
}
#menu-home{
    /*max-width: 30px;*/
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contenedor-botones-sharon {
    margin: 30px 0;
}
.contenedor-botones-sharon .compartelo {
  padding-top: 6px;
  display: inline;
}
.sharon {
    padding: 5px 4px;
    background-color: #fff;
    border: 0;
    min-width: 70px;
    text-align: center;
    background-color: #f56600;
    color: #fff;
}
.sharon i {
    font-size: 25px;
    color: #fff;
    padding: 3px;
}

.facebook_share_count {
    background-color: #fff;
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 0px 8px;
    border-radius: 4px;
}
.facebook_share_count i {
  padding: 2px;
}
.facebook_share_count:after, .facebook_share_count:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.facebook_share_count:after {
    border-color: rgba(136,183,213,0);
    border-left-color: #fdfdfd;
    border-width: 5px;
    margin-top: -5px;
}
.facebook_share_count:before {
    border-color: rgba(204,204,204,0.0);
    border-left-color: #c3c3c3;
    border-width: 6px;
    margin-top: -6px;
}
.sharon.sharon_facebook {
    width: auto;
    padding: 5px;
}
#count_number {
    color: #fff;
}
.mas-info {
    display: inline;
}
@media only screen and (max-width: 480px){
    span.telefono-responsive {
        background-color: #427FED;
        text-decoration: none;
        padding: 8px 4px 4px 4px;
        font-size: 20px;
        color: #fff;
        border-bottom: 4px solid #3563B5;
    }
    #logo img {
        width: 130px;
        margin-top: 11px;
    }
}

.orange-circle-button {
    font-size: 18px;
    line-height: 1.1em;
    color: #ffffff;
    background-color: #f56600;
    border-radius: 2px;
    height: 37px;
    width: 100%;
    margin-bottom: 10px;
}
.orange-circle-button:hover {
    color:#ffffff;
    background-color: #e84d0e;
    text-decoration: none;
    border-color: #ff7536;
}
.orange-circle-button:focus {
    color: #fff;
    outline-style: none;
}
.orange-circle-button:visited {
    color:#ffffff;
    background-color: #e84d0e;
    text-decoration: none;
}
.orange-circle-link-greater-than {
    font-size: 1em;
}
.bg-md {
    background-color: #f56600;
    color: #fff;
}
.bg-gris {
    background-color: #c7c7c7;
    color: #fff;
}
.modal-title {
    font-size: 25px;
    margin: 15px 0;
}
.btn-gris {
    background-color: #8c8c8c;
    color: #fff;
    border: 4px solid #808080;
}
.container-btn-suscribir {
    margin-bottom: 10px;
}
.envoltorio-opciones-comentario {
    margin: 0 0;
}
.envoltorio-enlace-responder {
    text-align: left;
}
.panel-comentario {
}
.btn-respuestas {
    color: #ffffff;
    background-color: transparent;
    font: 16px/0px "Open Sans","PT Sans Narrow","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 85%;
    /* font-weight: 700; */
    padding: 2px 12px;
    margin: 0 0 20px 0;
    background-color: #ff852d;
    border-radius: 0 0 5px 5px;
}
.btn-respuestas:hover {
    color: #fff;
}
#noHayMasComentarios {
    padding: 20px 10px;
    background-color: #ff9e58;
    border: 1px solid #ececec;
    color: #525252;
    margin: 40px 0 0 0;
    border-radius: 5px;
}
.ajax-load {
    display: none;
    position: absolute;
    left: 50%;
    background-image: url(../images/spinner.gif);
    background-size: contain;
    height: 100px;
    width: 100px;
}
.golisina img, .golosina img {
    max-width: 100%;
}
.noticia img {
    max-width: 100%;
    margin: 0 auto;
}
@media(max-width: 767px) {
    .orange-circle-button {
        position: fixed;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
    }
    .compartelo {
        display: block !important;
    }
     .sharon {
        width: 50px;
    }
    .mas-info {
    }
    .mas-info button {
        width: auto;
        border: 0;        
    }
    .contenedor-botones-sharon {
        margin: 20px 0;
    }
    .sharon i {
        font-size: 20px;
    }
    .sharon {
        min-width: 54px;
        font-size: 12px;
    }
    .container-btn-suscribir {
        margin-bottom: 0;
        bottom: 0;
        z-index: 9;
        width: 100%;
        position: fixed;
    }
}

body .cc-window.cc-floating{
    padding: 10px;
}
body .cc-btn{
    padding: 0;
    font-size: 13px;
}
.cc-revoke, .cc-window span{
    font-size: 12px;
    line-height: 110%;
}

.play .arrow-right {
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 20px solid white;
    position: absolute;
    left: 28px;
    top: 14px;
}
.youtube-player {
    position: relative;
    padding-bottom: 54%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 8px;
}
.youtube-player:hover .play {
    background-color: red;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto !important;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {
    height: 55px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: #000000b0;
    cursor: pointer;
    border-radius: 9px;
}
.youtube-player img {
    display: block !important;
}


/*Botonaco Master D*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

.btn-masterd{
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: 'PT Sans Narrow',sans-serif;
  font-weight: 400;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  line-height: 115%;
  color: #fff !important;
  text-shadow: 1px 2px 1px rgba(51,51,51,.2);
  background: #f56700;
  background: -webkit-gradient(linear,left top, left bottom,from(#f80),to(#f56700));
  background: linear-gradient(to bottom,#f80,#f56700);
  padding: 15px 15px 15px 30px;
  border-radius: 50px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-masterd:after{
  text-decoration: none !important;
  content: "\279C";
  font-size: 38px;
  text-shadow: none;
  width: 60px;
  height: 60px;
  color: #333 !important;
  background-color: #fff;
  position: relative;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 100%;
  margin-left: 10px;
  -webkit-box-shadow: 1px 2px 1px rgba(51,51,51,.5);
  box-shadow: 1px 2px 1px rgba(51,51,51,.5);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-masterd.btn-masterd-contacta:after{
    content: "\1F57D";
    font-size: 50px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.btn-masterd:hover,
.btn-masterd:visited,
.btn-masterd:focus{
  text-decoration: none !important;
  color: #fff;
}
.btn-masterd:hover{
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
  -webkit-box-shadow: 0 2px 1px rgba(51,51,51,.15);
  box-shadow: 0 2px 1px rgba(51,51,51,.15);
}

.btn-masterd:hover:after{
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.btn-masterd.btn-masterd-contacta:hover:after{
    -webkit-transform: translateX(3px) rotate(30deg);
  transform: translateX(3px) rotate(30deg);
}

.container-btn-masterd{
  margin: 15px 0;
  text-align: center;
}

.fragmento-destacado {
    background: linear-gradient(to bottom,#ffecd6,#ffceaa);
    padding: 15px 10px;
    margin: 20px 0;
    color: #333;
}

@media only screen and (max-width: 600px) {
  .btn-masterd{
    width: 100%;
  }
  .btn-masterd:after{
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 601px){
  .btn-masterd{
      margin: 0 auto;
  }
}

/*Botonaco Master D*/


/*banner contacta*/

@font-face {
    font-family:"Mic32_Bold";
    src: 
      url("/web/fonts/Mic32_Bold.ttf?") format("truetype");
    font-weight:normal;
    font-style:normal;
  }
  @font-face {
    font-family:"Mic32";
    src:
      url("/web/fonts/Mic32.eot") format("eot"),
      url("/web/fonts/Mic32.eot") format("eot"),
      url("/web/fonts/Mic32.woff") format("woff"),
      url("/web/fonts/Mic32.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
  }

.banner-contacta{
    background-color: #fff;
    background-image: url(/web/images/banner-contacta.jpg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px 100px 40px 20px;
    margin: 30px auto;
    text-align: center;
    display: block;
    width: 100%;
    border: 2px solid #dfd7d7;
    border-left: 3px solid #c5c0c0;
    border-right: 3px solid #c5c0c0;
    border-bottom: 4px solid #a09c9c;
    border-radius: 50px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .banner-contacta:hover{
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .banner-contacta p{
    line-height: 100% !important;
    width: 100%;
    margin: 0 !important;
    text-align: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #444 !important;
    font-size: 21px !important;
    font-weight: 500 !important;
    font-family: "Mic32_Bold" !important;
  }
  .banner-contacta .telefono-contacta{
    font-size: 32px !important;
    font-family: "Mic32_Bold" !important;
    color: #f60;
    margin-left: 15px;
  }
  @media only screen and (max-width: 768px){
    .banner-contacta{
      border-radius: 30px;
    }
    .banner-contacta .telefono-contacta{
      margin-top: 10px;
      width: 100%;
      text-align: center;
      margin-left: 0;
      font-weight: 700!important;
    }
  }
  @media only screen and (min-width: 769px){
    
  }
  @media only screen and (max-width: 575px){
    .banner-contacta{
      padding: 20px 80px 20px 20px;
    }
    .banner-contacta p{
      font-size: 18px!important;
      font-weight: 700!important;
    }
  }
  @media only screen and (max-width: 575px){
    .banner-contacta{
      border-radius: 20px;
      padding: 20px 10px;
      background-image: none;
    }
  }
  /*banner contacta*/

  #contenedor-noticias blockquote {
    font-weight: bold;
    font-style: normal;
    padding: 40px 30px 10px 30px;
    text-align: center;
    line-height: 28px;
    background: url(https://static.masterd.es/test/images/bg-em.png) no-repeat
      center top;
    display: block;
    color: #181818;
    border-left:0;
  }

  .page-title h2 {
    font-size: 18px;
    font-weight: 100;
  }