/* TIPOGRAFIES */

/*POPPINS I VARIANTS */
@font-face {
    font-family: "Poppins-Black";
    src:url('/fonts/poppins/Poppins-Black.ttf') format('truetype'), url('/fonts/poppins/Poppins-Black.woff') format('woff');
}
@font-face {
    font-family: "Poppins-BlackItalic";
    src:url('/fonts/poppins/Poppins-BlackItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-BlackItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Bold";
    src:url('/fonts/poppins/Poppins-Bold.ttf') format('truetype'), url('/fonts/poppins/Poppins-Bold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-BoldItalic";
    src:url('/fonts/poppins/Poppins-BoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraBold";
    src:url('/fonts/poppins/Poppins-ExtraBold.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraBold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraBoldItalic";
    src:url('/fonts/poppins/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraBoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraLight";
    src:url('/fonts/poppins/Poppins-ExtraLight.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraLight.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ExtraLightItalic";
    src:url('/fonts/poppins/Poppins-ExtraLightItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ExtraLightItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Light";
    src:url('/fonts/poppins/Poppins-Light.ttf') format('truetype'), url('/fonts/poppins/Poppins-Light.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Italic";
    src:url('/fonts/poppins/Poppins-Italic.ttf') format('truetype'), url('/fonts/poppins/Poppins-Italic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-LightItalic";
    src:url('/fonts/poppins/Poppins-LightItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-LightItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Medium";
    src:url('/fonts/poppins/Poppins-Medium.ttf') format('truetype'), url('/fonts/poppins/Poppins-Medium.woff') format('woff');
}
@font-face {
    font-family: "Poppins-MediumItalic";
    src:url('/fonts/poppins/Poppins-MediumItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Regular";
    src:url('/fonts/poppins/Poppins-Regular.ttf') format('truetype'), url('/fonts/poppins/Poppins-Regular.woff') format('woff');
}
@font-face {
    font-family: "Poppins-SemiBold";
    src:url('/fonts/poppins/Poppins-SemiBold.ttf') format('truetype'), url('/fonts/poppins/Poppins-SemiBold.woff') format('woff');
}
@font-face {
    font-family: "Poppins-SemiBoldItalic";
    src:url('/fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-SemiBoldItalic.woff') format('woff');
}
@font-face {
    font-family: "Poppins-Thin";
    src:url('/fonts/poppins/Poppins-Thin.ttf') format('truetype'), url('/fonts/poppins/Poppins-Thin.woff') format('woff');
}
@font-face {
    font-family: "Poppins-ThinItalic";
    src:url('/fonts/poppins/Poppins-ThinItalic.ttf') format('truetype'), url('/fonts/poppins/Poppins-ThinItalic.woff') format('woff');
}
.poppins-bk{
    font-family: Poppins-Black !important;
}
.poppins-bki{
    font-family: Poppins-BlackItalic;
}
.poppins-b{
    font-family: Poppins-Bold !important;
}
.poppins-bi{
    font-family: Poppins-BoldItalic;
}
.poppins-eb{
    font-family: Poppins-ExtraBold;
}
.poppins-ebi{
    font-family: Poppins-ExtraBoldItalic;
}
.poppins-el{
    font-family: Poppins-ExtraLight;
}
.poppins-l{
    font-family: Poppins-Light !important;
    font-weight: none !important;
}
.poppins-i{
    font-family: Poppins-Italic;
    font-weight: normal !important;
}
.poppins-r{
    font-family: Poppins-Regular;
    font-weight: normal !important;
}
.poppins-m{
    font-family: Poppins-Medium;
    font-weight: normal !important;
}
.poppins-t{
    font-family: Poppins-Thin;
    font-weight: normal !important;
}
/* END TIPOGRAFIES */

#btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #243f41;
    color: white;
    cursor: pointer;
    /* padding: 10px 17px !important; */
    opacity: 0.5;
    border-radius: 50%;
    height: 30px;
    width: 40px;
    height: 40px;
}

.icon-top{
    background-color: rgb(255, 255, 255);
    -webkit-mask: url('/theme/logos/chevron-up-solid.svg') no-repeat center;
    mask: url('/theme/logos/chevron-up-solid.svg') no-repeat center;
    height: 100%;
}

.logo-lsw{
    max-height: 10px !important;
    margin-top: -3px !important;
    margin-left: 10px !important;
}

.items-tabs-menu{
    width:25%;
}

label {
    color: #7c87a6c7;
}

.d-icon{
    right: 5px;
    top: 30px;
}
.posicionar-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
h3.kt-portlet__head-title > i {
    margin-right: 10px;
}

#navbar {
    /* overflow: hidden !important; */
    background-color: white;
    /* transition: background-color 0.3s ease; Añadimos una transición para suavizar el cambio de color */
    z-index: 4;
}
.navbar-nav{
    /* border-bottom: 2px solid grey; */
    padding-bottom: 20px;
}
.navbar-toggler:focus{
    box-shadow: inherit !important;
}
.navbar-toggler{
    border: 0px solid;
}
.kt-portlet{
    border-radius: 10px !important;
}

/* .sticky .navbar-nav{
    border-bottom: 0px solid transparent !important;
    padding-bottom: 10px !important;
    padding-top: 2px !important;
} */

.nav-link-menu, a.item-sub {
    color: #000;
    font-weight: 900;
}
.nav-link-menu:hover, .nav-link-menu:focus {
    color: var(--brand-color) !important;
}

.nav-subpagines>li {
    list-style: none !important;
    margin-left: -9px !important;
}

a.nav-link-menu.active.open{
    color: var(--brand-color);
}
.btn-brand-link, .btn-search{
    background-color: var(--brand-color) !important;
    color: #fff !important;
    border-radius: 0px !important;
    border: 0px solid transparent;
}
.btn-brand-link:hover{
    background-color: var(--brand-hover) !important;
    color: #fff !important;
}
.navbar-logo-centered .navbar-nav .nav-link-menu{
    padding: .5em 1em;
}
.navbar-brand{
    margin: 0px !important;
}
#top-bar{
    /* background:#000; */
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
}
.nav-subpagines {
    position: absolute;
    /* top: 100%;
    left: 0%; */
    justify-content: normal;
    display: grid;
    /* box-shadow: 0 0 3.76px 0.24px rgb(0 0 0 / 15%); */
}
.item-sub {
    padding: 15px 40px 15px 15px;
    background: #ffffffdf;
    /* border-bottom: 0.5px solid rgb(122, 122, 122); */
    text-align: left;
    color: black;
    color: black;
    text-decoration: none;
    width: 100% !important;
}

.item-sub:hover{
    color: var(--brand-color);
    text-decoration: none;
}

.bb-2{
    border-bottom: 1px solid #00000021;
}

/* END HEADER */
/* OVERRIDE MAX SIZE */

@media (max-width: 1600px) {
    .items-tabs-menu{
        width:50%;
    }
}

@media (max-width: 1400px) {
    .items-tabs-menu{
        width:45% !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
    .items-tabs-menu{
        width:43% !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
    .items-tabs-menu{
        width:42% !important;
    }
}

/*Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
   .items-tabs-menu{
        width:23% !important;
    }

    .kt-login__container {
        position: fixed !important;
        top: 0;
        padding-top: 30px !important;
        width: 85% !important;
    }

    .kt-login__wrapper {
        position: absolute !important;
        left: 0px;
        bottom: 0px;
        display: flex;
        min-height: 80%;
        width: 85% !important;
    }
    #login_bg {
        display: none;
    }

}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .items-tabs-menu{
        width:21% !important;
    }
}

/* END OVERRIDE MAX SIZE */




/* OVERRIDE MIN SIZE */
/* Extra small devices (portrait phones, less than 576px)
    No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
}

/* END OVERRIDE MIN SIZE */

/* LANGS NAV */
#langs-nav .lang_actiu{
    color: black !important;
    font-weight: 500;
}
#langs-nav, #langs-nav-phone {
    font-weight: 300;
    position: relative;
    text-align: center;
    /*per posar-los un sota l'altre
    display: inline;*/
    list-style-type: none;
    text-transform: uppercase;
    display: -webkit-inline-box;
}

#langs-nav li {
    color: #727272 !important;
    line-height: 20px;
    padding-left: 2px;
}
#langs-nav li a {
    color: #727272 !important;
    text-decoration: none;
    opacity: 1;
    font-weight: 200;
}
#langs-nav-phone li, #langs-nav-phone .lang_actiu{
    color: #fff !important;
}

#langs-nav li a:hover, #langs-nav-phone li a:hover{
    text-decoration: none;
    color: black;
}
#langs-nav-phone li a{
    color: #ffffff75;
    line-height: 0px;
    padding: 0px 5px;
}
/* END LANGS NAV */

.tt-request-error{
    color: red !important;
}
.tt-request-success{
    color: green !important;
}

#header{
    position: fixed !important;
    top: 0px;
    width: 100% !important;
    z-index: 2 !important;
}
.section{
    position: relative !important;
}



.opinion-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}
.opinion-header {
    font-weight: bold;
    color: var(--brand-color);
    border-bottom: 1px solid var(--brand-color);
    padding-bottom: 8px;
    margin: 0px 5px !important;
}

.opinion-nombre {
    font-size: 14px;
}

.opinion-fecha {
    color: #666;
    font-size: 0.9rem;
}

