/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

/* ==========================================================================
Browse Happy prompt
========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */

@font-face {
    font-family: 'MariaLopezPsicologa';
    src:url('../fonts/MariaLopezPsicologa.eot?l42xrs');
    src:url('../fonts/MariaLopezPsicologa.eot?#iefixl42xrs') format('embedded-opentype'),
    url('../fonts/MariaLopezPsicologa.woff?l42xrs') format('woff'),
    url('../fonts/MariaLopezPsicologa.ttf?l42xrs') format('truetype'),
    url('../fonts/MariaLopezPsicologa.svg?l42xrs#MariaLopezPsicologa') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'MariaLopezPsicologa';
    content: attr(data-icon);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* -------------------------- MAIN -------------------------- */

html,
body{ height: 100%; min-height: 100%; }
body{ color: #333; font-family: "Source Sans Pro", sans-serif; }
ul li{ list-style: none;}
a{ text-decoration: none;}

/* Box model */
*, *:before, *:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Transitions */
a,
.header{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* General */
.vcenter{ text-align: center; white-space: nowrap;}
.vcenter:before{
    content: '';
    width: 1px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.vcentered{
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.all{
    width: 90%;
    max-width: 1020px;
    margin: auto;
    padding: 10px;
    z-index: 1;
}
.main-section,
.inner-section{ position: relative; width: 100%; z-index: 0; }
.inicio{
    height: 100%;
    background: url(../img/groovepaper.jpg) repeat top left;
}
.sentir,
.terapia,
.sobre{
    min-height: 100%;
    display: table;
    background: url(../img/groovepaper.jpg) repeat top left;
}

.inner-section{
    overflow: hidden;
    height: 200px;
    background: url(../img/bluebench.jpg) repeat center center;
    background-size: cover;
    z-index: 1;
}
.inner-section h4{
    display: inline;
    font-size: 2em;
    padding: 0.15em 0.4em;
    color: #75cff5;
    background: rgba(255,255,255,0.8);
}
.inner-terapia{ background-image: url(../img/bluedock.jpg);}
.inner-sobre{ background-image: url(../img/bluegirl.jpg);}

/* -------------------------- HEADER -------------------------- */
.header{
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    background: #111;
    background: rgba(0,0,0,0.9);
}
.nav{
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 0;
}
.nav ul{ padding: 0; margin: 0.5em 0;}
.nav ul li{ display: inline-block;}
.nav ul li a{
    display: block;
    padding: 0.2em;
    margin: 0 0.5em;
    font-size: 1.25em;
    color: #fff;
    font-weight: 600;
}
.nav ul li a:hover{ color: #75cff5;}
.nav ul li.act a{ color: #75cff5; cursor: default;}

/* Menu btn */
.nav .navtoggle{
    display: none;
    width: 100%;
    padding: 0.5em 0.5em 0.8em;
    text-align: left;
    color: rgb(7, 16, 15);
    font-size: 1.2em;
    background: none;
    border: none;
    border-bottom: 4px solid rgb(221, 221, 221);
    cursor: pointer;
}
.navtoggle span {
    position: relative;
    top: 3px;
    line-height: 0;
    font-size: 1.6em;
}

/* -------------------------- INICIO -------------------------- */
.inicio-nav{ display: none; position: absolute; bottom: 1em; right: 1em; z-index: 4;}
.inicio-nav a{
    padding: 5px;
    font-size: 1.75em;
    line-height: 0.1;
    color: #888;
    color: rgba(0,0,0,0.3);
    display: inline-block;
}
.inicio-nav a.active,
.inicio-nav a:hover,
.inicio-nac a:active{ color: #444; color: rgba(0,0,0,0.6);}
.inicio-cnt{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}
.inicio-slogan,
.inicio-datos{
    width: 100%;
    display: block;
    height: 50%;
}
.inicio-slogan{ padding: 3.25em 0 0; background: #75cff5;}
.inicio-slogan .vcentered{ text-align: center;}
.inicio-slogan h2{ font-size: 2em; margin: 0; display: inline;}
.inicio-slogan h2 span{
    font-weight: 300;
    font-style: italic;
    font-size: 1.125em;
    vertical-align: baseline;
}
.inicio-datos{ max-width: 750px; width: 75%; padding: 0 0 1em; margin: auto;}
.inicio-datos img{ float: left; width: 15%; min-width: 50px; height: auto;}
.in-datos{ width: 80%; float: left; text-align: left; margin-left: 5%;}
.in-datos h1,
.in-datos h2{ margin: 0; line-height: 1.2;}
.in-datos h1{ font-size: 1.5em;}
.in-datos h2{ font-size: 1.3em; font-weight: 300;}
.in-datos ul{
    padding: 0;
    width: 100%;
    margin: 0.5em 0 0;
    display: block;
    overflow: auto;
}
.in-datos li{
    display: inline-block;
    font-size: 1em;
    line-height: 1.5;
    margin-right: 1em;
    color: #444;
}
.in-datos li span[data-icon]:before{
    color: #009eee;
    font-size: 1em;
}
.in-datos li a{
    font-size: 1em;
    color: #444;
}
.in-datos li a:hover{ color: #009eee;}

/* -------------------------- SENTIR -------------------------- */
.sentir-cnt{ margin: 0 auto; padding: 7em 0 3em;}
.sentir-cnt img{ float: right; width: 50%;}
.sentir-cnt h3{
    float: left;
    width: 50%;
    margin:  0 0 0.5em;
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
}
.sentir-cnt p{ float: left; width: 46%; margin: 0 0 1em; font-size: 1.5em;}
.sentir-cnt a{ font-size: 1em; color: #009eee;}
.sentir-cnt a:hover,
.sentir-cnt a:focus{ border-bottom: 1px solid #009eee;}

/* -------------------------- TERAPIA -------------------------- */
.terapia{ overflow: auto;}
.terapia-cnt{ margin: 0 auto; padding: 7em 0 3em;}

.terapia nav{ padding: 0.5em 0 2em; display: block; width: 100%;}
.terapia nav ul{ padding: 0; margin: 0;}
.terapia nav ul li{ display: inline-block; padding: 0.33em;}
.terapia nav ul li:focus,
.terapia nav ul li a:focus{ outline: none;}
.terapia nav ul li a{
    float: left;
    display: block;
    padding: 0.2em 1em;
    font-size: 1.125em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    border-radius: 0.2em;
    background: #444;
}
.terapia nav ul li a:hover,
.terapia nav ul li.ui-tabs-active a{
    background: #009eee;
    color: #fff;
}
.terapias img{ float: right; width: 40%; padding-left: 5%; margin-bottom: 1.5em;}
.terapias h3{
    float: left;
    width: 60%;
    margin: 0 0 0.4em;
    font-size: 2em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 2px solid #009eee;
}

.terapias h4{
    float: left;
    width: 60%;
    margin: 0 0 0.8em;
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}
.terapias p{ width: 60%; margin: 0 0 0.75em; display: block; font-size: 1.125em;}

.terapias .detalles-terapia {
    float: left;
    width: 60%;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #daf6fd;
}

.terapias .detalles-terapia p {
    width: 100%;
}

/* -------------------------- SOBRE -------------------------- */
.sobre-cnt{ margin: 0 auto; padding: 7em 0 3em; overflow: auto;}
.sobre-cnt img{ float: left; width: 30%;}
.sobre-cnt h3{ float: right; width: 68%; margin: 0 0 0.5em; font-size: 2em; font-weight: 600; line-height: 1;}
.sobre-cnt p{ float: right; width: 68%; margin: 0 0 1em; font-size: 1.125em;}
.sobre-cnt a{ font-size: 1em; color: #009eee; text-decoration: none;}
.sobre-cnt a:hover{ border-bottom: 1px solid #009eee;}

/* -------------------------- CONTACTO -------------------------- */
.contacto-dir{ position: relative; width: 100%;}
.mapa{
    position: relative;
    width: 100%;
    height: 450px;
    z-index: 0;
}
.contacto-dir header{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #75cff5;
    background: rgba(117, 207, 245, 0.9);
    overflow: auto;
}
.contacto-dir p{
    width: 90%;
    min-width: 300px;
    margin: 0 auto;
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 600;
    padding: 1em;
}
.contacto-cnt article{ width: 100%; background: #111; overflow: auto;}
.contacto-cnt article .all{ overflow: auto;}
.contacto-datos,
.contacto-form{
    width: 50%;
    min-width: 250px;
    padding: 1.5em 0;
    float: left;
    color: #fff;
}
.contacto-datos h3,
.contacto-form h3{
    margin: 0 0 0.2em;
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
    color: #75cff5;
}
.contacto-datos ul{ padding: 0; margin: 0;}
.contacto-datos li{ display: block; padding: 0.3em 0;}
.contacto li span[data-icon]:before{
    color: #75cff5;
    margin-right: 0.2em;
}
.contacto-datos li,
.contacto-datos li a{
    font-size: 1.125em;
    line-height: 1;
    font-weight: 300;
    color: #ddd;
    text-decoration: none;
    text-align: left;
}
.contacto-datos li a:hover{ color: #75cff5;}
.notification_ok{
    float: left;
    font-size: 1.125em;
    padding: 0.3em 0;
    line-height: 1;
    font-weight: 300;
    color: #ddd;
}

.contacto-cnt footer{
    width: 100%;
    background: rgba(0,0,0,0.9);
    overflow: auto;
    border-top: 1px solid #333;
}
.contacto-cnt footer .all{ overflow: auto;}
.copy{ float: left; display: inline;}
.made{ float: right; display: inline; text-align: right;}
.copy,
.made{
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    font-weight: 300;
    color: #75cff5;
}
.copy a{ color: #75cff5;}
.copy a:hover{ color: #fff;}
.made a{
    color: #444;
    font-size: 1.3em;
    line-height: 1;
    padding: 0;
}
.made a:hover{ color: #777;}
#formulario{}
    #formulario form{
        width: 100%;
        margin: 10px 0 0;
        padding: 0;
    }
    input#name,
    input#phone,
    input#email,
    textarea#notes{
        position: relative;
        height: 30px;
        border: none;
        padding: 10px;
        margin: 0 0 10px;
        float: left;
        font-size: 12px;
        background: #fff;
    }
    input#name,
    textarea#notes{ width: 100%; }
    input#email{ width: 58%;}
    input#phone{ width: 40%; margin-left: 2%;}
    textarea#notes{ resize: none; height: 90px;}

    #terms{ float: left; width: 100%; margin-bottom: 10px;}
    input[type="checkbox"]{ margin-right: 5px; -moz-appearance: checkbox; -webkit-appearance: checkbox;}
    #terms label{ font-size: 0.9em; line-height: 1;}
    #terms label a{ text-decoration: none; color: #75cff5;}
    #terms label a:hover{ border-bottom: 1px solid #75cff5;}

    input#submit{
        float: left;
        width: 100%;
        height: 30px;
        border: none;
        background: #75cff5;
        color: #111;
        font-size: 1em;
    }
    input#submit:hover{
        cursor: pointer;
        background: #009eee;
    }

    .contacto-icons{
        width: 100%;
        background: #111;
        overflow: auto;
        border-top: 1px solid #242424;
    }
    .contacto-icons .all{
        overflow: auto;
    }
    .contacto-icons-cm{
        display: inline-block;
        height: auto;
    }

    .contacto-icons a {
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 12px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: light;
    }
    .contacto-icons img {
        display: block;
        margin-bottom: 10px;
    }

    .contacto-icons span {
        display: inline-block;
    }
    /* -------------------------- LEGAL y COOKIES -------------------------- */

    #legal{}
        #legal ul{ padding: 3.25em 0;}
        #legal li{ margin: 0 0 2em;}
        #legal li h4{ margin: 0 0 0.5em; text-transform: uppercase; color: #75cff5; border-bottom: 2px solid #75cff5;}
        #legal li b{ margin: 1em 0 0.5em; display: block; color: #75cff5;}
        #legal li b:before{
            content: '- ';
        }
        #legal li h4 a:hover{ color: inherit;}
        #legal a{ color: #75cff5; text-decoration: none;}
        #legal a:hover{ color: #222;}
        #legal a#back{
            display: inline-block;
            margin: 1em 0 2em;
            padding: 0.3em 0.5em;
            color: #75cff5;
            text-decoration: none;
            text-align: right;
            text-transform: uppercase;
            border: 2px solid #75cff5;
        }
        #legal a#back:hover{ color: #ffffff; background: #75cff5;}

        #legal table{
            margin: 1em auto 1.5em;
            border-collapse: collapse;
            border: 2px solid #75cff5;
            color: #75cff5;
        }

        #legal table thead th{ padding: 0.5em 0.3em; text-transform: uppercase; font-size: 1.125em; }
        #legal table #tcol-1{ width: 26%;}
        #legal table #tcol-2,
        #legal table #tcol-3{ width: 37%;}
        #legal table tbody td{ padding: 0.5em; vertical-align: top;}
        #legal table tbody td[colspan="3"]{ background: #75cff5; color: #fff; padding: 0.1em 0.5em; font-size: 0.875em;}

        .cookiebar{
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            width: 98%;
            margin: auto;
            border-radius: 5px 5px 0 0;
            box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.3);
            background: rgba(117, 207, 245, 0.9);
            color: #222;
            z-index: 99999;
        }

        .cookiebar p a{ color: #222; text-decoration: none; border-bottom: 1px solid #222; }
        .cookiebar p a.cerrar{
            position: absolute;
            top: 0.75em;
            right: 0.85em;
            font-size: 1.2em;
            border: none;
            display: block;
        }
        .cookiebar p a:hover{ color: #fff; border-color: #fff;}
        .cookiebar a.cerrar:hover{ opacity: 1;}

        /* -------------------------- BROWSE HAPPY -------------------------- */
        .browsehappy{
            position: fixed;
            top: 0;
            width: 100%;
            left: 0;
            margin: 0;
            padding: 1em;
            background: #111;
            z-index: 10;
            font-size: 1.25em;
            color: #fff;
        }
        .browsehappy b{ font-weight: 600; color: #75cff5;}
        .browsehappy a{
            color: #75cff5;
            text-decoration: none;
            border-bottom: 1px dotted #75cff5;
        }

        /* ==========================================================================
        Helper classes
        ========================================================================== */

        /*
        * Image replacement
        */

        .ir {
            background-color: transparent;
            border: 0;
            overflow: hidden;
            /* IE 6/7 fallback */
            *text-indent: -9999px;
        }

        .ir:before {
            content: "";
            display: block;
            width: 0;
            height: 150%;
        }

        /*
        * Hide from both screenreaders and browsers: h5bp.com/u
        */

        .hidden {
            display: none !important;
            visibility: hidden;
        }

        /*
        * Hide only visually, but have it available for screenreaders: h5bp.com/v
        */

        .visuallyhidden {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        /*
        * Extends the .visuallyhidden class to allow the element to be focusable
        * when navigated to via the keyboard: h5bp.com/p
        */

        .visuallyhidden.focusable:active,
        .visuallyhidden.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

        /*
        * Hide visually and from screenreaders, but maintain layout
        */

        .invisible {
            visibility: hidden;
        }

        /*
        * Clearfix: contain floats
        *
        * For modern browsers
        * 1. The space content is one way to avoid an Opera bug when the
        *    `contenteditable` attribute is included anywhere else in the document.
        *    Otherwise it causes space to appear at the top and bottom of elements
        *    that receive the `clearfix` class.
        * 2. The use of `table` rather than `block` is only necessary if using
        *    `:before` to contain the top-margins of child elements.
        */

        .clearfix:before,
        .clearfix:after {
            content: " "; /* 1 */
            display: table; /* 2 */
        }

        .clearfix:after {
            clear: both;
        }

        /*
        * For IE 6/7 only
        * Include this rule to trigger hasLayout and contain floats.
        */

        .clearfix {
            *zoom: 1;
        }

        /* ==========================================================================
        EXAMPLE Media Queries for Responsive Design.
        These examples override the primary ('mobile first') styles.
        Modify as content requires.
        ========================================================================== */

        @media (max-width: 50em), (orientation: portrait){
            html{ font-size: 95%;}
            .all{ width: 95%;}
            .inner-section{ z-index: 6; background-image: none; background-color: #75cff5;}
            /* inners */
            .inner-section{ overflow: visible; height: 0px; }
            .inner-section h4{
                font-size: 1.125em;
                font-weight: 400;
                text-transform: uppercase;
                background: #75cff5;
                color: #222;
                position: absolute;
                bottom: -2.4em;
                left: 0;
                padding: 0.1em 0.8em 0.1em 0.5em;
                margin: 0;
            }
            /*	.inner-section h4:before{ content: '> '; font-size: 0.875em;}*/
            .header{ background-color: rgba(0,0,0,0.8);}
            /* Unhiding menu button */
            .nav .navtoggle{
                margin: 0;
                display: block;
                border: none;
                outline: none;
            }
            .navtoggle:focus{ outline: none;}
            .nav .navtoggle span{ color: #75cff5; float: right;}
            .nav ul{ margin: 0;}
            /* When JavaScript is disabled, we show the menu */
            .no-js .nav ul {
                display: block;
                max-height: 30em;
                overflow: hidden;
            }
            .js .nav ul {
                display: none;
                max-height: 0em;
                overflow: hidden;
            }
            .js .nav .active + ul {
                display: block;
                max-height: 30em;
                overflow: hidden;
                -webkit-transition: max-height .4s;
                -moz-transition: max-height .4s;
                -o-transition: max-height .4s;
                -ms-transition: max-height .4s;
                transition: max-height .4s;
            }
            .nav ul li{ width: 100%;}
            .nav ul li a{ margin: 0; padding: 0.3em; font-size: 1.5em;}
            .nav ul li a:hover{ background: #75cff5; color: #222;}

            /* Inicio */
            .inicio{border-bottom: 3px solid #75cff5;}
            .inicio-nav{ display: block;}
            .inicio-slogan,
            .inicio-datos{
                height: 100%;
                padding: 3.25em 0;
            }
            .inicio-slogan,
            .inicio-datos{ padding: 3.25em 0 0;}
            .inicio-datos{ width: 100%; max-width: 500px; height: 100%; display: none;}
            .inicio-slogan h2{ font-size: 1.75em;}
            .inicio-datos img{ min-width: 100px; margin-bottom: 1em;}
            .in-datos{ width: 100%; margin: 0;}

            /* sentir */
            .sentir{ height: auto; border-bottom: 3px solid #75cff5;}
            .sentir-cnt{ padding: 5em 0 3.5em;}
            .sentir-cnt h3,
            .sentir-cnt p{ width: 100%; float: none;}
            .sentir-cnt p{ font-size: 1.125em;}

            /* terapia */
            .terapia{ min-height: initial; border-bottom: 3px solid #75cff5;}
            .terapia-cnt{ padding: 5em 0 3.5em;}
            .terapias h3{ width: 100%; font-size: 1.5em; margin: 0 0 0.5em;}
            .terapias h4{ width: 100%; font-size: 1.25em; margin: 0 0 0.75em;}
            .terapias p { width: 100%;}
            .terapias .detalles-terapia {width: 100%;}
            .terapias img{ width: 100%; float: left; padding: 0;}
            .terapia nav ul li{ padding: 2px 10px 2px 0;}
            .terapia nav ul li a{ line-height: 1; padding: 0.2em 0.6em;}

            /* sobre */
            .sobre{ min-height: initial; border-bottom: 3px solid #75cff5;}
            .sobre-cnt{ padding: 5em 0 3.5em;}
            .sobre-cnt img{ display: none;}
            .sobre-cnt h3,
            .sobre-cnt p{ width: 100%;}

            /* contacto */
            /*.inner-contacto h4{ padding: 0.1em 0.2em; background: #fff;}*/
            .contacto{ background: url(../img/map.jpg) no-repeat top center;}
            .mapa{ display: none;}
            .contacto-dir{ padding-top: 400px;}
            .contacto-datos{ padding: 1em 0 0;}
            .contacto-datos ul li{ padding-left: 1.4em;}
            .contacto-datos ul li:first-child{ padding-left: 0;}
            .contacto-datos ul li span{ margin-left: -1.4em;}
            .contacto-form{ padding: 1em 0;}
            .copy{ width: 75%;}
            .made{ width: 25%; padding-top: 1.2em;}
        }

        @media all and (max-width: 32.438em), (orientation: portrait){
            html{ font-size: 90%;}
            .sentir,
            .sobre{ display: block; min-height: initial; height: auto;}
            .sentir{ padding: 5em 0;}
            /* sentir */
            .sentir-cnt img{ display: none;}
            /* terapia */
            .terapias img{ display: none;}
        }
        @media all and (max-width: 35.3125em){
            .contacto-datos,
            .contacto-form{ width: 100%;}
        }
        @media all and (max-width: 50em) and (orientation: landscape){
            .inicio-datos img{ width: 15%;}
            .in-datos{ width: 80%;}
            .inicio-datos img{ margin: 0 5% 0 0; min-width: 50px;}
            .sentir-cnt img,
            .terapias img{ display: none;}
            .contacto{ background: url(../img/map.jpg) no-repeat top center;}
            .mapa{ display: none;}
            .contacto-dir{ padding-top: 400px;}
            .contacto-datos{ padding: 1em 0 0;}
        }


        /* ==========================================================================
        Print styles.
        Inlined to avoid required HTTP connection: h5bp.com/r
        ========================================================================== */

        @media print {
            * {
                background: transparent !important;
                color: #000 !important; /* Black prints faster: h5bp.com/s */
                box-shadow: none !important;
                text-shadow: none !important;
            }

            a,
            a:visited {
                text-decoration: underline;
            }

            a[href]:after {
                content: " (" attr(href) ")";
            }

            abbr[title]:after {
                content: " (" attr(title) ")";
            }

            /*
            * Don't show links for images, or javascript/internal links
            */

            .ir a:after,
            a[href^="javascript:"]:after,
            a[href^="#"]:after {
                content: "";
            }

            pre,
            blockquote {
                border: 1px solid #999;
                page-break-inside: avoid;
            }

            thead {
                display: table-header-group; /* h5bp.com/t */
            }

            tr,
            img {
                page-break-inside: avoid;
            }

            img {
                max-width: 100% !important;
            }

            @page {
                margin: 0.5cm;
            }

            p,
            h2,
            h3 {
                orphans: 3;
                widows: 3;
            }

            h2,
            h3 {
                page-break-after: avoid;
            }
        }
