/* Performer */

:root {
    --porn-color: #e4003a;
    --vrp-color: #e4003a;

    --gay-color: #3cbff0;
    --vrg-color: #3cbff0;

    --trans-color: #c736f3;
    --vrt-color: #c736f3;

    --ion-color: #d0589d;
    --vrpa-color: #d0589d;

    --amateur-color: #ff7701;
    --vram-color: #ff7701;

    --jap-color: #ff0026;
    --vrj-color: #ff0026;

    --povgay-color: #e2552d;
    --pvg-color: #e2552d;
}

.awards > div[class*="avn"] {
    background-image: url("../img/performer/avn-awards.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 75% auto;
}

.awards > div[class*="xbiz"] {
    background-image: url("../img/performer/xbiz-awards.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 75% auto;
}

.awards > div[class*="spank-bang"],
.awards > div[class*="spank-bank"] {
    background-image: url("../img/performer/spankbang-award.svg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 75% auto;
}

/**/
.ratingContainer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #4da318;
    position: absolute;
    right: 10px;
    top: 5px;
    border-radius: 3px;
    padding: 0px 5px;
}

.ratingContainer span.ratingPercentage {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.ratingContainer .thumbs-up-icon {
    margin-right: 3px;
    color: #fff !important;
    font-size: 12px;
}

.performerItem {
    position: relative;
    width: 20%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s;
}

.performerItem .ratingContainer {
    width: auto !important;
}

.performerItem:hover {
    transform: scale(1.05);
    z-index: 999;
}

.performerItem img {
    width: 100%;
}

.performerItem a {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.performerItem .performerInfo {
    padding: 10px;
    text-align: center;
    background-color: #111;
}

.performerItem .performerInfo span {
    color: #ccc;
}

.performerItem .performerInfo h3 {
    display: block;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

.home-slider .swiper-slide {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.home-slider .swiper-slide a {
    text-decoration: none !important;
    color: transparent !important;
}

.home-slider .swiper-slide a:hover {
    text-decoration: none !important;
}

@media (max-width: 1023px) {
    .performerItem {
        max-width: 33.33%;
    }
}

@media (max-width: 899px) {
    .performerItem {
        max-width: 50%;
    }

    .models-section .performerItem {
        width: 50%;
    }
}

@media (max-width: 479px) {
    .performerItem {
        max-width: 100%;
    }

    .models-section .performerItem {
        width: 100%;
    }
}

body.vrpa .performerItem .performerInfo h2,
body.vrpa .rightContainer .ratingContainer span.ratingPercentage {
    color: #000;
}

/* Pre-footer */

.subfooter {
    background: #1a1a1a;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
}

.lets-try-wrapper,
.billers-and-info-wrapper {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
}

.billers-and-info-wrapper {
    display: flex;
}

.biller-img {
    margin: 0 1em;
    display: flex;
    align-items: center;
}

.biller-img a {
    line-height: 0;
}

button.lets-try {
    color: #fff;
    margin-bottom: 1em;
    font-size: 3em;
    padding: 0.2em 1.5em;
    border-radius: 300px;
    text-transform: uppercase;
}

@media screen and (max-width: 766px) {
    .billers-and-info-wrapper {
        display: block;
        width: 100%;
    }

    .biller-img {
        width: 50%;
        display: inline-block;
        text-align: center;
        margin: 0.5em 0;
        padding: 10px;
    }
}

@media screen and (max-width: 425px) {
    button.lets-try {
        font-size: 2em;
    }
}

/* Pre-footer */

/* Copyright disclaimer */

.copyright-disclaimer {
    border-top: 1px solid #666666;
    margin-top: 2em;
    padding-top: 20px;
    font-size: 0.8em;
    line-height: 1.2em;
}

/* Copyright disclaimer */

/* IE Message */

.ie-message-wrapper {
    position: fixed;
    bottom: 0;
    z-index: 999994;
    width: 100%;
    padding: 20px;
    display: none;
}

.ie-message-wrapper.visible {
    display: block;
}

.ie-message-wrapper .ie-message {
    display: flex;
    align-items: center;

    color: #fff;
    padding: 10px 15px;
    font-size: 1.2em;
    line-height: 2em;
    border-radius: 4px;
}

.ie-message-wrapper .ie-message i.fa {
    margin-right: 10px;
}

.ie-message-wrapper .ie-message .ie-close-button {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .ie-message {
        line-height: 1.6em !important;
    }
}

.flexslider {
    border-radius: 0 !important;
}

.home-slider {
    position: relative;
}

/* CLS */

body.mobile .home-slider {
    aspect-ratio: 222 / 215;
}

.align-center {
    text-align: center !important;
}

/* CLS Home */

.homeH1 {
    padding: 0 1em;
}

body.home h1 {
    text-align: center;
    margin-top: 30px;
}

/* Estilos para div que reemplaza h1 (sin etiqueta semántica por SEO) */
body.home .homeH1 > div:first-child,
body.home .homeH1 div.h1-replacement {
    text-align: center;
    margin-top: 32px;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    font-family: "Raleway", Arial, sans-serif;
}

body.home h2.h2Home {
    text-align: center;
}

/* Estilos para div que reemplaza h2.h2Home (sin etiqueta semántica por SEO) */
body.home .homeH1 > div.h2Home {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    body.home h1 {
        font-size: 1.8em;
        line-height: 1.5em;
    }

    body.home h2 {
        font-size: 1.3em;
        line-height: 1.3em;
    }
}

.dl8-play-button {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5) !important;
}

.vrj .dl8-embed-container {
    background-size: contain !important;
}

.dl8-embed-container .dl8-play-button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCA1LjE0djE0bDExLTctMTEtN3oiLz48L3N2Zz4=) !important;
    background-size: 80px 80px !important;
    background-position: center !important;
    opacity: 0.7;
}

.vrj .links-quarter .relatedVideosSection .videoItem {
    width: 33.33% !important;
    min-width: 33.33% !important;
    max-width: 33.33% !important;
}

.vrj .links-quarter .relatedVideosSection .videoItem .videoItemInner,
.cams_container {
    flex-direction: column;
}

.vrj .links-quarter .relatedVideosSection .videoItem .videoItemInner > a {
    width: 95%;
    min-width: 95%;
    margin-right: 5%;
}

.vrj
    .links-quarter
    .relatedVideosSection
    .videoItem
    .videoItemInner
    > .videoInfoContainer,
.cams_container > div {
    width: 100%;
    min-width: 100%;
}

.vrj
    .links-quarter
    .relatedVideosSection
    .videoItem
    .videoItemInner
    .videoInfo
    .videoTitle {
    text-align: center;
    padding: 10px 5px 0;
}

.dl8-title,
.dl8-tags,
.dl8-logo,
.dl8-gradient-top,
.dl8-gradient-bottom {
    display: none !important;
}

.dl8-faulty-tag,
.dl8-faulty-tag-text {
    background-color: rgba(13, 13, 13, 0.7) !important;
}

/* Hidden elements */

body.-typein .hide-typein,
body.-aff .hide-aff {
    display: none !important;
}

/**
 * Menu
 */
.main-nav {
    position: fixed;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/* Header no fixed*/

body:not(
        .home,
        .interactives-section,
        .s-section,
        .page-id-163845,
        .page-id-211200,
        .parent-pageid-163843,
        .playstation-vr-section,
        .free-vr-porn-section,
        .free-gay-vr-porn-section,
        .free-trans-vr-porn-section,
        .free-woman-pov-porn-section,
        .playstation-vr-section,
        .seven-deadly-sins-section,
        .oculus-porn-section,
        .apple-vision-pro-porn-section,
        .trial-section,
        .categories-section,
        .category
    )
    .main-nav {
    position: relative !important;
}

.main-nav .logo {
    display: flex;
    align-items: center;
    width: 300px;
    margin: 1em 2em;
}

.main-nav .logo a {
    line-height: 0;
}

.main-nav .logo img {
    height: 3.5em;
}

.main-nav li.nav-item {
    font-weight: bold;
    font-size: 1em;
    margin: 0 0.7em;
}

.main-nav nav ul li.nav-item:first-child {
    margin-left: 0;
}

.main-nav nav ul li.nav-item:last-child {
    margin-right: 0;
}

.main-nav nav ul li.nav-item.new-menu a {
    position: relative;
}

.main-nav nav ul li.nav-item.new-menu a:before {
    content: "NEW";
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 4px;
    line-height: 1;
    background: #ffc600;
    color: #000;
    border-radius: 2px;
    display: block;
    top: -9px;
    right: 5px;
}

.main-nav .cta a {
    padding: 0.7em 1.5em;
    border-radius: 100px;

    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.main-nav .right-side {
    margin-left: auto;
    margin-right: 2em;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: stretch;
    position: relative;
}

.main-nav .right-side ul,
.main-nav .right-side ul li.nav-item {
    display: flex;
    height: 100%;
    align-items: center;
}

.main-nav li.nav-item a {
    color: #ffffff;
    text-transform: uppercase;
}

.main-nav .search-button,
.main-nav .notifications-button {
    color: #fff;
    font-size: 2em;
    cursor: pointer;
    padding: 0 0.4em;

    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
}

.main-nav .search-button:hover {
    transform: scale(1.1);

    transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
}

.main-nav .sidebar-button-wrapper {
    font-size: 3em;
    color: #fff;
    display: none;
    cursor: pointer;
}

.main-nav .sidebar-button-wrapper.left {
    padding-right: 0;
}

body.logged-in:not(.nats-free-) .sidebar-button-wrapper.right {
    padding-right: 0;
}

.main-nav .sidebar-button-wrapper .cta .inner-button,
.main-sidebar a.cta {
    color: #fff;
    font-size: 0.5em;
    height: 30px;
    padding: 0 0.8em;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 30px;
    white-space: nowrap;
}

/*
.main-nav .sidebar-button-wrapper .cta .inner-button {
    margin-right: 1em;
}
*/
.main-nav .sidebar-button-wrapper .sidebar-toggle {
    color: #fff;
    padding: 0.4em;
    font-size: 1em;
}

/* Sidebar */

.main-sidebar {
    background: #212121;
    position: fixed;
    z-index: 3;
    top: 100px;
    left: 0;
    bottom: 0;
    width: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

html.sidebar-opened .main-sidebar {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    box-shadow: 0px 0 10px 10px rgb(0 0 0 / 20%);
}

html.sidebar-opened,
html.sidebar-opened body {
    overflow-y: hidden !important;
    touch-action: none;
    -ms-touch-action: none;
    height: 100%;
}

.main-sidebar .top-links {
    padding: 1em 0;
    background: rgba(255, 255, 255, 0.04);
}

.main-sidebar .top-links a {
    color: #fff;
    font-weight: bold;
}

.main-sidebar .top-links li.cta a {
    padding: 0.6em;
    border-radius: 4px;
}

.main-sidebar .links li.cta {
    border-bottom-width: 0;
    text-align: center;
    padding-top: 1.5em;
}

.main-sidebar .top-links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.main-sidebar .links li {
    padding: 0.8em 1em;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-sidebar .links li.with-submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-sidebar .links li.with-submenu a {
    margin-right: auto;
}

.main-sidebar .links li.with-submenu.selected {
    background: #141414;
}

.main-sidebar .toggler-button {
    padding: 0 0.4em;
}

.main-sidebar li.with-submenu .close-submenu {
    display: none;
}

.main-sidebar .links a {
    color: #fff;
}

.main-sidebar .links li:hover,
.submenu-items li:hover {
    background: rgba(255, 255, 255, 0.03);
}

.main-sidebar a.cta {
    font-size: 1em;
    padding: 0.5em 1.6em;
}

/* Submenu */

.submenu-list {
    background: #141414;
    position: fixed;
    z-index: 2;
    top: 100px;
    right: 0;
    left: 200px;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}

.submenu-list.opened {
    display: block;
}

.submenu-list li {
    padding: 0.8em 1em;
    font-size: 1.2em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.submenu-list li a {
    color: #fff;
}

/* Overlay */

html.sidebar-opened .l-main::before,
html.sidebar-opened .l-footer::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    content: "";
}

/* Scrollbar */

.main-sidebar::-webkit-scrollbar,
.submenu-list::-webkit-scrollbar {
    width: 0.4em;
}

.main-sidebar::-webkit-scrollbar-thumb,
.submenu-list::-webkit-scrollbar-thumb {
    outline-width: 1px;
    outline-style: solid;
    border-radius: 0.3em;
}

body:not(.vrpa) .main-sidebar::-webkit-scrollbar-track,
body:not(.vrpa) .submenu-list::-webkit-scrollbar-track {
    background-color: #222222;
}

body:not(.vrpa) .main-sidebar::-webkit-scrollbar-thumb,
body:not(.vrpa) .submenu-list::-webkit-scrollbar-thumb {
    outline-color: #000;
}

/* Icons */

.menu-icon {
    margin-right: 0.5em;
    width: 1.25em;
    font-size: 1.2em;
}

/*POST REVIEWS CSS*/
.cat-reviews .l-content {
    width: 100% !important;
    float: none !important;
}

.back-category {
    font-size: 18px;
    margin-bottom: 20px;
}

.back-category a {
    color: #fff;
    margin-left: 5px;
    border-bottom: 2px solid transparent;
}

.back-category a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

/* Breakdowns */

@media (min-width: 1440px) and (max-width: 1625px) {
    /**
     * Aplicamos .nats-expired- ya que es el caso en el que
     * sale el botón de Renew. Hemos tenido que hacer ajustes para
     * que no se vea mal.
     */
    body.logged-in.nats-expired- .main-nav li.nav-item {
        font-size: 1em;
    }
}

@media (max-width: 1440px) {
    .main-nav {
        font-size: 0.8em;
    }

    .main-nav .logo img {
        width: auto;
    }
}

@media (min-width: 901px) and (max-width: 1440px) {
    html.scrolled .main-nav {
        font-size: 0.75em;
    }
}

@media (min-width: 900px) and (max-width: 1283px) {
    /**
     * Aplicamos .nats-expired- ya que es el caso en el que
     * sale el botón de Renew. Hemos tenido que hacer ajustes para
     * que no se vea mal.
     */
    body.logged-in.nats-expired- .main-nav li.nav-item {
        font-size: 1em;
    }
}

@media (max-width: 1140px) {
    .main-nav {
        font-size: 0.63em;
    }
}

@media (min-width: 901px) and (max-width: 1140px) {
    html.scrolled .main-nav {
        font-size: 0.5em;
        padding: 2em;
    }

    html.scrolled .main-nav li {
        font-size: 1.6em;
    }
}

/* Mobile */
@media (max-width: 900px) {
    .only-desktop {
        display: none !important;
    }

    .only-mobile {
        display: block !important;
    }

    .main-nav nav.right-side {
        display: none;
    }

    .main-nav {
        background: #1a1a1a;
        height: 60px;
    }

    .main-nav .logo {
        width: 140px;
        margin: 0 auto 0 0;
    }

    .main-nav .sidebar-button-wrapper {
        display: flex;
        align-items: center;

        padding-right: 0.5em;
    }

    .main-nav .search-button {
        font-size: 1em;
        padding: 0 0.5em;
    }

    .home-slider {
        margin-top: 60px;
    }

    .horizontalImageContainer.show {
        display: none;
    }
}

/* Desktop */
@media (min-width: 901px) {
    html.scrolled
        body:not(
            .home,
            .interactives-section,
            .s-section,
            .page-id-163845,
            .page-id-211200,
            .parent-pageid-163843,
            .playstation-vr-section,
            .free-vr-porn-section,
            .free-gay-vr-porn-section,
            .free-trans-vr-porn-section,
            .free-woman-pov-porn-section,
            .playstation-vr-section,
            .seven-deadly-sins-section,
            .oculus-porn-section,
            .apple-vision-pro-porn-section,
            .trial-section
        )
        .main-nav {
        position: fixed !important;
    }

    html.scrolled
        body:not(
            .home,
            .interactives-section,
            .s-section,
            .page-id-163845,
            .page-id-211200,
            .parent-pageid-163843,
            .free-vr-porn-section,
            .free-gay-vr-porn-section,
            .free-trans-vr-porn-section,
            .free-woman-pov-porn-section,
            .playstation-vr-section,
            .seven-deadly-sins-section,
            .oculus-porn-section,
            .apple-vision-pro-porn-section,
            .trial-section
        )
        .l-main {
        padding-top: 90px;
    }

    html.scrolled .main-nav {
        background: #1a1a1a;
        font-size: 0.9em;
        height: 80px;
    }

    html.scrolled body.seven-deadly-sins-section .main-nav {
        background: #1b0000;
    }

    html.scrolled .horizontalImageContainer {
        top: 95px;
    }
}

@media (max-width: 440px) {
    .main-nav .logo img {
        height: 2.5em;
    }

    .main-nav .logo {
        padding: 1em;
    }

    .main-nav .sidebar-button-wrapper .cta .inner-button {
        font-size: 0.4em;
    }
}

/**
 * Horizontal Drop-down with images
 */

.horizontalImageContainer {
    display: none;
    width: 100%;
    padding: 1.1em 2% 1em 2%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    position: fixed;
    top: 99px;
    z-index: 9999;
    background-color: rgba(26, 26, 26, 0.8);
}

.horizontalImageContainer.show {
    display: flex !important;
}

.horizontalImageContainer div {
    transition: transform 0.2s;
    width: 9%;
}

.horizontalImageContainer div:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.horizontalImageContainer div img {
    width: 100%;
}

.horizontalImageContainer div a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 4%;
    color: #fff;
}

.horizontalImageContainer div a span {
    line-height: 1.2;
    margin-top: 5px;
}

.header_module {
    text-transform: uppercase;
    display: inline-flex;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 5px;
}

.header_module > h1,
h1.header_module {
    font-size: 15px !important;
    letter-spacing: 0.5px;
    font-weight: 600 !important;
    text-transform: uppercase;
    display: inline-flex;
    line-height: 24px !important;
    margin-top: 0 !important;
}

.header_module img {
    margin-right: 5px;
    margin-top: -1px;
}

.homeH1 .header_module {
    margin-bottom: 0;
}

.home .homeH1 .tittle_comp {
    margin-top: 20px;
}

.home .homeH1 .tittle_comp h2 {
    padding-top: 0;
    margin-bottom: 5px;
}

.tittle_comp {
    text-align: center;
}

.home .tittle_comp {
    margin-top: 50px;
}

.tittle_comp.w_line {
    position: relative;
}

.tittle_comp.w_line .header_module {
    background: #1a1a1a;
    padding: 0 10px;
}

.tittle_comp.w_line .tittle_group {
    position: relative;
    z-index: 1;
}

.tittle_comp.w_line .tittle_group:after {
    content: "";
    z-index: -1;
    width: 100%;
    height: 2px;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 10px;
    background: rgb(255, 255, 255);
    background: -moz-radial-gradient(
        circle,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.10127801120448177) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-radial-gradient(
        circle,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.10127801120448177) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0.10127801120448177) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.tittle_comp h2 {
    font-size: 42px;
    font-weight: 700;
    padding-top: 0;
    color: #fff;
}

.home .tittle_comp h2 {
    font-size: 36px;
}

.tittle_comp h3 {
    text-transform: uppercase;
    color: #e4003a;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.tittle_comp p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.tittle_comp.w_line p {
    font-size: 22px;
    line-height: 28px;
    width: 60%;
    margin: 0 auto 30px;
}

.home .tittle_comp.w_line p {
    font-size: 18px;
    width: 80%;
}

body.vrp .homeH1 {
    background: #111;
}

.tittle_h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    padding: 25px 0;
}

.tittle_h1 p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    /* width: 80%;*/
    /*margin: 0 auto;*/
    padding-right: 30px;
    margin-bottom: 0 !important;
}

.tittle_h1 .txt_home_featured {
    width: 60%;
}

.tittle_h1 p.home_mkt_title {
    font-family: "Raleway", Arial, sans-serif;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 5px !important;
    width: 100%;
}

.tittle_h1 p.home_mkt_subtitle {
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
    color: #dbc179;
    font-weight: 600;
    margin-bottom: 5px !important;
    width: 100%;
}

.seals > img {
    width: 150px;
}

.-section .toggle- {
    position: absolute;
    right: 0;
    top: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #dddddd;
    cursor: pointer;
}

.-section #- {
    padding-right: 40px;
}

.only-desktop {
    display: block;
}

.only-mobile {
    display: none;
}

.award-banner {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.award-banner img {
    width: 100%;
}

.award-banner img.only-mobile {
    max-width: 300px;
}

@media (max-width: 768px) {
    .tittle_comp h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 700;
    }

    .tittle_comp.w_line p {
        font-size: 20px;
        line-height: 24px;
        width: 80%;
    }

    .featured_video_container .tittle_comp {
        padding-left: 20px;
    }

    .tittle_h1 p {
        font-size: 14px;
        line-height: 20px;
    }

    .tittle_h1 p.home_mkt_title {
        font-size: 24px;
        line-height: 32px;
    }

    .seals {
        min-width: 310px;
    }

    .seals > img {
        width: 100px;
    }
}

@media (max-width: 600px) {
    .featured_video_container .tittle_comp {
        padding-left: 0px;
        padding-top: 30px;
        text-align: center;
    }

    .tittle_h1 .txt_home_featured {
        width: 100%;
    }

    .tittle_comp {
        position: relative;
    }

    .tittle_comp .header_module {
        background: #1a1a1a;
        padding: 0 10px;
    }

    .tittle_comp .tittle_group {
        position: relative;
        z-index: 1;
    }

    .tittle_comp .tittle_group:after,
    .tittle_comp.w_line .tittle_group:after {
        content: "";
        z-index: -1;
        width: 100%;
        height: 2px;
        opacity: 0.5;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 10px;
        background: rgb(255, 255, 255);
        background: -moz-radial-gradient(
            circle,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.10127801120448177) 80%,
            rgba(255, 255, 255, 0) 100%
        );
        background: -webkit-radial-gradient(
            circle,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.10127801120448177) 80%,
            rgba(255, 255, 255, 0) 100%
        );
        background: radial-gradient(
            circle,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.10127801120448177) 80%,
            rgba(255, 255, 255, 0) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    }

    .home .tittle_comp h2 {
        font-size: 24px;
    }

    .home .tittle_comp.w_line p {
        font-size: 15px;
        line-height: 20px;
        width: 100%;
    }

    .tittle_h1 {
        flex-direction: column;
        text-align: center;
    }

    .tittle_h1 p {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0;
        margin-bottom: 20px !important;
    }

    .tittle_h1 p.home_mkt_title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 1440px) {
    .horizontalImageContainer {
        top: 84px;
    }
}

@media (max-width: 1140px) {
    .horizontalImageContainer {
        top: 70px;
        font-size: 0.9em;
    }
}

/**
 *  page
 */
.-section .l-submain:first-child {
    height: calc(90vh - 40px);
    min-height: 620px;
}

@media (min-width: 1280px) {
    .-section .l-submain:first-child {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* VRT: Estilos para vrt-title-text (reemplaza h2 para SEO) */
body.vrt .tittle_comp .vrt-title-text {
    font-size: 36px;
    font-weight: 700;
    padding-top: 0;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

body.vrt .home .tittle_comp .vrt-title-text {
    font-size: 36px;
}

body.vrt .home .homeH1 .tittle_comp .vrt-title-text {
    padding-top: 0;
    margin-bottom: 5px;
}

/* VRT: Estilos para vrt-category-text (reemplaza h3 para SEO) */
body.vrt .categories_container a .vrt-category-text {
    line-height: unset;
    padding: 0;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
}

/* VRT: Estilos para vrt-model-name (reemplaza h3 de modelos para SEO) */
body.vrt .performerInfo .vrt-model-name {
    display: block;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1370px;
        width: 100% !important;
    }
}
