.coluna-50 {
    background-color: #F8F8F8;
    text-align: center;
    
}

* {
    box-sizing: border-box;
}
body {
    margin:0;
    padding:0;
    height:100%;
	font-family: Montserrat;
    
}
strong {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
    color: #555;
}
ul {
    list-style: none;
    padding: 0;
}
i {
    color: green;
}

   
.container-pricing {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    width: 100%;
}
.container-pricing h1 {
    letter-spacing: 1px;
}
.container-pricing p {
    color: #555;
    letter-spacing: 1px;
}
.pricing-list {
    align-items:center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
}


.pricing-list .item {
    background: #fff;
    border: 1px solid #f1f1f1;
    max-width: 310px;
    padding: 15px 20px 15px 20px;
    width: 100%;
    border-radius: 5px;
}
@media (max-width: 900px) {
    .pricing-list .item {
        
   }
   .pricing-list {
        flex-wrap: wrap;
   }
   .coluna-50 {
       width: 100%;
   }
}


@media (max-width: 700px) {
    .pricing-list .item {
        font-size: 14px;
        flex-wrap: wrap;
    }
}



.pricing-list .item strong {
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.pricing-list .item .pricing-prices {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.pricing-list .item .pricing-prices strong {
    font-size: 40px;
    margin: 0 5px;
}
.pricing-list .item.professional {
    background:rgb(60,94,155);
    border: 0;
    box-shadow: inset 0px 20px 44px -13px rgba(0, 0, 0, 0.31);
    color: #fff;
    position: relative;
    transform: scale(1.06);
}
.pricing-list .item.professional .btn-start {
    border-color: #fff;
    color: rgb(60,90,155);
}
.pricing-list .item.professional .btn-start:hover {
    background: #fff;
    box-shadow: 2px 3px 43px 0px rgba(0, 0, 0, 0.42);
    color: black;
}
.pricing-list .pricing-list-features-item {
    align-items: center;
    display: flex;
    margin: 15px 0;
}
.pricing-list .pricing-list-features-item .fas {
    color: #2ecc71;
    font-size: 12px;
    margin-right: 5px;
}
.btn-start {
    border: 1px solid #545bc4;
    color: black;
    display: block;
    margin-top: 20px;
    padding: 15px 0;
    text-align: center;
    transition: 100ms all linear 0s;
    width: 100%;
}
.btn-start:hover {
    background: #58ba71;
    color: #fff;
}

.button-color {
    background-color: #3c5e9b;
    color: white;
    margin: 2px;
    font-size: 15px;
}

.button-color:hover {
	background-color: rgb(33,44,100);
    color: #58ba71;
}
.btn-secondary {
    color: #fff;
    background-color: #58BA71;
    border-color: #F8F8F8;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #58BA71;
    border-color: #F8F8F8;
}

#footer {
   width:100%;
   height:30px;   /* Mesma Altura do Rodapé */
   
}