* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

html {
	font-size: 62.5%;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../webfonts/OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../webfonts/OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../webfonts/OpenSans-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

body {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	color: #47484a;
	font-weight: 400;
	margin: 0;
}

header {
	position: fixed;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 1;
	z-index: 10;
	top: 0;
	background-color: #fff;
	box-shadow: #ccc 0 0 10px 0;
	border-radius: 0 0 10px 10px;
}

.cuerpoHeader {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	padding: 0.5rem 0;
}

.cuerpoHeader a.logoMutua {
	padding: 0.865rem 0;
	max-width: 43px;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}

.smileBigTitle {
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	padding-bottom: 2.6rem;
	margin: 0 0 2.6rem 0;
	position: relative;
}

.smileBigTitle:after {
	background: url(../img/404/smileFatBlue.svg) no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background-size: 5.5rem;
	position: absolute;
	content: "";
	height: 2.1rem;
	width: 5.5rem;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}

h3 {
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	padding-bottom: 2.5rem;
	margin: 0;
}

.container {
	margin-top: 10rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
}

.img-404 {
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
	padding-bottom: 4rem;
}

p {
	font-size: 1.6rem;
	text-align: center;
	margin: 0 0 2rem 0;
}

.precio-online {
	font-weight: 600;
}

.bg-phone {
	background-color: #EFF1F4;
	padding: 2.8rem 0;
	margin: 2rem 0 4rem 0;
}

.bg-phone p{
	margin-bottom: 0;
	font-size: 2rem;
}

.contactPhone {
	color: #f118a7;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	font-weight: 600;
}

.contactPhone:hover {
	text-decoration: none;
	color: #cc0c8a;
}

.contact-details {
	display: flex;
	flex-wrap: wrap;
	max-width: 1440px;
	margin: 0 auto;
}

.intro-text {
	flex-basis: 100%;
	text-align: center;
	font-weight: bold;
}

.service {
	flex: 1;
	padding: 1rem;
}

.service p{
	text-align: left;
	font-size: 1.5rem;
	margin-bottom: 1.2rem;
}

.service h4 {
	font-size: 1.8rem;
	display: flex;
	align-items: center;
	margin: 1.2rem 0;
}

.service h4>img {
	padding-right: 1rem;
	width: 5rem;
}

.service a {
	color: #47484A;
	font-size: 1.8rem;
	text-decoration: none;
}

.service .schedule {
	color: #2A9DDE;
	font-weight: 600;
	margin-top: 1.2rem;
	display: flex;
	align-items: center;
}

.service .schedule>img{
	width: 3.5rem;
}

.modBreadcrumbs {
	font-weight: bold;
	font-size: 1.3rem;
	margin-top: 2rem;
	width: 100%;
}

.breadCrumbsInfo {
	text-transform: uppercase;
}

.faqsEstaticas a {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}

ul li {
	padding: 0 0 0.5rem 1.4rem;
	font-size: 1em;
	position: relative;
}

.breadCrumbsContainer {
	padding: 0 2rem;
}

.breadCrumbsList {
	list-style-type: none;
	display: inline-block;
	padding-left: 0;
}

.modBreadcrumbs ul li:before {
	content: " ";
	display: inline-block;
	height: 1.1rem;
	width: 0.1rem;
	background-color: rgba(0, 0, 0, 0.2);
	margin-right: 0.5rem;
	position: relative;
}

.modBreadcrumbs ul li {
	display: inline;
	padding-left: 0.5rem;
	padding-bottom: 0;
	color: #47484a;
}

.modBreadcrumbs ul li:last-child {
	font-weight: 400;
}

@media (max-width: 768px) {
	.contact-details {
		flex-direction: column;
		align-items: center;
	}
}
