.title_design {
  color: #BF930D;
  font-size: 2.75em !important;
  font-weight: 500;

  /* Otros estilos */
}


.fc-today-button{ 
  height: 2.5em;
  border:none;
  border-radius: 9px!important;
  background-color: #00B1BD !important;
}
.fc .fc-button-primary:disabled{
  border: none!important;
}

.fc-prev-button{
  height: 2.5em;
  width: 3.5em;
  border:none!important;
  border-radius: 9px!important;
  background-color: #1F2638;
}

.fc-next-button{
  height: 2.5em;
  width: 3.5em;
  border:none;
  border-radius: 9px!important;
  margin-left: 5px!important;
  background-color: #1F2638;
}

.fc-daygrid-event-dot{
  border: calc(var(--fc-daygrid-event-dot-width)/2) solid #060606;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time{
  color: #1F2638;
}

.fc-col-header-cell-cushion{
  font-size: 1.2em!important;
  color: black;
}
.fc-daygrid-day-number{
  color: black;
}
.fc-event-title{
  font-family: 'MADE TOMMY';
  font-size: 1.2em;
  color: rgba(0, 0, 0, 1);
}





.menu_dropdown {
  margin-left: -1.5rem;
}



.dropdown {
  display: contents;
}

ul.dropdown-menu {
  right: 100%;
  
}



ul.dropdown-menu {
  background-color: #1F2638;
  color: #fff;
  position: absolute !important;
  border-radius: 0 50px 0 0;
  inset: 17px auto auto 0px !important;
  margin: 0px !important;
  width: 21em;
  height: 18em;
  transform: translate(0px, 35px) !important;
}

.Title {
  display: grid;
  justify-content: center;
  margin-top: 1.5em;
  margin-bottom: 1.5rem;
}

.menu_icono {
  height: 0.9em !important;
  width: 2.7em !important;
  margin-left: 0.9em;
}



/* modal code  */
.modal-content_upgrade {
  position: relative ;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 117px  50px 0 0;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
}
.title_container{
  background-color: transparent;
  border: none;
  color: #fff;
  text-align: center;
  width: 100%;
}

.modal-header {
  /* background-color: #1F2638; */
  background-image: url('/icons/Rectangulo.png');
  background-size: cover;
  color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 29px;
  
}

.modal-footer {
  border-top: none;
}
.modal-body{
  background-color: white;  
  width: auto;
}

.btn_cerrar {
  height: 50px;
  width: 50px;
}

.icono_light {
  position: absolute;
  left: -4.9em;
  margin-top: -0.2em;
  
}

.icono_light svg {
  height: 7em;
  
}

.division-line {
  border-left: 0.1em solid black;
  height: auto;
}

.transparent-input {
  background-color: transparent !important;
  border: none;
  text-align: center;
}

.image_ {
  display: flex;
  justify-content: center;
}

.form-group label {
  font-family: 'MADE TOMMY';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 40px;
/* identical to box height */
color: #00B1BD;
text-align: center;
}

.label_info{
  color: var(--c-0930-e, #C0930E)!important;
  text-align: center!important;
  font-size: 1.7rem!important;
  font-family: 'MADE TOMMY'!important;
  font-style: normal!important;
  font-weight: 500!important;
  line-height: normal!important;

}


.form-control{
  font-family: 'MADE TOMMY';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 25px;
}


#detalleTitleImg {
  font-family: 'MADE TOMMY';
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 40px;
  color: #00B1BD;
 
}
#detalleImage{
  height: 18em!important;
  width: 34em!important;
}
#detalleTitle{
    /* height: 6em; */
}
.titleModal{
  
   
    font-style: normal;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 40px;
    color: #00B1BD;
}
#detalleAdress{
  overflow: hidden;
  height: 6em;
}
#detalleDescription{
  overflow: hidden;
  height: auto;
}
textarea{
  resize: none;
}
.go__btn{
  border-radius: 0.625rem;
background: var(--00-b-1-bd, #00B1BD);

}

/* modal  */

.success_message {
  color: var(--00-b-1-bd, #00B1BD);
text-align: center;
font-size: 1.75rem;
font-family: 'MADE TOMMY';
font-style: normal;
font-weight: 500;
line-height: normal;
}

.text_modal_info {
  color: #000;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'MADE TOMMY';
  margin-left: 0em !important;
}






/* resposive  */
@media (max-width: 976px) {

/* modal responsive */
.icono_light svg{
  height: 7em;
}

.form-group label {
  font-family: 'MADE TOMMY';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 57px;
    color: #00B1BD;
    text-align: center;
}



  
  

  .menu_dropdown svg {
    height: 3em !important;
    width: 9em !important;
  }

  .logo_capacitaciones {
    margin-top: 0.2rem !important;
    height: 8rem !important;
    width: 14rem !important;
  }

  #detalleImage{
    height: 9em!important;
    width: 14em!important;
  }
  .logo {
    margin: 10px 10px 0 0;
  }

  .logo svg {
    height: 3em;
    width: 9em;
  }

  .logo_calendar svg {

    height: 3em;
    width: 5em;
  }


  .menu_dropdown {
    margin-left: -2.5rem;
  }

  .logo_capacitaciones {
    margin-top: 0.2rem !important;
    height: 8rem !important;
    width: 14rem !important;
  }

  
}

@media (max-width: 575.98px) {
  .fc .fc-toolbar {
    align-items: center !important;
    display: grid !important;
    justify-content: space-between !important;
  }
}

