/* Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
    font-family: 'basic title font'; /*a name to be used later*/
    src:url('fonts/basictitlefont.ttf');
}

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
    margin: 5px auto;
}

p.small {
    font-size: 16px;
}

small {
	
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #147D41;
	text-decoration: none;
}

@media(min-width:768px){
    .resp-iframe {
        display: block;
        margin: 0 auto 20px;
        width: 560px;
        height: 315px;
    }
}

@media(max-width:767px){
    .resp-iframe {
        display: block;
        margin: 0 auto 20px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.promo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header, .intro-text {
    text-align: center;
    color: #fff;
    background: #fff;
}

header .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(min-width:768px){
	header img { /*GRANDE*/
		display: block;
		margin: 0 auto 20px;
		width: 40vw;
		min-width: 512px;
	}
}

@media(max-width:767px){
	header img { /*CHICO*/
		display: block;
		margin: 0 auto 20px;
		padding-top: 20%;
		width: 50vw;
		min-width: 256px;
	}
}

#logo, #slogan, #slogan-message {
	visibility: hidden;
}

.bruto-font {

        color: #000000;
        font-size: 120%;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;

    }

@media(min-width:768px){
    
    .ethereal-font {

        color: #000000;
        font-size: 1.5em;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;

    }
    
}

@media(max-width:767px){
    
    .ethereal-font {

        color: #000000;
        font-size: 80%;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;

    }

	

}

.separador_gradiet {

    padding-top: 10vw;
    padding-bottom: 10vw;
    background: linear-gradient(#fff 0vw, #e6e6e6 20vw);

}

@media(min-width:768px){
	
	.footer_boton_bruto{
		
		border-radius: 100%;
		width: 5vw;
		min-width: 128px;
		text-align: center;

	}
}

@media(max-width:767px){
	
	.footer_boton_bruto{
		border-radius: 100%;
		width: 3vw;
		min-width: 64px;
		text-align: center;
	}
}

.footer_bruto{

	position: fixed; 
	left: 0; 
	bottom: 0;
	top: 90%;
	width: 100%; 
	text-align: center;
    background: linear-gradient(#fff 0vw, #e6e6e6 80%);

}

.footer_texto_bruto{

	position: fixed; 
	left: 0; 
	bottom: 0;
	width: 100%; 
	text-align: center;

}


#FeaturedGame{

    padding-top: 50px;
    padding-bottom: 10px;

    text-align: center;
    background: #e6e6e6;
    color: #000000;

}

.separador{

    background: #200323;
}

.intro-text .name {
    display: block;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.25em;
    font-weight: 300;
}

.intro-text .subname {
    font-size: 1.25em;
    font-weight: 300;
}

@media(min-width:768px) {
 header .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

 .intro-text .name {
        font-size: 2em;
    }

 .intro-text .subname {
        font-size: 1.5em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 0;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {

    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;

}

.navbar-default .navbar-brand {
    color: #fff;
}

.navbar a:focus {
    outline: 0;
}

ul.nav a:hover { 
	color: #fff !important; 
}

.navbar .navbar-brand:hover, 
.navbar .navbar-brand:focus {
  background-color: transparent;
  color: #fff;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

.navbar-default {
	background-color: #000;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #000;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #000;
}

section {
    padding: 25px 0;
}

section h2, section h3 {
	color: #117E41;
    margin-top: 10px;
	margin-bottom: 30px;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #fff;
}

@media(max-width:767px) {
    section {
        padding: 25px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#games .games-item {
    right: 0;
    margin: 0 0 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
}

#games .games-item .games-link {
    display: block;
    position: relative;
    margin: 0 auto;
}

@media(min-width:768px){
	#games .games-item .img-right {
		padding-right: 0;
	}
}

#games .games-item .games-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#games .games-item .games-link .caption:hover {
    opacity: 1;
}

#games .games-item .games-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#games .games-item .games-link .caption .caption-content i {
    margin-top: -12px;
}

#games .games-item .games-link .caption .caption-content h3,
#games .games-item .games-link .caption .caption-content h4 {
    margin: 0;
}

@media(max-width:767px){
	#games .game-description {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(min-width:768px){
	#games .game-description {
		padding-left: 5px;
		padding-right: 5px;
	}
}

#games h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1px;
	margin-bottom: 0;
}

.btn-info {

    color: #ffffff;
    background-color: #7F0D4C;
    border-color: #7F0D4C;

}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-outline.active {

    background-color: #200323;

}

#games button {
	display:inline;
	float:left;
	margin:1px;
}

#games * {
    z-index: 2;
}

@media(min-width:767px) {
    #games .games-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
   
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #fff;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
    outline: 0;
    color: #fff;
	text-decoration: none;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #7e1450;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #200323;
}

.btn-link {
    width: 20px;
    height: 20px;
    border: 2px;
}

.btn-link img {
    width: 20px;
    height: 20px;
    margin: 5px auto;
}

.btn-link img:hover {
    width: 18px;
    height: 18px;
    border: 2px;
   /* border: 0px;
    border-color: white;
    border-style: solid;*/
}

.btn-store {
    width: 120px;
    height: 120px;
    border: 2px;
}

.btn-store img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 5px auto;
}

.btn-store img:hover {
    border: 2px;
    border-color: white;
    border-style: solid;
}

.btn-social {
    width: 50px;
    height: 50px;
    border: 2px;
}

.btn-social img {
    width: 35px;
    height: 35px;
	margin: 5px auto;
}

.btn-general img {
    width: 30%;
    height: 30%;
    margin: 5px auto;
}

.btn-social img:hover {
	border: 2px;
	border-color: white;
    border-style: solid;
}

.btn-screen {
    
    width: 100%;
    height: 100%;
    border: 2px;

}

.btn-screen img {
    
    width: 100%;
    height: 100%;
    margin: 10px auto;

    border: 2px;
    border-color: white;
    border-style: solid;
}

.btn-screen img:hover {
    border: 2px;
    border-color: black;
    border-style: solid;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn-primary {
	color: #ffffff;
	background-color: #7D144F;
	border: 1px solid black;
}

.scroll-top .btn-sm{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.modal {
	z-index: 1050;
}

.games-modal .modal-content {
    padding: 10px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.games-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.games-modal .modal-content img {
    margin-bottom: 5px;
}

.games-modal .modal-content .item-details {
    margin: 30px 0;
}

.games-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.games-modal .close-modal:hover {
    opacity: .3;
}

.games-modal .close-modal .lr {
    z-index: 1048;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #CF8CB2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.games-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #CF8CB2;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.games-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.games-modal h2 {
	color: #117E41;
}

#projects {
	background-color: #CF8CB2;
	height: 700px;
}

#projects h2, #projects h3{
	color: #fff;
}

.img-laurel-principal{

    display: block;
    margin-left: auto;
    margin-right: auto;

    max-width: 16vw;
    height: auto;

}

.img-laurel-secundario{

    display: block;
    margin-left: auto;
    margin-right: auto;

    max-width: 12vw;
    height: auto;

}

body{padding-top:20px;}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}


@media(max-width:767px){
    .laurel{

         width:50%;

    }
}

@media(min-width:768px){
    .laurel{

        width:70%;

    }
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #777;
    background-color: transparent;
}
