/* -------------------------------- */
/* 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: 6px;
	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              */
/* ----------------------------- */
.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;
	color: #000000;
}
#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;
}
.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;
	background: #f2f2f2 url(/template/img/slide-01.jpg) center center no-repeat; 
}

#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;
    -webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow:  0 4px 10px -2px rgba(0, 0, 0, 0.3);
    z-index:5;
}
		.leftside {
			float: left;
			width: 50%;
			min-height: 615px;
			background: #0079c2; url(/img/background-noticias.svg) bottom center no-repeat;
/*			background: #51b8f2 url(/template/img/background-gradient-leftside.png) bottom right no-repeat; */
		}
		.rightside {
			float: left;
			width: 50%;
			background-color: #848080
			height: 615px;
		}
				.smallcolumn {
					width: 50%;
					margin-top:50px;
					float: left;
				}
#blockbar ul > li {
    font-family: 'frutigernextltregular';
	font-size: 1.2em;
	color:  #ffffff;
    list-style-type: none;
	line-height: 10px;
    background: url(/img/plus-sign.png) no-repeat;
	background-size: 11px 11px;
    padding-left: 20px;
    margin-bottom: 20px;
	margin-left: 30px;
}
#blockbar h1 {
	max-width: 500px;
    font-family: 'frutigernextltblack';
	font-size: 32px;
	font-weight: bold; 
	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: 100px 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 30px 70px;
	max-width: 500px;
	text-shadow: 1px 1px 0px #000000;
}
#noticias {
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #ffffff;
    background-size: cover;
    box-shadow: 0 0 20px -5px #999;
    z-index: 10;
}
#noticias h2 {
    font-family: 'frutigernextltblack';
    color: #0071bb;
    font-size: 28px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 0;
}
#noticias a {
    font-family: 'frutigernextltblackit';
    color: #0071bb;
    font-size: 42px;
    text-decoration: none;
    line-height: 1em;
    text-align: left;
}
#noticias h2 :hover, #noticias h1 a:hover {
    text-decoration: none;
    color: #80ba1f;
}
hr {
    width: 50%;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #c0c0c0, #f0f0f0);
}
#faq {
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #3aa0f3;
    /* background: url(/template/img/background-especialidades-medicas.jpg) center center no-repeat; */
    background-size: cover;
    box-shadow: 0 0 20px -5px #999;
}
#faq h2,.littletitle {
	font-family: 'frutigernextltblack';
    font-weight: normal;
    font-size: 17px;
    letter-spacing: -0.5px;
    margin-bottom: 0px;
    text-align: center;
}
/* ------------------ */
/* 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;
}




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




@media only screen and (max-width: 1124px) {
body {
		font-size: 2em;
}
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: 30px 0 0 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 {
	font-size: 0.6em;
	line-height: 20px;
}
#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: 12px;
	text-align: right;
	float: none;
}
.facebook {
	margin-right: 20px;
}
/* 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: 5px 5px;
  border-right: 1px solid #f4f4f4;
  font-family: 'Panton';
  font-size: 20px;
  text-decoration: none;
  text-align: center;
}
.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: 840px) {

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

}
/* -------------------------------- */
/*  Responsive Styles
/* -------------------------------- */
@media only screen and (max-width: 732px) {

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

		#blockbar p {
			font-size: 16px;
		}
#contenido .smallcolumn {
	width: 49%;
}
}
@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: 18px;
}
#contenido .smallcolumn {
	width: 100%;
}
}