/* @import url('https://fonts.googleapis.com/css?family=Work+Sans:400,900'); */

body {
    background: #FFDE21;  /* antes #FFDE21 #E54254 #029391  */
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav {
  float: left;
  margin-left: -30px; 
}

nav ul li {
  float: left;
  color: #000;
  margin-right: 0px;  padding-right: 30px;   list-style: none;
}
nav ul li:last-child {
    margin:0px;
    list-style: none;
}
nav ul li a {
  font-family: Impact, Haettenschweiler, "Helvetica Neue", Helvetica, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; text-decoration: none;   list-style: none;
}

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

.enlace2{
  color: #fff;
  text-decoration: underline;
}

.enlace3{
  color: #FFE74C;
  text-decoration: underline;
}

p {padding-right: 22px; }

h1 {
    font-family: "Work Sans",-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",sans-serif;
    -webkit-font-variant-ligatures: contextual;
    font-variant-ligatures: contextual;
    -webkit-font-feature-settings: "calt" 1;
    font-feature-settings: "calt" 1;
    font-weight: 900;
}
.post-title {
  font-size:10vw;
  line-height:1vh;
  text-transform: uppercase;
  cursor:pointer;
}
.post-meta1 {
  font-family: Native,Input,Menlo,mono;
  font-size:2vw;
  line-height:1vh;
  text-transform: uppercase;
}
.post-meta {
  font-family: Native,Input,Menlo,mono;
  font-size:0.8vw;
  line-height:1vh;
  text-transform: uppercase;
}
.post-2 {
    font-family: Native,Input,Menlo,mono;
    font-size: 1.2vw;
    line-height: 1vh;
	font-weight: 100;
}

.d2 {
 width: 80%;
 padding: 10px;
}

.can {
 width: 99%;
 padding: 20px; margin: 0;
 background-color: #1B1B1B; color: #ffffff; font-size:1.7vw;  font-weight: 100;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.espaciador {
    width: 100%;
    height: 7rem;
    padding: 10px;
}

.ph {
    width: 100%;
    padding: 0px;
    margin: -2;
    background-color: #1B1B1B;
    background-image: url(IMG_20200611_234958_099.jpg); background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    min-height: 90vh;
}

.mascara1 {
  width: 200%;
  -webkit-mask-image: url(NAME-CARRIE_1.svg);
  mask-image: url(NAME-CARRIE_1.svg);
  mask-repeat: no-repeat;
}
