/*
Theme Name: Designedly
Theme URI: https://designedly.ie
Author: Elliot Fernandez
Author URI: https://elliotfern.com/
Description: Theme for intranet's designedly
Version: 1.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

body {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #F9F9F9;
    color:#000000;
    font-family: "motiva-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  /* ESTRUCTURA PRINCIPAL WEB */
  #contenidor_principal {
    padding-top: 50px;
    padding-bottom: 100px;
    max-width: 1200px;
    justify-content: center;
    margin: auto;
  }

/* Estilos adicionales */
.logo {
  max-height: 50px;
}

header .nav-link {
color: white !important;
}

.quadre {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  margin-top:20px;
  border: 1px solid #dee2e6;
}

.quadre2 {
  background-color: #eeeeee;
  padding: 30px;
}

.btnForm {
  background-color: rgb(197, 63, 63);
  color: white;
  font-weight: 700;
}

.content {
  display: block;
}

.hidden {
  display: none;
}

.bold {
    font-weight: bold;
}

.section {
  border-bottom: 3px solid #c53f3e;
}
  
  .container-amplada-total {
    width: 100%;
    background-color: #525151;
  }
  
  .container-amplada-total-footer {
    width: 100%;
    background-color: #000000;
  }
  
  @media all and (max-width: 1000px) {
    #contenidor_principal {
      max-width: 90%;
    }
  }
  
  
  /* HEADER */
  #container-header {
    text-align: center;
    font-weight: bolder;
    min-height: 100px;
    background-color: black !important;
    padding-top: 25px;
    padding-bottom: 40px;
    width: 100%;
  }
  
  #header-titol a:link,
  #header-titol a:visited,
  #header-titol a:hover {
    color: white !important;
    text-decoration: none !important;
  }
  
  @media (min-width: 500px) {
    .fixe {
      height: 100vh;
    }
  }
  
  /* TAULES */
  th,
  td {
    padding: 15px;
  }
  
  /* ESTILS CSS PROPIS */
  trix-editor {
    background-color: white; /* Cambiar el color de fondo a blanco */
    height: 500px; /* Altura del editor Trix, ajustable según tus preferencias */
  }
  
  .links-contactes a {
    color: rgb(0, 0, 0); /* Color del texto de los enlaces */
    text-decoration: none; /* Subrayado para los enlaces */
  }
  
  .derecha {
    text-align: right;
  }
  
  
  .quadre-cercador {
    max-width: 500px!important;
    text-align: left;
  }
  
  /* PAGINACIO */
  #pagination {
    margin-top: 20px;
  }
  
  #pagination a {
    display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
  }
  
  #pagination a:hover {
    background-color: #f0f0f0;
  }
  
  #pagination a.current-page {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
  }
  
  /* SIDEBAR */
  .white {
    color: white!important; /* color de los enlaces */;
    font-weight: bold;
   
}

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .me-2 {
    margin-right: .5rem !important;
  }
  
  .links-sidebar {
      color: white!important;/* color del texto */;
    }
  
    .links-sidebar:link {
        color: white!important; /* color de los enlaces */;
       
    }
    
    .links-sidebar:hover,
    .links-sidebar:active {
        color: white!important; /* color de los enlaces */;
        text-decoration:none!important; /* decoración del texto */;
        font-weight: bold;
       
    }
    
    .link-sortir {
        margin-left: 35px;
        margin-top: 20px;
    }