#menu {
    display: none;
}

#nav {
    display: none;
}

#footer {
    font-size: 9px;
    height: 1.5em;
    width: 100%;
}

#footer-menu {
    font-size: 1em;
}

#pageHeader {
    height: 6em;
    width: 100%;
}

#logo {
    /*width: 20em;*/
    width: 100%;
    background-color: white;
}

#wrapper {
    flex-direction: column;
    position: unset;
    top: 0;
    width: 100%;

    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}

#contact {
    flex-direction: column;
    min-width: 345px;
    padding-right: 1rem;
}

#italiano.large {
    min-width: 360px;
}

#fotoresthot {
    display: inline-flex;
    width: 360px;
}

#fotoresthot .image.filtered {
    margin-left: 1rem;
}

.image img {
    max-width: 25rem;
}

div.intro.colorbonito {
    display: none;
}

.panel.medium {
    min-width: 360px;
    width: auto;
}

.panel.spotlight .content {
    padding: 0.5rem 0.5rem 0 0.5rem;
}

html {
    font-size: 11pt;
}

body {
    display: inline-block;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    min-height: 30rem;
    overflow: scroll;
    min-width: 22rem;
    width: 100%;
}

body:after {
    max-width: 20em;
}

body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
}

body.navPanel-visible #titleBar {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
}

body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

body.is-loading #wrapper {
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

p {
    margin: 1rem;
}

h2 {
    font-size: 1.4rem;
    line-height: 1.2;
}

.gallery, .gallery .modal {
    max-width: 25em;
}

.gallery {
    height: auto;
}

.panel {
    height: auto;
    /*min-height: 16em;*/
}
.panel .panel_image {
    background-repeat: no-repeat;
    background-size: contain;
    /*background-size: cover;*/
    background-color: transparent;
    min-height: 16em;
    min-width: 25em;
    background-position-x: center;
    background-position-y: center;
}
.gugulmap iframe{
width: 23em;
}

.panel .span-3 {
    width: auto;
}

.panel.large {
    min-width: 345px;
    width: 100%;
}

.panel > .formulario > form {
    padding-left: 0;
}

form > .field {
    padding: 1.5rem 0 0 0.8rem;
}
form > .field.half {
    width: calc(56%);
}
form > .field.full {
    width: calc(89%);
}

.formulario {
    margin: 0 1em 1em;
    width: inherit;
}

.panel > .span-9-25 {
    width: 100%;
}

.panel.small .span-9-25, .panel.medium .span-9-25, .panel.large .span-9-25 {
    /*width: 100%;*/
}

.panel.small .span-3, .panel.medium .span-3, .panel.large .span-3 {
    width: 85%;
}

.panel.small {
    width: fit-content;
}

/****Scroll automático: desactivado***/
#wrapper > .scrollZone {
    display: none;
    width: 0;
}

/****Menú colapsado: NO MODIFICAR AL MENOS QUE SEPAS LO QUE ESTÁS HACIENDO***/
#page-wrapper {
    backface-visibility: hidden;
    margin-top: 0;
    max-width: 360px;
    padding-bottom: 1px;
    transition: -webkit-transform 0.5s ease 0s;

    -moz-backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-backface-visibility: hidden;
    -ms-transition: -ms-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s ease;
}

#titleBar {
    backface-visibility: hidden;
    background: none;
    display: block;
    height: 44px;
    left: 0;
    position: fixed;
    top: 0;
    transition: transform 0.5s ease;
    width: 100%;
    z-index: 10001;

    -moz-backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-backface-visibility: hidden;
    -ms-transition: -ms-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s ease;
}

#titleBar .title {
    display: none;
}

#titleBar .toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 44px;
}

/*noinspection CssNoGenericFontName*/
#titleBar .toggle:before {
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-family: FontAwesome;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f0c9';
    font-size: 14px;
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 54px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(92, 95, 103, 0.5);
    border-radius: 0.25em;
}

#titleBar .toggle:active:before {
    background-color: rgba(92, 95, 103, 0.75);
}

#navPanel {
    -moz-backface-visibility: hidden;
    -moz-transform: translateX(-100%);
    -moz-transition: -moz-transform 0.5s ease;
    -ms-backface-visibility: hidden;
    -ms-transform: translateX(-100%);
    -ms-transition: -ms-transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    backface-visibility: hidden;
    background: #242730 url("../images/overlay.png");
    box-shadow: inset -3px 0 4px 0 rgba(0, 0, 0, 0.1);
    display: block;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    width: 90%;
    font-size: 14px;
    z-index: 10002;
}

/*noinspection CssOverwrittenProperties*/
#navPanel .link {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.85em;
    letter-spacing: 0.15em;
    text-decoration: none;
    height: 44px;
    line-height: 44px;
    border-top: solid 1px rgba(255, 255, 255, 0.05);
    margin: 0 15px 0 15px;
}

#navPanel .link:first-child {
    border-top: 0;
}

#navPanel .indent-1 {
    display: inline-block;
    width: 1em;
}

#navPanel .indent-2 {
    display: inline-block;
    width: 2em;
}

#navPanel .indent-3 {
    display: inline-block;
    width: 3em;
}

#navPanel .indent-4 {
    display: inline-block;
    width: 4em;
}

#navPanel .indent-5 {
    display: inline-block;
    width: 5em;
}

#navPanel .depth-0 {
    color: #fff;
}

body.navPanel-visible #page-wrapper {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

body.navPanel-visible #titleBar {
    -moz-transform: translateX(275px);
    -webkit-transform: translateX(275px);
    -ms-transform: translateX(275px);
    transform: translateX(275px);
}

body.navPanel-visible #navPanel {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}