/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {

  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/*  CUSTOM */
@font-face {
  font-family: 'Nzt-stl-B';
  src: url('fonts/NeuzeitSLT-Book.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
} 
@font-face {
  font-family: 'Nzt-stl-BH';
  src: url('fonts/NeuzeitSLT-BookHeavy.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}  
@font-face {
  font-family: 'Plntn-LI';
  src: url('fonts/Plantin-LightItalic.ttf')  format('truetype');
  font-weight: normal;
  font-style: italic;
}  
*, *:  before, *:after {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Nzt-stl-B', Helvetica,  Arial,  sans-serif;
    color: #000;
    overflow-x: hidden;
}
strong {
    font-family: 'Nzt-stl-BH', Helvetica,  Arial,  sans-serif;
}

p.text {
    font-family: 'Plntn-LI';
    font-style: italic;
}

/*  TIOPGRAPOHY */

.sidebar-nav li a {
    font-weight: initial;
    font-size: 28px;
}

html {
    width: 100%;
    height: 100%;
}
.container {
    background-color: #fff;
    padding-right: 0px;
    padding-left: 0px;
}
.page-header {
  margin-bottom: 50px;
}
h1,h2 {
  text-transform: lowercase;
}
.page-content {
    padding: 38px 35px 70px 35px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    width:100%;
    height: 100%;
    margin-top: 100VH;
    background-color: #eeebcb;
    overflow-x: auto;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
}

#sidebar-wrapper.active {
    top: 0px;
    width: 100%;
    margin-top: 0px;
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -ms-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;

}
@media (min-width: 576px) {
    body {
        /*background: gray;*/
    }
    #sidebar-wrapper {
        z-index: 1000;
        position: fixed;
        left: 0;
        width: 200px;
        height: 100%;
        margin-left: -200px;
        margin-top: 0px;
        overflow-y: auto;
    }
    #sidebar-wrapper.active {
        top: 0;
        left: 200px;
        width: 200px;
        margin-top: 0px;
        margin-top: 0px;
    }  
} 
nav {
    position: relative;
    top: calc(50% - 190px);
    transform: translateY(-50%);
}
.sidebar-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0px;
    margin-top: 80px;
            -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
}
.sidebar-nav li {
    position: relative;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    outline: none;
    text-transform: lowercase;
}
.sidebar-nav li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 8px 8px 8px 8px;
    text-align: center;
}
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #595959;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
    height: 44px;
    font-size: 18px;
    line-height: 1.43;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
#menu-toggle {
    /*z-index: 801;*/
    z-index: 2000;
    position: fixed;
    bottom: 0;
    left: 0px;
    height: 60px;
    width: 100%;
    background-color: #eeebcb;
    margin: 0px;
}
.letter {
    font-family: 'Nzt-stl-BH', Helvetica,  Arial,  sans-serif;
    font-size: 1.9em;
    z-index: 9999;
    position: fixed;
    height: initial;
    text-align: center;
    margin-bottom: 0px;
    font-weight: bold;
    margin-bottom: 4px;
    pointer-events: none;
}
.letter.b {
    bottom: 0px;
    left: 0px;
    margin-left: 15px;
}
.letter.v {
    bottom: 0px;
    right: 0px;
    margin-top: 6px;
    margin-right: 15px;
}

.toggle {
    margin: 5px 5px 0 0;
}
#menu-close {
    font-family: 'Nzt-stl-BH', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 30px;
    float: right;
    padding: 10px 13px;
}

a#menu-close {
    color: #000;
    text-decoration: none;
}
#to-top {
    display: none;
    position: fixed;
    right: 1.5%;
    bottom: .5%;
    z-index: 799;
}

/* Secctions */

h1 {
    line-height: 0.8;
}
.web-title {  
    font-family: 'Nzt-stl-BH', Helvetica,  Arial,  sans-serif;
    font-size: 2em;
    font-weight: bold;     
    text-align: center;
    margin-bottom: 10px; 

    display: none;
}
.page-title {  
    font-family: 'Nzt-stl-BH', Helvetica,  Arial,  sans-serif;
    font-size: 2em;
    line-height: .8;
    font-weight: bold;  
    margin-bottom: 40px;
    margin-left: 10px;
    text-align: center;
    display: block;
}
@media (min-width: 576px) {
    .container {
        width: Calc(100% - 65px);
        max-width: none;
        margin-left: 65px;

            -webkit-transition: all 0.4s ease-in-out 0s;
            -moz-transition: all 0.4s ease-in-out 0s;
            -ms-transition: all 0.4s ease-in-out 0s;
            -o-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;

    }
    .container.active {
        margin-left: 200px;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
    }
    nav {
        top: 0;
    }
    .sidebar-nav {
        position: absolute;
        top: 50px;
        left: 0;
        width: 170px;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 15px;
        margin-top: 80px;
    }
    .sidebar-nav li {
        position: relative;
        line-height: 24px;
        display: inline-block;
        width: 100%;
        outline: none;
    }

    .sidebar-nav li a {
        display: block;
        color: #000;
        text-decoration: none;
        padding: 8px 8px 8px 8px;
        text-align: left;
    }
    .sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {

    }
    .sidebar-nav > .sidebar-brand {
        height: 44px;
        font-size: 18px;
        line-height: 1.43;
    }
    .sidebar-nav .dropdown-menu {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: none;
        background-color: #222;
        box-shadow: none;
    }
    #menu-toggle {
        z-index: 801;
        position: fixed;
        top: 0;
        left: 0px;   
        height: 100%;
        width: 65px;
    }
    #menu-close {
        display: none;
    }

    .letter {
        width: 65px;
        margin-bottom: 22px;
        bottom: 0px;
        left: 0px;
    }
    .letter.b {
        top: 0px;
        left: 0px;
        height: 40px;
        margin-top: 27px;
        margin-left: 0px;
    }
    .letter.v {
        margin-bottom: 20px;
    }  
}

@media (min-width: 576px) {
/* Secctions */

    .web-title {  
        margin-bottom: 0px;   
        text-align: left;
        display: inline;
    }
    /* About */
    .page-title {
        margin-bottom: 0px;
        margin-left: 40px;
    }


    .page-title {  
    font-family: 'Nzt-stl-B', Helvetica,  Arial,  sans-serif;
    font-size: 1.9em; 
    line-height: 1.2;   
    text-align: center;
    margin-bottom: 40px;
    display: block;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:  none;
    }

}



/* SECCIONES */

/* About */
#about .web-title {
    text-align: left; 
    display: inline; 
}

#about.page-content {  
    background-color: #eeebcb;
     height:inherit;
}
#about .text-block {  
    width: 100%;
    margin-top: 10px;
}
#about img {  
  width: 100%;
  height: auto;
}
#about p {  
    display: inline;
    font-size: 1.2em;
    line-height: 2px;
}

@media (min-width: 576px) {
    #about.page-content {
        padding: 28px 35px 70px 35px;
        height: 100vh;
    }
    #about .page-header {
        float: left;
        width: 60%;
        max-width: 490px;
    }
    #about .text-block {  
        max-width: none;
        margin-top: 10px;
    }
    #about .foto-warpper {
        float: right;
        width: 35%;
        position: relative;
        height: Calc(100vh - 70px);
    }
    #about .foto {
        position: absolute;
        bottom: 0px;
    }
    #about .foto-warpper img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 1280px) {
    #about .page-header {
        float: left;
        width: 60%;
        max-width: 600px;
    }
    #about p {
        display: inline;
        font-size: 1.5em;
        line-height: 1.2;
    }
}


/* Contact */

#contact p {
    font-family: 'Nzt-stl-BH', Helvetica,  Arial,  sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 480px;
}

#contact a {
    font-family: 'Plntn-LI';
    font-weight: normal;
    font-style: italic;

    color:#000; 
    text-decoration: none; 
}
#contact a:hover { 
    text-decoration: underline; 
}

#contact {
    height: 100VH;
    background-image: url(img/section-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 55%;
}

@media (min-width: 576px) {
    #contact {
        background-position: bottom right;
    }
    #contact p {
        text-align: left;
        max-width: 520px;
        margin: initial;
        margin-bottom: 20px;
    }
    #contact h1 {  
        display: inline-block;
    }
    #contact .page-title {  
        display: inline;
        line-height: 0;
    }
    #archive .page-title {  
        display: inline;
        line-height: 0;
    }
}

/* Archive */
#archive  .row {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    
    -ms-flex-wrap: wrap;
    
    flex-wrap: wrap;
   
    margin-right: 0px;
    margin-left: 0px;
}
#archive  .col {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;

    flex-basis: inherit; /* con eso se ponene verticalez*/
}

#archive .image-responsive {
    width: 100%;
    height: auto;
}
#archive .text-block {  
    width: 60%;
    margin-top: 10px;
}

#archive .item-warpper {
    position: relative;
}

.hover {
    cursor: pointer;
    opacity: 0;

    background-image: url(img/hover-archve.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    width: 100%;
    height: 100%;
    position: absolute;

    text-align: center;

    /*border: 2px solid #eeebcb;*/

        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
}


.hover:hover, .hover:focus  {
    display:block;
    opacity: 1;
       
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        -ms-transition: all 0.4s ease-in-out 0s;
        -o-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
}
.hover .info {
   top: calc(50%);
   transform: translateY(-50%);
    position: relative; 
    line-height: 17px;
}
.hover .info .nombre {
    font-family: 'Nzt-stl-BH', Helvetica,  Arial,  sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}
.hover .info .tecnica {
    font-size: 13px;
    text-transform: uppercase;
}
.hover .info .medidas {
    font-size: 13px;
    
}
@media (min-width: 576px) {
    #archive .row {
        margin-right: 17px;
        margin-left: 17px;
    }
    #archive  .row .col {
        padding-right: 10px;
        padding-left: 10px;
    }
    #archive .row .col-md-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    #archive .row .col-md-3 {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        flex-basis: 33.3%;
        max-width: 33.3%;
    }
}
@media (min-width: 1024px) {
    #archive .row .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}



/* PROYECTOS */

#projects .web-title {  
    display: block;
}
.obra-title {
    margin-top:5px; 
    line-height: 1.1;
    font-size: 12px;
}
.obra-title h3 {
  display: inline;
  font-family: 'Nzt-stl-B', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  font-size: inherit;
  font-weight: bolder;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-12, .col-md-6  {
    padding: 0;
    margin-bottom: 20px;
}
.col-12 .obra-item img, .col-md-6 .obra-item img {   
    width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    
    #projects .row {
        /*margin-top: -80px;*/
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .col-12, .col-md-6  {
        padding: 0;
        margin-bottom: 5px;
    }
    .col-12 {
        /*background-color: yellow;*/
        padding: 40px 0 20px 0;
    }
    .col-md-6  {
        width: 50%
        height: auto;
    }
    .row .col-12:first-child {
        padding-top: 0px;
        /*background-color: blue;*/
    }
    .col-md-6:nth-child(even) {
        padding-top: 20px;
        /*background-color: grey;*/
    }
    .col-md-6:nth-child(odd) {
        padding-top: 120px;
        padding-bottom: 20px;
        /*background-color: red;*/
    }
    .col-12 .obra-item {
        width:100%;
        height: auto;
    }
    .obra-item.center {
        margin-left: 0px;
    }
    .col-12 .obra-item.left {   
        width: 55%;
        height: auto;
    }
    .col-md-6 {  
        width: 50%;
        height: auto;
    }
    .col-md-6 .obra-item {  
        width: 90%;
        height: auto;
    }
    .obra-title {
      font-size: 13px;
   }
   .col-12 .obra-item {
    width: 45%;
    height: auto;
    }
    .obra-item.center {
        margin-left: 50%;
    }

    .col-md-6.a .obra-item.pequena{
        width: 80%;

    }
    .col-md-6.b .obra-item.pequena{
         width: 80%;
         margin-top: 100px;     
    }

}

@media (min-width: 960px) {
   
    .col-12, .col-md-6  {
        padding: 0;
        margin-bottom: 5px;
    }
    .col-12 {
        padding: 40px 0 20px 0;
    }
    .obra-title {
        width: 80%;
    } 
    .col-md-6:nth-child(even) {
        padding-top: 30px;
        /*background-color: grey;*/
    }
    .col-md-6:nth-child(odd) {
        padding-top: 120px;
        padding-bottom: 30px;
        /*background-color: red;*/
    }
    .col-12 .obra-item img {   
        width: 80%;
        height: auto;
    }
    .col-12 .obra-item.left {   
        width: 65%;
        height: auto;
    }
    .col-md-6 .obra-item img{  
        width: 80%;
        height: auto;
    }
}
 
@media (min-width: 1280px) {
    .col-12 {
        padding: 80px 0 30px 0;
    }

    .col-md-6:nth-child(even) {
        padding-top: 50px;
        /*background-color: grey;*/
    }
    .col-md-6:nth-child(odd) {
        padding-top: 120px;
        padding-bottom: 30px;
        /*background-color: red;*/
    }
    .col-12 .obra-item.left {   
        width: 70%;
        height: auto;
    }
    .col-12 .obra-item img {   
        max-width: 720px;
        height: auto;
    }
    .col-md-6 .obra-item img{  
        max-width: 720px;
        height: auto;
    }
}
/*!    */
/* SIDEBAR LEGAL */
.sidebar-legal {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    top: auto;
    transform: none;
}

#menu-menu-legal {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#menu-menu-legal li {
    position: relative;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    outline: none;
    text-transform: lowercase;
}

#menu-menu-legal li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 4px 8px;
    text-align: center;
    font-size: .75rem;
    opacity: 0.5;
}

#menu-menu-legal li a:hover {
    opacity: 1;
    color: #595959;
}

@media (min-width: 576px) {
    .sidebar-legal {
        bottom: auto;
        top: calc(100vh - 220px);
    }

    #menu-menu-legal li a {
        text-align: left;
        padding: 4px 8px 4px 23px;
    }
}

.page-template-page-legales .web-title {
    display: block;
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.5em;
}

@media (min-width: 576px) {
    .page-template-page-legales .web-title {
        font-size: 2em;
    }
}

#legales {
    background-color: #eeebcb;
    min-height: 100vh;
    padding: 28px 35px 70px 35px;
}
#legales .text-block {
    width: 100%;
    max-width: 800px;
	margin-top: 10px;
}
.legales-body {
    margin-top: 30px;
    font-family: 'Plntn-LI', serif;
    font-style: italic;
	font-size: 1.2rem;
    line-height: 1.2;
}


@media (min-width: 576px) {
	.legales-body {
		margin-top: 30px;
		font-family: 'Plntn-LI', serif;
		font-style: italic;
		font-size: 1.5rem;
		line-height: 1.2;
	}
}

.legales-body p {
    margin-bottom: 16px;
    display: block;
}



.legales-body h2 {
    font-family: 'Nzt-stl-BH', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 0;
}

.legales-body a {
    color: inherit;
    text-decoration: none;
}
.legales-body a:hover {
    text-decoration: underline;
}
.legales-body strong {
    font-family: 'Nzt-stl-BH', Helvetica, Arial, sans-serif;
    font-style: normal;
}
.legales-body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 16px;
}
.legales-body ul li {
    margin-bottom: 6px;
}
.legales-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.85em;
}
.legales-body table th,
.legales-body table td {
    padding: 10px 14px;
    border: 1px solid #ccc;
    text-align: left;
}
.legales-body table th {
    font-family: 'Nzt-stl-BH', Helvetica, Arial, sans-serif;
    font-style: normal;
}
.error404 #legales .legales-body p {
	font-size: 1.5rem;
}