@charset "utf-8";

* {
	margin:0;
	padding:0;
}

@font-face {
  font-family: 'gadugi';
  src:  url('gadugi.eot?ka2add');
  src:  url('gadugi.eot?ka2add#iefix') format('embedded-opentype'),
    url('gadugi.ttf?ka2add') format('truetype'),
    url('gadugi.woff?ka2add') format('woff'),
    url('gadugi.svg?ka2add#softhealth') format('svg');
  font-weight: normal;
  font-style: normal;
}

html{
	scroll-behavior: smooth;
}

#banner{
	background-color: #ffffff;
	/*#499dc1#6ca6cd*/
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#banner #imgbanner{
	height: 40%;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	}
#imgbanner img{
	height: 80%;
	width: 80%;
	margin-left:10%;
	margin-right:10%;
	}		
#menu{
	width: 100%;
	background-color: #003366;
	}

.menu_bar {
	display:none;
}

header {
	width: 100%;
}

header nav {
	z-index:1000;
	width:70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
	margin-right: 8%;
	margin-left: 8%;
	background-color: #003366;
}

header nav ul li:hover {
	color:#ffffff;
	transition: all 800ms ease;
	background-color: #0066CC;
}

header nav ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	
}

header nav ul li a span {
	margin-right:10px;
}

header nav ul li:hover .children {
	display:block;
}

header nav ul li .children {
	display: none;
	position: absolute;
	width: 140%;
	z-index:1000;
	background-color: #003366;
}

header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

header nav ul li .children li a {
	display: block;
	color:#ffffff;
}

header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

header nav ul li a span{
	color: #13a4e3;
	font-size: 1.2em;
}

header nav ul li a:hover span {
	color: #ffffff;
}

section #accordion{
	width: 70%;
	background-color: #eff1f0;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}

section {
	width: 100%;
	background-color: #eff1f0;
	clear: both;
	padding-bottom: 0.5%;
}

section h1{
	font-family: gadugi;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	/*margin-top: 2%;*/
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 10%;
	padding-top: 1%;
	}

section #accordion h1{
	font-family: gadugi;
	font-size: 1.4em;
	font-weight: bold;
	}

section #contenidoacordeon{
	background-color: #eff1f0;
}

section #contenidoacordeon h2{
	font-family: gadugi;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-left: 1%;
	margin-bottom: 1%;
	padding-top: 1%;
	}

section p{
	font-family: gadugi;
	font-size: 1.1em;
	color: #000000;
	margin-top: 1%;
	margin-right: 10%;
	margin-bottom: 1%;
	margin-left: 10%;
	text-align: justify;
	clear:both
	}

section #accordion p{
	font-family: gadugi;
	font-size: 1.1em;
	color: #000000;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	text-align: justify;
	clear:both
	}

section #contenidoacordeon ul, section ul {
	font-family: gadugi;
	font-size: 1.1em;
	color: #000000;
	margin-top: 1%;
	margin-bottom: 1%;
	clear:both
	}
section ul li{
	margin-left: 15%;
	text-align: justify;
	}

section #contenidoacordeon ul li{
	margin-left: 5%;
	text-align: justify;
	}

#imagenespecialidades{
	width: 38%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

#imagenespecialidades img{
	width: 100%;
	height: 100%;
}

/*Estilos para flecha ir arriba*/
.ir-arriba {
	display:none;
	padding:20px;
	background:#13a4e3;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	border-radius: 10px;
	border-color: #000000;
	box-shadow: 2px 2px 10px #333333;
}

.ir-arriba:hover {
	display:none;
	padding:20px;
	background:#13a4e3;
	font-size:20px;
	color:#000000;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
	border-radius: 10px;
	border-color: #000000;
	box-shadow: 2px 2px 10px #ffffff;
}
/*Fin estilos flecha ir arriba*/

footer{
	background-color: #003366;
	padding-bottom: 1%;
	}	
footer h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.000em;
	font-weight: bold;
	color: #ffffff;
	margin-left: 8%;
	margin-bottom: 1%;
	padding-top: 1%;
	}
	
footer span{
	font-size: 1.200em;
	font-weight: bold;
	color: #13a4e3;
	margin-top: 1%;
	/*margin-left: 8%;*/
	}	
footer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.950em;
	color: #ffffff;
	margin-top: 0.3%;
	margin-bottom: 0.3%;
	}
footer a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.95em;
	color: #ffffff;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	text-decoration: none;
	}	
	
#contactenos{
	width: 80%;
	/*height: 600px;*/
	padding-top: 1%;
	padding-bottom: 1%;
	clear: both;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	}

#contactenos h1{
	font-family: gadugi;
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 0%;
	padding-top: 1%;
	}

#contactenos p{
	font-family: gadugi;
	font-size: 1.1em;
	color: #000000;
	margin-top: 1%;
	margin-right: 10%;
	margin-bottom: 1%;
	margin-left: 0%;
	text-align: justify;
	clear:both
	}
#contactenos span{
	color: #13a4e3;
}

@media screen and (max-width: 1382px) {	
header nav {
	z-index:1000;
	width:95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
section #accordion{
	width: 80%;
	background-color: #eff1f0;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}
section ul {
	font-family: gadugi;
	font-size: 1.1em;
	color: #000000;
	margin-top: 1%;
	margin-bottom: 1%;
	}
section ul li{
	margin-right: 15%;
	margin-left: 15%;
	text-align: justify;
	}
#imagenespecialidades{
	width: 42%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}
}
@media screen and (max-width: 1018px) {
#banner #imgbanner{
	height: 50%;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	}	

header nav ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

header nav ul li a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
  }

 section #accordion{
	width: 90%;
	background-color: #eff1f0;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}

#imagenespecialidades{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	margin-bottom: 1%;
} 
}

@media screen and (max-width: 866px) {
#banner #imgbanner{
	height: 60%;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	}

header nav {
		width: 100%;
	}

section h1{
	font-family: gadugi;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 6%;
	padding-top: 1%;
	}

section #accordion h1{
	font-family: gadugi;
	font-size: 1.2em;
	font-weight: bold;
	}

section h2{
	font-family: gadugi;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 6%;
	padding-top: 1%;
	}	

section #contenidoacordeon h2{
	font-family: gadugi;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-left: 0%;
	margin-bottom: 1%;
	padding-top: 1%;
	}

section p{
	font-family: gadugi;
	font-size: 1.0em;
	color: #000000;
	margin-top: 1%;
	margin-right: 10%;
	margin-bottom: 1%;
	margin-left: 6%;
	text-align: justify;
	}

section #accordion p{
	font-family: gadugi;
	font-size: 1.0em;
	color: #000000;
	margin-top: 1%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 0%;
	text-align: justify;
	clear:both
	}

section #contenidoacordeon ul, section ul {
	font-family: gadugi;
	font-size: 1.0em;
	color: #000000;
	margin-top: 1%;
	margin-bottom: 1%;
	clear:both
	}

section ul li{
	margin-right: 10%;
	margin-left: 15%;
	text-align: justify;
	}

section #contenidoacordeon ul li{
	margin-right: 2%;
	margin-left: 8%;
	text-align: justify;
	}	

#imagenespecialidades{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

/*Estilos para flecha ir arriba*/
.ir-arriba {
	display:none;
	padding:15px;
	background:#13a4e3;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:15px;
	border-radius: 10px;
	border-color: #000000;
	box-shadow: 2px 2px 10px #333333;
}

.ir-arriba:hover {
	display:none;
	padding:15px;
	background:#13a4e3;
	font-size:20px;
	color:#000000;
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:15px;
	border-radius: 10px;
	border-color: #000000;
	box-shadow: 2px 2px 10px #ffffff;
}
/*Fin estilos flecha ir arriba*/

footer h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.000em;
	font-weight: bold;
	color: #ffffff;
	margin-left: 6%;
	margin-bottom: 1%;
	padding-top: 1%;
	}

footer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.850em;
	color: #ffffff;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	}	
#contactenos{
	width: 90%;
	height: 450px;
	padding-top: 1%;
	padding-bottom: 1%;
	clear: both;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	}	
#contactenos p{
	font-family: gadugi;
	font-size: 1.0em;
	color: #000000;
	margin-top: 1%;
	margin-right: 10%;
	margin-bottom: 1%;
	margin-left: 0%;
	text-align: justify;
	clear:both
	}

}

@media screen and (max-width: 793px) {
#banner #imgbanner{
	height: 70%;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	}

header nav ul li {
	display:inline-block;
	position: relative;
	margin-right: 5%;
	margin-left: 5%;
	background-color: #003366;
}

header nav ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.900em;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

header nav ul li a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.900em;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

header nav ul li a span {
	margin-right:10px;
}
section #accordion{
	width: 96%;
	background-color: #eff1f0;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width: 600px) {
#banner #imgbanner{
	height: 80%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	}

#menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	/*vertical-align: middle;*/
	width: 100%;
	}
.menu_bar {
	display:block;
	width:100%;
	position: inherit;
	/*position: fixed;*/
	top:0%;
	background-color: #003366;
	/*z-index:1000;*/
	}

.menu_bar .bt-menu {
		display: block;
		/*padding: 5px;*/
		color: #ffffff;
		overflow: hidden;
		font-size: 22px;
		font-weight: bold;
		text-decoration: none;
	}

.menu_bar span {
		float: right;
		font-size: 30px;
	}
header nav {
		width: 45%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}

header nav ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.800em;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

header nav ul li a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.800em;
	color:#ffffff;
	display:block;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
	header nav ul li {
	display: block;
	border-bottom:1px solid rgba(255,255,255,.5);
	background-color: #003366;
	margin-right: 0%;
	margin-left: 0%;
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
	margin-left:10px;
	background-color: #003366;		
	}
	
	header nav ul li .children li a:hover {
	margin-left:10px;
	background-color: #0066cc;
	color: #FFF;
	}

header nav ul li .caret {
		float: right;
	}

section #contenidoacordeon ul li{
	margin-right: 1%;
	margin-left: 10%;
	text-align: justify;
	}

}

@media screen and (max-width: 400px) {	
#banner #imgbanner{
	height: 95%;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	}

section p{
	font-family: gadugi;
	font-size: 1.0em;
	color: #000000;
	margin-top: 1%;
	margin-right: 5%;
	margin-bottom: 1%;
	margin-left: 5%;
	text-align: justify;
	}
section ul {
	font-family: gadugi;
	font-size: 1.0em;
	color: #000000;
	margin-top: 1%;
	margin-bottom: 1%;
	clear:both
	}
section ul li{
	margin-right: 10%;
	margin-left: 15%;
	text-align: justify;
	}		
}

@font-face {
  font-family: 'softhealth';
  src:  url('fonts/softhealth.eot?ka2add');
  src:  url('fonts/softhealth.eot?ka2add#iefix') format('embedded-opentype'),
    url('fonts/softhealth.ttf?ka2add') format('truetype'),
    url('fonts/softhealth.woff?ka2add') format('woff'),
    url('fonts/softhealth.svg?ka2add#softhealth') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'softhealth' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
	content: "\e921";
	margin-left: 10px;
}
.icon-menu:before {
  content: "\e9e0";
}

.icon-home:before {
  content: "\e9b8";
}

.icon-mail:before {
  content: "\e9da";
  margin-left: 8%
}

.icon-mail1:before {
  content: "\e9da";
}

.icon-users:before {
  content: "\ea37";
}

.icon-documents:before {
  content: "\e995";
}

.icon-location:before {
  content: "\e9d2";
  margin-left: 8%
}
.icon-old-phone:before {
  content: "\e9f0";
  margin-left: 8%
}
.icon-facebook:before {
  content: "\ea67";
  margin-left: 8%
}
.icon-mobile:before {
  content: "\e9e4";
  margin-left: 8%
}
.icon-mobile1:before {
  content: "\e9e4";
}
.icon-whatsapp:before {
  content: "\ea81";
}
.sepdireccion {
  margin-left: 8%
}
.icon-arrow-bold-up:before {
  content: "\e912";
}
.icon-man:before {
  content: "\e9db";
}