/*Link do rodape de páginas html*/
.link_do_rodape{
    margin-right:14px !important;
    background-color: rgb(255 255 255 / 10%) !important;
    
    padding-top: 2px !important;
    padding-right: 6px !important;
    padding-bottom: 3px !important;
    padding-left: 4px !important;

    border-top-right-radius: 2px !important;
    border-top-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
    
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-color: rgb(255 255 255 / 50%)!important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}



.size-line1
{
    font-size: 30px;
    margin-bottom: -10px;
    text-transform: uppercase;
}
.size-line2
{
    font-size: 35px;
    margin-bottom: -12px;
}
.size-line3
{
font-size: 22px;
margin-bottom: 0px;
line-height: 42px;
}

.bold2
{
    font-weight: 700;
}
.bold3
{
font-weight: 900;
}

.color-master1
{
    color: #5A6571;
}
.color-master2
{
color: #F9A134;
}


.text-st1
{
max-width: 100%;
font-size: 16px;
margin-top: 22px;
color: #5a6571cf !important;
}


.banner-box
{
    display: flex;
    width: 100%;
}
.banner-box
{
    display: grid;
}

.banner-box {
display: flex;
width: 100%;
}

.display-banner
{
    display: flex;
    margin-left: 100px;
    position: relative;
}

@media screen and (max-width: 1000px) 
{
    .display-banner{
        margin: auto;
        top: 25%;
        text-align: center;
    }
    
    .banner-box
    {
    display: grid;
    }
    .size-line1
    {
        font-size: 30px;	
    }
    .size-line2
    {
    font-size: 30px;
    }
    .size-line3
    {
    font-size: 18px;
    }
}


[page-name='QrCodeEscolherCliente'] i.fas.fa-phone
{
  animation: pulse 0.7s infinite;
  animation-direction: alternate;
  -webkit-animation-name: pulse_icon;
  animation-name: pulse_icon;
}
@-webkit-keyframes pulse_icon {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
  }
}
@keyframes pulse_icon {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}




/*.pulse {*/
/*  animation: pulse 0.7s infinite;*/
/*  animation-direction: alternate;*/
/*  -webkit-animation-name: pulse;*/
/*  animation-name: pulse;*/
/*}*/

/*@-webkit-keyframes pulse {*/
/*  0% {*/
/*    -webkit-transform: scale(1);*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: scale(1.1);*/
/*  }*/
/*}*/

/*@keyframes pulse {*/
/*  0% {*/
/*    transform: scale(1);*/
/*  }*/
/*  100% {*/
/*    transform: scale(1.1);*/
/*  }*/
/*}*/

/*tamanho dos icones */
/*#builder-layout  i:not(.beditorcss).fa-fw {*/
/*    font-size: 20px !important;*/
/*}*/


    
    /*.icon-5x img */
    /*{*/
    /*width: 100px;*/
    /*height: auto;*/
    /*}*/


