.container {
    padding-right: 0px!important;
    padding-left: 0px!important;
}

.smallLabel{
	font-size: 1.6rem;
}
.redIcon img {
	width: 1.5em;
	border: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.introConsejeria {
    padding: 20px 0 20px 0!important;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.introConsejeria div.col {
	padding:0;
}
.imgConsejeria{
	border-radius: 10px;
	height: auto;
	max-width: 100%;
}

/*--Seccion información consejería--*/
.quienesSomos {
	list-style:none!important;
    background-color: #f7f9fb;
}
.quienesSomos a {
	text-align: left;
	font-family: Open Sans;
	font-size: 1em;
	color:#1F487E!important;
	line-height: 2;
}

/*--Seccion contacta--*/
.contacta {
	margin-left:0.725rem;
	background-color:#f7f9fb;
	padding:1rem;
}
.datosContacto {
	left: 0;
	top: 0;
	display: flex;
	flex-direction:column;
	justify-content: flex-end;
}
#correo,
#telefono,
#direccion,
.redes,#redesSociales li {
    text-align: left;
    font-family: Open Sans;
    font-weight: bold;
    font-size: 1em;
    color: #1D1D1B;
}
.datosContacto> .mediumButton {
	width: fit-content;
}

/*--Seccion redes--*/
.redes ul {
	padding: 0;
}
.redes{

	left: 1110.816px;
	top: 131px;
	overflow: visible;
}
.redes ul{
	list-style: none;
	display:flex;
}
.redes ul li{
	padding-left:0;
}
.redes a > span {
	display: none;
}

/*--Oficinas--*/
.buttonContainer {
	padding: 0rem 2rem 0 2rem;
}
.buttonContainer div.oficinas{
	display:flex;
}
.buttonContainer ul{
	padding: 10px 0 10px 0;
	list-style: none!important;
}
.buttonContainer ul li:nth-child(n+1) {
	margin-left:1rem;
}
.buttonList ul{
	display: flex;
	flex-direction:row;
	justify-content:space-around;
	flex-wrap:wrap;
	list-style: none;
	padding:0;
}
.colEnlaces {
	background-color: #f7f9fb;
	padding:0.5rem 0 0 0;
}

.newsletter-section {
	background-color: #fff;
}

/*--Acreditaciones--*/

.sectionAcreditaciones {
	padding: 1rem 2rem 2rem 2rem;
    margin: 0px 2rem 0px 2rem;
}
.sectionAcreditaciones div{
	padding-top:1rem;
	display:flex;
}
.sectionAcreditaciones ul {
	list-style: none;
	padding:0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap:wrap;
}
.sectionAcreditaciones ul li:nth-child(n+1) {
	margin-left:0.625rem;
}
a.buttonAcreditacion:hover{
	background-color: #264c80!important;
	color: white!important;
}

/* Oficinas / Acreditaciones responsive */

.infoSectionResp {
	width:100%!important;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.introConsejeriaResponsive .card-header {
    background-color: #154481!important;
	color:#ffff;
}

.card-header:first-child {
    border-radius: 0!important;
}
.contentCollapsed {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
    height:auto;
	line-height:1.8;
	font-size:1rem!important;
}
.contentCollapsed ul {
    list-style: none;
}

.redes {
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
}
.showContent {
	display:none;
}

@media screen and (max-width: 1220px) { 

	.sectionOficinas div.oficinas{
		width: 50%!important;
	}
}

@media screen and (max-width: 991.98px) {
	
	.showContent {
		display: flex;
	}
	.hideContent {
		display:none;
	}
	.contacta {
		display:none;
	}
	.introConsejeriaResponsive>h5 {
		font-size: 1rem!important;
	}
	.contentCollapsed {
  	align-items: unset!important;;
	}
}
@media screen and (max-width: 575.98px) {
	.buttonList ul{
		display: flex;
		flex-direction:column;
	}
	h5{
		font-size:1rem;
	}

}