
html{
    font-family: 'Montserrat', sans-serif;
}
body{
    margin: 0;
}
span{
    font-weight:bolder;
}
footer{
    margin-top: 2rem;
    margin-bottom: 0%;
    background-color: #13322b;
    padding: 10rem;
    color: #fff;
}
/* -----------------FORMULARIO------------------ */
.mensaje-error{
     color: #dc3545;     
     display: none;
}
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/* -----------------BOTONES------------------ */
.btn-circ{
    color: #13322b;
    width: 2rem;
	height: 2rem;
	border-radius: 50%;
    border: 2px solid #13322b;
    background-color: #ffffff;
	justify-content: center;
	text-align: center; 
    padding-top: 2px;
}
.btn-circ:hover{
    transition: 0.2s;
    background-color: #13322b;
    color: #ffffff;
}  
.btn-verde{ 
    background-color:  #13322b;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #13322b; 
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;   
} 
.btn-verde:hover,.btn-dorado:hover,.btn-gris:hover,.btn-rojo:hover{
    box-shadow: 0 0.1rem 0.4rem #000000;
    transition: 0.2s;
}  
.btn-gris{
    background-color: #808080;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #808080; 
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem; 
}
.btn-dorado{
    background-color: #b38e5d;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #b38e5d; 
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem; 
}
.btn-rojo{
    background-color: #9D2449;
    color: #ffffff;
    display: inline-block;
    border: 2px solid #9D2449; 
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem; 
}
/* ----------------TABLAS------------------- */
.encabezado-tabla{
    background-color: #13322b !important;
    color: #ffffff;
    /* color: #13322b; */
}
.img-datatable{
    width: 150px;
    max-height: 200px;
}
/* ----------------LOADERS------------------- */
#cargando{
    display:inline-block;
    padding-top: 20%;
    vertical-align:middle;
    text-align:center;
    display: none;
}

#cargando img {
    width: 256px;
}
/* ----------------MODALES------------------- */
.modal{
	width:100%; 
	height:100%; 
	background: rgba(0,0,0,.4);
}
.modal-header{
    background-color: #808080;
}
.modal-title{
    color: #ffffff;
}
/* ----------------IMAGEN------------------- */
.card-bco{  
    text-align: center;  
    border-radius: 0.5rem;
    padding: .5rem;
    box-shadow: 0 0.1rem 0.4rem rgba(0,0,0,0.3);
    width: 200px; 
    height: auto;     
}
.img-card-bco{
    max-width: 300px;
    height: 200px;    
}

/* ----------------PESTAÃ‘AS------------------- */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #ffffff;
    background-color: #13322b;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link{
    color: #13322b;
    background-color: #ffffff; 
}
.nav-link:hover{
    transition: 0.2s;
    background-color: #13322b;
    color: #ffffff;
}
/* ----------------IFRAME VISTA PREVIA------------------- */
.vista-previa{
    width:100%; 
    height:500px;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background-color: #13322b !important;
    border-color: #13322b !important;
}
.red{ background:#9D2449; color:#fff; border-color:#9D2449; }

.chat-room-head {
    background:#9fa1a1;
    color: #FFFFFF;
    min-height: 20px;
	padding: 5px 10px 5px 20px;
}

.chat-room-head h3 {
    margin: 5px 0 0;
    font-weight: 100;
    letter-spacing: 1px;
    display: inline-block;
}
.contenedortools
{
  padding: 10px 0px 0px 0px;
}
.cardx{
	background-color: rgba(0,0,0,.05);
	padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
label{ font-weight:bolder; color:gray; }
.d-flex.justify-content-center{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
@media (min-width: 0px) {
    section.flag-banner > div.d-flex > div.container {
        width: calc(100% - 68px);
    }
}
section.flag-banner > div.d-flex > div.container {
    width: calc(100% - 68px);
}
@media  (min-width: 0px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100% !important;
}}
.btn-primary{ background:#9D2449 !important; border-color:#9D2449 !important;}

.lectura {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px black solid;
    width: 100%;
    height: 45%;
}
 .nav-tabs>li>a {
    background-color: #EEE;
    margin-right: 0;
    border: 1px solid #FFFFFF;
    border-radius: 0;
    text-decoration: none;
    color: #404041;
    font-size: 16px;
	
}
.nav-tabs>li.active>a {
    
}

.Fieldset2 {
    font-size: 14px;
}
.Fieldset2 {
    border: 1px solid #e3e3e3;
    padding: 0px 10px;
}