@font-face {
    font-family: MontserratBold;
    src: url(/fuentes/Montserrat-Bold.ttf);
}

@font-face {
    font-family: MontserratMedium;
    src: url(/fuentes/Montserrat-Medium.ttf);
}

#nombreInput{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    border-radius: 0%;
}

#telefonoInput{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    border-radius: 0%;
}   

#asuntoInput{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    border-radius: 0%;
}

#emailInput{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    border-radius: 0%;
}

#mensajeInput{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    border-radius: 0%;
}

#nombreInput{
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -khtml-opacity: 0.8;
    border-radius: 0%;
}

.textoContactanos1{
    text-align: center;
    color: #ffff;
    font-size: 4vh;
    font-family: MontserratBold;
}

.textoContactanos2{
    text-align: center;
    color: #ffff;
    font-size: 2.5vh;
    font-family: MontserratMedium;
}

.fondo-contacto{
    background-image: url(/imagenes/Recurso\ 9.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}
