@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
@import '../../../node_modules/react-select/less/select';
@select-input-height:  70px;

body {
	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #817F7F;
	padding-top: 59px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.m-t-0 {
	margin-top: 0!important;
}

/* LOGIN */
.login-content {
	padding-top: 10vh;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #EBEBEB;
	max-width: none;
	z-index: 1001;
}
.logo-login {
	display: block;
	margin: 0 auto;
	height: 120px;
}
.login-content input,
.login-content button {
	margin: 0 auto 20px auto;
	width: 278px;
	display: block;
	height: 51px;
	border-radius: 11px;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
}
.login-content button span {
	font-size: 20px;
}
.login-content label {
	font-size: 11px;
	color: #EC7030;
	font-weight: 600;
	margin: 10px auto 5px auto;
	width: 278px;
	display: block;
}
.login-content button {
	background-color: #EC7030;
	color: #fff;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 14px;
}
.login-content button:hover {
	background-color: #DB5814;
	color: #fff;
}
.login-content h2 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.login-error {
	text-align: center;
}

@media (max-width: 979px) {
	.login-content {
		padding-top: 5vh;
	}	
	.login-content h2 {
		display: none;
	}
}

/* NAV */

.navbar {
	position: fixed;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 1000;
}
.main-nav {
	float: right;
}

.nav-item.dropdown {
	cursor: pointer;	
}

.navbar-nav .dropdown-menu {
	background-color: #EC7030;
	border-radius: 0;
	top: 47px;
}
.dropdown-item {
	color: #fff;
	transition: all linear .2s;
	padding: .5rem;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active,
.dropdown-menu .nav-link:hover,
.dropdown-menu .nav-link:focus,
.dropdown-menu .nav-link:active  {
	background-color: rgba(255,255,255,.1);
	color: #fff;
	outline: none;
}

@media (min-width: 980px) {
	.navbar {
		padding-right: 30px;
	}
	.navbar > .active .nav-link::after {
		content: '';
		height: 3px;
		width: 100%;
		background-color: #EF8216;
		position: absolute;
		bottom: -10px;
		left: right;
		display: block;
	}
	.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
		color: #EF8216;
	}
	.dropdown-menu {
		width: 145px;
		font-size: 13px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.dropdown-item {
		font-size: 13px;
	}
}
.nav-item {
	margin-left: 25px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus  {
	border: none;
	outline: none;
}
.navbar-light .navbar-nav .dropdown-menu .nav-link {
	color: #fff;
}
@media (max-width: 979px) {
	.navbar-collapse {
		transition: transform ease-in-out .4s;
		transform: translate(-70vw);
		position: fixed;
		background-color: #EC7030;
		height: 100vh;
		width: 70vw;
		top: 0;
		left: 0;
		padding-top: 30px;
	}
	.navbar-collapse.show {
		transform: translate(0vw);
	}
	.navbar-collapse .dropdown-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-collapse .nav-item {
		margin: 0 20px;
		color: #fff;
	}	
	.navbar-collapse .nav-item .nav-link {
		color: #fff;
		padding: 12px 0;
		border-top: 1px solid #fff;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 700;
	}
	.navbar-collapse .nav-item .dropdown-submenu .dropdown-menu .nav-link {
		font-size: 14px;
	}
	.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
		color: #fff;
	}
	.navbar-light .navbar-nav .nav-link:focus, 
	.navbar-light .navbar-nav .nav-link:hover {
		color: #fff;
	}
	.dropdown-menu {
		border: none;
	}
	.dropdown-item {
		padding: .5rem 0;
	}
	.dropdown-submenu {
		padding-left: 15px;
	}
	.p-l-15 {
		padding-left: 15px;
	}
}

/* SUBMENU */

.dropdown-submenu {
    position: relative;
    color: #fff;
}

.dropdown-submenu>.dropdown-menu {
    top: -1px;
		left: 157px;
		margin-top: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    right: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-submenu .bold {
	display: block;
}
.dropdown-submenu .dropdown-menu .nav-link {
	padding: .5rem;
}

@media (max-width: 979px) {
	.dropdown-submenu .dropdown-menu {
		display: block;
	}
	.navbar-collapse .nav-item .nav-link.italic {
		font-weight: 500;
	}
}

/* SECTION */

.section-header {
	height: 394px;
	background-color: #333;
	text-align: center;
	background-size: cover;
	background-position: center bottom;
}
.section-header.nacional {
	background-image: url("cabecera-nacional.jpg");	
}
.section-header.pba {
	background-image: url("cabecera-pba.jpg");	
}
.section-breadcrumb {
	background-color: rgba(0,0,0,.5);
	padding: 8px 12px;
	margin-bottom: 100px;
}
.section-header .section-breadcrumb p {
	font-size: 20px;
	color: #EF8216;
	text-transform: uppercase;
	font-weight: 600;
}
.section-header p {
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
}
.section-header h2 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 12px;
	font-weight: 700;
}

@media (max-width: 768px) {
	.section-header {
		height: 185px;
		text-align: left;
	}
	.section-header .section-breadcrumb {
		margin-bottom: 25px;
	}
	.section-header .section-breadcrumb p {
		font-size: 15px;
		padding-left: 10px;
	}
	.section-header h2 {
		font-size: 26px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.section-header p {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/* TABS */
.tab-parent {
	background-color: #f1f1f1;
}
.custom-tabs .tab.custom-tab {
	width: 300px;
	background-color: transparent;
	border: none;
}
.custom-tabs .tab.custom-tab--selected {
	background-color: transparent;
	border-top: none!important;
	border-bottom: 2px solid #EF8216!important;
}
.tab.jsx-3468109796:last-of-type {
	border-right: none!important;
}
.custom-tabs .tab.custom-tab--selected:hover {
	background-color: #fafafa;
}
.tab-container.custom-tabs-container {
	background-color: #f1f1f1;
}
@media (max-width: 900px) {
	.custom-tabs .tab.custom-tab {
		width: 50%;
	}
	.tab-container.custom-tabs-container {
		flex-direction: row!important;
	}
}

/* FICHA */
.ficha {
	padding: 15px 18px;
	background-color: #fafafa;
}
.dato {
	padding-top: 15px;
	border-bottom: 1px dashed #EC7030;
}
.dato.no-border-bottom {
	border-bottom: none!important
}
.dato h3 {
	color: #817F7F;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 700;
}
.dato p {
	color: #817F7F;
	font-size: 12px;
}

.mapa-argentina {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

.mapa-aysa {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

/* ENCUESTA */
.filtros {
	margin-bottom: 20px;
}
.encuesta label {
	display: block;
	font-size: 11px;
}
.encuesta .Select {
	font-size: 13px;
	width: 100%;
	cursor: pointer;
}
.filtros .Select-control {
	margin-bottom: 20px;
}
/*
.encuesta {
	padding: 15px 18px;
}
*/
.tituloBloque {
    color: #EC7030;
    margin: 40px 0 20px 0;
    font-size: 1.6rem;
}

.subtituloBloque {
    color: #EC7030;
    margin: 40px 0 20px 0;
    font-size: 1.1rem;
}

.encuesta .content h5 {
	font-size: .9rem;
}

.encuesta .content label {
	margin-right: 20px;
}
.encuesta .content label input[type="checkbox"] {
	margin-right: 8px;
}

/* EN CONSTRUCCIÓN */
.construccion {
	height: calc(100vh - 118px);
	text-align: center;
	background-image: url("slider-2.jpg");
	background-size: cover;
}
.construccion img {
	margin-top: 25vh;
}
.construccion span {
	color: #EC7030;
	font-size: 2.5rem;
	display: block;
	margin-top: 20px;
	font-weight: 600;
}

/* CONTACTO */
.contacto {
	background-color: #EBEBEB;
	min-height: calc(100vh - 118px);
	text-align: center;
	padding-top: 50px;
}
.contacto h2 {
	color: #EC7030;
	font-size: 2.5rem;
	font-weight: 600;
	margin-bottom: 40px;
}
.contacto img {
	height: 61px;
	margin-bottom: 5px;
}
.contacto p {
	margin-bottom: 25px;
}

/* FOOTER */
.footer {
	padding: 20px 5px;
	margin-top: 30px;
	background-color: #fff;
}
.footer p {
	font-size: 12px;
	color: #868788;
	text-align: center;
	margin: 0;
}

@media (max-width: 768px) {
	.header {
		display: none;
	}
}


/* ---------- Responsive Dropdown Fix (Dash) ---------- */


/*.filtros .Select-menu-outer,
 .filtros .Select-menu-outer:hover {
	height: 200px!important;
	overflow-y: hidden!important;
}

.filtros .Select-menu,
.filtros .Select-menu:hover {
	white-space: initial!important;
	overflow-y: hidden!important;
	height: 200px!important;
}
.filtros .Select-menu > div {
	height: 200px!important;
}

.filtros .ReactVirtualized__Grid.ReactVirtualized__List.VirtualSelectGrid,
.filtros .ReactVirtualized__Grid.ReactVirtualized__List.VirtualSelectGrid:hover {
	background-color: yellow;
	max-height: 200px!important;
	height: 200px!important;
}
.filtros .ReactVirtualized__Grid__innerScrollContainer,
.filtros .ReactVirtualized__Grid__innerScrollContainer:hover  {
	background-color: red;
	height: 200px!important;
	overflow-y: scroll!important;

}

.resize-triggers, .resize-triggers > div, .contract-trigger::before {
	display: none;
}





.filtros .VirtualizedSelectOption,
.filtros .VirtualizedSelectOption:hover {
	min-height: 35px!important;
    height: auto !important;
    padding: 7px 10px;
    position: inherit !important;
    top: 0 !important;
}*/



/*.filtros .Select-menu-outer * {
  white-space: initial!important;
  max-height: none!important;
}

.filtros .Select-menu-outer {
	max-height: none!important;
}

.filtros .ReactVirtualized__Grid.ReactVirtualized__List.VirtualSelectGrid {
    height: auto !important;
    max-height: none!important;
}
.filtros .ReactVirtualized__Grid__innerScrollContainer {
    height: auto !important;
    max-height: none!important;
}

.filtros .VirtualizedSelectOption {
    height: auto !important;
    max-height: none !important;
    padding: 7px 10px;
    position: inherit !important;
    top: 0 !important;
}*/


/* Slider */
#slider{
  width:100%;
  height:calc(100vh - 118px);
  position:relative;
  overflow:hidden;
}
#slider_LEGISLATIVAS{
  width:100%;
  height:calc(100vh - 118px);
  position:relative;
  overflow:hidden;
}

.slides{
  width:100%;
  height:100%;
  position:relative;
}
.slider-2{
  -webkit-animation:slide 7s infinite;
  -moz-animation:slide 7s infinite;
  animation:slide 7s infinite;
}
.slider{
  width:100%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:auto;
	background-size: cover;
}
.slider-1 {
	background-image: url("slider-1.jpg");
}
.slider-2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-image: url("slider-2.jpg");
}

/* Legend */
.legend{
  border:500px solid transparent;
  border-left:800px solid rgba(52, 73, 94, .7);
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.slides .content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:auto;
}
.slides .content-txt{
	float: left;
	position: relative;
	top: 10%;
	left: 10%;
}
.slides .content-txt h1{
  font-size: 2.8rem;
	color: #EC7030;
	text-align: left;
	margin-left: 30px;
	font-weight: bold;
}
.slides .content-txt p{
  font-size:1rem;
  color:#fff;
  text-align:left;
  margin-left:30px;
  line-height: 1.2rem;
}
.slides .content-txt a {
	color: #fff;
	border-radius: 14px;
	font-size: 14px;
	padding: 7px 25px;
	text-decoration: none;
	font-weight: 600;
	margin-top: 19px;
	display: inline-block;
	margin-left: 30px;
	border: 2px solid #EC7030;
}
.slides .content-txt a:hover {
	text-decoration: none;
	color: #fff;
}

.slides .content-txt-home{
	float: left;
	position: relative;
	top: 10%;
	left: 10%;
}
.slides .content-txt-home h1{
  font-size: 4.5rem;
	color: #EC7030;
	text-align: left;
	margin-left: 30px;
	font-weight: bold;
}
.slides .content-txt-home p{
  font-size:2rem;
  color:#fff;
  text-align:left;
  margin-left:30px;
  line-height: 1.2rem;
}
.slides .content-txt-home a {
	color: #fff;
	border-radius: 14px;
	font-size: 22px;
	padding: 7px 25px;
	text-decoration: none;
	font-weight: 600;
	margin-top: 19px;
	display: inline-block;
	margin-left: 30px;
	border: 2px solid #EC7030;
}
.slides .content-txt-home a:hover {
	text-decoration: none;
	color: #fff;
}

@media (min-width: 1600px) {
	.slides .content-txt{
		top: 40%;
	}
}

@media (max-width: 768px) {
	.slides{
	  height:80%;
	}
	.slides .content-txt{
		position: relative;
		top: 10%;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.slides .content-txt h1{
	  font-size: 2rem;
		margin-left: 10px;
		text-align: center;
	}
	.slides .content-txt p{
	  font-size:1rem;
	  margin-left:10px;
	  line-height: .9rem;
	  text-align: center;
	}
	.slides .content-txt a {
		border-radius: 14px;
		font-size: 15px;
		padding: 6px 20px;
		margin-top: 10px;
		text-align: center;
		margin-left: 0;
	}
}

@media (min-width: 1600px) {
	.slides .content-txt-home{
		top: 40%;
	}
}

@media (max-width: 768px) {
	.slides{
	  height:80%;
	}
	.slides .content-txt-home{
		position: relative;
		top: 10%;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.slides .content-txt-home h1{
	  font-size: 2rem;
		margin-left: 10px;
		text-align: center;
	}
	.slides .content-txt-home p{
	  font-size:1rem;
	  margin-left:10px;
	  line-height: .9rem;
	  text-align: center;
	}
	.slides .content-txt-home a {
		border-radius: 14px;
		font-size: 15px;
		padding: 6px 20px;
		margin-top: 10px;
		text-align: center;
		margin-left: 0;
	}
}


/* Switch */
.slides .switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}
.slides .switch > ul{
  list-style:none;
}
.slides .switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.slides .switch ul{
  overflow:hidden;
}
.slides .on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    opacity: 0;
  }
  21%{
    opacity: 0;
  }
  25%{
    opacity: 0;
  }
  46%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  71%{
    opacity: 1;
  }
  75%{
    opacity: 1;
  }
  96%{
    opacity: 1;
  }
}

@keyframes slide{
  0%,100%{
    opacity: 0;
  }
  21%{
    opacity: 0;
  }
  25%{
    opacity: 0;
  }
  46%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  71%{
    opacity: 1;
  }
  75%{
    opacity: 1;
  }
  96%{
    opacity: 1;
  }
}

/*  ACTUALIZANDO */

.actualizando-content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh; 
	background-image: url("slider-2.jpg");
	z-index: 1000;
	background-size: cover;
	text-align: center;
}
.actualizando-content img {
	margin-top: 25vh;
}
.actualizando-content span {
	color: #EC7030;
	font-size: 1.5rem;
	display: block;
	margin-top: 20px;
	font-weight: 600;
	padding: 0 10px;
}

/* QUIENES SOMOS */

.quienessomos {
	padding: 75px 35px 25px 35px;
	background-image: url("slider-1.jpg");
	background-size: cover;
}
.quienessomos h2 {
	font-size: 3rem;
	color: #EC7030;
	font-weight: 600;
}
.quienessomos span {
	display: block;
	font-size: 22px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600;
}
.quienessomos p {
	max-width: 600px;
	color: #fff;
	font-size: 16px;
}
.quienessomos .caret-down {
	display: block;
	margin: 0 auto;
	margin-top: 70px;
	width: 40px;
}

.content-qs {
	background-color: #f1f1f1;
	padding: 40px 20px;
}
.content-qs h3 {
	text-align: center;
	font-size: 28px;
	color: #EC7030;
	margin-bottom: 25px;
}
.content-qs .separador {
	width: 125px;
	height: 5px;
	margin: 0 auto 50px auto;
	border-radius: 5px;
	background-color: #888;
}

.qs-block {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.qs-block p, .qs-block li {
	font-size: 14px;
}
.qs-block .image-qs {
	width: 70px;
	display: inline-block;
	margin-right: 20px;
	float: left;
}
.qs-block .image-qs img {
	width: 70px;
}

.qs-block .titulo-qs {
	display: inline-block;
	width: calc(100% - 95px);
	align-items: top;
	color: #EC7030;
	margin-bottom: 40px;
}
.qs-block .titulo-qs p {
	margin-bottom: 0;
}

.qs-block .textos-qs ul {
	padding-left: 14px;
}
.qs-block .textos-qs p {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.quienessomos {
		padding-top: 25px;
	}
	.quienessomos h2 {
		font-size: 2rem
	}
	.quienessomos span {
		font-size: 16px
	}
	.quienessomos p {
		font-size: 14px;
	}
	.content-qs h3 {
		font-size: 22px;
	}
}
