a.yllw, a.susa {
	color: #ffff00;
	text-shadow: 0 0 0 rgba(0,0,0,0.0);
}
a.yllw:hover, a.susa:hover {
	color: #EFD307;
	text-shadow: 0 0 0 rgba(0,0,0,0.0);
}
header {
	background: url('../images/102.webp?v=1.01') repeat top center;
	background-size: cover;
	padding: 40px 20px 20px;
}
header div {
	text-align: center;
}
.header-container {
	display: flex;
	align-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-container > div {
	flex: 1;
}
.header-container div:nth-of-type(2) {
	flex: 2;
}
div.top-container {
	background-color: rgba(255,255,255,0.5);
	border-radius: 15px;
	padding: 15px 10px;
}
div.top-container h3, div.top-container h4 {
	color: #222222;
	line-height: 120%;
	text-shadow: 2px 1px 1px rgba(255,255,255,0.7);
}
div.top-container h4 {
	padding-top: 10px;
}
a.top-phone {
	color: #fa1e30;
	font-weight: 700;
}
a.top-phone:hover {
	color: #c80414;
	font-weight: 700;
}
.cryptedmail:after {
	content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}
.header-container p {
	line-height: 1.5;
	padding: 0;
}
.wrapper {
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}
.content-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
	gap: 20px;
}
.content-container .content-left {
	flex: 2.5;
}
.content-container .content-right {
	flex: 1.2;
}
.body-content {
	background-color: #f9f9f9;
	padding: 25px;
}
.slideshow {
	line-height: 0;
	padding: 10px 0;
}
.billboard {
	position: absolute;
	bottom: 30px;
	background-color: rgba(0,0,0,0.4);
	color: #ffffff;
	font-size: 0.8em;
	padding: 20px 5px 20px 10px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
	width: 100%;
}
.swiper-slide img {
	width: 100%;
}
.repairs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.repairs > div {
	padding: 0 20px;
}
.co-info {
	padding: 40px 0;
	text-align: center;
}
.note {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 1.2;
	padding: 0;
	text-align: center;
}
.service ul {
	margin-left: 20px;
}
.content-right .court {
	background: linear-gradient(to bottom, #39A3F3 0%, #1E83CA 100%);
	border-radius: 10px;
	color: #ffffff;
	margin-bottom: 20px;
	padding: 20px 10px;
	text-align: center;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}
.content-right .court p:last-child {
	padding: 0;
}
.content-right .court ul {
	list-style-type: none;
}
.content-right .address p:last-child {
	padding-bottom: 0;
}
.puntos {
	padding: 20px 0;
}
.puntos .grid-dos {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-items: center;
}
/*** SOCIAL ***/
.soc {
	text-align: center;
	padding: 20px 0;
}
.soc h3 {
	padding-bottom: 10px;
}
.soc-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: flex-start;
}
.soc-container > div {
	padding: 0 10px;
}
.specialize h3 {
	color: #ffffff;
	padding-bottom: 10px;
}
.specialize ul {
	list-style-image: url('../images/check.png');
	margin-left: 30px;
}
.specialize li {
	line-height: 1.5;
}
.call-us {
	text-align: center;
	padding: 40px 0;
}
.call-no {
	font-size: 1.5em;
}
.btn-container {
	margin: 20px;
	text-align: center;
}
.btn {
	background-color: #333333;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 4px 4px rgba(0,0,0,0.3);
	color: #ffffff !important;
	display: inline;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.btn:hover {
	color: #ffff00 !important;
	background-color: #222222;
	box-shadow: 0 4px 4px rgba(0,0,0,0.0);
}
/*** FOOTER ***/
footer {
	background-color: rgba(0,0,0,0.4);
	margin-top: 20px;
	padding: 40px 20px;
}
.footer-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	justify-content: center;
	justify-items: center;
}
.footer-container > div {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
.footer-container p {
	line-height: 1.8;
	padding: 0;
}
