/* @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700'); */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,300;0,500;1,700&family=Roboto:wght@300&display=swap');

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Poppins',sans-serif;
	color: #222;
}

html {
  scroll-behavior: smooth;
}
 
 



/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.top {
	background-color: #3f3f3f;
	color: #d5d5d5;
	padding-top: 2rem;
}

/*--- Start dropdown language menu ---*/

a {
  text-decoration: none;
}

.lang-menu {
  margin-top:25px;	
}

.select-lang {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  line-height: 2;
  width: 100px;
}

.selected-lang:before {
  content: '':
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(https://www.countryflags.io/us/flat/32.png);
}

.lang-menu ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 1px 10px rgb(0, 0, 0, 0.2);
  border-radius: 5px;
  display: none;
}

.lang-menu ul  li {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  width: 140px;
  display: block;
  padding: 5px 10px;
}

.selected-lang:before {
  content: '':
  display: inline-block;
  width: 32px;
  height: 32px;
  marging-right: 10px;
  vertical-align: middle;
  background-image: url(https://www.countryflags.io/us/flat/32.png);
}

.lang-menu ul li a:hover {
  background-color: #f2f2f2;
}

.es:before {
  background-image: url(https://www.countryflags.io/es/flat/32.png);	
}

.us:before {
  background-image: url(https://www.countryflags.io/us/flat/32.png);	
}

.lang-menu:hover ul {
  display: block;
}

/*--- End dropdown language menu ---*/







.navbar {
	padding: .8rem;
}
.navbar-nav li {
	padding-right: 1.2rem;	
}
.nav-link {
	font-size: 1.1em !important;
}
.carousel-inner img {
	width: 100%;
	height: 100%;
}
.carousel.caption {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.carousel-caption h1 {
	font-size: 400%;
	text-transform: uppercase;
	text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3 {
	font-size: 300%;
	font-weight: 500;
	text-shadow: 1px 1px 10px #000;
	padding-bottom: 1rem;
}
.carousel-caption h4 {
	font-size: 180%;
	font-weight: 500;
	text-shadow: 1px 1px 10px #000;
	padding-bottom: 1rem;
}
.btm-primary {
	background-color:  #6ce202;
	border: 1px solid #253612;
}
.btn-outline-secodary {
	background-color:  #6ce202;
	border: 1px solid #253612;
	color: whitesmoke;
}
.btn-outline-secodary:hover {
	background-color:  #6ce202;
	border: 1px solid #253612;
	color: whitesmoke;
}
.jumbotron {
	padding: 1rem;
	border-radius: 0;
	background-color: #E9E9E9!important;  /*-- E0E0E0;  FEF7E7 --*/
}
.padding {
	padding-bottom:  2rem;
}

#cornersup {
  border-radius: 20px;
  /*background: url(../assets/img/PureMgJoy_logo-bsw-s.png);*/
  background-position: left top;
  background-repeat: repeat;
  padding: 5px;
  width: 120px; /* 200; 250px; 163px;*/
  height: 120px;  /* 59px; 193px; 64px; 148; 55px;*/
}
#corners {
  border-radius: 20px;
  /*background: url(../assets/img/PureMgJoy_logo-bsw-s.png);*/
  background-position: left top;
  background-repeat: repeat;
  padding: 5px;
  width: 250px; /*296px;*/
  height: 250px; /*99px; 100px;*/
}
#cornersb {
  border-radius: 20px;
  /*background: url(../assets/img/PureMgJoy_logo-bsw-s.png);*/
  background-position: left top;
  background-repeat: repeat;
  padding: 5px;
  width: 1414px; /*296px;*/
  height: 1007px; /*99px; 100px;*/
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

#btn-go-to-top {
opacity: .5;
width:4%;
height:8%;
display: none;
position: fixed;
bottom: 5%;
right: 3%;
z-index: 99;
border: none;
outline: none;
background-color: red; /*#ff5900; */
color: white;
cursor: pointer;
padding: 10px;
 border-radius: 50%;
}

#btn-go-to-top:hover {
opacity: 1;
}

.top {
transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s eas
}

.logo_img{
    /*max-height: 25%
	width: auto*/
	max-width: 45%;
	height: 45%;
}
.welcome {
	width: 75%;
	margin: 0 auto;
	padding-top: 2rem;
}
.welcome hr {
	border-top: 2px solid #b4b4b4;
	width: 95%;
	margin-top: .3rem;
	margin-botttom: 1rem;
}
.fa-code {
	color: #e54d26;
}
.fa-bold {
	color: #563d7c;
}
.fa-css3 {
	color: #2163af;
}
.fa-code, .fa-bold, .fa-css3 {
	font-size: 4rem;
	margin: 1rem; 
}
.fun {
	width: : 100%;
	margin-bottom: 2rem;
}
.gif {
	max-width: 100%;
}
.social a {
	font-size: 4.5em;
	padding: 3rem;
}
.fa-facebook {
	color: #3b5998;
}
fa-twitter {
	color: #00aced;
}
.fa-google-plus-g {
	color: #dd4b39;
}
.fa-instagram {
	color: #517fa4;
}
.fa-youtube {
	color: #bb0000;
}
.fa-facebook:hover, 
.fa-twitter:hover, 
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover {
	color: #d5d5d5;
}
footer {
	background-color: #3f3f3f;
	color: #d5d5d5;
	padding-top: 2rem;
}
hr.light {
	border-top: 1px solid #d5d5d5;
	width: 75%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}
footer a {
	color: #d5d5d5;	s
}
hr.light-100 {
	border-top: 1px solid #d5d5d5;
	width: 100%;
	margin-top: .8rem;
	margin-bottom: 1rem;
}


span.sm {
	font-style: italic;
	font-weight: bold;
	color: #ff5900; /** #fcff00 #a82318; **/
}
span.pmgj {
	font-style: italic;
	font-weight: bold; 
	color: #A6845F;  /* ; cc9542;  e12e53; */
}

span.tm {
	/*font-style: italic; */
	font-weight: bold; 
	color: #A6854F;   /*  6B4F3E; cc9542;  e12e53; */
}

span.buy {
	background-color:#B5DBF3;
	font-weight: bold; 
	color: #257FBF;
	padding:10px;
	border: 2px solid #274569;
	border-radius:8px;
}

.note {
 color: #257FBF; 
 font-style: italic;
}

.text-shadow {
  font-size: 2rem;  
  font-weight: bold;
  text-shadow: 1px 2px 1px #1c1c1c, 0 0 2em #9B9B9B, 0 0 0.2em #9B9B9B;
  color: #257FBF;  /*--  e9e9e9; ---*/
}
.text-shadowa {
  font-size: 2rem;  
  font-weight: bold;
  text-shadow: 1px 2px 1px #1c1c1c, 0 0 2em #9B9B9B, 0 0 0.2em #9B9B9B;
  color: #e9e9e9;  /*--  257FBF; ---*/
}

.marque {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      width: 355px;
      height: auto;
      border: 6px solid #3a2520;
      background: #ffffff;
      margin: 10px;
	  align: center;
}
    



/*
span.mg {
	font-style: normal;
	font-size: 2rem;
	font-weight: bold; 
	color: #e9e9e9;    d8d8d8; e12e53; 
	
    text-shadow: 2px 4px 4px rgba(46,91,173,0.6);
	text-shadow: 5px 5px 5px rgba(10,10,10,0.7);
	/*color: #161616;  d8d8d8; */
}*/

span.bead {
	font-style: italic;
	font-weight: bold; 
	color: #b13f87;
}


span.tops {
	font-size: 0.9rem!important; 
	color: #ff5900; 
	float: right; 
	margin-right: 1rem;
}

/* --- Flipping images --- */
.flip-box {
  background-color: transparent;
  width: 275px;
  height: 275px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: #555;
  color: white;
  transform: rotateY(180deg);
}




/*---Media Queries --*/
@media (max-width: 1400px) {	
	.carousel.caption {
	position: absolute;
	top: 45%;
	}
	.carousel-caption h1 {
		font-size: 250%;
	}
	.carousel-caption h3 {
		font-size: 150%;
		font-weight: 200;
		padding-bottom: 1.2rem;
	}
	.carousel-caption .btn {
		fon-size: 95%;
		padding: : 8px 14px;		
	}
	.social a {
		font-size: 4em;
		padding: 2rem;
	}
  }

@media (max-width: 992px) {	
	.carousel.caption {
	position: absolute;
	top: 45%;
	}
	.carousel-caption h1 {
		font-size: 250%;
	}
	.carousel-caption h3 {
		font-size: 150%;
		font-weight: 200;
		padding-bottom: 1.2rem;
	}
	.carousel-caption .btn {
		fon-size: 95%;
		padding: : 8px 14px;		
	}
	.social a {
		font-size: 4em;
		padding: 2rem;
	}
  }  

@media (max-width: 768px) {
	.carousel.caption {
	position: absolute;
	top: 45%;
	}
	.carousel-caption h1 {
		font-size: 175%;
	}
	.carousel-caption h3 {
		font-size: 100%;
		font-weight: 250;
		padding-bottom: .2rem;
	}
	.carousel-caption .btn {
		fon-size: 95%;
		padding: : 8px 14px;		
	}
	.dispaly-4 {
		font-size: 200%;		
	}
	.social a {
		font-size: 2.5em;
		padding: 1.2rem;
	}
}

@media (max-width: 576px) {
	.carousel.caption {
	position: absolute;
	top: 40%;
	}
	.carousel-caption h1 {
		font-size: 250%;
	}
	.carousel-caption h3 {
		font-size: 110%;
	}
	.carousel-caption .btn {
		fon-size: 90%;
		padding: : 4px 8px;		
	}
	.carousel-indicators {
		display: none;
	}
	.dispaly-4 {
		font-size: 160%;		
	}
	.social a {
		font-size: 2em;
		padding: .7rem;
	}
}

@media (max-width: 375px) {
	.carousel.caption {
	position: absolute;
	top: 150%;
	}
	.carousel-caption h1 {
		font-size: 90%;
	}
	.carousel-caption h3 {
		font-size: 60%;
	}
	.carousel-caption .btn {
		fon-size: 70%;
		padding: : 4px 8px;		
	}
	.carousel-indicators {
		display: none;
	}
	h1.display-4 {
		font-size: 200%;
	}
	h2 {
		font-size: 170%;
	}
	.dispaly-4 {
		font-size: 80%;		
	}
	.social a {
		font-size: 2em;
		padding: .7rem;
	}
}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}




/*============ BOOTSTRAP BREAK POINTS:
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
=============*/
