@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');*/

/*.tst {font-family: 'Quicksand', sans-serif;}

body{background-color: green;}*/

html, body{margin: 0;padding:0;height: 100%;}

/*body{background-color: black;}*/
body{background-color: #E6E7E8;}

.container{height: 80vh;}

.card{top: 50%;margin-top: -221.5px}

#a-icone{color: yellow;}

#i-icone{float: left;}

.btn-block{width: 170px;}

span a{text-decoration: none!important;}


/*Botão radio na tabela planos*/
.table-responsive tbody tr {
  cursor: pointer;
}
.table-responsive .table thead tr th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.table-responsive .table tbody tr td {
  padding-top: 15px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1000px){.card{width: 75%!important;} }