/*Css customizado para la skin de Posteum*/
body {
    font-family: 'Open Sans', sans-serif;
    color: #003945;
}
body h1, body h2{
    font-family: 'Quicksand', sans-serif;
}
body h3{
    font-family: 'Oxygen', sans-serif;
}
body h4{
    font-family: 'Roboto', sans-serif;
}
@media (max-width :767px){
    h1 {
        font-size: 26px;
    }
    h2{
        font-size: 20px;
    }
}

#logo img { max-width: 170px; margin-top:18px;margin-left: 10px;}
#img-background-cabecera{
    background-image: url("../img/cabecera.png");
    background-size: 1048px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
   
}
@media (max-width :767px){
    #img-background-cabecera{
        background-size: 500px;
    }    
}
.background-header header {
    position: absolute;
    width: 100%;
}    
.background-header h1 {
    margin-top: 0;
}

.background-black{
    background-color: rgba(0, 0, 0, 0.85);
}
.background-blue{
    background-color: #1cc4b4;
}
.background-header .background-blue{
    background:#1cc4b485;
    background: linear-gradient(0deg, rgba(255,255,255,1) 2%, rgba(28,196,180,0.4) 30%, rgba(28,196,180,0.7) 80%, rgba(28,196,180,1) 100%);
}


::selection {
    background: #a3e279;
    color:black;
}

button{ outline: none;}
input, textarea{
    border-radius: 0;
     -webkit-border-radius: 0;
    }

.flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;}   



/* Nav Bar */
#lens-no-icon{ display:none;}

@media (max-width: 767px){
    #lens-icon{ display: none;}
    #lens-no-icon{ display: inline;}
    #search2 > span > div{max-height: 300px;}
}
.btn-lens{
    background-color: transparent;
    border-color: transparent;
    color: white;
    padding: 10px;}
.btn-lens:hover{
    background-color: white;
    color: black;
}
.navbar{ 
    border: none;
    font-size: 18px;
}
.navbar-header#header-height{
    min-height: 70px;
}

.navbar-default{
    background-color: transparent;
    border-color: transparent;}
#menu-collapsed {
    margin-top:15px;
}
@media (max-width :767px){
    .navbar-default{
        background-color: #1cc4b4;
 }
}
#menu {
    margin-top:18px;
    text-align: center;
    border-color: transparent;}
#menu > ul > li > a , button{color: white;}
#menu1 #menu  > ul > li > a , .btn-lens {color: white; bottom: 10px; position:relative;}
#menu1 #menu > ul > li > a:hover{
    background-color: white;
    color: black;}


#menu2{ display: none;}

.search-bar-menu{
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: solid 2px white;
    margin-top: 10px;
    margin-right: 5px;
    width: 300px;
    color: white;}
.search-bar-menu:focus{ outline: none;}


#diagnostic-button {
    background: white;
    padding: 5px 20px;
    margin-right: 50px;
    margin-top: 10px;
    transition: all 0.25s ease-in-out;
    border: 1px solid white;
}
#diagnostic-button:hover{
    border: 1px solid white;
    background: #30a32b !important;
    }
#diagnostic-button:hover p{
    font-weight: bold;
    margin: 0 0 0 -1px;
    color:white !important;}
#diagnostic-button p{
    color: black;
    margin: 0px;}

@media (max-width :1100px){
    #diagnostic-button{margin-right: 10px;}
}
@media  (min-width: 768px) and (max-width: 1050px) {
    #menu > ul > li > a {
        font-size: 85%;
        padding-left: 10px;
        padding-right: 10px;}
}   
 @media (max-width :885px){
    #menu > ul > li > a {
        font-size: 79%;
        padding-left: 6px;
        padding-right: 6px;}
    #diagnostic-button:hover{
        border: 1px solid white;
        background: #30a32b !important;}
}   
@media (max-width :800px){
    #li-ask {display: none;}
    #menu > ul > li > a {
        font-size: 85%;
        padding-left: 10px;
        padding-right: 10px;}
}
@media (max-width: 767px){
    #li-ask { display:block;}
}




/*fixed menu*/
.sticky {
    background-color: #1cc4b4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    border-radius: 0px;}

/* Search menu - Ayuda posteum*/
.search-header{
    padding: 13vw;
    text-align: center;
    color: white;}
.search-header .title {
    font-size: 4vw;
    padding-bottom: 3%;
    line-height: 84px;}


.search-header .search-bar{
    text-align: center;}
    .search-header .search-bar .bar{
        width: 100%;
        height: 45px;
        vertical-align: inherit !important;
        border-color: transparent;
        padding: 13px;
        font-size: 1.2em;
        color: black;}
    .search-header .search-bar .bar:focus{ outline: none;}
    .search-header .search-bar .btn-search{
        display: inline-block;
        border-color: transparent;
        background-color: white;
        margin-left: -2%;
        margin-top: 1px;
        color: black;
        font-size: 20px;
        width: 10%;
        height: 44.9px;
        padding: 2px;
        max-width: 80px;}


/*Searching menu*/
#search1 .tt-menu{
    left: 0 !important;
    width: 113%;
    border-radius: 0px;
    max-height: 400px;
    overflow: auto;
}
#search2 .tt-menu{
    left: 0 !important;
    width: 117%;
    border-radius: 0px;
    max-height: 400px;
    overflow: auto;
}

@media (min-width: 1000px){
    #search2 .tt-menu{ width: 116%;}
}
@media (min-width: 1100px){
    #search2 .tt-menu{ width: 115%;}
}
@media (min-width: 1200px){
    #search2 .tt-menu{ width: 114%;}
}
@media (min-width: 1300px){
    #search2 .tt-menu{ width: 113%;}
}
@media (min-width: 1400px){
    #search2 .tt-menu{ width: 112%;}
}
@media (min-width: 1500px){
    #search2 .tt-menu{ width: 111%;}
}
@media (min-width: 1600px){
    #search2 .tt-menu{ width: 110%;}
}
@media (min-width: 1700px){
    #search2 .tt-menu{ width: 109%;}
}
@media (min-width: 1800px){
    #search2 .tt-menu{ width: 108%;}
}
@media (min-width: 1900px){
    #search2 .tt-menu{ width: 107%;}
}



#search1 .tt-menu{ z-index: 5;}
#search2 > span{ width: 40vw;}
@media (max-width: 767px){
    .navbar-header#header-height {
        min-height: 60px;
    }
    #search2 > span {
        width: 80vw;
    }
    .search-header{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 20vw;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px){
    #search2 .tt-menu{max-height: 300px;}
}
#search2 .tt-menu > div{
    max-width: 100% ;
    width: 113%;} 

#search1 > ul > li:nth-child(1) > span > div > div > a{ border-top: solid 2px #ccc;}
#search1 > ul > li:nth-child(1) > span > div > div > a:nth-child(1){ border-top: none;}
#search2 .tt-dataset > a{ border-top: solid 2px #ccc;}
#search2 .tt-dataset > a:first-child{ border-top: none;}

.tt-menu-item {
    color: black;
    margin: 0px 0px 20px 0px;
    padding-top: 20px;}
.tt-menu-item:hover { text-decoration: underline;}

    .tt-menu-item-tittle{
        color: black;
        text-align: left;
    }
    .tt-menu-item-description{
        position: relative;
        margin-top: 10px;
        text-align: left !important;
        max-width: 100%;
    }
    .tt-menu-item-description h1, .tt-menu-item-description h2, .tt-menu-item-description h3, .tt-menu-item-description h4 ,.tt-menu-item-description p{
        font-size: 15px !important;
        text-align: left !important;
        margin-top:0px !important;
        font-weight: 400 !important;
        color: #707070;
    }
    .tt-menu-item-description h1 span strong, .tt-menu-item-description h2 span strong, .tt-menu-item-description h3 span strong, .tt-menu-item-description h4 span strong,.tt-menu-item-description p span strong{
        font-size: 15px !important;
        display: block;
        text-align: left !important;
        margin-top:0px !important;
        font-weight: 400 !important;
        color: #707070;
    }
    .tt-menu-item-description img{
        max-width: 100%;
    }
    
    #playBtn {
        position: absolute;
        font-size: 50px;
        line-height: 50px;
        z-index: 100;
        width: auto;
        top: 33%;
        background-color: rgba(0,0,0, 0.7);
        color: white;
        border: 1.5px solid #f1f1f1;
        padding: 3%;
    }
    #playBtn:hover {
        background-color: rgba(0,0,0, 0.9);
    }


    @media (max-width :900px){
        .search-header .title { font-size: 6vw;}
    }
    @media (max-width :800px){
        .search-header .title { font-size: 7vw;}
    }
    @media (max-width :600px){
        .search-header .title { font-size: 8vw;}
    }


    @media (min-width: 1500px){
        .search-header .search-bar .bar{ height: 50px;}
        .search-header .search-bar .btn-search{ height: 49.9px;}
    }
    @media (min-width: 1650px){
        .search-header .search-bar .bar{ height: 60px;}
        .search-header .search-bar .btn-search{ height: 59.9px;}
    }
    @media (min-width: 1800px){
        .search-header .search-bar .bar{ height: 70px;}
        .search-header .search-bar .btn-search{ height: 69.9px;}
    }
    

.color-grey{ color: #707070;}


/*Footer*/
.background-footer{background-color: #1cc4b4;}
.background-footer h4 {
    color:#003945;
}
@media (max-width :767px){
    .background-footer h4 {
        margin-left: 40px;     
    }
    .background-footer li {
        display: inline-block;        
        padding-right: 15px;
    }
    .background-footer ul {
        margin-left: 60px;  
    }
    #sobre-footer .row, .background-footer .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.background-footer .row{
    margin-left: 0px;
    margin-right: 0px;
}
#sobre-footer{
    margin-bottom: 40px;
}
#sobre-footer .texto-footer, #sobre-footer .logo-wrapper-footer,  #sobre-footer .cta-wrapper-footer {
    display: table;
    height: 100px;
}
#sobre-footer .texto-footer-content, #sobre-footer .logo-wrapper-footer-content, #sobre-footer .cta-wrapper-footer-content {
    display: table-cell;
    vertical-align: middle;
}
#sobre-footer .texto-footer-content {
    padding-left: 40px;
}


#sobre-footer .texto-footer{
    padding-left: 30px;
}
#sobre-footer .texto-footer-content {
    border-left: 7px solid white;
}

#cta_main_text {
    text-align: center;
}

#logo-footer img{
    max-width: 250px;
}
.buton_cta_footer {
    background-color: #ff3464;
    color: white;
    line-height: 3;
    border-radius: 0px;
    width: 149px;
    font-size: 110%;
    text-align: center;
    margin: 0 auto;
    cursor:pointer;
}
.buton_cta_footer:hover{
    background-color: white;
}
.buton_cta_footer:hover a{
    color: black;
}
.buton_cta_footer a {
    color: white;
}
.contact{
    display: table;
    width: 100%;
    height: 200px;
    margin-top: 50px;
    padding: 0 20%;
    background-color: #003945;
    color: white;
}

.contact > div{ display: table-row;}
@media (max-width: 1000px) {
    .contact{ padding: 0 5%;}
} 
.contact-text{
    display: table-cell;
    vertical-align: middle;
    width: 600px;}
.contact-text h2 { font-size: 30px;}
.contact-button{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    min-width: 200px;
}
.btn-contact{
    background-color: #ff3464;
    color: white;
    line-height: 3;
    border-radius: 0px;
    width: 149px;
    left: 36px;
    position: relative;
}
.btn-contact:hover{
    border: solid 1px #777;
    color: black;
    background-color: white;}

    @media (max-width: 767px){
        .contact-text{
            display: table-row;
            vertical-align: middle;
            }
        .contact-button{
            display: table-row;
            vertical-align: middle;
            text-align: center; 
            margin-left: 20px;
            height: 80px;
            position:initial;
        }
    }

.footer-div{
    margin: 0 50px;
    padding: 20px 0px 0px;
    color: white;
    max-width: 1160px;
    margin:0 auto;
}
    .footer-menu{
        list-style: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
    }
    .footer-menu li { color: #003945 ;}
    .footer-menu li:hover { color: white;}
    .footer-menu li {
        padding-top: 10px;
        padding-bottom: 10px;
    }   
#bajo-footer{
    border-top: 7px solid #004750;
    padding: 40px 20px;
}
#bajo-footer .modulo-redes-sociales{
    float: right;
}
#bajo-footer .modulo-redes-sociales .inline{
    display: inline-block;
    margin-left: 8px;
}
#bajo-footer .modulo-redes-sociales .color-fuente-destacado {
    color: white;
}
#bajo-footer .grupo-redes-sociales .fa {
    padding: 0 10px;
}


/*BODY*/
body{
    color: black;
    background-color: white;}

/*
 * CONTENT
 */

    /* MAIN */
.main-title{
    font-size: 30px;
    margin-top: 60px
}
.main-faqs{
    margin-top: 20px;
}
.stiker-item{
    width: 280px;
    height: 165px;
    margin: 0 5px 10px;
    padding: 20px 10px 10px 10px;
    background-color: white;
    text-align: center;
    color: black;
    border: solid 1px #ccc;}
.stiker-item:hover, .stiker-item:focus{
    border: solid 1px #777;
    color: black;}
.stiker-item > div{
    height: 90%;
    position: relative;}
.stiker-item > div > p:nth-child(1){
    font-size: 18px;
    line-height: 25px;
}
.stiker-item > div > p:nth-child(2){
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
    width: 100%;}

.video-item {
    width: 250px;
    height: auto;
    margin: 10px 5px 10px;}
.video-item-div {
    width: 100%;
    height: 100%;}
.video-item-div img{
    position: relative;
    filter: blur(1px);
    width: 100%;
    z-index: 1;}
.video-item-div img:hover{ filter: blur(0px);}
.video-item h4{
    position: absolute;
    background-color: rgba(0,0,0, 0.8);
    color: white;
    font-size: 17px;
    max-width: 200px;
    border: 1.5px solid #f1f1f1;
    padding: 1%;
    margin: 0;
    z-index: 2;
    text-align: center;
    line-height: 25px
}
.video-item-div h4:hover + img{ filter: blur(0px);}


@media (min-width: 1500px){
    .video-item { width: 280px;}
    .stiker-item{ width: 230px;}
}
@media (min-width: 1700px){
    .video-item { width: 315px;}
    .stiker-item{ width: 250px;}
}
@media (min-width: 1850px){
    .video-item { width: 350px;}
    .stiker-item{ width: 270px;}
}

/*
 *  SEARCH
 */
.popular-search{
    list-style: none;
    padding-left: 25px;}
.popular-search li{ margin: 10px 0;}
.popular-search-item{ color: #6b6b6b;}
.popular-search-item:hover{
    color: black;
    font-weight: bold;}

.search-link > a{
    color: black;
    text-decoration: underline;}
.search-link > a:hover{
    font-weight: bold;} 

    .search-preview{ padding-left: 10px}

    .search-link-more{ color: #555;}
    .search-link-more:hover{ 
        color: black;
        text-decoration: underline;}

.pagination>.active>a , .pagination>.active>a:hover{
    z-index: 3;
    color: #fff ;
    background-color: black;
    border-color: black;}
.pagination>li>a{ color: black;}
.pagination>li>a:hover{ 
    color:black;
    background-color: #ddd;
    border-color: #ddd;}
.pagination>li:first-child>a{
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;}
.pagination>li:last-child>a{
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.highlighted-string{
    background-color: transparent;
    color: #13540c;
}

/*
 *    SHOW & ARTIKEL
 */

/* Menu */
.side-menu{
    display: inline-block;
    padding: 1%;}
.side-menu> ul > li:first-child{ padding-left:0px;}
.side-menu  ul  li > button{
    vertical-align: inherit;
    background-color: transparent;
    margin-left: 5px;
    border-radius: 0px;}
@media (max-width: 767px) {
    #side-menu{ 
        text-align: center;
        width: 90%;
        margin: 0 5%;
        border: solid 1px #ccc;}
    #side-menu-movil > li > ul{ border-top: 2px solid black;}
    #side-menu-movil > li > ul > li:hover { background-color: #ccefcb;}
}

.list-group{ margin: 0%;}
.list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    padding-right: 3px;
    border: none;   
    background-color: transparent;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;}

.menu-btn { 
    position: absolute;
    right: 20px;}
.menu-btn:focus{ outline: none;}

@media (min-width: 768px) { }
#category{ right: 23px; color: #333}
.category{ 
    font-size: 1.2em;
    color: black;}
.subcategory{ color: #181818;}
.article{ 
    font-size: 0.9em;
    color: #888;}
.category:hover, .subcategory:hover, .article:hover{ 
    font-weight: bold;
    color: c;}
@media  (max-width: 1050px) {
    .category{ font-size:  1em;}
    .subcategory{ font-size: 0.9em;}
    .article{ font-size: 0.8em;}
}


/*content artikel*/
.content{
    border-left: solid 1px #ccc;
    padding-left: 20px;
    padding-right: 20px;}
@media (max-width: 767px) {
    .content{ border-left: none; }
}

.share-buttons{ margin-top: 10px;}
.share-buttons a{ color: black;}
.share-buttons a:hover{ color: #8abd88;}

#artikle-title{ margin-top: 0px;}

.description{ margin: 20px;}
.answer{ margin: 30px 0;}
    
.info-box{
    margin-top: 1%;
    background-color: #ccefcb;
    padding: 5px;}
.info-box-item{ 
    padding: 0 5%;
    font-size: 0.90em;
    color: #666;
}
.link{
    margin-right: 20px;
    color: #666;
    cursor: pointer;}
.link:hover{ 
    color: #666;
    text-decoration: underline;}

.link-blue{
    color: #3366BB;
    cursor: pointer;}
.link-blue:hover{ 
    color: #3366BB;
    text-decoration: underline;}

.title-section{
    border-bottom: 1px solid #cccccc;
    color: #666;
}
.box-text{
    background-color: white;
    border: 1px solid #ccc;
    margin: 5px 20px;
}
.user-comment{ 
    
    padding: 5px 15px;}
.body-comment{ 
    margin-bottom: 10px;}
.name-comment{
    font-weight: bold;
    color: black;}
.name-comment:hover{
    color: black;
    text-decoration: underline;}
.date-comment{
    color: grey;
    font-size: 85%;}

.related-artikels-box{
    background-color: #ddffd4;
    margin: 5px 20px;}
.related-artikels > ul{ margin: 10px 0;}

.related-artikels a{ 
    color: black; 
    cursor: pointer;}
.related-artikels a:hover{ text-decoration: underline;}

.comment-form{ margin: 5px 20px;
}
.form-input{
    width: 100%;
    line-height: 30px;
    padding-left: 10px;
    margin: 5px 0px;
    font-weight:normal;}
.form-input::placeholder{
    color: grey;
    font-style: italic;}
.form-select{
    height: 34px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
}
.btn-submit{
    background-color: black;
    color: white;
    min-width: 100px;
    font-size: 110%;
    line-height: 2;
    border-radius: 0px;
    margin-bottom: 10px;}
.btn-submit:hover{
    background-color: transparent;
    border: 1px solid black;
    color: black;
}


/*
    ASK
*/

#captcha-button > i{
    font-size: 20px;
    color:  #337ab7;
}
.ask-contact-header{
    text-align: center;
    margin-bottom: 40px;
}
.control-label { text-align: left !important;}

/*
    CONTACT
*/

.aside-contact{
    border: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    position: sticky;
    top: 25%;
}
.phone a, .email a{ color: #3366BB;}
.phone a:hover, .email:hover{
    color: #3366BB;
    text-decoration: underline;
}


/*
    FORO
*/

.foro-questions{ margin-top: 20px;}
.foro-questions h3{ color: grey;}
.foro-questions > div:nth-child(2){ border-top: 1px solid black;}

.question-block{
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.link-question{ 
    color: black;
    cursor: pointer;}
.link-question:hover{ color: black;}
.link-question:hover > .question-title{
    color: black;
    text-decoration: underline;
}
.question-title{
    font-size: 120%;
}
.question-category a{ color:grey;}
.question-category a:hover{ text-decoration: underline;}

.question-status{ 
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
}
.question-status a{ 
    color: black;
    text-decoration: underline;
    font-size: 110%;}

.balloon{
    display: inline-block;
    height: 85px;
    margin-left: 6px;
    margin-bottom: 6px;
    padding: 20px 0px 0;
    text-align: center;
    font-size: 80%;
    line-height: 20px;
    width: 85px;
    border-radius: 50%;
    color: white; 
}
.not-answered{
    padding: 3%;
    background: #9993;
    border: 1px solid grey;
    text-align: center;
}

.comments{ background-color: #9E9E9E;}

.visits{background-color:#181818;}

.btn-foro-new-question {
    margin-top: 40px;
    text-align: center;}
.btn-foro-new-question  a{
    padding: 2% 6%;
    background-color: black;
    border: 1px solid transparent;}
.btn-foro-new-question button{
    background-color: transparent;
    border: none;}
.btn-foro-new-question  a{ color: white;}
.btn-foro-new-question  a:hover{
    background-color: white;
    border: 1px solid #777;
    color: black;}

/*
    QUESTION ADD
*/

.question-note {
    margin-bottom: 2%;
    text-align: center;
}
.question-note  div {
    width: 80%;
    font-size: 90%;
    color:#444;
    margin: auto;}


.control-label-category{ color: grey;}
.control-label-category a{ color: grey;}
.control-label-category a:hover{
    color: grey;
    text-decoration: underline;
}

.box-text-question {
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px 30px;
}

.client-text-add{ margin: 50px 0 30px;}
.icon-panel{ margin: 0 10px;}

.client-question{
    text-align: center;
    margin-bottom: 30px
}

.alert { border-radius: 0px !important;}
.panel { border-radius: 0px !important;}
.captcha-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/*Cookies banner*/
#cookies{
    background-color: #eeeeeec2;
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
}
#cookies > div > p{ margin: 0;}
.btn-cookies{
    background-color: black;
    border-radius: 0px;
    color: white;
    margin: 5px 0 0;
}
.btn-cookies:hover{
    background-color: white;
    color: black;
}

.navbar-default .navbar-toggle {
    border-color: #003945;
}
button#menu-collapsed {
    background-color: #003945;
}

button#menu-collapsed .icon-bar {
    background-color: white;
}
#panel_categorias_home, #panel_categorias_home li ul {
    display: table;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-left: 20px;
    width: 100%
}
#panel_categorias_home .categoria_principal_listado {
    display: inline-block;
    margin-bottom: 50px;
}

#panel_categorias_home .categoria_principal_listado ul {
    list-style-type: none;
}
.link_faq{
    margin-bottom: 15px;
    width: 95%;
}
.link_faq a {
    color: #003945;
}
.link_faq a:hover {
    font-weight: bold;
}
.link_faq.link_faq_see_more {
    margin-top: 10px;
}
.categoria_principal_listado{
    width: 33%;
}
.categoria_principal_listado h2 {
    font-weight: 600;
    width: 95%;
}

@media (max-width: 1100px){
    .categoria_principal_listado{
        width: 50%;
    }   
}

@media (max-width: 767px){
    #search2 .tt-menu {
        width: 111%;
    }
    #panel_categorias_home .categoria_principal_listado{
        width: 100%;
        margin-bottom: 20px; 
    }
    #panel_categorias_home  .categoria_principal_listado h2{
        margin-top: 0px;
    }
    #panel_categorias_home .categoria_principal_listado ul {
        padding-top: 0px;
    }
    .main-faqs {
        margin-top: 0px;
    }
    #cta_main_text hr {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .contact {
        margin-top: 0px;
    }
    .btn-contact {
        left: 0px;
    }
    .modulo-redes-sociales i {
        font-size: 1.2em;
    }
    #bajo-footer #copyright {
        font-size: 0.9em;
    }
    .search-header .title {
        line-height: 50px;
    }
    .search-header .search-bar .bar {
        height: 44px;
    }
    .navbar-default {
        z-index: 10;
    }
    #bajo-footer .grupo-redes-sociales .fa {
        padding: 0 5px;
    }
}

.posteum_text_artikle {
 color: #ff3464;
 font-weight: 800;   
}
