.single-price {
    text-align: center;
    background: #da1313;
    transition: .7s;
    margin-top: 20px;
  }
  .single-price h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 0;
    margin-top: -80px;
    font-family: poppins;
    color: #fff;
  }
  .single-price h4 {
    font-size: 48px;
    font-weight: 500;
    color: #fff;
  }
  .single-price h4 span.sup {
    vertical-align: text-top;
    font-size: 25px;
  }
  .deal-top {
    position: relative;
    background: #7e0505;
    font-size: 16px;
    text-transform: uppercase;
    padding: 136px 24px 0;
  }
  .deal-top::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 0;
    height: 0;
    border-top: 50px solid #7e0505;
    border-left: 175px solid transparent;
    border-right: 183px solid transparent;
  }
  .deal-bottom {
    padding: 56px 16px 0;
  }
  .deal-bottom ul {
    margin: 0;
    padding: 0;
  }
  .deal-bottom  ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: 16px;
    border-top: 1px solid #E4E4E4;
    padding-top: 16px;
    list-style: none;
  }
  .btn-area a {
    display: inline-block;
    font-size: 18px;
    color: #cf0808;
    background: #fff;
    padding: 8px 64px;
    margin-top: 32px;
    border-radius: 4px; 
    border-color: #fff;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
  }
  
  
  .single-price:hover {
    background: #cf0808;
  }
  .single-price:hover .deal-top {
    background: #da1313;
  }
  .single-price:hover .deal-top:after {
    border-top: 50px solid #da1313;
  }
  .single-price:hover .btn-area a {
    background: #fff;
    color: #da1313;
  }

  
  
  
  
  /* ignore the code below */
  
  
  .link-area
  {
    position:fixed;
    bottom:20px;
    left:20px;  
    padding:15px;
    border-radius:40px;
    background:tomato;
  }
  .link-area a
  {
    text-decoration:none;
    color:#fff;
    font-size:25px;
  }

  #footerPlanos {

    background: #eeeeee;
	padding: 30px;
	color: #555555;
	font-size: 14px;
	display: flex !important;
	justify-content: center;

}

#idTextFooter {
    background: #eeeeee !important;
}


