@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");

    .multiline {
      white-space: pre-line !important;
    }

    .nowrap {
      white-space: nowrap !important;
    }

    .ftit {
      font-weight: 500 !important;
      font-size: 0.9rem;
      color: #474747;
      margin-bottom: auto !important;
    }


    .form-control {
      height: calc(1.7rem) !important;
      font-size: 0.9rem !important;
    }

    .select2-container--default .select2-selection--single {
      padding: .1rem .75rem !important;
      height: calc(1.7rem) !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 24px !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
      margin-top: 2px !important;
    }

    .select2-container--default .select2-selection--multiple {
      min-height: calc(1.7rem) !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
      margin-bottom: -0.7rem !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li:first-child.select2-search.select2-search--inline .select2-search__field {
      font-size: 0.9rem !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
      margin-top: 0.05rem !important;
    }

    .input-group-text {
      padding: .175rem .75rem !important;
    }

    .btn-group-sm>.btn,
    .btn-sm {
      padding: .12rem .5rem !important;
    }

    .card-body {
      padding: 0 !important;
    }

    .tSubt {
      font-size: 0.9rem;
      text-align: center;
      color: #555555;
      font-weight: 400;
    }

    .pDec {
      margin: 9px auto;
      width: 5%;
      height: 3px;
      background-color: #dddddd;
    }

    .epb {
      margin-bottom: 0 !important;
    }

    .bgTit_1 {
      background: #817c7c url("/frontend/images/flowers.png") repeat bottom left;
      font-weight: 400;
      color: #ffffff;
      font-size: 0.9rem;
      padding: 3px 10px;
      text-align: center;
      margin: 14px auto;
    }

    .bgTit_2 {
      background: #817c7c url("/frontend/images/flowers.png") repeat top right;
      font-weight: 400;
      color: #ffffff;
      font-size: 0.9rem;
      padding: 3px 10px;
      text-align: center;
      margin: 14px auto;
    }

    .sBtn {
      font-size: 0.9rem;
      text-decoration: none;
      color: #9b9b9b;
      -webkit-transition: all 0.4s ease-in-out 0s;
      -moz-transition: all 0.4s ease-in-out 0s;
      transition: all 0.4s ease-in-out 0s;
    }

    .sBtn:hover,
    .sBtn:active {
      text-decoration: underline;
      color: #db0632;
    }

    .sTextoBuscando {
      font-size: 0.9rem;
      color: #dc3545;
      font-weight: 500 !important;
    }

    .pre_wrap {
      white-space: normal !important;
    }

    .table td,
    .table th {
      padding: .25rem .75rem !important;
    }
    /* Adicion cabecera y pie de pagina */
    
    .fonttext {
        font-family: "Barlow", sans-serif;
        color: black;
        font-size: 1.2rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        background-image: url(../images/buscador_flechaRight.svg);
        height: 14px;
        width: 9px;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 15px;
    }
    .enlaceOce {
        text-decoration: none;
        border-bottom: 1px solid white;
        color: #000;
    }
    .enlaceOce:hover {
        text-decoration: none;
        border-bottom: 1px solid #de0032;
        color: #de0032;
    }
    .colorFooter {
        background: #de0032;
    }
    .textFooter1 {
        color: white;
        font-size: 1.1rem;
    }
    .textoEnlaceFooter {
        color: white;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 500;
        text-decoration: none;
        background: #de0032;
        line-height: 1rem;
        margin-bottom: .9rem;
        width: 210px;
        float: left;
    }
    .textoEnlaceFooter:hover {
        color: #de0032;
        background: #ffffff;
    }
    .lineBordeDerecha {
        border-right: 1px solid white; 
        margin-right:20px;
    }
    .titiloSede {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.1rem;
        width: 100%;    
        color: #ffffff;
    }
    .no-ico {
        fill:#fff;
    }
    .no-ico:hover {
        fill:yellow;
    }
    .fondoAmarillo {
        background: #feb71b;
    }
    .ul-reset {
        list-style: none;
        padding: 0;
    }
    .enlaces-footer {
        font-size: 0.88889rem;
        gap: 1.5%;    
        column-count: auto;
        justify-content: center;    
        text-transform: uppercase;
    }
    .enlaces-footer a { 
        color: #000;
        padding: 0rem 1rem;    
    }
    .enlaces-footer a:hover {
        color: #000;
        text-shadow: 0 0 1px #000000;
    }
    #footer .enlaces-footer li:not(:last-child) {
        border-right: 1px solid;
        padding-right: 0.1%;
    }
    .tamanoImagen {
        max-height: 60px;
    }
    @media only screen and (max-width: 767px) {
      .lineBordeDerecha {
        border-right: none; 
        margin-right:0;
      }
      .textoEnlaceFooter {
        width: 100%;
      }
      #footer .enlaces-footer li:not(:last-child) {
        border-right: none;
        padding-right: 0.1%;
      }
      .tamanoImagen {
        max-height: 40px;
      }
    }
    @media only screen and (max-width: 800px) {
      .enlaces-footer a {
        padding: 0rem 0.1%;    
      }    
    }
    .breadcrumb {
      background-color: #fff;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        content: "";
    }
     
