@charset "utf-8";
/* CSS Document */
@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;
}

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

#banner{
	background-color: #ffffff;
	width: 100%;
	}
#banner #imagen{
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	}	
#banner #imagen img{
	width: 100%;
	}
#menu{
	float: left;
	width: 15%;
	background-color: #339a96;
	overflow:hidden;
	}
* {
	padding:0;
	margin:0;
}

.menu_bar {
	display:none;
}

nav {
	width: 96%;
	margin: 0;
	}

nav ul {
	list-style:none;
}

nav ul li {
	display:block;
	position: relative;
	margin-right: 1%;
	margin-left: 10%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;	
}

nav ul li:hover {
	color:#000000;
	transition: all 1000ms ease;
	background-color: #848181;
}

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

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: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}

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

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

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

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

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

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

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

section{
	width: 100%;
	background-color:#eeeeee;
	float: right;
}

#articulo1, #articulo2, #articulo3{
	width: 30%;
	height:360px;
	float: left;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 2%;
	margin-bottom: 1%;
	border: thin solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#articulo1 h3, #articulo2 h3, #articulo3 h3, #contenido h3{
	font-family: gadugi;
	font-size: 1.000em;
	font-weight: bold;
	color: #000;	
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 0.7%;
	margin-bottom: 0.7%;
	}
	
#articulo1 img, #articulo2 img, #articulo3 img{
	width:100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*height:100%;*/
	}	

#articulo1 a, #articulo2 a, #articulo3 a{
	text-decoration: none;
	color: #276955;
	font-weight: bold;
	}	

#contenido #articulo1 p, #contenido #articulo2 p, #contenido #articulo3 p{
	font-family: gadugi;
	font-size: 0.900em;
	color: #000;
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;	
	}		

#contenido #articulo1 ul{
	font-family: gadugi;
	font-size: 0.900em;
	color: #000;
	text-align: justify;
	list-style:outside;
	margin-left:12%;
	margin-right:3%;
	}		

#contenido ul{
	font-family: gadugi;
	font-size: 1.00em;
	color: #000;
	text-align: justify;
	list-style:outside;
	margin-left:6%;
	margin-right:3%;
	}
	
#contenido ol li{
	font-family: gadugi;
	font-size: 1em;
	color: #000;
	margin-left:6%;
	margin-right:3%;
	margin-bottom: 0.5%;
	font-weight: bold;
	text-align: justify;
	}

#contenido ol ol{
	font-family: gadugi;
	font-size: 1em;
	color: #000;
	margin-left:8%;
	margin-right:3%;
	margin-bottom: 0.5%;
	font-weight: bold;
	text-align: justify;
	}

#contenido ol span{
	font-family: gadugi;
	font-size: 1em;
	color: #000;
	font-weight: normal;
}

#contenido, #contactenos{
	width:85%;
	float: right;
	margin-bottom:1%;
	background-color: #eeeeee;
	}

#contenido h1, #galeria h1{
	font-family: gadugi;
	font-size: 1.400em;
	font-weight: bold;
	color: #339a96;
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 1%;
	margin-bottom: 1%;
	}

#contenido table{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	border-collapse: collapse;
	border: #000000 2px solid;
}

#contenido table th{
	font-family: gadugi;
	font-size: 1.100em;
	font-weight: bold;
	color: #ffffff;
	background-color: #339a96;
	border-collapse: collapse;
	border: #615f5f 2px solid;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#contenido table td{
	border-collapse: collapse;
	border: #615f5f 2px solid;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#contenido table tr:nth-child(odd){
	font-family: gadugi;
	font-size: 1.00em;
	color: #000000;
	background-color: #eeeeee;
	text-align: center;
}

#contenido table tr:nth-child(even){
	font-family: gadugi;
	font-size: 1.00em;
	color: #000000;
	background-color: #dddddd;
	text-align: center;
}

#galeria{
	width:85%;
	float: right;
	margin-bottom:1%;
	}
	
#galeria img{
	margin: 0.5%;
	background-color: #276955;
	padding: 0.4%;
	}	

#galeria img:hover{
	background-color: #999999;
	padding: 0.4%;
	}
#galeria #galeriaimg{
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;	
	}	
#contenido h2{
	font-family: gadugi;
	font-size: 1.200em;
	font-weight: bold;
	color: #339a96;	
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 1%;
	margin-bottom: 1%;
	}

#contenido p{
	font-family: gadugi;
	font-size: 1.00em;
	color: #000;
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;	
	}		
#contenido a{
	font-family: gadugi;
	font-size: 0.900em;
	text-decoration: none;
	color: #276955;
	/*margin-left: 4%;*/
	font-weight: bold;	
	}
#contenido a:hover{
	font-family: gadugi;
	text-decoration: none;
	color: #000000;
	/*margin-left: 4%;*/
	}	
#contenido audio{
	margin-left: 3%;
	}	
#contenido #imagen{
	width: 50%;
	margin-left: 3%;	
	}

#contenido #imagen img{
	width: 90%;
	}

#consejosansiedad{
	margin-left: 8%;
	margin-top: 1%;
	margin-bottom: 2%;
	}

#consejosansiedad p{
	margin-top: 3%;	
	}
	
#contenido #imagen1{
	width: 6%;
	margin-left: 3%;
	float: left;
	}

#contenido #imagen1 img{
	width: 90%;
	}	

footer{
	width:100%;
	background-color: #339a96;
	padding-bottom: 1%;
	float:left;
	}	
footer h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.000em;
	font-weight: bold;
	color: #ffffff;
	margin-left: 3%;
	margin-bottom: 1%;
	padding-top: 1%;
	}
	
footer span{
	font-size: 1.200em;
	font-weight: bold;
	color: #ffffff;
	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%;
	margin-left:4%;
	}
footer a{
	color: #ffffff;
	text-decoration: none;
	}

#formucontactenos h2{
	font-family: gadugi;
	font-size: 1.4em;
	font-weight: bold;
	color: #339a96;
	padding-top: 1%;
	margin-bottom: 2%;
	margin-right: 0%;
	}

#formucontactenos p{
	font-family: gadugi;
	font-size: 0.950em;
	color: #000000;
	margin-top: 0.3%;
	margin-bottom: 0.3%;
	margin-left:4%;
	}

#formucontactenos span{
	font-size: 1.200em;
	font-weight: bold;
	color: #339a96;
	margin-top: 1%;
	}

#formucontactenos a{
	color: #339a96;
	text-decoration: none;
	}

#mapacontactenos{
	float: right;
	width: 55%;
	margin-top: 1%;
	}	
#formucontactenos{
	float: left;
	width: 40%;
	margin-left: 3%;
	margin-top: 2%;
	}	
#formucontactenos h3{
	font-family: gadugi;
	font-size: 1.2em;
	font-weight: bold;
	color: #339a96;
	margin-bottom: 2%;
	}	
.mayusculas  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-transform: none;
	padding: 5px;
}
.etiqueta {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.800em;
	font-weight: bold;
	color: #276955;
}
#formucontactenos textarea, #resultado_mensaje{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	}	
#resultado{
	font-family: gadugi;
	font-size: 1.00em;
	color: #276955;
	text-align: center;	
	}	
#enviar {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #339a96;
	padding: 8px;
	/*margin-left: 10px;*/
}	
.error {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-transform: none;
	padding: 5px;
	background-color: #F66;
}

#firma p{
	font-family: waltograph42;
	font-size: 1.500em;
	/*font-weight: bold;*/
	color: #000;
	text-align: right;
	margin-right: 4%;
	margin-bottom:0.5%;
	margin-top:-0.5%;
	}
#firma p a{
	color: #000;
	text-decoration: none;	
	}	

@media screen and (max-width: 1360px) {
#banner #imagen{
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	}
#menu{
	float: left;
	width: 20%;
	background-color: #339a96;
	overflow:hidden;
	}
#contenido, #contactenos, #galeria{
	width:80%;
	float: right;
	}
#articulo1, #articulo2, #articulo3{
	width: 30%;
	height:320px;
	float: left;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 2%;
	margin-bottom: 2%;
	border: thin solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}		
}
@media screen and (max-width: 1185px) {
#banner #imagen{
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	}
#mapacontactenos{
	clear: both;
	width: 80%;
	margin-left: 12%;
	float: left;
	}
#formucontactenos{
	width: 60%;
	margin-left: 25%;
	clear: both;
	}
}
@media screen and (max-width: 1000px) {	
#menu{
	float: left;
	width: 25%;
	background-color: #339a96;
	overflow:hidden;
	}
#contenido, #contactenos, #galeria{
	width:75%;
	float: right;
	}	
#articulo1, #articulo2, #articulo3{
	width: 30%;
	height:300px;
	float: left;
	margin-right: 1.5%;
	margin-left: 1.5%;
	margin-top: 2%;
	margin-bottom: 2%;
	border: thin solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#contenido #imagen{
	width: 70%;
	margin-left: 3%;	
	}		
}

@media screen and (max-width: 808px) {
#banner #imagen{
	width: 45%;
	margin-right: auto;
	margin-left: auto;
	}
#menu {
	display:none;
	}
#contenido, #contactenos, #galeria{
	width:100%;
	margin-bottom: 2%;
	}							
.menu_bar {
	display:block;
	width:100%;
	position: inherit;
	top:0%;
	background-color: #339a96;
	z-index:1000;
	}

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

.menu_bar span {
		float: right;
		font-size: 30px;
	}

header nav {
		width: 50%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
		z-index:1000;
		background-color: #339a96;
	}

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

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

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: #ff9900;
	color: #000000;	
	}
	
header nav ul li .children li a:hover {
	margin-left:10px;
	background-color: #cc6600;
	color: #ffffff;
	}

header nav ul li .caret {
		float: right;
	}
#formucontactenos{
	width: 80%;
	margin-left: 12%;
	clear: both;
	}
#formucontactenos h2{
	font-family: gadugi;
	font-size: 1.2em;
	font-weight: bold;
	color: #339a96;
	padding-top: 1%;
	margin-bottom: 2%;
	margin-right: 0%;
	}		

#formucontactenos h3{
	font-family: gadugi;
	font-size: 1.0em;
	font-weight: bold;
	color: #276955;
	margin-bottom: 2%;
	}	

.etiqueta {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.800em;
	font-weight: bold;
	color: #276955;
}
	
#resultado{
	font-family: gadugi;
	font-size: 0.900em;
	color: #276955;
	text-align: center;	
	}		
footer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.850em;
	color: #ffffff;
	margin-top: 0.5%;
	margin-bottom: 0.5%;
	}	
}

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

#contenido #imagen1{
	width: 10%;
	margin-left: 3%;
	float: left;
	}

#articulo1, #articulo2, #articulo3{
	width: 80%;
	height:390px;
	float: left;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 2%;
	margin-bottom: 2%;
	border: thin solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#contenido table th{
	font-family: gadugi;
	font-size: 1.00em;
	font-weight: bold;
	color: #ffffff;
	background-color: #339a96;
	border-collapse: collapse;
	border: #615f5f 2px solid;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#contenido table td{
	border-collapse: collapse;
	border: #615f5f 2px solid;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

#contenido table tr:nth-child(odd){
	font-family: gadugi;
	font-size: 0.90em;
	color: #000000;
	background-color: #eeeeee;
	text-align: center;
}

#contenido table tr:nth-child(even){
	font-family: gadugi;
	font-size: 0.90em;
	color: #000000;
	background-color: #dddddd;
	text-align: center;
}
#mapacontactenos{
	clear: both;
	width: 90%;
	margin-left: 8%;
	float: left;
	}
#formucontactenos{
	width: 80%;
	margin-left: 5%;
	clear: both;
	}		
}

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

#articulo1, #articulo2, #articulo3{
	width: 80%;
	height:320px;
	float: left;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 2%;
	margin-bottom: 2%;
	border: thin solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#contenido h1{
	font-family: gadugi;
	font-size: 1.200em;
	font-weight: bold;
	color: #339a96;
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 1%;
	margin-bottom: 1%;
	}
	
#contenido h2{
	font-family: gadugi;
	font-size: 1.000em;
	font-weight: bold;
	color: #339a96;	
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 1%;
	margin-bottom: 1%;
	}

#contenido p{
	font-family: gadugi;
	font-size: 0.800em;
	color: #000;
	text-align: justify;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 0.5%;
	margin-bottom: 0.5%;	
	}

#contenido ul{
	font-family: gadugi;
	font-size: 0.800em;
	color: #000;
	text-align: justify;
	list-style:outside;
	margin-left:6%;
	margin-right:3%;
	}

#contenido ol li{
	font-family: gadugi;
	font-size: 0.800em;
	color: #000;
	margin-left:6%;
	margin-right:3%;
	margin-bottom: 0.5%;
	font-weight: bold;
	text-align: justify;
	}	

#contenido #imagen{
	width: 80%;
	margin-left: 3%;	
	}
	
#galeriaimg{
	padding-left: 8%;	
	}
	
#mapacontactenos{
	clear: both;
	width: 98%;
	margin-left: 5%;
	float: left;
	}
#formucontactenos{
	width: 90%;
	margin-left:2%;
	clear: both;
	}

footer h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.900em;
	font-weight: bold;
	color: #ffffff;
	margin-left: 3%;
	margin-bottom: 1%;
	padding-top: 1%;
	}
	
footer span{
	font-size: 1.000em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 1%;
	/*margin-left: 8%;*/
	}	
footer p{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.800em;
	color: #ffffff;
	margin-top: 0.3%;
	margin-bottom: 0.3%;
	margin-left:4%;
	}
}

@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";
 
}

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

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

.icon-location:before {
  content: "\e9d2";

}
.icon-old-phone:before {
  content: "\e9f0";
 
}
.icon-facebook:before {
  content: "\ea67";
  
}
.icon-mobile:before {
  content: "\e9e4";
  
}
.icon-mobile1:before {
  content: "\e9e4";
}
.icon-whatsapp:before {
  content: "\ea81";
  
}
.icon-twitter:before {
  content: "\ea7c";
  
}
.icon-typing:before {
  content: "\ea33";
  
}

