@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,700,700italic,900,900italic');
@viewport {
    zoom: 1.0;
    width: extend-to-zoom;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
fieldset,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

h2 {
    font-size: 1.1em;
    font-weight: 300;
    padding: 20px 0 20px 0;
    line-height: 1;
    display: block;
}

h3 {
    font-size: 1.3em;
    font-weight: 400;
    padding: 20px 0 10px;
    color: #333;
}

h4 {
    font-weight: 500;
    padding: 20px 0 10px;
}


/* FORMULARIO UI */

label {
    margin-bottom: 5px;
    font-size: 1em;
    color: #333;
    font-weight: 400;
    display: block;
}

input[type="text"],
input[type="email"],
select {
    height: 51px;
}

input[type="tel"],
input[type="text"],
input[type="email"],
select,
textarea {
    width: 100%;
    background: #fff;
    border-radius: 2px;
    color: #333;
    font-size: .9em;
    padding: 10px;
    border-radius: .2em;
    border: 1px solid #d3d8db;
    box-sizing: border-box;
    line-height: 1.5em;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="tel"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    box-shadow: 0px 0px 4px #C7C7C7;
    transition: all 300ms ease-in;
    outline: 0;
}

textarea {
    resize: none;
    font-family: 'Roboto', sans-serif;
    min-height: 200px;
}

fieldset {
    margin-bottom: 20px;
}

fieldset i {
    display: none;
}

fieldset.error {
    position: relative;
}

fieldset.error input[type="tel"],
fieldset.error input[type="text"],
fieldset.error input[type="search"],
fieldset.error input[type="email"],
{
    box-shadow: 0px 0px 4px #D8585C;
    border: 1px solid #FFFFFF;
    transition: all 300ms ease-in;
    background-color: #f9fafb;
}


fieldset.error i {
    position: absolute;
    display: block;
    background-color: #E0565B;
    color: #fff;
    padding: 0 1em;
    right: -1px;
    bottom: -8px;
    font-style: normal;
    font-size: .8em;
    font-weight: 500;
    border-radius: 2px;
}

.container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

.formulario {
    max-width: 430px;
    display: block;
    float: left;
}

.form-left {
    width: 100%;
}

.info-right {
    max-width: 319px;
    display: inline-block;
    text-align: center;
    margin: 170px 13% 170px 13%;
    float: left;
}

.title {
    border-left: 1px solid #bbb9b9;
    margin: 20px 0% 20px 0;
}

.title h2 {
    font-size: 1.8em;
    font-weight: 500;
    color: #db2828;
    padding: 0;
    margin-left: 2%;
}

.title span {
    font-size: 1.3em;
    font-weight: 300;
    color: #222;
    padding: 0;
    margin-left: 2%;
}

.horario {
    width: 100%;
}

.horario p {
    font-size: 1.3rem;
    font-weight: 300;
}

.horario i {
    font-style: normal;
}

.big-red {
    background-color: #666;
}

.big-red {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
    color: #fff;
    background-image: none;
    cursor: pointer;
    display: block;
    border: none;
    vertical-align: baseline;
    padding: 1em 2em;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .20em;
    max-width: 180px;
    margin-top: 40px;
}

.big-red[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*Chat*/

.estado-right {
    display: inline-block;
    float: right;
}

.estado-right h2 {
    display: inline-block;
    color: #222;
}

.estado-left {
    display: inline-block;
}

i.fa.fa-print {
    margin-right: 10px;
}

.fa-sign-out:before {
    content: "\f08b";
    color: #1f97ae;
    margin-right: 4px;
}

.fa-print:before {
    content: "\f02f";
    color: #828282;
}

.estado-left span {
    margin-left: 5px;
    font-size: 1.2rem;
    font-weight: 300;
}

.estado-left h2 {
    display: inline-block;
    font-weight: 500;
}

.fa-circle:before {
    content: "\f111";
    color: #1F97AE;
    font-size: .9rem;
}

.text-chat {
    border: 1px solid #d2d2d2;
    height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.chat-boton a.big-red {
    margin: 10px;
}

.chat-boton a.big-red {
    margin: 10px 0 0px 0;
}

.chat-boton {
    display: block;
    float: right;
    position: relative;
}

.chat-boton .big-red {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
    color: #fff;
    background-image: none;
    cursor: pointer;
    display: block;
    border: none;
    vertical-align: baseline;
    padding: 1em 2em;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .20em;
    max-width: 190px;
}

.chat-boton .big-gris {
    background-color: #828282;
}

.chat-boton .big-gris {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
    color: #fff;
    background-image: none;
    cursor: pointer;
    display: block;
    border: none;
    vertical-align: baseline;
    padding: 1em 2em;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .20em;
    max-width: 190px;
    margin: 0 0 20px 0;
}

.user {
    margin: 20px 4% 20px 4%;
    font-weight: 500;
}

.user h2 {
    font-weight: 500;
}

.client {
    margin: 20px 4% 20px 4.5%;
    font-weight: 500;
}

.client i {
    font-style: normal;
    color: #1f97ae;
    font-weight: 300;
}

.comentarios {
    margin: 20px 0 20px 0;
    overflow: hidden;
}

.comentarios input {
    width: 100%;
    padding: 58px 4% 58px 4%;
    margin-bottom: 20px;
    text-align: left;
}

.comentarios form {
    max-width: 690px;
    width: 100%;
    display: inline-block;
}

.inputfile + label {
    font-size: 1em;
    font-weight: 700;
    color: white;
    background-color: #828282;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
    color: #fff;
    background-image: none;
    cursor: pointer;
    display: block;
    border: none;
    vertical-align: baseline;
    padding: 1em 2em;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .20em;
    max-width: 190px;
    margin: 0 0 20px 0;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #828282;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

span.sin-conexion {
    color: #db2828;
}

.user img {
    display: inline-block;
    vertical-align: middle;
    margin-right: .5%;
}

.user span {
    font-weight: 300;
}

textarea {
    resize: none;
    min-height: 118px;
    max-width: 690px;
    margin-bottom: 20px;
}

.horario img {
    margin-bottom: 10px;
}

.client:before {
    content: "•";
    font-size: 2rem;
    display: inline-block;
    color: #1F97AE;
    vertical-align: middle;
    margin-right: 1.3%;
}


/*fin Chat*/


/*fuera de linea */

.title2 {
    text-align: center;
    margin: 40px 4% 40px 4%;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.4;
}

.title2 span {
    color: #1F97AE;
    font-size: 1.1rem;
    margin: 0 4% 0 4%;
}

.title2 h3 {
    padding: 0;
    font-size: 1rem;
    font-weight: 300;
    margin: 0 4% 0 4%;
}

.big-red3 {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
    color: #fff;
    background-image: none;
    cursor: pointer;
    display: block;
    border: none;
    vertical-align: baseline;
    padding: 1em 2em;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .20em;
    max-width: 320px;
    margin: 0 auto;
}

.big-red3 {
    background-color: #db2828;
}

.formulario-fuera-de-linea {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 8% 0 8%;
}

.formulario-fuera-de-linea form {
    margin-bottom: 40px;
}


/*fin fuera de linea*/

@media all and (max-width: 959px) {
    
      .formulario {
        margin: 0 4% 0 4%;
    }
    
    
    
}

@media all and (max-width: 960px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 615px;
        width: 100%;
        display: inline-block;
    }
  
    .info-right {
        margin: 170px 5% 170px 5%;
    }
}

@media all and (max-width: 940px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 566px;
        width: 100%;
        display: inline-block;
    }
}

@media all and (max-width: 890px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 545px;
        width: 100%;
        display: inline-block;
    }
}

@media all and (max-width: 870px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 520px;
        width: 100%;
        display: inline-block;
    }
    .info-right {
        margin: 170px 2% 170px 2%;
    }
}

@media all and (max-width: 840px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 500px;
        width: 100%;
        display: inline-block;
    }
    .info-right {
        margin: 170px 2% 170px 2%;
    }
}

@media all and (max-width: 820px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 450px;
        width: 100%;
        display: inline-block;
    }
    .info-right {
        margin: 170px 0% 170px 0%;
    }
}

@media all and (max-width: 780px) {
    .info-right {
        margin: 170px 0% 170px -1%;
    }
}

@media all and (max-width: 760px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 760px;
        width: 100%;
        display: inline-block;
    }
    .info-right {
        max-width: 760px;
        width: 100%;
        margin: 40px 0 40px 0;
    }
    .chat-boton {
        display: block;
        float: left;
        width: 100%;
    }
    .chat-boton .big-red {
        box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
        color: #fff;
        background-image: none;
        cursor: pointer;
        display: block;
        border: none;
        vertical-align: baseline;
        padding: 1em 2em;
        text-transform: none;
        text-shadow: none;
        font-weight: 400;
        line-height: 1em;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        border-radius: .20em;
        max-width: 100%;
    }
    .chat-boton .big-gris {
        box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
        color: #fff;
        background-image: none;
        cursor: pointer;
        display: block;
        border: none;
        vertical-align: baseline;
        padding: 1em 2em;
        text-transform: none;
        text-shadow: none;
        font-weight: 400;
        line-height: 1em;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        border-radius: .20em;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .formulario {
        max-width: 760px;
        width: 92%;
    }
    .big-red {
        max-width: 760px;
        margin-top: 40px;
    }
    .inputfile + label {
        max-width: 760px;
    }
}

@media all and (max-width: 640px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 640px;
        width: 100%;
        display: inline-block;
    }
    .info-right {
        margin: 40px 4% 40px 4%;
    }
    .chat-boton {
        float: left;
        width: 100%;
    }
    .info-right {
        max-width: 640px;
        width: 100%;
        margin: 40px 0 40px 0;
    }
    .chat-boton .big-gris {
        box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
        color: #fff;
        background-image: none;
        cursor: pointer;
        display: block;
        border: none;
        vertical-align: baseline;
        padding: 1em 2em;
        text-transform: none;
        text-shadow: none;
        font-weight: 400;
        line-height: 1em;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        border-radius: .20em;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .chat-boton .big-red {
        box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
        color: #fff;
        background-image: none;
        cursor: pointer;
        display: block;
        border: none;
        vertical-align: baseline;
        padding: 1em 2em;
        text-transform: none;
        text-shadow: none;
        font-weight: 400;
        line-height: 1em;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        border-radius: .20em;
        max-width: 100%;
    }
    .title2 h3 {
        margin: 10px 4% 0 4%;
        font-size: 1rem;
    }
    .title2 p {
        font-size: 1rem;
        margin-bottom: 10px;
    }
     .text-chat {
        height: 300px;
    }
    textarea {
        resize: none;
        min-height: 100px;
    }
}

@media all and (max-width: 480px) {
    section.form-coment {
        margin: 4%;
    }
    .title {
        margin: 20px 4% 20px 4%;
    }
    .comentarios form {
        max-width: 480px;
        width: 100%;
        display: inline-block;
    }
    .info-right {
        margin: 40px 0 40px 0;
    }
    .chat-boton {
        float: left;
        width: 100%;
    }
    .chat-boton .big-gris {
        box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
        color: #fff;
        background-image: none;
        cursor: pointer;
        display: block;
        border: none;
        vertical-align: baseline;
        padding: 1em 2em;
        text-transform: none;
        text-shadow: none;
        font-weight: 400;
        line-height: 1em;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        border-radius: .20em;
        max-width: 100%;
        margin: 0 0 20px 0;
    }
    .chat-boton .big-red {
        box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
        color: #fff;
        background-image: none;
        cursor: pointer;
        display: block;
        border: none;
        vertical-align: baseline;
        padding: 1em 2em;
        text-transform: none;
        text-shadow: none;
        font-weight: 400;
        line-height: 1em;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        border-radius: .20em;
        max-width: 100%;
    }
    .title2 h3 {
        margin: 10px 4% 0 4%;
        font-size: 1rem;
    }
    .title2 p {
        font-size: 1rem;
        margin-bottom: 10px;
    }

     .text-chat {
        height: 300px;
    }
    textarea {
        resize: none;
        min-height: 100px;
    }
}

@media all and (max-width: 375px) {
    .info-right {
        margin: 40px 0 40px 0;
    }
    .horario {
        width: 90%;
        margin: 0 auto;
    }
    .title2 p {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .title2 h3 {
        margin: 10px 4% 0 4%;
        font-size: 1rem;
    }
    .title2 span {
        font-size: 1rem;
    }
     .text-chat {
        height: 300px;
    }
    textarea {
        resize: none;
        min-height: 100px;
    }
}

@media all and (max-width: 320px) {
    .title2 p {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .title2 h3 {
        margin: 10px 4% 0 4%;
    }
    .title2 span {
        font-size: .9rem;
    }
    .client:before {
        margin-right: 3%;
    }
    .text-chat {
        height: 300px;
    }
    textarea {
        resize: none;
        min-height: 100px;
    }
}
