@import url('css/plugins.css');

/*
Theme Name: Clinica Omega Zeta
Author: Andrei
Version: 1.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* RESET
-------------------------------------------------------------- */

em, strong, code, b, i, u {
    line-height: 100%;
}
strong, b {
	font-weight:700!important;
}
ul{
    list-style-type: none;
    margin: 1em 0;
    padding-left: 0;
}
input, textarea, select {
	-webkit-appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
	-webkit-appearance: checkbox;
    box-sizing: border-box;
    background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
table {
	margin-top:20px;
	border:1px solid #333;
}
td {
	padding:10px;
	border:1px solid #333;
}

/* CORE
-------------------------------------------------------------- */
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 10px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}


/* GENERAL
-------------------------------------------------------------- */

html {
    font-smooth:always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.clearfix::after, .group::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
::selection {
	background: #aaaaaa; /* Safari */
}
::-moz-selection {
	background: #aaaaaa; /* Firefox */
}
body {
	font-family: 'Raleway', sans-serif;
	background-color:#FFF;
	background-image:url("imgs/background-lines.gif");
	background-repeat:no-repeat;
	background-position:top left;
	background-attachment: fixed;
	color : #333333;
	font-size:17px;
	line-height:25px;
	font-weight: 100;
	overflow:visible;
	margin:0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin:0 auto;
	font-weight:400;
}
p {
	margin-top:0;
	margin-bottom:14px;
}
p.bottom {
	position:absolute;
	bottom:0;
	margin-top:25px;
	margin-bottom:0;
}
p.no-margin {
	margin-top:0;
	margin-bottom:2px;
}
a,
input[type="submit"],
.entry-last-new a h2,
a .post-thumbnail-container {
	opacity:1;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
a, a:active, a:visited, a:hover {
	color: #21a06c;
	text-decoration:none;
}
a:hover,
input[type="submit"]:hover,
.entry-last-new a:hover h2,
a:hover .post-thumbnail-container {
	opacity:0.65;
}
#menu a:hover,
#site-logo a:hover {
	opacity:1;
}
.container {
	width:1258px; 
	max-width:1258px;
	padding-left:14px;
	padding-right:14px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}
.clear {
	clear:both;
}
small {
	font-size:80%;
}
#wrapper {
	
}
#main {
	min-height:650px;
	height:auto;
	overflow:hidden;
	margin-top:137px;
}
.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0!important;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
	transition: opacity 500ms;
}

/* BRANDING
-------------------------------------------------------------- */

#header {
	display:none;
	position:fixed;
	/* top:120px; */
	top:0;
	z-index:15;
	max-width:300px;
	width:100%;
	height:auto!important;
	background-color:#fff;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(80%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
#branding {
	padding-top:137px;
	padding-bottom:60px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
#branding .logo-normal {
	display:block;
	width:269px;
	height:90px;
	background-image:url(imgs/logo_omegazeta-clinica.png);
	background-repeat:no-repeat;
}
#branding .logo-horizontal {
	display:none;
	width:269px;
	height:59px;
	background-image:url(imgs/logo_omegazeta-clinica-horizontal.png);
	background-repeat:no-repeat;
}
.logo-scroll {
    padding-top:97px!important;
	padding-bottom:35px!important;
}
#site-logo {
	
}
.featured-video-plus.fvp-center {
	background-color:#fff;
}


/* NAVIGATION
-------------------------------------------------------------- */

#menu {
	position:fixed;
	z-index:30;
	top:37px;
	width:100%;
	min-width:1288px;
	height:68px;
	background-color:#fff;
	text-align:right;
	padding-top:32px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-icon, .ubermenu .ubermenu-image, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle {
    line-height: 1.3em!important;
}
.ubermenu-image {
	border-radius: 30px!important;
    -webkit-border-radius: 30px!important;
    -moz-border-radius: 30px!important;
}
.menu-scroll {
	padding-top:0!important;
	height:36px!important;
	-webkit-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.15);
	box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.15);
	/* border-bottom:1px solid #999; */
}
#menu-container{
	background:#fff;
	width:100%;
	font-weight:700;
	text-transform:uppercase;
}
#menu-container ul{
	position:relative;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	width:auto;
}
#menu-container ul li{
	display:inline;
	margin-left: -4px;
}
#menu-container ul li a{
	display:inline-block;
	color:#21a06c;
	padding:6px 8px;
	margin-left:11px;
}
#menu-container ul li:first-child a{
	margin-left:0;
}
#menu-container ul li a:hover{
	background:#c9e3dc;
}
#menu-container ul li.current-menu-item a {
	color:#fff;
	background-color:#21a06c;
}
#menu-container ul li.current-menu-item a:hover {
	color:#21a06c;
}
#menu-container ul ul{
	position:absolute;
	left:0;
	z-index:10;
	display:none;
	background:#c9e3dc;
	text-transform:none;
	text-align:left;
	padding:20px 10px 10px 10px;
	width:calc(100% - 16px);
	margin-left: -4px;
	margin-top:-1px;
	font-size:16px;
}
#menu-container ul ul li{
	float:left;
	width:24%;
	margin-top:0;
	margin-bottom:15px;
	margin-left:0.5%;
	margin-right:0.5%;
	line-height:20px;
}
#menu-container ul ul li:nth-child(4n+1) a{

}
#menu-container ul ul li.with-thumbnail { 
	height:100px;
	overflow:hidden;
}
.menu-item-object-tecnologia,
.menu-item-object-technology {
	height:98px!important;
}
#menu-container ul ul li a{
	display: table;
	width:100%;
	text-align:left;
	padding:0;
	margin-left:0;
}
#menu-container ul ul li a:hover,
#menu-container ul ul li.current-menu-item a:hover {
	color:#fff;
}
#menu-container ul ul li.current-menu-item a {
	color:#21a06c;
	background-color:#c9e3dc;
}
#menu-container ul li:hover > a  {
	background:#c9e3dc;
}
#menu-container ul li:hover ul{
	display:block;
}
.post-thumbnail-menu-container {
	width:60px;
	height:60px;
	border-radius: 30px!important;
    -webkit-border-radius: 30px!important;
    -moz-border-radius: 30px!important;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
.menu-title-container {
	padding-right:10px;
	width:100%;
	display: table-cell;
  	vertical-align: middle;
	text-align:left;
}
#top-menu {
	position:fixed;
	z-index:32;
	left:0;
	top:0;
	width:100%;
	background-color:#C9E3DC;
	text-align:right;
	height:37px;
	font-size:12px;
	line-height:37px;
	font-weight:700;
}
#top-menu-container {
	text-align:right;
	padding:0 22px;
	color:#21a06c;
}
.topmenu-spacer {
	float:left;
	height:37px;
	padding:0 10px;	
}
.phone,
.phone-number,
.languages,
.social,
.social-media-button {
	float:left;
}
.phone,
.social {
	margin-right:5px;
}
.phone-number {
	font-family:'Arial',sans-serif;
	font-size:16px;
}
.social-media-button a,
.languages a {
	color:#21a06c;
}
.languages .transp {
	opacity:0.40;
}
.slicknav_menu {
	display:none;
}

/* HOMEPAGE
-------------------------------------------------------------- */

.claims {
	height:512px;
}
.owl-ca-theme .owl-ca-controls {
    margin-top:10px;
    text-align: left!important;
}
.owl-ca-theme .owl-ca-controls .owl-ca-page span {
    width: 12px!important;
    height: 12px!important;
    margin: 5px 7px 5px 0!important;
}
.owl-ca-carousel .owl-ca-item .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 50px; 
}
.carousel-anything-container {
	position:absolute!important;
	bottom:-10px;
	left:15px;
	width:299px!important;
}
#widget-promo-home {
	background-color:#fff;
	float: left;
    width: 32%;
    margin-right: 2%;
    font-size: 14px;
    line-height: 22px;
}
#widget-promo-home	.textwidget {
	width:100%;
	height:344px;
	overflow:hidden;
}
.rslides_container {
	width:394px;
	height:345px;
	overflow:hidden;
	margin:0 auto;
}
ul.rslides {
	margin:0;
	width:394px;
	height:345px;
}
ul.rslides li img {
	max-width:394px!important;
}


/* PAGE CONTENT
-------------------------------------------------------------- */

#content {
	min-height:510px;
	position:relative;
}
.page header,
.area-terapeutica header,
.tratamiento header,
.tecnologia header,
.patologia header {
	position:absolute;
	width:25%;
	height:512px;
}
.entry-title-container {
	position:absolute;
	bottom:-5px;
	margin-right:30px;
}
.entry-title-container h3 {
	font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:15px;
}	
h1.entry-title {
	font-size:30px;
	line-height:32px;
	font-weight:700;
	color:#21a06c;
}
.entry-content {
	margin-left:calc(25% + 8px);
}
.entry-content-page .post-thumbnail-container {
	margin-left:calc(25% + 8px);
}
.entry-content.ishome {
    margin-left: 0;
}
#related {
	margin-top: 55px;
	border-top: 1px solid #999;
}
#related .triangle {
	margin-left:calc(25% - 20px);
	margin-top:-1px;
	width:40px;
	height:20px;
	background:url("imgs/triangle.png");
}
#related h3 {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}
#related ul {
    list-style-type: none;
    margin: 20px 0;
    padding-left: 0;
}
#related ul li {
	font-size:18px;
	line-height:22px;
	font-weight:700;
	margin-bottom:5px;
}
#related ul li a {
	display: table;
	color:#21a06c;
}
#related ul li.with-thumbnail {
	margin-bottom:10px;
}
#related ul li.related-patologia {
	display: inline-block;
}
.related-separador {
	color:#21a06c;
	padding:0 5px 0 3px;
}
.related-thumbnail {
	border-radius: 30px!important;
    -webkit-border-radius: 30px!important;
    -moz-border-radius: 30px!important;
	overflow:hidden!important;
	width:60px;
	height:60px;
	float:left;
	margin-right:20px;
}
.related-item-title {
	display: table-cell;
    vertical-align: middle;
}
.related-column {
	float:left;
	width:32%;
	margin-right:2%;
	margin-top:30px;
}
.related-column-two {
	float:left;
	width:66%;
	margin-right:2%;
	margin-top:30px;
}
#related .related-column-two ul li {
	float:left;
	width:50%;
}
.last {
	margin-right:0!important;
}
.size-post-thumbnail {
	
}
.post-thumbnail-container {
	background-color:#eeeeee;
	width:915px;
	height:513px;
	overflow:hidden;
	margin-bottom:40px;
}
.no-post-thumbnail-spacer {
	
}
.wpb_content_element {
    margin-bottom: 5px!important;
}
a.read {
	display:inline-block;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#21a06c;
	border:1px solid #333333;
	padding:6px 10px;
	margin-top:10px;
}
.separador-triangle {
	display:block;
	width:100%;
	border-top: 1px solid #999;
	margin-top: 55px;
	margin-bottom:40px;
}
.separador-triangle .triangle {
	margin-left:calc(25% - 20px);
	margin-top:-1px;
	width:40px;
	height:20px;
	background:url("imgs/triangle.png");
}
.vc_separator .vc_sep_holder {
	padding-top:55px;
	padding-bottom:55px;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #999!important;
}
.wpb_images_carousel {
	height:512px!important;
	overflow:hidden;
	margin-bottom:40px!important;
}
.vc_images_carousel .vc_item .vc_inner img {
	width:100%!important;
	height:auto!important;
}
blockquote {
	font-size:22px;
	line-height:32px;
	padding: 30px 40px 20px 40px;
	background-image: url("imgs/comillas.png");
	background-position: middle left;
	background-repeat: no-repeat;
	margin-top:30px;
	margin-bottom:20px;
	color:#21a06c;
}
blockquote.top {
	margin-top:0;
}
.wpb_text_column ul li {
	margin-left:20px;
	list-style: square;
}
#filosofia {
	display:block;
}
#fundacion {
	display:none;
}
#corporacion {
	display:none;
}
.boton-filosofia .wpb_wrapper h3,
.boton-corporacion .wpb_wrapper h3,
.boton-fundacion .wpb_wrapper h3 {
	margin-bottom:10px!important;
}
#filosofia-icon {
	display:inline-block;
	padding-right:6px;
}
#fundacion-icon {
	display:none;
	padding-right:6px;
}
#corporacion-icon {
	display:none;
	padding-right:6px;
}
.boton-filosofia,
.boton-corporacion,
.boton-fundacion {
	cursor:pointer;
}
.boton-filosofia:hover .wpb_wrapper h3,
.boton-corporacion:hover .wpb_wrapper h3,
.boton-fundacion:hover .wpb_wrapper h3 {
	color:#21a06c!important;
}
.video-corporacion {
	float:left;
	width:50%;
	margin:0 30px 30px 0!important;
}

/* BLOG
-------------------------------------------------------------- */

.content-blog {
	float:left;
	width:calc(75% - 8px);
	/* margin-top:50px; */
}
.content-blog .post-thumbnail-container {
	width:100%;
    height: 280px;
    overflow: hidden;
    margin-bottom: 30px;
	background-color:#eee;
}
.separador-blog {
	width:100%;
	border-top:1px solid #999999;
	margin-top:45px;
	margin-bottom:45px;
}
.entry-meta {
	color: #333333;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.content-blog .entry-meta {
	margin-top:8px;
}
.meta-sep {
	padding:0 30px 0 0;
}
.share-social {
	float:right;
	margin-top:-8px;
}
.post-social {
	float:right;
	display: none;
    text-transform: uppercase;
    border: 1px solid #333333;
    padding: 6px 10px 4px 0;
}
.post-social .post-link {
	margin-left:10px;
}
.content-blog h1.entry-title,
.content-blog h2.entry-title {
	margin-top:22px;
	margin-bottom:30px;
	font-size: 30px;
    line-height: 32px;
    font-weight: 700;
}
.share-blog {
	display: inline-block;
    text-transform: uppercase;
    border: 1px solid #333333;
    padding: 4px 12px 3px;
}
.share-icon {
	display:inline-block;
	margin-left:10px;
	margin-top:3px;
	min-width:20px;
	height:20px;
	background:url("imgs/share.png");
	background-repeat: no-repeat;
	background-position:left center;
}
#sidebar h3 {
	font-size:19px;
	font-weight:700;
	color:#333;
	text-transform:uppercase;
	margin-bottom:18px;
}
#sidebar ul {
	margin-top:0;
	padding-right:30px;
}
#sidebar ul ul {
	margin-top:0;
	padding-right:0;
	
}
#sidebar .widget-container {
	margin-bottom:45px;
}
.widget_categories ul {
	margin:0;
	padding:0;
	line-height:18px!important;
	color:#21a06c;
}
.widget_categories ul li {
	display:inline-block;
	font-size:12px!important;
    font-weight: 700;
    text-transform: uppercase;
}
.widget_categories ul li:after{
content: "  /  ";
}
.widget_categories ul li:last-of-type:after{
content: none;
}
.widget_tag_cloud .tagcloud {
	font-size: 12px;
	line-height:20px;
    font-weight: 700;
    text-transform: lowercase;
}
.widget_tag_cloud .tagcloud a {
	padding-right:10px;
}
#reply-title,
label,
h1.entry-title-archive {
	display:block;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}
h1.entry-title-archive {
	margin-bottom:30px;
}
#nav-below {
	margin-top:35px;
}
.nav-previous {
	float:left;
	width:50%;
}
.nav-next {
	float:right;
	text-align:right;
	width:50%;
}

/* SLIDE PANEL
-------------------------------------------------------------- */

.cd-panel {
	position:absolute;
	z-index:1000;
  	visibility: hidden;
	transition: visibility 0s 0.6s;
}
.cd-panel.is-visible {
	visibility: visible;
	transition: visibility 0s 0s;
}
.cd-panel-header {
	position: fixed!important;
	top: -50px;
	width: 295px!important;
	height: 50px!important;
	text-align:right;
	font-size:12px;
	line-height:37px;
	font-weight:700;
	color: #21a06c!important;
	transition: top 0.3s 0s;
}
.cd-panel-header a {
	color: #21a06c!important;
}
.cd-panel-header a:hover {
	opacity:1!important;
}
.cd-panel-header img {
	float:right;
	padding-left:6px;
	padding-top:8px;
}
.is-visible .cd-panel-header {
	top: 0;
	transition: top 0.3s 0.3s;
}
.cd-panel-container {
	position: fixed;
	width: 295px;
	height: 100%;
	top: 0;
	right: 0;
	background-color:#fff;
	padding:50px 45px;
	-webkit-box-shadow: -10px 0px 15px -5px rgba(0,0,0,0.25);
	-moz-box-shadow: -10px 0px 15px -5px rgba(0,0,0,0.25);
	box-shadow: -10px 0px 15px -5px rgba(0,0,0,0.25);
	transition-property: transform;
	transition-duration: 0.3s;
	transition-delay: 0.3s;
 	transform: translate3d(100%, 0, 0);
}
 .is-visible .cd-panel-container {
	transform: translate3d(0, 0, 0);
	transition-delay: 0s;
}
.cd-panel-content {
	width: 385px;
	height: 100%;
	overflow:scroll;
	margin-bottom:30px;
}
.facebook,
.twitter {
	display:none;
	margin-top:30px;
	background-color:#eee;
	width:295px;
}
	

/* SEARCH WIDGET
-------------------------------------------------------------- */ 

ul.ui-autocomplete {
	position:absolute;
	z-index:30;
	background-color:#21a06c;
	width:620px;
	padding-top:10px;
	max-height: 162px; /* 37px li - 148px */
	overflow-y: auto;
	overflow-x: hidden;
}
ul.ui-autocomplete li {
	text-transform:uppercase;
	font-weight:700;
	cursor:pointer;
	color:#fff;
	padding:0 0 10px 20px;
}
ul.ui-autocomplete li:hover {
	color:#c9e3dc;
}
#buscador {
	margin-top:45px;
}
#buscador-container {
	width:100%;
	height:140px;
	background-color:#c9e3dc;
	background:url("imgs/search-bg.jpg");
}
#buscador-container form {
	float:left;
	min-width:68%;
}
#buscador-container .search-text {
	float:left;
	width:31%;
	margin-top:32px;
}
#buscador-container form label {
	padding:42px 50px!important;
}
#buscador-container form input[type="search"] {	
	padding: 15px 18px !important;
	font-family: 'Raleway',sans-serif!important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 24px !important;
	text-transform:uppercase;
    color: #21a06c !important;
    border: 0;
    max-width: 670px;
	background-color: rgba(255,255,255,0.25);
	background-image:url("imgs/lupa.png");
	background-position:97% center;
	background-repeat:no-repeat;
}
#buscador-container form input[type="submit"] {
	display:none;
}
#buscador-container form ::-webkit-input-placeholder {
    color:#21a06c!important;
}
#buscador-container .item-category {
	color:#C9E3DC;
	font-size:12px;
	margin-left:10px;
}
.ui-helper-hidden-accessible {
	display:none!important;
	position: absolute; left:-999em!important;
}

/* SEARCH PAGE
-------------------------------------------------------------- */

.content-search {
    margin-left: 25%;
}
.content-search header {
    position: relative!important;
    width: 100%!important;
    height: auto!important;
}
.content-search h3 {
	color: #333;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.content-search header h2.entry-title {
	margin-top: 22px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
}
.content-search h1.entry-title {
	color:#21a06c;
	background-color:#C9E3DC;
	display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 30px;
	padding:5px 15px;
}

/* LAST NEWS
-------------------------------------------------------------- */ 

#last-news {
	margin-top:45px;
	margin-bottom:20px;
}
#last-news-container {
	width:100%;
}
.entry-last-new {
	float: left;
	width: 32%;
	margin-right: 2%;
	font-size:14px;
	line-height:22px;
}
.entry-last-new .post-thumbnail-container {
	width:100%;
    height: 124px;
    overflow: hidden;
    margin-bottom: 20px;
	background-color:#eee;
}
.entry-last-new h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.entry-last-new h2 {
	font-size:19px;
	line-height:21px;
	font-weight:700;
	color: #21a06c;
	margin-bottom: 15px;
}
.entry-last-new a.read {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #21a06c;
    border: 1px solid #333333;
    padding: 6px 10px;
    margin-top: 10px;
}
a.read:hover,
a.share-blog:hover {
	opacity:1!important;
	background-color:#C9E3DC!important;
	border-color:#C9E3DC!important;
}

/* SIDEBAR
-------------------------------------------------------------- */ 

#sidebar {
	float:left;
	width:calc(25% + 8px);
	margin-top:370px;
}

/* MEDICAL TEAM
-------------------------------------------------------------- */ 

.team-entry {
	width:24%;
	float:left;
	margin-right:1%;
	margin-bottom:30px;
	min-height:335px;
	height:335px;
	overflow:hidden;
}
.team-thumbnail-container {
	width:200px;
	height:190px;
	overflow:hidden;
}
.team-entry .name {
	font-weight:700;
	display:block;
	margin:20px 0 0;
}
.team-entry .linkedin {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	margin-top:-10px;
}

/* TESTIMONIALS
-------------------------------------------------------------- */ 

.testimonial-entry {
	width:48%;
	float:left;
	margin-right:2%;
	margin-bottom:30px;
	overflow:hidden;
}
.testimonial-entry iframe {
	width:100%;
}
.testimonial-entry .video-container {
	margin-bottom:20px;
}
.testimonial-thumbnail-container {
	float:left;
	width:160px;
	height:160px;
	overflow:hidden;
	padding:0 20px 20px 0;
}
.testimonial-entry .text {
	margin-left:180px;
}
.testimonial-entry .text.no-margin {
	margin-left:0;
}
.testimonial-entry .quote-mark {
	display:block;
	margin-bottom:20px;
}
.testimonial-entry .name {
	font-weight:700;
	display:block;
	margin:20px 0 0;
}


/* CONTACT
-------------------------------------------------------------- */ 

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0!important;
}
.wpb_map_wraper {
	height:512px;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
    height:100%;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea {
	background-color: #e7f6ef;
}
.wpb_wrapper h3 {
	color: #333333;
    font-size: 12px;
	line-height:15px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom:15px!important;
}
form {
	
}
form p {
	margin-bottom:20px;
}
form p a {
	font-weight:700;
	color:#21a06c!important;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  	padding: 6px 15px !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 24px !important;
	color: #21a06c !important;
	border:0;
	max-width:416px;
	width:100%;
}
span.wpcf7-form-control-wrap {
    width: auto;
}
span.wpcf7-list-item {
    margin-left: 0;
}
#mc-embedded-subscribe,
.simple-light .esg-filterbutton, .simple-light .esg-navigationbutton, .simple-light .esg-sortbutton, .simple-light .esg-cartbutton a, input[type="submit"]:not(.button), input[type="submit"]:not(.button):focus {
    cursor: pointer;
    display: inline-block;
	width: auto!important;
    height: auto!important;
	font-family: 'Raleway',sans-serif!important;
    font-size: 14px!important;
	line-height: 24px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
	text-align: center!important;
	text-decoration: none!important;
    color: #21a06c!important;
    border: 1px solid #333333!important;
    padding: 6px 20px!important;
    margin-top: 10px!important;
	background-color: rgba(255, 255, 255, 0)!important;
	-webkit-box-shadow: 0!important;
    -moz-box-shadow: 0!important;
	box-shadow: 0!important;
}
#mc-embedded-subscribe:hover,
input[type="submit"]:hover {
	opacity:1!important;
	background-color:#C9E3DC!important;
	border-color:#C9E3DC!important;
}
div.wpcf7-response-output {
    margin: 2em 0 1em;
    padding: 0.2em 1em;
}
h3.mailchimp {
	margin-bottom:0!important;
}
.separador-contacto .vc_sep_holder {
	padding:30px 0 35px;
}
.indicates-required {
	font-family: "Raleway";
    color: rgb(192,35,0);
    font-weight: 400;
    font-size: 13px;
	line-height:13px;
    font-style: normal;
	margin-bottom:20px;
}
.asterisk {
	color: rgb(192,35,0);
}
.mc-field-group {
	margin-bottom:10px;
}
.legal-checkbox {
	
}

/* CONTACT GOOGLE FORM
-------------------------------------------------------------- */ 

.google-form-column {
	margin-top:-15px;
}

/* LANDING PAGE
-------------------------------------------------------------- */

h1.landing {
	font-size: 30px;
    line-height: 32px;
    color: #21a06c;
	margin-bottom:14px;
}
h2.landing {
	font-size: 22px;
    line-height: 32px;
    color: #21a06c;
	margin-bottom:14px;
}


/* FORM LANDING PAGE
-------------------------------------------------------------- */ 

/* vim: set expandtab tabstop=4 shiftwidth=4: */
/**
 * CSS declarations for Google Docs Forms
 *
 * These can be copied and modified to fit the needs of
 * a theme.  By default the only change is to make all of
 * the fields wider than their default width and to set the
 * default font.
 */

.ss-item {
	margin-top:20px;
}
.ss-q-title {
	display:block;
}
.ss-form-entry label,
.goog-inline-block {
	display:inline-block!important;
}
.ss-form-entry input,
.ss-form-entry textarea {
	display:block;
}
.ss-q-item-label {
	display:block;
}
.ss-form-heading {
	
}	
.ss-required-asterisk {
	display:inline-block;
	color:red;
	font-size:12px;
}
.errorheader {
	color:red;
}
.ss-item table {
	margin:0;
	border:0;
}
.ss-item table td {
    padding:0;
    border:0;
}
div.ss-form-container ul,
div.ss-form-container ul li {
	margin:0;
}
.ss-form-entry #mc-embedded-subscribe:hover, .ss-form-entry input[type="submit"]:hover {
    opacity: 1!important;
    background-color: #fff!important;
    border-color: #fff!important;
}
label.error-message {
	color:red;
	display:block;
}


.wpb_text_column ul li {
    margin-left: 20px;
    list-style: square;
}

label.gform-error,
label.wpgform-error {
    float: right;
}

div.gform-captcha,
div.wpgform-captcha {
    display: none;
}

div.gform-browser-warning,
div.gform-browser-error,
div.wpgform-browser-warning,
div.wpgform-browser-error {
    
}

div.gform-browser-warning,
div.wpgform-browser-warning {
    
}

div.gform-google-error,
div.gform-browser-error,
div.wpgform-google-error,
div.wpgform-browser-error {
    
}

body.ss-base-body {}
div.errorbox-good {}
div.ss-attribution {}
div.ss-footer {}
div.ss-footer-txt, div.ss-logo {
    display: none;
}

div.ss-form {}
div.ss-form-container {
	background-color: rgb(201,227,220);
	border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    margin: 30px auto 60px;
    padding: 50px;
    max-width: 700px;
    min-width: 280px;
    width: 100%;
}
div.ss-form-desc {}
div.ss-form-entry {}
div.ss-form-entry>input {
    width:100%;
}
div.ss-form-heading {}
div.ss-item {}
div.ss-legal {}
div.ss-navigate {}
div.ss-no-ignore-whitespace {
    white-space: pre-wrap;
}
div.ss-required-asterisk {
    
}
div.ss-scale {}
div.ss-text {}
form#ss-form {}
h1.ss-form-title {
	font-weight:bold;
}
hr.ss-email-break {}
input.ss-q-short:text {
	
}
label.ss-q-help {
    display: block;
}
label.ss-q-radio {}
label.ss-q-title {
    
}
span.ss-powered-by {}
span.ss-terms {}
td.ss-gridnumber {}
td.ss-gridnumbers {}
td.ss-gridrow
td.ss-gridrow-leftlabel
td.ss-leftlabel {}
td.ss-rightlabel {}
td.ss-scalerow {}
td.ss-scalenumber {}
td.ss-scalenumbers {}
textarea.ss-q-long {
    
}
tr.ss-gridrow {}

/**
 * New Google Forms CSS 2013-04-30
 */

div.ss-form-container div.disclaimer {
    display: none;
}

div.ss-q-help {
}

div.ss-secondary-text {
}

/*  This hides the "Never submit passwords through Google Forms." warning. */
td.ss-form-entry > div.ss-secondary-text {
    display: none;
}

div.password-warning {
    display: none;
}

div.ss-form-container li {
    list-style-type: none;
}

/*  2013-06-04:  Hide "Edit this Form" link */
a.ss-edit-link {
    display: none;
}

/*  2013-06-06:  Hide help text for scales */
div.aria-only-help {
    display: none;
}

/* 2013-10-30:  Hide default error messages */
div.error-message {
    color: red;
    /*display: none;*/
}

/* 2013-10-30:  Attempt to make text entry boxes a reasonable width */
input.ss-q-short, textarea.ss-q-long {
    width:100%;
}

/* 2013-11-15:  CSS to support using WordPress Google form to render spreadsheets */

/**  Hide the gunk that Google adds to make the table work **/
td.hd, td.headerEnd, tr.rShim, td.sortBar {
    display: none;
    width: 0px !important;
    padding: 0px !important;
}

/**  Empty selector but could be used to select all of the table cells **/
tr.rShim td, tr.rShim ~ tr td {
}

/**  Hide the "powered" and "listview" DIVs that Google adds **/
div div span.powered, div.listview {
    display: none;
}

/** Hide the "This is a required question" message **/
div.ss-form-container div.required-message {
    display: none;
}

/* FOOTER
-------------------------------------------------------------- */ 

#footer {
	background-color:#C9E3DC;
	margin-top:50px;
	padding-top:10px;
	padding-bottom:70px;
}
#footer-container {
	color:#333333;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}
#footer-container a {
	color:#21a06c;
}
#footer-left-container {
	width:50%;
	float:left;
}
#footer-right-container {
	width:50%;
	float:left;
	text-align:right;
}
a.social-icon {
	margin-left:5px;
}
#footer .separador {
	padding:0 5px;
}



/* MEDIA QUERIES -------------------------------------------------------- */

@media screen and (min-width:1535px){


}

@media screen and (max-width:1299px){	/* MD */

	.container {
		
	}

}

@media screen and (max-width:1214px){	/* MD */

	.container {

	}

}

@media screen and (max-width:991px){	/* SM */
	
	.container {
		
	}

@media screen and (max-width:767px){	/* XS */

	body {
    	background-image: none;
	}
	.container {
		width: 100%;
	}
	.alignleft {
    	float: none;
		display:block;
		margin: 5px 0 20px 0;
	}
	#top-menu {
		
	}
	.slicknav_menu {
		display:block;
	}
	.menu {
		display:none;
	}
	#menu {
		top:0;
		z-index:33;
		min-width:0;
		padding-top:0;
		height:37px;
		background-color:rgba(255,255,255,0);
	}
	#menu-container {
		background-color:rgba(255,255,255,0);
	}
	.menu-scroll {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.slicknav_menu {
    	background-color:rgba(255,255,255,0);
    	padding: 0;
		min-height:37px;
	}
	.slicknav_btn {
    	position: relative;
    	display: block;
    	vertical-align: middle;
    	float: left;
    	padding: 0;
		font-size:17px;
    	line-height: 37px;
		height:37px;
    	cursor: pointer;
		text-shadow:none;
		-webkit-border-radius: 0;
    	-moz-border-radius: 0;
    	border-radius: 0;
		background-color: rgba(255,255,255,0);
		margin:0 0 0 15px;
		padding:0;
	}
	.slicknav_menu .slicknav_menutxt {
		font-size:17px;
    	line-height: 37px;
    	color:#21a06c;
    	font-weight: bold;
    	text-shadow:none;
	}
	.slicknav_menu .slicknav_icon {
    	margin: 12px 0 0 10px;
	}
	.slicknav_menu .slicknav_icon-bar {
    	-webkit-border-radius: 0!important;
    	-moz-border-radius: 0!important;
    	border-radius: 0!important;
    	-webkit-box-shadow: none!important;
    	-moz-box-shadow: none!important;
    	box-shadow: none!important;
	}
	.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    	margin-top: 3px;
	}
	.slicknav_menu .slicknav_icon-bar {
    	background-color: #21a06c;
	}
	.slicknav_nav {
		background-color:#C9E3DC;
	}
	.slicknav_nav li {
		width:100%;
		display:inline-block!important;
		margin:0!important;
		text-align:left;
	}
	.slicknav_nav a {
		font-size:17px;
    	padding: 5px!important;
    	margin: 0 0 0 10px!important;
    	text-decoration: none;
    	color: #fff;
	}
	.slicknav_nav .slicknav_row {
		margin:0!important;
		padding:0!important;
	}
	.post-thumbnail-menu-container {
		display:none;
		width: 30px!important;
		height: 30px!important;
		border-radius: 15px!important;
		-webkit-border-radius: 15px!important;
		-moz-border-radius: 15px!important;
    	margin-right: 20px;
	}
	#menu-container ul ul li {
		display:block!important;
		margin: 0 10px 5px 0!important;
	}
	#menu-container ul ul li.with-thumbnail {
    	height: 40px!important;
	}
	.menu-title-container {
		display:block!important;
		width:calc(100% - 30px);
	}
	.slicknav_nav ul {
    	list-style: none;
    	overflow: hidden;
	}
	.slicknav_nav li ul {
		position: relative!important;
    	padding: 20px 10px 10px 10px!important;
    	width: calc(100% - 16px)!important;
	}
	.slicknav_nav li ul li {
    	width: 100%!important;
    	margin: 0 0 10px 0!important;
	}
	.slicknav_nav ul li a {
		width:100%;
		font-size:14px;
		line-height:14px;
	}
	#header {
    	position: relative;
		left:0!important;
    	top: 64px;
    	max-width: 100%;
    	width: 100%;
    	height: auto!important;
	}
	#branding {
    	padding:0;
	}
	.logo-horizontal {
		margin:0 auto;
		display:block!important;
	}
	.logo-normal {
		display:none!important;
	}
	#main {
    	margin-top: 97px;
	}
	.content-blog {
    	float: none;
    	width: 100%;
	}
	#sidebar {
    	display:none;
	}
	.meta-sep,
	.cat-links,
	.comments-link {
		display:none;
	}
	#buscador-container form {
    	float: none;
    	width:100%;
	}
	#buscador-container .search-text {
    	display:none;
	}
	.content-blog h1.entry-title, .content-blog h2.entry-title {
		margin-top: 18px;
    	margin-bottom: 24px;
    	font-size: 26px;
    	line-height: 30px;
    	font-weight: 700;
	}
	.page header, .area-terapeutica header, .tratamiento header, .tecnologia header, .patologia header {
    	position: relative;
    	width: 100%;
    	height: auto;
	}
	.entry-title-container {
    	position: relative;
    	bottom: auto;
		margin:0;
	}
	h1.entry-title {
    	font-size:26px;
    	line-height:30px;
		margin:0 auto 20px;
	}
	.entry-content,
	.entry-content-page .post-thumbnail-container {
    	margin-left: 0;
	}
	.post-thumbnail-container {
		width:100%;
    	height: auto;
    	margin-bottom: 20px;
	}
	.post-thumbnail-container img {
		width:100%;
		height:auto;
	}
	.wpb_content_element {
    	margin-bottom: 20px!important;
	}
	.team-entry {
    	width: 46%;
	}
	.vc_separator .vc_sep_holder {
    	padding-top: 40px;
    	padding-bottom: 40px;
	}
	.separador-triangle {
    	margin-top: 40px;
    	margin-bottom: 25px;
	}
	.entry-title-container h3 {
    	margin-bottom: 5px;
	}
	.related-column {
    	float: none;
    	width: 100%;
    	margin:30px 0 0 0;
	}
	.related-column-two {
		float:none;
		width:100%;
		margin-right:0;
		margin-top:30px;
	}
	#related .related-column-two ul li {
		float:none;
		width:100%;
	}
	.wpb_map_wraper {
    	height: 350px;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    	max-width: calc(100% - 30px);
    	width: 100%;
	}
	#widget-promo-home {
    	float: none;
    	width: 100%;
    	margin-right:0;
		margin-bottom:30px;
	}
	#widget-promo-home .textwidget {
		margin:0 auto;
		max-width:300px;
    	width: 300px;
    	height: 262px;
    	overflow: hidden;
	}
	.rslides_container {
		width:300px;
		height:263px;
	}
	ul.rslides {
		width:300px;
		height:263px;
	}
	ul.rslides li img {
		max-width:300px!important;
		max-height:263px!important;
	}
	.entry-last-new,
	.entry-last-new.last {
		float:none;
		width:300px;
		margin:0 auto 30px!important;
	}
	
	.claims {
		float:none;
		height:auto;
	}
	.owl-ca-carousel .owl-ca-item .vc_column_container>.vc_column-inner {
    	padding-left: 20px;
    	padding-right: 20px;
		text-align:center;
	}
	.owl-ca-carousel .alignnone {
		display:none;
    	margin: 5px 0 20px 0;
	}
	#content {
    	min-height: auto;
    	position: relative;
	}
	#buscador {
    	margin-top: 25px;
	}
	#buscador-container form label {
    	padding: 42px 10px!important;
	}
	ul.ui-autocomplete {
		max-width:300px;
	}
	.owl-ca-theme .owl-ca-controls {
    	margin-top: 0px!important;
		margin-bottom:20px!important;
    	text-align: center!important;
	}
	.carousel-anything-container {
    	position: relative!important;
    	bottom: 0;
    	left: 0;
    	width: 100%!important;
	}
	#footer {
    	padding-bottom: 100px;
	}
	#footer-container {
    	font-size: 12px;
		line-height: 16px;
	}
	.hidden-xs {
		display:none;
	}
	.testimonial-entry {
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:30px;
		overflow:hidden;
	}
	
}

@media screen and (max-width:736px){	/* IPHONE 6 PLUS */

	.container {
		
	}

}

@media screen and (max-width:667px){	/* IPHONE 6 */

	.container {
		
	}

}

@media screen and (max-width:600px){	/* SMALL TABLET */

	.container {
		
	}

}

@media screen and (max-width:568px){	/* IPHONE 5, 5S */

	.container {
		
	}
	
}

@media screen and (max-width:480px){	/* IPHONE 5, 5S */

	.container {
		
	}
	
}

@media screen and (max-width:320px){	/* OLD IPHONES */

	.container {
		
	}

}
