.c-price__payment-option__value {
  font-size:32px!important;
}

.btn-whatsapp a {
	color:#fff; 
	text-decoration:none; 
	display:block; 
}
.outer-whatsapp {
    border:#25d36666 solid 17px;
  width:52px; height:52px;
    right:59px; 
    bottom:44px; 
  display:inline-block;
  z-index:99999999;
  position:fixed; 
  border-radius:50px;
}
.btn-whatsapp {
    position:fixed; 
    right:45px; 
    bottom:30px; 
    transform: translate(-50%, -50%);  
    background-color:rgb(37, 211, 102); 
    width:40px; height:40px; 
    text-align:center; 
    line-height:36px; 
    font-size:1.8em; 
    color:#ffffff; 
    font-weight:100; 
    border-radius:50%;
  -webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
  z-index:99999999;
}

.btn-whatsapp:before,
.btn-whatsapp:after

{

	content: '';
    display:block;
    position: absolute;
    border-radius:50%;
    border:1px solid #25d366;
    left: -20px;
    right: -20px;
    bottom: -20px;
    top: -20px;
    animation: animate 1.5s linear infinite;
    opacity:0;
    backface-visibility:hidden;    
}

.pulsaDelay:after { animation-delay: .5s; }

@keyframes animate {


   0%   { transform: scale(0.5); opacity:0; }
   50%  { opacity:1; }
   100% { transform: scale(1.2); opacity:0; }

}
@media (min-width: 48em) {
  .c-price__payment-options {
    /*width:480px!important;*/
  }
  .c-price__payment-option {
    padding:10px
  }
  .bar-top .col-1 {
    min-width:380px!Important;
  }
}
#footer .content-info-footer {
  min-height:20px!Important;
}

/* RGK-3 */
/*
.page-id-1539 .c-price{
	max-width:calc(50% - 40px)
}
*/

/* RGK-5*/
@media (min-width: 48em) {
	.main-menu-area {
		height: 64px;
	}
}

/* RGK-10 */
@media (max-width: 48em) {
.l-section__content--video iframe {
		height: 50vw;
		width: 100%;
		min-height: fit-content !important;
		}
}