/* Estilos generales
-------------------------------------------------- */
/* Padding abajo del footer and texto claro */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../assets/fonts/bootstrap-icons.woff2") format("woff2"),
  url("../assets/fonts/bootstrap-icons.woff") format("woff");
}

body {
  padding-top: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
  font-family: "Encode Sans", sans-serif;
}

main {
  overflow: hidden;
}

.navbar {
  height: 13%;
}

.lg {
  max-width: 1200px;
    margin: auto;
}

.logoPami {
  border: none;
    background: transparent;
    border-right: solid 1px #0D3460;
    margin-right: 8px;
    padding-right: 15px;
}

.logoPami > a > img {
  width: 170px;
}

.logoEduPami{
  border: none;
  background: transparent;
}

.logoEduPami > a > img {
  width: 170px;
}

.navbar-brand {
  color: #0d3460;
    font-weight: 700;
    font-size: 25px;
}

.nav-item {
  margin-right: calc(0.4rem + 0.5vw);
  font-size: calc(0.5rem + 0.55vw);
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  columns: #4d4d4d;
}

#navbarCollapse > .navbar-nav > .nav-item > .nav-link:hover {
border-bottom: solid 3px #1cb3ae;
margin-bottom: -3px;
padding-bottom: 2px;

}
#navbarCollapse > .navbar-nav > .nav-item > .nav-link.show {
  border-bottom: solid 3px #1cb3ae;
margin-bottom: -3px;
padding-bottom: 0px!important;

}

.nav-link.dropdown-toggle {
  padding-bottom: 0px!important;
}

#navbarCollapse > .navbar-nav > .nav-item > .nav-link.active {
  border-bottom: solid 3px #1cb3ae;
  margin-bottom: -3px;
  
  }
.dropdown-toggle::after {
  content: none;
}

.dropdown-menu[data-bs-popper] {
  top: 150%;
  padding: 0px;
  min-width: 150px;
  background: transparent;
  
}

@media (max-width: 1140px) {
  .dropdown-menu[data-bs-popper] {
    top: 119%;
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .navbar > .container-fluid {
    margin-top: -10px;
    justify-content: flex-start;
  }
}

@media (max-width:480px) {
.logoPami > a > img { 
  width: 110px!important;
}
.logoEduPami > a > img { 
  width: 110px!important;
}

}

.navbar-toggler {
  margin-left: auto;
}

.dropdown-menu {
border-radius: none!important;
--bs-dropdown-border-radius: none!important;
}

.dropdown-item {
  border-bottom: solid 1px #808080;
  height: 56px;
  font-family: "Roboto";
  padding-top: 16px;
  opacity: 0.9;
  background-color: #fff;
  font-size: calc(0.5rem + 0.55vw);
  min-width: 217px;
  padding-right: 29px;
  padding-left: 25px;
}


.dropdown-item:hover {
  opacity: 2;
  background: #fff;
}

.dropdown-item:focus {
  opacity: 2;
  background: #fff;
  color: #000;
}

.rounded-pill {
  background: #0d3460;
  border: none;
}
/* Estilos del CAROUSEL
-------------------------------------------------- */

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
  border-radius: 50%;
}

.carousel-indicators > .active {
opacity: 1;
}


/* texto dentro de la imagen */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
  left: 10%;
  width: 43%;
}

/* altura de las imagenes */
.carousel-item {
  height: 34rem;
}

.imgCar {
  width: 26%;
  position: absolute;
  top: 15% !important;
  float: right !important;
  right: 12%;
  height: 143%;
}

.carousel-control-next, .carousel-control-prev {
  width: 10%;
}

.carousel-control-prev-icon {
  background-image: url("../images/left-circle.svg");
  filter: drop-shadow(2px 4px 6px black);
}

.carousel-control-next-icon {
  background-image: url("../images/right-circle.svg");
  filter: drop-shadow(2px 4px 6px black);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 2.7rem;
  height: 2.7rem;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
  }
}

.btn-primary:hover {
  background-color: #6d3083;
  border-color: #6d3083;
}

.footer {
  background-color: #18335D;
  color: white!important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: white;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}

.carousel-control-prev.negra {

  color: black;
}

.H1carousel {
  font-family: "Encode Sans";
  font-weight: 700;
  font-size: calc(1.375rem + 1.5vw);
}

.carousel-caption p {
  font-size: calc(0.5rem + 0.9vw);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.datos {
  background-color: #45658D;
  margin-top: 0px;
  margin-bottom: 5%;
  color: #fff;
  height: 8%;
  padding-top: 2%;
  padding-left: 9%;
  padding-right: 9%;
}

/*Tablet */
@media screen and (min-device-width: 768px) 
    and (max-device-width: 1024px) {
      .itemsData h1 {
        font-weight: 700;
        font-size: calc(1.2rem + 1.3vw);
        line-height: 1.2rem;
        }
      
    }

@media only screen and (max-width: 830px) {
   .datos {
    padding-top: 4%;
   }
}

.itemsData h1 {
font-weight: 700;
font-size: calc(1.2rem + 1.3vw);
line-height: 1.2rem;
}
.itemsData p {
  font-size: calc(0.5rem + 0.7vw);
}

/* Estilos para owl carousel  */
.owl-carousel {
max-width: 1200px;
    margin: auto;
  }
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 22px;
  cursor: pointer;
  top: 40% !important;
  z-index: 100000;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url("../images/f_iz.png") no-repeat scroll 0 0;
  left: -6%;
  background-size: contain;
}
.owl-carousel .next-slide{
  background: url("../images/f_de.png") no-repeat scroll 0 0;
  right: -6%;
  background-size: contain;
}
.owl-carousel .prev-slide:hover{
  background: url("../images/f_izh.png") no-repeat scroll 0 0;
  background-size: contain;
}
.owl-carousel .next-slide:hover{
  background: url("../images/f_deh.png") no-repeat scroll 0 0;
  background-size: contain;
}   

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

  .owl-carousel .prev-slide{
    background: url("../images/f_celu_i.png") no-repeat scroll 0 0;
    left: 5px;
    background-size: contain;
    z-index: 10000;
  }
  .owl-carousel .next-slide{
    background: url("../images/f_celu_d.png") no-repeat scroll 0 0;
    right: 5px;
    background-size: contain;
    z-index: 10000;
  }

  .curso-header-image {
    left: -43% !important;
  }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0c3460!important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #9faec0!important;
  width: 12px!important;
    height: 12px!important;
}

/* colores de fondo por categoria */
.fSalud {
  background: rgb(15,38,71);
background: linear-gradient(90deg, rgba(15,38,71,1) 0%, rgba(37,93,146,1) 100%);
}

.fAtenAfil {
  background: rgb(23,179,172);
  background: linear-gradient(90deg, rgba(23,179,172,1) 0%, rgba(14,126,129,1) 100%);
}

.fComunic {
  background: rgb(121,106,160);
background: linear-gradient(90deg, rgba(121,106,160,1) 0%, rgba(152,133,186,1) 100%);
}

.btn-verde {
  background-color: #1bb3ad;
    border-radius: 26px;
    height: 40px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 2%;
    min-width: 237px!important;
}
.btn-verde:hover {
  background-color: #0c3460;
}

.titulos-gral {
  color: #0c3460;
  font-weight: 800;
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 3%;
}



/* para que las tarjetas tengan todas la misma altura */
.owl-stage {
  display: flex;
 }
 .owl-item {
  display: flex;
  flex: 1;
 }
/* componentes de la tarjeta */
 
.card-title {
  font-weight: 600;
  margin-bottom: 1.5rem;
 }

 .card-text {
  color: #898989;
  font-size: 0.9em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;

  overflow: hidden;
  /*max-height: 131px;*/
  margin-bottom: 40px;
 }

.btn-tarjeta{
 text-transform: uppercase;
 background-color: #fff;
 border: 1px solid #000;
 color : #000;
 border-radius: 0%;
 font-size: 0.8em;
 font-weight: 600;
} 

.btn-tarjeta:hover {
  background-color: #000;
}

.btn-titulo-corto {
  position: absolute; 
  bottom: 0;
  margin-bottom: 1rem;
}

 .card-modalidad {
  background-color: #18335D;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 3px 2px 3px 17px;
}

.prefooter {
  height: 100%;
  background-color: #45658D;
  color: #fff;   
  padding-top: 5%;
  margin-top: 3%;
  min-height: 200px;
  padding-bottom: 5%;
}

.prefooter > .row {
  max-width: 1200px;
  margin: auto;
}

.prefooter-text h1 {
  font-weight: 800;
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 5%;
}

.prefooter-text p {
  font-size: calc(0.5rem + 0.8vw);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.btn-acceso{
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  margin-left: 8%;
  margin-right: 3%;
  margin-top: 0%;
}

.btn-acceso img{
  display: block; 
}

/* estilos pagina inscripcion */

.bg-inscripcion {
height: 35vw;
margin-top: 56px;
min-height: 350px;

}

.H1inscrip {
  font-family: "Encode Sans";
    font-weight: 800;
    font-size: calc(1.3rem + 1.3vw);
    color: #0d3460;
}

.pInscrip
{
  font-size: calc(0.5rem + 0.9vw);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding-top: 20px;
    color: #333333;
}

.Hmes {
  font-family: "Encode Sans";
    font-weight: 800;
    font-size: calc(1.8rem + 1.8vw);
    color: #0d3460;
}

.InscCont {
  padding-top: 5% !important;
  padding-right: 100px;
}

.imgInscrip {
  background-image:url('../images/inscrip.png');
background-repeat:no-repeat;
background-size:contain;
background-position: center;
height: 33vw;
min-height: 300px;
}

.InscAbierta {
  background: rgb(15,37,71);
  background: linear-gradient(90deg, rgba(15,37,71,1) 0%, rgba(35,92,145,1) 100%);
    height: 450px;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 40vh;
}

.titulos-gral-b {
  color: #fff;
  font-weight: 800;
  font-size: calc(1.375rem + 1.5vw);
  margin-bottom: 20px;
  padding-top: 20px;
}

/* estilos pagina detalles del curso  */

.curso-header {
  height: 100%;
  margin-top: 32px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  padding-left: 0px;
  /*background-image: url('../images/seniores_test.png');*/
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 53%;
}
.layer {
  /*background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(92, 92, 92, 0.8) 100%);*/
  position: absolute;
  top: 0;
  left: 1;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.fotoHeaderActividad{
  position: absolute;
    height: 100%;
    margin-top: 32px;
    min-height: 350px;
    overflow: hidden;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}

.content-header-cursos {
  z-index: 10000;
  color: #fff;
  margin-left: 8%;
  margin-top: 5%;
  margin-bottom: 3%;
  position:relative;
}

.badge {
  font-family: "Encode Sans", sans-serif;
  font-size: calc(0.7rem + 0.7vw);
  font-weight: 500;
  border-radius: 19px;
  margin-right: 3%;
  --bs-badge-padding-x: 1.4em;
  --bs-badge-padding-y: 0.5em;
  margin-bottom: 3%;
}

.verde-a {
 background-color: #1cb3ae;
}

.amarillo {
background-color: #ffc72c;
}

.content-header-cursos h1 {
  font-family: "Encode Sans", sans-serif;
  font-size: calc(1.7rem + 1.8vw);
  font-weight: 900;
  margin-bottom: 3%;
}

.content-header-cursos h2 {
  font-size: calc(1.5rem + 1.6vw);
  line-height: 1.5rem;
}

.listacursos {
  padding-left: 29px;
  font-family: "Roboto", sans-serif;
  font-size: calc(0.7rem + 0.7vw);
  font-weight: 400;
  line-height: 1.3;
  width: 50%;
}

.listacursos > li::marker {
  font-size: calc(1.4rem + 1.4vw); ;
  color: #1cb3ae !important;
}

.listacursos span{
  position: relative;
  top: -6px;
}

.btn-inscrip {
  background-color: #fff;
  border: 2px solid #18335D;
  color: #18335D;
  text-transform: uppercase;
  border-radius: 0px;
  margin-right: 10%;
  font-family: "Encode Sans",sans-serif;
  font-weight: 600;
  font-size: calc(0.7rem + 0.7vw);
  padding-top: .7vw !important;
  padding-bottom: .7vw !important;
  padding-left: 1.7vw;
  padding-right: 1.7vw;
}

.btn-inscrip:hover{
background-color: #18335D;
border: 2px solid #18335D;
color: #fff;
}

.iconos {
  text-align: center;
}

.iconos img {
  max-width: 156px;
  }  

.iconos p {
  margin-bottom: 0px;
  color: 333333;
  font-size: calc(0.6rem + 0.6vw);
  font-weight: 500;
}

.Tinfo {
  --bs-gutter-x: 5rem;
  --bs-gutter-y: 5rem;
}

.Cinfo h3 {
 color: #18335D;
 font-weight: 800;
 margin-bottom: 5%;
}

.Cinfo p {
  color: #333333 ;
  font-size: calc(0.6rem + 0.6vw);
}

.Cinfo {
  padding: 6%;
}

.border-secondary {
  border: solid 1.5px;}

.ico_mas {
  position: relative;
  font-size: calc(1.25rem + 1.25vw);
  color: #0c3460;
font-weight: 900;
background-color: #fff;
border-radius: 19px;
height: calc(1.1rem + 1.1vw);
margin-top: -20px;
width: calc(1.1rem + 1.1vw);
top: 6px;
left: 13px;
}

.mas_grande {
  margin-top: 0px;
    position: relative;
    top: -49%;
    left: -4%;
}

.requisitos h1 {
  font-weight: 700;
  color: #0c3460;
  font-size: calc(1.25rem + 1.25vw);
  font-family: "Encode Sans";
  font-weight: 800;
}

.container ul {
  list-style: none;  
  padding: 0;
  margin: 0;
  color: #0d3460;
  font-size: calc(0.7rem + 0.7vw);
  font-family: "Roboto";
  font-weight: 300;
}

.tikVerde::before
{
  content: url('../images/thick.png');
  transform: scale(.7);
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  left: -23px;
    top: 9px;
}

.chinche {
  background-image: url(../images/chinche.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 80% 50%;
    
}

.prefooter li {
  font-size: calc(0.7rem + 0.7vw);
  font-weight: 500;
}

.liImport > li::marker {
  font-size: calc(1.1rem + 1.1vw);
}

.liImport  span{
  position: relative;
  top: -5px;
}

.h1Import{
  margin-left: 31px;
}



/* estilos para tramites internos */

.HtramInt {
  height: 360px;
  background-color: #45658d;
  z-index: 2;
  overflow: hidden;
}

.circulo {
  height: 580px;
  width: 580px;
  background-color: #0d3460;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  float: right;
  top: 140px;
  overflow: hidden;
  z-index: 3;
  right: -120px;
}


.CtramInt {
  height: 100%;
  min-height: 200px;
  background-color: #fff;
  z-index: 4;
  position: relative;
  padding-bottom: 20px;
}

.icoTI {
  top: 0px;
  position: absolute;
  right: 34%;
z-index: 4;
  top: 100px
}

.icoTI img {
 width: 198px;
}

.dibujoTI {
  float: right;
  position: absolute;
  overflow: hidden;
  right: 0px;
}

.textoHTI {
  color: #fff;
  padding-top: 110px;
  z-index: 5;
  position: relative;
  width: 60%;
  left:7vw;
}

.textoHTI  h3 {
  font-family: "Encode Sans";
  font-weight: 700;
  font-size: calc(1rem + 1vw);
  margin-bottom: 3%;
}

.textoHTI p {
  font-family: "Roboto";
  font-weight: 300;
  font-size: calc(0.65rem + 0.65vw);
}

/* celu y tablet*/
@media only screen and (max-width: 1043px) {
  .icoTI {
    right: 2%;
    top: 140px;
  }
  .icoTI img {
    width: 138px;
  }

  .circulo {
    top: 180px;
  }
  
}

.tramitesI {
  max-width: 1200px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.sobrecito {
  padding-top: 50px;
  margin-left: 10%;
  width: 65%;
}

.sobrecito img {
  width: 40px;
}

.contentTI {
  font-size: calc(0.9rem + 0.2vw);
  font-family: "Roboto";
  font-weight: 300;
}

.contentTI {
  border-right: 2px solid #ccc;
  padding-right: 40px;
}

.botonesTTI {
  padding-left: 3vw;
  font-family: "Roboto";
  font-weight: 300;
  font-size: calc(0.9rem + 0.3vw);
}

.contentTI h3 {
  font-size: "Encode Sans";
  font-weight: 600;
  font-size: calc(1rem + 0.3vw);
  color: #45658d;
  padding-bottom: 15px;
}

.contentTI h5 {
  font-size: calc(0.9rem + 0.2vw);
}

.bulletsCuadradosG {
  list-style-type:square;
  padding-bottom: 20px;
}

.bulletsCuadradosG > li::marker {
  font-size: calc(1.6rem + 0.3vw); ;
  color: #1cb3ae !important;
}

.bulletsCuadradosG  span{
  position: relative;
  top: -2px;
}

.hidden-print {
  background-color: transparent;
  color: #b3b3b3;
  border: none;
}
.hidden-print:hover, .hidden-print:focus, .hidden-print:active s{
  background-color: #e3e3e3!important;
  color: #fff;
  
}

.btn-TTI {
background-color: #0D3460;
color: #fff;
font-family: "Encode Sans";
padding: 16px;
width: 80%;
margin-bottom: 20px;
min-width: 97px;
border-radius: 11px;
border: none;
max-width: 232px;
}

.btn-TTI:hover {
  background-color: #45658D;
}

.btn-TTI img {
  padding-right: 7px;
  padding-left: 7px;
}

.btn-TTI span {
  padding-right: 7px;
  padding-left: 7px;
}

.botonesTTI {
  display: flex;
  flex-direction: column;
}

.botonesTTI p {
  color: #45658d;
}
.bulletsCuadCh {
  color: #1cb3ae !important;
  list-style-type:square;
}

.bulletsCuadCh span {
  color: rgb(33, 37, 41);
}

.contentTI li {
  margin-top: 10px;
}

.contentTI strong {
  font-weight: 500;
}

.subrayado {
  text-decoration: underline;
}

.liNumerosColor {
  color: #45658d;
  font-weight: 600;
}

.liNumerosColor span {
  color: #000;
  font-weight: 300;
}

.textoAzul {
  color: #45658d;
}
/* estilos mi carrera */

.miCarrera {
  height: 100%;
  margin-top: 119px;
  max-width: 1100px;
}

.DatosMC {
  border: 3px solid #0d3460;
  border-radius: 15px;
  padding: 3%;
  padding-left: 5%;
  max-width: 1100px;
  margin-bottom: 4%;
}

.miCarrera legend {
  color: #0d3460;
  font-size: calc(1.4rem + 0.6vw);
  font-weight: 700;
  margin-bottom: 20px;
}

.control-label {
  color: #666;
}

.form-control {
  border-radius: 0px;
  background-color: #f2f2f2;
}

.btn-warning {
  background-color: #0c3460;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-weight: 700;  
}

.btn-warning:hover {
  background-color: #5a23c8;
  color: #fff;
}

.btn-warning:active {
  --bs-btn-active-bg: #0c3460;
  --bs-btn-active-color: #fff;
}

.btn-send {
  padding-top: 25px;
}

.accesoMC {
  margin-bottom: 5%;
}

.topMC {
  border-bottom: 2.5px solid #ccc;
  padding-bottom: 11px;
}

.nyaMC {
  color: #0d3460;
  font-size: calc(1.2rem + 0.8vw);
  margin-left: -11px;
}

.nyaMC .bold {
  font-weight: 700;
  margin-right: 5%;
}

.normal.barra {
  font-size: calc(2rem + 0.6vw);
  position: relative;
  top: -14px;
  margin-right: 5%;
}

.normal {
  margin-right: 2%;
}

.badgesMC {
  margin-left: -11px;
}

.badge.text-bg-danger {
  font-weight: 400!important;
  background-color: #0d3460!important;
  border-radius: 7px;
  padding-left: 17px;
  padding-right: 17px;
}

.badge.text-bg-danger > span {
  font-weight: 700!important;
}

.datosMC {
  color:#0c3460;
  font-size: calc(0.9rem + 0.5vw);
  padding-top: 4%;
  margin-left: -11px;
  border-bottom: 2.5px solid #ccc;
  padding-bottom: 11px;
}


.text-eti {
  font-weight: 700;
  margin-left: 5px;
}

.tabla.capacitacion {
  color: #0c3460;
  border-bottom: 2.5px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: -12px;
}


.TitCT h1{
  font-family: "Encode Sans";
  font-weight: 700;
  font-size: calc(1rem + 0.8vw);
  margin-top: 3%;
  margin-bottom: 2%;
  color:#0d3460;
}

.tabla.capacitacion th {
  color: #666;
  font-weight: 400;
  text-align: center;
  border: none;
  padding-bottom: 15px;
}

th.cursos {
  text-align: left!important;
}

.tabla.capacitacion td {
  border: none;
  font-weight: 700;
  color: #0d3460;
  text-align: center;
  font-size: calc(0.6rem + 0.5vw);
}

td.cursos {
  text-align: left!important;
}

.table.ADC {
  width: 50%;
}

.table.ADC th {
  color: #666;
  font-weight: 400;
  text-align: center;
  border: none;
  padding-bottom: 15px;

}

.table.ADC td {
  border: none;
  font-weight: 700;
  color: #0d3460;
  text-align: center;
  font-size: calc(0.6rem + 0.5vw);
}

.contentADC > .table-responsive {
  margin-left: -2.5%;
}

/* estilos capacitacion */

.validacion {
  border: none;  
  border-radius: 0px;
  background: none;
  color: #0c3460;
  font-weight: 700;
}

.printICO {
  font-size: calc(1rem + 0.5vw);
  float: right;
  right: 0px;
  color: #b3b3b3;
  cursor: pointer;
}

.printICO i {
  font-size: calc(1.5rem + 0.5vw);
  margin-right: 5px;
}

.sinBorde {
  border: none!important;
}
/* 
estilos barra de navegacion colapsada */

.navbar-collapse {
  display: none;
}
.navbar-collapse.collapse.show {
  background-color: #F8F9FA;
  padding: 15px;
  line-height: 23px;
  text-align: right;
  display: block;
}



/* estilos repositorio */

.hrepo {
  background: rgb(69,101,141);
  background: linear-gradient(90deg, rgba(69,101,141,1) 0%, rgba(28,179,173,1) 100%);
  color: #fff;
}

.text-body-emphasis {
  font-family: "Encode Sans";
  font-weight: 900;
  color: #fff!important; 
  font-size: calc(2.5rem + 1vw);
}

.buscaR button {
  color: #fff;
  background-color: #0c3460;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-left: 20px;
  padding-right: 25px;
  font-size: calc(1rem + 0.8vw);
  font-weight: 300;
}

.buscaR button:hover {
  background-color: #5a23c8;
}

.buscaR button:active {
  background-color: #0c3460!important;
}


.buscaR .form-control{
  font-size: calc(1rem + 0.8vw);
  font-family: "Roboto" ;
  font-weight: 300;
  color: #999999;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  background-color: #fff;
}

.buscaR input {
  padding-left: 30px;
}

.buscaR img {
  position: relative;
    top: -0.3vw;
}

.cardR {
  border: 1px solid #000!important;
  border-radius: 10px;
  --bs-card-spacer-y: 2rem;
  --bs-card-spacer-x: 1.5rem;
}

.cardR h5{
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.cardR p {
  font-size: 0.8em;
  min-height: 150px;
  margin-bottom: 3vw;
}

.btn-repo{
  text-transform: uppercase;
  color : #fff;
  border-radius: 0%;
  font-size: 0.7em;
  font-weight: 600;
  border: none;
  position: absolute;
    bottom: 0;
    margin-bottom: 1rem;
    margin-top: 3rem;
    min-width: 96px;
 } 

 .articulo {
  background-color: #1cb3ae;
 }

 .libro {
  background-color: #ffd22e;
 }

 .tesis {
background-color: #ff3175;
 }

 .documento {
  background-color: #9885bb;
 }
 
 .btn-repo:hover {
   background-color: #0c3460;
 }
 
.btn-icoR {
  background-color: none;
  border: none;
  background: none;
}

.btn-art {
  background-color: #1cb3ae;
  border-radius: 5px;
}
.btn-art:hover, .btn-lib:hover, .btn-tes:hover, .btn-doc:hover {
  background-color: #0c3460;
}

.btn-lib{
  background-color: #ffd22e;
  border-radius: 5px;
}

.btn-doc {
  background-color: #9885bb;
  border-radius: 5px;
}

.btn-tes {
  background-color: #ff3175;
  border-radius: 5px;
}

/* estilos curso cerrado */

.cCerrado {
  min-height: 200px;
  padding: 7vw;
  padding-top: 5vw;
}

.cCerrado p {
  color: #0d3460;
  font-weight: 600;
  font-size: calc(0.8rem + 0.6vw);
}

.btn-rechaza {
  background-color: #fff;
  border: 2px solid #ff9901;
  color: #ff9901;
  text-transform: uppercase;
  border-radius: 0px;
  margin-right: 10%;
  font-family: "Encode Sans",sans-serif;
  font-weight: 600;
  font-size: calc(0.7rem + 0.7vw);
  padding-top: .7vw !important;
  padding-bottom: .7vw !important;
  padding-left: 1.7vw;
  padding-right: 1.7vw;
}

.btn-rechaza:hover{
  background-color: #ff9901;
  border: 2px solid #ff9901;
  color: #fff;
  }

  .ico_mas_y {
    position: relative;
    font-size: calc(1.25rem + 1.25vw);
    color: #ff9901;
  font-weight: 900;
  background-color: #fff;
  border-radius: 19px;
  height: calc(1.1rem + 1.1vw);
  margin-top: -20px;
  width: calc(1.1rem + 1.1vw);
  top: 6px;
  left: 13px;
  }

  .cCerrado > .row > .col-sm-12 {
    padding-top: 24px;
    padding-bottom: 5px;
  }

  .buscaPA button {
    color: #fff;
    background-color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-left: 20px;
    padding-right: 25px;
    font-size: calc(1rem + 0.8vw);
    font-weight: 300;
    border: solid 2px #fff;
  }
  
  .buscaPA button:hover {
    background-color: #45658d;
    border: solid 2px #fff;
  }
  
  .buscaPA button:active {
    background-color: #45658D!important;
  }
  
  .buscaPA .form-control{
    font-size: calc(1rem + 0.8vw);
    font-family: "Roboto" ;
    font-weight: 300;
    color: #fff;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: #15345a;
    border: solid 2px #fff;
  }
  
  .buscaPA input {
    padding-left: 30px;
  }
  
  .buscaPA img {
    position: relative;
      top: -0.3vw;
  }

  .prefooter.planA {
    padding-bottom: 0px !important;
    padding-top: 3%;
  }

  .buscaPA input::placeholder {
    color: #fff;
  }

.planA h1 {
  font-family: "Encode Sans";
  font-weight: 700;
  margin-bottom: 5%;
}

.buscaPA {
  width: 100%;
  margin-top: 20px;
}

/* estilos de pagina plan anual */

.plan-header {
  height: 100%;
  margin-top: 32px;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  padding-left: 0px;
  background: rgb(15,37,71);
  background: linear-gradient(90deg, rgba(15,37,71,1) 0%, rgba(35,92,145,1) 100%);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: right;
  color: #fff;
  padding-top: 5%;
  text-align: left;

}
.texto-plan h1 {
 font-family: "Encode Sans";
 font-weight: 800;
 font-size: calc(1.5rem + 1.5vw);
}
.texto-plan p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: calc(0.9rem + 0.9vw);

}

.mesesP {
  background-color: #45658D;
  margin-top: 0px;
  margin-bottom: 2%;
  color: #fff;
  height: 62px;
  padding-top: 12px;
  padding-bottom: 5px;
}

.mesesP > .nav > .nav-item > .nav-link {
  color: #fff;
}

.mesesP > .nav-pills .nav-link.active {
  background-color: transparent!important;
}

.mes.active:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  margin: auto;
  position: relative;
    bottom: -9px;
}

.mes:hover:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #fff;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  display: block;
  margin: auto;
  position: relative;
    bottom: -9px;
}

.tarjeta-mes {
  background-color: #fff;
  border-radius: 10px;
  color: #0c3460;
  font-family: "Encode Sans";
  font-weight: 800;
  font-size: 2.8em;
  width: 360px;
  height: 220px;
  margin-left: 0px;
  padding-top: 20%;
border: solid 3px #333333;
}

#Slider-PA {
  padding-top: 0.5%;
}

#Slider-PA > .owl-stage-outer {
  overflow: visible;
}



.img-btn-L {
  height: 37px;
    position: relative;
    left: -2%;
    top: -9%
}

.badge.verde-a.large {
  font-size: calc(0.6rem + 0.6vw);
  font-family: "Roboto";
  font-weight: 400;
  border-radius: 50px;
  margin-top: 3%;
}

.minicard {
  background: rgb(155,214,212);
  background: linear-gradient(90deg, rgba(155,214,212,1) 0%, rgba(148,174,200,1) 100%);
}

.buscador {
  border: 1.5px solid #333333;
  border-radius: 40px;
  font-family: "Roboto";
  font-size: calc(1rem + 1vw);
  color: #999999;
  width: 49%;
  margin-top: 4%;
  padding: 8px;
  font-weight: 300;

}

.tarjetitas {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 4%;
}

.fechaT {
  font-weight: 600;
  margin-bottom: 0;
  vertical-align:bottom
}

.IniFin {
  position: absolute;
  bottom: 10px;
}
.tarjetitas > .row > .col > .card {
  border-color: #808080;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.bi.bi-search {
  margin-left: 22px;
  margin-right: 10px;
}

.grad-d {
  pointer-events: none;
  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6181066176470589) 100%);
height: 100%;
width: 15%;
z-index: 999999;
min-height: 600px;
position: absolute;
right: 0;
top: 0;

}
.grad-i {
  pointer-events: none;
background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,0.6181066176470589) 0%, rgba(0,0,0,0) 100%);
height: 100%;
width: 15%;
z-index: 999999;
min-height: 600px;
position: absolute;
left: 0;
top: 0;
}

.tplan {
  font-size: calc(1rem + 1vw);
}


/* estilos de ventanas modales */

.modal-content {
  border-radius: 50px;
  max-width: 945px;
  margin: auto;
}

#modalInscripcionCurso .btn-secondary {
  border-radius: 0px!important;
  border: 1px solid #18335D;
  color: #18335d;
  font-weight: 700;
  background-color: #dedede;
}

#modalInscripcionCurso .btn-secondary:hover {
  color: #fff;
  font-weight: 700;
  background-color: #18335D;
}

#modalInscripcionCurso .btn-primary {
  border-radius: 0px!important;
  font-weight: 600;
}


/*MODAL LOGIN*/
#modalLogin{ color:white; margin-top: 10vh;}
.modal .btn-close { margin: 0 0% 0 90% !important; background-color: white; position: absolute;}
#modalLogin .fs-5 { font-size: 1.8rem !important; }
#modalLogin .modal-content .modal-body{ padding:5%; color:white; }
#modalLogin .btn-verde{margin-top: 0%; min-width: auto !important; max-width: 190px; margin: 0 2% 0 4%;}
#modalLogin .btn-verde:hover{background-color: #128F8A;}
#modalLogin .btn-secondary{border-radius: 26px; max-width: 190px; margin: 0 2%;}
#modalLogin #contenedorRegistrate{display: flex;}
#modalLogin #contenedorRegistrate p{ padding-top: 6px; margin: 0 15px 0 0; }
#modalLogin #contenedorRegistrate .btn-primary{ border-radius: 26px; color: #222; background-color: white; font-weight: bold; border: none;}
#modalLogin #contenedorRegistrate .btn-primary:hover{background-color: #ccc; color: white;}
#modalLogin #fotoLogin{width:80%; margin: 10%;}

.curso_ya_hecho{ position: absolute; right: 0; width: 100px; background-color: #1bb3ad; border-radius: 0 7px 0 15px; padding: 5px 10px; text-align: center; color: white; font-weight: 500; z-index: 1;}
.curso_ya_hecho .bi{ font-size: 13px; vertical-align: 1px; margin-left: 6px; }
.fotoGris { filter: grayscale();}

.btn-login{ background-color:#1bb3ad; text-transform: uppercase;}
#headerPrinteable{display: none; text-align: center;}


.fondo1 { background: rgb(245,146,53); background: linear-gradient(90deg, rgba(245,146,53,1) 0%, rgba(255,199,44,1) 100%); }
.fondo2 { background: rgb(152,133,187); background: linear-gradient(90deg, rgba(152,133,187,1) 0%, rgba(28,179,173,1) 100%); }
.fondo3 { background: rgb(28,179,173); background: linear-gradient(90deg, rgba(28,179,173,1) 0%, rgba(69,101,141,1) 100%); }
.fondo4 { background: rgb(69,101,141); background: linear-gradient(90deg, rgba(69,101,141,1) 0%, rgba(152,133,187,1) 100%); }
.fondo5 { background: rgb(245,146,53); background: linear-gradient(90deg, rgba(245,146,53,1) 0%, rgba(255,77,135,1) 100%); }
.fondo6 { background: rgb(152,133,187); background: linear-gradient(90deg, rgba(152,133,187,1) 0%, rgba(255,77,135,1) 100%); }
.fondo7 { background: rgb(255,77,135); background: linear-gradient(90deg, rgba(255,77,135,1) 0%, rgba(69,101,141,1) 100%); }
.fondo8 { background: rgb(28,179,173); background: linear-gradient(90deg, rgba(28,179,173,1) 0%, rgba(152,133,187,1) 100%); }
.fondo9 { background: rgb(245,146,53); background: linear-gradient(90deg, rgba(245,146,53,1) 0%, rgba(152,133,187,1) 100%); } 
.fondo10{ background: rgb(255,77,135); background: linear-gradient(90deg, rgba(255,77,135,1) 0%, rgba(28,179,173,1) 100%); }




/*index medicos*/

.container-fluid.logoMDC {
  justify-content: left !important;
}

.lmdc {
  width: 400px;
}

.ingresoMDC {
  font-family: 'Roboto';
    background-color: #FFF;
    width: 25%;
    position: relative;
    top: 10%;
    left: 4%;
    height: 440px;
    padding: 3% 2%;
    border-radius:3%;
    border: 6px solid rgb(160 133 73 / 30%);
}

.ingresoMDC h2 {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}

.ingresoMDC p {
    font-size:0.95rem;
    text-align: center;
    margin-bottom:15px;
    line-height: normal;
}

.label {
    display:block;
    color:#0c3460;
    font-size:1rem;
    padding-bottom:5px;
}

.input {
    width: 95%;
    border:1px solid rgb(145, 145, 145);
    height:32px;
    font-size: 1.1rem;
    padding:1% 3%;
    margin-bottom: 22px;
}

.btnMDC{
    border: 1px;
    text-transform: uppercase;
    background-color: #1bb3ad;
    color: #FFF;
    text-align: center;
    width: 50%;
    font-size: 1rem;
    padding: 2% 5%;
    border-radius: 17px;
    cursor: pointer;
    font-family: 'Roboto';
}
.btnMDC:hover {
    background-color: #6d3083;

}

.ingresoMDC div {
    font-size: 0.85rem;
    padding: 3% 2%;
    margin-top: 6px;
}

.ingresoMDC div span {
    display:block;
}

.links {
    display:block;
    color:#0033A0;
    text-decoration:none;
}

.boton {
    border: 1px;
    text-transform: uppercase;
    background-color: #0033A0;
    text-decoration:none;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    width: 90%;
    font-size: 1.2rem;
    padding: 3% 5%;
    border-radius: 0%;
    cursor: pointer;
}

.mdc {
    background-image: url('../images/background.jpeg');
    width: 100%;
    height: 95vh;
    background-size:100%;
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 1;
}

.logoEduPami.lmdc a {
  text-decoration: none;
}
.logoEduPami h1 {
    font-size:1.4rem;
    width: 70%;
    color:#0d3460;
    font-family: 'Encode Sans';
    font-weight: 700;
    line-height: 1;
    padding-left: 5px;
    padding-top: 13px;
    text-align: left;
    text-decoration: none!important;
}

.logoEduPami h1 span {
    font-family: 'Encode Sans';
    font-weight: 300;
    color: #808080;
    font-size: 1rem;
    width: 400px;
}