

/* ==========================================================================
   Theme Styles
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

body, html {
  font-family: 'Texta', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FAFAFA;
  color: #444444;
}

.clear {
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  float: none;
}

.container {
  position: relative;
  width: auto;
  height: auto;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.post {
  width: 100vw;
  max-width: 100%;
  min-height: 100vmin;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-color: #FAFAFA;
  color: ;
  -webkit-transform: translate(0,0);
}

.post a {
  color: inherit;
}


.post.single.post-text .post-bg {
  height: auto;
  min-height: 100vh;
}

header + .post.single.post-text .post-bg {
  height: auto;
  min-height: 50vh;
}

.post-photoset .photoset {
  background-position: center center;
    background-size: contain;
    background-attachment: scroll;
    background-repeat: repeat;
}

.post-bg {
  width: 100%;
  height: auto;
  min-height: 100vmin;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  display: box;
  display: flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.post-bg.tile .photo-url {
  background-repeat: repeat;
}

.photo-url.tile {
  background-repeat: repeat !important;
}

.post-bg.tile .photo-url {
  background-size: contain;
  background-repeat: repeat;
}

.photo img,
.photoset img,
.panorama img {
  display: none;
}

img.patternimg {
  display: none !important;
}

.horizontal-photoset .photoset.photo {
  -webkit-transition: margin-left 400ms ease-in-out;
}

.post-bg .photo-url {
  position: absolute;
  width: 100vw;
  max-width: 100%;
  min-height: 100vmin;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.post.post-photoset {
  height: auto;
}

.post.post-photoset .post-bg {
  height: 100vh;
}

.horizontal-photoset.post.post-photoset {
  height: 100vmin;
  width: 100vw;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.horizontal-photoset.post.post-photoset .post-bg {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  position: relative;
  display: inline-block;
}

.title {
  text-align: center;
  height: auto;
  font-weight: bold;
  position: absolute;
  width: 100%;
  z-index: 999;
  color: #444444;
  padding: 20px 0;
}

.title h1 {
  margin: 0;
  font-size: 56px;
  word-wrap: break-word;
  pointer-events: none;
}

.title a + h1 {
  margin-top: 10px;
}

.title h1 a {
  color: #444444;
  pointer-events: auto;
}

.title a:hover {
  color: #529ECC;
}

.title h2 {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 24px;
  font-weight: normal;
}

.title a {
  color: #444444;
  text-decoration: none;
}

.title img {
  width: 60%;
}

.description, .footer {
    font-family: 'Caudex', serif;
    max-width: 1000px;
    width: 80%;
    margin: auto;
    font-size: 36px;
    color: rgba(255,250,240,1);
    text-align: center;
    letter-spacing: -0.3px;
    line-height: 54px;
    font-weight: 400;
    padding: 180px 0 50px;
    font-family: 'Blacker', serif;
}

.footer {
    width: 70%;
    padding: 80px 0;
    line-height: 1.2;
}

.autor {
    font-family: 'Texta', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    color: rgba(255,250,240,1);
    padding: 0 20px 0 20px;
    letter-spacing: 0.5px;
}

.autor p{
    margin: 0;
  }

.autor a {
    color: rgba(255,250,240,1);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.autor a:hover {
    opacity: 0.6;
}

.footer .autor a {
    text-decoration: underline;
}
    
#legales {
    /*float: left;
    position: absolute;
    left: 50%;
    transform: translate(-50%);*/
    z-index: 999;
    font-family: 'Blacker', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 1px;
    color: rgba(255,250,240,1);
    opacity: 0.6;
    padding: 15px 0;
}

.cclicense {
    font-family: 'Texta', sans;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0;
    color: rgba(255,250,240,1);
    width: ;
}

.cclicense a {
    color: rgba(255,250,240,1);
    opacity: 1;
}

.cclicense a:hover {
    opacity: 0.6;
}

.cclicense a img {
    position: relative;
    margin-right: 5px;
}

a {
  text-decoration: underline;
}



.arrow-up {
  margin: 0 auto;
  width: 0; 
  height: 0; 
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #000;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: -1px;
}


#topheader {
    /*height: 72px;
    width: 48px;*/
    position: fixed;
    margin: 0 auto;
    z-index: 300;
    bottom: 40px;
    left: 40px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: rgba(255,255,255,0.6);
}

#topheader:hover {
    color: rgba(255,255,255,1);
}

#topheader svg {
    fill: currentColor;
    width: 80px;
    height: 120px;
}

.streetname {
    position: absolute;
    z-index: 900;
    background: transparent;
    margin: 0 auto;
    width: 50vw;
    height: 156px;
    text-align: center;
    transform: translate(-50%,-50%);
    left: 50%;
    background-color: rgba(255,252,243,0.95);
    font-family: 'Texta', sans-serif;

}

svg.capframeizq {
    position: absolute;
    width: 53.6px;
    height: 156px;
    left: 0;
    transform: translate(-99.3%,0);
    fill: rgba(255,252,243,0.95);
}

svg.capframeder {
    position: absolute;
    width: 53.6px;
    height: 156px;
    right: 0;
    transform: translate(99.3%,0);
    fill: rgba(255,252,243,0.95);
}

.caption {
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  max-width: 100%;
  display: inline-block;
  /*text-align: center;*/
  white-space: normal;
  color: #000;
  transform: translate(-50%,-50%);
}

.caption a {
  color: inherit;
}

.caption p, .caption blockquote {
  margin: 15px 0;
}

.caption > span {
  display: inline-block;
  padding: 0px 10px;
  margin: auto;
  max-width: 80vw;
  background: none;
}

p.calle {
    letter-spacing: 1px;
    font-size: 2.2rem;
    margin: 0;
    font-family: 'Caudex', serif;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 15px;
    line-height: 1;
    font-family: 'Blacker', serif;
}
p.colonia {
    letter-spacing: 3px;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}
p.ciudad {
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    margin: 0;
    color: #888;
}

/* Text Caption COLOR Options */

.blanco {
    color: #FAFAFA;
}

.negro {
    color: #000;
}

/* END Text Caption COLOR Options */

.menusocial {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    float: right;
    /*width: 32.608695652%;*/
    text-align: right;
    right: 40px;
    bottom: 54px;
    position: fixed;
    z-index: 999;
}

.menusocial li {
    margin-left: -2px;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
}
.menusocial li a {
    color: rgba(255,255,255, 0.6);
}
.menusocial li a:hover {
    color: rgba(255, 255, 255, 1);
}

.social-icon svg {
    width: 120px;
    height: 120px;
    fill: currentColor;
    vertical-align: top;
}

.fb-like {
    position: fixed !important;
    z-index: 999;
    bottom: 20px;
    right: 50px;
}

.index-page.caption-big .caption {
  font-size: 18px;
  bottom: auto;
  top: 50%;
  min-width: 300px;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: inline-block;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}



footer {
  position: relative;
  z-index: 101;
  width: 100vw;
  background-color: rgba(24,56,73,1);
  height: auto;
  max-width: 100%;
  text-align: center;
  padding: 0;
}


/* ==========================================================================
   Header
   ========================================================================== */

header {
   
  /*background-image: url('http://assets.tumblr.com/images/default_header/optica_pattern_12.png?_v=66d5962d3469ecad376c5ae8c13d5a27');*/
  background-size: cover;
  background-attachment: scroll;
  background-position: top;
  background-color: mediumaquamarine;
  /*min-height: 100vmin;*/
  height: auto;
  z-index: 10000;
  padding-bottom: 80px;
  position: relative;
}

/* Animation */
@keyframes jump { 0% { top: 0; } 50% { top: 50px; } 100% { top: 0; } }

/* Button/Arrow */
#arrow-down {
    position: relative;
    margin: 0 auto;
    text-align: center;
    animation: jump 5s infinite;
    color: rgba(24,56,73,1)
}
#arrow-down:hover {color: rgba(255,250,240,1);}
#arrow-down svg {fill: currentColor;}

header .title {
  height: auto;
  position: relative;
  margin: auto;
}

.title {
  font-family: 'Texta', sans-serif;
  font-weight: bold;
}


.title.fixed .title-text {
  position: fixed;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}


.title.fixed.top .title-text {
  top: 20px;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
    top: 0;
    background-color: mediumaquamarine;
    padding: 70px 0 30px;
}

.title,
.title .title-text {
  pointer-events: none;
}

.title .title-text a,
.title .title-text img,
.title .title-text span {
  outline: none;
  pointer-events: auto;
}

.logo {
  max-width: 80%;
  width: auto;
  display: block;
  margin: auto;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (max-device-width: 767px) and (orientation: landscape){
    .title img {
        width: 45%;
    }
    
      .title.fixed.top .title-text {
        top: 50px;
        background: none;
        padding: 0;
    }
    
    .streetname {
    width: 320px;
    height: 128px;
  }
  svg.capframeizq {
    width: 44px;
    height: 128px;
  }
  svg.capframeder {
    width: 44px;
    height: 128px;
  }
    
      p.calle {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  p.colonia {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  p.ciudad {
    font-size: 1.3rem;
  }
}


/* ---------- Desktop ONLY ---------- */

@media only screen and (min-device-width: 768px) {

  header {
    background-attachment: scroll;
  }
  .container {
    left: 0;
  }
  .footer {
    width: 70%;
    padding: 50px 0;
  }
  .title h1 {
    word-wrap: normal;
  }
  .title h2 {
    margin-left: 50px;
    margin-right: 50px;
  }
  .title-text {
    padding: 10px 0;
  }
  .title.fixed.top .title-text {
    top: 50px;
    background: none;
    padding: 0;
  }
  .title img {
    width: 30%;
  }

  #topheader svg {
    fill: currentColor;
    width: 48px;
    height: 72px;
  }
    
  .menusocial li {
    display: inline-block;
  }
  .social-icon svg {
    width: 54px;
    height: 54px;
  }
  .description {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
  }
    
  .autor {
    font-size: 21px;
  }
  
  .footer .autor {
    font-size: 1rem;
      font-weight: 400;
  }
    
  #legales, .cclicense {
    font-size: 0.8rem;
  }
  .cclicense a img {
    top: 3px;
    position: relative;
  }

  .post {
    width: 100vw;
    max-width: 100%;
    min-height: 100vh;
    height: auto;
    min-height: 240px;
  }

  .caption {
    /*bottom: 10px;*/
  }
    
  p.calle {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  p.colonia {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  p.ciudad {
    font-size: 1.3rem;
  }
    
  .streetname {
    width: 320px;
    height: 128px;
  }
  svg.capframeizq {
    width: 44px;
    height: 128px;
  }
  svg.capframeder {
    width: 44px;
    height: 128px;
  }

  .post-bg {
    height: 100%;
  }

  .post-bg .photo-url {
    background-size: contain;
    background-attachment: fixed;
    background-repeat: repeat;
  }

}

/* ---------- Small screen Responsive ---------- */

@media only screen and (max-width: 640px) {


}

@media screen and (max-device-width: 568px) {
  
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}