.bannerContacto {
    width: 100%;
}

/* .form-control input[type=email],
.form-control input[type=text],
.form-control button {
    background-color: blueviolet;
} */

.form-control{
    background-color: #F5F5F5;
    opacity: .3;
}

.form-control:focus {
    border-color: rgb(29, 31, 33);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(104, 145, 162);
}

.botonEnviar {
    font-family: CastleT;
    letter-spacing: 1px;
    font-size: larger;
}

.tituloContacto {
    text-align: center;
    padding: 1em;
    font-family: CastleT;
    letter-spacing: 1px;
    font-size: larger;

}

.form-control{
    font-family: CastleT;
}

#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%;
}

#emailInput {
    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%;
}

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

/* X-Small devices (portrait phones, less than 576px) */
@media (min-width: 0px) {
    .formularioContactoContenedor {
        padding-bottom: 2em;
    }
    .form-control{
        font-size: xx-small;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .formularioContactoContenedor {
        width: 100%;
        padding-bottom: 2em;
    }
    .form-control{
        font-size:small;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .formularioContactoContenedor {
        width: 100%;
        padding-bottom: 2em;
    }
    .form-control{
        font-size:large;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .formularioContactoContenedor {
        width: 75%;
        padding-bottom: 2em;
    }
    .form-control{
        font-size:large;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .formularioContactoContenedor {
        width: 60%;
        padding-bottom: 2em;
    }
    .form-control{
        font-size:large;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .formularioContactoContenedor {
        width: 60%;
        padding-bottom: 2em;
    }
    .form-control{
        font-size:large;
    }
}