body{
    overflow-x: hidden !important;
}

.dcrumb{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #014568;
}

.text-ofert{
    font-size: 1.8em;
    color: #014568;
    font-weight: bold;
}

.linea{
    width: 8%;
    background-color: #F19322;
    height: 4px;
}

.title{
    text-align: center;
    color: #014568;
    font-weight: bold;
    font-size: 1.1em;
}
.fecha{
    text-align: center;
    color: #014568;
    font-size: 1em;
}

.link{
    /* display:block;
    margin: 0 auto;
    text-align: center; */
    color: #014568;
    /* font-weight: bold;
    font-size: 1.5em; */
}

.link > i{
    color: #F08014;
    border: 1px solid #014568;
    /* font-size: 10px;
    border-radius: 50px;
    background: transparent;
    padding: 5px 7px; */
}

/* ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
} */

/* ul.pagination li {display: inline;} */

ul.pagination li a {
    color:  #014568;
    /* float: left;
    padding: 8px 16px;
    text-decoration: none; */
    border: 1px solid #014568;
}

ul.pagination li a.active{
    background-color: #F08014;
    color: #fff;
}

.text-blog {
    text-align: justify;
    font-size: 1.3em;
    color: #014568;
}

.title-tags{
    color: #014568;
    font-weight: bold;
    padding: 10px 20px;
}

.tag{
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    padding: 10px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color:#ccdae1;
    color: #014568;
    margin-top: 10px;
}

.tag-content{
    padding: 20px;
}

.img-cm{
    padding: 30px;
}

.desc-user{
    color: #014568;
    font-size: 20px;
    margin-top: 30px;
}
.desc-user{
    margin-left: 50px;
}
.rta-cm{
    position: absolute;
    right: 13px;
    bottom: -0.5px;
    background-color: #F19322;
    padding: 7px;
    color: #fff;
    width: 150px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 10px solid #FFF;
    border-top: 10px solid #FFF;
}
.contenedor-config{
    position: relative;
}
.contenedor-config img{
    position: absolute;
    right: 24px;
    bottom: 10px;
    width: 140px;
    opacity: .2;

}
.rta-cm:hover{
    text-decoration: none;
    color: #fff;
}

.label-modal {
    font-size: 1.2em;
    color: #014568;
}

.input-height{
    border-radius: 15px;
    height: calc(2.5em + .75rem + 2px);
}

.input-height-border{
    height: calc(2.5em + .75rem + 2px);
}

.btn-hjdv{
    color: #fff;
    background-color: #F19322;
    border-color: #F19322;
    display: block;
    margin: 0 auto;
    padding: 15px;
    font-size: 1.2em;
    border-radius: 20px;
    width: 45%;
}
.btn-hjdv:hover{
    color: #fff !important;
}

.terms{
    font-size: 1.2em;
    color: #014568;
    text-align: center;
}

.sp-lr{
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.ml-10{
    margin-left: 10%;
}

.title-ofert{
    font-size: 1.3em;
    color: #014568;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 20px;
}

.desc-ofert{
    font-size: 1.1em;
    color: #014568;
    margin-left: 20px;
}

.icon-arrow{
    margin-top: 2px;
    color: #014568;
    margin-left: 7px;
}
.rejilla{
    border: 1px solid #014568;
    border-radius: 10px;
}
.status{
    padding: 15px;
    color: #014568;
    border-right:1px solid #014568;
}
.status:nth-child(4){
    border: none;
}
.status.active{
    background: #F19322;
    color: #FFF;
}
.ended{
    width: 300px;
    padding: 10px 0;
    background: #EF4E2D;
    color: #F7F7F7;
}
.bc{
    border-radius: 0 15px 15px 0;
}
.delete{
    background: #EF4E2D;
    color: white;
    font-size: 25px;
    padding: 0 8px;
    margin-right: -15px;
    border-radius: 0 15px 15px 0;
    height: 100%;
}
a.delete{
    color: #FFF;
}
.btn-process{
    color: #fff;
    background-color: #014568;
    border-color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px;
    font-size: 1.1em;
    border-radius: 20px;
    width: 40%;
    text-align: center;
    margin-top: -40px;
}

.btn-process:hover{
    color: #fff;
}

input[type=checkbox] {
    transform: scale(1.5);
  }

.title-modal{
    margin-left: 45px;
    margin-top: 10px;
    font-size: 1.6em;
    color: #014568;
    font-weight: bold;
}

.container-modal{
    width: 90%;
    margin-left: 45px;
    margin-right: 45px;
}
