/*
  Theme Name:   Homeopatía Global
  Description:  Homeopatía Global
  Author: Jose Angulo Jr
  Template:     generatepress
	Version:      1.0.0
	Tags:         Homeopatía, Homeopatía Global, Custom Theme
	Text Domain:  generatepress-child
*/
/*----------------------------------------------------------------------*/
/*
 * ================================
 * Navbar Style 
 * ================================
 */
body{
  font-family: 'Trebuchet MS', sans-serif;
  background-color: #cee3ac;
  font-size: 16px;
  background: url('images/bg.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
a{
  font-weight: bolder;
}
.noPad{
  padding: 0;
}
.header-nav {
  background-color: transparent;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border: 0;
}
header .row{
  margin: 0;
}
.header-nav .navbar-header {
  margin-right: 0px;
  margin-left: 0px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
  text-align: center;
}
.header-nav .navbar-header .navbar-toggle {
  border-radius: 0px;
  margin-top: 50px;
  margin-bottom: 10px;
  border-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-nav .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header-nav .navbar-header .navbar-brand {
  margin-top: 59px;
}
.header-nav .navbar-header .navbar-brand img {
  height: 55px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-nav .navbar-header .navbar-brand.light-logo {
  display: block;
}
.header-nav .navbar-header .navbar-brand.dark-logo {
  display: none;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
  background-color: rgba(255,255,255,1);
  border-bottom: 2px solid #94bd72;
  margin: 0 0 5px;
  -webkit-box-shadow: 5px 7px 20px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 7px 20px 4px rgba(0,0,0,0.5);
  box-shadow: 5px 7px 20px 4px rgba(0,0,0,0.5);
}
.navbar-home .navbar-collapse, .navbar-home .firstH{
  margin: 0 !important;
}
.header-nav .nav li a {
  font-style: normal;
  color: #4f6b9a;
  padding: 0 15px !important;
  font-weight: 400;
  margin: 10px 0px;
  background-color: transparent;
  text-transform: uppercase;
}
.header-nav .nav li a:hover {
  color: #4f6b9a;
}
.header-nav .nav li a:after {
  content: '';
  background-color: #4f6b9a;
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header-nav .nav li a:hover:after {
  width: calc(100% - 40px);
  margin-left: 20px;
}
.header-nav .nav li .btn {
  color: #2c316a;
  min-width: 130px;
}
.header-nav .nav li .btn:hover {
  color: #000;
}
.header-nav .nav .active a {
  color: #2c316a;
}
.header-nav .nav .active a:after {
  width: 100%;
}
.header-nav.navbar-home {
  -webkit-animation: fadeInDown 1s both;
  animation: fadeInDown 1s both;
}
.header-nav.navbar-home .navbar-header .navbar-toggle {
  margin-top: 8px;
  border-color: transparent;
}
.header-nav.navbar-home .navbar-header .navbar-toggle .icon-bar {
  background-color: rgba(0, 0, 0, 0.96);
}
.header-nav.navbar-home .navbar-header .navbar-brand {
  margin-top: -8px;
}
.header-nav.navbar-home .navbar-header .navbar-brand.light-logo {
  display: none !important;
}
.header-nav.navbar-home .navbar-header .navbar-brand.dark-logo {
  display: block !important;
}
.header-nav.navbar-home .nav {
  padding: 0;
}
.header-nav.navbar-home .nav li a {
  color: #2c316a;
}
.header-nav.navbar-home .nav li ul a, .header-nav .nav li ul a{
  text-transform: capitalize;
}
.header-nav.navbar-home .nav li a:hover {
  color: #2c316a;
}
.header-nav.navbar-home .nav li a:after,
.header-nav.navbar-home .nav li a:hover:after {
  background-color: #2c316a;
}
.header-nav .nav li ul.sub-menu{
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #2c316a;
  width: 100%;
  margin-left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav .nav li:hover ul.sub-menu{
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-nav .nav li ul li{
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.header-nav .nav li ul li:hover{
  background-color: #2c316a;
}
.header-nav.navbar-home .nav li ul li a:hover {
  color: #fff;
}
.header-nav .nav li ul a{
  width: 100%;
  display: block;
  margin: 0;
  padding: 5px 0 !important;
}
.header-nav .nav li ul a:hover{
  text-decoration: none;
  color: #fff;
}
.header-nav.navbar-home .nav li .btn {
  color: #2c316a;
}
.header-nav.navbar-home .nav .active a {
  color: #2c316a;
}
.front{
  padding-top: 60px;
}
.pservicios .front{
  padding-top: 35px;
}
.firstH{
  background-color: transparent;
}
.firstH h2{
  margin-top: 15px;
}
.nav>li{
  display: inline-block;
  float: none;
}
.navbar-home .logo{
  margin: 0;
}
.logo{
  margin-top: 5px;
  margin-bottom: 12.5px;
}
.info{
  padding-top: 5px;
  color: #1d8086;
}
.info p{
  margin-bottom: 3px;
  line-height: 1;
}
.uppercase{
  text-transform: uppercase;
}
.busqueda{
  margin-top: 3px;
}
section.servicios{
  padding-top: 5px;
  padding-bottom: 30px;
}
section.servicios h3{
  margin-top: 30px;
}
section.servicios .tratamientos a:hover{
  opacity: 0;
  background: transparent;
  border-radius: 20px;
  border:1px solid #1d8086;
-webkit-box-shadow: 15px 17px 66px -23px rgba(0,0,0,0.86);
-moz-box-shadow: 15px 17px 66px -23px rgba(0,0,0,0.86);
box-shadow: 15px 17px 66px -23px rgba(0,0,0,0.86);
}
section.servicios .tratamientos a h4, section.servicios .tratamientos a img{
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.servicios .tratamientos a:hover h4{
  font-weight: bold;
  z-index: 3;
}
section.servicios .tratamientos a:hover h4, section.servicios .tratamientos a:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.home, section.pservicios{
  padding-top: 130px;
  color: #2c316a;
}
aside{
  border-right: 1px solid #2c316a;
  color: #2c316a;
}
aside ul{
  padding: 0;
  list-style: none;
  padding-right: 20px;
}
aside ul li{
  border-bottom: 1px solid #2c316a;
}
aside ul li a{
  width: 100%;
  display: block;
  color: #2c316a;
  padding: 5px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
aside ul li a:hover{
  background-color: #2c316a;
  color: #fff;
}
aside h3{
  padding: 10px;
  background-color: #2c316a;
  color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
  margin-top: 0;
}
.firstH{
  color: #2c316a;
  margin-top: 20px !important;
}
header .firstH > div{
  background-color: rgba(255,255,255,.6);
}
header .navbar-home .firstH > div{
  background-color: #fff;
}
.secondH .container, .btn-nav{
  padding: 0;
}
.direccion{
  padding-top: 20px;
  line-height: 1.2;
}
.direccion p{
  margin-bottom: 0;
  color: #508c35;
}
.navbar-home .direccion{
  padding: 7.5px;
}
#main .container{
  background-color: rgba(255,255,255,.6);
  padding-bottom: 30px;
}
#main p, .servicios p{
  font-size: 18px;
  line-height: 1.3;
  text-align: justify;
}
#main .btn-consulta, .servicios .btn-consulta{
  bottom: 0;
  position: relative;
  right: 0;
  font-weight: normal;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-left: 5px;
  margin-top: -5px;
}
.tratamientos{
  margin-top: 30px;
  margin-bottom: 10px;
}
.tratamientos a{
  margin-bottom: 30px;
  color: #1d8086;
  overflow: hidden;
  border: 1px solid transparent;
}
.tratamientos a:hover{
  border-radius: 20px;
}
.titleService {
  height: 38px;
  display: table;
  padding: 0;
  z-index: 3;
}
.tratamientos h4{
  display: table-cell;
  vertical-align: bottom;
}
section.servicios .tratamientos a:hover h4, section.servicios .tratamientos a:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
section.contactoFoot{
  padding-top: 30px;
  padding-bottom: 30px;
}
section.contactoFoot .formulario{
  background-color: #1d8086;
}
section.contactoFoot h3{
 margin-bottom: 25px; 
 color: #fff;
}
section.contactoFoot .formulario .form-group{
  margin-bottom: 20px;
}
section.contactoFoot input, section.contactoFoot textarea{
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
section.contactoFoot textarea{
  height: 142px;
}
section.contactoFoot input[type="submit"]{
  background-color: #fff;
  color: #2c316a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.contactoFoot input[type="submit"]:hover{
  background-color: #2c316a;
  font-weight: bolder;
  color: #fff
}
section.contactoFoot ::-webkit-input-placeholder {
  color: #fff;
}
section.contactoFoot :-moz-placeholder { /* Firefox 18- */
  color: #fff;  
}
section.contactoFoot ::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;  
}
section.contactoFoot :-ms-input-placeholder {  
  color: #fff;  
}
section.contactoFoot .form-control:focus {
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng{
  border: 2px solid #E8E06E;
  clear: both;
  color: #E8E06E;
  font-size: 12px;
  text-align: center;
}
span.wpcf7-not-valid-tip, div.wpcf7-mail-sent-ng{
  color: #F19797;
  font-size: 12px;
}
div.wpcf7-mail-sent-ng{
  border: 2px solid red;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  color: #fff;
  text-align: center;
  clear: both;
}
footer .container{
  background-color: #2c316a;
  color: #fff;
  font-size: 14px;
  padding: 30px 0 15px;
}
footer .container .row{
  margin: 0;
}
footer a{
  color: #fff;
  font-weight: bolder;
}
footer a:hover{
  color: #fff;
}
div.btns{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.btn-consulta{
  background: #2c316a;
  opacity: 0.8;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.6s;
  width: auto;
  float: right;
  margin: 2px 0;
}
.btn-consulta:hover{
  color: #fff;
  opacity: 1;
}
.faceb{
  padding-top: 5px;
}
.facebf{
  padding-top: 10px;
}
.faceb a{
  opacity: 0.8;
}
.faceb a:hover{
  opacity: 1;
}
.facebf a{
  color: #ccc;
}
.facebf a:hover{
  color: #fff;
}
#fca_eoi_form_149 .fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_headline_copy_wrapper div, #fca_eoi_form_149 .fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_description_copy_wrapper p, .fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_description_copy_wrapper div, #fca_eoi_form_149 input, #fca_eoi_form_149 .fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_submit_button_wrapper input, #fca_eoi_form_149 .fca_eoi_layout_5.fca_eoi_layout_popup div.fca_eoi_layout_privacy_copy_wrapper div{
  font-family: 'Trebuchet MS', sans-serif !important;
}
.bLateral{
  background-color: #2c316a;
  color: #fff;
  margin-top: 125px;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.bLateral a{
  color: #fff !important;
  font-weight: normal;
}
.bLateral aside > div{
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.bLateral aside > div:last-child{
  border-bottom: 0;
}
.bLateral aside ul{
  padding-left: 20px;
  margin-top: 20px;
}
.bLateral aside ul li{
  line-height: 1;
  margin-bottom: 7px;
}
.bLateral input, .bLateral button{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bLateral input:focus{
  border-color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,.6);
}
.bLateral button{
  background-color: #ddd;
  color: #2c316a;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bLateral button:hover {
  background-color: #fff;
  font-weight: bolder;
}
.bLateral label{
  width: 100%;
}
.blog h2{
  background-color: #2b316a;
  color: #fff;
  padding: 5px 15px;
}
.blog h3 a:hover{
  text-decoration: none;
  font-weight: 700;
}
.blog .vistas{
  border-bottom: 1px solid #2c316a;
}
.blog .moretag{
  text-decoration: underline;
}
.notfound{
  padding-top: 100px;
}
.notfound input{
  border: 1px solid #2c316a;
}
.notfound input:focus, .search-field:focus{
  border-color: #2c316a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(95,0,32,.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(95,0,32,.8);
}
.notfound button{
  background-color: #2c316a;
  color: #fff;
  opacity: 0.8;
}
.notfound button:hover{
  opacity: 1;
}
.notfound{
  padding-top: 50px;
}
.p404{
  padding-top: 100px;
  padding-bottom: 100px;
}
section a{
  color: #464a7f;
}
section a:hover{
  color: #2c316a;
}
.modal-body{
    overflow: hidden;
  }
.consulta textarea{
  height: 132px;
}
.consulta input[type="submit"], .search-submit, .colapsar{
  background-color: #464a7f;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.consulta input[type="submit"]:hover, .search-submit:hover, .colapsar:hover{
  background-color: #2c316a;
  font-weight: bolder;
}
.consulta ::-webkit-input-placeholder {
  color: #2c316a;
}
.consulta :-moz-placeholder { /* Firefox 18- */
  color: #2c316a;  
}
.consulta ::-moz-placeholder {  /* Firefox 19+ */
  color: #2c316a;  
}
.wpb_text_column .form-group{
  margin-bottom: 15px !important;
}
.consulta :-ms-input-placeholder {  
  color: #2c316a;  
}
.consulta .form-control:focus, .search-submit:hover{
  border-color: #2c316a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(95,0,32,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(95,0,32,.6);
}
.consulta input, .consulta textarea{
  background-color: transparent;
  border-color: #2c316a;
  color: #2c316a;
}
.consulta div.wpcf7-validation-errors {
  border: 2px solid #C1B618;
  color: #C1B618;
}
.modal-dialog{
  margin-top: 30px;
}
.panel-default{
  border: 1px solid #2c316a;
}
.panel-default>.panel-heading{
  background-color: #2c316a;
  color: #fff;
}
.panel-title>a:hover{
  color:#fff;
}
.panel-body aside ul{
  padding-right: 0;
  margin-bottom: 0;
}
.panel-body {
  padding: 0;
}
.panel-body aside, .panel-body aside ul li:nth-child(2n){
  border-right: 0;
}
.panel-body aside ul li{
  width: 33.33333%;
  display: inline-block;
  border-right: 1px solid #2c316a;
}
.secciones h3{
  background: #61a740;
  color: #fff;
  margin: 10px auto 0;
  padding: 10px;
  width: 438px;
  margin-top: 0;
  position: absolute;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.rowwm{
  margin: 0; 
}
.secciones{
  margin-bottom: 50px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.secciones > a{
  -webkit-box-shadow: 5px 7px 20px 4px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 7px 20px 4px rgba(0,0,0,0.5);
  box-shadow: 5px 7px 20px 4px rgba(0,0,0,0.5);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.secciones:hover h4, .secciones:hover h4:hover, .secciones:hover{
  text-decoration: none;
}
.secciones img{
  margin-top: 46px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.secciones a:hover h3{
  padding: 120.5px 10px;
  background: rgba(97, 167, 64, .7);
}
.secciones a:hover img{
  margin-top: 0;
}
.secciones a:hover{
  margin-bottom: 46px;
  text-decoration: none;
}
.navbar-home .secondH > .container{
  border-bottom: 1px solid #61a740;
}
.navbar-home .navbar-collapse{
  border-color: transparent;
  border-top: 1px solid #61a740;
  box-shadow: none;
}
/**
 * ================================ */
@media screen and (max-width:1199px){
  body{
    font-size: 15px;
  }
  .h1,h1{
    font-size:34px;
  }.h2,h2{
    font-size:28px;
  }.h3,h3{
    font-size:23px;
  }.h4,h4{
    font-size:17px;
  }.h5,h5{
    font-size:13.5px;
  }
  .h6,h6{
    font-size:11.5px;
  }
  #main p, .servicios p{
    font-size: 17px;
    line-height: 1.8;
  }
  section.servicios .tratamientos a:hover h4, section.servicios .tratamientos a:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  section.home, section.pservicios {
    padding-top: 100px;
  }
  .bLateral{
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .firstH h2{
    margin-top: 10px;
  }
  .secciones {
    margin-bottom: 40px;
  }
  .secciones h3{
    width: 354px;
  }
  .secciones a:hover h3 {
    padding: 96px 10px;
  }
  .social > div{
    padding: 0 5px;
  }
  .form-inline .form-group{
    width: 75%;
  }
  .bLateral input{
    width: 100% !important;
  }
  .direccion {
    padding-top: 12.5px;
  }
}
@media screen and (max-width:991px){
  body{
    font-size: 14px;
  }
  .h1,h1{
    font-size:32px;
  }.h2,h2{
    font-size:26px;
  }.h3,h3{
    font-size:22px;
  }.h4,h4{
    font-size:16px;
  }.h5,h5{
    font-size:13px;
  }
  .h6,h6{
    font-size:11px;
  }
  #main p, .servicios p{
    font-size: 16px;
    line-height: 1.5;
  }
  .titleService {
    height: 51px;
  }
  .logo {
    margin-bottom: 10px;
  }
  .info {
    padding-top: 5px;
  }
  section.home{
    padding-top: 120px;
  }
  section.servicios{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  section.contactoFoot {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .formulario{
    margin-bottom: 20px;
  }
  .header-nav .nav li a{
    padding: 0 7.5px !important;
    text-transform: capitalize;
  }
  .firstH h2 {
    line-height: .9;
  }
  .panel-body aside ul li{
    width: 50%;
    float: left;
  }
  .direccion {
    padding-top: 12.5px;
  }
  .direccion p {
    line-height: 1;
    font-size: 12px;
  }
  .navbar-home .direccion{
    padding: 2.5px;
  }
  .navbar-home .logo {
    margin-bottom: 5px;
  }
  .secciones h3 {
    width: 263px;
  }
  .front{
    padding-top: 40px;
  }
  .pservicios .front {
    padding-top: 20px;
  }
  .bLateral{
    margin-top: 190px;
  }
  .secciones a:hover h3 {
    padding: 68px 10px;
  }
  footer .container {
    font-size: 13px;
    padding: 20px 0 5px;
  }
  .bLateral {
    margin-top: 107.5px;
  }
}
@media (min-width:768px){
  .navbar-nav{
    float:none;
  }
}
@media screen and (max-width:767px){
  body{
    font-size: 13px;
  }
  .h1,h1{
    font-size:30px;
  }.h2,h2{
    font-size:24px;
  }.h3,h3{
    font-size:21px;
  }.h4,h4{
    font-size:15px;
  }.h5,h5{
    font-size:12.5px;
  }
  .logo{
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0; 
  }
  header h2 {
    margin-top: 5px;
  }
  .info{
    padding-top: 0;
  }
  .info p{
    text-align: center;
    margin-bottom: 0;
  }
  .header-nav .navbar-header .navbar-toggle{
    margin-top: 10px;
  }
  .header-nav .navbar-header .navbar-toggle .icon-bar, .header-nav.navbar-home .navbar-header .navbar-toggle .icon-bar{
    background-color: #2c316a;
  }
  .header-nav.navbar-home .navbar-header .navbar-toggle, .header-nav .navbar-header .navbar-toggle{
    border-color: #2c316a;
    background-color: #fff;
    float: none;
    margin: 0 auto 10px;
    padding: 10px 10px 7px;
    display: block;
  }
  #main p, .servicios p{
    font-size: 15px;
    line-height: 1.4;
  }
  .header-nav .navbar-collapse.in {
    background-color: #2c316a; 
    padding: 0; 
  }
  .header-nav .nav{
    margin: 0 auto !important;
  }
  .header-nav .nav li a, .header-nav .nav li a:hover{
    color: #fff;
  }
  .header-nav.navbar-home .navbar-collapse.in{
    border-top: 1px solid #2c316a;
  }
  section.home, section.blog, section.pservicios{
    padding-top: 170px;
    padding-bottom: 20px;
  }
  section.servicios {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  section.contactoFoot {
    padding-top: 12.5px;
  }
  .header-nav .nav li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .header-nav .nav li a{
    padding: 5px 15px !important;
    margin: 0;
  }
  .nav>li{
    display: block;
  }
  .header-nav.navbar-home .nav li{
    border-bottom: 1px solid #2c316a;
  }
  .header-nav.navbar-home .nav {
    padding-bottom: 0;
  }
  footer{
    z-index: 11;
    position: absolute;
    text-align: center;
  }
  .btn-nav{
    padding: 0;
  }
  .busqueda .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .busqueda .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .busqueda {
    margin-top: 7px;
  }
  aside ul{
    text-align: center;
  }
  aside ul li {
    border: 1px solid #2c316a;
    display: inline-block;
    width: 50%;
  }
  aside{
    border-right: 0;
  }
  .tratamientos{
    margin-top: 10px;
  }
  .tratamientos a:last-child {
    margin: 0 25% 30px;
  }
  .barras, .men-u{
    display: inline-block;
  }
  .men-u h4{
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    color: #2c316a;
    font-weight: bolder;
  }
  .header-nav .nav li:hover ul.sub-menu{
    display: none;
  }
  .notfound {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sidebaresp{
    display: inline-block !important;
  }
   h3{
    cursor: pointer;
    font-size: 15px;
    text-align: center;
  }
  aside ul{
    padding-right: 0;
  }
  header .secondH > div {
    background-color: rgba(255,255,255,.6);
  }
  .secciones h3{
    width: 100%;
    position: relative;
  }
  .secciones img {
     margin-top: 0;
     width: 100%; 
  }
  section.home, section.blog, section.pservicios {
    padding-top: 140px;
    padding-bottom: 0; 
  }
  .navbar-home .logo {
    margin-left: 25%;
  }
  .firstH {
    margin: 20px 15px 0 !important;
  }
  .secondH {
    margin: 0 15px 0 !important;
  }
  #main .container{
    margin: 0 15px;
  }
  .navbar-home .secondH > .container {
    border-bottom: 0;
  }
  .header-nav.navbar-home{
    border-bottom: 1px solid #61a740;
  }
  .header-nav.navbar-home .secondH{
    margin: 0 !important;
  }
  .bLateral {
    margin-top: 30px;
  }
  .form-inline .form-group {
    width: 100%;
  }
  .front h1{
    margin-top: 0;
  }
  .secciones a:hover {
     margin-bottom: 0; 
  }
  .secciones a:hover h3 {
    padding: 10px;
    background: rgba(97, 167, 64, 1);
  }
}
@media screen and (max-width: 700px){
  section.home, section.blog, section.pservicios {
    padding-top: 135px;
  }
}
@media screen and (max-width: 640px){
  .logo{
    width: 66.66667%;
    margin-left: 16.66667% !important;
  }
  section.home, section.blog, section.pservicios {
    padding-top: 150px;
  }
  .secciones a:hover {
    margin-bottom: 0;
  }
  .secciones a:hover h3{
    padding: 10px;
    background: rgba(97, 167, 64, 1);
  }
}
@media screen and (max-width: 600px){
  section.home, section.blog, section.pservicios {
    padding-top: 145px;
  }
}
@media screen and (max-width: 550px){
  aside ul li a{
    padding: 5px 1px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 500px){
  .secciones{
    padding: 0;
  }
  .secciones a{
    width: 100%;
    margin-left: 0;
  }
  body{
    background: url('images/bg-mobile.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 450px){
  .logo{
    margin-left: 0 !important;
    width: 100%;
  }
  .btn-nav{
    width: 100%;
  }
  .header-nav .navbar-header {
    text-align: center;
  }
  .header-nav .nav{
    text-align: center;
  }
  .busqueda{
    display: none;
  }
  section.home, section.blog, section.pservicios{
    padding-top: 145px;
  }
  .barra{
    padding: 0;
  }
  aside ul li a{
    font-size: 12px;
  }
  .panel-body aside ul li{
    width: 100%;
  }
  .panel-body aside, .panel-body aside ul li:nth-child(2n) {
    border-right: 1px solid #2c316a;
  }
}
@media screen and (max-width: 415px){
  .tratamientos .col-xs-6{
    width: 100%;
  }
  .tratamientos h4 {
    display: block;
  }
  .tratamientos .titleService{
    height: auto;
  }
  .tratamientos a {
    margin-bottom: 20px;
  }
  .tratamientos a:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px){
  section.home, section.blog, section.pservicios {
    padding-top: 135px;
  }
  .header-nav.navbar-home .navbar-header .navbar-toggle, .header-nav .navbar-header .navbar-toggle{
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 375px){
  aside ul li a{
    text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden;
  }
  section.home, section.blog, section.pservicios {
   padding-top: 130px;
  }
}
@media screen and (max-width: 375px){
  section.home, section.blog, section.pservicios {
   padding-top: 125px;
  }
}