/*
Theme Name: tageblatt
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
	/*font-family: 'Inter', sans-serif;
    font-family: 'Oswald', sans-serif;*/
    
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wp-block-embed {
  margin: 20px 0 20px auto !important;
  float: left !important;
  width: 100% !important;
}
@font-face {
    font-family: 'Le Jeune Text';
    src: url('fonts/LeJeuneText-Regular.eot');
    src: url('fonts/LeJeuneText-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/LeJeuneText-Regular.woff2') format('woff2'),
        url('fonts/LeJeuneText-Regular.woff') format('woff'),
        url('fonts/LeJeuneText-Regular.svg#LeJeuneText-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Le Jeune Text Ialic';
    src: url('fonts/LeJeuneText-RegularItalic.eot');
    src: url('fonts/LeJeuneText-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/LeJeuneText-RegularItalic.woff2') format('woff2'),
        url('fonts/LeJeuneText-RegularItalic.woff') format('woff'),
        url('fonts/LeJeuneText-RegularItalic.svg#LeJeuneText-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Le Jeune Text Bold';
    src: url('fonts/LeJeuneText-Bold.eot');
    src: url('fonts/LeJeuneText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/LeJeuneText-Bold.woff2') format('woff2'),
        url('fonts/LeJeuneText-Bold.woff') format('woff'),
        url('fonts/LeJeuneText-Bold.svg#LeJeuneText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Le Jeune Text Bold Italic';
    src: url('fonts/LeJeuneText-BoldItalic.eot');
    src: url('fonts/LeJeuneText-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/LeJeuneText-BoldItalic.woff2') format('woff2'),
        url('fonts/LeJeuneText-BoldItalic.woff') format('woff'),
        url('fonts/LeJeuneText-BoldItalic.svg#LeJeuneText-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
	font-family: 'GrifoM-Black';
	src: url('fonts/GrifoM-Black.eot');
	src: local('☺'), url('fonts/GrifoM-Black.woff') format('woff'), url('fonts/GrifoM-Black.ttf') format('truetype'), url('fonts/GrifoM-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.faja-eventos {
  background: #fff;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  border-top: 4px solid #000;
  padding: 0 0 30px 0;
  padding: 30px 0;
}
.tit-seccion-home {
position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font: 24px/24px Inter;
  color: #15BBDE;
}
.int-evento {
padding: 40px 30px;
  font-family: inter;
  position: relative;
  margin: 0 0 30px 0;
}
.fecha-evento {
font-size: 14px;
  line-height: 16px;
  font-weight: 600;

  color: #484848;
}
.title-evento {
font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  margin: 10px 0 5px 0;
  width: 100%;;
  color: #15BBDE;
}
.texto-evento {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  margin: 0 0 20px 0;
}
.int-evento a {
font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  position: absolute;
  bottom: 0px;
}
.int-evento a:hover {
  color: #15BBDE;
}
.swiper-pagination-bullet-active {
  color: #15BBDE !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block }
ol, ul { list-style: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
a:link { -webkit-tap-highlight-color: #FF5E99 }
img, video, object, embed {
    height: auto!important;
	width: 100%;
}
iframe { max-width: 100% }
blockquote {
font-size: 26px;
padding: 0px 10%;
position: relative;
margin: 30px 0 40px 0;
line-height: 30px;
float: left;
text-align: left !important;
color: #15BBDE;
}
.wp-block-quote p {
  padding: 0;
}
blockquote:before {
content: '"';
position: absolute;
font: 120px/86px 'GrifoM-Black', sans-serif;
left: 0;
top: 0;

}
.edicion strong {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.edicion {
  color: #fff;
  font-family: 'Inter', sans-serif;
}
.post-single-content blockquote p a {
text-decoration: none;
padding: 20px 0 0 0;
float: left; 
	}
blockquote p { margin-bottom: 0px }
strong, b { font-family: Le Jeune Text Bold }
em, i, cite {
    font-style: italic;
}
small { font-size: 100% }
figure { margin: 1.5em 0 2em 0 !important;}
code, pre {
    font-weight: normal;
    font-style: normal;
}
code {
    padding: 0 8px;
    line-height: 1.5;
}
pre code { padding: 0 }
mark {
    padding: 1px 6px;
    margin: 0 2px;
    color: black;
    background: #FFD700;
}
address { margin: 10px 0 }
.sticky { }
.gallery-caption { }
.bypostauthor { }
.wp-caption-text { }
.video-label {
  width: 35px;
  height: 35px;
  content: url("images/play.svg");
  position: absolute;
  font-size: 80px;
  left: 20px;
  bottom: 20px;
  border: 3px solid #fff;
    border-radius: 50%;-webkit-border-radius: 50%;  -moz-border-radius: 50%;
	background: #fff;
}
.imagen-home {
  position: relative;
  float: left;
  width: 100%;
}
/*-news----------------------------------------------------------------------*/
.news-form input[type="radio"]
{
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.news-form input[type="checkbox"], .news-form input[type="radio"]
{
  border: 0;
  width: 13px;
  height: 13px;
  margin: 0 6px 0 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.news-form .radio{
	margin:20px 0;
	}
	.radio label
{
  margin: 0 5px;
  font: 14px/14px Inter;
  text-transform: uppercase;
}
.mc4wp-form-fields {
width: 100%;
float: left;
text-align: center;
	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: center;justify-content: center;
}
.mc4wp-response {
    float: left;
    width: 100%;
    text-align: center;
}
.mc4wp-alert.mc4wp-error {
    padding: 20px 0 0 0;
	text-align: center;
}
.mc4wp-alert.mc4wp-error p {
	margin:0;
}
#mc4wp-form-1 {
    width: 100%;
padding: 10px 0;
}
#rendered-message-amp-form-1 {
    text-align: center;
}
#rendered-message {
    text-align: center;
}
.news-form {

text-align: center;
width: 40%;
}
.tit-news-1 {
text-align: left;
margin: 0;
font-size: 24px;
font-family: 'Inter', sans-serif;
font-weight: 600;
text-transform: uppercase;
float: left;
line-height: 28px;
margin: 0 30px 0 0;
}
.tit-news-1 span {
    background: #ff4e36;
    padding: 0 20px;
    color: #000;
}
.news-form input[type="email"] {
    font-size: 18px;
    padding: 20px;
    width: 75%;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border: 0;
    font-family: 'Inter', serif;
    line-height: 24px;
	border: 1px solid #aaa;
}
.news-form input[type="submit"] {
    padding: 20px 30px;
    font-size: 16px;
    background: #000;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    word-break: break-all;
    cursor: pointer;
    border: none;
    font-weight: 800;
    line-height: 24px;
    font-family: 'Inter', serif;
    text-transform: uppercase;
	width: 25%;
	text-align: center;
	border: 1px solid #000;
}



/*-ultimas noticias----------------------------------------------------------------------*/
.col-100.derecha {
  margin: 0 0 20px 0;
  float: left;
}
.col-100.derecha ul {
float: left;
border-left: 1px solid #eee;
    font-family: 'Inter', sans-serif;
/*min-height: 100%;*/
}
.tit {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
  padding: 25px 0 25px 20px;
}
.col-100.derecha ul li {
float: left;
font-weight: 700;
font-size: 16px;
line-height: 20px;
padding: 0px 0 15px 20px;
/*padding: 0px 0 25px 20px;*/
position: relative;
margin: 0;
}
.time {
  font-size: 12px;
  text-transform: uppercase;
  color: #00bfdb;
  font-weight: 800;
  margin: 0 0 10px 0;
}
.col-100.derecha ul li::before {
  content: "";
  width: 14px;
  margin-left: -9px;
  height: 14px;
  border: 1px solid #00bfdb;
border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius:50%;
  position: absolute !important;
  left: 0;
  top: 3px;
  background: #fff;
}
.col-100.derecha ul li::after {
content: "";
width: 6px;
margin-left: -4px;
height: 6px;
background: #00bfdb;
border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius:50%;
position: absolute !important;
left: 0;
top: 3px;
margin-top: 5px;
}
/*-AUTOR----------------------------------------------------------------------*/
.autor-post {
  font: 12px/16px 'Inter', sans-serif;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  font-weight: 600;
}
.theauthor {
  float: left;
  margin: 0 5px 0 0;
  font-weight: normal;
}
.autor-interior {
  font: 12px/16px 'Inter', sans-serif;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 600;
  float: none;
}
.txt-autor {
  width: 80%;
  padding: 0 3%;
  font: 18px/22px 'Inter', sans-serif;
}

.datos-autor {
	  display: -webkit-box;
display: -moz-box;
display: -o-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
float: left;
  padding: 30px;
  width: 100%;
  background: #f2f2f2;
  margin: 0 auto;
}
.imagen-author {
  width: 20%;
  float: left;
  padding: 2%;
}
.name-author {
  font: 26px/30px 'Inter', sans-serif;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.name-author a {
  color: #15BBDE !important;
}
.imagen-author img {
  	border-radius: 50%;-webkit-border-radius: 50%;  -moz-border-radius: 50%;
  float: left;
  border: solid 3px #15BBDE;
  padding: 10px;
  background: #fff;
}
.author-email {
  margin: 10px 0 0 0;
}
.author-email a {
  color: #15BBDE;
  text-decoration: underline !important;
}

/*-SUPLEMENTO----------------------------------------------------------------------*/
.n-suplemento-r {
  width: 20%;
  padding: 0px 15px;
  margin: 0 0 30px 0;
}
.imagen-suplemento {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.imagen-suplemento {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
}
.imagen-suplemento img {
  border: 1px solid #e1e6e8;
}
.title-home-suplemento {
  font: 18px/20px 'Inter', sans-serif;
    font-weight: normal;
  font-weight: normal;
  font-weight: 700;
  margin: 0 0 5px 0;
  float:left;
  width:100%;
  text-align: center;
}
.descargar {
  float: left;
width: 60%;
margin: 15px 20% 0 20%;
  background: #15BBDE;
	border-radius: 50px;-webkit-border-radius: 50px;  -moz-border-radius: 50px;

}
.fecha-suplemento {
  color: #848484;
  text-transform: uppercase;
  font-size: 10px;
    text-align: center;
  line-height: 12px;
  float: left;
width: 100%;
}
.descargar p {
  float: left;
  margin: 0;
  width: 100%;
}
.descargar p a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  color: #fff;
  padding: 15px 20px;
  float: left;
  letter-spacing: 0;
  width: 100%;
text-align: center;
}
.descargar a:hover {
background: #0e2946;
	border-radius: 50px;-webkit-border-radius: 50px;  -moz-border-radius: 50px;

}
/*-[PLUGIN POT RELACIONADO]----------------------------------------------------------------------*/
.postTitle {
  font-size: 24px !important;
  line-height: 32px !important;
    	display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
		width: 100%;
		
font-family: 'Inter', sans-serif !important;
}
.ctaText {
	color: #15BBDE !important;
  float: left !important;
  font-size: 24px !important;
  line-height: 24px !important;
  margin: 0 0 15px 0 !important;
padding: 15px 0 0 0;
border-top: 2px solid #15BBDE;
}
/*-[DESTACADA 1]----------------------------------------------------------------------*/
.post-destacada {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  padding: 15px;
  overflow: hidden;
}
.imagen-destacada {
  position: relative;
  height: 100%;
  width: 100%;
  float: left;
}
.cacu {
  background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0, 0, 0) 65%);
  background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0, 0, 0) 65%);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgb(0, 0, 0) 65%);
  position: absolute;
  z-index: 200;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.datos-destacados {
	display: -webkit-box;display: -moz-box;display: -o-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
	-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: center;justify-content: center;
width: 100%;
	}
.header-post-destacada {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: left;
  width: 100%;
  padding: 6%;
  z-index: 300;
}
.title-home-destacada {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin: 20px 0;
  text-align: center;
}
.title-home-destacada a{
  color: #fff;
}
.title-home-destacada a:hover, .autor-destacada a:hover, .cat.post-d a:hover {
  color: #fff;
  opacity:0.7;
}
.autor-destacada, .cat.post-d {
  font: 12px/16px 'Inter', sans-serif;
    font-weight: normal;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  font-weight: 600;
  float: left;
}
.autor-destacada a, .cat.post-d a{
	  color: #fff;
}
.autor-destacada {
  padding: 0 0 0 20px;
  border-left: 1px solid #fff;
  margin: 10px 0 0 20px;
}


/*-[chicas destacadas]----------------------------------------------------------------------*/
.destacadas-chicas {
  width: 1280px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 15px;
  border-left: 1px solid #e1e6e8;
  border-right: 1px solid #e1e6e8;
}
.n-h50-d {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.header-post-h50-d {
  width: 50%;
  float: left;
  padding: 10px 0 0 15px;
}

/*-[Suplemento]----------------------------------------------------------------------*/
.banda {
  width: 100%;
  margin: 40px 0 0 0;
}
.banda-interior {
  width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background: #15BBDE;
}

.banda-interior a:hover {
  color: #000;
}
/*-[Parrilla 1]----------------------------------------------------------------------*/
.col-1 {
  width: 25%;
    display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;
  position: relative;
  margin: 0 0 15px 0;
}
.col-1-in {
  width: 100%;
  border-right: 1px solid #e1e6e8;
  position: relative;
    display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;
height: 100%;
}
.col-1:last-of-type .col-1-in {
  border-right: 0;
}
.post-s {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.n-ps {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.n-ps-1 {
  width: 100%;
  float: left;
  padding: 0 15px;
}
.n-ps-r {
width: 100%;
float: left;
position: relative;
height: 100%;

margin: 0 0 30px 0;
padding: 0 15px;
}
.n-vs25-r .n-ps-r, .n-ps75-r .n-ps-r {

border-right: 1px solid #e1e6e8;

}
.n-vs25-r:nth-child(3) .n-ps-r, .n-vs25-r:nth-child(7) .n-ps-r, .n-vs25-r:nth-child(11) .n-ps-r {
  border-right: 0;
}



.n-ps-1:last-of-type {
  margin: 0 0 30px 0;
}


.eventos {
  width: 1280px;
padding: 30px;
  margin: 0 auto;

}

.adentro, .adentro-1, .adentro-2, .adentro-3 {
  width: 1280px;
  padding: 15px;
  margin: 0 auto;
  overflow: hidden;
  	display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	/*-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;*/
}
.adentro-wrap {
  width: 1280px;
  padding: 15px;
  margin: 0 auto;
  overflow: hidden;
  	display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.adentro.relacionados {
  padding: 50px 15px;
}
.parrilla-1 {
    	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
}
.post-1 {
	margin: 15px 0;
  float: left;
  width: 50%;
  display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.post-2-5 {
	margin: 15px 0;
display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
  width: 50%;
}
.n-p50 {
  width: 100%;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #e1e6e8;
}
.post-2-3, .post-4-5  {
  float: left;
  width: 100%;
  display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	}
 .post-4-5  {
	
}
.n-v25 {
  width: 50%;
  float: left;
}
.n-h50 {
float: left;
padding: 0 15px;
border-right: 1px solid #e1e6e8;
width: 50%;
    
}
.n-v25 {
padding: 0 15px;
border-right: 1px solid #e1e6e8;
margin: 0 0 15px 0;

display: flex;
flex-wrap: wrap;
align-content: flex-start;
}
.n-v25:first-of-type .header-post-v25 {
  margin: 0 0 20px 0;
}
.n-v25:first-of-type .imagen-home {
  order: 2;
}
.n-v25:last-of-type, .n-h50:last-of-type {
  border-right: 0;
}
.imagen-home-h50-d {
	position: relative;
  width: 50%;
  float: left;
  padding: 0 15px 0 0;
}
.imagen-home-vs25 {
  position: relative;
  float: left;
}
.imagen-home-h50 {
position: relative;
width: 33.3333%;
float: left;
padding: 0 15px 0 0;
}
.lines {
position: absolute;
width: 100%;
bottom: 0;
left: 0;
}
.line {
height: 1px;
width: calc(100% - 30px); width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);
background: #000;
float: left;
margin: 0px 15px 1px 15px;
}
.header-post-v25 {
  float: left;
  margin: 15px 0 0 0;
}
.header-post-vs25{
  float: left;
  margin: 15px 0 0 0;
}
.header-post-v25-1 {
  float: left;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  border-top: 1px solid #e1e6e8;
}
.title-home-g.title {
  font: 32px/34px 'Le Jeune Text Bold', sans-serif;
    font-weight: normal;
  font-weight: 700;
  margin: 15px 0;
}
.bajada-home {
  font: 16px/20px 'Le Jeune Text', sans-serif;
}
.title-home-c.title {
  font: 18px/22px 'Le Jeune Text Bold', sans-serif;
    font-weight: normal;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.title-home-l.title {
  font: 16px/20px 'Le Jeune Text Bold', sans-serif;
    font-weight: normal;
  font-weight: normal;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.title-home-c.title a, .title-home-g.title a, .title-home-m.title a, .title-home-i.title a, .title-home-l.title a{
  color: #000;
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  
  background-position: 0 1em;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  
  transition: background-size 0.2s ease-in-out 0.1s;
}
.title-home-c.title a:hover, .title-home-g.title a:hover, .title-home-m.title a:hover, .title-home-i.title a:hover, .title-home-l.title a:hover{
background-size: 100% 1px;
  transition-delay: 0s;
}


.title-home-c.title, .title-home-g.title {
 color: #000;
  background-size: 0% 1px;
  background-position: 0 0.5em; /*1em;*/
}


.cat.post-2 {
float: left;
font: 30px/34px 'Le Jeune Text Bold', sans-serif;
width: auto;
margin: 0 5px 0 0;
}
.cat.post-2 a {
  color: #15BBDE;
}
.cat.post-1 a::after, .cat.post-2 a::after {
  content: '.';
}


.cat.post-1 {
float: left;
font: 16px/20px 'Le Jeune Text Bold', sans-serif;
width: auto;
margin: 0 5px 0 0;
}
.cat.post-1 a {
  color: #15BBDE;
}

.fecha-post {
  color: #848484;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  font-family: Inter;
}
.fecha-post-1 {
  color: #848484;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  margin: 10px 0 0 0;
  font-family: Inter;
}



.bajada-home p {
  margin: 0;
}
.header-post-p50 {
  float: left;
  margin: 5px 0 0 0;
  padding: 0 10px 0 0;
}
.header-post-h50 {
width: 100%;
float: left;
padding: 15px 0 0 0;
border-top: 1px solid #e1e6e8;
}
.header-post-h50-1 {
width: 66.666%;
float: left;
/*padding: 15px 0 0 0;*/
}


.shared {
  width: 100%;
  float: left;
  padding: 0 5%;
}

.data-post {
  font: 12px/12px 'Inter', sans-serif;
    font-weight: normal;
  font-weight: normal;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e1e6e8;
  padding: 0 0 20px 0;
  clear: both;
  width: 40%;
}

.cat a {font-weight: 600;}
.cat.inst span {font-weight: 600;color: #848484;margin: 0 0 0 10px;}

.header-post-o25 .data-post.inst .cat.inst a:last-of-type {color: #15BBDE;}

.data-post.inst {color: #15BBDE;}
.data-post.inst::before {background: #15BBDE;}
.cat.inst a {color: #15BBDE;
text-transform: uppercase;
font-size: 10px;
line-height: 10px;
margin: 0 0 10px 0;
float: left;
width: 100%;}

.data-post.os {color: #fff;}
.data-post.os::before {background: #fff;}
.cat.os a {color: #fff;}

.data-post.transp {color: #e81b2b;}
.data-post.transp::before {background: #e81b2b;}
.cat.transp a {color: #e81b2b;}

.data-post.log {color: #d07b06;}
.data-post.log::before {background: #d07b06;}
.cat.log a {color: #d07b06;}

.data-post.ener {color: #20a364;}
.data-post.ener::before {background: #20a364;}
.cat.ener a {color: #20a364;}


/*-[Sección Opinión]----------------------------------------------------------------------*/

.faja-opinion{
	border-bottom: 1px solid #3e5469;
	width:100%;
	display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	background: #0e2946;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}
.adentro-azul {
  width: 1280px;
  padding: 50px 15px 15px 15px;
  margin: 0 auto;
border-left: 1px solid #3e5469;
border-right: 1px solid #3e5469;
  overflow: hidden;
  	display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}
.tit-sec-a, .tit-sec-b {
width: 1220px;
text-align: left;
font: 24px/24px 'Inter', sans-serif;
margin: 50px auto 0px auto;
text-transform: uppercase;
position: relative;
}
.tit-sec {
width: calc(100% - 30px);width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);
text-align: left;
font: 24px/24px 'Inter', sans-serif;
margin: 40px auto 20px auto;
text-transform: uppercase;
position: relative;
}
.tit-sec-1 {
width: calc(100% - 30px);width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);
text-align: left;
font: 18px/18px 'Inter', sans-serif;
margin: 40px auto 20px auto;
text-transform: uppercase;
position: relative;
}
.tit-sec-2 {
display: -webkit-box;display: -moz-box;display: -o-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
	-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: center;justify-content: center;
width: calc(100% - 30px);width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);
text-align: left;
font: 18px/18px 'Inter', sans-serif;
margin: 40px auto 20px auto;
text-transform: uppercase;
position: relative;
}

.linea {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #000;
}


.tit-sec span, .tit-sec-1 span a, .tit-sec-2 span, .tit-sec-a span a, .tit-sec-b span a, .tit-sec-a span {
border-bottom: 3px solid #000;
color: #15BBDE;
padding: 0 0 10px 0;
position: relative;
float: left;

}





.post-o {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.n-o25 {
padding: 0;
width: calc(25% - 30px); width: -webkit-calc(25% - 30px);width: -moz-calc(25% - 30px);
float: left;
display: flex;
position: relative;
flex-wrap: wrap;
background: #0c1927;
margin:15px;

}
.fondo-o-azul {
width: 100%;
float: left;
display: flex;
position: relative;
flex-wrap: wrap;
background: #0c1927;
height: 100%;
}


.title-home-o.title {
  font: 18px/22px 'Inter', sans-serif;
    font-weight: normal;
  font-weight: normal;
  font-weight: 700;
  margin: 15px 0;
}

.title-home-o.title a{
color:#ffffff;
}
.header-post-o25 {
width: 100%;
padding: 30px 25px 0px 25px;
float: left;
}
.comillas {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 25px;
}
.comillas svg {
  width: 32px;
  height: 29px;
  float: right;
  fill: #fff;
}
.footer-o {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
width: 100%;
-webkit-align-content: flex-end;align-content: flex-end;
margin: 20px 0 0 0;
position: relative;
}
.name-autor {
width: 100%;
margin: 0 auto;
background: #0e2946;
text-align: center;
padding: 20px 0 10px 0;
font: 16px/20px 'Inter', sans-serif;
font-weight: 600;
}
.name-autor a {
  color: #15BBDE;
}
.imagen-opinion {
width: 100%;
align-items: flex-end;
display: flex;
margin: 0 auto;
background: linear-gradient(180deg, rgb(12, 25, 39) 50%, rgb(14, 41, 70) 50%);
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;

  }
.imagen-opinion img{
    border-radius: 50%;-webkit-border-radius: 50%;  -moz-border-radius: 50%;
	width: 55%;
margin: 0 auto;
border: 10px solid #0e2946;
}

/*-[SECIONES HOME]----------------------------------------------------------------------*/
.faja-secciones-m{
	border-top: 4px solid #000;
	width:100%;
	display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	background: #ffffff;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}

.faja-secciones{
	width:100%;
	display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	background: #ffffff;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}
.adentro-blanco {
  width: 1280px;
  padding: 50px 15px 15px 15px;
  margin: 0 auto;
border-left: 1px solid #e1e6e8;
border-right: 1px solid #e1e6e8;
  overflow: hidden;
  	display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}

.post-s-4 {
/*width: calc(75% - 15px);
width: -webkit-calc(75% - 15px);
width: -moz-calc(75% - 15px);*/
float: left;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-moz-flex-wrap: wrap;
display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
padding: 0 15px;
border-right: 1px solid #e1e6e8;
margin: 15px 15px 15px 0;
}
.n-ps75 {
width: 100%;
float: left;
border-bottom: 1px solid #e1e6e8;
padding: 0 0 15px 0;
margin: 0 0 15px 0;
}
.header-post-ps75 {
width: 50%;
float: left;
padding: 0 35px 0 0;
}

.imagen-home-ps75 {
width: 50%;
float: right;
position: relative;
}

.imagen-home-ps75 img {

}
.title-home-m.title {
  font: 30px/34px 'Le Jeune Text Bold', sans-serif;
  font-weight: normal;
  font-weight: 700;
  margin: 15px 0;
}
.title-home-i.title {
  font: 26px/32px 'Le Jeune Text Bold', sans-serif;
  font-weight: normal;
  font-weight: 700;
  /*margin: 15px 0;*/
}
.n-vs25 {
width: 25%;
float: left;
border-right: 1px solid #e1e6e8;
padding: 0px 15px 0 0;
}
.n-vs25:last-of-type {
border-left: 1px solid #e1e6e8;
border-right: 0px;

}

.post-2-h {
float: left;
width: 75%;
padding: 0 0 0 15px;
}
.n-hs50:last-of-type {
  border-bottom: 0px;
padding: 15px 0 0 0;

}
.n-hs50 {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e1e6e8;
  padding: 0 0 15px 0;
}
.n-os25 {
padding: 0;
width: calc(25% - 30px);
width: -webkit-calc(25% - 30px);
width: -moz-calc(25% - 30px);
float: left;
display: flex;
position: relative;
flex-wrap: wrap;
margin: 0 15px 15px 15px;
}
.n-os25.transp {background: #e81b2b;border-bottom: 1px solid #e81b2b;}
.n-os25.log {background: #d07b06;border-bottom: 1px solid #d07b06;}
.n-os25.ener {background: #20a364;border-bottom: 1px solid #20a364;}

.footer-os {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  width: 100%;
  -webkit-align-content: flex-end;
  align-content: flex-end;
  margin: 0;
  position: relative;
}
.comillas-s {
  right: 20px;
  width: auto;
  height: auto;
  position: absolute;
  top: 18px;
}
.comillas-s svg {
  width: 32px;
  height: 29px;
  float: right;
  fill: #fff;
}
.imagen-opinion {
  width: 100%;
  align-items: flex-end;
  display: flex;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.imagen-opinion.transp {background: linear-gradient(180deg, rgb(232, 27, 43) 50%, rgb(255, 255, 255) 50%);}
.imagen-opinion.log {background: linear-gradient(180deg, rgb(208, 123, 6) 50%, rgb(255, 255, 255) 50%);}
.imagen-opinion.ener {background: linear-gradient(180deg, rgb(32, 163, 100) 50%, rgb(255, 255, 255) 50%);}


.imagen-opinion.transp img, .imagen-opinion.log img, .imagen-opinion.ener img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 50%;
  margin: 0 auto;
  border: 0px solid #fff;
}
.name-autor  {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 20px 0;
  font: 16px/20px 'Inter', sans-serif;
    font-weight: normal;
  font-weight: 600;
}
.name-autor a:hover {color: #fff}

.name-autor.transp a {color: #e81b2b}
.name-autor.log a {color: #d07b06}
.name-autor.ener a {color: #20a364}

.name-autor.transp, .name-autor.log, .name-autor.ener {background: #fff;}
.name-autor.transp a:hover, .name-autor.log a:hover, .name-autor.ener a:hover {color: #000}

/*-[lo mas leido]----------------------------------------------------------------------*/
.los-top-6 {
  display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
  -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
padding: 0 30px 0 15px;
/*width: calc(75% - 15px);
width: -webkit-calc(75% - 15px);
width: -moz-calc(75% - 15px);*/
border-right: 1px solid #e1e6e8;
margin: 15px 15px 15px 0;
}
.top-6 {
  width: 33.3333%;
  float: left;
  padding: 15px;
  position: relative;
  border-bottom: 1px solid #e1e6e8;
   display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
  -webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-moz-flex-wrap: wrap;
}

.top-6:nth-child(3n) .title-home-visto {
  border-right: 0px;
}
.title-home-visto .numero {
color: #000000;
font: 50px/50px 'Le Jeune Text Bold', sans-serif;
position: absolute;
top: 18px;
left: 0px;
}
.title-home-visto {
	position: relative;
font: 18px/22px 'Inter', sans-serif;
font-weight: normal;
font-weight: 700;
  margin: 10px 0;
  padding: 0 20px 0 50px;
border-right: 1px solid #e1e6e8;
}
.top-6 .numero:after{
content: '1';
}
/*.top-5:nth-child(1) .numero:after{
content: '1';
}*/
.top-6:nth-child(2) .numero:after{
content: '2';
}
.top-6:nth-child(3) .numero:after{
content: '3';
}
.top-6:nth-child(4) .numero:after{
content: '4';
}
.top-6:nth-child(5) .numero:after{
content: '5';
}
.top-6:nth-child(6) .numero:after{
content: '6';
}
.top-6:nth-child(7) .numero:after{
content: '7';
}
.top-6:nth-child(8) .numero:after{
content: '8';
}
.top-6:nth-child(9) .numero:after{
content: '9';
}

/*-[REPOSITORIO]----------------------------------------------------------------------*/
.mas-repositorio{
	display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	width: 100%;
}
.n-ps75-r {
width: 50%;
float: left;
margin: 0 0 30px 0;
position: relative;
}
.header-post-ps75-r {
  width: 100%;
  float: left;
}

.imagen-home-ps75-r {
  width: 100%;
  float: right;
}

.imagen-home-ps75-r img {
  padding: 0;
}

.n-vs25-r {
width: 25%;
float: left;
position: relative;

margin: 0 0 30px 0;;
}
.n-vs25-r:nth-child(4n) {
border-right: 0px;

}
.autor-r span {
  font-weight: 400;
  color: #000;
}
.autor-r {
font-size: 12px;
line-height: 14px;
font-weight: 700;
margin: 0 0 2px 0;
color: #15BBDE;
text-transform: uppercase;
}

.n-vs25-b {
width: calc(100% - 30px); width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);
  float: left;
  margin: 0 15px 30px 15px;
  border-bottom: 1px solid #e1e6e8;
  padding: 0 0 25px 0;
}
.imagen-home-b {
  position: relative;
  float: left;
  width: 25%;
}
.header-post-b25 {
  float: left;
  width: 75%;
  padding: 0 25px;
}
/*-[banner]----------------------------------------------------------------------*/

.banner-h, .banner-cuadrados-gris, .banner-h-gris, .banner-rectangulo {font:0/0 a;}


.banner-rectangulo {
  padding: 0 15px;
  display: -webkit-box;
display: -moz-box;
display: -o-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.banner-rectangulo li {
  list-style-type: none;
  float: left;
  margin: 15px 0;
  min-width: 300px;
}
.banner-rectangulo li a {
  float: left;
}
.banner-rectangulo li a img {
  float: left;
}

.faja-banner-gris-2{
	background:#fff;
	width:100%;
	display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	border-top: 4px solid #000;
	/*padding: 0 0 30px 0;*/
	padding: 0;
} 
.faja-banner-gris{
	background:#fff;
	width:100%;
	display: flex;display: -webkit-flex;display: -moz-flex;display: -o-flex;display: -ms-flex;
	border-bottom: 4px solid #000;
	/*padding: 0 0 30px 0;*/
	padding: 0;
}
.banner-h {
  margin: 0 auto;
  width: auto;
    display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}
.banner-h li {
  list-style-type: none;
  float: left;
  margin: 15px 0;
}
.banner-h li a {
  float: left;
}
.banner-h li a img {
  float: left;
}
.banner-h-repo {
  width: 100%;
display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.banner-h-repo li {
  list-style-type: none;
  float: left;
  margin: 30px 0 0 0;
}
.banner-h-repo li a {
  float: left;
}
.banner-h-repo li a img {
  float: left;
}

.banner-h-interior {
  width: 100%;
display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.banner-h-interior li {
  list-style-type: none;
  float: left;
  margin: 0 0 30px 0;
}
.banner-h-interior li a {
  float: left;
}
.banner-h-interior li a img {
  float: left;
}

.banner-h-gris {
  margin: 0 auto;
  width: auto;
	max-width: 1280px;
}
.banner-h-gris li {
  list-style-type: none;
  float: left;
  margin: 30px 15px;
}
.banner-h-gris li a {
  float: left;
}
.banner-h-gris li a img {
  float: left;
}


.banner-cuadrados-gris {
  margin: 0 auto;
  width: auto;
}
.banner-cuadrados-gris li {
  list-style-type: none;
  float: left;
  margin: 30px;
}
.banner-cuadrados-gris li a {
  float: left;
}
.banner-cuadrados-gris li a img {
  float: left;
}
.banner-sidebar {
  margin: 0 auto;
  width: auto;
}
.banner-sidebar li {
  list-style-type: none;
  float: left;
  margin: 15px 0;
  min-width: 300px;
}
.banner-sidebar li a {
  float: left;
}
.banner-sidebar li a img {
  float: left;
}


/*-[mail chimp]----------------------------------------------------------------------*/
.campo-news {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.campo-news input, .campo-news select{
margin: 0 1.5%;
    border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 25px;
  font: 16px/18px 'Inter', sans-serif;
  width: 30%;
  background: #fff;
  border:none;
  position:relative;
  font-weight: 500;
}

.campo-news select {
  background: #ffffff url(./images/sejilla.png) no-repeat center right 30px;
}
.campo-news input[type="submit"]{
width: 15%;
background: #15BBDE;
color:#fff;
text-transform:uppercase;
font: 14px/16px 'Inter', sans-serif;
font-weight:700;
}

figure.wp-block-embed.is-type-video .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content {
    width: 100%;
    float: left;
}
.wp-block-embed.is-type-rich.is-provider-twitter.wp-block-embed-twitter .video-container {
    display: inline-block;
	padding: 0;
height: 100%;
	margin: 10px 0;
}
.responsive-container {
    display: -webkit-box;display: -moz-box;display: -o-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
	-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: center;justify-content: center;
	}
/*.responsive-container {
        position: relative;
        padding-bottom: 50.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 1em;
}
.responsive-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}*/
/*-[ULTIMO]----------------------------------------------------------------------*/


/*-[single post]----------------------------------------------------------------------*/
.autor-int {
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}
.autor-int img {
  width: 20%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
margin: 0 20px 0 0;
}




/*-[SINGLE PAGE]----------------------------------------------------------------------*/
.page-header {
  float: left;
width: 100%;
}
#page-interior {
	width:100%;
  border-bottom: 4px solid #000;
  float: left;
}
.adentro-header {
  width: 1280px;
padding: 30px 15px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
			-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;

}
.text-header {
  width: 100%;
  float: left;
    display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.title.single-title {
font: 42px/46px 'Le Jeune Text Bold', sans-serif;
  font-weight: normal;
font-weight: 700;
padding: 0 5%;
text-align: center;
width: 100%;

}
.bajada-interior {
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  margin: 20px 0;
  padding: 0 10%;
}
.imagen-header {
  width: 100%;
  padding: 0 15px;
}

.shared-button {
float: left;
width: 100%;
margin: 10px 0 30px 0;
}
.shared-button a {
background: #15BBDE;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
margin: 0 15px 0 0;
width: 36px;
height: 36px;
padding: 6px;
float: left;
}
.svg-redes {
display: block;
margin: 0 auto;
overflow: hidden;
position: relative;
width: 24px;
height: 24px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding: 2px;
}

.article {
width: 65%;
float: left;
padding: 40px 40px 15px 40px;
}
.banner-sidebar {
	width: 35%;
	/*background: -webkit-repeating-linear-gradient(45deg,rgba(255,255,255,.1),rgba(255,255,255,.1),rgba(255,255,255,.1),rgba(255,255,255,.1) 4px,rgba(0,0,0,.1) 6px);
background: repeating-linear-gradient(45deg,rgba(255,255,255,.1),rgba(255,255,255,.1),rgba(255,255,255,.1),rgba(255,255,255,.1) 4px,rgba(0,0,0,.1) 6px);*/
  float: right;
  padding: 15px;
  display: -webkit-box;display: -moz-box;display: -o-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
 	flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;

  -webkit-align-content: flex-start;align-content: flex-start;
  -webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
}

.post-single-content {
font-size: 20px;
line-height: 26px;
width: 100%;
float: left;
color: #0e2946;
}
.post-single-content p {
  padding: 0 5%;
}
.post-single-content p a{
	color:#15BBDE;
	text-decoration:underline;
}


.bloque-gris-repo {
  position: absolute;
  width: 70%;
  right: 0;
  top: 0;
  height: 250px;
  background: #f6f6f6;
}

figure.wp-block-embed.is-type-video .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /*16:9*/
}
figure.wp-block-embed.is-type-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*-[repositorio]----------------------------------------------------------------------*/

/*-[header]----------------------------------------------------------------------*/
.destopk-header {
	width: 1280px;
 /* width: 1340px;
  padding: 0 30px;*/
  margin: 0 auto;
}


#buscador {
float: right;
width: 270px;
height: 40px;
background: #343434;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
}

.footer-top #navigation ul {
    float: right;
}
.footer-top #navigation ul li {
    float: left;
    position: relative;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
	margin: 0;
padding: 0;
}
.footer-top #navigation ul li a{
    float: left;
}
.footer-top #navigation ul li::after {
    content: "·";
    float: right;
    margin: 0px 20px;
    color: #15BBDE;
    font-size: 18px;
	color: #000000
}


/*-[ home]--------------------*/


/*-[repositorios]--------------------*/



/*-[singles]--------------------*/












/*-[comentarios]--------------------*/
.comentarios{
float: left;
width: 100%;
margin: 0;
}


.comentarios-in{
position: relative;
margin: 0 auto;
	width: 1280px;
 /* width: 1340px;
padding: 45px 30px;*/
min-height: 100px;
float: none;
clear: both;
overflow: hidden;
padding:0 15px;
}

.total-comments {
font-size: 30px;
color: #15BBDE;
line-height: 32px;
text-align: left;
padding: 0 0 30px 0;
font-weight: 700;
}
.total-comments span {

}
.cnumber { color: #2DB2EB }
#comments {
    float: left;
    clear: both;
    width: 100%;
}
#commentsAdd {
margin-top: 0;
width: 100%;
float: left;
clear: both;
padding: 0 15px;
}
#commentsAdd h4{
font-size: 30px;
color: #15BBDE;
line-height: 32px;
text-align: left;
padding: 30px 0 15px 0;
font-weight: 700;
}
.comment-author.vcard {
width: 53px;
float: left;
position: absolute;
left: 0;
z-index: 1;
top: 21px;
border: 3px solid #fff;
border-radius: border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;

}
.datos {
padding: 30px 30px 30px 62px;
width: calc(100% - 22px);width: -webkit-calc(100% - 22px);width: -moz-calc(100% - 22px);
float: left;
background: #f6f6f6;
position: relative;
left: 20px;
top: 0;

}
#comments .avatar {
float: left;
width: 100%;
padding: 0;
border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
}
.comment time {
float: left;
color: #000;
font-size: 16px;
text-transform: uppercase;
line-height: 16px;
margin: 0 0 5px 0;
width: 100%;
}
.comn {
	font-size: 18px;
line-height: 22px;
    float: left;
    width: 100%;
    padding: 10px 0 0 0;

}
.comn p {
  margin: 0 0 15px 0;
}
.comn p br {

    margin: 0 0 7px 0;
    width: 100%;

}
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input#author, input#email, input#url {
    
    border: 1px solid 
#E0E0E0;
background:
#fff;
display: block;
float: left;
font-size: 18px;
line-height:20px;
padding: 20px;
}

input#author {
	width: 48.5%;
	margin: 0 3% 0 0;}
input#email{
	width: 48.5%;
	margin: 0 0px 0 0;}
input#author, input#email, input#url, #comment {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	-webkit-appearance: none;
-webkit-border-radius: 0;
font-family: 'Inter', sans-serif;
}
.contactform input[type="text"] { width: 380px }
#cancel-comment-reply-link {
    float: right;
    line-height: 24px;
    margin-top: 0;
}
#cancel-comment-reply-link {
    padding: 5px 20px;
    color: white;
    cursor: pointer;
    background: #222;
    margin-bottom: -25px;
    z-index: 1000;
    position: relative;
}
#commentform input#submit {
background-color: #15BBDE;
padding: 15px 30px;
color: #fff;
text-decoration: none;
margin: 0 auto;
cursor: pointer;
display: inline-block;
border: none;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
font-size: 16px;
line-height: 18px;
-webkit-appearance: none;
font-weight: 600;
font-family: 'Inter', sans-serif;
}
#commentform input#submit:hover {
    background: #000000;
    color: #fff;
}
ol.commentlist {

    margin-left: 0;
    overflow: hidden;

}
.commentlist li {
list-style: none;
margin: 0 0 30px;
float: left;
width: 100%;
position: relative;
border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;
}
.commentlist p {
    line-height: 21px;
}
.fn {
font-size: 16px;
text-transform: uppercase;
color:#15BBDE;
letter-spacing: 0.02em;
float: left;
line-height: 16px;
font-weight: 700;
}
.fn a {
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
}
.comment-meta {
    font-size: 12px;
    font-style: italic;
    border-top: 1px dashed #E0E0E0;
    margin: 5px 0 5px 94px;
}
.comment-meta a { color: #888 }
.reply {
    position: absolute;
    top: 0;
    right: 0;
	display: none;
}
.reply a {
    float: right;
    color: #999;
    font-size: 12px;
}
.commentlist .children::before {
    width: 20px;
    height: 25px;
    content: "";
    position: absolute;
    background: transparent;
    left: 50px;
    top: 25px;
    border-bottom: 3px solid #15BBDE;
    border-left: 3px solid #15BBDE;

}
.commentlist .children {
padding: 0 30px 0 80px;
margin-top: 0;
float: left;
width: 100%;
position: relative;
}
.commentlist .children li {
    margin-bottom: 30px;
    padding-bottom: 0;
}
.avatar { float: left }
#respond { 
    float: left;
    width: 100%; 
    margin-top: 15px;
}
#respond h3 {
    margin-top: 18px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
}
#respond #reply-title {
    margin: 0;
    padding: 0;
}
#respond h4 {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    float: left;
}
#respond h4 span {
    background: #fff;
    padding: 0 20px 0 0;
}
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
    font-size: 14px;
}
.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
    width: 100%;
border: 1px solid #E0E0E0;
background: #fff;
padding: 20px;
font-size: 18px;
line-height:20px;
	margin:0 0 30px 0;
	-webkit-appearance: none;
-webkit-border-radius: 0;
font-family: 'Inter', sans-serif;
}
#commentform p {
    margin: 30px 0;
    float: left;
    width: auto;
    clear: both;
	text-align: center;
}
#commentform p label {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}
.required {
    color: red;
    float: left;
    font-size: 18px;
    padding: 2px 5px 0 0;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes { display: none; }























#pie {
    position: fixed;
    bottom: 0;
    z-index: 1000;
	left: 50%;
	transform: translate(-50%,0);-webkit-transform: translate(-50%,0);-moz-transform: translate(-50%,0);-o-transform: translate(-50%,0);
}
#pie li {float:left;list-style-type: none;}
#pie li a{float:left;}
#pie li a img{float:left;}






-------------------------------------------------------------- */
/*-[ Framework ]--------------------*/
#page .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.alignnone { margin: 0 20px 20px 0 }
.alignright {
    float: right;
    margin: 0 0 20px 10px;
}
.alignleft {
    float: left;
    clear: left;
    margin: 0 10px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone { margin: 5px 20px 20px 0 }
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 0;
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption.alignleft { margin: 5px 20px 20px 0 }
.wp-caption.alignright { margin: 5px 0 20px 20px }
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*-[ Framework ]--------------------*/
body {
letter-spacing: 0.02em;
    color: #000000;
	font-size: 20px;
	line-height:24px;
	font-family:'Le Jeune Text', sans-serif;

}
::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}
::selection {
    background: #222;
    color: white;
    text-shadow: none;
}
#page, .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {

}
.post-single-content h2 {
font-size: 24px;
line-height: 28px;
    font-weight: 700;
    margin: 30px 0 20px 0;
    float: left;
    width: 100%;
	padding: 0 5%;
}
.post-single-content h3 {
    font-size: 24px;
	line-height:26px;
    font-weight: 700;
    margin: 30px 0 20px 0;
    float: left;
    width: 100%;
}
.sub-title {  }
p { margin-bottom: 15px }

a {
	color:#333333;
    text-decoration: none;
    -webkit-transition: background-color, color 0.2s linear;
    transition: background-color, color 0.2s linear;
}
a:hover { color: #000000 }
a:link, a:visited, a:active { text-decoration: none }
/*-[ Main container ]---------------*/
.wrapper {
background: #fff;
width: 100%;
max-width: 100%;
clear: both;
margin: 0 auto;
}
.main-container {

    clear: both;
    margin: 0 auto;
    max-width: 100%;
}
#page {
    max-width: 1000px;
    min-width: 240px;
    overflow: visible;
    padding: 0 2%;
}
#page {
    padding-top: 25px;
    min-height: 100px;
    float: none;
    clear: both;
    overflow: hidden;
    background: #fff;
}
/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
.main-header {
width: 100%;
margin: 0 auto;
position: relative;
border-bottom: 1px solid #e0e0e3;

}
#header {
    position: relative;
    width: 100%;
    display: -webkit-box;display: -moz-box;display: -o-box;display: -ms-flexbox;display: -webkit-flex;display: flex;
	-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;
	margin: 0;

}


/*-[ shrink ]-----------------*/

.logo-responsive.shrink #logo a svg path {
  fill: #fff;
}




.main-header.shrink {
position: fixed;
top: 0;
z-index: 5000;
border-bottom: 0px;
}

.main-header.shrink .arriba .fecha-dia{
	display:none;
	
	}


.main-header.shrink #header #logo a { 
float:left;
 }

.main-header.shrink #header h1 a, .main-header.shrink #header h2 a {
  width: 250px;
}


.logo-responsive.shrink {
top: 15px;
background: transparent;
width: auto;
}

#header h1, #header h2 {
margin: 0 auto;
padding-top: 20px;
/*line-height: 1;*/
display:-webkit-box;display:-moz-box;display:-o-box;display:-ms-flexbox;display:-webkit-flex;display:flex;
	flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;
}





#header h1 a, #header h2 a {
color:#ffffff;
width:480px;
margin: 0 auto;
}
#header h1 a img, #header h2 a img {
width: auto;

float: left;

}
#logo a { 
float:left;
/*width: 300px;*/
margin: 0; }
.widget-header {
    float: right;
    margin: 0!important;
}
#logo a svg path {
  float:left;
  fill: #020202;
}
.arriba {
	display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
width: 100%;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
align-items: center;
  float: right;
  margin: 0 0 100px 0;
  height: 40px;
  background: #000;
}
.arriba-in {
  width: 1218px;
  margin: 0 auto;
  position: relative;
}
.fecha-dia {
	font-family: Inter;
  color: #b9b9b9;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
  z-index: 50;
  text-transform: uppercase;
}
.abajo {
height: 40px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
  padding: 0 0 15px 0;
}

.main-header.shrink .abajo{display:none;}







/*-[ Navigation ]-----------------*/
/*-[ menu responsivo]--------------------*/
.hamburguesa {
    display: none;
}

.overlay-menu {
    display: table;
    width: 100%;
}

#overlay {
    float: left;
	width: 100%;
}
.logo-responsive {
position: absolute;
z-index: 7000;
padding: 0;
background: #ffffff;
margin: 0;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
top: 50%;
left: 50%;
width: 100%;


}

.overlay-menu {
display: block;
float: right;

}
.overlay-menu #menu-main-navigation { padding-left: 10px }
.overlay-menu #navigation ul ul { border-bottom: none }
.overlay-menu #navigation ul ul::after { border-color: transparent transparent rgba(238, 238, 238, 0.92) }
.overlay-menu #navigation {
margin: 0;

    float: left;
    border-top: 0;
}



.overlay-menu #navigation ul li ul::before {
content: "";
position: absolute;
width: 0;
height: 0;
border-right: 8px solid transparent;
border-top: 4px solid transparent;
border-left: 8px solid transparent;
border-bottom: 8px solid #3e5469;
right: 46px;
top: -12px;
z-index: 500000;
}
.overlay-menu #navigation ul li ul::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-right: 8px solid transparent;
border-top: 4px solid transparent;
border-left: 8px solid transparent;
border-bottom: 8px solid #0e2946;
right: 46px;
top: -10px;
z-index: 500000;
}
.overlay-menu #navigation ul li ul {
border-bottom: 1px solid #3e5469;
width: 306px;
top: 14px;
position: absolute;
padding: 0;
z-index: 400;
right: -1px;
background: #0e2946;
border-left: 1px solid #3e5469;
border-right: 1px solid #3e5469;
}

#navigation ul li ul li a, .overlay-menu #navigation ul li ul li ul li a  {

border-bottom: 1px solid #3e5469;
text-align: right;
}

#navigation ul li ul li:last-child a, #navigation ul li ul li ul li:last-child a  {
border-bottom: 0px solid #e3e3e3;
}

.overlay-menu li a {
padding: 0px 15px;
font: 12px/12px 'Inter', sans-serif;
color: #000;
text-decoration: none;
letter-spacing: 0.03em;
text-transform: uppercase;

}
.overlay-menu li ul li a { margin-left: 0 }
.overlay-menu .children { width: 100% }
.overlay-menu .children li .sf-sub-indicator, .secondary-navigation .children li .sf-sub-indicator { display: none }
.secondary-navigation {
    float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
    	-webkit-box-align: center;-webkit-flex-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;
height: 40px;
margin: 0 0 0 15px;
}
.secondary-navigation ul li {
	float:left;line-height: 76px;}
	.secondary-navigation li a {
    color: #15BBDE;
}

.secondary-navigation ul li a {
    color: #fff;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 15px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
	color: #15BBDE;
}
.secondary-navigation a:hover {
	
}
.secondary-navigation a .sub {
    font-size: 11px;
    font-weight: normal;
    font-family: arial;
    color: #9B9B9B;
}
.secondary-navigation #navigation ul li li a { color: #15BBDE }
.secondary-navigation #navigation ul li li a:hover { color: #fff }
.sf-js-enabled li a.sf-with-ul { padding-right: 75px }
.sf-js-enabled li  ul.sf-with-ul { padding-right: 20px }
.overlay-menu #navigation .sf-sub-indicator {  }
/*#navigation .sf-sub-indicator {
display: block;
width: 10px;
overflow: hidden;
position: absolute;
right: 6px;
top: 38px;
background: url(./images/sejilla.png) no-repeat center center;
height: 7px;
text-indent: -9999px;
}*/
#navigation .sf-sub-indicator {
overflow: hidden;
text-indent: -9999px;
position: absolute;
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 5px solid #a3aab2;
top: 11px;
right: 50px;
}
#navigation {

    float: left;

}
#navigation select { display: none }
#navigation ul { float: left; margin: 0; }
.secondary-navigation #navigation ul li {
cursor: pointer;
float: left;
position: relative;
margin: 0;
border-left: 1px solid #3e5469;
}
#navigation ul li {
cursor: pointer;
float: left;
position: relative;
margin: 0;
border-left: 1px solid #cacaca;
}
#navigation ul .header-search { float: right }
#navigation > ul > li:first-child { border-left: none }
#navigation ul li a, #navigation ul li a:link, .secondary-navigation #navigation ul li a:visited {
    overflow: hidden;
    display: block;
}
#navigation > ul > .current a {
    background: transparent;
    color: #5a5a5a !important;
}

.secondary-navigation #navigation > ul > li:first-child { border-left: 1px solid #4e4d56; }




.overlay-menu #navigation ul li ul li {
    border: none;
	margin:0;
}

.overlay-menu #navigation ul li ul li:last-child {
    padding:0 0 20px 0;
}
.overlay-menu #navigation ul li ul li:first-child {
    padding:20px 0 0 0;
}
#navigation ul li ul li .sf-sub-indicator{top: 24px;}


.overlay-menu #navigation ul li a:hover{color:#15bbde}

.overlay-menu .secondary-navigation #navigation ul li a:hover{color:#fff}
.overlay-menu #navigation ul li ul li ul {
	background: #fff url(./images/sejilla-2.png) no-repeat left 0px top 50px;
padding: 0px;
z-index: 5000;
margin: -72px 0 0 32px;

}

.overlay-menu #navigation ul li ul li ul::before {
    content: "";
    position: absolute;
    top: 40px;
    background: transparent url(./images/sejilla-2.png) no-repeat right 0px top 0px;
    width: 18px;
    height: 18px;
    left: -18px;
    z-index: 500000;
}



.overlay-menu #navigation ul li ul li ul li{
	width:100%;	
	padding:0;
	 background: #fff;
	margin:0;
}
.overlay-menu #navigation ul li ul li ul li:first-child{
	padding:20px 0px 0px 0px;

}
.overlay-menu #navigation ul li ul li ul li:last-child{
	padding:0px 0px 20px 0px;

}






#navigation ul ul li { padding: 0 }
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {
padding: 20px 10px;
position: relative;
width: 240px;
border-left: 0;
background: transparent;
border-right: 0;
margin: 0 30px;
}
#navigation ul ul li:first-child a { }
#navigation ul ul li:last-child a { border-bottom: none }
#navigation ul ul {
    opacity: 0;
    left: -999em;
}
#navigation ul li:hover ul {
    left: auto;
    opacity: 1;
}
#navigation ul ul ul { top: 0 }
#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li:hover ul ul ul ul {
    left: -999em;
    opacity: 0;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li li li li:hover ul {
    opacity: 1;
    left: 270px;
}

/*-[ Content ]--------------------*/

#content {
    overflow: hidden;
}
#content_box {
    float: left;
    width: 100%;
}
.post {
    float: left;
    width: 100%;
}
.home-section-1, .home-section-2 { clear: both }
.frontTitle {
    font-size: 18px;
    color: #40a8ff;
    text-transform: uppercase;
    border-width: 1px 0;
    border-style: dashed;
    border-color: #ddd;
    margin: 0 0 25px;
    padding: 7px 0;
}
.frontPost {
    width: 30%;
    float: left;
    margin: 0 5% 30px 0;
    min-height: 363px;
    position: relative;
}
.front-view-title {
    font-size: 18px;
    line-height: 22px;
    color: #222;
}
.frontPostFull {
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.frontImgBox {
    float: left;
    margin: 4px 3% 0 0;
    width: 20%;
}
.single_post {
    background-color: #fff;
    width: 100%;
}
.single_page { background-color: white }

#featured-thumbnail-single {

    float: left;
}
.front-view-content {
    margin-bottom: 45px;
    overflow: hidden;
    position: relative;
    max-height: 110px;
}
.front-view-content-bottom {
    padding: 0 0 10px;
    margin-bottom: 0px !important;
    max-height: 100%;
}
.post-content {
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.archive .post-content {
    padding-bottom: 50px;
    position: relative;
}

.ss-full-width {
    background: white;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 0;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.post.excerpt {
clear: both;
overflow: hidden;
position: relative;
width: 100%;
padding: 30px 15px;
text-align: center;
}
.wp-post-image { float: left; max-width: 100%; width: 100%;}
.featured-thumbnail {
    float: left;
    max-width: 100%;
}
#featured-thumbnail {
    float: left;
	position: relative;
    width: 100%;
}
#featured-thumbnail img, #featured-thumbnail-single img { width: 100%; }
.featured-thumbnail img {
    margin-bottom: 0;
    width: 100%;
}
.archive #featured-thumbnail { }
#featured-thumbnail-small {
    float: left;
    margin-bottom: 15px;
    max-width: 125px;
}
#featured-thumbnail-small img {
    margin-bottom: 0;
    width: 100%;
}


.archive-title { line-height: 24px }
.page h1.title {
    margin-bottom: 20px;
    padding-top: 0;
}
.post-info {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
    width: 100%;
}
.post-info time { color: #40a8ff }
.single-post-info {
    border-bottom: 1px dashed #ddd;
    padding: 0 0 10px;
}
.home article header, .archive article header { margin-bottom: 5px }
article header {
    margin-bottom: 15px;
    width: 100%;
}
.post-info a { color: #40a8ff }
.article img.left, .article img.alignleft, .wp-caption.alignleft {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.article img.right, .article img.alignright, .wp-caption.alignright {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.article img.center, .article img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 0.5em auto;
    display: block;
}
.article img.aligncenter, .article img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
}
.article ul {
    margin: 1em 0 1.571em 1.571em;
    list-style-type: circle;
}
.article ul li {
    margin: 0 0 10px 0;
}
.article ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
}
/*-[ Tab widget ]------------------------------*/
#tabber {
    display: block;
    height: auto;
    margin: 0px 0px 25px 0px;
    overflow: hidden;
    max-width: 330px;
    background-color: #FFF;
}
#tabber .inside {
    background: #f1f1f1;
    padding: 5px 15px 25px;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
}
#tabber ul.tabs {
    overflow: hidden;
    text-align: center;
    height: 39px;
}
#tabber ul.tabs li {
    background: none;
    float: left;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    border-bottom: none;
    width: 50%;
    text-align: center;
}
#tabber ul.tabs li a {
    background: #fbfbfb;
    border-bottom: 1px solid #e5ecf1;
    color: #999;
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    padding: 2px 0 2px 0;
    line-height: 34px;
    text-transform: uppercase;
    width: 100%;
}
#tabber ul.tabs li a.selected {
    background: #f1f1f1;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 0;
    color: #444;
    text-decoration: none;
    line-height: 38px;
    line-height: 34px;
    text-align: center;
    width: 98%;
}
#tabber ul.tabs li.tab-recent-posts a {
    margin: 0;
    border-left: 0;
    text-align: center;
}
#tabber ul.tabs li.tab-recent-posts a.selected {
    background: #f1f1f1;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    padding: 2px 0 2px 0;
    width: 99%;
    line-height: 34px;
    text-align: center;
}
#tabber ul.tabs li a:hover {
    color: #000;
    text-decoration: none;
}
#tabber .inside li {
    list-style: none;
    padding: 15px 0 0 0;
}
#tabber .inside li a { line-height: 18px }
#tabber .inside li div.info {
    display: table;
    top: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
#tabber .inside li div.info .entry-title {
    font-size: 14px;
    margin-bottom: 3px;
    color: #555;
    font-weight: 400;
}
#tabber .inside li div.info p { color: #919191 }
#tabber .inside li .meta {
    display: block;
    font-size: 12px;
    color: #999;
}
#tabber .inside li .meta time { color: #40a8ff }
#tabber .tab-thumb {
    border: 1px solid #f0f0f0;
    padding: 4px;
    background: #fff;
    float: left;
    display: inline;
    margin: 0px 12px 0px 0px;
}
.post-number {
    position: relative;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    font-weight: bold;
    color: #fff;
    bottom: 22px;
    background: #2DB2EB;
}
#tabber .inside .tabsSep {
    margin-top: 7px;
    width: 100%;
    height: 1px;
    background-color: #e8e5de;
    clear: both;
    float: left;
}
/*-[ Tweets Widget ]---------------------------*/
.tweets li { margin-bottom: 15px!important }
.twitter-follow {
    background: url(images/small_twitter.png) no-repeat center left;
    padding: 5px 0 5px 20px;
    float: left;
    margin-left: 15px;
}
/*-[ Form Input ]------------------*/
input, textarea, select {
padding: 20px;
font: 18px/14px 'Inter', sans-serif;
color: #000;
width: 100%;
border: 1px solid #d9d9d9;
margin: 20px 0 0 0;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
box-sizing: border-box;
}
.wpcf7-form-control.wpcf7-submit {
    width: auto;
    border: 0px;
    background: #15BBDE;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 18px;
}
textarea {
    overflow: auto;
    resize: vertical;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	background-color: #fff;
   background-image: url(./images/sejilla.png);
background-repeat: no-repeat;
background-position: center right 30px;
-webkit-appearance: none;
-webkit-border-radius: 0;
border-radius: 0;
box-sizing: border-box;
padding: 25px 20px;
}
input:focus, textarea:focus { }
::-webkit-input-placeholder { color: #585F65 }
::-moz-input-placeholder { color: #585F65 }
::-ie-input-placeholder { color: #585F65 }
::-o-input-placeholder { color: #585F65 }
::input-placeholder { color: #585F65 }
/*-[ Tables ]--------------------*/
table {
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
    border: 2px solid #F1F4F6;
}
thead {
    background: #F7F8F9;
    font-size: 14px;
    color: #585F65;
}
table th, table td {
    padding: 7px 15px;
    text-align: left;
}
thead th { padding: 14px }
tbody th {
    font-weight: normal;
    border-bottom: 1px solid #F5F7F9;
}
/*-[ Gutenberg Editor ]--------------------*/
/*Table*/
table.wp-block-table {
    border: 0;
    overflow-x: auto;
    display: block;
    margin-bottom: 1.5em;
}
table.wp-block-table th, table.wp-block-table td { border: 2px solid #d8d8d8 }
.wp-block-table tbody {
    width: 100%;
    min-width: 240px;
}
/*Cover Image*/
.wp-block-cover-image.aligncenter {
    display: -webkit-box!important;
    display: flex!important;
    margin: 0 0 1.5em;
}
.wp-block-cover-image.alignleft { margin-right: 20px }
.wp-block-cover-image.alignright { margin-left: 20px }
.wp-block-columns { clear: both }
.wp-block-image img { height: auto }
/*PullQuotes*/
body .wp-block-pullquote {
    width: 100%;
    margin: 0;
    padding: 3em 25px;
    box-sizing: border-box;
}
body .wp-block-pullquote.alignleft {
    margin-right: 0;
    text-align: left;
    max-width: 100%;
}
body .wp-block-pullquote.alignright {
    margin-left: 0;
    max-width: 100%;
    text-align: right;
}
body .wp-block-pullquote > p { font-size: 20px }
/*Gallery*/
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { box-sizing: border-box }
.wp-block-gallery.aligncenter {
    display: -webkit-box;
    display: flex;
    margin: 0 -8px 1.5em;
}
.wp-block-gallery.alignleft { margin: 0 20px 1.5em -8px }
.wp-block-gallery.alignright { margin: 0 -8px 1.5em 20px }
.wp-block-image.is-resized {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.wp-block-image.is-resized img { max-width: 100% }
.ss-full-width .wp-block-image.is-resized {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: -ms-inline-grid;
    -ms-grid-columns: min-content;
}
.ss-full-width .wp-block-image.is-resized img { max-width: none }
/*Button*/
.wp-block-button { margin-bottom: 1.5em!important }
.wp-block-button.alignleft { margin: 0 15px 0 0 }
.wp-block-button.alignright { margin: 0 0 0 15px }
.wp-block-button.aligncenter { margin: 0 }
/*Comments*/
.wp-block-latest-comments.aligncenter { text-align: center }
.wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt, .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-meta { margin-left: 0!important }
.wp-block-latest-comments.aligncenter .wp-block-latest-comments .avatar, .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
    float: none;
    margin-right: 0;
    display: inline-block;
}
body .wp-block-latest-comments__comment-excerpt p, body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, body .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta, body .wp-block-latest-comments__comment-date { font-size: 14px }
.wp-block-latest-comments__comment-date {
    color: inherit;
    padding-top: 10px;
}
/*Archive*/
.wp-block-archives.alignleft { margin-right: 20px }
.wp-block-archives.alignright { margin-left: 2.5em }
/*LatestPosts*/
.wp-block-latest-posts { clear: both }
.wp-block-image figcaption {
	font-family: 'Inter', sans-serif;
line-height: 18px;
margin: 20px 5% !important;
font-size: 14px;
clear: both;
position: relative;
padding: 0 0 0 20px;}
.wp-block-image figcaption::after {
content: "";
position: absolute;
top: 0;
width: 2px;
height: 40px;
background: #15BBDE;
left: 0;
}
/*Archive && Categories*/
.wp-block-archives, .wp-block-categories { margin: 1.5em 0 1.571em 2.5em }
.wp-block-categories.alignleft, .wp-block-archives.alignleft { margin-right: 2em }
.wp-block-categories li, .wp-block-archives li { margin-bottom: 5px }
/*-[ Line ]---------------------*/
hr {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 300px;
    margin: 35px auto;
    clear: both;
    position: relative;
}
/*-[ Search Form ]------------------*/
/*-[ Search Form ]------------------*/
#searchform {
float: left;
clear: both;
width: 100%;
padding: 0;
}

#searchform fieldset { float: left; width: 100%; }
.sbutton {
    padding: 8px 12px 10px 12px;
    border: 1px solid #e8e5de!important;
}
#s {
width: calc(92% - 25px);
width: -webkit-calc(92% - 25px);
width: -moz-calc(92% - 25px);
border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: 0px;
margin: 0;
text-indent: 0;
float: left;
font-family: 'Inter', sans-serif;
text-transform: uppercase;
letter-spacing: 0.04em;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 4px 0px 4px 15px;
color: #c1c5ca;
font-size: 12px;
line-height: 12px;
background: transparent;
}
#search-image {
margin: 0;
width: 16%;
float: left;
font-family: 'Inter', sans-serif;
font-weight: 700;
background: url(./images/lupa.svg) no-repeat center center;
padding: 4px 16px;
cursor: pointer;
-webkit-transition: all 0.25s linear;
-moz-transition: all 0.25s linear;
transition: all 0.25s linear;
text-transform: uppercase;
-webkit-appearance: none;
border: 0;
text-indent: -9999px;
border-left: 1px solid #000;
}
input#search-image:hover {

}


.footer-widgets fieldset, #sidebars fieldset { width: 100% }
.sbutton {
    float: right;
    background-color: #f9f7f2;
    text-align: center;
}
.sidebar .plink {
    color: #555;
    display: block;
}
.sidebar .plink:hover { color: #222 }


.rank-math-breadcrumb p { margin-bottom: 0 }
/*-[ Read More ]-------------------*/
.read-more {
    margin: 0 0 0 10px;
    line-height: 1.4em;
    background: none;
    padding: 0;
    font-size: 16px;
}
/*-[ Top Ad in Post ]-------------------------------------*/
.topad {
    margin-bottom: 10px;
    clear: both;
}
/*-[ Bottom Ad in post ]-----------*/
.bottomad {
    float: left;
    clear: both;
    margin-bottom: 15px;
}
/*-[ Sidebar ]---------------------*/
#sidebars p { line-height: 20px }
.sidebar.c-4-12 {
    float: right;
    width: 31.3%;
    line-height: 20px;
}
.sidebar.c-4-12 a { color: #555 }
.widget {
    margin-bottom: 27px;
    overflow: hidden;
}
.widget .title {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}
.widget li {
list-style-type: none;
margin-bottom: 5px;
}

.sidebar .widget h3 {
    background: url(images/side-head.png) no-repeat left center;
    font-size: 17px;
    line-height: 14px;
    text-transform: uppercase;
    color: #333;
    padding: 0 0 0 25px;
}
.advanced-recent-posts li, .popular-posts li, .category-posts li {
    list-style: none!important;
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color: #aaa;
    padding-left: 0;
    background: none;
    margin-bottom: 10px;
}
.advanced-recent-posts p, .popular-posts p, .category-posts p { margin: 0 }
.popular-posts time { font-size: 12px }
.category-posts a, .advanced-recent-posts a {
    color: #555;
    display: block;
}
.category-posts a:hover, .advanced-recent-posts a:hover { color: #222 }
/*-[ Social Buttons ]--------------------------*/
.share-item.facebookbtn, .share-item.linkedinbtn, .share-item.stumblebtn { width: 92px }
.shareit {
    padding: 12px 10px 7px 10px;
    overflow: hidden;
    clear: both;
    background-color: #f2f2f2;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.shareit .share-item {
    display: block;
    margin: 0;
    float: left;
    height: 25px;
}
/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons { overflow: hidden; float:right }

.widget-header .social-profile-icons ul{
	float: left;
border-right:1px solid #eeeeee;
}
.social-profile-icons ul li {
background: none;
border-left:1px solid #eeeeee;
float: left;
list-style-type: none;
margin: 0;
padding: 16px;
text-indent: -999em;
}
.social-profile-icons ul li a {
    display: block;
    padding: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.social-profile-icons ul li a:hover { opacity: 0.7 }
.social-dribbble a { background: url(images/social-dribbble.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-email a { background: url(images/social-mail.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-facebook a { background: url(images/icon-fb.svg) no-repeat center center; width: 44px;height: 44px !important;  }
.social-gplus a { background: url(images/social-googleplus.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-linkedin a { background: url(images/social-linkedin.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-pinterest a { background: url(images/social-pinterest.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-rss a { background: url(images/social-rss.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-stumbleupon a { background: url(images/social-stumbleupon.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-twitter a { background: url(images/icon-tw.svg) no-repeat center center; width: 44px;height: 44px !important; }
.social-youtube a { background: url(images/icon-yt.svg) no-repeat center center; width: 44px;height: 44px !important; }
.social-flickr a { background: url(images/social-flickr.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-instagram a { background: url(images/icon-ig.svg) no-repeat center center; width: 44px;height: 44px !important; }
.social-lastfm a { background: url(images/social-lastfm.png) no-repeat center center; width: 44px;height: 44px !important; }
.social-tumblr a { background: url(images/social-tumblr.png) no-repeat center center; width: 44px;height: 44px !important;  }
.social-vimeo a { background: url(images/social-vimeo.png) no-repeat center center; width: 44px;height: 44px !important; }
/*-[ Footer ]-------------------*/
body > footer {
	overflow:hidden;
    width: 100%;
}
body > footer .footeText {
    width: 960px;
    margin: 22px auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
body > footer .footeText a {
    color: #fff;
    border-bottom: 2px solid #ee3f02;
}
body > footer .widget { padding: 0 }
body > footer .sidebar .widget .title {
    font-size: 135%;
    color: #D4D8DB;
}
footer .widget { margin-bottom: 0px;color: #fff; }
footer .widget li a { color: #fff }
footer .widget li a:hover { color: #15BBDE }
footer .widget li {
padding: 0px;
border: 0px;
}
footer {
    background: #000000;
    position: relative;
    overflow: hidden;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
line-height: 22px;
letter-spacing: 0.02em;
}
footer .container {
    background-color: transparent;
    padding: 0;
}
footer p { color: #000000}
footer .textwidget p a{ color: #000000;
text-decoration:underline}
footer .textwidget p a:hover{ color: #15BBDE;
text-decoration:underline}
.footer-widgets {
    width: 100%;
margin: 0 auto;
padding: 0;
clear: both;
max-width: 100%;
overflow: hidden;
}
.footer-top #navigation {
margin: 0 auto;
text-align: center;
}
.footer-top #navigation ul li::after {
    color: #000000;
}

.f-widget-1-4 {
	width: 1280px;
 /* width: 1340px;
  padding: 0 30px;*/
  margin: 0 auto;
  overflow:hidden;
}
.f-widget-1-4 .widget-in{
float: left;
width: 100%;
margin: 40px 0;
}


.f-widget.f-widget-5 {
width: 1280px;
margin: 0 auto;
float: none;
padding: 0;

border: 1px solid #3e5469;
border-image: linear-gradient(to top, rgba(108,219,141,0) 50%,rgb(62, 84, 105) 50%,rgb(62, 84, 105) 100%,rgba(108,219,141,0) 100%);
    border-image-slice: 1;
	border-top:0;

}
footer .widget img {
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.f-widget-1 .widget a {
  float: none;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
}
footer .widget a {
  margin: 0 auto;
  float: left;
}
.f-widget.f-widget-1 {
  margin: 30px 0 0 0;
}
.f-widget.f-widget-2 {
  margin: 30px 0;
}
.f-widget-2 .widget ul {
  margin: 0 auto;
  text-align: center;
  display: table;
}
.f-widget-2 .widget ul li {
font-size: 12px;
line-height: 10px;
float: left;
text-align: center;
text-transform: uppercase;
margin: 0 15px 0 0;
padding: 0 15px 0 0;
border-right: 1px solid #15bbdf;
letter-spacing: 0.06em;
}
.f-widget-2 .widget ul li a {
	color:#15bbdf;
	
}
.f-widget-2 .widget ul li:last-child {
border-right: 0px;
margin:0;
padding:0;
}
.f-widget-2 .widget ul li a:hover {
	color:#fff;
	}
.f-widget {
float: left;
position: relative;
width: 100%;
margin: 0;
text-align: left;
padding: 0;
}
.f-widget.f-widget-3 {
  text-align: center;
  font-size: 14px;
line-height: 18px;
}
.f-widget.f-widget-4 {
  border-right: 0;
}
.f-widget.f-widget-3 a {
  width: 100%;
  color: #15bbde;
}
.f-widget.f-widget-3 a:hover {
  color: #fff;
}
.textwidget a { 
color: #fff;
text-decoration:underline;
margin:0 0 5px 0;
float: left;
clear:both;
}
.textwidget a:hover { 
color: #15BBDE !important;
}


.wp-block-social-links::before {
width: calc(50% - 90px);
width: -webkit-calccalc(50% - 90px);
width: -moz-calccalc(50% - 90px);
height: 1px;
background: rgba(255, 255, 255, 0.2);
content: "";
position: absolute;
top: 50%;
transform: translate(0,-50%);
right: 0;
}
.wp-block-social-links::after {
width: calc(50% - 90px);
width: -webkit-calccalc(50% - 90px);
width: -moz-calccalc(50% - 90px);
height: 1px;
background: rgba(255, 255, 255, 0.2);
content: "";
position: absolute;
top: 50%;
transform: translate(0,-50%);

  left: 0;
}
.wp-block-social-links {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.wp-block-social-links .wp-social-link a {
  padding: 0px !important;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
margin: 8px 0px !important;
z-index: 10;
}


.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube, .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
background-color: #000 !important;
color: #000 !important;
height: 34px;
width: 34px;

}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: #fff !important;
fill: #15bbde !important;
font-size: 34px;
}





.redes-top {
float: left;

}

.redes-top .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook, .redes-top .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram, .redes-top .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter, .redes-top  .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube, .redes-top .wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #000000 !important;
color: #15BBDE !important;
  height: 40px;
  width: 22px;

}
.redes-top .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .redes-top .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .redes-top .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .redes-top .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .redes-top .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: #fff !important;
fill: #15BBDE !important;
  font-size: 20px;
}

.redes-top .wp-block-social-links .wp-social-link a {
  padding: 10px 0px !important;
}
.redes-top .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
  margin: 0px !important;
  z-index: 10;
}
.redes-top .wp-block-social-links::before {
display: none;
}
.redes-top .wp-block-social-links::after {
display: none;
}


.menu-productos {
    float: left;
    width: 100%;
    margin: 30px 0 50px 0;
}
.menu-productos li  {
	font-size: 14px;
	line-height:14px;
    float: left;
	font-weight: 600;
	text-transform:uppercase;
}

#copyright-note .menu-productos li a {
	font-weight: 600;
}
.menu-productos li::after, .secondary-navigation li::after {
    content: "·";
    float: right;
    margin: 0px 20px;
    font-size: 18px;
}
.menu-productos li:last-child::after, #navigation > ul > li:last-child::after, .secondary-navigation li:last-child::after{
	display:none;
}
.pie {
    display: table;
    width: 100%;
}
.copyrights {
float: left;
width: 100%;
clear: both;
padding: 5px 30px 34px 30px;
color: #ffffff;
}
#copyright-note {
	width: 1000px;
 /* width: 1340px;
 padding: 0 30px;*/
margin: 0 auto;
clear: both;
max-width: 100%;
overflow: hidden;
}
#copyright-note span {
font-size: 12px;
letter-spacing: 0.02em;
line-height: 16px;
font-weight: 600;
}
#copyright-note .copy {
line-height: 50px;
}
#copyright-note span {
font-size: 12px;
letter-spacing: 0.02em;
line-height: 32px;
}
#copyright-note a { color: #fff; }
#copyright-note a:hover { opacity: 0.8; }
#copyright-note .top a {
background: #444;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
width: 50px;
height: 50px;
cursor:pointer;
fill: #fff;
}
.toplink {
    padding: 16px 18px;
    float: left;
}
.fs a {
  float: right;
  margin: 0 0 0 10px;
  width: 25px;
  height: 31px;
}
#copyright-note a img {
    text-align: center;
    float: left;
	width: 25px;
height: 31px !important;
}

.footer-top {
  display: flex;
display: -webkit-flex;
display: -moz-flex;
display: -o-flex;
display: -ms-flex;
width: 100%;
margin: 50px auto 40px auto;
border-bottom: 1px solid #e8e8e8;
padding: 0 0 35px 0;

}


.logo-footer img{

}
#copyright-note .top a img {
    width: 16px;
    height: 16px !important;
}
.fs {
float: right;
margin: 8px 20px;
width: auto;
}
.fs a{float: right;fill: #626262;
margin: 0 0 0 10px;}
#copyright-note .top a:hover { color: #fff !important }
#sidebars .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 10px;
}
.postsby { 
width: 100%;
font-family: 'Inter', sans-serif;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 0.02em;
margin: 0px 0 34px 0;
padding: 0;
color: #15BBDE;
}
.no-results {
    font-size: 18px;
    line-height: 24px;
}
.postsby span {
	float: left;
    font-weight: 700;

}
.seperator-1 {
  float: left;
  margin: 0 10px;
}

/*-[ Related Posts ]---------------------------*/
.related-posts {
    background-color: #FFF;
    margin-top: 30px;
    clear: both;
    float: left;
}
.postauthor p { padding-top: 0px }
.related-posts ul {
    margin-left: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-top: 0;
}
.related-posts h5 {
    line-height: 20px;
    padding-left: 80px;
    color: #919191;
    text-transform: uppercase;
    font-size: 13px;
}
.related-posts h3 {
    font-size: 18px;
    background: url(images/heading.png) repeat-x left center;
    margin: 0;
    color: #222;
}
.related-posts h3 span {
    background: #fff;
    padding: 0 20px 0 0;
}
.relatedthumb img {
    width: 65px;
    height: 65px;
    margin-top: 5px;
    margin-bottom: 0;
}
.postauthor-top { margin-bottom: 20px }
.related-posts li {
    width: 44%;
    border: 1px solid #E4E4E4;
    float: left;
    list-style: none;
    margin-right: 4%;
    margin-bottom: 20px;
    padding: 10px;
    min-height: 75px;
    box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.14);
    margin-left: 3px;
    margin-top: 3px;
}
.related-posts a {
    color: #555;
    font-weight: 400;
}
.rthumb {
    float: left;
    margin-right: 10px;
}
.related-posts .last { margin-right: 0 }

.tags::before {

width: 2px;
content: "";
height: 80px;
background: #15BBDE;
position: absolute;
bottom: 0;
left: 0px;
	}
.tagtext {
width: 100%;
float: left;
color: #15BBDE;
margin: 60px 0 5px 0;
font-weight: 500;
position: relative;
font-size: 18px;
}
.tags {
margin: 0 10% 20px 10%;
float: left;
font-family: 'Inter', sans-serif;
position: relative;
padding: 0 0 0 20px;
font-weight: 300;
width: 80%;

}
.tags a { 
font-size: 18px;
font-weight: 300;
color: #6e6e6e;

line-height: 20px;
text-decoration: underline;
}
.tags a:hover { color:#15BBDE; }
.postauthor {
    margin: 10px 0;
    padding: 0;
    min-height: 125px;
    background-color: #fff;
    float: left;
    clear: both;
    width: 100%;
}
.postauthor-inner {
    border: 1px solid #E4E4E4;
    overflow: hidden;
    padding: 10px;
}
.postauthor h4 {
    background: url(images/heading.png) repeat-x left center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
}
.postauthor h4 span {
    background: #fff;
    padding: 0 20px 0 0;
}
.postauthor h5 {
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1.6;
}
.postauthor img {
    float: left;
    margin: 5px 25px 15px 0;
}
.postauthor h4 a { color: #473636 }
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 }
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    font-size: 14px!important;
    padding: 2px 10px;
    border-top: 1px solid #CACACA!important;
    border-left: 3px solid #00A8FF;
    margin-bottom: 10px;
    float: left;
    margin-right: 7px;
    background: #E9E9E9;
    color: #615F5F;
    border-right: 1px solid #CACACA!important;
    border-bottom: 1px solid #CACACA!important;
}
/*-[ Subscribe Widget ]------------------------*/
.mts-subscribe input[type="text"] {
    color: #888;
    border: 1px solid #DFDFDF;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    box-sizing: border-box;
    width: 70%;
    float: left;
    padding: 10px 0;
    border-right: 0;
    text-indent: 10px;
}
.mts-subscribe input[type="submit"] {
    background: #2DB2EB;
    cursor: pointer;
    color: white!important;
    padding: 10px 0;
    border: 0;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    float: left;
    height: 37px;
    text-align: center;
    width: 29.4%;
}
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
}
.ad-125 li {
    float: left;
    border: none;
    list-style: none!important;
    padding-left: 0;
    background: none;
    margin-bottom: 15px;
    margin-left: 0;
}
.ad-125 .evenad { float: right!important }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
}
#wp-calendar th {
    padding: 10px 0;
    text-align: center;
}
#wp-calendar caption {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar #next {
    text-align: right;
    padding-right: 12px;
}

/*-[ pagination ]------------------*/
.pagination {
font-family: 'Inter', sans-serif;
font-weight: 700;
float: left;
padding: 10px 0 20px 0;
width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
}
.pagination ul {

  list-style: none;
  margin: 0 auto;
  display: table;

}
.pagination ul li { float: left }
.currenttext, .pagination a:hover {
color: #fff;
float: left;
padding: 14px 0px;
font-size: 18px;
line-height: 18px;
border: 2px solid #15BBDE;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
background: #15BBDE;
font-size:14px;
margin: 0 7px;
}
.pagination a, .pagination2 {

  color: #15BBDE;
  float: left;
  padding: 14px 0px;
  font-size: 18px;
  line-height: 18px;
  border: 2px solid #15BBDE;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size:14px;
  text-align:center;
margin: 0 7px;
}

.this-page {
color: #fff;
float: left;
padding: 14px 0px;
font-size: 18px;
line-height: 18px;
border: 2px solid #15BBDE;
border-radius: 50%;
width: 50px;
height: 50px;
text-align: center;
background: #15BBDE;
font-size:14px;
margin: 0 7px;
}
.page-numbers {
color: #15BBDE;
float: left;
text-decoration: none;
padding: 14px 20px;
font-size: 18px;
line-height: 18px;
}
.flecha-next {
padding: 14px 0px;
font-weight: 900;
}
.flecha-prev {
padding: 14px 0px;
font-weight: 900;
}
.inactive-1 {
    border-left: 3px solid #eee;
    margin: 0 0 0 20px;
}
.inactive-2 {
	
    border-right: 3px solid #eee;
    margin: 0 20px 0 0;
}

.pagination2 { clear: both }
.top { float: right }
.top a { color: #BBB }
.top a:hover { color: #555 }
.toplink { color: #979494!important }
.toplink:hover { color: #222!important }
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-bottom: 10px;
}
.nav-previous { float: left }
.nav-next { float: right }
/*-----------------------------------------------
/* Shortcodes
/*---------------------------------------------*/
/*-[ Notifications ]---------------------------*/
.message_box { margin: 15px 0 }
pre {
    overflow: auto;
    background: #f6f6f6 url('images/code.png') 10px 2px no-repeat;
    padding: 2em 1em 1em 1em;
    border: 1px solid #DDD;
    margin: 15px 0;
    line-height: 1.3em;
}
.note {
    background: #FEF4C8;
    color: #666;
    border: 1px solid #FDEBA5;
}
.note p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/thumb.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.announce {
    background: #D7EFFB;
    color: #666;
    border: 1px solid #BEE5F8;
}
.announce p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/speaker.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.success {
    background: #E8F6D2;
    color: #666;
    border: 1px solid #DEF1BF;
}
.success p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/tick.png') left no-repeat;
    margin: 0.3em 0.8em;
}
.warning {
    background: #FFE7E7;
    color: #666;
    border: 1px solid #FFDBDB;
}
.warning p {
    padding: 0.5em 1em 0.5em 2.5em;
    background: url('images/cross.png') left no-repeat;
    margin: 0.3em 0.8em;
}
/*-[ Buttons ]---------------------------------*/
.buttons {
    font-size: 12px;
    text-decoration: none;
    position: relative;
    padding: 10px 20px 7px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 15px 25px 25px 0;
    padding: 12px 10px;
}
.post-single-content a.buttons { color: #fff!important }
.post-single-content a.btn_white { color: #4F4F4F!important }
.btn_brown {
    background-color: #D9C2A5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D9C2A5), to(#C3A178));
    background-image: linear-gradient(top, #D9C2A5, #C3A178);
    border-top: 1px solid #BD986A;
    border-right: 1px solid #BD986A;
    border-bottom: 1px solid #9A7445;
    border-left: 1px solid #BD986A;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #DFCC9F;
    color: white;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #BA905E;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_brown:hover {
    background-color: #D1B593;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D1B593), to(#BC966B));
    background-image: linear-gradient(top, #D1B593, #BC966B);
    border-top: 1px solid #BD986A;
    border-right: 1px solid #BD986A;
    border-bottom: 1px solid #9A7445;
    border-left: 1px solid #BD986A;
    box-shadow: inset 0 1px 0 0 #DFCC9F;
    cursor: pointer;
    color: white!important;
}
.btn_brown:active {
    border: 1px solid #B2824C;
    box-shadow: inset 0 0 8px 2px #C19B70;
}
.btn_blue {
    background-color: #A5B8DA;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#A5B8DA), to(#7089B3));
    background-image: linear-gradient(top, #A5B8DA, #7089B3);
    border-top: 1px solid #758FBA;
    border-right: 1px solid #6C84AB;
    border-bottom: 1px solid #5C6F91;
    border-left: 1px solid #6C84AB;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #aec3e5;
    color: white;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #64799E;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_blue:hover {
    background-color: #9badcc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9badcc), to(#687fa6));
    background-image: linear-gradient(top, #9badcc, #687fa6);
    border-top: 1px solid #6d86ad;
    border-right: 1px solid #647a9e;
    border-bottom: 1px solid #546685;
    border-left: 1px solid #647a9e;
    box-shadow: inset 0 1px 0 0 #a5b9d9;
    cursor: pointer;
    color: white!important;
}
.btn_blue:active {
    border: 1px solid #546685;
    box-shadow: inset 0 0 8px 2px #7e8da6;
}
.btn_green {
    background-color: #6CB24C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6CB24C), to(#52873A));
    background-image: linear-gradient(top, #6CB24C, #52873A);
    border-top: 1px solid #477532;
    border-right: 1px solid #477532;
    border-bottom: 1px solid #3A6029;
    border-left: 1px solid #477532;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #8FC477;
    color: white;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 12px 10px;
    text-shadow: 0 -1px 1px #416B2D;
    text-transform: uppercase;
}
.btn_green:hover {
    background-color: #5F9D43;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#68AB49), to(#4A7834));
    background-image: linear-gradient(top, #68AB49, #4A7834);
    border-top: 1px solid #4E8037;
    border-right: 1px solid #4E8037;
    border-bottom: 1px solid #3A6029;
    border-left: 1px solid #4E8037;
    box-shadow: inset 0 1px 0 0 #8FC477;
    cursor: pointer;
    color: white!important;
}
.btn_green:active {
    border: 1px solid #436D30;
    box-shadow: inset 0 0 8px 2px #467131;
}
.btn_yellow {
    background-color: #FFDA6B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDA6B), to(#FEAE2D));
    background-image: linear-gradient(top, #FFDA6B, #FEAE2D);
    border-top: 1px solid #D6AB00;
    border-right: 1px solid #D6AB00;
    border-bottom: 1px solid #BC9600;
    border-left: 1px solid #D6AB00;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #FFE599;
    color: #fff;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 1px 1px #BC9600;
    text-transform: uppercase;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 12px 10px;
}
.btn_yellow:hover {
    background-color: #FFD351;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFD351), to(#FDA00B));
    background-image: linear-gradient(top, #FFD351, #FDA00B);
    border-top: 1px solid #D6AB00;
    border-right: 1px solid #D6AB00;
    border-bottom: 1px solid #BC9600;
    border-left: 1px solid #D6AB00;
    box-shadow: inset 0 1px 0 0 #FFE599;
    cursor: pointer;
    color: #fff!important;
}
.btn_yellow:active {
    border: 1px solid #F29202;
    box-shadow: inset 0 0 8px 2px #F29202;
}
.btn_red {
    background-color: #E83030;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E83030), to(#B71414));
    background-image: linear-gradient(top, #E83030, #B71414);
    border-top: 1px solid #9C1111;
    border-right: 1px solid #9C1111;
    border-bottom: 1px solid #890F0F;
    border-left: 1px solid #9C1111;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #FF6B6B;
    color: white;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #A01111;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_red:hover {
    background-color: #E63131;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E63131), to(#9C1111));
    background-image: linear-gradient(top, #E63131, #9C1111);
    border-top: 1px solid #9C1111;
    border-right: 1px solid #9C1111;
    border-bottom: 1px solid #890F0F;
    border-left: 1px solid #9C1111;
    box-shadow: inset 0 1px 0 0 #FE4C4C;
    cursor: pointer;
    color: white!important;
}
.btn_red:active {
    border: 1px solid #890F0F;
    box-shadow: inset 0 0 8px 2px #890F0F;
}
.btn_white {
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#E0E0E0));
    background-image: linear-gradient(top, #f6f6f6, #E0E0E0);
    border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #CECECE;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 0 #FFFFFF;
    color: #4F4F4F;
    font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    line-height: 1;
    padding: 8px 25px;
    text-shadow: 0 -1px 1px #fff;
    text-transform: uppercase;
    padding: 12px 10px;
}
.btn_white:hover {
    background-color: #F4F4F4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#D3D3D3));
    background-image: linear-gradient(top, #F4F4F4, #D3D3D3);
    border-top: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-bottom: 1px solid #C4C4C4;
    border-left: 1px solid #CECECE;
    box-shadow: inset 0 1px 0 0 #fff;
    cursor: pointer;
    color: #4F4F4F!important;
}
.btn_white:active {
    border: 1px solid #C1C1C1;
    box-shadow: inset 0 0 8px 2px #C1C1C1;
}
/*-[ Video Shortcode ]-------------------------*/
.textwidget .youtube-video, .textwidget .vimeo-video, .textwidget .googlemaps { margin: 0 }
.youtube-video, .vimeo-video { margin: 10px 0 10px 0 }
/*-[ Google Maps ]-----------------------------*/
.googlemaps { margin: 5px 15px 10px 0 }
/*-[ Columns ]---------------------------------*/
.one_half { width: 48% }
.one_third { width: 30.66% }
.two_third { width: 65.33% }
.one_fourth { width: 22% }
.three_fourth { width: 74% }
.one_fifth { width: 16.8% }
.two_fifth { width: 37.6% }
.three_fifth { width: 58.4% }
.four_fifth { width: 67.2% }
.one_sixth { width: 13.33% }
.five_sixth { width: 82.67% }
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 15px;
    float: left;
}
.column-last {
    margin-right: 0!important;
    clear: right;
}
/*-[ Tabs ]------------------------------------*/
.tab_widget {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.tab_widget ul.tabs {
    display: block;
    position: relative;
    list-style: none;
    height: 40px;
    border-bottom: 1px solid #DDD;
    margin: 0;
}
.tab_widget ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 39px;
    line-height: 39px;
    border: 1px solid #DDD;
    border-left: none;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(9%, rgb(230,230,230)), color-stop(55%, rgb(238,238,238)));
    background-image: linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 9%, rgb(238,238,238) 55%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(230,230,230)), color-stop(0.55, rgb(238,238,238)) );
}
.tab_widget ul.tabs li:first-of-type { border-left: 1px solid #DDD }
.tab_widget ul.tabs li a {
    text-decoration: none;
    color: #888!important;
    font-size: 12px;
    display: block;
    padding: 0 10px;
    outline: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px #FFF;
    border: none;
    border-left: 1px solid #F9F9F9;
}
.tab_widget ul.tabs li:first-of-type a { border-left: none }
.tab_widget ul.tabs li a:hover { background: none }
.tab_widget ul.tabs li.active, .tab_widget ul.tabs li.active a:hover {
    background: #FFF;
    border-bottom: 1px solid #FFF;
}
.tab_widget ul.tabs li.active { border-top: 1px solid #DDD }
.tab_widget ul.tabs li.active a { color: #777 }
.tab_widget .tab_container {
    display: block;
    border-top: none;
    overflow: hidden;
    position: relative;
    clear: both;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}
.tab_widget .tab_content {
    display: block;
    position: relative;
    padding: 15px;
}
/*-[ Toggle ]-----------------------*/
.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
    display: block;
    position: relative;
    height: 36px;
    padding: 0 12px;
    background: #EEE;
    border: 1px solid #DDD;
    cursor: pointer;
    margin: 0;
}
.toggle .togglet span, .toggle .toggleta span {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    padding-left: 20px;
    background: url("images/toggle-down.png") no-repeat left;
}
.toggle .toggleta span { background: url("images/toggle-up.png") no-repeat left }
.toggle .togglec {
    display: block;
    position: relative;
    padding: 15px;
    background: #FFF;
    border: 1px solid #DDD;
    border-top: none;
}
/*-[ Dividers ]--------------------------------*/
.divider {
    clear: both;
    display: block;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 5px solid #EEE;
}
.top-of-page {
    margin-bottom: 10px;
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 5px solid #EEE;
}
/*-----------------------------------------------
/* Responsive
/*---------------------------------------------*/


@media screen and (max-width: 1280px) { 
.faja-1-adentro, .post-destacada, .destacadas-chicas, .adentro,.adentro-1, .adentro-2,.adentro-3, .adentro-blanco, .f-widget.f-widget-5, .adentro-header, .destopk-header, .comentarios-in, .f-widget-1-4, #copyright-note, .arriba-in, .adentro-wrap, .eventos {width: 100%;}

.f-widget-1-4 .widget-in {padding: 0 0px 30px 0px;}
.arriba-in {padding: 0 30px;}
.banda-interior {width: 90%;}


.tit-sec-a {
width: calc(100% - 30px);width: -webkit-calc(100% - 30px);width: -moz-calc(100% - 30px);
  margin: 50px 30px 0px 30px;
}
.tit-sec-a, .tit-sec-b {
  width: 100%;
  padding: 0 20px;
}

}
@media screen and (max-width: 1140px) { 




.adentro-azul {padding: 40px 10px 15px 10px;}
.adentro-blanco {padding: 40px 10px 15px 10px;}
.n-o25 {width: calc(25% - 20px);width: -webkit-calc(25% - 20px);width: -moz-calc(25% - 20px);margin: 10px;}

.sf-js-enabled li a.sf-with-ul {padding-right: 45px;}
#navigation .sf-sub-indicator {top: 9px;right: 20px;}
.overlay-menu #navigation ul li ul {top: 10px;right: -11px;}
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited {padding: 15px 10px;}






}
@media screen and (max-width: 1024px) { 

.name-author {font: 22px/26px 'Inter', sans-serif;margin: 0 0 5px 0;}
.imagen-home-ps75 {width: 100%;}
.header-post-ps75 {width: 100%;padding: 0;}
.n-vs25 {width: 100%;float: left;border-right: 0;padding: 0 0 15px 0;border-bottom: 1px solid #e1e6e8;margin: 0 0 15px 0;}
.imagen-home-vs25 {width: 33.333%;padding: 0 15px 0 0;}
.post-2-h {float: left;width: 100%;padding: 0;}
.header-post-vs25 {float: left;margin:0;width: 66.666%;}
.header-post-vs25 .title-home-c.title {font: 22px/26px 'Le Jeune Text Bold', sans-serif;margin: 15px 0;}
.title-home-i.title {font: 22px/26px 'Le Jeune Text Bold', sans-serif;}

.adentro-2 {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.los-top-6 {padding: 0 15px;border-right: 0;margin: 15px 0;}

.banner-rectangulo {-webkit-box-pack: justify;-moz-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: center;justify-content: center;width: 100%;}
.title-home-destacada {font-size: 42px;line-height: 50px;}


}

@media screen and (max-width: 960px) { 
.article {
width: 100%;
}
.banner-sidebar {
	width: 100%;
}
.main-container {
  padding-top: 100px;
}
.overlay-menu li a {
  font: 18px/18px 'Inter', sans-serif;}
/*-[ menu ]--------------------------------*/
.overlay-menu #navigation ul li::after{display:none}.overlay-menu #navigation{width:100%;float:left}#buscador-interior{display:block;border-top:1px solid #f0f1f1;width:100%;float:left;margin:20px 0;padding:20px 0}#search-image{background:transparent url(images/lupa.svg) no-repeat right center;border:0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0 solid #50a4c1;text-indent:-999px}input#search-image:hover{border:0 solid #000}#overlay,.hamburguesa{display:block}.hamburguesa{float:right;position:relative;z-index:7000}.overlay-menu #buscador{display:none}.button_container{position:relative;top:0;right:0;height:12px;width:21px;cursor:pointer;z-index:6000;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;}.linea-h{display:none}.destopk-header{width:100%;padding:0}

#header{padding:20px 30px;}
#header h1 a img,#header h2 a img{width:100px!important}

.main-header.shrink .arriba, .arriba{display:block;margin: 0;background: transparent;height: auto;-webkit-order: 2;-ms-flex-order: 2;order: 2;}
.arriba-in {
  padding: 0;

}
.fecha-dia {
	display:none;
	}
	.abajo {
  height: auto;
    padding: 0;
}
.main-header.shrink .abajo{display:block;}
.overlay-menu {
  display: block;
  float: right;
    display: -webkit-box;
  display: -moz-box;
  display: -o-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column
}
.hamburguesa.active{position:fixed}.button_container.active .top{-webkit-transform:translateY(5px) translateX(0) rotate(45deg);transform:translateY(5px) translateX(0) rotate(45deg);-ms-transform:translateY(5px) translateX(0) rotate(45deg)}.button_container.active .middle{opacity:0}.button_container.active .bottom{-webkit-transform:translateY(-5px) translateX(0) rotate(-45deg);transform:translateY(-5px) translateX(0) rotate(-45deg);-ms-transform:translateY(-5px) translateX(0) rotate(-45deg)}.button_container span{background:#000;border:none;height:2px;width:21px;position:absolute;top:0px;left:0px;-webkit-transition:all .35s ease;transition:all .35s ease;cursor:pointer}.button_container span:nth-of-type(2){top:5px}.button_container span:nth-of-type(3){top:10px}.overlay{position:fixed;background:#ffffff;top:0;right:0;width:0;height:100%;opacity:0;visibility:hidden;-webkit-transition:opacity .35s,visibility .35s,width .35s;transition:opacity .35s,visibility .35s,width .35s;overflow:scroll}.overlay.open{z-index:6000;opacity:1;visibility:visible;width:100%}

.overlay nav{position:relative;text-align:center;padding:120px 40px;letter-spacing:.03em; }

.overlay ul{list-style:none;margin:0 auto;display:inline-block;position:relative;height:100%;width:100%; }

.overlay #navigation ul {
	margin:0;


}
.secondary-navigation #navigation > ul > li:first-child { border-left: 0px solid #4e4d56; }
.overlay-menu #navigation ul li ul {
   right: 0;
}
.secondary-navigation ul li a {
  color: #000;
}
.abajo {
  height: auto;}
.overlay ul li{display:block;position:relative;width:100%;text-align:left;float:left;border-bottom: 1px solid #e1e6e8;padding:20px 0 0 0;margin:20px 0 0 0}

.overlay ul li a{cursor:pointer;display:block;position:relative;text-decoration:none;overflow:hidden;float:left;width:100%; padding: 0;}.overlay ul li a:hover{width:100%;color:#000}
.overlay-menu #buscador{padding:0;width:100%;float:left;display:block; height:auto;background: #fff;
border-top: 1px solid #e0e0e3;}

.overlay-menu #buscador #searchform{margin: 0;
display: block;
float: left;
clear: both;
width: 100%;
padding: 20px 0;}

.overlay-menu #buscador #searchform #s{width:calc(100% - 60px);width:-webkit-calc(100% - 60px);width:-moz-calc(100% - 60px);background-color:transparent;padding:0;text-indent:0;float:left;margin:0;text-transform:uppercase;letter-spacing:.04em;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#a3aab2;border:0;font-size: 18px;
line-height: 18px;}


.overlay-menu #buscador #searchform #search-image{background:url(images/lupa.svg) no-repeat center center;margin:0;width:60px;float:left;color:#fff;padding:2px;cursor:pointer;-webkit-transition:all .25s linear;-moz-transition:all .25s linear;transition:all .25s linear;border:0;text-transform:uppercase;-webkit-appearance:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;text-indent:-9999px}


.redes-top {
  display: none;
}
.overlay-menu li a {
  padding: 0px 25px 0px 0px;
  }
.main-header.shrink, .main-header {
  padding: 0;
  background: #fff;
  border-bottom: 1px solid #e0e0e3;
  position: fixed;
  z-index: 50000;
}
.logo-responsive {
  width: 100%;
  margin: 0;
  position: relative;
  top: auto;
transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);
  left: auto;
}
.secondary-navigation #navigation ul li {
  border-bottom: 0;
}
.overlay-menu .secondary-navigation #navigation ul li a:hover {
	color:#15BBDE;
}
.logo-responsive.shrink {
  display: block;
}
.logo-responsive img{float:left}

.overlay.open ul li ul li a{color:#0390cc}.overlay.open ul li ul li ul li a{color:#97a3a8}.overlay.open ul li .sf-sub-indicator{background:url(images/sejilla-azul.png) no-repeat center center}.overlay.open ul li ul li .sf-sub-indicator{background:url(images/sejilla.png) no-repeat center center}.overlay-menu .sf-sub-indicator{display:block;width:10px;overflow:hidden;position:absolute;right:22px;top:10px;height:7px;text-indent:-9999px}.overlay .redes-sociales-responsive{float:left;padding:0 40px}.overlay .redes-sociales-responsive ul{float:left}.overlay .redes-sociales-responsive ul li{float:left;margin:0 20px 0 0;width:auto;padding:0;border:0}.overlay .redes-sociales-responsive ul li a{float:left;border:1px solid #233984;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.overlay .redes-sociales-responsive ul li a img{float:left}.overlay .redes-sociales-responsive ul li a:hover{opacity:.6}.hamburguesa{width: 21px;height: 12px;position:fixed;z-index:8000;right:40px;top:50px;margin: 0 18px 0px 0;}.hamburguesa.shrink{margin: 0 18px 0px 0;}
.secondary-navigation{float: left;
margin: 0;
width: 100%;

}
.secondary-navigation ul li{line-height:1}.secondary-navigation li::after{display:none}
.main-header.shrink .abajo{height:auto; -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border: 0px;height: auto;padding: 0;}

.overlay nav #navigation{margin:0;padding:0}
#navigation ul li{margin: 0 0 20px 0;
padding: 0 0 20px 0;border-left: 0px solid #3e5469;}

.overlay-menu #navigation ul li ul{border-top:1px solid #3e5469;width:100%;top:auto;position:relative;padding:20px 0 0 0;z-index:400;left:auto;margin:20px 0 0 0}


.overlay-menu #navigation ul li ul li:first-child{padding:0}#navigation ul ul a,#navigation ul ul a:link,#navigation ul ul a:visited{width:100%;margin: 0;padding: 20px 0px;
color: #15BBDE;}.overlay-menu #navigation ul li ul{padding:0;margin:20px 0 0 0;border-left:0;border-right:0;border-bottom:0}.overlay-menu #navigation ul li ul li:last-child{padding:0}

#navigation ul li ul li a,.overlay-menu #navigation ul li ul li ul li a{border-bottom:1px solid #3e5469; text-align: left;}


.overlay-menu #navigation ul li ul::before{display:none}.overlay-menu #navigation ul li ul li:last-child{padding:0;margin:0}.overlay-menu #navigation ul li ul li:first-child{padding:0;margin:0}.secondary-navigation li a{color:#50a4c1}#navigation ul li ul{padding:0}#navigation ul li ul li:last-child a{padding-bottom:0}

.overlay-menu #buscador{margin:0}.redes-header{float:left;width:100%;margin:20px 0 0 0;padding:20px 0 0 0;border-top:1px solid #eef0f4}.widget-header .social-profile-icons ul{float:left;width:100%}.overlay .social-profile-icons ul li{background:0 0;float:left;margin:0;padding:0;width:60px;border-top:0}.widget-header{float:left;margin:0!important}.overlay-menu #navigation ul li ul li ul {padding: 0px;z-index: 5000;margin: 0px 0 0 0px;}.overlay-menu #navigation ul li ul li .sf-sub-indicator {top: 22px;right: 25px;position: absolute;}.overlay-menu #navigation ul li ul li ul li:last-child {padding: 0;}.overlay-menu #navigation ul li ul li ul li:first-child {padding: 0px 0px 0px 0px;}#navigation ul li ul li ul li:last-child a {padding-bottom: 20px;}.overlay-menu #navigation ul li ul li ul lia:first-child {border-top: 0;}.overlay.open li {-webkit-animation: fadeInBottom .5s ease forwards;animation: fadeInBottom .5s ease forwards;-webkit-animation-delay: .15s;animation-delay: .15s;}.overlay.open li:nth-of-type(2) {-webkit-animation-delay: .2s;animation-delay: .2s;}.overlay.open li:nth-of-type(3) {-webkit-animation-delay: .2s;animation-delay: .2s;}.overlay.open li:nth-of-type(4) {-webkit-animation-delay: .35s;animation-delay: .35s;}.overlay.open li:nth-of-type(5) {-webkit-animation-delay: .35s;animation-delay: .35s;}.overlay.open li:nth-of-type(6) {-webkit-animation-delay: .4s;animation-delay: .4s;}.overlay.open li:nth-of-type(7) {-webkit-animation-delay: .4s;animation-delay: .4s;}.overlay.open li:nth-of-type(8) {-webkit-animation-delay: .45s;animation-delay: .45s;}.overlay.open li:nth-of-type(9) {-webkit-animation-delay: .45s;animation-delay: .45s;}.overlay.open li:nth-of-type(10) {-webkit-animation-delay: .5s;animation-delay: .5s;}.overlay.open li:nth-of-type(11) {-webkit-animation-delay: .5s;animation-delay: .5s;}


.overlay-menu #navigation ul li ul::before, .overlay-menu #navigation ul li ul::after {
	display:none;
}

#header {
  padding: 25px 30px 15px 30px;
}
.main-header.shrink #header h1 a, .main-header.shrink #header h2 a {
  width: 480px;
}
.logo-responsive.shrink, .logo-responsive {
  top: auto;
  background: transparent;
  width: 100%;
}
.logo-responsive.shrink #logo a svg path {
  fill: #000;
}
#header h1, #header h2 {

    padding-top: 0;
}



.banner-h-gris {
display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;
	margin: 20px 0;
	width: 100%;
}
.banner-h-gris li {
  float: none;
  margin: 15px;
  min-width: 300px;
}
.post-1 {
  width: 100%;
}
.n-p50 {
  width: 100%;
  padding: 0 15px 15px 15px;
  border-right: 0;
  border-bottom: 1px solid #e1e6e8;
}
.header-post-p50 {
  padding: 0;
}
.post-2-5 {
  width: 100%;
}
.n-v25:first-of-type .imagen-home {
-webkit-order: 1;-ms-flex-order: 1;order: 1;
}
.n-v25:first-of-type .header-post-v25 {
  margin: 15px 0 0 0;
-webkit-order: 2;-ms-flex-order: 2;order: 2;
}
.faja-banner-gris {

  padding: 0;
}
.adentro-1, .adentro {
	-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;

}
.post-s-4 {
  border-right: 0;
  margin: 15px 0;
}

}


@media screen and (max-width: 768px) { 

	

.datos-autor {flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column}
.txt-autor {width: 100%;}
.imagen-author {width: 30%;}
.title-home-m.title, .cat.post-2 {font: 18px/22px 'Le Jeune Text Bold', sans-serif;}
.col-1 {
  width: 50%;
}
.top-6 {
  width: 50%;
}
.top-6:last-of-type {
  width: 100%;
}
.top-6:nth-child(3n) .title-home-visto {
  border-right: 1px solid #e1e6e8;
}
.top-6:nth-child(2n) .title-home-visto, .top-6:nth-child(9) .title-home-visto  {
  border-right: 0;
}
.n-vs25-r {
  width: 50%;
}



.n-vs25-r:nth-child(2n) .n-ps-r {
  border-right: 0;
}

.n-vs25-r:nth-child(odd) .n-ps-r { 
border-right: 1px solid #e1e6e8;
}

.f-widget.f-widget-3 {
  padding: 0 30px;
}
.news-form {
	padding:0 15px;
  width: 100%;
}



.cacu {
  display: none;
}
.imagen-destacada {
  height: auto;
}
.header-post-destacada {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: left;
  width: 100%;
  padding: 0;
  z-index: 300;
  float: left;
  background: #000;
    padding: 15px 30px 30px 30px;
}
.title-home-destacada {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 576px) { 
.total-comments {
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 10px 0;
}
.imagen-author {
  width: 50%;
}
  .txt-autor {
    margin: 30px 0;
  }
.commentlist .children::before {

    left: 16px; }
.commentlist .children {
  padding: 0 0 0 30px}
.comentarios-in {

  padding: 30px 17px;
  }
#commentsAdd h4 {
  font-size: 24px;
  line-height: 28px;
}
#respond {
  margin-top: 0px;
} 
#commentform textarea {
  margin: 0 0 17px 0; }
  
input#author, input#email {
  width: 100%;
  margin: 0 0 17px 0;
}  
#commentform p {
  margin: 0;
}

.news-form input[type="email"] {
    font-size: 18px;
    padding: 15px 20px;
    width: 90%;
	border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
}	
.news-form {
	padding:0;
}

.news-form input[type="submit"] {

    padding: 15px 30px;
	border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
    margin: 30px 0 0 0;
width: 200px;
}	
}
@media screen and (max-width: 480px) { 

.title-home-destacada {
    font-size: 22px;
    line-height: 28px;
	margin: 0 0 10px 0;
  }
.header-post-destacada {
    padding: 30px 15px;
  }


.header-post-b25 {width: 100%;padding: 0;}
.imagen-home-b {width: 100%;}
.title-home-m.title, .cat.post-2 {font: 24px/26px 'Le Jeune Text Bold', sans-serif;}

#header {padding: 25px 20px 15px 20px;}
#header h1 a, #header h2 a {width: 270px;margin: 0;}
.main-header.shrink #header h1 a, .main-header.shrink #header h2 a {width: 270px;}
.hamburguesa {right: 30px;top: 36px;margin: 0;}.hamburguesa.shrink {margin: 0;}
.overlay nav { padding: 92px 30px;}
.main-container {padding-top: 82px;}
.adentro, .adentro-1, .adentro-2, .adentro-3 {padding: 10px;}

.title-home-g.title, .title-home-c.title, .title-home-m.title, title-home-c.title {font: 24px/26px 'Le Jeune Text Bold', sans-serif;margin: 15px 0 8px 0;}

.header-post-p50, .header-post-v25, .n-v25:first-of-type .header-post-v25 {margin: 0;}
.header-post-h50 {padding: 0;border-top: 1px solid #e1e6e8;margin: 0 0 15px 0;}
.n-h50 {padding: 0 10px;border-right: 0;width: 100%;}
.n-p50 {padding: 0 10px 10px 10px;}
.n-v25 {width: 100%;border-right: 0;padding: 0 10px;}
.post-2-5 {margin: 0;}
.header-post-vs25, .header-post-h50-1 {width: 100%;}
.imagen-home-vs25, .imagen-home-h50 {width: 100%;padding: 0;}

.col-1 {width: 100%;}
.col-1-in {border-right: 0;}
.n-ps, .n-ps-1 {padding: 0 10px;}
.header-post-v25-1 {margin: 10px 0 0 0;padding: 10px 0 0 0;}
.line {width: calc(100% - 20px);width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);margin: 0px 10px 1px 10px;}
.tit-sec-1 {width: calc(100% - 20px);width: -webkit-calc(100% - 20px);width: -moz-calc(100% - 20px);margin:20px auto;}
.los-top-6 {padding: 0 10px;margin: 10px 0;}
.top-6 {width: 100%;padding: 10px;}
.top-6:nth-child(3n) .title-home-visto {border-right: 0px solid #e1e6e8;}
.title-home-visto {padding: 0 0px 0 50px;border-right: 0px solid #e1e6e8;}
.f-widget.f-widget-1 {margin: 0;}
footer .widget img {width: 300px;}
.f-widget-2 .widget ul {border-top: 1px solid rgba(255, 255, 255, 0.1);padding: 15px 0 0 0;}
.f-widget-2 .widget ul li, .f-widget-2 .widget ul li:last-child {margin: 0 0 15px 0;padding: 0 0 15px 0;border-right: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);width: 100%;}
.f-widget-2 .widget ul li a {float: none;}
.f-widget-1-4 .widget-in {padding: 0;}
.n-ps75-r {width: 100%;margin: 0 0 20px 0;}
.n-vs25-r .n-ps-r, .n-ps75-r .n-ps-r {border-right: 0;}
.n-vs25-r {width: 100%;margin: 0 0 20px 0;}
.n-ps-r {margin: 0 0 20px 0;padding: 0 10px;}
.n-vs25-r:nth-child(2n+1) .n-ps-r {border-right: 0;}
.adentro-wrap {padding: 10px;}
.tit-sec-2 {width: calc(100% - 40px);width: -webkit-calc(100% - 40px);width: -moz-calc(100% - 40px);margin: 20px auto 10px auto;}
.banner-h-repo {padding: 0 20px;}
.banner-h-repo li {margin: 20px 0 0 0;}
.adentro-header {padding: 20px 10px;}

.title.single-title {font: 30px/34px 'Le Jeune Text Bold', sans-serif;padding: 0 10px;}
.bajada-interior {font-size: 20px;line-height: 24px;padding: 0 10px;margin: 10px 0;}
.imagen-header {padding: 0 10px;}
.article {padding: 10px;}
.shared {padding: 0;}
.data-post {width: 65%;}
.post-single-content p {padding: 0;}
blockquote {font-size: 24px;padding: 0px 10%;margin: 20px 0;line-height: 26px;}
blockquote::before {font: 80px/80px 'GrifoM-Black', sans-serif;top: -14px;}
.post-single-content h2 { margin: 20px 0 10px 0;padding: 0;}
.wp-block-image figcaption {margin: 20px 0 !important;}
.postTitle {font-size: 20px !important;line-height: 24px !important;padding: 10px 10px 15px 0px !important;}
.ctaText {padding: 20px 0 0 0px !important;}
.tags {padding: 0 0 0 20px;width: 90%;margin: 0 5% 20px 5%;}
.tagtext {margin: 25px 0 5px 0;}
.tags::before {height: 70px;}
.post-s-4 {padding: 0 10px;}

}



@media screen and (max-width: 360px) {
.title-home-m.title, .cat.post-2 {font: 20px/24px 'Le Jeune Text Bold', sans-serif;}
.hamburguesa {top: 32px;}
.main-container {padding-top: 72px;}
#header h1 a, #header h2 a {width: 220px;margin: 0;}
.main-header.shrink #header h1 a, .main-header.shrink #header h2 a {width: 220px;}
.title.single-title {font: 26px/28px 'Le Jeune Text Bold', sans-serif;padding: 0 10px;}
.overlay-menu li a {font: 16px/16px 'Inter', sans-serif;}
.f-widget.f-widget-3 {font-size: 12px;line-height: 16px;}
#copyright-note .copy {width: 100%;float: left;}
.top {float: left;}
.fs {float: left;}
.title-home-g.title, .title-home-c.title, .title-home-m.title, title-home-c.title {font: 20px/24px 'Le Jeune Text Bold', sans-serif;}
.banner-sidebar {padding: 0;}
.banner-h {padding: 10px;}


}