
body {
	background: #00304b;
  font-family: 'Montserrat', sans-serif;
}

#main {
	padding-top: 20px;
}

header .logo {
    width: 120px;
    margin-top: -20px;
}

header .logo-mobile {
    width: 85px;
}

header .too-bar {
    background: rgba(0, 0, 0, 0.67);
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    display:none;
}

header .too-bar ul.lang {
    list-style: none;
}

header .too-bar ul.lang li {
    float: left;
}

header .too-bar ul.lang li a {
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

header .too-bar ul.lang li:after {
    content: '-';
    margin: 0 5px 0 5px;
}

header .too-bar ul.lang li:last-child:after {
    content: '';
    margin: 0 5px 0 0px;
}
.navbar-toggle {
  display:none;
}
header a {
	color: #fff;
	text-decoration: none;
}

header a:hover {
	color: #b9b9b9;
	text-decoration: none;
}

header nav.navbar {
	z-index:2;
	margin-bottom: 0;
}

header nav.navbar .navbar-brand {
  float: left;
  height: 50px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 20px;
  text-shadow: unset;
}

header nav.navbar .navbar-nav > li > a {
	text-shadow: unset;
}

header nav.navbar .navbar-collapse {
  padding-right: 0;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 0px 0 rgba(255,255,255,.1);
	width: 100%;
}

header nav.navbar{
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}

header nav.navbar .redes a.nav-link  {
  padding: 15px 10px;
}

header nav.navbar .nav .open > a, header nav.navbar .nav .open > a:focus, header nav.navbar .nav .open > a:hover {
  background: transparent;
  border-color: transparent;
  color: #fff
}

header nav.navbar .nav > li > a:focus,header nav.navbar .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

header nav.navbar .nav > li:last-child > a {
  position: relative;
  display: block;
  padding: 15px 0px 15px 12px;
}

header nav.navbar .nav { /*.dropdown-submenu*/
    position: relative;
}

header nav.navbar .nav {/*.dropdown-submenu .dropdown-menu*/
    top: 0;
    left: 15%;
    margin-top: -1px;
}

header nav.navbar .nav  { /*.dropdown .dropdown-menu*/
	font-size: 12px;
}

header nav.navbar .nav  .yamm-content ul { /*.dropdown .dropdown-menu*/
	padding: 0;
}

header nav.navbar .nav  .yamm-content ul li { /*.dropdown .dropdown-menu*/
	list-style-type: none;
}

header nav.navbar .nav  .yamm-content ul li.title { /*.dropdown .dropdown-menu*/
	padding: 4px 0;
}

header nav.navbar .nav  .divider {/*.dropdown .dropdown-menu*/
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  background-color: rgba(229, 229, 229, 0.05);
}

header nav.navbar .nav  > li a { /*.dropdown .dropdown-submenu .dropdown-menu*/
	color: #FFF;
	background: transparent;
}

header nav.navbar .nav  > li a { /*.dropdown .dropdown-submenu*/
	text-decoration: none!important;
}

a:hover {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

section#breadcrumb {
  height: 90px;
  text-align: center;
  color: #FFF;

}

section#breadcrumb h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

section#search a {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

section#search a:hover {
  text-decoration: none;
  color: #a7a7a7;
}

.content {
  background: #efefef;
  padding: 10px;
  margin: 10px 0 10px 0;
  text-transform: capitalize;
  overflow-y: auto;
}

.form-inline {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.form-inline .form-control {
  margin-left:0 !important;
}
.form-inline .form-group {
  margin-right:0!important;
}
/* ----------------------------------- */

.panel {
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/

    -webkit-box-shadow: 0 1px 6px rgba(56, 56, 56, 0);
    box-shadow: 0 1px 6px rgba(56, 56, 56, 0);

}

.panel-left-center {
  display: flex;
  justify-content: left;
  align-items: center;
}


/* ----------------------------------- */


/* ----------------------------------- */

.text-center {
	text-align: center;
}

/* ----------------------------------- */

.color-white {
	color: #fff;
}

.bg-cian {
	background-color: #1a76cc;
}

.bg-dark {
  background: #00304b!important;
}

.bg-gray {
  background: #efefef!important;
}

/* ---------------------------------- */

.mb25 {
	margin-bottom: 25px;
}

.ptb45 {
	padding: 45px 0 45px 0;
}

/* ---------------------------------- */

@media (min-width: 735px) {
	img.logo-mobile {
    display: none;
	}
}

@media (max-width: 735px) {
	img.logo {
		display: none;
	}
	.col-sm-3 {
		width: auto;
	}
  section#breadcrumb h1 {
    font-size: 2rem;
  }
  section#breadcrumb {
    height: 60px;
  }
}

h1,h2, h3,h4,p {text-transform: uppercase;}
h1,h3,h4 {margin-top: 0; margin-bottom: 0}
h4 {margin-top: -4px; font-size: 14px;  margin-bottom: 4px;}
h2 {text-transform: uppercase; margin-top: 0; margin-bottom: 0; font-size: 26px}
a {text-decoration: none; color: #333}

h1.title {font-size: 65px}
h2.title, h4.title {margin-bottom: 10px; }

section#title {
  width: 100%;
  height: 125px;
  /*border-bottom: 6px solid #08a5e4;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.disabled {pointer-events: none; cursor: default;}

hr { margin-top: 0px; margin-bottom: 0px; border: 0; border-top: 1px solid #eee; }

.genero:before { content: url(../images/icons/genero.png); display: block;}

section#title h1 {color: #fff; font-size: 35pt;  font-weight: 700 !important;}

section#menu { width: 100%; height: 30px; background-color: #727176; }

section#menu .breadcrumb {
  height: 30px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
  color: #fff;
}

section#menu .breadcrumb a{
  color: #fff;
  font-size: 8pt;
}

section#search {
  padding-bottom: 25PX;
  background: rgb(35 35 35 / 39%);
  padding-top: 25px;
  color: #FFF;
}
section#search .nav-item {
  display:flex;
}
#falta {padding-top: 12px;  color: red;}



section#results {margin-top: 30px;}
section#results table thead {background: rgb(35, 35, 35); color: #fff;}

section#runner {margin-top: 30px;}


section#runner table thead {background: rgb(35, 35, 35); color: #fff;}

section#runner a.bottom {
  display: inline-block;
  background: #08a5e4;
  font-size: 15px;
  color: #FFF;
  padding: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pdf h2 {}
.ml-10 {margin-left: 10px}

.panel {
  overflow: hidden;
  padding:15px;
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  /*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);*/

  -webkit-box-shadow: 0 1px 6px rgba(56, 56, 56, 0);
  box-shadow: 0 1px 6px rgba(56, 56, 56, 0);

}

.data { font-size: 17pt;color: #5b5b5f;}

.panel-left-center {
  display: flex;
  justify-content: left;
  align-items: center;
}

.panel-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel h3 {font-size: 14px}

.text-center {text-align: center}
.bg-cian { background: #08a5e4; color: #fff }
.bl-cian { border-left: 4px solid #08a5e4; }

.bg-cian2 {background: rgb(117, 203, 230);}

.border-fuchsia {border-bottom: 6px solid #e9166c;}

.bg-white { background: #FFFFFF }
.bl-while { border-left: 2px solid #fff; }

.bg-gris { background: rgb(35, 35, 35); color: #fff}
.bl-gris { border-left: 4px solid rgb(35, 35, 35); }

.bg-fuchsia {background: #e9166c; color: #fff; }
.bl-fuchsia { border-left: 2px solid #e9166c; }

.color-fuchsia {color: #e9166c;}

.bg-darkgris {background: rgb(30, 30, 30);}
.bg-black { background: #000; color: #fff}
.bg-red { background: #f00; color: #fff; }

.bg-grey {background: #66615e; color: #fff}
.transparent {background: transparent;}
.border-right {border-right: 1px solid #e9166c;}
.border {border: 1px solid #e9166c}

.border-right-cian {border-right: 1px solid #08a5e4;}
.color-cian {color: #08a5e4;}


.border-cian {border: 1px solid #08a5e4;}

.border-bottom {border-bottom: 1px solid #e6e6e6}
.marginbottom {margin-bottom: 20px;}

.box-shadow {
  -webkit-box-shadow: -4px 24px 34px 5px rgba(0,0,0,0.72);
  -moz-box-shadow: -4px 24px 34px 5px rgba(0,0,0,0.72);
  box-shadow: -4px 24px 34px 5px rgba(0,0,0,0.72);
}

.padding16 {padding:16px;}

.row-table > [class*="col-"] {
  display: table-cell;
  float: none;
  table-layout: fixed;
  vertical-align: middle;
}

.row-table {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  margin: 0;
}

.pv-lg {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.btn {
  display: inline-block;
  padding:0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: normal;
  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-radius: 4px;
}

h3.title {font-size: 13pt}

.padding {padding: 12px}
p {margin: 0 0 0 0;}

.form-control { border-radius: 0px;}

.navbar {border-radius: 0px;}
.table {font-size: 12px}

@media (max-width: 600px) {
  .row-table > [class*="col-"] {
      display: block;
  }
}

.rc-anchor-checkbox-label {
  font-family: Roboto,helvetica,arial,sans-serif;
  font-size: 9px!important;
  font-weight: 400;
  line-height: 9px;
}

/*div y button del dropdown*/
.dropdown .dropbtn{
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  background-color: #222323;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .list-item {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.list-item:hover{
	background-color:#ddd ;
}

.nav-item{
	margin-top:14px;
}

.etapa-boton{
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 2vh;
}
