/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 01 2025 | 17:10:47 */
.EffBlur{
  backdrop-filter: blur(10px);	
}
#svg-container {
            width: 100vw;
            height: 100vh;
            position: relative;
            /*background: #fff;*/
        }
#svg-img {
            position: absolute;
            top: 50%;
            left: 65%;
            transform: translate(-50%, -50%);
            max-width: 100%;
            max-height: 100%;
        }
@media screen and (max-width: 1024px) {
        #svg-img {
			left: 50%;
			transform: translate(-10%, -70%);
	}}
@media screen and (max-width: 768px) {
	    #svg-img {
		   left: 35%;
			transform: translate(-10%, -50%);
	}}
.containerFondoCero{
	z-index:-1;
}
        .st0 {
            fill: #1a1a1a;
        }
        .st1 {
            fill: #000;
        }
        .st2 {
            fill: #B78C1F;
        }
	.st3{fill:#1A1A1A;}
	.st4{fill:#B78C1F;}
	.st5{opacity:0;}
	.st0_1{fill:#FDDB59;}
	.st1_1{fill:#FFFFFF;}
	.st2_1{fill:#FDFC59;}
.AbajoFijo{
	position: fixed;
    bottom: 0px;
    right: 15px;
    z-index: 100;
}
.site-header.scrolled  {
  position: fixed;
  top: 25px;
  z-index: 999;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
/* Header sticky */
.site-header.scrolled  {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
}

/* Logo normal */
.site-header .site-logo img{
/*height: 250px;*/
width: 160px;
transition: all 1s ease;
}

/* Cuando hace scroll */
.site-header.scrolled .site-logo img {
/*height: 100px;*/
width: 100px;
transition: all 1s ease;
}}
@media screen and (min-width: 1440px) {
.sp-horizontal .sp-previous-arrow {
    left: -20px;
    right: auto;
}
.sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
    right: -20px;
    left: auto;
}}
.GridProgramas .entry-title{
	border: 1px solid #fff;
}
.elementor-widget-wpr-flip-box .wpr-flip-box-back {
    /*background-color: transparent;*/
}
.wpr-flip-box-back .wpr-flip-box-image {
    z-index: -1;
}
.wpr-flip-box-back .wpr-flip-box-image img {
    opacity: .5;
}
.BottomWa .elementor-button{
	padding: 10px 18px;
}
.BottomWa .elementor-button-text{
	font-size:14px;
	align-content: center;
}
.ListTitulo .jet-listing-dynamic-link__label{
	text-align: center;
}
@media screen and (min-width: 1024px) {
.ProgAdmisionesDesc ol {
  column-count: 2; /* Divides the list into two columns */
  column-gap: 20px; /* Adds space between columns */
  /* Optional: Add vendor prefixes for older browser compatibility */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
	margin-bottom:.5em;
	padding-top: 2em;
}	
.ProgAdmisionesDesc li {
	width:75%;
}
	.DosColumnas ul{
		column-count: 2; /* Divides the list into two columns */
  column-gap: 20px; /* Adds space between columns */
  /* Optional: Add vendor prefixes for older browser compatibility */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
	}
	}
/*.ProgAdmisionesDesc ol li::marker {
	font-weight:bold;
	font-size:2em;
}
.ProgAdmisionesDesc ol li:after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -12px;
    left: -13px;
     background-color: var(--e-global-color-0b56d87); 
    z-index: 1;
    border: 1px solid #FFF;
	background-image: url(https://test.facultaddecine.edu.mx/wp-content/uploads/2025/07/triangulo_0_1.svg);
    background-repeat: no-repeat;
    background-position: -20px 10px;
    background-size: 25px;
}*/
.ProgAdmisionesDesc ol {
  counter-reset: item;
  list-style: none; /* Oculta el número nativo */
  padding-left: 3em; /* Da espacio al número custom */
}

.ProgAdmisionesDesc ol li {
  position: relative;
  margin-bottom: 1.5em;
	display: inline-grid;

}

.ProgAdmisionesDesc ol li::before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: -15px;
    width: 2em;
    height: 2em;
    background-image: url(/wp-content/uploads/2025/07/triangulo_0_1.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 37px;
    font-weight: bold;
    text-align: center;
    margin-left: -2em;
    font-size: 40px;
	text-shadow: 2px 2px 0px rgba(0,0,0,1);
}
.ProgExtacto ol {
  counter-reset: item;
  list-style: none; /* Oculta el número nativo */
  padding-left: 3em; /* Da espacio al número custom */
}

.ProgExtacto ol li {
  position: relative;
  margin-bottom: 1.5em;
	display: inline-grid;

}
.ProgExtacto ol li::before {
    content: counter(item) " ";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: -15px;
    width: 2em;
    height: 2em;
    background-image: url(/wp-content/uploads/2025/07/triangulo_0_1.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 37px;
    font-weight: bold;
    text-align: center;
    margin-left: -2em;
    font-size: 40px;
	text-shadow: 2px 2px 0px rgba(0,0,0,1);
}
.ProfGaleria .swiper-slide-image{
	    border-radius: 50%;
}
.ProfGaleria .elementor-image-carousel-caption{
	padding-top:5px
}
.ProfGaleria .elementor-image-carousel-caption span, .ProfGaleria2 .gallery-caption span{
	font-style: normal;
    color: #FFF;
    font-size: .85em;
    text-transform: uppercase;
}