@font-face{ font-family:'Sharp-Bold'; src:url("https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/fonts/SharpSlab-Bold.ttf"); }
@font-face{ font-family:'Roboto'; src:url("https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/fonts/Roboto-Regular.ttf"); }
@font-face{ font-family:'Roboto-Bold'; src:url("https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/fonts/Roboto-Bold.ttf"); }


.cards-profile h2 { font-family: 'Sharp-Bold', serif; text-align: center; margin-top: 0; margin-bottom: 0; line-height: 1.2; } 
.cards-profile a { text-decoration: none; }
.cards-profile .contenedor { margin: 0 auto; }
.cards-profile .container-xl { width: 90%; max-width: 1600px; }
.cards-profile .container-md { width: 90%; max-width: 1320px; }
.cards-profile .container-sm { width: 90%; max-width: 960px; }
.cards-profile .container-xs { width: 90%; max-width: 720px; }
.cards-profile .container-fluid { width: 100%; }
.cards-profile .cards {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.cards-profile .cardprofile {
  max-width: 100%;
  width: 345px;
  position: relative;
  margin: 0;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(216, 216, 216, 0.50);
  overflow: hidden;
}

.cards-profile .cardprofile:hover {
  box-shadow: 0px 0px 20px 0px rgba(219, 219, 219, 0.90);
}

.cards-profile .cardprofile .avatar {
  margin-bottom: 20px;
  background-repeat: no-repeat;
}

.cards-profile .cardprofile .titulo {
  margin: 0;
  height: 60px;
  font-size: 25px;
  font-family:'Sharp-Bold';
  line-height: 1.2;
  max-width: 288px;
  overflow: hidden;
}

.cards-profile .cardprofile:hover .titulo{
  height: auto!important;
  overflow: auto;
}

.cards-profile .cardprofile .subtitulo {
  margin-bottom: 12px;
  height: 42px;
  font-size: 18px;
  font-family:'Roboto';
  line-height: 1.2;
  overflow: hidden;
}

.cards-profile .cardprofile:hover .subtitulo {
  height: auto;
  overflow: auto;
}

.cards-profile .cardprofile .descripcion {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Roboto';
  line-height: 1.2;
  color: #6F6F6F;
}

.cards-profile .cardprofile .descripcion p {
  margin: 0;
  line-height: 1.3;
}

.cards-profile .cardprofile .descripcion b, .cards-profile .cardprofile .descripcion strong {
  font-family: 'Roboto-Bold';
}

.cards-profile .cardprofile .boton {
  text-align: center;
}

.cards-profile .cardprofile .boton a {
  display: block;
  max-width: max-content;
  padding: 12px 30px;
  font-family: 'Roboto-Bold';
  font-size: 18px;
  border: none;
  border-radius: 5px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.cards-profile .cardprofile .boton a {
  font-size: 14px;
}

.cards-profile .cardprofile .boton.naranja a {
  color: #FFFFFF;
  background: #FF5900;
}

.cards-profile .cardprofile .boton.naranja a:hover {
  background-color: #FF7900;
}

.cards-profile .cardprofile .boton.morado a {
  color: #FFFFFF;
  background: #432f64;
}

.cards-profile .cardprofile .boton.blanco a {
  color: #FF5900;
  background: #FFFFFF;
}

.cards-profile .cardprofile .link {
  color: #FF5900;
  font-family: 'Roboto-Bold';
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cards-profile .cardprofile .link svg {
  margin-left: 8px;
  width: 25px;
  transition: transform 0.3s ease-out;
}

.cards-profile .cardprofile .link:hover svg {
  transform: translate(6px);
}

.cards-profile .redes { 
  position: relative;
  display: flex;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: calc(100% - 46px);
  width: 100%;
  padding: 14px 23px; 
  list-style: none; 
  display: flex; 
  align-items: center; 
  justify-content: space-evenly; 
  display: flex;
}

.cards-profile .redes:after {
   content: '';
   width: 90%;
   margin: auto;
   height: 1px;
   background-color: #D9D9D9;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
}

.cards-profile .filtro { margin-bottom: 40px; display: flex; align-items: center; justify-content: center; }
.cards-profile .filtro label { font-family: 'Sharp-Bold',serif; font-size: 26px; line-height: 1; letter-spacing: 0.04em; color: #000000; }
.cards-profile .filtro .selector { 
    margin-left: 20px;
    position: relative;
    width: 300px; 
    height: 40px;
    display: inline-block;
    background-color: #FFFFFF;  
    background: url('https://3416190.fs1.hubspotusercontent-na1.net/hubfs/3416190/ANAHUAC%20-%20Modules/images/arrow-down-icon.svg');
    background-position: 98%;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1); 
    border-radius: 5px
    box-shadow: 0 0 10px hsl(0deg 0% 52% / 25%);
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
} 
.cards-profile .filtro select { 
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    width: 100%; 
    height: 100%;
    border: 0;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    left: 0;
    line-height: 1.2;
    overflow: -moz-hidden-unscrollable;
    padding: 6px 30px 0;
    position: absolute;
    top: 0;
}
.cards-profile .filtro select:focus-visible { outline: none; }
.cards-profile .filtro select { color: #231F20; } 


@media screen and (max-width: 991px) {
  .cards-profile .filtro label { font-size: 24px; }
}

@media screen and (max-width: 767px) {
  .cards-profile .cardprofile .titulo {
    font-size: 22px;
    height: 50px;
  }
  .cards-profile .cardprofile .subtitulo {
    font-size: 16px;
  }
  .cards-profile .filtro label { font-size: 20px; }
  .cards-profile .filtro { flex-wrap: wrap; margin-bottom: 20px; }
  .cards-profile .filtro label,  .cards-profile .filtro .selector { margin-bottom: 10px } 
  .cards-profile .redes { 
    width: calc(100% - 20px);
    padding: 10px 10px; 
  }
}

.toggle-container { width: 90%; margin: auto; margin-bottom: 20px;  display: flex; align-items: center; justify-content: flex-end; font-family: 'Roboto', Arial, sans-serif; }
.toggle-container .label { margin-right: 10px; font-size: 16px; font-weight: bold; }
.toggle-container .switch { position: relative; display: inline-block; width: 50px; height: 25px; }
.toggle-container .switch input { opacity: 0; width: 0; height: 0; }
.toggle-container .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; border-radius: 25px; transition: 0.4s; }
.toggle-container .slider:before { position: absolute; content: ""; height: 19px; width: 19px; left: 3px; bottom: 3px; background-color: white; border-radius: 50%; transition: 0.4s; }
.toggle-container input:checked + .slider { background-color: #ff6600; /* Naranja */ }
.toggle-container input:checked + .slider:before { transform: translateX(25px); }

@media screen and (max-width: 767px) {
  .toggle-container { margin-bottom: 20px; }
}
