body {
    font-family: 'Raleway', sans-serif;
}

p {
    font-size: .9rem;
}

.portada-bg-image {
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.portada-link {
    display: block;
    height: 100%;
    width: 100%;
}

.cont-centrado {
/*padding-bottom: 20px;*/
min-height: calc(100vh - 320px);
}

.pie-pagina {
    bottom: 0;
    width: 100%;
}

.flecha {
    float: right;
    margin: 4px 3px 0 0;
}

.icono-opciones {
    float: left;
    margin-left: 6px;
    box-sizing: border-box;
}

.btn.btn-sm {
    font-size: .8rem;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545 !important;
}

.field-icon {
    float: right;
    position: relative;
    z-index: 2;
    bottom: 2.5rem;
    right: 1rem;
    color: black;
}
a {
    cursor: pointer!important;
    color: rgba(45, 115, 181, 1)!important;
}

.doc-user {
    color: black;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 10px 30px 7px;
    font-weight: 400;
    background: #F5F5F5;
    border: 1px solid #D1D5DB;
    border-radius: 77px;
    display: flex;
    height: 43px;
    line-height: 23px;
    margin-top: 20px;
}

@media screen and (min-width: 1600px) {
  .container {
    padding: 0 3rem;
  }
}

.width-height-100 {
    width: 100%;
    height: 100%;
}

