/* -------------------------------- */
/*                    Fonts                     /* 
/* -------------------------------- */
@CHARSET "UTF-8";

/* ------------- Black Itallic ---------------- */
@font-face {
    font-family: 'frutigernextltblackit';
    src: url('/fonts/frutigernextlt-blackit-webfont.woff2') format('woff2'),
         url('/fonts/frutigernextlt-blackit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ----------------- Regular ---------------- */
@font-face {
    font-family: 'frutigernextltregular';
    src: url('/fonts/frutigernextlt-regular-webfont.woff2') format('woff2'),
         url('/fonts/frutigernextlt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ------------------- Black ----------------- */
@font-face {
    font-family: 'frutigernextltblack';
    src: url('/fonts/frutigernextlt-black-webfont.woff2') format('woff2'),
         url('/fonts/frutigernextlt-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* --------------- Medium Itallic -------------- */
@font-face {
    font-family: 'frutigernextltmediumit';
    src: url('/fonts/frutigernextlt-mediumit-webfont.woff2') format('woff2'),
         url('/fonts/frutigernextlt-mediumit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* --------------- Light Itallic -------------- */
@font-face {
    font-family: 'frutigernextltlightit';
    src: url('/fonts/frutigernextlt-lightit-webfont.woff2') format('woff2'),
         url('/fonts/frutigernextlt-lightit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'Panton';
	src: url('/fonts/panton-regular.eot');
	src: url('/fonts/panton-regular.eot?#iefix') format('embedded-opentype'),
		url('/fonts/panton-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ------------------------------- */
/*  Chrome Scrollbars                */
/* ------------------------------- */

::-webkit-scrollbar {
	width: 4px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #33cc00;
}
::-webkit-scrollbar-thumb {
	background: #1a7fc2;
}
::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow:inset 1px 1px 10px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb:active {
	background:#888;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3);
}

/* -------------------------------- */
/* Body Styles
/* -------------------------------- */

html, body {
	margin: 0;
	width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-rendering: optimizelegibility;
}

/* -------------------------------- */
/*  Header Styles						  */
/* -------------------------------- */

nav {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	height: 90px;
	z-index: 200;
	background-color: #ffffff;
}
.logo {
	float: left;
	margin-top: 2px;
}
.container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
section {
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.header {
	display: none;
}
#slidermobil {
	display: none;
}

/* ----------------------------- */
/*            Menu Styles              */
/* ----------------------------- */
.aigner {
	width: 130px;
	font-family: 'Panton';
	font-size: 14px;
	margin-left: -525px;
	padding: 8px 10px;
	background-color: #a4ce5e;
	border: 1px solid transparent;
	position: absolute;
    top: 0;
    z-index: 100000;
    cursor:  pointer;
}
.citas {
	width: 150px;
	font-family: 'Panton';
	font-size: 14px;
	margin-left: -365px;
	padding: 8px 10px;
	background-color: #a4ce5e;
	border: 1px solid transparent;
}
.seguridad {
	width: 150px;
	font-family: 'Panton';
	font-size: 14px;
	margin-left: 5px;
	padding: 8px 10px;
	background-color: #a4ce5e;
	border: 1px solid transparent;
}
.citas:hover, .seguridad:hover {
	border: 1px solid #0079c2;
	background-color: #0079c2;
	color: #ffffff;
	cursor: pointer;
}
#menu {
    width: 945px;
    margin-right: -255px;
	float: right;
	margin-top: 0;
	padding-top: 8px;
	list-style: none;
	overflow: hidden;
}
#menu li {
	font-family: 'Panton';
	font-size: 15px;
	float: left;
	padding: 10px 15px;
	margin-top: 42px;
	border: 1px solid transparent;
}
#menu li:hover {
	background-color: #0079c2;
	color: #ffffff;
}
#menu a:link {
	text-decoration: none;
}
#menu a:hover {
	color:#ffffff;
}
#menu a:active,
#menu a:visited,
#menu a:hover {
	float: left;
	font-weight: bold;
	text-decoration: none;
/*	letter-spacing: -1px; */
}

/* -------------------------------- */
/*  Simple Styles
/* -------------------------------- */

img {
	margin: 0 auto;
}
a {
	transition: all 0.25s ease-in-out;
}
p {
    font-family: 'frutigernextltregular';
    font-size: 20px;
    color: #505a5d;
    margin: 20px auto;
    max-width: 900px;
}
.columnp {
	color:#ffffff;
	font-size: 1.0625em;
}
.colorblack {
	color:#000000;
	letter-spacing: -0.7px;
}
.colorwhite {
	color:#ffffff;
	letter-spacing: -0.7px;
}
span {
	font-size: 28px;
}
.hideme {
    opacity: 0;
}
.green {
	color:#ffffff;
	font-weight: bold;
	font-size: 1em;
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	background-color:#00cc66;
}
.red {
	color:#ffffff;
	font-weight: bold;
	font-size: 1em;
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	background-color:ff6600;
}

/* --------------------------------------- */
/*                   Section Styles                   */
/* --------------------------------------- */

#slider {
	width: 100%;
	height: 350px; 
	padding-top: 200px;
	background-color: #f2f2f2;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	z-index: 999;
}

#slider h1 {
    		font-family: 'frutigernextltblack';
			font-weight: bold;
			font-size: 3.5em;
			letter-spacing: 0px;
			color: #ffffff;
			text-align: center;
			margin: 0 auto;
			text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
#slider h2 {
			font-family: 'frutigernextltblackit';
			font-weight: normal;
			font-size: 1.5em;
			letter-spacing: 0px;
			color: #ffffff;
			text-align: center;
			margin: 0 auto;
			text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

/* ------------------------------------------------------ */
/*                         CMPC Page Styles                            */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/*    Quienes Somos & Servicios - Section Styles        */
/* ------------------------------------------------------ */

#blockbar {
	background-color: #58be14;
	height: auto;
}
.shadow {
	clear: both;
	width: 100%;
	height: 10px;
    position: relative;
	margin-top: -10px;
    background: transparent;
    box-shadow:  0 4px 10px -2px rgba(0, 0, 0, 0.3);
    z-index: 100;
}
		.leftside {
			float: left;
			width: 50%;
			min-height: 640px;
			background: #848080 url(/img/mision-background.png) bottom center no-repeat;
/*			background: #848080 url(/img/mision-background.png) center 500px no-repeat; */
		}
		.rightside {
			float: left;
			width: 50%;
			background-color: #0079c2;
			height: 640px;
			background-size: cover;
		}
				.smallcolumn, #blockbar .smallcolumn, #ambulancia .smallcolumn {
					width: 45%;
					margin-top: 50px;
					float: left;
				}
				.smallcolumnright {
					padding-left: 0;
				}
#blockbar ul > li {
    font-family: 'frutigernextltregular';
	font-size: 1em;
	color:  #ffffff;
    list-style-type: none;
    background: url(/img/plus-sign.png) no-repeat;
    padding-left: 20px;
    margin-bottom: 20px;
	margin-left: 30px;
}
#blockbar h1 {
	max-width: 500px;
    font-family: 'frutigernextltblack';
	font-size: 32px;
	font-weight: bold; 
	font-style: italic;
	letter-spacing: 0px;
	line-height: 32px;
	color: #ffffff;
	margin: 0 0 20px 70px;
	text-shadow: 0px 1px 1px #000000;
}
#blockbar h2 {
	display: inline-block;
    font-family: 'frutigernextltblackit';
	font-weight: normal;
	font-size: 14px;
	color: #0071bb;
	padding: 10px 10px 5px 10px;
	border-radius: 2px;
	margin: 75px 0 30px 70px;
	text-align: left;
	max-width: 500px;
	background-color: #ffffff;
}
#blockbar h3 {
	display: block;
    font-family: 'frutigernextltblackit';
	font-weight: normal;
	font-size: 14px;
	color: #0071bb;
	padding: 10px;
	border-radius: 2px;
	margin: 40px 0 -30px 70px;
	text-align: left;
	width: 72px;
	max-width: 500px;
	background-color: #ffffff;
}
#blockbar p {
    font-family: 'frutigernextltregular';
	font-size: 20px;
	font-weight: normal;
	color:  #ffffff;
	margin: 0 0 0 70px;
	max-width: 500px;
	text-shadow: 1px 1px 0px #000000;
}
.alert {
	width: fit-content;
	font-size:  18px;
	text-align: center;
	color: #fff;
	background-color: #ff5b57;
	padding: 8px;
	border-radius: 5px;
}
.alert a {
	text-decoration: none;
	color: #fff;
}
.alert a:hover {
	text-decoration: underline;
}
		/* -------------------------------------- */
		/* Junta Directiva - Section Styles        */
		/* -------------------------------------- */
	
#contenido, #noticias {
	height: auto;
	padding-top: 50px;
	padding-bottom: 100px;
	background-color: #ffffff;
/*	background: url(/img/background-especialidades-medicas.jpg) center center no-repeat; */
	background-size: cover;
}
#contenido h1 {
	width: 100%;
    font-family: 'frutigernextltblackit';
	font-size: 48px;
	font-weight: bold; 
	letter-spacing: -1px;
	line-height: 32px;
	color: #0079c2;
	text-align: center;
	margin-bottom: 0;
}
#contenido h2 {
    font-family: 'frutigernextltblack';
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -0.5px;
	margin-bottom: 0px;
	color: #000000;
	text-align: center;
}
#contenido h3 {
    font-family: 'frutigernextltregular';
	font-weight: normal;
	font-size: 16px;
	margin: 0px;
	color: #0071bb;
	text-align: center;
	letter-spacing: 0px;
	max-width: 280px;
}
#contenido ul > li {
    font-family: 'frutigernextltregular';
    font-size: 0.9em;
    color: #000000;
    list-style-type: none;
    background: url(/img/especialidades-icon.png) no-repeat;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}
.bio {
	font-size: 12px;
	text-align: justify;
	max-width: 90%;
}
#contenido .smallcolumn {
	width: 25%;
	height: 251px;
	margin-top:50px;
	float: left;
}
#paging {
	margin: 0 auto;
	width: 250px;
    font-family: 'frutigernextltblackit';
	background-color: #f2f2f2;
	padding: 5px;
	border-radius: 2px;
}
#paging a {
	text-decoration: none;
}
#paging a:hover {
	text-decoration: underline;
}
/* ------------------------------------------------------ */
/*                            Servicios de Salud                         */
/* ------------------------------------------------------ */

#contenidoestudios {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
}
#contenidoestudios h1 {
    width: 100%;
    font-family: 'frutigernextltblackit';
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 32px;
    color: #0079c2;
    text-align: center;
    margin-bottom: 0;
}
.centered {
    max-width: 50%;
    margin: 0 auto;
}
#contenidoestudios ul > li {
    font-family: 'frutigernextltregular';
    font-size: 1em;
    color: #000000;
    list-style-type: none;
    background: url(/img/especialidades-icon.png) no-repeat;
    /* filter: invert(.2); */
    padding-left: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}
#contenidoestudios .smallcolumn {
    width: 25%;
    margin-top: 50px;
    float: left;
}
.leftsidelab {
    float: left;
    width: 50%;
    min-height: 650px;
    background-color: #4776ac;
    background-size: cover;
}
.rightsidelab {
    float: left;
    width: 50%;
    height: 650px;
/*    background: #4776ac url(https://img-aws.ehowcdn.com/877x500p/s3-us-west-1.amazonaws.com/contentlab.studiod/getty/66c6d177e3214bac8f1798b1f7058f7b); */
    background: #4776ac url(https://media.npr.org/assets/img/2014/02/26/istock_000026511382large_wide-d6956906d94885fde76e0651899e30cdb9e3810f.jpg?s=1400);
    background-size: cover;
}
#contenidolab h2, #farmacia h2, #ambulancia h2 {
    display: inline-block;
    font-family: 'frutigernextltblackit';
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    padding: 10px;
    border-radius: 2px;
    margin: 75px 0 30px 70px;
    text-align: left;
    max-width: 500px;
    background-color: #ffffff;
}
#contenidolab h1, #farmacia h1, #ambulancia h1 {
    width: 80%;
    max-width: 550px;
    font-family: 'frutigernextltblackit';
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff;
    margin: 20px 0 50px 70px;
    text-shadow: 0px 1px 1px #000000;
}
#contenidolab p, #farmacia p, #ambulancia p  {
	font-family: 'frutigernextltregular';
    font-size: 100%;
    color: #ffffff;
    margin: 0 0 0 70px;
	padding-left: 0;
    max-width: 550px;
    text-shadow: 1px 1px 0px #000000;
}
.phone {
    font-size: 22px !important;
    margin: 20px 0 20px 70px !important;
}
.phone a {
    text-decoration: none;
    color: #ffffff;
}
.farmacia {
    background-image: url(https://pharmacynewsireland.com/wp-content/uploads/2018/07/nintchdbpict000285422826.jpg);
}
.ambulancia {
    background-image: url(/img/servicios-de-salud/ambulancia.jpg);
}
#ambulancia ul > li {
    font-family: 'frutigernextltregular';
	font-size: 0.8em;
	color:  #ffffff;
    list-style-type: none;
    background: url(/img/plus-sign.png) no-repeat;
    padding-left: 20px;
    margin-bottom: 20px;
	margin-left: 30px;
}
#ambulancia .fontsize30 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 26px;
}
#clubleft {
    float: left;
    width: 50%;
    margin-right: 2%;
}
#clubleft img {
    width: 100%;
    height: auto;
}
#clubright {
    float: left;
    width: 48%;
}
#clubright .btnbigblack {
    margin: 30px auto;
}
.btnbigblack {
    clear: both;
    display: block;
    position: relative;
    border-radius: 2px;
    font-family: 'frutigernextltregular';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #000000;
    width: 175px;
    height: auto;
    margin-top: 50px;
    padding: 10px 15px 10px 15px;
    text-align: center;
    line-height: 1.5em;
    border: 1px solid #000000;
    background-color: transparent;
}
.noblock {
	display: initial;
}
.btnbig:hover, .btnbigblack:hover {
    border: 0px solid #ffffff;
    background-color: #7ac142;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

/* ------------------------------------------------------ */
/*                            Red Medica                                    */
/* ------------------------------------------------------ */

#contenido .font32 {
    font-size: 32px;
}
.subtitulo1 {
    max-width: 65%;
    font-family: 'frutigernextltblack';
    font-weight: bold;
    font-size: 18px;
    margin: 50px auto;
    color: #000000;
    text-align: center;
}
.ul-extra-settings1 {
    max-width: 30%;
    font-size: 1.2em;
    padding: 0;
    margin: 30px auto 50px;
}
hr {
    width: 50%;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #c0c0c0, #f0f0f0);
}
.row {
    display: flex;
}
#contenido .cards h3 {
    font-family: 'frutigernextltblackit';
    font-size: 1.3em;
    letter-spacing: -1px;
    color: #0063c6;
    text-align: center;
    margin: 20px auto;
}
.cards {
    float: left;
    width: 22%;
    min-height: 465px;
    background-color: #fbfbfb;
    box-shadow: 0 0 2rem rgba(0,0,0,.1);
    margin: 40px 0 0 15px;
    padding: 10px 15px 15px 15px;
    flex: 1;
}
#contenido .cards ul > li, #contenido .cards ul > li p {
	max-width: 200px;
    font-family: 'frutigernextltregular';
    font-size: 1em;
    color: #000000;
    list-style-type: none;
    background: none;
    padding-left: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.mapagr {
    width: 100%;
    max-width: 900px;
    margin-top: 30px;
    border: 1px solid #4d6a79;
    box-shadow: 0px 0px 30px 0px rgba(80, 80, 80, 0.25);
}

/* ------------------------------------------------------ */
/*                            Testimonios                                   */
/* ------------------------------------------------------ */
.tstbox {
    width: 80%;
	padding: 20px 0 10px 0;
    box-shadow: 0 0 2rem rgba(0,0,0,.3);
    margin: 75px auto;
    position: relative;
	opacity: 0.7;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	border-radius: 5px;
}
.tstbox:hover {
	background: url(/img/background-testimonios-boxes.jpg) left top repeat;
	background-size: cover;
	opacity: 1;
	-webkit-animation: slide 120s linear infinite;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -1800px 0; }
}
.tstbox:hover blockquote p,.tstbox:hover blockquote:before,.tstbox:hover blockquote:after {
	color: #000000;
	opacity: 1;
}
blockquote, blockquote p {
	quotes: "“" "”" "‘" "’";
    font-family: 'frutigernextltregular';
	font-size: 18px;
	line-height: 1.10;
	margin: 25px auto;
	position: relative;
	color: #004080;
	text-align: justify;
}

blockquote:before {
	display: block;
	font-family: Georgia, serif;
	padding-left: 10px;
	content: "\201C";
	font-size: 200px;
	position: absolute;
	left: -45px;
	top: -90px;
	color: #0071bb;
}
blockquote:after {
	font-family: Georgia, serif;
	content: '\201D';
	font-size: 200px;
	position: absolute;
	left: 95%;
	top: 90%;
	color: #0071bb;
}
blockquote cite {
	font-family: 'frutigernextltblack';
	font-style: normal;
	font-weight: bold;
	color: #0063c6;
	font-size: 22px;
	display: block;
	margin: 25px 35px 0 0;
	text-align: right;
}
blockquote cite:before {
	content: "\2014 \2009";
}			
hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
/* ------------------------------------------------------ */
/*                            Noticias                                          */
/* ------------------------------------------------------ */
#noticias {
	width: 80%;
}
#noticias h2, #noticias h1 {
    font-family: 'frutigernextltblack';
    color: #0071bb;
    font-size: 32px;
    max-width: 100%;
    text-align: left;
	margin: 50px auto;
	margin-bottom: 0;
}
#noticias h2 a, #noticias h1 a {
    font-family: 'frutigernextltblackit';
    color: #0071bb;
    font-size: 46px;
    text-decoration: none;
    line-height: 1em;
    text-align: left;
}
#noticias h2 :hover, #noticias h1 a:hover {
    text-decoration: none;
    color: #80ba1f;
}
#noticias p {
    max-width: 100%;
    line-height: 150%;
    margin-bottom: 40px;
}
#noticias strong {
	color: #0071bb;
	font-style: italic;
}
#noticias img {
    width: 100%;
    height: 10%;
	object-fit: cover; 
	border: 1px solid #cecece;
	border-radius: 5px;
}
.date {
    color: #999;
    margin-top: 0;
    font-size: 1em;
}

/* ------------------------------------------------------ */
/*                            Contactos                                      */
/* ------------------------------------------------------ */
#contenido .fontsize32 {
	font-size: 32px;
	font-family: frutigernextltblack;
}
#leftcolumn {
    background: linear-gradient(0deg, rgba(0,60,97,1) 0%, rgba(0,165,255,1) 100%);
    border-radius: 5px;
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 50px;
    padding: 2% 0 1% 2%;
    box-shadow: 0 0 2rem rgba(0,0,0,.3);
}
		#leftcolumn h2 {
			max-width: 65%;
		    font-family: 'frutigernextltblackit';
			font-weight: normal;
			font-size: 18px;
			color: #ffffff;
			margin: 0;
			text-align: left;
		}
		#leftcolumn p {
			font-family: 'frutigernextltregular';
			font-size: 15px;
			color:  #ffff;
			margin: 10px auto 30px auto;
			max-width: 900px;
		}
		#leftcolumn a{
		color:#99ccff;
		}		
#rightcolumn {
	float: left;
	width: 45%;
}
.input-text, input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    width: 90%;
	font-family: 'frutigernextltregular';
	font-size:16px;
    font-weight: 400;
	padding: .6180469716em;
	padding-left: 30px;
	margin: 5px;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
::placeholder {
	color: #aaaaaa;
    opacity: 1; /* Firefox */
}
.person {background: url(/ars/icon-person.png) no-repeat scroll 7px 10px;}
.mail {background: url(/ars/icon-mail.png) no-repeat scroll 7px 10px;}
.subject {background: url(/ars/icon-subject.png) no-repeat scroll 7px 10px;}
textarea {padding-left: 5px;}
input[type=text]:hover, textarea:hover {
    background-color: #fffeea;
}
input[type=submit] {
	width: 90%;
	font-family: 'frutigernextltregular';
	font-size:16px;
	height: 50px;
    display: inline-block;
    vertical-align: middle;
	margin: 0 5px;
    padding: 4px 8px;
    text-align: center;
    color: #333;
	background-color: #ffffff;
    border: 2px solid #0068a2;
    border-radius: 3px;
    transition: .2s ease-out color, .2s ease-out background-color;
}
input[type=submit]:hover {
    color: #fff;
    background-color: #0068a2;
    text-decoration: none;
}
.spamfield {
	visibility: hidden;
	height:0;
	margin:0 !important;
	padding:0 !important;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:10px;
	color:#FFF;
	text-align:center;
	z-index:100;
	opacity: 0.9;
	filter: drop-shadow(0 0 0.75rem #cecece);
}
/* ------------------ */
/* Footer Styles      */
/* ------------------ */

footer {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 200px;
	/* background: linear-gradient(to top,#2078d0 0,#fff 100%); */
	background-color: #2986c6;
	text-align: center;
    margin: 0 auto; 
	padding-top: 25px;
}
		.footer-column {
			float: left;
			width: 50%;
			height: 100px;
			margin: 0 auto;
			text-align: left;
		}
		.footer-column li, .footer-column ul {
			font-family: 'Panton';
			font-size: 13px;			
			list-style-type: none;
			padding-left: 0;
		}
footer p {
	font-family: 'Panton';
	color: #737373;
	font-size: 15px;
	letter-spacing: 1px;
}
footer a {
	font-family: 'Panton';
	text-decoration: none;
	color: #f0f5f7;
}
footer a:hover {
	font-weight: bold;
	color: #f0f5f7;
}
.copywright {
	font-size: 13px;
	color: #ffffff;
}
.copywright a {
	color:#e0e0e0;
}
.copywright a:hover {
	opacity:0.5;
	text-decoration: none;
}
.facebook {
	width: 32px;
    height: auto;
}
.instagram {
	width: 32px;
    height: auto;
}
.instagram:hover, .facebook:hover {
	filter: invert(1); 
}

/* ----------------------------------------------------------------------- */
/*                                          Responsive Styles                                     */
/* ----------------------------------------------------------------------- */

@media only screen and (max-width: 1124px) {
body {

}
p {
	font-size: 18px;
	line-height: 20px;
    max-width: 650px;
	padding-left: 20px;
	padding-right: 20px;
}
.whitep {
    font-family: 'frutigernextltregular';
	font-size: 0.4em;
	color:  #ffffff;
	text-align: left;
	margin: 10px auto;
	max-width: 900px;
}
.columnp {
	font-size: 0.5em;
}
h3 {
    font-family: 'frutigernextltblack';
	font-weight: normal;
	font-size: 1em;
	letter-spacing:-1px;
	color: #ffffff;
	text-align: center;
	margin: 20px auto;
}
h4 {
    font-family: 'frutigernextltblack';
	font-weight: normal;
	font-size: 1em;
	letter-spacing:-1px;
	color: #000000;
	text-align: center;
	margin: 20px auto;
}
nav {
	background-color: #000000;
	display: none;
	opacity: 0;
	z-index: -200;
}

/*  ------------ Slider ------------  */

#slider {
	display: none;
}
#slidermobil {
	padding-top: 50px;
	display: block;
	max-height: -webkit-fill-available;
	background: #0079c2;
}
#slidermobil img {
	width: 100%;
	height: auto;
}
.shadow {
	display: none;
}

/* ---------------------------------------------------- */
/*                   CMPC - Page Styles        		                */
/* ---------------------------------------------------- */

#blockbar h1,#blockbar h2,#blockbar p {
	margin-left: 40px;
}
#blockbar p {
	padding-left: 0;
	font-size: 18px;
}
#blockbar h3 {
	display: block;
	width: 72px;
	margin: 40px 0 -30px 40px;
}
#blockbar .smallcolumn {
	width: 45%;
	margin-bottom: 25px;
}
#blockbar ul > li, #blockbar  ul > li {
	margin-left: 0;
}
#contenido .smallcolumn {
	width: 32%;
}
/* ------------------------------------ */
/*                Footer Styles                  */
/* ------------------------------------ */
footer {
	background: #0075ca;
	text-align: center;
    margin: 0 auto; 
	padding: 20px 0;
}
footer p {
	font-size: 14px;
	line-height: 16px;
}
footer p a {
	color: #2983ff;
}
.flogo {
	display: none;
}
.copywright {
	font-size: 13px;
	color: #ffffff;
	max-width: 480px;
	margin-right: 0;
	padding-right: 0;
}

/* header responsive menu */

.header {
  display: block;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}
.header li a {
  display: block;
  color: #000;
  padding: 4px 4px;
  border-right: 1px solid #f4f4f4;
  font-family: 'Panton';
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
.header .greenitem {
	color:#32c800;
}
.header li a:hover,
.header .menu-btn:hover {
	color: #ffffff;
	background-color: #0071bb;
}
.header .logo {
  display: block;
  float: left;
  padding: 5px;
  margin-top: 0px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 22px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}
.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
/* end of header responsive menu */
}

@media only screen and (max-width: 1037px) {
#ambulancia .fontsize30 {
    font-size: 22px;
	margin-top: 0;
}
				.smallcolumn, #ambulancia .smallcolumn {
					margin-top: 25px;
				}
#contenido h1 {
    font-size: 22px;
    line-height: 24px;
}				
}

/* -------------------------------- */
/*  Responsive Styles
/* -------------------------------- */
@media only screen and (max-width: 919px) {
#blockbar h1 {
	width: 90%;
	max-width: 90%;
}
.leftside, .leftsidelab, .rightside, .rightsidelab, #clubleft, #clubright {
	width: 100%;
}
.row {
	display: block;
}
.cards {
    float: left;
    width: 45%;
    min-height: 535px;
    margin: 50px 0 0 10px;
    padding: 5px;
}
}

@media only screen and (max-width: 840px) {

/* ---------------------------------------------------- */
/*                   CMPC - Page Styles        		                */
/* ---------------------------------------------------- */
		.leftside {
			width: 100%;
		}
		.rightside {
			width: 100%;
		}

/* ---------------------------------------------------- */
/*                    Servicios de Salud        		              */
/* ---------------------------------------------------- */

#contenidoestudios h1 {
	margin-bottom: 30px;
}
#contenidoestudios .smallcolumn {
    width: 50%;
	margin-top: 0px;
}
#contenidoestudios .smallcolumn ul {
	margin-top: 0px;
}
.centered {
	max-width: 100%;
}

}
/* -------------------------------- */
/*  Responsive Styles
/* -------------------------------- */
@media only screen and (max-width: 732px) {
/* ---------------------------------------------------- */
/*                   CMPC - Page Styles        		                */
/* ---------------------------------------------------- */
#blockbar p {
	font-size: 16px;
}
#contenido .smallcolumn {
	width: 50%;
	height: 224px;
}
.ul-extra-settings1 {
    max-width: 45%;
}
}

/* -------------------------------- */
/*  				Contactos               */
/* -------------------------------- */
@media only screen and (max-width: 650px) {
#leftcolumn {
	width: 80%;
	margin-left: 8%;
	padding: 8% 0 1% 5%;
}
		#leftcolumn h2 {
			max-width: 80%;
			font-size: 20px;
		}
		#leftcolumn p {
			font-size: 18px;
			margin: 10px auto 30px auto;
		}
#rightcolumn {
	float: left;
	width: 80%;
	margin: 0 0 0 10%;
}
}


@media only screen and (max-width: 455px) {
/* ---------------------------------------------------- */
/*                   CMPC - Page Styles        		                */
/* ---------------------------------------------------- */
#blockbar h1 {
 	font-size: 22px;
	font-weight: normal; 
	letter-spacing: 0px;
	line-height: 22px;
}
#blockbar p {
	font-size: 15px;
}
#contenido .smallcolumn {
	width: 100%;
	margin-left: -25px;
}

/* ---------------------------------------------------- */
/*                   Servicios de Salud                               */
/* ---------------------------------------------------- */
#farmacia .rightside {
	height: 715px;
}
.phone {
    font-size: 18px !important;
    margin: 20px 0 20px 40px !important;
}
#contenidolab .leftsidelab h1, #contenidolab .leftsidelab h2, #contenidolab .leftsidelab p, #container .rightside h1, #container .rightside h2, #container .rightside p, #container .leftsidelab h1, #container .leftsidelab h2, #container .leftsidelab p {
	margin-left: 10%;
}
#contenidoestudios {
	padding-top: 50px;
}
#contenidoestudios .smallcolumn {
    width: 100%;
    margin-top: 0px;
}
.cards {
    float: left;
    width: 90%;
    height: auto;
    margin: 50px 0 0 10px;
    padding: 5px;
}
.ul-extra-settings1 {
    max-width: 80%;
}
.btnbigblack {
    clear: both;
    display: block;
	margin-top: 0;
}
}