﻿.TutoRe-video-filter {
    display: none;
}

.TutoRe-display-none {
    display: none;
}

.TutoRe-seccion-completa {
    background-color: #00558c;
    padding: 20px 0 0px;
}

.TutoRe-title {
    color: white !important;
    margin-top: 65px;
    font-size: 24px;
}

.TutoRe-orange {
    color: #e08419;
}

.TutoRe-tituloVideo {
    height: 60px;
    display: flex;
    align-items: start;
    justify-content: center;
    overflow: hidden;
}

.TutoRe-tituloVideo p {
    color: white !important;
    text-align: center !important;
    line-height: 1.3;
    margin: 0;
    padding: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

/* Search bar */
.TutoRe-searchBar {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TutoRe-searchBar input[type=text],
.TutoRe-searchBar input[type=password],
.TutoRe-searchBar textarea {
    padding: 10px 18px !important;
}

.TutoRe-form {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}

.TutoRe-form .fa-search {
    position: absolute;
    top: 8px;
    left: 20px;
    color: #ffffff;
    background-color: #e08419;
    border-radius: 50px;
    padding: 10px;
    font-size: 20px;
}

.TutoRe-form span {
    position: absolute;
    right: 17px;
    top: 13px;
    padding: 2px;
    border-left: 1px solid #d1d5db;
}

.TutoRe-left-pan {
    padding-left: 17px;
}

.TutoRe-left-pan i {
    padding-left: 10px;
}

.TutoRe-form-input {
    height: 55px;
    text-indent: 33px;
    border-radius: 30px;
    padding: 6px 17px;
    width: 100%;
    border: 1px solid #ccc;
}

.TutoRe-form-input:focus {
    box-shadow: 2px 2px 2px 2px rgba(233, 160, 43, 0.698);
    border-color: #e08419;
    outline: none;
}

/* Popup */
.TutoRe-popup {
    width: 200px;
    height: 150px;
    background-color: #e08419;
    float: right;
    transition: 0.5s ease-in-out;
    border-radius: 10%;
    padding: 20px;
}

.TutoRe-popup p {
    color: white;
}

/* Videos */
.TutoRe-videos-controls {
    margin-bottom: 70px;
}

#tutorialSection {
    margin-top: 0 !important;
}

#tutorialSection .TutoRe-tutorialBox {
    height: auto;
    width: 100%;
}

#tutorialSection .TutoRe-tutorialBox .TutoRe-tituloVideo {
    margin-top: 5px;
}

#tutorialSection .TutoRe-glide__arrow:hover {
    border: none;
}

#tutorialSection .TutoRe-glide__arrow {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#tutorialSection .TutoRe-tutorial .TutoRe-fondoPlay {
    background-color: #0000008a;
    height: 180px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
}

#tutorialSection .TutoRe-tutorial .TutoRe-fondoPlay .TutoRe-playIcon {
    font-size: 40px;
    color: white;
}

#tutorialSection .TutoRe-tutorialBox {
    height: auto;
    width: 100%;
}

#tutorialSection .TutoRe-tutorial {
    height: 180px;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
}

#tutorialSection .TutoRe-glide__arrow.TutoRe-glide__arrow--left {
    left: -4.1em !important;
}

#tutorialSection .TutoRe-glide__arrow.TutoRe-glide__arrow--right {
    right: -4.1em !important;
}

@media(max-width:501px) {
    #tutorialSection .TutoRe-glide__arrow.TutoRe-glide__arrow--left {
        left: -3.2em !important;
    }
    #tutorialSection .TutoRe-glide__arrow.TutoRe-glide__arrow--right {
        right: -2.8em !important;
    }
}

.TutoRe-glide__arrow {
    top: 40% !important;
    color: #e08419;
    font-size: 24px;
    position: absolute;
}

.TutoRe-glide__arrow:hover {
    color: white;
}

/* Modal styles */
.TutoRe-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.TutoRe-modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    max-width: 800px;
    margin: 30px auto;
}

.TutoRe-modal-content {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

.TutoRe-modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: flex-end;
}

.TutoRe-close {
    background: none;
    border: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    cursor: pointer;
}

.TutoRe-modal-body {
    position: relative;
    padding: 15px;
}

.TutoRe-video-frame {
    width: 100%;
    margin: 0 auto;
}

.TutoRe-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

#TutoRe-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .TutoRe-video-frame {
        width: 95%;
    }
}

@media only screen and (max-width: 550px) {
    .TutoRe-video-frame {
        width: 100%;
    }
}

/* Glide slider styles */
.TutoRe-glide {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.TutoRe-glide * {
    box-sizing: inherit;
}

.TutoRe-glide__track {
    overflow: hidden;
    margin-top: 30px;
}

.TutoRe-glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.TutoRe-glide__slide {
    width: 33.333%;
    height: auto;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .TutoRe-glide__slide {
        width: 100%;
    }
}

.TutoRe-glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.TutoRe-glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #e08419;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    background: transparent;
    border: none;
    padding: 9px 12px;
    cursor: pointer;
    transform: translateY(-50%);
    line-height: 1;
    text-align: center;
    font-size: 24px;
}

.TutoRe-glide__arrow:hover {
    color: white;
}

.TutoRe-glide__arrow--left {
    left: -50px;
}

.TutoRe-glide__arrow--right {
    right: -50px;
}

.TutoRe-glide__arrow:disabled {
    opacity: 0.33;
    cursor: not-allowed;
}

/* Ensure consistent tutorial box height */
.TutoRe-tutorialBox {
    height: 250px;
    display: flex;
    flex-direction: column;
}

.TutoRe-tutorial {
    flex: 1;
    min-height: 180px;
}