
body {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color:#FFF;
  background-color:#CCC; background-attachment:fixed; background-image:url(../img/bg-2.jpg); background-position:top center }
  
#roqstore-frame {width: 100%; height: 100%;} 

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 2px;
}
 
::-webkit-scrollbar-thumb {
    background-color:#000; 
    border-radius: 2px;

}

::-webkit-scrollbar-thumb:hover {
    background: #222222;
	
}

.big-font{font-size:27px; letter-spacing:-2px;}

ul{ list-style-image:url(../img/icon.png); font-weight:700; text-transform:uppercase; color:#000; padding:10px;} 

.black-white{ filter: grayscale(100%);}
 

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  margin:;
  letter-spacing:-1px ;
  text-transform: uppercase; text-shadow: 3px 3px #000; }
  
.vd {color:#189D0E;}  
li{ font-size:15px; }

.bg-black{ background-color:#000;}
.bg-black-rgba{background-color:rgba(0,0,0,.4);}
.margin-zero{margin-top:-100px;}
  

hr{ border:#FFF 1px solid; border-radius:50px; max-width:200px; box-shadow: 0px 2px 5px rgba(0,0,0,0.5); } 

.border-black{box-shadow: #000 5px 5px;}

.color-blue{color:#EC3237;} 

p {
  font-size: 20px;
  line-height: ; font-weight:700; color:#000; letter-spacing:-1px;
  }
  

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFF; text-shadow: 2px 2px #000; }
  a:focus, a:hover {
    text-decoration: none;
    color: #FFF; }

#mainNav {
   font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; letter-spacing:-1px;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom:none;
  background-color: transparent;  background-image:url(../img/bg-2.jpg); }
  #mainNav .navbar-toggler {
    font-size: 26px;
    padding: 11px;
    color:#FFF;
    border:none;}
  #mainNav .navbar-brand {
    font-weight: 400; letter-spacing:0px; color:#FFF;  text-shadow: 2px 2px #000; }
  #mainNav a {
    color:#000;  letter-spacing:5px; font-weight: 600;   text-shadow:none;  }
	  #mainNav a:hover {
    color: #FFF; background-color:#000; }
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-item:hover {
      color: fade(#000, 80%);
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      outline: none; color:#FFF; 
      background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav {
      padding-top: 80px;
      padding-bottom: 20px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: ;
      border-bottom: none;
      background: transparent; }
      #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: none;
        background:#CCC; background-image:url(../img/bg-2.jpg);  box-shadow: 0px 2px 5px rgba(0,0,0,0.5); }
      #mainNav .nav-link.active {
        outline: none;
        background-color: #000; color:#FFF; }
        #mainNav .nav-link.active:hover {
          color:#FFF; } }

.mini{ font-size:10px;}

.lf{  margin-left:16px; background-color:#EC3237; text-transform: lowercase;}

.fix{ max-width:100%; bottom:10px; right:20px; z-index:100; position:fixed;}




.good{
  overflow: hidden;
  position: relative;
  display: flex;
  min-height:600px;
  flex-direction: column;
  padding: 92px 24px;
  text-align: center;
  color: #fff;
  background-image:url(../dsc-slider/img/3.jpg);
  background-attachment:fixed;
  background: ;
  align-items: center;
  justify-content: center;
}

.good::before {
  content: '';
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.4);
  height: 92px;
  transform: skewY(2deg);
}

.good::after {
  content: '';
  position: absolute;
  top: calc(100% - 16px);
  width: 100%;
  background-color: rgba(0,0,0,.7);
  height: 92px;
  transform: skewY(-4deg);
}




.masthead {
  position: absolute ;
  top: 40%;
   z-index:100;
  display: table;
  width: 100%;
  height: auto;
  padding:;
  text-align: center;
  color: white;
 
  background-attachment:fixed;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .masthead .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 50px; }
    .masthead .intro-body .intro-text {
      font-size: 20px; letter-spacing:6px; font-weight:400 }
  @media (min-width: 768px) {
    .masthead {
		top: 8%;
      height: 100%;
      padding: 0; }
      .masthead .intro-body .brand-heading {
        font-size: 80px; }
      .masthead .intro-body .intro-text {
        font-size: 30px;  letter-spacing:10px; font-weight:400  } }

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #000;
  border: 2px solid #EC3237;
  border-radius: 100% !important;
  background:#EC3237; }
  .btn-circle:focus, .btn-circle:hover {
    color: white;
    outline: none;
    background: ); }

.content-section {
  padding-top: 100px;
  padding-bottom: 100px; }
  
@media (min-width: 992px) {
  .content-section {
    padding-top: 140px;
    padding-bottom: 140px; }  
}

.somos {
  color: white;
  background-image:url(../dsc-slider/img/1.jpg);
  background-attachment:fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  
  
  
  
  
  


.btn {
   font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0; }

.btn-default {
  color: #000;
  border: 2px solid #000;
  background-color: transparent; }
  .btn-default:focus, .btn-default:hover {
    color: #000;
    border: 0px solid #189D0E;
    outline: none;
    background-color: #189D0E; }
	
	
	.btn-default-2 {
  padding:0;
  filter: grayscale(100%);
  background-color:transparent;
  -webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out; }
  .btn-default-2:focus, .btn-default-2:hover {
	  margin-bottom:-16px; filter: grayscale(0%); }


ul.banner-social-buttons {
  margin-top: 0; }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; }
  footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
