/* aspectos generales */

@keyframes smoothscroll1 {
  from, to {
    scroll-behavior: smooth;
  }
}

@keyframes smoothscroll2 {
  from, to {
    scroll-behavior: smooth;
  }
}


html {
  animation: smoothscroll1 3s;
}

html:focus-within {
  animation-name: smoothscroll2;
  scroll-behavior: smooth;
}

body {
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: 13px;
    line-height: 1.65;
    color: #666;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

a {
    color: #11187D;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #898989;
    text-decoration: none;
}

.row-sj {
    display: block;
    min-height: 250px;
    padding: 20px 0px;
    background: #fff;
}

.container-video {
    display: block;
    padding: 5px 15px;
    text-align: center;
    background: none;
}

.container-sj {
}

.container-sj p {
    text-align: left;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.container-sj span {
    color: #990033;
    font-weight: bold;
}

.bg-gray-sj {
    background: #eee;
}

.bg-wine-sj {
    background: #94372f;
}

.bg-ghost-sj {
    background: transparent;
}

.bg-yellow-sj {
    background: rgba(250,210,0,.5);
}

.bg-wine-sj2 {
    background: rgba(148,55,47, .1);
    margin: 0;
}

.bg-bgray-sj {
    background: rgba(210,210,210, .8);
    color: #666;
    margin: 0;
}

.bg-bgray-sj-form {
    background: rgba(210,210,210, .8);
    color: #666;
    margin: 10px 0px;
    padding: 20px 30px;
}

.bg-bgray-sj-form h3 {
    font-size: 1.25rem;
    margin: 15px 0px;
}



.bg-bgray-sj-reg {
    background: rgba(240,240,240, .8);
    color: #990033;
    margin: 10px 0px;
    padding: 20px 0px;
}

.controlpanel {
    padding: 5px;
    font-size: 1.25rem;
}

.controlpanel-bg {
    background: #f4f4f4;
}

.controlpanel span {
    font-family: "Helvetica Neue",Arial,sans-serif;
    font-size: .8rem;
    font-weight: normal;
    color: #990033;
    text-shadow: 0px 0px #ccc;
}

.controlpanel .list-group-item {
    background: #f4f4f4;
} 

.controlpanel li {
    padding: 0px 20px;
    margin: 1px;
}

.red {
    color: #ff6b40;
    text-shadow: 1px 1px #ccc; 
}

.orange {
    color: #ff9e00;
    text-shadow: 1px 1px #ccc; 
} 

.green {
    color: #00b347;
    text-shadow: 1px 1px #ccc; 
}

.green2 {
    color: #84d768;
    text-shadow: 1px 1px #ccc; 
} 

.blue {
    color: #0075b3;
    text-shadow: 1px 1px #ccc; 
}

.yellow {
    color: #fedc32;
    text-shadow: 1px 1px #ccc;
}


/* CABECERA/HEADER */

.topbar-sj {
    background: #f5f5f5;
    height: auto;
}

.navbar-sj {
    background: transparent;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
}


.topbar-sj a {
    color: #777;
}

.list-sj a, .list-sj2 a {
    color: #888;
}

.list-sj2 {
    background: rgba(148,55,47, .5);
    padding: 0;
}

.topbar-sj span:hover, .list-sj span:hover, .list-sj2 span:hover {
    color: #11187D;
}

.topbar-sj span, .list-sj span, .list-sj2 span {
font-family: "Helvetica Neue",Arial,sans-serif;
font-size: 13px;
font-weight: normal;
color: #898989;
text-shadow: 0px 0px #ccc;
}

.topbar-sj .orange {
    color: #11187D;
    font-size: 20px;
    line-height: 10px;
    text-shadow: 1px 1px #ccc; 
}

.page-header {
    margin: 0 auto 20px;
    padding: 20px 0;
    position: relative;
    background-color: #f7f7f7;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    align-items: center;
    height: 80px;
}

.page-header-title {
    display: block;
    font-size: 1.615em;
    font-weight: bold;
    font-weight: 400;
    margin: 0px;
    color: #000;
    height: 50px;
}

.breadcrumb {
    background: transparent;
}

/* FORMULARIO */

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-inline .form-control {
    display: inline-block;
    /*width: 300px;*/
    vertical-align: middle;
    height: 30px;
}

.content-input input,
.content-select select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Eliminamos la flecha que por defecto aparece en el desplegable */
.content-select select::-ms-expand {
    display: none;
}

.content-select{
    max-width: 250px;
    position: relative;
}
 
.content-select select{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    outline: 0; 
    border: 0;
    background: #f0f0f0;
    color: #7b7b7b;
    color: #999;
    position: relative;
    font-size: 12px;
    transition: all 0.25s ease;
}
 
.content-select select:hover{
    background: #fff;
}
 
.content-select i{
    position: absolute;
    background: #505050;
    padding: 0 1px;
    margin: 0 1px;
    right: 0px;
    top: 0px;
    display: block;
    color: #fff;
    height: 100%;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}
 
.content-select:hover i{
    margin-top: 0px;
}

/* PIE DE PAGINA/FOOTER */

.productos {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: right;
    font-size: 0.923em;
}

#footer-inner {
    padding: 30px 0 10px 0;
    margin: 0px;
}

#footer-bottom {
    background: #444444;
    color: #d3d3d3;
}

#footer-bottom a {
    color: #999999;
}

#footer-bottom a:hover {
    color: #fff;
    text-decoration: none;
}

.footer2 {
    background-color: #505050;
    color: #ffffff;
}

#footer-inner .nav-link {
    display: block;
    padding: 5px 20px 5px 5px;
    border-bottom: 1px solid #777;
}

#footer-inner .nav-link:first-child {
    border-top: 1px solid #777;
}

#footer a, #footer-inner a, .footer a {
    color: #ccc;
}

#footer a:hover, #footer-inner a:hover, .footer a:hover {
    color: #eee;
    text-decoration: none;
}

.sj-title h3 {
    font-size: 1.077em;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}

.sj-title {
    display: block;
    margin: 0 0 20px;
}

/* NAVEGACIÓN */

.navbar-expand-lg {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: 100px;
    align-items: flex-end;
}

.navbar-gray-sj .navbar-nav .nav-link {
    color: #666;
}

.navbar-gray-sj .navbar-nav .nav-link {
    color: #333;
}

.navbar-gray-sj .navbar-nav .active>.nav-link, .navbar-gray-sj .navbar-nav .nav-link.active, .navbar-gray-sj .navbar-nav .nav-link.show, .navbar-gray-sj .navbar-nav .show>.nav-link {
    color: #92342F;
} 

.navbar-gray-sj .navbar-nav .nav-link:focus, .navbar-gray-sj .navbar-nav .nav-link:hover {
    color: #92342F;
}

.navbar-wine-sj {
    padding: 5px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 20%;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-wine-sj .navbar-nav .nav-link {
    color: #fff;
    text-align: center;
}

.navbar-ghost-sj .navbar-nav .nav-link {
    color: #11187D;
    text-align: center;
}

.navbar-wine-sj .navbar-nav .active>.nav-link, .navbar-wine-sj .navbar-nav .nav-link.active, .navbar-wine-sj .navbar-nav .nav-link.show, .navbar-wine-sj .navbar-nav .show>.nav-link {
    color: #ffe562 !important;
} 

.navbar-ghost-sj .navbar-nav .active>.nav-link, .navbar-ghost-sj .navbar-nav .nav-link.active, .navbar-ghost-sj .navbar-nav .nav-link.show, .navbar-ghost-sj .navbar-nav .show>.nav-link {
    color: #000 !important;
} 

.navbar-wine-sj .navbar-nav .nav-link:focus, .navbar-wine-sj .navbar-nav .nav-link:hover {
    color: #fedc32;
}

.navbar-ghost-sj .navbar-nav .nav-link:focus, .navbar-ghost-sj .navbar-nav .nav-link:hover {
    color: #666;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: rgba(17,24,125,.9);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #f5f5f5;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-wine-sj .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #f5f5f5;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.navbar-wine-sj .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #89878C;
}

.btn-outline-gray-sj {
    color: #11187D;
    background: none;
    border-color: #11187D;
    font-size: 13px;
    height: 30px;
}

.btn-outline-gray-sj:hover {
    background: #11187D;
    color: #ccc;
    text-decoration: none;
}

.btn-outline-wine-sj {
    color: #fedc32;
    background: none;
    border-color: #fedc32;
}

.btn-outline-wine-sj:hover {
	background: #fedc32;
    color: #96004b;
    text-decoration: none;
}


/* LIGHTBOX */

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    padding: 10% 0px;
}

/* CARRUSEL */

.multi-carousel {
    opacity: 0;
    margin: 20px;
    padding: 0px 25px;
}
.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
    width: 25px;
    background: #fff;    
}

.multi-carousel .fa.fa-chevron-left, 
.multi-carousel .fa.fa-chevron-right {
    color: rgba(17,24,125,.8);
    font-size: 26px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 26px;
}


.view, .view2, .view3 {
    min-height: 100px;
    max-height: 500px;
}

.view {
    animation:fade 8s infinite;
    -webkit-animation:fade 8s infinite;
    transition: none;
}

.view2 {
    animation:fade2 8s infinite;
    -webkit-animation:fade 8s infinite;

}

.view3 {
    animation:fade3 8s infinite;
    -webkit-animation:fade 8s infinite;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 45%;
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}

.carousel-item-sj {
    position: relative;
    display: none;
    width: 100%;
    transition: none;
}

@keyframes fade
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 1}
}
@keyframes fade3
{
  0%   {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0}
  100% { opacity: 1}
}

/*.scroll {
    transition: -webkit-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out,-webkit-transform 0s ease-in-out;
}*/

.sj.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 1%;
    margin-left: 1%;
    list-style: none;
}

.sj.carousel-indicators li {
    background: #cecece;
    border: 1px solid #fff;
}

.sj.carousel-indicators li.active {
    background: #990033;
    border: 0px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}


.sj.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
}

.sj.carousel-control-next, .sj.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1%;
    color: #990033;
    text-align: center;
    opacity: .7;
    transition: opacity .15s ease;
    background: none;
    font-size: 24px;
}

.sj.carousel-control-prev-icon, .sj.carousel-control-next-icon {
    background: none;
    height: 40px;
}

/* ANIMACIONES */

/* CARRUSEL PRODUCTOS*/ 

/*.scroll-sj {
  text-align: center;
  background: #fff;
  display: flex;
  height: 300px;
}

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

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-150px * 7));
            transform: translateX(calc(-150px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 220px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1024px;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 220px;
  position: absolute;
  width: 50px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 5s linear infinite;
          animation: scroll 5s linear infinite;
  display: flex;
  width: calc(150px * 18);
}
.slider .slide-track:hover {
  animation-play-state: paused;
}
.slider .slide {
  height: 220px;
  width: 150px;
}*/

/* TARJETAS/CONTENEDORES */

.card-sj {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(250,210,0,.2);
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    border-right: 15px solid rgba(250,210,0,.8);
    font-size: 80%;
}

.card-sj-simple {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(250,210,0,.2);
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    border-right: 1px solid rgba(250,210,0,.8);
}

.card-header-sj {
    padding: .5rem 1.25rem;
    background-color: rgba(0,0,0,.8);
    border-bottom: 1px solid rgba(0,0,0,.125);
    text-align: center;
    color: #fff;
}

.card-header-sj-reg {
    padding: .5rem 0.8rem;
    background-color: rgba(0,0,0,.6);
    border-bottom: 1px solid rgba(0,0,0,.125);
    text-align: center;
    color: #fff;
}

.card-header-sj:hover {
    color: #ccc;
}

.card-text:last-child {
    margin-bottom: 0;
    font-size: small;
    text-align: justify;
}

/* BOTONES */

.btn-link {
    font-weight: 600;
    color: #990033;
    text-decoration: none;
    text-align: left;
    font-size: 12px; 
}

.btn-link:hover {
    color: orange;
    text-decoration: underline;
}

.btn-wine {
    color: #fff;
    background-color: #990033;
    border-color: #92342F;
}

.btn-wine:hover {
    color: #990033;
    background: none;
    border-color: #990033;
}

.btn-wine-f {
    color: #fff;
    background-color: #11187D;
    border-color: #0d1364;
}

.btn-wine-f:hover {
    color: #d3d3d3;
    background: #282F8A;
    border-color: #282F8A;
}
/* PERSONALIZADOS */

.navcar {
    display: block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: .85rem;
    line-height: inherit;
    white-space: nowrap;
    color: #92342F;
}

a.navcar:hover {
    color: #666;
    text-decoration: none;
}


/* ICONOS */

.social-icons-lists li.social-icons-list-item {
    margin: 4px;
    padding: 0 !important;
    display: inline-block;
    border: none !important;
    list-style: none !important;
}

.social-icons-lists.icons-background-rounded .socicon, .social-icons-lists.icons-background-square .socicon {
    color: #fff;
}

.social-icons-lists .socicon {
    position: relative;
    top: 3px;
    padding: 10px;
    font-size: 16px;
    display: inline-block;
    box-sizing: content-box;
}

[class*="socicon-"], [class^="socicon-"] {
    font-family: Socicon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.product-categories ul {
    display: block;
    padding: 0px;
}

.product-categories li {
    display: block;
    padding: 5px 20px 5px 5px;
    border-bottom: 1px solid #777;
}
.product-categories li:first-child {
    border-top: 1px solid #777;
}

.product-categories .count {
    color: #ccc;
    font-size: 0.846em;
    margin-left: 5px;
}
