@font-face {

    font-family: Hurme;

    src: url(../fonts/HurmeGeometricSans4.otf);

    font-weight: lighter;

}



@font-face {

    font-family: HurmeB;

    src: url(../fonts/HurmeGeometricSans4-Black.otf);

    font-weight: bold;

}



@font-face {

    font-family: HurmeL;

    src: url(../fonts/HurmeGeometricSans4-Light.otf);

}



@font-face {

    font-family: HurmeS;

    src: url(../fonts/HurmeGeometricSans4-SemiBold.otf);

}

@font-face {

    font-family: HurmeBold;

    src: url(../fonts/HurmeGeometricSans4-Bold.otf);

}

body {
    background: #000;
    color: #fff;
	font-family: Hurme;
}
header.contactenosheder {
    text-align: center;
}
 
.row.botonera a {
    background: #969696;
    margin: 5px 11px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	
}
.contactenos section label {
    text-transform: capitalize;
}
.contactenos section {
    display: inline-block;
    width: 30%;
	    vertical-align: top;
}
.row.botonera {
    width: 78%;
    margin: auto;
	text-align: center;
}
input[type=text],input[type=email],textarea#mensaje, select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}
form {
    border: 1px solid grey!important;
}

.materialize-textarea {
    width: 98%;
    height: 250px;
    display: block;
    border-radius: 7px;
    margin: 9px 0;
	 
}
.contacetnos .materialize-textarea {
    width: 98%;
    height: 250px;
    display: block;
    border-radius: 7px;
    margin: 9px 0;
	display:none;
}
.garantias{
	 
 
}
form#enviogarantia .row {
    padding: 27px;
    /* DISPLAY: INLINE-BLOCK; */
    BORDER: 1PX SOLID #8c8989;
}
/********/
@media only screen and (max-width:720px){
.contactenos section {
    display: inline-block;
    width: 80%;
    vertical-align: top;
	margin: 5% 7%!important;
}
.col.s12.boton {
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
}
input[type=text], input[type=email], textarea#mensaje, select {
    width: 100%;
    padding: 12px 8px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 11px;
}
}