/*RESET*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    //-webkit-text-stroke-width: .05px;
    //-webkit-text-stroke-color: white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0px;
    padding: 0px;
    list-style: none;
    outline: none;
    text-decoration: none;
}

body {
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    background-color: #211e27;
    /*	background:linear-gradient(rgba(0, 0, 0, 0.9), rgb(2, 15, 39));*/
}

.center {
    text-align: center;
}


/*RESPONSIVE*/

@media (min-width:501px) {
    .phone {
        display: none !important;
    }
}

@media (max-width:500px) {
    .desktop {
        display: none !important;
    }
}


/*VARIABLES*/

:root {
    --especialFont: 'Teko', sans-serif;
    --grayText: #9b9b9b;
    --grayBg: #edecec;
    --accentColor: #4b47bf;
    --boxRadius: 10px;
}


/*TEMPLATE*/

header {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 800;
}

header .content {
    position: relative;
}

header .logo a {
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
}

header .share {
    position: absolute;
    right: 10px;
    top: 15px;
}

header .logoSW {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

header .share li {
    display: inline-block;
}

header .share li a {
    width: 30px;
    height: 30px;
    display: block;
    background-size: auto;
    background-repeat: no-repeat;
}
header .navMenu{
   position: absolute;
    left: 50%;
    top: 15px;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
header .navMenu li {
    display: inline-block;
}

header .navMenu li a {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    background-size: auto;
    background-repeat: no-repeat;
}

.top {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/ui/arrow_up.svg);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

article .share {
    margin: 10px 0;
}

article .share li {
    display: inline-block;
    margin: px;
}

article .share li a {
    height: 50px;
    display: block;
    line-height: 50px;
    padding: 0 15px 0 50px;
    font-weight: 600;
    font-size: 12px;
    color: #ffe411;
    font-weight: bold;
    border: 2px solid #ffffff;
    background-repeat: no-repeat;
    background-position: 10px center;
    transition: border ease 1s;
    border-radius: var(--boxRadius);
}



.share li a.facebook {
    background-image: url(../img/ui/share_facebook.svg);
}

.share li a.twitter {
    background-image: url(../img/ui/share_twitter.svg);
}

.share li a.whatsapp {
    background-image: url(../img/ui/share_whatsapp.svg);
}

.navMenu li a.back {
    background-image: url(../img/ui/navMenu_ArrowLeft.svg);
}

.navMenu li a.homeLogo {
    background-image: url(../img/ui/navMenu_Home.png);
}

.navMenu li a.next {
    background-image: url(../img/ui/navMenu_ArrowRight.svg);
}
header .navMenu li a.homeLogo {
    width: 50px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.SWinfoBlock {
    margin-top: 100vh;
    z-index: 0;
    background-color: rgb(0, 0, 0);
}
section {
    color: white;
    background: rgba(0, 0, 0, 0);
}

section h1 {
    font-size: 40px !important;
}

article .content {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    padding: 30px 0;
}

.lightSaber .content {
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding: 0;
}

article .social {
    text-align: center;
    max-width: 800px;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
    border-top: 1px solid #ffffff;
}

article h1 {
    font-weight: 200;
    letter-spacing: 5px;
    line-height: 78px;
    font-size: 80px;
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--especialFont);
}

@media (max-width:650px) {
    article h1 {
        font-size: 70px;
        line-height: 70px;
    }
}

article h2 {
    font-weight: 600;
    font-size: 24px;
    margin: 30px 0;
    color: var(--accentColor);
}

article h3 {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

article p {
    font-size: 18px;
    margin: 20px 0;
}

article p a {
    color: var(--accentColor);
    font-weight: 600;
    text-decoration: underline;
}

article img.wide {
    width: 100%;
    margin: 20px 0;
}

article img.left {
    width: 30%;
    float: left;
    margin: 0 20px 20px 0;
}

article img.right {
    width: 30%;
    float: right;
    margin: 0 0 20px 20px;
}

#movies {
    margin-bottom: 40px;
}

.list {
    margin: 30px 0;
    text-align: center;
}

.list li {
    width: 30%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    background-size: cover;
    background-position: center;
}

@media (max-width:650px) {
    .list li {
        width: 80%;
    }
}

.list li a {
    min-height: 200px;
    display: block;
    text-align: left;
    color: white;
}

.links li {
    display: inline-block;
}

.columns {
    display: flex;
    align-items: stretch;
    border-top: 1px solid var(--grayBg);
    border-bottom: 1px solid var(--grayBg);
}

.columns > div.image {
    background-size: cover;
    background-position: center;
}

.columns > div.color {
    background-color: var(--accentColor);
}

.columns > div.color * {
    color: white;
}

.columns > div.padding {
    padding: 3%;
}

@media (max-width:650px) {
    .columns {
        display: block;
    }
    .columns > div {
        width: 100% !important;
        min-height: 30vh;
    }
}

.links li a {
    padding: 15px;
    padding-left: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: var(--accentColor);
    border: 1px solid var(--accentColor);
    font-weight: bold;
    display: block;
    border-radius: var(--boxRadius);
    background-image: url(../img/ui/btn_link.svg);
    background-size: 20px;
    background-position: 10px center;
    background-repeat: no-repeat;
}

.icons.large {
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.icons.large li {
    min-width: 300px;
    max-width: 500px;
    margin: 2px;
    text-align: center;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}
.icons.large li img{
    width: 100%;
}

.icons.large li i {
    width: 100%;
    display: block;
    color: var(--accentColor);
    font-size: 90px;
    margin-bottom: 20px;
}

.icons.large li span {
    display: block;
    font-family: var(--especialFont);
    color: var(--grayText);
    font-size: 22px;
    margin-bottom: 10px;
}

.icons.small {
    width: 90%;
    margin: 30px auto 10px auto;
}

.icons.small li {
    margin: 10px;
    padding-left: 35px;
    position: relative;
    font-size: 15px;
}

.icons.small li i {
    color: var(--accentColor);
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.parallax {
    height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cbcaca;
}

@media (max-width:500px) {
    .parallax {
        background-attachment: scroll;
    }
}

blockquote {
    width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    font-family: var(--especialFont);
    font-size: 24px;
    font-weight: 600;
    border-left: var(--accentColor) 10px solid;
}

blockquote span {
    margin-top: 15px;
    font-size: 16px;
    color: var(--grayText);
}

.comments {
    width: 100%;
    max-width: 600px;
    min-height: 50px;
    margin: 20px auto;
    background: var(--grayBg);
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 30px;
}

.embed iframe,
.embed object,
.embed embed,
.embed .powa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sponsor {
    position: relative;
    z-index: 10;
}

.sponsor span {
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: black;
    background: var(--grayBg);
}

.sponsor a {
    display: block;
    padding: 5px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}

.brandvoice {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
    background: white;
}

.brandvoice span {
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 12px;
    background: var(--grayBg);
}

.brandvoice a {
    color: black;
    font-weight: bold;
}

.brandvoice a.logo {
    display: block;
    padding: 5px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid var(--grayBg);
}

.brandvoice img {
    margin: 20px;
}

.suscribe {
    width: 90%;
    max-width: 350px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    background: var(--grayBg);
    border-radius: var(--boxRadius);
}

.suscribe h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.suscribe a {
    height: 40px;
    display: block;
    line-height: 40px;
    color: black;
    margin-top: 20px;
    font-weight: bold;
    background: yellow;
    border-radius: var(--boxRadius);
}

.banner {
    margin: 30px 0;
    text-align: center;
}

.banner > p {
    width: 300px;
    height: 25px;
    margin: 1px auto;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    background: #000;
}

@media (min-width:751px) {
    .banner.phone {
        display: none !important;
    }
    .banner.desktop {
        display: block !important;
    }
}

@media (max-width:750px) {
    .banner.phone {
        display: block!important;
    }
    .banner.desktop {
        display: none !important;
    }
}

footer {
    padding: 20px;
    background: rgb(17, 19, 21);
    color: black;
    z-index: -1;
}

footer > p {
    max-width: 800px;
    margin: 0 auto;
    color: var(--grayText);
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
}


/*<SWIPER>*/

.swiper-container {
    width: 100%;
    max-width: 1000px;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: rgba(255, 255, 255, 0);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 50px;
}


/*LIGHTSABERS*/

.LSTitle {
    font-size: 36px;
    line-height: 30PX;
    font-family: var(--especialFont);
}
.saberUser{
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: -20px;
}
.saberUser span{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Roboto Condensed';
   
}

.lightSaber ul{
    width: 100%;
    margin: auto;
    align-items:flex-start;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.lightSaber ul li {
    font-size: 18px;
    list-style-type:disc;
    min-width: 200px;
    max-width: 400px;
    margin: 10px;
    text-align: left;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

/*INFO CARDS*/

.infocards ul{
    width: 100%;
    max-width: 1000px;
    display: block;
    margin: auto;
    text-align: center;
}
.infocards ul li{
    max-width: 240px;
    min-width: 240px;
    display: inline-block;
    margin: 1px;
    border: .5px solid white;
}

.card {
  position: relative;
  margin: auto;
}

.cardimage {
  opacity: 1;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: .5s;    
}

.cardmiddle {
  transition: .5s ease;
  opacity: 0;
  width: 90%;    
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.card:hover .cardimage {
   -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.card:hover .cardmiddle {
  opacity: 1;
}


.cardtext {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  text-align: left;
  font-size: 16px;
  padding: 6px 12px;
}






