/* ESTILS   */
/* FONTS */
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
li,
label {
    font-family: 'Oxygen', sans-serif;
    font-weight: lighter;
}

h1.clasetitol {
    color: white;
    font-size: 46px;
    line-height: 49px;
    font-weight: 500;
    max-width: 700px;
    margin: auto;
}

.h2,
h2 {
    font-size: 22px;
    color: black;
    font-weight: bold !important;
}

h2.titolblogportada {
    min-height: 50px;
    font-weight: bold !important;
}

h2.titolblogportada a {
    font-size: 20px;
    text-decoration: none;
}

h2 a {
    font-weight: bold !important;
    text-decoration: underline;
    font-size: 30px;
}

.h4,
h4 {
    font-size: 20px !important;
    font-weight: bold !important;
}

.h5,
h5 {
    font-size: 24px !important;
    font-weight: bold !important;
}

a {
    color: black;
}

b,
strong {
    font-weight: 500 !important;
}

a:focus,
a:hover {
    color: #E91E63;
    text-decoration: none;
}

.text-medium {
    font-size: 18px;
    margin: 0px 0px 20px;
    line-height: 23px;
}

/* HEADER */
g12avbar-inverse .navbar-nav>li>a {
    font-size: 1.2em !important;
}

.navbar-nav>.active>a {
    color: black !important;
    background-color: white !important;

    text-decoration: underline;
    text-decoration-color: #E91E63;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: white;
}

.navbar-inverse {
    background-color: #E91E63;
    border-color: white;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.navbar-inverse .navbar-toggle {
    border: 1px solid white;
    border-radius: 10px;
    overflow: hidden;
}

.input-group.rara .form-control::placeholder {
    color: white;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-bottom: -2px;
    border: none;
}

.input-group.rara {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 146px;
    float: right;
    margin: 10px 0px 0px 0px;
}

.input-group.rara .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background-color: transparent;
    background-image: none;
    border: none;
    border-left: 1px solid white;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

span.glyphicon.glyphicon-search {
    color: white;
}


/* BODY */

.badge {
    background-color: #E91E63 !important;
    border: 1px solid white;

}

p.infotitolportada {
    text-transform: uppercase;
}

.espaititol {
    height: 300px;
    display: table !important;
    background-color: #E91E63;
    margin-bottom: 30px;
}

.divtittle {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
}

.ximpum {
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 20px;
    font-size: 16px;
    border: 1px solid #E91E63;
    border-radius: 20px;
    margin-top: 10px;
    max-width: 300px;
    z-index: 999;
}

.btn-default {
    color: #333;
    background-color: transparent;
    border-color: white;
    border-radius: 0px;
}

.btn-default:hover {
    background-color: #000000 !important;
}


.botoblog {
    background: #232323;
    border-color: #232323;
    margin-top: 20px;
    color: #fff;
    font-size: 9px;
    padding: 1px 17px;
    line-height: 22px;
    display: inline-block;
    border: 2px solid transparent;
    letter-spacing: .5px;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin-bottom: 30px;
}

.botoblog:hover {
    background: transparent;
    color: #232323;
    border: 2px solid black;
}

img.svggg {
    width: 20px;
    margin: 20px;
}

img.svgggg {
    width: 30px;
    margin: 10px;
}

img.sv {
    width: 30px;
    margin: 10px;
    border: 1px solid;
    border-radius: 50%;
}

img.svfoot {
    width: 20px;
    margin: 0px 4px;
}

img.sv:hover {
    background-color: rgba(202, 202, 202, 0.7);
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-inline-start: 20px;
}










/* BODY */

/* COMPARTIR */

.bram {
    padding: 30px 0px;
    z-index: 999;
}

.xaxa {
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.xuxu {
    position: relative;
    display: inline-block;
}

.xuxu::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 99%;
    display: block;
    border-bottom: 1px solid;
    right: 100%;
    margin-right: 25px;
    opacity: .15;
}

.xuxu::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 99%;
    display: block;
    border-bottom: 1px solid;
    left: 100%;
    margin-left: 25px;
    opacity: .15;
}

/* COMENTARIS*/

.wella {
    border: 1px solid #cacaca;
    background-color: white;
    padding: 30px;
    z-index: 999;
}

/* SIDEBAR */

.abb {
    position: absolute;
}

.ficed {
    width: 300px;
    left: auto;
    position: absolute;
    top: 0px;
    border: 1px solid rgba(233, 30, 99, 0.6);
    border-radius: 10px;
}

.grantitol {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
    color: #232323;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.grantitol span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.grantitol:after {
    content: "";
    display: inline-block;
    width: 100%;
    background: #E91E63;
    height: 1px;
    top: 50%;
    position: absolute;
}



/*UTILS*/

h2.missatgebad {
    position: fixed;
    color: red;
    background-color: white;
    padding: 30px;
    border: 1px solid red;
    top: 300px;
}

h2.missatge {
    position: fixed;
    color: green;
    background-color: white;
    padding: 30px;
    border: 1px solid green;
    top: 300px;
}

.mb50 {
    margin: 0px 0px 15px 15px;
}

.mt30 {
    margin-top: 30px;
}

.fixed {
    position: fixed;
}

.np {
    padding: 0px;
}

.row.np {
    margin: 0px;
}

div#arrowup {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: block;
}

div#arrowup a:hover {
    color: #cacaca;
    border: 1px solid #cacaca;
    border-radius: 50%;
}

/*FOOTER*/
footer {
    margin: 0px 0;
    position: relative;
    background-color: white;
    padding: 50px 0px 30px;
}

footer.container-fluid {
    border-top: 1px solid #E91E63;
}

.pager li .active_link {

    background: #FF8C00;
}

/*RESPONSIVE*/
@media screen and (max-width: 992px) {
    .abb {
        position: relative;
    }

    .ficed {
        width: 100%;
        left: auto;
        position: relative;
        top: 0px;
        border: none;
    }

    h1.clasetitol {
        color: white;
        font-size: 25px;
        line-height: 49px;
        font-weight: 500;
        max-width: 700px;
        margin: auto;
    }

}

@media screen and (max-width: 767px) {
    .input-group.rara {
        position: relative;
        display: table;
        border-collapse: separate;
        width: 146px;
        float: left;
        margin: 0px 0px 20px 0px;
    }

    .xuxu::before,
    .xuxu::after {
        display: none;
    }

    h2 a {
        font-size: 24px;
    }
}