header.classic-header,
header.classic-header .navbar-header.navbar-header-custom {
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

body {
  font-family: 'Open Sans', sans-serif;
}

div.menu_area .navbar ul#nav.navbar-nav li a {
    font-size: 1.16em;
    line-height: 24px;
    padding-right:0;
    padding-left:0;
    padding-bottom:0;
    font-weight: 100;
}

header.fixedHeader .menu_area .navbar.navbar-expand-lg ul#nav.navbar-nav 
{
    border-top: 1px solid #dee2e6!important;
}

/*div.menu_area .navbar ul#nav.navbar-nav li a.active
{
    text-decoration: none;
    background-image: linear-gradient(#FF906B, #FF906B);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 5%;
    transition: background-size 150ms ease-in-out;
    padding-bottom: 0em!important;
}*/

div.menu_area .navbar ul#nav.navbar-nav li a.active,
div.menu_area .navbar ul#nav.navbar-nav li a:hover,
div.menu_area .navbar ul#nav.navbar-nav li a:focus
{
    /*box-shadow: 0 2px 0 0 #FF906B !important;*/
    transition: width 2s;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
div.menu_area .navbar ul#nav.navbar-nav li a.active span,
div.menu_area .navbar ul#nav.navbar-nav li a:hover span,
div.menu_area .navbar ul#nav.navbar-nav li a:focus span {
    box-shadow: 0 2px 0 0 #FF906B !important;
    color:inherit;
}

#header .top {
  position: relative;
  text-align: center;
  background: #FFFFFF;
  padding: 40px 0 34px;
}

/*.brand span:not(.prof)::before  {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}*/

.brand span:not(.prof) {
    color: #FF906B;
    position: relative;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.brand span.prof {
    font-size:14px;
    /*color: #FF906B;*/
    color: grey;
    display: block;
}

.brand {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    color: #000;
}

a.brand {
    /*color: #FF7C26;*/
    color: #7dac3d;
}

/*.brand span:not(.prof):hover {
    color:#FF906B;
    font-weight:500;
}*/

a.navbar-brand {
    text-align: center;
    color: #FF906B!important;
}

.fixedHeader .navbar-header.navbar-header-custom:hover,
a.navbar-brand:hover {
    transform: scale(1.10);
}

a.navbar-brand.orange {
    text-transform: uppercase;
}

a.navbar-brand span.sub {
    display: block;
    font-size: 11px;
    color: #333333;
}
/***********************************************
* Posts
***********************************************/

/* Grid overrule */
#posts .col-md-1,
#posts .col-md-2,
#posts .col-md-3,
#posts .col-md-4,
#posts .col-md-5,
#posts .col-md-6,
#posts .col-md-7,
#posts .col-md-8,
#posts .col-md-9,
#posts .col-md-10,
#posts .col-md-11,
#posts .col-md-12 {
  padding: 0;
}

#posts .row {
  margin-left: 0;
  margin-right: 0;
}

body#contacto #contact.form-2,
body#psicoterapia #single,
body#sobre-mi section ._anna-default-content,
#posts {
  margin: 40px auto;
}

/*body#contacto section #contact ._content,*/
body#sobre-mi section ._anna-default-content ._anna-sidebar,
#psicoterapia ._first #single .post {
    padding: 20px;
}
#posts .post,
#posts .quote,
#slideshow .post {
  background: #fff;
  margin: 20px;
  height: auto;

  overflow: hidden;

/*  -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
  -ms-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
  -o-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);*/
}

#posts .about,
#posts .popular-posts,
#posts .tags {
  background: #fff;
  text-align: center;
  margin: 20px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
  -ms-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
  -o-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.03);
}

#posts .about p {
  margin: 20px;
}

#posts .tags {
  padding-bottom: 20px;
}

#posts .popular-posts {
  padding: 10px 30px;
}

#posts .popular-posts a {
  color: #000;
  text-decoration: none;
  display: block;
  margin: 10px auto;
}

@media (min-width: 992px) {
  #posts .post,
  #posts .quote {
    /*height: 340px;*/
  }

  #posts .post.featured,
  #posts .post.big {
    height: auto;
  }

  #posts .post.big .caption,
  #posts .post.featured .caption {
    /*margin: 50px auto;*/
    /*padding: 20px 40px 0;*/
    padding: 0 40px 0;
  }
}

.media {
  margin-top: 0;
}

#posts .post .caption {
  padding: 20px 24px;
}

.post .post-thumb {
  height: 60px;
  width: 60px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 16px;
}

.post .post-tag {
    /*color: #FF7C26;*/
    color: #7dac3d;
  display: block;
  font-size: 15px;
  text-transform: lowercase;
  margin: 5px 0;
}

.post .post-title {
  color: #000;
  font-size: 22px;
  text-decoration: none;
}

.post.featured .post-title {
  font-size: 30px;
}

.form-2 .list-unstyled,
#psicoterapia section._first p,
#sobre-mi .about-me-content p,
.post.featured p {
  font-size: 1.1em;
  line-height: 24px;
}

.post .post-date {
  color: #727272;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.post .post-description {
  margin: 14px auto 20px auto;
}

/*._anna-default-content,
body#psicoterapia .main-wrapper > section._first {
    padding: 35px 0 35px 0;
}*/

body#psicoterapia .main-wrapper > section._first h1 {
    color: #444;
}

body#inici .main-wrapper > section._box #posts section {
    float: left!important;
}

#_quote .quote {
  position: relative;
  padding: 60px 30px 15px 30px;
}

#_quote .quote .quote-face {
  width: 92px;
  border-radius: 50%;
}

#_quote .quote .quote-left,
#_quote .quote .quote-right {
  position: absolute;
  color: #E5E5E5;
  font-size: 60px;
}

#_quote .quote .quote-left {
  top: 40px;
  left: 20px;
}

#_quote .quote .quote-right {
    top: 120px;
    right: 20px;
}

#_quote .quote blockquote {
    padding: 20px;
    margin: 0;
    font-size: 17.5px;
    border-left: none;
}
#_quote .quote blockquote p:before {
    position: absolute;
    content: "\f10d";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: rgba(175,176,177,0.2);
    top: 50px;
    left: 10px;
    font-size: 78px;
    z-index: 0;
}
#_quote .quote blockquote p:after {
    position: absolute;
    content: "\f10e";
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    color: rgba(175,176,177,0.2);
    right: 70px;
    bottom: 51px;
    font-size: 78px;
    z-index: 0;
}

#posts .post .owl-controls,
#posts .quote .owl-controls {
  opacity: 0;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -ms-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}


#posts .post:hover .owl-controls,
#posts .quote:hover .owl-controls {
  opacity: 1;
}

.btn {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
}

.btn-light,
.btn-dark {
  padding: 9px 20px;
}

.btn-light {
  background: #fff;
  color: #000 !important;
}

.btn-dark {
  background: #000;
  color: #fff !important;
}

.btn-orange {
    background: #FF906B;
    color: #fff !important;
}

.btn-orange:hover {
    border: 1px solid #FF906B;
    background: transparent;
    color: #FF906B !important;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: #fff;
  color: #000;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #000;
  color: #fff;
}

.btn-tag {
  padding: 5px 10px;
  margin: 2px auto;
}

.btn.green {
    background-color: transparent;
    color: #7dac3d !important;
    border: 1px solid #7dac3d;
}

.btn.orange {
    background-color: transparent;
    color: #FF906B !important;
    border: 1px solid #FF906B;
}

.btn.orange:hover {
    background-color: #FF906B;
    color: white!important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active,
.btn.orange-inv:active,
.btn.orange-inv {
    background-color: #FF906B;
    color: white!important;
    border: 1px solid #FF906B;
}

.btn.orange-inv:hover {
    background-color: transparent;
    color: #FF906B !important;
}

#scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 40px;
  width: 38px;
  height: 38px;
  line-height: 40px;
  background: #7C7C7D;
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  opacity: 0;
}

#scroll-to-top.visible {
  opacity: 1;
}

#scroll-to-top:hover {
    background-color: #FF906B;
    color: white!important;
}

footer._b:before {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 35%; /* Change this to whatever width you want. */
    padding-top: 20px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #cacaca;; 
}
.bg-light {
    /*background-color: #fefefe!important;*/
    background-color: #fcfdfd!important;
}

footer a.link:hover {
    color: #FF906B;
}

/***********************************************
* Forms
***********************************************/
.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 37px;
}

.form-control.input-sm {
  height: 30px;
}

.form-control:hover,
.form-control:focus {
  border-color: #FF906B;
  box-shadow: none;
}

.form-inline .form-group p {
  margin: 10px;
}

#subscribe {
    padding: 40px;
    /*background-color: #fcfdfd;*/
    background-color: #f9fafc;
}

#subscribe .form-group {
    font-size: 1.1em;
}

#subscribe .form-inline {
    display: flex;
    align-items: center;
    justify-content: center;
}