main {
min-height: 100px !important;
}
/*headerMain*/
.MaskFondo {
background-image: linear-gradient(to bottom, #000000, #cf1f2d);
background-position: center;
background-size: cover;
}
.Mask {
min-height: 126px;
}
.Header-text {
height: 44px;
font-size: 23px;
font-weight: 500;
font-style: italic;
font-stretch: normal;
line-height: 1.26;
letter-spacing: 0.6px;
text-align: center;
color: #ffffff;
}
/*ACORDION*/
.accordion{
border-radius: 3px; 
webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.accordion p {
font-size: 1rem;
}
.accordion .fa.fa-angle-down {
margin-top: -10px;
}
.accordion a > h3{
	color: #005189;
}
.accordion a > h3 i{
	transition: all .5s cubic-bezier(.5,0,.3,1);
	 transform: rotate(0deg);
}
.accordion a[aria-expanded="true"] > h3 i{
	 transform: rotate(180deg);
}
.card-header{
background: white;
border-bottom: unset !important; 
}
/*-------------------------MEDIA QUERYS-----------------------*/
/*LG -LARGO */
@media (max-width: 1200px){
}
/*MD - MEDIANO*/
@media (max-width: 992px){
	.accordion p {
font-size: 12px;
}
.pregunta-frecuente-titulo{
	font-size: 15px;
}
.fa-angle-down {
    font-size: 1em !important;
}
.accordion .fa.fa-angle-down {
top: -8px;
    position: relative;

}

}
/*SM - PEQUEÑO*/
@media (max-width: 768px){

}
/*XS - EXTRA PEQUEÑO*/
@media (max-width: 576px){
		.card {
    border-radius: 0rem;
}
}