.lista-item {
	background: white;
	border-radius: 2px;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(50,50,90,.1);

}

.faq-titulo {
	cursor: pointer;
	font-size: 1.4em;
	color: #074784;
    padding:20px;
}
s
.faq-titulo::before {
	content: '';
	display: inline-block;
	height: 12px;
	width: 24px;
	margin-right: 10px;
	
}

.faq-titulo::after {
	content: '+';
	float: right;
	transition: transform .3s ease;
}

.faq-conteudo {
	padding-left: 5%;
    padding-right: 5%;
    padding-bottom:2.5%;
	color: #6B7C93;
	font-family: Helvetica;
	font-size: .875em;
	line-height: 1.2em;
	display: none;
}
.faq-conteudo1 {
	padding-left: 0%;
    padding-right: 0%;
    margin-left: 1px;
    padding-bottom:2.5%;
	color: #6B7C93;
	font-family: Helvetica;
	font-size: .875em;
	line-height: 1.2em;
    text-align: left;
}

.faq-conteudo ul{
    padding-left: 3%;
}

.trigger-input {
	display: none;
}

.trigger-input:checked + .trigger-wrapper .faq-conteudo {
	display: block;
}

.trigger-input:checked + .trigger-wrapper .faq-titulo::after {
	transform: rotate(45deg) scale(1.08);
}

span{
    margin-left: 2.5%;
    font-weight: 700;
    font-size: 14px;
    color: #888;
    text-align:right;
    letter-spacing: .05px;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 47%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.video-js{
    width: 95% !important;
}
@media (max-width: 550px) {
    .nav-bar{
        display: none;
    }
}
.card {
  width: 227px;
  height: 80px;
    border: none;
  border-radius: 4px;
  background-color: #ffffff;
  color: #074784;
    font-size: 1.5rem;
    text-transform: none;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(50,50,90,.1);
}
.Box {
  width: 100%;
  height: 15px;
  opacity: 0.25;
  box-shadow: inset 0 -1px 0 0 #001133;
    margin-bottom: 25px;2
}
.card1 {
  width: 250px;
  height: 60px;
    border: none;
  border-radius: 4px;
  background-color: #074784;
  color: #ffffff;
    font-size: 1.5rem;
    text-transform: none;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
    float: right;
    box-shadow: 0 2px 6px rgba(50,50,90,.1);
}