/*fonts*/
.baloo-da-2 {
    font-family: "Baloo Da 2", serif;
    font-optical-sizing: auto;
}

.shadows-into-light-two-regular {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
}


.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
}


  

/*Body*/
html,body{
    font-family: "Poppins", serif;
}

/*Titulos*/

h1,h2,h3,h4,h5,h6{
    font-family: "Baloo Da 2", serif;
}

/*Images*/

/*svg{
    width: 20px;
    height: 20px;
}*/

.svg{
    width: 20px;
    height: 20px;
}

.svg-50{
    width: 50px;
    height: 50px;
}


/*Scrolls*/

/*.sc3{
    overflow-y: auto;
    height: 100vh;
}

.sc3::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

.sc3::-webkit-scrollbar-track {
    background-color: transparent !important;
    border-radius: 10px !important;
}

.sc3::-webkit-scrollbar-thumb {
    background-color: #ffffff!important;
    border-radius: 10px !important;
}*/

/*Texts*/

.text-primary{
    color: #633fff;
}

.text-error{
    color: #e4002b;
}

.text-success{
    color: #04e762;
}

.text-muted{
    color:#27727d;
}

.capitalize {
    text-transform: capitalize;
}

.text-start{
    text-align: start;
}

.text-center{
    text-align: center;
}

.text-end{
    text-align: end;
}

.text-xx-sm{
    font-size: xx-small;
}

.text-x-sm{
    font-size: x-small;
}

.text-xx-lg{
    font-size: xx-large;
}

.text-x-lg{
    font-size: x-large;
}

.text-largue{
    font-size: large;
}

.text-medium{
    font-size: medium;
}

/*Backgrounds*/

.bg-error{
    background-color: #e4002b;
    color: #07060b;
}

.bg-success{
    background-color: #04e762;
    color: #07060b;
}


.bg-info{
    background-color: #57dfff;
    color: #07060b;
}

/*Reponsive*/

/*.responsive{
    padding: 20px;
}

.ocultar{
    padding: 20px;
}


.menu-fixed{
    position: sticky;
    top: 0px;
}

.content-margin-t{
    margin-top: 0px;
    margin-bottom:50px 
}


@media (max-width: 767px) {
    .content-margin-t{
        margin-top: 30px;
    }
    .menu-fixed{
        position: fixed;
        top:0px;
    }
    .ocultar{
        display: none;
    }
    .ocultar-ui{
        display: none;
    }
    .responsive {
        padding: 0px;
    }

    .menu-res{
        bottom: -1px;
    }
}*/

/*owl carroucel*/
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    color: white !important;
    /*padding: 20px !important;*/
    border-radius: 50px;

}

.owl-nav .owl-prev {
    left: 0px;
    display: flex; 
    justify-content: center;
    align-items: center;
    background: #111118 !important;
}

.owl-nav .owl-next {
    right: 0px;
    display: flex; 
    justify-content: center;
    align-items: center;
    background: #111118 !important;
}

.svg-lg{
    width: 25px;
    height: 25px;
}

.svg-xl{
    width: 80px !important;
    height: 80px !important;
}


/*Course*/
.content{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.content-home{
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.content-bookstore{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.h-screen-ody{
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Ajusta la opacidad según sea necesario */
    z-index: 1;
}

.content-interne-dark {
    position: absolute;
    top: 0%;
    left:0%;
    background: rgb(7,6,11);
    background: radial-gradient(circle, rgba(7,6,11,0) 20%, rgba(17,17,24,1) 60%);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.content-interne-dark-2 {
    position: absolute;
    top: 0%;
    left:0%;
    background: rgb(7,6,11);
    background: radial-gradient(circle at right, rgba(17, 17, 24, 0.463) 0%, rgba(17,17,24,1) 60%);
    /*background: radial-gradient(circle at bottom, rgba(17, 17, 24, 0.463) 0%, rgba(17,17,24,1) 60%);*/

    z-index: 2;
    width: 100%;
    height: 100%;
}

.content-bookstore-interne-dark {
    background: rgb(7,6,11);
    background: radial-gradient(circle, rgba(7,6,11,0) 0%, rgba(17,17,24,1) 90%);
    z-index: 2;
    width: 100%;
    height: fit-content;
}




.content-interne-light {
    position: absolute;
    top: 0%;
    left:0%;
    background: rgb(7,6,11);
    background: radial-gradient(circle, rgba(7,6,11,0) 0%, rgba(252,252,252,1) 80%);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.content-bookstore-interne-light {
    position: absolute;
    top: 0%;
    left:0%;
    background: rgb(7,6,11);
    background: radial-gradient(circle, rgba(7,6,11,0) 0%, rgba(252,252,252,1) 80%);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.scroll-container {
  scroll-snap-type: y mandatory;
  overflow-y: scroll;
  height: 100vh;
  scroll-behavior: smooth;
}


/*likes*/
.like-activo{
    fill: #633fff;
    color: #633fff;
}

/*Librerias*/
.dtl-active:hover{
    border: 2px solid #633fff;
    border-color: #633fff;
    transform: scale(1.2);
    z-index: 100;
}

.dtl-item{
    border-radius: 50px !important;
    height: 100% !important;  
}

.truncate-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.btns_downloads_content{
    position: fixed !important;
    bottom: 5% !important;
    left: 5% !important;
}

/* Sombra al final del contenido */
.truncate-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 100%;
  background: linear-gradient(to bottom, transparent, #111118); /* ajusta el fondo si no es blanco */
  pointer-events: none;
}

/* Estado expandido */
.expanded .truncate-content {
  -webkit-line-clamp: unset;
  overflow: visible;
}

/* Oculta la sombra si está expandido */
.expanded .truncate-content::after {
  display: none;
}






/*.library-active{
    border-bottom: 2px solid #633fff !important;  
    -webkit-box-shadow: inset -1px -14px 22px -17px rgba(99,63,255,1) !important;
    -moz-box-shadow: inset -1px -14px 22px -17px rgba(99,63,255,1) !important;
    box-shadow: inset -1px -14px 22px -17px rgba(99,63,255,1) !important;
}*/

.tab-ody{

}

.tab-ody-item{
    border-radius: 5px;
}

.tab-ody-active{
    background-color: #111118;
    border-bottom: 2px solid #633fff;
    
}

.cart-library{
    width: 50vw;
    z-index: 200;
}

/*btn*/
.btn-close-interaction-1{
    background-color:#cac3a9;
    border-bottom:10px solid #a49d87; 
    border-radius:20px; 
    color:#111118;
    /*font-size:1.5em;*/
    padding: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-continue{
    background-color:#cac3a9; 
    border-bottom:10px solid #a49d87; 
    border-radius:25px; 
    color:#111118;
    font-size:1.5em;
}

/*btns hover*/
.btn-continue:active{
    margin-top:5px;
    border-bottom:5px solid #a49d87; 
}

.btn-close-interaction-1:active{
    margin-top:5px;
    border-bottom:5px solid #a49d87; 
}

.btn-continue-mins{
    cursor: pointer;
    background-color:#633fff; 
    border-bottom:10px solid #391eaf; 
    border-radius:25px; 
    color:#F7FFF7;
}

/*btns hover*/
.btn-continue-mins:active{
    margin-top:5px;
    border-bottom:5px solid #391eaf; 
}


/*Interacciones*/
.options{
    cursor: pointer !important;
    color: #1a1b25 !important;
    background-color: #F7FFF7 !important;
}

.options.active{
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.options:hover{
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.options.error{
    color: #ff003d !important;
    border:1px solid #ff003d !important;
}

.options.success{
    background-color: #04e762 !important;
}

.opctions-error{
    color: #ff003d;
    border: 1px solid #ff003d;
}

.options-pins{
    width: 10px !important;
    height: 10px !important;
    cursor: pointer !important;
    border:5px solid #a49d87;
    background-color: #cac3a9 !important;
}

.options-pins.active{
    background-color: #8c8673 !important;
}

.options-pins:hover{
    background-color: #8c8673 !important;
}

.options-pins.success{
    background-color: #04e762 !important;
}

.options-pins.error{
    background-color: #ff003d !important;
}

.options-pins.info{
    background-color: #57dfff !important;
}

.options-mins{
    cursor: pointer !important;
    color: #F7FFF7 !important;
    background-color: #20212D !important;
}

.options-mins.active{
    background-color: #633fff !important;
}

.options-mins:hover{
    background-color: #633fff !important;
}

.options-mins.error{
    color: #ff003d !important;
    border:1px solid #ff003d !important;
}

.options-mins.success{
    background-color: #04e762 !important;
}

.white-key {
    fill: white;
    stroke: black;
    cursor: pointer;
    transition: fill 0.2s;
}
.white-key.active {
    fill: #d1eaff;
}

.white-key.success {
    fill: #04e762;
}

.white-key.error {
    fill: #ff003d;
}

.black-key {
    fill: black;
    cursor: pointer;
    transition: fill 0.2s;
}
.black-key.active {
    fill: #444;
}

.black-key.success {
    fill: #04e762;
}
.black-key.error {
    fill: #ff003d;
}

.hover-primary{
    cursor: pointer;
}

.hover-primary:hover{
    
    border: 1px solid #633fff;
    scale: 1.1;
    z-index: 200;
}

.text-step-course{
    width: 100%;
}




/*.options-select{
    color: #45746e !important;
    border: 1px solid  #45746e !important;
}*/

/*Layout*/

/*max-width: 640px*/

.racha-width{
    width: 1000px !important;
}

.bg-container{
    background-image: url('https://cdn.odysonn.cloud/cdn/2.0/Fondo_01.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-container-2{
    background-image: url('https://cdn.odysonn.cloud/cdn/2.0/Fondo_02.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.bg-container-3{
    background-image: url('https://cdn.odysonn.cloud/cdn/2.0/Fondo_2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-container-4{
    background-image: url('https://cdn.odysonn.cloud/cdn/2.0/sectionbackground.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: center;
}

@media (max-width: 600px) {
    .bg-container{
        /*background-size: auto;
        background-position-y: bottom ;
        background-position-x: -650px ;*/
        background-image: none;
        
    }
    .bg-container-2{
        /*background-size: auto;
        background-position-y: top ;
        background-position-x: -650px ;*/
        background-image: none;
    }
    /*.bg-container-3{
        background-size: auto;
    }*/
    .bg-container-4{
        background-image: url('https://cdn.odysonn.cloud/cdn/2.0/sectionbackground_mobile.svg');
    }
    .btns_downloads_content{
        bottom: 15% !important;
    }
    .options-pins{
        width: 1px !important;
        height: 1px !important;
        padding:5px !important;
    }
    .racha-width {
      width: 1000em !important;
    }
    .cart-library{
        width: 80vw !important;
    }
    .content{
        height: 120vh;
    }

    .text-step-course{
        width: 12em;
    }
}