/********* HEADER **********/

header {
    padding: 44px 0;
}

header .logo img {
    width: 180px;
    height: auto;
}

header .main-title {
    padding: 0 20px;
    color: #009B97;
    font-size: 28px;
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: block;
    line-height: 1.1;
}

@media screen and (max-width: 1200px) {
    header .main-title {
        max-width: 600px;
    }
}

/********* FOOTER **********/

footer {
    margin-top: 45px;
    border-top: 1px solid rgba(109, 120, 141, 0.50);
}

footer>div {
    padding: 45px 0;
}

footer ul {
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 9px 0;
}

footer .logo {
    text-align: center;
    margin-bottom: 13px;
}

footer .logo img {
    width: 138px;
    height: auto;
}

footer>div>div {
    min-width: 200px;
}

/********* MODALS **********/

.modal .modal-body {
    padding: 45px !important;
}

.modal .modal-body .title {
    line-height: 1.3;
}


/********* CALCULADORA **********/

.h2-box {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    padding: 20px;
    background: #009B97;
    margin: 0 -25px;
}

/********* PATIENT FORM **********/

#patient-form form {
    display: block;
}

#patient-form .main-form {
    max-width: 726px;
    margin: 60px auto;
}

#patient-form .field-group-date {
    display: none;
}

#patient-form .field-group-patient-code-genre>div {
    display: block;
    width: 100%;
}

#patient-form .field-group-patient-code-genre .label-field-code {
    display: block !important;
    width: 282px;
    padding-left: 0;
    color: #36BAB8;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-top: 8px;
}

#patient-form .field-group-patient-code-genre .label-field-code span {
    color: rgba(50, 71, 92, 0.38);
    font-weight: normal;
    text-transform: none;
}

#patient-form .field-group-patient-code-genre>div:first-child {
    margin-bottom: 2rem;
}

/*#patient-form .field-group-patient-code-genre>div:first-child .form-error {
    display: none;
}*/

#patient-form .field-group-patient-code-genre>div:last-child::before {
    content: 'Sexo';
    width: 260px;
    display: block;
    padding-left: 0;
    color: #36BAB8;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
}

#patient-form .field-group-patient-code-genre>div:first-child input {
    width: auto;
}

#patient-form .field-group-patient-code-genre>div:first-child input::placeholder {
    color: transparent;
}

#patient-form .patient-code-tip {
    margin-left: 282px;
}

#patient-form .main-row {
    display: block;
}

#patient-form .main-row [class^="col"] {
    width: 100%;
}

#patient-form .main-row .field-title {
    float: left;
    width: 260px;
    display: block;
    margin-right: 20px;
}

#patient-form input[name="edad"] {
    max-width: 200px;
}

#patient-form .form-error,
#patient-form .field-group-cv .switches,
#patient-form .field-group-organ .inner-box,
#patient-form .field-group-organ .switches,
#patient-form .field-group-organ .indexes {
    margin-left: 280px;
}

#patient-form .field-group-cv .switches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
    clear: both;
}

#patient-form .field-group-cv [class^="mb"] {
    margin-bottom: 0 !important;
}

#patient-form .field-group-organ .switches {
    clear: both;
}

#patient-form .risks-boxes {
    width: 100%;
    margin: 62px 0 56px;
}

#patient-form .risks-boxes .boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 62px;
}

.calculator-buttons {
    padding-bottom: 56px;
}

#calculator-reset-form {
    font-size: 15px;
    color: #8592A3;
}

#modalResults .results-title {
    padding: 14px;
    color: rgba(50, 71, 92, 0.87);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    border-radius: 4px;
    background: rgba(109, 120, 141, 0.12);
}

/********* DOCUMENTS ***********/

.documents-list .document .image {
    height: 235px;
    width: 235px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    display: block;
}

.documents-list .document .name {
    color: rgba(50, 71, 92, 0.87);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-top: 10px;
    display: block;
}

/********** REFERNCES ***********/

.references-list {
    width: 100%;
    max-width: 730px;
    margin: 90px auto;
    font-size: 12px;
    line-height: 16px;
}

.references-list li {
    margin-bottom: 20px;
}

/*********** TERMS AND CONDITIONS ***********/

.terms-and-conditions {
    width: 100%;
    max-width: 730px;
    margin: 90px auto;
    font-size: 12px;
    line-height: 16px;
}

.terms-and-conditions h2 {
    font-size: 16px;
    margin-top: 30px;
}