@font-face {
  font-family: 'PTSans';
  src:  url('fonts/PT_Sans/PTSans-Bold.ttf');
  font-weight: bold;
  font-style: bold;
}

.header-nav{
  font-family: 'PTSans';
  src:  url('fonts/PT_Sans/PTSans-Bold.ttf');
  font-weight: bold;
  font-style: bold;
}

.roboto-regular-p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.custom-font-light-nav {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
}


.bg-secundario{
  background-color: var(--secondary) !important;
}

.bg-color-second{
  background-color: var(--my-color-bg) !important;
}

/*ModificaciÃ³n de font*/
body{
  /*font-family: 'raleway_thinregular' !important;*/
  /*font-family: "PTSans", sans-serif;
  font-weight: 400;
  font-style: normal;*/

  /*
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  */

  /*
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  */

  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;

/*
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
*/
}

.text-color-second{
  color: var(--font-color-second) !important;
}

h1, h2, h3, h4, h5, h6{
  font-weight: normal !important;
}

.counters label{
  font-weight: normal !important;
}

html .bg-grey{
  background-color: #E5E5E5 !important;
}

h1{
  letter-spacing: -.01em !important;
}

.text-color-custom {
  /*color: #3d51a8 !important;*/
  color: var(--my-color-custom) !important;
}

/* Contraste */

html .text-color-light, html .text-light {
  color: var(--font-color-second) !important;
}

#header .header-top.header-top-default{
  background-color: var(--my-color-bg) !important;
}

#header .nav-main nav > ul > li > a {
  color: var(--my-color-txt) !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a{
  background-color: var(--my-color-second-custom) !important;
}

.thumb-info-title{
  color: var(--my-color-txt) !important;
}

/* Para contraste */
.tp-bgimg{
  filter: var(--filter-img);
}
#clientes img{
  filter: var(--filter-img);
}

/*Slider contraste*/
.owl-item-contraste{
  filter: var(--filter-img);
}

.owl-item-custom p{
  color: #FFFFFF !important;
}

section img{
  filter: var(--filter-img);
}

.card img{
  filter: var(--filter-img);
}

.section-contact{
  background-color: var(--my-color-second) !important;
}

#prueba-bloque img{
  filter: var(--filter-img);
}

#footer h4{
  color: var(--my-color-txt) !important;
}

#footer.footer-texts-more-lighten p, #footer.footer-texts-more-lighten span, #footer.footer-texts-more-lighten a:not(.btn):not(.no-footer-css), #footer.footer-texts-more-lighten li{
  color: var(--my-color-txt) !important;
}

/* Fin contraste */

.recent-posts .date .month {
  padding: 2px 20px !important;
}

/* Slider With Overlay */
.rev_slider li.slide-overlay .slotholder:after {
  width: 100%;
  height: 75% !important;
  content: '';
  position: absolute;
  left: 0;
  top: 25% !important;
  pointer-events: none;
  opacity: 1 !important;
  /*background: #212529;*/
  /*background: linear-gradient(transparent, black) !important;*/
  /*background: linear-gradient(247.02deg, transparent, #1D1D1B) !important;*/
  background: linear-gradient(transparent, #1D1D1B) !important;
  mix-blend-mode: multiply !important;
  z-index: 2;
}
/*
.mascara-test{
    height: 60%;
    background: rgba(0,0,0,.2) !important;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%) !important;
    z-index: 1;
}
*/
.header-container{
  /*height: 95px !important;*/
  height: 141px !important;
}

.pt-8 {
  margin-top: -10px;
  min-height: 10px !important;
}

.pt-9 {
  padding-top: 0px !important;
  padding-top: 0rem !important;
}

#header .header-body{
  background: var(--my-color) !important;
  border-top:  0px !important;
}
#footer{
  margin-top:  0 !important;
}

/* Add a black background color to the top navigation bar */
.topnav-sub {
  overflow: hidden;
  background-color: #e9e9e9;
}

/* Style the links inside the navigation bar */
.topnav-sub a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav-sub a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav-sub a.active {
  background-color: #2196F3;
  color: white;
}

/* Style the search box inside the navigation bar */
.topnav-sub input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}

#header .header-nav-main nav > ul > li{
  height: auto !important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a{
  color: #fff !important;
  letter-spacing: 1px !important;
}

.dropdown-menu{
  background: var(--bs-dropdown-bg-custom);
}

/* Tamaño */

.thumb-info .thumb-info-title{
  font-size: var(--size-text) !important;
}

/* Font Size */
.text-0-5 {
  font-size: var(--size-text0-5) !important;
}

.text-2{
  font-size: var(--size-text2) !important;
  font-family: "Krub", sans-serif !important;
  font-weight: 600 !important;

}
.text-4{
  font-size: var(--size-text4) !important;
}
.text-5{
  font-size: var(--size-text5) !important;
}
.text-6{
  font-size: var(--size-text6) !important;
}
/* --------------- */
/**** CAMBIOS EN EL HEADER ****/
#header .header-body:not(.h-100) {
  background-color: #3b4eaa; /* Cambiando color fondo menÃº principal */
}

/*#header .header-nav-main nav > ul > li > a {
  text-transform: capitalize !important;
}*/

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
  color: #959595 !important;
}
/* Nav/Menu 2 */
#header .nav-main nav > ul > li > a {
  /*font-size: 20px !important;*/
  font-size: var(--size-nav) !important;
  font-family: "Krub", sans-serif !important;
  font-weight: 600 !important;
  font-style: normal !important;
  /*line-height: 135.02%;*/
}

#header .nav-second nav > ul > li > a {
  font-size: 13px !important;
  line-height: 12px !important;
  letter-spacing: 1px;
}

.header-nav{
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
}

#header .header-nav-features .header-nav-top-icon, #header .header-nav-features .header-nav-top-icon-img {
  color: var(--my-color-txt) !important;
}

/*Efecto scroll menÃº*/
#header.header-effect-shrink .header-container {
  min-height: 90px !important;
}

/*TamaÃ±o logo original*/
.header-logo-non-sticky{
  width: 155px !important;
  height: 91px !important;
}

/* Header Arrows */
#header .header-nav-main-arrows nav > ul > li > a.dropdown-toggle:after {
  padding: 0 0 0 7px !important;
}




/* header modicando el logo */
html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
  top: -20px;
}

html.sticky-header-enabled #header .header-logo-sticky-change .test img {
   top: -20px !important;
}

.social-icons li a{
  color: var(--my-color-txt) !important;
}

#header .header-social-icons{
  margin: 0 !important;
}

/* Rev. slider */
.tparrows::before{
  font-size: 50px !important;
}

.tp-bullet.selected, .tp-bullet:hover{
  /*background: yellow !important;*/
  background: var(--font-color-second) !important;
}

.tp-bullets.bullets-style-1 .tp-bullet{
  width: 16px !important;
  height: 16px !important;
}

/*----*/

#mainNav2{
  font-size: 30px !important;
}

.mt-n2 {
  margin-top: -8px !important;
  margin-top: -0.15rem !important;
}


/*This movil!!*/
@media (max-width: 991px) {
  .subtitle-nav{
    background-color: #E8E8E8 !important;
    padding: 5px !important;
    font-size: 20px !important;
  }

  html #header.header-transparent .header-nav-main nav{
    padding: 10px !important;
  }

  /*Nav principal ajuste texto*/
  #header .header-nav-main nav{
    background-color: var(--my-color-second-custom) !important;
  }

  #header .header-nav-main nav > ul > li > a {
    text-align: center !important;
    font-weight: 300 !important;
  }

  #header .header-nav-main nav > ul li a {
    text-align: left !important;
  }
  /* Nav inferiror */
  #header .header-nav-main nav > ul li a {
    font-size: 19px !important;
  }
  #header .header-nav-main nav > ul li {
    padding: 6px !important;
    text-align: center !important;
    /*background-color: #EAEAEA !important;*/
  }
  .dropdown-item {
    white-space: normal !important;
  }
  .nav-top-inf{
    background-color: #FAFAFA !important;
  }
  html:not(.sticky-header-enabled) #header .header-logo-sticky-change .header-logo-non-sticky {
    top:  25px !important;
  }

  html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body{
    background-color: var(--my-color-bg) !important;
  }

  #header .header-nav-main nav {
    max-height: 92vh !important;
  }
  /*Para las migas de pan*/
  .page-header.page-header-modern.page-header-md {
    padding-top: 50px !important;
  }
  .pt-5 {
    padding-top: 0px !important;
  }
  /*Ajustando icono de busqueda*/
  .header-nav-top-icon{
    font-size: 25px !important; 
    color: #FFF !important;
  }
  /* Menu mÃ³vil uach-intranet-contacto */
  .navbar-custome{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 22px !important;
    background-color: white !important;
    display: flex !important;
    justify-content: right !important;
  }

  .container-custom-xs{
    height: 80px !important;
    padding-right: 0 !important;
  }

  html #header.header-transparent .header-nav-main:before{
    width: 100% !important;
  }

/*
  #header .header-btn-collapse-nav{
    background: #84AE4D !important;
  }*/

  #header .header-btn-collapse-nav{
    background-color: var(--my-color) !important;
  }

  .text-xs-12{
    font-size: 10px !important;
  }
}

@media (min-width: 992px) {
  li.break {
    flex-basis: 100%;
    width: 0px; 
    height: 0px !important; 
    overflow: hidden;
  }
  /*Para el segundo menÃº*/
  #header .second nav > ul > li > a {
    color: #707070 !important;
  }
  /*MÃ¡s ancho para el submenu*/
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    min-width: 400px !important;
  }
}

/* Para version escritorio */
@media screen and (max-width: 600px) {
  .topnav-sub a, .topnav-sub input[type=text] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 18px;
  }
  .topnav-sub input[type=text] {
    border: 1px solid #ccc;
  }
}

@media (min-width: 992px) {

  /*regulando el espaciado en el texto del menu*/
  #header .header-nav-main nav > ul > li > a {
    letter-spacing: 0px !important;
    padding: 0 1.2rem !important;
  }

  /*nav secundario*/
  .nav > li > a:before {
      content: '';
      position: absolute;
      top: 50.7%;
      right: -5px;
      background-color: #c6c6c6 !important;
      opacity: .4;
      width: 1px;
      height: 12px;
      /* border-radius: 100%; */
      transform: translate3d(0, -50%, 0);
  }

  .nav > li:last-child > a:before {
    content: none;
  }

  /*nav primario*/
  /*
  #header .header-nav-main nav > ul > li > a:before{
    content: '';
    position: absolute;
    top: 50.7%;
    right: -5px;
    background-color: #FFF !important;
    width: 1px;
    height: 12px;
    transform: translate3d(0, -50%, 0);
  }
  */
  #header .header-nav.header-nav-links nav > ul > li:hover > a:before, #header .header-nav.header-nav-links nav > ul > li.open > a:before, #header .header-nav.header-nav-links nav > ul > li.accessibility-open > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-line nav > ul > li.open > a:before, #header .header-nav.header-nav-line nav > ul > li.accessibility-open > a:before {
    opacity: .4 !important; 
  }
  #header .header-nav-main nav > ul > li:last-child > a:before {
    content: none;
  }

  #header .sub nav > ul > li > a {
    font-size: 12px !important;
    font-weight: 300;
    color: white !important;
  }
  #header .navsecundario{
    background-color: rgba(61,61,61,0.6);
    border-radius: 5px;
    align-self:  end !important;
  }

  #header .navsecundario nav > ul > li > a {
    font-size: 12px !important;
    font-weight: 300;
    color: white !important;
  }

  #header .header-nav {
    padding: 5px 0;
    padding: 1px 0;
    min-height: 20px;
  }

  .pt-8 {
    margin-top: -1px;
    min-height: 1px !important;
  }

  #mainNav{
    color: red !important;
    text-size:  45px !important;
  }

  #navprincipal{
    color: red !important;
    background-color: grey;
    text-size:  40px !important;
  }

  #nav-secundario{
    font-size: 15px !important;

  }

  #nav-secundario ul{
    list-style:none; /* Eliminamos los bullets */
    margin:0px; /* Quitamos los margenes */
    padding:0px; /* Quitamos el padding */
  }
  #nav-secundario ul li {
    float:right; /* Hacemos que el menu se muestre horizontal */
    padding-left:10px;
    padding-right:10px;
  }
  #nav-secundario ul li a{
    margin: left;
    text-decoration:none;
    color:#CCCCCC;
    /*font-weight:bold;*/
  }
  #nav-secundario ul li a:hover{
      color:#FFFFFF;
  }
  aside ul.nav-list > li > a {
    color:  #FFF !important;
}


@media (max-width: 767.98px) {

}

.input-search {
  border-radius: 5px;
  border: 1px solid #39c;
  padding-left: 10px;
  font-size: 10px;
}

/*Actualizando estilo UACh*/

.bottom-17 {
  bottom: -50px !important;
}

/*nav primario*/
html:not(.sticky-header-active) #header.header-semi-transparent-dark .header-body {
  /*background-color: rgba(68, 68, 68, 0.6) !important;*/
  background: linear-gradient(90deg, var(--color-overlay) 0%, var(--color-overlay-end) 100%) !important;
}

        .search-bar {
            background-color: #f9f9f9;
            /*padding: 10px;*/
            border-radius: 5px;
            display: flex;
            /*justify-content: space-between;*/
            align-items: center;
        }

        .btn-buscar {
            background-color: #d2002d;
            color: white;
            padding: 10px 20px;
            border-radius: 0;
            border: none;
        }

        select.custom-fontawesome {
            background-image: url('../../_imag/uach/icons/down-arrow.png');
        }


.owl-carousel.stage-margin .owl-stage-outer {
  margin-left: 0px !important; 
  margin-right: 0px !important;
}


.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-prev, .carousel-half-full-width-wrapper > .owl-carousel .owl-nav button.owl-next {
    position: static;
    transform: none;
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-nav {
    position: absolute;
    top: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    transform: none;
    text-align: left;
}


.feature-box .feature-box-icon-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*flex: 1 0 auto;*/
    background: rgba(0, 0, 0, 0.06);
    border-radius: 100%;
    color: #FFF;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 7px;
    text-align: center;
    padding: 0.8em;
    height: 1px;
    width: 2.7em;
    height: 2.7em;
}

/* Estilo para el botón */
.btn-accessibility {
  background-color: #FFD600; /* Fondo amarillo */
  color: black; /* Texto negro */
  border-radius: 50% !important; /* Botón circular */
  width: 60px !important;
  height: 60px !important;
  display: flex;
  justify-content: center;
  bottom: 50%;
  align-items: center;
  /*box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);*/
  z-index: 1000;
  border-color: transparent !important;
  left: 10px !important;
}

.btn-color:hover{
  color: #000000 !important;
  ackground-color: yellow !important;
}

.dropdown-custom-color{
  background-color: yellow !important;
}

.social-icons li:hover a{
  background-color: transparent !important;
}


/* Rounded */
.custom-btn-border-radius {
  border-radius: 12px !important;
}


.objetfit > img{

  height: 250px;
  object-fit: none;
  background-color: black;
  /*border: 3px solid #ff9daa;*/
}

.overflow{
  height: 310px;
  overflow: hidden;
}

.btn-rounded{
  border-radius: 5px !important;
}

.status-oculto{
  display: none !important;
}


/*Slider Owl*/

/* Capa oscura superpuesta */
.overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(247.02deg, #FFFFFF -50.31%, #000000 127.55%);*/
  background: linear-gradient(247.02deg, #FFFFFF -50.31%, #000000 180.55%);
  mix-blend-mode: multiply;
  /*opacity: .7;*/
  opacity: .5;
  z-index: 1;
}

.owl-carousel .owl-dots .owl-dot span{
  height: 15px !important;
  width: 15px !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
  background-color: var(--font-color-second) !important;
}

.owl-carousel .owl-item * {
    transition: none !important; /* Deshabilita la transición para todos los elementos dentro del item */
}
/* Bordes extras */
.rounded-top-5{
  border-top-left-radius: var(--bs-border-radius-xxl);
  border-top-right-radius: var(--bs-border-radius-xxl);
}

.rounded-bottom-5{
  border-bottom-left-radius: var(--bs-border-radius-xxl);
  border-bottom-right-radius: var(--bs-border-radius-xxl);
}

.rounded-right-5{
  border-top-right-radius: var(--bs-border-radius-xxl);
  border-bottom-right-radius: var(--bs-border-radius-xxl);
}

.accordion.accordion-modern-status.accordion-modern-status-borders > .card{
  border-radius: 10px !important;
}

.h-375px {
  height: 375px;
}


.custom-container-background:before {
  width: 100% !important;
}

.top-25pct{
  top:  25% !important;
}

.owl-carousel .item {
    display: block;
    width: 100%;
    height: auto;
}

.h-70px {
  height: 70px;
}


/* CSS info.php, carreras.php */
#custom-text-info ul > li{
  color: #000 !important;
  font-size: var(--size-text6) !important;
}

.cuerpo p{
  color: #000;
  font-size: var(--size-text6) !important;
  /*font-weight: 300 !important;*/
}

.cuerpo h3{
  color: #1a63bc !important;
  text-align: left !important;
  font-weight: 700 !important;
  font-size: 2.30em !important;
}

.cuerpo table{
  caption-side: top !important;
}

.item-carousel-none-deco a:hover{
  text-decoration: none;
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title{
  opacity: 0.8 !important;
}

.dropdown-item {
  white-space: normal !important;
}

.cuerpo ul > li{
  color: #000 !important;
  font-size: var(--size-text6) !important;
}

/* Owl Carousel Custom info.php*/
.owl-carousel.dots-inside-top .owl-dots {
  position: absolute;
  top: 2px;
  right: 10px;
  margin-top: 0;
}

section.section{
  border-top:  0px !important;
}

/*Accesibilidad*/
section.section-bg {
  background: var(--section-bg) !important;
}
section.section-bg-custom{
  background: var(--section-bg-custom) !important;
}
section.bg-footer-head{
  background: var(--bg-footer-head) !important;
}
section.bg-footer-body{
  background: var(--bg-footer-body) !important;
}
section.section.section-background{
  filter: var(--filter-img) !important;
}

.thumb-info.custom-op-color-1.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(35, 255, 80, 0.25) !important;
}

.thumb-info.custom-op-color-2.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(217, 18, 18, 0.39) !important;
}

.thumb-info.custom-op-color-3.thumb-info-lighten .thumb-info-wrapper:after {
  background: rgba(19, 78, 207, 0.39) !important;
}


.thumb-info.thumb-info-bottom-info-dark.custom-bg-color .thumb-info-title{
  background: #3a3939a3 !important;
}

/*Creación de nuevo componente vertical*/
.process-vertical-custom {
  text-align: left;
}

.process-vertical-custom .process-step {
  width: 100%;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  position: relative;
  padding-bottom: 60px;
}

.process-vertical-custom .process-step:before {
  display: none;
}

.process-vertical-custom .process-step:after {
  width: 2px;
  display: block;
  background-color: transparent;
  position: absolute;
  content: '';
  height: calc(100% - 80px);
  top: 70px;
  left: 30px;
}

.process-vertical-custom .process-step:last-child:after {
  display: none;
}

.process-vertical-custom .process-step-circle {
  height: 60px;
  width: 60px;
  margin: 0 15px 0 0;
  min-height: 60px;
  min-width: 60px;
}

.process-vertical-custom .process-step-content {
  padding-top: 0;
}