@charset "UTF-8";
/* Simple Landing CSS by Microcódigo */

body
{
font-family: 'Open Sans', sans-serif;
font-family: 'Amiko', sans-serif;
background-color: #FFF;
font-weight:normal;
font-size:10pt;
overflow: auto;
overflow-x: hidden;
color:#16381F;
}

body.modal-open {
    overflow: visible;
}

#background {
    background-size:100%;
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}

.stretch {
    width:100%;
    height:100%;
}


.style1 {font-family: 'Amiko', sans-serif;}

A:link
{
	text-decoration: none;
	color: #60A748;
	font-weight:none;
}
A:visited { text-decoration: none; color:#e0e0e0; font-weight:none;}
A:visited {
	text-decoration: none;
	color:#60A748;
	font-weight:none;
}
A:active {
	text-decoration: none;
	color:#60A748;
	font-weight:none;
}
A:hover
{
	text-decoration: none;
	color:#F8C33C;
	font-weight:none;
	
	
}

hr 
{color: #e0e0e0; size: 1; width: 80%}

p.head 
{ 
font-family: 'Amiko', sans-serif;
color: #ffffff; 
font-weight:normal;
font-size:10pt;
letter-spacing: 1px;
background-color:clear;
font-weight: bold;
padding-left:0;
padding-right:0;
padding-top: 0;
padding-bottom:0;
text-align: right}

td
{ font-family: 'Amiko', sans-serif;
color: #e0e0e0; 
font-weight:normal;
font-size:12px;
padding-left:0;
padding-right:0;
padding-top: 0;
padding-bottom:0;
padding: 0;
padding: 0,0}

input, textarea
{ background: #e0e0e0;
border: 1 solid #0000CC;
font-family: 'Amiko', sans-serif; 
color: #e0e0e0; 
font-size:10px;
font-weight:normal;}

.WSMlink {
	width: 220px;
	background: #fff;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
.WSMlink a:link{
    color: #E00000;
	text-decoration: none;
}
.WSMlink a:visited{
    color: #E00000;
	text-decoration: none;
}
.WSMlink a:hover{
	color: #0FF;
	text-decoration: none;
}
.WSMlink a:active{
    color: #E00000;
	text-decoration: none;
}


.elwrapper {
     position:relative;
     margin-left:auto;
     margin-right:auto;
     width:80%;
	 max-width:920px;
	 
 }

.elwrapper img { max-width:100%; height:auto; margin:0 auto; }
 
 
 /* If in mobile screen with maximum width 479px. The iPhone screen resolution is 320x480 px (except iPhone4, 640x960) */    
@media only screen and (max-width: 479px){
    #elwrapper { width: 80%; }
	
}

/* Contact Links
---------------------------------- */
.contact-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.contact-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 42px;
}
.contact-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.contact-links li.phone a:hover {
	color: #FF0000;
}
.contact-links li.email a:hover {
	color: #093;
}



/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links li a {
	color: #16381F;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #60A748;
}
.social-links li.skype a:hover {
	color: #60A748;
}
.social-links li.mailchimp a:hover {
	color: #60A748;
}
.social-links li.googleplus a:hover {
	color: #60A748;
}
.social-links li.youtube a:hover {
	color: #60A748;
}
.social-links li.flickr a:hover {
	color: #60A748;
}
.social-links li.facebook a:hover {
	color: #60A748;
}
.social-links li.soundcloud a:hover {
	color: #60A748;
}
.social-links li.instagram a:hover {
	color: #60A748;
}
.social-links li.stream a:hover {
	color: #60A748;
}
.social-links li.money a:hover {
	color: #60A748;
}
.social-links li.blog a:hover {
	color: #F60;
}
.social-links li.email a:hover {
	color: #60A748;
}
.social-links li.tienda a:hover {
	color: #60A748;
}


audio { width: 90%; }
	
.footer {
     position:relative;
     margin-left:auto;
     margin-right:auto;
	 top: 0px;
     width:100%;
	 max-width:550px;
	 
 }
 
 /*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.icon {
	width: 50px;
	height: auto;
	min-width: 32px;
}

svg:hover path {
    fill: red;
}

#facebook-logo:hover path {
    fill: red;
}

/**
 * ========================================
 * VIDEO
 * ========================================
 */
.video-embed {
	margin-top: 30px;
	position: relative;
	padding-top: 56.25%; /* 16:9 */
	height: 0;
	background-color: #000000;
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0px;
}

/**
 * ========================================
 * BOTONES CHAJOE
 * ========================================
 */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #e0e0e0;
    outline: 0;
    color: #60A748;
    background-color: #e0e0e0;
}

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;
    }
}

#bit-events {
	font-family: 'Amiko', sans-serif;
	font-weight: bold;
    font-size:16px;
}
.modal {
background-color: #000;
background-image: url("/images/blackbox.png");
	
}

.modal hr {
color: #e0e0e0; size: 1; width: 100px		
}

/* Social Links 6 Featurings
---------------------------------- */
.social-links6 {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links6 li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 14px;
}
.social-links6 li a {
	color: #e0e0e0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links6 li.twitter a:hover {
	color: #60A748;
}
.social-links6 li.skype a:hover {
	color: #60A748;
}
.social-links6 li.linkedin a:hover {
	color: #60A748;
}
.social-links6 li.googleplus a:hover {
	color: #60A748;
}
.social-links6 li.youtube a:hover {
	color: #60A748;
}
.social-links6 li.flickr a:hover {
	color: #60A748;
}
.social-links6 li.facebook a:hover {
	color: #60A748;
}
.social-links6 li.soundcloud a:hover {
	color: #60A748;
}
.social-links6 li.instagram a:hover {
	color: #60A748;
}
.social-links6 li.stream a:hover {
	color: #60A748;
}
.social-links6 li.money a:hover {
	color: #60A748;
}
.social-links6 li.blog a:hover {
	color: #F60;
}
.social-links6 li.email a:hover {
	color: #60A748;
}
.social-links6 li.tienda a:hover {
	color: #60A748;
}

.microsign a {
	color:#2F3130;
}

.microsign a:hover {
	color:#60A748;
}

.gocenter {
  width: 50%;
  margin: 0 auto;
}