@charset "utf-8";
/* CSS Document */
@font-face {font-family: logo; src: url(/fonts/Forty-six.otf);}
* {box-sizing: border-box; outline: none;}
img { border: 0; }

a {
  transition: color .4s;
  color: #fff;
}
a:link,
a:visited { color: #fff; }
a:hover   { color: #FC0; }
a:active  {
  transition: color .3s;
  color: #007BE6;
}
.link { text-decoration: none; }


.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
}
html {
    font-family: 'Open Sans Condensed', sans-serif;
}

#container {
	background-color:#000;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	overflow: auto;
	background:  url(/images/caracol.gif) no-repeat center center fixed; 
  background-size: cover;
}
header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:5%;
}
#logo {
	margin: auto;
    width: 90%;
	font-family: logo;
	font-size: 3em;
	color: #FFFFFF;
}
#footer {
	width: 350px;
	position: fixed;
	bottom:5%;
	right:5%;
}
#const {
	font-size: 1.2em;
	color: #FFFFFF;
}
#copyright {
	font-size: .7em;
	color: #FFFFFF;
}
#menu {
	font-size: 1.8em;
	display:none;
	color:#FFF;
}
#menuBtn {
	font-size: 1.5em;
	color:#FFF;
	cursor: pointer; 
	cursor: hand;
}
ul
{
    list-style-type: none;
}

#inline { display: none; width: 600px; }

label { margin-right: 12px; margin-bottom: 9px; color: #646464; font-size: 1.2em; }

.txt { 
display: inline-block; 
color: #676767;
width: 420px; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
margin-bottom: 10px; 
width: 500px; 
height: 150px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #fff;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #F90;
border-radius: 5px;
background: #F90; 
}
#send:hover {
background: #C90; 
}


/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	#logo {
	font-family: logo;
	font-size: 3.5em;
	color: #FFFFFF;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
		#logo {
	font-family: logo;
	font-size: 3.5em;
	color: #FFFFFF;}
}