﻿@font-face {
    font-family: WorkSans-Light;
    src: url(../../../fonts/Work-Sans/WorkSans-Light.ttf);
}

@font-face {
    font-family: WorkSans-Regular;
    src: url(../../../fonts/Work-Sans/WorkSans-Regular.ttf);
}

@font-face {
    font-family: WorkSans-Bold;
    src: url(../../../fonts/Work-Sans/WorkSans-Bold.ttf);
}

.visionweb-nav__row {
    justify-content: space-between;
    min-height: 100px;
    align-items: center;
}

.visionweb-nav__button--left {
    display: flex !important;
    width: 50%;
}

.visionweb-nav__button--left-second-image {
    padding-left: 20%;
}

footer {
    overflow: hidden;
    max-height: 180px;
    margin-top: 100px;
}

/* .footer__container {
    width: 150%;
    text-align: center;
    height: 800px;
    box-shadow: none;
    border-radius: 100%;
    left: -25%;
    padding: 30px 25%;
    position: relative;
}  */

.footer__logo {
    padding-bottom: 15px;
    width: 200px;
}

.footer__row {
    width: 100%;
    margin: 0;
    justify-content: center;
}

.footer__a--data-policy {
    font-family: var(--footerDataPolicyFontHomeEPM);
    font-size: 18px;
    color: var(--footerDataPolicyColorHomeEPM);
}

.footer__a--about-us {
    font-family: var(--footerAboutUsFontHomeEPM);
    font-size: 18px;
    color: var(--footerAboutUsColorHomeEPM);
}

.footer__p--copyright {
    color: var(--footerCopyrightColorHomeEPM);
    font-family: var(--footerCopyrightFontHomeEPM);
    font-size: 18px;
}

.footer__p--version {
    color: var(--footerVersionColorHomeEPM);
    font-family: var(--footerVersionFontHomeEPM);
    font-size: 18px;
}

.form-check {
    display: flex !important;
    align-items: center;
}

input[type=checkbox] {
    appearance: none;
    position: relative;
    min-height: 30px;
    min-width: 30px;
    outline: 0;
    cursor: pointer;
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    border: 2px solid #FF8403;
    border-radius: 8px;
    background-color: var(--backgroundInputCheckBoxConfigurationLayoutEPM);
    margin: 0;
}

    input[type=checkbox]::before {
        position: relative;
        content: "";
        display: block;
        top: 4px;
        left: 9px;
        width: 8px;
        height: 14px;
        border-style: solid;
        border-color: #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        opacity: 0;
    }

    input[type=checkbox]:checked {
        color: #fff;
        background-color: #FF8403;
    }

        input[type=checkbox]:checked::before {
            opacity: 1;
        }

input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #00AEEF;
    border-radius: 50%;
    background-clip: content-box;
    padding: 3px !important;
    margin: 0 5px;
    cursor: pointer;
}

    input[type="radio"]:checked {
        background-color: #00AEEF;
    }

    input[type="radio"]:disabled {
        opacity: 0.4;
    }

.own-btn-primary {
    background-color: var(--buttonTurnRequestBackgroundColorHomeEPM);
    color: var(--buttonTurnRequestColorHomeEPM);
    font-size: 22px;
    font-family: var(--buttonTurnRequestFontHomeEPM);
    border-radius: var(--buttonTurnRequestBorderRadiusHomeEPM);
    border: var(--buttonTurnRequestBorderHomeEPM);
    padding: 5px 20px;
    margin: 0 10px;
    min-width: 150px;
    min-height: 50px;
}

.own-btn-secondary {
    font-size: 22px;
    font-family: var(--buttonCancelTurnRequestFontConferenceEPM);
    padding: 5px 20px;
    border-radius: var(--buttonCancelTurnRequestBorderRadiusConferenceEPM);
    background-color: var(--buttonBackgroundColorConferenceEPM);
    color: var(--buttonCancelTurnRequestColorConferenceEPM);
    border: var(--buttonCancelTurnRequestBorderConferenceEPM);
    margin: 0 10px;
    min-height: 50px;
    min-width: 150px;
}

.informative-messages {
    position: fixed;
    top: 150px;
    right: 0;
}

.informative-messages__email-not {
    display: none;
    position: relative;
    width: 350px;
    height: auto;
    margin-bottom: 5px;
    padding: 3px 3px;
    border: 1px solid rgba(0,0,0,0.5);
    box-sizing: border-box;
    overflow: hidden;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 9px 5px 7px 0 rgba(0,0,0,0.3);
    box-shadow: 9px 5px 7px 0 rgba(0,0,0,0.3);
    animation-name: showMessageFade;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    opacity: 1;
    animation-delay: 0s;
    border-radius: 10px;
    background-color: #00AEEF;
    border-color: #00AEEF;
}

.informative-messages__message-not {
    float: right;
    width: 100%;
    height: 100%;
    text-align: justify;
    font-size: 0.9em;
    color: #000000;
    margin-top: 25px;
    font-family: WorkSans-Light;
    font-size: 18px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
}

.informative-messages__email-not > img {
    max-width: 120px;
    position: fixed;
    margin-top: -55px;
    right: 50px;
}

.first-text-message-title,
.second-text-message-title {
    font-size: 36px;
    font-family: WorkSans-Bold;
    color: #707070;
    line-height: 25px;
    letter-spacing: 0;
}

.message-content {
    font-family: WorkSans-Regular;
    letter-spacing: 0;
    font-size: 18px;
    color: #8D8D8E;
    text-align: justify;
}

.remove-margin-padding {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    height: 18px;
    width: 18px;
}

::-webkit-scrollbar-corner {
    background-color: #fff;
    background-repeat: no-repeat;
    cursor: pointer;
}

::-webkit-scrollbar-corner {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 9px;
    border: solid 6px #fff;
    background-color: #cbcfd1;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

.swal2-popup {
    font-size: 15px !important;
    border-radius: 20px !important;
}

.swal2-title {
    color: var(--SwalTitleColor) !important;
    font-family: var(--SwalTitleFontFamily);
    font-size: var(--SwalTitleFontSize) !important;
    padding: 5px 0 !important;
}

#swal2-html-container {
    color: var(--SwalContentColor);
    font-family: var(--SwalContentFontFamily);
    font-size: var(--SwalContentFontSize);
    margin: 10px 20px;
}

.swal2-styled {
    border-radius: 24px !important;
    font-size: 23px !important;
    font-family: WorkSans-Bold;
    padding: 0 !important;
    min-height: 50px;
    min-width: 150px;
}

    .swal2-styled.swal2-confirm {
        background-color: #00AEEF !important;
    }

    .swal2-styled:focus {
        box-shadow: none !important;
    }

.swal2-close {
    border: 1px solid #CCC !important;
    border-radius: 50% !important;
    margin-top: 15px !important;
    margin-right: 15px !important;
}

    .swal2-close:focus {
        box-shadow: none !important;
    }

.visionweb-nav__mobile {
    display: none;
    padding: 20px 0;
}

    .visionweb-nav__mobile p {
        margin-bottom: 0;
        font-family: WorkSans-Regular;
        color: #00AEEF;
        text-align: center;
        font-size: 31px;
    }

.footer__row--app-information {
    display: flex;
}

.swal2-info,
.swal2-warning,
.swal2-error,
.swal2-success {
    color: #00AEEF !important;
    border-color: #00AEEF !important;
}

.nav-appointment-module__mobile {
    display: none;
    padding: 20px 0;
}

    .nav-appointment-module__mobile p {
        margin-bottom: 0;
        font-family: WorkSans-Regular;
        color: #00AEEF;
        text-align: center;
        font-size: 31px;
    }

    .nav-appointment-module__mobile button {
        border: none;
        background-color: transparent;
        position: absolute;
        top: 30px;
        left: 15px;
    }

#appointments-mobile-controls .modal-dialog {
    width: 100%;
}

#appointments-mobile-controls .modal-content {
    background-color: transparent;
    max-height: 235px;
    overflow-y: unset;
}

#appointments-mobile-controls .modal-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

#appointments-mobile-controls .modal-controls__elements--container {
    background-color: #00AEEF;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    width: 80%;
    padding-left: 10%;
}

.modal-controls__elements--container a {
    font-size: 22px;
    font-family: WorkSans-Regular;
    color: #ffffff;
}

    .modal-controls__elements--container a > img {
        width: 35px;
        margin-right: 10px;
    }

.modal-controls__close--container {
    width: 20%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    align-items: baseline;
}

    .modal-controls__close--container button {
        opacity: 1;
    }

.modal-controls__elements--container a[disabled] {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.modal-controls__elements--container a:hover {
    color: #ffffff;
}

input:-webkit-autofill {
    -webkit-background-clip: text;
}

@keyframes showMessageFade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.swal-overlay {
    overflow-y: auto;
}

@media screen and (max-width: 1300px) {
    .informative-messages {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .show, .modal-open, body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

@media(max-width: 767px) {
    .visionweb-nav__row {
        display: none;
    }

    .visionweb-nav__mobile {
        display: flex;
        flex-direction: column;
    }

    .nav-appointment-module__container {
        display: none;
    }

    .nav-appointment-module__mobile {
        display: flex;
        flex-direction: column;
    }

    #footer {
        margin-top: 50px;
        max-height: 100%;
        background: linear-gradient(to bottom, transparent 50%, #00AEEF 50%);
    }

    .footer__container {
        height: 200px !important
    }

    .footer__logo {
        width: 95px;
        padding: 30px 0;
    }

    .footer__a--data-policy,
    .footer__a--about-us,
    .footer__p--copyright,
    .footer__p--version {
        font-family: WorkSans-Regular;
        font-size: 17px;
        margin-bottom: 0;
    }

    .footer__row {
        flex-direction: column;
        padding-left: 30px;
    }

    .footer__row--legal-information {
        text-align: left;
    }

    .footer__row--app-information {
        text-align: left;
        margin-top: 30px;
        flex-direction: column;
    }

    .swal2-title {
        font-size: 32px !important;
    }

    #swal2-html-container {
        font-size: 24px !important;
    }

    img#GOV {
        display: none;
    }

    img#CO {
        display: none;
    }
}

/* agregado por QA para cumplir con Footer solicitado */
.footer__information {
    position: absolute;
    width: 100%;
    display: flex;
    bottom: 20px;
    justify-content: space-between;
    padding: 0px 10%;
}

.footer__information--app {
    align-items: center;
    display: flex;
    width: 100%;
    color: var(--footerInformationTextColor);
    font-size: 20px;
    font-family: var(--footerInformationTextFontFamily);
    margin-top: 25px;
    margin-bottom: 5px
}

.footer__information--c1 {
    margin: 0 5%;
}

    .footer__information--c1 > p:nth-child(1) {
        margin-bottom: 22px;
    }

    .footer__information--c1 > p:nth-child(2) {
        margin-bottom: 0;
    }

.footer__information--c2 > p:nth-child(1) {
    margin-bottom: 22px;
}

.footer__information--c2 > p:nth-child(2) {
    margin-bottom: 0;
}

.footer__information > img {
    width: 100%;
    max-width: 250px;
    margin-right: 2vw;
}

.footer__container {
    position: absolute;
    width: 100%;
    height: 125px;
    /*  bottom: -125px; */
}

    .footer__container > img {
        position: absolute;
        z-index: -1;
        margin-bottom: 145px;
        bottom: 0;
        width: 700px;
        right: 1340px;
    }

.line__separator {
    border: var(--lineSeparatorBorder);
    border-radius: var(--lineSeparatorBorderRadius);
    box-shadow: var(--lineaSeparatorBoxShadow);
    margin-left: 0;
    /*width: 31vw;*/
}

@keyframes ownFadeIn {
    0% {
        opacity: 0;
        display: none;
    }

    100% {
        opacity: 1;
        display: block;
    }
}

@media (max-width: 1640px), (max-height: 790px) {
    .footer__information {
        padding: 0;
        bottom: 8px;
    }

    .footer__container > img {
        width: 495px;
        margin-bottom: 150px;
        margin-left: 20px;
        right: 945px;
    }

    .footer__information--app {
        margin-top: 20px;
        font-size: 16px;
    }

    .footer__information > img {
        margin-right: 2vw;
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px) {
    .footer__information {
        padding: 20px 20px 5px 20px;
        bottom: 0;
    }

    .footer__container > img {
        display: none;
    }

    .footer__information--app {
        font-size: 12px;
        margin-top: 0;
        width: 80%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .footer__information > img {
        margin-right: 5vh;
        margin-bottom: 0;
        width: 100%;
        max-width: 140px;
    }

    .footer__information--c1 {
        margin: 0px 0 15px 0;
    }

        .footer__information--c1 > p:nth-child(1) {
            margin-bottom: 0;
        }

    .footer__information--c2 > p:nth-child(1) {
        margin-bottom: 0;
    }

    .footer__information--app > div > p {
        margin-bottom: 10px !important;
    }

    .show, .modal-open {
        padding-right: 0 !important;
    }
}

@media(max-width: 999px) {
    .footer__container {
        height: 200px !important
    }
}

@media(max-width: 400px) {
    .footer__container {
        height: 200px !important
    }
}
