@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

html {
    font-size: 16px;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    font-weight: 400;
}
a,i,.Header,.Header .LogoPrincipal,.Home-Jurado-Box .BoxImg .Img,.Home-Jurado-Box .BoxInfo, .BoxFormulario .Link{
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

/*//// UTILITIES ///*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}


.BotonTop{
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #545454;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    right: 15px;
    bottom: 20px;
    display: none;
}

.BotonTop i {
    font-size: 2rem;
    line-height: 2rem;
    position: relative;
    top: 0px;
}

.BotonTop:hover, .BotonTop:focus, .BotonTop:active{
    color: #fff;
    background: #e48400;
}

.hasScrolled{
    display: block;
}

/*//// AND UTILITIES ///*/

.Wrapper{
    max-width:100%;
    background-color:#fff;
    width:100%;
    padding-bottom:0px;
    margin:0 auto;
    position:relative;
    overflow-x: hidden;
}
.Header {
    padding: 2rem 1rem;
    width: 100%;
    position: fixed;
    z-index: 3;
    padding-top: 3rem;
}

.Header.HeaderActive {
    padding: 1rem 1rem;
    background: #545454;
}

.Header .LogoPrincipal {display: none;}
.Header.HeaderActive .LogoPrincipal {display: inline-block;}
.Header.HeaderActive .Menu-Principal a{color: #FFF;}
.Header.HeaderActive .Menu-Principal a:hover {color: #e48400;}

.Header-Logo {
    display: flex;
    align-items: center;
}

.Header-Menu{
    display: flex;
    align-items: center;
    justify-content: end;
}

.Menu-Principal {
    text-align: right;
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.Menu-Principal li{
    display: inline-block;
}
.Menu-Principal a {
    font-size: 1rem;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 600;
    line-height: 1rem;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.Menu-Principal a:hover{
    color: #e48400;
    text-decoration: none;
}
.Menu-Principal a.active{color: #e48400;}
.Header.HeaderActive .Menu-Principal a.active{color: #e48400;}

.Menu-Redes {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -10px;
}

.Menu-Redes .Link{
    color: #fff;
    padding: 5px 8px;
}
.Menu-Redes .Link i{}

.Menu-Redes .Link:hover{color: #e48400;}

/*///////////// LANDING INTRO /////////////*/

.tooltip{
    z-index:100000000;
    top: 20px !important;
}

.Home-Intro{
    background: url("../../assets/img/home/intro/bg-intro.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    padding-top: 4rem;
}

.Home-Intro .ImgIntro {
    position: relative;
    max-width: 460px;
}

.IntroHeader-Text .IconBtnIntro {
    margin-top: 2rem;
}
.IntroHeader-Text .IconBtnIntro {
  -webkit-animation: scales 1.2s ease-in-out infinite alternate;
  -moz-animation: scales 1.2s ease-in-out infinite alternate;
  animation: scales 1.2s ease-in-out infinite alternate;
}

@-moz-keyframes scales {
  from {
    margin-top: 2rem;
  }
  to {
    margin-top: 4rem;
  }
}

.IntroHeader-Text {
    text-align: right;
    padding-top: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.IntroHeader-Text .Title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
}

.IntroHeader-Text .Title span {
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.5rem;
    display: inline-block;
}

.BtnInscribite {
    background: #e48400;
    color: #fff;
    border-radius: 50px;
    padding: 12px 24px;
    border: 1px solid #e48400;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    min-width: 180px;
    max-height: 48px;
    cursor: pointer;
}
.BtnInscribite:hover {
    border: 1px solid #fff;
    color: #e48400;
    background: #fff;
    text-decoration: none;
}

/*///////////// HOME CONCURSO /////////////*/

.Home-Concurso-Header{text-align: left;}
.Home-Concurso-Header .Title{
    position: relative;
    color: #e48400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
}
.Home-Concurso-Header .Line {
    width: 55px;
    height: 3px;
    background: #e48400;
    position: absolute;
    left: -60px;
    top: 8px;
}

/*///////////// HOME JURADO /////////////*/

.Home-Jurado{background: #f5f5f5;}

.Home-Jurado-Header{}
.Home-Jurado-Header .Title {
    color: #e48400;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 60%;
    line-height: 4rem;
}

.Home-Jurado-Box{
    position: relative;
    cursor: pointer;
}

.Home-Jurado-Box.Home-Jurado-BoxB{top: 50px;}
.Home-Jurado-Box.Home-Jurado-BoxC{top: -100px;}

.Home-Jurado-Box .BoxImg {
    overflow: hidden;
}
.Home-Jurado-Box .BoxImg .Img{
    opacity: 1;
    width: 100%;
    transform: scale(1);
}
.Home-Jurado-Box:hover .BoxImg .Img{
    opacity: 0.7;
    transform: scale(1.1);
}
.Home-Jurado-Box:hover .BoxInfo {
    top: -25px;
}

.Home-Jurado-Box .BoxInfo {

    position: relative;
    background: #fff;
    padding: 50px 0 50px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
top: 0px;
}

.Home-Jurado-Box .BoxInfo .Line {

    height: 55px;
    width: 3px;
    background: #e48400;
    position: absolute;
    top: -30px;

}
.Home-Jurado-Box .BoxInfo .SubTitle {

    margin: 0;
    font-weight: 700;
    color: #333;

}
.Home-Jurado-Box .BoxInfo .SubTitle span {

    color: #e48400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 5px;

}
.Home-Concurso-Header{text-align: left;}
.Home-Concurso-Header .Title{
    position: relative;
    color: #e48400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
}
.Home-Concurso-Header .Line {
    width: 55px;
    height: 3px;
    background: #e48400;
    position: absolute;
    left: -60px;
    top: 8px;
}

.fancybox-slide--html .fancybox-close-small {color: #b2b2b2;}
.fancybox-bg {background: rgba(255,255,255,0.4);}

.BoxLightboxJurado {
    padding: 0 !important;
    width: 1100px;
    border-radius: 5px;
}
.BoxLightboxJurado .BoxLightboxJurado-Img {
    width: 50%;
    float: left;
}
.BoxLightboxJurado .BoxLightboxJurado-Img .Img{}

.BoxLightboxJurado .BoxLightboxJurado-Info {
    width: 50%;
    float: left;
    padding: 60px 80px;
    position: relative;
}
.BoxLightboxJurado .BoxLightboxJurado-Info .Line {
    height: 3px;
    width: 55px;
    background: #e48400;
    position: absolute;
    top: 100px;
    left: -30px;
}
.BoxLightboxJurado .BoxLightboxJurado-Info .Info-Title{
    font-weight: 700;
    color: #333;
}
.BoxLightboxJurado .BoxLightboxJurado-Info .Info-Title span{
    color: #e48400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 5px;
}

.BoxLightboxJurado .BoxLightboxJurado-Info .Info-Text{}


/*///////////// HOME FECHAS /////////////*/

.Home-Fechas{
    background: url("../../assets/img/home/fechas/bg-fechas.jpg");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Home-Fechas-Header{
    text-align: left;
    padding: 20px 0;
    position: relative;
}

.BoxAnio {
    font-weight: 700;
    position: absolute;
    left: -200px;
    top: -110px;
    background: #fff;
    width: 180px;
    height: 180px;
    text-align: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1.8rem;
    font-size: 1.8rem;
    border-radius: 50%;
}
.BoxAnio .Text{color: #333333;display: block;}
.BoxAnio .Numero{color: #e48400;display: block;font-weight: 700;}

.Home-Fechas-Header .Title{
    color: #e48400;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 60%;
    line-height: 4rem;
}

.Fechas-Box-Inscripcion {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.Fechas-Box-Inscripcion .Title {
    width: 40%;
    display: inline-block;
    padding-right: 3rem;
}

.Fechas-Box-Inscripcion .Title .TextTitle {
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0;
}
.Fechas-Box-Inscripcion .Apertura{width: 30%; display: inline-block;}
.Fechas-Box-Inscripcion .Apertura .Text{font-weight: 700;margin: 0;font-size: 1rem;}
.Fechas-Box-Inscripcion .Apertura span{
    position: relative;
    color: #e48400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
}

.Fechas-Box-Inscripcion .Cierre{width: 30%; display: inline-block;}
.Fechas-Box-Inscripcion .Cierre .Text{font-weight: 700;margin: 0;font-size: 1rem;}
.Fechas-Box-Inscripcion .Cierre span{
    position: relative;
    color: #e48400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
}

.Fechas-Box-Desgustacion {
    border-bottom: 2px dotted #fff;
    color: #fff;
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.Fechas-Box-Desgustacion .Title {
    width: 40%;
    display: inline-block;
    padding-right: 3rem;
}

.Fechas-Box-Desgustacion .Title .TextTitle{
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0;
}

.Fechas-Box-Desgustacion .Fecha{width: 60%; display: inline-block;}
.Fechas-Box-Desgustacion .Fecha .Text{font-weight: 300;margin: 0;font-size: 1rem;}
.Fechas-Box-Desgustacion .Fecha span{
    position: relative;
    color: #e48400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9rem;
    display: block;
}

/*///////////// HOME INSCRIPCION /////////////*/

.Home-Inscripcion{
    background: url("../../assets/img/home/inscripcion/bg-inscripcion.jpg");
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Home-Inscripcion-Box{}

.Home-Inscripcion-Box .Title{
    color: #e48400;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 4rem;
}
.Home-Inscripcion-Box .Text{
    font-weight: 300;
}

.Home-Inscripcion-Box .Link{
    border: 1px solid #e48400 !important;
}

/*///////////// HOME FOOTER /////////////*/

.Home-Footer{
    background: #545454;
}

.Footer-Autor{}
.Footer-Autor .Text {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 300;
    margin: 0;
    line-height: 0.9rem;
    text-transform: uppercase;
}
.Footer-Autor .Text strong{
    font-weight: 600;
    display: block;
}

.Footer-Redes {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.Footer-Redes .Text {
    color: #fff;
    margin: 0;
        margin-right: 0px;
    margin-right: 15px;
}

.Footer-Redes .Link {
    color: #fff;
    padding: 5px 8px;
}

/*///////////// INSCRIBE - PASOS /////////////*/

/*///////////// LOGIN /////////////*/

.Login{
    height: 100vh;
}
.Login.Bg-Login{
    background: url("../../assets/img/home/intro/bg-intro.jpg");
    background-size: cover;
    background-position: center;
}

.BoxLogin-Grid{
    height: 100vh;
}

.BoxLogin-Formulario {
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
}


.BoxPuntos{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.BoxPuntos .PuntoNumero{
    position: absolute;
    left: 0;
}
.BoxPuntos .Aviso {

    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 1.6rem;

}
.BoxPuntos .Aviso strong{
    font-weight: 400;
}

.PuntoNumero{
    width: 110px;
    height: 110px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4rem;
    border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.PuntoNumero:hover{
    text-decoration: none;
}

.Inscripcion .Header .LogoPrincipal {
    display: inline-block !important;
}

.Inscribe-Header{
    height: 300px;
}
.Inscribe-Header.Bg-Inscribe{
    background: url("../../assets/img/home/intro/bg-intro.jpg");
    background-size: cover;
    background-position: center;
}

.Inscribe-Header .Title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-top: 4rem;
}

.Inscribe-Breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -40px;
}

.Inscribe-Breadcrumbs .PuntoNumero {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    background: #f5f5f5 !important;
    color: #a5a5a5 !important;
}

.Inscribe-Breadcrumbs .PuntoNumero.viewed {
    background: #e48400 !important;
    color: #efb566 !important;
}

.Inscribe-Breadcrumbs .PuntoNumero.active {
    width: 80px;
    height: 80px;
    font-size: 3rem;
    background: #e48400 !important;
    color: #fff !important;
}

.Inscribe-Pasos{}
.Inscribe-Pasos .PasosHeader{
    border-bottom: 2px dotted #cfcfcf;
}
.Inscribe-Pasos .PasosHeader .BeforeTitle {
    font-size: 0.9rem;
    letter-spacing: 0rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #e48400;
}
.Inscribe-Pasos .PasosHeader .Title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.Inscribe-Pasos .PasosHeader .Text {

    font-size: 1.1rem;

}

.Inscribe-Pasos .PasosContent{
    margin: 0 auto;
}

.Mesa-Grid {

    padding: 10px;

}

.BoxPaquete{
    border: 1px solid #cdcdcd;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    min-height: 350px;
}
.BoxPaquete:hover, .BoxPaquete.active{
    border: 1px solid #e48400;
    background: #e48400;
}
.BoxPaquete:hover .SubTitle, .BoxPaquete.active .SubTitle{
    color: #fff;
    margin: 0;
}
.BoxPaquete:hover .IconMesa, .BoxPaquete.active .IconMesa{
    background: url("../../assets/img/inscripcion/botella-blanca.png");
    background-size: contain;
}
.BoxPaquete .IconMesa{
    width: 15px;
    height: 50px;
    display: inline-block;
    background: url("../../assets/img/inscripcion/botella-color.png");
    background-size: contain;
}
.BoxPaquete .Title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
}
.BoxPaquete .SubTitle {
    color: #e48400;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0;
}
.BoxPaquete .Text {
    font-size: 1.4rem;
    font-weight: 400;
}

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

.FormularioVino .BtnAgregar {

    color: #e48400;
    border-color: #e48400;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 15px !important;
    width: 100%;
    font-size: 1rem;
    max-height: 37px;
    font-weight: 400;

}
.FormularioVino .BtnAgregar:hover{
    background: #e48400;
    color: #fff;
}

.FormularioVino .BtnVolver, .FormularioLogin .BtnVolver{
    color: #222;
    border-color: #222;
    background: #fff;
}
.FormularioVino .BtnVolver:hover, .FormularioLogin .BtnVolver:hover{
    background: #222;
    color: #fff;
}

.BoxLogin-Formulario {
    background: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 10px;
    flex-direction: column;
}

.BoxFormulario input::-webkit-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario input::-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario input:-ms-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario input:-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario select::-webkit-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario select::-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario select:-ms-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario select:-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario textarea::-webkit-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario textarea::-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario textarea:-ms-input-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}
.BoxFormulario textarea:-moz-placeholder{color:rgba(51,51,51,0.5);opacity:1 !important;font-size: 1rem;}

.BoxFormulario select {
    background: url("../../assets/img/inscripcion/row-select.png") no-repeat right 25px #fff !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 400;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(51,51,51,0.5);
    border-radius: 0;
    padding: 10px 0;
    font-size: 1rem;
    box-shadow: none;
    height: 50px;
    color:rgba(51,51,51,0.5)
}
.BoxFormulario .Input, .BoxFormulario textarea {
    font-weight: 400;
    background: transparent;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid rgba(51,51,51,0.5);
    border-radius: 0;
    padding: 10px 0;
    font-size: 1rem;
    box-shadow: none;
    height: 50px;
    color: rgba(51,51,51,0.5);
}

.BoxFormulario .Input:focus,
.BoxFormulario select:focus,
.BoxFormulario textarea:focus
{
    box-shadow: none;
    border-bottom: 2px solid rgba(51,51,51,1);
    color: rgba(51,51,51,1);
}

.BoxFormulario .BeforeTitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #e48400;
}

.BoxFormulario .Title {
    font-weight: 700;
}
.BoxFormulario .Text {
    font-size: 1rem;
    line-height: 1.3rem;
}
.BoxFormulario .Text a{
    text-decoration: underline;
}
.BoxFormulario .Link {

    cursor: pointer;
    padding: 15px 36px;
    line-height: 1rem;
}
.BoxFormulario .Link:hover, .BoxPaquetes .Link:hover, .Resumen-BoxPago .Link:hover{
    border: 1px solid #e48400;
}

.LabelTitle {font-size: 1rem;}
.LabelTitle span{font-size: 1rem;}

.Resumen-BoxTuBalance .BoxTuBalance .NombreBodega{
    color: rgba(0,0,0,0.5);
    font-size: 0.8rem;
}
.Resumen-BoxTuBalance .BoxTuBalance .Nombre{
    font-size: 1.2rem;
}
.Resumen-BoxTuBalance .BoxTuBalance{
    border-bottom: 1px solid rgba(0,0,0,0.2);
}
.Resumen-BoxTuBalance .BoxTuBalance:last-child{
    border-bottom: none;
}

.BoxTuVino {

    display: flex;
    justify-content: space-between;
    align-items: start;
    background: #fff;
    border-radius: 4px;
    padding-left: 60px !important;
    position: relative;

}

.BoxTuVino.Active {
    background: #f5f5f5;
}

.BoxTuVino:hover {
    background: #f5f5f5;
}

.BoxTuVino .LinkAngle {
    position: absolute;
    right: 0;
    color: #333;
    padding: 5px 15px;
    font-size: 1.4rem;
    display: none;
    text-decoration: none;
}

.BoxTuVino.Active .LinkAngle, .BoxTuVino:hover .LinkAngle{
    display: inline-block;
}

.BoxTuVino .IconVino {
    background: url("../../assets/img/inscripcion/botella-color.png");
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: cover;
    background-position: center;
    width: 15px;
    height: 50px;
    display: inline-block;
    position: absolute;
    margin: 0 5px;
    left: 20px;
    top: 15px;
}

.BoxTuVino .Detalle .DetalleVino {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.BoxTuVino .Detalle .DetalleVino{}
.BoxTuVino .Detalle .DetalleVino .Numero {
    color: #e48400;
    font-size: 0.8rem;
    margin-bottom: 8px;
    display: block;
    font-weight: 700;
}
.BoxTuVino .Detalle .DetalleVino .Nombre {
    font-weight: 300;
    margin: 0;
}

.BoxTuVino .BoxControles a {

    font-weight: 700;
    font-size: 0.9rem;
    color: rgba(0,0,0,0.3);

}

.BoxTuVino .BoxControles a{
    font-weight: 700;
    font-size: 1rem;
    color: rgba(0,0,0,0.6);
}

.BoxTuVino .Detalle .DetalleMesa span {
    font-size: 0.8rem;
    font-weight: 600;
}
.BoxTuVino .Detalle .DetalleMesa .Text {

    font-weight: 400;
    margin: 0 !important;

}

/*///////////// MENU MOBILE /////////////*/

.icon-menu-mobile {
    display: none;
    padding: 5px 15px;
}
.icon-menu-mobile img{width:30px;}
.menu-mobile-open{
    background-color: #e48400;
    display:none;
    position:fixed;
    width:100%;
    top:0;
    z-index:9999;
    height:100%;
}
.cierra-menu a {
    float: right;
    padding: 14px 18px 0 0;
}
.cierra-menu a i{font-size:40px;color:#fff;}

.fancybox-slide--html .fancybox-close-small {
    padding: 5px !important;
    right: 10px !important;
    top: 10px !important;
    color: #e48400 !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
}