/* Estilos base necesarios para designer.php */
@font-face {
    font-family: BentonSans-Bold;
    src: url(fuentes/BentonSans-Bold.woff2);
}

@font-face {
    font-family: BentonSans-Regular;
    src: url(fuentes/BentonSans-Regular.woff2);
}

@font-face {
    font-family: Questrial;
    src: url(fuentes/Questrial-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

u {
    text-decoration: underline !important;
}

body {
    border-color: #d2d2d2;
    min-width: 300px;
    background: black;
    color: white;
    font-family: 'BentonSans-Regular', 'BentonSans-Bold';
}

button {
    cursor: pointer;
    border-style: none;
    background: transparent;
}

a {
    text-decoration: none !important;
    color: white;
}

#center {
    width: 100%;
}

#video-player {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

body.full-screen {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#video-player.full-screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #111;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 150;
}

#video-player video {
    pointer-events: none;
    user-select: none;
}

#video-player.full-screen video {
    height: 100vh !important;
}

#controls .no-print {
    display: none;
}

#controls {
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.controls-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

#controls button,
#controls input[type="range"] {
    margin: 0 5px;
    cursor: pointer;

}

#controls #controls button {
    background-color: transparent;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

#controls button:hover {
    /* background-color: #555; */
}

#controls input[type="range"] {
    flex: 1;
    height: 3px;
    width: 50%;
}

.time {
    color: white;
    font-size: 14px;
    margin: 0 5px;
}

.divProgres {
    display: flex;
    width: 45%;
    align-items: center;
}

.controls-sound {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 55%;
}

@media (max-width: 768px) {
    #video-player {
        width: 100%;
    }

    .controls-sound {
        width: 100%;
    }

    #controls input[type="range"] {
        width: 100%;
    }

    .divProgres {
        width: 100%;
    }

    #fullScreen {
        display: none;
    }
}
li[data-list="bullet"] {
    list-style-type: disc;
    display: list-item;
    margin-left: 1.5em;
}

li[data-list="ordered"] {
    list-style-type: decimal;
    display: list-item;
    margin-left: 1.5em;
}

.descripcion {
    max-width: 1000px;
    word-wrap: break-word;
    margin: 10px auto;
    color: #fff !important;
}

.descripcion * {
    font-size: 30px;
    margin-bottom: 0;
    min-height: 45px;
    color: #fff !important;
}

.descripcion strong {
    color: #00ffff !important;
}

.descripcion strong u {
    color: #00ffff !important;
}

.titulo {
    font-size: 25px;
}

.tituloNombre {
    font-size: 30px;
}

.lupa {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}

.lupa>svg {
    width: 45px;
    height: 45px;
}

@media (max-width: 1000px) {
    .descripcion {
        max-width: 1000px;
        word-wrap: break-word;
        margin: 10px auto;
    }

    .descripcion * {
        font-size: 20px;
        min-height: 30px;
    }

    .tituloNombre {
        font-size: 25px;
    }

    .lupa>svg {
        width: 35px;
        height: 35px;
    }
}

/* CSS movido desde designer.php */
#disenador-thumbs-wrap {
    --swiper-navigation-size: 50px;
}

#disenador-thumbs-wrap .swiper-button-next,
#disenador-thumbs-wrap .swiper-button-prev {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50% !important;
    height: auto !important;
    margin: 10px !important;
}

#disenador-thumbs-wrap .swiper-button-next svg,
#disenador-thumbs-wrap .swiper-button-prev svg {
    width: 50px !important;
    height: 50px !important;
    fill: #999 !important;
    stroke: #999 !important;
}

@media screen AND (min-width: 1000px) {
    #disenador-thumbs-wrap .swiper-button-next svg,
    #disenador-thumbs-wrap .swiper-button-prev svg {
        width: 100px !important;
        height: 100px !important;
    }
}

#disenador-thumbs-wrap .swiper-button-next::after,
#disenador-thumbs-wrap .swiper-button-prev::after {
    content: '' !important;
    display: none !important;
}

.cardProd {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 0 10px;
    margin-right: inherit !important;
    width: fit-content;
}

.cardProd img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.cardProd h2 {
    color: #111;
    font-size: 20px;
    line-height: 40px;
    border: none;
    padding: 0;
}

.cardProd h3 {
    text-align: center;
    color: #222;
}

/* CSS copiado desde styles30042021.css */
.box-page-producto {
    color: white;
}

.box-page-producto h2 {
    padding: 2rem 3rem;
    font-size: 35px;
    color: aqua;
    border-bottom: groove;
    text-align: center;
    line-height: 5rem;
    border-color: #dee;
}

@media (max-width: 768px) {
    .box-page-producto h2 {
        font-size: 25px;
        padding: 1rem;
    }
}

.separator {
    margin-right: 1rem;
    margin-left: 0.5rem;
}

.btn-step-back,
.btn-back {
    padding: 5px 9px 5px 9px;
    font: 21px/19px 'BentonSans-Regular','BentonSans-Bold';
    color: #FFF !important;
    background: #545454;
    cursor: pointer;
    z-index: 100;
    width: auto;
    text-align: center;
    padding: 1rem;
}

@media (max-width: 600px) {
    .btn-step-back,
    .btn-back {
        padding: 0.5rem;
    }
}

.coming-soon {
    text-align: center;
    font-size: 4rem;
}

.div-breadcrumbs {
    width: 100%;
    padding: 0px 10px;
    overflow-x: hidden;
    border-bottom: groove;
}

.ruta2 {
    padding: 2rem 3rem;
    font-size: 2rem;
    color: white;
    border-bottom: groove;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}

.ruta2 a {
    color: #fff;
    text-transform: capitalize;
}

.ruta2 h1 {
    padding: 2rem 3rem;
    font-size: 3rem;
    color: white;
    text-align: center;
}

.ruta2 > :nth-last-child(2) {
    color: aqua !important;
}

h2.ruta2 {
    scroll-padding-left: 100px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 10px !important;
    border-bottom: none;
    margin-bottom: 0px;
    font-size: 22.5px !important;
}

h2.ruta2 > * {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 0 !important;
    padding-left: 0 !important;
    position: relative !important;
}

h2.ruta2 a,
h2.ruta2 .item {
    display: inline-block;
    width: auto !important;
}

h2.ruta2 {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

h2.ruta2::-webkit-scrollbar {
    display: none;
}

@media (max-width: 950px) {
    .ruta2 {
        font-size: 1.5rem !important;
        line-height: 5rem;
        padding: 0;
        justify-content: flex-start;
    }
}

@media (max-width: 750px) {
    .ruta2 {
        font-size: 1.5rem !important;
        line-height: 5rem;
        padding: 0;
    }
    
    .ruta2 h1 {
        font-size: 2rem;
    }
}

@media (max-width: 700px) {
    .ruta2 {
        padding: 0rem 0rem !important;
    }
    
    .btn-step-back,
    .btn-back {
        font-size: 1.5rem;
    }
}

@media (max-width: 400px) {
    .ruta2 {
        font-size: 1.25rem !important;
    }
    
    .ruta2 h1 {
        font-size: 1.5rem;
    }
}

@media (max-width: 320px) {
    .ruta2 {
        font-size: 1.25rem !important;
    }
    
    .ruta2 h1 {
        font-size: 1.5rem;
    }
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.m-2 {
    margin: 0.5rem;
}

.w-50 {
    width: 50%;
}

.p-3 {
    padding: 1rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    flex: 1;
}

.mw100 {
    max-width: 100%;
}

.btn {
    width: auto;
    height: 40px;
    margin: 1px;
    padding: 5px 20px;
    font: 18px/14px 'BentonSans-Regular','BentonSans-Bold';
    text-decoration: none;
    color: #FFF;
    border: 1px solid #447182;
    background: #447182;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}

.btn-dark {
    background: #333;
    border-color: #333;
}

.div-consulta {
    border-top: groove;
    display: flex;
}

.div-consulta a {
    color: white;
}

.btn-extra {
    padding: 1rem;
    text-align: center;
}

.btn-extra a {
    display: block;
    padding: 1px 0 1 4px;
    font: 23px/42px 'BentonSans-Regular','BentonSans-Bold';
    color: #988B85;
    border: 1.5px solid black;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-weight: bold;
}

.btn-extra a:hover {
    color: #493E3A;
    border-color: #EBE9E7;
    background-color: #D5D0CA;
    box-shadow: 0 0 10px #CECAC4;
    -moz-box-shadow: 0 0 10px #CECAC4;
    -webkit-box-shadow: 0 0 10px #CECAC4;
}

.btn-extra a.active {
    color: #493E3A;
    border-color: #988B85;
    background-color: #D5D0CA;
}

.btn-extra-blue {
    background: #CEE0E3 !important;
}

.btn-extra-blue a {
    color: black;
}

.btn-extra-blue a:hover {
    color: #2B454F;
    border-color: #CEE0E3;
    background-color: #91B9C1;
    box-shadow: 0 0 10px #91B9C1;
    -moz-box-shadow: 0 0 10px #91B9C1;
    -webkit-box-shadow: 0 0 10px #91B9C1;
}

.cienwidth {
    width: 100% !important;
}