/* Main */
body {
    width: 100% !important;;
}
aside{
  background: #F8F8F8;
}
header{
  margin: 0 !important;
  max-width: 150%;
}
footer{
  background: #3366CC;
  font-size: .875rem;
}
footer p{
  color: white;
}
footer strong{
  font-weight: bold;
  color: white;
}
footer a:link {
  color: white;
}
footer a:visited {
  color: white;
}

footer a:hover {
  color: white;
}
footer a:active {
  color: blue;
}

form button{
  position: relative;
  float: right;
}

label{
  font-size: .875rem;
}

.btn-primary{
  color: #fff !important;
  background-color: #3366CC !important;
  border-color: #3366CC !important;
  margin-left:10px;
}

.btn-sm{
  background-color: #64acfd !important;
  cursor: pointer;
  border-color: #64acfd !important;
}

.container{
  height:auto;
}

.div-footer{
  padding-top: .5rem;
}

/* Header */
.linea-header {
  height: 2px;
  background-color:#004884;
  opacity: 0.8 !important;
}

.linea-header-email {
  height: 3px;
  opacity: 0.9 !important;
}

.navbar-toggler{
  margin-left: 85% !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.invias_header{
  background: #3366cc;
  background: -moz-linear-gradient(left,  #3366cc 50%, #e5eefb 50%) !important;
  background: -webkit-linear-gradient(left,  #3366cc 50%,#e5eefb 50%)!important;
  background: linear-gradient(to right,  #3366cc 50%,#e5eefb 50%)!important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3366cc', endColorstr='#e5eefb',GradientType=1 );
  font: Regular 14px/14px Montserrat;
  letter-spacing: 0;
  color: #0B457F;
  opacity: 1;
  font-size: .75rem;
}
.he_logo{
  background: #3366CC 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 0;
}

.he_logo img{
  height: 16px;
  margin-top: 5px;
}

.invias_header p{
  margin: 0;
}

.logos{
  color: red;
}

.logos-front {
  width: 300px;
  height: 54px;
}

.invias_menu{
  background: #E5EEFB 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 4px 0px 3px 10px;
}

.menu .nav-item a{
  color: #3366CC;
}

.menu .nav-item a:hover{
  color: #fff;
  background: #004884;
}

.linea{
  border-bottom: 1px solid #3BA889;
}

/* CSS para controles de Accesibilidad */
.error-template {
  padding: 20px 15px;
}

.error-actions {
  margin-bottom: 10px;
}

.error-actions .btn {
  margin-right: 10px;
  margin-left: 10px;
}

.table-govco {
  background-color: #E6EFFD;
  color: #004884;
}

.table tbody tr td {
  text-align: center;
}

.upper-field {
  text-transform: uppercase;
}

/* Media Queries */
@media only screen and (min-width: 992px) {
  .screen-sm{
    display: none;
  }
  .screen-md{
    display: none;
  }
  .screen-lg{
    display: block;
  }
  .screen-md-sm{
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .logo-img-sm {
    max-width: 300px;
  }

  .screen-sm{
    display: none;
  }
  .screen-md{
    display: block;
  }
  .screen-lg{
    display: none;
  }
  .screen-md-sm{
    display: block;
  }
  .invias_menu .nav-link {
    padding: 0px 5px;
  }
}

@media only screen and (max-width: 768px) {
  .screen-sm{
    display: block;
  }
  .screen-md{
    display: none;
  }
  .screen-lg{
    display: none;
  }
  .screen-md-sm{
    display: block;
  }
  .he_menu .nav{
    display: none;
  }

  .he_footer ul.he_footer_redes li {
    margin: 35px 0px 0px 10px;
  }
    table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: right !important;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #004884;
  }
}


@media screen and (max-width: 370px) {

  table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: right !important;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #004884;
  }
}
