body {
    /*background: #fff;*/
    background: url(../images/bg.png) center repeat #414141;
    font-family: 'Montserrat', sans-serif;
    /*font-size: 14px;*/
    /*color: #ffffff;*/

    font-weight: 500;
    font-size: 16px;
    /*color: #ffffff;*/

}

.navbar {
    background: snow;
}

h1 {
    text-transform: uppercase;
    font-size: 32px;
    margin: 0 0 30px 0;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    color: #ffffff;
}
h2 {
    text-transform: uppercase;
    font-size: 28px;
}
h3 {
    color:#858585;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.text-xs {
    font-size: x-small;
}
.container-fluid {
    padding-right: 24px;
    padding-left: 24px;
}
article {
    height: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.box-white {
    padding: 10px 10px 25px 10px;
    text-align: center;
}
.box-white h1 , .box-white p{
    text-align: left;
    margin: 0 0 30px 0;
}
.box-white p {
    font-size: 16px;
    text-align: left;
}
.box-white a{
    margin: 8px 0;
}

.box-white .btn {
    width: 100%;
}

.down {
    background-image: url('../svg/icons/angle-down.svg');
}


.btn-primary{
    padding: 10px 15%;
    text-align: center;
    font-size: 80%;
    background: #ee0001;
    text-transform: uppercase;
    display: block;
    margin: 15px auto;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.10);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    border: #b80607;
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #d20405!important;
    box-shadow: 0 0px 10px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    color: #fff;
    text-decoration: none;
    border: none!important;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff878f;
    border-color: #ff878f;
    cursor: no-drop;
}
.btn-secondary{
    padding: 10px 15%;
    text-align: center;
    font-size: 80%;
    background: #fff !important;
    text-transform: uppercase;
    display: block;
    /*margin: 15px auto;*/
    font-weight: 600;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    color: #3E3E3E;
    border: #ccc 1px solid;
    text-decoration: none;

    white-space: normal;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.10);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #3E3E3E;
    border: #ccc 1px solid;
    text-decoration: none;
    box-shadow: 0 0px 10px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}
.btn-link {
    font-size: 12px;
    color:#414141;
    background: transparent;
    border-color:transparent;
    text-transform: uppercase;
    text-decoration: underline;
}

/*
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #414141;
    border-color: #3c3c3c;
}
*/
button i {
    float: right;
    padding-left: .3em;
    margin-left: .3em;
    vertical-align: middle;
    font-size: 1.5em;
}

button i.fa-angle-down{

}
fd fas::after {
    /*background-image: url('../svg/icons/angle-down.svg');*/
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    /*content: "";*/
    /*border-top: .3em solid;*/
    /*border-right: .3em solid transparent;*/
    /*border-left: .3em solid transparent;*/
    float: right;
    margin-top: 8px;
}

/* ************** Form ***************/

.form-group{
    text-align: left;
}
.form-control:focus {
    border-color: #3E3E3E;
    box-shadow: 0 1px 1px #ccc inset, 0 0 8px #ccc;
    outline: 0 none;
}
/*Validacion con error*/
.form-control.has-error {
    border-color: #F41035;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-control:focus.has-error  {
    border-color: #F41035;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}
.form-control-feedback.has-error  {
    color: #F41035;
}
.help-block.has-error  {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #F41035;
    font-size: 12px;
}

.hidden {
    display: none;
}

label{
    color: #ffffff;
}

label.has-error{
    /*color: #F41035;*/
    color: #FF4747;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.result {
    min-height: 30px
}

/*.form-group span{    background-image: url(../svg/icons/alert-triangle.svg);*/
    /*height: 17px;*/
    /*width: 20px;*/
    /*display: inherit;*/
    /*position: relative;*/
    /*top: -28px;*/
    /*right: 0;*/
    /*color: #a94442;*/
/*}*/
/* *********** Questions ************ */


.questions {
    text-align: center;
}
.questions .collapse-item {
    margin: 10px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 1px rgb(227, 227, 227);
    -moz-box-shadow: 0px 0px 3px 1px rgb(227, 227, 227);
    box-shadow: 0px 0px 3px 1px rgb(227, 227, 227);
}
.questions .btn-collapse{
    width: 100%;
    background: #fff;
    color:#414141;
    border-color: rgba(100, 100, 100, 0);
    text-transform: none;
    font-weight: normal;
    padding: 10px;
}
.questions .btn-collapse:focus/*, .questions .btn-collapse::after*/{
    border: none;
    box-shadow: none;
    outline: 0 none;
}
.questions .card.card-body{
    border: none;
}

.questions .fas.fa-check {
    color: #ee3f3c;
}

.questions .card.card-body{
    background-color: #f8f8f8;
}

label.checkbox{

    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox input{

    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f8f8f8;
    border: solid 1px #d8dbe0;
    border-radius: 3px;
}
label.checkbox input:checked ~ .checkmark {
    background-color: #fff;
}
label.checkbox input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label.checkbox .checkmark:after {
    left: 7px;
    top: -7px;
    width: 11px;
    height: 20px;
    border: solid #ff0000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
 /* *********** Modal ************ */

/*
#modal-img .modal-body {
    position: relative;
    padding: 10px;
}
#modal-img .modal-header {
    padding: 0px;
    border-bottom: none;
    height: 0;
}
.modal-header .close {
    margin-top: -35px;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=100);
    opacity: 1;
    font-size: 14px;
    color: #fff;
}
.modal-header .close:hover, .modal-header .close:focus, .modal-header .close:active {
    color: #fff;
}

.modal {
    z-index: 99999;
}
.modal-lg {
    width: 640px;
}
.modal-backdrop {
    opacity: 0.5 !important;
}
.modal-body {
    position: relative;
    padding: 30px 30px;
}
.modal-header {
    padding: 0px;
    border-bottom: none;
}
.ttl-modal {
    font-size: 16px;
    margin: 0 0 20px 0;
    display: block;
    text-align: center;
}


*/
@media only screen and (min-width: 0px) and (max-width: 320px) {

    .modal-lg {
        width: 90%;
        margin: 60px auto;
    }
    .modal-dialog {
        margin-top: 110px;
    }
    .ttl-modal {
        font-size: 14px;
        margin: 0px 0 20px 0;
        display: block;
    }
    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 3px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }

}
@media only screen and (min-width: 321px) and (max-width: 480px) {

    .modal-lg {
        width: 80%;
        margin: 60px 36px;
    }
    .modal-dialog {
        margin-top: 110px;
    }
    .ttl-modal {
        font-size: 14px;
        margin: 0px 0 36px 0;
        display: block;
    }
    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 3px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }

}
@media only screen and (min-width: 481px) and (max-width: 782px) {

    .modal-lg {
        width: 80%;
        margin: 60px auto;
    }
    .ttl-modal {
        text-transform: uppercase;
        font-size: 14px;
        margin: 0px 0 20px 0;
        display: block;
        font-weight: 600;
    }
    .modal-content {
        position: relative;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #999;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 3px;
        outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    }

}
