@font-face {
  font-family: Avenir;
  src: url('../../fonts/AvenirNextLTPro-Regular.woff');
}

body{
  font-family:'Avenir' !important;
  background-color: #FBFBFB;
}

button{
  /*text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 12px !important;*/
} 

.logo-ustainable{
  width: 200px;
  padding: 10px 20px;
}

.user-session{
  font-size: 12px;
  font-weight: bold;
}

.avatar-user {
  vertical-align: middle;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}

.avatar-label{
  font-size: 11px !important;
  letter-spacing: 0.5px;
  margin-left: 10px !important;
  font-weight: bold !important;
/*  padding: 1px 10px;*/
}

.avatar-upload {
  background-color: #ddd;
  height: 200px;
  width: 200px;
  border: 3px solid #ABABAB;
  border-radius: 50%;
  transition: background ease-out 200ms;
}

.avatar-preview {
  position: relative;
}

.avatar-btn-upload {
  /*padding: 18px;
  */width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #eee;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  transition: background-color ease-out 120ms;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: black !important;
  right: -5%;
  bottom: -10%;
}

.avatar-btn-upload:hover {
  background-color: #7B7BBD;
}



.portada{
  width: 200px !important;
}

.portada-tema {
    width: 200px !important;
    height: 200px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../../images/photo_preview.svg');
}

.portada-mclass {
    width: 200px !important;
    height: 200px !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../../images/photo_preview.svg');
}

.mentor-photo {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../../images/photo_preview.svg');
    background-position: center;
}

.p-info-danger{
  font-size: 13px !important;
  font-weight: bold;
  font-style: italic !important;
  color: #A73D3F !important;
  margin: 0px;
  padding: 0px;
}

.p-info-info{
  font-size: 13px !important;
  font-weight: bold;
  font-style: italic !important;
  color: #104861 !important;
  margin: 0px;
  padding: 0px;
}

.dot-registers {
  height: 25px;
  width: 25px;
  background-color: #D83189;
  border-radius: 50%;
  padding: 5px 10px;
}

.pager div
      {
        float: left;
        border: 1px solid gray;
        margin: 5px;
        padding: 10px;
        cursor: pointer;
      }

      .pager div.disabled
      {
        opacity: 0.25;
      }

      .pager .pageNumbers a
      {
        display: inline-block;
        padding: 0 10px;
        color: #595959;
        font-weight: bold;
        cursor: pointer;
      }

      .pager .pageNumbers a.active
      {
        background: #344767;
        color: white;
      }

      .pager 
      {
        overflow: hidden;
      }

      .paginate-no-scroll .items div
      {
        height: 250px;
      }


.card-header-enfoque{
  min-height: 80px !important;
  display: flex;
  align-items: center;
}

.content-img-enfoque{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-img-enfoque img{
  width: 200px !important;
  height: 200px !important;
}


.title-enfoque{
  font-size: 13px !important;
  font-weight: bold !important;
  color: black !important;
  line-height: 1.2em;
}

/*************************MODAL HORARIOS*********************/
.title-enfoque-horario{
  font-size: 13px !important;
  font-weight: bold;
  color: black;
  line-height: 1.2 em;
}


/****************************************/
/***************BUSCADOR********************/
.img-buscador{
  width: 90%;
  height: 120px;
}

.titulo-buscador{
  font-size: 11px !important;
  color: black !important;
  font-weight: bold;
  line-height: 1.2em !important;
  padding: 5px 3px;
  background-color: #eee;
  border-radius: 3px;
}


.descripcion-buscador{
  font-size: 11px !important;
  color: #595959 !important;
  font-weight: bold;
  line-height: 1.2em !important;
  text-align: justify;
  padding: 3px;
}

.mentor-buscador{
  font-size: 11px !important;
  color: black !important;
  font-weight: bold;
  line-height: 1.2em !important;
  text-align: justify;
  text-transform: uppercase;
  padding: 3px;
}


.sesion-buscador{
  font-size: 11px !important;
  color: black !important;
  font-weight: bold;
  line-height: 1.2em !important;
  padding: 3px;
  text-align: justify;
  text-align: left;
  border-radius: 3px;
}

.inversion-buscador{
  font-size: 11px !important;
  color: black !important;
  font-weight: bold;
  line-height: 1.2em !important;
  padding: 0px;
  text-align: justify;
  padding: 3px;
}


.separador-buscador {
  border-top: 1px solid #eee;
  height: 2px;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content-filter{
/*  background-color: #FAFAFA;*/
  padding: 20px 20px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}


/****************************************/

.title-payment{
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: black !important;
  font-size: 14px !important;
  font-family:'Avenir' !important;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.img-payment{
  width: 90%;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.tag-payment{
  border-left: solid 10px #1F2062;
  padding: 20px;
  background-color: #eee;
}

.badge-payment{
  background-color: #eee;
  color: #7C7B7B !important;
}

.badge-usm{
  background-color: #eee;
  color: #7C7B7B !important;
}


.i-pay{
  display: inline-block;
  border-radius: 60px;
  background-color: #858687;
  box-shadow: 0 0 2px #888;
  padding: 0.5em 0.6em;
  color: white !important;
  margin-right: 10px;
}

.dot-pay {
  height: 40px;
  width: 40px;
  background-color: #992A77;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot-pay span{
  color: white !important;
  font-size: 18px !important;
  font-weight: bold;
}

.tag-payment span{
  text-transform: uppercase;
  font-weight: bold !important;
  color: black !important;
  font-size: 17px!important;
    font-family:'Avenir' !important;
}


.reservado{
  background-color: green !important;
  padding: 3px;
  border-radius: 3px !important;

}

.form-modal label{
  font-size: 14px !important;
  font-weight: bold !important;
}

.select2-results__option {
  color: black;
  background-color: white;
}

.select2-results__option--highlighted {
  color: white !important;
  background-color: #7B7BBD !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: white;
}


.select2-selection__choice__display{
  font-size: 13px !important;
  color: black !important;
}


.select2-search__field {
  font-size: 13px !important;
  font-family: Avenir !important;
}

.select2-results__option { 
  font-size: 13px !important;
}

.legend-calendar{
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.legend-calendar span{
  width: 20px;
  height: 20px;
  color: white;
  border-radius: 50%;
}


/*.legend-calendar .calendar-grupal{
  background-color: #E51265;
  width: 30px;
  height: 30px;
  color: white;
  border-radius: 50%;
}
*/
.legend-calendar .label-calendar{
  margin-left: 8px !important;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 11px !important;
}

.bg-disabled{
  background-color: #e9ecef;
}

.fc-center{
  display: flex !important;
  width: 100% !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
}

.fc-center h2{
  text-transform: uppercase;
  font-size: 22px !important;
}

input[type=radio] {
  --s: 1em;     /* control the size */
  --c: #344767; /* the active color */
  
  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s)/8) solid #DBDBDB;
  padding: calc(var(--s)/8);
  background: 
     radial-gradient(farthest-side,var(--c) 94%,#0000) 
     50%/0 0 no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s)/10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .1s;
}
input[type=radio]:checked {
  border-color: #344767;
  background-size: 100% 100%;
}

input[type=radio]:disabled {
  background: 
     linear-gradient(#344767 0 0) 
     50%/100% 20% no-repeat content-box;
  opacity: .5;
  cursor: not-allowed;
}

@media print {
  input[type=radio] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background: none;
  }
}

.arrow-toggle .icon-arrow-down,
.arrow-toggle.collapsed .icon-arrow-up {
     display: none;
    
}
.arrow-toggle.collapsed .icon-arrow-down,
.arrow-toggle .icon-arrow-up {
    display: inline-block;
}


.text-enfoque{
  text-align: justify;
  text-justify: inter-word;
  font-size: 13px !important;
  background-color: #eee;
  padding: 5px;
  border-radius: 5px;
  border-left: solid 5px #7B7BBD;
}

.ui-checkbox {
  --primary-color: #263966;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  /* checkbox */
  --checkbox-diameter: 20px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  /* checkmark */
  --checkmark-size: 1.2;
}

.ui-checkbox, 
.ui-checkbox *, 
.ui-checkbox *::before, 
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: var(--checkbox-diameter);
  height: var(--checkbox-diameter);
  border-radius: var(--checkbox-border-radius);
  background: var(--secondary-color);
  border: var(--checkbox-border-width) var(--checkbox-border-style) var(--checkbox-border-color);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
}

.ui-checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  box-shadow: 0 0 0 calc(var(--checkbox-diameter) / 2.5) var(--primary-color);
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -o-transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  transition: all 0.5s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.ui-checkbox::before {
  top: 40%;
  left: 50%;
  content: "";
  position: absolute;
  width: 4px;
  height: 7px;
  border-right: 2px solid var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  -o-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6),opacity 0.1s;
}

/* actions */

.ui-checkbox:hover {
  border-color: var(--primary-color);
}

.ui-checkbox:checked {
  background: var(--primary-color);
  border-color: transparent;
}

.ui-checkbox:checked::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  -o-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}

.ui-checkbox:active:not(:checked)::after {
  -webkit-transition: none;
  -o-transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: none;
  opacity: 1;
}


label {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:5px 0;
  cursor: pointer;
}


#modalLoading {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  left: 0;
  background: rgba(242, 242, 243 , 0.7);
  z-index: 999999;
  height: 100%;
  width: 100%;
}


#modalLoading img{
  position: fixed;
  height: 10em;
  width: 10em;
  overflow: show;
  z-index: 99999999;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.content-us{
  padding: 30px;
}
.menu-lateral{
  padding-bottom: 20px;
  padding-top: 20px;
  min-height: 100%;

}

.menu-resp{
  display: none;
}

@media (max-width:767px) {
  .content-us{
    padding: 10px !important;
  }

  .menu-resp{
    display: block;
  }


  .menu-lateral{
    position: absolute;
    top: 120px;
    width: 95%;
    min-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }

  .menu-lateral-content{
    
  }
}



.ver-password {
  display: none;
}

.ver-password + label:before {
  content: "\f06e"; /* Bars */
  cursor: pointer;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 10px;
}

.ver-password:checked + label:before {
  content: "\f070";
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}


/* === HEADING STYLE #3 === */
.title-page h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
.title-page h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 55px;
  background-color: #9CE8DF;
}
.title-page h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 95%;
  max-width: 255px;
  background-color: #9CE8DF;
}






.table-card{
/*  font-size: 1 rem !important;*/
}

.table-usm{
  font-size: 11px !important;
}

table{
  font-family:'Avenir' !important;
/*  font-size: 11px !important;*/
}

table th{
  text-transform: uppercase;
  font-weight: 700;
/*  color: white;*/
  background-color: #eee;
  font-size: 11px !important;

}

table tr{
  vertical-align: middle;
}

footer{
  background-size: 99%;
  background-color: #000;
  color:#fff;
  font-family:'Avenir';
  font-weight:300;
  letter-spacing:0.1px;
  padding:30px 10px;
  background-repeat: repeat-x;
}

.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:20px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}


.labelsuccess{
  background-color: #259E43;
  padding: 3px 5px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  font-size: 9px !important;
}

.labelsecondary{
  background-color: #eee;
  padding: 3px 5px;
  border-radius: 3px;
  color: black;
  font-weight: bold;
  font-size: 9px !important;
}

.pregunta-encuesta{
  background-color: #F9F9F9;
  padding: 5px 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 10px;
}

.pregunta-encuesta .pregunta{
  padding: 3px;
  color: black !important;
  font-weight: normal !important;
  border-radius: 3px;
  width: 100%;
}


.horario-selected{
  border: solid 5px #FAEE33;
}