/*
Theme Name: Generación Universitaria
Theme URI:
Author: Rombhus
Author URI: https://rombhus.com/
Description: Theme GU
Version: 1.0
License: GNU General Public License or later
Tags: HHTML5 CSS3 JS
Text Domain: generacion-universitaria

This theme, like WordPress | Generación Universitaria
*/
@charset "UTF-8";
/* CSS Document */



._search .contact-form button[type='submit'] {
background: inherit;
border: inherit;
border-radius: inherit;
color: inherit;
font-weight: inherit;
text-transform: inherit;
padding: 6px ; 
transition: inherit;
}

.tabs li .video-secundaria{
float: left;
margin: 0;
/*padding: 0;*/
height: auto;
border-left: none;
margin-bottom: 10px;
overflow: hidden;
position: relative;
/*border-radius: 0 0 10px 10px;*/
/*border-bottom: solid 8px #0065b3;*/
background:white;

}

.ul.tabs li {
background: transparent !important;
border-radius: 5px 0 10px 10px;
}

.tabs li .active .video-secundaria {
border-bottom: solid 8px #f94203;
}

ul.tabs{
border: none !important;
}

.menu ul {
display: block;
padding: 0;
margin: 0;
list-style: none;
z-index: 9;
}

@media (min-width: 992px){
.menu ul {
display: flex;
} 
}

.menu ul li ul {
display: none;
}

.menu ul li a:hover + ul, .menu ul li ul:hover {
display: flex;
position: absolute;
padding: 10px;
background: #f9f9f9;
flex-direction: column;
z-index: 9999;
top: 30px;
border-radius: 10px;
}

.menu-item  .page_item {
position: relative;
background-color: transparent;
white-space: nowrap;
}

.menu-item  .page_item-has-children {
margin-right: 5px;
}

.menu-item .page_item-has-children::before {
content: url(../../assets/img/drop.svg);
position: absolute;
top: 3px;
color: var(--primary);
right: -5px;
font-weight: bold;
cursor: pointer;
width: 10px;
height: 10px;
}

.menu-item  .sub-menu {
overflow: auto;
flex-flow: column;
height: 500px;
}

.menu .sub-menu .page_item-has-children::before {
content: url(../../assets/img/drop.svg);
position: absolute;
top: 8px;
color: var(--primary);
right: 0px;
cursor: pointer;
width: 10px;
height: 10px;
}

.menu-item a:before{
content: "\f140";
font-family: bootstrap-icons;
margin-right: 10px;
z-index: 10;
font-size: 8px;
color: var(--primary-color);
}

.menu-item a{
padding-right: 4px;
padding-left: 5px;
padding-top: 0!important;
padding-bottom: 1.3px!important;
font-size: 13px;
font-weight: 700;
color: #0078b6;
text-transform: uppercase;
}

.sub-menu .menu-item a:before{
content: url() !important;
}

.sub-menu .menu-item a{
font-size: .8em !important;
}

.etiqueta-nota a{
    color: white;
}


ul.related-posts.extended_view, ul.related_du-posts.extended_view {
    margin: 0;
    list-style: none;
    padding: 0 !important;
}

.related-post {
    margin: 25px auto;
    padding: 15px 0;
    border-top: 3px solid #f84203;
    border-bottom: 1px solid #90979f;
    background-color: #ebeff3;
    text-decoration: none;
    border-radius: 0 0 15px 0;
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    transition: .3s ease;
}

.related-post:hover{
    background-color: white; 
}

.related-post-image {
    float: left !important;
    width: 50% !important;
    max-width: 160px !important;
    margin-right: 15px !important;
}

.related-post-title{
    font-size: 1.33rem!important;
    position: inherit !important;
    width: inherit !important;
    overflow: inherit !important;
    background-color: inherit !important;
    background: inherit !important;
    color: #333 !important;
    text-align: inherit !important;
    margin: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    height: inherit !important;
    line-height: inherit !important;
    font-weight: bold;
}

/* gallería */
.gallery-slider {
}
.gallery-slider br {
    display: none;
}
.gallery-slider p {
    display: none;
}
.gallery-slider .gallery-slider__outside {
    min-width: 260px;
    position: relative;
}
.gallery-slider .gallery-slider__inside {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.gallery-slider .gallery-slider__counter {
    float: right;
}
.gallery-slider .gallery {
    height: 100%;
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    transition: transform ease-in-out 0.4s;
    width: auto;
   /* Updates via JS */
    will-change: transform;
}
.gallery-slider .gallery-item {
    height: 100%;
    float: left;
    margin-bottom: 0;
    text-align: center;
    width: auto;
   /* Updates via JS */
}
.gallery-slider .gallery-icon {
    background: black;
    line-height: 0;
    width: 100%;
}
.gallery-slider .gallery-item img {
    height: 625px;
    width: 100%;
    object-fit: cover;
    border: none !important;
}
.gallery-slider .gallery-caption {
    color: gray;
    font-family: Sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
}


.gallery-caption {
    background: white;
    color: black !important;
    font-size: 1em !important;
    text-align: center;
    padding: 30px;
    border-radius: 0 0 10px 10px;
}


.gallery-slider__arrow{
    position: absolute;
    z-index: 9;
    width: 25px;
    height: 50px;
    background: rgba(0 0 0 / 50%);
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s ease;
    font-weight: bold;
}

.gallery-slider__arrow:hover{
    background: rgba(0 0 0 / 100%);
    color: white;

}

.gallery-slider__arrow--previous{
    left: 0;
    top: 50%;
}

.gallery-slider__arrow--next{
    right: 0;
    top: 50%;
}

.gallery-slider__counter {
    position: absolute;
    z-index: 9;
    left: 47%;
    z-index: 9;
    top: 10px;
    background: rgba(255 255 255 / 50%);
    padding: 1px 7px;
    color: white;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 70%);
    font-size: .8em;
}

.gallery-slider #wpdevar_comment_2{
display:none !important;
}

/* News Styles */

.bg-white {
	background: white;
  }
  
  .aspect {
	position: relative;
	width: 100%;
	z-index: 0;
	transition: .3s ease;
  }
  
  .aspect img {
	position: absolute;
	top: 0;
	object-fit: cover;
	transition: .3s;
	height: 100%;
	width: 100%;
	z-index: 1;
	text-align: inherit !important;
    min-width: inherit !important;
    cursor: inherit !important;
  }
  
  .aspect-16-9 {
	padding-top: 61.25%;
  }
  
  .conten-post {
  }
  
  .conten-post {
	position: relative;
  }
  
  .conten-post h2 {
	font-size: 22px;
	font-weight: 600 !important;
  }
  
  .new-category {
	color: #FFFFFF;
	font-family: 'Audiowide';
	padding: 3px 7px;
	background-color: #f0340c;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.7rem;
	border-radius: 0 8px 0 8px;
	height: 23px;
	width: fit-content;
	margin-bottom: 15px;
	position: absolute;
	top: -30px;
	left: -1px;
  }
  
  @media (min-width: 576px) {
	.new-category {
	  position: relative;
	  top: inherit;
	}
  }
  
  .radius-left {
	border-radius: 10px;
	overflow: hidden;
  }

.icon-player{
	position: absolute;
    z-index: 9;
    font-size: 50px;
    width: 70px;
    height: 70px;
    background: rgba(255 255 255 / 80%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 9px rgba(0 0 0 / 10%);
	top: calc(50% - 35px);
    left: calc(50% - 35px);
	pointer-events: none;
}