/* -------------------------------- */
/* Fonts
/* -------------------------------- */
@CHARSET "UTF-8";
@import url('https://fonts.cdnfonts.com/css/nexa-bold?styles=29919,29913');
@font-face {font-family: "verlag-black";
  src: url("/template/fonts/verlag-black.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* 
@font-face {font-family: "verlag-light";
  src: url("/template/fonts/verlag-light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {font-family: "sailec-light";
  src: url("/template/fonts/sailec-light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */
/* ------------------------------- */
/*  Chrome Scrollbars                */
/* ------------------------------- */
::-webkit-scrollbar {
	width:5px;
	height:5px;
}
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
	background: rgba(0, 175, 241, 1);
}
/* -------------------------------- */
/* 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;
	scrollbar-width: thin;
	background-color: transparent;
}
nav {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	height: 85px;
	z-index: 200;
	box-shadow: 0 0 32px -10px rgb(0 0 0 / 50%);
  background-color: #edf9fd;
  background: #fff url(/template/img/header-background.png) left top no-repeat;
}
#logo {
	float: left;
	position: relative;
	width: 170px;
	top: 15px;
}
			.image {
		  display: block;
		  width: 170px;
		  height: 57px;
		  margin-left: 0;
			}
			.image:hover {
			transform: scale(1.05);
			}
			#logo a {
			text-decoration: none;
			color: #388491;
			}
.container {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
}
section {
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
.header {
	display: none;
}
/* --------------------------------- */
/*       Menu Styles            */
/* --------------------------------- */
#menu {
  width: 755px;
	height: 85px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#menu li a {
	font: 700 14px 'nexa', sans-serif;
	float: right;
	padding: 35px 15px;
	color:#000000;
	margin: 0;
}
#menu li a:hover {
/*	font-weight: bold; */
	color:#4089c9;
	border-top: solid 5px #242f5e;
}
#menu span {
	font-size: 11px;
	font-weight: bold;
}
/* -------------------------------- */
/*  Simple Styles
/* -------------------------------- */
.clear {
	clear: both;
}
img {
	margin: 0 auto;
}
a {
	transition: all 0.25s ease-in-out;
	text-decoration: none;
	color: #000;
}
a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}
p {
	max-width: 90%;
 	margin: 30px auto;
	font: normal 17px/22px "nexa";
	color:  #000;
	text-align: justify;
}
ul {
	font: normal 16px "nexa";
	list-style-type: none;
	line-height: 28px;
	padding: 0;
}
#contenido ul.empleos {
	max-width: 85%;
  font: normal 16px "nexa";
  color: #000000;
  text-align: left;
  margin: 20px auto 0 auto;
  list-style-type: square;
  letter-spacing: -0.5px;
  margin-right: 75px;
}
.empleos li {
	margin: 15px 0 0;
}
td {
	text-align: left;
	font: normal 16px "nexa";
}
b {
	display: inline-block;
	font: 700 18px "nexa";
	color: #0083a4;
}
h1 {
    font: 700 48px/60px 'nexa', sans-serif;
    letter-spacing: -2px;
    color: #0083a4;
    margin: 0 0 30px;
}
h2 {
	clear: both;
	max-width: 100%;
	font: 700 30px/30px 'nexa', sans-serif;
	letter-spacing: -2px;
	color: #0083a4;
	margin: 30px 0 20px;
	}
h4 {
    clear: both;
    max-width: 100%;
    font: 700 28px/30px 'nexa', sans-serif;
    color: #000;
    margin: 0;
}
.especialidadesTitles {
	float: left;
	width:100%;
	height: 30px;
	padding-top: 70px;
}
/* --------------------- */
/* Section Styles
/* --------------------- */
#slider {
	width: 100%;
	height: 75px;
	padding-top: 225px;
	image-rendering: auto;
	background: radial-gradient(circle, rgba(67,193,232,1) 0%, rgba(64,137,201,1) 44%);
	/* box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px; */
	box-shadow: inset  0  5px 15px -10px grey, inset  0 -10px 15px -15px grey;
}
@keyframes fadeposter {
  from {
	filter: brightness(0);
  }
  to {
	filter: brightness(1);
  }
}
#slider h1 {
	font: normal 80px "verlag-black";
    font-weight: 700;
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.1);
    transform-origin: 50% 100%;
    animation-duration: .3s;
    animation-name: fadeAndScale;
    animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}
@keyframes fadeAndScale {
    from {
        opacity: 0;
        transform: scale(.9,.9)
    }
    to {
        opacity: 1;
        transform: scale(1,1)
    }
}
#slider h1.smaller {
	font-size: 62px;
	margin-top: 18px;
}
#totop {
    opacity: 1;
    visibility: visible;
    transition: .2s;
    position: fixed;
    bottom: 1.2rem;
    right: 1.5rem;
    -webkit-filter: drop-shadow(0 2px 5px rgba(0,0,0,.3));
    z-index: 15;
}
iframe {
    clear: both;
    width: 100%;
    height: 650px;
    margin: 100px 0 -60px;
    border: none;
}
#contenido {
	height: auto;
	padding: 75px 0 0;
}
.button, .buttonTall {
	display: inline-block;
	font: 700 14px 'nexa', sans-serif;
	color: #fff;
	background-color: #1a59c8;
	border: none;
	border-radius: .33em;
	box-shadow: 0 0.7565932872px 2px rgba(0,0,0,.15);
	cursor: pointer;
	padding: 15px 30px 10px;
	position: relative;
	text-align: center;
	transition: background-color .4s cubic-bezier(.165,.84,.44,1) 0ms,color .4s cubic-bezier(.165,.84,.44,1) 0ms,box-shadow .4s cubic-bezier(.165,.84,.44,1) 0ms;
}
.buttonTall {
	color: #555;
  background-color: #edeff3;
  border: 1px solid #cecece;
	padding: 45px 30px 40px;
}
.button:hover {
	color: #dff4ff;
	background-color: #43c1e8;
	box-shadow: 0 1.7994922406px 4px rgba(0,0,0,.25);
}
.column {
    float: left;
    width: 30%;
    height: auto;
    padding: 0;
}
.column img{
	width: 100px;
	height: auto;
}
.twocolumn {
    float: left;
    width: 48%;
    height: auto;
    padding: 0;
}
/* ---------------------- */
/* 	 NOSOTROS
/* ---------------------- */
p.somosParrafo {
	font-size: 19.5px;
	line-height: 25px !important;
	text-align: justify !important;
  letter-spacing: 1px !important;
}
.column h1, .column h2 {
	margin: 20px auto;
}
.column p {
	font-size: 15px;
	max-width: 95%;
	letter-spacing: 0.5px;
	word-spacing: -2px;
	line-height: 24px;
	text-align: center;
}
.colmision {
	margin-left: 6%;
}
.colvision {
	margin-left: 4%;
}
.colvalores {
	margin-left: -10px;
}
.leftcol {
	width: 45%;
	float: left;
	padding: 0;
}
.leftcol img {
	height: 460px;
}
.rightcol {
	width: 55%;
	float: right;
/*	background-color: #f7f7f7;*/
	border-radius: 10px;
	padding: 0;
}
.rightcol p {
	text-align: left;
	letter-spacing: 0px;
	line-height: 28px;
	max-width: 100%;
}
.widebanner {
	float: left;
	width: 100%; 
	height: auto; 
	background-color: #ffffff8f;
	padding: 75px 0 50px;
	margin: -5px 0 75px;
	border-radius: 10px;
	-webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
	transition: all .6s cubic-bezier(.165,.84,.44,1);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.gallery {
	height: 500px;
	padding: 0;
	margin: 50px 0 75px;
}
.gallery img {
	border-radius: 10px;
}
.bannerhousecall {
	float: left;
	width: 100%; 
	height: 80px; 
	background-color: #f0f4f7;
	padding: 75px 0;
	margin: 0 0 75px;
	border-radius: 10px;
	background: url(/template/img/banner-housecall.jpg);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.medicosEspecialidadesMenu {
	display: inline-block;
	font:  700 14px/14px nexa;
	border-radius: 5px;
	color: #0083a4;
	background-color: #43c1e8 ;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 10px 10px 5px;
	margin: 5px 0;
}
a.medicosEspecialidadesMenu:hover {
	color: #fff;
	background-color: #000;
	cursor: pointer;
	box-shadow: unset;
}
.cardblock {
	width: 100%;
	height: auto;
	float: left;
	margin: 50px 0;
}
#div1, #div2, #div3, #div4, #div5, #div6, #div7 {
	float: left;
	width: 100%;
    transition: all .6s cubic-bezier(.165,.84,.44,1);
}
.box {
	position: relative;
	filter: saturate(1);
	float: left;
	margin: 30px 2.333% 30px 1%;
	width: 30%;
	height: 450px;
	border-radius: 10px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	-webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
	transition: all .6s cubic-bezier(.165,.84,.44,1);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.box:hover {
  box-shadow: 0 10px 20px 0 rgba(8,6,89,.1);
  -webkit-box-shadow: 0 10px 20px 0 rgba(8,6,89,.1);
  background-color: #000;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.box:hover .middle {
    opacity: 1;
}
.middle {
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 42.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	-webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
	transition: all .6s cubic-bezier(.165,.84,.44,1);
animation: fadein 3s;
}
.box h1 {
	font: 700 18px/18px "nexa";
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.box p, .middle p {
    font: 15px "nexa";
    line-height: 18px;
    text-align: center;
    margin: 0 auto 10px;
    color: #fff;
}
.descripcion {
	width: 100%;
	height: 50px;
	background-color: rgba(41,134,198,.4);
	position: relative;
	margin-top: 376px;
	padding: 20px 0 5px 0;
	border-radius: 0 0 10px 10px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.fondo {
	position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.box:hover .fondo {
	opacity: 0.1;
	filter: grayscale(100%);
}
/* ---------------------- */
/* 	 SERVICIOS
/* ---------------------- */
.twocolumn ul {
	font: normal 16px "nexa";
	list-style-type: square;
	line-height: 24px;
	padding: 0;
	text-align: left;
	margin: 0 0 50px 40px;
}
.twocolumn h2 {
	margin: 0 0 20px 20px;
  text-align: left;
  font-size: 28px;
}
h3 {
	clear: both;
	font: 700 32px "nexa";
    letter-spacing: 0;
    color: #000;
    text-align: center;
    margin: 100px auto 50px;
}
.onco {
	background: #242f5e url(/template/img/onco-banner.png) center center no-repeat;
}
.onco h2 {
	color: #FF5722;
	margin:  60px 0 40px;
}
.onco h2:first-of-type {
	margin-top:  0;
}
.onco p {
	max-width: 75%;
	text-align: justify;
	color: #fff;
}
.onco b {
	color: #fff;
}
.onco ul {
		list-style-type: square;
    text-align: left;
    width: 65%;
    margin: 30px auto 0;
}
.onco li {
	margin: 30px 0 0;
	color: #fff;
}
/* ---------------------- */
/* 	 FRASES
/* ---------------------- */
#frases {
	background: radial-gradient(circle, rgba(244,244,244,1) 50%, rgba(192,192,192,1) 100%);
	height: 230px;
	padding: 50px 0;
	margin: 50px 0 0;
}
#frases p {
	max-width: 100%;
	margin-top: 30px;
	font-size: 24px;
}
#frases .mapa {
	margin: 30px 30px 0 0;
	border: 2px solid #0ea9e5;
}
#frases img {
	/* filter: drop-shadow(2px 4px 4px #cecece); */
	border-radius: 10px;
}
.mobile {
	display: none;
}
h6 {
	font: bold 18px "Sailec-Light";
	color: #fff;
	margin: 10px 0;
}
.ef-banner {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.ef-banner:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    background: #f8f8f8;
    background: linear-gradient(225deg, rgba(231, 231, 231, 1) 45%, #aaa 50%, #ccc 56%, white 80%);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
}
.ef-banner:hover:before, .ef-banner:focus:before, .ef-banner:active:before {
    width: 35px;
    height: 35px;
}
/* ------------------------ */
/*     F O O T E R     */
/* ------------------------ */
footer {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 250px;
  margin: 0 auto; 
  padding: 50px 0;
  background-color: #242f5e;
}
footer a {
	color: #fff;
}
footer p {
  max-width: 95%;
  font: normal 14px/22px "nexa";
  color: #ffffff;
  text-align: left;
  letter-spacing: 0.5px;
  margin: 30px 0 10px;
}
footer h3 {
  display: block;
  font: 700 20px "nexa";
  color: #fff;
  margin: 30px 0;
  text-align: left;
}
#left_foot {
  width: 50%;
  height: auto;
  float: left
}
#right_foot {
  background: url(/template/img/footer-icons.jpg) 8px 22px no-repeat;
  width: 50%;
  height: auto;
  float: right;
}
.right_mini {
  float: right;
}
#right_foot p {
  padding-left: 30px;
}
.icon {
  filter: invert(100%);
  float: left;
  width: 25px;
  height: auto;
  margin: 5px 10px 0 0;
}
/* ----------------------------------------------------------------- */
/*                       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;
}
nav {
	background-color: #000000;
	display: none;
	opacity: 0;
	z-index: -200;
}
ul {
	padding-left: 0;
}

/* ===============  header responsive menu   ======================== */
.header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: rgba(255, 255, 255,0.8);
  backdrop-filter: blur(10px);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.header li a {
  display: block;
  color: #000;
  padding: 4px 4px;
  border-right: 1px solid #f4f4f4;
  font: 700 18px/18px	 'nexa', sans-serif;
  text-decoration: none;
  text-align: center;
}
.header .greenitem {
	color:#32c800;
}
.header li a:hover,
.header .menu-btn:hover {
	color: #ffffff;
	background-color: #00aff0;
}
.header .logo {
  display: block;
  width: 120px;
  filter: unset;
  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: 25px 20px;
  position: relative;
  user-select: none;
  background-color: #242f5e;
}

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

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  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;
}
/* ------------------------------------------------------- */
/* Quienes Somos - Section Styles        */
/* ------------------------------------------------------ */

/* -------------------------------------- */
/* frases - Section Styles      */
/* -------------------------------------- */
#frases p {
	font-size: 0.6em;
}
/* --------------------------------------- */
/* Footer - Section Styles       */
/* --------------------------------------- */
footer p {
	float: none;
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
}

}

@media only screen and (max-width: 840px) {
/* ---------------------------------------------------- */
/* Quienes Somos & Servicios - Section Styles        */
/* ---------------------------------------------------- */
.bigmoto {
	display: none;
}
/* -------------------------------------- */
/* frases - Section Styles      */
/* -------------------------------------- */
.right {
	width: 100%;
	padding: 50px 0;
	float: unset;
	text-align: center;
}
#marcas {
	height: auto;
	padding: 75px 0 0 0;
}
#frases {
	padding-top: 50px;
}
#frases p {
	text-align: center;
}
.btnbig {
	z-index:unset;
}
}
@media only screen and (max-width: 740px) {
.logo {
	margin-top: 125px;
}
#frases {
	height: 350px;
}
footer {
	height: 200px;
	padding-top: 10px;
}
footer p {
	float: none;
	width: 95%;
	letter-spacing: -0.5px;
	font-size: 15px;
	line-height: 20px;
	padding: 20px 0;
	margin: 0 auto;
}
}
@media only screen and (max-width: 480px) {
#slider {
	display: none;
}
#slidermobile {
	display: block;
	width: 100%;
	height: 650px;
	background-position: center;
}
.mobile {
	display: block;
}
p {
	font-size: 21px;
	line-height: 28px;
}
#nosotros {
	height:  auto;
	padding: 75px 0 0;
}
.column {
	width: 95%;
	padding: 0 10px;
}
.colmision, .colvision, .colvalores {
	margin-left: 0;
}
.widebanner {
	padding: 50px 0;
	border-radius: 0;
}
.box {
	width: 80%;
	margin-left: 10%;
}
.twocolumn {
	width: 100%;
}
.onco {
    background-size: cover;
}
.onco p {
	text-align: left;
}
.especialidadesTitles {
	height: 60px;
}
#contenido .leftcol, #contenido .rightcol {
	width: 100%;
}
#nosotros h1, #servicios h1, #marcas h1, #cotizaciones h1, #novedades h1, #frases h1 {
	font-size: 52px;
	line-height: 50px;
}
.logotype {
	max-width: 100%;
	text-align: center;
}
.gradient, .white {
    padding: 0;
}
.info {
	float: left;
	max-width: 100%;
	margin-top: 20px;
}
#frases {
	height: auto;
	padding-top: 50px;
	margin: 0;
}
#frases h1 {
	font-size: 52px;
	font-weight: normal;
}
.desktop {
	display: none;
}
.mobile {
	display: block;
	width: 90%;
	margin: 0 5%;
}
#left_foot, #right_foot {
    width: 100%;
}
#right_foot {
   background: unset;
}
.right_mini {
	width: 100%;
	float: left;
}
#right_foot p {
   padding-left: 0;
}
footer {
    height: auto;
}
footer span {
    text-align: center;
}
footer h3 {
	font:  700 20px "nexa";
	text-align: unset;
	margin: 50px 0 0;
}
footer p {
		width: 100%;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0px;
    }
.icon {
	float: unset;
}
}