@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;0,1000;1,300;1,400;1,500;1,600;1,700;1,800;1,1000&display=swap');

body {
 	font-family: 'Mulish', sans-serif !important;
 	box-sizing: border-box;
}

header {
	padding-top: 1rem;
}

.header-movil {
	display: block;
	padding-top: 8%;
	padding-bottom: 0;
}

.main-title {
	font-size: 5vw;
	font-weight: bold;
}

.header-desktop {
	display:none;	
}

.header-list-item-title {
	margin: 0 auto;
	font-size: 5.8vw;
	font-weight: bold;
	text-align: center;
	display: block;
}

.header-list-item-link {
	display: block;
	width: 40%;
	margin: 0 auto;
}

.header-logo {
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}

.header-img {
	background-image: url(img/ayuntamiento-valencia.jpg);
	background-position: 0 100%;
    background-size: cover;
	height: 100px;
}

.header-group-list-logo {
	display: block;
	width: 100%;
}
.data-group {	
	display: flex;
	flex-direction: column;
}

.data-item-title {
	width: 33%;
	font-size: 3.5vw !important;
	font-family: 'Mulish', sans-serif ;
	font-weight: bold;
}

.data-item {
	width: 67%;
	/* margin-left: 10px; */
	font-size: 3.5vw !important;
	font-family: 'Mulish', sans-serif ;
}

.container-pago {
	padding: 5% 7%;
}

.footer {
    background-color: #444;
	font-size: 0.8em;
	font-family: "latoregular","Trebuchet MS",Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 0.8;
    position: relative;
    margin-bottom: 1%;
    padding: 20px 0;
}

.img-footer {
	width: 70%;
	padding-left: 5px;
	margin-left: 5px;
}

.footer-item {		
	font-size: 3vw;
	display: block;
	padding-bottom: 8px;
}

.container-data {
	padding: 5% 3%;
}

.radio-buton-label {
	cursor: pointer;
	font-size: 3.5vw;
	font-family: 'Mulish', sans-serif !important;
}

.main-container {
	padding: 0 7% !important;
}


.data-sub-text {
	font-size: 2.3vw !important;
	font-weight: lighter;
	color: gray;	
}

.header-group-list {
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	display: flex;
}

.footer-container-img {
	height: 100%;
}

.footer-group-items {
	padding-right: 16px;
}

.btn-custom-yellow, 
.btn-custom-dark {
	font-size: 3.5vw !important;
    text-shadow: none !important;
    font-family: 'Mulish', sans-serif !important;
    box-shadow: none !important;
    padding: 0.5rem !important;
    transition: all 0.5s ease-out !important;
}

.btn-custom-yellow {
	background-color:  #ffc73f !important;
    background: #ffc73f !important;
    color: black !important;
    border: 1px solid #ffc73f !important;
}

.btn-custom-yellow:hover {
	background-color: #212529 !important;
	border: 1px solid #212529 !important;
	color: white !important;
}


.btn-custom-dark {
	background: #212529 !important;
    border: 1px solid #212529 !important;
    color: white !important;
}


.data-group-item {
	display: flex;
	margin-right: 40px;
	padding: 5px 0;
	width: 100%;
}

.data-group-radio {
	margin-bottom:0px;
	margin-left: 2%;
}

/* formulario */
.form-container {
	margin: 1em 0;	
}

.text-custom {
	font-size: 3.5vw !important;
	font-family: 'Mulish', sans-serif !important;
}

.panel-container {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.panel-wrapper {
	padding-top: 1rem;
	display: flex;
}

.panel-data {
	font-weight: bold;
	font-size: 3.2vw !important;
	font-family: 'Mulish', sans-serif !important;
}


.panel-data-input {
	width: 100%;
	text-transform: uppercase;
	font-size: 2.5vw !important;
	font-family: 'Mulish', sans-serif !important;
}

.ui-input-invalid {
	border: 2px solid red !important;
}

.data-basic-number {
	display: block;
	text-align: right;
}

.custom-celda > div > span {
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em; 
}
/* BotÃģn leer mÃĄs/ leer menos */
 .more-text {
    display: none;
}
.btn-read-more, .btn-read-more:hover {
	border: 0 !important;
    background-color: transparent !important;
    color: #0d6efd !important;
    cursor: pointer;
    font-weight: normal !important;
    padding: 0 !important;
}
 .btn-read-more:hover,  .btn-read-more:focus {
    box-shadow: none !important;
}
.btn-read-more > span {
	
    text-decoration: underline !important;
    padding: 1% 0 !important;
    text-shadow: none !important;
}


.dialogo{
	minHeight: 400px !important;
	maxWidth: 55% !important;
	width: 55% !important;
	top: 7% !important;
	}
}

/* Sobreescibiendo clases de primefaces */

.required-input {
	border-left: solid !important;
    border-left-color: #CB010E !important;
}

.required-input-upper {
    border-left: solid !important;
    border-left-color: #CB010E !important;
    text-transform: uppercase;
}

.ui-icon-bullet {
    position: relative;
    top: -1px;
    left: -1px;
}
.input-text-custom {
	font-weight: 600!important;
	font-size: 3.7vw !important;
	font-family: 'Mulish', sans-serif !important;
}

/* Sobreescribiendo clases de bootstrap */

.link-primary-custom {
	font-size: 3.5vw !important;
	color: #0d6efd !important;
}
.p-select-custom {
	padding: 0.3rem;
}

/* Media query */


@media screen and (min-width: 480px) {
	
	.header-list-item-title {
		font-size: 4.5vw;
	}
	
	.footer-item {
		font-size: 2vw;
	}
	
	.text-custom,
	.panel-data,
	.btn-custom-yellow,
	.btn-custom-dark,
	.link-primary-custom , .panel-data-input, .input-text-custom {
	   	font-size: 1rem !important;
	}
	.p-select-custom {
		padding: 0.25rem;
	}
	
	.dialogo{
	    minHeight: 400px;
		maxWidth: 85% !important;
		width: 85% !important;
		top: 35% !important;
	}	
	
}


@media screen and (min-width: 768px) {
	
	.radio-buton-label,
	.data-item-title,
	.data-item,
	.link-primary-custom {
		font-size: 2vw !important;
	}
	
	.main-title {
		font-size: 3vw ;
	}
	
	.header-list-item-title {
	    padding: 15px 0;
	    font-size: 3.5vw;
	}
	
	.footer-item {
    	font-size: 1.5vw;
    }
    .data-sub-text {
    	font-size: 1.5vw !important;
    }
    
    .header-list-item-link {
	    width: 30%;
    }
    
    .text-custom,
    .panel-data,
    .panel-data-input,
    .btn-custom-yellow,
    .btn-custom-dark ,.input-text-custom {
    	font-size: 2vw !important;
     }
     
     .p-select-custom {
		padding: 0.3rem;
	}
	
	.dialogo{
		minHeight: 400px;
		maxWidth: 85% !important;
		width: 85% !important;
		top: 15% !important;
	}		
     
}


@media screen and (min-width: 992px) {
	.text-custom,
	.panel-data,
	.btn-custom-yellow,
	.btn-custom-dark,
	.link-primary-custom , .panel-data-input, .input-text-custom {
	   	font-size: 0.8rem !important;
	}
	
	
	header {
		padding-top: 2em;
	}
	
	.header-movil {
		display: none;
	}
	
	.main-title {
		font-size: 1.4em;
	}
	
	.header-desktop {
		display: flex;
		align-items: center;
	}
	
	.header-list-item-title {
		font-size: 1.3em;
	    margin-left: 65px;
	}
	
	.header-logo {
    	margin: 0;
	}
	
	.header-img {
		height: 120px;
	}
	
	.data-group {
		flex-direction: row;
	}
	
	.data-item {
		margin-left: 25px;
		width: auto;
		font-size: 1em !important;
	}
	
	.data-item-title {
		width: initial;
		font-size: 1em !important;
	}
	
	.container-pago {
		padding: 60px 50px 10px 50px;
	}
	
	.img-footer {
		width: 30%;
	}
	
	.footer-item {
		font-size: 13px;
	}
	
	.container-data {
		padding: 1% 4%;
	}
	
	.data-sub-text {
		font-size: 12px !important;
	}
	
	.btn-custom-yellow, 
	.btn-custom-dark  {
		padding: 0.2rem !important;
	}
	
	.header-group-list-logo {
		display: inherit;
	    width: inherit;
	    flex: 0 0 150px;
	}
	
	.header-list-item-link {
		width: 100%;
		margin: inherit;
	}
	
	.footer {
		padding: 5px 0;
	}
	
	.radio-buton-label {
		font-size: 1em !important;
	}
	.data-group-radio {
		margin-left:20px;
	}	
	
	
	.panel-data-input {
		font-size: 0.6rem !important;
		padding: 2px !important;
	} 
     
    .panel-container {
		margin-left: 3rem;
	}
	
	
	.custom-celda > div > .text-custom {
		font-size: 0.65rem !important
	}
	
	
	.document-viewer-container {
		margin: 0 2vw;
	}
	
	.ui-inputfield{
		font-size: 0.7em !important;
	}
	

	.custom-celda > div > span {
		display: inline-block;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.center-items {
		display: flex;
		align-items: center;
	}
	
	
	.text-label-input {
		font-size: 0.9rem !important;
	}
	
	 .p-select-custom {
		padding: 0.2rem;
	}
	
	/* Panel pago */
	.panel-wrapper-portal-pago {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}	
	.panel-pago-data {
		display: flex;
    	align-items: baseline;
    	width: 33% !important;
	}
	.panel-pago-data > label {
		display: inline-block;
		width: 50%;
		padding-right: 10px;
	}
	
	.dialogo{
		minHeight: 400px;
		maxWidth: 85% !important;
		width: 85% !important;
		top: 15% !important;
	}	
	
}
@media screen and (min-width: 1200px) {
	
	.custom-celda > div > .text-custom {
		font-size: 0.8rem !important;
	}
	
	.text-custom,
	.panel-data,
	.btn-custom-yellow,
	.btn-custom-dark,
	.link-primary-custom, .input-text-custom {
	   	font-size: 0.9rem !important;
	}

	.dialogo{
		minHeight: 400px;
		maxWidth: 85% !important;
		width: 85% !important;
		top: 5% !important;
	}		
	
}

@media screen and (min-width: 1400px) { 
	
	.center-items {
		display: initial;
	}
	
	.dialogo{
		minHeight: 400px;
		maxWidth: 55% !important;
		width: 55% !important;
		top: 7% !important;
	}	
}


@keyframes open {
	0% {
	    opacity: 0;
	    transform: translateY(-10px);
	}
	100% {
	    opacity: 1;
	    transform: translateY(0);
	}
}