/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-feb-2024, 15:56:00
    Author     : Abel
*/
:root {
  --main-color: #931454;
  --main-color-dark: #C40077;
  --gray: #999999;
  --gray-dark: #555555;
  --color-text-light: #eeeeee;
  --color-text-dark: #333333;
}

/*********************************************************/
/*********************************************************/
/*FONTS*/
/*********************************************************/
/*********************************************************/

/*******************************************************/
/*ROBOTO**************************************************/
p
{
    text-align: justify;
}

a
{
    color: black;
     text-decoration: none;
}
a:hover, a:active
{
    color: var(--main-color-dark);
}

.fancybox__content
{
    padding: 0px;
}

.background-dark
{
    background-color: #000;
}

.disclaimer-content
{
    padding:35px;
}
.disclaimer-gray
{
    font-size: 0.8rem;
    color: #888;    
}
.disclaimer-content input[type="button"]
{
    padding: 15px;
    width: 200px;
}

#si
{
    background-color: var(--main-color);
    color: white;
    border: none;
}
.is-close-btn
{
    display:none;
}
.navbar 
{
    z-index: 1001;       
}
.navbar-nav .nav-link
{
    padding-left: 15px;
}

.container
{
    max-width: 1600px;
    margin: auto;
}
body
{
    font-size: 0.8rem;
    background-color: #262626 !important;
}
footer
{
    color: var(--color-text-light);
}

#footprint-bg
{
    background-color: #931454;
    color:#fff;
    padding: 20px;
}

footer .nav-link
{
    padding: 0px !important;
}
.nav-link:hover
{
    color: #AAA !important;
    background-color: var(--main-color-dark);
}

.footer-home
{
    border-top: solid 1px #fff;
}

section
{
    margin-top: 40px;
    margin-bottom: 60px;
}

ul
{
    list-style: none;
    list-style-type: none;
}

h1
{
    font-size: 1.1rem;
    font-weight: bold;
}
h2
{
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: var(--color-text-light);
    font-weight: bold;
}
h3
{
    font-size: 1.1rem;
    margin-bottom: 30px;
}
h4
{
    font-size: 1.1rem;
    margin-bottom: 20px;
}
h5
{
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.headerMobile
{
    background-color: #262626;
    position: fixed;
    z-index: 10;
}
.headerMobileS
{
    margin-top: 70px;
}
.filtros
{
  width: 100%;
  text-align: right;
  padding: 10px 0px 10px 0px;
  margin-top: -40px;
}

.views
{
    width: 50%;
    text-align: left;
    float: left;
    padding-left: 10px;
}
.duration
{
    width: 50%;
    text-align: right;
    float: left;
    padding-right: 10px;
}

.white
{
    color: white !important;
    opacity: 1;
}
.h1Title
{
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.text-right
{
    text-align: right;
}
.texto-desc, .texto-desc p
{
    color: white;
    margin-bottom: 25px;
}
.texto-desc a, .texto-desc p a
{
    color:var(--main-color-dark);
}

.input-con-lupa {
    width: 300px;
    padding: 10px 40px 10px 15px; /* Espaciado interno */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    background: url('https://img.icons8.com/ios-filled/50/000000/search.png') no-repeat white;
    background-size: 20px; /* Tamaño del ícono */
    background-position: right 10px center; /* Posición del ícono */
}

.input-con-lupa:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
/********************************************************/
/********************************************************/


/*****************Secciones******************/
/********************************************************/
.video
{
    max-width: 1000px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.videoInfo
{
    color: var(--gray);
    margin-top: 10px;
}
.videoInfo img:not(:first-child)
{
    margin-left: 20px;
}
.addInfo
{
    color: var(--gray);
    margin-bottom: 5px;
}
.redesItem
{
    fill: var(--color-text-dark);
}
.redesItem:hover
{
    fill: var(--main-color-dark);
}
.videos, .categorias, .video, .actrices, .pornstar
{
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
}
 .video h2,.video h3
 {
     color:black;
 }


.paginacion, .abecedario
{
    margin: auto;
    width: fit-content;
}
.linksFooter a
{
    color: white;
}
.links, .social
{
    display: inline-block;
}
.copyright
{
    color: #fff;
    width: 100%;
    display: inline-block;
}
.otrasCats
{
    margin: 0px;
    padding: 0px;
}
.paginacion li, .otrasCats li, .abecedario li 
{
    display: flex;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 5px;
}

.social li
{
    display: flex;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right:55px;
}
.links li
{
    display: flex;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right:25px;
}
.paginacionBar, .abecedarioBar
{
    background-color: #000;
    padding: 3px;
    text-align: center;
    margin-bottom: 10px;
}
.links li a
{
    color: #fff;
    text-decoration: none;
}

.paginacion li a
{
    color: #ffffff;
    background-color: var(--main-color);
    padding: 10px;
    /*border: solid 1px #ddd;*/
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    
}

.paginacion li a:hover
{
    background-color: var(--main-color-dark);  
}

.paginacion li label
{
    color: #ffffff;
    background-color: var(--main-color-dark);
    padding: 10px;
    /*border: solid 1px #ddd;*/
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    
}

.abecedario li a
{
    color: #ffffff;
    padding: 10px;
    /*border: solid 1px #ddd;*/
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    
}
.abecedario li a:hover, .abcActive
{
    color: #ffffff;
    padding: 10px;
    background-color: var(--main-color-dark);
    /*border: solid 1px #ddd;*/
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    
}
.categoriasList
{
    background-color: #000;
    padding-left: 30px;
}

/********************************************************/
/********************************************************/

#suggesstion-boxd,#suggesstion-boxm
{
    position: relative;
    z-index: 10;
}

#country-list {
    float: left;
    list-style: none;
    margin-top: 49px;
    padding: 0;
    width: 90%;
    position: absolute;
    border: #aaa 1px solid;
}

#country-list li {
    padding: 10px;
    background: #000;
    border-bottom: #aaa 1px solid;
    color: white;
    text-align: left;
}

#country-list li:hover {
    background: #555;
    cursor: pointer;
}

#search-box {
    padding: 10px;
    border: #a8d4b1 1px solid;
    border-radius: 4px;
}

.dropdown-menu li
{
    background-color: #000;
    border-bottom: 1px solid #aaa;
}

.dropdown-menu li:hover
{
    background-color: #555;
}

.dropdown-item
{
    color:white;
}


/********************************************************/
.videoCard
{
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
     /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.videoCard a
{
    text-decoration: none;
}
.thumb
{
    z-index: 10;
    display: block;
    width: 100%;
}

.name
{
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}
.videoTitle
{
    padding-top: 5px;
    width:100%;
    text-align: left;
    font-weight: bold;
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color: inherit;
}
.categoryLink
{
    color: white;
    text-decoration: none;
    font-size: 1.0rem;
    font-weight: bold;
    white-space: nowrap;
}

.categoryCard
{
    text-decoration: none;
    color: #000;
}

.categoriaTitle
{
    color: var(--main-color-dark);
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 20px;
}

.trailer
{
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.logo
{
    position: absolute;
    width: 130px;
    max-width: 130;
    z-index: 200;
    left: 50%;
    margin-left: -65px;
    top:50px;
}
.logo-mobile
{
    position: absolute;
    width: 200px;
    z-index: 0;
    left: 50%;
    margin-left: -100px;
    top:80px;
}
.top-menu-bar-light
{
    padding: 0px;
    color: var(--gray);
    margin-top: 20px;
}
.top-menu-bar-dark
{
    padding: 20px;
    color: var(--gray-dark);
    margin-top: 20px;
}
.videoWindow
{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.videoWindow iframe
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.home-foot-text
{
    padding: 40px;
}
.home-foot-text h4
{
    color: #fff;
}
.home-foot-text p
{
    color: #fff;
}
#formMessage
{
    display: none; 
    padding: 20px;
    background-color: var(--main-color-dark);
    color: white;
}
/*NAVEGACION*/
/*************************************************/
.navbar-toggler:focus 
{
    box-shadow: 0 0 0 0rem !important;
}
    
.activo
{
    color: #AAA !important;
}
.bg-primary
{
    background: transparent !important;
}
.bg-primary-b
{
    /*background: rgba(55,129,196,0.7) !important;*/
    background: var(--main-b-color) !important;
}
.bg-primary-m
{
    /*background: rgba(246,0,163,0.7) !important;*/
    background: var(--main-m-color) !important;
}
.bg-primary-dark
{
    /*background: rgba(0,0,0,0.7) !important;*/
    background: #000000 !important;
}
.bg-primary-t
{
    /*background: rgba(54,221,181,0.7) !important;*/
    background: var(--main-t-color) !important;
}
.bg-primary-ini_b
{
    background: var(--main-b-color) !important;
}
.bg-primary-ini_m
{
    background: var(--main-m-color) !important;
}
.bg-primary-ini_dark
{
    background: #000000 !important;
}
.bg-primary-ini_t
{
    background: var(--main-t-color) !important;
}
.bcl,.mcl,.tcl
{
    padding: 10px;
}
.navLinkDesktop
{
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    padding: 5px 0 5px 0;
    display: block;
    background-color: var(--main-color);
    font-weight: bold;
    text-transform: uppercase;
}
.active
{
    background-color: var(--main-color-dark);
}
.navLinkDesktop:hover
{
    color: #ffffff;
    text-decoration: none;
    background-color:var(--main-color-dark);
}

.mainNavLink
{
   font-weight: bold; 
}

.mainLink
{
   padding: 1px;
   position: relative;
}
.navbar-nav
{
    padding-top: 70px;
}
.navbar-nav li
{
    border-bottom: rgba(255,255,255,0.3) 1px solid !important;
}


/*************************************************/

body,p,ul,ul li
{
    color: var(--color-text-dark);
    font-family: Arial;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
}


h1,h2,h3,h4,h5
{
    font-family: "Arial", sans-serif;
    font-style: normal;
}
h1
{
    color: var(--color-text-dark);
}
h2,h3,h4,h5
{
    color: var(--color-text-light);
}

footer ul li
{
    color: var(--color-text-light);
}

/*CSS para pantalla más grandes de 2600*/
@media (min-width: 2600px) {
    h2
    {
        font-size: 120px;
    }
}

@media (max-width: 1600px) {
    .logo
    {
        width: 12%;
        left: 50%;
        margin-left: -6%;
    }
}

/*Classes para Desktop y mobiel*/
.mobile
{
    display: none;
}
.desktop
{
    display: block;
}


.no-padding
{
    padding: 0px;
    margin: 0px;
}

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

.linksCat:hover {
    background-color: var(--main-color-dark);
}

.linksCat:hover > a {
    color: white;
}

.categoryCard:hover > p{
    color: var(--main-color-dark);
}

.videoCard a
{
    color: black;
}
.videoCard:hover > a {
    color: var(--main-color-dark);
}
.catName
{
    min-width: 90px;
    font-weight: bold;
}
.reportar
{
    padding: 3px 10px 3px 10px;
    color: #fff !important;
    background-color: var(--color-text-dark);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    border: none;
}
.reportar:hover
{
    background-color: var(--main-color-dark);
}
.video-container
{
    color:var(--gray);
    display: none;
}
.btn-primary
{
    background-color: var(--main-color-dark) !important;
    color: white  !important;
    border: none !important;
    margin-top: 10px;
    font-size: 0.8rem;
}
.cats
{
    padding: 2px 10px 2px 10px;
    color: #fff !important;
    background-color: var(--color-text-dark);
    text-decoration: none;
    margin-right: 10px;
    border-radius: 5px;
    display: inline flow-root;
    margin-bottom: 5px;
}
.cats:hover
{
    background-color: var(--main-color-dark);
}
/* ============ small devices ============ */
@media (max-width: 991px) 
{
    .filtros
    {
      margin-top: 0px;
    }
    section
    {
        margin-bottom: 90px;
    }
    .dropdown-menu .dropdown-menu
    {
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
    
    .mainLink
    {
        padding: 0px;
    }
    
    .mobile
    {
        display: block;
    }
    .desktop
    {
        display: none;
    }
    .container
    {
        min-width: 100%;
        width: 100%;
    }
    #suggesstion-boxm
    {
        top:-30px;
        z-index: 10000;
    }
    #country-list
    {
        width: 100%;
    }
    .videoInfo img:not(:first-child)
    {
        margin-left: 5px;
    }
}
/***************************************************/
/***************************************************/
#sidebarMenu{top:0;height:100%;margin-top:60px;position:fixed;left:0;width:350px;transform:translateX(-350px);transition:transform 350ms ease-in-out;background-color:#262626;border-right:1px solid #262626;overflow:auto;z-index:10}
.sidebarMenuInner{margin:0 0 0 10px;padding:0;border-top:1px solid rgba(255,255,255,.1)}
.sidebarMenuInner li{list-style:none;/*text-transform:uppercase;*/font-weight:700;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.2)}
.sidebarMenuInner .item:HOVER{background-color:var(--main-color-dark)}
.sidebarMenuInner .itemGroup{padding-left:10px}
.sidebarMenuInner .itemGroup:HOVER{background-color:#eee}
.sidebarMenuInner li span{display:block;font-size:14px;color:rgba(0,0,0,.3)}
.sidebarMenuInner li a{color:#000}
.sidebarMenuInner .item{color:#fff;text-transform:uppercase;font-weight:400;cursor:pointer;text-decoration:none;padding:10px;width:100%}


input[class=openSidebarMenu]:checked~#sidebarMenu{transform:translateX(0)}
input[class=openSidebarMenu]{transition:all .3s;box-sizing:border-box;display:none}
.sidebarIconToggle{transition:all .3s;box-sizing:border-box;cursor:pointer;position:fixed;z-index:99;height:100%;width:100%;top:22px;left:15px;height:22px;width:22px}
.spinner{transition:all .3s;box-sizing:border-box;position:absolute;height:3px;width:100%;background-color:var(--main-color-dark)}
.sidebarIconToggle>.horizontal{transition:all .3s;box-sizing:border-box;position:relative;float:left;margin-top:3px}
.sidebarIconToggle>.diagonal.part-1{position:relative;transition:all .3s;box-sizing:border-box;float:left}
.sidebarIconToggle>.diagonal.part-2{transition:all .3s;box-sizing:border-box;position:relative;float:left;margin-top:3px}
input[class=openSidebarMenu]:checked~.sidebarIconToggle>.horizontal{transition:all .3s;box-sizing:border-box;opacity:0}
input[class=openSidebarMenu]:checked~.sidebarIconToggle>.diagonal.part-1{transition:all .3s;box-sizing:border-box;transform:rotate(135deg);margin-top:8px}
input[class=openSidebarMenu]:checked~.sidebarIconToggle>.diagonal.part-2{transition:all .3s;box-sizing:border-box;transform:rotate(-135deg);margin-top:-9px}