@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Roboto+Condensed:400,500,600,700');
/*THIS CODE WAS EDITED IN THE UTR BY THE STUDENTS 
VIRIDIANA ESPARZA MACIAS 
AND 
MIGUEL ANGEL QUEZADA ACOSTA*/
/*__________________________________________________PRELOADER START_________________________________________________________--*/
.book_preload {
  display:flex;
  height:100vh;
  justify-content: center;
  align-items: center;
  position: fixed;
  background: #040c24;
  z-index: 999999;
 
}
/*________________________________________________-PRELOADER FIN______________________________________________________________________*/
/*______________________________________________________-GENERAL CSS START______________________________________________________---*/
html,
body {
  font-size: 16px;
  color: #505050;
  font-family: 'montserrat', 'Roboto Condensed', sans-serif;
  vertical-align: baseline;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'montserrat', 'Roboto Condensed', sans-serif;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ffffff;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e41444;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #ff3115;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #ff3115;
  text-shadow: none;
  color: #ffffff;
}
.sec-spacer {
  padding: 50px 0;
}
.bg-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
/*-- Readon Button Css --*/
.readon2{
  font-size: 14px;
  border: 1px solid transparent;
  background: #081C54;
  display: inline-block;
  padding: 0 35px;
  height: 45px;
  line-height: 45px;
  position: relative;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  border-radius: 25px;
}
.readon2.transparent {
  border: 1px solid transparent;
  color: #E41444;
  background: transparent;
}
.readon2.transparent:hover {
  background: #E41444;
  color: #ffffff;
}
.readon2:hover {
  background: #E41444;
  color: #ffffff;
}
.mt-50 {
  margin-top: 50px !important;
}
/*__________________________________________________--GENERAL CSS END-__________________________________________________________*/

/*____________________________________________________ Header and navbar START__________________________________________________*/
.home1 .menu-area{
  background: #040c24;
/* flex-flow: row wrap;       ******* POSIBLE ERROR QUE HACE AL LOGO PEQUEﾃ前 *******
  display:flex;*/
}
.home1 .logo-sticky {
  display: flex;
  width:auto;
  justify-content: center;
}
.rs-header .logo-sticky img{
  max-width:150px;
}
.nav-menu > li > a {
  font-weight: 530;
  font-size: 13px;
  height:100%;
}
.rs-header .rs-menu-toggle:hover {
  color: white;
}
.rs-header-2 .menu-sticky1.sticky1 .nav-menu > li > a {
  height: 80px;
  line-height: 80px;
}
.social-media {
  width: auto;
}
/*@media only screen and (max-width:768px){
  .rs-header .logo-sticky img{
    width:50%;
  }
}
@media only screen and (min-width:768px){
  .rs-header .logo-sticky img{
    width:80%;
  }
}
@media only screen and (min-width:992px){
  .home1 .logo-sticky {
    width: 180px;
  }
}
@media only screen and (max-width:768px) {
  #phoneview .col-lg-1,
  #phoneview .col-lg-9,
  #phoneview .col-md-3{
    width: 33.3%;
  }
}*/
@media only screen and (min-width:992px) { 
.rs-header .col-md-10{

  display: flex;
}
}
.redes{
  display: flex;
  justify-content: space-evenly;
}
/*_____________________________________________________Header and navbar END-____________________________________________________________*/

/*_____________________________________________________________FOOTER INICIO___________________________________________________*/
/*scroll*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 40px;
  z-index: 999;
  background-color: #ffffff;
  border-radius: 20%
}
/*scroll*/
.rs-footer{
  background:#10111A; /* 040c24 : color oficial de la UTR*/
}
.rs-footer {
  color: #55565E; /*COLOR DE LETRAS*/
  margin-top: 98px;
}
.rs-footer .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  font-weight: 700;
}
.rs-footer .footer-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 1px;
  width: 50px;
  background-color:#e41444;
}
.rs-footer .container {
  position: relative;
}
.rs-footer .footer-top {
  padding-top: 30px;
}
.rs-footer .footer-top .sitemap-widget li {
  width: 50%;
  float: left;
  line-height: 33px;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 25px;
}
.rs-footer .footer-bottom .col-md-12{
  display:flex;
}
#rs-footer .footer-bottom{
  display:flex;
  justify-content: center;
  flex-flow: row;
}
.rs-footer .footer-bottom .copyright {
  padding-top:30px;
  align-items: right;
}
.rs-footer .footer-bottom .logo-utr {
  align-items: left;
}
/*_______________________________________________________________FOOTER FIN_______________________________________________________*/

/*____________________________________________________________NOSOTROS START___________________________________________________________________*/

/*---------------SLIDER START-------------*/
.carousel-item{
    height:90vh; /*TAMAﾃ前 DEL CARRUSEL EN CELULARES*/
    background-position: center center;
    background-size: cover;
    
}
.btn-danger{
  background-color: #e41444;
  border-color: #e41444;
  border-radius: 25px;
  margin:5px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #081c54;
  border-color: #081c54;
}
.carousel-caption{
  position:absolute;
  top:30%;
  text-transform: uppercase;  
}
.carousel-caption .slider-title,
.carousel-caption .slider-title-1 {
  color: white;
  font-family: 'Montserrat''Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 500; 
  text-shadow: 6px 6px 15px rgba(0,0,0,1);
}
#carouselTwo .container {
  color: #fff;
  width: 100%;
  height: 100%;
}
#carouselTwo .container .slider-title {
  font-size: 60px;
  color: #fff;
  margin-bottom: 15px;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  text-transform: uppercase;
  font-weight: 600;
}
#carouselTwo .container .slider-desc {
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 20px;
}

@media only screen and (max-width: 300px) {
  #carouselTwo .container .slider-desc {
  display:none;
  }
  #carouselTwo .container .slider-title {
    font-size: 20px;
  }
}
@media only screen and (max-width:411px){
  #carouselTwo .container .slider-title {
    font-size: 25px;
  }
  #carouselTwo .container .slider-desc {
    font-size: 17px;
  }
}
@media handheld, only screen and (max-width: 770px) {
  #carouselTwo .container .slider-desc {
  display:none;
  }
}
@media only screen and (max-width: 992px) {
  
  #carouselTwo .container .slider-title {
    font-size: 30px;
  }
}
/*---------------SLIDER END-------------*/

/*-----------SERVICES INICIO-----------*/

.rs-services-style1 .services-item {
    background-color: transparent;
    padding: 25px 17px 17px;
    z-index: 111;
    position: relative;
    top: 80px;
    transition: all 0.3s ease 0s;
}
.rs-services-style1 .services-item:hover .services-icon {
    background-color: #e41444;
}
.rs-services-style1 .services-item:hover .services-icon,
.rs-services-style1 .services-item:hover .services-desc p {
  color: #081c54;
}
.rs-services-style1 .services-desc {
    text-align: center;
    margin-top: 6px;
}
.rs-services-style1 .services-desc p {
  color: #081c54;
  margin-bottom: 0;
}
.rs-services-style1 .services-desc .services-title {
  position: relative;
  color: #081c54;
  font-size: 20px;
  margin-bottom: 7px;
  z-index: 10;
}
.rs-services-style1 .services-desc .services-title:hover {
  color: #e41444;
}
.rs-services-style1 .services-icon {
    height: 130px;
    width: 130px;
    background-color: #081c54;
    line-height: 88px;
    text-align: center;
    position: absolute;
    top: -30px;
    z-index: -1;
    border-radius: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
/*------------SERVICES END--------------*/

/*------------ABOUT US START--------------*/
.rs-about .col-lg-6,
.rs-about .col-lg-12{
  display: flex;
}
/* Encabezado del acordeón */
.rs-accordion-style1 .card .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 10px;
  background: transparent;
}

/* Título del acordeón */
.rs-accordion-style1 .card .card-header .acdn-title {
  background-color: rgba(240, 240, 240, 0.8);
  position: relative;
  margin-bottom: 0;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 60px;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: background-color 0.2s ease-in-out;
  border-radius: 25px;
  width: 100%;
  display: block;
  text-align: left;
  color: #333;
}

/* Ícono del acordeón (chevron) */
.rs-accordion-style1 .card .card-header .acdn-title::after {
  content: "\f0da"; /* Chevron-down */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, color 0.3s ease;
  color: #333;
}

/* Estado expandido del acordeón */
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed) {
  background-color: #081c54;
  color: #ffffff;
}

/* Ícono rotado cuando está expandido */
.rs-accordion-style1 .card .card-header .acdn-title:not(.collapsed)::after {
  transform: translateY(-50%) rotate(90deg);
  color: #ffffff;
}


.rs-about .about-img {
  position: relative;
  overflow: hidden; /* Evita que el pseudo-elemento sobresalga */
  border-radius: 10%; /* Asegura que el borde se aplique también a la imagen */
}

.rs-about .about-img::after {
  content: "";
  position: absolute;
  inset: 0; /* Equivalente a top: 0; right: 0; bottom: 0; left: 0; */
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit; /* Mantiene el mismo radio que el contenedor */
  z-index: 2;
}

/* Efecto hover */
.rs-about .about-img:hover::after {
  opacity: 1;
}

.rs-about .about-img .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.rs-about .about-img .popup-youtube:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 36px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;

  height: 80px;
  line-height: 80px;
  width: 80px;
  text-align: center;
  background: #e41444;
  border-radius: 50%;
  padding-left: 8px;
  color: #fff;
}

.rs-about .about-desc {
  margin-bottom: 30px;
}
/*-------------ABOUT US END--------------------*/ 
/*-------------PLAY START-------------*/
.rs-calltoactionredk{
  background-color: #215BA1;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
/*-------------PLAY END-------------*/

/*-------------ﾂｿQUE ESPERAS PARA SER PARTE DE LA COMUNIDAD? INICIO-------------*/
.rs-calltoactionred{
  background-color: #e41444;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.rs-calltoactionredk .cta-button,
.rs-calltoactionred .cta-button, 
.rs-calltoaction .cta-button{
  display: inline-block;
  text-decoration: none;
  background-color: #081c54;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 500;
  min-width: 170px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  text-transform: uppercase;
  max-width: fit-content;
  padding-left:10px;
  padding-right:10px;
  margin:5px;
}
.rs-calltoactionredk .cta-button:hover,
.rs-calltoactionredk .cta-button:focus,
.rs-calltoactionredk .cta-button:active,
.rs-calltoaction .cta-button:hover,
.rs-calltoaction .cta-button:focus,
.rs-calltoaction .cta-button:active,
.rs-calltoactionred .cta-button:hover,
.rs-calltoactionred .cta-button:focus,
.rs-calltoactionred .cta-button:active {
  background-color: #e41444;
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.04); 
  border-radius: 20px;
}
/*-------------ﾂｿQUE ESPERAS PARA SER PARTE DE LA COMUNIDAD? FIN -------------*/

/*-------------CONOCE NUESTRA OFERTA EDUCATIVA-------------------------------*/
.rs-services .content-part .btn-part .readon2{ 
  align-items: right;
}
.thumbnail-wrapper{
  width:190px;
  height:100px;
  overflow:hidden;
  position:absolute;
}
.thumbnail-wrapper img{
  position:relative;
  top:0;
}
/*-------------CONOCE NUESTRA OFERTA EDUCATIVA FIN ---------------------------*/

/*---------------- NUESTROS LOGROS INICIO----------------------*/
.rs-counter{
  background-color: #215BA1;
  /*padding-top: 70px;*/
}
.rs-counter .rs-counter-list {
  /*border: 1px solid rgba(255, 255, 255, 0.2);*/
    margin-bottom: 30px;
    text-align: center;
    padding: 23px;
    transition: .3s all ease;
}
.rs-counter .rs-counter-list .counter-number {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 2px;
}
.rs-counter .rs-counter-list .counter-desc {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
}
.rs-counter .rs-counter-list:hover {
  border-color: #E41444;
}
.rs-counter .counter-title {
  color: #fff;
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 25px;
}
.rs-counter .counter-text p {
  margin-bottom: 35px;
  color: rgba(255, 255, 255, 0.6);
}
.rs-counter .counter-img img {
  border-radius: 25px;
}
.rs-counter-style2 .rs-counter-list {
  border: none;
  padding: 0;
}
.rs-image-effect-shine {
  position: relative;
  overflow: hidden;
}
.rs-image-effect-shine::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.rs-image-effect-shine:hover::before {
  -webkit-animation: img-shine 1s;
  animation: img-shine 1s;
}
@-webkit-keyframes img-shine {
  100% {
    left: 125%;
  }
}
@keyframes img-shine {
  100% {
    left: 125%;
  }
}
/*---------------- NUESTROS LOGROS FIN----------------------*/
/*---------------- ALIANZAS START ----------------------*/
.rs-partner{
  padding-bottom: 80px;
  padding-top: 60px;
}
/*---------------- ALIANZAS FIN ----------------------*/
/*_______________________________________________________MODELO   EDUCATIVO __ START________________________________________________*/
.rs-mission .aaa{
  flex-direction: column row;
}
.rs-mission .about-desc{
  text-align: justify;
}
.rs-calltoactionimage{
  background-image: url("/images/IMGFondo.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}
.white-color {
  color: #fff !important;
}
/*_______________________________________________________MODELO   EDUCATIVO __ FIN________________________________________________*/
/*__________________________________________________________I N S T A L A C I O N E S    ST A R T______________________________________________________________*/
.rs-gallery .gallery-item {
  position: relative;
}
.rs-gallery .gallery-item .gallery-desc {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 25px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.rs-gallery .gallery-item  img { /*borde de la imagen*/
  border-radius: 10px;
}
.rs-gallery .gallery-item .gallery-desc .image-popup { /*icono de lupa rojo*/
  display: inline-block;
  width: 50px;
  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: transparent;
  color: transparent;
  font-size: 18px;
}
.rs-gallery .gallery-item:hover .gallery-desc .image-popup { /*icono de lupa rojo*/
  background-color: #E41444;
  color: #ffffff;
}
.rs-gallery .gallery-item:before {/*opaciodad de la imagen*/
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.8);
  opacity: 0;
  transition: all 0.3s ease 0s;
  border-radius:10px;
}
.rs-gallery .gallery-item:hover:before { 
  opacity: 1;
}
.rs-gallery .row {/*Espacio entre rows*/
  margin-bottom: 0px;
}
.rs-gallery .row .btw2{/*Espacio entre rows*/
  margin-bottom: 30px;
}

/*________________________________________________________________INSTALCIONES END__________________________________________________________________*/

/*_________________________________________________________________OFERTA EDUCATIVA____________________________________________________________________*/
.rs-courses-3 .sec-spacer{
  padding: 15px 25px;
  
}
.rs-courses-3 .abt-title{
  display:flex;
  justify-content: center;
  padding-top: 60px;
}
.rs-courses-3 .abt-title h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
}
.rs-calltoaction{
  background-color: #E0E0DF;                /*COLOR FONDO DE LAS CARRERAS*/
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;  
}
.rs-calltoaction .infomajor .rs-cta-inner p{
  color:#111110;
}
@media only screen and (min-width:977px){
  .rs-courses-3 .sec-spacer{
    margin: 0 170px;
  }
}
@media only screen and (min-width:977px) and (max-width:1200px){
  .rs-courses-3 .sec-spacer{
    margin: 0 0;
  }
}
.rs-courses-3 .abt-title.text-center h2:after {
  left: 50%;
  transform: translateX(-50%);
}
.rs-courses-3 .row.grid {
  min-height: 500px;
  overflow: hidden;
}
.rs-courses-3 .course-item {
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  transition: all 0.35s ease 0s;
} 
.rs-courses-3 .course-item .course-img {
  position: relative;
  /*margin: -1px -1px 0 -1px;*/
}
.rs-courses-3 .course-item .course-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.rs-courses-3 .course-item .course-img:hover::before{
  background: #e41444;
  background: -webkit-linear-gradient(bottom, #e41444, rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(bottom, #e41444, rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(bottom, #e41444, rgba(0, 0, 0, 0.6));
  background: linear-gradient(to top, #e41444, rgba(0, 0, 0, 0.6));
}
.rs-courses-3 .course-item .course-img img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.rs-courses-3 .course-item .course-img .course-value {
  position: absolute;
  bottom: -30px;
  right: 22px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #e41444;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
}
.rs-courses-3 .course-item .course-toolbar {
  position: absolute;
  width: 100%;
  bottom: 35%;
  padding: 0 20px;
}
.rs-courses-3 .course-item .course-toolbar .course-category {
  margin-bottom: 3px;
}
.rs-courses-3 .course-item .course-toolbar .course-category a {
  font-size: 24px;
  color: #ffffff;
}
.rs-courses-3 .course-item .course-toolbar .course-category a:hover {
  color: #e41444;
}

.rs-courses-3 .course-item .course-toolbar .course-date,
.rs-courses-3 .course-item .course-toolbar .course-duration {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
.rs-courses-3 .course-item .course-toolbar .course-date i,
.rs-courses-3 .course-item .course-toolbar .course-duration i {
  margin-right: 3px;
}
.rs-courses-3 .course-item .course-toolbar .course-duration {
  margin-left: 12px;
}
.rs-courses-3 .course-item .course-body .course-title {
  font-size: 20px;
  margin-bottom: 7px;
}
.rs-courses-3 .course-item .course-body .course-title a {
  color: #212121;
}
.rs-courses-3 .course-item .course-body .course-title a:hover {
  color: rgba(33, 33, 33, 0.6);
}
.rs-courses-3 .course-item .course-body .course-desc {
  padding:20px;
}
.rs-courses-3 .course-item .course-body .course-desc p {
  margin-bottom: 0;
  transition: all 0.35s ease 0s;
}
.rs-courses-3 .course-item:hover {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.1);
}
.rs-courses-3 .course-footer {
  padding: 15px 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
  border-radius: 15px;
}
.rs-courses .cource-item .course-footer {
  padding: 15px 20px;
  background-color: #f0f0f0;
  text-align: center;
}
.rs-courses-3 .course-footer .course-button a {
  color: #505050;
  display: inline-block;
  position: relative;
  padding-right: 12px;
}
.rs-courses-3 .course-footer .course-button a:hover {
  color: #E41444;
}
.rs-courses-3 .course-footer .course-button a:after {
  font-family: fontAwesome;
  content: "\f101";
  position: absolute;
  right: 0;
}
.rs-courses-list .course-button a {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  min-width: 170px;
  padding: 0 20px;
  background-color: #ff3115;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: 500;
}
.rs-courses-list .course-button a:hover {
  background-color: #e41f05;
}
@media only screen and (min-width: 867px){
  .gridFilter {
    display: flex;
    justify-content: center;
  }
}
.gridFilter {
  margin-bottom: 35px; 
}
.gridFilter button {
  background: transparent;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  color: #505050;
  cursor: pointer;
}
.gridFilter button.active {
  color: #e41444;
}
.gridFilter button + button {
  margin-left: 20px;
}
.tsu-division{
  border-bottom: 1px solid #dddddd;
  display: flex;
  align-items: center;
}
.course-category{
  padding-left: 0%;
  color:#505050;
  margin: 15px;
}
/*________________________________________________________________ORGANO INTERNO NORMATIVIDAD START__________________________________________________________________*/
.space-bt0{
  margin-bottom: 0px;
}
.space-bt30 {
  margin-bottom: 30px;
}
.space-bt30 .event-item {
  margin-bottom: 0 !important;
}
.rs-accordion-style1 .card .card-body {
  padding: 5px 15px 18px;
}
.sec-spacer .pdfs .card-body{
  width: auto;
  height: auto;
}
@media only screen and (max-width:280px){ 
  .sec-spacer .pdfs .spacebtw {
    padding-bottom: 15px;
    padding: 15px 0;
  }
}
.shop-single-page-area .tab-btm .tab-content.card {
  border: none;
}
.primary-btn {
  padding: 10px 20px;
  background: #081C54;
  color: white;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  border-radius:25px;
}
.primary-btn:hover {
  background: #e41444;
  color: #ffffff;
}
.sec-spacer .pdfs .spacebtw{
  padding-bottom: 15px;
}
.pdfs img{
  width:30%;
  height: 50%;
} 

.pa-img img {
  width: 20px;             /* tamaño más pequeño del icono */
  height: 20px;            /* mantiene proporción cuadrada */
}

.pdfs .pa-img{
    display: flex;           /* Alinear ícono y texto en fila */
    align-items: center;     /* Centrar verticalmente */
}
.pdfs .primary-btn{
  display: flex;
  justify-content: right;
}
.pdfs .card .card-body .pa-img a{
  color: black;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
.pdfs .card .card-body .pa-img a:hover{
  color: #e41444;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}

.rs-mission img{
  border-radius: 25px;
}
/*________________________________________________________________ORGANO INTERNO END__________________________________________________________________*/
/*________________________________________________________________SERVICIOS ESTUDIANTILES START________________________________________________________*/
.abt-title h2 {
  font-size: 30px;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 16px;
  text-transform: uppercase;
  position: relative;
}
.about-desc .abt-title h2:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #E41444;
}
.vision-desc .abt-title h2:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: #E41444;
}
/*________________________________________________________________SERVICIOS ESTUDIANTILES END________________________________________________________*/
/*________________________________________________________________CONTACTAN0S START________________________________________________________*/
.contact-page-section .contact-comment-section form .form-group input,
.contact-page-section .contact-comment-section form .form-group textarea {
  border: none;
  background: #E4E4DC;
  border-radius: 25px;
  box-shadow: none;
}
.contact-page-section .contact-comment-section form .form-group input.btn-send {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #E41444;
  margin-top: 15px;
  border: none;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  padding: 0 50px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
}
.contact-comment-section .form-group{
  width:100%;
}
.contact-page-section .contact-comment-section .botonenv{
  display: flex;
  justify-content: right;
}
.contact-page-section #googleMap {
  display: flex;
  justify-content:center;
  height: 350px;
}
.contact-page-section #googleMap iframe{
  width:100%;
  border-radius: 25px;
  height: auto;
}
/*________________________________________________________________CONTACTAN0S FIN________________________________________________________*/
/*________________________________________________________________BECAS START________________________________________________________*/
.rs-mission .about-desc{
  text-align: left;
}
.rs-history .image  img,
.rs-mission .image img,
.rs-vision .image  img
 { /*borde de la imagen*/
  border-radius: 20px;
}
/*______________________________________________________________________BECAS END__________________________________________________________________________________*/
/*______________________________________________________________________SOLICITAR BECA START________________________________________________________________________*/
.rs-check-out .check-out-box input {
  height: 40px;
  padding: 0 15px;
}
.rs-check-out .convocatoria .card{
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125); 
}
.rs-check-out .check-out-box select{
  width:100%;
  min-height:40px;
  display: block;
  padding: 10px 15px;
  color:#505050;
  border-radius: 25px;
}
.rs-check-out .rs-payment-system input.btn-send {
  width: 100%;
  margin-top: 25px;
  background-color: #e41444;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-align: c center;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  cursor: pointer;
}
.rs-check-out .checkbox label{
  display: flex;
  align-items: center;
}
.rs-check-out .checkbox label input{
  margin-right: 10px;
}
.rs-check-out b{
  font-size: 15px;
  font-weight: 100;
}
/*_____________________________________________________________PLAN DE ESTUDIOS START______________________________________________*/

.rs-calltoaction .container .imagemajor{
  padding-bottom: 35px;
}
/*________________________________________________________________PLAN DE ESTUDIOS END_________________________________________________*/
/*________________________________________________________________SERVICIOS START_________________________________________________*/
.rs-about-style8 ul {
  list-style: none;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0;
}
.rs-about-style8 ul li {
  flex-basis: 50%;
  position: relative;
  padding-left: 33px;
  padding-bottom: 7px;
}
.rs-about-style8 ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "\f05d";
  font-family: FontAwesome;
  color: #e41444;
  transition: all .5s ease;
}
.pt-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.sec-title2 span {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #e41444;
  font-weight: 600;
}
.bg11 {
  background-image: url(/pages/servicios/servicios_imagenes/VR-BG.jpg);
  background-position: center top;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 130px;
}
.bg12 {
  background-image: url(/pages/servicios/servicios_imagenes/IMEGEUTR-1.gif);
  background-position: center top;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 130px;
  position: relative;
}
.bg12::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgb(0 0 0 / 60%);
}
.rs-about-style7 .content-part .play-btn {
  position: relative;
}
.rs-about-style7 .content-part .play-btn .pulse-btn {
  position: absolute;
  background: #e41444;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  font-size: 30px;
  color: #ffffff;
  z-index: 1;
}
.rs-about-style7 .content-part .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: white;
  margin: 0;
}
.rs-about-style7 .content-part p {
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  color: white;
  margin: 0;
}
/*________________________________________________________________SERVICIOS END_________________________________________________*/
/*________________________________________________________________MOVILIDAD START_________________________________________________*/
.rs-why-choose .sec-title {
  margin-bottom: 44px;
}
.rs-why-choose .choose-item {
  text-align: center;
}
.rs-why-choose .choose-item .choose-title {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.rs-why-choose .choose-item i {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #e41444;
  color: #ffffff;
  border-radius: 50%;
  font-size: 36px;
}
.rs-gallery .sec-title-2.text-right h2:after {
  left: auto;
  right: 0;
}
/*________________________________________________________________MOVILIDAD END_________________________________________________*/
/*________________________________________________________________NOTICIAS START_________________________________________________*/
.mb-50 {
  margin-bottom: 50px !important;
}
.blog-page-area .blog-inner {
  overflow: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
}
.blog-page-area .blog-inner .blog-content {
  margin-top: 6px;
}
.blog-page-area .blog-inner .blog-content .date {
  font-size: 13px;
  font-weight: 600;
}
.blog-page-area .blog-inner .blog-content p {
  font-size: 15px;
}
.blog-page-area .blog-inner .blog-content h4 {
  margin: 0 0 8px;
}
.blog-page-area .blog-inner .blog-content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
}
.blog-page-area .blog-inner .blog-content a.primary-btn {
  margin-top: 12px;
}
.blog-page-area .blog-inner .blog-images {
  overflow: hidden;
  position: relative;
}
.blog-page-area .blog-inner .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  /*background: rgba(141, 148, 140, 0.534);*/
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.blog-page-area .blog-inner .blog-images img {
  transform: scale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  width: 100%;
}
.blog-page-area .blog-inner:hover .blog-images img {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.blog-page-area .blog-inner:hover .blog-images:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  /*background: rgba(0, 0, 0, 0.171);*/
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
}
.blog-page-area .blog-inner:hover .blog-content h4 a {
  color: #e41444;
}
/*________________________________________________________________NOTICIAS END_________________________________________________*/
/*________________________________________________________________ADMISION_________________________________________________*/
@media only screen and (min-width:991px){
/*.sec-spacer .santander{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  }*/
.sec-spacer .bbva{
  border-radius: 25px;
  }
}
@media only screen and (max-width:991px){
  /*.sec-spacer .santander{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }*/
  .sec-spacer .bbva{
    border-radius: 25px;
  }
}
@media only screen and (max-width:550px){ 
#bancos{
  margin: 0 15 0 15px;
  }
}
/*________________________________________________________________VACANTES START_________________________________________________*/
.vacante-card{
  border: solid #e41444 .3rem;
  border-radius: 1rem;
}
.contact{
  border: solid #095be0 .3rem;
  background-color: #095be0;
}

.vacante-card:hover{
  border: solid #ffffff .3rem;
  border-radius: 1rem;
}

.requirements-list{
  color: white;
  margin-bottom: 1rem;
}
.requirements-list li{
  padding: .3rem;
}
.requirements-list title{
  padding: .1rem;
  
}
/*CONTRALORIA SOCIAL/ DOCUMENTOS INFORMATIVOS*/

.social-body {
    font-family: Arial, sans-serif;
    padding: 20px;
    background: #fafafa;
}

.social-h2 {
    margin-bottom: 15px;
    color: #333;
}

.social-seccion {
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* contorno gris transparente */
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    background: white;
}

.social-boton {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    color: #444;
}

.social-boton:hover {
    background: rgba(0, 0, 0, 0.05);
}

.social-contenido {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 15px;
}

.social-contenido a {
    display: block;
    margin: 6px 0;
    color: #020b14;
    text-decoration: none;
}

.social-contenido a:hover {
    text-decoration: underline;
    color: #9e9fa0;
}

.social-contenido.activo {
    padding: 10px 15px;
    max-height: 500px;
    /* valor suficiente para contener los enlaces */
}

