@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url("fonts/Barlow-ExtraBold-cd8c5732be1cacb7c8e44cf4ca635dcf.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

.main-title{
    font-family: "Barlow", sans serif;
    font-size: 5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}

.main-description{
    font-family: "Barlow", sans serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 75px;
    text-align: center;
    padding-bottom: 50px;
}

.card{
    margin-bottom: 50px;
    border-radius: 34px !important;
}


/* Prueba acordeón */
/**/

.category-name{
    font-size: 4rem;
    color: white;
    font-weight: 600;
    padding: 1px 29px;
    text-align: center;
}

.modal-category-name{
    font-size: 2.2rem;
    color: white;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

.category-description{
    font-family: "Barlow", sans serif;
    font-size: 2.5rem;
    line-height: 2;
    color: black;
    opacity: 90%;
    padding: 30px;
    text-align: left;
}

.category-start{
    padding: 40px;
}


/*Modal*/

.video1 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    border-radius: 38px;
    /*margin: 21px auto 0;*/
}

.video-wrapper, .tip-wrapper {
    font-size: 3rem;
    color: #01BCB5;
}

.video-wrapper:hover{
    text-decoration: underline;
}

.video-name {
    font-family: 'Barlow', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1rem;
    color: white;
    text-align: left;
    padding-left: 20px;
}

.video-lane {
    display: block;
    margin: auto 0;
    height: 5px;
    background-color: #01BCB5;
    border: none;
    width: 98%;
}

.watched-overlay {
    position: absolute;
    top: 48px;
    right: -12px;
    padding: 5px 10px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.watched::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 186, 178, 0.25);
    z-index: 5; /* Asegúrate de que la capa esté encima */
    pointer-events: none; /* La capa no debe interferir con los clics */
}

.watched-overlay img {
    width: 430px;
    height: auto;
}

.iconPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px; /* Ajusta el tamaño del ícono según sea necesario */
    height: 150px; /* Ajusta el tamaño del ícono según sea necesario */
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden; /* Evita que se desborde */
    background-color: rgba(0, 0, 0, 0.8); /* Fondo semitransparente */
}

.modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.modal-content {
    background-color: black !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: none; /* Elimina bordes */
    border-radius: 0; /* Sin esquinas redondeadas */
    overflow: auto; /* Permite scroll si el contenido excede */
}

.modal-header {
    display: flex;
    justify-content: space-between;
    max-height: 6vh;
}

.modal-title {
    font-family: "Barlow", sans serif;;
    color: white;
    font-size: 3rem;
}

.close-button {
    font-family: "Barlow", sans serif;;
    color: #008D85;
    padding-bottom: 25px;
    padding-left: 20px;
    font-size: 6rem;
    font-weight: bold;
    z-index: 2100;
}

.close-button:hover,
.close-button:focus {
    color: #008D85;
    text-decoration: none;
    cursor: pointer;
}

.iconPlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px; /* Ajusta el tamaño del ícono según sea necesario */
}

i{
    font-size: 55px;
    /*color: #01BCB5;*/
    color: white;
}

.check-icon{
    font-size: 70px;
    color: green;
}

.xmark-icon {
    color: #7e7777;
}

.lightbulb-icon{
    color: #ffff00;
}

.horizontal{
    position:absolute;
    top:-338px;
    left:0;
    width:100%;
    height:100%;
}

.vertical{
    position:absolute;
    top:-338px;
    left:0;
    width:100%;
    height:100%;
    margin-top: 335px;
}


