::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #2d7591c5;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #2d7491;
}

.mantenimiento-container {
    position: relative;
    width: 100vw;
    height: 70vh;
}

.mantenimiento-container .text-info {
    position: absolute;
    width: 90%;
    max-width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.mantenimiento-container .text-info h1 {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    transform: translateY(-40px);
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 19px rgba(255, 255, 255, 0.5);
}

footer {
    background-color: #060608;
    padding-top: 80px;
    padding-bottom: 10px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 5vw 1vw #060608;
    -moz-box-shadow: 0px 0px 5vw 1vw #060608;
    box-shadow: 0px 0px 5vw 1vw #060608;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}

footer p {
    font-size: 11.5px;
}

footer p a svg {
    margin-top: 20px;
}

footer p a svg:hover {
    fill: white;
}

footer strong {
    font-size: 13px;
    text-shadow: 0 0 8px rgba(255, 255, 255, .7);
}

.wid-0 {
    width: 10vw;
    height: 10vw;
}

.divCatalogoImagen {
    width: 22vw;
    height: 30vw;
    max-width: 300px;
    max-height: 400px;
    min-width: 155px;
    min-height: 203px;
    margin: 0 auto;
    margin-top: 30px;
}

.pagintaion-div {
    margin-top: 40px;
    margin-bottom: 0px;
}

.card-movie {
    border-radius: 5px;
    border: unset;
}

.movie-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rowCatalogo {
    margin-top: 1%;
    margin-left: 1.8%;
    max-width: 1300px;
    width: 92vw;
    margin: 0 auto;
}

.boton3 {
    color: white !important;
    padding: 0.5em 1.2em;
    background: transparent;
    border: 2px solid white;
    border-bottom: 4px solid white;
    transition: all .5s ease-in-out;
    text-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.boton3:hover {
    background-color: #3a5b6b;
    border: 2px #283b46 solid;
    border-bottom: 4px #283b46 solid;
    opacity: .85;
    scale: .97;
}

.boton2 {
    color: white !important;
    padding: 0.5em 1.2em;
    background-color: #3a5b6b;
    border: 2px #283b46 solid;
    border-bottom: 4px #283b46 solid;
    transition: all .5s ease-in-out;
    text-shadow: 0 0 10px rgba(255, 255, 255, .5);
}

.boton2:hover {
    background-color: #3a5b6b;
    border: 2px #283b46 solid;
    border-bottom: 4px #283b46 solid;
    opacity: .85;
    scale: .97;
}

.botonesMenuCuentaDrop {
    color: white;
    opacity: .8;
}

.botonesMenuCuentaDrop:hover {
    opacity: 1;
    color: white;
}

.botonesMenuCuenta {
    opacity: .70;
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.botonesMenuCuenta a {
    text-decoration: none;
    color: white;
}

.botonesMenuCuenta:hover {
    opacity: 1;
}

.botonesMenuCuenta:hover a {
    text-shadow: 0 0 10px rgb(255, 255, 255);
}

a {
    text-decoration: none;
    color: white;
}

.popover__title {
    font-size: 18px;
    color: white;
    text-align: left;
    margin-right: 20px;
    padding: 0;
}

.popover__title:hover {
    color: white;
}

.popover__wrapper {
    position: relative;
    margin-top: 10px;
}

.popover__content2 {
    width: 250px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -188px;
    top: 65px;
    transform: translate(0, 10px);
    background-color: black;
    border-radius: 4px;
    padding-top: 14px;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.popover__content2:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(20% - 16px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent black transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.popover__wrapper:hover .popover__content2,
.popover__wrapper:focus .popover__content2 {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__content {
    width: 250px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -136px;
    top: 65px;
    transform: translate(0, 10px);
    background-color: black;
    border-radius: 4px;
    padding-top: 14px;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(40% - 14px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent black transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.popover__wrapper:hover .popover__content,
.popover__wrapper:focus .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.popover__message {
    text-align: center;
    margin-left: 10px;
    margin-right: 80px;
}

.popover-title {
    color: blue;
    font-size: 15px;
}

.imagenPerfil {
    width: 55px;
    height: 55px;
    border-radius: 27.5px;

}

.imagenPerfilNav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-top: -8px;
}


.transicion {
    transition: all 1.5s ease;
}

.MostrarContenidos {
    margin-left: 2.2%;
}

.btn {
    padding: 10px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    transition: all .4s ease-in-out;
}

.botonesCategorias {
    margin-left: 30px;
    background-color: #3a5b6b;
    color: white;
    text-shadow: 0 0 10px rgba(255, 255, 255, .9);
    border: 2px #283b46 solid;
    border-bottom: 4px #283b46 solid;
}

.botonesCategorias:hover,
.botonesCategorias:focus,
.botonesCategorias:target {
    scale: .95;
    background-color: #22323c;
    border: 2px #283b46 solid;
    border-bottom: 4px #283b46 solid;
    color: white;
}

.selectBtn {
    background-color: #22323c;
    border: 2px #283b46 solid;
    border-bottom: 4px #283b46 solid;
    color: white;
}

.Tabla {
    width: 100%;
}

.ImagenTabla {
    width: 25px;
    height: 35px;
}

h6 {
    color: white;
    font-size: large;
}

h5,
p {
    color: white;
    font-size: large;
}

body {
    background-color: #1e1d25;
    overflow-x: hidden;
}

.contenedor {
    height: 55%;
}

.contenedor2 {
    height: 50%;
}

.splide {
    position: relative;
    visibility: visible;
}

.bodyCarta h5,
.bodyCarta p {
    font-family: 'Roboto Flex', sans-serif;
}

.bodyCarta p {
    opacity: .5;
}

.color-container {
    width: 30px;
    height: 16px;
    display: inline-block;
    border: radius 4px;
}

.container {
    background-color: rgba(255, 255, 255, 0.8);
    /* backdrop-filter: blur(10px); */
    /* border: 1px rgba(0, 0, 0, 0.85) solid; */
    border-radius: 5px;
    max-width: 1300px;
    width: 95%;
    overflow-x: scroll;
    box-shadow: 0 0 20px rgba(8, 0, 255, 0.26);
}

img {
    object-fit: cover;
    cursor: pointer;
}

.containerr {
    width: 100%;
    height: 540px;
    padding: 0px;
    background: lightgray;
    position: absolute;

    transform: translate(-50%, -50%);
}

h1 {
    margin-left: 30px;
    padding-top: 60px;
    font-size: xx-large;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.barraInicio {
    color: white;
    text-decoration: none;
    font-size: 17px;
    margin-left: 45px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.barraInicio svg {
    margin-right: 5px;
    margin-top: -4px;
    margin-left: 14px;
    width: 20px;
    height: 20px;
}

.barraInicio strong {
    margin-right: 14px;
}

.boton5 {
    color: white !important;
    transition: all 1s ease-in-out;
    position: relative;
    text-align: center;
    z-index: 1;
    overflow: hidden;

}

.boton5:hover {
    text-shadow: 0 0 15px #fff;
    scale: 1.1;
}

.boton5::before {
    transition: 1s ease-in-out;
    content: "";
    z-index: -1;
    position: absolute;
    bottom: -6px;
    width: 0%;
    height: 3px;
    border-radius: 3px;
    left: 0%;
    background-color: white;
}

.boton5:hover::before {
    box-shadow: 0 0 10px rgba(255, 255, 255, .9), 0 0 10px rgba(255, 255, 255, .9);
    width: 100%;
}

.barraInicio2 {
    color: white;
    text-decoration: none;
    margin-right: 12px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.barraInicio2 svg {
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.hrClass {
    width: 90%;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
    margin: 0 auto;
}

.menuInicio {
    width: 100%;
    height: 60px;
    opacity: 0;
    background-color: #060608ad;
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0px 0px 4vw .5vw rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 0px 0px 4vw .5vw rgba(0, 0, 0, 0.85);
    box-shadow: 0px 0px 4vw .5vw rgba(0, 0, 0, 0.85);
}

/* 
------------ Helpers----------- 
*/
.zoom {
    transition: transform .5s ease-in-out;
}

.zoom:hover {
    transform: scale(1.06);
}

.zoom2 {
    transition: transform .9s ease;
}

.zoom2:hover {
    transform: scale(1.05);
}

.zoom3 {
    transition: transform 1s;
}

.zoom3:hover {
    transform: scale(1.025);
}

.border-radius-1 {
    border-radius: 3px;
}

.border-radius-2 {
    border-radius: 6px;
}

.border-radius-3 {
    border-radius: 9px;
}

.box-shadow-1 {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

.box-shadow-2 {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.7);
}

.box-shadow-3 {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.8);
}

.margin-bottom-1 {
    margin-bottom: 10px;
}

.margin-bottom-2 {
    margin-bottom: 25px;
}

.margin-bottom-3 {
    margin-bottom: 50px;
}

.margin-bottom-4 {
    margin-bottom: 80px;
}

.margin-bottom-5 {
    margin-bottom: 110px;
}

.margin-top-1 {
    margin-top: 10px;
}

.margin-top-2 {
    margin-top: 25px;
}

.margin-top-3 {
    margin-top: 50px;
}

.margin-top-4 {
    margin-top: 80px;
}

.margin-top-5 {
    margin-top: 110px;
}

.opaciti-0 {
    opacity: 1;
    transition: opacity 3s ease-in-out;
}

.opacity-03 {
    opacity: .3;
}

.opacity-04 {
    opacity: .4;
}

.opacity-04 {
    opacity: .4;
}

.opacity-05 {
    opacity: .5;
}

.opacity-06 {
    opacity: .6;
}

.opacity-07 {
    opacity: .7;
}

.opacity-08 {
    opacity: .8;
}

.opacity-09 {
    opacity: .9;
}

.opacity-1 {
    opacity: 1;
}

.p-relative {
    position: relative;
}