:root {
  --principal: #4c4c4c;
  --secondary: #9a1413;
  --tertiary: #818181;
  --white: #fff;
  --black: #000;
  --content: #17a2b8;
  --data: #039982;
  --text-principal: "Poppins", sans-serif;
  --text-title: "Playfair Display", serif;
  --text-name: "Great Vibes", cursive;
  --text-content: "Raleway", sans-serif;
}

body {
  font-family: var(--text-principal);
  font-size: 16px;
  background-color: #f8f9fa;
  /* background: url(../img/logo/logopj.gif); */
}

main {
  min-height: calc(100vh - 1.66rem - 1.25rem);
  /* min-height: calc(100vh - 1.59rem - 1.7rem); */
  /* min-height:calc(94.56vh); */
  padding-bottom: 2rem;
}

a {
  color: var(--black);
}

a:hover {
  text-decoration: none;
}

.card-scsst:hover .txt-a{
  color: #8e0000;
}

.cc-shadow {
  /* box-shadow: -0.1rem 1.7rem 6.6rem -3.2rem rgba(0, 0, 0, 0.5); */
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bx-shadow{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.carub a:hover,
.secondary-red{
  color: var(--secondary) !important;
}

.carub a:hover{
  font-weight: 600;
}

.jumbotron {
  background-color: var(--secondary);
  color: white;
  border-radius: 0;
  background-size: cover;
  background-repeat: round;
  background-blend-mode: darken;
}

.jumbotron h1 {
  font-weight: 600;
  font-family: var(--text-principal);
}

.navbar {
  background: #2d2d2d;
  background-image: url(../img/fund/menu.jpg);
  background-size: cover;
  margin-bottom: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* .navbar .navbar-brand {
  padding: 0;
} */

.navbar .navbar-brand img {
  width: 25%;
}

.navbar-nav .nav-link {
  /* padding-left: 2.5rem !important; */
  font-family: var(--text-content);
}
/*
.navbar-nav li a {
  font-size: 0.8rem;
} */

.menu-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.menu-item:hover{
  background-color: var(--secondary);
}

.navbar-dark .navbar-nav .nav-link {
  color: white !important;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.flex-column .nav-link {
  margin-bottom: 1rem;
}

.dropdown-menu {
  background-color: #2d2d2d;
  /* border: none;
  top: 96%;
  border-radius: 0;
  left: -15px; */
}

.dropdown-item {
  color: var(--white);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--secondary);
}

.menu-item .dropdown-item {
  font-weight: 300;
  padding: .5rem 2rem;
}

.menu-item .dropdown-item:hover {
  font-weight: 400;
}

.principal-container {
  max-width: 100rem;
  padding-right: 4rem;
  padding-left: 4rem;
}

.tab-content .card {
  background-color: transparent !important;
}

.form-control:focus {
  border-color: var(--secondary);
  box-shadow: none;
}

/* ********** VIEW ALL ********** */

.view-all {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--secondary);
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: all 0.3s ease;
  color: white;
}

.view-all span {
  position: relative;
  font-size: 0.9rem;
  line-height: 18px;
  vertical-align: middle;
}

.view-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  transition: all 0.3s ease;
}

.view-all:hover:before {
  width: 97%;
  background: #f5f6f7;
}

.view-all:hover span {
  color: var(--secondary);
}

/* *************************** FOOTER *************************** */
.footer {
  background: var(--principal);
  background-image: url(../img/footer/footerPage.jpg);
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--white);
}

.footer img {
  width: 2%;
  font-size: 0.5rem;
}

.footer span {
  font-size: 0.9rem;
}

/* *************************** SEARCH *************************** */

.search a {
  border: 1px solid var(--secondary);
  padding: 0.5rem 0 0 0;
  border-radius: 0 0.25rem 0.25rem 0;
  background: var(--secondary);
  color: #f8f9fa;
}

.search input {
  border-right: none;
  border-radius: 0.25rem 0 0 0.25rem;
}

/* *************************** NAV *************************** */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--secondary) !important;
}

.nav a:hover {
  color: #9a1413;
}

/* *************************** PAGINATION *************************** */
.page-item.active .page-link {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.page-link:focus {
  box-shadow: 0 0 0 0.1rem rgb(77 78 78 / 25%);
}

.page-link {
  color: #2d2d2d;
}

.page-link:hover {
  color: #ededed;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

/* *************************** OUR *************************** */
.mp-title h3 {
  font-weight: bold;
}

.card-knowus {
  width: 100%;
  text-align: center;
  border: none;
}

.card-knowus .card-header {
  font-family: "Playfair Display", serif;
  border: none;
  background: transparent;
}

.card-knowus .card-img-top img {
  width: 100%;
  height: 20rem;
  border-bottom: 1px solid rgb(58 40 40 / 37%);
  border-right: 1px solid rgb(58 40 40 / 37%);
  box-shadow: rgb(58 40 40 / 37%) 1.95px 1.95px 2.6px;
}

/* .card-knowus .card-body h4 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
} */
.fosi,
.card-knowus .card-body p {
  font-size: 0.85rem;
}

.conformation-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.conformation-list {
  margin-top: 1.5rem;
}

.conformation-list ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}

.conformation-list-li {
  text-align: center;
  margin-top: 1.5rem;
}

.management-plan,
.card-knowus h4,
.conformation-list-li h4 {
  background-color: transparent;
  border: 1px solid var(--secondary);
  box-sizing: border-box;
  color: var(--text-name);
  line-height: 24px;
  padding: 16px 23px;
  position: relative;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.management-plan:before,
.card-knowus h4:before,
.conformation-list-li h4:before {
  background-color: rgb(255 187 187 / 50%);
  content: "";
  height: calc(100% + 3px);
  position: absolute;
  right: -7px;
  top: -9px;
  transition: background-color 300ms ease-in;
  width: 100%;
  z-index: -1;
}

.conformation-list ul li p {
  font-size: 0.8rem;
}

.conformation-carousel .carousel-item img {
  height: 20rem;
}

.knowus .carousel-inner {
  border-bottom: 1px solid rgb(58 40 40 / 37%);
  border-right: 1px solid rgb(58 40 40 / 37%);
  box-shadow: rgb(58 40 40 / 37%) 1.95px 1.95px 2.6px;
}

.presidency .presidency-title {
  margin-bottom: 3rem;
}

.presidency-description img {
  float: left;
  margin: 0 1.5rem 1rem 0;
  width: 40%;
  box-shadow: rgb(58 40 40 / 37%) 1.95px 1.95px 2.6px;
}

.presidency .management-plan {
  margin-top: 2rem;
  color: #363636;
}

.management-plan .management-plan-action {
  font-size: 1.2rem;
}

.management-plan .management-plan-action a {
  color: #363636;
}

.management-plan .management-plan-action a:hover {
  color: var(--secondary);
}

.management-plan-content .card {
  width: 100%;
  text-align: center;
  border: none;
}

.management-plan-content .card .card-img-top img {
  width: 100%;
  box-shadow: rgb(58 40 40 / 37%) 1.95px 1.95px 2.6px;
}

.management-plan-content .card .card-body h4 {
  font-family: "Playfair Display", serif;
}

.team-work .card {
  width: 100%;
  width: 100%;
  text-align: center;
  text-align: center;
  border: none;
  border: none;
}

.team-work .card .card-img-top img {
  width: 100%;
  width: 100%;
  box-shadow: rgb(58 40 40 / 37%) 1.95px 1.95px 2.6px;
  box-shadow: rgb(58 40 40 / 37%) 1.95px 1.95px 2.6px;
}

.team-work .card .card-body h4 {
  font-family: "Playfair Display", serif;
  font-family: "Playfair Display", serif;
}

.team-work table th,
.team-work table td {
  border-top: none;
}

.team-work table th {
  text-align: right;
}

.team-work table td {
  text-align: left;
}

.resolution-content .resolution-ra {
  padding: 15px;
  transition: all 0.3s ease;
}

.resolution-content .resolution-ra:hover {
  background-color: rgb(255 187 187 / 50%);
}

.resolution-ra .rc-title a {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.rc-title a i {
  font-size: 2.3rem;
  color: var(--secondary);
}

.rc-title a h6 {
  transition: all 0.1s ease-in-out;
}

.rc-title a:hover {
  color: var(--secondary);
}

.rc-title a:hover h6 {
  font-weight: bold;
}

.rc-title p {
  font-size: 0.7rem;
}

.rc-detail p {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.advice .card-advice {
  width: 100%;
  text-align: center;
  border: none;
}

.card-advice .card-header {
  background: transparent;
  border-bottom: none;
}

.card-advice .card-img-top img {
  width: 100%;
}

.advice .card-advice-i,
.plenary .card-plenary {
  width: 100%;
  padding: 1rem;
  border-radius: 0.25rem;
  transition: transform 0.3s ease-in-out;
  border: none;
  margin-top: 1rem;
}

.advice .card-advice-i .card-img,
.plenary .card-plenary .card-img {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
}

.advice .card-advice-i .card-img img,
.plenary .card-plenary .card-img img {
  width: 100%;
  /* height: 100%; */
  display: block;
  /* object-fit: cover; */
  object-position: center;
}

.advice .card-advice-i .card-img figcaption,
.plenary .card-plenary .card-img figcaption {
  background-color: rgb(46 46 46 / 68%);
  color: #fefefe;
  font-size: 0.85rem;
  padding: 0.5rem;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.advice .card-advice-i .card-title,
.plenary .card-plenary .card-title {
  text-transform: capitalize;
  margin: 0.75rem 0;
}

.card-plenary .card-body p {
  font-size: 0.85em;
}

.card-plenary .card-body,
.advice .card-advice-i .card-body,
.bb-second-5{
  border-bottom: solid 5px var(--secondary) !important;
}
/* *************************** CAMPUS *************************** */

.campus-box {
  padding: 0 1.5em 2em 1.5em;
}

.campus-img {
  overflow: hidden;
  margin: 0 0 1em;
}

.campus-img img {
  display: block;
  max-width: none;
  width: 100%;
}

.campus-content {
  display: block;
  width: 100%;
  margin-top: -5.5em;
}

.campus-detail {
  display: flex;
  align-items: center;
  width: calc(100% - (4.4em * 0.5));
  margin-left: calc(4.5em * 0.5);
  background: var(--white);
  position: relative;
}

.campus-icon {
  font-weight: normal;
  padding-left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.5em;
  width: 4.5em;
  height: 4.5em;
  min-width: 4.5em;
  color: var(--white);
  background: var(--tertiary);
}

.campus-icon i {
  font-size: 2em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  flex: 1 0 100%;
}

.campus-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 1.6em;
  max-height: 3.2em;
  max-height: 2.8em;
  line-height: 1.2;
  font-size: 1.4em;
  margin: 0;
  text-align: left;
  padding: 0 1em 0 0.5em;
}

.campus-text a:hover {
  color: var(--principal);
}

.card-campus .card-text p {
  font-size: 14px;
}

.card-campus dl,
.cc-detail dl,
.card-collapse .card-body {
  font-size: 0.9rem;
}

.card-collapse {
  cursor: pointer;
}

.card-collapse .card-header {
  background-color: var(--secondary);
  color: #ededed;
  padding: 0.5rem 1rem;
}

.card-collapse .card-body {
  padding: 1rem;
}

.cc-detail dt,
.cc-detail dl {
  margin-bottom: 1rem;
}

.cc-juz {
  background-color: transparent;
}

.card-campus .card-img-top{
  height: 14rem;
}

.lg-other-campus li{
  background-color:transparent;
  border: none;
  padding: .4rem .5rem;
  font-size: .8rem;
}

.lg-other-campus i{
  color: var(--secondary);
}

.lg-other-campus a:hover li{
  background: var(--secondary);
}

.lg-other-campus a:hover{
  color: white;
}

.lg-other-campus a:hover i{
  background: var(--secondary);
}

/* *************************** NEWS *************************** */
.card-img-overlay {
  transition: all 0.4s ease;
}

.card-img-overlay::before,
.card-service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 130%;
  background: linear-gradient(
    0deg,
    rgba(140, 19, 18, 1) 3%,
    rgba(154, 20, 19, 0.8) 41%,
    rgba(154, 20, 19, 0.6979166666666667) 53%,
    rgba(154, 20, 19, 0) 87%
  );
}

.card-img-overlay:hover:before {
  height: 100%;
  background: var(--secondary);
}

.card-img-overlay h5,
.card-img-overlay p,
.card-img-overlay .ct-date {
  position: relative;
}

.card-img-overlay h5 {
  font-size: 1.15rem;
}

.card-img-overlay p {
  font-size: 0.9rem;
}

.card-img-overlay .ct-date {
  font-size: 0.7rem;
}

.card-new-v .card-img-top {
  transition: all 0.3s ease;
  position: relative;
  z-index: 900;
  height: 50%;
}

.rc-text::before,
.cb-new-h::before,
.cb-new-v::before,
.ll-new-ct::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  transition: all 0.3s ease;
  background-color: var(--secondary);
}

.ll-new-ct::before,
.rc-text::before,
.cb-new-h::before,
.cb-new-v::before {
  left: 0;
}

.ll-new-ct::before,
.cb-new-h::before {
  width: 3%;
  height: 100%;
}

.rc-text::before,
.cb-new-v::before {
  width: 100%;
  height: 3%;
}

.ll-new:hover .ll-new-ct::before,
.card-new-h:hover .cb-new-h::before {
  width: 100%;
  background-color: var(--secondary);
}

.release-card:hover .rc-text::before,
.card-new-v:hover .cb-new-v::before,
.ephemeris-card:hover .rc-text::before {
  height: 100%;
  background-color: var(--secondary);
}

.release-card:hover .card-text,
.ll-new:hover .card-title,
.card-new-h:hover p,
.card-new-v:hover p,
.ephemeris-card:hover .card-text{
  position: relative;
  color: #ededed;
}

.news-card-principal,
.news-card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.news-card-principal .card-title {
  font-size: 1.7rem;
}

.news-card .card-title {
  font-size: 1.2rem;
}

.news-card-principal .card-date,
.news-card .card-date {
  font-size: 0.75rem;
}

.news-card-principal .card-text {
  font-size: 1.1rem;
  text-align: justify;
}

.news-card .card-text {
  font-size: 0.9rem;
}

.news-card-principal a,
.news-card a {
  color: var(--principal);
}

.news-card-principal a:hover,
.news-card a:hover {
  color: var(--tertiary);
}

.ncd-description {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.ncd-description p {
  margin-top: 0.7rem;
  font-size: 0.8rem;
}

.ncd-description span {
  font-size: 1rem;
}

.news-card-detail .card {
  border: none;
}

.ncd-imag {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ncd-imag img {
  width: 60%;
}

.ncd-imag .card-body {
  font-size: 0.9rem;
}

.ncd-content {
  margin-top: 3rem;
  text-align: justify;
}

.card-img-overlay {
  top: auto !important;
}

.ni-d {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 0.7rem;
}

.cb-new-h .card-text,
.cb-new-v .card-text {
  font-size: 0.8rem;
}

.ll-new .card-title {
  font-size: 0.85rem;
}

/* *************************** SERVICE *************************** */
.card-service {
  font-size: 0.7rem;
}

.card-service:hover h6 {
  font-weight: 600;
}

.row-service a:hover {
  color: #2d2d2d;
}

.card-service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  transition: all 0.3s ease;
}

.card-service:hover:before {
  height: 5%;
  background: var(--secondary);
}

.card-service .card-img-top,
.card-service .card-body {
  align-items: center;
  display: flex;
  justify-content: center;
}

.card-service .card-img-top {
  height: 9rem;
}

.card-service img,
.card-service .card-img-top img {
  object-fit: contain;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

/* *************************** PUBLICATION *************************** */
.video-card .fa-play {
  font-size: 1.2rem;
  background: var(--secondary);
  color: white;
  padding: 0.7rem;
}

.release-card .card-img-top,
.ephemeris-card .card-img-top {
  position: relative;
  z-index: 899;
  height: 20rem;
}

.release-card:hover,
.ephemeris-card:hover {
  cursor: pointer;
}

.rc-text .card-text {
  font-size: 0.8rem;
}

.c-audio-ct {
  padding: 0.8rem;
}

.c-audio-ct::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
}

.c-audio:hover .c-audio-ct::before {
  width: 100%;
  background-color: var(--secondary);
}

.c-audio:hover img,
.c-audio:hover .card-title,
.c-audio:hover .card-text {
  position: relative;
  z-index: 898;
}

.c-audio:hover .c-audio-ct {
  color: #ededed;
}

.c-audio .c-audio-ct {
  font-size: 0.85rem;
}

.audio .ch-audio {
  background-color: #2d2d2d;
  color: #ededed;
  cursor: pointer;
  transition: all 0.3s ease;
}

.audio .ch-audio i{
  font-size: 1.5rem;
}

.audio .ch-audio:hover{
  background-color: var(--secondary);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.audio .ch-audio:hover i{
  color: #2d2d2d;
}

.video-card:hover span,
.video-card:hover p {
  color: var(--secondary);
}

.c-audio-ct p {
  font-size: 0.75rem;
}

/* *************************** RELEASE *************************** */
.release .card {
  margin-bottom: 2rem;
  border: none;
  box-shadow: rgb(0 0 0 / 35%) 5px 5px 10px;
}

.release .card .card-body {
  text-align: justify;
}

.release .card img:hover {
  cursor: pointer;
}

.release-modal img,
.ephemeris-modal img {
  width: 100%;
}

.release-modal .modal-dialog,
.ephemeris-modal .modal-dialog {
  max-width: 50%;
}

/* *************************** JOURNAL *************************** */
.presidency .card-img-top img,
.journal .card-img-top img {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  width: 100%;
}

.presidency .card-img-top,
.journal .card-img-top {
  position: relative;
}

/*
.journal .card-img-top::before {
  content: "";
  display: block;
  position: absolute;
  background: var(--secondary);
  width: 100%;
  height: 20%;
  opacity: 0.5;
  transition: 0.3s linear 0.1s;
  bottom: 0;
} */

.card-img-top .journal-icons {
  position: absolute;
  bottom: 0;
  padding: 0.5rem;
}

.journal-icons a {
  color: var(--white);
}

.journal-icons i {
  text-align: center;
  font-size: 1.4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition: all 0.5s ease;
  color: #2d2d2d;
}

.journal-icons a:hover i {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.journal .card-text {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.statistics-card{
  background-color: transparent;
}

.statistics-card .card-body{
  border-bottom: .5rem solid #8e0000;
}

.statistics-card .card-body .ct-name,
.journal .card-text .ct-name {
  margin-right: 1rem;
  font-weight: 600;
}

.journal .card-footer {
  background-color: transparent;
  border-top: none;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
  padding-top: 0;
}

.journal .journal-icon {
  background: var(--principal);
  color: var(--white);
  padding: 2px;
  border-radius: 10px;
  width: 45%;
  text-align: center;
  transition: 0.3s linear 0.1s;
}

.journal-card .card-img-top {
  transition: 0.25s linear 0.1s;
}

.journal-card:hover .card-img-top {
  transform: scale(1.1);
}

.journal-card:hover {
  color: var(--secondary);
}
.journal-card .card-body{
  padding-bottom: 0;
  border-bottom: .5rem solid #8e0000;
}
.journal-card .card-footer .journal-icon:hover {
  background: transparent;
  color: var(--principal);
}

/* *************************** MANUAL *************************** */
.manual-card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 100%;
  border-radius: 20px;
}

.manual-card-body a,
.manual-card-body .manual-card-title i  {
  color: var(--white);
}

.manual-card-body .manual-card-title {
  background: var(--secondary);
  border-radius: 10px;
}

.manual-card-body a:hover,
.manual-card-body a:hover .manual-card-title i {
  color: var(--principal);
}


.manual-card-body a:hover .manual-card-title {
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid var(--secondary);
}

.manual-card-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  padding: 1rem;
  transition: 0.3s linear 0.1s;
}

.manual-card-title span {
  margin-left: 1rem;
}

.manual-card-body .card-text {
  font-size: 0.8rem;
}

.manual-card-title i {
  color: var(--secondary);
}

/* *************************** CHRONICLE *************************** */

.chronicle .calendar .months-container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.chronicle .calendar .month-container {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.chronicle .calendar .calendar-header {
  margin-bottom: 0;
}

/* *************************** CALENDAR *************************** */

.schedule iframe {
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.6);
}

/* *************************** STATISTICS *************************** */

.statistics-card img {
  width: 100%;
}

.statistics-card .card-img-top {
  transition: 0.3s linear 0.1s;
}

.statistics-card .card-img-top:hover {
  transform: scale(1.1);
}

.statistics-card .card-body .card-text {
  font-size: 1rem;
}

/* *************************** || AGREGADOS || *************************** */
.button-play{
  position:absolute
}
.t-play {
  width: 0;
  height: 0;
  border-left: 30px solid var(--secondary);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 8px;
}
.t-play::before{
  content: "";
  z-index: 999;
  display: block;
}
.c-play {
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: var(--dark);
  opacity: 53%;
}
.c-play::after{
  content: "";
  z-index: 999;
  display: block;
}
hr {
  border-top: 3px solid var(--secondary);
}
/* *************************** EMPLOYEE *************************** */
.employee .employee-row{
  position: relative;
}
.employee .card-img-employee{
  background-color: transparent;
  position: absolute;
  z-index: 995;
}
/* .employee .card-img-employee img{
  border-radius: 2rem !important;
} */
.card-employee{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background-image: url(../../assets/img/employee/fondo2.png);
  background-size: cover;
  border-radius: 3rem;
}
.card-employee h6{
  line-height: initial;
  min-height: 300px;
}

.judge-dj .card-img-employee .card-img{
  box-sizing: border-box;
  float: left;
  height: 23rem;
  overflow: hidden;
  background: white;
  text-align: center;
}

.btn-ra {
  align-items: center;
  appearance: none;
  background-color: darkred;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: inline-flex;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s, transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 1.1rem;
}

.btn-ra:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  outline: none;
}

.btn-ra:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
  color: white;
}

.btn-ra:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.btn-ra:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow:
      -7px -7px 20px 0px #fff9,
      -4px -4px 5px 0px #fff9,
      7px 7px 20px 0px #0002,
      4px 4px 5px 0px #0001;
  transition: all 0.3s ease;
}

.btn-ra:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}

.btn-ra:active {
  top: 2px;
}

.judge-card .card{
  height: 85%
}

.judge-card .judge-detail{
  position: relative;
  top: -4rem;
}

.judge-card .judge-info .card-text{
  font-size: .8rem;
}

.judge-card .judge-info .text-muted{
  font-size: .7rem;
  margin-bottom: 2rem;
}

/* *************************** SCSST *************************** */



/* *************************** || MEDIAS QUERIES || *************************** */
/* ************************************************************************** */
/* *************************** START MEDIA - MIN 900 *************************** */
@media (min-width: 900px){
  .card-first-new .card-img{
    height: 27rem;
  }
}
/* ************************************************************************** */
/* *************************** START MEDIA - MIN 1200 *************************** */
@media (min-width: 1200px) {
  .menu-item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .navbar-nav li a {
    font-size: 0.9rem;
  }

  .menu-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

}
/* ************************************************************************** */
/* *************************** START MEDIA - MIN 1400 *************************** */
@media (min-width: 1400px) {
  .service-img {
    padding: 10px;
    text-align: center;
    margin: auto;
  }

  .principal-container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  /*
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  } */
  .card-campus dl dt,
  .card-campus dl dd {
    flex: 0 0 auto;
  }

  .card-campus dl dt {
    width: 25%;
  }

  .card-campus dl dd {
    width: 75%;
  }

  .card-service .card-img-top img {
    width: 70%;
  }
}
/* ************************************************************************** */
/* *************************** START MEDIA - MIN 760 MAX 1500 *************************** */
@media screen and (min-width: 760px) and (max-width: 1500px) {
  .ll-new .card-title {
    font-size: 0.6rem;
}
.judge-card .judge-info .card-title{
  font-size: .85rem;
}
.judge-card .judge-info .card-text{
  font-size: .7rem;
}
.judge-card .judge-detail {
  top: -2.5rem;
}
.judge-card .judge-detail .judge-img{
  padding-left: 0;
    padding-right: 0;
}
}
/* ************************************************************************** */
/* *************************** START MEDIA - MAX 1200 *********************************************** */
@media (max-width: 1200px){
  .navbar .navbar-brand img {
    width: 60%;
  }
}
/* ************************************************************************** */
/* *************************** START MEDIA - MAX 992 *********************************************** */
@media (max-width: 992px){
  .ll-new-ct{
    padding-top: .5rem !important;
    padding-bottom: 0 !important;
  }
  .principal-container {
    padding-right: 1rem;
    padding-left: 1rem;
}
}
/* ************************************************************************** */
/* *************************** START MEDIA - MAX 770 *************************** */
@media (max-width:770px){
  .employee .card-img-employee {
    position: relative;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
/* ************************************************************************** */
/* *************************** START MEDIA - MAX 576 *************************** */
@media (max-width: 576px) {
  .mx-ms-0 {
    margin-right: 0;
    margin-left: 0;
  }

  .px-ms-0 {
    padding-right: 0;
    padding-left: 0;
  }

  main {
    min-height: calc(95.7vh);
  }

  .principal-container {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .principal-container h1 {
    font-size: 3rem;
    text-align: center;
  }

  .navbar {
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar .navbar-brand {
    margin-right: 0;
    width: 60%;
  }

  .navbar .navbar-brand img {
    width: 100%;
  }

  .navbar-nav {
    padding-top: 1rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgb(175 169 169 / 25%);
    border-right: 1px solid rgb(175 169 169 / 25%);
  }

  .navbar-nav .dropdown-menu {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .navbar-dark .navbar-toggler {
    border-color: transparent;
  }

  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }

  .menu-item .dropdown-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
    margin-left: 1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-right: 0;
    padding-left: 0.5rem;
    width: 90%;
    border-bottom: 1px solid #9a1413;
    border-left: 1px solid #9a1413;
  }

  .principal-container .category-option {
    padding-bottom: 1.5rem;
    padding-top: 0.5rem;
  }

  .footer img {
    width: 5%;
  }

  button:focus {
    outline: none;
    background: var(--secondary);
  }

  button:focus .navbar-toggler {
    color: white;
  }

  .flex-column .nav-link {
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    border-right: 1px solid rgb(0 0 0 / 15%);
    box-shadow: rgb(0 0 0 / 15%) 2.4px 2.4px 3.2px;
  }

  .card-knowus .card-body {
    padding: 0;
  }

  .conformation-title {
    font-size: 0.8rem;
  }

  .card-knowus .card-header {
    padding: 0;
  }

  .card-knowus .card-header {
    padding: 0;
  }

  .conformation-carousel .carousel-item img {
    height: 11rem;
  }

  .presidency .presidency-title {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .presidency .presidency-title h2 {
    font-size: 1.5rem;
  }

  .presidency .presidency-description span {
    font-size: 0.85rem;
  }

  .presidency .presidency-description img {
    width: 100%;
  }

  .team-work .card .card-body ul {
    padding-left: 0.5rem;
  }

  .resolution-ra .rc-title a {
    margin-bottom: 0;
  }

  .team-work table th,
  .team-work table td {
    font-size: 0.8rem;
    padding: 0.5rem;
  }

  .team-work .card .card-body {
    padding: 0;
  }

  .management-plan-content .card .card-body ul {
    padding-left: 0.5rem;
  }

  .resolution-ra .rc-title a {
    margin-bottom: 0;
  }

  .campus h2 {
    text-align: center;
    background: #e729273d;
    padding: 10px;
    color: #2e2e2e;
    font-size: 1.5rem;
  }

  .campus .cc-detail {
    margin-top: 1rem;
  }

  .card-first-new {
    height: 30rem;
    background: var(--secondary);
  }

  .card-img-overlay h5 {
    font-size: 0.9rem;
  }

  .card-img-overlay p {
    font-size: 0.658rem;
    text-align: justify;
  }

  .card-img-overlay .ct-date {
    font-size: 0.56rem;
  }

  .new-list-right {
    margin-top: 2rem;
  }

  .ncd-title h2{
    font-size: 1.3rem;
  }

  .news{
    margin-top: 0 !important;
  }

  .mp-title h3 {
    font-size: 1.6rem;
  }

  .card-advice h4 {
    font-size: 2rem;
  }

  .card-advice .card-header {
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .card-advice .card-body {
    padding: 0;
    margin-top: 1.35rem;
  }

  .card-advice .card-text,
  .card-plenary-function p,
  .card-plenary-function ul,
  .card-campus .card-body dt,
  .card-campus .card-body dd,
  .card-campus-detail dt,
  .card-campus-detail dl {
    font-size: 0.87rem;
  }

  .card-plenary-function ul {
    padding-left: 1.4rem;
  }

  .ncd-title h3 {
    font-size: 1.35rem;
    font-weight: bold;
  }

  .ncd-description span,
  .ncd-content {
    font-size: 0.9rem;
    margin-top: 1.5rem;
  }

  .ni-d {
    font-size: 0.8rem;
  }

  .ll-new {
    margin-top: 2rem;
    color: var(--secondary);
  }

  .ll-new h5 {
    margin-top: 3rem;
    font-weight: 600;
  }

  /* *************************** SCHEDULE *************************** */
  .fc .fc-toolbar {
    display: grid !important;
    flex-wrap: wrap;
    align-self: center;
    justify-items: center;
  }
  .fc-toolbar-chunk {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .fc .fc-daygrid-more-link {
    bottom: 16px;
    left: 3px;
    color: var(--secondary);
    font-weight: 600;
  }
  /* *************************** CHRONICLE *************************** */
  .calendar .calendar-header {
    margin-bottom: 0 !important;
  }
  .chronicle .calendar .month-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #ff00002b;
    padding-top: 1rem;
    padding-bottom: 16rem;
  }
  .chronicle .calendar .month-container .month{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
  }
  .chronicle .calendar table td,
  .chronicle .calendar table th {
    font-size: 16px;
}
.chronicle .calendar table.month th.month-title {
  font-size: 19px;
}
.chronicle .calendar table.month th.day-header {
  font-size: 16px;
}
  .statistics .statistics-card .card-body,
  .journal .journal-card .card-body{
    padding-left: 0;
    padding-right: 0;
  }

  .journal-card .card-text{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
/* *************************** JUDGE *************************** */
.card-employee {
  box-shadow: none;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.detail-employee{
  margin-top: 1.5rem;
}
.detail-employee h2{
  font-size: 1.6rem;
}
.detail-employee .area-employee{
  font-size: .85rem;
}
.detail-employee .cargo-employee{
  font-size: .85rem;
}
.employee .img-judge-not {
  width: 100%;
}
  /* *************************** END MEDIA 576 *************************** */
}
/* ************************************************************************** */