@font-face {
	font-family: "Montserrat-Black";
	src: url("/assets/fonts/Montserrat-Black.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-BlackItalic";
	src: url("/assets/fonts/Montserrat-BlackItalic.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-Bold";
	src: url("/assets/fonts/Montserrat-Bold.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-BoldItalic";
	src: url("/assets/fonts/Montserrat-BoldItalic.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-ExtraBold";
	src: url("/assets/fonts/Montserrat-ExtraBold.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-ExtraBoldItalic";
	src: url("/assets/fonts/Montserrat-ExtraBoldItalic.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-ExtraLight";
	src: url("/assets/fonts/Montserrat-ExtraLight.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-ExtraLightItalic";
	src: url("/assets/fonts/Montserrat-ExtraLightItalic.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-Italic";
	src: url("/assets/fonts/Montserrat-Italic.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-Light";
	src: url("/assets/fonts/Montserrat-Light.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-LightItalic";
	src: url("/assets/fonts/Montserrat-LightItalic.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-Medium";
	src: url("/assets/fonts/Montserrat-Medium.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-MediumItalic";
	src: url("/assets/fonts/Montserrat-MediumItalic.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-Regular";
	src: url("/assets/fonts/Montserrat-Regular.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-SemiBold";
	src: url("/assets/fonts/Montserrat-SemiBold.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-SemiBoldItalic";
	src: url("/assets/fonts/Montserrat-SemiBoldItalic.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-Thin";
	src: url("/assets/fonts/Montserrat-Thin.ttf") format('TrueType');
} @font-face {
	font-family: "Montserrat-ThinItalic";
	src: url("/assets/fonts/Montserrat-ThinItalic.ttf") format('TrueType');
}

@media (max-width: 575.98px) {
	nav .navbar-brand img {
		max-height: 30px !important;
	} .mimenu, .lang {
		justify-content: flex-start !important;
	} #contacto .block {
		padding: 50px 20px !important;
	} #contacto {
		padding: 0px 0px 50px !important;
	} footer .ms-5 {
		margin: 0px !important;
	} #flotante a img {
		width: 35px !important;
	    height: 35px !important;
	} .cintilla {
		top: 55px !important;
	} .cintilla p {
		font-size: 12px !important;
	}
} @media (min-width: 575.98px) and (max-width: 767.98px) {
	#flotante a img {
		width: 40px !important;
	    height: 40px !important;
	}
} @media (min-width: 767.98px) and (max-width: 991.98px) {
	#flotante a img {
		width: 45px !important;
	    height: 45px !important;
	}
} @media (min-width: 991.98px) and (max-width: 1199.98px) { 
    #flotante a img {
		width: 50px !important;
	    height: 50px !important;
	}
} @media ( min-width: 1200px ) {
}

*, *:focus, *:hover, button, button:focus {
	outline:none !important;
	outline-width: 0 !important;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

/* MENU */
nav {
	width: 100%;
	position: fixed !important;
	z-index: 1;
} nav .navbar-nav .nav-item .nav-link {
	font-family: "Montserrat-Medium";
	color: #737373 !important;
} nav .middle-line {
	padding: 0px 10px;
} nav .lang-active {
	padding: 0px 10px;
} nav .navbar-nav .nav-item {
	padding: 0px 15px; 
	margin: 0px 5px;
} nav .navbar-nav .sherpa-bienestar:hover {
	background-color: #9dcefc;
	border-radius: 50px;
} nav .navbar-nav .sherpa-bienestar:hover .nav-link {
	color: #fff !important;
} nav .navbar-nav .sherpa-health:hover {
	background-color: #3d74ad;
	border-radius: 50px;
} nav .navbar-nav .sherpa-health:hover .nav-link {
	color: #fff !important;
} nav .navbar-nav .sherpa-care:hover {
	background-color: #26406f;
	border-radius: 50px;
} nav .navbar-nav .sherpa-care:hover .nav-link {
	color: #fff !important;
} nav .navbar-brand img {
	max-height: 45px;
} nav .navbar-nav .sherpa-bienestar-activo {
	background-color: #9dcefc;
	border-radius: 50px;
} nav .navbar-nav .sherpa-bienestar-activo .nav-link {
	color: #fff !important;
} nav .navbar-nav .sherpa-health-cloud-activo {
	background-color: #3d74ad;
	border-radius: 50px;
} nav .navbar-nav .sherpa-health-cloud-activo .nav-link {
	color: #fff !important;
} nav .navbar-nav .sherpa-care-activo {
	background-color: #26406f;
	border-radius: 50px;
} nav .navbar-nav .sherpa-care-activo .nav-link {
	color: #fff !important;
} nav .lang img {
	max-width: 25px	
}

#contacto {
	background-color: #e9f6fe;
	padding: 50px 0px 80px;
} #contacto .block {
	background-color: #fff;
	padding: 50px;
	border-radius: 10px;
} #contacto .title {
	font-family: "Montserrat-ExtraLight";
	color: #3d74ad;
	text-align: center;
	font-size: 40px;
	margin: 0px 0px 40px 0px;;
} #contacto input
, #contacto textarea {
	font-family: "Montserrat-Light";
	border-radius: 0px;
	border: 1px solid #d1d1d1;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-bottom: 30px;
	padding-bottom: 20px;
} #contacto input:focus
, #contacto textarea:focus {
	border-bottom: 1px solid #287ff2;
} #contacto .info {
	font-family: "Montserrat-Light";
	color: #818181;
} #contacto .info-list {
	font-family: "Montserrat-Light";
	color: #818181;
	font-size: 14px;
	margin-right: 20px;
} #contacto input[type=checkbox] {
	margin: 0px;
} #contacto .agree {
	font-family: "Montserrat-Light";
	color: #818181;
	line-height: 1;
	margin: 0px 20px;
	font-size: 14px;
} #contacto .contactos {
	margin-top: 50px;
	padding: 0px 50px;
} #contacto .contactos p {
	font-family: "Montserrat-Medium";
	color: #7d7d7d;
	margin: 0px 0px 0px 20px;
	font-size: 14px;
} #contacto .contactos .section {
	font-size: 20px;
} #contacto .contactos a {
	text-decoration: none;
	font-family: "Montserrat-Light";
	color: #7d7d7d;
} input[type='checkbox']:after {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    top: -3px;
    left: -3px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #7bb4e8;
} input[type='checkbox']:checked:after {
    width: 18px;
    height: 18px;
    border-radius: 15px;
    top: -3px;
    left: -3px;
    position: relative;
    background-color: #7bb4e8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
} #contacto .btn img {
	max-width: 100%;
	max-height: 45px;
} .cintilla {
	position: fixed;
	top: 71px;
	background-color: #7bb3e7;
	width: 100%;
	padding: 20px 0px 10px;
} .cintilla p {
	font-family: "Montserrat-Light";
	text-align: center;
	margin: 0px;
	color: #fff;
} .cintilla a {
	color: #fff;
}

footer {
	margin-top: -24px;
	background-color: #e9f6fe;
	padding: 0px 0px 50px;
} footer small {
	font-family: "Montserrat-ExtraLight";
	font-size: 12px;
	color: #7bb4e8;
} footer .title {
	font-family: "Montserrat-Medium";
	color: #7bb4e8;
} footer #logoFooter {
	margin-right: 40px;
} footer .vertical {
	border-right: 1px solid #fff;
} footer a {
	color: #84bae9;
	text-decoration: none;
} footer a:hover {
	color: #84bae9;
} footer .redes img {
	margin: 0px 20px 20px 0px;
}


/* FLOTANTE */
#flotante {
	position: fixed;
	left: auto;
	right: 50px;
	top: auto;
	bottom: 50px;
} #flotante a img {
	width: 60px;
	height: 60px;
}

.error {
	min-height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
} .error .title {
	font-family: "Montserrat-Bold";
	font-size: 34px;
	color: #3d74ad;
}

/**/
html {
	scroll-behavior: smooth;

	@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
/**/
