﻿.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #facd18;
    border: 1px solid #dfdfd1;
    border-radius: .25rem;
}
.Resaltar {
    width: 100%;
    height: auto;
    vertical-align: middle;
    background-color: #0c0e09;
    color: #efd21a;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
}

    .Resaltar b {
        padding: 10px;
    }

.borDer {
    border-top: 2px solid #ababab;
    border-right: 2px solid #ababab;
    border-bottom: 2px solid #ababab;
    border-left: 1px solid #e6e7e9
}

.borIzq {
    border-top: 2px solid #ababab;
    border-left: 2px solid #ababab;
    border-bottom: 2px solid #ababab;
}

.shadow-right {
    box-shadow: 10px 0 20px -5px rgba(115,115,115,0.75);
}


.shadow-left {
    box-shadow: -10px 0 20px -5px rgba(115,115,115,0.75);
}

.btn-file1 {
    position: relative;
    overflow: hidden;
    height: 70px !important;
    width: 100%
}

.btn-file1 input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.btn-fileT {
    position: relative;
    overflow: hidden;
    height: 40px !important;
    width: 100%
}

.btn-fileT input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/*.contornodrag input[type="file"]{
  opacity:1;
}
.contornodrag {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    text-align: left !important;
    margin:0;
    margin-bottom:20px;
    width: 100% !important;
    background-color:white;
    padding:25px 20px;  
}*/
    /*.files input {
        outline: 2px dashed #92b0b3;
        outline-offset: -10px;
        -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
        transition: outline-offset .15s ease-in-out, background-color .15s linear;
        padding: 120px 0px 85px 35%;
       
    }

.files input:focus {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    border: 1px solid #92b0b3;
}

.files {
    position: relative;
}

.files:after {
    pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(/images/subir.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.colorfiles input {
    background-color: #f1f1f1;
}

.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
   
}*/

/*.inputDnD {
   
    background-color:white;
    border:2px solid #facd18;
}*/

.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before
{
    content: attr(data-title);
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility:visible;
    text-align: center;
    border: 0.25em dashed currentColor;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    overflow: hidden;
}
.inputDnD .form-control-file:hover,
.inputDnD .form-control-file:before 
{
    border-style:  solid ;
    box-shadow: inset 0px 0px 0px 0.25em currentColor;
}

.form-check-input1 {
    position: absolute;
    margin-top: .3rem;
    margin-left: 0.75rem;
}

.special-feature .section-title hr {
    border-color: #151515;
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
}

.special-feature h4 {
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
}

.special-feature .mask-top {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 0;
    position: absolute;
    top: 0px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .special-feature .mask-top h4:before {
        top: -18px;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        right: 0;
        margin: -2px auto;
        position: absolute;
        width: 40px;
    }

.special-feature .s-feature-box:hover .mask-top {
    top: -200px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
    overflow: hidden;
    position: relative;
    height: 280px;
    border: 1px solid #f2f2f2;
    margin-bottom: 0px;
    cursor: pointer;
}

.special-feature .mask-bottom {
    padding: 20px 15px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .special-feature .mask-bottom p {
        padding: 0px 5px;
        font-size: 14px;
    }

    .special-feature .mask-bottom h4 {
        margin: 15px 0px 17px;
    }

.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}

.icon-bg {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 60px 40px;
}

    .icon-bg h3 {
        color: #fff;
        font-size: 18px;
    }

    .icon-bg p {
        color: rgba(255, 255, 255, 0.8);
    }

    .icon-bg i {
        color: #fff;
        display: inline-block;
    }

.icon-simple i {
    width: 60px;
    text-align: center;
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

.tooltipItem_dist {
    position: absolute !important;
}

.pagostabs a{
    font-size:x-large;
}

.arrenda {
    background: #facd18 !important;
    color:#ffffff;
}


a.block-100 {
    background: #f0f4f9;
    display: block;
    height: 102px;
    padding: 0px 0px;
    margin-bottom: .8rem;
    text-align: center;
    border: 1px solid #dee7f2;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    border-radius: 0.15rem;
    box-shadow: none;
}

a.block-100 .icon {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin: 0 auto 5px auto;
    padding: 8px;
    text-align: center;
    line-height: 32px;
}

a.block-100 .icon i {
    font-size: 2rem;
    color: #565658;
    vertical-align: middle;
}

a.block-100 h5 {
    margin: 5px 0 0 0;
    padding: 0;
    overflow: hidden;
}

a.block-100 p {
    margin: 0;
    padding: 0;
    font-size: 90%;
    color: #8796af;
}

.border-box {
    border: 1px solid #dee7f2;
    border-radius: 0.15rem;
}

.user-profile1 {
    padding: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
.redondo {
    --bs-card-border-radius: 1rem;
    border-radius: var(--bs-card-border-radius);
    background-color: #ffcc00;
    padding:.1rem;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #5e72e4 0%, #825ee4 100%);
}

.bg-gradient-secondary {
    background-image: linear-gradient(310deg, #627594 0%, #a8b8d8 100%);
}

.bg-gradient-success {
    background-image: linear-gradient(310deg, #2dce89 0%, #2dcecc 100%);
}

.bg-gradient-info {
    background-image: linear-gradient(310deg, #1171ef 0%, #11cdef 100%);
}

.bg-gradient-warning {
    background-image: linear-gradient(310deg, #fb6340 0%, #fbb140 100%);
}

.bg-gradient-danger {
    background-image: linear-gradient(310deg, #f5365c 0%, #f56036 100%);
}

.bg-gradient-light {
    background-image: linear-gradient(310deg, #CED4DA 0%, #EBEFF4 100%);
}

.bg-gradient-dark {
    background-image: linear-gradient(310deg, #212229 0%, #212529 100%);
}

.bg-gradient-faded-primary {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(94, 114, 228, 0.6) 0, rgb(50.3244680851, 75.75, 220.6755319149) 100%);
}

.bg-gradient-faded-secondary {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(131, 146, 171, 0.6) 0, rgb(101.3653846154, 119.4663461538, 149.6346153846) 100%);
}

.bg-gradient-faded-success {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(45, 206, 137, 0.6) 0, rgb(35.8565737052, 164.1434262948, 109.1633466135) 100%);
}

.bg-gradient-faded-info {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(17, 205, 239, 0.6) 0, rgb(12.9133858268, 164.6456692913, 192.0866141732) 100%);
}

.bg-gradient-faded-warning {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(251, 99, 64, 0.6) 0, rgb(249.9538461538, 58.2, 14.0461538462) 100%);
}

.bg-gradient-faded-danger {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(245, 54, 92, 0.6) 0, rgb(236.2464454976, 11.7535545024, 56.4170616114) 100%);
}

.bg-gradient-faded-light {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(233, 236, 239, 0.6) 0, rgb(203.4736842105, 210.5, 217.5263157895) 100%);
}

.bg-gradient-faded-dark {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(0, 0, 0, .6) 0, rgb(34.8903225806, 47.6387096774, 69.1096774194) 100%);
}

.bg-gradient-faded-white {
    background-image: radial-gradient(370px circle at 80% 50%, rgba(255, 255, 255, 0.6) 0, rgb(229.5, 229.5, 229.5) 100%);
}

.bg-gradient-faded-primary-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(94, 114, 228, 0.3) 0, #5e72e4 100%);
}

.bg-gradient-faded-secondary-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(131, 146, 171, 0.3) 0, #8392ab 100%);
}

.bg-gradient-faded-success-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(45, 206, 137, 0.3) 0, #2dce89 100%);
}

.bg-gradient-faded-info-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(17, 205, 239, 0.3) 0, #11cdef 100%);
}

.bg-gradient-faded-warning-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(251, 99, 64, 0.3) 0, #fb6340 100%);
}

.bg-gradient-faded-danger-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(245, 54, 92, 0.3) 0, #f5365c 100%);
}

.bg-gradient-faded-light-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(233, 236, 239, 0.3) 0, #e9ecef 100%);
}

.bg-gradient-faded-dark-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(52, 71, 103, 0.3) 0, #344767 100%);
}

.bg-gradient-faded-white-vertical {
    background-image: radial-gradient(200px circle at 50% 70%, rgba(255, 255, 255, 0.3) 0, #fff 100%);
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: center;
    border-radius: 0.75rem;
}

    .icon-shape i {
        color: #fff;
        opacity: 0.8;
        top: 14px;
        position: relative;
    }

.icon-xxs {
    width: 20px;
    height: 20px;
}

    .icon-xxs i {
        top: -5px;
        font-size: 0.5rem;
    }

.icon-xs {
    width: 24px;
    height: 24px;
}

    .icon-xs i {
        top: -3px;
        font-size: 0.5rem;
    }

.icon-sm {
    width: 25px;
    height: 25px;
}

    .icon-sm i {
        top: -1px;
        font-size: 0.65rem;
    }

.icon-md {
    width: 48px;
    height: 48px;
}

.icon-md i {
    top: 12px;
    font-size: 0.875rem;
}

.text-lg {
    font-size: 1.5rem !important;
}

.input-radio{
    border-radius:5px;
}

.redondeo {
    border-radius: 1rem !important;
    width:100%;
}