﻿html {
    scroll-behavior: smooth;
}

body {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
    color: rgba(0,0,0,.66);
}

.bg-gray-50 {
    background-color: rgba(250, 250, 250, 1);
}

.text-color1,
.link-color,
.link-color > * {
    color: #22A2D9;
}

.text-color1-expanded[aria-expanded="true"] {
    color: #22A2D9 !important;
}

.bg-color1 {
    background-color: #22A2D9 !important;
}

a.text-color1:hover,
a.link-color:hover {
    color: #1C88B6;
}

.text-color2,
.link-color2,
.color {
    color: #FF7219;
}

.text-color2-expanded[aria-expanded="true"] {
    color: #FF7219 !important;
}

.bg-color2 {
    background-color: #FF7219 !important;
}

a.text-color2:hover,
a.link-color2:hover {
    color: #F05C00;
}

/* reCAPTCHA */
.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0 !important;
    z-index: 1060 !important;
}

    .grecaptcha-badge:hover {
        width: 256px !important;
    }

.small, small {
    font-size: .875em;
    font-weight: 400;
}

/* ==========================================================================
  UTILIDADES
========================================================================== */
.ring {
    box-shadow: 0 0 0 3px var(--tw-ring-color) !important;
}

.ring-1 {
    box-shadow: 0 0 0 1px var(--tw-ring-color) !important;
}

.ring-2 {
    box-shadow: 0 0 0 2px var(--tw-ring-color) !important;
}

.ring-4 {
    box-shadow: 0 0 0 4px var(--tw-ring-color) !important;
}

.ring-color1 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(34, 162, 217, var(--tw-ring-opacity));
}

.ring-color2 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(255, 114, 25, var(--tw-ring-opacity));
}

.flex-1 {
    flex: 1 1 0px;
}

.gap-1 {
    gap: .25rem;
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: .75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-8 {
    gap: 2rem;
}

.top-0 {
    top: 0px;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.right-0 {
    right: 0px;
}

.rounded-4 {
    border-radius: 1rem;
}

.rounded-5 {
    border-radius: 2rem;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.aspect-square {
    aspect-ratio: 1/1;
}

.aspect-video {
    aspect-ratio: 16/9;
}

.aspect-5-4 {
    aspect-ratio: 5/4;
}

.aspect-4-5 {
    aspect-ratio: 4/5;
}

.aspect-4-3 {
    aspect-ratio: 4/3;
}

.aspect-8-5 {
    aspect-ratio: 8/5;
}

.aspect-7-8 {
    aspect-ratio: 7/8;
}

.leading-3 {
    line-height: .75rem;
}

.leading-4 {
    line-height: 1rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-7 {
    line-height: 1.75rem;
}

.leading-8 {
    line-height: 2rem;
}

.leading-9 {
    line-height: 2.25rem;
}

.leading-10 {
    line-height: 2.5rem;
}

.pointer-events-auto {
    pointer-events: auto;
}

.pointer-events-none {
    pointer-events: none;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

@media (min-width: 1600px) {
    .container-2xl {
        max-width: 1540px;
    }
}

.container-2xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.min-h-screen {
    min-height: 100vh;
}

.max-w-50 {
    max-width: 50%;
}

.max-w-100 {
    max-width: 100%;
}

@media (min-width: 992px) {
    .max-w-lg-50 {
        max-width: 50%;
    }
}

.shadow-sm-hover:hover {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .08) !important;
}

.shadow-hover:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-sm {
    font-size: 0.875rem;
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.normal-case {
    text-transform: none !important;
}

ul.list-disc > li {
    list-style-type: disc;
}

.backdrop-blur {
    backdrop-filter: blur(8px);
}

@media (min-width: 992px) {
    .pl-lg-6, .px-lg-6 {
        padding-left: 5rem !important;
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 5rem !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }
}

.box-avatar {
    background: transparent url("data:image/svg+xml,%3Csvg viewBox='0 0 128 128' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ccircle cx='64' cy='64' r='64' fill='%23c5c5c5' /%3E%3Cg%3E%3Cpath fill='%23fff' d='M103,102.1388 C93.094,111.92 79.3504,118 64.1638,118 C48.8056,118 34.9294,111.768 25,101.7892 L25,95.2 C25,86.8096 31.981,80 40.6,80 L87.4,80 C96.019,80 103,86.8096 103,95.2 L103,102.1388 Z' /%3E%3Cpath fill='%23fff' d='M63.9961647,24 C51.2938136,24 41,34.2938136 41,46.9961647 C41,59.7061864 51.2938136,70 63.9961647,70 C76.6985159,70 87,59.7061864 87,46.9961647 C87,34.2938136 76.6985159,24 63.9961647,24' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center/auto no-repeat;
}

/* ==========================================================================
  BOTONES
========================================================================== */
.btn {
    font-weight: bold;
    border-radius: 50rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-transform: uppercase;
}

.accordion .btn[data-toggle="collapse"] {
    color: rgba(0,0,0,.66);
    padding-left: .75rem;
    padding-right: .75rem;
    text-transform: none;
}

    .accordion .btn[data-toggle="collapse"].focus,
    .accordion .btn[data-toggle="collapse"]:focus {
        box-shadow: inherit;
    }

@media (max-width: 767px) {
    .btn-md-floating {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
        margin: 0 !important;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

        .btn-md-floating:disabled,
        .btn-md-floating.disabled {
            display: none;
        }
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    padding-left: 0.75rem;
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    padding-right: 0.75rem;
}

.btn-color1,
.btn-corp {
    color: #fff;
    background-color: #22A2D9;
    border-color: #22A2D9;
}

    .btn-color1:hover,
    .btn-corp:hover {
        color: #fff;
        background-color: #1C88B6;
        border-color: #1C88B6;
    }

    .btn-color1.focus,
    .btn-color1:focus,
    .btn-corp.focus,
    .btn-corp:focus {
        box-shadow: 0 0 0 0.2rem rgba(34,162,217,.25);
    }

    .btn-color1.disabled,
    .btn-color1:disabled,
    .btn-corp.disabled,
    .btn-corp:disabled {
        color: #fff;
        background-color: #6CC3E8;
        border-color: #6CC3E8;
    }

.btn-outline-color1 {
    color: rgba(0,0,0,.66);
    border-color: #22A2D9;
}

    .btn-outline-color1:hover {
        color: #fff;
        background-color: #22A2D9;
        border-color: #22A2D9;
    }

    .btn-outline-color1:focus,
    .btn-outline-color1.focus {
        box-shadow: 0 0 0 0.2rem rgba(34,162,217,.25);
    }

    .btn-outline-color1.disabled,
    .btn-outline-color1:disabled {
        color: rgba(0,0,0,.66);
        background-color: transparent;
    }

    .btn-outline-color1:not(:disabled):not(.disabled):active,
    .btn-outline-color1:not(:disabled):not(.disabled).active,
    .show > .btn-outline-color1.dropdown-toggle {
        color: #fff;
        background-color: #22A2D9;
        border-color: #22A2D9;
    }

        .btn-outline-color1:not(:disabled):not(.disabled).active:focus,
        .btn-outline-color1:not(:disabled):not(.disabled):active:focus,
        .show > .btn-outline-color1.dropdown-toggle:focus {
            box-shadow: none;
        }

.btn-color2,
.btn-corp2 {
    color: #fff;
    background-color: #FF7219;
    border-color: #FF7219;
}

    .btn-color2:hover,
    .btn-corp2:hover {
        color: #fff;
        background-color: #F05C00;
        border-color: #F05C00;
    }

    .btn-color2.focus,
    .btn-color2:focus,
    .btn-corp2.focus,
    .btn-corp2:focus {
        box-shadow: 0 0 0 0.2rem rgba(255,114,25,.25);
    }

    .btn-color2.disabled,
    .btn-color2:disabled,
    .btn-corp2.disabled,
    .btn-corp2:disabled {
        color: #fff;
        background-color: #FFA973;
        border-color: #FFA973;
    }

.btn-icon {
    text-align: center;
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    color: #fff;
    border: 0;
    border-radius: 50rem;
    outline: none;
}
.btn-icon-sm {
    line-height: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.75rem;
}

.btn-close,
.modal .modal-header .close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

    .btn-close:not(:disabled):not(.disabled):focus,
    .btn-close:not(:disabled):not(.disabled):hover {
        opacity: .75;
    }

/* ==========================================================================
  TABLAS
========================================================================== */
.table td, .table th {
    border-top: 0;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 2px solid #FF7219;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 2px solid #FF7219;
    font-weight: bold;
}

table .thead-corp th,
table .thead-corp td {
    color: #FF7219;
    background-color: #fff;
    border-color: #FF7219;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.tbl-sm {
    font-size: 80%;
}

    .tbl-sm input {
        font-size: 100%;
    }

    .tbl-sm .input-group-prepend .input-group-text {
        font-size: 100%;
    }

    .tbl-sm .input-group .input-group-prepend .input-group-text {
        background-color: #fff;
        border-right: 0;
        padding-right: .375rem;
        font-weight: bold;
    }

    .tbl-sm .input-group .input-group-prepend + input {
        border-left: 0;
        padding-left: .375rem;
    }

    .tbl-sm td,
    .tbl-sm th {
        padding: .5rem .3rem;
    }

    .tbl-sm .btn {
        margin: .05rem;
        padding: .15rem .5rem;
        border-radius: .25rem;
    }

.table-editable > tbody td:not(.td-text) {
    padding: 0 !important;
    vertical-align: middle !important;
}

.table-editable > tbody td.td-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
}

.table-editable > tbody td input[type='text'],
.table-editable > tbody td input[type='date'],
.table-editable > tbody td select {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 5px 10px;
    width: 100% !important;
    background: white;
}

.table-editable > tbody td input[readonly] {
    background: transparent;
}

/* DataTables */
.dataTables_filter input[type="search"] {
    width: 2.4rem !important;
    background: #22a2d9 url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M505%20442.7L405.3%20343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3%2044-79.7%2044-128C416%2093.1%20322.9%200%20208%200S0%2093.1%200%20208s93.1%20208%20208%20208c48.3%200%2092.7-16.4%20128-44v16.3c0%206.4%202.5%2012.5%207%2017l99.7%2099.7c9.4%209.4%2024.6%209.4%2033.9%200l28.3-28.3c9.4-9.4%209.4-24.6.1-34zM208%20336c-70.7%200-128-57.2-128-128%200-70.7%2057.2-128%20128-128%2070.7%200%20128%2057.2%20128%20128%200%2070.7-57.2%20128-128%20128z%22%2F%3E%3C%2Fsvg%3E') no-repeat 0.6rem center/1.2rem;
    padding: 1.2rem;
    border-radius: 50rem;
    transition: all .5s;
    outline: none;
    border: 1px solid #22a2d9;
}

    .dataTables_filter input[type="search"]:focus {
        width: 10rem !important;
        color: #000;
        background-color: #FFF;
    }

/* Datatable Select */
table.dataTable>tbody>tr.selected>td,
table.dataTable>tbody>tr.selected>th {
    background-color: #c8e8f5 !important;
}

table.dataTable>tbody>tr>td.select-checkbox,
table.dataTable>tbody>tr>th.select-checkbox {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

table.dataTable>tbody>tr>td.select-checkbox:before,
table.dataTable>tbody>tr>td.select-checkbox:after,
table.dataTable>tbody>tr>th.select-checkbox:before,
table.dataTable>tbody>tr>th.select-checkbox:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

table.dataTable>tbody>tr>td.select-checkbox:before,
table.dataTable>tbody>tr>th.select-checkbox:before {
    pointer-events: none;
    background-color: #fff;
    border: #adb5bd solid 1px;
    border-radius: 0.25rem;
}

table.dataTable>tbody>tr>td.select-checkbox:after,
table.dataTable>tbody>tr>th.select-checkbox:after {
    background: no-repeat 50% / 50% 50%;
}

table.dataTable>tbody>tr.selected>td.select-checkbox:before,
table.dataTable>tbody>tr.selected>th.select-checkbox:before {
    border-color: #22a2d9;
    background-color: #22a2d9;
}

table.dataTable>tbody>tr.selected>td.select-checkbox:after,
table.dataTable>tbody>tr.selected>th.select-checkbox:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: .5em
}

@media screen and (max-width: 640px) {
    div.dataTables_wrapper span.select-info,
    div.dataTables_wrapper span.select-item {
        margin-left: 0;
        display: block
    }
}

/* Paginación */
.pagination {
    margin: 1rem 0 !important;
}

    .pagination .page-item.previous .page-link {
        border-radius: 50rem 0 0 50rem !important;
        padding-left: 1.25rem;
    }

    .pagination .page-item.next .page-link {
        border-radius: 0 50rem 50rem 0 !important;
        padding-right: 1.25rem;
    }

    .pagination .page-item .page-link {
        background-color: transparent !important;
        border-color: #FF7219 !important;
        color: #FF7219 !important;
        font-weight: bold !important;
        font-size: .8rem;
        /* border-radius: 0.5rem !important; */
    }

        .pagination .page-item .page-link:hover {
            background-color: #FF7219 !important;
            border-color: #FF7219 !important;
            color: #fff !important;
        }

        .pagination .page-item .page-link.focus,
        .pagination .page-item .page-link:focus {
            box-shadow: 0 0 0 0.2rem rgba(255,114,25,.25);
        }

    .pagination .page-item.disabled .page-link {
        background-color: transparent !important;
        border-color: #FFA973 !important;
        color: #FFA973 !important;
    }

    .pagination .page-item.active .page-link {
        background-color: #F05C00 !important;
        border-color: #F05C00 !important;
        color: #fff !important;
    }

/* ==========================================================================
  FORMULARIOS
========================================================================== */
/*input:required:not(:disabled),
select:not(.s2):required:not(:disabled),
select.s2:required:not(:disabled) + .select2 .select2-selection {
    border: 1px solid #ff7219;
}*/

.custom-control label:not(.custom-control-label) {
    display: block;
    margin: 0;
    margin-right: -0.5rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #22A2D9;
    background-color: #22A2D9;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(34, 162, 217, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #8DD0ED;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #BAE3F4;
    border-color: #BAE3F4;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #22A2D9;
    background-color: #22A2D9;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(34, 162, 217, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(34, 162, 217, 0.5);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(34, 162, 217, 0.5);
}

.custom-control-input.color2:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FF7219;
    background-color: #FF7219;
}

.custom-control-input.color2:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(255,114,25, 0.25);
}

.custom-control-input.color2:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #FFA771;
}

.custom-control-input.color2:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #FFC7A5;
    border-color: #FFC7A5;
}

.custom-checkbox .custom-control-input.color2:indeterminate ~ .custom-control-label::before {
    border-color: #FF7219;
    background-color: #FF7219;
}

.custom-checkbox .custom-control-input.color2:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255,114,25, 0.5);
}

.custom-checkbox .custom-control-input.color2:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(255,114,25, 0.5);
}

.custom-radio .custom-control-input.color2:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255,114,25, 0.5);
}

.select2-container--bootstrap4 .select2-results__option--highlighted, .select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected=true] {
    background-color: #22A2D9;
}

.select2-container--bootstrap4 .select2-selection__clear {
    line-height: 1.2em !important;
    padding: 0 !important;
    text-align: center !important;
    margin-left: 0.3em !important;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

    .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
        line-height: calc(1.5em + .75rem) !important;
    }

/* SWITCH */
.switch,
.ring-switch {
    position: relative;
}

.switch {
    display: inline-block;
    width: 1.75em;
    height: 1em;
    margin: 0;
}

.ring-switch {
    margin: 0.2rem;
}

    .ring-switch input,
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

span.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}

    span.slider:before {
        position: absolute;
        content: "";
        height: 0.8em;
        width: 0.8em;
        left: .1em;
        bottom: .1em;
        background-color: white;
        -webkit-transition: 200ms;
        -moz-transition: 200ms;
        transition: 200ms;
    }

input:checked + span.slider {
    background-color: #22A2D9;
}

input:checked + .ring-slider {
    box-shadow: 0 0 0 0.2rem var(--tw-ring-color) !important;
}

input:disabled + span.slider {
    background-color: rgba(221, 221, 221, 0.5);
}

input:not(:disabled):active + span.slider {
    background-color: #BAE3F4;
}

input:checked:disabled + span.slider {
    background-color: rgba(34, 162, 217, 0.5);
}

input:focus + span.slider {
    box-shadow: 0 0 0 0.2rem rgba(34, 162, 217, 0.25);
}

input:checked + span.slider:before {
    -webkit-transform: translateX(.75em);
    -moz-transform: translateX(.75em);
    -ms-transform: translateX(.75em);
    transform: translateX(.75em);
}

/* Rounded sliders */
span.slider.round {
    border-radius: .5em;
}

    span.slider.round:before {
        border-radius: 50%;
    }

input:checked + span.slider.color2 {
    background-color: #FF7219;
}

input:not(:disabled):active + span.slider.color2 {
    background-color: #FFC7A5;
}

input:checked:disabled + span.slider.color2 {
    background-color: rgba(255,114,25, 0.5);
}

input:focus + span.slider.color2 {
    box-shadow: 0 0 0 0.2rem rgba(255,114,25, 0.25);
}

/* Validación */
.form-control.is-valid, .was-validated .form-control:valid {
    padding-right: .75rem;
    background: none;
}

.form-control-sm.is-valid, .was-validated .form-control-sm:valid {
    padding-right: .5rem;
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    padding-right: 1.75rem;
    background: #FFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}

/* ==========================================================================
  MENÚ
========================================================================== */
.dropdown-item {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #22a2d9;
}

.navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.85);
}

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.95);
    }

    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,1);
    }

.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .navbar.navbar-expand-lg {
        max-height: 100vh;
        overflow-y: auto;
    }
}

@media (min-width: 992px) {
    .nav-link.dropdown-toggle {
        white-space: normal;
    }

        .nav-link.dropdown-toggle:after {
            display: none;
        }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}

/* ==========================================================================
  MODALS
========================================================================== */
.modal .modal-header {
    flex-shrink: 0;
    align-items: center;
}

.modal .modal-footer {
    border-top: 0;
}

.modal-title img {
    width: 20px;
    margin-right: 20px;
}

.modal .modal-header .close {
    text-shadow: none;
}

.modal .modal-header .btn-close,
.modal .modal-header .close {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal .modal-body-h-full {
    height: calc(100vh - 5rem - 1px);
}

@media (min-width: 576px) {
    .modal .modal-body-h-full {
        height: calc(100vh - 7.5rem - 1px);
    }
}

@media (min-width: 992px) {
    .modal#AteClientes .modal-body {
        max-height: calc(100vh - 7.5rem - 1px);
        height: 640px;
    }
}

/* ==========================================================================
  TOOLTIP
========================================================================== */
.tooltip,
.popover {
    font-family: 'Source Sans Pro', sans-serif;
}

.tooltip-inner {
    background-color: #22a2d9;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}

.tooltip .arrow::before {
    border-top-color: transparent !important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #22a2d9 !important;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #22a2d9 !important;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: #22a2d9 !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #22a2d9 !important;
}

/* ==========================================================================
  CAROUSEL
========================================================================== */
.carousel-control-next, .carousel-control-prev {
    opacity: .75;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 1;
    }

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2rem;
    height: 2rem;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 19l-7-7 7-7' /%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5l7 7-7 7' /%3E%3C/svg%3E")
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}

.carousel-indicators {
    bottom: -2rem;
}

    .carousel-indicators .active {
        background-color: #ff7f2f;
    }

    .carousel-indicators li {
        background-color: rgba(241, 138, 45, 0.54);
    }

/* ==========================================================================
  VIÑETAS
========================================================================== */
ol.bullet {
    padding-left: 0;
    list-style: none;
    counter-reset: ol-counter;
}

    ol.bullet > li {
        counter-increment: ol-counter;
        margin: 0.25em;
        padding-left: 2.5em !important;
        margin-bottom: 1rem;
    }

ol.bullet-sm > li {
    padding-left: 2em !important;
}

ol.bullet > li > .content {
    margin-top: 0.5em;
    margin-left: -2.5em;
}

ol.bullet-sm > li > .content {
    margin-left: -2em;
}

@media only screen and (min-width: 768px) {
    ol.bullet > li > .content {
        margin-left: 0;
        margin-right: 2.5em;
    }

    ol.bullet-sm > li > .content {
        margin-right: 2em;
    }
}

ol.bullet > li::before {
    content: counter(ol-counter);
    font-weight: bold;
    background: #22A2D9;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: inline-block;
    line-height: 2em;
    color: white;
    text-align: center;
    margin-right: 0.5em;
    margin-left: -2.5em;
}

ol.bullet-sm > li::before {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    margin-left: -2em;
}

ol.bullet ol.bullet > li::before {
    background: #FF7219;
}

ol.bullet ol.bullet ol.bullet > li::before {
    background: #22A2D9;
}

/* ==========================================================================
  STEPPER
========================================================================== */
ol.stepper {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    color: #737373;
    margin: 0;
    padding: 0;
}

ol.stepper > li.stepper-step {
    display: flex;
    align-items: center;
}

ol.stepper > li.stepper-step.stepper-success {
    color: #28a745;
}

ol.stepper > li.stepper-step.stepper-danger {
    color: #dc3545;
}

ol.stepper > li.stepper-step.active {
    color: #22A2D9;
}

ol.stepper > li.stepper-step .stepper-step-text {
    display: flex;
    align-items: center;
}

ol.stepper > li.stepper-step:not(:last-child):after {
    content: '/';
    margin-left: 0.5rem; /* 8px */
    margin-right: 0.5rem; /* 8px */
    font-weight: 300;
    color: #e5e5e5;
}

ol.stepper > li.stepper-step .stepper-step-icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

/* @media (min-width: 576px) { */
/* } */

@media (min-width: 992px) {
    ol.stepper {
        font-size: 1rem;
    }
    ol.stepper > li.stepper-step:not(:last-child) {
        width: 100%;
    }
    ol.stepper > li.stepper-step:not(:last-child):after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 0.25rem;
        border-bottom: 1px solid #e5e5e5;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    ol.stepper > li.stepper-step .stepper-step-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media (min-width: 1200px) {
    ol.stepper > li.stepper-step:not(:last-child):after {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }
}

/* ==========================================================================
  SCROLLBAR
========================================================================== */
.scrollbar::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 50rem;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 50rem;
    background-color: #22a2d9;
}

    .scrollbar::-webkit-scrollbar-thumb:hover {
        background-color: #1C88B6;
    }

/* ==========================================================================
  SUBIDA ARCHIVOS MASIVO
========================================================================== */
.upload-wrapper {
    border: 2px dashed #999;
    color: #999;
    border-radius: 1rem;
    margin: 0.5rem 0;
    padding: 1rem;
    height: 8rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .upload-wrapper .upload-area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

/* ==========================================================================
  PORTAL INVERSIONISTA
========================================================================== */
:not(.descripcion-proyecto) > ul {
    margin: 0;
    padding: 0;
}

    :not(.descripcion-proyecto) > ul > li {
        list-style: none;
    }

.holding img {
    width: 150px;
    margin: 0 1.2rem;
}

.indicador {
    border-radius: 10px;
    font-size: 11px;
    padding: .75rem;
    text-transform: uppercase;
}

.wd- .indicador {
    margin-left: -15px;
    margin-right: -15px;
}

.indicador-ejecutivs {
    border-radius: 10px;
    padding: .75rem;
}

.dato-indi {
    align-items: center;
}

    .dato-indi img {
        width: 50px;
        height: 50px;
    }

.nota2 {
    color: #9f9f9f;
    font-size: 14px;
    font-style: italic;
}

p {
    line-height: 2rem;
}

hr {
    width: 90px;
    border: 2px solid #ff7f2f;
}

    hr.sep {
        margin: .5rem 0;
        width: 100%;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.1);
    }

.crr-contador {
    position: absolute;
    z-index: 150;
    background-color: #000000;
    color: #ffffff;
    font-size: .6rem;
    font-weight: bold;
    border-radius: 50rem;
    width: 1rem;
    display: inline-block;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    top: 0;
    left: 0.75rem;
}

.fav-contador {
    position: absolute;
    z-index: 150;
    background-color: #000000;
    color: #ffffff;
    font-size: .6rem;
    font-weight: bold;
    border-radius: 50rem;
    width: 1rem;
    display: inline-block;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    top: 0;
    left: 0.75rem;
}

/* ==========================================================================
  NAVBARS
========================================================================== */
#Logo {
    width: 18rem;
    margin: 0 2rem;
}

#FrontPage .modal-body .far {
    color: #aeaeae;
}

.navtop {
    background-color: #fff !important;
}

.phUser {
    height: 40px;
    border-radius: 50px;
}

/* ==========================================================================
  PROYECTOS
========================================================================== */
#StPropiedadesCom .cardCom {
    margin-top: 2rem;
}

#StPropiedadesExcl .ih-item.square.effect16 .info p, #StPropiedadesCom .ih-item.square.effect16 .info p {
    border-bottom: 0;
}

#FrontPage .ih-item.circle {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

#StPropiedadesExcl .flag-excl {
    top: 28px;
}

#StPropiedadesExcl .rotar2 {
    top: 24px;
}

#StPropiedadesCom .flag-excl {
    top: 28px;
}

#StPropiedadesCom .flag-color {
    top: 35px;
    left: 20px;
    font-size: 14px;
}

.flag-cesion {
    width: 172px;
    position: absolute;
    z-index: 800;
    top: -15px;
    left: 8px;
}

#StPropiedadesCom .flag {
    top: -15px;
}

.uf p {
    font-size: 12px;
    font-weight: bolder;
}

.uf h3 {
    margin-top: -12px;
}

.uf h1 {
    font-size: 3rem;
    padding-left: 12px;
}

.info1, .info2 {
    border: 1px solid rgba(0,0,0,.125);
    padding: 0.5rem 0;
}

    .info1 p {
        font-size: 13px;
        font-weight: bolder;
    }

.info3 p {
    font-size: 1.1rem;
    color: #22a2d9;
}

.info3 h2 {
    font-size: 2.3rem;
    text-align: left;
    margin-bottom: 0 !important;
}

.info3 h1 {
    font-size: 4.5rem;
    color: #22a2d9;
    text-align: left;
}

.laterales {
    border-left: 1px solid #22a2d9;
    border-right: 1px solid #22a2d9;
}

.info2 p {
    font-size: 13px;
    font-weight: bolder;
    line-height: 1.2rem;
}

.info2 .laterales {
    padding: 0;
}

.info2 .uf h3 {
    margin-top: -4px;
}

/* ==========================================================================
  PROYECTO PI
========================================================================== */
.btn-border {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
}

    .btn-border:hover {
        border: 2px solid #fff;
        color: #fff;
        background-color: #22a2d9;
    }

button.btn.btn-outline-secondary.border-left-0 {
    background-color: #ff7f2f;
    border-color: #ff7f2f;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

/*outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #FFC627;
    border-color: #FFC627;
}*/

:not(table).border {
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 0.5rem;
}

.jumbotron {
    color: #fff;
    background-image: url("../img/proy_7.png");
    background-repeat: no-repeat;
    border-radius: 0;
    background-attachment: fixed;
    padding: 2.5rem 0 0;
}

#Proy1 {
    background-image: url("../img/proy_7A.png");
}

.black-jumbo {
    background-color: #00000082;
    width: 100%;
    /*height: 45rem;*/
    z-index: 1;
    position: relative;
}

@media (min-width: 768px) {
    .black-jumbo {
        height: 30rem;
    }
}

.jumbotron h1 {
    color: #fff;
    text-shadow: 3px 3px #2c2c2c;
}

.jumbotron .lead {
    text-shadow: 1px 1px #000;
}

.jumbotron .badge-secondary {
    background-color: #fff;
    color: #22a2d9;
}

.jumbotron .fas {
    color: #fff;
}

.content-img {
    background-color: rgba(34, 162, 217, 0.48);
    padding: 1rem;
}

#Proyectos h4 {
    color: #22a2d9;
    text-align: left;
}

.contraste {
    background-color: #000;
    height: 16rem;
}

#DtllProy .border {
    margin: 0.5rem;
}

@media (min-width: 768px) {
    #DtllProy .border {
        max-width: 31%;
    }
}

#pills-condiciones p {
    line-height: 1.5rem;
    font-size: 14px;
}

#SeeMore .btn-border {
    color: #ff7f2f;
    border-color: #ff7f2f;
    font-weight: bold;
}

    #SeeMore .btn-border:hover {
        color: #fff;
        background-color: #ff7f2f;
    }

/* ==========================================================================
  VIDEO
========================================================================== */
.fa-film {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50px;
}

#Video {
    background-color: #22a2d9;
    padding: 3rem 0px;
}

    #Video h2, #Video p {
        color: #fff !important;
    }

/* ==========================================================================
  RRSS
========================================================================== */
.rrss .btn {
    border-radius: 50px;
    margin: 0 0.4rem;
    padding: 4px 6px;
    width: 30px;
    height: 30px;
    color: #ffffff;
}

.insta div {
    border-radius: 13px;
    margin: 0;
    padding: 6px 6px;
    width: 30px;
    height: 30px;
    top: -6px;
    left: -6px;
    position: relative;
}

.rrss .btn:hover {
    color: #fff;
}

.insta {
    background: linear-gradient(145deg, #3051F1 10%, #C92BB7 70%) no-repeat;
}

    .insta div {
        background: radial-gradient(circle farthest-corner at 28% 100%, #FCDF8F 0%, #FBD377 10%, #FA8E37 22%, #F73344 35%, rgba(247, 51, 68, 0) 65%) no-repeat;
    }

.linkIN {
    background-color: #0274b3;
}

.yout {
    background-color: #ff0000;
}

.face {
    background-color: #3b5998;
}

.twitt {
    background-color: #00aced;
}

.googl {
    background-color: #dd4b39;
}

/* ==========================================================================
  Condiciones
========================================================================== */
#accordionCondReserv .card-header, #accordionCondReserv2 .card-header {
    background-color: #ffffff;
    padding: 0.5rem;
}

#accordionCondReserv .card-body, #accordionCondReserv2 .card-body {
    font-size: 16px;
}

#accordionCondReserv a, #accordionCondReserv2 a {
    color: #777 !important;
}

#accordionCondReserv h2, #accordionCondReserv2 h2 {
    text-align: left !important;
}

#accordionCondReserv img, #accordionCondReserv2 img {
    width: 50px;
    margin: 0 1.5rem 0 0;
}

/* ==========================================================================
  FOOTER
========================================================================== */
footer {
    /*margin-top: 8rem;*/
    background-color: #fff;
    padding-bottom: 2.5rem;
}

    footer img {
        width: auto;
    }

    footer p {
        color: #333;
        font-size: 14px;
    }

    footer a {
        color: #333;
    }

/*@media (min-width: 992px) {
    footer {
        background-color: #3C3834;
    }

        footer p {
            color: #ccc;
        }

        footer a {
            color: #ccc;
        }
}*/

#TermCond .modal-body, #PolPriv .modal-body {
    padding: 1rem 3rem;
    text-align: justify;
}

#TermCond li, #PolPriv li {
    list-style: inherit;
}

#PolPriv ul li {
    list-style: disc;
    margin-left: 1.5rem;
}
/* ----------------------------------------
 * CAROUSEL Logo
 * ----------------------------------------*/
.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* ------- general -------- */
.logo {
    width: 15rem;
}

.logo-phone {
    display: none;
}

.menu-toggle, .menu-line {
    display: none;
}

.touch {
    display: none;
}

.img-ejecutiva {
    width: 4rem;
    height: 4rem;
    border-radius: 50px;
}

.alert-light {
    border: 1px solid #edeaea;
}

.alert .close span {
    color: #22a2d9;
}

.white {
    color: #fff;
}

#BienvenidaInv .nota {
    font-size: 1rem;
}

#Recursos .card {
    height: 30rem;
}

.why ul li {
    list-style: circle;
    margin-left: 1rem;
}

.puntos {
    border-top: 1px dashed #ff8132;
    margin: 1rem 3rem;
}

.span-d-none { /*solo para simular orden en la tabla*/
    display: none;
}

.card hr.bajada {
    border: 1px solid #ff7f2f;
    width: 68px;
}

#nav-Mes .dataTables_length, #nav-Mes .dataTables_filter, #Mensual .dataTables_length, #Mensual .dataTables_filter {
    display: none !important;
}
/* ------- NAVEGACIÓN -------- */
.nav-tabs .nav-link.active, .nav-tab .show > .nav-link {
    color: #22a2d9;
}

.nav-tabs .nav-link {
    color: #777;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
}
/* -------STYLE SOLO CLIENTE -------- */
.cliente-inv .tab-content > .active {
    padding: 1.5rem 1rem;
    border: 1px solid #dee2e6;
    border-top: 0px;
}

.cliente-inv #MisDatos .tab-content > .active {
    border: 0px solid #dee2e6;
}

.cliente-inv .nav-item {
    margin-right: 0px;
}

.cliente-inv .modal-title img {
    width: 35px;
}

.cliente-inv .fil-search {
    top: 215px;
}

.cliente-inv table a i {
    color: #22a2d9 !important;
}

    .cliente-inv table a i.link-color2 {
        color: #ff7f2f !important;
    }

.cliente-inv .modal-header {
    background-color: #22a2d9;
}

.cliente-inv table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 2px solid #ff8132;
    font-weight: bold;
}

.cliente-inv .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #ffffff9e;
}

.cliente-inv .navbar-collapse li.nav-item {
    margin-right: 1rem;
}

.cliente-inv .closeTab span {
    color: #22a2d9 !important;
}

/* ==========================================================================
  SCROLL
========================================================================== */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 5rem;
    right: 4rem;
    z-index: 10; /* 9000 */
}

@media (min-width: 768px) {
    .back-to-top {
        right: 0.75rem;
    }
}

    .back-to-top i {
        display: block;
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        color: #fff;
        font-size: 1.25rem;
        text-align: center;
        border-radius: 50rem;
        background-color: #ff7f2f;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

/* ==========================================================================
  MIS OPORTUNIDADES
========================================================================== */
.flag-excl {
    width: 115px;
    z-index: 800;
    position: absolute;
    top: -7px;
    left: 10px;
}

.rotar2 {
    width: 100px;
    height: 0;
    z-index: 805;
    position: relative;
    top: 24px;
    left: -20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1rem;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}

.flag-color {
    font-weight: bold;
    font-size: 15px;
    z-index: 810;
    position: absolute;
    left: 25px;
    top: 12px;
    color: #fff;
}

.flag-blanc {
    color: #7f7f7f;
}

.flag {
    position: absolute;
    z-index: 800;
    width: 150px;
    top: -35px;
    left: 8px;
}

/* ==========================================================================
  DATOS PERSONALES
   ========================================================================== */
.nav-pills .p-2.active, .nav-pills .show > .p-2 {
    color: #fff;
    background-color: #22a2d9;
    border-radius: 5px;
}

.img-perfil {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.ih-item.circle.effect3 .info h3 {
    height: 90px;
}

.ih-item.circle .img {
    width: 180px;
    height: 180px;
    top: 25px;
}

.ih-item.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

    .ih-item.circle.effect3 .info {
        background: #22a2d9;
    }

.info i {
    color: #fff;
    font-size: 30px;
}

#FormPost hr, #SeeMore hr {
    width: 100%;
    border: 1px solid #d9d7d7;
}

#FormPost .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff7f2f;
    padding: 0.5rem 1rem;
}

#FormPost a.nav-link {
    padding: 0.5rem 1rem;
    color: #ff7f2f;
    font-weight: bolder;
    letter-spacing: 1.5px;
}

.custom-file-label::after {
    content: "Subir";
}

/* ==========================================================================
  TABLAS
========================================================================== */
#Contador-Tabla .btn-border {
    color: #22a2d9;
    border-color: #22a2d9;
    font-weight: bold;
}

    #Contador-Tabla .btn-border:hover {
        color: #fff;
    }

#Contador-Tabla i {
    font-size: 30px;
}

#PorReservar {
    margin-bottom: 7rem;
}

#ContractsTable a {
    color: #ff7f2f;
}

#Reservas-Tabla2 .fa, #Reservas-Tabla2 .fas {
    font-size: 20px;
}

.table-striped .fa-eye {
    color: #ff7f2f;
}

/* ==========================================================================
  ICONOS
========================================================================== */
.ico {
    width: 30px;
    height: 30px;
    margin: 5px;
    padding: 8px;
}

.fa-map-marker-alt, .fa-bed, .fa-bath, .fa-file-invoice-dollar, .fa-chart-line {
    color: #22a2d9;
}

.fa-trash, .fa-paperclip, .fa-file-alt {
    color: #ff8132;
}

.fa-plus-circle {
    color: #0bacc4;
}

/*.fa-check-circle {
    color: #2bcd00;
}*/

/*.fa-question-circle {
    color: #ffc600;
}*/

.fa-info-circle {
    color: #22a2d9;
}

/*.card-text .fa-question-circle {
    color: #22a2d9;
}*/

.fa-user-circle {
    color: #ff9500;
}

.metro {
    width: 30px;
}

/*.fa-forward, .fa-save, .fa-clipboard-check, .fa-chevron-right, .fa-filter, .fa-building, .fa-tree {
    color: #fff;
}*/

/* ==========================================================================
	LOADER
========================================================================== */
.loader-overlay {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

/*!
 * loadme v1.0.0 (https://github.com/zx1988826/loadme)
 * Copyright 2017 Tencent, Inc.
 * Licensed under the MIT license
 */
.loadme-mask {
    background-color: rgba(221, 221, 221, .5);
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 10px;
}

.loadme-circular,
.loadme-circular:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loadme-circular {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    z-index: 100;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1px solid rgba(237, 237, 237, 0.8);
    border-right: 1px solid rgba(237, 237, 237, 0.8);
    border-bottom: 1px solid rgba(237, 237, 237, 0.8);
    border-left: 1px solid #000;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: loadme-circular-animate 1.1s infinite linear;
    animation: loadme-circular-animate 1.1s infinite linear;
}

@-webkit-keyframes loadme-circular-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loadme-circular-animate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ==========================================================================
	CORRECCIONES
========================================================================== */

.header {
    position: relative;
}

.header-left, .header-right {
    text-align: center;
}

@media only screen and (min-width: 992px) {
    .header-left {
        text-align: left;
        position: absolute;
        top: 0;
        left: 0;
    }

    .header-right {
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
    }

    .navbar a.nav-link {
        text-align: center;
    }
}

.descripcion-proyecto p,
.descripcion-proyecto ul {
    margin: 0;
    line-height: inherit;
}

.btn-corp-asoc {
    background-color: #44a92b;
    color: #fff !important;
}

.azul.nav-pills .nav-link.active,
.azul.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #22A2D9;
    padding: 0.5rem 1rem;
}

.azul a.nav-link {
    padding: 0.5rem 1rem;
    color: #22A2D9;
    /*font-weight: bolder;*/
    letter-spacing: 1.5px;
}

.nav-tabs ~ .tab-content > .active {
    padding: 1.5rem 1rem;
    border: 1px solid #dee2e6;
    border-top: 0px;
}

.nav-tabs .close span {
    color: #000;
}

table a i {
    color: #22a2d9 !important;
}

    table a i.link-color2 {
        color: #ff7f2f !important;
    }

/* Select2 */
li.select2-selection__choice {
    padding-left: 0 !important;
}

.jumbotron {
    background-size: cover;
    background-position: center;
}

input[type=range].color1::-moz-range-track {
    background-color: rgba(34, 162, 217, 0.1);
}

input[type=range].color1::-webkit-slider-thumb,
input[type=range].color1:focus::-webkit-slider-thumb {
    border-radius: 50rem;
    background: #22a2d9;
}

input[type=range].color1::-moz-range-thumb,
input[type=range].color1:focus::-moz-range-thumb {
    border-radius: 50rem;
    background: #22a2d9;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.flexbox-centering {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-white {
    width: 4rem;
    height: 4rem;
    margin: 0;
    border: 0.5rem solid transparent;
    border-radius: 50%;
    border-top: 0.5rem solid #fff;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Tabs */
.nav-tabs-2 .nav-item {
    margin: 0;
}

.nav-tabs-2 .nav-link {
    padding: 0.75rem 2rem;
    color: #999;
    letter-spacing: 0.1rem;
    border-radius: 0;
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
}

    .nav-tabs-2 .nav-link:hover,
    .nav-tabs-2 .nav-link.active,
    .nav-tabs-2 .show > .nav-link {
        border-bottom-color: #22a2d9;
        color: #22a2d9;
    }

        .nav-tabs-2 .nav-link.nav-color2:hover,
        .nav-tabs-2 .nav-link.nav-color2.active,
        .nav-tabs-2 .show > .nav-link.nav-color2 {
            border-bottom-color: #ff7f2f;
            color: #ff7f2f;
        }

.nav-tabs-2.nav-tabs-2-xl .nav-link {
    font-size: 1.75rem;
    border-bottom-width: 4px;
}

.tab-content {
    background-color: #ffffff;
}

.slick-next, .slick-prev {
    font-size: 16px;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
    background: #22a2d9;
    border-radius: 49px;
    padding: 7px;
    z-index: 900;
}

    .slick-next.slick-arrow {
        right: 0;
    }

.ih-item.square {
    width: auto;
    height: auto;
    border: 0;
    box-shadow: none;
}

.texto-imagen {
    position: absolute;
    bottom: 0% !important;
    padding: 3%;
    font-size: 25px;
    width: 100%
}

@media only screen and (max-width: 1500px) {
    .texto-imagen {
        padding: 4%;
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    .texto-imagen {
        font-size: 15px;
        line-height: 15px;
    }
}

@media only screen and (max-width: 770px) {
    .texto-imagen {

        font-size: 25px;
        line-height: 25px;
    }
}

@keyframes latidos {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.4);
    }

    to {
        transform: none;
    }
}

@keyframes latidos2 {
    from {
        transform: none;
    }

    50% {
        transform: scale(1.2);
    }

    to {
        transform: none;
    }
}

@keyframes rotar {
    from {
        transform: none;
    }

    30% {
        transform: rotate(50deg);
    }

    60% {
        transform: rotate(-50deg);
    }

    90% {
        transform: none;
    }

    to {
        transform: none;
    }
}

@keyframes brillo {
    from {
        box-shadow: inset 0 0 2px rgba(65,163,219,0.9);
    }

    30% {
        box-shadow: inset 0 0 5px rgba(65,163,219,0.9);
    }

    60% {
        box-shadow: inset 0 0 9px rgba(65,163,219,0.9);
    }

    90% {
        box-shadow: inset 0 0 5px rgba(65,163,219,0.9);
    }

    to {
        box-shadow: inset 0 0 2px rgb(65 163 219 / 90%) ;
    }
}
/*BOTON FAVORITO*/
.btn-favorito {
    color: #C5C5C5;/*#FAFAFA*/
    /*border: 2px solid #FAFAFA;*/
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 10px;
    right: 5px;
    bottom: 5px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-favorito:hover {
        color: #64c0f5;
        /*border: 2px solid #FAFAFA26;*/
        background-color: #FAFAFA26
    }

.btn-favorito-on {
    color: #F67000 !important;
    background-color: #FFFFFF !important;
    /*border: 2px solid transparent !important;*/
    /*background: none !important;*/
    /*font-size: 30px !important;*/
    transform: rotateY(180deg);
}
/*BOTON COMPARTIR*/
.btn-compartir {
    color: #C5C5C5;/*#FAFAFA*/
    /*border: 2px solid #FAFAFA;*/
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 10px;
    right: 5px;
    bottom: 55px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

    .btn-compartir:hover {
        color: #64c0f5;
        /*border: 2px solid #FAFAFA26;*/
        background-color: #FAFAFA26
    }
/*BOTÓN FILTRO APLICADO*/
.filter-applied {
    border: 1px solid #3D9ACF;
    display: inline-block;
    padding: 5px 15px 5px 15px;
    border-radius: 30px;
    background-color: white;
    margin-bottom: 2px;
}

    .filter-applied i {
        cursor: pointer;
    }
/*MIS FAVORITOS*/
.filter-fav {
    animation: latidos .8s infinite;
}

/*NO DISPONIBLE*/

.no_disponible {
    filter: grayscale(1);
    pointer-events: none;
}

/**EFECTO TARJETA FLOTANTE*/
.transform-hover:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 100ms linear;
}

/**EFECTO HOVER*/
.transition-hover-sm:hover {
    opacity: 1;
    transform: scale(1.5);
    transition: 100ms linear;
    cursor:pointer;
}

.transition-hover-md:hover {
    opacity: 1;
    transform: scale(1.2);
    transition: 100ms linear;
    cursor: pointer;
}

.transition-hover-lg:hover {
    opacity: 1;
    transform: scale(1.05);
    transition: 100ms linear;
    cursor: pointer;
}

/* HubSpot */
#hubspot-messages-iframe-container {
    right: 4.5rem !important;
    z-index: 1050 !important;
}

/* Poder de compra */
.border-color3 {
    border-color: #99e5ff !important;
}
.bg-color3 {
    background-color: #ecf3f9 !important;
}
.text-color3 {
    color: #00a8e1 !important;
}
.poder-de-compra--collapse {
    transform: translateX(calc(100% - 3.25rem));
}
.poder-de-compra--collapse .poder-de-compra__btn-collapse {
    display: none;
}
.poder-de-compra--expand .poder-de-compra__btn-expand {
    display: none;
}
#popupPoderDeCompra {
    position: fixed;
    right: 0;
    z-index: 1070;
}
@media (max-width: 767px) {
    #popupPoderDeCompra {
        bottom: 0;
        width: 75%;
    }
    .leadinModal {
        display: none;
    }
    .grecaptcha-badge {
      visibility: hidden;
    }
}
@media (min-width: 768px) {
    #popupPoderDeCompra {
        top: calc(50vh - 8rem);
        width: 27rem;
    }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ff9553 transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #ff9553;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #df8240;
}
