/*clopy*/
html,body{
	overflow-x:hidden;
	scroll-behavior: smooth;
}
p{
	text-align:justify;
}
.post-type-archive-testimonios .testimonio-item-text {
    gap: 7px;
    align-items: baseline;
	padding:0 10px 20px !important;
}
.post-type-archive-testimonios  .right-video:first-of-type{
	margin-bottom:0 !important;
}
a {
    color: #EE2B7B;
}
img.image-article {
    height: 270px;
    width: 100%;
    object-fit: cover;
}
  .testimonio-title-section {
    display: flex;
	gap:15px;
	
}
.post-type-archive-testimonios  h1.testimonios-header-title {
    font-family: montserrat;
    font-size: 2.6rem;
    background-color: #EE2B7B;
    font-weight: 700;
    color: white;
    padding: 10px;
    text-align: center;
}
.post-type-archive-testimonios  h3.testimonio-item-text-escuela {
    font-size: 1.2rem;
    line-height: 1.2;
    font-family: montserrat;
    font-weight: 400;
    margin-bottom: 0;
}
.post-type-archive-testimonios  .testimonio-item-text-wrapper {
    margin-top: 10px;
}
.post-type-archive-testimonios  .testimonio-item-text-icon {
       margin-top: -24px;
    z-index: 10;
    margin-bottom: 20px;
    position: relative;
    top: -10px;
}
section#more-testimonios-wrapper {
    margin: 30px 0;
}
section#more-testimonios-wrapper button {
    background: #EE2B7B;
    color: white;
    font-family: 'Montserrat';
    padding: 0px 30px;
    font-size: 1.5rem;
    border: 2px solid #EE2B7B;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s all;
}
section#more-testimonios-wrapper button:hover{
    background: white;
    color: #EE2B7B;
}
main.testimonios-content button#load-more-button {
  
    min-width: 257.281px;
}
h1.testimonio-title-name {
    font-size: 2.5rem;
    font-family: 'Montserrat';
    color: #000;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.3;
}
.testimonio-text-content {
    font-size: 20px;
    font-family: 'Montserrat';
    color: #000;
    line-height: 1.5;
    margin-top: 60px;
    margin-bottom: 60px;
}
section.testimonios-content-wraper {
    margin-bottom: 50px;
}
.testimonio-text-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
img.video-photo-testimonial {
    width: 100%;
    height: auto;
}
article.testimonio {
    margin-bottom: 50px;
}
.left-wrapper {
    align-self: flex-start;
}
.right-wrapper {
    align-self: flex-end;
}
.left-wrapper, .right-wrapper {
   
    display: flex;
    justify-content: center;
}
h2.testimonio-title-school {
    font-size: 1.8rem;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
}
article.image-mosaic img {
    width: 100%;
	object-fit: cover;
	height:100%;
}
h2.testimonio-item-text-name {
    font-size: 1.5em;
    margin: 0;
    font-weight: 700;
    color: black;
}
.testimonio-item-image {
    position: relative;
}
.testimonio-item-image .play-image-container {
    width: 100%;
    display: flex;
}
.testimonio-item-image .play-image-container img {
    width: 25%;
    height: auto;
    opacity: 0;
}
.testimonio-item-image:hover .play-image-container img {
    filter: opacity(0.5) drop-shadow(2px 4px 6px black);
    opacity: 1;
}

article.testimonio-item img{
    transition:0.3s;
}

h2.testimonio-item-text-name {
    font-size: 1.5em;
    margin: 0;
    font-weight: 700;
    color: black;
}
.testimonio-item-text {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    padding: 15px 0 20px;
}
.testimonio-item-text-icon svg {
    width: 40px;
    height: 40px;
    filter: brightness(7);
}
.testimonio-item-text-icon {
    background: #EE2B7B;
    display: flex;
    padding: 7px;
    border-radius: 50%;
}
a.gallery-image-thumbnail {
    display: block;
    height: 100%;
    position: relative;
}
iframe.video-embed-testimonial {
    width: 100%;
}
.content-cesde-video{
    display: grid;
    gap: 30px;
    grid-template-columns: 70% auto;
}
div#single-gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display:none;
}
figure.show-single-image-gallery{
    margin-bottom:0;
}
.play-image-container {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.testimonio-archive-slide {
   position:relative;
}
div#testimonios-header-slider {
    position: relative;
    overflow: hidden;
}
.testimonio-archive-slide-text {
    min-height: 120px;
    padding: 2%;
    font-family: 'Montserrat';
    color: black;
}
.testimonio-archive-slide-text-escuela {
    font-weight: 500;
    font-size: 1.5rem;
}
div#testimonios-header-slider .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.8);
    opacity: 1;
    width: 12px;
    height: 12px;
    outline: 1px solid rgba(0, 0, 0, 0.8);
    outline-offset: 2px;
    margin: 0 10px;
    transition: 0.3s all;
}
div#testimonios-header-slider .swiper-pagination-bullet:hover,
div#testimonios-header-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #EE2B7B;
    outline: 1px solid #EE2B7B;
}
.testimonio-archive-slide-image img {
    height: 100%;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
.vertical-slide img.play-image,
.video-trigger:hover img.play-image,
.video-trigger img.play-image {
    filter: brightness(1.2) opacity(0.5) drop-shadow(2px 4px 6px black);
} 
article.vertical-slide {
    transition: 0.3s all;
    overflow: hidden;
    margin-bottom: 15px;
}
div#vertical-carousel {
    overflow: hidden;
    position: relative;
}
.vertical-slier-widget button {
    height: 70px;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 35px;
    color: #EE2B7B;
    cursor: pointer;
    transition: 0.3s all;
}
.vertical-slier-widget button:hover {
   opacity:0.8;
    color: #EE2B7B;
    
}
.vertical-slide img.play-image,
.right-video.video-trigger img.play-image {
    opacity: 0;
    width:24%;
}
.vertical-slide:hover img.play-image,
.right-video.video-trigger:hover img.play-image {
    opacity: 1;
    filter: brightness(1.2) opacity(0.5) drop-shadow(2px 4px 6px black);
}

figure.show-single-image-gallery figcaption {
    margin: 0;
    text-align: center;
    color: white;
    padding: 15px;
}
.single-gallery-modal-header {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    height: 50px;
    font-size: 30px;
    color: white;
}
h2.event-single-gallery-title {
    margin: auto;
    max-width: 1140px;
    margin-bottom: 30px;
    font-size: 2rem;
    font-family: 'Montserrat';
    color: #EE2B7B;
}
h1.event-single-content-title {
    font-size: 2rem;
    font-family: 'Montserrat';
    color: #000;
    line-height: 1.5;
}
.event-single-content-text {
    font-family: 'Montserrat';
    line-height: 1.5;
}
span#close-gallery-modal:hover {
    color: #EE2B7B;
    transform: rotate(133deg);
}
span#close-gallery-modal {
    width: 50px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s all;
}
.single-gallery-wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 100%;
    background: rgba(0,0,0,0.8);
}
section.event-single-gallery {
    background: #2d30323d;
    padding: 70px 15px;
}
article.event-single-gallery-item img {
    height: 400px;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}
.event-single-gallery-content {
    margin: auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
}
article.event-single-gallery-item {
    height: 100%;
    max-width: 32%;
}
article.event-tax-article:last-of-type .event-tax-content {
    border-bottom: none;
}
article.image-mosaic:nth-of-type(1),
article.image-mosaic:nth-of-type(2){
	width: 49%;
}
article.image-mosaic:nth-of-type(3),
article.image-mosaic:nth-of-type(4),
article.image-mosaic:nth-of-type(5){
	width:32%;
}
section.eventos {
    display: grid;
    justify-content: center;
    grid-template-columns: auto auto auto;
    gap: 30px;
    margin-top: 90px;
    margin-bottom: 60px;
    padding: 0 15px;
}
.event-item-image {
    height: 479px;
    width: 100%;
    position:relative;
}
.event-tax-title-wrapper {
    max-width: 590px;
    margin: auto;
    padding: 15px 15px 15px;
    border-top: 1px solid;
}
.event-date.ended {
    font-size: 20px;
    background: #1D1D1D;
}
article.event-tax-article {
    margin: 70px 15px;

}
article.event-tax-article .event-tax-content {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-family: 'Montserrat';
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 6rem;
    border-color: #E71D73;
}
.post-type-archive-eventos .next-notices-title-content h1 {
    text-align: center;
    font-size: 7vh;
    padding: 10px;
    text-transform: uppercase;
}
.event-tax-title {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.event-date span {
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
}
.event-date {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #EE2B7B;
    color: white;
    padding: 10px 15px;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1;
}
.event-item-text {
    /* height: 90px; */
    justify-content: flex-start;
    align-items: center;
    display: flex;
    margin-top: 20px;
    margin-bottom: 26px;
}
h3.event-item-title {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 20px;
}
.event-item-image img {
    height: 100%;
    object-fit: cover;
}
.event-tax-content {
    font-size: 22px;
    color: #000;
    line-height: 1.5;
    font-family: 'Montserrat';
    padding: 0 15px;
}
section.event-single-post {
    padding: 70px 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 30% auto;
    gap: 30px;
}
.event-tax-title {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 34px;
    text-transform: uppercase;
}
.event-images-wrapper {
    max-width: 650px;
    margin: auto;
    padding: 15px;
}

section.mosaic-gallery {
    display: flex;
   gap: 1vw;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*slide gallery*/
/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
	margin-bottom:32px;
}

/* Hide the images by default */
.mySlides {
  display: none;
	max-height:500px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
 
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.gallery-images-container {
  
}
/*end slide gallery*/

article.image-mosaic a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.button-control {
    font-size: 1.8em;
    padding: 0 15px;
    border-right: 1px solid #0000001f;
	color: #EE2B7B;
	cursor:pointer;
	
}
.button-control i{
	transition:0.4s;
}
.button-control.disabled {
  
    cursor: not-allowed;
}
.button-control.disabled i{
	opacity: 0.7;
}
.button-control:hover i{
	opacity:0.7;
}
.button-control:last-of-type{
	border-right: none;
}
.video-control {
    display: flex;
    margin: auto;
    width: 50%;
    /* gap: 15px; */
    justify-content: center;
    margin-top: 13px;
}
.menu-widget {
    background: #706F6F;
    font-family: 'Montserrat';
	color: white;
}
.video-content h3, .video-content h4 {
    margin-bottom: 3px;
    color: white;
    font-family: 'Montserrat';
    font-weight: 400;
}
.video-content h3 {
    font-size: 18px;
}
.video-content h4 {
    font-size: 14px;
}

.right-video:first-of-type {
    margin-bottom: 20px;
}
.right-video img{
	filter: brightness(0.5);
		transition:0.3s;
}
.left-video-container img {
    width: 100%;
    height: 100%;
    object-fit: none;
    filter: brightness(0.5);
	transition:0.3s;
}
.left-video {
    height: 100%;
}
.egresados-video {
    display: grid;
    grid-template-columns: 60% auto;
    gap: 20px;
}
.left-video, .right-video {
    position: relative;
	cursor:pointer;
	
}
.modal-header h3 {
    margin-top: 10px;
    font-family: 'Montserrat';
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.5px;
	font-size:16px;
}
span.close-times {
    height: 30px;
    width: 30px;
    justify-content: center;
    display: flex;
    margin-left: 15px;
    cursor: pointer;
}
div#theVideo {
    max-width: 80%;
    width: 90vh;
}
.rotate {
    font-size: 3em;
    color: #EE2B7B;
    animation: myfirst 2.5s linear 1s infinite alternate;
}
.testimonio-item-image img {
    width: 100%;
    height: 208px;
    object-fit: cover;
}
#galleryModal {
   
    min-width: 80vw;
	display:flex;
	justify-content:center;
	align-items:center;
}
.gallery-images-container {
    width: 80vw;
   
}
.gallery-images-container {
    max-width: 680px;
   

}
.container-minis .row {
    width: 100%;
    display: flex;

}

.container-minis {
    width: 100%;
    overflow-y: auto;
    /* overflow-x: auto; */
}
.btn.modal-button {
    width: 150px;
    padding: 2px 20px;
    background: #EE2B7B;
    color: white;
    border-radius: 30px;
    font-family: 'Montserrat';
    margin: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
    border: 2px solid #EE2B7B;
    font-weight: 700;
    font-size: 20px;
	transition:0.3s;
	cursor:pointer;
	text-align:center;
}
button#close-button:hover{
	 background:white;
    color:#EE2B7B;
}
.modal-header h3 span{
	display:block;
	font-weight: 700;
	 letter-spacing: 0;
	color: #EE2B7B;
	font-size:1.7em;	
}
.gallery-modal h3 {
    color: white;
}
.gallery-modal {
    width: 100%;
    background: transparent;
    min-height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding:15px;
}
.container-minis  .demo {
    height: 100px;
   width:100px;
	 background-size:cover;
}
.modal-video {
    background: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 6px black;
    min-width: 300px;
}
.mosaic-gallery-modal .container-modal {
    place-content: normal;
    
    overflow-y: auto;
}
.mosaic-gallery-modal .container-modal::-webkit-scrollbar {display: none;}
.mySlides {
    height: 100%;
	
}
.mySlides img{
    height: 100%;
	object-fit:contain;
	object-position: center;
	display:block;
	margin:auto;
}
.mosaic-gallery-modal  span.close-times {
    height: 60px;
    width: 60px;
    justify-content: center;
    display: flex;
    margin-left: 15px;
    cursor: pointer;
    color: white;
    font-size: 30px;
	align-items:center;
}
.modal-header {
    display: flex;
    justify-content: space-between;
}
.mosaic-gallery-modal,
.video-egresado-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #0000005e;
    top: 0;
    left: 0;
    display: none;
}
.mosaic-gallery-modal{
	background:rgb(0 0 0 / 82%);
}
.container-modal {
    display: grid;
    place-content: center;
	width:100%;
	height:100%;
}

.left-video-container:hover img, .right-video:hover img{
	 filter: brightness(0.8);
}
.video-content {
    position: absolute;
   top: 60%;
    left: 20px;
}
.menu-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
	background:#CAC9C9;
}
.menu-widget ul li.current-menu-item a, 
.menu-widget ul li:hover a {
    background: #EE2B7B;
}
.menu-widget ul li a {
    text-align: center;
    display: block;
    color: white;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 10px;
    border-bottom: 1px solid white;
	transition:0.3s
}
.menu-widget h5 {
    font-size: 20px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: italic;
    padding: 17px 0;
    margin: auto;
    max-width: 150px;
	color:white;
}
.text-wrapper p {
    font-weight: 700;
}
h3.title-nombre {
    font-family: 'Montserrat';
    margin-bottom: 0;
    font-size: 20px;
}
h3.testimonio-title {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
	margin:0;
}
.name-section {
    display: flex;
    align-items: center;
    gap: 30px;
}
span.title-escuela {
    font-weight: 400;
    color: black;
}
.testimonios-text {
    display: grid;
    align-content: center;
}
.testimonio-image {
    position: relative;
    overflow: hidden;
}
.testimonios-button-prev:hover, .testimonios-button-next:hover{
	opacity:0.5;
}
.testimonios-button-prev, .testimonios-button-next {
    display: block;
    float: right;
    position: relative;
    right: 0;
    font-size: xx-large;
    color: #EE2B7B;
    margin: 10px 15px;
    transition: 0.3s all;
    cursor: pointer;
}
.video-fond {
    background-image: url(../../assets/img/testimonios-background.svg);
    background-repeat-x: no-repeat;
    /* background-repeat-y: repeat; */
    background-size: 100%;
}
.content-cesde-video {
    max-width: 1300px;
    margin: auto;
    padding: 70px 15px;
}
.testimonio-overlay {
    background: white;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    position: absolute;
    transform: rotate(79deg);
    right: -72%;
}
a.title-button {
    height: 35px;
    padding: 5px 20px;
    display: flex;
    background: #EE2B7B;
    font-family: 'Montserrat';
    color: white;
    font-weight: 700;
	transition:0.3s;
	border:1px solid #EE2B7B;
	justify-content:center;
	align-items:center;
}
.testimonio-icon-open {
    transform: rotate(180deg);
    width: 60px;
    height: 60px;
}
.testimonio-icon-close {
   
    width: 60px;
    height: 60px;
}
a.title-button:hover{
	 background:white;
	 color:  #EE2B7B;
	border:1px solid #EE2B7B;
}
.convenios-tap {
    cursor: pointer;
	
}
.carousel-panel-home {
    position: relative;
}
.panel-carousel 
 .swiper-button-next, .panel-carousel  .swiper-button-prev {
    background-image: none;
}
.panel-carousel .swiper-button-next:after,.panel-carousel .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 42px;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #EE2B7B;
}
.evento-banner-pagination {
    display: flex;
    position: absolute;
    justify-content: center;
    bottom: 32px !important;
    z-index: 9999;
}
.evento-banner-pagination span {
    border: solid 2px white;
    width: 15px;
    height: 15px;
    background: transparent;
	opacity:1;
}
.evento-banner-pagination span.swiper-pagination-bullet-active,.evento-banner-pagination span:hover {
    background: white;
}
.evento-banner-button-prev, .evento-banner-button-next {
    position: absolute;
    z-index: 9999;
    top: 50%;
    font-size: 33px;
	transition:0.4s all;
	color: white;
	cursor:pointer;
}
.evento-banner-button-prev:hover, .evento-banner-button-next:hover{
	color:#EE2B7B;
}
.evento-banner-button-next {
    right: 20px;	
}
.evento-banner-button-prev {
    left: 20px;	
}
section.banner-evento {
    overflow: hidden;
	position:relative;
    background: rgb(0,0,0); 
    background: linear-gradient(176deg, rgba(0,0,0,1) 0%, rgba(238,43,165,1) 100%, rgba(238,43,123,1) 100%);
}
.title-item-container i{
	display:flex;
	justify-content:center;
	align-items:end;
	transition: 0.4s all;
	padding-bottom:16px;
}
.middle-menu-item.active .title-item-container i:before{
	transform:rotate(180deg);
}
.title-item-container i:before {
    font-size: 25px;
    color: #EE2B7B;
    line-height: 0;
	
}
section.middle-menu-section {
    max-width: 1330px;
    margin: auto;
	overflow: auto;
  white-space: nowrap;
	-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.middle-menu-item:not(.menu-item-has-children) i {
    display: none;
}
.title-item-container {
    height: 162px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    transition: 0.2s all;
    padding: 15px;
}
span.title-text {
    color: #343B47;
    font-family: 'Montserrat';
    line-height: 1.5;
	margin-top:5px;
}
.middle-menu-item.active {
    filter: brightness(1.2);
}
.middle-menu-item.active ul.sub-menu{
	max-height: 100%;
}
.middle-menu-item.active i:before{
	transform:rotate(180deg);
}
span.title-image {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    padding: 10px;
    background: #EE2B7B;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
section.middle-menu-section ul.sub-menu {
    padding: 0;
    margin: 0;
    background: #EE2B7B;
	overflow:hidden;
	height:auto;
}
section.middle-menu-section ul.sub-menu li:last-of-type {
    border-bottom-color: transparent;
}
section.middle-menu-section ul.sub-menu li {
    margin: 0 6px;
    padding: 10px 4px;
    border-bottom: 2px solid white;
}
section.middle-menu-section ul.sub-menu li a {
    color: white;
    font-family: 'Montserrat';
    font-size: 14px !important;
    white-space: pre-wrap;
}
section.middle-menu-section ul li.middle-menu-item:hover ul.sub-menu{
	 max-height: 100%;
	transition: 0.4s all;
}
section.middle-menu-section ul.sub-menu {
    padding: 0;
    margin: 0;
    background: #EE2B7B;
    overflow: hidden;
    max-height: 0;
 
    z-index: 99;
	transition: 0.4s all;
}
.title-item-container:hover {
    filter: brightness(1.2);
}
.title-item-wrapper {
    width: 130px;
}

section.middle-menu-section::-webkit-scrollbar {
    display: none;
}
section.middle-menu-section{
	position:relative;
}
.middle-section {
    height: 162px;
}
section.middle-menu-section ul.middle-menu {
    padding: 0;
    margin: 0;
    display: grid;
	grid-template-columns:repeat(auto-fit, 190px);
	  width:1330px;
	  justify-content:center;
	
}
.wpbf-navigation.wpbf-navigation-active{
	z-index:99999 !important;
}
.title-item-container span {
    display: block;
    white-space: pre-wrap;
}
ul.middle-menu li:nth-of-type(even) .title-item-container {
    background: #BFBFBF;
}
ul.middle-menu li:nth-of-type(odd) .title-item-container {
    background: #CAC9C9;
}
section.middle-menu-section ul li {
    list-style-type: none;
	z-index:9999;
}
section.middle-menu-section ul.sub-menu li:hover a {
    opacity: 0.5;
}
section.middle-menu-section ul.sub-menu li:hover a
.title-item-container i {
    font-size: 26px;
    color: #EE2B7B;
    display: flex;
    align-items: end;
}
.panel-carousel .swiper-button-next:after{
	color: #fff;
}
.panel-carousel .swiper-button-next:hover,.panel-carousel .swiper-button-prev:hover{
	opacity:0.5;
}
div#lists-button-right {
    position: fixed;
    bottom: 60px;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	gap:15px;
	transition:0.5s;
}
.call-btn{
	background: #00bff3;
}
.whatsapp-btn{
	background:#1ad13f;
}

.btn-aspirantes {
    display: block;
    padding: 5px 15px;
    border-radius: 50%;
	transition:0.3s;
}
.btn-aspirantes:hover{
	opacity:0.8;
}
div#recursos-acordion .elementor-accordion-item:nth-child(odd) .elementor-tab-title {
    background: #E71D73;
}
a.adquisiciones-item {
    position: relative;
    display: block !important;
	overflow:hidden;
}
.swiper-slide .adquisiciones-item-excerpt {
    display: none;
}
.swiper-slide .adquisiciones-item-title {
    font-size:1.5rem;
}
.adquisiciones-background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.swiper-wrapper article:nth-of-type(even) a.adquisiciones-item .adquisiciones-background-overlay{
	 background: #9A2757;
}
.swiper-wrapper article:nth-of-type(odd) a.adquisiciones-item .adquisiciones-background-overlay{
	background: #89897F;
}
section.libros article:nth-of-type(1n) a.adquisiciones-item .adquisiciones-background-overlay {
    background: #9A2757;
}
section.libros article:nth-of-type(3n) a.adquisiciones-item .adquisiciones-background-overlay {
    background: #89897F;
}
section.libros article:nth-of-type(2n) a.adquisiciones-item .adquisiciones-background-overlay {
    background: #89897F;
}
section.libros article:nth-of-type(4n) a.adquisiciones-item .adquisiciones-background-overlay {
    background: #9A2757;
}
.adquisiciones-background-overlay {
    position: absolute;
    width: 117%;
    height: 117%;
   
    z-index: 1;
    opacity: 0.5;
    transform: rotate(300deg);
    bottom: -35%;
    right: -40%;
}
.adquisiciones-item-text {
    position: absolute;
    bottom: 47px;
    width: 60%;
    right: 15px;
    color: white;
	z-index: 2;
}

.notice-item-image img,
.adquisiciones-item-image img {
    width: 100%;
}

#load-more-button i{
	 animation: myfirst 1.5s linear 1s infinite alternate;
}
@keyframes myfirst {
  0%   {transform: rotate(0deg);}
	
  25%  {transform: rotate(90deg);}
  50%  {transform: rotate(135deg);}

  75%  {transform: rotate(270deg);}
	
  100% {transform: rotate(0deg);}
}
section.load-more h3 {
    text-align: center;
    font-weight: 900;
    color: #E71D73;
    font-size: 27px;
    text-transform: uppercase;
}
.notice-date-post h1 {
    font-size: 2.3rem;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #E71D73;
    margin: 0;
    margin-bottom: 10px;
}
.notice-date-post h3 {
    font-family: 'Montserrat';
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: italic;
    color: #E71D73;
}
.content-cesde {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 90px;
    margin-top: 70px;
    padding: 0;
}
.next-notices-title {
    display: block;
	
    background: #E71D73;
    color: white;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 2.3rem;
    padding: 0 10px 0 0;
	margin:0;
}
.notice-item-image {
    display: block;
}
.notice-item-date {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #E71D73;
    font-style: italic;
    font-weight: 400;
    margin: 15px 0;
}
.next-notice-item a.notice-item {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
}
.notice-item-excerpt {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 18px;
    color: black;
}
h3.notice-item-title {
    font-family: 'Montserrat',sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #062848;
    margin: 0;
    margin-bottom: 10px;
    line-height: 29px;
}

section.notice {
    margin-bottom: 60px;
}
.next-notices-content {
    margin: 70px 0 50px;
    overflow: hidden;
    position: relative;
}
.next-notices-content .swiper-button-next,
.next-notices-content .swiper-button-prev{
	background-image:none;
}
.next-notices-content .swiper-button-next:after,
.next-notices-content .swiper-button-prev:after{
	color:#E71D73;
}
.next-notice-item {
    padding: 10px;
}
.notice-page-post-heading {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 35px;
}
.text-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: center; */
    padding: 23px;
    color: white;
    font-family: 'Montserrat';
    line-height: 1.5;
}
.event-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.event-text a {
    display: block;
    max-width: 85%;
}
.event-text a p{
	margin:0;
}
.event-text {
    padding: 0;
    height: 100%;
    display: flex;
    min-height: 155px;
    align-items: center;
    justify-content: center;
}
nav#navigation ul li:hover a {
	color: #E71D73;
}
nav#navigation ul li a {
    font-family: 'Montserrat',sans-serif !important;
    font-size: 18px;
	color: #706F6F;
}
.noticias-wrapper {
    display: grid;
    grid-template-columns: auto auto;
}
div#adquisiciones-carousel-wrapper {
    overflow: hidden;
}
.footer-link a {
    transition:0.3s all;
}
.footer-link:hover a {
    color: #ee2b7b !important;
}
.adquisiciones-wrapper {
    margin: 20px;
    box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.25) !important;
	display:block !important;
}
div#adquisiciones-carousel-wrapper .swiper-button-next,
div#adquisiciones-carousel-wrapper .swiper-button-prev {
    background-image: none;
  
}
div#adquisiciones-carousel-wrapper .swiper-button-next:hover::after,
div#adquisiciones-carousel-wrapper .swiper-button-prev:hover::after{
	color:#EE2B7B;
}
div#adquisiciones-carousel-wrapper .swiper-button-next:hover, div#adquisiciones-carousel-wrapper .swiper-button-prev:hover{
	background:white;
}
div#adquisiciones-carousel-wrapper .swiper-button-next{
	right:35px;
}
div#adquisiciones-carousel-wrapper .swiper-button-prev{
	left:35px;
}
div#adquisiciones-carousel-wrapper .swiper-button-next,
div#adquisiciones-carousel-wrapper .swiper-button-prev{
	background:#EE2B7B;
	width:50px;
	height:50px;
	border-radius:50%;
	display:flex;
	border:1px solid #EE2B7B;
	justify-content:center;
	align-items:center;
	transition:0.3s all;
}
.event-biblioteca .elementor-image-box-content {
    padding: 20px;
}
div#adquisiciones-carousel-wrapper .swiper-button-next:after,
div#adquisiciones-carousel-wrapper .swiper-button-prev:after{
	font-size:20px;
	color:white;
}
.text-wrapper p{
	  color: #000;
	font-family:"Montserrat", Sans-serif;
	font-weight:700;
	margin-bottom:15px;
} 
.text-wrapper h2 {
    margin-bottom: 5px;
    color: #003313;
	font-family:"Montserrat", Sans-serif;
	font-weight:700;
}
.eventos-carousel-container {
    overflow: hidden;
}
.event-wrapper {
    margin: 25px 15px 25px  15px;
    padding: 0px 0px 0px 0;
    box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.25);
    background: white;
}
.event-text a h2 {
    margin-top: 0;
}
.testimonio-wrapper {
    margin: 0;
    background: #fff;
    display: grid;
    grid-template-columns: 40% 60%;
}
.review-icon {
    width: 50px;
    background: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonios-carousel-container{
	overflow:hidden;
}


.event-link {
    width: 40px;
    height: 40px;
    background: #EE2B7B;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    margin-right: -15px;
    transition: 0.2s;
}
.date-content p.date {
    /* margin-bottom: 0px; */
    color: #0087D1;
    font-size: 14px;
    line-height: 1;
}
.event-image {
    position: relative;
}
.event-wrapper:hover a.event-link {
    filter: drop-shadow(-3px -3px 0px black);
}
a.event-link:hover{
	color:white;
}
.event-cat {
    position: absolute;
    bottom: 7px;
    padding: 2px 14px;
    background: blue;
    color: white;
    font-family: 'Montserrat';
    font-weight: 600;
}
.event-text h2 {
    color: #EE2B7B;
    font-family: 'Montserrat';
    font-size: 1.3rem;
    margin-bottom: 15px;
    margin-top: 10px;
}
.event-text p {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.3;
    color: black;
    text-align: left;
}
.swiper-button-prev.home-slider:after, .swiper-button-next.home-slider:after {
display:none !important;
}
.swiper-button-prev.home-slider, .swiper-button-next.home-slider {
background-image:none;
	  background: #EE2B7B; 
	color: white;
	 border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
	overflow:hidden;
}
.swiper-button-prev.home-slider:hover, .swiper-button-next.home-slider:hover {
background-image:none;
	  background:white ; 
	color:#EE2B7B;
	
}
.swiper-button-prev.home-slider:before, .swiper-button-next.home-slider:before {
    font-size: 25px;
    font-family: 'Font Awesome 5 Free';
   
    padding: 0;
  
    border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	transition:0.3s;
}

.swiper-button-prev.home-slider:before{
	content:"\f104";
} 
.swiper-button-next.home-slider:before{
	content:"\f105";
} 
.panel-text h2 {
    color: white;
    font-family: 'Montserrat';
    font-size: 6vh;
	margin-bottom:10px;
}
.panel-text h3 {
    color: white;
    font-family: 'Montserrat';
    font-size: 3.4vh;
}
.panel-text {
    position: absolute;
    bottom: 6vh;
    right: 22vw;
    color: white;
}
.panel-text {
    position: absolute;
    bottom: 30px;
    right: 10%;
    color: white;
}

.grupos-tap-content {
    overflow: hidden;
    height: 0;
	transition:0.6s;
}
.grupo-tap-trigger:hover .elementor-widget-container,
.grupo-tap-trigger.active .elementor-widget-container{
    
	color: #EE2B7B !important;
	background: transparent !important;
}
.grupo-tap-trigger:hover .elementor-widget-container .elementor-heading-title,
.grupo-tap-trigger.active .elementor-widget-container .elementor-heading-title{
	color: #EE2B7B !important;
}
.grupo-tap-trigger .elementor-widget-container{
	cursor:pointer;
	transition:0.3s;
	border:1px solid #EE2B7B;
}
.mega-menu-item a.mega-menu-link {
    font-family: 'Open Sans';
    letter-spacing: -1px;
    font-weight: 700;
}
.convocatoria-section {
    min-height: 500px;
}
.convenios-tap.activo h3 {
    font-weight:800 !important;
}
.panel-text {
    position: absolute;
    bottom: 30px;
    right: 10%;
    color: white;
}
.swiper-slide.panel-content img, .swiper-slide.panel-content picture {
    width: 100% !important;
}
.portafolio-slider .swiper-button-next,
.portafolio-slider .swiper-button-prev,
.convocatoria-section .swiper-button-next,
.convocatoria-section .swiper-button-prev{
	background-image:none !important;
}
.portafolio-slider .swiper-button-next:after,
.portafolio-slider .swiper-button-prev:after,
.convocatoria-section  .swiper-button-prev:after,
.convocatoria-section  .swiper-button-next:after {
    content: "";
   
    font-size: 0 !important;
    display: block;
    height: 50px;
    min-width: 60px !important;
    background-size: cover;
    color: transparent !important;
}
.portafolio-slider .swiper-button-next:hover,
.portafolio-slider .swiper-button-prev:hover,
.convocatoria-section  .swiper-button-prev:hover,
 .convocatoria-section .swiper-button-next:hover{
	opacity:0.8;
}

.portafolio-slider .swiper-button-prev:after,
.convocatoria-section  .swiper-button-prev:after{
	background: url(../img/arrow-left.svg);
}
.portafolio-slider .swiper-button-next:after,
 .convocatoria-section .swiper-button-next:after {
   
    background: url(../img/arrow-right.svg);
}
.portafolio-image img {
    width: 100%;
}
.convocatoria-item {
    margin: 19px;
    box-shadow: 3px 3px 10px 0px #0000008f;
	transition:0.3s 0.3s;
	margin-top:5px;
}
.convocatoria-item:hover {
    margin: 19px;
    box-shadow: 3px 3px 5px 0px #0000008f;
    padding-top: 3px;
}
h4.convocatoria-subtitle {
    font-size: 15px;
    margin: 0;
    text-align: center;
    margin-top: 14px;
    font-family: 'Montserrat';
    color: #0059A9;
}
h3.convocatoria-title {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 0;
    color: #0059A9;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Montserrat';
}
p.convocatoria-paraph {
    padding: 0 10px;
    font-family: 'Montserrat';
    text-align: center;
    color: #A8A8AB;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.convocatoria-presentacion {
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 6px;
    padding: 7px 15px;
    background: #0059A9;
    max-width: 180px;
    /* margin-top: 5px; */
    border-radius: 15px;
    font-size: 15px;
    color: white;
    font-family: 'Montserrat';
    line-height: 1;
}
.convocatoria-slider,
.portafolio-section {
    overflow: hidden;
    max-width: 1260px;
}

.portafolio-item {
    position: relative;
    min-height: 731px;
}
a.portafolio-btn {
    border: 1px solid #343B47;
    padding: 15px 30px;
    border-radius: 30px;
    color: #343B47;
    font-size: 22px;
    font-family: 'Montserrat';
    display: block;
    line-height: 1;
	transition:0.3s;
}
a.portafolio-btn:hover {
    border-width: 4px;
    font-weight: 800;
	transition:0.3s;
}
h3.portafolio-title {
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: -1.2px;
    color: #575A5B;
}
p.portafolio-paraph {
    color: #343B47;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 26px;
    text-align: center;
    min-height: 80px;
}
h4.portafolio-subtitle {
    font-size: 21px;
    text-align: center;
    margin-bottom: 0;
    color: #EE2B7B;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.portafolio-button-row {
    min-height: 64px;
    display: block;
}
.portafolio-pink {
    margin: 19px;
    padding: 20px;
    border: 3px solid #EE2B7B;
    min-height: 700px;
    position: absolute;
    top:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.cesde-contador .elementor-counter-title {
    line-height: 1.4;
    margin-top: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aliados-carousel{
	overflow:hidden;
}
.swiper-slide.aliados-elements img {
    filter: grayscale(1);
	transition:0.2s;
}
.swiper-slide.aliados-elements:hover img {
    filter: grayscale(0);
	transition:0.2s;
}
.carousel-panel-home .swiper-pagination.swiper-pagination-bullets {
    position: relative;
    bottom: auto;
    width: auto;
    height: 66%;
   
    display: flex;
    justify-content: center;
   
    padding: 5px;
    margin-right: -3px;
}.biblioteca-title {
    overflow: hidden;
}
.biblioteca-title h2 {
    display: inline-block;
    align-items: center;
    justify-content: space-around;
	background:white;
	padding-left:5px;
	padding-right:5px;
	z-index:2;
}
.biblioteca-title .elementor-widget-container:after {
    height: 4px;
    width: 100vw;
    background: #EE2B7B;
    position: relative;
    content: "";
    display: block;
    margin-top: -21px;
    z-index: -1;
	margin-left:10px;
}
.carousel-panel-home .swiper-pagination.swiper-pagination-bullets  span.swiper-pagination-bullet-active {
    background: #EE2B7B;
}
.carousel-panel-home .swiper-pagination.swiper-pagination-bullets  span {
    display: block;
   
    width: 20px;
    height: 20px;
    background:#C4C4C4;
    opacity: 1;
    margin-top: 17px;
}
.notice-content-post {
    font-size: 18px;
    line-height: 1.8;
    font-family: 'Montserrat';
    font-weight: 400;
}
section.notices-archive {
    margin: 70px 0px;
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
section.notices-archive article:first-of-type {
   grid-column:1/-1;
    margin-bottom: 30px;
}
article.testimonio-item {
    box-shadow: 4px 4px 20px 0 rgba(0,0,0,0.1);
}
section.load-more button {
    /* max-width: 190px; */
    margin: auto;
    display: block;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat';
    color: white;
    background: #DC1C74;
    padding: 0px 25px;
    border-radius: 0px;
    border: 3px solid #DC1C74;
	cursor:pointer;
	transition:0.5s all;
}
section.load-more button:hover{
	 color:#DC1C74;
    background: white;
}
.testimonios-header-prev, .testimonios-header-next {
    position: absolute;
    top: 50%;
    z-index: 99;
    font-size: 30px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #DC1C74;
    opacity: 0.5;
    transition: 0.3s;
    cursor:pointer;
}
.testimonios-header-prev{
left:10px;
} 
.testimonios-header-next{
right:10px;
}
.testimonios-header-prev:hover, .testimonios-header-next:hover {
    color: #DC1C74;
    opacity: 1;
    transition: 0.3s;
}
.testimonio-archive-slide-text-name {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
section.testimonios-content {
    padding: 70px 15px;
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 30px;
}
@media (max-width: 767px){
    section.load-more button {
        font-size: 20px;
    }
    .testimonio-text-section {
        flex-direction: column;
    }
    aside.testimonios-widget {
        display: none;
    }
    section#more-testimonios-wrapper {
        display: flex;
        justify-content: center;
    }
    .testimonio-text-content {
        font-size: 18px;
        font-family: 'Montserrat';
        color: #000;
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align:center;
    }
    h1.testimonio-title-name {
        font-size: 1.5rem;
        margin-top: 20px;
      
    }
    h2.testimonio-title-school {
        font-size: 1.2rem;
    }
    .content-cesde-video {
        display: grid;
        gap: 30px;
        grid-template-columns: auto;
    }
    section.testimonios-content {
        padding: 40px 15px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .testimonio-archive-slide-text-escuela {
        font-weight: 500;
        font-size: 1.2rem;
    }
    .testimonio-archive-slide-text-name {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1;
    }
    article.event-single-gallery-item {
        height: 100%;
        max-width: 100%;
    }
    section.event-single-post {
        padding: 70px 15px;
        display: grid;
        align-items: center;
        grid-template-columns: auto;
        gap: 30px;
    }
    header.event-tax-header .event-tax-content {
        padding: 15px;
        font-size: 16px;
        padding-top: 0;
        text-align:center;
    }
    h1.event-tax-title {
        margin: 0;
    }
    .event-tax-title {
        text-align: center;
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 28px;
        text-transform: uppercase;
    }
    .post-type-archive-eventos .next-notices-title-content h1 {
        text-align: center;
        font-size: 4vh;
        padding: 5px;
        text-transform: uppercase;
    }
    section.eventos {
        display: grid;
        justify-content: center;
        grid-template-columns: auto;
        gap: 30px;
        margin-top: 90px;
        margin-bottom: 60px;
        padding: 0 15px;
    }
	.egresados-video {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
}
	.right-video{
	margin-bottom:20px;
}
	a.title-button {
    max-width: 110px;
    text-align: center;
    margin: auto;
}
	.testimonio-icon-close {
    margin-left: auto;
}
	.testimonio-overlay {
    background: white;
    height: 50%;
    width: 128%;
    z-index: 9;
    top: 91%;
    position: absolute;
    transform: rotate(174deg);
    right: -29%;
}
	.name-section {
    display: block;
    align-items: center;
    gap: 30px;
    text-align: center;
}
	h3.title-nombre span {
    display: block;
    font-size: 0.8em;
    margin-bottom: 14px;
}
.text-wrapper p{
    text-align: center;
}
	.testimonio-wrapper{
 
    grid-template-columns: 100%;
  
    padding: 10px;
}
	.testimonio-title-section {
    display: block;
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}
	h3.testimonio-title {
    margin-bottom: 20px;
}
	h3.adquisiciones-item-title {
    font-size: 1.3rem;
    margin: 0;
    color: white;
    font-family: 'Montserrat';
    font-weight: bold;
	text-align: right;
}
.adquisiciones-item-excerpt {
    font-size: 15px;
    font-family: 'Montserrat';
    text-align: right;
}
	section.notices-archive {
    margin: 40px 0px;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}
	.notice-item-text {
    text-align: center;
}
	.next-notices-title {
    font-size: 1.5rem;
}
	.notice-content-post {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Montserrat';
    font-weight: 400;
}

	.next-notices-title-content:after {
   
    margin-top: -20px;
    
}
	.notice-date-post {
    text-align: center;
}
		.notice-page-post-heading {
   flex-direction: column;
		
}
	.biblioteca-title .elementor-widget-container:after {
  
    margin-top: -17px;
 
}
div#adquisiciones-carousel-wrapper 	.swiper-button-next,
	div#adquisiciones-carousel-wrapper  .swiper-button-prev {
    position: absolute;
    top: 36%;
   
}
.panel-text {
    position: absolute;
    bottom: 1px;
    right: 15%;
    color: white;
    text-align: center;
}
	.noticias-wrapper {
    display: grid;
    grid-template-columns: auto;
}
	.event-image {
    height: 200px;
}
	section.libros {
    margin: 70px 0;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 30px;
}
}
@media (min-width:768px){
	article.event-tax-article .event-tax-content {
        font-size: 16px;
        color: #000;
        line-height: 1.5;
        font-family: 'Montserrat';
        text-align: center;
        border-bottom: 1px solid;
        padding-bottom: 3rem;
    }
	h3.adquisiciones-item-title {
    font-size: 1.5rem;
    margin: 0;
    color: white;
    font-family: 'Montserrat';
    font-weight: bold;
	text-align: right;
}
.adquisiciones-item-excerpt {
    font-size: 16px;
    font-family: 'Montserrat';
    text-align: right;
}
	section.libros {
    margin: 70px 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
	section.notices-archive article:first-of-type a {
    display: grid;
    align-items: center;
    gap: 17px;
    grid-template-columns: repeat(2,1fr);
}
	section.notices-archive article:first-of-type a .notice-item-text {
    margin-right: 10%;
}
	section.notices-archive article:first-of-type a .notice-item-text h3.notice-item-title {
    font-size: 1.5rem;
}
.second-section	.event-image {
    height: 140px;
}
	.first-section .event-image {
    height: 460px;
}
section.notices-archive {
    margin: 70px 0px;
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
}
@media (min-width:768px) and (max-width:991px){
    .video-content h4 {
        font-size: 12px;
        
    }
    .video-content h3 {
        font-size: 15px;
    }
    section.testimonios-content {
        padding: 70px 15px;
        display: grid;
        grid-template-columns: repeat(2, 2fr);
        gap: 20px;
    }
    article.event-single-gallery-item {
        height: 100%;
        max-width: 48%;
    }
    section.event-single-post {
        padding: 50px 15px;
        display: grid;
        align-items: center;
        grid-template-columns: 40% auto;
        gap: 30px;
    }
    .post-type-archive-eventos .next-notices-title-content h1 {
        text-align: center;
        font-size: 6vh;
        padding: 10px;
        text-transform: uppercase;
    }
    header.event-tax-header .event-tax-content {
        padding: 15px;
        font-size: 18px;
        padding-top: 0;
    }
    article.event-tax-article .event-tax-content {
        font-size: 16px;
        color: #000;
        line-height: 1.5;
        font-family: 'Montserrat';
        text-align: center;
        border-bottom: 1px solid;
        padding-bottom: 4rem;
    }
    section.eventos {
        display: grid;
        justify-content: center;
        grid-template-columns: auto auto;
        gap: 30px;
        margin-top: 90px;
        margin-bottom: 60px;
        padding: 0 15px;
    }
	h3.title-nombre {
    font-family: 'Montserrat';
    margin-bottom: 0;
    font-size: 14px;
}
	.text-wrapper {
    height: 100%;
    position: relative;
    overflow: hidden;
    /* display: flex; */
    /* justify-content: center; */
    padding: 0 10px;
    color: white;
    font-family: 'Montserrat';
    line-height: 1.5;
}
	.testimonio-overlay {
    background: white;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: -10%;
    position: absolute;
    transform: rotate(79deg);
    right: -75%;
}
	.testimonio-icon-open, .testimonio-icon-close{
		    height: 40px !important;
	width:40px !important;	
	}
	
	.testimonio-icon-open svg, .testimonio-icon-close svg {
    height: 40px !important;
	width:40px !important;	
}
}
@media  (min-width:992px){
	h3.adquisiciones-item-title {
    font-size: 1.8rem;
    margin: 0;
    color: white;
    font-family: 'Montserrat';
    font-weight: bold;
	text-align: right;
}
main.testimonios-content button#load-more-button {
    margin-left: 0;
}
.adquisiciones-item-excerpt {
    font-size: 16px;
    font-family: 'Montserrat';
    text-align: right;
}
	section.notices-archive article:first-of-type a .notice-item-text {
    margin-right: 10%;
}
	section.notices-archive article:first-of-type a .notice-item-text h3.notice-item-title {
    font-size: 2rem;
}
	.portafolio-slider .swiper-button-next:after,
	.portafolio-slider .swiper-button-prev:after{
		display:none !important;
	}
	section.notices-archive {
    margin: 70px 0px;
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
}
@media(min-width:1025px){
	#mega-menu-wrap-main_menu #mega-menu-main_menu {
    visibility: visible;
    text-align: right;
    padding: 0px 0px 0px 0px;
}
	.blue-button a {
    background: #28abe2;
    color: white !important;
		
		transition:0.4s all;
}
	.gray-button a{
		 background: #9E9E9E;
    color: white !important;
		transition:0.4s all;
	}
	.gray-button a:hover{
		 background: #EE2B7B;
    color: white;
		transition:0.4s all;
	}
.blue-button a:hover {
    background: #EE2B7B;
    color: white;
}
}
@media (min-width:1100px){
	h3.adquisiciones-item-title {
    font-size: 2rem;
    margin: 0;
    color: white;
    font-family: 'Montserrat';
    font-weight: bold;
	text-align: right;
}
.adquisiciones-item-excerpt {
    font-size: 18px;
    font-family: 'Montserrat';
    text-align: right;
}
	.swiper-button-prev.home-slider{
		left:5vh;
	} 
	.swiper-button-next.home-slider{
		right:5vh;
	}
}
