@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


pie_pagina {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f8f9fa;
	border-top: thin;
	border-top-style: solid;
	border-top-color: #e65742;
	margin-top: 35px;
}

.logo_footer2023 {
	width: 100%;
  	max-width: 60px;
  	height: auto;
	margin-left: 10px;
}
.pieTxt{
	font-family: "Quicksand", sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#e65742;
	margin-left: 10px;
	margin-top: 1px;
}
.pieSubTxt{
	font-family: "Quicksand", sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#e65742;
	margin-left: 12px;
	margin-top: -20px;
}
.pieNosotros{
	font-family: "Quicksand", sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height: 1.1;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	text-align: left;
}

.tituloOficina{
	font-family: "Quicksand", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #e65742;
	margin-top: -5px;
	&:hover{
		color: #333;
	}
}
.txtOficina{
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin: 5px 5px -2px 5px;
	text-align: left;
}
.agendaCita{
	font-family: "Quicksand", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color:#333;
	&:hover{
		color: #e65742;
	}
}
.divUbicacion{
	margin-bottom: 15px;
	text-align: left;
}
.btnUbicacion{
	font-size: 9px;
	border-color: #333;
	color: #333;
	background-color: transparent;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
	&:hover{
		background-color: #e65742;
		border-color: #e65742;
		color: #fff;
	}
}

.txtHorario{
	font-family: "Quicksand", sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #333;
}

.txtCondiciones{
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.logoSSL{
	text-align: center;
}

.logoImagenes{
	text-align: center;
	margin-top: 20px;
}

.divCopyright{
	font-family: "Quicksand", sans-serif;
	background-color: #FAE3E0;
	padding: 2px;
}

.txtCopyright{
	font-family: "Quicksand", sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FAE3E0;
	color:#333;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0px;
}

.txtCopyright1{
	font-family: "Quicksand", sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #333;
	line-height: 1;
	padding-left: 5%;
	padding-right: 5%;
}

.imgSocial{
	margin-top: 10px;
	width: 7%;
	height: auto;
}

	.footer-column {
		flex-basis: 25%;
		padding: 20px;
		box-sizing: border-box;
	}

	.footer-column h3 {
		font-size: 1.2em;
		margin-bottom: 25px;
		text-align: center;
	}

	.footer-column img {
		display: inline-block;
		margin-right: 10px;		
	}

	.footer-column ul {
		list-style-type: none;
		padding: 0;
	}

	.footer-column ul li {
		display: inline-block;
  		margin-right: 10px;
		margin-bottom: 5px;
	}

	.footer-column ul li a {
		text-decoration: none;
		color: #333;
	}

	/* Estilos para hacerlo responsive */
	@media (max-width: 768px) {
		.footer-column {
			flex-basis: 100%;
		}
	}