@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reem+Kufi:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@100;300;400;500&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


/*==============================================================================================*/
/*                                                                                              */
/*                                      Standard                                                */
/*                                                                                              */
/*==============================================================================================*/
html, body{
	padding:0px;
	margin:0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:15px; 
	line-height: 24px;
	background-color: #ffffff;
	color: #333333;
	margin-top: 30px;
	overflow-x: hidden; 
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: transparent;
}

::-webkit-scrollbar
{
    width: 15px;
    background-color: transparent;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555555;
}

.locator {position: relative; top:-70px;}
.locatorVid {position: relative; top:-120px;}

a {
    color: #076880;;
}
 .movil {
	display: none;
}

#topper {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 20px;
    z-index: 99;
    border: none; 
    outline: none;
    background-color: #555;
    color: white;
    cursor: pointer;
    padding: 18px;
    border-radius: 50px;
    font-size: 0px;
    z-index: 100000000000;
    -moz-box-shadow: 0 0px 8px rgb(34 34 34 / 12%);
    -webkit-box-shadow: 0 0px 8px rgb(34 34 34 / 12%);
    box-shadow: 0 0px 8px rgb(34 34 34 / 12%);
}

#topper:hover {
  background-color: #076880; /* Add a dark-grey background on hover */
}

#topper img {
  width: 25px;
}

      .heroe {
        animation: doGallery 15s ease-in-out infinite;
        background-color: transparent;
        background-image: url(../img/banner/banner2.png);
      }
      .diabetes {
        background-image: url(../img/diabetes.png); 
        background-size:  auto 100%; 
        background-position:  85% 0px; 
        background-repeat: no-repeat;
      }
      .metlife {
      	background-color: #ffffff; 
      	background-image: url(../img/metlifeFondo.png)  ;  
      	background-position: center center; 
      	background-repeat: no-repeat; 
      	border-bottom: 7px solid #2086c3;
      	 min-height: 611px;
      }
      .metLogo {
	margin-top: 60px; 
	width: 90%; 
	max-width: 400px;
}




.menu div::-webkit-scrollbar
{
    width: 0px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  filter: alpha(opacity=0); 
  opacity: 0.0;
}
.menu div:hover::-webkit-scrollbar
{
    width: 10px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}

.deLogo {
	background-color: ;
display: inline-block;
height: 80px;
text-decoration: none;
font-family: 'Jost', sans-serif;
font-size: 1.7em;
line-height: 70px;
padding-left: 10px;
/*background-image: url(../img/menu/logo.svg);*/ 
background-size: auto 60px;
background-repeat: no-repeat;
background-position: 0 10px;
position: relative;
left: 10px;
color: #000000;
font-weight: 400;
padding-right: 15px;
text-transform: uppercase;
}

.deLogo:hover { 

  opacity: 0.6;}

 
.iconoLogo { 
display: inline-block;
height: 70px;
width: 170px; 
border-radius: 10px;
border: 0px solid black;
background-image: url(../img/medicoatuhogar_logo.svg); 
background-size: 100%;
background-repeat: no-repeat;
background-position: 0px;
position: relative;
left: 0px; 
top: 5px;
margin-right: 10px;
}

.acercaFondo {
	background-image: url(../img/banner/hospital.jpg); background-size: cover
}
.curva {
	width: 100%; margin: 0 auto; background-image: url(../img/curva.png); background-size: 190% 100%; background-position:  center bottom; background-color:  ; text-align: center;
}
.docOscar {  
background-image: url(../img/banner/DrOscarCastro.png);  
background-repeat: no-repeat;
background-position:  left bottom;
background-size: auto 100%; 
}

.telefono  {line-height: 33px; 
    font-family: "Oswald", sans-serif;
      font-size: 1.6em;
position: absolute;
top: 22px;
left: 210px;
color: #222222;
text-decoration: none;
     }
.telefono img {width: 30px; float: left; margin-right:10px; }

.deMenu{ 
float: right; 
margin-right: 0px;
}

.deMenu span {
font-family: 'Jost', sans-serif;
	display: inline-block;
	background-color:  ;
	margin: 0px;
	height: 80px;
	line-height: 80px;
	padding: 0px 25px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
}
.deMenu span:hover {  
	color: #aaaaaa; 
	opacity: 1;
}

.banner2020 {
	width: 100%; 
	height: 600px; 
	background-size: cover; 
	background-position: top center; 
	position: relative; 
	border-bottom: 15px solid;
}



.muevete { 
    bottom: 95px !important; 
}


.gris {
	background-color: #efefef;
}
 

.owlNav {
	width: 100%;
	background-color:  ;
	margin: 0 auto;
}
.owl-dots { display: block;}
.owl-prev,
.owl-next {
    font-size: 3em !important;
    width: 55px;
    height: 55px;
    line-height: 50px;
    padding: 0px;
    background-color: transparent  !important;
    position: absolute; 
}
.owl-prev {
    left: 0px;
    bottom: 50%;
}
.owl-next {
    right: 0px;
    bottom: 50%;
}


*{ 
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out; 
}

.tLeft 		{ text-align: left 		!important; }
.tCenter 	{ text-align: center 	!important; }
.tRight 	{ text-align: right 	!important; }
.fRight 	{ float: right 			!important; }
.fLeft		{ float: left 			!important; }
.tJustify 	{text-align: justify !important;}


.header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
	-webkit-box-shadow:0px 2px 18px 0px rgba(59,59,59,0.19);
	-moz-box-shadow:0px 2px 18px 0px rgba(59,59,59,0.19);
	box-shadow:0px 2px 18px 0px rgba(59,59,59,0.19);
}

.menu {
	position: fixed;
	top: 0px;
	left: -250px;
	bottom: 0px;
	width: 240px; 
	z-index: 7; 
	background-color: #ffffff;
	-webkit-box-shadow:0px 2px 18px 0px rgba(59,59,59,0.19);
	-moz-box-shadow:0px 2px 18px 0px rgba(59,59,59,0.19);
	box-shadow:0px 2px 18px 0px rgba(59,59,59,0.19);
}

.menuVer {
	left: 0px !important;
}

.nowrap {white-space: nowrap;}

.menu div { position: absolute;
top: 60px; bottom: 0px; left: 0px; right: 0px;
border-top:  1px solid #dddddd;
padding-top: 10px;
overflow-x: hidden;
overflow-y: auto; 
}

 
.menu div a {
	display: block;
	padding: 10px 15px; 
	text-decoration: none;
	color: #333333;
}
.menu div a:hover {
	border-right: 4px solid #87b72b;
}
.menu div a img {
	vertical-align: middle;
	margin-right: 10px;
	width: 22px;
}

.dark {
	background-color: #f6f6f6;
	color: #333333;
}

.defServicio {
	border: 2px solid #222222; border-radius: 7px; padding: 25px;
	margin: 0 auto;
	width: 90%;
	margin-bottom: 25px;
}
.defServicio div {
	color: #222222;
}
.telemedicina {
	width: 150px;
	margin-right: 20px;
	 filter: brightness(100%);
}
.deZona{ 
	font-family: 'Jost', sans-serif;
	font-size: 2.3em; 
	line-height: 1.2em;
	font-weight: 200;
	text-transform: uppercase;
	padding: 0 25px;
}

.deZonaDef{  
	font-size: 1.5em; 
	line-height: 1.2em;
	font-weight: 300;
	width: 90%; 
	margin: 0 auto;
}


.detitulo { 
	font-family: 'Jost', sans-serif;
	font-size: 3em; 
	line-height: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 25px;
}
.desubtitulo { 
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em; 
	line-height: 1em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 25px;
}

.contenido {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 35px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
/*	-webkit-box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);
	-moz-box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);
	box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);*/
}

.contenidoFit {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto; 
	text-align: center;
	font-family: 'Roboto', sans-serif;
/*	-webkit-box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);
	-moz-box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);
	box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);*/
}
.contenidoLeft {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 35px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
/*	-webkit-box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);
	-moz-box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);
	box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);*/
}
.copyright {padding: 5px;}
.articulo {
	padding: 45px 35px; 
	max-width: 800px;
	margin: 0 auto;
	text-align: justify;
}
.pleca {width: 100%; height: 15px;}
hr { border: 0px; border-top: 1px solid #dddddd; margin: 10px 0px; }

.logotipo {position: fixed; z-index: 100; top: 0px; left: 10px;  }


.nav {	position: absolute; right: -60px; top: 0px;  
	width: 60px;
	height: 60px; 
	display: block; 

}


.infoDoc {
	background-color:#ffffff; width: 95%; margin:  0 auto; border-radius: 10px; padding: 25px; box-sizing: border-box; text-align: left;  font-family: 'Roboto', sans-serif; margin-bottom: 35px; z-index: 10;

}
.overflow {
	width: 100%;
	height: 500px;
	overflow: auto;
}
.tipoTab div {
	display: inline-block;
	padding: 3px 10px;
	margin-right: 15px;
	cursor: pointer;
	text-align: center;
}


.tipoTab div:hover {
	color: #999999;
}


.tipoTab .activo {
	border-bottom: 3px solid #1f83bf;
	color: #1f83bf;
}

.comentario {
	padding: 35px 0px 35px 5px;
	border-bottom: 1px solid silver;
}
.paciente {
	width: 75px;
	height: 75px;
	margin-right: 25px;
	border: 1px solid #aaaaaa;
	border-radius: 100%;
	display: inline-block; 
	background-image: url(../img/avatar.png);
	background-size: 100%;
	float: left;
	overflow: hidden;
}
.paciente img {
	width: 100%;
}
.queDijo {
	width: calc(100% - 110px);
	display: inline-block; 
}

.paraTab {
	display: none;
}
.ver {
	display: block !important;
}

ul {
  list-style-type: square; 
  margin-left: 35px;
}

.maps iframe{
    pointer-events: none;
}

.socialMed { background-color: #111111; color: #ffffff; padding: 5px 25px; text-align: left;}
.socialMed img { width: 25px ; vertical-align: middle;}

.socialMed a:hover {  opacity: 0.5;}

.opciones {
	height: 80px; position: relative;}

.dragon {position: relative;
    left: 40px;
    top: 0px;
    /*background-color: #87b72b;*/
    width: 70px;
    height: 70px;
    /*border-radius: 100%;*/
    display: inline-block;
}
.dragon img {
    width: 110%;
    position: relative;
    top: -8px;
    left: 3px;}
.logo {	position: relative; left: 110px; top: 10px; font-weight: 600; 
	font-size: 1.9em; line-height: 60px; color: #222222;}
.user {	position: fixed; right: 0px; top: 0px; 
    z-index: 100;}
.buscador {	
    position: fixed;
    right: 50px;
    top: 11px;
    width: 220px;
    z-index: 100;
    overflow: hidden;
}
.user .avatar {
	margin: 13px 10px;
	width: 35px;
	height:35px;
	border-radius: 100%;
}

.galerias { width: 95%; margin: 0 auto; }


.servicios   {
clear: both;
padding: 45px 0px;
}
.servicios div {
width: 30%;
height: 250px;
margin: 1.5%; 
float: left;
color: #111; 
	font-size: 1em; 
}
.servicios div  img{
width: 40%; 
}


.servicios div span {
display: block;
background-color:  ;
padding: 20px;
height: 90px;
}


 .cuadroArte { 
width: 30%;
height: 260px;
margin: 1.5%;
background-color: black;
float: left;
color: #ffffff;
	font-family: 'Jost', sans-serif;
	font-size: 1.3em;
text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.93) 2px 2px 14px;
    line-height: 260px;
	background-size: cover;
	background-position: center center;  
  position: relative;
  overflow: hidden; 
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; 
  text-decoration: none;
    border-radius: 10px;
  
}

.cuadroArteBig { 
width: 96%;
height: 260px;
margin: 1.5%;
background-color: black;
float: left;
color: #ffffff;
	font-family: 'Jost', sans-serif;
	font-size: 1.3em;
text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.93) 2px 2px 14px;
    line-height: 260px;
	background-size: cover;
	background-position: center center;  
  position: relative;
  overflow: hidden; 
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; 
  text-decoration: none;
    border-radius: 10px;
  
}


.cuadroArteBig   span,
.cuadroArte   span,
.cuadroRed   span,
.cuadroColab span {
    position: relative;
    z-index: 1;
  }





 .cuadroRed { 
width: 30%;
height: 180px;
margin: 1.5%;
background-color: black;
float: left;
color: #ffffff;
	font-family: 'Jost', sans-serif;
	font-size: 1.3em;
text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.93) 2px 2px 14px;
    line-height: 220px;
	background-size: cover;
	background-position: top left ;  
  position: relative;
  overflow: hidden; 
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; 
  text-decoration: none;
    border-radius: 10px;
}  



.cuadroRed img {
	width: 90%;
	max-width: 180px;
/*	border: 1px solid #777777;*/
	border-radius: 20px;
}







.cuadroColab { 
width: 50%;
height: 250px;
margin: 0%;
background-color: black;
float: left;
color: #ffffff;
text-align: center;
	font-family: 'Jost', sans-serif;
	font-size: 1.3em;
text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.93) 2px 2px 14px;
    line-height: 1.2em;
	background-size: cover;
	background-position: top left ; 
	padding-top: 100px; 
  position: relative;
  overflow: hidden; 
  background-position: center center; 
  background-repeat: no-repeat; 
  text-decoration: none;
}
 .cuadroColab span div {
    font-size: .8em;
  }





.zoom-in  {
  &::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
	transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;  filter: brightness(60%); 
  }
}

.zoom-in {
  &:focus,
  &:hover {
    &::after {
      transform: scale(1.1); filter: brightness(100%);
	transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out; 
    }
  }
}

.cuadroRed.zoom-in  {
  &::after {
      filter: brightness(20%); 
  }
}

 
.cuadroRed.zoom-in {
  &:focus,
  &:hover {
    &::after {
      transform: scale(1.1); filter: brightness(100%); 
    }
  }
}




 
.bannerMax { 
  padding: 0px  10%;
  max-width: 1910px;
  margin: 0 auto;
}

 
 
.de25  { float: left; width: 25%; padding: 45px; box-sizing: border-box;} 
.de30  { float: left; width: 35%;} 
.de40  { float: left; width: 45%;}
.de50  { float: left; width: 50%;}
.de60  { float: left; width: 55%;} 
.de70  { float: left; width: 65%;}


.de25 img {
	width: 50%;
	margin: 10px auto;
	max-width: 110px;
}

.de40a  { float: left; width: 40%;}
.de60a  { float: left; width: 60%;}

.de40 img,
.de60 img,
.de40a img,
.de60a img {   z-index: 80; position: relative;}

.derecha .de50  { float: right; width: 50%;}

.derecha .de40a  { float: right; width: 40%;}
.derecha .de60a  { float: right; width: 60%;}


.deSkills { 
	height: 320px;
}
.coverTmnt {
	background-image: url(../img/cover/tmnt.png);
}
.coverGames {
	background-image: url(../img/cover/games.png);
}
.coverComics {
	background-image: url(../img/cover/comics.png);
}
.CoverPortrait {
	background-image: url(../img/cover/portrait.png);
}
.CoverPets {
	background-image: url(../img/cover/pets.png);
}
.CoverPhotos {
	background-image: url(../img/cover/photos.png);
}

.CoverSketches {
	background-image: url(../img/cover/sketches.png);
}
.CoverTattoos {
	background-image: url(../img/cover/tattoos.png);
}

.coverDeviantart {
	background-image: url(../img/cover/deviantart.png);
}

.coverFacebook{
	background-image: url(../img/cover/facebook.png);
}
.CoverInstagram{
	background-image: url(../img/cover/instagram.png);
}
.CoverTwitter{
	background-image: url(../img/cover/twitter.png);
}
.CoverLinkedin{
	background-image: url(../img/cover/linkedin.png);
}
.CoverWhatsapp{
	background-image: url(../img/cover/whatsapp.png);
}
.coverUX {
	background-image: url(../img/cover/disenomapache.png);
}
.coverPhotoshop {
	background-image: url(../img/cover/puchys.jpg);
}


.coverMerch {
	background-image: url(../img/cover/merch.png); 
      filter: brightness(100%) !important; 
}
.coverMerch.zoom-in  {
  &::after { filter: brightness(100%); 
  }
}


.mugenPreview {
	position: relative;
    z-index: 50;
}


.deNews {
	float: right; width: 25%; max-width: 140px;
	margin-left: 15px;
}
.boton { 
	background-color: #000000;
    font-family: 'Jost', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	padding: 18px;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: 600;
/*    text-shadow: 2px 2px 5px rgb(0 0 0 / 73%); */
    margin-bottom: 15px;
    display: inline-block;
    z-index: 20;
    border-radius: 10px;
    cursor: pointer;
}
.boton:hover  {
	background-color: #777777;
	color: #ffffff;
}
.boton span {
	display: block;
	font-size: .5em !important;
}


.botMet {
	background-color: #2086c3;;
}

.botMet:hover {
	background-color: #479acb;;
}

.boton2 { 
	background-color: #ffffff;
	color: #333333;
	text-transform: uppercase;
	padding: 21px;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: 600; 
    border-radius: 10px;
} 
.boton2:hover {
	background-color: #111111;
	color: #ffffff;
}

.boton3 {
	border-radius: 15px 0px 0px 0px; position: absolute !important; 
	bottom: 0px; 
	right: 0px; 
	background-color: #71ba1c; color: black; text-shadow: rgba(0, 0, 0, 0) 2px 2px 14px; padding: 0px 25px; height: 40px; line-height: 40px;
}

.coverMerch:hover .boton3  {
	background-color: #333333;
	color: #ffffff;
}
.goOut {
/*	width: 0px !important;*/
	position: absolute;

}

.videoPreview   {
	position: relative;
}


.videoPreview img {
	width: 90%;
}
.video {
	margin-bottom: 25px;
}
video {
/*	width: 0px;*/
	width: 90%;
	
    border-radius: 10px;
/*	position: absolute;*/
}
 
.verFull {
	width: 100%;
	position: relative;
}
.iconPlay {
	position: absolute;
	top: 0px;
	left: 5%;
	cursor: pointer;
}
.videoPreview:hover img {  opacity: 0.5578; }
.goFull {
	width: 100%; 
}
.videoInfo {
	text-align: left;
	padding-right: 35px;
}

.expInfo {
	text-align: left;
	width: 90%;
	margin: 0 auto; 
	position: relative;
}
.expTitle { 
	height: 45px;
	font-size: 2em;
}
 

.goFull  .videoInfo {
	padding-left: 35px;
}
.videoInfo span  {
	display: block;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
    font-family: 'Jost', sans-serif;
}

 
.videoInfo div {
    background-color: ;
    margin: 25px 0px 35px 0px; 
    padding-bottom: 25px;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
}

.viewMore   {
	border: 1px solid  #efefef;
	border-radius: 10px;
	padding: 15px;
	float: right;
	margin-right: 25px;
	cursor: pointer;
}

.viewMore:hover   {
    -webkit-box-shadow: 0px 2px 18px 0px rgba(59,59,59,0.19);
    -moz-box-shadow: 0px 2px 18px 0px rgba(59,59,59,0.19);
    box-shadow: 0px 2px 18px 0px rgba(59,59,59,0.19);
}

.viewMore img {
	width: 15px;
	vertical-align: middle;
	margin-left: 20px;
}


.avatar {
	width: 200px;
	border-radius: 100%;
	display: block;
	clear: both;
	margin: 0 auto 0px auto;
	position: relative;
	top: -60px;
}

.mugenInfo {
	text-align: left;
	padding-right: 35px;
}
.mugenInfo img {
 	width: 12px;
} 
.mugenInfo span {
	display: block;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: 400;
    font-family: 'Jost', sans-serif;
}
 
.mugenInfo > div { 
	background-color:  ;
	margin: 25px 0px 35px 0px;
/*	height: 130px; overflow: hidden;*/
	border-bottom: 1px solid #efefef;
}
 
.mugenInfo > div > span { 
	font-size: 1.1em;
	margin-top: 15px;
}


.item table a {
	color: #076880;
	text-transform: uppercase;
}

.mugenPreview { 
	height: 560px;
	width: 85%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%; 
	border-radius: 10px; 
}
.bgAlpha {
	background-image: url(../img/mugen/alpha.png); 
}
.bgOrtsac {
	background-image: url(../img/mugen/ortsac.png); 
}
.bgZlr {
	background-image: url(../img/mugen/zlr.png); 
}
.bgWx2 {
	background-image: url(../img/mugen/wx2.png); 
}
.mugenInfo table { 
	width:98%;
}

.mugenInfo tr:nth-child(even) td { 
	background-color: #fbfbfb;
}
.mugenInfo th {
    background-color: transparent;
	padding: 35px 7px 7px 7px;
	border-bottom: 1px solid #cccccc;
    font-family: 'Jost', sans-serif;
}
.mugenInfo tr:nth-child(1) th { 
	padding: 7px 7px 7px 7px; 
	background-color:  ;
}
.mugenInfo td { 
	padding: 7px;
}



.moveset {
	overflow: auto;
	width: 100%;
	height: 200px;
	margin-bottom: 25px;
}
.azul {
	background-color: #165599;
	color: #ffffff; 
	padding: 0px 35px;
}
.darker {
	background-color: #444444;
	color: #ffffff; 
}
.black {
	background-color: #111111;
	color: #ffffff; 
} 

.clear {clear: both;}
.heroe {
/*	height: 800px;*/
	height: 600px;
 background-color: #015970; 
	color: #ffffff; 
	margin-top: 50px; 
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-size: 3em;
	overflow: hidden;
	padding: 0 25px; 
	background-size: cover;
	background-position: center center;
    text-shadow: 2px 2px 14px rgb(0 0 0 / 83%); 
    position: relative;
}
.heroe h6 {
	font-size: 1em;
	line-height: 1em;
	font-weight: 200;
/*	padding-top: 250px;*/
	padding-top: 150px;
	z-index: 10;
	position: relative;
/*	text-transform: uppercase;*/
}

.heroe h2 {
	font-size: 3em;
	line-height: 1.3em;
	font-weight: 400;
	z-index: 10;
	position: relative;
}


h3 {
    font-family: 'Jost', sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: 400;
	z-index: 10;
	position: relative;
}
h4 {
    font-family: 'Jost', sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 400;
	z-index: 10;
	position: relative;
}

.enfoque {position: absolute; 
	top: 0%; 
	right: 0%; 
  bottom: 0%; 
  left: 0%;
   z-index: 0;  
    background-color: #111111 ; 
filter: blur(26px);
  -webkit-filter: blur(26px); 
  opacity: 0.578;}


.resume {
	width: 90%;
	margin: 0 auto; 
	font-size: 1.1em;
	line-height: 1.8em;
}
.resume2 {
	width: 80%;
	margin: 0 auto; 
	font-size: 1.1em;
	line-height: 1.8em;
}

.upDate {
	float: left;
	display: inline-block;
	border-right: 1px solid  ;
	padding: 15px;
	border-color: #dddddd;
	margin-right: 15px; 
    font-family: 'Jost', sans-serif;
}
.upDate span {
	display: block;
	font-size: 4em;
	margin: 9px 3px;
}



.picoVas { 
	cursor: pointer;
	width: 55px; 
	position: relative; 
	filter: drop-shadow(2px 2px 14px rgb(0 0 0 / 83%));
 -webkit-box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);
	-moz-box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19);
	box-shadow:0px 2px 108px 0px rgba(59,59,59,0.19); }




a {text-decoration: underline;}
/*a:hover { 
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80); 
  opacity: 0.8;
}*/


.bannerText {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #ffffff;
	padding: 25px;
	background-color: rgba(0, 0, 0, 0.59);
}


.arbol a { 
	color: #80d01e;
    text-decoration: none;
    font-weight: 400;
}

.arbol a::after { 
  content: " >";
  color: #aaaaaa;
} 

.titulo {
	font-size: 2.7em;
	line-height: 44px;
	font-weight: 100; 
	text-align: initial;
}

.bannerText .titulo { 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis; 
}

.quote {
    background: url(../theme/quote.png) top left;
    background-repeat: no-repeat; 
    font-size: 2.1em;
    line-height: 60px ;
    font-weight: 100;
    font-style: italic;
    cursor: default;
    display: block;
    width: 90%;
    max-width: 850px;
    margin: 45px auto;
    min-height: 45px;
    text-align: initial; 
}
.quoter {
    background: url(../theme/quote.png) top left;
    background-repeat: no-repeat;  
    font-weight: 300;
    font-style: italic; 
    font-size: 1.3em;
    width: 90%;
    max-width: 850px;
    margin: 45px auto;
    text-align: right; 
    padding-right: 5%;
}



.tutambien { 
    background-repeat: no-repeat; 
    font-size: 3.1em; 
    line-height: 1.2em;
    font-weight: 300; 
    cursor: default;
    display: block;
    width: 90%; 
    margin: 45px auto 20px auto; 
    text-align: center; 
}
b { 
    font-weight: 800; 
}

.salvaUna { 
    background-repeat: no-repeat; 
    font-size: 2.1em; 
    line-height: 1.2em;
    font-weight: 300; 
    cursor: default;
    display: block;
    width: 80%; 
    margin: 30px auto; 
    text-align: center; 
}
.desde { 
    background-repeat: no-repeat; 
    font-size: 1.2em; 
    line-height: 1.2em;
    font-weight: 300; 
    cursor: default;
    display: block;
    width: 80%; 
    margin: 30px auto; 
    text-align: center; 
}
.precio {
	font-size: 3.4em;
    font-weight: 800; 
    margin: 20px auto;
}
.minitxt {
	font-size: 10px;
}

b { 
	font-weight: 800;  
}


.footer {
	width: 100%; 
    color: #ffffff; 
    background-color: #111111; 
    text-align: left !important; padding: 5px 15px;
}
hr {border-color: #444444;}
.fTitulo{
	color: #ffffff !important:
	font-size: 2.5em;
	border-bottom: 1px solid #2b2f38;
	padding: 5px 0px;
	width: 95%;
	margin-bottom: 10px;
}

.fLista {
	width: 95%;
	margin: 0 auto;
}
.fLista td {
	width: 25%;
	background-image:url(../theme/bdiv.jpg); background-repeat:repeat-y; background-position: top right;
	vertical-align: top;
}
.fLista td:last-child {
	background-image:url();
}

.fLista td a {
	color: #aaaaaa;
	text-decoration: none;
	display: block;
	padding-left: 20px;
}
.fLista td a.sub {
	color: #90DC34;
	font-weight: 600;
	padding-left: 10px;
}

.copy {
	width: 100%;
	height: 35px;
	background-color:  #282828;
	color: #ffffff;
	font-size: .8em;
}
.copy a {
	color: #90DC34;
}
.copy td:nth-child(1) {font-size: 2em; font-family: verdana; width: 45px; text-align: center; }
.copy td:nth-child(2) {  font-family: verdana; }


.exp tr td:nth-child(1) {
	background-image: url(../img/clientes/line.png) ;
	background-repeat: repeat-y;
}
.exp tr:last-child td:nth-child(1) {
	background-image: url() ; 
}
.exp td {
	vertical-align: top;
}
.exp img {
	width: 55px; 
	margin-right: 29px;
	border: 1px solid silver;
	background-color: #ffffff;
	border-radius: 100%;
}


#owl-example1 .owl-buttons {
	display: none;
}



.owl-prev ,

.owl-next {
    background-color: #111111 !important;
    border: 1px solid black;
    line-height: 45px;
}





/*==============================================================================================*/
/*                                                                                              */
/*                                       1200 px                                                */
/*                                                                                              */
/*==============================================================================================*/
@media screen and (max-width: 1200px) {
 

 
      .diabetes {  
        background-position:  100% 0px;  
      }


.de25  { width: 50%; padding: 10px 45px 70px 45px; } 

	.heroe {height: 500px; 
	font-size: 2.3em; 
}
.heroe h6 {
	padding-top: 140px;
}
 

}

/*==============================================================================================*/
/*                                                                                              */
/*                                        900 px                                                */
/*                                                                                              */
/*==============================================================================================*/
@media screen and (max-width: 900px) {
 

 .docOscar {    
background-position:   -200px bottom;
background-size: auto 100%; 
}



	.heroe {  
		font-size: 2.0em; 
	}


 .owlNav {
	width: 100%; 
}

.owl-prev {
    left: -5px; 
}
.owl-next {
    right: -5px; 
}


.deMenu span {
	padding: 0px 12px;
}



.de30  { width: 100%;}  
.de70  { width: 100%;}




.deMenu span {
	padding: 0px 15px;
}

.deMenu  {
	position: absolute;
	margin: 0px;
	left: 0px;
	right: 0px;
	top: 61px; 
	max-height: 0px;
	background-color: #ffffff;
	overflow: hidden;
}
.deMenu span{
	display: block;
	text-align: center;
}
.ver {
	max-height: none;
}



.nav {	 right: 0px; top: 0px;  }

.ham {
  display: inline-block;
  cursor: pointer;
  margin: 0px;
  padding: 10px;
  border: 1px solid silver;
  position: relative;
  border-radius: 5px;
 transform: scale(0.65);
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.gsc-control-cse {
    border-color:  transparent !important;
    background-color: transparent !important;
}

.gsc-search-button-v2 { 
	width:50px !important;
    padding: 10px 6px !important;
    border-radius: 0px 5px 5px 0px !important;
    position: relative;
    left: -30px;
 }


.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0px !important;
    width: auto;
}


.gsc-input {
    height: 24px !important;
    border-radius: 5px !important;
}


.gsc-input-box {
    border: 1px solid #dfe1e5;
    background: transparent;
    width: 165px;
    overflow: hidden;
}


}



/*==============================================================================================*/
/*                                                                                              */
/*                                        800 px                                                */
/*                                                                                              */
/*==============================================================================================*/
@media screen and (max-width: 800px) {
	.servicios div {
width: 47%;
height: 250px;
margin: 1.5%;  
}


 
 .docOscar {    
background-position:   -100px bottom;
background-size: auto 100%; 
}

 .docOscar {    
background-position:   -200px bottom;
background-size: auto 100%; 
}




	.fLista {display: none;}
 

 .de25  { width: 100%; padding: 10px 45px 70px 45px; } 



.cuadroArte { width: 45%; margin: 2.5% ; height: 200px; line-height: 200px;}

.cuadroRed { width: 45%; margin: 2.5% ; height: 130px; line-height: 160px;}

	.heroe {height: 500px; 
	font-size: 1.4em; 
}


.de50 {
	width: 100%;
}



.videoInfo { 
	padding: 5%;
}



}



/*==============================================================================================*/
/*                                                                                              */
/*                                        760 px                                                */
/*                                                                                              */
/*==============================================================================================*/
@media screen and (max-width: 760px) {

.telefono  { 
top: 12px;
left: calc(50% - 50px);;
     }


.movil {
	width: 100%; 
	display: block;
}

.acercaFondo {
	background-image: url(../img/banner/hospital2.jpg) ; background-repeat: no-repeat; background-size:  auto 600px;
	background-position: center top  ;

}

      .diabetes { 
        background-position:  315px 0px;  
        background-image: url(); 
      }

      .metlife { 
        background-position:  315px 0px;  
        background-image: url(); 
      }
            .metLogo {
	margin-top: 20px; 
	width: 80%; 
	max-width: 400px;
	margin-bottom: -20px;
}



 .docOscar {    
background-position:   center top;
background-size: auto 360px; 
}



.opciones {
    height: 60px;
    position: relative;
}

.deLogo { 
height: 60px; 
font-size: 1.34em;
line-height: 60px; 
margin-left: 0px;
padding-left: 0px;
}

.infoDoc {
 margin-top: 250px;
}




.upDate { 
	font-size: .8em; 
}

.upDate span { 
    font-size: 2.3em; 
    margin: 0px;
}


.iconoLogo { 
height: 40px;
width: 170px; 
background-size: auto;  
top: 9px;
}

.de40  { float: left; width: 100%;}
.de60  { float: left; width: 100%;}
.mugenInfo {margin-left: 35px;}

.mugenPreview { 
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-bottom: 25px;
}

.bgAlpha {
	background-image: url(../img/mugen/alphaM.png); 
}
.bgOrtsac {
	background-image: url(../img/mugen/ortsacM.png); 
}
.bgZlr {
	background-image: url(../img/mugen/zlrM.png); 
}
.bgWx2 {
	background-image: url(../img/mugen/wx2M.png); 
}

.socialMed {height: 0px; padding: 0px; overflow: hidden;}



 

.heroe { 
	margin-top: 0px;  
	transition: all 0.0s ease-out;
    -moz-transition: all 0.0s ease-out;
    -webkit-transition: all 0.0s ease-out;

}
 



}


/*==============================================================================================*/
/*                                                                                              */
/*                                        600 px                                                */
/*                                                                                              */
/*==============================================================================================*/
@media screen and (max-width: 600px) {
	

	.tipoTab div { 
    padding: 3px 3px;
    margin-right: 12px; 
}


	.servicios div {
width: 100%;
height: 120px;
margin: 0%;  
border-top: 0px solid silver;
padding: 25px;
text-align: left;
}


	.servicios div img {
width: 70px;
margin: 0px 15px 0px 0px; 
float: left; 
}
.servicios div span {
	background-color: ;
	display: table-cell;
	max-height: 60px;
	overflow: hidden;
	padding: 0px 20px;
	vertical-align: middle;
	position: relative;
	top:-10px;
}


.defServicio {
	display: none;
}

	.buscador {	position: absolute; left: 0px; right: 0px; top: 60px; width: 100%; height: 0px; }

 
	.articulo {
		padding: 15px 25px; 
	}

	.quote {

	    font-size: 1.8em;
	    line-height: 42px ; 
	}
	.cuadroColab {
		width: 100%;
	}
	.deSkills  {
		height: 250px;
	}
.de25 img {
    width: 30%; 
}
 
}



/*==============================================================================================*/
/*                                                                                              */
/*                                       410 px                                                */
/*                                                                                              */
/*==============================================================================================*/
@media screen and (max-width: 410px) {
 
 
.heroe h6 {
	padding-top: 90px;
	line-height: 1.3em;
}
 .detitulo { 
    font-size: 2.6em;
    line-height: 1.2em;
}



  
.tutambien { 
    font-size: 2.0em; 
    line-height: 1.2em;
}
.salvaUna {
    font-size: 1.5em;
    line-height: 1.2em;
}


}

/*==============================================================================================*/
/*                                                                                              */
/*                                     + 1500 px                                                */
/*                                                                                              */
/*==============================================================================================*/
@media screen and (min-width: 1500px) {
	

	.menu,
	.menuVer {
		left: 0px;
	}

	.logotipo {left: -30px;  }


}
