﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

/* Generales */
#propietarios {
    padding: 0;
    background: none;
    z-index: 1;
    position: relative;
    box-shadow: 3px 0px 5px #ddd;
}

.inner-pages {
    min-height: 95px;
}

.header .navbar .navbar-nav .nav-item .nav-link,
.header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #333;
}

    .header .navbar .navbar-nav .nav-item .nav-link.active {
        color: #c74724;
    }

.content-wrapper {
    padding: 20px 0;
    background: #f2f2f2;
    min-height: calc(100vh - 95px);
}

h1 {
    font-size: 24px;
    font-weight: 800;
    text-align: left;
    padding-bottom: 20px;
}

h2 {
    font-weight: 600;
    font-size: 18px;
    padding: 0 15px 15px;
}

h3 {
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 15px;
}

p {
    color: #384a5e;
}

.copyright {
    background: #f2f2f2;
    color: #384a5e;
    font-size: 14px;
    text-align: center;
}
@media (min-width: 768px) {
    .content-wrapper {
        padding: 60px 0 120px;
    }
    h1 {
        font-size: 32px;
        padding-bottom: 40px;
    }
}
/* Login y registro */

.login {
    max-width: 350px;
    margin: 0 auto;
}

.registro {
    max-width: 800px;
    margin: 0 auto;
}

.terminos {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-left: 20px;
}

/* Inputs y forms */
.form-group label {
    color: #384a5e;
    font-weight: 600;
    margin-left: 15px;
}

.form-group input,
.form-group textarea,
.form-group select {
    background: #ffffff;
    color: var(--gray);
    font-size: 16px;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    border: none;
}

.form-group input, .form-group select {
    height: unset !important;
}
.content-wrapper label {
    font-size: 0.875rem;    
}
@media (min-width: 576px) {
    .form-group input, .form-group select {
        height: 58px !important;
    }
    .content-wrapper label {
        font-size: 1rem;
    }
}
    .form-group input:focus,
    .form-group textarea:focus {
        outline: solid 1px #62193745;
    }

    .form-group input::-moz-placeholder
    .form-group textarea::-moz-placeholder {
        color: #8d95a6;
        font-size: 14px;
        opacity: 1;
    }

    .form-group input[type="checkbox"],
    .form-group input[type="radio"] {
        width: inherit;
        height: 50px;
        margin-bottom: 0;
        float: left;
    }

.equipamiento input[type="checkbox"] {
    margin-right: 8px;
}

.button {
    background: var(--primary);
    border: none;
    padding: 15px 30px;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
    border: solid 1px var(--primary);
    font-weight: 600;
    font-size: 15px;
}

.btn btn-outline-secondary {
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: var(--primary);
    border: solid 1px var(--primary);
    font-weight: 600;
    font-size: 15px;
}

.button-small {
    font-size: 14px;
    padding: 10px 15px;
}

.button-none {
    background: transparent;
    padding: 0;
    border: none;
    margin: 0;
    cursor: pointer;
    text-decoration: underline;
}

.form-euro {
    position: relative;
}
.form-euro .form-control {
    padding-right: 1.25rem;
    margin-bottom: 0;
}

    .form-euro:after {
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        top: 50%;
        transform: translateY(-50%);        
        right: 10px;
        content: "\f153";
        color: #ccc;
        z-index: 9;
    }

.form-euro-limpieza, .form-euro-deposito {
    width: 100px !important;
}
.form-inline.checkin .form-control {
    display: inline-block;
    width: auto;
}

.calendario {
    overflow-y: scroll;
}

@media screen and (min-width: 1440px) {
    .calendario {
        overflow-y: hidden;
    }
}


/* Dashboard */

.card-inicio {
    height: 100%;
    background: transparent;
    border: solid 1px #f2f2f2;
    transition: background-color linear 300ms;
}
.card-inicio .card-body {
    padding: 0.938rem;
}
    .card-inicio:hover {
        background: #fff;
        border: 1px solid rgba(0,0,0,.125);
    }

    .card-inicio .icona {
        background: #fff;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 50px;
        color: var(--primary);
        font-size: 20px;
    }

    .card-inicio h2 {
        font-weight: 800;
        font-size: 20px;
        line-height: 30px;
        padding: 15px 0;
    }

    .card-inicio p {
        font-size: 14px;
        line-height: 24px;
        color: #384a5e;
        margin-bottom: 0;
    }
    .card-inicio p.text-success {
        margin-top: 5px;
    }
    .card-inicio .titulo {
        padding-left: 0;
    }
    @media (min-width: 768px) {
        .card-inicio h2 {            
            font-size: 24px;
        }
        .card-inicio .titulo {
            padding-left: 15px;
        }
        .card-inicio p {
            font-size: 16px;
        }
        .card-inicio .card-body {
            padding: 1.25rem;
        }                
    }

/* Alojamiento */

.nav-menu {
    margin-bottom: 40px;
    border-bottom: solid 3px #ddd
}

.nav-alojamiento {
    position: relative;
    /*padding-right: 15px;*/
}

/*    .nav-alojamiento:before {
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        top: 1px;
        right: 2px;
        content: "\f178";
        color: #ccc;
    }*/

    .nav-alojamiento:last-child:before {
        content: "";
    }

    .nav-alojamiento .nav-link {
        font-size: 0.875rem;
        color: #384a5e;
        /*padding: 0 15px 20px;*/
    }

        .nav-alojamiento .nav-link:hover {
            border-bottom: solid 3px #384a5e;
            margin-bottom: -3px;
            transition: background-color linear 1s;
        }

        .nav-alojamiento .nav-link.active {
            border-bottom: solid 3px #384a5e;
            margin-bottom: -3px;
            font-weight: 700;
        }
        @media (min-width: 576px) {
            .nav-alojamiento .nav-link {
                font-size: 1rem;
            }
        }
.restricciones {
    width: 70%;
}

.cancelacion label {
    padding: 0 20px 0 5px;
}

.text-bold {
    font-weight: bold;
}



.single-check {
    margin-bottom: 10px;
}

    .single-check .switch {
        position: relative;
        display: inline-block;
        width: 38px;
        height: 22px;
        margin-bottom: 0;
    }

        .single-check .switch input {
            display: none;
        }

    .single-check .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #dfdfdf;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .single-check .slider:before {
            position: absolute;
            content: "";
            height: 16px;
            width: 16px;
            left: 4px;
            bottom: 3px;
            background-color: #ffffff;
            -webkit-transition: .4s;
            transition: .4s;
        }

    .single-check input:checked + .slider {
        background-color: var(--primary);
    }

        .single-check input:checked + .slider:before {
            -webkit-transform: translateX(14px);
            -ms-transform: translateX(14px);
            transform: translateX(14px);
        }

    .single-check input:focus + .slider {
        box-shadow: 0 0 1px var(--primary);
    }

    .single-check .slider.round {
        border-radius: 34px;
    }

        .single-check .slider.round:before {
            border-radius: 50%;
        }

.rating-wrapper {
    padding: 0 0 7px 7px;
}

.mandatory {
    color: #ff5757;
}
.mandatory-input {
    background: #fbe3e3 !important;
    border: 1px solid #ff5757 !important;
}

.dropdown-menu-custom li:hover {
    background: var(--primary);
}

.dropdown-menu-custom li:hover a {
    color: #fff !important;
    transition: none !important;
}
.navbar-light .navbar-toggler {
    border: none;
}

.btn, .alert {
    font-size: 0.875rem;
}
.btn-primary {
    color: #fff;
    background-color: var(--primary);
    border-color: 1px solid var(--primary);
    font-weight: 600;
}
.btn-outline-secondary {
    border-color: var(--primary);
    color: var(--primary);
    font-weight: 600;
}
@media (min-width: 576px) {
    .btn {
        font-size: 0.938rem;
    }
    .alert {
        font-size: 1rem;
    }
    .btn-sm {
        font-size: .875rem;
    }    
}
/* Alojamientos */

.alojamientos .botones .btn {
    font-size: 14px;
}
.alojamientos-listado-movil .card h2 {
    font-size: 1rem;
    font-weight: 600;
    padding: 0 0 2px 0;
}
.alojamientos-listado-movil .info {
    font-size: 14px;
}
.alojamientos-listado-movil .card-body {
    padding: 0.875rem;
}
.alojamientos-listado-movil .poblacion {
    font-size: 14px;
    color: #999;
    margin-bottom: 2px;
}
@media (min-width: 576px) {
    .alojamientos-listado-movil .card-body {
        padding: 1.25rem;
    }
}
@media (max-width: 1199px) {
    .menu-pasos {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
    }
}
header .navbar-nav .nav-item {
    position: relative;
}
@media (max-width: 991px) {
    header .navbar-nav .nav-item {
        border-top: 1px solid #dee2e6;
    }
    header .navbar-nav .nav-item:first-child {
        border-top: none;
    }
    header .navbar-nav .nav-item .nav-link::after {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        content: "\f054";
        font-family: 'Font Awesome 5 Pro';        
    }
    header .navbar-nav .nav-item.idiomas .nav-link::after, header .navbar-nav .nav-item.cerrar-sesion .nav-link::after {
        content: "";
    }    
}
header .navbar .dropdown-menu-custom {
    left: 0;
    right: unset;
    z-index: 2;
}
@media (min-width: 992px) {
    header .navbar .dropdown-menu-custom {
        left: unset;
    }
}
.custom-select {
    background: #fff url("../img/angle-down-light.svg") no-repeat right 0.75rem center !important;
    background-size: 12px 20px !important;
}
/* .card-foto img {
    height: 200px;
    object-fit: cover;
}
@media (min-width: 768px) and (max-width: 992px) {
    .card-foto img {
        height: 120px;
    }
} */