/* Fonts */
@font-face {
  font-family: "Biko";
  src: url("../includes/Font/biko/Biko_Regular.otf");
  font-weight: 300;
}

@font-face {
  font-family: "Biko";
  src: url("../includes/Font/biko/Biko_Bold.otf");
  font-weight: 600;
}

@font-face {
  font-family: "Biko";
  src: url("../includes/Font/biko/Biko_Black.otf");
  font-weight: 800;
}


/* General CSS */

@media (orientation: landscape) {
  :root {
    --big-width: 1440px;
    --header-height: 12vh;
    --negheader-height: -12vh;
    --color-BR: red;
    --tab-height: 4.5rem;
    --salud: #1bcc1b;
    --text-autor: 15px;
    font-size: 10px;
    }
}


@media (orientation: portrait) {

  :root {
  --big-width: 1100px;
  --header-height: 8vh;
  --negheader-height: -8vh;
  --color-BR: red;
  --tab-height: 4.5rem;
  --salud: #1bcc1b;
  --text-autor: 25px;
  font-size: 17px;
  }

}




* {
}

html {
  margin: 0;
  -moz-font-variant-ligatures: none;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0,0,0,0.01) 0 0 1px;
}

body {
  margin: 0 auto;
  background: white;
  width: 100%;
}

header {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
  position: fixed; 
  top: 0;
  transition: all .3s ease;
  overflow: visible;
  z-index: 999;
  height: var(--header-height);
}

header.hide {
  top: var(--negheader-height);
}

h1 {
  font-family: Biko, Roboto, sans-serif;
  font-weight: 600;
  font-size: 4rem;
  padding: .5rem;
  margin: 0;
}

h2 {
  font-family: Lato, Roboto, sans-serif;
  font-size: 2.5rem;
  color: rgba(0,0,0,.7);
}

h3 {
  font-family: Biko, Roboto, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
}

h4 {
  font-family: Biko, Roboto, sans-serif;
  font-size: 2.3em;
  font-weight: 300;
}

h5 {
  font-family: Biko, Roboto, sans-serif;
  font-size: 1rem;
  margin-top: 15px;
  font-weight: 300;
}

p {
  font-family: Lato, Roboto, sans-serif;
  font-size: 1.8rem;
}

ul {
  list-style: disc;
}

li {
  font-family: Lato, Roboto, sans-serif;
  font-size: 1.8rem;
}

a {
  color: red;
}

a:hover {
  cursor: pointer;
}

div.top-border {
  width: 100%;
  height: .3rem;
  background-color: var(--color-BR);
  position: fixed;
  top: var(--header-height);
  z-index: 2;
  transition: all .3s ease;
  box-shadow: 0 0  6px #222;
}

div.top-border.hide {
  top: 0;
}

ul.sidebarlist {
  list-style: none;
  padding-left: 0;
  margin: 0 2rem;
}

ul.sidebarlist li {
  display: flex;
  align-items: center;
  margin: 1em 0;
}

ul.sidebarlist li a.img {
  width: 30%;
  display: inline-block;
}

ul.sidebarlist li a.img img {
  width: 100%;
  height: auto;
}

ul.sidebarlist li a.p {
  width: 70%;
  text-decoration: underline;
  color: red;
}

ul.sidebarlist li a.p p {
  font-size: 1.5rem;
  margin: 0 0 0 1em;
  font-family: Biko, Roboto, sans-serif;
  color: black;
  transition: color .3s ease;
}

ul.sidebarlist li a.p p:hover {
  color: red;
}

















/* Header Section CSS */


header div.head {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: var(--big-width);
  margin: 0 auto;
  width: 100%;
  overflow: visible;
  height: var(--header-height);
  justify-content: center;
}

header div.head > a {
  flex-shrink: 1;
  align-self: flex-start;
  min-width: 0;
  max-width: 80%;
  height: var(--header-height);
  padding: 0 2vw;
  box-sizing: border-box;
}

header img.brheader {
  height: 100%;
  padding: 1vh 0;
  box-sizing: border-box;
}


header label {
  flex-shrink: 1;
  float: right;
  align-self: flex-end;
  display: none;
}

header label img {
  min-height: 100%;
  float: right;
}

input.none {
  height: 0;
  position: absolute;
  width: 0;
  -webkit-appearance: none;
  appearance: none;
}

input#menuheader:checked~.mynavigation {
  left: 28%;
  opacity: 1;
}

input#menuheader:checked~.invisible {
  left: 0%;
}

header div.invisible {
  position: absolute;
  width: 100%;
  height: 4000px;
  top: -50px;
  background-color: rgba(0,0,0,0);
  z-index: 1;
  left: 1000%;
  top: var(--header-height);
  overflow: visible;
  display: none;
}

header div.indivisible2 {
  min-height: 4000px;
  width: 4000px;
}

header div.indivisible label.invisible {
  overflow: visible;
  width: 4000px;
  height: 4000px;
}

header img.menuheader {
  height: calc(var(--header-height) - 1vh);
}

header div.mynavigation {
  position: absolute;
  background-color: rgba(255,255,255,0);
  width: 72vw;
  top: var(--header-height);
  left: 100vw;
  opacity: 0;
  padding: 0;
  transition: left .4s ease 0s, opacity .2s linear;
  margin: 0;
  z-index: 950;
  overflow-x: hidden;
  overflow-y: scroll;
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  perspective: 10px;
  perspective-origin: bottom center;
  max-height: 100vh;
}

header div.mynavigation::-webkit-scrollbar {
    width: 3px;
    position: absolute;
    float: right;
    background: #231f20; 
}

header div.mynavigation::-webkit-scrollbar-thumb {
  background-color: var(--color-BR);
}

header div.mynavigation::-moz-scrollbar {
    width: 3px;
    position: absolute;
    float: right;
    background: #231f20; 
}

header div.mynavigation::-moz-scrollbar-thumb {
  background-color: var(--color-BR);
}

header div.mynavigation::-ms-scrollbar {
    width: 3px;
    position: absolute;
    float: right;
    background: #231f20; 
}

header div.mynavigation::-ms-scrollbar-thumb {
  background-color: var(--color-BR);
}

header div.mynavigation::scrollbar {
    width: 3px;
    position: absolute;
    float: right;
    background: #231f20; 
}

header div.mynavigation::scrollbar-thumb {
  background-color: var(--color-BR);
}

header div.mynavigation div.mynaviwrap {
  width: 70vw;
  align-self: flex-end;
  overflow: visible;
  max-height: calc(100vh - var(--header-height)); 
  background-color: #231f20;
  box-shadow: 0px 3px 3px 2px rgba(0,0,0,.25);
  transition: all .3s ease;
}

header div.mynavigation div.mynaviwrap.hide {
  max-height: 100vh;
}

header div.mynavigation div.search {
  perspective: 10px;
  perspective-origin: center center;
  position: relative;
}

header div.mynavigation form.search {
  width: 100%;
  display: flex;
  background-color: #ececec;
  box-sizing: content-box;
  border-top: 2px solid black;
  border-right: 2px solid black;
  height: 5rem;
}

input#search {
  background-color: rgba(0,0,0,0);
  border-top: none;
  border-left: 2px solid rgba(0,0,0,1);
  border-bottom: none;
  border-right: none;
  padding-left: 3vw;
  height: 5rem;
  display: inline-block;
  box-sizing: border-box;
  font-size: 3rem;
  width:85%;
  height: initial;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  }

input#search::placeholder {
  color: black;
  opacity: 1;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
  box-sizing: border-box;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input#search:focus::placeholder {
  color: grey;
}

input#search:focus { 
  border-right: 2px solid rgba(0,0,0,1);
  box-shadow: none;
}

button.search {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  display: inline-block;
  background-color: rgba(0,0,0,0);
  outline: none;
  border: none;
  flex-basis: 70px;
  right: 50%;
  transition: right .4s ease .2s;
  flex-grow: 1;
  flex-shrink: 1;
}

button.search img {
  height: 3rem;
  padding-top: .2rem;
  position: relative;
  width: initial;
}

input#search:focus~button.search {
  right: 0;
}

#menu-menu-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

header div.menu-menu-1-container {
  box-sizing: content-box;
}

header .menu-principal {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: visible;
  background-color: #231f20;
  perspective: 10px;
  perspective-origin: bottom right;
  position: relative;
}

header .menu-principal li {
  width: 100%;
  background-color: #231f20;
  height: auto;
  transition: background-color .7s ease, transform .7s ease;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: normal;
  color: white;
}

header .menu-principal li:hover {
  background-color: #3f3c3c;
  z-index: 200;
  transform: translateZ(.2px);
  color: var(--color-BR);
}

header .menu-principal li a {
  text-decoration: none;
  color: inherit;
  font-family: Biko, Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  transition: color .35s linear;
  display: inline-block;
  width: 100%;
  padding: 2rem 3vw 2rem 2vw;
  margin: 0;
  box-sizing: border-box;
  text-size-adjust: 1.3;
  -webkit-text-size-adjust: 200%;
  -moz-text-size-adjust: 1.3;
  -ms-text-size-adjust: 1.3;
}

header.menu-principal li input {
    height: 0;
    width: 0;
    position: absolute;
}

header .menu-principal li.menu-item-has-children {
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

header .menu-principal > li:last-of-type {
  border-bottom-left-radius: 7px;
}

header .menu-principal li.menu-item-has-children > a {
  width: 80%;
}

header .menu-principal li.menu-item-has-children > input {
  width: 5rem;
  height: 0;
  margin-top: .7rem;
  box-sizing: content-box;
  display: inline;
  align-self: flex-start;
  position: unset;
}

header .menu-principal li .sub-menu {
  display: block;
  list-style-type: none;
  padding: 0;
  width: 100%;
  overflow: visible;
  height: auto;
}

header .menu-principal li .sub-menu li {
  padding-left: 3vw;
  height: 0;
  transition: height 0.26s cubic-bezier(.46,.03,.52,.96);
  overflow: hidden;
}


header .menu-principal li .sub-menu li:last-of-type {
  transform: border-bottom-color .7s linear;
  border-bottom-color: #3f3c3c;
}



header .menu-principal li.menu-item-has-children > input::after {
  content: "\2228";
  color: white;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 600;
  font-size: 4rem;
  width: 35%;
  transition: color .7s linear;
  padding: 0 1rem 0 1rem;
  border: none;
  outline: none;
  border-style: none;
}

header .menu-principal li.menu-item-has-children > input::after:focus {
  outline: none;
  border-style: none;
}

header .menu-principal li.menu-item-has-children > input:checked::after {
  content: "\2227";
}

header .menu-principal li.menu-item-has-children input:checked + ul.sub-menu li {
  height: 7rem;
}

header .menu-principal li.menu-item-has-children input:checked + ul.sub-menu li:last-of-type {
  border-bottom: 2px solid var(--color-BR);
}









/*  Horizontal Header Menu   */

header div.horizontalnav {
  width: 100%;
  background-color: #231f20;
  position: relative;
  height: 3rem;
  top: 0;
  z-index: 1000;
}

header div.horizontalnav ul {
  margin: 0;
  list-style:none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

header div.horizontalnav li {
  color: white;
  padding: .6rem 1rem .5rem 1rem;
  font-size: 1.5rem;
  font-family: Biko, Roboto, sans-serif;
  transition: background-color .3s ease;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  height: 100%;
  font-weight: 600;
  box-sizing: border-box;
}

header div.horizontalnav li:hover {
  background-color: #3f3c3c;
}

header div.horizontalnav li a {
  color: white;
  text-decoration: none;
}

header div.horizontalnav li a:hover {
  color: red;
}

header div.horizontalnav li.menu-item-has-children::after {
  content: "\2228";
  padding-left: 1rem;
  color: white;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 600;
}

header div.horizontalnav li.menu-item-has-children:hover::after {
  content: "\2227";
}

header div.horizontalnav li.menu-item-has-children>ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  border-bottom: 0;
  background-color: #231f20;
  height: 0;
  overflow: hidden;
  transition: height .3s ease, border-bottom .3s ease;
}

header div.horizontalnav li:hover>ul.sub-menu {
  border-bottom: 2px solid red;
  height: auto;
  align-items: flex-start;
}

header div.horizontalnav li.menu-item-has-children ul.sub-menu li {
  width: 100%;
}

div.spacehorizontalnav {
  height: 3.2rem;
}

div.fornav {
  height: 0;
  transition: height .3s ease;
}

div.fornav.hide {
  height: 2.9rem;
}

div.horihori {
  display: flex;
  border-top: .3rem solid red;
}

form.search {
  height: 3rem;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  border-bottom: .3rem solid #231f20;
  border-right-color: #231f20;
  border-left-color: #231f20;
}

input#search {
  height: 100%;
  padding-left: 1rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  border-right: 2px solid transparent;
}

button.search {
  position: unset;
  box-sizing: border-box;
}

button.search img {
  height: 2.3rem;
  padding-right: 5rem;
}

















/* Single Post options */

section.page-wrap {
  position: relative;
  top: var(--header-height);
  margin: 0 auto;
  background-color: white;
}

img.size-single.wp-post-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

#br-single-img {
  top: auto;
}

div.contenido {
  background-color: white;
  position: relative;
  z-index: 2;
} 

div.contenido h5 {
  font-family: Biko, Roboto, sans-serif;
  font-size: 2rem;  
  font-weight: 600;
  margin-top: revert;
}

img.size-single.wp-post-image.salud-img {
  border-bottom-color: var(--salud);
}

div.titulo-contenido {
  padding: 0 4vw;
  overflow-x: hidden;
}

h1.br-post-title {
  padding: 0;
}

div.tab {
  position: relative;
  overflow: visible;
  width: 100%;
  max-height: 500px;
}

p.tab {
  background-color: var(--color-BR);
  display: inline-block;
  position: relative;
  border-bottom-right-radius: 1rem;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0;
  padding: 1rem 5vw .5rem 4vw;
  color: white;
  z-index: 1;
  box-shadow: 0 0 6px #222;
  clip-path: inset(.35rem -15px -15px 0px);
}

p.tab a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  text-decoration: inherit;
}

p.tab a:hover {
  text-decoration: underline;
}

div.forline {
  position: sticky;
  top: var(--header-height);
  background-color: red;
  height: .35rem;
  z-index: 901;
  transition: top .3s ease;
  box-shadow: 0px 0px 6px #222;
}

/*div.line-cont {
  padding: 0 3rem 3rem 3rem;
  margin: 0 -3rem;
  overflow-y: hidden;
}*/

div.forline.hide {
  top: 0;
}
/*
div.forline::before {
    content: " ";
    position: absolute;
    z-index: 900;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 6px #222;*/
}

div.forline.color-BR-tab {
  background-color: var(--color-BR);
}

div.forline.salud-tab {
  background-color: var(--salud);
}

p.color-BR-tab {
  background-color: var(--color-BR);
}

p.salud-tab {
  background-color: var(--salud);
}

h1.br-post-title {
  margin-top: 1.5em;
  margin-bottom: 1.2rem;
}

img.avatar {
  border-radius: 50%;
  vertical-align: middle;
}

div.autor-fecha {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

div.autor {
  margin-left: 1em; 
  display: table-cell;
}

div.autor-fecha p {
  margin: .5em 0;
  font-size: var(--text-autor);
  font-weight: bold;
  padding-top: .1rem;
  display: inline;
  vertical-align: top;
}

div.fecha {
  vertical-align: middle;
  margin-left: .5em; 
  display: table-cell;
}

a.pos {
  text-decoration: none;
  color: var(--color-BR);
  font-family: Lato, Robto, sans-serif;
  font-size: var(--text-autor);
  font-weight: bold;
  padding-top: .1rem;
  display: inline;
  vertical-align: top;
} 

a.pos:hover {
  text-decoration: underline;
}

a.pos:focus {
  text-decoration: underline;
}

div.titulo-contenido h3{
  margin-top: 2em;
}

div.tag-cont a {
  font-size: 2.5rem;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 600;
  color: white;
  text-decoration: none;
  display: inline-block;
}

div.tag-cont a:hover {
  text-decoration: underline;
}

div.tag-cont a:focus {
  text-decoration: underline;
}

span.separador {
  font-size: 2rem;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 600;
  color: white;
}

div.tag-cont {
  background-color: var(--color-BR);
  padding: 4vw;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.42);
}

div.titulo-contenido.seccion-single {
  margin-bottom: 10rem;
  width: 70%;
  box-sizing: border-box;
}
/*
div.titulo-contenido.seccion-single p:last-child {
  padding-bottom: 3rem;
  border-bottom: 2px solid lightgrey;
}*/

div.flex-front-page.seccion-single {
  max-width: 1200px;
  margin: 0 auto;
  flex-basis: top;
  align-items: flex-start;
}

ul.social-share {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  margin: 2rem 0;
}

ul.social-share li a {
  color: white;
  padding: .5em;
  text-decoration: none;
  font-size: 1.5rem;
  display: inline-block;
  font-family: Lato, Roboto, sans-serif;
}

ul.social-share li a span {
  font-size: 1.9rem;
  display: inline;
  vertical-align: bottom;
}

ul.social-share li {
  margin: 0 0rem 0 1rem;
  display: inline-block;
  border-radius: .3rem;
}

ul.social-share li.facebook {
  background-color: #3b5998;
}

ul.social-share li.twitter {
  background-color: rgb(29, 161, 242);
}

ul.social-share li.email {
  background-color: #08c;
}

ul.social-share li.copy {
  background-color: #424242;
  position: relative;
}

ul.social-share div.copiado {
  position: absolute;
  top: -2em;
  background-color: lightyellow;
  padding: .3em;
  font-family: Lato, Roboto, sans-serif;
  font-size: 1.5rem;
  border-radius: .3rem;
  right: 0;
  opacity: 0;
  transform: scaleY(0);
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  animation: 5s ease 1 copiado;
  animation-play-state: paused;
}



@keyframes copiado {
  0% {
    opacity: 0;
    transform: scaleY(0);
  } 

  10% {
    opacity: 100%;
    transform: scaleY(1);
  }

  70% {
    opacity: 100%;
  }

  100% {
    opacity: 0%;
    transform: scaleY(1);
  }
}





















/* Utilities classes */

.full-width {
  width: 92vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.double-line-height {
  line-height: 1.3em;
}

div.primero {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
}








/*Comments Section*/

div.comments-area {
  margin: 10rem auto;
  max-width: 1200px;
}

div.comments-area ul {
  list-style: none;
  padding: 0;
}

div.comments-area ul.comment-list ul.children {
  margin-left: 50px;
}

div.comments-area ul.comment-list {
  padding: 0;
}


/*div.comments-area ul.comment-list>li>article {
  margin-right: 100px;
}

div.comments-area ul.comment-list>li>ul.children>li>article {
  margin-right: 50px;
}*/

div.comments-area article {
  border-radius: 1rem;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 4px 2px lightgrey;
  padding: 1rem;
}

ul.comment-list>li>article {
  padding: 1rem 0;
  border-radius: 0;
  box-shadow: none;
}

footer.comment-meta div.comment-author b.fn a {
  color: red;
  text-decoration: none;
}

footer.comment-meta div.comment-author b.fn {
  color: red;
  font-family: Lato, Roboto, sans-serif;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1rem;
}

footer.comment-meta div.comment-author span {
  font-family: Lato, Roboto, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

footer.comment-meta div.comment-metadata a {
  text-decoration: none;
  color: grey;
  font-family: Lato, Roboto, sans-serif;
  margin-top: 1rem;
  font-size: 1.3rem;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

footer.comment-meta {
  border-bottom: 2px dotted red;
  padding-bottom: 1rem;
}
div.comment-author {
  display: inline-block;
}

div.comment-metadata {
  display: block;
  text-align: end;
}

div.comment-content {
}

div.comment-content p {
  font-size: 1.8rem;
  text-size-adjust: 0;
  -moz-text-size-adjust: 0;
  -ms-text-size-adjust: 0;
  -webkit-text-size-adjust: 0;
}


div.reply {
  text-align: right;
}
a.comment-reply-link {
  color: white;
  background-color: red;
  border-radius: 6px;
  padding: .5em .8em;
  display: inline-block;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
}

a.comment-reply-link:hover {
  text-decoration: underline;
}

a.comment-reply-link:focus {
  text-decoration: underline;
}

a.comment-reply-link:active {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .30);
}

/* Comment Form */

#comment {
  resize: none;
  font-family: Lato, Roboto, sans-serif;
  border-bottom: grey solid 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  display: block;
  font-size: 2.5rem;
  width: 100%;
  min-height: 2.3em;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

#comment::placeholder {
  font-family: Lato, Roboto, sans-serif;
}

#comment:focus {
  border-bottom: grey solid 2px;
}

#comment:valid {
  border-bottom: red solid 2px;
}

#author {
  display: block;
  margin: 1em 0;
  border-bottom: grey solid 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: Lato, Roboto, sans-serif;
  font-size: 2.3rem;
  padding: .2em 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

#author:focus {
  border-bottom: grey solid 2px;
}

#author:valid {
  border-bottom: red solid 2px;
}

#email {
  margin: 1em 0;
  display: block;
  border-bottom: grey solid 1px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: Lato, Roboto, sans-serif;
  font-size: 2.3rem;
  padding: .2em 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

#email:focus {
  border-bottom: grey solid 2px;
}

#email:valid {
  border-bottom: red solid 2px;
}

p.comment-notes {
  font-size: 2rem;
}

#wp-comment-cookies-consent {
  position: relative;
  cursor: pointer;
  top: .25em;
}

#wp-comment-cookies-consent:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 2px solid #555555;
  border-radius: 3px;
  background-color: white;
}

#wp-comment-cookies-consent:checked:before {
  border-color: red;
  background-color: red;
}

#wp-comment-cookies-consent:checked:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 2px;
  left: 6px;
}

.comment-form-cookies-consent label {
  display: inline-block;
  padding-left: 1em;
}

.comment-form-cookies-consent {
  display: flex;
}

#submit {
  background-color: red;
  color: white;
  font-family: Biko, Roboto, sans-serif;
  font-size: 1em;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: .5em .8em;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

p.form-submit {
  text-align: right;
  margin-top: 1.5em;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

#submit:hover {
  text-decoration: underline;
}

#submit:focus {
  text-decoration: underline;
}

#submit:active {
  border: none;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .30);
}

#cancel-comment-reply-link {
  margin-left: 1rem;
  display: inline-block;
  background-color: red;
  color: white;
  font-family: Biko, Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: .5em .8em;
  text-decoration: none;
  text-align: center;
}


#cancel-comment-reply-link:hover {
  text-decoration: underline;
}

#cancel-comment-reply-link:focus {
  text-decoration: underline;
}

#cancel-comment-reply-link:active {
  box-shadow: inset 0 0 6px rgba(0,0,0,.30);
}







/* Footer */

footer.main {
  position: relative;
  background-color: #231f20;
  top: var(--header-height);
  padding: 2rem;
}

footer.main p {
  font-family: Lato, Roboto, sans-serif;
  color: #a7a7a7;
  margin: 1rem 0;
  font-size: 1.5rem;
  display: block;
}

footer p.copyright {
  text-align: center;
  color: #a7a7a7;
}

footer a {
  filter: grayscale(25%);
}

#banderafooter {
  width: 6rem;
  height: auto;
  vertical-align: middle;
  margin-right: 1rem;
  filter: grayscale(20%);
}

footer span.nombre {
  font-family: Biko, Roboto, sans-serif;
  color: #a7a7a7;
  font-size: 3rem;
  vertical-align: middle;
  display: inline;
  font-weight: 600;
}

footer div.flexy-column {
  display: flex;
  flex-direction: column;
  width: 65%;
  flex-shrink: 0;
}

footer div.flexy-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer h3 {
  color: #a7a7a7;
  margin-bottom: .5em;
}

footer div.adicional {
  width: 30%;
  flex-shrink: 0;
}

footer .theline {
  padding-bottom: 1rem;
  border-bottom: 2px solid #a7a7a7;
}












/* Archives loop */

.flex-front-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
}

.flex-front-page-reverse {
  flex-wrap: wrap-reverse;
}

.primera-seccion-tarjetas {
  width: 70%;
/*  box-shadow: 0 0 6px rgba(0,0,0,.3);
  clip-path: inset(0 0 0 -6px);*/
}

div.primera-seccion {
  max-width: 1200px;
  margin: 0 auto;
}

div.segunda-seccion {
  max-width: 1200px;
  margin: 0 auto;
}

div.tercera-seccion {
  max-width: 1200px;
  margin: 0 auto;
}

.segunda-seccion-tarjetas {
  width: 70%;
 /* box-shadow: 0 0 6px rgba(0,0,0,.3);
  clip-path: inset(0 -6px 0 0);*/
}

.sidebar {
  width: 30%;
  background-color: rgba(0,0,0,.075);
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  padding: 0rem 0 4rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between;*/
}

h3.insta {
  padding: 0 10px;
  text-align: center;
  margin: 0 0 .4em 0;
}

#sbi_load .sbi_follow_btn a {
  font-family: Biko, Roboto, sans-serif;
  font-size: 1.5rem;
}

#sb_instagram .sbi_load_btn .sbi_btn_text {
  font-family: Biko, Roboto, sans-serif;
  font-size: 1.5rem;
}

#sb_instagram svg:not(:root).svg-inline--fa {
  height: 2rem;
  vertical-align: inherit;
  margin-right: 1rem;
}

h3.sobre-br {
  margin: 3rem 2rem;
  border-bottom: 2px solid red;
}

h3.bandera, h3.mst {
  margin: 0;
  display: inline-block;
  border-top-right-radius: .7rem;
  padding: 1rem 2rem 0 2rem;
  background-color: #231f20;
  color: white;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
  position: relative;
  z-index: 1;
  transition: background-color .3s ease-out;
}

h3.mst::before {
  content: "";
  background-color: inherit;
  width: 1rem;
  display: block;
  position: absolute;
  left: -1rem;
  height: 100%;
  top: 0;
}

h3.bandera:hover, h3.mst:hover {
  text-decoration: underline;
  cursor: pointer;
}

h3.bandera {
  z-index: 2;
}

#BanderaRoja:checked ~ div.bandera-mst-container label h3.bandera {
  background-color: red;
}

#MST:checked ~ div.bandera-mst-container label h3.mst {
  background-color: red;
}

p.mst {
  display: none;
}

p.bandera {
  display: none;
}

#MST:checked ~ p.sobre-br.mst {
  display: block;
}

#BanderaRoja:checked ~ p.sobre-br.bandera {
  display: block;
}


div.bandera-mst-container {
  margin: 3rem 0 1rem 0;
  border-bottom: 2px solid red;
  display: flex;
  justify-content: flex-start;
}

p.sobre-br {
  padding: 0 2rem;
}

div.redes-sociales {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}

div.redes-sociales a {
  text-decoration: none;
  margin: 0;
  margin-right: 2rem;
  display: flex;
}

div.redes-sociales span.dashicons {
  font-size: 5rem;
  display: block;
  width: auto;
  height: auto;
  transition: filter .3s ease;
}

div.redes-sociales span.dashicons:hover {
  filter: drop-shadow( 0 0 6px rgba(0, 0, 0, .3));
}

div.redes-sociales span.dashicons-facebook {
  color: #3b5998;
  align-items: center;
}

div.redes-sociales span.dashicons-twitter {
  color:rgb(29, 161, 242);
}

div.redes-sociales span.dashicons-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: white;
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
}

div.redes-sociales span.dashicons-youtube {
  color: #f00;
}

.widget {
  margin-top: 4rem;
  list-style: none; 
}

.widget .image {
  width: 90%;
  margin: 0 auto;
  display: block;
}

div.front-contenedor {
  padding: 0 0;
}

div.tarjeta {
  min-width: 300px;
  width: 45%;
  margin: 2rem 2rem;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  transition: transform .3s ease, box-shadow .3s ease;
  border-top: 3px solid red;
  /*border-radius: 6px;*/
  box-sizing: border-box;
  background-color: white;
  position: relative;
  overflow: hidden;
}

div.tarjeta p.cat-tarjeta {
  background-color: red;
  border-bottom-right-radius: .7rem;
  display: block;
  margin: 0;
  position: absolute;
  top: -2px;
  /*right: -1px;*/
  padding: .5rem 1rem;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 600;
  font-size: 1.7em;
  box-shadow: 0 0 6px rgba(0,0,0,.5);
  transition: background-color .3s ease;
}

div.tarjeta p.cat-tarjeta:hover {
  background-color: black;
}

div.tarjeta p.cat-tarjeta a {
  color: white;
  text-decoration: none;
}

div.tarjeta p.cat-tarjeta a:hover {
  text-decoration: underline;
}

div.tercera-seccion-tarjetas {
  width: 100%;
}

div.tercera-seccion-tarjetas div.tarjeta {
  width: 30%;
}

div.full-width-tarjeta.tarjeta {
  width: 100%;
}

div.tarjeta:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.30);
  transform: perspective(10px) translateZ(.3px);
}

div.tarjeta h3 {
  padding: 0 1rem;
  margin-bottom: .5em;
}

div.tarjeta p {
  padding: 0 1rem;
  font-size: 1.5em;
}

span.tarjeta-fecha-autor {
  padding: 0 1rem;
  display: block;
  font-size: 1.2em;
  font-family: Biko, Roboto, sans-serif;
  font-weight: 300;
  text-align: left;
  text-size-adjust: 170%;
  -webkit-text-size-adjust: 170%;
  -moz-text-size-adjust: 170%;
  -ms-text-size-adjust: 170%;
}

span.tarjeta-fecha-autor a {
  display: inline;
  color: red;
  text-decoration: none;
}

img.attachment-front-page-thumbnail.size-front-page-thumbnail.wp-post-image {
  width: 100%;
  height: auto;/*
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;*/
}

div.enmedio {
  height: 200px;
  width: 100%;
  background-color: red;
  position: relative;
  /*box-shadow: 0 0 6px #222;*/
}

div.enmedio::after {
  content: "";
  background-image: url('../img/clip-protesta.png');
  position: absolute;
  width: 50%;
  height: 100%;
 /* background-color: rgba(0,0,0,.3);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);*/
  background-size: 85% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  filter: opacity(75%);
}

div.enmedio::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,.3), rgba(0,0,0,.1));
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  background-repeat: no-repeat;
  background-position: bottom left;
}

div.comunicando {
  width: 50%;
  height: 100%;
  float: right;
  align-items: center;
  display: flex;
  justify-content: space-around;
  padding-right: 2rem; 
}

div.segundo-enmedio {
  height: 200px;
  width: 100%;
  background-color: red;
}

h4.comunicando {
  font-family: Biko, Roboto, sans-serif;
  font-size: 4em;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-align: right;
  position: relative;
  z-index: 10;
}

div.compaginado {
  padding: 2rem;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.page-numbers {
  font-family: Biko, Roboto, sans-serif;
  color: red;
  font-weight: 600;
  font-size: 2rem;
  /*border: 2px solid red;*/
  margin: 1rem 0;
  width: 4rem;
  height: auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 4rem;
  /*background-color: #231f20;*/
  border-radius: .3rem;
}

span.current {
  color: white;
  /*border: 2px solid red;*/
  background-color: #231f20;
}

a.next {
  width: auto;
  padding: 0 1rem;
}

a.prev {
  width: auto;
  padding: 0 1rem;
}

a.page-numbers {
  text-decoration: none;
  transition: box-shadow .3s ease;
}

a.page-numbers:hover {
  /*background-color: lightgrey;*/
  box-shadow: 0 0 6px rgba(0,0,0,.3)
  /*transform: perspective(10px) translateZ(2px);*/
}

a.archive-title {
  text-decoration: none;
  color: inherit;
  transition: color .3s ease;
}


a.archive-title:hover {
  color: var(--color-BR);
}









/* Carrusel */

div.carrusel {
  /*border-bottom: .35rem solid red;*/
  width: 100%;
  padding: 0 auto;
  overflow: visible;
  position: relative;
  background-color: black;
}

.carrusel-wrapper {
  flex-direction: row;
  display: flex;
  max-height: 70vh;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-snap-type: mandatory;
  scroll-snap-type: x mandatory;
  snap-destination: 0 0;
  -webkit-overflow-scrolling: auto;
  scrollbar-width: none;
  align-items: stretch;
}

.carrusel-wrapper::-webkit-scrollbar {
  display: none;
}

span.carrusel-before, span.carrusel-after {
  position:absolute;
  font-size: 10rem;
  z-index: 2;
  color: white;
  line-height: .7;
  bottom: 45%;
  transition: text-shadow 0.3s ease;
}

span.carrusel-before a, span.carrusel-after a {
  text-decoration: none;
  color: white;
}

.carrusel-before {
  padding-left: .5rem;
}

span.carrusel-before:hover, span.carrusel-after:hover {
  text-shadow: 0 0 1rem red;
  cursor: pointer;
  color: red;
}

.carrusel-after {
  padding-right: .5rem;
  right: 0;
}


.img-wrapper {
  flex-shrink: 0;
  display: block;
  scroll-snap-align: start;
  width: 100%;
  overflow: hidden;
  max-height: inherit;
  position: relative;
  scroll-margin-top: var(--header-height);
}

div.carrusel .carrusel-wrapper .img-wrapper img.carrusel-img {
  height: auto;
  width: auto;
  min-width:100%;
  filter: brightness(85%);
}

div.texto-sobre {
  position: absolute;
  bottom: 0;
  height: 65%;
  box-sizing: border-box;
  padding: 3vw 5vw;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background: linear-gradient(0deg, rgba(0,0,0,1), rgba(0,0,0,0));
}

h3.carrusel {
  color: white;
  text-decoration: underline;
  text-decoration-color: red;
  font-size: 3rem;
  width: 100%;
  margin: 1rem 0;
  /*text-align: center;*/
}

h3.carrusel a {
  color: inherit;
  text-decoration-color: inherit;
  transition: background-color .3s ease;
}

h3.carrusel a:hover {
  background-color: black;
}

h3.carrusel a:focus {
  background-color: black;
}

p.carrusel {
  color: white;
}

span.carrusel-fecha-autor {
  font-size: 2rem;
  color: white;
  font-family: Biko, Roboto, sans-serif;
}

span.carrusel-fecha-autor a {
  color: red;
  text-decoration: none;
}

span.carrusel-fecha-autor a:hover, span.carrusel-fecha-autor a:focus {
  text-decoration: underline;
}

div.carrusel-circulos {
  position: absolute;
  bottom: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  flex-direction: row;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  box-sizing: border-box;
  padding: 1.5rem 40%;
}

div.circulo {
  border-radius: 50%;
  border: 2px solid white;
  height: 1rem;
  width: 1rem;
  transition: background-color .7s ease, border .7s ease;
}

div.circulo:hover {
  background-color: rgba(244,0,0,0.7);
  cursor: pointer;
}

div.circulo-activo {
  border: 2px solid red;
  background-color: red;
}













/* Categories And Tags Pages */

section.width-bueno {
  margin: 0 auto;
  max-width: 1200px;
}

div.archives-name-container {
  background-color: var(--color-BR);
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  clip-path: inset(0 -10px 0 -10px);
}

h1.archives {
  padding: 2rem 2rem 1rem 2rem;
  color: white;
  display: inline-block;
  position: relative;
  overflow-x: visible;
  max-width: 80%;
  box-sizing: border-box;
}

h1.archives::before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top:0;
  height: 100%;
  width: 120%;
  background-color: rgba(0,0,0,.2);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  z-index: -1;
}

div.seccion-archivo {
  width: 70%;
  box-sizing: border-box;
}

.sidebar h3 {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}








@media (max-width: 801px) and (min-width: 0) {
  div.tarjeta {
    width: 100%;
    flex-grow: 1;
    max-width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 1160px) {
  div.seccion-archivo {
    width: 100%;
  }

  div.primera-seccion-tarjetas {
    width: 100%;
  }

  div.segunda-seccion-tarjetas {
    width: 100%;
  }

  div.tercera-seccion-tarjetas {
    width: 100%;
  }

  div.titulo-contenido.seccion-single {
    width: 100%;

  }

  .sidebar {
    width: 100%;
    flex-direction: row;
  }

  .widget {
    flex-shrink: 1;
    margin-top: 0;
    flex-grow: 1;
  }

  .flex-column {
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-basis: 50%;
  }
}




@media (orientation: portrait) {
  div.tarjeta {
    width: 100%;
    flex-grow: 1;
    max-width: 100%;
    border-radius: 0;
  }

  div.front-contenedor {
    padding: 0;
  }

  div.tarjeta h3{
    padding: 0 4vw;
  }

  div.tarjeta p {
    padding: 0 4vw;
  }

  span.tarjeta-fecha-autor {
    padding: 0 4vw;
  }

  img.attachment-front-page-thumbnail.size-front-page-thumbnail.wp-post-image {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  div.tarjeta:hover{
  box-shadow: 0 0 10px rgba(0,0,0,.30);
  transform: perspective(10px) translateZ(.5px);
  }

  .primera-seccion-tarjetas {
  width: 100%;
  }

  .segunda-seccion-tarjetas {
  width: 100%;
  }

  .sidebar {
  width: 100%;
  margin: 0 4vw;
  flex-direction: column;
  }

  .widget {
    width: 100%;
  }

  .sidebar h3 {
    font-size: 3rem;
  }

  .widget .image {
    margin: 0 4vw;
    width: 90%;
    width: -webkit-fill-available;
    width: -moz-available;
  }

  div.comunicando {
    padding-right: 4vw;
  }

  h4.comunicando {
    font-size: 3em;
  }

  div.tercera-seccion div.tarjeta {
    width: 100%;
  }

  .page-numbers {
    font-size: 1.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
  }

  div.compaginado {
      padding: 3rem;
  }

  div.tercera-seccion-tarjetas {
    width: 100%;   
  }

  span.carrusel-before, span.carrusel-after {
    display: none;
  }

  h1.archives {
    padding: 2rem 4vw 1rem 4vw;
  }

  div.seccion-archivo {
    width: 100%;
  }

  div.titulo-contenido.seccion-single {
    width: 100%;
  }

  div.comment-content p {
    font-size: 1rem;
  }

  footer div.flexy-column {
    width: 100%;
  }
  
  footer div.adicional {
    width: 100%;
  }

  footer.main {
    padding: 4rem 2rem;
  }

  header label {
    display: unset
  }

  input.none {
    display: inline;
  }

  header div.mynavigation {
    display: flex;
  }

  header div.invisible {
    display: unset;
  }

  header div.horizontalnav {
    display: none;
  }

  header div.mynavigation div.search {
    perspective: 10px;
    perspective-origin: center center;
    position: relative;
  }

  header div.mynavigation form.search {
    width: 100%;
    display: flex;
    background-color: #ececec;
    box-sizing: content-box;
    border-top: 2px solid black;
    border-right: 2px solid black;
    height: 5rem;
  }

  input#search {
    background-color: rgba(0,0,0,0);
    border-top: none;
    border-left: 2px solid rgba(0,0,0,1);
    border-bottom: none;
    border-right: none;
    padding-left: 3vw;
    height: 5rem;
    display: inline-block;
    box-sizing: border-box;
    font-size: 3rem;
    width:85%;
    height: initial;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    }

  input#search::placeholder {
    color: black;
    opacity: 1;
    font-family: Biko, Roboto, sans-serif;
    font-weight: 300;
    text-decoration: none;
    box-sizing: border-box;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }

  input#search:focus::placeholder {
    color: grey;
  }

  input#search:focus { 
    border-right: 2px solid rgba(0,0,0,1);
    box-shadow: none;
  }

  button.search {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    display: inline-block;
    background-color: rgba(0,0,0,0);
    outline: none;
    border: none;
    flex-basis: 70px;
    right: 50%;
    transition: right .4s ease .2s;
    flex-grow: 1;
    flex-shrink: 1;
  }

  button.search img {
    height: 3rem;
    padding-top: .2rem;
    position: relative;
    width: initial;
  }

  input#search:focus~button.search {
    right: 0;
  }

  div.horihori {
    display: none;
  }

  div.spacehorizontalnav {
    display: none;
  }

}








