﻿.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;
    
}