/* gino-1772859275.910 *//**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.fullCalendario * {
    text-transform: uppercase;
}

.headerTbCalendar {
    width: 100%;
    background-color: #f1f1f1;
}

.headerTbCalendar .corner {
    width: 2%;
    display: inline-block;
    float: left;
    height: 35px;
    background: #fff;
}

.wpd-comment-date {
    display: block;
    width: 100%;
}

#wpdcom {
    max-width: 100% !important;
}

.wc-field-submit label[wpd-tooltip="Stick this comment"],
.wc-field-submit label[wpd-tooltip="Close this thread"],
#comments .wpd-field-comment .avatar,
#comments .wpd-form-head {
    display: none !important;
}

#comments {
    margin: 0px auto !important;
}

.headerTbCalendar .daysHeaderTb {
    letter-spacing: 2px;
    padding: 5px;
    height: 35px;
    text-align: center;
    font-size: 14px;
    width: 14%;
    display: inline-block;
    float: left;
    border-right: 1px solid #fff;
    color: #56575f;
}

.headerTbCalendar .clear {
    clear: both;
}

.th-semanas {
    width: 2%;
    display: inline-block;
    float: left;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 15px 0px;
    background: #f1f1f1;
    letter-spacing: 2px;
    font-size: 14px;
    height: 228px;
    text-align: center;
    color: #56575f;
}

.diaTbCalendar {
    height: 230px;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    width: 14%;
    display: inline-block;
    float: left;
    overflow-y: scroll;
}

.diaTbCalendar .titDayTbCalendar {
    color: #56575f;
    text-align: left;
    font-size: 11px;
    padding: 8px 6px 8px 15px;
    font-weight: 700;
    margin-bottom: 0px;
}

.diaTbCalendar .contentDayTbCalendar {
    padding: 0px 6px 8px 6px;
}

.diaTbCalendar .contentDayTbCalendar .checkInputDays {
    width: 15%;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    text-align: left;
}

.diaTbCalendar .contentDayTbCalendar .checkInputDays input {
    box-sizing: border-box;
    padding: 0;
}

.diaTbCalendar .contentDayTbCalendar .titEveryDayVid {
    width: 100%;
    vertical-align: middle;
    color: #56575f;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    word-break: break-word;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
}

.diaTbCalendar .contentDayTbCalendar label {
    width: 70%;
    vertical-align: middle;
    color: #56575f;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    word-break: break-word;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-weight: 500;
}

.circleDayVid {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
}

.diaTbCalendar::-webkit-scrollbar-thumb:hover,
.diaTbCalendar::-webkit-scrollbar,
.diaTbCalendar::-webkit-scrollbar-thumb,
.diaTbCalendar::-webkit-scrollbar-track {
    display: none;
}

.diaTbCalendar .contentDayTbCalendar .titResDay {
    width: 70%;
    vertical-align: middle;
    color: #56575f;
    text-align: left;
    display: inline-block;
    cursor: pointer;
    word-break: break-word;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: 700;
}

.diaTbCalendar .contentDayTbCalendar .contentRestDay p {
    font-size: 11px;
    text-align: justify;
    font-weight: 600;
}

.calendariosFullContent .titSingleCal {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.imgBanner img {
    width: 100%;
    height: auto;
}

.fullSliderCal {
    width: 95%;
    margin: 0 auto;
    margin-top: 35px;
}

.fullSliderCal .singleSliderCal {
    padding: 10px 20px;
}

.fullSliderCal .singleSliderCal h5 {
    font-size: 15px;
    text-transform: uppercase;
}

.fullSliderCal .singleSliderCal p {
    text-align: justify;
    font-size: 13px;
}

@media (max-width: 991px) {
    .container.calendariosFullContent {
        max-width: 95%;
    }
}

@media (max-width: 767px) {
    .container.calendariosFullContent {
        max-width: 100%;
    }
    .fullCalendario {
        overflow-x: scroll;
    }
    .bodyTbCalendar,
    .headerTbCalendar {
        width: 1300px;
    }
}

.topbar p {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 200;
    font-size: 13px;
    padding: 9px 0px;
}

.topbar {
    background-image: linear-gradient(to right, #00a0ae, #2d3976 80%, #762a6e, #cb2b70);
    /*padding: 8px 0px;*/
}

.topbar #countdownTopbar * {
    color: #fff;
}

.topbar #countdownTopbar .block span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 200;
}

.topbar #countdownTopbar .block {
    width: fit-content;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
}

.topbar #countdownTopbar {
    width: fit-content;
    display: inline-block;
    vertical-align: middle;
}

.topbar .endin {
    text-align: right;
}

.topbar .endin p {
    vertical-align: middle;
    width: fit-content;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.topbar #countdownTopbar .block span.textCount {
    font-size: 18px;
    line-height: 18px;
    font-weight: 200;
}

.topbar .row {
    align-items: center;
}

.mainmenu #primary-menu li a.activeMenu {
    /*border-bottom: 1px solid #dadde4;*/
    text-align: center;
    font-weight: 500;
}

.logged-in .profileHeader img {
    width: 25px;
}

.profileHeader img {
    width: 20px;
}

.profileHeader {
    width: 10%;
    display: inline-block;
}

.mainmenu #primary-menu li a.activeMenu:hover {
    text-shadow: none;
}

.mainmenu #primary-menu li a:hover {
    text-shadow: 0px 0px 1.65px #333, 0px 0px 1.65px #333;
}

.mainmenu #primary-menu li a:active,
.mainmenu #primary-menu li a:visited,
.mainmenu #primary-menu li a:focus,
.mainmenu #primary-menu li a {
    display: block;
    padding: 10px 35px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #282a37;
    transition: 0.1s;
    font-weight: 200;
}

.mainmenu #primary-menu li {
    width: fit-content;
    display: inline-block;
}

.mainmenu #primary-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mainheader {
    padding: 15px 0px;
}

.mainheader .profileHeader,
.mainheader .mainmenu,
.mainheader .mainlogo {
    text-align: center;
}

@media (max-width: 1370px) {
    #primary-menu li a:active,
    #primary-menu li a:visited,
    #primary-menu li a:focus,
    #primary-menu li a {
        padding: 10px 15px;
    }
}

@media (max-width: 1270px) {
    #primary-menu li a:active,
    #primary-menu li a:visited,
    #primary-menu li a:focus,
    #primary-menu li a {
        font-size: 13px;
    }
}

#billing_company_field {
    display: none;
}

.movilHeader ul.menu a {
    text-align: left !important;
}

.oferta a:active,
.oferta a:focus,
.oferta a:visited,
.oferta a,
.oferta * {
    color: #0f0f0e;
}

.oferta {
    background: #f3f3f7;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.codigoOferta {
    text-align: right;
    font-weight: 600;
}

.contentOfertas {
    margin-bottom: 25px;
}

.pageregister .password-input,
.pageregister label,
.pageregister input:not(#rememberme) {
    width: 100%;
    display: block;
}

.pageregister {
    padding-top: 35px;
}

.pageregister .col-2,
.pageregister .col-1 {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 1024px) {
    .pageregister .col-2,
    .pageregister .col-1 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.none {
    display: none !important;
}

.addSesion {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    color: #fff;
    background: #00a2ab;
    padding: 4px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    font-weight: 200;
}

.cabecera-centro-de-ayuda,
.cabecera-contacto,
.productSimple,
.titFilterGalVid {
    margin-top: 25px;
}

@media(min-width: 880px) {
    body {
        padding-bottom: 195px;
        min-height: 100vh;
    }
    footer#colophon {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

.dayControl .title {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 0 !important;
}

.dayControl .dayrealized.all::after {
    content: "v";
    width: 60%;
    height: 21px;
    position: absolute;
    left: 20%;
    border-radius: 25px;
    top: 7px;
}


/* .dayControl .realizedWo.all::after {
    content: "";
    background: #00a0ae;
    width: 60%;
    height: 21px;
    position: absolute;
    left: 20%;
    border-radius: 25px;
    top: 7px;
} */

.dayControl .realizedWo.all span {
    background: #00a0ae;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 5px;
    border-radius: 5px;
    width: 105px;
    display: block;
    margin: 0 auto;
}

.dayControl .realizedVid.all span {
    background: #F8006F;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 5px;
    border-radius: 5px;
    width: 105px;
    display: block;
    margin: 0 auto;
    margin-top: 5px
}


/* .dayControl .realizedVid.all::after {
    content: "";
    background: #F8006F;
    width: 60%;
    height: 21px;
    position: absolute;
    left: 20%;
    border-radius: 25px;
    top: 7px;
} */

.dayControl .allTime {
    text-transform: uppercase;
    font-size: 12px;
}

.dayControl .allTime {
    border-bottom: 0 !important;
}

.dayControl:last-child * {
    border-right: 0 !important;
}

.dayControl .allTime,
.dayControl .dayrealized,
.dayControl .realizedWo,
.dayControl .realizedVid,
.dayControl .title {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    vertical-align: middle;
    padding: 5px 0px 5px;
    text-align: center;
    border-bottom: 1px solid #0000002e;
    border-right: 1px solid #0000002e;
}

.dayControl .title span {
    vertical-align: sub;
}

.dayControl {
    width: calc(100% / 7);
    display: inline-block;
    margin-left: -4px;
}

.datosControl p:nth-last-child(1),
.datosControl p:nth-last-child(2) {
    color: #36b5bf;
}

.datosControl h4 {
    font-weight: 600 !important;
}

.datosControl h4,
.datosControl p {
    display: block;
    width: 100%;
    height: 45px;
    vertical-align: middle;
    padding: 11px 5px 5px 5px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #0000002e;
    border-right: 1px solid #0000002e;
}

.datosControl p:last-child {
    border-bottom: none;
}

.row.tableControl {
    padding: 0;
    border: 1px solid #0000002e;
}

.tableControl .col-lg-2.datosControl,
.tableControl .col-lg-10 {
    padding: 0;
}

.headTableControl {
    margin-bottom: 15px;
}

.headTableControl span {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.headTableControl h3 {
    width: fit-content;
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 0;
}

.backControl {
    background-color: #f3f3f7;
    padding: 10px;
    border-radius: 10px;
}

.row.tableControl {
    margin-right: 0;
    margin-left: 0;
}

.mainmenu.no-logged #primary-menu li:last-child a::before {
    /* content: " "; */
    /* background-image: url(/wp-content/uploads/2020/09/perfil-exterior.png); */
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 10px;
    z-index: 9999;
    top: 3px;
}


/* .mainmenu.no-logged #primary-menu li:nth-last-child(2) a, */


/* 
.mainmenu.no-logged #primary-menu li:last-child a {
    background: #01b1b6;
    color: #fff;
    border-radius: 10px;
    padding: 3px 30px;
    /* padding-left: 40px;
    position: relative;
} */

.mainmenu.no-logged #primary-menu {
    text-align: right;
}

.noMoreCats {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 200;
    color: #01b1b6;
    border: 1px solid;
    margin: 0 auto;
    margin-top: 20px;
    padding: 5px 15px;
    font-size: 12px;
}

.favAgendaWork .singleRelacionado:hover img {
    transform: scale(1.05);
}

.favAgendaWork .singleRelacionado a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.favAgendaWork .singleRelacionado:hover * {
    color: #c6c6c8 !important;
}

.favAgendaWork .singleRelacionado img,
.favAgendaWork .singleRelacionado {
    transition: 0.3s;
}

.favAgendaWork .singleRelacionado p {
    font-weight: 400 !important;
}

@media (max-width: 1200px) {
    .fullContentAgenda .textCD {
        font-size: 13px !important;
    }
    .headAgenda .currentDate .previusDay {
        margin-right: 5px;
    }
    .headAgenda .currentDate .nextDay {
        margin-left: 5px;
    }
}

.paginationGallery .number.selected {
    background-color: #01b8be;
    color: #fff;
    border: 1px solid #01b8be;
}

.paginationGallery .number:hover {
    color: #01b8be;
    background: #fff;
    border: 1px solid #01b8be;
}

.paginationGallery .number.hide {
    display: none;
}

.paginationGallery .number {
    display: inline-block;
    width: fit-content;
    transition: 0.3s;
    cursor: pointer;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    min-width: 34px;
    border: 1px solid #fff;
    margin-right: 5px;
}

.paginationGallery {
    display: block;
    width: 100%;
    text-align: center;
}

.showAll:hover {
    background: #fff;
    color: #01b8be;
}

.showAll {
    display: inline-block;
    margin-left: 15px;
    background: #01b8be;
    color: #fff;
    border: 1px solid #01b8be;
    padding: 3px 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: .3s;
    font-size: 12px;
    text-transform: uppercase;
}

.calendariosHome h1 {
    text-transform: uppercase;
    letter-spacing: 8px;
    font-weight: 200;
    text-align: center;
    font-size: 25px;
    margin: 20px 0;
}

.sliderCatCalHo {
    margin-bottom: 25px;
}

.sliderCatCalHo .slick-slide.slick-current {
    border-color: #282a37;
    font-weight: 600;
}

.sliderCatCalHo .slick-slide:hover {
    border-color: #282a37;
    font-weight: 600;
    letter-spacing: 3px;
}

.sliderCatCalHo .slick-slide a {
    display: block;
    width: 100%;
}

.sliderCatCalHo .slick-slide {
    border-bottom: 1px solid #dedede;
    text-align: center;
    transition: 0.3s;
    font-weight: 200;
    text-transform: uppercase;
    cursor: pointer;
}

.postCalendarHo {
    margin-bottom: 25px;
}

.postCalendarHo .profesor {
    display: block;
    text-align: center;
    font-size: 10px;
    letter-spacing: 5px;
}

.postCalendarHo .descriptionCalendar p {
    text-align: justify;
    font-size: 12px;
    min-height: 60px;
    line-height: 16px;
    text-transform: uppercase;
}

.postCalendarHo a.seemore:visited,
.postCalendarHo a.seemore {
    transition: .4s;
    border: 1px solid #01b8be;
    background: #01b8be;
    padding: 5px 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    display: block;
    width: fit-content;
    border-radius: 8px;
    font-size: 12px;
}

.postCalendarHo .imageTop:hover img {
    transform: scale(1.05);
}

.postCalendarHo .imageTop img {
    width: 100%;
    transition: 0.3s;
}

.postCalendarHo .imageTop {
    display: block;
    width: fit-content;
    overflow: hidden;
}

.postCalendarHo a.title:hover {
    letter-spacing: 8px;
}

.postCalendarHo a.title {
    color: #282a37 !important;
    transition: 0.3s;
}

.postCalendarHo a.seemore:hover {
    background-color: #fff;
    color: #01b8be;
    letter-spacing: 3px;
    text-align: center;
}

.postCalendarHo .descriptionCalendar {
    display: block;
    margin-top: 8px;
    width: 100%;
}

.postCalendarHo .descPost {
    text-align: justify;
    font-size: 15px;
    line-height: 22px;
}

.postCalendarHo a h5 {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
    transition: 0.3s;
}

.noticePost h3 {
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    transition: 0.3s;
}

.descPost {
    color: #000;
}

.noticePost h3:hover {
    letter-spacing: 3px;
}

.noticePost img {
    transition: 0.3s;
}

.noticePost img:hover {
    transform: scale(1.05);
}

.noticePost {
    margin-bottom: 25px;
    align-items: center;
}

.noticePost .col-lg-2 a:visited,
.noticePost .col-lg-2 a {
    transition: 0.3s;
    border: 1px solid #F8006F;
    display: block;
    width: fit-content;
    padding: 5px 15px;
    background: #F8006F;
    color: #fff;
    border-radius: 7px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
}

.noticePost .col-lg-2 a:hover {
    background-color: #fff;
    color: #F8006F;
    letter-spacing: 6px;
}

@media (max-width: 700px) {
    .sliderCatCalHo .slick-slide:hover {
        letter-spacing: 0;
    }
}

.listCats span.active {
    font-weight: 600;
    border-bottom: 2px solid #F8006F;
    color: #F8006F;
}

.listCats span {
    display: inline-block;
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 200;
    cursor: pointer;
}

.listCats {
    width: 80%;
    display: block;
    border-bottom: 1px solid#cdcdcd;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.allPlaylists {
    margin-top: 20px;
}

.titlePlaylist:hover {
    letter-spacing: 2px;
}

.titlePlaylist {
    transition: 0.3s;
    text-align: center;
    display: block;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
}

.newPlaylist:hover {
    background-color: #fff;
    color: #01b8be;
}

.buttonsPlaylist {
    width: 100%;
    text-align: center;
}

.newPlaylist {
    display: inline-block;
    width: fit-content;
    /* margin: 0 auto; */
    margin-top: 20px;
    margin-right: 20px;
    border: 1px solid #01b8be;
    background: #01b8be;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 45px;
    border-radius: 10px;
    letter-spacing: 1px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}

.popVideosPlaylist {
    position: fixed;
    top: 10vh;
    z-index: 9999;
    max-height: 60vh;
    overflow-y: scroll;
    background: #fff;
    width: 75%;
    box-shadow: 1px 1px 20px #00000045;
    left: 12.5%;
    border-radius: 10px;
    padding: 30px 0px;
}

.goBack:hover {
    background: #fff;
    color: #01b8be;
    letter-spacing: 2px;
}

.goBack {
    display: block;
    width: fit-content;
    border: 1px solid #01b8be;
    background: #01b8be;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    padding: 2px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.textPlaylist {
    display: block;
    margin-top: 20px;
    letter-spacing: 2px;
    font-weight: 400;
}

.playlistTitle {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

#page .perfil-container {
    overflow: hidden;
    position: initial !important;
}

.headPlaylistPost {
    background: #fafafa;
    margin-left: -100% !important;
    margin-right: -100% !important;
    padding-left: 100%;
    padding-right: 100%;
    margin-bottom: 35px;
    margin-top: 5px;
}

.headElementsPlaylist {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #e1e1e1;
    letter-spacing: 2px;
    font-size: 14px;
}

.titleVidPlay {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.eachVideoPlaylist .col-lg-2 {
    padding: 0;
}

.eachVideoPlaylist {
    margin-bottom: 25px;
}

.eachVideoPlaylist a:hover .lineBottom {
    /*transform: scale(1);*/
}

.eachVideoPlaylist a:hover {
    background-color: #01b8be;
    border-color: #01b8be;
    color: #fff !important;
}

span.removePlaylistPost {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #f8006f;
    color: #fff !important;
    border-radius: 50%;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.eachVideoPlaylist a {
    display: inline-block;
    transition: 0.3s;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #565656;
    padding: 5px 25px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 5px;
    vertical-align: middle;
}

.eachVideoPlaylist * {
    color: #565656 !important;
}

.elementsPlaylist .row {
    align-items: center;
}

.descVidPlay {
    text-align: justify;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
}

.lineBottom {
    width: 80%;
    transition: 0.3s;
    margin: 0 auto;
    height: 2px;
    transform: scale(0);
    display: block;
    background-color: #565656;
}

.submenuProfile {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    display: none;
    background: #f4f4f4;
    border-radius: 8px;
}

.submenuProfile ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profileHeader .nameUser {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding-left: 10px;
}

.profileHeader {
    cursor: pointer;
}

.submenuProfile ul a:visited,
.submenuProfile ul a {
    color: #282a37;
    text-transform: uppercase;
    display: block !important;
    padding: 10px;
    text-align: left;
    font-size: 12px;
    border-bottom: 2px solid #e3e3e1;
    font-weight: 500;
    letter-spacing: 1px;
}

.submenuProfile ul li:last-child a {
    border-bottom: 0;
}

.profileHeader img {
    cursor: pointer;
}

@media (max-width: 700px) {
    .cats-profesor {
        padding: 0px !important;
    }
    .col-cat {
        padding: 15px 0px !important;
        max-width: 50%;
    }
    .intHo .row.titRow .col-lg-6 {
        display: block;
        width: 100% !important;
    }
    .intHo .row.titRow .dateHo {
        text-align: left !important;
    }
    .intHo .row.titRow {
        margin-top: 0 !important;
    }
}

.cats-profesor {
    display: none !important;
}

.headerEvents span::before {
    transform: scale(0);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    background-color: #F8006F;
    content: "";
}

.headerEvents span.active::before {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: scale(1);
    height: 2px;
    background-color: #F8006F;
    transition: .3s;
    content: "";
}

.headerEvents span.active {
    font-weight: 600;
    color: #F8006F;
}

.headerEvents span:hover::before {
    transform: scale(1);
}

.headerEvents span:hover {
    color: #F8006F;
    letter-spacing: 2px;
}

.headerEvents span {
    position: relative;
    display: block;
    cursor: pointer;
    transition: 0.4s;
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.headerEvents {
    border-bottom: 2px solid #dedede;
}

.masterclass,
.directos {
    margin-top: 35px;
}

.events .desc {
    display: block;
    font-size: 14px;
    font-weight: 200;
    color: #575757;
}

.events .row {
    margin-bottom: 15px;
}

.events .prof {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 200;
    color: #575757;
}

.events h3 a:hover {
    letter-spacing: 3px;
}

.events .col-lg-3 a:hover img {
    transform: scale(1.05);
}

.events .col-lg-3 a img {
    width: 100%;
    transition: 0.3s;
}

.events .col-lg-3 a {
    display: block;
    overflow: hidden;
}

.events h3 a:visited,
.events h3 a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    margin: 0;
    color: #575757;
}

.events>div.active {
    display: block;
}

.events .row {
    align-items: center;
}

.events>div {
    display: none;
}

.contadorCompra {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
}

.butCont a.buySala,
span.buySala:hover {
    background: #fff;
    color: #f8006f;
}

.butCont a.buySala.com:hover,
span.buySala.com:hover {
    background: #f8006f;
    color: #fff;
    cursor: default;
}

.butCont a.buySala,
span.buySala {
    display: block;
    transition: 0.3s;
    width: 180px;
    text-align: center;
    border: 1px solid #F8006F;
    background: #F8006F;
    color: #fff;
    padding: 4px 0px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 10px;
    text-transform: uppercase;
}

.col-lg-3.butCont a.uniSaPri {
    border-radius: 5px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 400;
    background: #00b8bf;
    color: #fff;
    padding: 4px 0px;
    border: 1px solid #00b8bf;
    width: 180px;
    margin: 10px auto;
    cursor: pointer;
    transition: 0.3s;
}

.col-lg-3.butCont a.uniSaPri:hover {
    background: #fff;
    color: #00b8bf;
}

.futPoPri {
    width: calc(100% - 30px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 15px;
    background: #ffffffb0;
}

.futPoPri span {
    position: absolute;
    top: calc(50% - 8px);
    width: 130px;
    text-align: center;
    left: calc(50% - 65px);
    color: #00b8bf;
    font-weight: 600;
    text-transform: uppercase;
}

.vidyard-player-container div[class^=vidyard-div-] {
    padding-bottom: 56.25% !important;
}

.woocommerce .woocommerce-orders-table {
    border-color: #fff!important;
}

.woocommerce .woocommerce-orders-table a,
.woocommerce .product-name a {
    color: #01b8be;
}

.woocommerce .woocommerce_account_subscriptions a.button {
    background: #01b8be;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.woocommerce .woocommerce_account_subscriptions table.shop_table {
    border-color: #fff;
}

.subsStatus .col-lg-4 {
    text-align: center;
}

.buttons .buttonCancel:hover {
    background: #fff;
    color: #f8006f;
}

.buttons .buttonCancel {
    display: block;
    cursor: pointer;
    background: #f8006f;
    border: 1px solid #f8006f;
    color: #fff;
    width: fit-content;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 15px auto;
    transition: 0.3s;
}

.buttons .buttonChange:hover {
    background: #fff;
    color: #01b8be;
}

.buttons {
    text-align: center;
}

.buttons .buttonChange {
    display: block;
    cursor: pointer;
    background: #01b8be;
    border: 1px solid #01b8be;
    color: #fff;
    transition: 0.3s;
    width: fit-content;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 15px auto;
}

.modalCancel {
    display: none;
    position: fixed;
    top: 25vh;
    background: #eeeeef;
    box-shadow: 1px 1px 5px #00000045;
    padding: 50px;
    border-radius: 5px;
    width: 60%;
    left: 20%;
}

.modalCancel h3 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 200;
    font-size: 22px;
}

.noCancel {
    display: block;
    width: fit-content;
    background: #f8006f;
    color: #fff;
    padding: 7px 35px;
    cursor: pointer;
    border-radius: 5px;
    margin: 0 auto;
}

.goCancel {
    cursor: pointer;
    display: block;
    width: fit-content;
    background: #01b8be;
    color: #fff;
    padding: 7px 35px;
    border-radius: 5px;
    margin: 0 auto;
}