﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800|Open+Sans:300,400,600,700,800");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word;
  outline: none !important;
}

html {
  position: static;
  height: 100% !important;
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, input, pre, code, kbd, samp, dt {
  font-size: 13px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  color: #666666;
}

h1,
.page-title {
  font-size: 30px;
  text-align: center;
  padding: 10px 0 20px 0;
  margin-bottom: 25px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  color: #333333;
}
h1 .link-title,
.page-title .link-title {
  display: table;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  line-height: 1;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
h1 .link-title:before,
.page-title .link-title:before {
  content: ' ';
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../images/ico_info_red.png) no-repeat left top;
  background-size: 100%;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 5px;
}
h1 .link-title:after,
.page-title .link-title:after {
  content: '';
  width: 80px;
  height: 3px;
  background: #1AA3FA;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}

.page-title {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #666666;
}

h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #666666;
}

h5 {
  font-size: 16px;
}

.tab-content {
  padding: 20px 0;
}

.subtitulo {
  background: #666666;
  padding: 15px 30px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content h1,
.main-content .page-title {
  margin-top: 0;
}

a {
  color: #1b89d0;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #333333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

label {
  color: #666666;
  font-weight: 500;
  text-transform: uppercase;
}

.legales {
  font-size: 11px;
  padding: 20px;
  line-height: 1.2;
  color: #666666;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  display: block;
  outline: 0;
  margin: 0 0 10px;
  text-align: left;
  vertical-align: top;
  height: 45px;
  max-width: 100%;
  width: 100%;
  padding: 0px 10px;
  line-height: 45px;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #666666;
  font-size: 14px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.button,
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  outline: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  text-align: center;
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.button:hover,
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .button,
  button,
  input[type="reset"],
  input[type="submit"],
  input[type="button"] {
    width: 100%;
  }
}
div.radio {
  min-height: 45px;
}

textarea {
  min-height: 160px;
  min-width: 100%;
  max-width: 100%;
}

.boton-principal {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 30px;
  line-height: 22px;
  background: #1AA3FA;
  /* Standard syntax */
  color: #ffffff;
  text-transform: uppercase;
}
.boton-principal:hover {
  background: #1b89d0;
  /* Standard syntax */
  text-decoration: none;
  color: #ffffff;
}

.boton-secundario {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 30px;
  line-height: 22px;
  background: #737373;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#a6a6a6, #737373);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#a6a6a6, #737373);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#a6a6a6, #737373);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#a6a6a6, #737373);
  /* Standard syntax */
  color: #ffffff;
  text-transform: uppercase;
}
.boton-secundario:hover {
  background: #737373;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#737373, #737373);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#737373, #737373);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#737373, #737373);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#737373, #737373);
  /* Standard syntax */
  text-decoration: none;
  color: #ffffff;
}

.red {
  color: #df1d2e;
}

.back-color {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #fff6d9;
}

.bold {
  font-weight: 700;
}

.btn.active, .btn:active {
  box-shadow: none;
}

.btns {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.btns:after {
  content: '';
  display: table;
  clear: both;
}
.btns .button,
.btns span {
  vertical-align: middle;
}
.btns .link {
  color: #666666;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  margin-left: 25px;
}
.btns .volver {
  color: #666666;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  margin-left: 25px;
}
.btns .volver:hover {
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .btns {
    width: 100%;
  }
  .btns .volver {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
/* TABLAS */
.table thead td, .table thead th {
  background: #1AA3FA;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.table tbody tr td {
  font-size: 13px;
}
.table tbody tr td a {
  font-weight: 700;
  text-decoration: underline;
}
.table tbody tr td a:hover {
  color: #333333;
}
.table tbody tr:nth-child(odd) td {
  background: #ffffff;
}
.table tbody tr:nth-child(even) td {
  background: #fff6d9;
}

/* SIDEBAR */
.sidebar {
  background: #f1f1f1;
  padding: 25px;
  color: #666666;
  margin-bottom: 20px;
}
.sidebar .title-login {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
}
.sidebar .title-login:after {
  content: '';
  display: block;
  width: 40%;
  height: 2px;
  background: #1AA3FA;
  margin-top: 6px;
}
.sidebar .title-login:before {
  content: '';
  display: block;
  width: 18px;
  height: 17px;
  background: url(../images/ico_info.png) no-repeat left top;
  margin-bottom: 6px;
}

.links a:before {
  content: '>';
  font-size: 11px;
  margin-right: 3px;
  text-decoration: none;
}
.links a:hover {
  text-decoration: none;
}
.links a:hover:before {
  text-decoration: none;
}
.links a + a {
  margin-left: 10px;
}
.cell {
    border-radius: 2px;
    background-color: #1C6EA4;
    color: #FFF;
    font-weight: bold;
    height: 80px;
    text-align: center;
    margin-top: 5px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    &:not(:last-child)

{
    margin-right: 6px;
}

}

.cell a {
    color: #FFF;
    margin-top: 50%;
}

@media only screen and (max-width: 480px) {
  .links a {
    display: block;
  }
  .links a + a {
    margin-left: 0px;
  }
}
.btn-buscar {
  padding-bottom: 15px;
}

@media only screen and (min-width: 767px) {
  .btn-buscar {
    padding-top: 26px;
  }
}
.tlfno-prefijo {
  position: relative;
}
.tlfno-prefijo input {
  padding-left: 45px;
}
.tlfno-prefijo strong {
  position: absolute;
  left: 28px;
  top: 12px;
  z-index: 5;
  font-size: 14px;
  font-weight: 400;
}

.content-column:after {
  content: '';
  display: table;
  clear: both;
}

header {
  z-index: 100;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.header-top {
  background-color: #1AA3FA;
  z-index: 85;
  position: relative;
}
.header-top:after {
  content: '';
  display: table;
  clear: both;
}
.header-top .container {
  font-size: 12px;
  color: #333333;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-top .container a {
  width: 100%;
  font-size: 12px;
  color: #333333;
}
.header-top .container .toplinks {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .header-top .container {
    text-align: center;
  }
  .header-top .container .toplinks {
    padding-top: 10px;
    text-align: center;
  }
}
.header-body {
  position: relative;
}
.header-body .content-header {
  align-items: center;
}
.header-body .logo {
  height: 90px;
  line-height: 90px;
  text-align: center;
  margin-bottom: 15px;
}
.header-body .logo a {
  display: inline-block;
  height: 100%;
  text-align: left;
}
.header-body .logo a img {
  margin-bottom: 0;
  margin-top: -4px;
  border: none;
  vertical-align: middle;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 767px) {
  .header-body .content-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
  }
  .header-body .logo {
    text-align: left;
    margin-bottom: 0;
  }
}
.info-login .welcome {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  text-align: right;
  line-height: 1.2;
}
.info-login .welcome span {
  display: block;
}
.info-login .welcome span.nro {
  color: #666666;
  font-weight: normal;
  font-size: 13px;
}
.info-login.login {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
}
.info-login.login .logout {
  font-weight: 800;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 15px;
  padding-left: 7px;
  border-left: 1px solid #1AA3FA;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.info-login.login .logout a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  color: #333333;
}
.info-login.login .logout a span {
  color: #333333;
}
.info-login.login .logout a:hover {
  opacity: 0.6;
}
.info-login.login .logout span {
  display: block;
  width: 100%;
}
.info-login.login .logout span.icon {
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: url(../images/logout_icon.jpg) no-repeat left top;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .info-login {
    width: 100%;
    margin-bottom: 15px;
  }
  .info-login .welcome {
    text-align: center;
    width: 100%;
  }
  .info-login .welcome span.nro {
    padding-top: 6px;
  }
  .info-login.login {
    flex-wrap: wrap;
  }
  .info-login.login .logout {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 15px 0;
    border-left: 0;
  }
  .info-login.login .logout a {
    flex-wrap: nowrap;
    border-top: 1px solid #1AA3FA;
    padding: 10px 10px 0;
  }
  .info-login.login .logout a span.icon {
    margin-top: 0;
    margin-right: 5px;
  }
}
.title-breadcrumbs {
  background: #f2f2f2;
}
.title-breadcrumbs .content-breadcrumbs {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
}
.title-breadcrumbs .content-breadcrumbs:after {
  content: '';
  display: table;
  clear: both;
}
.title-breadcrumbs h1 {
  text-align: left;
  margin: 0;
  padding: 0;
}
.title-breadcrumbs .breadcrumbs {
  text-align: right;
}
.title-breadcrumbs .breadcrumbs a {
  color: #666666;
}
.title-breadcrumbs .breadcrumbs a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .title-breadcrumbs .content-breadcrumbs {
    padding: 10px 0;
    display: block;
    min-height: 0px;
  }
  .title-breadcrumbs h1 {
    text-align: left;
    margin-bottom: 0;
    padding: 0;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .title-breadcrumbs .breadcrumbs {
    display: block;
    width: 100%;
    text-align: left;
  }
  .title-breadcrumbs h1{
    font-size:20px;
  }
}
.acordeon .tab {
  margin-bottom: 10px;
}
.acordeon .tab h3 {
  background: #f1f1f1;
  color: #333333;
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: flex;
  padding: 15px 100px 15px 30px;
}
.acordeon .tab h3 .edit {
  float: right;
  line-height: 2;
  color: #666666;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
}
.acordeon .tab h3 .edit:hover {
  text-decoration: underline;
}
.acordeon .tab h3 span.number {
  font-size: 15px;
  background: #ffffff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  color: #df1d2e;
  text-align: center;
  line-height: 1.5;
  min-width: 24px;
}
.acordeon .tab .info-tab {
  background: #fff6d9;
  padding: 30px;
}
.acordeon .tab .info-tab:after {
  content: '';
  display: table;
  clear: both;
}
.acordeon .tab.active h3 {
  background: #df1d2e;
  color: #ffffff;
}
.acordeon .tab.active h3 .edit {
  display: none;
}
.acordeon .btn {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .acordeon .tab h3 {
    padding-right: 45px;
  }
  .acordeon .tab h3 .edit {
    background: url(../images/icon_edit.png);
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-top: -10px;
    font-size: 0;
  }
  .acordeon .tab .info-tab {
    padding: 15px;
  }
  .acordeon .btn .volver {
    margin-left: 0;
  }
}
footer:after {
  content: '';
  display: table;
  clear: both;
}
footer .top-footer {
  background: #1AA3FA;
  padding: 20px 0;
}
footer .top-footer .container .logo-aca {
  font-size: 0;
  text-align: left;
}
footer .content-footer {
  padding: 20px 0;
}
footer .content-footer:after {
  content: '';
  display: table;
  clear: both;
}
footer .content-footer .container .afip {
  float: left;
  height: 40px;
}
footer .content-footer .container .copy {
  float: left;
  padding-left: 15px;
}
footer .content-footer .container .copy p {
  line-height: 1.2;
  font-size: 10px;
  color: #333333;
  margin: 0 0 2px 0;
}

@media only screen and (max-width: 767px) {
  footer .top-footer .container .logo-aca {
    margin: 0 auto;
    text-align: center;
  }
  footer .content-footer {
    padding: 20px 0;
  }
  footer .content-footer .container .afip {
    float: none;
    padding: 0;
    margin: 0 auto;
  }
  footer .content-footer .container .copy {
    float: none;
    padding-left: 0;
    width: 100%;
    padding-top: 10px;
  }
  footer .content-footer .container .copy p {
    text-align: center;
  }
}
.grilla img {
  width: 100%;
  max-width: 100%;
}
.grilla .row.img {
  padding: 2px;
}
.grilla a {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.grilla a:hover {
  opacity: 0.8;
}

.asociate .fancybox-content {
  max-width: 870px;
  max-height: 490px;
  border-bottom: 3px solid #1AA3FA;
}
.asociate button.fancybox-close-small {
  box-shadow: none;
}
.asociate .page-title .link-title {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
.asociate .page-title .link-title:before {
  content: ' ';
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../images/ico_info_red.png) no-repeat left top;
  background-size: 100%;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 5px;
}
.asociate .page-title .link-title:after {
  content: '';
  width: 80px;
  height: 3px;
  background: #1AA3FA;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}

.iframe-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff6d9;
}
.iframe-content#infocalculador {
  margin: 0;
  padding: 0 0 30px;
  width: 80%;
  max-width: 650px;
  height: auto;
  max-height: 80%;
}
.iframe-content .fancybox-close-small {
  box-shadow: none;
}
.iframe-content .calculador h2 {
  background: #df1d2e;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding: 15px 30px;
  margin: 0;
}
.iframe-content .calculador .form-list {
  padding: 80px 30px;
  margin: 0 auto;
}
.iframe-content .info-cuotas {
  padding: 30px;
}
.iframe-content .info-cuotas:after {
  content: '';
  display: table;
  clear: both;
}
.iframe-content .info-cuotas p {
  line-height: 1.2;
  margin-bottom: 5px;
}
.iframe-content .info-cuotas p + .btn {
  margin-top: 15px;
}
.iframe-content .info-cuotas .volver-calculador {
  float: right;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .iframe-content .info-cuotas .volver-calculador {
    float: left;
    padding-top: 10px;
    text-align: center;
    margin-left: 0;
    display: block;
    width: 100%;
  }
}

.aca-login {
  background-color: #D5F2FB;
  padding: 50px 20px 30px 20px;
  margin-bottom: 50px;
  border-bottom: 3px solid #1AA3FA;
}
.aca-login:after {
  content: '';
  display: table;
  clear: both;
}
.aca-opcion-cam {
    background-color: #D5F2FB;
    padding: 50px 20px 30px 20px;
    margin-bottom: 50px;
    /*border-bottom: 3px solid #1AA3FA;*/
    display: flex;
}

.info-predenuncia h2 {
  color: #666666;
  margin-bottom: 25px;
  margin-top: 0;
}
.info-predenuncia .btns {
  text-align: right;
}
.info-predenuncia .btns .volver {
  color: #666666;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  margin-left: 0;
  padding: 0;
}
.info-predenuncia .btns .volver:hover {
  color: #333333;
}

.datos-certificado {
  margin-bottom: 10px;
}
.datos-certificado h3 {
  padding: 15px 30px;
  background: #d9d9d9;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.datos-certificado .info-datos {
  padding: 15px 30px;
  background: #ebebeb;
}
.datos-certificado .info-datos p {
  margin: 0;
}
.datos-certificado .info-datos p + p {
  margin-top: 10px;
}

.formulario h3 {
  padding: 0px;
  background: #df1d2e;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.formulario form {
  padding: 30px;
  background: #fff6d9;
}
.formulario form:after {
  content: '';
  display: table;
  clear: both;
}
.formulario .btn {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .formulario form {
    padding: 10px;
  }
}
.cupones:after {
  content: '';
  display: table;
  clear: both;
}
.cupones .cupon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #b3b3b3;
}
.cupones .cupon:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.cupones .cupon .img {
  min-width: 200px;
  width: 200px;
}
.cupones .cupon .img img {
  display: block;
  width: 100%;
}
.cupones .cupon .info {
  width: 100%;
  padding-left: 25px;
}
.cupones .cupon .info h4 {
  font-size: 16px;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: none;
  line-height: 1.2;
}
.cupones .cupon .info p {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 480px) {
  .cupones .cupon {
    align-items: flex-start;
  }
  .cupones .cupon .img {
    min-width: 90px;
    width: 90px;
  }
}
.consumos .nav-tabs li a {
  color: #333333;
}
.consumos .nav-tabs li a:hover {
  color: #333333;
}
.consumos .nav-tabs a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #333333;
}
.consumos .nav-tabs a:before {
  content: '';
  width: 21px;
  height: 22px;
  margin-right: 10px;
}
.consumos .nav-tabs a.combustible:before {
  background: url("../images/icon_combustible.png") no-repeat left top;
  background-size: 100%;
}
.consumos .nav-tabs a.lubricante:before {
  background: url("../images/icon_lubricantes.png") no-repeat left top;
  background-size: 100%;
  width: 14px;
}
.consumos .acordeon .content h3 {
  width: 100%;
  background: #e6e6e6;
  padding: 15px 25px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.consumos .acordeon .content h3 > span {
  min-width: 155px;
}
.consumos .acordeon .content h3 a {
  text-decoration: none;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 115px;
  color: gray;
  font-size: 16px;
}
.consumos .acordeon .content h3 a:before {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  display: block;
  content: '';
  background: url("../images/arrows.png") no-repeat left top;
  background-size: 44px 22px;
  background-position: 0 0;
}
.consumos .acordeon .content h3 a.cerrar {
  display: none;
}
.consumos .acordeon .content h3 a.cerrar:before {
  background-position: -22px 0;
}
.consumos .acordeon .content h3.active a.abrir {
  display: none;
}
.consumos .acordeon .content h3.active a.cerrar {
  display: flex;
}
.consumos .acordeon .content .datos {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 50%;
}
.consumos .acordeon .content .datos span {
  padding: 5px 15px;
  font-size: 13px;
  color: #ffffff;
  background: #2a790f;
  font-weight: 600;
  width: 50%;
  text-align: center;
  border-top-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.consumos .acordeon .content .datos span:last-of-type {
  background: #df1d2e;
  border-top-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 767px) {
  .consumos .acordeon .content h3 {
    flex-wrap: wrap;
  }
  .consumos .acordeon .content h3 > span,
  .consumos .acordeon .content h3 .datos,
  .consumos .acordeon .content h3 a {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
  .consumos .acordeon .content h3 .datos span {
    width: 100%;
    border-radius: 4px;
  }
  .consumos .acordeon .content h3 .datos span:last-of-type {
    border-radius: 4px;
    margin-top: 4px;
  }
  .consumos .acordeon .content h3 a {
    justify-content: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .consumos .nav-tabs li a {
    font-size: 0;
  }
  .consumos .nav-tabs li.active a {
    font-size: 15px;
  }
}
.reserva-turno.back-color {
  padding-top: 40px;
  padding-bottom: 30px;
}

.reservas-tomadas {
  padding-top: 25px;
}
.reservas-tomadas .subtitulo {
  float: none;
  margin-bottom: 10px;
  background: gray;
  padding: 12px 20px;
}

.table-responsive.calendario {
  margin-bottom: 30px;
}
.table-responsive.calendario table th, .table-responsive.calendario table td {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}
.table-responsive.calendario tbody tr td {
  background: #f1f1f1;
  color: #999999;
}
.table-responsive.calendario tbody tr td a {
  display: block;
  text-align: center;
  background: #ffffff;
  color: #333333;
}
.table-responsive.calendario tbody tr td.da {
  background: #ffffff;
  padding: 0;
}
.table-responsive.calendario tbody tr td.da a {
  text-decoration: none;
  padding: 8px;
}
.table-responsive.calendario tbody tr td.da a:hover {
  color: #df1d2e;
}
.table-responsive.calendario tbody tr td.tit {
  padding: 0;
}
.table-responsive.calendario tbody tr td.tit td {
  padding: 8px;
  background: #df1d2e;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}
.table-responsive.calendario tbody tr td.tit td a {
  background: transparent;
}
.table-responsive.calendario tbody tr td.altn {
  background: gray;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.concurrencia {
  margin-bottom: 15px;
}
.concurrencia .fecha {
  outline: 0;
  margin: 0 0 10px;
  text-align: left;
  vertical-align: top;
  min-height: 45px;
  max-width: 100%;
  width: 100%;
  padding: 12px 10px;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #666666;
  font-size: 16px;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-align: center;
  font-weight: 700;
}

.actualizar-datos h3 {
  margin: 30px 0;
  padding-top: 0;
  color: #333333;
  text-transform: uppercase;
}
.actualizar-datos h3:first-of-type {
  margin-top: 0;
}

.contacto .info {
  margin-bottom: 30px;
  color: #333333;
}

/*Validaciones*/

.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !Important;
    background-color: #ffeeee !Important;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/*Fin validaciones*/

.link-volver {
  color: #df1d2e;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; 
  line-height: 1.25;
   margin-top:20px;
  margin-bottom:15px;
}

.link-volver:before{
  content: ' ';
  width: 17px;
  height: 22px;
  display: inline-block;
  background: url(../Content/images/ico_mosaico.png) no-repeat left top;
  background-size: 100%;
  vertical-align: top;
  margin-right: 5px;
 
}

/* Header p├íginas externas */
header.amarillo {
  background-color: #1AA3FA;
}
header.amarillo .header-top {
  z-index: 0;
  position: relative;
}
header.amarillo .header-top:after {
  content: '';
  display: table;
  clear: both;
}
header.amarillo .header-top .container {
  font-size: 12px;
  color: #000000;
  line-height: 1.2;
  padding-top: 12px;
  padding-bottom: 12px;
}
header.amarillo .header-top .container a {
  width: 100%;
  font-size: 12px;
  color: #333333;
}
header.amarillo .header-top .container .topdescription .pipe,
header.amarillo .header-top .container .toplinks .pipe {
  padding: 0 8px;
}
header.amarillo .header-top .container .toplinks {
  text-align: right;
}
header.amarillo .header-top .container .toplinks a {
  font-size: 12px;
  color: #000000;
}
header.amarillo .header-top .container .toplinks a:hover {
  color: #df1d2e;
  text-decoration: none;
}
header.amarillo .header-top .container .toplinks a.filial:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/ico_header_sprites.png") no-repeat top left;
  background-position: 0 0;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
header.amarillo .header-top .container .toplinks a.filial:hover:before {
  background-position: -16px 0;
}
header.amarillo .header-body {
  box-shadow: 0px 2px 14px #ccc;
  z-index: 1;
}
header.amarillo .header-body .container .logo {
  display: flex;
  align-items: center;
  height: auto;
  min-height: 90px;
}
header.amarillo .header-body .container .logo h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 39px;
  color: #333333;
  text-align: left;
  display: inline-block;
  margin: 0 0 0 35px;
  padding: 0;
}
header.amarillo .header-body .container .goback a {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  float: right;
  padding: 8px 24px;
  border: 1px solid #7c7c7c;
  border-radius: 3px;
  background: #f2cd54;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f2cd54 1%, #f1bb02 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2cd54 1%, #f1bb02 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2cd54 1%, #f1bb02 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2cd54', endColorstr='#f1bb02',GradientType=0 );
  /* IE6-9 */
}
header.amarillo .header-body .container .goback a:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/ico_header_button.png") no-repeat top left;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
header.amarillo .header-body .container .goback a:hover {
  background: #e0b10d;
}
header.amarillo .grayseparator {
  height: 33px;
  background: #f4f4f4;
}

@media only screen and (max-width: 767px) {
  header.amarillo .header-top .container .topdescription,
  header.amarillo .header-top .container .toplinks {
    text-align: center;
  }
  header.amarillo .header-body .container .content-header .logo {
    flex-direction: column;
    text-align: center;
    height: auto;
  }
  header.amarillo .header-body .container .content-header .logo h1 {
    margin: 0;
    text-align: center;
  }
  header.amarillo .header-body .container .content-header .goback {
    text-align: center;
    margin: 0 auto 20px;
  }
  header.amarillo .header-body .container .content-header .goback a {
    float: none;
    max-width: 300px;
    margin: 0 auto;
  }
}

textarea:focus,
input[type="date"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="email"]:focus, 
input[type="month"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="text"]:focus, 
input[type="time"]:focus, 
input[type="url"]:focus, 
input[type="week"]:focus,
select:focus{
    border-color: #df1d2e;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ffd7db;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ffd7db;
}

header {
    z-index: 100;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}