.item-top {
  padding-top: 60px;
}

.background_color_auth{
  background-color: #cccccc;
}


.justify_text{
  text-align: justify;
}


/*==================================================*/
/*======== estilos bandera cambio de idioma ========*/
/*==================================================*/
.size_flag{
  width: 8%;
  margin: auto;
}

.size_flag_navbar{
  width: 15%;
  margin: auto;
}

.size_flag_navbar_resp{
  width: 30%;
  margin: auto;
}
.height_flag{
  height: 40px;
}
/*==================================================*/
/*==================================================*/
/*==================================================*/



.modal-f-blue{
  height: 3px;
  background-color: #cccccc;
  padding: 0px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.padding-top-input{
  padding-bottom: 20px;
}
.input-footer {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border-color: #ced4da;
  border-width: 0px 0px 1px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-footer:focus {
  border-color: none;
  box-shadow: none;
  border: 3px solid rgba(96, 166, 247, 0.65);
  border-radius: 0.30rem;
}

.avatar-style{
  width: 360px;
  border: 6px solid #cccccc;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}


.full-width{
  width: 100%;
}

.margin_box {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.span_instruccion{
  color: #ff0800;
  font-size: 12px;
}

.btn-primary-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0d6efd;
  border-color: #000;
  border: 0.1px solid rgba(0,0,0,0.2);
}

.btn-success-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #008F39;
  border-color: #000;
  border: 0.1px solid rgba(0,0,0,0.2);
}

.btn-danger-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ff0404;
  border-color: #000;
  border: 0.1px solid rgba(0,0,0,0.2);
}

.btn-warning-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fffc04;
  border-color: #000;
  border: 0.1px solid rgba(0,0,0,0.2);
}

.btn-empty-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border-color: #000;
  border: 0.1px solid rgba(0,0,0,0.2);
}

.padding-top-five {
  padding-top: 10px;
}

.modal_style_custom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0,0,0,0.2);
}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-device-width : 320px){

}
