/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.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 {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * 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 audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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

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

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.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:
 * https://www.drupal.org/node/897638
 */

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

/*
 * Hide visually and from screen readers, 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;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@font-face {
  font-family: "hurme bold";
  src: url("../fonts/hurmegeometricsans4_bold-webfont.woff") format("woff2"),
    url("/fonts/hurmegeometricsans4_bold-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hurme sans";
  src: url("../fonts/hurmegeometricsans4-webfont.woff2") format("woff2"),
    url("../fonts/hurmegeometricsans4-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "hurme semibold";
  src: url("../fonts/hurmegeometricsans4_semibold-webfont.woff2")
      format("woff2"),
    url("../fonts/hurmegeometricsans4_semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "hurme semibold oblique";
  src: url("../fonts/hurmegeometricsans4_semiboldoblique-webfont.woff2")
      format("woff2"),
    url("../fonts/hurmegeometricsans4_semiboldoblique-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hurme light";
  src: url("../fonts/hurmegeometricsans4_light-webfont.woff2") format("woff2"),
    url("../fonts/hurmegeometricsans4_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "hurme light oblique";
  src: url("../fonts/hurmegeometricsans4_lightoblique-webfont.woff2")
      format("woff2"),
    url("../fonts/hurmegeometricsans4_lightoblique-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

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

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

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

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

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

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

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

/* ==========================================================================
   Estilos de Página
   ========================================================================== */

html,
body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-family: "hurme light" !important;
  font-weight: 300;
  font-style: normal;
  color: #202945;
  letter-spacing: 0.04em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "hurme semibold" !important;
  font-weight: normal;
  font-style: normal;
}

/*Links*/
a:link {
  color: inherit;
}

a:-webkit-any-link {
  text-decoration: none;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
}

/*Links*/

/*Formas*/
button::-moz-focus-inner {
  border: 0;
}

input::-moz-focus-inner {
  border: 0;
}

textarea::-moz-focus-inner {
  border: 0;
}

input:focus,
input:active {
  border: 0;
  outline: none;
}

textarea:focus,
input:active {
  border: 0;
  outline: none;
}

input[type="range"],
input[type="range"]:focus,
input[type="range"]:active,
input[type="range"]::-moz-focus-inner,
input[type="range"]:-moz-focusring {
  border: 0;
  outline: none;
}

input,
textarea {
  border: 0;
}

textarea {
  resize: none;
}

/*Formas*/

/*Sombras para SVG*/
.sombraSVG {
  -webkit-filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.3));
  /* Same syntax as box-shadow */
}

/*Sombras para SVG*/

/*Embedear Fuentes*/
@font-face {
}

/*Embedear Fuentes*/

/* ==========================================================================
   Layout
   ========================================================================== */
/*Esto es para evitar que se quede pegado en Chrome por estar Fixed*/
.fixed {
  position: fixed;
  -webkit-transform: translateZ(0);
}

.noOverflow {
  overflow: hidden;
}

/*Alinear Verticalmente*/
.verticalAlign {
  display: table;
}

.top,
.middle,
.bottom {
  display: table-cell;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.fill {
  width: 100%;
  height: 100%;
}

.filler {
  position: absolute;
  width: 100%;
  height: 100%;
}

.rel {
  position: relative;
  width: 100%;
}

.width100 {
  width: 100%;
}

.height100 {
  height: 100%;
}

/*Padding y Márgenes*/
.paddingA {
  padding: 7.08vw 8.5vw;
}

.marginA {
  margin: 7.08vw 8.5vw;
}

.paddingB {
  padding: 4.25vw 5.666vw;
}

.marginB {
  margin: 4.25vw 5.666vw;
}

.paddingC {
  padding: 2.125vw;
}

.marginC {
  margin: 2.125vw;
}

/* ========================================
   Animaciones
   ======================================== */
.light {
  font-weight: 300;
}

.mayus {
  text-transform: uppercase;
}

/* ========================================
   Animaciones
   ======================================== */

.transition.all {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.transition.in {
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -ms-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.transition.out {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.transition.inOut {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.transition.dur150 {
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -ms-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}

.transition.dur200 {
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}

.transition.dur250 {
  -webkit-transition-duration: 250ms;
  -moz-transition-duration: 250ms;
  -ms-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
}

.transition.dur300 {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.transition.dur350 {
  -webkit-transition-duration: 350ms;
  -moz-transition-duration: 350ms;
  -ms-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}

.transition.dur400 {
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.transition.dur450 {
  -webkit-transition-duration: 450ms;
  -moz-transition-duration: 450ms;
  -ms-transition-duration: 450ms;
  -o-transition-duration: 450ms;
  transition-duration: 450ms;
}

/*Transiciones*/
.ejemploDeTransformacion {
  -webkit-transform: translateY(6px) rotate(135deg);
  -moz-transform: translateY(6px) rotate(135deg);
  -ms-transform: translateY(6px) rotate(135deg);
  -o-transform: translateY(6px) rotate(135deg);
  transform: translateY(6px) rotate(135deg);
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}

.ejemploDeTransicion {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

.delay1 {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.delay2 {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.delay3 {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.aparece0 {
  opacity: 0;
  -webkit-transform: translateY (-30px);
  transform: translateY(-30px);
  -webkit-transition: all 700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 900ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1400ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.aparece {
  opacity: 0;
  -webkit-transform: translateY (-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 900ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1400ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

.aparece2 {
  opacity: 0;
  -webkit-transform: translateY (-40px);
  transform: translateY(-40px);
  -webkit-transition: all 700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 900ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1400ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 1000ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms;
}

.animationReady .aparece0,
.animationReady .aparece,
.animationReady .aparece2 {
  -webkit-transform: translateY (0px);
  transform: translateY(0px);
  opacity: 1;
}

.arrow-d.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
  }
}

#menu1,
#menu2,
#menu3,
#menu4,
#menu5,
#menu6 {
  opacity: 0;
}

#menu1.flow,
#menu2.flow,
#menu3.flow,
#menu4.flow,
#menu5.flow,
#menu6.flow {
  opacity: 1;
  -webkit-transition: all 1000ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1300ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 1600ms cubic-bezier(0.09, 0.49, 0.17, 1);
}

#menu1.flow {
  -webkit-transition-delay: 10ms;
  transition-delay: 10ms;
}

#menu2.flow {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

#menu3.flow {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

#menu4.flow {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

#menu5.flow {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

#menu6.flow {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.jr-1.anima {
  opacity: 1 !important;
  -webkit-transform: translateY (-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 900ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1400ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.jr-2.anima {
  opacity: 1 !important;
  -webkit-transform: translateY (-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 900ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1400ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.jr-3.anima {
  opacity: 1 !important;
  -webkit-transform: translateY (-50px);
  transform: translateY(-50px);
  -webkit-transition: all 700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 900ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1400ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

/*Transiciones*/

/* ==========================================================================
   Los estilos del sitio
   ========================================================================== */

/* Centered texts in each about
	* --------------------------------------- */
.about {
  text-align: center;
  background: #f0f0f0;
  font-size: 0.8em;
}

.Modern {
  font-family: monotype-modern-display, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.Objektiv {
  font-family: objektiv-mk1, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.Objektiv.italic {
  font-style: italic;
}

.Objektiv.bold {
  font-weight: 500;
}

/* fixed head */
#header {
  z-index: 1000;
  right: 5%;
  top: 2%;
}

#header .burger {
  padding: 10px;
  cursor: pointer;
}

#header .burger div {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: #fff;
  width: 28px;
  height: 2px;
  margin-bottom: 0.33em;
}
.iso-logo {
  position: fixed;
  top: 40px;
  z-index: 100;
  left: 10%;
}
.whatsapp-icon {
  position: fixed;
  z-index: 999;
  bottom: 8%;
  left: 5%;
  width: 65px;
}
.black-svg path {
  fill: #202945;
}

#desplegable {
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  color: #202945;
  -webkit-transition: all 700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 900ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1400ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 650ms cubic-bezier(0.09, 0.49, 0.17, 1);
  opacity: 1;
}

#desplegable.inside {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0.25;
}

#desplegable img {
  width: 100px;
  margin-bottom: 25px;
}

#desplegable ul {
  width: 330px;
  margin-left: calc(50% - 165px);
  list-style: none;
  padding-left: 0;
}

#desplegable ul li {
  color: #202945;
  margin: 4px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "hurme sans" !important;
}
#desplegable ul li a {
  color: #202945;
  margin: 4px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "hurme bold" !important;
}

#desplegable ul li:hover {
  color: #ad7552;
}

#desplegable ul li::before {
  content: "-\00a0";
}

#desplegable ul li::after {
  content: "\00a0-";
}

#desplegable .butt {
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

#desplegable .butt span {
  font-weight: 600;
  font-weight: 700;
  text-decoration: overline;
}

/* termina desplegable */
#desplegable2 {
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  color: #202945;
  -webkit-transition: all 700ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 900ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1200ms cubic-bezier(0.09, 0.49, 0.17, 1);
  -webkit-transition: all 1400ms cubic-bezier(0.09, 0.49, 0.17, 1);
  transition: all 650ms cubic-bezier(0.09, 0.49, 0.17, 1);
  opacity: 1;
  visibility: hidden;
}

#desplegable2.inside {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0.25;
}

#desplegable2 img {
  width: 100px;
  margin-bottom: 25px;
}

#desplegable2 ul {
  width: 330px;
  margin-left: calc(50% - 165px);
  list-style: none;
  padding-left: 0;
}

#desplegable2 ul li {
  color: #202945;
  margin: 4px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "hurme sans" !important;
}
#desplegable2 ul li a {
  color: #202945;
  margin: 4px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  padding: 5px 15px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: "hurme bold" !important;
}

#desplegable2 ul li:hover {
  color: #ad7552;
}

#desplegable2 ul li::before {
  content: "-\00a0";
}

#desplegable2 ul li::after {
  content: "\00a0-";
}

#desplegable2 .butt {
  position: absolute;
  width: 100%;
  bottom: 15px;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
}

#desplegable2 .butt span {
  font-weight: 600;
  font-weight: 700;
  text-decoration: overline;
}

/* termina desplegable */

#header .burger.black div {
  background-color: #707071;
}

#header .burger:hover div {
  opacity: 0.5;
}

#header .burger div:last-child {
  margin-bottom: 0;
}

/* estilos propios */
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}

#home video {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

#home .logo {
  position: absolute;
  top: 30px;
  width: 100px;
  left: calc(50% - 50px);
  z-index: 3;
}

#home .logo img {
  max-width: 100%;
}

#home .h-parraf {
  position: absolute;
  left: 3%;
  top: 40vh;
  text-align: left;
  width: 60%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  z-index: 3;
}

#home .h-parraf h3 {
  font-size: 1.6em;
  margin: 0;
}

#home .h-parraf p {
  margin-top: 10px;
}

#home .arrow-d {
  position: absolute;
  bottom: 25px;
  width: 70px;
  padding: 10px;
  left: calc(50% - 35px);
  z-index: 33;
}

#home .arrow-d:hover {
  opacity: 0.5;
}

/*verti */
.rayer {
  display: none;
}

.ray {
  position: absolute;
  width: 2px;
  right: 10px;
  margin-top: 0;
  top: 0;
  background: #707071;
  height: calc(46vh - 90px);
  z-index: 3;
}

.ray.white {
  background: #fff;
}

.verti {
  position: absolute;
  top: 49%;
  right: -50px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 0.6em;
  z-index: 3;
}

.verti .white {
  color: #fff;
}

/*about*/
#about {
  color: #fff;
  background-color: #202945 !important;
  font-size: 1em;
}

#about .a-title {
  position: unset;
  width: 100%;
  z-index: 10;
  top: 8%;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 60px;
}
.collab .a-title {
  padding-top: 100px;
  padding-bottom: 60px;
}
#about .a-text {
  padding-top: 3em;
}

#about .buttoner a div {
  display: inline-block;
  width: auto;
  color: #fff;
  padding: 12px;
  border: 1px solid #fff;
  background-color: rgb(0, 0, 0, 0.1);
  width: 180px;
  letter-spacing: 0.06em;
  font-size: 1em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

#about .buttoner a:hover div {
  color: #ad8960;
  border-color: #ad8960;
  background-color: rgb(0, 0, 0, 0.5);
}

#about h1 {
  font-weight: 300;
  font-size: 1.6em;
  letter-spacing: 0.1em;
}

#about .slide-jr {
  text-align: left;
  padding: 12px;
  width: 80%;
  margin-left: 10%;
  font-size: 1em;
}

#about .jr-1,
#about .jr-2,
#about .jr-3 {
  opacity: 0;
}

#about .jr-1 {
  left: 3%;
  bottom: 3%;
}

#about .jr-2 {
  left: 37%;
  top: 20%;
}

#about .jr-3 {
  right: 2%;
  top: 36%;
}

#about .slide {
  background-repeat: no-repeat;
  background-size: cover;
}

#about #slide1 {
  background-image: url(../img/bg-about.jpg);
  background-position: bottom;
}

#about #slide2 {
  background-image: url(../img/bg-about-2.jpg);
  background-position: center;
}

#about #slide3 {
  background-image: url(../img/bg-about-3.jpg);
  background-position: bottom;
}

#int-about {
}

.fixer {
}

.r-fix {
  height: auto;
}

.r-fix .bloc {
  width: 100%;
  padding: 10%;
  font-size: 1em;
  letter-spacing: 0.04em;
}

.r-fix .bloc h3 {
  font-size: 1.8em;
  margin: 0;
}

.r-fix .bloc ul {
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #707071;
}

.r-fix .bloc ul li {
  margin-left: 20px;
  font-size: 1em;
}

.r-fix .bloc span {
  font-weight: 400;
  font-size: 0.9em !important;
  text-transform: uppercase;
}

.r-fix .bloc span::before {
  content: "\A";
  white-space: pre;
}

.r-fix .bloc span {
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: -25px;
}

.r-fix .bloc p {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #707071;
  margin-bottom: 30px;
}

.r-fix .bloc .loger {
  text-align: center;
}

.r-fix .bloc .loger img {
  height: 80px;
  margin-bottom: 40px;
}

.r-fix .boto {
  margin: 10%;
  color: #ad8960;
  padding: 10px;
  border: 1px solid #ad8960;
  text-transform: uppercase;
  text-align: center;
}

.r-fix .boto:hover {
  color: #707071;
  border: 1px solid #707071;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.backer {
  position: absolute;
  top: 5px;
  left: 2.5%;
  padding: 8px;
  cursor: pointer;
  z-index: 10;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.backer::before {
  content: "<-\00a0";
}

.backer:hover {
  opacity: 0.5;
  text-decoration: underline;
}

/* depas */
#depas {
  background-color: #ece9e7;
}
#depas .depas-bg {
  background-image: url(../img/santora_depas.jpg);
  height: 100vh;
  width: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#depas .a-title {
  z-index: 10;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

#depas .bordered {
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}
#depas .bordered a p {
  color: #fff;
}
#depas .bordered h3 {
  color: #fff;
}
#depas .bordered a p:hover {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
#depas .bordered:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#autentico img {
  width: 100%;
}
#bello img {
  width: 100%;
}
#comfort img {
  width: 100%;
}
#distinzione img {
  width: 100%;
}

#depa1 {
  background-image: url(../img/depa-1.jpg);
  background-size: cover;
}

#depa2 {
  background-image: url(../img/depa-4.jpg);
  background-size: cover;
  background-position: center;
}

#depa3 {
  background-image: url(../img/depa-5.jpg);
  background-size: cover;
}

#depa4 {
  background-image: url(../img/depa-2.jpg);
  background-size: cover;
}

#depa5 {
  background-image: url(../img/depa-6.jpg);
  background-size: cover;
}

#depa6 {
  background-image: url(../img/depa-7.jpg);
  background-size: cover;
  background-position: center;
}

#depa7 {
  background-image: url(../img/depa-3.jpg);
  background-size: cover;
}

#depa8 {
  background: #ad8960;
}

.Modern span {
  color: #000;
}

#depa-in {
  margin-bottom: 80px;
}

#depa-in .ima100 {
  width: 100%;
}

#depa-in .ima100 img {
  width: 100%;
  padding: 12px;
}

#depa-in .ele {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
  color: #fff;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#depa-in .carousel-indicators {
  position: absolute;
  text-align: center;
  bottom: 5px;
  cursor: pointer;
}

#depa-in .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0.6;
}

#depa-in .carousel-indicators li:hover {
  opacity: 0.2;
}

#depa-in .carousel-indicators li.active {
  border: 4px solid #ad8960;
  opacity: 1;
  cursor: inherit !important;
}

#depa-in .carousel-indicators li:first-of-type {
  background: #465d63;
}

#depa-in .carousel-indicators li:nth-of-type(2) {
  background: #dfd6d1;
}

/*
#depa-in .ima70 img {
    width: 75%;
}
#depa-in .ima50 img {
    width: 50%;
}
#depa-in .ima30 img {
    width: 30%;
}
#depa-in .ima div {
    margin-bottom: 24px;
}
#depa-in .ima.ri img {
    float: right;
}
#depa-in .ima.fl {
    margin-left: 5%;
    margin-top: -8%;
}*/

.cream-bg {
  background-color: #ece9e7 !important;
  background: #ece9e7 !important;
}
.border-right-depas {
  border-right: 1px solid #202945;
}
.border-left-depas {
  border-left: 1px solid #202945;
}
.depas-list ul {
  list-style: none;
  list-style-type: none;
  padding-inline-start: 0px;
}

/*terminan depas */
/*proyectos*/
.proyectos-title {
  position: absolute;
  top: 200px;
  left: 12.2%;
}
#proyectos .item-proy h3 {
  color: #ad7552;
  font-family: "hurme sans" !important;
}
#proyectos .item-proy {
  border-bottom: 1px solid #ad7552;
}

#proyectos .carousel-item img {
  display: none;
}
#proyectos .carousel-item {
  height: 40vh;
}
.bg-carrousel-one {
  background-image: url(../img/slide-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg-carrousel-two {
  background-image: url(../img/slide-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*zona lafayette */
#santora {
  background-image: url(../img/bg-zona.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}

#santora .a-title {
  font-size: 1.6em;
  text-transform: uppercase;
  text-align: center;
  z-index: 99;
}

#santora .boto {
  color: #fff;
  width: 200px;
  margin-top: 15px;
  margin-left: calc(50% - 100px);
  padding: 12px;
  border: 1px solid #fff;
  text-transform: uppercase;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  z-index: 99;
  text-align: center;
}
#santora a {
  text-align: center;
}

#santora .boto:hover {
  color: #ad8960;
  border: 1px solid #ad8960;
}

/* Amenidades */
#int-ameni img {
  max-width: 70%;
}
#int-ameni ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-start: 0;
}

#amenidadesVideo {
  max-width: 100%;
}
.grid-item {
  width: 100%;
  overflow: hidden;
}

.grid-item .overly {
  position: absolute;
  -webkit-transition: all 350ms cubic-bezier(0.67, 0.19, 0.56, 1.07);
  -webkit-transition: all 600ms cubic-bezier(0.67, 0.19, 0.56, 1.07);
  transition: all 350ms cubic-bezier(0.67, 0.19, 0.56, 1.07);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  padding: 12px;
  opacity: 0;
  -webkit-transform: translateY (-100%);
  transform: translateY(-100%);
}

.grid-item:hover .overly {
  opacity: 1;
  -webkit-transform: translateY (0px);
  transform: translateY(0px);
}

.overly p {
  font-size: 1em;
  letter-spacing: 0.05em;
  margin: 0;
}

#map-canvas {
  width: 100%;
  margin-top: 10%;
  height: 600px;
  height: 87vh;
}

#map {
  width: 100%;
  margin-top: 15%;
  height: 600px;
  height: 87vh;
}

#content {
  color: #707071;
}

#content h2 {
  font-size: 1.5em;
}

#content p {
  margin-bottom: 0;
}

/*termina zona lafayette */

/* contacto */
#contacto {
  background: #ad7552;
  color: #fff;
}

#contacto .a-title {
  position: absolute;
  width: 100%;
  z-index: 10;
  font-size: 1.6em;
  top: 8%;
  text-transform: uppercase;
  text-align: center;
}

#frmContacto {
  width: 90%;
  margin-left: 5%;
  margin-top: 20px;
}

#frmContacto .le {
  width: 100%;
  float: left;
}

#frmContacto .le.r {
  margin-left: 0%;
}

#frmContacto input,
#frmContacto textarea,
#frmContacto select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 12px;
  background: transparent;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  padding: 3px 0px;
}

#frmContacto input:hover,
#frmContacto textarea:hover {
  border-bottom: 1px solid #ebebeb;
}

#frmContacto input::-moz-input-placeholder,
#frmContacto textarea::-moz-input-placeholder,
#frmContacto input:-moz-input-placeholder,
#frmContacto textarea:-moz-input-placeholder,
#frmContacto input:-ms-input-placeholder,
#frmContacto textarea:-ms-input-placeholder {
  color: #fff;
  letter-spacing: 0.03em;
}

#frmContacto input::-webkit-input-placeholder,
#frmContacto textarea::-webkit-input-placeholder {
  color: #fff;
  letter-spacing: 0.03em;
}

#frmContacto button {
  background: transparent;
  text-align: center;
  color: #fff;
  padding: 3px;
  outline: none;
  border: none;
  width: 120px;
  letter-spacing: 0.03em;
  -webkit-transition: all 190ms ease-in-out;
  transition: all 190ms ease-in-out;
  cursor: pointer;
  border: 1px solid #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

#frmContacto button:hover {
  background-color: #967753;
}

#frmContacto #textarea,
#frmContacto input,
#frmContacto button,
#frmContacto select {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
}

#radiales input,
#radiales label,
#radiales input:hover {
}

/* The container */
#radiales .container {
  display: block;
  position: relative;
  width: 33.33%;
  float: left;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-size: 0.9em;
}

#radiales .container strong {
  font-size: 0.8em;
}

#radiales .container .thumb {
  text-align: center;
  padding: 10px 0 4px 0;
  display: none;
}

#radiales .container .thumb img {
  width: 80px;
}

/* Create a custom radio button */
#radiales .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
#radiales .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
#radiales .container input:checked ~ .checkmark {
  background-color: #967753;
  border: solid 5px #15454c;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
#radiales .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
#radiales .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
#radiales .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

#frmContacto .selector {
  background-image: url(../img/svg-caret-down.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right;
  cursor: pointer;
  -webkit-transition: all 190ms ease-in-out;
  transition: all 190ms ease-in-out;
  width: 49%;
  float: left;
}
#frmContacto .ml {
  margin-left: 2%;
}

#frmContacto .selector:hover {
  background-position: right 15px;
}

#frmContacto input.error,
#frmContacto textarea.error {
  border-bottom: 1px solid #720000;
}

#frmContacto input.error::-moz-input-placeholder,
#frmContacto textarea.error::-moz-input-placeholder,
#frmContacto input.error:-moz-input-placeholder,
#frmContacto textarea.error:-moz-input-placeholder,
#frmContacto input.error:-ms-input-placeholder,
#frmContacto textarea.error:-ms-input-placeholder {
  color: #720000;
}

#frmContacto input.error::-webkit-input-placeholder,
#frmContacto textarea.error::-webkit-input-placeholder {
  color: #720000;
}

#formResult {
  height: 100%;
  width: 100%;
}

#formResult p {
  text-align: center;
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

/* termina forma de contacto */

/* termina contacto */

/* disponibilidad */

.dispo.a-title {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 8%;
  text-transform: uppercase;
  text-align: center;
}

.dispo.a-title h2 {
  font-size: 1.6em;
}

.taburu {
  width: 90%;
  margin-left: 5%;
}

.taburu table {
  width: 100%;
}

.taburu tr:first-of-type {
  border-bottom: 2px solid #000;
  color: #000;
  font-weight: 400;
}

.taburu td {
  font-size: 0.9em;
  padding: 9px 8px;
  min-width: 130px;
  text-align: center;
}

.taburu td a {
  font-size: 0.8em;
  text-decoration: underline;
  color: #ad8960;
}

.taburu td a:hover {
  color: #000;
}

/* disponibilidad */

/* ajustes al fullpage.js */
.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
  /*border: none;*/
  border-width: 0px;
  height: 35px;
  background-repeat: no-repeat;
  width: 100px;
  margin-top: -12px;
  padding: 10px;
  display: none;
}

.fp-controlArrow.fp-prev:hover,
.fp-controlArrow.fp-next:hover {
  opacity: 0.3;
}

.fp-controlArrow.fp-prev {
  left: 50px;
  background-image: url(../img/svg-arrow-l.svg);
}

.fp-controlArrow.fp-next {
  right: 50px;
  background-image: url(../img/svg-arrow-r.svg);
  background-position: right;
}

.fp-slidesNav.bottom {
  bottom: 18%;
}

.fp-slidesNav.bottom ul li {
  padding: 0 12px;
  cursor: pointer;
}

.fp-slidesNav.bottom a span {
  background: transparent;
  border: 1px solid #fff;
  width: 9px;
  height: 9px;
}

.fp-slidesNav.bottom a.active span {
  background: #fff;
}

/* ==========================================================================
   Los Media Queries
   ========================================================================== */
@media (min-width: 576px) {
  #depas .depas-bg {
    width: 50%;
  }
  #depas .bordered {
    border-bottom: 1px solid #202945;
  }
  #depas .bordered a p {
    color: #202945;
  }
  #depas .bordered h3 {
    color: #202945;
  }
  #depas .bordered a p:hover {
    color: #ad7552;
  }
  #depas .bordered h3:hover {
    border-bottom: 1px solid #ad7552;
    color: #ad7552;
  }
  #about .a-text {
    padding-top: 5em;
  }
}
/********** Tablet Vertical **********/
@media (min-width: 768px) {
  /*verti */
  .ray {
    height: calc(46vh - 60px);
  }

  .fixer {
    position: fixed;
    right: 0;
    -webkit-transform: translateZ(0);
  }

  .r-fix {
    height: 100vh;
  }

  .r-fix .bloc .loger {
    text-align: left;
  }

  #depa-in {
    margin-top: 80px;
  }

  .fp-controlArrow.fp-prev,
  .fp-controlArrow.fp-next {
    display: inline-block;
  }

  #map-canvas {
    margin-top: 15%;
  }

  #frmContacto button {
    padding: 12px;
    margin-top: 12px;
  }
  #autentico img {
    width: unset;
  }
  #bello img {
    width: unset;
  }
  #comfort img {
    width: unset;
  }
  #distinzione img {
    width: unset;
  }
  #autentico .imagen img {
    max-width: 400px;
  }
  #bello .imagen img {
    max-width: 400px;
  }
  #comfort .imagen img {
    max-width: 400px;
  }
  #distinzione .imagen img {
    max-width: 400px;
  }
  #proyectos .carousel-item {
    height: 100vh;
  }
  #frmContacto .le {
    width: 49%;
    float: left;
  }
  #frmContacto .le.r {
    margin-left: 2%;
  }
}

/********** Tablet Horizontal **********/
@media (min-width: 992px) {
  #home .h-parraf {
    left: 12%;
    top: 56%;
    width: 20%;
    background: transparent;
    color: white;
  }

  #about .a-title,
  #depas .a-title h1,
  #santora .a-title,
  #contacto .a-title {
    font-size: 2.4vw;
  }

  .dispo.a-title {
    font-size: 1.6vw;
  }

  .backer {
    top: 15px;
  }

  #about .slide-jr {
    position: absolute;
    font-size: 1em;
    width: 30vw;
    margin-left: inherit;
  }

  #depa-in .carousel-indicators {
    bottom: 24px;
  }

  #depa-in .carousel-indicators li {
    width: 35px;
    height: 35px;
    margin: 0 15px;
  }
}

/********** Escritorio 0 **********/
@media (min-width: 1025px) {
  .taburu {
    width: 60%;
    margin-left: 20%;
  }

  .taburu td {
    padding: 13px 12px;
    min-width: inherit;
    width: 16.66%;
    font-size: 1em;
  }
}

/********** Escritorio 1 **********/
@media (min-width: 1200px) {
  .ray {
    right: 42px;
  }

  .verti {
    right: -26px;
  }

  #home .logo {
    width: 9vw;
    left: calc(50% - 4.5vw);
  }

  #depas .depars {
    margin-top: inherit;
  }

  #depas .depars .dep {
    height: 26vh;
  }

  #depas .text {
    padding: 15px;
  }

  #depas .gold-text {
    padding: inherit;
    text-align: center;
  }

  .grid-item .overly {
    padding: 20px;
  }
  #about .a-title {
    position: absolute;
    padding-top: unset;
    padding-bottom: 0;
  }
  .collab .a-title {
    padding-top: unset;
    padding-bottom: 0;
  }
}

/********** Escritorio 2 **********/
@media (min-width: 1380px) {
  .container {
    max-width: 75vw;
  }

  .rayer {
    display: inherit;
  }

  #depas .depars .dep {
    height: 28vh;
  }
}

/********** Escritorio 3 **********/
@media (min-width: 1540px) {
  #depa-in .ima100 {
    width: 75vw;
  }

  #map-canvas {
    width: 94.5%;
    margin-top: 9%;
    height: 86vh;
  }

  #frmContacto {
    width: 90%;
    margin-left: 6%;
    margin-top: 10px;
  }

  #radiales .container .thumb {
    display: inherit;
  }
}

/********** Escritorio 4 **********/
@media (min-width: 1850px) {
}

/********** Escritorio 5 **********/
@media (min-width: 2000px) {
}

/************** Portrait **************/
@media (orientation: portrait) {
}
@media (max-width: 650px) {
  .section#about {
    min-height: 1080px !important;
    position: initial !important;
  }
  #home.section {
    height: 95vh !important;
    position: initial !important;
  }
  #desplegable2 {
    visibility: visible;
  }
  .section#collab {
    min-height: 1800px !important;
    position: initial !important;
  }
  .section#depas {
    min-height: 774px !important;
    position: initial !important;
  }
  #depas .depas-bg {
    height: 774px !important;
  }
  .section#autentico {
    padding-top: 70px;
    padding-bottom: 35px;
  }
  .section#bello {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section#comfort {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section#distinzione {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  #santora {
    padding-bottom: 60%;
    padding-top: 53%;
  }
  #contacto .a-title {
    position: inherit !important;
  }
  #contacto.section {
    padding-bottom: 30%;
    padding-top: 30%;
  }
}
