
 
/*PLANTILLA DE INSCRIPCION*/
.webform-submission-form .panel-heading .panel-title 
{background-color: #161e36!important;
 color: #fff!important;
 border-radius: 0 30px 0 0 ;
 
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: "charlevoixbold";
    color: #fff!important;
}
element.style {
    margin-bottom: 11px;
    background-color: #161e36!important;
    color: #fff!important;
    border-radius: 0 30px 0 0;
    padding: 10px 15px 10px 15px;
}

.webform-submission-form legend {background-color: #161e36!important;
 color: #fff!important;
 border-radius: 0 30px 0 0 ;
padding: 10px 15px 10px 15px}

@media (min-width: 768px)
  .webform-flex--container > .form-item {
margin-left: -7px}

/*Datos Personales*/

.webform-submission-form .webform-flex--container [class*="col-"] {
float: left;
}


/*boton final*/
.webform-confirmation__message, .webform-confirmation__back 
{
   background-color: #16264D;
    padding: 39px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    font-weight: bold;
}
.webform-confirmation__message, .webform-confirmation__back {
    margin: 23px 18px 1em 249px;
}

.webform-progress, .webform-confirmation {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}