@font-face {
    font-family: 'Locator';
    src: url('fonts/Locator-Bold.eot');
    src: url('fonts/Locator-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Locator-Bold.woff2') format('woff2'),
        url('fonts/Locator-Bold.woff') format('woff'),
        url('fonts/Locator-Bold.ttf') format('truetype'),
        url('fonts/Locator-Bold.svg#Locator-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Locator';
    src: url('fonts/Locator-Medium.eot');
    src: url('fonts/Locator-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Locator-Medium.woff2') format('woff2'),
        url('fonts/Locator-Medium.woff') format('woff'),
        url('fonts/Locator-Medium.ttf') format('truetype'),
        url('fonts/Locator-Medium.svg#Locator-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Locator';
    src: url('fonts/Locator.eot');
    src: url('fonts/Locator.eot?#iefix') format('embedded-opentype'),
        url('fonts/Locator.woff2') format('woff2'),
        url('fonts/Locator.woff') format('woff'),
        url('fonts/Locator.ttf') format('truetype'),
        url('fonts/Locator.svg#Locator') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {	
	--white: #ffffff;
	--blue: #0090a2;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Locator', sans-serif;
	font-size: 16px;
	color: #555;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left 80px;
	background-size: 170px;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
h1, h2, h3, h4 {
	color: var(--black);
}
h4 {
	margin-top: 20px;
	margin-bottom: 28px;
}
.logo {
	width: 300px;
	max-width: 96%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.slider {
	width: 100%;
}
footer {
	background: var(--black);
	color: #fff;
	padding-top: 35px;
	padding-bottom: 10px;
}
.container-fluid-footer {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
footer a {
	color: #fff !important;
	text-decoration: none !important;
	display: inline-block;
	margin-bottom: 3px;
}
.menufooter {
	position: relative;
	padding-left: 200px;
}
.menufooter img.roche {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
}
.menufooter2 {
	float: right;
	position: relative;
	padding-left: 125px;
}
.menufooter2 .patrocinado {
	position: absolute;
	left: 0;
	top: 0;
	width: 180px;
}
.menufooter2 .patrocinado img {
	width: 100px;
}
.redes a {
	font-size: 22px;
	margin-right: 8px;
}
strong {
	font-weight: 500;
}
.boton {
	padding: 12px 40px;
	color: #fff !important;
	background: var(--blue) !important;
	text-decoration: none !important;
	border-radius: 6px;
	display: inline-block;
	font-size: 1.05em;
}
/** Galeria **/
.lightgallery a {
  display: block;
  width: 25%;
  height: 200px;
  border: 7px solid #f2f2f2;
  float: left;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.lightgallery a img {
	display: none;
}
#lg-share-googleplus {
	display: none !important;
}

@media(max-width: 767px) {
	.menufooter {
 		padding-left: 146px;
	}
	.menufooter2 {
  		float: none;
  		padding-left: 146px;
	}
	.menufooter img.roche {
 		width: 126px;
	}
	.logo {
 		width: 220px;
  }
  .lightgallery a {
  	height: 155px;
 	}
}

@media(max-width: 598px) {
	.lightgallery a {
		width: 50%;
  	height: 155px;
 	}
}

@media(max-width: 498px) {
	.logo {
 		margin-top: 20px;
 		margin-bottom: 20px;
  }
	.lightgallery a {
  	height: 135px;
 	}
 	.height50 {
 		height: 40px;
 	}
}