* {
  outline: none !important;
}

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: #f1bb01;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}

.page-title {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*
h5 {
  font-size: 16px;
}
*/

.tab-content {
  padding: 20px 0;
}

.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.main-content h1,
.main-content .page-title {
  margin-top: 0;
}

/*
a {
  color: #df1d2e;
  text-decoration: none;
}
a:hover {
  color: #333333;
}

*/


/*
.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: #df1d2e;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#e43f4d, #df1d2e);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#e43f4d, #df1d2e);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#e43f4d, #df1d2e);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#e43f4d, #df1d2e);
  /* Standard syntax */
  color: #ffffff;
  text-transform: uppercase;
}
.boton-principal:hover {
  background: #b21725;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#b21725, #b21725);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b21725, #b21725);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#b21725, #b21725);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#b21725, #b21725);
  /* Standard syntax */
  text-decoration: none;
  color: #ffffff;
}

a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
}

.sin-icono::before {
  content: none !important;
}

.campo-vista-previa {
  font-weight: 500;
}

.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;
  margin-right: 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: #f1bb01;
  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: #f1bb01;
  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;
}

@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: #f1bb01;
  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;
  }
}


/*  LOGIN  */

.info-login .welcome {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #df1d2e;
  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 #f0bd08;
  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 #f1bb01;
    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: 25px 0;
    display: block;
  }
  .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;
  }
}
.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: #f1bb01;
  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;
  width: 30px;
  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 */

/*

.asociate .fancybox-content {
  max-width: 870px;
  max-height: 490px;
  border-bottom: 3px solid #f1bb01;
}

.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: #f1bb01;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}
*/



/* IFRAME */
/*
.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%;
  }
}
*/
/* LOGIN */

/*
.aca-login {
  background-color: #fff4cf;
  padding: 50px 20px 30px 20px;
  margin-bottom: 50px;
  border-bottom: 3px solid #f1bb01;
}
.aca-login:after {
  content: '';
  display: table;
  clear: both;
}
*/


/* PREDENUNCIA */
/*

.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: 15px 30px;
  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;
  }
}

 */






  