﻿
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex-grow: 1;
}

.bg-mainNavbar {
    /*background-color: #1e7e34;*/
    /* background-color: #007bff;*/ 
    background-color: #0063b2;
}

.bg-pri-oscuro {
    color: #00477f;
}

.fixex-mainNav {
    background-color: #212529 !important; 
}

#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
    padding-left: 24px;
    padding-right: 24px;
}

.wrapText {
  max-width: 200px;
  word-wrap: break-word;
  text-align: left;
}

@media only screen and (min-width: 767px) {
    #mainNav {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.52) 0.01%, rgba(0, 0, 0, 0) 100%);
    }
}

    #mainNav .navbar-toggler {
        padding: 0.75rem;
        font-family: 'Poppins', sans-serif;
        font-size: 2rem;
        color: white;
        text-transform: uppercase;
        background-color: transparent;
        border: none;
        outline: none;
    }

    #mainNav .navbar-brand {
        color: #f35205;
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        letter-spacing: 0.0625em;
        text-transform: uppercase;
    }

        #mainNav .navbar-brand img {
            height: 6rem;
        }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-family: 'Poppins', sans-serif;
        font-size: 1.1rem;
        color: #fff;
        letter-spacing: 0.0625em;
    }

        #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
            color: #f35205;
        }

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        background-color: transparent;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

        #mainNav .navbar-brand {
            font-size: 1.5em;
            transition: font-size 0.3s ease-in-out;
        }

            #mainNav .navbar-brand img {
                height: 6rem;
                transition: height 0.3s ease-in-out;
            }

        #mainNav.navbar-shrink {
            padding-top: 1rem;
            padding-bottom: 1rem;
            background-color: #000000;
        }

            #mainNav.navbar-shrink .navbar-brand {
                font-size: 1.25em;
            }

                #mainNav.navbar-shrink .navbar-brand svg,
                #mainNav.navbar-shrink .navbar-brand img {
                    height: 4.5rem;
                }

        #mainNav .navbar-nav .nav-item {
            margin-right: 1rem;
        }

            #mainNav .navbar-nav .nav-item:last-child {
                margin-right: 0;
            }
}

header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    transition: background-image 4s ease-in-out; /* Transición suave */
}

    header.masthead:not(.nohover):hover {
        /*filter: saturate(200%);*/
    }


    header.masthead .masthead-subheading {
        font-size: 1.5rem;
        font-style: italic;
        line-height: 1.5rem;
        margin-bottom: 25px;
        font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

    header.masthead .masthead-heading {
        font-size: 3.25rem;
        font-weight: 700;
        line-height: 3.25rem;
        margin-bottom: 2rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    }

@media (min-width: 768px) {
    header.masthead {
        padding-top: 13rem;
        padding-bottom: 10.5rem;
    }

        header.masthead .masthead-subheading {
            font-size: 2.25rem;
            font-style: italic;
            line-height: 2.25rem;
            margin-bottom: 2rem;
        }

        header.masthead .masthead-heading {
            font-size: 4.5rem;
            font-weight: 700;
            line-height: 4.5rem;
            margin-bottom: 4rem;
        }
}

.masthead {
    padding-top: calc(2rem + 74px);
    padding-bottom: 6rem;
}
    
    .masthead .masthead-heading {
        font-size: 2.75rem;
        line-height: 2.75rem;
    }

    .masthead .masthead-subheading {
        font-size: 1.25rem;
    }

    .masthead .masthead-avatar {
        width: 15rem;
    }

@media (min-width: 992px) {
    .masthead {
        padding-top: calc(2rem + 104px);
        padding-bottom: 6rem;
    }

        .masthead .masthead-heading {
            font-size: 4rem;
            line-height: 3.5rem;
        }

        .masthead .masthead-subheading {
            font-size: 1.5rem;
        }
}

.divider-custom {
    margin: 1.25rem 0 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .divider-custom .divider-custom-line {
        width: 100%;
        max-width: 7rem;
        height: 0.25rem;
        background-color: #0063b2;
        border-radius: 1rem;
        border-color: #0063b2 !important;
    }

        .divider-custom .divider-custom-line:first-child {
            margin-right: 1rem;
        }

        .divider-custom .divider-custom-line:last-child {
            margin-left: 1rem;
        }

    .divider-custom .divider-custom-icon {
        color: #0063b2 !important;
        font-size: 2rem;
    }

    .divider-custom.divider-light .divider-custom-line {
        background-color: #fff;
    }

    .divider-custom.divider-light .divider-custom-icon {
        color: #fff !important;
    }

.page-section {
    padding: 6rem 0;
}

    .page-section .page-section-heading {
        font-size: 2.25rem;
        line-height: 2rem;
    }

@media (min-width: 992px) {
    .page-section .page-section-heading {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

.portfolio .portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    max-width: 25rem;
    border-radius: 0.5rem;
    overflow: hidden;
}

    .portfolio .portfolio-item .portfolio-item-caption {
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        background-color: rgba(31, 45, 65, 0.9);
    }


        .portfolio .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
            font-size: 1.5rem;
        }

.portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
}

@media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
        font-size: 3rem;
        line-height: 2.5rem;
    }
}

.portfolio-modal .close {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1rem;
    font-size: 3rem;
    line-height: 3rem;
    color: #1f2d41;
    opacity: 1;
}

.portfolio {
    padding-top: 6rem;
    padding-bottom: 4.5rem;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 24px;
    background-color: #00477F;
    color: #fff;
    align-items: center;
}
    .footer > h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 30px;
        margin: 0px
    }

.footer-icon {
    width: 30px;
}

@media (max-width: 992px) {
    .footer {
        flex-direction: column;
    }
    .footer-icon {
       margin-top:12px
    }
}

.btn-social-media {
    text-decoration: none !important;
}
    .btn-social-media:hover {
        opacity: 0.8;
    }

    .copyright {
        background-color: #00477f;
    }

.navbar-logo {
    width: 72px;
}

.unstyle-button {
    border: none;
    outline: none;
    background-color: transparent;
}
.unstyle-button:focus {
    border: none;
    outline: none;
}

.bg-black {
    background-color: black;
}
.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 500;
}


.cursor-pointer {
    cursor: pointer;
}


#client-mainNav {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: black;
}

 /*   #client-mainNav .navbar-toggler {
        padding: 16px;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        font-size: 0.75rem;
        color: #fff;
        text-transform: uppercase;
        background-color: #f35205;
        border: 0;
    }*/

#client-mainNav .navbar-brand {
    color: #f35205;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}

#client-mainNav .navbar-brand img {
    height: 6rem;
}

#client-mainNav .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.0625em;
}

#client-mainNav .navbar-nav .nav-item .nav-link.active, #client-mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #f35205;
}

@media (min-width: 992px) {
    #client-mainNav {
        padding-top: 16px;
        padding-bottom: 16px;
        border: none;
        background-color: black;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    }

    #client-mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

        #client-mainNav .navbar-brand img {
            height: 8rem;
            transition: height 0.3s ease-in-out;
        }

    #client-mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #000000;
    }

        #client-mainNav.navbar-shrink .navbar-brand {
            font-size: 1.25em;
        }

            #client-mainNav.navbar-shrink .navbar-brand svg,
            #client-mainNav.navbar-shrink .navbar-brand img {
                height: 4.5rem;
            }

    #client-mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }

        #client-mainNav .navbar-nav .nav-item:last-child {
            margin-right: 0;
        }
}

.register-navbar-logo {
    height: 72px !important;
}

.user-icon {
    font-size: 24px;
}
.user-icon-main-nav {
    font-size: 32px;
}
.btn-logout {
    outline: none;
}
.btn-logout:active {
    outline: none;
}


.banner {
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: initial;
   /* padding-top: 64px;*/
    /*padding-bottom: 80px;*/
}

    .banner > h1 {
        font-weight: 900;
        font-size: 2.8rem;
        color: #FFFFFF;
        font-family: 'Poppins', sans-serif;
        margin: 0px;
    }

    .banner > h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 60px;
        font-family: 'Poppins', sans-serif;
        margin: 0px;
        margin-bottom: 24px
    }

.btn-banner {
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 32px;
    background: #244A67;
    border-radius: 10px;
    border: none;
    font-weight: 400;
    font-size: 22px;
    color: #FFFFFF;
}

    .btn-banner:hover {
        color: white;
        text-decoration: none;
    }




@media only screen and (min-width: 1600px) {
  
    .masthead {
        padding-top: 266px !important;
        padding-bottom: 300px !important;
    }
}


@media only screen and (min-width: 1750px) {
 

    .masthead {
        padding-top: 300px !important;
        padding-bottom: 350px !important;
    }

    .banner > h1 {
        font-size: 3.9rem;
    }

    .banner > h2 {
        font-size: 2.6rem;
    }

    .btn-banner {
        font-size: 2rem;
    }
}

@media only screen and (min-width: 1950px) {
 
    .masthead {
        padding-top: 380px !important;
        padding-bottom: 540px !important;
    }

    .container {
        margin-left: 16%;
        margin-right: 16%;
        max-width: 1600px;
        width: 100%
    }
    .banner > h1 {
        font-size: 4.7rem;
    }

    .banner > h2 {
        font-size: 3.6rem;
    }

    .btn-banner {
        font-size: 3rem;
    }
}

.display-on-mobile {
    display: none;
}

@media only screen and (max-width: 676px) {
   
    .navbar-nav {
        align-items: flex-start;
    }

    .login-partial-dropdown {
        display: none;
    }

    .display-on-mobile {
        display: block;
    }

    .btn-logout {
        background-color: transparent;
        border: none;
    }
}




.custom-input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border-radius: 10px !important;
    border: 1px solid #3072B2;
    outline: none;
    padding: 8px;
    margin-bottom: 0px;
}


    .custom-input:focus {
        border: 1px solid #3072B2;
        box-shadow: inset 0 0 0 1px #3072B2;
        outline: none !important;
    }


    .custom-input.input-validation-error {
        border: 1px solid #AB2020 !important;
    }

        .custom-input.input-validation-error:focus {
            border: 1px solid #AB2020;
            box-shadow: inset 0 0 0 1px #AB2020;
            outline: none !important;
        }




.btn-blue {
    /* Auto layout */
    width: 100%;
    font-family: 'Lato';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 18px;
    background-color: #3072B2;
    color: white;
    transition: all 0.3s ease;
    outline: none;
    border: 2px solid #3072B2 !important;
    padding: 0px 24px;
}

    .btn-blue:not(:disabled):hover {
        border: 2px solid #3072B2 !important;
        color: #3072B2;
        background-color: transparent;
    }

    .btn-blue:disabled {
        background-color: #6791B9;
        border: 2px solid #6791B9 !important;
    }

    .btn-blue:focus {
        outline: none;
    }


.btn-outline-blue {
    font-family: 'Lato';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #3072B2;
    border: 2px solid #3072B2 !important;
    border-radius: 10px !important;
    font-weight: 500;
    margin-right: 8px;
    height: 36px !important;
    font-size: 16px !important;
    padding: 0px 40px;
}


.btn-outline-blue:hover {
    color: white !important;
    background-color: #3072B2;
    text-decoration: none;
}

.custom-label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #3072B2;
}

.text-blue {
    color: #3072B2;
}



.custom-alert-error {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: rgba(255, 75, 75, 0.47);
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #462C2C;
    margin-bottom: 32px;
}

    .custom-alert-error > button {
        outline: none;
    }



.custom-alert-success {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    background: #d4edda;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #155724;
    margin-bottom: 32px;
}

    .custom-alert-success > button {
        outline: none;
    }


    .display-none {
        display: none;
    }


.text-error {
    color: #AB2020;
}



.schedule-table {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 36px !important;
}

.schedules-table td {
    vertical-align: middle;
    background: rgba(0, 71, 127, 0.06);
    border-top: 4px solid white;
    height: 52px;
}

.schedules-table th {
    vertical-align: middle;
    background: rgba(0, 71, 127, 0.22);
    border-top: none;
    height: 52px;
}

    .schedules-table th:first-child {
        border-top-left-radius: 16px;
    }

    .schedules-table th:last-child {
        border-top-right-radius: 16px;
    }

.schedules-table tr:last-of-type td:first-child {
    border-bottom-left-radius: 16px;
}

.schedules-table tr:last-of-type td:last-child {
    border-bottom-right-radius: 16px;
}

.schedules-table td:last-child, th:last-child {
    padding-right: 24px;
}

.schedules-table td:first-child, th:first-child {
    padding-left: 18px;
}

.pagination-container {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-text {

}

.btn-prev-page {

}

.btn-next-page {
 
}

    .btn-prev-page.available, .btn-next-page.available {
        font-weight: 900;
        font-size: 24px;
        line-height: 30px;
    }

    .btn-prev-page.disabled, .btn-next-page.disabled {
        color:darkgrey;
        cursor: default;
    }

.btn-prev-page, .btn-next-page {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

    .btn-prev-page:hover, .btn-next-page:hover {
        text-decoration: none;
        color: black;
    }

.show-pwd {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 0px 12px;
}

    .show-pwd > img {
        width: 26px;
        cursor: pointer;
    }

.link-warning {
    color: #856404;
}

    .link-warning:hover {
        color: #594301;
    }


.link-success {
    color: #155724;
}
    .link-success:hover {
        color: #04360f;
    }


.title {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #00477F;
    margin: 0px;
}

.result-title {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    line-height: 54px;
    color: #646e75;
    margin: 0px;
}

.white-space-nowrap{
    white-space:nowrap;
}

.text-align-center {
    text-align: center;
}

.min-width-200{
    min-width: 200px;
}

.modal-notes-header {
    background-color: rgb(48, 114, 178);
    color: white;
    padding: 12px 26px !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.modal-notes-content {
    padding: 0px !important;
    border:none !important;
    border-radius: 16px !important;
}
.modal-notes-body {
    padding: 12px 26px !important;
    min-height: 200px;
}

.close-modal-icon {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.required-fields {
    color: gray;
}

.required-text{
    font-size: 14px;
}

.months-select {
    width: 200px !important;
}


.title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 54px;
    color: #3072B2;
}

.input-filter-customers {
    width: 300px !important;
}

#totalAmount h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 54px;
    color: #3072B2;
}

.newprice-input {
   text-align: end;
}



/* Estilos generales */
.floating-reserve-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.btn-floating-reserve {
    background-color: #FFCC00;
    color: #002D62;
    padding: 14px 22px;
    font-size: 24px !important;
    font-family: 'Poppins', sans-serif;
    border-radius: 24px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

    /* Estilos cuando se pasa el mouse */
    .btn-floating-reserve:hover {
        background-color: #FFAA00;
        color: white;
        transform: scale(1.2);
    }

/* Hacer el botón más pequeño en dispositivos móviles */
@media (max-width: 768px) {
    .floating-reserve-btn {
        bottom: 15px;
        right: 15px;
    }

  
}

/* Efecto de flotación para atraer la atención */
