/* Global Styles */
 {
	color:                 hsla(210, 100%, 100%, 0.9) !important;
	background:            hsla(210, 100%,  50%, 0.5) !important;
	outline: solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;

	box-shadow: none !important;
	filter:     none !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 100px;
    background-color: white;
    width:100%;
}

.margin-auto {
  margin: 0 auto !important;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}

.lato {
  font-family: 'Lato';
}

.lato-black {
  font-weight: 900;
}

.footer {
  clear: both;
  background-color: white;
  color: #a3a3a3;
  padding: 25px 0px 25px 0px  ;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  width: 100%;
  position: absolute;
  font-size: 15px;
  font-family: 'Lato';
}

.footer a {
    color: #678191;
}


.tablecut {
    width: 80%;
    max-width: 100%;
    margin-bottom: 20px;
}
.tablecut1 {
    width: 78%;
    max-width: 100%;
    margin-bottom: 20px;
}


.table a {
	color: #003F5B;
}
.table a:hover , .table a:focus  {
	color: #002c41;
  text-decoration: None;
}

 .tablecut>thead>tr>th {
    font-size: 14px;
    color: white;
    padding: 0px 0px 8px 5px;
    height:15px;
}

.tablecut a {
	color: #003F5B;
}
.tablecut a:hover , .table a:focus  {
	color: #002c41;
    text-decoration: None;
}

#page-wrapper {
    width: 100%;
    padding:  50px 0px 0px 0px;
    background-color: #fff;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 20%;
    }
}

/* Top Navigation */

.top-nav {
  color: #ffffff;
  height:20px;
  font-family: 'Lato';
  margin-bottom: 15px;
}
.top-nav a {
  text-decoration: none;
}
/*
.top-nav > li {
  display: inline-block;
  float: left;
}*/
#js-menu {
  /*margin-left: 10%;*/
}

.top-nav > li > a, .panel-heading > h4{
  line-height: 20px;
  color: #ffffff;
  font-weight:normal;
  padding:15px 3px;
}
/*
.navbar-inverse .navbar-nav > .active > a,
.top-nav > li > a:hover,
.top-nav > li > a:focus {
  background: #dfbb17 !important;
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
  background-color: #f5be38;
}*/

.navbar-right {
  float: right !important;
  margin-right: 5%;
}
/* Tabs */


/* Side Navigation */



.navbar {
    background-color: #dfbb17;
    height: 90px;
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
    background-image: url(../images/logo2.png), -webkit-linear-gradient(165deg, #dfbb17 32vw, #ffffff 26%);
    background-repeat: no-repeat;
    border-bottom-width: 0;
    border-bottom:10px solid #999999;
}


.navbarmrk
{
    background-color: #a3a3a3;
    height: 10px;
    width: 100%;
    position: fixed;
    z-index: 10000;

}
.navbar-inverse .navbar-brand {
    color: #a3a3a3;
}

.logo-cliente-footer {
  margin: 25px 0px 0px 0px;
}

.logo-cliente-footer img{
    height: 25px;
    width: 100px;
    margin-top:-15px;
}
.form-group {
    margin-bottom: 5px;

}

.navbar-inverse {
    border:none;
}



.btn-primary {
    background-color: #dfbb17;
    border-color: #dfbb17;
    font-weight:bold;
    font-family: 'Lato';
    height:20px;
}

.center {
  text-align: center;
}

.btn {

    display: inline-block;
    padding: 0px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    height: 20px;
    line-height: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 2px;


}
    .btn-primary:hover,
    .btn-primary:active .btn-primary:active:focus,
    .btn-primary:active:hover,
    .btn-primary:focus {
        background-color: #ebd22d;
        border-color: #ebd22d;
        color: #ffffff;

    }

    .btn-primary[disabled],
    .btn-primary[disabled]:hover {
        background-color: #B3DAD9;
        border-color: #B3DAD9;
    }




.section-header {
    background: #f5be38 ;
    margin: -9px -5px;
    position: fixed;
    right: 0;
    z-index: 999;
    color: white;
    font-size: 12px;

}

.section-header ul {
    margin: 0px;
    margin-top: 7px;
}

.section-header ul a {
    color: white;
    font-size: 14px;
    margin: 0 3px;
    padding: 0% 12%;
    display: inline-block;
}

.section-header li.selected a {
    background-color: white;
    color:#003F5B;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.section-header .dropdown button {
    background: transparent;
    border-color: white;
    margin: 4px 0;
    color: white;
}

.section-header .dropdown ul {
    width: 100%;
}

.section-header .dropdown ul a {
    background: transparent;
    color: #666;
}

.title-header {
	min-height: 50px;
}

.title-header select {
	margin-top: 7px;
	max-width: 250px;
}

.title-header h4 {
    margin: 15px 0;
}

.title-header .btn-back {
    color: white;
    float: left;
    margin: 12px;
}

.subheader {
    top: 108px;
    background-color: #37DCD5;
}

#section-content {
  margin-left: 0px;
  margin-right: 0px;
}

@media screen and (min-width: 992px) {
  #section-content {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
  #js-menu {
    margin-left: 20%;
  }
}

#section-content-doble {
  margin-top: 50px;
}

.section-header .section-header-text {
    padding: 5px 0;
}


/**** CUSTOM ****/
.title-panel-intro {
    width: 100px;
    float: right;
    line-height: 14px;
}

.panel-default>.panel-heading {
     color: #ffffff;
     background: -webkit-linear-gradient(0deg, #dfbb17 0%, #ebd22d 100%);
     height:40px;
     width:100%;
     border-radius: 0px;
     border-bottom: 1px solid  #a3a3a3;
}
.panel-default
{
     width:100%;
}


 .ico
 {
     height:20px;
     padding: 0px;

     }


.panel-default>.panel-heading .panel-title {
    font-size:16px;

     font-family: 'Lato';
     height:20px;

}


.panel-footer {
    color : #888;
}

a.form-footer {
    padding: 5px 2px;
    color: #666;
    display: inline-block;
    margin-top: 10px;
}

a.form-footer:hover {
    color: #222;
    text-decoration: none;
}


.info
{
     width:100px;
     height:25px;
 }
table.table .highlight {
    font-weight: bold;
    color: #dfbb17;
}

.form-title {
    padding: 10px 25px;
    background-color: #F5F5F5;
    color: #444;
    margin-bottom: 15px;
    margin-top: 15px;
}

.text-small {
    font-size: 12px;
}

.text-grey {
    color: #666;
}

.text-red {
    color: #FA524F;
}

.container-border-radius {
    padding: 20px;
    border: 1px solid #CCC;
     -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.container-border-radius .form-group {
    margin-right: 10px;
}

.container-border-radius.bg-grey {
    background-color: #F5F5F5;
    border-color: #F5F5F5;
}





/**** PAGINADOR ****/



.blanco {
	background-color: white;
}

.align_right {
	float:right;
}
.align_left {
	float:left;
}

.modal-footer .alert {
	text-align:left !important;
}


/**** MODAL UPLOAD DOCUMENTO ****/


.modal-upload-documento .modal-title {
    font-weight: bold;
    color: #003F5B;
}

.modal-upload-documento .modal-body {
    color: #666;
}

.modal-upload-documento .modal-body p {
    margin: 0px;
}

.modal-upload-documento .modal-body h1 {
   font-size: 28px;
    font-weight: bold;
    color: #003F5B;
    margin: 5px 0;
}

.modal-upload-documento .modal-body .items {
    margin: 15px 0 ;
}

.modal-upload-documento .modal-body .item {
    border-top: 1px solid #CCC;
    padding: 7px 5px;
}

.modal-upload-documento .modal-body .item i {
    color: green;
}

.modal-upload-documento .modal-body .aclaracion {
    color: #a94442;
}

.modal-upload-documento .modal-body .item:last-of-type {
    border-bottom: 1px solid #CCC;
}







input:checked + .slider {
  background-color: #f5be38;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f5be38;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.input
{
    font-family: url('../Font-Lato/Lato-Black.ttf');
    font-weight:bold;
    font-size:12px;
    height: 20px;
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color : #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 }

 .input-time{
    font-family:Lato Black;
    font-size:15px;
    height: 20px;
    background-color: #f4f4f4;

    padding:0px;
    border-radius: 4px;
 }
/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}


.separator{
	margin-right: 1%;

}

.separatorright{
	margin-right: 10%;
}
.separalat{
	margin-left: 5%;
	margin-right:5%
}
.separalat1{
	margin-left: 0%;
}
.separalat2{
	margin-left: 5px;
}
.separatortop{
	margin-bottom: 20px;
}

.separatortop1{
	margin-top: 20px;
}
.trans{
  width: 100%;

  display: flex;
  justify-content: center;
}
.panel {
    margin-bottom:-4px;
     /*margin-top: 0px;*/
    background-color: #fff;
    /*border: 10px solid #a3a3a3;*/
      /*border-top: 9px solid  #a3a3a3;*/
    /*border-radius: 0px;*/
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {

    background-color: #fff;
    border: 10px solid #e3e3e3;
    padding: 15px 0px 0px 0px;



}

.mrgn
{
  margin-left:18%;
  margin-right:18%;
  width:64%

 }

.separatormid{
	margin-left: 2%;

}

 .mrgn1
{
  margin-left:15%;
  margin-right:17%;
  width:80%;

}
 .separatorright1{
	margin-right: 2%;
}
/*.plr-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  display: flex;
  justify-content: center;
}
@media (min-width:992px){
  .plr-0 {
    justify-content: left;
  }
}*/
/*@media (min-width:1200px) {*/
  .nopadding {
    padding-left: 0;
    padding-right: 0;
  }
/*}*/
.contenedorgrids
{
    width:100%;
    }
    .contenedorgrid1
    {
        width:50%;
        }
    .contenedorgrid2
    {
        width:30%;
        }
.separatorleft{
	margin-left: 2%;

}
.mlsmall1 {
  margin-left: 1em;
}
.mlsmall2 {
  margin-left: .8em !important;
}
@media (max-width:767px){
  .ml-2em {
    width: 23%;
  }
  .ml-3em {
    width: 18%;
  }
}
.separatorleft1{
	margin-left: 3%;

}
 .separatorrightico{
	margin-right: 16%;
}
#ContentPlaceHolder1_lblPIN {
    font-size: 25px;
    font-weight: bold;
}
label {
     margin-bottom: 0px;
	 padding-left: 0px ;
	 height: 25px !important;
	 font-family: 'Lato';
	 display: inline-block;
     max-width: 100%;
	 color: #a3a3a3;
	 font-weight:normal;
	 font-size:13px;
}
input[type="radio"] {
    margin: 0px 0 0;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    margin-top: 1px;
    line-height: normal;
    font-family: 'Lato';
    color:  #a3a3a3;
}
    table thead {
      background: linear-gradient( #ebd22d, #dfbb17);
      color: #ffffff;
      width:100%;
      height:40px;
      font-family: 'Lato';
      font-size:14px;

    }

    table tbody {
       color: #a3a3a3;
       font-family: 'Lato';
       height:30px;
       width:100%;

    }
 .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {

    border: 1px solid #a3a3a3;
    height: 30px !important;
    font-family: 'Lato';
    padding:0px -10px 0px 0px;

    }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    padding:0px 10px 0px 10px;
    vertical-align: middle;
     background: linear-gradient( #ebd22d, #dfbb17);

      font-family: 'Lato';
      font-size:14px;
}

   .select {
	display: block;
	font-family: 'Lato';
	color: #a3a3a3;
	padding: 0px 60px 1px 0px;
	width: 100%;
	height:20px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #a3a3a3;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #f4f4f4;
	background-image:  url('../images/flecha_combo_acces-o.png'),
	  linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
	background-repeat:no-repeat;
	background-position: right -1px top 50%, 0 0;
	background-size: 15px auto, 100%;
}
.select::-ms-expand {
	display: none;
}

.select:focus {
	border-color: #a3a3a3;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #a3a3a3;
	outline: none;
}
.select option {
	font-weight:normal;
}


 .select-time {
	display: block;
	font-family: 'Lato';
	color: #a3a3a3;
	padding: 0px 12px 0px 0px;
  width: 90%;
  max-width: 85px;
	height:20px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #a3a3a3;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: white;
	background-image: url('../images/flecha_combo_acces-o.png'),
	  linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
	background-repeat:no-repeat;
	background-position: right -1px top 50%, 0 0;
	background-size: 15px auto, 90%;
}
.select-time::-ms-expand {
	display: none;
}

.select-time:focus {
	border-color: #a3a3a3;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #a3a3a3;
	outline: none;
}
.select-time option {
	font-weight:normal;
}
#cmbPosicion {
  width: 100%;
}
 .select-inicial {
	display: inline-block;
	font-family: 'Lato';
	color: #a3a3a3;
	padding: 0px 15px 1px 0px;
	width: 17vw;
	height:20px;
	box-sizing: border-box;
	border: 1px solid #a3a3a3;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #f4f4f4;
	background-image:  url('../images/flecha_combo_acces-o.png'),
	  linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
	background-repeat:no-repeat;
	background-position: right -1px top 50%, 0 0;
	background-size: 15px auto, 100%;
}
.select-inicial::-ms-expand {
	display: none;
}

.select-inicial:focus {
	border-color: #a3a3a3;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #a3a3a3;
	outline: none;
}
.select-inicial option {
	font-weight:normal;
}
 .select-right {
	display: block;

	font-family: 'Lato';
	color: #a3a3a3;
	padding: 0px 50px 0px 0px;
	width: 100%;
	height:20px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #a3a3a3;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
	border-radius: 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #a3a3a3;
	background-image: url('../images/flecha_combo_acces-o.png'),
	  linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%);
	background-repeat:no-repeat;
	background-position: right -1px top 50%, 0 0;
	background-size: 15px auto, 90%;
}
.select-right::-ms-expand {
	display: none;
}

.select-right:focus {
	border-color: #a3a3a3;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #a3a3a3;
	outline: none;
}
.select-right option {
	font-weight: normal;
}

.form-inline {
  justify-content: center !important;
  align-items: center !important;
  margin-top: 20px;
  margin-bottom: 10px;
  height: fit-content;
}

.form-inline > div {
  padding-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
}

@media (min-width:1440px) {
  #cmbCirculo {
    width: 74%;
  }
}

@media (min-width: 768px) {
  .form-inline {
    width: 93%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

/*@media (min-width: 767px) {
  .form-inline > div {
    text-align: center !important;
  }
}*/

#content-wrapper {
  /*display: flex;*/
  margin-left: 3%;
  margin-right: 3%;
}

@media (min-width:1920px){
  #content-wrapper {
    margin-left: 7%;
    margin-right: 7%;
  }
  #section-content {
    margin-left: 10% !important;
    margin-right: 10% !important;
  }
}

@media (max-width: 991px) {
  #content-wrapper {
    flex-direction: column;
  }
}

@media (min-width:1200px) and (max-width:1400px){
  #header-logo {
    padding-left: 0%;
  }
  #js-menu {
    margin-left: 0%;
  }
}
@media (min-width:1401px) and (max-width:1750px){
  #header-logo {
    padding-left: 0%;
  }
  #js-menu {
    margin-left: 0% ;
  }
}
@media (min-width:1751px) and (max-width:1900px){
  #header-logo {
    padding-left: 0%;
  }
  #js-menu {
    margin-left: 52% ;
  }
}
@media (min-width:1901px) and (max-width:2300px){
  #header-logo {
    padding-left: 0%;
  }
  #js-menu {
    margin-left: 55% ;
  }
}
@media (min-width:2300px){
  #header-logo {
    padding-left: 0%;
  }
  #js-menu {
    margin-left: 65% ;
  }
}

#inner-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .down-plan {
    margin-left: 12px;
  }
}

.inline-block {
  display: inline-block !important;
}

select, .input {
  text-align: center;
  text-align-last: center;
}

@media (max-width:768px){
  .form-inline > div{
    padding-right: 0;
    padding-left: 0;
  }
  .select-inicial {
    width: 60%;
  }
  .table-responsive {
    margin-bottom: 20px;
  }
  .separatorright {
    margin-right: 0;
  }
  #inner-group {
    padding-right: 0;
    padding-left: 0;
  }
  .row.separalat1.separatortop1 {
    padding-right: 15px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .offset-custom {
    margin-left: 2em;
    width: 46%;
  }
}

@media (min-width:992px) {
  .optionsMobile{
    display: none;
  }
}
@media (max-width:991px) {
  .optionsDesktop{
    display: none;
  }
}

@media (min-width:1200px){
  .offset-custom2 {
    margin-left: 4%;
    width: 37.6%;
  }
  .row-time{
    max-width: 120%;
  }
  .row-time-2 {
    max-width: 105%;
  }
  .row-time .three{
    width: 33.33%;
  }
}
@media (min-width:1400px){
  .row-time .three{
    width: 33.33%;
  }
}

@media (min-width:545px) {
  .nowrap {
    white-space: nowrap;
  }
}

/*@media (min-width:1580px) {
  .fixed-width {
    width: 108% !important;
  }
}*/

@media (min-width:1200px) and (max-width:1300px){
  .early-break {
    width: 54%;
  }
  .w-37 {
    width: 46%;
  }
}

@media (min-width:992px){
  .early-break {
    text-align: right;
  }
  .early-break2 {
    text-align: right;
  }
}

@media (min-width: 1200px){
  #txtNombre {
    max-width: 100% !important;
  }
}

@media (max-width:585px) {
  .early-break {
    padding: 0;
  }
  .w-37 {
    width:40%
  }
  .mw-133{
    max-width: 150px;
  }
}

@media (max-width:424px) {
  .w-37 {
    width:100%
  }
}

@media (min-width:425px) {
  .w-100pc {
    width:100%
  }
}

@media (max-width:545px) {
  .nowrap {
    text-align: center;
  }
}

/*NAV MENU*/
/*.navbar {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}*/

.main-nav {
  list-style-type: none;
  display: none;
}

.main-nav li {
  text-align: center;
  /*margin: 15px auto;*/
}

/*#header-logo {
  display: inline-block;
  margin-top: 10px;
  margin-left: 20px;
}*/
.btnimagen {
    vertical-align: middle;
    border: 0;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    white-space: nowrap;
}
.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 24px;
}

.nav>li>a:hover {
  background-color: #e3e3e3;
  height:40px;
}
@media screen and (max-width: 767px) {
  #js-menu {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .active {
    display: block;
  }
  ul li:first-child {
    /*margin-top: -1.1em !important;*/
  }

  .active {
    margin-top: 0em !important;
  }
  .active li{
    background-color: #ccc;
    width: 100%;
    margin-bottom: -16px !important;
  }
}

@media screen and (min-width: 768px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 70px;
  }

  .main-nav {
    display: flex;
    margin-right: 70px;
    flex-direction: row;
    justify-content: flex-end;
    
  }

    .main-nav li {
        display: inline-block;
        text-align: center;
        color: #fff;
        position: relative;
        background-color: #dfbb17;
        border-color: #fff;
        width: 90px;
        margin-left: 0em;
        height:50px;
    }
.main-nav li:hover {
    background-color: #e3e3e3;
    color: #ffffff;
}

.main-nav li > ul {
    display: none;
}

.main-nav li:hover > ul {
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
}


.main-nav {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
}

.navbar-toggle {
    display: none;
}

@media (min-width:1200px){
  .row-time .first {
    width: 41%;
  }
  .row-time .second {
    text-align: left;
  }
  .row-time .three{
    text-align: right;
  }
}

@media (max-width:767px){
  .w-57 {
    /*width: 57%;*/
    padding-left: 1.1em;
  }
  .w-115 {
    width: 115%;
  }
}

@media (min-width:425px) and (max-width:587px) {
  .row-time .first{
    width: 42%;
  }
  .row-time .second{
    width: 28%;
  }
  .row-time .three{
    width: 30%;
  }
}
@media (min-width:588px) and (max-width:991px) {
  /*.row-time .first{
    width: 28%;
  }*/
  .row-time .second{
    width: 35%;
  }
  .row-time .three{
    width: 30%;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .row-time .first {
    width: 36% !important;
  }
  .row-time .three{
    width: 30.5%;
    text-align: right;
  }
}
@media (min-width:1200px) {
  .row-time .first {
    max-width: 140px;
  }
}
@media (min-width:589px) {
  .mw-133 {
    margin-left: .5em;
    width: 30%;
    max-width: 152px;
  }
}
@media (min-width:425px) and (max-width:767px){
  .col-60pc {
    width: 60% !important;
    text-align: left !important;
  }
  .col-60pc button{
    margin-left: .2em;
  }
}
@media (min-width:586px) and (max-width:767px){
  .col-60pc {
    width: 58% !important;
    text-align: left !important;
  }
}
@media (max-width:585px) {
  .col-12 {
    width: 100%;
  }
  .col-7 {
    width: 58.83%;
  }
  .col-4 {
    width:33.33%;
  }
  .col-6 {
    width: 50%;
    text-align: left !important;
  }
  .w-48 {
    width: 36%;
  }
  .w-52 {
    width: 60%;
  }
  .col-70pc {
    width: 70%
  }
}
@media (min-width:586px) and (max-width:588px) {
  .mw-133 {
    text-align: left;
  }
}
@media (max-width:588px){
  .mr-1em {
    margin-right: 13em;
  }
}


@media (min-width:637px) {
  .optionsMobile .size-init {
    max-width: 970px;
    min-height: 50px;
    margin: auto 37px auto 13%;
  }
}

@media (max-width:636px) {
  .w-58 {
    width: 100%;
  }
  .size-init {
    max-width: 970px;
    min-height: 50px;
    margin: auto 15px
  }
}
@media (min-width: 586px) and (max-width: 767px){
  .optionsMobile .size-init .w-58{
    text-align: center;
    padding-right: 1em;
    width: 50%;
  }
  .optionsMobile .row.form-inline.size-init .col.col-12.col-xs-4.col-sm-4 {
    text-align: right;
    margin-right: 0.5em;
}
  }
}

@media (max-width: 585px){
  .optionsMobile .size-init .w-58{
    width: 100%;
  }
}

@media (min-width:768px) {
  .optionsMobile .size-init .w-58 {
    text-align: left;
    margin-left: 0.5em;
  }
}

@media (max-width:991px) {
  #txtBuscaPIN {
    width: 50%;
  }
}

@media (min-width:992px) {
  #txtBuscaPIN {
    width: 20%;
  }
  .center-n-992{
    text-align: center;
  }
}

@media (min-width:586px) {
  .w-56 {
    text-align: right;
    margin-right: 0.5em;
  }
}

@media (min-width:600px) {
  #txtNombre {
    max-width: 95%;
  }
}

@media (min-width:320px) and (max-width:992px) {
  .mw-140 {
    max-width: 140px;
  }
}