/* --- Mejoras para móviles --- */
@media only screen and (max-width: 480px) {
    .titlepage h2 {
        /*font-size: 1.3em !important;*/
        line-height: 1.2 !important;
    }

    .titlepage p{
        font-size: 12px !important;
        margin: 0 !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.show {
        display: block !important;
        width: 100vw !important;
        background: #fff !important;
        position: fixed !important;
        top: 75px !important;
        left: 0 !important;
        right: 0 !important;
        z-index: 99999 !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        min-height: calc(100vh - 75px);
        overflow-y: auto;
    }
    /* Transición suave para el despliegue de la navbar */
    .navbar-collapse {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.05s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: max-height, opacity;
    }
    .navbar-collapse.show {
        max-height: 220px; /* Ajusta según el contenido real */
        opacity: 1;
        transition: max-height 0.05s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .navbar-collapse.collapsing {
        max-height: 0 !important;
        opacity: 0.2;
    }
    html, body {
        height: 100% !important;
        overflow-x: hidden !important;
    }
    .menuBar {
        min-width: unset !important;
        flex-direction: column !important;
        max-height: unset !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        z-index: 9999 !important;
        background: #fff !important;
        padding: 0 !important;
        display: flex !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    }
    body {
        padding-top: 70px !important;
        position: relative !important;
    }
    .menuBar .container-fluid, .menuBar .container {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-nav {
        flex-direction: column !important;
        text-align: center;
        align-items: stretch !important;
        width: 100%;
    }
    .navbar-nav .nav-item {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .fixed-bar {
        font-size: 16px;
        padding: 12px 0;
        width: 100%;
        border-bottom: 1px solid #eee;
    }
    .banner_main img {
        top: 0;
        height: 516px !important;
        object-fit: cover !important;
        /*object-position: 85%;*/
    }

    .btn{
        margin-bottom:20px !important;
    }

    .customer .avatar-container{
        position: relative;  
        margin: 0 auto !important;
        text-align: center !important;
    }
    .customer .avatar-container img {
        width: 50% !important;
    }

    .customer .titlepage{
        margin: 0 40px !important;
        justify-content: center !important;
    }


    .licens .carousel-item, .licens .carousel-control-prev, .licens .carousel-control-next {
        padding: 10px !important;
    }


    .licens .row > div[class^="col-"], .licens .row > div[class*=" col-"] {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding-left: 2px;
        padding-right: 2px;
    }
    .licens .row img {
        max-width: 100px !important;
    }
    .greenSection{
        padding: 40px 0;
    }
    .greenSection .titlepage{
        padding-bottom: 20px;
    }
    .img_caracteristicas {
        content: url(/images/designprocess_vMobile.png);
        margin:0!important;
        padding: 0 60px !important;
    }
    .img_work {
        content: url(/images/comoTrabajo_vMobile.png);
        margin:0!important;
        padding: 20px !important;
    }

    .formsSection{
        display: flex !important;
        flex-direction: row !important;
        padding: 20px !important;
        width: 100%;
        flex-wrap: nowrap;
        align-items:start !important;
    }
    .formsSection .text{
        width: 460px !important;
    }
    .formsSection .text h2{
        font-size: 12px;
        margin-bottom: 0 !important;
    }
    .formsSection .text p{
        font-size: 10px;
        line-height: 14px;
    }
    .formsSection .virgencita{
        display: none;
    }
    .formsSection .game_box{
        margin-top: 20px;
    }
    .formsSection .form-group{
        padding-right: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    input[type="email"]{
        font-size: 10px !important;
        padding: 0 10px !important;
    }
    .formsSection textarea{
        height: 55px !important;
        font-size: 10px !important;
    }
    .perror_msg{
        font-size: 6.2px !important;
        margin-bottom: 0 !important;
        height: 3px !important;
    }
    .send_btn img{
        width: 80px !important;
    }
    .label{
        font-size: 10px,;
    }

    /* PRODUCTS SHOP*/
    .product-section {
      margin-top: 40px !important;
    }
    .thumbnails {
      margin-bottom: 10px !important;
      display: flex !important;
      justify-content: right !important;
    }
    .thumbnail{
      max-height: 64px !important;
      max-width: 64px !important;
      margin-left: 5px !important;
      margin-bottom: 0 !important;
    }
    .main-image {
      margin-bottom: 20px !important;
    }

    /* EMAIL OVERLAY*/
    .email-modal{
        margin: 20px !important;
    }
    .email-modal .info-error{
        font-size: 12px !important;
    }

    /* MSG OVERLAY*/
    .msg-modal{
        margin: 20px !important;
    }
    .msg-modal .pcursive{
        font-size: 10px !important;
    }

    /* FOOTER */
    .footer {
        padding: 5px 10px !important;
    }
    .footer .icons{
        width: 26%;
    }
    .footer .icon{
        padding: 5px !important;
    }
    
    .footer .therms a{
        font-size: 12px !important;
    }
    .footer .contact{
        padding: 0 !important;
        padding-right: 10px !important;
    }
    .footer .contact h2{
        font-size: 18px !important;
        
    }
    
}

/* Mejoras para tablets */
@media only screen and (min-width: 481px) and (max-width: 1024px){
    .casino{
        padding-top: 0px;
    }
    .greenSection .img_caracteristicas{
        padding: 0 60px !important;
    }
    .img_work {
        margin:0!important;
        padding: 20px !important;
    }
    .formsSection .text h2{
        font-size: 28px !important;
    }
    .formsSection .text p{
        font-size: 14px;
    }
    .formsSection .game_box{
        margin-top: 20px;
    }
    .formsSection .virgencita img{
        margin-top: 55px !important;
    }
    .perror_msg{
        margin-bottom: 0 !important;
    }
    .send_btn img{
        width: 96px !important;
    }

    
    
}


/*---------------------------------------------------------------------
    File Name: style.css
---------------------------------------------------------------------*/


/*---------------------------------------------------------------------
    import Fonts
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap" rel="stylesheet');

@font-face {
    font-family: 'Eyesome Script';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Eyesome\ Script.otf') format('eyesome');
}
@font-face{
    font-family: 'Blushes';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Blushes-Regular.ttf') format('truetype');
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face{
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/*****----------------------------------------
     1) font-family: 'Rajdhani', sans-serif;  
     2) font-family: 'Poppins', sans-serif; 
----------------------------------------*****/


/*---------------------------------------------------------------------
    import Files
---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*---------------------------------------------------------------------
    skeleton
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 12px;
    font-family: 'Blushes', 'Montserrat';
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
p:hover{
    cursor:default;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 17px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    font-family: 'Montserrat';
    font-style: light;
    margin: 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:hover{
    transform: scale(1.05);
    transition: .1s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

form{
    padding: 15px;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
button:hover{
    transform: scale(1.05);
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 90px;
}

.layout_padding_2 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.light_silver {
    background: #f9f9f9;
}

.theme_bg {
    background: #38c8a8;
}

.margin_top_30 {
    margin-top: 30px !important;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 1113px;
}


/*---------------------------------------------------------------------
    layout new css 
---------------------------------------------------------------------*/

.container {
    max-width: 1170px;
}

.right_header_info {
    width: 100%;
    float: left;
    padding: 8px 0 0;
}

.right_header_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.right_header_info ul li {
    display: inline;
    font-size: 18px;
    margin-left: 20px;
}

.menu_iconb {
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    padding: 9px 38px;
    border-radius: 20px;
    margin-right: 30px;
}

.slider_cont_section h4 {
    color: #f36b2a;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    padding: 0;
    line-height: normal;
}

.slider_cont_section h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 135px;
    font-weight: 700;
    padding: 0;
    line-height: 125px;
    margin-bottom: 35px;
}

.slider_cont_section p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    line-height: normal;
    margin-bottom: 50px;
}

.center {
    display: flex;
    justify-content: center;
}

#slider_main {
    padding-top: 205px;
}

.top_section div.button_section {
    display: flex;
}

.padding3 {
    padding: 0px;
}

.header {
    display: inline-block;
    background: transparent;
    padding: 35px 0px;
    position: absolute;
    z-index: 99;
    width: 100%;
}

/** BARRA DE MENU**/

.menuBar{
    display: flex; 
    min-width: auto;
    max-height: 75px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

.menuBar .container{
    justify-content: center;
    
}

#content {
    
}

.ms-auto {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-bar {
    padding: 10px; 
    position: relative;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    
}

.fixed-bar button{
    width: 70px;
    background-color: transparent;
}

.fixed-bar:hover{
    color: #4b5745;
}

.fixed-bar img {
    width: auto;
}

.banner_main {
    position: relative;
    margin-bottom: -1px;
    z-index: 1;

}

.portfolio_btn{
    position:absolute; 
    left:0; 
    margin-left: 7.75rem;
    top:75%;
    height:60px;
    width:220px;
    min-width:120px;
    background-color: transparent;
}

.text-bg {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -56px;
}

.banner_main .text-bg a {
    width: 191px;
    background: #fcfcfc;
    padding: 9px 0px;
    color: #000;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
}

.banner_main .text-bg a:hover {
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    color: #000;
    transition: all .4s ease-in;
    border-radius: 20px;
}

.titlepage {
    padding-bottom: 60px;
    justify-content: center;
    align-items: center;
}

.titlepage h2 {
    font-weight: bold;
    color: #fff;
    line-height: 66px;
    font-size: 42px;
    text-align: center;
    background-color: #fff;
    -webkit-background-clip: text;
}

.titlepage span {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.titlepage .paragraph{
    margin-top: 15px;
    margin-bottom: 10px;
}

.titlepage p{
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.titlepage .whatsapp_btn{
    position: relative;
    width: 200px;
    margin: 20px auto 0 auto;
}

.titlepage .whatsapp_btn:hover{
    transform: scale(1.05);
}

.titlepage button{
        background: transparent !important;
        padding: 0 !important;
        cursor: pointer;
}

.titlepage .whatsapp_btn img{
        background: transparent !important;
        display: block;
        height: auto;
}


/** casino section **/

.casino, .celebraciones {
    background-color: #4b5745;
    padding-top: 50px;
}

.casino .game_box {
    background-color:#4b5745;
    padding: 15px;
}

.casino .game_box figure {
    margin: 0;
}

.casino .game_box figure img {
    width: 50%;
    cursor: pointer;
}
.casino .game_box figure img:hover {
    background-color: #4b5745;
    color: #4b5745;
}

.padding_bottom {
    margin-bottom: 30px;
}

.casino .game {
    box-shadow: #000 0px 0px 9px -2px;
    margin-top: -36px !important;
    background: #929a92;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    border: #f7f2e8 solid 4px;
    padding: 8px;
    z-index: 999;
    position: relative;
    cursor: default;
}

.casino .game h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
}

/* ----------------------------------
   Clickable game box styles
   ---------------------------------- */
.spanTitle {
    padding: 60px 0;
}

.spanTitle .titlepage h2{
    color: #4b5745;
}
.sections{
    display: flex; /* Activa flexbox */
    flex-direction: row; /* Elementos en fila (valor por defecto) */
    justify-content: center; /* Espaciado entre elementos */
    gap: 25px;
}

.game-link {
    width: 350px;
    height: 476px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: inherit;
}
.game-link {
    cursor: pointer;
    transition: transform 0.2s ease, font-size 0.8s;
}
.game-link:hover{
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    border-radius: 10%;
    .game_box h3{
        font-weight: bold;
    }
}
.game-link .game_box, .proximamente .game_box{
    background-color: #f2f5f6;
    border: #4b5745 solid 4px;
    padding: 10px 10px;
    border-radius: 10%;
    justify-content: center;
}
.game-link .game-box img{
    width: 85%;
}
.game-link .game_box h3, .proximamente .game_box h3{
    margin-top: 20px;
    font-size: 17px;
    color: #4b5745;
    text-align: center;
}
.game-link .game_box p, .proximamente .game_box p{
    color: #4b5745;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.proximamente {
    width: 350px;
    height: 476px;
    display: flex;
    text-decoration: none;
    color: inherit;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s ease, font-size 0.8s;
}
.proximamente:hover{
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
    border-radius: 10%;
    .game_box{
        background-color: #4b5745b9;
    }
}
.proximamente::after{
    position: absolute;
    margin: 185px;
    top: 30px;
    color: #fff;
    font-size: 24px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease, transform .15s ease;
}
.proximamente:hover::after{
    content: "PRÓXIMAMENTE";
    opacity: 1;
    transform: translateX(-50%) translateY(-6px);
}



/*
.spanTitle .game_box{
    background-color: #f2f5f6;
    border: #4b5745 solid 4px;
    padding: 10px 10px;
    border-radius: 10%;
    justify-content: center;
    display: flex;
}



.spanTitle .game_box figure{
    width: auto;
    position: relative;
    margin: 20px auto 0 auto;
}

.spanTitle .game_box img{
    width: 85%;
    background-color: transparent;
}

.spanTitle, .spanTitle .game_box span{
    width: 65%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: inherit;
}

.spanTitle .game_box h3{
    margin-top: 20px;
    font-size: 17px;
    color: #4b5745;
    text-align: center;
}

.spanTitle .game_box p{
    color: #4b5745;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
    margin-bottom: 20px;
}*/






/** end casino section **/

/** SECCIONES ESTANDAR **/
.greenSection{
    background-color: #4b5745;
    padding: 60px 0;
    text-align: center;
}

.greenSection h2 {
    font-weight: bold;
    color: #fff;
    line-height: 66px;
    font-size: 36px;
    text-align: center;
    background-color: #fff;
    -webkit-background-clip: text;
}

.greenSection .paragraph{
    margin-top: 15px;
    margin-bottom: 10px;
}

.greenSection p{
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.greenSection .img_caracteristicas{
    width: auto;
    margin-top: 20px;
    padding: 0 150px;
    margin-bottom: 60px;
}

.greenSection .img_work{
    width: 75%;
    margin-top: 20px;
    padding: 0 150px;
    margin-bottom: 60px;
}

.correo{
    color:white;
    font-weight: 700;
}
.starSpan{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.starSpan img{
    width: 35%;
    
}

.formsSection{
    background-color: #4b5745;
    padding: 0 60px;
    justify-content: center;
    display: flex;
    align-items: center;
    /*d-wrap, flex-wrap*/
}

.formsSection .text{
    display: flex;
    width: 450px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
}

.formsSection p{
    display:inline-block;
    text-align: right;
    color: #fff;
}

.formsSection h2{
    text-align: left;
    color: #fff;
    font-weight: bold;
    line-height: 66px;
    font-size: 34px;
    background-color: #fff;
    -webkit-background-clip: text;
}
.formsSection a:hover{
    color: #99b7c5;
}

.formsSection .game_box{
    width: 450px;
}

.formsSection .virgencita img{
    width: 300px;
    margin-top: 30px;
}

.formsSection input{
    background-color: #fff;
    display: inline-block;
}

.formsSection textarea{
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 80px; 

    resize: vertical; 
    box-sizing: border-box; 
    display: block; 
    line-height: 1.5;
}
.send_btn{
    max-height: 35px;
    margin: 0 20px;
    background-color: transparent;
    text-align: left;
    transform-origin: left center;
    transition: transform 0.2s ease;
}

.send_btn img{
    max-width: 120px;
}

.send_btn:hover{
    transform: scale(1.05);
}
.perror_msg{
    height:'10px';
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.note{
    margin-top: 15px;
    font-size: 14px;
    font-style: italic;
    color: #4b5745;
}

/*
.send_btn button{
    position: relative;
    padding: 15px 20px;
    background-color: transparent;
    text-align: left;
    
}
.send_btn button img{
    width: 45%;
}

.send_btn img:hover{
    transform: scale(1.05);
}*/

/** HTML CELEBRACIONES **/
.recordatorios{
    background-color: #4b5745;
    align-items: center;
}

.recordatorios img{
    width: 100%;
    height: 100%;
}

.recordatorios .caract{
    position: relative;
    font-size: 24px;
    color: #fff;
    margin-left: 100px;
}

.products{
    margin: 0 100px;
    margin-bottom: 60px;
}

.products h1{
    color: #4b5745;
    padding: 5px 0;
}

.products h1:hover{
    color: #99b7c5;
    cursor: pointer;
}

.products .preview{
    padding: 10px 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.products .products-content:hover{
    cursor: pointer;
}

.preview h3 {
    font-family: 'Montserrat';
    font-style: bold;
    font-weight: 700;
    color: #4b5745;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.products h5{
    font-family: 'Montserrat';
    font-style: normal;
    color: #969696;
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

/** end HTML CELEBRACIONES **/

/** HTML PRODUCTO**/
.product-section{
    margin: 40px 0px;
    margin-top: 120px;

}

.product-section .thumbnail{
    cursor: pointer;
    margin-bottom: 20px;
    /*
    width:75%; 
    margin-left: 25%;
    margin-top: 20px;*/
}

.product-section .titlepage{
    margin-top: 10px;
    margin-left:20px; 
    padding-bottom: 15px;
}

.product-section .titlepage h2{
    
    color: #4b5745;
    text-align: left;
}

.product-section .titlepage h3{
    font-family: 'Montserrat';
    color: #969696;
}

.product-section .titlepage p{
    margin-top: 20px;
    color:#4e4e4e;
    text-align: left;
}

.product-section .titlepage ul{
    padding-left: 20px;
}

.product-section .titlepage li{
    list-style: circle;
    display: list-item;
}

.product-section .game_box label{
    font-family: 'Montserrat';
    font-weight: 400;
    color: #4e4e4e;
    font-size: 14px;
}

.product-section .game_box, form{
    padding: 0px;
}

.product-section .game_box .checkbox{
    font-family: 'Montserrat'; 
    font-weight: 300; 
    font-size: 14px;
    color: #4e4e4e;
    margin-top: 5px;
    margin-left: 20px;
    text-align: left;
}
.product-section .game_box .checkbox:hover{
    cursor:default;
}
input[type="checkbox"]:hover{
    cursor: pointer;
}   

.product-section .game_box button{
    margin-top: 5px;
    margin-left: 0;
    padding-left: 20px;
    background-color: transparent;
    text-align: left;
}

.product-section .game_box button img{
    width: 75%;
}

.info-error{
    color: red;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 20px;
}

/** HTML ENCARGOS **/
.galeria {

    padding: 60px 30px;
}


.galeria .titlepage h2{
    color: #4b5745;
}

.galeria .titlepage span img{
    width: 65%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: inherit;
}


/** SECCION CONTACTO**/
.contact_section {
    padding: 60px 0;
    background: #f7f7f7;
}

.contact_section .container
{
    max-width: 1500px;
    
}

.contact_section .game_box {
    background-color:#4b5745;
    border-radius: 25px;
}

.contact_section .game_box figure {
    margin: 0;
}
.contact_section .game_box figure img {
    border-radius: 25px 25px 0 0;
}

.contact_section .titlepage{
    padding: 0 80px;
}

.contact_section .titlepage h2{
    color: #4b5745;
}

.contact_section .titlepage p{
    color: #4b5745;
}

.contact_section a:hover{
    color: #99b7c5;
    transition: pointer 0.2 ease, color 0.1s ease;
}

.form-group{
    margin-bottom: 5px;
    padding: 5px 20px;
}

label{
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="message"]{
    width: 100%;
    font-family: 'Montserrat';
    font-weight: 200;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    
}

.product-qty{
    width:96px;
    input[type="text"]{
        font-size: 18px;
        max-height:35px;
        text-align: center;
    }
}

/** end SECCION CONTACTO**/

.d_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/** licens section **/

.licens {
    background-color: #fef2e3;
    padding-top: 10px;
}

.licens h2{
    color: #4b5745;
}


.licens .carousel-item {
    position: relative;
    display: flex; 
    width: 520px;
    height: auto;
    align-items: center; 
    justify-content: center;
    background-color: #4b5745;
    padding: 20px;
}


.licens_box {
    text-align: left;
    background: #fff;
    box-shadow: #ddd 0px 0px 10px 0px;
    padding: 0px 40px 40px 40px;
}


.licens_Carousel {
    text-align: center;

}

.read_more {
    width: 191px;
    background: #1f0b04;
    padding: 9px 0px;
    color: #f3e179;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .4s ease-in;
    float: left;
}

.read_more:hover {
    background: #fff;
    color: #1f0b04 !important;
    transition: all .4s ease-in;
    border-radius: 20px;
}

.licens .carousel-control-prev,
.licens .carousel-control-next {
    position:inherit;
    width: 315px;
    height: auto;
    background-color: #4b5745;
    margin: 20px;
    padding: 15px;
}

.lorem {
    font-size: 17px;
    line-height: 28px;
    color: #fefcfb;
    text-align: center;
    font-weight: 500;
    padding-top: 60px;
    padding-bottom: 90px;
}

ul.spinit {
    text-align: center;
    background-color: #1f0b04;
    box-shadow: #0d0303 0px 0px 6px -1px;
    padding: 20px 0px;
}

ul.spinit li {
    display: inline-block;
    text-align: center;
}

ul.spinit li a {
    display: inline-block;
    font-weight: 501;
    font-size: 24px;
    line-height: 20px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0px 39px;
    padding-bottom: 5px;
}

ul.spinit li a:hover {
    border-bottom: #fff solid 1px;
}

.two_box {
    padding-top: 90px;
}

.two_box .many_box_img {
    padding: 20px;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d)
}

.two_box .many_box_img figure {
    margin: 0;
}

.two_box .many_box_img figure img {
    width: 100%;
}

.two_box .many_box p {
    font-size: 17px;
    line-height: 28px;
    color: #fefcfb;
    text-align: left;
    font-weight: 500;
}


/** end licens section **/


/** customer section **/

.customer {
    background-color: #4b5745;
    padding: 50px 0;
}
.customer .titlepage{
    margin-right: 180px;
}
.customer .titlepage h2{
    text-align: left;
    margin: 20px 0; 
    margin-top: 40px;
}

.customer .titlepage p{
    text-align: left;
    margin-bottom: 10px;
}

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

.customer .customer_text p {
    font-size: 17px;
    line-height: 35px;
    color: #0c0c0b;
    text-align: center;
    font-weight: 500;
    background-color: #d7d7d4;
    padding: 90px 45px 150px 45px;
}

.customer .customer_text .customer_box {
    margin-top: -75px;
}

.customer .customer_text .customer_box i {
    border-radius: 133px;
    padding: 72px 10px 75px 10px;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
}

.customer .customer_text .customer_box h4 {
    font-size: 24px;
    padding: 25px 0px 10px 0px;
    font-weight: 500;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.customer .customer_text .customer_box span {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
}


/** customer section **/


/** reqeste section **/

.reqeste {
    background-color: #1b0905;
    padding: 85px 0 90px 0;
    ;
}

#cochang *::placeholder {
    color: #f9fcfd;
}

.form_main .form_control {
    border: inherit;
    border-bottom: #ddd solid 1px;
    background-color: transparent;
    font-size: 17px;
    margin-bottom: 30px;
    border-radius: inherit;
    padding-bottom: 10px;
    color: #f9fcfd;
    width: 100%;
}


/**
.form_main .textarea {
margin-bottom: 25px;
font-size: 17px;
color: #f9fcfd;
background-color: transparent;
width: 100%;
border: inherit;
border-bottom: #ddd solid 1px;
border-radius: inherit;}
**/

.form_main .send_btn {
    font-size: 17px;
    border: #fff solid 2px;
    background-color: transparent;
    color: #fff;
    padding: 10px 60px;
    border-radius: 35px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.form_main .send_btn:hover {
    background-color: #fff;
    color: #000;
}



/** end reqeste section **/


/** footer section **/

.footer {
    display: flex;
    justify-content: space-between;
    width: auto;
    background: #fff;
    padding: 0px 80px;
    align-items: center;
}

.footer .icons{
    display: inline;
    text-align: left;
    padding: 10px;
}
.footer .icon{
    display: inline;
}
.footer .icon img {
    width: 35%;
}
.footer .therms{
    text-decoration: underline;
}
.footer .therms a{
    font-family: 'Montserrat';
    font-style: light;
    margin: 0px;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color:#4b5745;
}
.footer .therms a:hover{
    cursor: pointer;
    font-weight: 400;
    transition: all .1s ease-in;
}
.footer .contact{
    padding-right: 10px;
    text-align: right;
}
.footer .contact h2{
    color: #4b5745;
}

.newtetter {
    padding-right: 60px;
}

.newtetter .tetter {
    border-bottom: #ddd solid 1px !important;
    background: transparent;
    padding: 7px 0px;
    border-radius: inherit;
    font-size: 17px;
    color: #fff;
    border: inherit;
    width: 100%;
}

.submit {
    margin-top: 15px;
    background: transparent;
    padding: 5px 45px;
    color: #5d5756;
    transition: all .4s ease-in;
    float: right;
    margin-bottom: -34px;
    border: #a19a98 solid 2px;
    border-radius: 39px;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    font-weight: 500;
}

.submit:hover {
    background: #fff;
    color: #000;
    border-radius: 20px;
    transition: all .4s ease-in;
}

.address h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 27px;
    font-weight: 700;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.address p {
    color: #fff;
    padding-bottom: 15px;
}

ul.Menu_footer li {
    padding-bottom: 6px;
    display: block;
    color: #3e7f21;
    position: relative;
}

ul.Menu_footer li a {
    display: block;
    color: #888;
    font-size: 17px;
    line-height: 21px;
}

ul.Menu_footer li a:hover {
    color: #f5e47b;
}

ul.Links_footer {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

ul.Links_footer li {
    color: #888;
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 31px;
}

ul.loca li {
    color: #fcfbfb;
    padding-bottom: 10px;
    display: flex;
    font-size: 16px;
    line-height: 20px;
    flex-wrap: wrap;
    align-items: center;
}

ul.loca li a {
    padding-right: 16px;
    color: #ee3e0f;
    margin-top: 4px;
}

.copyright {
    background-image: linear-gradient(to bottom, #bc883d, #f5e47b, #bc883d);
    padding: 20px 0px;
    margin-top: 70px;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    color: #fff;
}

#map {
    height: 100%;
    min-height: 480px;
}


/** end footer section **/


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 280px;
    position: fixed;
    top: 0;
    right: -280px;
    height: 100vh;
    z-index: 1000;
    background: #0000003d;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    background: #1b090500;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #bc883d;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebarCollapse {
    background: transparent;
    padding: 0;
    border: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 55px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 25px;
    font-size: 1.3em;
    display: block;
    font-weight: 300;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #bc883d;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #000;
    background: #bc883d;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.thumbnail {
    transition: transform 0.2s ease;
    cursor: pointer;
}

.thumbnail.clicked {
    transform: scale(1.1);
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-512px * 7))}
}

/*CAROUSEL BASIC*/
.carousel_basic{
    margin: 0 auto;
    /*padding: 20px 0;*/
    max-width: 1080px;
    overflow: hidden;
    display: flex;
	position: relative;
	
	&::before,
	&::after {
		content: "";
		position: absolute;
		width: 512px;
		z-index: 2;
	}
	
	&::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	&::before {
		left: 0;
		top: 0;
	}
	
	.carousel_group {
		animation: scroll 83.2s linear infinite;
		display: flex;
		width: calc(532px * 14); /*6: numero de imagenes*/
        
	}
	
	.card {
        border: none;
		width: 512px;
        height: 512px;
        padding-right: 20px;
	}
}

/* EMAIL OVERLAY*/
#email-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}
#email-modal-overlay .email-modal {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: left;
}
#email-modal-overlay .email-modal h3 {
    color: #4b5745;
    margin-bottom: 20px;
    font-size: 20px;
}
#email-modal-overlay .email-modal input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
}
#email-modal-overlay .email-modal input:focus {
    outline: none;
    border-color: #4b5745;
    box-shadow: 0 0 0 3px rgba(75, 87, 69, 0.1);
}
#email-modal-overlay .email-modal .modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
}
#email-modal-overlay .email-modal button {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
#email-modal-overlay .email-modal .btn-confirm {
    background: #4b5745;
    color: #fff;
    flex: 1;
}
#email-modal-overlay .email-modal .btn-confirm:hover {
    background: #3a4232;
}
#email-modal-overlay .email-modal .btn-cancel {
    background: #e0e0e0;
    color: #333;
    flex: 1;
}
#email-modal-overlay .email-modal .btn-cancel:hover {
    background: #d0d0d0;
}

/* END EMAIL OVERLAY */

/* MSG CONFIRMATION OVERLAY*/
#msg-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}
#msg-modal-overlay .msg-modal {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    text-align: left;
}
#msg-modal-overlay .msg-modal h3 {
    color: #4b5745 ;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 20px;
}
#msg-modal-overlay .msg-modal p{
    font-size: 14px; 
    display:flex;
    justify-content: center;
}
#msg-modal-overlay .msg-modal .modal-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
#msg-modal-overlay .msg-modal button {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
#msg-modal-overlay .msg-modal .btn-confirm {
    background: #4b5745;
    color: #fff;
    flex: 1;
}
#msg-modal-overlay .msg-modal .btn-confirm:hover {
    background: #3a4232;
}
#msg-modal-overlay .msg-modal .btn-cancel {
    background: #e0e0e0;
    color: #333;
    flex: 1;
}
#msg-modal-overlay .msg-modal .btn-cancel:hover {
    background: #d0d0d0;
}

/* END EMAIL OVERLAY */

/* PEDIDO HTML*/
.order-container {
      max-width: 800px;
      margin: 0 auto;
      background: #fff;
      padding: 40px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .order-image {
      text-align: center;
      margin-bottom: 30px;
    }
    .order-image img {
      max-width: 25%;
      height: auto;
      border-radius: 8px;
    }
    .order-title {
      text-align: center;
      margin-bottom: 10px;
    }
    .order-title h1 {
      color: #4b5745;
      font-size: 28px;
      margin: 0;
    }
    .order-subtitle {
      text-align: center;
      margin-bottom: 30px;
      color: #666;
      font-size: 16px;
    }
    .order-list {
      margin: 10px 0;
      text-align: left;
    }
    .order-list h3 {
        font-size: 15px;
    }
    .order-list li {
      margin-bottom: 15px;
      color: #495057;
      font-size: 15px;
      line-height: 1.6;
    }
    .order-list p{
        font-size: 21px;
    }
    
    .details li{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 5px !important;
    }
    
    .details p{
        font-size: 14px;        
    }
    .order-separator {
      height: 2px;
      background: #e0e0e0;
      margin: 30px 0;
    }
    .order-text {
      text-align: center;
      margin: 30px 0;
      color: #333;
      font-size: 15px;
      line-height: 1.8;
    }
    .order-buttons {
      display: flex;
      gap: 20px;
      justify-content: center;
      margin-top: 40px;
      flex-wrap: wrap;
    }
    .order-buttons button {
      padding: 12px 30px;
      border: none;
      border-radius: 6px;
      font-size: 15px;
      cursor: pointer;
      font-weight: 600;
      transition: all 0.3s ease;
    }
    .order-buttons .btn-primary {
      background: #4b5745;
      color: #fff;
    }
    .order-buttons .btn-primary:hover {
      background: #3a4232;
    }
    .order-buttons .btn-secondary {
      background: #e0e0e0;
      color: #333;
    }
    .order-buttons .btn-secondary:hover {
      background: #d0d0d0;
    }
/* END PEDIDO HTML*/

/* LOADER */
.loading {
    position: fixed;
    top: 45%; /* Baja el borde superior al 50% de la pantalla */
    left: 47%; /* Mueve el borde izquierdo al 50% de la pantalla */
    transform: translate(-50%, -50%); /* Centra el objeto ajustándolo por su propia altura/anchura */
        
    z-index: 9999; /* Asegura que esté por encima de todo */
        
    /* Opcional: estilos para verlo mejor */
    padding: 20px;
    border: 2px solid black;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

    border: 16px solid #f3f3f3;  /*Light grey */
    border-top: 16px solid #4b5745; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ABOUT ME SECTION*/
.customer .avatar-container{
    position: inherit;  
    margin-right: 40px; 
    text-align:right;
    
}



.qty-input {
	color: #4b5745;
	background: #fff;
	display: inline;
    padding: 7px;
	align-items: center;
	overflow: hidden;
    border: 1px solid #4b574586;
    border-radius: 10px;

	.limited-qty,
    .qty-count {
		background: transparent;
		color: inherit;
        font-family: 'Montserrat';
        font-weight: 200;
        font-size: 18px;
        max-height:35px;
        text-align: center;
        border:none;
        vertical-align: middle;
    }
	&:focus {
		outline: none;
	}
}

.limited-qty {
	width: 50px;
	min-width: 0;
	display: inline-block;
	text-align: center;
	appearance: textfield;	
		
	&::-webkit-outer-spin-button,
	&::-webkit-inner-spin-button {
		appearance: none;
		margin: 0;
	}
}

.qty-count-minus {
    margin-top: 0 !important;
	padding: 0;
	cursor: pointer;
	/*width: 2.5rem;*/
	font-size: 1.25em;
	text-indent: -100px;
	overflow: hidden;
	position: relative;
		
	&:before, 
	&:after {
			content: "";
			height: 2px;
			width: 10px;
			position: absolute;
			display: block;
			background: #4b5745;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
	}
	&:disabled {
		color: #ccc;
		background: #f2f2f2;
		cursor:auto;
		border-color: transparent;
			
		&:before,
		&:after {
			background: #ccc;
		}
	}
}

.qty-count-add {
        margin-top: 0 !important;
		padding: 0;
		cursor: pointer;
		/*width: 2.5rem;*/
		font-size: 1.25em;
		text-indent: -100px;
		overflow: hidden;
		position: relative;
		
	    &:before {
			content: "";
			height: 10px;
			width: 2px;
			position: absolute;
			display: block;
			background: #4b5745;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
		&:after {
			content: "";
			height: 2px;
			width: 10px;
			position: absolute;
			display: block;
			background: #4b5745;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
}
