:root {
    --orange-25: #FEF5F1;
    --orange-50: #FDEEE8;
    --orange-100: #FBDCCF;
    --orange-200: #F7BAA1;
    --orange-300: #F39772;
    --orange-400: #EF7443;
    --orange-500: #E65014;
    --orange-600: #BC4110;
    --orange-700: #8D310C;
    --orange-800: #5C2008;
    --orange-900: #2E1004;
    --purple-50: #F1EAFB;
    --purple-100: #E4D4F7;
    --purple-200: #C8A9EF;
    --purple-300: #AD7FE6;
    --purple-400: #9254DE;
    --purple-500: #7629D6;
    --purple-600: #5F21AB;
    --purple-700: #481982;
    --purple-800: #2F1056;
    --purple-900: #18082B;
    --white: #ffffff;
    --gray-10: #FCFCFC;
    --gray-50: #F2F2F2;
    --gray-100: #E5E5E5;
    --gray-200: #cfcfcf;
    --gray-300: #B2B2B2;
    --gray-400: #999999;
    --gray-500: #808080;
    --gray-600: #666666;
    --gray-700: #4D4D4D;
    --gray-800: #333333;
    --gray-900: #1A1A1A;
    --gray-950: #0D0D0D;
    --black: #000000;
    --br: 4px;
}

html {
    height: 100%;
}

body {
    width: 100%;
}

.crai {
    font-family: 'periodico';
    font-size: 1rem;
}

#dropDown {
    border-radius: 4px;
    border: 1px solid #999999;
    box-sizing: border-box;
    color: #999999;
    font-family: 'visuelt';
    font-size: .75rem;
    padding: 0.5rem;
}

.titulo-alineador-videoteca {
    font-size: 2rem;
    margin-bottom: 0;
}

.hero-videoteca {
    width: auto;
    background-image: url(../img/Header-mobile.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 662px;
}

.parrf-alineador {
    font-size: 1.25rem;
    text-align: center;
    color: var(--gray-600);
    font-family: 'visuelt';
    width: 50%;
    padding-top: .5rem;
}

.columna-2 {
    max-width: 100%;
}

.banner {
    width: auto;
}

#videos_masterclass_cards {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    justify-content: center;
    margin: 0 3%;
}

.videos_masterclass {
    height: auto;
    width: auto;
    border-radius: var(--br);
    padding-bottom: 2rem;
    margin: 0 10%;
}

.results_not_found {
    margin: auto;
    text-align: center;
    text-align: -webkit-center;
    font-size: 1.5rem;
    padding: 1rem 0;
    font-weight: 600;
}

.filters_container {
    margin-top: 70%;
    padding-top: 5%;
    padding-bottom: 10px;
    top: 0;
    position: sticky;
    background-color: var(--white);
    z-index: 3;
}

.viu-mini-card {
    transition: .2s;
    box-sizing: border-box;
    background: #fff;
    margin: 1.5%;
    display: inline-block;
    cursor: unset !important;
    height: auto;
    width: 22%;
    position: relative;
}

.carousel-title {
    font-family: 'visuelt';
    font-weight: 600;
    font-size: 2rem;
    text-align: left;
    padding-left: 10px;
}

.viu-mini-card .pic,
.carousel_card .pic,
.profil-photo .pic {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: .25rem;
    cursor: pointer;
}

.container-titleCard {
    width: 100%;
    display: inline-flex;
    gap: .5rem;
    align-items: baseline;
    justify-content: space-between;
}

.viu-mini-card .H10,
.conteneur-about .H10,
.carousel_card .H10 {
    font-size: 1rem;
    font-family: 'visuelt';
    font-weight: 600;
    line-height: 125%;
}

.viu-mini-card .H10 {
    padding: .5rem;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: lowercase;
}

.viu-mini-card .H10::first-letter {
    text-transform: uppercase;
}

.carousel_card .H10 {
    padding: .5rem 0;
    font-size: .875rem;
    font-family: 'visuelt';
    font-weight: 700;
}

.carousel_card .subtitle_area {
    font-size: .875rem;

}

.viu-mini-card .subtitle_area {
    display: inline-flex;
    font-size: 0.875rem;
    font-family: 'visuelt';
    color: var(--gray-400);
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    padding: 0 .5rem;
}

.viu-mini-card .fa-circle,
.carousel_card .fa-circle {
    padding: 5px;
}

.fa-chevron-right:before,
.fa-chevron-left:before {
    padding: 0 .5rem;
    cursor: pointer;
}

.viu-mini-card:hover {
    z-index: 2;
    /* cursor: pointer; */
}

.viu-mini-card .viu-video-iframe,
.carousel .viu-video-iframe,
.conteneur-about .viu-video-iframe {
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 30px;
    content: "\f04b";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 80px);
    text-shadow: 0 0 20px rgba(0, 0, 0, .5);
    z-index: 2;
    cursor: pointer;
}

.videos_masterclass .viu-video-iframe {
    top: calc(50% - 30px);
}

.conteneur-about .viu-video-iframe {
    top: calc(50% - 30px);
}

.viu-mini-card .tooltip {
    position: relative;
    opacity: inherit;
    margin-left: auto;
    z-index: 1;
}

.viu-mini-card .fa-info-circle {
    cursor: pointer;
}

.viu-mini-card .tooltip .tooltip-text {
    /* visibility: hidden; */
    display: none;
    width: 400px;
    height: 113px;
    background-color: #ffffff;
    border: 1px solid #B2B2B2;
    border-radius: .25rem;
    font-family: 'visuelt';
    font-size: 1rem;
    color: #4D4D4D;
    position: absolute;
    bottom: 150%;
    right: -420%;
    transition: 0.5s;
    padding: .75rem 0 .875rem .875rem;
    text-align: left;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    z-index: 3;
    /* opacity: 1; */
}

.viu-mini-card .tooltip .tooltip-text div,
.viu-mini-card .tooltip .tooltip-text p {
    padding: 0 10px;
    text-align: justify;
}

.viu-mini-card .tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 90%;
    margin-left: -5px;
    border-width: 5px;
}

.viu-mini-card .pic .pastilla {
    background-color: white !important;
    border: 1px solid white !important;
    margin-right: 5px !important;
    margin-bottom: 5px;
    margin-top: 0;
}

.viu-mini-card .pic .pastilla-txt {
    color: var(--gray-500) !important;
}

.viu-mini-card .pic .pastilla img {
    filter: invert(54%) sepia(10%) saturate(10%) hue-rotate(322deg) brightness(92%) contrast(87%) !important;
    height: 11px !important;
    margin-right: 5px !important;
}

[class*="tooltip_button_close"] {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    color: #000;
    font-weight: bold;
}

.carousel .viu-video-iframe {
    top: calc(50% - 15px);
}

.viu-gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    z-index: 1;
}

.change_view {
    display: flex;
    justify-content: right;
    align-items: center;
}

#total_results_found {
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 1.5rem;
    /* margin-top: 1.5rem; */
    color: #999999;
    font-family: 'visuelt';
    font-size: 1rem;
}

.change_view i {
    margin: 5px;
    font-size: 22px;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

/* START CAROUSEL */

.hero-content-carousel {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 7%;
}

.carousel {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    scroll-behavior: smooth;
}

#carousel_container {
    margin: 0 auto;
    overflow: hidden;
}

.carousel_card {
    text-align: left;
    margin: 10px;
    flex: 32% 0 0;
    background-position: center center;
}

.carousel_card .pic {
    height: 240px;
    border: 1px solid var(--gray-200);
    border-radius: .25rem;
}

.carousel_card .subtitle-area {
    display: flex;
}

.cards-wrapper {
    display: flex;
    transition: ease 0.5s;
    margin-top: 1rem;
}

.display-area {
    width: 80%;
    overflow-x: hidden;
    margin: auto;
    padding-top: 5%;
}

.display-area .H8 {
    margin: 0 !important;
}

.dots-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
}

.dot {
    border: none;
    background: rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    outline: none;
}

.dot:hover {
    background: rgba(0, 0, 0, 0.3);
}

.dot.active {
    background: #E65014;
}

.logoVIUMobile,
.searchMob {
    display: none;
}

.searchDeskt {
    display: block;
}

/* END CAROUSEL */

.conteneur-about {
    padding: 10px 0px;
    border-radius: .5rem;
    margin: 10px;
    width: 100%;
}

.about {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.profil-photo {
    width: 25%;
    float: left;
    padding: 10px 20px;
    position: relative;
}

.profil-photo .pic {
    margin-bottom: 0;
    border-radius: 5px;
}

.profil-text {
    width: 70%;
    float: left;
    position: relative;
    display: block;
}

.profil-text span {
    text-align: left;
    line-height: 125%;
    font-size: 1rem;
    font-family: 'visuelt';
}

.profil-text .H12 {
    font-family: 'visuelt';
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.125rem;
    padding-top: .25rem;
}

.div_author {
    color: var(--gray-300);
    font-size: .875rem;
    font-family: 'visuelt';
    line-height: 1.375rem;
    font-weight: 400;
}

.div_author .fa {
    margin-right: 0.5rem;
}

.especifications_cont {
    display: flex;
    gap: .25rem;
    color: var(--gray-300);
    font-family: 'visuelt';
    font-weight: 400;
}

.profil-text button {
    font-size: .875rem;
    color: var(--orange-500);
    background-color: transparent !important;
    border: none !important;
    padding: .5rem 0 !important;
    margin: 0;
}

.profil-text .pastilla {
    background-color: var(--gray-400);
    border: none;
    padding: .125rem .5rem;
    margin-right: .25rem;
}

.profil-text .pastilla-txt {
    color: var(--white);
    font-size: .75rem;
}

.profil-text img {
    height: 11px;
    margin-right: 5px;
}

/*.profil-text i {
    margin: 0 6px;
}*/

.see_gridview,
.see_listview {
    padding: 10px;
}

.see_gridview:hover,
.see_listview:hover {
    background-color: var(--gray-200);
    border-radius: .25rem;
}

.see_gridview.active,
.see_listview.active {
    background-color: var(--orange-500);
    padding: 10px;
    color: var(--white);
    border-radius: 3px;
}

.input_filter_section {
    width: 100%;
    height: 46px;
    display: inline-flex;
    margin: .5rem 0;
}

#suggestions .fa-clock-o {
    margin-right: 0.5rem;
}

.filter-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.group-section{
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.check_visible_section {
    width: 210px;
    height: 36px;
    align-items: center;
    padding: .125rem .875rem;
    border: 1.25px solid #cfcfcf;
    border-radius: .25rem;
    display: inline-flex;
    justify-content: space-between;
    background-color: var(--white);
}

#faculty_select,
#dropDown, #speciality_select, #orderBy_select {
    width: 240px;
    padding: .5rem .875rem;
    border-radius: .2rem;
    border: none;
    color: #999999;
    font-size: 1rem;
    font-family: 'visuelt';
    border-right: 12px solid transparent;
    outline: 1.25px solid #cfcfcf;
}

#orderBy_select {
    width: 160px;
    margin: 0 1.5rem;
    cursor: pointer;
}

.newest.active, .oldest.active, .mostViewed.active {
    background-color: #E65014; 
    color: white;
}

.facu-master {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    background-color: #f2f2f2;
    padding: 0.5rem;
    border-radius: .25rem;  
}

#input_filter {
    border-radius: .25rem;
    border: 1px solid #D2CECC;
    box-sizing: border-box;
    color: #999999;
    font-family: 'visuelt';
    font-size: 1rem;
}

input[type=text] {
    width: 100%;
    background-color: var(--white);
    background-image: url('/img/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 1rem 1.25rem .75rem 3.5rem;
}

#avanced_filters {
    cursor: pointer;
    margin-left: .5rem;
    border-radius: var(--br);
    border: none;
    width: 46px;
}

#avanced_filters.active,
#avanced_filters.active svg path{
    background-color: var(--orange-50);
    color: var(--orange-500);
    fill: #E65014;
    border: 1px solid #E65014;
    border-radius: 4px;
}

.more_filters_section {
    cursor: pointer;
    color: var(--bs-gray-700);
}

.more_filters_section i{
    padding: 0.5rem;
}

.hidden_filters {
    height: auto;
    background-color: var(--gray-50);
    position: absolute;
    z-index: 1000;
    right: 0;
    display: flex;
    justify-content: space-evenly;
    color: var(--bs-gray-700);
    padding: 1rem;
    margin-top: -2px;

}

.hidden_filters ul {
    list-style: none;
    padding: 0;
    margin: 1rem;
    line-height: 1.5rem;
    width: 50%;
}

.hidden_filters ul li {
    padding: 5px;
}

.hidden_filters ul li span{
    cursor: pointer;
}

.hidden_filters ul li i{
    cursor: pointer;
}

.hidden_filters ul li span:hover {
    background-color: var(--gray-100);
    border-radius: var(--br);
}

.hidden_filters ul li.active {
    color: var(--orange-500);
    border-radius: var(--br);
    background-color: var(--gray-10);
}

.hidden_filters ul li.active i {
    float: right;
    margin: .3rem;
}

.facu-master, .hidden_filters {
    display: flex;
    opacity: 0;
    height: 0;
    transition: opacity 0.5s ease, height 0.5s ease;
    overflow: hidden;
}

.facu-master.active, .hidden_filters.active {
    opacity: 1;
    height: auto; /* Permite que el contenedor ajuste su altura */
}

.search-submit {
    background: var(--orange-500);
    border: 1px solid var(--orange-500);
    color: var(--white);
    border-radius: var(--br);
    cursor: pointer;
    padding: 0 1rem;
    transition: .2s all ease-in-out;
    font-size: 1rem;
    margin-left: .5rem;
}

#check_visible_text {
    color: #999999;
    font-family: 'visuelt';
    font-size: 1rem;
    padding: 0.5rem 0;
}

::placeholder {
    color: #999999;
}

.pastilla {
    margin-top: 0.5rem;
}

/* START PAGINATION */

.videos_masterclass .paginations {
    padding-left: 0;
    margin: 20px 4%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 1rem 0;
    justify-content: center;
    font-family: 'visuelt' !important;
}

.videos_masterclass .paginations>li {
    display: inline;
}

.videos_masterclass .paginations>li>a,
.videos_masterclass .paginations>li>span {
    font-family: 'arial';
    position: relative;
    padding: 6px 12px;
    color: black;
    font-size: 1rem;
    border: none;
    margin: 0.25rem;
    cursor: pointer;
    height: 1.75rem;
    width: 1.5rem;
    border-radius: .25rem;
}

.videos_masterclass .paginations>li:first-child>a,
.videos_masterclass .paginations>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.videos_masterclass .paginations>li:last-child>a,
.videos_masterclass .paginations>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.videos_masterclass .paginations>li>a:hover,
.videos_masterclass .paginations>li>span:hover,
.videos_masterclass .paginations>li>a:focus,
.videos_masterclass .paginations>li>span:focus {
    color: var(--white);
    background-color: var(--gray-200);
}

.videos_masterclass .paginations>.active>a,
.videos_masterclass .paginations>.active>span,
.videos_masterclass .paginations>.active>a:hover,
.videos_masterclass .paginations>.active>span:hover,
.videos_masterclass .paginations>.active>a:focus,
.videos_masterclass .paginations>.active>span:focus {
    z-index: 1;
    color: var(--white);
    cursor: default;
    background-color: var(--orange-500);
    border-color: var(--orange-500);
}

.videos_masterclass .paginations>.disabled>span,
.videos_masterclass .paginations>.disabled>span:hover,
.videos_masterclass .paginations>.disabled>span:focus,
.videos_masterclass .paginations>.disabled>a,
.videos_masterclass .paginations>.disabled>a:hover,
.videos_masterclass .paginations>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    /* background-color: #fff; */
    border-color: #ddd;
}

.videos_masterclass .paginations .page-link {
    display: initial !important;
}

/* END PAGINATION */

/* The Modal (background) */
.videos_masterclass .videoteca_modal {
    display: none;
    position: fixed;
    /* Stay in place */
    z-index: 5000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    text-align: center;
}

/* Modal Content */

.header_title {
    font-family: 'visuelt';
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 10%;
}

.headerPLAY_title {
    font-family: 'visuelt';
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: left;
}

.subtitle_area,
.subtitle_area-modal {
    color: var(--gray-300);
    font-size: .875rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    margin: 0;
}

.modal_title,
.modal_author {
    font-family: 'visuelt';
    line-height: 125%;
    font-size: 1rem;
    font-weight: 700;
}

.intro-title {
    font-size: 20px;
    line-height: 125%;
    margin: 1rem 0 .5rem 0;
}

.modal-title-author {
    margin: 1rem 0 0.5rem 0;
    font-size: .75rem;
    font-weight: 700;
    line-height: 125%;
    font-family: 'visuelt';
    text-transform: uppercase;
    color: var(--gray-300);
}

.modal_description {
    font-size: 1rem;
    font-family: 'visuelt';
    line-height: 125%;
}

.videoteca_modal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid var(--gray-200);
    border-radius: .25rem;
    width: 55%;
    height: 50%;
    display: table;
    clear: both;
    box-shadow: 0px 7px 12px -1px rgba(0, 0, 0, 0.15);
}

.player-content {
    display: flex;
    flex-direction: column;
    width: 90%;
    padding: 1rem 0;
    margin: auto;
}

/* The Close Button */
.modal {
    background: rgba(27, 25, 28, 0.34);
}

.parrf-modal {
    padding-top: 1rem;
    line-height: 1.25;
}

#infoVideoFrame,
#modalFrame {
    width: -webkit-fill-available !important;
}

.button-2.closeInfoVideoFrame {
    background-color: var(--orange-500);
    border: none;
    border-radius: .25rem;
    color: var(--white);
    font-family: 'visuelt';
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
}

.videoteca_modal .modal_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
}

.videoteca_modal .modal_close:hover,
.videoteca_modal .modal_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#left_content {
    float: left;
    width: 60%;
}

#player-left_content {
    float: left;
    width: 50%;
}

#right_content {
    width: 40%;
    height: 460px;
    text-align: left;
    overflow: auto;
    padding: .5rem 1rem;
}

#player-right_content {
    width: 50%;
    text-align: left;
    overflow: auto;
    padding: 0 3rem;
}

#right_content .shareLink,
#player-right_content .shareLink {
    display: block;
}

#right_content .shareLink a,
#player-right_content .shareLink a {
    color: var(--white);
    border-radius: var(--br);
    padding: 0.4rem 1rem;
    transition: .2s all ease-in-out;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-decoration: none;

}

#right_content .shareLink .copyLink,
#player-right_content .shareLink .copyLink {
    display: inline-block;
    background: var(--orange-500);
    border: 1px solid var(--orange-500);
    cursor: pointer;
}

#right_content .shareLink .copyLink:hover,
#player-right_content .shareLink .copyLink:hover {
    background-color: var(--orange-300);
    border: 1px solid var(--orange-300);
}

#right_content .shareLink i,
#player-right_content .shareLink i {
    padding-right: 8px;
}

.modal-Infofooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#right_content .subtitle-area {
    font-size: 0.8rem;
    font-family: 'periodico';
    color: #888;
}

.hoverCard2 {
    display: none;
    position: absolute;
    bottom: 30%;
    margin-left: 10px;
}

.hoverCard, .hoverCard3 {
    display: none;
    margin: 5px;
    padding: 0px 5px;
    background-color: white;
    border-radius: .25rem;
    color: grey;
    font-size: 0.875rem;
    align-items: center;
}

.hoverCard {
    float: right;
}

.hoverCard3 {
    float: left;
    align-items: center;
}

.hoverCard3 i {
    margin-right: 6px;
}

.titulo-alineador-videoteca {
    font-family: 'visuelt';
    font-weight: 400;
    color: var(--black);
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

#reproductor .videoteca_modal {
    display: block;
    padding: 5%;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
}

#reproductor .videoteca_modal .modal-content {
    border: none;
    box-shadow: none;
}

#reproductor .videoteca_modal .modal-header {
    border-bottom: none;
}

.videotecaReturn {
    display: flex;
    padding: 1rem;
}

.videotecaReturn a {
    display: inline;
    font-family: 'visuelt';
    font-size: 1.1rem;
    color: var(--orange-500);
    text-decoration: none;
}

.videotecaReturn a:hover {
    /* background: var(--orange-400); */
    color: var(--orange-200);
    transition: .2s all ease-in-out;
    /* box-shadow: 0px 2px 5px 0px rgb(188 65 16 / 45%); */
}

.videotecaReturn i {
    color: var(--orange-500);
    margin-right: 1rem;
}


@media (min-width: 736px) {
    .dotDesktop {
        display: flex;
    }

    .dotMobile {
        display: none !important;
    }
}

@media(max-width: 736px) {

    .dotDesktop {
        display: none !important;
    }

    .dotMobile {
        display: flex;
    }

    .hero-videoteca {
        background-image: url(../img/Header-tablet.svg);
        height: 61vh;
    }

    #infoVideoFrame,
    #modalFrame {
        width: -webkit-fill-available !important;
        height: 200px !important;
    }

    .parrf-alineador {
        display: none;
    }

    .logoVIU,
    .titulo-alineador-videoteca {
        display: none;
    }

    .logoVIUMobile {
        display: block;
        padding-top: 30% !important;
    }

    #faculty_select,
    #dropDown {
        width: 150%;
    }

    .searchMob {
        display: block;
    }

    .searchDeskt {
        display: none;
    }

    .carousel_card {
        flex: 100% 0 0;
        margin: 0;
        padding-left: .25rem;
    }

    .change_view {
        display: none;
    }

    .viu-mini-card {
        width: 100% !important;
        margin: 1%;
        padding-bottom: 10%;
    }

    .display-area {
        width: 90%;
        padding-top: 30%;
    }

    .hoverCard2 {
        display: flex;
        bottom: 40%;
    }

    .hoverCard, .hoverCard3 {
        display: flex;
    }

    .viu-mini-card .fa-info-circle {
        font-size: 1rem;
    }

    .facu-master{
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .filter-section, .group-section {
        flex-direction: column;
        gap: .5rem;
        width: 100%;
    }

    .hidden_filters{
        width: 100%;
    }

    .check_visible_section,
    #faculty_select {
        width: 100%;
    }

    .viu-video-iframe {
        width: 100%;
        height: 245px;
        left: auto;
    }

    #videos_masterclass_cards {
        padding-left: 0;
        margin: 0;
        padding-bottom: 50px;
    }

    .subtitle_area {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .videoteca_modal {
        padding-top: 0;
    }

    .modal-body {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1rem 0;
    }

    .player-body {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1rem 0;
    }

    .videoteca_modal #right_content {
        width: 100%;
        padding: 0;
    }

    .subtitle_area-modal {
        margin: 0 0 1rem 0;
        padding: .5rem 0;
        font-weight: 400;
        font-size: 1rem;
    }

    .modal-title-author {
        font-size: .875rem;
    }

    .modal_title,
    .modal_author {
        margin-bottom: 1rem;
    }

    .videoteca_modal #left_content {
        width: 100%;
    }

    .videoteca_modal .modal-content {
        width: 100vw;
        height: 100vh;
    }

    .main-carousel {
        width: 100% !important;
        margin-bottom: 60px !important;
    }

    .banner {
        margin-top: 50px !important;
    }

    .viu-mini-card .subtitle_area {
        margin: 0;
    }

    .videos_masterclass {
        margin: 0 5%;
    }

    .videos_masterclass .H10 {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.375rem;
    }

    .conteneur-about .profil-photo {
        width: 95%;
        padding: 10px !important;
    }

    .conteneur-about .profil-text {
        width: 98%;
        padding: 7px;
    }

    .list-item{
        width: 260px;
    }
}

@media (min-width: 992px) {

    .hero-videoteca {
        background-image: url(../img/Header-desktop.svg);
        height: 58vh;
    }
}

@media(min-width: 1280px) and (max-width:1600px) {
    .viu-mini-card {
        width: 23%;
        margin: 1%
    }

    .viu-video-iframe {
        width: 32.33%;
        height: 200px;
        left: calc(50% - 45px);
        top: calc(50% - 15px);
    }

    .pic {
        height: 160px;
        background-position: unset;
    }

    .carousel_card {
        height: 310px;
        flex: 31.5% 0 0;
    }
}

@media(min-width: 736px) and (max-width: 1280px) {

    .viu-mini-card {
        width: 23%;
        margin: 1%;
        height: auto;
    }

    .videos_masterclass .H10 {
        font-size: 10px;
        line-height: 15px;
    }

    .viu-video-iframe {
        width: 49%;
        height: 200px;
        left: calc(50% - 45px);
        top: calc(50% - 15px);
    }

    .videos_masterclass {
        margin-right: 5%;
        margin-left: 5%;
        padding-bottom: 1rem;
    }

    #videos_masterclass_cards {
        padding-left: 0;
        margin: 12px;
        padding-bottom: 50px;
    }

    .pagination-container {
        bottom: 10px;
    }

    .main-carousel {
        width: 90% !important;
    }

    .banner {
        margin-top: 4.5rem !important;
        margin: 0 auto;
        width: 90%;
    }

    .tooltip .tooltip-text {
        left: 0;
    }

    .conteneur-about .profil-text {
        width: 65%;
    }

    .pic {
        background-position: unset !important;
    }
}

@media (min-width: 1366px) {
    .logoVIU {
        height: 80px;
    }

    .hero-videoteca {
        height: 85vh;
    }

    .parrf-alineador {
        display: none;
    }

    .carousel_card .pic {
        height: 200px;
    }

    .viu-mini-card {
        width: 30%;
    }

    .filters_container {
        margin-top: 23%;
        padding-top: 8%;
    }

    .videoteca_modal .modal-content {
        width: 70%;
    }

    .H9 {
        font-size: 1.25rem;
        padding-top: 4.5rem;
        margin-bottom: 2rem;
        display: flex;
        align-items: center;

    }

    #icon-ham {
        display: none;
    }

    .contenido-web {
        display: flex;
        flex-direction: row;
        gap: 2rem;
    }

    .navbar-right {
        display: flex;
    }

    .menu-dsk {
        display: block !important;
        position: sticky;
        margin-left: 7%;
        height: fit-content;
        top: 0;
    }

    .title-center {
        font-size: 2rem;
        left: 12%;
    }

    .columna-2 {
        display: flex;
        flex-direction: column;
        max-width: 70%;
        right: 0;
        top: 0;
    }

    .card,
    .cardPlus {
        width: 40%;
    }

    .footer-enlaces {
        padding: 0.5rem;
    }

    .area-hamMenu {
        font-size: 1rem;
    }

    .bd-multi,
    .libros-revistas,
    .destacados,
    .mas-recursos {
        margin-left: 0;
    }

    .banner {
        margin: 0 10% 0 0;
        margin-top: 4.5rem;
        height: 20vh;
        background-size: cover;
    }

    .buscador-def {
        display: block;
        font-family: 'visuelt';
        font-size: 1rem;
        line-height: 1rem;
        font-weight: bold;
        margin-bottom: 0;
    }

    .buscador-pie {
        display: block;
        font-family: 'visuelt';
        font-size: .75rem;
        line-height: 1rem;
        color: var(--gray-400);
        margin-top: 0;
    }

    .summon-search-widget {
        flex-direction: row;
    }

    .summon-search-box {
        width: 50%;
    }

    .buscador-alineador,
    .titulo-alineador {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .titulo-alineador-videoteca,
    .carousel-title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .buscador-alineador-r {
        width: 49%;
    }

    .div-interes {
        background-color: var(--gray-10);
        border: 1px solid var(--gray-200);
        border-radius: var(--br);
        padding: 0.5rem;
        display: flex;
        flex-direction: row;
        width: 315px;
    }

    .interes-texto {
        display: flex;
        flex-direction: column;
        padding-left: 0.5rem;
    }

    .interes-titulo {
        margin: 0;
        padding-bottom: 0.5rem;
        font-size: 1.125rem;
        font-family: 'periodico';
        font-weight: 700;
    }

    .interes-sub-p {
        margin: 0;
        padding-bottom: 0.5rem;
        font-size: 1rem;
        font-family: 'visuelt';
    }

    .interes-p {
        margin: 0;
        font-size: 1rem;
        font-family: 'visuelt';
    }

    .interes-fecha {
        margin-bottom: 0;
        font-size: .875rem;
        font-family: 'visuelt';
        color: var(--purple-600);
    }

    #modalFrame {
        height: 330px !important;
    }

    .filter-section{
        width: 95%;
    }

    .list-item{
        width: 930px;
    }

    .hidden_filters{
        width: 50%;
    }

}

@media (min-width: 1440px) {
    .title-center {
        left: 15%;
    }

    .buscador-alineador-r {
        width: 48%;
    }
}

@media (min-width: 1920px) {

    .carousel_card .pic {
        height: 240px;
    }

    .H8 {
        padding-top: 0;
    }

    .hero {
        height: 70vh;
        width: auto;
        background-image: url(../img/Header-desktop.svg);
        background-position: center bottom;
    }

    .hero-videoteca {
        height: 90vh;
        width: auto;
        background-image: url(../img/Header-desktop.svg);
        background-position: top;
        background-size: auto 662px;
    }

    .multi-container,
    .libros-container,
    .destacados-container,
    .recursos-container {
        padding-left: 0;
    }

    .bd-multi,
    .libros-revistas,
    .destacados,
    .mas-recursos {
        margin-left: 10%;
        padding: 3.5rem;
        margin-right: 20%;
    }

    .banner {
        margin-left: 10%;
        margin-top: 4.5rem;
        width: 1016px;
        height: 150px;
    }

    .menu-dsk {
        margin-left: 10%;
    }

    .mas-recursos {
        margin-top: 0;
        padding: 3.5rem 0;
    }

    .title-center {
        left: 12%;
    }

    .buscador-alineador {
        font-size: 1.75rem;
        padding: 1rem 0;
    }

    .viu-mini-card {
        width: 22%;
    }

    .filters_container {
        margin-top: 4%;
        padding-top: 5%;
    }

    .parrf-alineador {
        font-size: 1.25rem;
        text-align: center;
        color: var(--gray-600);
        font-family: 'visuelt';
        width: 30%;
        padding-top: .5rem;
        display: block;
    }

    #modalFrame {
        height: 460px !important;
    }

    .buscador-alineador-r {
        width: 45%;
    }

    .filter-section{
        width: 97%;
    }

    .list-item{
        width: 1375px;
    }

    .hidden_filters{
        width: 30%;
    }

}

@media (min-width: 1921px) and (max-width: 2560px) {
    .hero-videoteca {
        background-image: url(../img/Header-desktop.svg);
        height: 70vh;
        width: auto;
        background-position: top;
        background-size: 100% auto;
    }

    .display-area {
        padding-top: 7%;
    }

    .carousel_card .pic {
        height: 280px;
    }

    .viu-mini-card .pic,
    .profil-photo .pic {
        height: 230px;
    }

    #infoVideoFrame,
    #modalFrame {
        height: 620px !important;
    }

    .modal-lg,
    .modal-xl {
        max-width: min-content !important;
    }
}

.menu {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 50px auto;
    position: relative;
    height: 1.5em;
    width: fit-content;
}

.menu__pill {
    position: absolute;
    height: 36px;
    border-radius: 2rem;
    top: -6px;
    left: 0;
    transition: all 0.3s ease-in-out;
    transform: translateX(0);
    cursor: default;
    color: white !important;
    background-color: var(--orange-500);
    border: none;
    font-family: 'visuelt';
    padding: 0 1rem;
    font-size: 1rem;
}

.menu__item {
    color: black;
    margin: 0 16px;
    list-style: none;
    font-size: 16px;
    height: 38px;
    z-index: 1;
    cursor: pointer;
}

.menu__item.active {
    color: white !important;
}

.menu__item:focus {
    color: var(--white);
    background-color: var(--gray-200);
}

/* Fin minipildoras */

/* Inicio autocomplete */

#app {
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

#nameInput {
    font-family: inherit;
    background: inherit;
    border: none;
    font-size: 1.5rem;
    color: black;
    box-shadow: 0px 2px 0px rgb(100, 100, 100);
}

#nameInput:hover,
#nameInput:focus {
    box-shadow: 0px 2px 0px black;
    outline: none;
}

/*.list {
    padding-top: 1rem;
}*/

#suggestions{
    width: auto;
    position: absolute;
    background: var(--white);
    top: 85%;
    border: 1px solid var(--gray-200);
    border-radius: 4px;
    height: auto;
    box-shadow: 0px 7px 12px -1px rgba(0, 0, 0, 0.15);
}

.list-item {
    color: var(--gray-400);
    transition: 80ms ease-out;
    font-size: 1rem;
    cursor: pointer;
    margin: 0.25rem;
    padding: 0.25rem .5rem;
}

.list-item:hover {
    background: var(--gray-50);
    color: var(--black);
    border-radius: 4px;
}

.list-size {
    color: rgb(100, 100, 100);
    font-size: 5vmin;
    position: fixed;
    bottom: 4vmin;
    right: 6vmin;
    pointer-events: none;
}

/* Fin autocomplete */