
textarea.form-control {
    min-height: 100px;
    padding: .8rem .5rem;
}

.dt-body-scroll{
    width: 100%;
    display: block;
    overflow: overlay;
    max-height: 150px;
    padding: 5px;
    border-color: white;
}

.dropzone .dz-message .dz-button {
    font-size: 18px;
}
.dropzone .dz-preview .dz-error-message {
    top: 150px;   
}
.dropzone .dz-preview .dz-remove {
    /* color: indigo; */
    color: #273D2A;
    font-weight: bold;
}
body.swal2-height-auto{
    height: 100%!important;
}

.right-btn{
    float: right !important;
}

.h6-pink{
    color:#6F7857;
}

.select2 {
    width: 100%!important;
}

input{
    display: inline-block;
    /*height: calc(2em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;*/
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea:focus, input:focus, input[type]:focus, select:focus, select[type]:focus, span:focus{
    border-color: #7EBCF2;
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075)inset, 0 0 8px #007bff;
    outline: 0 none;
}


/*body, html {*/
/*margin:0px!important;
padding:0px!important;
position: absolute!important;
min-height: 100%;*/
/*font-family: "zonapro", Arial;*/
/*}*/

body, html {
    height: 100%; /* Para asegurar que el footer esté siempre abajo */
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

@font-face {
    font-family: 'Twogether Sans Variable', sans-serif;
    src: url('fonts/TwogetherSansVariable.html') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.textNormal {
    font-family: 'Twogether Sans Variable', sans-serif;   
}

.textBold {
    font-family: 'Twogether Sans Variable', sans-serif;
}
html, body {
    height: 100%;
    margin: 0;
}


.contentinfo {
    position: absolute!important;
    bottom: 0!important;
    left: 0!important;
}
/*estilos cabecera*/

body{
    background-color: #EDEFF8!important;
    line-height: 1.3;
}
.header_part {
    padding-top: 10px;
}


.imgLogo{    bottom: 40px;}
.nav-item a:hover{
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.navbar-nav a:hover {
    color: #273D2A !important;
}

.select_option {
    /*background-color: #6F5399!important;*/
    background-color: #273D2A!important;
}

.select_option a {
    color: #ffffff!important;
}

/*.btn-circle {
    border-radius: 100%!important;
    height: 2.5rem!important;
    width: 2.5rem!important;
    font-size: 1rem!important;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}*/

#wrap {
    min-height: 100%;
}

#main {
    /*overflow:auto;*/
    /*padding-bottom:150px;*/ /* this needs to be bigger than footer height*/
}

img.img-size {
    width: 300px;
}

.bienvenida{
    text-align: right; 
    padding-right: 20px;
}

.requerido{
    color: red!important;
    font-weight: bold!important;
}