/*CSS para site de invitramites*/

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;
}

/*CSS para identificadores Invitramites*/

#nuestros-servicios{
  margin-bottom: 20px;
}

#registro-usuario{
  padding-left: 20px;
  margin-bottom: 30px;
}

/*CSS para Clases Invitramites*/

.btn-primary{
  color: #fff !important;
  background-color: #3366CC !important;
  border-color: #3366CC !important;
}

.btn-sm{
  background-color: #64acfd !important;
  cursor: pointer;
  display:  block;
  border-color: #64acfd !important;
}

.servicios .card-servicios {
  padding: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem;
  border: solid 1px #f2f2f2;
  font-style:Regular;
  font-size:.875rem;
  color:#1A1A1A;
  background-color:#FBFCFC;
 }

.container{
  height:auto;
}

.contexto-servicios{
  font-size: .875rem;
}

.div-footer{
  padding-top: .5rem;
}

.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;
}

.invias_menu{
  background: #E5EEFB 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 4px 0px 3px 10px;
}

.items-adicionales{
  list-style: none;
}
              
.items-adicionales li::before {
  /* \25AA is the CSS Code/unicode for a square */
  content: "\25AA";  
  color: #004884; 
  display: inline-block; 
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  font-size:1.1rem; 

}

.items-adicionales li a{
  color: #004884; 
  font-size:0.875rem; 
  margin-bottom: -0.9em;
}

.linea-header {
  height: 2px;
  background-color:#004884;
  opacity: 0.8 !important;
}

.linea-header-email {
  height: 3px;
  opacity: 0.9 !important;
}

.logos-front {
  width: 300px;
  height: 54px;
}

.logo_invias {
  width: 170px;
  height: 70px;
}  

.imagen{
  width: 35px; 
  box-sizing:border-box;
}

.menu .nav-item a{
  color: #3366CC;
}

.menu .nav-item a:hover{
  color: #fff;
  background: #004884;
}


.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;
}

.servicios{
  margin-bottom: 20px;
}

.titulo-servicios::after{
  padding-top: 2px;
  display: block;
  width: 50px;
  height: 2px;
  content: ' ';
  background-color:#004884;/*  linea debajo de los titulos */
  margin-top: 5px;
}

.seccion-login{
  padding:20px;
  margin-top:5px;
}

.seccion-login .card{
  border: solid 1px #f2f2f2 !important;
}


.seccion-login .card .card-title{
  color: #004884;
  border-style: none;
}


.seccion-login .card .card-footer{
  border-style: none;
  text-align: center;
}

.titulo-home {
   /*font-family: WorkSans, Regular;*/
  padding-top: 5px;
}

.titulo {
  /*font-family:WorkSans, SemiBold;*/
  font-size:2.5rem;
  font-style:SemiBold;
  line-height:46px;
  color:#1A1A1A;
}

.ubicacionMaps {
    cursor: url('../../../Graficas/chincheta.png')40 40, pointer;
    color: white;
    text-decoration: none;
}


.linea{
    border-bottom: 1px solid #3BA889;
}

.titulos-invias{
  color:#004884;
}

@media only screen and (min-width: 992px) {

  .logo-img-sm {
    max-width: 300px;
  }

  .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;
  }
  
  /*Diseņo*/
  
  .portales {
    width: 100%;
    padding-left: 16px;
  }

  .titulo-home {
    font-size: 20px;
    margin-left: 10px;
  padding-top: 6px;
  }

  .titulo {
    font-size: 24px;
  line-height: 30px;
    }
  .portales .imagen {
    width: 67%;
  }
  .portales .titulo-home {
    padding-left: 0;
    margin-left: 0;
  }

  .portales .card-block {
    height: 90px;
  }
}