@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,300);
@import url(http://fonts.googleapis.com/css?family=Racing+Sans+One);

*, *:before, *:after { box-sizing: border-box; }

* {
  -webkit-box-sizing: border-box;
}

body {
  font-size: 100%;
}

section {
  float: left;
  margin-right: 20px;
  width:95%;
  height: 95%;
  box-shadow: 0 4px 15px -4px #000;
  background: #383838;
  text-align:center;
}

div.principal {
  width: 100%;
  height: 100%;
  float: right;
}

div.secciones {
  padding: 0 10px 0 10px;
}

div.input-append{
  text-align: center;
  margin: 0 auto 0 auto;
}

h1 {
  font-size: 1.8em;
  color: #ff0052;
  font-family: 'FontAwesome', sans-serif;
  font-weight: 100;
  padding: 1em 10px 0 10px;
  text-transform:uppercase;
  text-shadow: rgba(0,0,0,0.5) 1px 1px 0px;
}

h3 {
  font-size: 1.3em;
  color: #ff0052;
  font-family: 'FontAwesome', sans-serif;
  font-weight: 100;
  padding: 1em 10px 0 10px;
  text-transform:uppercase;
  text-shadow: rgba(0,0,0,0.5) 1px 1px 0px;
}



[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
  color: #eee;
  margin-right: 12px;
}

[class="fontawesome-trash"]:before {
  
  
}

input[type=submit]{
  background-image: url('../../img/embed/icons/btn-keys.png');
  width: 62px;
  height: 58px;
  padding: 0;
  margin: 0px 0px 0px -63px;
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  z-index: 2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: opacity 0.2;
  -moz-transition: opacity 0.2;
  -o-transition: opacity 0.2;
  transition: opacity 0.2;
  text-indent: -10000px;
  cursor:pointer;
}

input[type=submit]:hover{
  opacity: .7;
}

input[type=email] {
  background: rgba(255, 255, 255, .2);
  height: 48px;
  width:70%;
  font-family: 'Oswald',sans-serif;
  font-weight: 100;
  font-size: 1.1em;
  padding: 8px 67px 8px 14px;
  border-radius: 50px;
  border: none;
  color: white;
  box-shadow: 0 4px 15px -4px rgba(0,0,0,0.2);
}

p {
  background:rgba(112, 111, 111, .33);
  float:right;
  width:100%;
  font-family: 'Oswald',sans-serif;
  text-transform:uppercase;
  font-size: 30px;
  padding: 0px 5px 0px 0px;
  text-align: right;
  margin-top: 2em;
  margin-bottom: 0em;
}

p a{
  color: rgba(255,255,255, .5);
  font-weight: 700;
  text-decoration: none;
  text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

.ticket {
  padding: 3px 4px;
  text-align: right;
  color: #fff;
  font-size: 16px;
  display: inline;
  white-space: nowrap;
  width: 60px;
  margin: 10px 0px 0px 10px;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.ticket.open { background-color: #F90; }
.ticket.closed { background-color: rgba(153, 153, 153, 0.5) }
.ticket.responded { background-color: #222; }


#trapezium {
  position:relative;
  top: 200px;
  height: 0; 
  width: 80px;
  border-bottom: 40px solid blue;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform:rotate(45deg); /* Safari and Chrome */
}

.floatleft {float: left;}
.floatright {float: right;}