/* 

Azul (institucional): F5654B 
Azul (claro): 6d98e2 
Gris: aeadad 
Blanco: ffffff 
Negro: 000000

*/
/* *{
    font-family: 'SNF'
}

@font-face {
    font-family: 'SNF';
    src:  url('assets/san_francisco-webfont.woff2') format('woff2'),
        url('assets/san_francisco-webfont.woff') format('woff');   
  } */
  .cont-sup{
    margin-top:5%;
    }   

    .btn-blanco{
        border-radius: 9px 9px 9px 9px;
        border:0!important;
        -webkit-box-shadow: 0px 0px 23px 3px rgba(145, 145, 145, 0.35);
        -moz-box-shadow: 0px 0px 23px 3px rgba(145, 145, 145, 0.35);
        box-shadow: 0px 0px 23px 3px rgba(145, 145, 145, 0.35);
        width: 100%;
        padding: 14px;
        font-size: 13px;
        color: #707070;
        margin-bottom: 15px;
    }

  .btnFacebook{
        display:block;
        background-color: #3b5998;
        color: white;
        padding: 10px;
        width: 100%;
        font-size: 13px;
        border-radius: 9px 9px 9px 9px;
        text-align: center;
    }

    .btnFacebook:hover{
        color:white;
        text-decoration:none;
        background-color: #4160a3;
    }

  #titulos{
        font-weight: 800;
        color: #707070;
        font-size: 17px;
        margin-bottom: 20px;
    }

  .contenedor{
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }

    #imgLogo
    {
        width: 66%;
        margin-bottom: 20px;
    }
    #imgLogo2
    {
        width: 30%;
        margin-bottom: 20px;
    }

    .subtitulos{
        color: #707070;
        font-size: 13px;
        margin-bottom: 20px;
    }


  .loginInputs
  {
    border-radius: 9px 9px 9px 9px;
    border:0!important;
    -webkit-box-shadow: 0px 0px 23px 3px rgba(145, 145, 145, 0.35);
    -moz-box-shadow: 0px 0px 23px 3px rgba(145, 145, 145, 0.35);
    box-shadow: 0px 0px 23px 3px rgba(145, 145, 145, 0.35);
    width: 100%;
    padding: 14px;
    font-size: 16px;
    color: #707070;
    margin-bottom: 15px;
    -webkit-appearance: none;
}

.modal{
    top:10%!important;
}



.blueCards{
    background-color: #F5654B;
    color: white;
    /* padding: 20px; */
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
}

#titles{
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
}

#profileHome{
    width: 70px;
    margin-top: -7px;
    margin-left: 10px;
}
#logo_comercio{
    width: 70px;
    margin-top: -2px;
    margin-left: 2px;
}

#nameCard1{
    font-weight: 700;   
    font-size: 28px;
}

#qr{
    width: 70%;
}

.cardQR{
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(119,119,119,0.51);
    -moz-box-shadow: 0px 0px 14px 2px rgba(119,119,119,0.51);
    box-shadow: 0px 14px 14px 2px rgba(119,119,119,0.51);
}

.whiteCards{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
    box-shadow: 2px 10px 20px 0px #aeadad;
}

.navPigui{
    background-color: #F5654B;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    overflow-y: scroll!important;
    
   
    border-radius: 10px;
    bottom: 11px;
    z-index: 9999;
}

.cadsWhiteRewards{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
    box-shadow: 2px 10px 20px 0px #aeadad;
}

.cardBlueRewards{
    background-color: #F5654B;
    color: white;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 10px;
  
}

.list-group-item{
    border-radius: 10px!important;
    background-color: #F5654B;
    padding: 1px;
    text-align: center;
}

.list-group-item{
    border-radius: 9px 9px 9px 9px;
    margin: auto;
    border:0!important;
}

.list-group{
    z-index: 9999;
}

#iconNav{
   fill: white;
   font-size: 30px;
}

#nameCard1{
    white-space: pre;
    display: block;
}

#letterNormal{
    display: block;
}

#nombreNegocio{
    font-size: 18px;
    font-weight: 800;
}
#piguiPoints{
    color: #F5654B;
    font-size: 17px;
    font-weight: 800;
}

#dirNegocio{
    font-size: 15px;
}
#back{
    color: black;
}

#back:hover{
    color: black;
    text-decoration: none;
}

#textBlueDetails{
    margin-top: 1rem;
    color: white;
    font-weight: 800;
    text-align: center;
    font-size: 20px;
}

#subTextDetailsWhite{
    color: white;
    text-align: center;
    font-size: 14px;
}

#subTextDetailsBlack{
    margin-top: 1rem;
    text-align: center;
    font-size: 14px;
    margin-bottom: 4px!important;
}

#tittlesContact{
    font-weight: 500;
}

#subtittlesName{
    font-weight: 500;
}

.loginFacebookN{
    border: 0!important;
    color: white;
    background-color: #F5654B;
    border-color: #F5654B;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    border-radius: 9px 9px 9px 9px;
}

.btn-pigui{
    border: 0!important;
    color: white;
    background-color: #F5654B;
    border-color: #F5654B;
    width: 88%;
    padding: 17px;
    border-radius: 9px 9px 9px 9px;

}
.btn-pigui:hover{
    color: #fff;
    font-weight: bold;
}

.flechaRewards{
    color:#F5654B; 
    font-size:30px; 
    margin-top:20px;
}
.iconoRewards{
    color:#F5654B; 
    font-size:30px; 
    margin-top:20px;
}

@media only screen and (max-width: 320px) 
 {
    .modal{
        top:3%!important;
    }

    #profileHome {
        width: 55px;
        margin-top: 8px;
        margin-left: -6px;
    }
    #logo_comercio {
        width: 55px;
        margin-top: 8px;
        margin-left: -6px;
    }
    #letterNormal{
        font-size: 12px;
    }
    #nameCard1 {
        font-size: 24px;
    }

    #nombreNegocio {
        font-size: 17px;
    }
    #piguiPoints {
        font-size: 17px;
    }
    #dirNegocio {
        font-size: 13px;
    }
    .flechaRewards{
        font-size: 30px;
        margin-top: 36px;
    }
    .iconoRewards{
        font-size: 25px;
        margin-top: 20px;
    }

    #titles {
        font-size: 20px;
    }

    #textBlueDetails {
        font-size: 17px;
    }

    #subTextDetailsWhite {
        font-size: 13px;
    }

    #tittlesContact{
        font-size: 10px;
    }

    #subtittlesName{
        font-size: 12px;
    }
    .btn-pigui{
        font-size: 12px;
    }
}



@media only screen and (max-width: 375px)  
{
    #piguiPoints {
        font-size: 15px;
    }
    #nombreNegocio {
        font-size: 14px;
    }
    #dirNegocio {
        font-size: 13px;
    }
    #letterNormal{
        font-size: 13px;
    }
    #nameCard1 {
        font-weight: 700;
        font-size: 22px;
    }
    .blueCards {
        line-height: 18px;
    }
    #profileHome {
        width: 65px;
        margin-top: -7px;
    }

    #logo_comercio {
        width: 65px;
        margin-top: 27%;
    }

    #tittlesContact{
        font-size: 11px;
    }

    #subtittlesName{
        font-size: 11px;
    }
    .btn-pigui{
        font-size: 13px;
    }

}


@media only screen and (min-width: 375px) and (max-width: 768px)  
{
    #piguiPoints 
    {
        font-size: 15px;
    }
    #nombreNegocio {
        font-size: 14px;
    }
    #dirNegocio {
        font-size: 13px;
    }
    #letterNormal{
        font-size: 12px;
    }
    #nameCard1 {
        font-weight: 700;
        font-size: 22px;
    }
    .blueCards {
        line-height: 18px;
    }
    #profileHome {
        width: 65px;
        margin-top: -7px;
    }

    #logo_comercio {
        width: 65px;
        margin-top: 27%;
    }

    #tittlesContact{
        font-size: 11px;
    }

    #subtittlesName{
        font-size: 11px;
    }
    .btn-pigui{
        font-size: 13px;
    }

}



@media only screen and (min-width: 768px) and (max-width: 1024px) 
{
    .subtitulos { 
        margin-bottom: 30px;
    }
    .cont-sup{
        margin-top:25%;
    }
    #imgLogo{
        width: 50%;
    }
    .altoLinea{
        line-height: 29px;
        margin-top: -9px;
    }
     #piguiPoints {
        font-size: 25px;
    }
    #nombreNegocio {
        font-size: 25px;
    }
    #dirNegocio {
        font-size: 15px;
    }
    #letterNormal{
        font-size: 25px;
        display: inline;
        display: flex;
    }
    #letterNormal:before{
        content: "\a ";
        white-space: pre;
    }
    #nameCard1 {
        font-weight: 700;
        font-size: 35px;
        display: inline;
    }
    
    #profileHome {
        width: 82px;
        margin-top: -2px;
        margin-left: 112px;
    }

    #logo_comercio {
        width: 82px;
        margin-top: -2px;
        margin-left: 25px;
    }


    #tittlesContact{
        font-size: 16px;
    }

    #subtittlesName{
        font-size: 20px;
    }
    .btn-pigui{
        font-size: 20px;
    }

    .flechaRewards {
        margin-top: 14px;
    }
    .iconoRewards {
        margin-top: 14px;
    }

    #textBlueDetails {
        font-size: 25px;
    }
    #subTextDetailsWhite {
        color: white;
        text-align: center;
        font-size: 15px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1500px) 
{
    .subtitulos {
        margin-bottom: 30px;
    }
    .cont-sup{
        margin-top:25%;
    }
    #piguiPoints {
       font-size: 25px;
   }
   #nombreNegocio {
       font-size: 25px;
   }
   #dirNegocio {
       font-size: 15px;
   }
   #letterNormal{
       font-size: 25px;
   }
   #nameCard1 {
       font-weight: 700;
       font-size: 35px;
       line-height: 32px;
   
   }
   .blueCards {
       line-height: 18px;
   }
   #profileHome {
       width: 82px;
       margin-top: -2px;
       margin-left: 186px;
   }
   #logo_comercio {
    width: 82px;
    margin-top: -2px;
    margin-left: 50px;
}



   #tittlesContact{
       font-size: 16px;
   }

   #subtittlesName{
       font-size: 20px;
   }
   .btn-pigui{
       font-size: 20px;
   }

   .flechaRewards {
       margin-top: 14px;
   }
   .iconoRewards {
    margin-top: 14px;
}

   #textBlueDetails {
       font-size: 25px;
   }
   #subTextDetailsWhite {
       color: white;
       text-align: center;
       font-size: 15px;
   }
}

