    
body{ font-family: 'Open Sans', sans-serif !important; }
::-webkit-scrollbar { width: 4px; background: transparent; }

.input-group-text{ background-color: #1e73be !important; border: 1px solid #1e73be; }
.input-group-text i{ color: #fff !important; }

.imagenfondov2{
    background: -o-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.50)), to(rgba(0, 0, 0, 0.50))), url("../assets/img/bg-nosotros.jpg");
    background: -moz-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.50)), to(rgba(0, 0, 0, 0.50))), url("../assets/img/bg-nosotros.jpg");
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.50)), to(rgba(0, 0, 0, 0.50))), url("../assets/img/bg-nosotros.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.50)), url("../assets/img/bg-nosotros.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* --------------------------- formulario -----------------------------*/

.botoncontacto2{
    color: #fff !important;
    background-color: #1e73be !important;
    border: 2px solid #2183e6 !important;
    border-radius: 4px !important;
}
.botoncontacto2:hover{
    color: #fff !important;
    background-color: #1e73be !important;
    border: 2px solid #2183e6 !important;
    
}

#idform input { margin-bottom: 10px; }
.nombreproducto{
    color: 333 !important;
}

.inputcontacto{
    display: inline-block;
    width: 100%;
    background: none;
    box-shadow: none !important;
    outline: none;
    border: none;
    border: 2px solid #bababa;
    /*border-bottom: 2px solid #fff;*/
    border-radius: 8px;
    font-size: 12px;
    padding-left: 35px;
    height: 50px;
    font-size: 1rem;
    color: #787878;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.errspan {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 0px;
        margin-top: -45px;
        position: relative;
        z-index: 2;
        color: #ee7238;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bababa;
  opacity: 1; /* Firefox */
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #787878;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* --------------------------- End formulario -----------------------------*/

/* ------------------------------ Reponsive Publimail  -----------------------------*/
/* Responsive Celulares */
@media only screen and (min-width: 310px) and (max-width: 400px) {

}

/* Responsive IPhone Plus 6/7/8 */
@media only screen and (min-width: 401px) and (max-width: 414px) {

}

/* Responsive Celulares */
@media only screen and (min-width: 415px) and (max-width: 767px) {

}

/* Responsive Tablets */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

}

/* Responsive Laptops Pantalla Chica */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {

}

/* Responsive Laptops Pantalla Mediana */
@media only screen and (min-width: 1280px) and (max-width: 1399px) {

}

/* Responsive Laptops Pantalla grande - Monitores 2000 */
@media only screen and (min-width: 1400px) and (max-width: 2000px) {

}

/* ------------------------------ End Reponsive Publimail  -----------------------------*/
