body {
    font-family: 'Catamaran', sans-serif;
    color: #333;
}

.ia-box-login {
    margin: 40px auto 40px;
    border-radius: 17px;
    border: solid 1px #d8d8d8;
    padding: 40px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10);
    position: relative;
}

.ia-head-form {
    margin: 0 0 25px;
}

    .ia-head-form h1 {
        font-size: 25px;
    }

    .ia-head-form h3 {
        font-size: 16px !important;
        font-weight: 300 !important;
        margin: 15px 0 !important;
        font-weight: 600 !important;
    }

.modal-body p, .modal-body ul {
    font-size: 13px !important;
    font-weight: 300 !important;
    text-align: justify !important;
}

.ia-help-block {
    margin: 8px 0;
    display: block;
    font-size: 12px;
    color: #00b2a9;
}

.ia-form-group label {
    font-weight: 600;
}

.ia-link {
    color: #00b2a9 !important;
    margin-right: 10px !important;
    text-decoration: underline !important;
    transition: 0.3s !important;
}

    .ia-link:hover {
        color: #00b2a9 !important;
        margin-right: 10px !important;
        text-decoration: underline !important;
        opacity: 0.8 !important;
    }

.ia-checkbox label {
    font-weight: 500;
    font-size: 14px;
}

.ia-checkbox {
    margin: 0px 0;
}

.ia-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    transition: 0.3s;
}

    .ia-btn-default:hover {
        color: #fff !important;
        background-color: #9B9A9B;
        border-color: #9B9A9B;
    }

.ia-btn-primary {
    background-color: #00b2a9;
    border-color: transparent;
    color: #fff;
    transition: 0.3s;
}

    .ia-btn-primary:hover {
        background-color: #027F79;
        border-color: transparent;
        color: #fff;
    }

.ia-btn-secondary {
    background-color: #9B9A9B;
    border-color: transparent;
    color: #fff;
    transition: 0.3s;
}

.ia-btn-secondary-validado {
    background-color: #00B2A9;
    border-color: transparent;
    color: #fff;
    transition: 0.3s;
}

    .ia-btn-secondary-validado:hover {
        background-color: #008d86;
        color: #fff !important;
    }

.ia-btn-secondary:hover {
    background-color: #6B6B6B;
    border-color: transparent;
    color: #fff;
}

.ia-has-error .ia-form-control {
    border-color: #00b2a9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.box-cv {
    position: absolute;
    background: white;
    border: 1px solid #f5f5f5;
    padding: 20px;
    border-radius: 13px;
    top: 50px;
    display: none;
    transition: 0.3s;
}

@media (max-width: 575.98px) {
    .box-cv {
        position: relative;
        right: 0;
        background: white;
        border: 1px solid #f5f5f5;
        padding: 20px;
        border-radius: 13px;
        top: 0;
        display: none;
        transition: 0.3s;
        text-align: center;
    }
}

#myModalMensaje .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}

#myModalMensaje p {
    font-size: 17px !important;
}

/*checkbox cambio*/
.ia-checkbox input[type="checkbox"] {
    display: none;
}

.ia-checkbox label:before {
    content: "";
    width: 17px;
    height: 18px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    font-family: "FontAwesome";
    margin-bottom: 5px;
}

.ia-checkbox input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-size: 12px;
    /*color:#129c12;*/
    color: #00B2A9;
    background-color: #fff;
    border: 1px solid #ccc;
}
