*{margin:0; padding:0;}

.formulario {
    display:block;
    margin:0 auto;
    width:510px;
    color: #666666;
    font-family:'Varela Round', sans-serif;
}
form {
    margin:20px; auto;
    width:350px;
}
 
input, textarea {
    width:500px;
    height:20px;
    background:#c6cbcc;
    border:0px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:12px;
    color:#333333;
    font-family: 'Varela Round', sans-serif; 

}

 
textarea {
    height:50px;
}
 
#submit {
    width:60px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
    font-size: 14px;
}
.social{
    position:fixed;
    right:0;
    top:300px;
    z-index:2000;
}

.social ul{
    list-style:none;
}

.social ul li a {
    display:inline-block;
    color:#fff;
    background: #000;
    padding:10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;

}

.social ul li .icon-facebook3{background: #3b5998;}
.social ul li .icon-twitter3{background: #00abf0}
.social ul li .icon-linkedin2{background: #007bb6}
.social ul li .icon-mail{background: #666666}


.social ul li a:hover{
    background: #000;
}
#pie {background-color:#ffffff; float:center; text-align: center; font-family: 'Varela Round', sans-serif; font-size: 10px;}
header {
    width: 100%;
    overflow: hidden;
    background: #242830;
    margin-bottom: 20px;
}

.wrapper {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}
header .logo{
    color:#2DA43E;
    font-size: 26px;
    font-family: 'Varela Round', sans-serif;
    line-height: 100px;
    float: left;
    font-weight: bold;
}

header nav{
    float: right;
    line-height: 100px;
}

header nav a {
    display: inline-block;
    color:#fff;
    text-decoration: none;
    padding:10px 15px;
    line-height: normal;
    font-size: 16px;
    font-family: 'Varela Round', sans-serif;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    border-radius: 50px;
}
header nav a:hover{
    background: #2DA43E;
    font-weight: bold;
    font-size:18px;
    color:#FFD616;
}
body{
    background: #fffffa;
}
.h1{
    font-weight: bold;
    font-size: 25px;
    font-family: 'Varela Round', sans-serif;
    text-align: left;
}

.span{
    font-size: 15px;
    font-family: 'Varela Round', sans-serif;
    font-weight: normal;
    line-height: 22px;
}
@media screen and (max-width: 1350px){
    header .logo,
    header nav{
        width: 100%;
        text-align: center;
        line-height: 40px;
    
}
  header object{
    visibility: hidden;
        }
    .header3{
        height: auto;
    }

    .header3 .logo,
    .header3 nav {  
        line-height: 40px;
    }
    
}

.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
}
.button:focus {
    outline: none;
}
.button > span {
    vertical-align: middle;
}
.button--size-s {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}
.button--text-upper {
    letter-spacing: 4px;
    text-transform: uppercase;
}
.button--text-thick {
    font-weight: 200;

}
.button--round-s {
    border-radius: 5px;
}
/* Nina */
.button--nina {
    padding: 0 2em;
    background: #2DA43E;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.button--nina.button--inverted {
    background: #fff;
    color: #7986cb;
}
.button--nina > span {
    display: inline-block;
    padding: 1em 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
    background-color: #3f51b5;
}
.button--nina:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
    -webkit-transition-delay: 0.045s;
    transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
    -webkit-transition-delay: 0.09s;
    transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
    -webkit-transition-delay: 0.135s;
    transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
    -webkit-transition-delay: 0.27s;
    transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
    -webkit-transition-delay: 0.315s;
    transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
    -webkit-transition-delay: 0.36s;
    transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
    -webkit-transition-delay: 0.405s;
    transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
