body{
  background: #4E535B;
  font-family: "Helvetica";
  font-size: 1em;
}
h2{
  text-align: center;
  color: #F1F2F4;
  text-shadow: 0 1px 0 #000;
}
a{
  text-decoration: none; color: #EC5C93; 
}

.contact{
  background: #F1F2F4;
  border-bottom: 2px solid #C5C5C8;
  border-radius: 5px;
  text-align: center;
  color: #36383C;
  text-shadow: 0 1px 0 #FFF;
  max-width: 310px;
  margin: 0 auto;
  padding: 10px 40px 20px 40px;
  box-shadow: 0 0 3px #000;
}
.contact:before{
  width: 70px;
  height: 4px;
  background: #4E535B;
  border-radius: 5px;
  border-bottom: 1px solid #FFFFFF;
  border-top: 2px solid #CBCBCD;
  margin: 0 auto;
}

p{
  font-family:'Helvetica';
  font-weight: 300;
  color: #7B808A;
  margin-top: 0;
  margin-bottom: 30px;
}
.input{
  text-align: right;
  background: #E5E7E9;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: inset 0 0 3px #65686E;
  border-bottom: 1px solid #FFF;
}
input{
  width: 260px;
  background: transparent;
  border: 0;
  line-height: 2.5em;
  font-size: 1.0em;
  box-sizing: border-box;
  color: #71747A;
  font-family:'Helvetica';
  text-shadow: 0 1px 0 #FFF;
}
input:focus{
  outline: none;
}
.blockinput{
  border-bottom: 1px solid #BDBFC2;
  border-top: 1px solid #FFFFFF;
}
.blockinput:first-child{
  border-top: 0;
}
.blockinput:last-child{
  border-bottom: 0;
}
.blockinput i{
  padding-right: 10px;
  color: #B1B3B7;
  text-shadow: 0 1px 0 #FFF;
}
.blockinput select {
  padding-right: 10px;
  color: #B1B3B7;
  text-shadow: 0 1px 0 #FFF;

  width: 260px;
  background: transparent;
  border: 0;
  line-height: 2.5em;
  font-size: 1.0em;
  box-sizing: border-box;
  color: #71747A;
  font-family:'Helvetica';
  text-shadow: 0 1px 0 #FFF;
  height: 50px;
}
.blockinput select:focus {
    outline: none;
}

::-webkit-input-placeholder {
  color: #71747A;
  font-family:'';
  text-shadow: 0 1px 0 #FFF;
}
button{
  margin-top: 20px;
  display: block;
  width: 100%;
  line-height: 2em;
  background: rgba(114,212,202,1);
  border-radius: 5px;
  border:0;
  border-top: 1px solid #B2ECE6;
  box-shadow: 0 0 0 1px #46A294, 0 2px 2px #808389;
  color: #FFFFFF;
  font-size: 1.5em;
  text-shadow: 0 1px 2px #21756A;
}
button:hover{
 background: linear-gradient(to bottom, rgba(107,198,186,1) 0%,rgba(57,175,154,1) 100%);  
}
button:active{
  box-shadow: inset 0 0 5px #000;
  background: linear-gradient(to bottom, rgba(57,175,154,1) 0%,rgba(107,198,186,1) 100%); 
}

/* ### TEST PASS GOOGLE IO ### */

.active {
    background-color: #B2ECE6;
    border-radius: 5px;
}

.container {
    overflow: hidden;
    margin-top: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.right {
    float: right;
    width: 10px;
    height: 5px;
}
.left {
    float: left;
    width: 150px;
    text-align:left;
}

.middle {
    text-align: right;
    margin: 0 20px;
}

.close {
    color: #FF69B4;
}

.close:hover {
    color: red;
    cursor:pointer;
    
}
.book {
    float:left;
}

.select-style {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #E5E7E9 no-repeat 90% 50%;
    line-height: 2.5em;
    font-size: 1.0em;
    box-sizing: border-box;
    color: #71747A;
    font-family:'Helvetica';
    text-shadow: 0 1px 0 #FFF;
}

.titulo {
  font-size: 1.6em;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 30px;
}
