.contacto-for{
	width: 90%;
	/*background: rgba(0, 68, 128, 0.5);*/
	/*background: rgba(17, 17, 17, 0.8);*/
    /*background: rgba(43, 42, 53, 1);*/
    background-color: #151515;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea {
    /*background-color: rgba(212, 212, 212, 0.8);*/
    background-color: rgba(30, 34, 47, 0.55);
    border-color: rgba(212, 212, 212, 0.8);
    /*background-color: rgba(0, 0, 0, 0.075);
    border-color: rgba(0, 0, 0, 0.25);*/
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    /*width: 49%;*/
}

/*@media screen and (min-width: 700px) {
	.btn-group, .btn-group-vertical {
		position: relative;
    	display: inline-block;
    	vertical-align: middle;
		font-size: 4pt;
	    width: 300px;
	}
}*/

.wrapper {
    padding: 2rem 0 0 0;
}

h3{
    color: #f9af00;
    font-size: 20pt;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
    /*color: #fff;*/
}

h2 {
    margin: 0 0 0 0;
    color: #fff;
    line-height: 2.3;
}

p {
    margin: 0 0 0 0;
    color: #fff;
}

form {
    margin: 0 0 0 0;
}

.page-header{
	font-color: #fff;
}

body {
    color: #fff;
}

label {
    color: #f9af00;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin: 1em 0 0 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    background: linear-gradient(#f7d332, #f7b523);
    box-shadow: inset 0 0 0 1px #e05400;
    color: #fff !important;
    width: 100%;
    font-size: 15pt;
    display: inline-block;
}

input[type="submit"], input[type="reset"], input[type="button"], button:hover{
    font-size: 15pt;
    background: linear-gradient(#f7b523, #f7d332);
}