/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * 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
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * 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;
}

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

@font-face {
    font-family: 'pp_editorial_newitalic';
    src: url('ppeditorialnew-italic-webfont.woff2') format('woff2'),
         url('ppeditorialnew-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pp_editorial_newregular';
    src: url('ppeditorialnew-regular-webfont.woff2') format('woff2'),
         url('ppeditorialnew-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pp_editorial_newultrabold';
    src: url('ppeditorialnew-ultrabold-webfont.woff2') format('woff2'),
         url('ppeditorialnew-ultrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pp_editorial_newultraBdIt';
    src: url('ppeditorialnew-ultrabolditalic-webfont.woff2') format('woff2'),
         url('ppeditorialnew-ultrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pp_editorial_newultralight';
    src: url('ppeditorialnew-ultralight-webfont.woff2') format('woff2'),
         url('ppeditorialnew-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pp_editorial_newultraLtIt';
    src: url('ppeditorialnew-ultralightitalic-webfont.woff2') format('woff2'),
         url('ppeditorialnew-ultralightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'object_sansheavy';
    src: url('objectsans-heavy-webfont.woff2') format('woff2'),
         url('objectsans-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'object_sansheavy_slanted';
    src: url('objectsans-heavyslanted-webfont.woff2') format('woff2'),
         url('objectsans-heavyslanted-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'object_sansregular';
    src: url('objectsans-regular-webfont.woff2') format('woff2'),
         url('objectsans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'object_sansslanted';
    src: url('objectsans-slanted-webfont.woff2') format('woff2'),
         url('objectsans-slanted-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.content {width:1200px; margin: auto}
form textarea, form input{box-sizing: border-box; -moz-box-sizing: border-box;}
input, textarea {width: 100%; border: solid 1px #788583; padding: 15px; margin-bottom: 15px}
a {text-decoration: none;}
a, a:hover, a:active, a:focus {outline:0;}
nav ul {margin: 0; padding: 0; list-style: none;}
nav ul li {display: inline-block;}
img {width: auto; height: auto}
input[type='checkbox'] {display: inline-block; width: inherit;}
input[type='radio'] {display: inline-block; width: inherit;}
* {box-sizing: border-box; -moz-box-sizing: border-box;}
/*
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
transition: all 0.5s;}
*/


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.bg {
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

img {width: auto; height: auto; max-width: 100%;}

body {font-size: 16px; font-family: 'pp_editorial_newultralight'; }
h1, h2, h3, h4, h5, h6 {font-weight: normal; line-height: 1em;}
h1 {font-size: 3em}
h2 {font-size: 2.5em}
h3 {font-size: 1.5em}
h4 {font-size: 1.2em}
h5 {font-size: 1em}
h6 {font-size: 0.9em}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {margin-top: 0;}


.block50 {width: 48%; float: left;}
.block50 + .block50 {float: right;}
.block70 {width: 65%; float: left;}
.block30 {width: 30%; float: left; margin-left: 5%;}

.block70 + .block30 {float: right; margin-right: 0;}
.block30 + .block70 {float: right; margin-left: 5%;}

.block30 + .block30 + .block30 {margin-right: 0;}

.block25 {width: 25%; float: left;}

.simple-input {
  display: block;
  padding: 5px;
  border: 4px solid #F1B720;
  border-radius: 5px;
  color: #333;
  transition: all 0.3s ease-out;
}
/*para inputs*/
.simple-input:hover { border-radius: 8px; }
.simple-input:focus { 
  outline: none;
  border-radius: 8px; 
  border-color: #EBD292;
}

.depth {
  display: block;
  border: 1px solid silver;
  background: linear-gradient(#eee, #fff);
  transition: all 0.3s ease-out;
  padding: 5px;
  color: #555;
}

.depth:focus {
  outline: none;
  background-position: 0 -1.7em;
}

.line {
  display: block;
  border: none;
  color: #333;
  background: transparent;
  border-bottom: 1px dotted black;
  padding: 5px 2px 0 2px;
}

.line:focus { 
  outline: none;
  border-color: #51CBEE;
}


:root {
  --colorprincipal: #00b451;
  --blanco: #fff;
  --negro: #000;
}


nav {background:  var(--negro); color: var(--colorprincipal); font-family: 'object_sansregular'; padding: 15px 0; text-align: center;}
nav a {color: var(--blanco); text-transform: uppercase;}
nav a:hover {color: var(--colorprincipal);}

nav .content {display: flex; justify-content: space-between; flex-wrap: nowrap; align-items: center;}
nav li {margin: 0 10px}

#logo img  {height: 50px}

.whatsapp {background: var(--colorprincipal); color: var(--blanco); display: inline-block;
-webkit-border-radius: 0 20px 20px 0;
border-radius: 0 20px 20px 0;
padding: 10px 15px 10px 40px;
position: relative;
margin-left: 20px;
}
.whatsapp a, .whatsapp a:hover, .whatsapp a:visited {color: var(--blanco);}
.whatsapp img {height: 57px; position: absolute; left: -25px; top: -6px}

.slidersimg {min-height: 700px; padding: 50px; text-align: center; display: flex; flex-direction: column; justify-content: center; align-content: center; align-items: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
position: relative;
}
.slider1 .slidersimg {
  background: url(../img/slider/OFICINA1_ATWORK.jpg) no-repeat center center; 
}

.slider2 .slidersimg {
  background: url(../img/slider/FACHADA-LONG_ATWORK.jpg) no-repeat center center; 
}

.slider3 .slidersimg {
  background: url(../img/slider/OFICINA2_ATWORK.jpg) no-repeat center center; 
}

.txtbg {background: var(--colorprincipal); color: var(--negro); font-size: 3em; text-align: center; padding: 20px; font-family: 'pp_editorial_newregular'}

body .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  margin-bottom: 0;
}

.btn {background: var(--colorprincipal); color: var(--blanco); text-align: center; text-transform: uppercase; font-family: 'object_sansregular'; padding: 15px 40px;
-webkit-border-radius: 30px;
border-radius: 30px;
}

i {font-family: 'pp_editorial_newitalic';}



#concepto {  background: url(../img/bg-concepto.svg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
padding: 200px 0;
}

#concepto .content {position: relative;}
#concepto .video {width: 70%}
#concepto .textoconcepto {background: #fff; padding: 50px; position: absolute; top: 20%; width: 40%; right: 0; }
#concepto p {font-size: 1.2em; text-align: justify;}
#concepto .textoconcepto .btn {
  width: 290px;
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -145px;
}


.deco {background: url(../img/bg-amenidades.jpg); color: var(--blanco); font-size: 2.5em; padding: 10px 80px; font-family: 'pp_editorial_newitalic';
background: url(../img/bg-amenidades.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.txtini {background: #fff; padding: 50px; width: 500px; margin-top: -150px; right: 200px; font-size: 1.2em; position: absolute; z-index: 50}
.txtini ul {text-transform: uppercase;}
.imgcontent {position: relative;}
.disclaimer {font-size: 0.8em; position: absolute; left: 15px; bottom: 15px; color: #ffff; margin: 0;}
.disclaimer::before {content: "Imágenes únicamente ilustrativas sujetas a cambios sin previo aviso"}

.titulo {font-family: 'pp_editorial_newultrabold';
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  z-index: 100;
  position: relative;
}

#amenidades-equipo .content:nth-child(2) .titulo {
  width: 300px;
  text-align: right;
  padding-top: 50px;
}

#amenidades-equipo .content {position: relative; display: flex; margin-top: 100px}
#amenidades-equipo .content:nth-child(2) {margin-top: 0}
#amenidades-equipo .content:nth-child(2) .imgcontent {margin-top: -40px}
#amenidades-equipo .block30 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
}

#amenidades-equipo .block30 ul {margin-bottom: 80px; list-style: none; font-family: 'object_sansregular'; padding-left: 0; text-transform: uppercase;}
#amenidades-equipo .block30 ul li {padding: 10px 0 10px 0; border-bottom: solid 1px #000; padding-left: 55px; line-height: 0.8em}
#amenidades-equipo .block30 ul li:last-child {border-bottom: none}

.icon {width: 50px; height: 40px; display: inline-block; overflow: hidden; vertical-align: middle; margin-left: -50px}
.icon1, .icon2, .icon3, .icon4, .icon5, .icon6, .icon7, .icon8, .icon9, .icon10, .icon11 {background: url(../img/Iconos-Atwork.svg) left -4px no-repeat; width: 450px; height: 100px;}
.icon2 {background-position: -50px -4px}
.icon3 {background-position: -100px -4px}
.icon4 {background-position: -150px -4px}
.icon5 {background-position: -200px -4px}
.icon6 {background-position: -250px -4px}
.icon7 {background-position: -300px -4px}
.icon8 {background-position: -350px -4px}
.icon9 {background-position: -400px -4px}
.icon10 {background-position: 0px -56px}
.icon11 {background-position: -54px -56px}

#amenidades-equipo .content:nth-child(3) .titulo {
  width: 220px;
  text-align: right;
  padding-top: 50px;
  margin-left: -80px;
}
#amenidades-equipo .content:nth-child(3) .imgcontent {margin-top: -120px}

#amenidades-equipo .content:nth-child(4) .titulo {
  width: 320px;
  padding-top: 50px;
  margin-left: 88%;
}
#amenidades-equipo .content:nth-child(4) .imgcontent {margin-top: -120px}

#otrasamenidades {background: var(--colorprincipal); padding: 40px 0; margin-top: 80px}
#otrasamenidades h3 {font-family: 'pp_editorial_newultrabold'; font-size: 3em; text-align: right; margin: 0; line-height: 1.3em;}

#otrasamenidades ul {margin: 0; list-style: none; font-family: 'object_sansregular';}
#otrasamenidades ul li {padding: 3px 0;  line-height: 0.8em}
#otrasamenidades ul li:last-child {border-bottom: none}

#oficinas {background: url(../img/Fondo.jpg); padding: 80px 0}
#oficinas h2 {color: var(--colorprincipal); font-size: 3em; text-align: center; font-family: 'pp_editorial_newitalic'; max-width: 68%; margin: auto; margin-bottom: 80px; line-height: 1.5em}

.plantas {display: flex; justify-content: center; align-content: stretch; align-items: stretch; margin-bottom: 40px}
.plantas h4 {text-align: center;font-family: 'pp_editorial_newregular'; font-size: 2em}
.plantas h4 span {font-family: 'pp_editorial_newultrabold'; font-size: 1.2em}
.plantas h4 small {font-family: 'pp_editorial_newultralight'; font-size: 0.5em}

.plantas .metros {text-align: center;  font-family: 'object_sansheavy'; background: #fff; text-align: center; padding: 15px 0; margin: 0}


.center {text-align: center;}

#slider-oficinas {padding: 80px 0}
#slider-oficinas h3 {text-align: center; color: var(--colorprincipal); font-size: 3em; font-family: 'pp_editorial_newitalic'; }

#slider-oficinas .bx-wrapper .bx-pager, #slider-oficinas .bx-wrapper .bx-controls-auto {bottom: 20px}
#slider-oficinas .bx-wrapper .bx-pager.bx-default-pager a:hover, #slider-oficinas .bx-wrapper .bx-pager.bx-default-pager a.active, #slider-oficinas .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
#slider-oficinas .bx-wrapper .bx-pager.bx-default-pager a {border: solid 2px #fff; background: transparent;}


#contacto
.deco-contacto {background: var(--colorprincipal); color: var(--negro); text-align: center; padding: 40px 0}
.deco-contacto h3 {font-size: 3em; font-family: 'pp_editorial_newregular'; margin: auto; max-width: 900px; line-height: 1.5em}

.mapa {position: relative; background: #d1d2d4; position: relative;}
.mapa img {width: 100%; max-width: 1599px; margin: auto; display: block;}
.mapa-ubi {position: absolute; top: 40px; left: 10%; font-family: 'pp_editorial_newregular'; font-size: 2em;}
.mapa-ubi a {color: #000; text-decoration: underline;}

#formulario {background: #fff; padding: 40px; position: absolute; bottom: -50px; left: 50%; margin-left: 200px; width: 400px; font-family: 'object_sansregular';
-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
#formulario h4 {font-family: 'pp_editorial_newitalic'; text-align: center; font-size: 2em; margin: 0; margin-bottom: 15px}

#contacto input {padding: 10px 15px}
#contacto input[type='text'] {border: 0; border-bottom: solid 1px #788583; margin-bottom: 0;}
#contacto input[type='text']:nth-child(2) {border-top: solid 1px #788583;}
#contacto input[type='text']:nth-child(7) {border: solid 1px #788583;
-webkit-border-radius: 10px;
border-radius: 10px;
padding: 10px;
}
#contacto select {border: solid 1px #788583; width: 100%; padding: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;

}

#contacto textarea {border: solid 1px #788583; width: 100%; padding: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;}
#contacto form p {margin-bottom: 0;}
#contacto input[type='submit'] { background: #aa9868; padding: 10px 40px;
font-size: 1.2em;
border: none;

color: #fff; font-weight:500; display: inline-block; 
-webkit-box-shadow: -1px 1px 4px 3px rgba(0,0,0,0.3);
box-shadow: -1px 1px 4px 3px rgba(0,0,0,0.3);
-webkit-border-radius: 3px;
border-radius: 3px;
}

footer { font-family: 'object_sansregular';  padding-top: 50px; text-align: center;
  background: url(../img/Atwork-lineart.svg) center center no-repeat;
background: url(../img/Atwork-lineart.svg), linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#ffffff 51%,#00b451 51%,#00b451 100%); 
 background-repeat:  no-repeat, no-repeat; background-position: center center, center center; 
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;

}

/*.info {padding: 80px 0; background: url(../img/bg-footer.png); background-blend-mode: difference; margin-top: 40px}*/
.info {padding: 60px 0; /*color: #fff;*/ position: relative;}
.info img {width: 200px}
.redes {position: absolute; bottom: 40px; right: 20px}
.redes a {margin-left: 15px}
.redes img {width: 40px}

.info a {color: #000; text-decoration: underline;}

#amenidades-equipo .content:nth-child(3) .block30 {float: right; order: 2; margin-right: 5%;}
#amenidades-equipo .content:nth-child(3) .block70 {float: left; order: 1}
#amenidades-equipo .content:nth-child(3) {flex-direction: row-reverse;}

header {position: sticky; top: 0; left: auto; right: auto; bottom: auto; z-index: 200}

#gracias {display: none; color: green; font-size: 1.2em; font-family: 'object_sansheavy'}
#gracias.active {display: inline-block;}
#returnmessage {color: green; font-size: 1.2em; font-family: 'object_sansheavy'}

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

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  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: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

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

@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 */
}

@media only screen and (max-width: 1200px) {
  .content {width:960px;}

  .txtini {margin-top: -250px; right: 100px}
  #formulario {margin-left: 60px;}
}

@media only screen and (max-width: 960px) {
  .content {width:720px;}
  nav .content {flex-direction: column;}
  nav ul {margin: 15px auto}
  nav .whatsapp span {display: none;}
  nav .whatsapp img {position: relative; left: 0; top: 0}
  nav .whatsapp {
    background: transparent;
    display: inline-block;
    -webkit-border-radius: none;
    border-radius: none;
    padding: 0;
    position: absolute;
    margin-left: 0;
    top: 15px;
    right: 15px;
  }
  #concepto .textoconcepto {
    padding: 50px;
    position: relative;
    top: 0;
    width: 70%;
    right: 0;
    margin: -80px auto auto 30%;
  }
  .txtini {
    margin-top: -280px;
    right: 0;
    width: 55%;
    padding: 20px 40px;
  }
  #amenidades-equipo .block70 {width: 50%}
  #amenidades-equipo .block30 {width: 50%}
  #amenidades-equipo .block30 ul {font-size: 0.8em; font-family: 'object_sansheavy';}
  #amenidades-equipo .content:nth-child(3) .imgcontent {
    margin-top: -42px;
  }
  #amenidades-equipo .content:nth-child(3) .titulo {
    width: auto;
    text-align: right;
    padding-top: 0;
    margin-left: 40px;
  }
  #amenidades-equipo .content:nth-child(4) .imgcontent {
    margin-top: -40px;
  }
  #amenidades-equipo .content:nth-child(4) .titulo {margin-left: 40px}
  #otrasamenidades h3 {line-height: 1.5em}
  .crop {width: 100%; overflow: hidden;}
  .crop img {width: 140%}
  #formulario {
    padding: 40px;
    position: relative;
    bottom: auto;
    left: auto;
    width: 90%;
    margin: 40px auto;
  }
  .mapa {padding-bottom: 40px;}


}

@media only screen and (max-width: 720px) {
  .content {width:560px;}
  .txtbg, .deco-contacto h3 {font-size: 2.5em;}
  .txtini {margin-top: -139px; width: 100%; position: relative;
    -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
  }
  #amenidades-equipo .block70, #amenidades-equipo .block30 {width: 100%; margin: auto; margin-bottom: 20px}
  #amenidades-equipo .content {flex-direction: column;}
  #amenidades-equipo .block30 ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #amenidades-equipo .content:nth-child(3) .block30 {float: right; order: 2; margin-right: 5%;}
  #amenidades-equipo .content:nth-child(3) .block70 {float: left; order: 1}
  #amenidades-equipo .content:nth-child(3) {flex-direction: column;}
  #otrasamenidades .block50 {float: none; margin-bottom: 40px; width: 100%}
  #otrasamenidades h3 {text-align: left;}
  #oficinas h2 {font-size: 2.5em}
  .plantas {flex-direction: column;}
  .plantas img {width: 100%}
  .plantas .metros {margin-bottom: 80px}
  .redes {position: relative; bottom: auto; right: auto; margin: 20px auto}
  .info {padding: 30px 0}
  footer {padding-top: 100px;}
  header {position: relative;}
  .mapa-ubi {width: 100%; text-align: center; left: 0}
  .crop {padding-top: 180px;}
  .deco {padding: 10px 0px;}

}

@media only screen and (max-width: 560px) {
  .content {width:90%;}
  nav ul {display: none;}
  nav .whatsapp img {top: -6px}
 #concepto .textoconcepto {
    padding: 40px;
    width: 90%;
    margin: -25px auto auto 10%;
  }

  
}



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

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    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 {
    white-space: pre-wrap !important;
  }

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

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

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

