/* ----------- General CSS ----------- */

html {
    zoom: 80%;
    scroll-behavior: smooth;
}

/* Centered text */

.banner-wrapper-text {
    position: absolute;
    top: 20%;
    left: 10%;
}

.call-support {
    display: inline-block;
    padding: 5px 10px;
    background: #aaa;
    color: white;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
}

.text-danger {
    color: red;
}

.no-zoom {
    font-size: 16px !important;
    transform-origin: top left !important;
    transform: scale(0.75) !important;
    width: 240px !important;
    height: 32px !important;
    padding: 5.333333px !important;
    border-radius: 6.666667px !important;
    border-width: 1.333333px !important;
    margin-right: -60px !important;
    margin-bottom: -8px !important;
}

.support {
    text-align: center;
}

.row {
    margin-bottom: 0px !important
}

.txtwhite {
    font-size: 8em;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
}

.card {
    width: 800px;
}

.headertxt {
    font-size: 3.5em;
}

.menuheadertxt {
    color: white;
    font-size: 2em;
}

.infobox {
    width: 800px;
    margin-left: 70%;
    padding: 5%;
    box-shadow: 4px 4px 4px #c3c3ce;
}


.text-align-center {
    text-align: center;
}

#colsuper {
    margin-left: 13.5%;
}

.prevent-click {
    pointer-events: none;
}

.faqsmobile {
    color: #4f4f4f;
    font-size: 1.5em;
}

.input-field.col .prefix ~ label, .input-field.col .prefix ~ .validate ~ label {
    font-size: 2em;
    line-height: 0px;
}

.hideLi {
    display: none;
}

.labelError {
    margin-left: 45px;
    color: red;
    font-weight: 600;
    font-size: 21px;
}

select, input, textarea {
    font-size: 16px;
}

.bg-header {
    background-color: #fff;
    height: 160px !important;
}

.bg-body, .bg-footer {
    background-color: #252525;
}

.menu-nav > li > a {
    text-transform: uppercase;
    font-size: 1.5em;
    color: black;
}

.margin-left-2 {
    padding-left: 2%;
}

.banner-wrapper-text {
    position: absolute;
    top: 40%;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 850px;
    top: 20%;
    padding: 1%;
    padding-bottom: -10px;
    border-radius: 5px 5px 5px 5px;
}

.box-title {
    font-weight: 200;
    text-shadow: 0px 0px 0px;
    margin-top: -0px;
    text-transform: uppercase;
    font-size: 2.5em;
    text-align: center;
    color: #252525;
}

.box-label {
    font-size: 2em;
    color: firebrick;
    font-weight: 600;
}

    .box-label > input {
        font-size: 1em;
    }

.custom-nav .sidenav-trigger {
    color: #f2a73d;
}

ul.sidenav li a {
    font-size: 2em;
    color: black;
    border-bottom: 1px solid #000;
    height: auto;
}

.align-accordion {
    line-height: 15px;
}

.validation-input-field {
    margin-left: 45px;
    color: red;
    font-weight: 600;
    font-size: 21px;
}

.title-make-appointment {
    padding: 1%;
    font-size: 2em;
    color: white
}

.btn-make-appointment {
    border-radius: 50px;
}

#modal {
    top: 2%;
}

.modal {
    max-height: 1079px;
    top: 10%;
    opacity: 1;
    transform: scaleX(1);
}

.modal-family {
    max-height: 1079px;
    top: 10%;
    opacity: 1;
    transform: scaleX(1);
}

.k-calendar .k-content {
    table-layout: auto;
}

.k-calendar .k-month .k-link {
    width: auto;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.birthday {
    background: transparent url(../content/web/calendar/cake.png) no-repeat 0 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.italic {
    font-style: italic;
}

/* ----------- General CSS ----------- */

@media only screen and (min-device-width: 100px) and (max-device-width: 812px) {
    .banner-wrapper-text {
        position: absolute;
        top: 4%;
        left: 10%;
    }

    .faqs {
        padding-bottom: 2%;
        font-size: 2em;
        margin: 0px auto
    }

    .faqsinside {
        height: 100%;
    }

    .cardtxt {
        font-size: 2.5em;
    }

    .headertxt {
        font-size: 6em;
    }

    .menuheadertxt {
        color: white;
        font-size: 4em;
    }

    .btnorange {
        font-size: 6em;
        color: black;
    }

    .arrowsize {
        font-size: 2.5em;
    }

    .cardlbl {
        font-size: 3em;
    }

    .white-text {
        font-size: 3em;
    }

    .grey-text {
        font-size: 2.5em;
    }

    .footer-copyright {
        font-size: 2.5em;
    }

    .infobox {
        width: 800px;
        padding: 5%;
        margin-left: 0%;
        box-shadow: 4px 4px 4px #c3c3ce;
    }

    #colsuper {
        margin-left: 11%;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 740px) {
    .banner-wrapper-text {
        position: absolute;
        top: 4%;
        left: 10%;
    }

    .faqs {
        width: 834px;
        padding-bottom: 2%;
        font-size: 2em;
        margin: 0px auto
    }

    .faqsinside {
        height: 100%;
    }

    .cardtxt {
        font-size: 2.5em;
    }

    .headertxt {
        font-size: 6em;
    }

    .menuheadertxt {
        font-size: 4em;
        color: white;
    }

    .btnorange {
        font-size: 6em;
        color: black;
    }

    .arrowsize {
        font-size: 2.5em;
    }

    .cardlbl {
        font-size: 3em;
    }

    .white-text {
        font-size: 3em;
    }

    .grey-text {
        font-size: 2.5em;
    }

    .footer-copyright {
        font-size: 2.5em;
    }

    .infobox {
        width: 800px;
        padding: 5%;
        margin-left: 0%;
        box-shadow: 4px 4px 4px #c3c3ce;
    }

    #colsuper {
        margin-left: 11%
    }
}

@media only screen and (min-device-width: 812px) and (max-device-width: 100px) and (orientation: landscape) {
    .banner-wrapper-text {
        position: absolute;
        top: 20%;
        left: 10%;
    }
}

/* ----------- iPad Pro ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .banner-wrapper-text {
        position: absolute;
        top: 20%;
        left: 10%;
    }
}

/* Portrait and Landscape */

/* Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner-wrapper-text {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    #colsuper {
        margin-left: -20%;
    }
}

/* Portrait */

/* Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .banner-wrapper-text {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    #colsuper {
        margin-left: 11%;
    }
}

/* Landscape */

/* ----------- iPad Pro ----------- */

/* ----------- iPad Pro ----------- */

/* Portrait and Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .banner-wrapper-text {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    #colsuper {
        margin-left: -18.5%;
    }
}

/* Portrait and Landscape */

/* Portrait */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .banner-wrapper-text {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    #colsuper {
        /*margin-left: -18.5%;*/
        margin-left: 12.5%
    }
}

/* Portrait */

/* Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
    .banner-wrapper-text {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    #colsuper {
        margin-left: -1.5%;
    }
}

/* Landscape */

/* ----------- iPad Pro ----------- */

@media only screen and (max-device-width: 740px) and (min-device-width: 360px) {
    .banner-wrapper-text {
        top: 4% !important;
    }
}

/* ----------- iPhone 5 and < ----------- */

@media screen and (device-aspect-ratio: 2/3) {
    #modal {
        max-height: 1344px !important;
    }

    #_AppointmentModal > div:nth-child(4) > div > a {
        width: 171px !important;
        font-size: 57px !important;
        height: 68px !important;
        padding: 13px !important;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .validate {
        height: 98px !important;
    }

    .field-validation-error {
        font-size: 45px !important;
    }

    .browser-default {
        height: 7rem;
        font-size: 2rem;
    }

        .browser-default option {
            font-size: 1rem;
        }

    .faqsinside {
        height: 75px;
        font-size: 45px;
        padding: 30px;
    }

    .faqsmobile {
        color: #4f4f4f;
        font-size: 45px;
    }

    .input-field .prefix ~ input {
        width: 50%;
        width: calc(100% - 3rem);
    }

    .input-field.col .prefix ~ label, .input-field.col .prefix ~ .validate ~ label {
        font-size: 45px;
        line-height: 0px;
    }

    input, textarea {
        font-size: 35px;
    }

        input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
            font-size: 35px;
        }

    .validation-input-field {
        margin-left: 45px;
        margin-bottom: 20px;
        color: red;
        font-weight: 600;
        font-size: 35px;
    }

    element.style {
        color: #36b17d;
    }

    .input-field .prefix {
        position: absolute;
        width: 6rem;
        font-size: 4rem;
        -webkit-transition: color .2s;
        transition: color .2s;
        top: 0.5rem;
    }

        .input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .helper-text, .input-field .prefix ~ .autocomplete-content {
            margin-left: 5rem;
        }

    h4 {
        font-size: 55px;
    }

    .input-field {
        position: relative;
        margin-top: 1rem;
        margin-bottom: 0rem;
    }

    .title-make-appointment {
        padding: 2%;
        font-size: 45px;
        color: white;
    }

    html {
        font-size: 20px;
    }

    #modal {
        top: 10%;
        max-height: 1572px !important;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 8px;
        padding-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 40px;
    }

    .select2-results__option[aria-selected] {
        cursor: pointer;
        font-size: 40px;
    }

    .select2-container--open .select2-dropdown--below {
        border-top: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 810px !important;
    }

    .btn, .btn-small, .btn-floating, .btn-large, .btn-small, .btn-flat {
        font-size: 42px;
        outline: 0;
    }

    .btn, .btn-small, .btn-flat {
        border: none;
        border-radius: 2px;
        display: inline-block;
        height: 70px;
        line-height: 36px;
        padding: 0 16px;
        text-transform: uppercase;
        vertical-align: middle;
        -webkit-tap-highlight-color: transparent;
        width: 310px;
    }

    .input-field.col .prefix ~ label, .input-field.col .prefix ~ .validate ~ label {
        font-size: 66px;
        line-height: 0px;
    }

    .row .col.s12 {
        width: 100%;
        margin-left: auto;
        left: -16px;
        right: auto;
    }

    input#UserName.validate {
        margin-top: 30px;
    }

    #LogIn > div > div.input-field.col.s12 > i {
        margin-top: 30px;
    }

    input#Password.validate {
        width: 743px !important;
        margin-top: 30px;
    }

    input#Password.validate {
        width: 743px !important;
    }

    #LogIn > div > div.input-field.col.s12 > div > i {
        margin-top: 25px;
    }

    body > section > img {
        margin-left: 8% !important;
        width: 267px;
    }

    #LogIn > div > div.faqs > ul > li.active > div.collapsible-body > span {
        font-size: 40px;
    }

    #LogIn > div > div.faqs > ul > li.active > div.collapsible-body > span {
        font-size: 37px !important;
    }

    #LogIn > div > div.faqs > ul > li.active > div.collapsible-body {
        font-size: 37px !important;
    }

        #LogIn > div > div.faqs > ul > li.active > div.collapsible-body > span {
            font-size: 37px !important;
        }

        #LogIn > div > div.faqs > ul > li.active > div.collapsible-body > a {
            height: 81px;
            padding: 13px;
            width: 356px;
        }

    #divBody > section:nth-child(2) > div > form > div > div:nth-child(1) > div > div.col.s10 {
        margin-top: 75px !important;
    }

    #divBody > section:nth-child(2) > div > form > div > div:nth-child(2) > div > div.col.s10 {
        margin-top: 75px !important;
    }

    #divBody > section:nth-child(2) > div > form > div > div:nth-child(1) > div > div.col.s2 > h6 {
        font-size: 40px;
        margin-left: 97px;
    }

    #divBody > section:nth-child(2) > div > form > div > div:nth-child(2) > div > div.col.s2 > h6 {
        font-size: 40px;
        margin-left: 97px;
    }

    #divBody > section:nth-child(2) > div > form > div > div:nth-child(1) {
        margin-left: -41px;
    }

    #timeSelect > div:nth-child(1) > div > div:nth-child(1) > div > div.input-field.col.s6 {
        margin-top: 56px;
        margin-left: 56px;
        font-size: 25px;
    }

    #timeSelect > div:nth-child(2) > div > div:nth-child(1) > div > div.input-field.col.s6 {
        margin-top: 22px;
        margin-left: 56px;
        font-size: 25px;
    }

    #timeSelect > div:nth-child(2) > div > div:nth-child(1) > div > div.col.s2 > label {
        font-size: 37px !important;
    }

    #timeSelect > div:nth-child(1) > div > div:nth-child(1) > div > div.col.s2 > label {
        font-size: 37px !important;
    }

    #timeSelect > div:nth-child(1) > div > div:nth-child(2) > div > div.col.s4 {
        width: 250px;
        margin-left: 56px;
    }

    #timeSelect > div:nth-child(2) > div > div:nth-child(2) > div > div.col.s4 {
        width: 250px;
        margin-left: 56px;
    }

    #timeSelect > div:nth-child(1) > div > div:nth-child(2) > div > div.col.s2 > label {
        font-size: 37px !important;
    }

    #timeSelect > div:nth-child(2) > div > div:nth-child(2) > div > div.col.s2 > label {
        font-size: 37px !important;
    }

    #lbMsg {
        font-size: 41px !important;
    }

    #modalAlert > div.modal-content > div > div:nth-child(1) {
        background-color: #8d55a2;
        padding: 1%;
        font-size: 2.3em;
        color: #ffffff;
        border-radius: 5px;
    }

    #calender > div.fc-view-container > div > table > thead > tr > td > div > table > thead > tr {
        font-size: 45px !important;
    }

    #btnGotoLogin {
        width: 316px !important;
    }

    .banner-wrapper-text {
        margin-left: -103px;
    }

    .hoverable {
        font-size: 26px !important;
    }

    #_AppointmentModal > div:nth-child(2) > form > div:nth-child(1) > div.col.s12 {
        font-size: 31px !important
    }

    #_AppointmentModal > div:nth-child(2) > form > div:nth-child(3) > div.input-field.col.s6 > label {
        font-size: 42px !important;
    }

    #_AppointmentModal > div:nth-child(2) > form > div:nth-child(3) > div:nth-child(2) > label {
        font-size: 42px !important;
    }

    #_AppointmentModal > div:nth-child(2) > form > div:nth-child(3) > div:nth-child(3) > label {
        font-size: 42px !important;
    }

    #_AppointmentModal > div:nth-child(2) > form > div:nth-child(4) > div > label {
        font-size: 42px !important;
    }

    #_AppointmentModal > div:nth-child(2) > form > div:nth-child(5) > div:nth-child(2) > label {
        font-size: 42px !important;
    }

    #_AppointmentModal > div:nth-child(2) > form > div:nth-child(5) > div:nth-child(1) > label {
        font-size: 42px !important;
    }

    #_AppointmentModal > div:nth-child(2) > form > div:nth-child(6) > div > label {
        font-size: 42px !important;
    }

    #Name {
        margin-top: 50px !important;
    }

    #LastName {
        margin-top: 50px !important;
    }

    #SecondLastName {
        margin-top: 50px !important;
    }

    #Comments {
        margin-top: 50px !important;
    }

    #Email {
        margin-top: 30px;
        font-size: 33px;
    }

    #_AppointmentModal > div:nth-child(3) > div > div > b {
        font-size: 33px;
    }

    #_AppointmentModal > div:nth-child(3) > div > div > div > div:nth-child(6) {
        text-align: center;
        font-size: 21pt;
    }

    #_AppointmentModal > div:nth-child(3) > div > div > div {
        margin-top: 121px;
    }

    #_AppointmentModal > div:nth-child(3) > div > div > div {
        margin-top: 121px;
    }

        #_AppointmentModal > div:nth-child(3) > div > div > div > div:nth-child(4) {
            font-size: 26pt !important;
        }

        #_AppointmentModal > div:nth-child(3) > div > div > div > div:nth-child(6) {
            font-size: 26pt !important;
        }

        #_AppointmentModal > div:nth-child(3) > div > div > div > h4 {
            font-weight: bold;
        }

    #_AppointmentModal > h4 {
        font-weight: bold;
    }

    #modal {
        max-height: 1572px !important;
    }

    #_AppointmentModal > div:nth-child(4) > div > a {
        width: 171px !important;
        font-size: 57px !important;
        height: 68px !important;
        padding: 13px !important;
    }

    a.fc-more {
        font-size: 1.5em !important;
    }
}

/* Portrait */

/* ----------- iPhone X ----------- */

.show-large {
    display: none;
}

.font-size-docs {
    font-size: 3em !important;
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) {
    .show-large {
        display: block;
    }

    .show-mobile {
        display: none;
    }

    .font-size-docs {
        font-size: 2em !important;
    }
}

#select2-txtCompanyId-container > span {
    display: none;
}

.select2-results__option:hover {
    background-color: grey;
}

.select2-results__option {
    border-top: 1px solid black;
    padding: .3em 0;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.checkbox {
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
}

.checkbox__input {
    position: absolute;
    top: 2px;
    left: -3px;
    width: 25px;
    height: 25px;
    opacity: 0;
    z-index: 0;
}

.checkbox__label {
    display: block;
    padding: 0 0 0 24px;
    cursor: pointer;
    font-size: 1.3em;
    color: black;
}

    .checkbox__label:before {
        content: '';
        position: absolute;
        top: 2px;
        left: -3px;
        width: 25px;
        height: 25px;
        background-color: transparent;
        border: 2px solid rgba(0, 0, 0, 0.54);
        border-radius: 2px;
        z-index: 1;
        -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transition-property: background-color, border-color;
        transition-property: background-color, border-color;
    }

    .checkbox__label:after {
        content: '';
        position: absolute;
        top: 5px;
        left: 5px;
        width: 6px;
        height: 12px;
        border-bottom: 2px solid transparent;
        border-right: 2px solid transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2;
        -webkit-transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    }

.checkbox__input:checked + .checkbox__label:before {
    background-color: #26A69A;
    border-color: #26A69A;
}

.checkbox__input:checked + .checkbox__label:after {
    border-color: #fff;
}

.g-recaptcha {
    width: 100% !important;
    height: 100px;
}

    .g-recaptcha > div {
        width: 100% !important;
        height: 100px;
    }

        .g-recaptcha > div > div > iframe {
            width: 100% !important;
            height: 100px;
        }

iframe[title="recaptcha challenge"] {
    width: 500px !important;
    height: 730px !important;
}

.f-float {
    float: right !important;
}

.i-center {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/* ******************** modal-notice ******************** */

/* Smartphones (portrait & landscape) */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .modal-notice {
        width: 90%;
    }

        .modal-notice input {
            padding: 15px 15px !important;
            width: 90% !important;
            font-size: 52px !important;
        }

        .modal-notice .c-appearAdditionalInfo {
            font-size: 52px !important;
            padding-top: 1em !important;
        }

        .modal-notice .c-additionalInfo {
            padding-top: 4em !important;
        }

        .modal-notice #vMessageError {
            padding-left: 0.5em !important;
            padding-right: 0.5em !important;
        }

        .modal-notice #vMessageFamilyError {
            padding-left: 0.5em !important;
            padding-right: 0.5em !important;
        }

        .modal-notice .modal-content {
            padding: 4em !important;
        }
}

/* Smartphones (landscape) */

@media only screen and (min-width: 321px) {
    .modal-notice {
        width: 90%;
    }

        .modal-notice input {
            padding: 15px 15px !important;
            width: 90% !important;
            font-size: 52px !important;
        }

        .modal-notice .c-appearAdditionalInfo {
            font-size: 52px !important;
            padding-top: 1em !important;
        }

        .modal-notice .c-additionalInfo {
            padding-top: 4em !important;
        }

        .modal-notice #vMessageError {
            padding-left: 0.5em !important;
            padding-right: 0.5em !important;
        }

        .modal-notice #vMessageFamilyError {
            padding-left: 0.5em !important;
            padding-right: 0.5em !important;
        }

        .modal-notice .modal-content {
            padding: 4em !important;
        }
}

/* Smartphones (portrait) */

@media only screen and (max-width: 320px) {
    .modal-notice {
        width: 90%;
    }

        .modal-notice input {
            padding: 15px 15px !important;
            width: 90% !important;
            font-size: 52px !important;
        }

        .modal-notice .c-appearAdditionalInfo {
            font-size: 52px !important;
            padding-top: 1em !important;
        }

        .modal-notice .c-additionalInfo {
            padding-top: 4em !important;
        }

        .modal-notice #vMessageError {
            padding-left: 0.5em !important;
            padding-right: 0.5em !important;
        }

        .modal-notice #vMessageFamilyError {
            padding-left: 0.5em !important;
            padding-right: 0.5em !important;
        }

        .modal-notice .modal-content {
            padding: 4em !important;
        }
}

/* iPads (portrait & landscape) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .modal-notice {
        width: 50%;
    }

        .modal-notice .modal-content {
            padding-left: 4em !important;
            padding-right: 4em !important;
            padding-top: 3em !important;
            padding-bottom: 4em !important;
        }

        .modal-notice input {
            padding: 5px 15px !important;
            width: 69% !important;
            font-size: 30px !important;
        }

        .modal-notice .c-appearAdditionalInfo {
            font-size: 25px !important;
            padding-top: 0.5em !important;
        }

        .modal-notice .c-additionalInfo {
            padding-top: 0.5em !important;
        }

        .modal-notice #vMessageError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }

        .modal-notice #vMessageFamilyError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }
}

/* iPads (landscape) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .modal-notice {
        width: 50%;
    }

        .modal-notice .modal-content {
            padding-left: 4em !important;
            padding-right: 4em !important;
            padding-top: 3em !important;
            padding-bottom: 4em !important;
        }

        .modal-notice input {
            padding: 5px 15px !important;
            width: 69% !important;
            font-size: 30px !important;
        }

        .modal-notice .c-appearAdditionalInfo {
            font-size: 25px !important;
            padding-top: 1em !important;
        }

        .modal-notice .c-additionalInfo {
            padding-top: 0.5em !important;
        }

        .modal-notice #vMessageFamilyError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }

        .modal-notice #vMessageError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }
}

/* iPads (portrait) */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .modal-notice {
        width: 50%;
    }

        .modal-notice .modal-content {
            padding-left: 4em !important;
            padding-right: 4em !important;
            padding-top: 3em !important;
            padding-bottom: 4em !important;
        }

        .modal-notice input {
            padding: 5px 15px !important;
            width: 69% !important;
            font-size: 30px !important;
        }

        .modal-notice .c-appearAdditionalInfo {
            font-size: 25px !important;
            padding-top: 1em !important;
        }

        .modal-notice .c-additionalInfo {
            padding-top: 0.5em !important;
        }

        .modal-notice #vMessageError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }

        .modal-notice #vMessageFamilyError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }
}

/* Ordenadores de sobremesa y portátiles */

@media only screen and (min-width: 1224px) {
    .modal-notice {
        width: 50%;
    }

        .modal-notice .modal-content {
            padding-left: 4em !important;
            padding-right: 4em !important;
            padding-top: 3em !important;
            padding-bottom: 4em !important;
        }

        .modal-notice input {
            padding: 5px 15px !important;
            width: 69% !important;
            font-size: 30px !important;
        }

        .modal-notice .c-appearAdditionalInfo {
            font-size: 25px !important;
            padding-top: 1em !important;
        }

        .modal-notice .c-additionalInfo {
            padding-top: 0.5em !important;
        }

        .modal-notice #vMessageError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }

        .modal-notice #vMessageFamilyError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }
}

/* Pantallas grandes */

@media only screen and (min-width: 1824px) {
    .modal-notice {
        width: 50%;
    }

        .modal-notice .modal-content {
            padding-left: 4em !important;
            padding-right: 4em !important;
            padding-top: 3em !important;
            padding-bottom: 4em !important;
        }

        .modal-notice input {
            padding: 5px 15px !important;
            width: 69% !important;
            font-size: 30px !important;
        }

        .modal-notice .c-appearAdditionalInfo {
            font-size: 25px !important;
            padding-top: 1em !important;
        }

        .modal-notice .c-additionalInfo {
            padding-top: 0.5em !important;
        }

        .modal-notice #vMessageError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }

        .modal-notice #vMessageFamilyError {
            padding-left: 5em !important;
            padding-right: 5em !important;
        }
}

@media only screen and (max-width: 768px) {
    .modal-notice {
        height: 80%;
        left: 0px;
        top: 10% !important;
        position: fixed;
        transform: scaleX(1) scaleY(1) !important;
        height: 1700px;
        max-height: inherit;
    }

        .modal-notice .modal-content {
            height: auto;
        }

        .modal-notice .mainTitle {
            font-size: 100px;
            color: #000000;
        }

        .modal-notice p {
            color: #000000;
            margin-top: 20px;
            font-size: 60px;
            line-height: 70px;
            text-align: justify !important;
        }

        .modal-notice .c-input {
            display: flex;
            align-items: stretch;
            justify-content: center;
            font-size: 60px;
            margin: 25px auto 0px;
        }

        .modal-notice a {
            font-size: 50px;
        }

        .modal-notice .c-additionalInfo h3 {
            font-size: 60px;
        }

        .modal-notice .btn-notice, .btn-notice-spinner {
            width: 70vw;
            font-size: 50px;
            height: 120px;
        }

        .modal-notice #vMessageError {
            font-size: 50px;
        }

        .modal-notice #vMessageFamilyError {
            font-size: 50px;
        }

        .modal-notice .closeThisModalBtn {
            font-size: 60px;
            margin: 23px;
        }

        .modal-notice .closeThisFamilyModalBtn {
            font-size: 60px;
            margin: 23px;
        }
}

.modal-notice {
    border-radius: 10px !important;
    border: 2px solid !important;
}

    .modal-notice .c-additionalInfo.hide {
        display: none;
    }

    .modal-notice .c-additionalInfo {
        border-top: 1px solid #ccc;
        margin-top: 25px;
        padding-top: 25px;
    }

    .modal-notice p {
        color: #000000;
        margin-top: 20px;
        font-size: 24px;
        line-height: 28px;
        text-align: justify !important;
    }

    .modal-notice .mainTitle {
        font-size: 40px;
        color: #000000;
    }

    .modal-notice input {
        border-radius: 10px;
        box-shadow: none;
        padding: 5px 5px;
        width: 400px;
        outline: none;
        text-align: center;
        background-color: white;
        margin: 0;
        font-size: 17px;
        flex-direction: column;
    }

    .modal-notice .c-input {
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin: 25px auto 0;
    }

    .modal-notice a {
        display: block;
        text-decoration: underline;
        font-size: 18px;
    }

    .modal-notice .c-additionalInfo h3 {
        font-size: 20px;
    }

    .modal-notice .btn-notice, .btn-notice-spinner {
        background-color: #01215a;
        color: white;
        border-radius: 10px;
        font-size: 23px;
        border: none;
        cursor: pointer;
        height: 55px;
        width: 400px;
        box-shadow: 0 0 9px #d0d0d0;
    }

    .modal-notice .btn-notice-spinner .spinner-layer {
        border-color: #F5F5F5 !important;
    }

    .modal-notice #vMessageError {
        color: #ba1111;
        font-size: 23px;
        margin-top: 20px;
        display: block;
        text-align: justify;
        padding-left: 3em;
        padding-right: 3em;
    }

    .modal-notice #vMessageFamilyError {
        color: #ba1111;
        font-size: 23px;
        margin-top: 20px;
        display: block;
        text-align: justify;
        padding-left: 3em;
        padding-right: 3em;
    }

    .modal-notice .modal-content {
        padding-left: 4em;
        padding-right: 4em;
        padding-top: 3em;
        padding-bottom: 4em;
        text-align: center;
    }

    .modal-notice .closeThisModalBtn {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #000000;
        font-size: 24px;
        cursor: pointer;
    }

    .modal-notice .closeThisFamilyModalBtn {
        position: absolute;
        right: 20px;
        top: 20px;
        color: #000000;
        font-size: 24px;
        cursor: pointer;
    }

    .modal-notice .c-appearAdditionalInfo {
        font-size: 24px;
    }

/* ******************** end modal-notice ******************** */

input[type=text]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid #01215a !important;
    box-shadow: 0 1px 0 0 #01215a !important;
}

/* scroll-bar */
::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #01215a;
}

.service-icon {
    height: 250px !important;
    display: block;
}

.sub-service-icon {
    height: 250px !important;
    display: block;
}

.disclaimer-service {
    background-color: #f8f8f8 !important;
}

.modal2 {
    height: 80vh !important;
}

#lbMsg2 {
    font-size: 41px !important;
}

#modalAlert2 > div.modal-content > div > div:nth-child(1) {
    background-color: #8d55a2;
    padding: 1%;
    font-size: 2.3em;
    color: #ffffff;
    border-radius: 5px;
}

/* Navmenu */
.navmenu-button {
    text-transform: uppercase !important;
    font-size: 1em;
    cursor: pointer;
}
