/*sección nueva Subcabecera con modal*/
.textoSubcabecera {
  color: #990000;
}

#recoverPass,#createAccount{color:darkcyan;}
#recoverPass:hover{color:#37404d;}
#createAccount:hover{color:#37404d;}

#telefono {
  font-size: 1.5em;
}
a.textoSubcabecera {
  display: block;
}

a.textoSubcabecera:visited {
  color: #990000;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

/*Pantalla pequeña y mediana*/
@media only screen and (max-width: 768px) {
  #telefono {
    margin-top: 40px !important;
  }
  #esloganSubcabecera span {
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    margin-top: 15px !important;
    justify-content: center;
  }
  #myModalLabel2 {
    font-size: 200%;
  }
}

/*Pantalla grande*/
@media only screen and (min-width: 768px) {
  #telefono {
    margin-top: 15px !important;
  }
  #esloganSubcabecera span {
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    margin-top: 15px !important;
    justify-content: flex-end;
  }
}

/*Modales: cambios y ajustes*/
/* @media (min-width: 1140px) {
  .modal {
    max-width: 1140px;
  }
}*/

.labSt{
  font-size: 1em !important;
  font-weight: 600;
}

.modal-header {
  z-index: 99999;
}
.modal {
  z-index: 99999;
}

.loginBox>form{margin-top: 6%}

/*Footer: Cambios y capas nuevas*/

.footer {
  padding-top: 2% !important;
  padding-left: 30px;
}

@media only screen and (max-width: 768px){
  .footer {
    padding-top: 1% !important;
  }
}

.declaraciones{
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 600px){
  .declaraciones{
    justify-content: space-between;
  }

  .declaraciones div{
    max-width: 420px;
  }
}

.textoFooter{
  color: white !important;
  font-size: 13px !important;
}

.footer .footer-inner .contact-info li {
  margin-bottom: 0 !important;
}

#copyRight{
  justify-content: center;
  margin-top: 2%;
}


.form-control-2 {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-2 input[type="text"], input[type="email"] {
    border: 1px solid #e8e8e8;
    padding: 6px 15px;
    color: #777;
    max-width: 100%;
    outline: none;
  }
  .btn-dark {
    height: 38px !important;
    border-radius: 5px !important;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 7px 15px!important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media screen and (min-width:350px) and (max-width:420px) {

  .navbar-brand {
    display: inline-block;
    padding-top: 0.8125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap;
  }

  .btn {
    height: 35px !important;
    border-radius: 5px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .form-control-2 {
      display: inline-block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .form-control-2 input[type="text"], input[type="email"] {
      border: 1px solid #e8e8e8;
      padding: 6px 15px;
      color: #777;
      max-width: 65%;
      outline: none;
  }
  .modal-body {
    position: absolute;
    top: 0px !important;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: overlay !important;
  }
}
@media screen and (min-width:300px) and (max-width:339px) {.row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px !important;margin-left: -15px !important;}}
@media screen and (min-width:300px) and (max-width:349px) {

  .navbar-brand {
    display: inline-block;
    padding-top: .9125rem !important;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1rem !important;
    line-height: inherit;
    white-space: nowrap;
  }

  .btn {
    height: 40px !important;
    border-radius: 5px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px !important;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 8px !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .form-control-2 {
      display: inline-block;
      width: 100%;
      height: calc(1.5em + .75rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .form-control-2 input[type="text"], input[type="email"] {
      border: 1px solid #e8e8e8;
      padding: 6px 15px;
      color: #777;
      max-width: 62%;
      outline: none;
  }

}

.error{
  border-color: #990000;
  border-radius: 10px;
  color:#990000;
  display: none;
}

#email{
	max-width: 100% !important;
}

.pdf {
  color: #dc3545;
  text-decoration: none;
  background-color: transparent;
}
.fa-file-pdf:hover {
  cursor: pointer;
  color: black;
}
.pdf:hover {
  cursor: pointer;
  color: black;
}

.noPadLeftAndRight{padding-left: 0!important;padding-right: 0!important;}

@media screen and (max-width: 550px){
  .table-head, .table-body {
    font-size: 12px;
  }
  .pdf {
    color: #dc3545;
    text-decoration: none;
    background-color: transparent;
  }
}

#logoPie{margin-bottom: 2%;}

#rowEspecial{
	margin-right: -15px !important;
    margin-left: -15px  !important;
}

.texto-validacion{
	font-size: 12px;
}

.valid-tooltip{
    
	-webkit-animation: fadeOut 2s forwards;
    animation: fadeOut 2s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    color: white;
    padding: 10px;
    text-align: center;
    
} 

.invalid-tooltip{
    
	-webkit-animation: fadeOut 2s forwards;
    animation: fadeOut 4s forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    color: white;
    padding: 10px;
    text-align: center;
    
} 

@-webkit-keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

.titulo{
	color: gray;
}

.fa-user-circle{
	font-size: 1em !important;
}

#relleno{
	padding: 30vh;
}

/* _______________________________ */

@import url(https://fonts.googleapis.com/css?family=Khula:700);
#relleno {
  background: #111;
}
.hidden {
  opacity:0;
}
.console-container {
 
  font-family:Khula;
  font-size:4em;
  text-align:center;
  height:200px;
  width:600px;
  display:block;
  position:absolute;
  color:white;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}

/* _______________________________ */

@media (max-width: 992px) {
    #main-header-2-s{
		padding: 4%;
	}
}

@media (max-width: 992px) {
    .dropdown-menu {
    background-color: transparent !important;
	margin-left: 0px;
	}
	.main-header .dropdown-menu span {
    padding: 9px 20px;
    color: white;
    transition: all .3s ease-in-out;
	}
}

.dropdown-menu {
    
}

.navbar-light .navbar-toggler{
	color: white;
}

span.nav-link:hover{
	cursor: pointer;
}

.upScrollButton {
	font-size: 3em;
	position: fixed;
	bottom: 3rem;
	right: 1.5rem;
	transition: 1s all;
	z-index: 10000;
background-color: inherit;
}
.upScrollButton:hover {
	background-color: inherit !important;
}

.upScrollButton--show {
	transform: translateX(0)
}

.upScrollButton--hide {
	transform: translateX(100px)
}
.botonArriba {
	color: #990000;
	font-size: .8em;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: 1.25s;
}

.bounceIn {
    animation-name: bounceIn;
}

.link:hover{
	cursor: pointer;
}
 