/**
 * @file
 * Subtheme specific CSS.
 */

@import "cat.css";

.preview-btn{
  width: 124px;
}

#if-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  overflow: scroll;
}

.if-overlay-text {
  color: #000;
  text-align: center;
  margin-top: 200px;
  max-width: 800px;
  margin: 0 auto;
  padding: 15px 0;
}

.file-preview {
  padding: 20px 0 0 0;
  height: 300px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  z-index: 9999;
}

.overlay-text {
  color: #fff;
  text-align: center;
  margin-top: 200px;
}

.start-btn{
  margin: 10px auto;
}

.thank-you-text {
  color: #000;
  text-align: center;
  margin-top: 200px;
}

.invalid-id {
  max-width: 375px;
  margin: 0 auto;
  font-size: 20px;
}

.importpdfform{
  margin-top: 20px;
}

.iframe {
  min-height: 768px;
  border:0;
  height: 100%;
  width: 100%;
}

#XpressID-iframe{
  min-height: 768px;
  border:0;
  height: 100%;
  width: 100%;
}

body {
  background-color: #083364 !important;
}

.start-btn {
  max-width: 150px;
}

.minh-100 {
  height: 100vh;
}

/* Equipos */
.node--type-equipos .field-group-tabs-wrapper
.horizontal-tabs {
  padding: 20px;
}

.node--type-equipos .field-group-tabs-wrapper
.horizontal-tabs .field--label-above {
  margin-bottom: 20px;
}

.node--type-equipos .field-group-tabs-wrapper
.horizontal-tabs .field--label-above .field__label {
  font-weight: 600;
}

@media (min-width: 768px) {
  .node--type-equipos .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    margin-bottom: 0px;
    width: 49%;
    display: inline-block;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .node--type-equipos .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    width: 33%;
  }
}

/* CAC's */
.node--type-cac-s .field-group-tabs-wrapper
.horizontal-tabs {
  padding: 20px;
}

.node--type-cac-s .field-group-tabs-wrapper
.horizontal-tabs .field--label-above {
  margin-bottom: 20px;
}

.node--type-cac-s .field-group-tabs-wrapper
.horizontal-tabs .field--label-above .field__label {
  font-weight: 600;
}

@media (min-width: 768px) {
  .node--type-cac-s .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    margin-bottom: 0px;
    width: 49%;
    display: inline-block;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .node--type-cac-s .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    width: 33%;
  }
}

/* Comercializables */
.node--type-comercializables .field-group-tabs-wrapper
.horizontal-tabs {
  padding: 20px;
}

.node--type-comercializables .field-group-tabs-wrapper
.horizontal-tabs .field--label-above {
  margin-bottom: 20px;
}

.node--type-comercializables .field-group-tabs-wrapper
.horizontal-tabs .field--label-above .field__label {
  font-weight: 600;
}

@media (min-width: 768px) {
  .node--type-comercializables .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    margin-bottom: 0px;
    width: 49%;
    display: inline-block;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .node--type-comercializables .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    width: 33%;
  }
}

/* FINEQ DEUR */
.node--type-fineq-deur .field-group-tabs-wrapper
.horizontal-tabs {
  padding: 20px;
}

.node--type-fineq-deur .field-group-tabs-wrapper
.horizontal-tabs .field--label-above {
  margin-bottom: 20px;
}

.node--type-fineq-deur .field-group-tabs-wrapper
.horizontal-tabs .field--label-above .field__label {
  font-weight: 600;
}

@media (min-width: 768px) {
  .node--type-fineq-deur .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    margin-bottom: 0px;
    width: 49%;
    display: inline-block;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .node--type-fineq-deur .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    width: 33%;
  }
}

/* FINEQ R09 */
.node--type-fineq-r09 .field-group-tabs-wrapper
.horizontal-tabs {
  padding: 20px;
}

.node--type-fineq-r09 .field-group-tabs-wrapper
.horizontal-tabs .field--label-above {
  margin-bottom: 20px;
}

.node--type-fineq-r09 .field-group-tabs-wrapper
.horizontal-tabs .field--label-above .field__label {
  font-weight: 600;
}

@media (min-width: 768px) {
  .node--type-fineq-r09 .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    margin-bottom: 0px;
    width: 49%;
    display: inline-block;
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .node--type-fineq-r09 .field-group-tabs-wrapper
  .horizontal-tabs .field--label-above {
    width: 33%;
  }
}

.site-footer {
  background: #083364 !important;
}

#navbar-main {
  background: #083364 !important;
}

* {
    font-family: 'Source Sans Pro', sans-serif;
}
