

@font-face {
  font-family: 'Protest Riot';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/protest-riot@latest/latin-400-normal.woff2) format('woff2'),
       url(https://cdn.jsdelivr.net/fontsource/fonts/protest-riot@latest/latin-400-normal.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
    @font-face {
    font-family: 'Familjen Grotesk';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url(https://cdn.jsdelivr.net/fontsource/fonts/familjen-grotesk@latest/latin-400-normal.woff2) format('woff2'),
        url(https://cdn.jsdelivr.net/fontsource/fonts/familjen-grotesk@latest/latin-400-normal.woff) format('woff');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    }

     @font-face {
        font-family: 'Familjen Grotesk';
        font-style: bold;
        font-display: swap;
        font-weight: 400;
        src: url(https://cdn.jsdelivr.net/fontsource/fonts/familjen-grotesk@latest/latin-400-normal.woff2) format('woff2'),
            url(https://cdn.jsdelivr.net/fontsource/fonts/familjen-grotesk@latest/latin-400-normal.woff) format('woff');
        unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    }

    h3, h5, h6, strong {
        font-family: 'Protest Riot', sans-serif;  
    }

    p{
        font-family: 'FamiljenGrotesk', sans-serif;  
    }

    h1,h2{
        font-family: 'FamiljenGroteskBold', sans-serif;  
        color:#282b4d;
    }

    h4{
        font-family: 'FamiljenGroteskBold', sans-serif;  
        color:#282b4d;
        font-size:16px;
    }

    #loading {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
        z-index: 9999; /* Asegura que el loading esté en el frente */
    }
    #header-pedidos {
        height: 350px;
        background: url(../img/header-pedidos.jpg);
        background-position: center;
        background-size: cover;
    }
    
    .txt-orange{color:#d27020 !important;}
    .txt-navy{color:#282b4d;}
    .txt-blue{color:#3d67ad;}

    @media(max-width:600px) {
        #header-pedidos {
            background-position: 650px;
        }
    } 

    .lista-iconos {
        list-style: none;
        padding-left: 0;
        font-family: 'FamiljenGroteskBold', sans-serif;
    }

    .lista-iconos li {
        list-style: none;
        position: relative;
        padding-left: 30px; /* Espacio para la imagen */
        margin-bottom: 5px;
    }

    .lista-iconos li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 16px;
        height: 16px;

        background-image: url("../img/potoapp/Check.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .panel-title{
        font-family: 'FamiljenGroteskBold', sans-serif;
        color:#282b4d;
        text-decoration: none;
        
        /*background-color:#282b4d;*/

    }

    .panel-group{
        font-family: 'FamiljenGrotesk', sans-serif;
        color:#282b4d;
        text-decoration: none;
        /*font-size:20px;*/
    }

    .a hover{
        text-decoration: none;
    }

    .promo-gas {
        background-color: #e9e9ed;
        padding: 20px 15px;
        text-align: center;
        }

        .promo-gas h1 {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 41px;
        font-weight: 800;
        line-height: 1.05;
        letter-spacing: -0.8px;
        }

        .promo-gas h1 > span {
        display: block;
    }
    .app-promo__image {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 22px;
    }

    .app-promo__image img {
        width: 100%;
        max-width: 360px;
        height: auto;
        display: block;
    }
    @media (max-width: 480px) {
        .promo-gas h1 {
            font-size: 28px;
        }
    }

    .accordion-moderno {
    margin-top: 20px;
  }

  .accordion-moderno .panel {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    margin-bottom: 12px;
    overflow: hidden;
  }

  .accordion-moderno .panel-heading {
    padding: 0;
    background: #f5f5f5;
    border: none;
  }

  .accordion-moderno .panel-title a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    position: relative;
  }

  .accordion-moderno .panel-title a:hover,
  .accordion-moderno .panel-title a:focus {
    background: #e9ecef;
    color: #282b4d;
    text-decoration: none;
  }

  .accordion-moderno .panel-title a:after {
    content: "\2212"; /* signo menos */
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 20px;
    font-weight: bold;
    color: #d27020;
  }

  .accordion-moderno .panel-title a.collapsed:after {
    content: "\002b"; /* signo más */
  }

  .accordion-moderno .panel-body {
    padding: 18px 20px;
    background: #fff;
    color: #282b4d;
    line-height: 1.6;
    border-top: 1px solid #eee;
  }
