/*=============================================================
    Authour URI: www.binarytheme.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
   
    ========================================================  */
/* ===========================================================
   GENERAL STYLES   
   ============================================================*/
body {
   font-family:'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #f1f1fc;   
    margin-top: 40px;
    line-height:auto;
	overflow-x: hidden; 
		background: #1c1b2b;
}

h1, h2, h3, h4, h5, h6 {
      font-family:'Open Sans', sans-serif;
    font-weight: 500;
   line-height:auto;
   
}

h1 {
    color:#11B674;
    font-weight: 700;
}
.text-center {
    text-align: center; 
}

.main-top-margin {
     margin-top: 75px;
}
.main-low-margin {
     margin-top: 55px;
}

a,a:hover {
    text-decoration:none;
}

p {
    line-height: auto;
    margin-bottom: 23px;
}

.img-margin-product {
    margin-top:30px;
}
.bottam-pad {
     padding-bottom:40px;
}
.text-justify {
    text-align:justify;
}
/* ==========================================================================
   COLOR CODES
   ========================================================================== */

.color-red {
    color:#ff0000;
}

.color-green {
    color:#07BB00;
}

.color-light-blue {
    color:#BB00BB;
}

.color-blue {
    color:#0052FF;
}
.color-brown {
    color:#EB8F2D;
}
.color-black {
    color:#000000;
}

/* ==========================================================================
   HEADER SECTION
   ========================================================================== */

#header-section {
	background: url(../img/header.jpg) no-repeat center top;
	margin-top: -20px;
	padding-top:20px;
	text-align:center;
	background-position: center center;
	min-height: auto;
	width: 100%;	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-section h1 {
	margin-top: 120px;
	color: white;
	font-size: 6vw;
	font-weight: 900;
	letter-spacing: 4px;
    line-height:auto;
}

#header-section h2 {
	color: white;
	font-size: 4vw;
	font-weight: 900;
	letter-spacing: 4px;
}
.down-icon {
     color:white;
    font-weight:900;
}
/* ==========================================================================
   ABOUT SECTION
   ========================================================================== */

#about-section {
    background-color: #201e35;
   
}

#products-section{
	background-color: #1c1b2b;
}

#secondary-products{
	background-color: #262626;
}

#thirdary-products{
	background-color: #202020;
}

.about-p{
	font-size: 22px;
	margin-bottom: 8%;
	margin-left: 15px;
	margin-right: 15px;
}

/*==========================================
   SOCIAL ICON STYLES
    =====================================================*/

.color-facebook {
    color:#3B5998;
}
.color-twitter {
     color:#00aced;
}
.color-google-plus {
     color:#dd4b39;
}
.color-linkedin {
     color:#007bb6;
}
.color-pinterest {
     color:#cb2027;
}

.links {
    display: flex;
    align-items: center;
	gap: 10px;
}

.sociallinks {
	display: flex;
    align-items: center;
	gap: 10px;
	justify-content: center;
	 flex-direction: row;
}


.links2 {
	display: flex;
    align-items: center;
	gap: 20px;
	justify-content: center;
	flex-direction: row;
}

        @media (max-width: 1024px) {
            .links2 {
                flex-direction: column;
            }
        }

.itchio {
    height: 30px;
	width: 30px;
}

.itchioImage {
	height: 2.5rem;
	width: 2.5rem;
}
/* ===========================================================
   BOOTSTRAP ELEMENTS CHANGES   
   ============================================================*/
.navbar {
	font-size: 14px;
}

.navbar-inverse {
	background: #000000;
border-color: #5D5B66;
}

.navbar-inverse .navbar-nav > .active > a {
	background: #ffffff;
}

.navbar-inverse .navbar-brand {
	color: #ffffff;
	font-weight: bolder;
	font-size: 25px;
    font-weight:900;
	letter-spacing: 2px;
}
.navbar-inverse :hover .navbar-brand:hover {
	color: #ffffff;	
}
.navbar-inverse .navbar-nav > li > a {
color: #FFFFFF;
}

.navbarInteractuable{
	margin: 0;
    padding: 0;
	
	    transition: all .3s;
}

.navbarInteractuable:hover {
	  color: #11B674;
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

/* ==========================================================================
   CONTACT SECTION
   ========================================================================== */

#contact-section {
    background-color: #313035;
}
/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */
   

#footer {
    background-color: #2F11C4; 
    color: #fff; 
    text-align: right; 
    padding: 10px 30px 10px 30px;
}

/* ==========================================================================
   IFRAMES
   ========================================================================== */
.responsive-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* Esto es para una relación de aspecto de 16:9 */
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

/* ==========================================================================
   IMAGES
   ========================================================================== */

.img-responsive {
    max-width: 100%;
    height: auto;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.github{
	height: 2.7rem;
	width: 2.7rem;
	transition: all .3s;
}

.github:hover {
	transform: scale(1.2);
}

.githubLarge{
	height: 3.7rem;
	width: 4rem;
	transition: all .3s;
}

.githubLarge:hover {
	transform: scale(1.2);
}

.itchioLarge{
	height: 3.4rem;
	width: 3.4rem;
	transition: all .3s;
}

.itchioLarge:hover {
	transform: scale(1.2);
}

.Interactuable {
    height: 2.5rem;
	width: 2.5rem;
    margin-left: var(--gutter-normal);
    transition: all .3s;
}

.Interactuable:hover {
    transform: scale(1.2);
}

.PInteractuable {
	margin-bottom: auto;
	margin-right: 35px;
	margin-left: 35px;
}


/* Cambia el color de fondo del botón de éxito */
.custom-btn {
    background-color: #8700b1;
    border-color: #c079d6;
}

/* Cambia el color del texto dentro del botón de éxito */
.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active {
    background-color: #da63ff;
    border-color: #28a745;
    color: #fff;
}

/* ==========================================================================
   Products
   ========================================================================== */
.Margin {	
	margin: 0 auto;
}