/*
Theme Name: Clinica Dental Abascal
Theme URI: http://juanjimenez.io
Author: Juan Jimenez
Author URI: http://juanjimenez.io
Description: Custom theme Clinica Dental Abascal
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clinicadentalabascal
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Clinica Dental Abascal is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Small menu
# Accessibility
# Alignments
# Clearings
# Widgets
# Accessibility
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom
# Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Small menu
--------------------------------------------------------------*/

.menu-toggle, .navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.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-size: 0.875rem;
    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. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
    display: none;
}
.single .byline, .group-blog .byline {
    display: inline;
}
.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
## CUSTOM
--------------------------------------------------------------*/

/* GENERAL */

hr {
    margin-top: 0;
}
.logged-in .navbar-fixed-top, .logged-in .header-navigation {
    top: 32px;
}
* {
    color: #393939;
    font-family: 'Ubuntu', 'san-serif';
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a:hover, a:visited, a:link {
    text-decoration: none;
}
*:hover, *:focus, *:link, *:visited, *:active {
    outline: 0;
}
section {
    padding: 7% 0;
}
h1 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 3px;
}
h2 {
    font-size: 24px;
    color: #3aafa9;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 3px;
}
h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #a4a0a0;
    font-weight: 300;
    letter-spacing: 2px;
    word-spacing: 3px;
}
h4 {
    font-weight: 400;
    letter-spacing: 2px;
    word-spacing: 3px;
    font-size: 20px;
}
h5 {
    padding-top: 3%;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 2px;
    word-spacing: 3px;
}
p {
    word-spacing: 1px;
    letter-spacing: 1px;
}
.gris {
    background-color: #faf7f7
}

/* NAV */

nav {
    height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* Logo */

.brand {
    position: fixed;
    margin-top: 20px;
    z-index: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 12px;
    float: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.brand-strong {
    -webkit-transition: .55s ease-in-out;
    transition: .55s ease-in-out;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.brand-light {
    -webkit-transition: .55s ease-in-out;
    transition: .55s ease-in-out;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

/* Icon */

.icon {
    float: right;
    margin-top: 27px;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
#nav-icon {
    width: 35px;
    height: 35px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.bar {
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
    top: 12px;
}
#nav-icon span:nth-child(4) {
    top: 24px;
}
#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/* Navigation */

.header-navigation {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #3aafa9;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navigation-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.navigation-content a {
  position: relative;
    letter-spacing: 2px;
    word-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 4%;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 30px;
}
.navigation-content a:before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #fff;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}
.navigation-content a:hover:before {
    width: 100%;
}
.toggle {
    height: 100%;
}

/* HEADER */

header,
.header-blog {
    background-position: center top;
    background-size: cover;
    height: 70vh;
    position: relative;
    z-index: -1;
}

.header-blog h1 {
  font-size: 38px;
}
header:after,
.header-blog:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 175, 169, 0.7);
}
header i {
    z-index: 1;
    color: #fff;
    position: fixed;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff;
}
.icon-scroll:before {
    position: absolute;
    left: 50%;
}
.icon-scroll {
    width: 40px;
    height: 70px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(46px);
        transform: translateY(46px);
    }
}
.header-title,
.header-title-blog {
    width: 90%;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
}
.header-brand-strong {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.header-brand-light {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
}

/* CUSTOM TITLE */

.custom-title-wrapper {
    background-color: #3aafa9;
    height: 50vh;
}
.custom-title {
    color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/* NUESTRO BLOG */

button {
    margin: 20px 0;
    background-color: transparent;
    padding: 15px 40px;
    border: 1px solid #3aafa9;
    color: #3aafa9;
    text-transform: uppercase;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
button:hover {
    background-color: #3aafa9;
    color: #fff;
}

.last-post h4 a {
  font-weight: 400;
  font-size: 24px;
  color: #3aafa9;
}

.last-post h4 a:hover {
  font-weight: 400;
  color: #3aafa9;
}

/* TRATAMIENTOS */

.tratamientos-col {
    margin-bottom: 20px;
}
.tratamientos-div {
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    min-height: 150px;
    background-color: #f0f0f0;
    position: relative;
}
.tratamientos-div:hover {
    background-color: #3aafa9;
}
.tratamientos-div:hover p {
    color: #fff;
}
.tratamientos-div p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    word-wrap: break-word;
    color: #3aafa9;
    padding: 0 10px;
}

/* PIDE TU CITA */

.pidetucita {
    cursor: pointer;
    position: relative;
    background: #393939;
    border-bottom: 15px solid #3aafa9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.pidetucita:before {
  content: '';
  height: 100%;
  width: 0%;
  background: #3aafa9;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
  -webkit-transition: .2s ease-in;
  transition: .2s ease-in;
}
.pidetucita:hover:before {
    width: 100%;
}
.pidetucita .container {
  position: relative;
  z-index: 1;
}
.pidetucita h3, .pidetucita h2 {
    color: #fff;
}

/* DIRECCIONES */

.icon-icon6 {
    font-size: 50px;
    color: #3aafa9;
}

/* FOOTER */

footer {
    padding: 2% 0;
}

/* TRATAMIENTOS (page) */

.tratamientos-row {
    padding: 20px 0;
    background: #faf7f7;
}
.tratamientos-row-bis {
    padding: 20px 0;
}
.icon-icon5 {
    font-size: 300px;
    position: absolute;
    top: -100px;
    right: 50px;
    color: #3aafa9;
}
.icon-icon4 {
    font-size: 200px;
    position: absolute;
    top: -27px;
    left: 150px;
    color: #3aafa9;
}
.icon-icon2 {
    font-size: 300px;
    position: absolute;
    top: -37px;
    right: 100px;
    color: #3aafa9;
}
.icon-icon1 {
    font-size: 300px;
    position: absolute;
    top: -47px;
    left: 110px;
    color: #3aafa9;
}
.icon-icon7 {
    font-size: 200px;
    position: absolute;
    top: -37px;
    right: 150px;
    color: #3aafa9;
}
.icon-icon8 {
    font-size: 200px;
    position: absolute;
    top: -27px;
    left: 150px;
    color: #3aafa9;
}

/* UBICACION Y CONTACTO */

.ubicacionycontacto {
    padding: 7% 0 0 0;
}
.ubicacionycontacto .col-sm-12 {
    padding: 0;
}
input,
textarea,
input[type="search"]{
    padding: 1%;
    border: 0;
    background-color: #f4f4f4;
    width: 100%;
    color: #a4a0a0;
}
input {
    margin-bottom: 5px;
}
input[type="submit"] {
    width: 100%;
    background-color: #3aafa9;
    border: 0px;
    padding: 2% 3%;
    color: #fff;
    font-size: 80%;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

div.wpcf7-mail-sent-ok {
  border-color: #3aafa9;
}
#map {
    height: 400px;
}
.ubicacion {
    cursor: pointer;
    padding: 2% 6%;
    background-color: #faf7f7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ubicacion1 {
    background-color: #3aafa9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.ubicacion1 h4, .ubicacion1 p {
    color: #fff;
}

/* SOBRE NOSOTROS */

.personal-cards {
    margin-top: 50px;
}
.personal-card {
    margin-bottom: 20px;
}
.personal-card img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.personal-card .info {
    margin-top: -70px;
    background-color: #3aafa9;
    padding: 20px 20px 5px 20px;
}
.personal-card .info p {
    color: #fff;
}
.personal-card .info span {
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

/* BLOG */

body.blog .first,
body.single-post .first,
body.archive .first,
body.search .first {
    margin-top: 50px;
}
body.blog header,
body.archive header,
body.search header,
body.single-post header {
    display: none;
}
body.blog .header-blog h1 {
  font-size: 36px;
}
body.single-post h1 {
  text-transform: initial;
}
body.single-post .entry-title,
body.archive .entry-title,
body.search .entry-title {
    font-size: 40px;
}
body.blog .entry-content button,
body.single-post .entry-content button,
body.archive .entry-content button,
body.search .entry-content button {
    margin: 10px 0;
}
body.blog .entry-title a,
body.single-post .entry-title a,
body.archive .entry-title a,
body.search .entry-title a {
    font-size: 25px;
    color: #3aafa9;
    font-weight: 700;
    letter-spacing: 2px;
    word-spacing: 3px;
    word-wrap: break-word;
}

body.blog .entry-title,
body.single-post .entry-title,
body.archive .entry-title,
body.search .entry-title {
text-transform: none;
line-height: 25px;
}
body.blog article,
body.archive article,
body.search article,
body.single-post article{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
body.single-post article {
  border: 0;
}
body.blog article:last-child,
body.archive article:last-child,
body.search article:last-child  {
    padding-bottom: 20px;
    border:0;
}
body.blog article button,
body.archive article button,
body.search article button  {
    margin: 1% 1% 1% 0;
}

body.blog .preview,
body.archive .preview,
body.search .preview {
margin: 20px 0;
}
body.blog .comments-link a,
body.archive .comments-link a ,
body.search .comments-link a  {
    color: #3aafa9;
    text-transform: uppercase;
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1px;
}
body.blog .entry-meta p,
body.blog .entry-meta p a,
body.archive .entry-meta p a,
body.archive .entry-meta p,
body.search .entry-meta p a,
body.search .entry-meta p,
body.single-post .entry-meta p,
body.single-post .entry-meta p a {
    font-size: 20px;
    margin: 0;
    color: #a4a0a0;
    font-weight: 300;
    letter-spacing: 2px;
    word-spacing: 3px;
}
body.blog .entry-meta .post-edit-link,
body.single-post .entry-meta .post-edit-link,
body.archive .entry-meta .post-edit-link,
body.search .entry-meta .post-edit-link {
    color: #393939;
}

body.blog .entry-meta .category a,
body.single-post .entry-meta .category a,
body.archive .entry-meta .category a,
body.search .entry-meta .category a {
    font-size: 14px;
}

body.single-post .post-navigation{
  display: none;
}

nav.navigation{
  background: transparent!important;
}

nav.navigation a{
  margin: 0;
  color: #a4a0a0;
  font-weight: 300;
}

.row-search {
  margin-bottom: 30px;
}

form[role="search"] label,
form[role="search"] input {
  width: 100%;
}

form[role="search"] input {
  height: 40px;
  padding: 0;
}

form[role="search"] input[type="search"] {
  padding-left: 15px;
}

/* ASIDE */

aside {
  padding-left: 30px!important;
}

aside h2 {
  font-size: 25px;
  text-transform: none;
}

aside li {
  list-style: none;
  margin-bottom: 25px;
}

aside li a {
  color: #a4a0a0;
  display: block;
  -webkit-transition: .5s;
  transition: .5s;
}

aside li a:hover {
  color: #393939;
}


/* COMMENTS */

#comments .comment-form-comment textarea {
  width: 100%;
  border: 0;
  padding: 2%;
  background-color: #f4f4f4;
}

#comments .comment-form-author,
#comments .comment-form-email,
#comments .form-submit{
  padding: 0;
}

#comments .form-submit input{
  padding: 6%;
}

#comments .comment-form-author input,
#comments .comment-form-email input {
  width: 99%;
  border: 0;
  padding: 3%;
  background-color: #f4f4f4;
}

#comments .comment-form-url{
  display: none;
}
#comments label{
display: none;
}

#comments h5{
  font-size: 25px;
}

#comments .comment-notes,
#comments .comment-notes span{
  font-size: 16px;
}

#comments .comments-title,
#comments .comments-title span{
  font-size: 25px;
  font-weight: normal;
}

input[type="submit"]{
    background-color: #3aafa9;
    border: 0px;
    padding: 1%;
    color: #fff;
    font-size: 80%;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}


/*--------------------------------------------------------------
## RESPONSIVE
--------------------------------------------------------------*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    @media only screen and (orientation: landscape) {}
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    header {
        height: 100vh;
    }
    .header-brand-strong, .header-brand-light {
        font-size: 70px;
    }
    .tratamientos-row {
        padding: 50px 0;
    }
    .tratamientos-row-bis {
        padding: 50px 0;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 38px;
        line-height: 25px;
    }
    h3 {
        font-size: 32px;
    }
    h4,
    .last-post h4 a {
        font-size: 24px;
    }
    @media only screen and (orientation: landscape) {}
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    #nav-icon {
        display: none;
    }
    nav ul li {
        display: inline;
    }
    .header-navigation {
        height: 60px;
        background-color: transparent;
    }
    .navigation-content {
        padding-right: 6%;
        text-align: right;
        margin-top: 21px;
    }
    .navigation-content a {
        cursor: pointer;
        font-size: 15px;
        letter-spacing: 2px;
        word-spacing: 0px;
        margin-left: 20px;
        display: inline;
        padding: 8px;
    }
    .tratamientos-row {
        padding: 100px 0;
    }
    .tratamientos-row-bis {
        padding: 100px 0;
    }
    body.blog .header-blog h1 {
      font-size: 50px;
    }
    .last-post h4 {
      min-height: 150px;
    }
}

@media (max-width: 767px) {
  button {
    width: 100%;
  }
  .header-blog h1 {
    font-size: 26px;
  }
}
