/* reset */
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,dl,dt,dd,ol,nav ul,nav 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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	background: #ffffff;
}
.wrap
{
	width:70%;
	margin: 0 auto;
}
.wrap.optometria{
	padding: 2.2em 0em 0.5em 0;
}
.wrap.optometria.vision {
    padding: 2.2em 0 3.5em 0;
}
.wrap.optometria.lentesContacto {
    padding: 2.2em 0 0 0;
}
/* start header */
.header_bg{
	background-color: rgb(12, 161, 193);
	position: absolute;
	width: 100%;
	height: 90px;
}
.header_bg.interior{
	opacity: 1;
}
.header{
	padding: 0.3em 0em;
}
.header #nav-toggle {
	display: none;
}
.logo{
	display: inline-block;
	width: 30%;
	box-sizing: border-box;
}
.logo a {
	display: block;
}
.logo a img{
	max-width: 222px;
	min-width: 160px;
	height: auto;
	width: 39%;
	vertical-align: top;
	margin: 0.4em 0;
}
/******start-nav********/
.nav {
	margin-top: 1.72em;
	display: inline-block;
	width: 69%;
	vertical-align: top;
	text-align: right;
	box-sizing: border-box;
}
.nav > ul > li {
  	display:inline-block;
}
.nav > ul > li.active a{
	color: #ffffff;
	background: #e6e6e6;
}
.nav > ul > li > a {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	display: block;
	color: #FBFAFA;
	padding: 0.5em 0.5em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	font-size: 0.83em;
}
.nav > ul > li > a:hover {
	color: #ffffff;
	background: #e6e6e6;
}
.dropotron{
	padding: 20px;
	background-color: rgb(12, 161, 193);
	text-align:left;
}
.dropotron li a{
	color:#ffffff;
	margin:5px 0;
}
.dropotron li a:hover{
	color: rgb(12, 161, 193);
	background-color: #ffffff;
	display:block;
}
/************end-nav***********/
/* start slider */
.slider_bg{
	background:  rgba(0, 0, 0, 0) url("../images/percepcion-visual4.jpg") no-repeat scroll 50% 53px;
	background-size: 100% auto;
}
.slider_bg.terapias {
    background: rgba(0, 0, 0, 0) url("../images/terapias.jpg") no-repeat scroll 0 38% / 100% auto;
}
.slider_bg.vision{
	background:  rgba(0, 0, 0, 0) url("../images/v-1.jpg") no-repeat scroll left 0;
	background-size: 100% auto;
}
.slider_bg.lentes{
	background: rgba(0, 0, 0, 0) url("../images/lentes.jpg") no-repeat scroll left 50%;
	background-size: 100% auto;
    border-bottom: 1px solid #ccc;
	}
.slider_bg.visual{
	background:  rgba(0, 0, 0, 0) url("../images/percepcion-visual2.jpg") no-repeat scroll 0 -4%;
	background-size: 108% ;
}
.slider_bg.percepcion {
    background: rgba(0, 0, 0, 0) url("../images/percepcionVisual.png") no-repeat scroll center bottom ;
    background-size: cover;
}
.slider_bg.desarrolloMotor {
    background: rgba(0, 0, 0, 0) url("../images/desarrollo-motor.jpg") no-repeat scroll center bottom ;
    background-size: cover;
}
.da-slide {
	padding: 14% 0 6% 0;
}
.terapias .da-slide {
    padding: 14% 0 25% 0;
}
.lentes .da-slide h1 {
	color: #444444;
}
.da-slide h1 {
	color: #FFF;
	font-size: 3em;
	font-weight: 700;
	z-index: 10;
	text-align: center;
}
.terapias .da-slide h1 {
    color: #fff;
    font-size: 5em;
    font-weight: 100;
    text-align: center;
    z-index: 10;
}
.da-slide h1 span {
	font-size: 1em;
	font-weight: 300;
}
.da-slide p {
	color: #FFF;
	font-size: 1.4em;
	text-align: center;
	margin: 1.5em auto;
	width: 100%;
	font-weight: 300;
	line-height: 1.4em;
}
.da-slide p span {
	display: block;
}
.da-slide .da-link {
	background-color: rgba(0, 0, 0, 0.53);
	border: 1px solid #fff;
	display: block;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 auto;
	width: 25%;
	text-align: center;
	padding: 1em 2em;
}
.da-slide .da-link:hover
{
	background:#4FA4C3;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.da-img{
	max-width: 100px;
	width:100%;
	height: 62px;
	display: block;
	margin: 2em auto 1em;
	background: url(../images/buttonimg.png);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-size: 100%;
}
.da-img:hover{
	max-width: 100px;
	width:100%;
	height: 62px;
	display: block;
	background: url(../images/buttonimgh.png);
	background-size: 100%;
}
/* start main_btm */
.container h2{
	color:#7c8081;
	font-size: 1.7em;
	padding-bottom: 0.3em;
	text-align: center;
}
.container p{
	color: #7c8081;
    font-size: 15pt;
    font-weight: 300;
    letter-spacing: 0.025em;
    padding-bottom: 1em;
    text-align: center;
}
.container p.upper{
	border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 40px auto 0;
    padding: 2em 4em;
    text-align: center;
    text-transform: uppercase;
    width: 75%;
}
.container p.upper strong {
    font-weight: 600;
}
.container.bkg div{
    display: inline-block;
    padding: 50px;
    vertical-align: top;
    width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container.bkg div:last-child{
    padding-left: 10px;
}
.container.bkg div:first-child{
    padding-right: 10px;
}
.container.bkg h2{
    color: #135bac;
    display: block;
    font-size: 14.5pt;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container.bkg p{
    color: #135bac;
    display: block;
    font-size: 13.5pt;
    font-weight: 300;
    letter-spacing: 0;
    padding: 1.5em 0 0 0;
    text-align: left;
    vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container.sintomas{
	background: #fcfcfc none repeat scroll 0 0;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
	padding:50px 0;
}
.container.sintomas .box{
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    font-size: 0;
    margin: 20px auto;
    max-width: 1100px;
    padding: 45px;
    width: 65%;
}
.container.sintomas .box li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 15px;
    max-width: 1100px;
    padding: 20px;
    width: 25%;
	display:inline-block;
	font-weight: 500;
	text-align:center;
	border-bottom: 1px dotted #ddd;
    color: #333;
}
.container.sintomas .box li.noborder{
	border-bottom: none;
}
.container.terapias{
	font-size: 0;
    width: 100%;
	padding: 0 0 70px 0;
}
.container.terapias .contenedor{
    margin: -210px auto 0;
    max-width: 1100px;
    padding: 0;
    width: 100%;
	display:table;
	border-collapse: separate;
    border-spacing: 20px 0;
}
.container.terapias .boxTerapia{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
	font-size: 12px;
    max-width: 1100px;
    padding: 20px;
    width: 33.33%;
	display:table-cell;
	font-weight: 500;
	text-align:center;
    color: #333;
	vertical-align:top;
}
.container.terapias .boxTerapia p{
	font-size: 10pt;
	text-align: left;
}
.container.terapias .boxTerapia h2{
	border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    min-height: 60px;
}
.container.terapias .boxTerapia ul{
	background-color: #dbe9fa;
    border-radius: 14px;
    box-sizing: border-box;
    font-size: 0;
    margin-bottom: 1.5em;
    position: relative;
    transition: all 1s ease 0s;
	padding: 20px 10px 20px 30px;
	list-style-type: square;
	list-style-position:outside;
	min-height: 320px;
}
.container.terapias .boxTerapia ul li{
    box-sizing: border-box;
    color: #135bac;
    font-size: 10pt;
    letter-spacing: 0;
    padding: 1.5em 0 0;
    text-align: left;
    vertical-align: top;
	padding: 0 0 0 10px;
}
.container.terapias .boxTerapia img{
	margin-top: -30px;
}
.container.tablaBox {
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    padding: 0;
    width: 100%;
	font-size:0;
}
.container.tablaBox h2 {
    display: block;
    font-size: 1.7rem;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}
.container.tablaBox .tdBox {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 7px;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 0.5%;
    max-width: 1100px;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.container.tablaBox .tdBox h3{
    background-color: #fff;
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    vertical-align: top;
}
.container.tablaBox .tdBox p{
    background-color: #dbe9fa;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 13px;
    margin: 10px 5px 5px;
    padding: 12px;
    position: relative;
    transition: all 1s ease 0s;
	color:#135bac;
}
.main_btm {
	margin-top: 4%;
	display: block;
}
.evaluar{
	display: block;
    margin: 0 auto;
    width: 100%;
}
.evaluar dt{
    color: #999;
    display: block;
    font-size: 30px;
    font-weight: 200;
    padding: 35px 0 15px 0;
	margin:5px 0;
    text-align: center;
    text-transform: uppercase;
	border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
}
.evaluar dt:first-child{
	border-top: none;
	padding-top:0;
}
.evaluar dd{
    color: #565656;
    display: block;
    font-size: 16px;
    padding: 40px 20px;
    text-align: center;
	background-color: #dbe9fa;
    position: relative;
    transition: all 1s ease 0s;
	border-radius: 6px;
	-webkit-border-radius: border-box;
	-moz-border-radius: border-box;
	-o-border-radius: border-box;
}
/*---start-gallery-----*/
.gallery{
	margin:0%;
}
.gallery .button {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    margin: 30px auto;
    padding: 14px 10px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 20%;
}
.gallery .button:hover{
	 background: #0074b2;
     text-decoration:none;
	 color: #ffffff;
}
.gallery1 {
	padding: 2em 0em;
}
.container { 
	position: relative; 
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;	
	padding-bottom: 1.5em;
	margin-top: 1.5em;
}
.container.photo{ 
	margin: 0 auto;
    padding-bottom: 0;
    width: 75%;
}
.container.bkg {
    background-color: #dbe9fa;
    position: relative;
    transition: all 1s ease 0s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 1.5em;
	font-size:0;
	border-radius: 19px;
	-webkit-border-radius: border-box;
	-moz-border-radius: border-box;
	-o-border-radius: border-box;
}
.percepcion .container{
	margin:0;
	padding:0;
}
.percepcion + .container.sintomas{
	padding: 29px 0;
}
.desarrolloMotor .container {
    margin:20px 0 45px;
    padding: 0;
}
#filters {
	margin: 2% auto;
	padding: 0;
	list-style: none;
	width: 62%;
}
#filters li {
	float:left;
	margin-left: 17px;
}
#filters li span {
	display: block;
	padding: 10px 30px;
	text-decoration: none;
	color: #fff;
	background:#1BBC9B;
	cursor: pointer;
	text-transform:uppercase;
	font-weight: 600;
}
#filters li span:hover
{
	background:#01CAA1;
}
#filters li span.active {
	background:#1BBC9B;
	color:#fff;
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 19%;
	margin: 0% 3%;
	display: none;
	float: left;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	max-width:100%;
	position: relative;
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}


/***************start-service************/
.service-grids{
	margin:0;
	font-size: 0;
}
.middle-grids {
	margin: 2em 0;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.images_1_of_4{
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing:border-box;
}
.images_1_of_4:first-child { 
	margin-left: 0; 
	border-left: 0;
} 
.images_1_of_4 {
	width: 25%;
	border-left: 30px solid rgba(0, 0, 0, 0);
	vertical-align: top;
}
.images_1_of_4  img{
	max-width:100%;
	margin-bottom: 23px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	display: block;
    margin: 0 auto 23px auto;
}
.images_1_of_4  h3{
	color:#9EA0A3;
	font-size:18px;
	font-family:'Open Sans', sans-serif;
	font-weight :bold;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.images_1_of_4  h3,.images_1_of_4  p
{
	padding: 0em 0em 0.7em 0em;
}
.images_1_of_4  p {
	font-size:13px;
	color:#5A5E68;
	line-height: 1.5em;
	font-family : 'Open Sans', sans-serif;
	min-height: 85px;
}
.images_1_of_4 .button{
	padding:7px 10px;
	font-size:14px;
	font-family:'Open Sans', sans-serif;
	background:#4FA4C3;       
    color : #fff;
  	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: block;
    width: 40%;
    margin: 0 auto;
}
.images_1_of_4 .button:hover{
	   background: #0074b2;
        text-decoration:none;
}
/***************end-servivice************/
/***************start-portfolio************/
.portfolio_main{
	background: #eee;
}
.heading_h {
	text-align: center;
	padding: 3.4em 0 3.4em 0;
    font-weight: normal;
}
.heading_h a{
	font-size:2.4em;
	color:#555658;
}
#gallerylist {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	overflow:hidden;
	width:100%;
	font-size: 0;
}
.gallerylist-wrapper {
	border: 10px solid transparent;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    position: relative !important;
    width: 33.33%;
}
.gallerylist-wrapper.dialog1{
	 display:inline-block;
}
.gallerylist-wrapper.dialog2{
	 display:inline-block;
}
.gallerylist-wrapper.dialog3{
	 display:inline-block;
}
.gallerylist-wrapper.dialog4{
	 display:inline-block;
}
.gallerylist-wrapper.dialog5{
	 display:inline-block;
}
.gallerylist-wrapper.dialog6{
	 display:inline-block;
}
.gallerylist-wrapper .popup-with-zoom-anim{
	display:block;
	width:100%;
	color:#FFFFFF;
	position: relative;
}
.gallerylist-wrapper .popup-with-zoom-anim .persiana{
	display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #ecf0f1;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.9;
    background-color: rgba(38, 66, 88, 0.87);
    text-align: center;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20% 0;
    margin: 0;
}
.gallerylist-wrapper .popup-with-zoom-anim:hover .persiana{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ecf0f1;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.9;
    background-color: rgba(38, 66, 88, 0.87);
    text-align: center;
    height: 100%;
    width: 100%;
    -webkit-transition-property: top;
    -webkit-transition-duration: .5s;
    -moz-transition-property: top;
    -moz-transition-duration: .5s;
    -o-transition-property: top;
    -o-transition-duration: .5s;
    -ms-transition-property: top;
    -ms-transition-duration: .5s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20% 0;
    margin: 0;
}
.gallerylist img {
	max-width:100%;
	position: relative;
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}

.gallerylist-wrapper img{
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-moz-border-radius: 2px;
}


.gallerylist-wrapper span {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.89);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-appearance: none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.gallerylist-wrapper:hover span{
	opacity: 1;	
}
.gallerylist-wrapper a:hover{
	background-color:#000000;	
	display:block;	
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	-webkit-appearance: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	color:#FFFFFF;
	text-align:center;
}
.gallerylist-wrapper a:hover span{
	display:block;
	width:100%;
	color:#FFFFFF;
	margin:40% 0
}
.gallerylist-wrapper  a span img{
	width:106px;
	height:106px;
	padding: 12% 0%;
}
#gallerylist1
{
	padding: 2em 0em;
}
 .button_1{
	text-align: center;
	margin-top: 1.3em;
	padding: 2em 0em;
}
.button_1 a{
		padding: 0.600em 1.8em;
		font-size: 1.5em;
		background :#4FA4C3;       
        color:#fff;
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		font-family:'Open Sans', sans-serif;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
}
.button_1 a:hover{
	    background:#296E6F;
        text-decoration:none; 
}
.send_button input{
	
}
.send_button input{
		padding: 0.600em 1.8em;
		font-size: 1.2em;
		background :#4FA4C3;       
        color:#fff;
        -moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		font-family:'Open Sans', sans-serif;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		border:none;
		cursor:pointer;
		margin-left: 0.5%;
    	margin-top: 2%;
}
.send_button input:hover{
	    background:#0074b2;
        text-decoration:none; 
}

/**********end-portfolio********/
/**********team************/


/**********about-style**********/
.grid{
	position: relative;
}
.social {
	position: absolute;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	text-align: center;
	left: 21%;
	top: 22%;
}
.social ul li{
	float: left;
}
.social ul{
	background: rgba(27,188,155, 1);
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-radius: 2px;
}
.social ul li a{
	height: 38px;
	width: 40px;
	display:inline-block;
}
.sharefacebook{
	background: url(../images/social-icons.png) no-repeat -44px 0px ;
}
.sharetwitter{
	background: url(../images/social-icons.png) no-repeat -83px 0px;
}
.sharetgoogle{
	background: url(../images/social-icons.png) no-repeat -123px 0px;
}
.sharedrible{
	background: url(../images/social-icons.png) no-repeat 0px 0px;
}
.about
{
	background: #1BBC9B;
	text-align:center;
	padding: 5em 0em;
}
.about h2{
	color:#fff;
	font-size:2em;
	padding-bottom: 0.5em;
}
.about p{
	color:#fff;
	font-size:1em;
	padding-bottom: 4em;
}
.about-grids
{
	width:100%;
	margin: 0 auto;
}
.grid
{
	width: 28%;
	float: left;
	background: #FFF;
	margin-right: 8%;
}
.dc_zoom_css span.roll_css6:hover {
	opacity: 0.9;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
}
.dc_zoom_css span.roll_css6 {
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	height: 100%;
	opacity: 0;
	position: absolute;
	width: 100%;
}
.dc_zoom_css span.roll_css6 img:hover {
	opacity:1;
}
.post-person{
	width:100%;
}
.grid:nth-child(3)
{
	margin-right: 0%;
}
.desc h3{
	color: #292828;
	font-size: 1.4em;
	margin-top: 15px;
}
.desc p:nth-child(2)
{
	color:#444444;
	font-size:1.1em;
	font-style: italic;
	margin: 5px 25px 9px 25px;
	padding: 0;
}
.desc p:nth-child(3)
{
	color:#444444;
	font-size:1.02em;
	text-align: left;
	padding: 1em 1em 2em 1em;
	line-height: 1.9em;
}
/**********end-about-style**********/

/************start-contact*********/
.contact{
	background:#000 url("../images/percepcion-visual.jpg") no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
 	background-size: cover;
 	background-position: 50% 50%;
 	background-size: cover;
	
}	
.form{
	float: right;
	width: 49%;
	margin: 2em 0;
	display: block;
}
.para-contact {
	float:left;
	display: block;
	margin: 2em 0;
	width:49%;
}
.para-contact h4{
	color:#F2F2F2;
	font-size:1.8em;
	margin-bottom: 1.5em;
}
.get-intouch-left-address{
	margin-top: 1.5em;
}
.para-contact p{
	font-size:0.990em;
	color:#c6c8c7;
	line-height:1.5em;
	font-family : 'Open Sans', sans-serif;
	width: 89%;
}
.contact-form {
	padding: 0em 0 2.5em;
}
.contact h2{
	color:#F2F2F2;
	font-size:2.5em;
	padding: 1em 0em 0.7em 0em;
	text-align: center;
}
.get-intouch-left-address p,.get-intouch-left-address p a{
	color: #94d3ff;
	font-size: 0.95em;
	line-height:1.6em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
}
.image img {
	border-radius: 2px;
}
.get-intouch-left-address p a:hover{
	color:#fff;
}
.contact input[type="text"],.contact input[type="email"],.contact textarea{
	padding: 15px;
	width: 42%;
	margin: 0.5%;
	background: #fff;
	outline: none;
	color: #999999;
	font-size:1em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	border:1px solid #fff;
	-webkit-appearance: none;
}
.contact input[type="text"]:nth-child(2)
{
	margin-right: 0em;
}
.contact form textarea{
	padding: 15px;
	display: block;
	width: 93%;
	background: #fff;
	border: none;
	outline: none;
	color: #999999;
	font-size:1em;
	webkit-appearance: none;
	margin-top: 1em;
}
.contact form textarea{
	resize:none;
	height:180px;		
}
#contact > div > div > div.con > form > div.con-button a:hover{
	text-decoration:none; 
	  background:#45BDBE;
}
#contact > div > div.contact-form > div > div.social-icons > p{
	font-size: 0.980em;
	color: #6B598C;
	font-family: 'Open Sans', sans-serif;
	line-height:2px;
	margin-top: 3em;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height:44px;
	border: none;
	text-indent: 100%;
	background: url(../images/top_move.png) no-repeat right top;
}
/***********end-contact*************/
/*--footer--*/
.footer-bottom {
	padding: 25px 0;
	background: #00082d;
}
.copy p {
	color: #9B9B9C;
	font-size: 0.8125em;
	line-height: 1.8em;
	text-align: center;
}
.copy p a {
	color: #FFF;
}
.copy p a:hover {
	color: #0074b2;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height:44px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-move.png) no-repeat right top;
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
	}
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.container { 
		width: 100%; 
	}
	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {
		width: 100%;
	}
	
	#ads {
		display:none;
	}
	
}
/******/
@media only screen and (max-width:1440px) and (min-width:1366px){
#filters {
	margin: 2% auto;
	padding: 0;
	list-style: none;
	width:63%;
}
#portfoliolist .portfolio {
	width: 20%;
	margin: 0% 2%;
}
.dc_zoom_css span.roll_css6 .social {
	width: 59%;
}
}
/******/
@media only screen and (max-width:1366px) and (min-width:1280px){
.wrap {
	width:90%;
}
#filters {
	width: 65%;
}
#portfoliolist .portfolio {
	width: 20%;
	margin: 0% 2%;
}
.contact-form input[type="text"]{
	width: 42.8%;
}
.dc_zoom_css span.roll_css6 .social {
	width: 57%;
}
.dc_zoom_css span.roll_css6 .social {
	width: 56%;
}
.dc_zoom_css span.roll_css6 .social {
	width: 57%;
}
.da-slide {
    padding: 10% 0 6% 0;
}
}
/******/
@media only screen and (max-width:1280px) and (min-width:1024px){
	.wrap {
	width:95%;
}
#filters {
	width: 64%;
}
#portfoliolist .portfolio {
	width: 23%;
	margin: 0% 1%;
}
.dc_zoom_css span.roll_css6 .social {
	width: 58%;
}
}
/******/
@media only screen and (max-width:1024px) and (min-width:768px){
#filters {
	width:76%;
}
#portfoliolist .portfolio {
	width:22%;
	margin: 0% 1%;
}
.contact-form input[type="text"]{
	width: 93%;
}
/****/
.header {
	padding: 0%;
}
.nav > ul > li > a {
padding: 0.5em 0.7em;
}

.da-slide p {
	width: 100%;
}
.da-slide h2 {
	font-size: 2.6em;
}
.da-slide .da-link {
	padding: 0.8em 2em;
}
.dc_zoom_css span.roll_css6 .social {
	width: 67%;
	height: 19%;
	left: 17%;
	top: 20%;
}
.contact-form textarea {
	width: 92%;
}
.col {
	margin: 4% 0 4% 4%;
}

.span_2_of_3 {
	width: 63%;
}
}
/******/
@media only screen and (max-width:768px) and (min-width:640px){
.wrap{
		width:90%;
}
#filters {
	width:100%;
}
#portfoliolist .portfolio {
	width: 31%;
	margin: 0% 1%;
}
/****/
#portfoliolist>div{
	display:none;
}
.dc_zoom_css span.roll_css6 .social {
	width: 67%;
	height: 19%;
	left: 17%;
	top: 20%;
}
.about {
	padding: 3em 0em;
}
.gallery1 {
	padding: 3em 0em;
}
.about p {
	padding-bottom: 2em;
}
.da-slide p {
	width: 100%;
	font-size: 1.3em;
	margin: 1em auto;
	line-height: 1.3em;
}
.da-slide h2 {
	font-size: 2.6em;
}
.da-slide .da-link {
	width: 14%;
	padding: 0.6em 1.8em;
}
.da-slide {
	padding: 3% 0% 1% 0%;
}
.grid {
	width: 45%;
	margin-right: 10%;
}
.grid:nth-child(2) {
	margin-right: 0%;
}
.grid:nth-child(3) {
	display: none;
}
.contact-form textarea {
	width: 95%;
}
.span_2_of_3 {
	width: 100%;
	float: none;
	margin: 0%;
}
.contact-form {
	padding-bottom: 0px;
}
.span_1_of_3 {
	width: 100%;
	float: none;
	margin: 0%;
}
.company_address {
	padding: 5% 0%;
}
.company_address p {
	font-size: 1em;
	margin-bottom: 0%;
}
.company_address {
	padding-bottom: 2%;
}
.contact h2 {
	padding: 1.0em 0em 0.5em 0em;
}
}
/******/
@media only screen and (max-width:640px) and (min-width:480px){
.wrap{
		width:90%;
}
#filters {
	width:100%;
}
#portfoliolist .portfolio {
	width: 40%;
	margin: 0% 5%;
}
.contact-form input[type="text"]{
	width:40.5%;
}
.da-img, .da-img:hover {
	margin: 1em auto 1em;
    max-width: 53px;
    width: 100%;
    height: 33px;
}
/****/
.da-slide p {
	width: 100%;
	font-size: 1.3em;
	margin: 1.6em auto;
	line-height: 1.3em;
}
.da-slide h2 {
	font-size: 2.5em;
}
.da-slide .da-link {
	width: 14%;
	padding: 0.6em 1.8em;
	font-size: 0.9em;
}
.dc_zoom_css span.roll_css6 .social {
	width: 68%;
	margin-left: 0%;
}
.da-slide {
	padding: 4%  0%;
}
.about {
padding: 3em 0em;
}
.about p {
	padding-bottom: 2em;
}
.gallery1 {
	padding: 3em 0em;
}
#portfoliolist>div{
	display:none;
}
.grid {
	width: 45%;
	margin-right: 10%;
}
.grid:nth-child(2) {
	margin-right: 0%;
}
.grid:nth-child(3) {
	display: none;
}
.contact-form textarea {
	width: 92%;
	height: 110px;
}
.span_1_of_3 {
	width: 100%;
	float: none;
	margin: 0%;
}
.span_2_of_3 {
	width: 100%;
	float: none;
	margin: 0%;
}
.company_address p {
	font-size: 1em;
	margin-bottom: 0%;
}
.company_address {
	padding-bottom: 2%;
}
.contact h2 {
	padding: 1.4em 0em 0.7em 0em;
}
/****/
#filters li {
	margin-left: 10px;
}
#filters li span {
	padding: 10px 25px;
	font-size: 0.9em;
}
.list3 li {
	margin-bottom: 0.8em;
}
.list3 li .extra-wrap {
	width: 82%;
}
.contact-form {
	padding-bottom: 0px;
}
}

/******/
@media only screen and (max-width:480px) and (min-width:320px){
.wrap{
		width:90%;
}
.logo {
	float: none;
	text-align: center;
}
#filters {
	width:100%;
}
#portfoliolist .portfolio {
	width: 48%;
	margin: 0% 1%;
}
.contact-form input[type="text"]{
	width:92%;
}
.dc_zoom_css span.roll_css6 .social {
	width: 45%;
	height: 13%;
	margin-left: 5%;
}
/****/
.da-slide p {
	width: 100%;
	font-size: 1em;
	margin: 1.1em auto;
	line-height: 1.3em;
}
.da-slide h2 {
	font-size: 2.1em;
}
.da-slide .da-link {
	width: 20%;
	padding: 0.6em 1.8em;
	font-size: 0.9em;
}
.da-img {
	margin: 1em auto 1em;
}
.da-slide {
	padding: 4%  0%;
}
.about {
padding: 3em 1em;
}
.about p {
	padding-bottom: 2em;
}
.gallery1 {
	padding: 2em 0em;
}
#portfoliolist>.hide
{
	display: block;
}
#portfoliolist>div{
	display:none;
}
.grid {
	width: 100%;
	margin-right: 0%;
	float: none;
	margin-bottom: 10%;
}
.grid:nth-child(2) {
	margin-right: 0%;
}
.grid:nth-child(3),.grid:nth-child(2)  {
	display: none;
}
.contact-form textarea {
	width: 92%;
	height: 110px;
}
.span_1_of_3 {
	width: 100%;
	float: none;
	margin: 0%;
}
.span_2_of_3 {
	width: 100%;
	float: none;
	margin: 0%;
}
.company_address p {
	font-size: 1em;
	margin-bottom: 0%;
}
.company_address {
	padding-bottom: 2%;
}
.contact h2 {
	padding: 1.4em 0em 0.7em 0em;
}
/****/
#filters li {
	margin-left: 10px;
}
#filters li span {
	padding: 10px 10px;
	font-size: 0.8em;
}
.list3 li {
	margin-bottom: 0.8em;
}
.list3 li .extra-wrap {
	width: 82%;
}
.contact-form {
	padding-bottom: 0px;
}
/****/
.container h2 {
font-size: 1.8em;
}
.desc p:nth-child(3) {
	padding: 0em 1em 2em 1em;
}
}
/******/
@media only screen and (max-width:320px) and (min-width:240px){
.wrap{
		width:90%;
}
.logo {
	float: none;
	text-align: center;
}
.nav {
	float: none;
	margin-top: 0.4em;
	text-align:left;
}
#filters {
	width:100%;
}
#portfoliolist .portfolio {
	width: 100%;
	float:none;
}
.contact-form input[type="text"]{
	width:87%;
}
/****/
.header {
	padding: 0.5em 0em;
}
.nav > ul > li > a {
	padding: 0.5em 0.4em;
	font-size: 0.8em;
}
.da-slide p {
	width: 100%;
	font-size: 0.9em;
	margin: 1.1em auto;
	line-height: 1.3em;
}
.da-slide h2 {
	font-size: 1.6em;
}
.da-slide .da-link {
	width: 30%;
	padding: 0.6em 0.8em;
	font-size: 0.9em;
}
.dc_zoom_css span.roll_css6 .social {
	width: 100%;
	margin-left: 0%;
	left: 0;
}
.da-img {
	margin: 0.5em auto 0.5em;
}
.da-slide {
	padding: 4%  0%;
}
.desc p:nth-child(3) {
	padding: 0em 1em 2em 1em;
}
.about {
padding: 1.2em 0em;
}
.about p {
	padding-bottom: 2em;
}
.gallery1 {
	padding: 2em 0em;
}
#portfoliolist>div{
	display:none;
}
#portfoliolist>.hide
{
	display: none;
}
.grid {
	width: 100%;
	margin-right: 0%;
	float: none;
	margin-bottom: 10%;
}
.grid:nth-child(2) {
	margin-right: 0%;
}
.grid:nth-child(3),.grid:nth-child(2)  {
	display: none;
}
.contact-form textarea {
	width:87%;
	height: 110px;
}
.span_1_of_3 {
	width: 100%;
	float: none;
	margin: 0%;
}
.span_2_of_3 {
	width: 100%;
	float: none;
	margin: 0%;
}
.company_address p {
	font-size: 1em;
	margin-bottom: 0%;
}
.company_address {
	padding-bottom: 2%;
}
.contact h2 {
	padding: 1.4em 0em 0.7em 0em;
}
/****/
#filters li {
	margin: 5px;
}
#filters li span {
	padding: 10px 12px;
	font-size: 0.8em;
}
.list3 li {
	margin-bottom: 0.8em;
}
.list3 li .extra-wrap {
	width: 82%;
}
.contact-form {
	padding-bottom: 0px;
}
/****/
.container h2 {
	font-size: 1.6em;
}
.ch-grid li {
	margin: 0px;
}
#filters li:nth-child(1) {
	margin-left: 50px;
}
}
@media only screen and (max-width:1366px){
.logo a img {
    max-width: 222px;
    height: auto;
    width: 32%;
    margin: 0.8em 0;
}
}
@media only screen and (max-width:1023px){
.wrap {
    width: 95%;
    margin: 0 auto;
}
}
@media only screen and (max-width:999px){
	.images_1_of_4 {
		width: 50%;
		padding-bottom: 25px;
	}
	.images_1_of_4:nth-child(3) {
		margin-left: 0;
		border-left: 0;
	}
}
@media only screen and (max-width:967px){
	.da-slide p {
		font-size: 1.2em;
	}
}
@media only screen and (max-width:912px){
	.da-slide .da-link {
		width: 30%;
	}
	.gallerylist-wrapper {
		width: 50%;
	}
}
@media only screen and (max-width:854px){
	.container.terapias .contenedor{
		display: block;
	}
	.container.terapias .boxTerapia{
		width: 100%;
		display: block;
	}
	.container.terapias .boxTerapia ul{
		min-height: auto;
	}
}
@media only screen and (max-width:790px){
	.da-slide {
		padding: 20% 0 6% 0;
	}
	.da-slide .da-link {
		width: 40%;
	}
	.da-slide p {
    	font-size: 1.0em;
	}
}
@media only screen and (max-width:767px){
	.container.sintomas .box li{
		width: 50%;
	}
	.contact input[type="text"], .contact textarea {
    	width: 92.5%;
	}
}
@media only screen and (max-width:689px){
	.contact h2 {
		color: #F2F2F2;
		font-size: 2.0em;
	}
	.para-contact {
		float: none;
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.para-contact p {
		width: 100%;
	}
	.form {
		float: none;
		width: 100%;
		margin: 0 auto 0 auto;
		display: block;
	}
	.get-intouch-left-address {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}
	.send_button input {
		margin: 0 auto;
		width: 55%;
		display: block;
		padding: 0.600em 0;
	}
	.send_button{
		padding: 1em 0px;
	}
	.para-contact h4 {
	    font-size: 1.5em;
	    margin-bottom: 0.8em;
	}
}
@media only screen and (max-width:579px){
	.da-slide h1 {
		color: #FFF;
		font-size: 2.4em;
		margin-top: 0.51em;
	}
	.heading_h {
	    padding: 2.4em 0 1.4em 0;
	}
	.slider_bg {
	    background-size: cover;
	}
}
@media only screen and (max-width:550px){
	.container.sintomas .box li{
		width: 100%;
	}
	.heading_h {
     	padding: 1.4em 0 1.4em 0;
	}
	.gallerylist-wrapper {
		width: 100%;
	}
	.gallery {
		margin: 0;
	}
	.images_1_of_4 {
		width: 100%;
		padding-bottom: 25px;
		border-left: none;
	}
	.container {
		padding-bottom: 1em;
	}
	.container.bkg div {
		width: 100%;
	}
	.container.bkg div:first-child {
	    padding-right: 50px;
	}
	.container.bkg div:last-child {
	    padding-left: 50px;
	    padding-top:0;
	}
	.container.bkg p {
		padding:0;
	}
	.gallerylist-wrapper .popup-with-zoom-anim .persiana {
		top: 70%;
		padding: 10% 0;
		opacity: 1;
	}
	.nav ul.menuResponsive{
	    display: none;
	    width: 100%;
	    background-color: rgba(12, 161, 193, 0.95);
	    position: absolute;
	    left: 0px;
	    top: 90px;
	    text-align: center;
	    z-index: 999999;
	}
	.abierto{
	    display: block;
	}
	.nav ul.menuResponsive li{
		display: block;
		font-size: 1.5em;
		border-bottom: 1px solid #ffffff;
	}
	.nav ul.menuResponsive li a{
		padding: 1em 1em;
	}
	.header #nav-toggle {
		cursor: pointer;
	    display: inline-block;
	    background:url("../images/nav.png") center center no-repeat;
	    vertical-align: middle;
	    height: 33px;
	    width: 36px;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    background-size: 70%;
	    position: absolute;
		right: 4%;
		top: 30%;
	}
}
@media only screen and (max-width:523px){
	.da-img {
		display:none;
	}
	.heading_h a {
		font-size: 1.8em;
	}
	#gallerylist {
		padding: 0 8%;
	}
}
@media only screen and (max-width:470px){
	.container > p {
		font-size: 12pt;
	}
	.heading_h a {
    	font-size: 2.0em;
	}
}
@media only screen and (max-width:470px){
	.heading_h a {
		font-size: 1.6em;
	}
}
@media only screen and (max-width:440px){
	.da-slide h1 {
	    font-size: 2.0em;
	    margin-top: 0.8em;
	}
}
@media only screen and (max-width:410px){
	.gallerylist-wrapper .popup-with-zoom-anim .persiana {
			top: 80%;
			padding: 5% 0;
			opacity: 1;
			font-size: 1.0rem;
	}
}
@media only screen and (max-width:405px){
	.contact input[type="text"], .contact textarea, .contact form textarea {
		width: 89%;
	}
}
@media only screen and (max-width:350px){
	.da-slide h1 {
	    font-size: 1.5em;
	    margin-top: 1.8em;
	}
}