/*/////////////////////////////////////////////// BANNER ///////////////////////////////////////////////*/
#contenedor-cookies {
    display: none;
    position: fixed;
    width: 100%;
    color: black !important;
    bottom: 0px;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.75);
    padding: 35px 15% 35px 15%;
  }

  .titulo-texto-cookies {
    font-size: 30px;
    color: black!important;
    margin-bottom: 18px;
    font-weight: 500;
  }

  .texto-cookies p {
    font-size: 15px;
    padding-bottom: 1%;
  }

  .texto-cookies {
    font-size: 15px;
    padding-bottom: 1%;
    line-height: 2rem;
  }

  .btn-cookies {
    font-weight: 600;
    background-color: #ffffff;
    color: black;
    padding: 10px 30px;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 75px;
  }

  #btn-aceptar-cookies {
    border: 2px solid #124734;
  }

  #btn-rechazar-cookies,
  #btn-configurar-cookies {
    border: 1px solid #124734;
  }

  @media (max-width: 1300px) {
    #contenedor-cookies {
        padding: 30px 5% 30px 5%;
    }
  }

  @media (max-width: 800px) {
    .contenedor-contenido-cookies {
      flex-direction: column;
    }

    .titulo-texto-cookies {
      font-size: 20px;
      margin-bottom: 15px;
    }

    .texto-cookies {
      width: 100%;
    }

    .texto-cookies p {
      font-size: 14px;
    }

    .texto-cookies a {
      font-size: 14px!important;
      color: #124734!important;
    }

    .contenedor-boton-aceptar {
      width: 100% !important;
    }

    #btn-ok-banner-cookies {
      padding: 10px 24px !important;
    }
  }

  @media (max-width: 576px) {
    .btn-cookies {
      display: block;
      margin: 10px auto;
    }
  }
  /*/////////////////////////////////////////////// FIN  BANNER ///////////////////////////////////////////////*/



  /*/////////////////////////////////////////////// MODAL ///////////////////////////////////////////////*/
  .modal-cookies {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    overflow-y: scroll;
  }

  .modal-cookies-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    border-radius: 20px;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
  }

  .cerrar-modal {
    color: black!important;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .cerrar-modal:hover,
  .cerrar-modal:focus {
    color: #292929;
    cursor: pointer;
  }

  .modal-cookies-header {
    padding: 5px 25px;
    border-bottom: 1px solid black;
  }

  .modal-cookies-header .titulo-modal-cookies {
    font-size: 22px !important;
    text-align: center;
    color: black!important;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .modal-cookies-body {
    padding: 15px 25px;
  }

  .modal-cookies-body .subtitulos-modal-cookies {
    color: black!important;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .modal-cookies-body p {
    color: black!important;
    margin: 8px 0 10px 0;
  }

  .contenedor-cookie-modal {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 15px;
  }

  .contenedor-cookie-modal p {
    margin: 0;
  }

  .estado-cookies {
    cursor: pointer;
  }

  .col-1-cookie {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 0;
  }

  .modal-cookies-footer {
    padding: 15px 25px;
  }

  .modal-cookies-footer p {
    padding-bottom: 18px;
  }

  #btn-cerrar-modal-footer {
    text-transform: uppercase;
    background-color: white;
    border: 1px solid #124734;
    font-size: 0.9em;
    color: #292929;
    padding: 15px 32px !important;
    font-weight: 600;
    cursor: pointer;
  }

  @media (max-width: 1400px) {
    .modal-cookies-content {
        width: 90%;
    }
  }

  @media (max-width: 800px) {
    .modal-cookies-content {
        width: 96%;
    }

    .modal-cookies-body {
        font-size: 0.9em;
    }
  }
  /*/////////////////////////////////////////////// FIN MODAL ///////////////////////////////////////////////*/



  /*/////////////////////////////////////////////// BOTONES ///////////////////////////////////////////////*/
  #btn-ok-cookies {
    text-transform: uppercase;
    background-color: white;
    border: 2px solid #124734;
    font-size: 0.9em;
    color: #292929;
    padding: 15px 32px !important;
    font-weight: 600 !important;
    margin: 5px;
    cursor: pointer;
  }

  #btn-ok-cookies:hover {
    background-color: #333333;
    border: 2px solid #333333;
    color: #ffffff;
  }

  #boton-quitar-cookies {
    text-transform: uppercase;
    background-color: white;
    border: 1px solid #124734;
    font-size: 0.9em;
    color: #292929;
    padding: 15px 32px !important;
    font-weight: 600;
    margin: 5px;
    cursor: pointer;
  }

  #boton-quitar-cookies:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
  }

  #boton-modal-cookies {
    text-transform: uppercase;
    background-color: white;
    border: 1px solid #124734;
    font-size: 0.9em;
    color: #292929;
    padding: 15px 32px !important;
    font-weight: 600;
    margin: 5px;
    cursor: pointer;
  }

  #boton-modal-cookies:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff;
  }
  /*/////////////////////////////////////////////// FIN BOTONES ///////////////////////////////////////////////*/



  /*/////////////////////////////////////////////// TEXTO ESTADO ///////////////////////////////////////////////*/
  #estado-cookies-global {
    margin: 12px 0 12px 0;
  }

  .cookies-aceptadas-estado {
    color: green!important;
    display: inline;
  }

  .cookies-rechazadas-estado {
    color: red!important;
    display: inline;
  }

  .cookies-sin-determinar-estado {
    color: #666666!important;
  }

  #estado-cookies-global span {
    color: black!important;
  }

  /*/////////////////////////////////////////////// FIN TEXTO ESTADO ///////////////////////////////////////////////*/



  /*/////////////////////////////////////////////// ANIMACION ///////////////////////////////////////////////*/
  @-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
  }

  @keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
  }
  /*/////////////////////////////////////////////// FIN ANIMACION ///////////////////////////////////////////////*/