@font-face{
    font-family: 'DIN-Bold';
    src: url('./fonts/DINNextRoundedLTPro-Bold.otf') format('opentype');
}
@font-face{
    font-family: 'DIN-ExtraBold';
    src: url('./fonts/DINNextRoundedLTPro-Extra Bold.otf') format('opentype');
}
@font-face{
    font-family: 'DIN-Light';
    src: url('./fonts/DINNextRoundedLTPro-Light.otf') format('opentype');
}
@font-face{
    font-family: 'DIN-Medium';
    src: url('./fonts/DINNextRoundedLTPro-Medium.otf') format('opentype');
}
@font-face{
    font-family: 'DIN-Regular';
    src: url('./fonts/DINNextRoundedLTPro-Regular.otf') format('opentype');
}
*{
	font-family: 'DIN-Regular', 'sans-serif';
	color: #454346;
}
body{
	display: flex;
	flex-wrap: wrap;
}
header{
	align-self: flex-start;
	width: 100%;
}
header .btn:focus {
	box-shadow: none;
}
button{
	word-break: normal;
}
.bold{
	font-weight: bolder;
}
.dropdown-menu{
	min-width: 10rem;
}

.dropdown-menu img {
    width: 1.7rem;
}
.dropdown-item {
    padding: 0rem 1.5rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #454346;
    text-decoration: none;
    background-color: transparent;
    opacity: 0.9;
}
.dropdown-item,
.btn{
	color: #454346;
}

.dropdown-toggle::after {
    display: none;
}

.flecha{
    display: inline-block;
    margin-left: 1em;
    margin-top: 1em;
    vertical-align: text-bottom;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.fixed{
	position: fixed;
}

main.fixed{
	top: 211px;
}

header.fixed{
	z-index: 100;
}

footer{
	align-self: flex-end;
	width: 100%;
	background-color: #414042;
    border-bottom: 1px solid #414042;
    margin-bottom: 0px;
    padding: 1% 1%;
}
main{
	width: 100%;
}
main .row{
	margin: 0;
}

a{
	text-decoration: none !important;
}
.link{
	color: #0000a0; /*AZUL LINK*/
	text-decoration: underline !important;
	font-family: 'DIN-Medium' !important;
	cursor: pointer;
}
.link:hover,
.link:focus{
	color: #0000a0; /*AZUL LINK*/
}

.header-uno{
	background-color: #009aae;  /*verde provincia*/
	height: 103px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0 2%;
}

.header-uno a{
	/*width: 100%;*/
	text-align: center;
}

.header-uno .logo-gba{
	text-align: center;
}
.user-logged-in,
.user-logged-in:hover{
	color: #454346;
	text-decoration: none;
}

.header-dos{
	background-color: #414042;
	height: 108px;
	justify-content: center;
}
.title-header{
	color: #fff;
	text-shadow: 3px 3px 4px #202020;
	font-size: 30px;
	text-align: center;
}
.img-logo,
.img-iso{
	width: 8rem;
}
.item-fondo{
	background-color: #E0E0E0;
	margin: 1% 0 2% 0;
}

#datos-editables .form-control,
#ddjj-page .form-control,
#lost-page .form-control{
	border: none;
	border-radius: 0;
}
#datos-editables .form-control{
	height: calc(2rem + 2px);
}

#datos-editables .form-control:focus,
#ddjj-page .form-control:focus,
#lost-page .form-control:focus{
	outline: none;
	box-shadow: none;
}

.breadcrumbs{
	margin: 2%;

}
.breadcrumbs a,
.breadcrumbs i{
	color: #454346;
}

.breadcrumbs i{
	font-size: 26px;
	margin: 0 1.5%;
}

.breadcrumbs-active{
	font-weight: bold;
}

.green,
.green:hover,
.green:focus{
	color: #009aae !important;
}

.title{
	color: #414042 !important;
}

.error ul li,
.error p,
.error{
	color: #B20900 !important; /*ROJO ERROR*/
}

.error ul{
	list-style: none;
	line-height: 2;
	margin-left: -40px;
}

.btn{
	font-family: 'DIN-Medium' !important; 
	word-break: normal !important;
}
.btn-cancel{
	background: #B20900 !important; /*ROJO ERROR*/
	color: #fff;
}

.btn-save{
	background: #009aae !important;
	color: #414042; /*GRIS OSCURO*/
}

.btn-cancel i,
.btn-save i{
	font-size: 1.3rem;
	padding-right: 1rem;
	color: #fff;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-save:hover,
.btn-save:focus,
.btn-green:hover,
.btn-green:focus{
	opacity: 0.8;
	text-decoration: none;
}

.btn-cancel:hover,
.btn-cancel:focus{
	color: #fff;
}

.btn-save:hover,
.btn-save:focus,
.btn-green:hover,
.btn-green:focus{
	color: #414042; /*GRIS OSCURO*/
}


/******* footer *************/
footer p a,
footer p,
footer h5{
	color: #fff;
}
footer p{
	font-size: 12px;
	line-height: 1;
}
footer .row{
	padding: 2% 2% 2% 7%;
}
footer a:hover{
	color: #fff;
}
.logo-footer{
	width: 65%;
}
.redes-sociales{
	margin-top: 7%;
}
.redes-sociales .fa-twitter,
.redes-sociales .fa-facebook-f{
	font-size: 30px;
	color: #fff;
	padding-right: 7%;
}
.redes-sociales-title{
	font-weight: bold;
}
/******** end footer ********/

/******** inicio ************/
#start-page .container-nueva-solicitud{
	margin-bottom: 5%;
}
.container-nueva-solicitud{
	border-radius: 7px;
	border: 1px #DCDCDC solid;
	box-shadow: 0px 3px 4px #afafaf;
	padding: 2% 10%;
	text-align: center;
}

.container-nueva-solicitud p{
	font-size: 30px;
    line-height: 1.2;
    margin-top: 5%;
}
a.container-nueva-solicitud{
	color: #454346;
	text-decoration: none;
}

.container-nueva-solicitud:hover{
	background-color: #009aae;
	color: #fff;
}
.icon-ir-a-pagar{
	width: 2.5rem;
}
/************ end inicio ***********/

.title-inicio-solicitud,
.title-inicio-movimientos,
.title-new-declaration,
.title-rpp-detail{
	font-size: 35px;
	text-align: center;
	border-bottom: 2px #E0E0E0 solid;
}
.title-inicio-movimientos,
.title-rpp-detail{
	margin-top: 4%;
}
.texto-pie{
	line-height: 0.3;
	margin-top: 1%;
}
.fa-print,
.fa-arrow-circle-down{
	font-size: 23px;
}
.material-icons{
	vertical-align: middle;
}

/*Desplazamiento labels pantalla MIS DATOS*/
.icon-gris{
	color: #fff;
	background-color: #414042;
	border-radius: 50%;
	padding: 5px;
	font-size: 1.4rem;
}

#box-certificates .icon-gris{
	padding: 7px;
	font-size: 2rem;
}
.color-grey{
	color: #747375;
}

.color-red{
	color: #B20900;
}

.color-white,
a.color-white:hover,
a.color-white:focus{
	color: #fff;
	text-decoration: none;
}

.color-defualt,
a.color-defualt:hover,
a.color-defualt:focus{
	color: #454346;
}
#datos-editables .form-group,
#ddjj-page .form-group,
#lost-page .form-group {
  position: relative;
  margin-top: 1.5rem;
}

#ddjj-page .form-group,
#lost-page .form-group{
	margin-bottom: 3rem !important;
}

#datos-editables .form-group label,
#ddjj-page .form-group label{
  position: absolute;
  top: 0;
  padding: 4px 0;
  font-size: 1rem;
  transition: all 200ms;
}
#lost-page .form-group label{
	transition: all 200ms;
}
#datos-editables .form-control:focus + label,
#ddjj-page .form-control:focus + label,
#lost-page .form-control:focus + label{
	font-size: 100%;
	transform: translate3d(0, -90%, 0);
	opacity: 1;
}
#datos-editables .filled-inputs label{
	font-size: 100%;
}
#datos-editables .filled-inputs label{
  	transform: translate3d(0, -90%, 0);
  	opacity: 1;
}
#start-page{
	margin-bottom: 3%;
}
#start-page,
#ddjj-page,
#lost-page{
	margin-left: 2%;
}
#ddjj-page .col-no-padding,
#lost-page .col-no-padding{
	padding-left: 0;
}
.btn-continue{
	color: #414042; /*GRIS OSCURO*/
    background-color: #009aae; /*VERDE*/
    margin-bottom: 3%;
}
.text-ante{
	font-size: 20px;
}
.btn-confirmar{
	color: #fff;
    background-color: #414042; /*GRIS OSCURO*/
    margin-bottom: 3%;
}
.btn-confirmar:hover{
	color: #fff;
	opacity: 0.8;
}
.btn-continue:hover{
	color: #414042; /*GRIS OSCURO*/
	opacity: 0.8;
}

.btn-green,
.btn-green-pay{
	background-color: #009aae !important;
	border: 1px solid #009aae;
}

.btn-green-pay{
	color: #414042 !important;
	display: flex;
	justify-content: center;
	padding: 1% 0;
	width: 100%;
    cursor: pointer;
}
.btn-green{
	color: #414042 !important;
	display: flex;
	justify-content: center;
	padding: 3% 0;
}

#payments .col-md-2,
#payments .col-md-3{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#payments .background-gray{
	color: #fff;
	background: #757575;
}

#payments .payment-methods{
	display: none;
}

#payments .successful-icon .material-icons{
	font-size: 3rem;
	margin: 1rem 0;
}

#payments .successful-message p{
	margin-left: 2rem;
	margin-right: 2rem;
}

/* MENU RESPONSIVE */
.sidenav {
    height: auto;
    width: 70%;
    position: fixed;
    z-index: 100;
    top: 0;
    right: -70%;
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s;
    height: auto;
    overflow: auto;
    max-height: 100%;
}
.sidenav .closebtn i{
    font-size: 35px;
	color: #757575;
}
a svg{
  transition:all .5s ease;
}
.item-first{
	height: 103px;
}
#ico{
  display: none;
}
.menu{
	background-color: #fff;
}
.menu a{
	font-size: 18px !important;
}
.menu a,
.menu i{
	color: #454346;
}
.menu .nav-link{
	padding: 1rem 2rem;
}
.item-fondo i{
	color: #454346;
}

#sideNavigation li:nth-child(2) .material-icons{
    font-size: 1.8rem;
    vertical-align: text-bottom;
}
.item-fondo{
	margin: 0;
}
.img-logout{
	width: 2rem;
    margin-left: 2rem;
    padding-right: 3%;
}
.popover{
	background-color: #757575;
}
div.arrow:after{
	border-top-color: #757575 !important;
}
.popover-body {
	color: #fff;
}
.box-green{
	background-color: #009aae;
}
/*FIN MENU RESPONSIVE*/
.payment-form {
	text-align: right;
    margin-top: 10px;
    padding-right: 1em;
}

#item-help{
	cursor: pointer;
}

#help .modal-header,
#help-rpp .modal-header{
	justify-content: center;
}
#help .modal-footer,
#help-rpp .modal-footer{
	justify-content: center;
}
#help .modal-footer .btn-continue,
#help-rpp .modal-footer .btn-continue{
	margin-bottom: 0;
}
.modal{
	height: auto !important;
}
#help a.close-modal,
#help-rpp a.close-modal{
	top: 0px !important;
    right: 0px !important;
    margin: 2%;
    width: 25px !important;
    height: 25px !important;
    background-image: url("/images/round-close-24px.svg") !important;
}
.icon-help,
.icon-help-mobile{
	width: 2rem;
}
.icon-help{
	display: none;
}
.icon-help-mobile{
	display: inline-block;
}
.opacity-disabled{
	opacity: 1;
}
.opacity-enabled{
	opacity: 0.5;
}

#ir-a-pagar .btn{
	padding: 0;
}

#ir-a-pagar .btn:focus{
	box-shadow: none;
}

#ir-a-pagar{
	display: inline-block;
}
.collapsed i{
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.btn i {
	display: none;
}

@media (min-width: 340px ){
	.btn i {
		display: inline-block;
	}
}
@media (min-width: 768px){
	#mis-datos #verificacion{
		order: 2;
	}

	.icon-help-mobile{
		display: none;
	}
	.icon-help{
		display: inline-block;
	}
	h1.title{
		text-align: left !important;
	}
	.menu{
		padding: 1%;
		padding-top: 4%;
	}
	.menu{
		background-color: #757575;
	}
	.menu a,
	.menu span,
	.menu i{
		color: #fff;
	}
	.menu strong{
		cursor: pointer;
	}
	.menu .nav-link{
		padding: 0.7rem 1rem;
	}
	.menu a{
		font-size: 16px !important;
	}
	.item-fondo{
		background-color: dimgray;
		margin: 1% 0 2% 0;
	}
	.header-dos{
		justify-content: left;
	}
	.title-header{
		margin-left: 3%;
		font-size: 40px;
		text-align: left;
	}

	.header-uno .logo-gba {
    	text-align: left;
	}

	#payments .payment-methods{
		display: flex;
	}

	#payments {
		margin: 1rem;
	}

	.successful-message{
		margin-bottom: 4rem ;
	}

	#payments h1{
		text-align: left !important;
	}

	#payments .successful-icon{
		display: none;
	}

	#payments .successful-message p{
		font-size: 1.1rem;
		margin-left: 0;
		margin-right: 0;
	}


	/******** inicio ************/
	.title-inicio-solicitud,
	.title-inicio-movimientos,
	.title-new-declaration{
		font-size: 35px;
		text-align: inherit;
	}
	#start-page .container-nueva-solicitud{
		margin-bottom: 0%;
		margin-right: 3%;
	}

	.title-rpp-detail{
		margin-top: 2%;
	}
	.container-nueva-solicitud{
		padding: 2% 3%;
	}

	.container-nueva-solicitud p{
		font-size: 22px;
	}
	/***** fin inicio *****/

	.table-certificates{
		padding: 2%;
		margin-bottom: 2%;
		margin-top: 2%;
		border: 2px #DCDCDC solid;
		border-radius: 7px;
	}
	.table-certificates table{
		width: 98%;
		margin-left: 2%;
	}
	.table-certificates #green-border-tables{
		border-left: 5px solid #009aae;
	}
	.table-certificates thead th{
		padding-right: 1%;
    padding-left: 0%;
	}
	.table-certificates tr td{
		padding: 0.2rem;
		vertical-align: middle;
	}
	.table-certificates tr{
		border-bottom: 1px #DCDCDC solid;
	}

	.table-certificates tr td .material-icons{
		font-size: 1.1rem;
		margin-left: 3%;
	}

	#help .modal-body p,
	#help-rpp .modal-body p{
		padding: 0 5px;
	}
}

@media (min-width: 940px){
	.container-nueva-solicitud{
		padding: 2% 6%;
	}
}