/*clopy*/
html,body{
	overflow-x:hidden;
	scroll-behavior: smooth;
}
a {
    color: #EE2B7B;
}
.convenios-tap {
    cursor: pointer;
	
}
#menu-digitales ul li.menu-item a {
    white-space: normal;
    text-align: center;
    background: #CAC9C9;
    border-bottom: 3px solid white;
    padding: 14px;
}
#items-list-resourse a.elementor-button-link {
    border-radius: 30px;
}
#menu-digitales ul li.menu-item.current-menu-item a,
#menu-digitales ul li.menu-item a:hover{
	 background: #EE2B7B;
	 border-bottom-color:#EE2B7B;
}
.chrono-event-item p{
	margin-bottom:0;
}
.chrono-event-item>.elementor-widget-wrap {
    max-width: 350px;
    /* margin: auto; */
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
#items-list-resourse section.elementor-section {
    box-shadow: 4px 3px 6px 2px #0000005e;
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.recursos-title-white .elementor-widget-container:after {
    content: '';
    width: 100%;
    height: 3px;
    background: white;
    position: relative;
    display: inline-block;
}
.recursos-title-white .elementor-widget-container {
    display: block;
}
.verticalmenu-initial ul {
  flex-wrap: nowrap !important;
    overflow: auto;
    width: auto;
   
	counter-reset: section;
	transition:0.5s;
}
#menu-section h2 {
    max-width: 200px;
    margin: auto;
}
#menu-section nav ul {
    display: block;
}
.verticalmenu-initial ul:not(.submenu) li.menu-item.current-menu-item,
.verticalmenu-initial ul:not(.submenu) li.menu-item:nth-of-type(odd):hover,
.verticalmenu-initial ul:not(.submenu) li.menu-item:nth-of-type(even):hover{
	background:#EE2B7B !important;
}
.verticalmenu-initial ul:not(.submenu) li.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	list-style:disc;
	padding:10px;
	transition:0.3s;
}
.verticalmenu-initial ul:not(.submenu) li.menu-item:before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    height: 50px;
    width: 50px;
    background: #E71D73;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    font-family: 'Montserrat';
    border-radius: 50px;
    font-weight: 700;
	transition:0.3s;
}
.verticalmenu-initial ul:not(.submenu) li.menu-item.current_page_item:nth-of-type(odd):before,
.verticalmenu-initial ul:not(.submenu) li.menu-item:nth-of-type(odd):hover:before{
	 background: #F4F4F4 !important;
	color:#343B47 !important;
}
.verticalmenu-initial ul:not(.submenu) li.menu-item.current_page_item:nth-of-type(even):before,
.verticalmenu-initial ul:not(.submenu) li.menu-item:nth-of-type(even):hover:before{
	 background:#E3E3E3 !important;
	color:#343B47 !important;
}
.verticalmenu-initial ul:not(.submenu) li.menu-item:nth-of-type(odd) {
    background: #F4F4F4;
}
.verticalmenu-initial ul:not(.submenu) li.menu-item:nth-of-type(even) {
    background:#E3E3E3;
}
.verticalmenu-initial ul:not(.submenu) li.menu-item a.elementor-item {
    width: 170px;
    height: 170px;
    display: flex;
    white-space: break-spaces;
    font-size: 16px !important;
    text-align: center;
    color: #343B47;
    flex-direction: column;
    justify-content: flex-end;
	transition:0;
	
}

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 0s linear 1s infinite alternate;
}
@keyframes myfirst {
  0%   {transform: rotate(0deg);}
	12% {transform: rotate(45deg);}
  25%  {transform: rotate(90deg);}
  50%  {transform: rotate(135deg);}
	62%  {transform: rotate(180deg);}
  75%  {transform: rotate(225deg);}
	87%  {transform: rotate(350deg);}
  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: 70px;
    margin-top: 70px;
    padding: 0 15px;
}
.next-notices-title {
    display: inline-flex;
    background: white;
    color: #E71D73;
    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;
}
.next-notices-title-content:after {
    content: '';
    width: 100%;
    height: 4px;
    display: block;
    background: #E71D73;
    margin-top: -24px;
	margin-left:20px;
}
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:400;
} .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: 15px;
    background: #EE2B7B;
    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-date {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.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 h1,
.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;
}
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: 5px 50px;
    border-radius: 25px;
    border: 3px solid #DC1C74;
	cursor:pointer;
	transition:0.5s all;
}
section.load-more button:hover{
	 color:#DC1C74;
    background: white;
}
@media (max-width: 767px){
	.chrono-event-item {
    border-bottom: 2px solid white;
}
	.chrono-event-item:last-of-type {
    border-bottom: none;
}
	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){
	.chrono-event-wrap .chrono-event-item {
    border-bottom: 2px solid white;
}
	.chrono-event-wrap:last-of-type .chrono-event-item {
    border-bottom: none;
}
	.chrono-event-wrap .chrono-event-item {
    border-left: 2px solid white;
}
	.chrono-event-wrap .chrono-event-item:first-of-type {
    border-left:none;
}
	
		.notice-image-post {
    width: 50%;
}
	.notice-date-post {
    width: 50%;
}
	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: 230px !important;
}
section.notices-archive {
    margin: 70px 0px;
    display: grid;
    gap: 23px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
}
@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;
}
.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:992px){
	.verticalmenu-initial .elementor-widget-container{
		align-items:center !important; 
	}
	
}
@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;
	}
}
