textarea {
    resize: none;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #868f9b;
}

.form-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #089cf1;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}

.form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
    font-family: 'Varela Round', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
    color: #555;
}

input[type=email] {
    margin-top: 0px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #089cf1 !important;
}

.js-hide-label {
    opacity: 1;
}

.js-unhighlight-label {
    color: #10161a;
}

.etiqueta {
    font-size: 1.2em;
    color: #089cf1;
    font-weight: 500;
}

.img-hardware {
    width: 65%;
    padding: 0 !important;
}

.form-title {
    color: #089cf1;
    font-size: 2.2em;
    margin-bottom: 32px;
}

.input-error {
    border: 1px solid red;
}

#btn-submit:disabled,
#btn-submit[disable] {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.error {
    color: red;
    display: block;
    padding: 10px 0;
    font-size: 18px
}

.error .error-weight {
    font-weight: bolder;
}

.error i {
    padding-right: 10px;
    font-size: 18px
}

.Sucess {
    color: #00cc00;
    display: block;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: center;
}

.Sucess i {
    padding-right: 10px;
    font-size: 18px;
    color: #00cc00;
}

.contact_form .form-control {
    color: #3d3d3d;
}

#mensaje {
    resize: none;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 310px;
    /*background-color: rgb(30, 54, 98);*/
    background-image: url("/images/shares/hardware/banners/ventas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#banner-hardware {
    color: #FFF;
    /*background: #089cf1;*/
    background: #fff;
}

#banner-hardware h1 {
    font-weight: 300;
    text-shadow: 1px 1px 4px #000;
    text-align: center;
    padding-bottom: 2%;
    font-size: 2.54em;
    line-height: 1.5;
}

#banner-hardware .vm-banner-prod:hover {
    color: #089cf1;
    background: transparent;
    background-color: white;
}

#banner-hardware .probar-banner-prod {
    color: #089cf1;
    background: #FFF;
}

#banner-hardware .probar-banner-prod:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}

.desc-hardware h2 {
    color: #089cf1;
}

.desc-hardware p>b {
    color: #089cf1;
}

#polizas-titulo2 {
    font-size: 30px;
    color: #089cf1;
}

#negritas {
    font-weight: 500;
}

.btn-informacion {
    text-decoration: none;
    padding: 6px 12px;
    /*font-weight: 600;*/
    font-size: 130%;
    color: #fff;
    background-color: #089cf1;
    border-radius: 0px;
    border: 1px solid #089cf1;
    transition: all 100ms ease;
}

.btn-informacion:hover {
    color: #089cf1;
    background-color: transparent;
    border: 1px solid #089cf1;
}


/* frase de hardware */

#frase-hardware {
    background-image: url(https://lemon-w-d.s3.us-east-2.amazonaws.com/projects/iits/images-new/inelco/servicios/polizas/inelco-soporte.jpg);
    color: #fff;
}

#frase-hardware .fondo-gray {
    background: #089cf199;
}

#hardware-descripcion .title {
    color: #089cf1;
    font-weight: 400;
    font-size: 2.5em;
}

#hardware-descripcion p {
    color: #999;
    font-size: 1.5em;
}

#hardware-descripcion h3 {
    color: #089cf1;
}

#hardware-descripcion ul.nav li.active a {
    background: #089cf1;
    color: #fff;
    transition: ease-in-out 100ms;
}


/*frase separador numero 2*/

#frase-hardware2 {
    background: #089cf1;
    color: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
}

#frase-hardware2 p {
    color: #fff;
}

#contorno-descripcion {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

#btn-hardware-vm:hover {
    text-decoration: none !important;
}

.product_view .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.pre-cost {
    text-decoration: line-through;
    color: #a5a5a5;
}

.space-ten {
    padding: 10px 0;
}

.ver-mas {
    color: #089cf1;
    background-color: #fff;
    border-color: #089cf1;
}

.ver-mas:hover {
    color: #fff;
    background: #089cf1;
    border-color: #089cf1;
}

.comprar {
    color: #fff;
    background-color: #089cf1;
    border-color: #089cf1;
}

.comprar:hover {
    color: #089cf1;
    background-color: #fff;
    border-color: #315581;
}