@import url(stryle.css);

/*.iframe{
  width:100%;
  height: 100%;
  display: flex;
  justify-content: center;
}*/


.margin-bot{
  margin-bottom: 10px;
}

#aclaracion{
  font-size: 20px;
}

#textoCenter{
  text-align: center

}
.border-derecha{
  border-right: 2px solid
}

#margenTOP{
  margin-top: 30px;
}

#margenTOP2{
  margin-top: 160px;
}

#imagen{
  width: 100%;
  margin-left: 15px;
}
#imagen2{
  width: 80%;
  margin-left: 60px;
  margin-top: 12px;
}

#imagenModalNormal{
  width: 50%;
  margin-left: 25%;
  margin-top: 12px;
}

#imagenCorredores{
  width: 100%;
  margin-top: 12px;
}

#imagenProveedores{
  width: 70%;
  margin-left: 17%;
  margin-top: 10px;
}

center{
  margin-top: 10px;
}

#colorImagen{
  color:rgb(253, 139, 62);
}

/*CSS que da forma a los botons*/
.list-group-mine {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 12px;
  font-size: 20px;
  width: 253px;
  
}
.list-group-mine2 {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 12px;
  font-size: 16px;
  width: 165px;
  font-weight: bold;
}

/*CSS que da color a los botones inactivos*/
.list-group-item-action-mine{
  color: #f3f3f3;
  background-color: #03657C;
  text-align: inherit;
}
.list-group-item-action-mine-changed{
  color: #ffffff;
  background-color: #03657C;

  text-align: inherit;
}

/*CSS que cambia al poner el raton encima del boton*/
.list-group-item-action-hover:hover{
  color: #ffffff;
  background-color: #03657C;
  text-align: inherit;
  transition-duration: 0.4s;
  cursor: pointer;
}

.iframe-pad{
  margin-top: 60px;
}

.modal-background{
  color: #f1f1f1;
  background-color:rgb(3, 101, 124) !important;
}

.modal-header-color{
  background-color:rgb (3, 101, 124 ) !important;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-pending {
  height: 50%;
}

.modal-dentro {
  height: auto;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.modal{
  width: 50vh;
  background-color:rgb(3, 101, 124) !important;
}
.modal-backdrop.show {
  z-index: 1 !important
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	
/* ============ small devices .end// ============ */

/*Iguala el tamaño de los botones*/
.size-btn{
  width: 165px;
  height: 66px;
}


/*Este es el por defecto para los botones de los tipos de plantillas que tengan menos de 7*/
.list-group-item-action-mine2{
  color: #03657C;
  background-color: #F0F0F0;
  text-align: inherit;
  width: 250px;
  margin-right: 20px;
  height: 66;
}

.list-group-item-action-mine2-changed{
  color: #F0F0F0;
  background-color: #03657C;
  text-align: inherit;
  width: 250px;
  margin-right: 20px;
  height: 66;
}

/*Este es el modelo para en caso de cuando escribo esto, nivel 1 ya que tiene muchos tipos*/
.list-group-item-action-mine3{
  color: #03657C;
  background-color: #F0F0F0;
  text-align: inherit;
  width: 190px;
  height: 66;
}

.list-group-item-action3-hover:hover{
  color: #F0F0F0;
  background-color: #03657C;
  text-align: inherit;
  transition-duration: 0.4s;
  cursor: pointer;
}

/*Este es el modelo para en caso de cuando escribo esto, nivel 1 ya que tiene muchos tipos*/
.list-group-item-action-mine3-changed{
  color: #F0F0F0;
  background-color: #03657C;
  text-align: inherit;
  width: 190px;
  height: 66;
}

.row{
  align-content: center !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: space-evenly !important;
}

.row2{
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
  justify-content: space-evenly;
    flex-wrap: nowrap;
}

.textoPequeño{
  color: white;
  font-size: 0.01px;
}

/* nuevo 16 de febrero */

@import url(../stryle.css);

@media (min-width: 768px) {
    .modal-xl {
      width: 90%;
     max-width:1200px;
    }
  }

  /* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}

h5{
    font-weight: 600 !important;
}

.informa{
    padding-top: 60px;
    padding-bottom: 20px;
    font-size: 30px;
}

#alertRechazo{
    color: red;
    font-size: 20px;
}

.containerInformantes{
    padding-bottom: 60px;
}

.subtitulo-margen-top{
    padding-top: 40px;
}

/*CSS que da forma a los botons*/
.list-group-mine {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 12px;
    font-size: 20px;
}
/*CSS que da color a los botones inactivos*/
.list-group-item-action-mine{
    width: 90%;
    color: #ffffff;
    background-color: #03657C;
    text-align: inherit;
}

/*CSS que cambia al poner el raton encima del boton*/
.list-group-item-action-hover:hover{
    width: 90%;
    color: #03657C;
    background-color: #f3f3f3;
    text-align: inherit;
    transition-duration: 0.4s;
    cursor: pointer;
}

.aRedi{
    text-align: right;
}

/*CSS que modifica los CARDS mostrados al pulsar USUARIO*/
.fuente-headers{
    font-size: 20px;
}
.card-mine{
    background-color:rgb(3, 101, 124);
    width: 25rem;
}
.card-body-mine{
    background-color:rgba(3, 101, 124);
    height: 220px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.card-mine-child{
    background-color:rgba(3, 101, 124);
}
.card-body-mine-child{
    background-color:rgb(3, 101, 124);
}

.estiloBoton{
    display:flex;
}

.col-margin{
margin-bottom: 60px;
}

.margin-top{
    margin-top: 60px;;
}
.ptext{
    color:rgb(253, 139, 62);
}
.a-sub{
    text-decoration: none;
}

.color-header-link{
    color: #f1f1f1;
    text-decoration:none;

}



.modal-background{
    color: #f1f1f1;
    background-color:rgb(3, 101, 124) !important;
}

.modal-header-color{
    background-color:rgb(3, 101, 124) !important;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
  
.modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
}

.modal{
    width: 50vh;
    background-color:rgb(3, 101, 124) !important;
}


.colorCierre{
    color:rgb(253, 139, 62);
}
.color-alert{
    color: rgb(223, 68, 68);
}
.color-enlace-body{
    color: white;
}

.alignNota{
    /*text-align: left;*/
    text-align: justify;
    justify-content: left;
}

/* .card-content-center{
    display: flex;
    align-items: center;
}

.kkk{
    text-align: center;
} */

.margin-bot{
    margin-bottom: 10px;
}

.margin-bot2{
    margin-bottom: 20px;
}
    
#modalDatosMinimos{
    z-index: 1999 ;
}

#modalDoble{
    z-index: 2000;
}

.border-derecha{
    border-right: 2px solid
}

html,  body{
    height: 100%;
}

#aclaracion{
    font-size: 20px;
  }
  
  .border-derecha{
    border-right: 2px solid
  }
  
  #margenTOP{
    margin-top: 30px;
  }
  
  /* #margenTOP2{
    margin-top: 160px;
  } */
  
  #imagen{
    width: 100%;
    margin-left: 15px;
  }
  #imagen2{
    width: 80%;
    margin-left: 60px;
    margin-top: 12px;
  }
  
  #imagenModalNormal{
    width: 50%;
    margin-left: 25%;
    margin-top: 12px;
  }
  
  #imagenCorredores{
    width: 100%;
    margin-top: 12px;
  }
  
  #imagenProveedores{
    width: 70%;
    margin-left: 17%;
    margin-top: 10px;
  }
  
  center{
    margin-top: 10px;
  }
  
  #colorImagen{
    color:rgb(253, 139, 62);
  }

  #tamañoTextoDesplegable{
    font-size: 14px;
  }