body {
  --color-page-background: rgba(255, 255, 255);
  --color-container-background: rgba(250, 250, 250);
  --color-admin-background: rgba(255, 243, 221);
  --color-primary-light: rgb(255,255,255);
  --color-primary-dark: rgb(10,10,10);
  --color-footer:rgb(153,153,153);
  --color-footer-background:rgb(249,249,249);
  --color-footer-border:rgb(229,229,229);
  --color-encuesta-background: rgb(248,248,248);
  --color-copete-background: rgb(248,248,248);
  --color-headings: rgb(52, 58, 64);
  --color-link: rgb(55, 106, 182);
}

.nightmode {
  --color-page-background: rgba(0, 0, 20, .95);
  --color-container-background: rgba(0, 0, 0, .85);
  --color-admin-background: rgba(68, 45, 3);
  --color-primary-light: rgb(10,10,10);
  --color-primary-dark: rgb(240,240,240);
  --color-footer:rgb(249,249,249);
  --color-footer-background:rgb(66,66,66);
  --color-footer-border:rgb(100,100,100);
  --color-encuesta-background: rgb(66,66,66);
  --color-copete-background: rgb(66,66,66);
  --color-headings: rgb(240, 240, 240);
  --color-link: rgb(120, 168, 238);
}
* {
    transition: all .10s ease-in;
}

body {
  background-color: var(--color-page-background);
  color: var(--color-primary-dark);
}

a{
   color: var(--color-link);
}
.form-control
{
  background-color: var(--color-page-background);
  color: var(--color-primary-dark);

}

.publichota
{
  background-color: var(--color-page-background) !important;
  color: var(--color-primary-dark);
}
.containermain
{
  background-color: var(--color-container-background);
}
a:hover{

  color: #6d6f5c;
 }


.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1em;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: var(--color-headings);
}
.encuesta
{
  background-color: var(--color-encuesta-background);
}

.mailchimp
{
  background-color: var(--color-encuesta-background) !important;
}
.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}
.fondobg
{
  background: url("../images/header-2018-b.jpg") center no-repeat;
}
.fondojumbo
{
  background-color: var(--color-copete-background) !important;
  /*background: url("../images/background-300-2.png") bottom right no-repeat;*/
}



.nav-item
{
  margin-right:1em;
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  font-size: 1.2em;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e5e5

}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-title  a
{
  color: var(--color-headings);
  text-decoration: none;
}

.blog-continuar a
{
  color: #343a40 ;
  text-decoration: none;

}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
  font-weight: 300;
  font-size: 0.9em;
}
.blog-post-meta a {
    color: #999;
    text-decoration: none;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  text-align: center;
  border-top: .05rem solid  var(--color-footer-border);
  background-color: var(--color-footer-background);
  color: var(--color-footer);


}
.blog-footer p:last-child {
  margin-bottom: 0;
}

/* images */


  .blog-post img {
      max-width:100%;
	  height: auto;
		}

  .jumbotron img {
      max-width:100%;
	  height: auto;
		}
  .titulazo a
   {
     text-decoration: none !important;
     color: var(--color-headings);
   }
   .vermasjumbotron
   {
     text-decoration: none !important;
     color: #343a40;
   }


iframe {
    max-width:100%;
}
  .jumbotron
  {
    font-size: 1.2em;
  }

blockquote {

font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
border-bottom: 1px dotted #ccc;
word-wrap: break-word;
}

blockquote:before {

display: block;
font-family: Georgia, serif;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}

blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}

blockquote cite:before {
content: "\2014 \2009";
}




/* Comentarios */
.listacomment
{
  list-style: none;
  padding-inline-start: 1em;
}

#commentform
{
		padding: 3em 3em 1em 3em ;
		background-color: var(--color-page-background);
		border: solid 1px rgba(160, 160, 160, 0.3);
		margin: 0 0 3em 0;
		position: relative;
	}

	.comentario {
		padding: 1em 1em 0em 1em ;
    background-color: var(--color-page-background);
    color: var(--color-primary-dark);
		border: solid 1px rgba(160, 160, 160, 0.3);
		margin: 0 0 0em 0;
		position: relative;
        font-size: 1em;
	}
  .comentario img {
    max-width: 100% !important;
  }
  .commentadmin
  {
    background-color: var(--color-admin-background);
    /*background: #fff3dd;*/
  }

.comentario {
  word-wrap: break-word;
}
		.comentario > header {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			border-bottom: solid 1px rgba(160, 160, 160, 0.3);
			left: -1em;
			margin: -1em 0 1em 0;
			position: relative;
			width: calc(100% + 2em);
		}

			.comentario > header .title {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-ms-flex: 1;
				padding: 1em;
			}

				.comentario > header .title h2 {
					font-weight: 900;
					font-size: 1em;
				}

				.comentario > header .title > :last-child {
					margin-bottom: 0;
				}

			.comentario > header .meta {
				padding: 1em ;
				/*border-left: solid 1px rgba(160, 160, 160, 0.3);*/
				/*min-width: 30em;*/
				text-align: right;
				width: 30em;
			}

				.comentario > header .meta > * {
					margin: 0 0 1em 0;
				}

				.comentario > header .meta > :last-child {
					margin-bottom: 0;
				}

				.comentario > header .meta .published {
					color: #3c3b3b;
					display: block;
					font-family: "Raleway", Helvetica, sans-serif;
					font-size: 0.7em;
					font-weight: 800;
					letter-spacing: 0.25em;
					margin-top: 0.5em;
					text-transform: uppercase;
					white-space: nowrap;
				}

		.comentario > a.image.featured {
			overflow: hidden;
		}

			.comentario > a.image.featured img {
				-moz-transition: -moz-transform 0.2s ease-out;
				-webkit-transition: -webkit-transform 0.2s ease-out;
				-ms-transition: -ms-transform 0.2s ease-out;
				transition: transform 0.2s ease-out;
			}

			.comentario > a.image.featured:hover img {
				-moz-transform: scale(1.05);
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
			}

		.comentario > footer {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
      left: -1em;
      margin: 0 0 0em 0;
      position: relative;
      width: calc(100% + 2em);
      border-top: 1px dotted #ccc;
		}

			.comentario > footer .actions {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
			}

			.comentario > footer .stats {
				cursor: default;
				list-style: none;
				padding: 0.6em;
			}

				.comentario > footer .stats li {

					display: inline-block;
					/*font-family: "Raleway", Helvetica, sans-serif;*/
					font-size: 0.8em;
					font-weight: 400;
					line-height: 1;
					margin: 0 0 0 2em;

					/*text-transform: uppercase;*/
				}

					.comentario > footer .stats li:first-child {
						border-left: 0;
						margin-left: 0;
						padding-left: 0;
					}

					.comentario > footer .stats li .icon {
						border-bottom: 0;
					}

						.comentario > footer .stats li .icon:before {
							color: rgba(160, 160, 160, 0.3);
							margin-right: 0.75em;
						}

		@media screen and (max-width: 980px) {

			.comentario {
				border-left: 0;
				border-right: 0;
				left: -1em;
				width: calc(100% + (1em * 2));
			}

				.comentario > header {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
					padding: 1em ;
					border-left: 0;
				}

					.comentario > header .title {
						-ms-flex: 0 1 auto;
						margin: 0 0 1em 0;
						padding: 0;
						text-align: center;
					}

					.comentario > header .meta {
						-moz-align-items: center;
						-webkit-align-items: center;
						-ms-align-items: center;
						align-items: center;
						display: -moz-flex;
						display: -webkit-flex;
						display: -ms-flex;
						display: flex;
						-moz-justify-content: center;
						-webkit-justify-content: center;
						-ms-justify-content: center;
						justify-content: center;
						border-left: 0;
						margin: 0 0 1em 0;
						padding-top: 0;
						padding: 0;
						text-align: left;
						width: 100%;
					}

						.comentario > header .meta > * {
							border-left: solid 1px rgba(160, 160, 160, 0.3);
							margin-left: 1em;
							padding-left: 1em;
						}

						.comentario > header .meta > :first-child {
							border-left: 0;
							margin-left: 0;
							padding-left: 0;
						}

						.comentario > header .meta .published {
							margin-bottom: 0;
							margin-top: 0;
						}

						.comentario > header .meta .author {
							-moz-flex-direction: row-reverse;
							-webkit-flex-direction: row-reverse;
							-ms-flex-direction: row-reverse;
							flex-direction: row-reverse;
							margin-bottom: 0;
						}

							.comentario > header .meta .author .name {
								margin: 0 0 0 1.5em;
							}

							.comentario > header .meta .author img {
								width: 3.5em;
							}

		}

		@media screen and (max-width: 736px) {

			.comentario {
				padding: 1.5em 1.5em 0.1em 1.5em ;
				left: -1.5em;
				margin: 0 0 0em 0;
				width: calc(100% + (1.5em * 2));
			}

				.comentario > header {
					padding: 3em 1.5em 0.5em 1.5em ;
					left: -1.5em;
					margin: -1.5em 0 1.5em 0;
					width: calc(100% + 3em);
				}

					.comentario > header .title h2 {
						font-size: 1.1em;
					}

		}

		@media screen and (max-width: 480px) {
      .comentario > header
      {
        padding: 0;
      }

      .comentario > header .title {
        -ms-flex: 0 1 auto;
        margin: 0 0 1em 0;
        padding: 0;
        text-align: center;
        display: none;
      }

      .comentario > header .meta {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        border-left: 0;
        margin: 0 0 0em 0;
        padding-top: 0;
        padding: 0;
        text-align: left;
        width: 100%;
      }


				.comentario > header .meta .author .name {
					display: none;
				}

			.comentario > .image.featured {
				margin-left: -1.5em;
				margin-top: calc(-1.5em - 1px);
				width: calc(100% + 3em);
			}

			.comentario > footer {
				-moz-align-items: stretch;
				-webkit-align-items: stretch;
				-ms-align-items: stretch;
				align-items: stretch;
				-moz-flex-direction: column-reverse;
				-webkit-flex-direction: column-reverse;
				-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
			}

				.comentario > footer .stats {
					text-align: center;
				}

					.comentario > footer .stats li {
						margin: 0 0 0 1.25em;
						padding: 0 0 0 1.25em;
					}

		}
.avatar
{
  border-radius: 50%;
  border: 2px solid #fff;
}
.headavatar
{
  width:56px;
  height:56px;
  margin-right: 1em;
}
.fullwidth
{
  width:100%;
}

.author {
  -moz-transition: border-bottom-color 0.2s ease;
  -webkit-transition: border-bottom-color 0.2s ease;
  -ms-transition: border-bottom-color 0.2s ease;
  transition: border-bottom-color 0.2s ease;

  margin: 0 1.5em 0 0;
}
.author a {
    color: #343a40 !important;
    text-decoration: none !important;
}
.author {
  color: #343a40 !important;
  text-decoration: none !important;
}
		.author:hover .name {
			border-bottom-color: transparent;
		}
.citar
{
  font-size: 1.2em;
  cursor: pointer;
}
.responder
{
  font-size: 1.2em;
  cursor: pointer;
}
.masleidoslink
{
  font-size: 0.8em;
  white-space: nowrap;
  overflow: hidden;
}





.scrollup{
        width:40px;
        height:40px;
        text-indent:-9999px;
        opacity:0.3;
        position:fixed;
        bottom:50px;
        right:50px;
        display:none;
        background: url(../images/icon_top.png) no-repeat;
}


/* ##################### LEGACY ################## */


div.img-gal {
	float: left;
	margin: 5px;
	padding: 0;
	position: relative;
	voice-family: inherit;
	background: url(../images/bg_image.gif) bottom right no-repeat;
}

div.img-gal img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

div.img-dec {
	float: right;
	margin: 1em 0 5px 20px;
	padding: 0;
	position: relative;
	voice-family: inherit;
	background: url(../images/bg_image.gif) bottom right no-repeat;
}

div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

.fotoleft {
	float: left;
	margin: 5px;
	padding: 0;
	position: relative;
	display : block;
	BACKGROUND-COLOR: #eee;
	BORDER: #ccc 1px solid;
	voice-family: inherit;
}
.fotoleft-blanco {
	float: left;
	margin: 5px;
	padding: 0;
	position: relative;
	display : block;
	/*BACKGROUND-COLOR: #eee;*/
	voice-family: inherit;
}

.fotoright {
	float: right;
	margin: 5px;
	padding: 0;
	position: relative;
	display : block;
	BACKGROUND-COLOR: #eee;
	BORDER: #ccc 1px solid;
	voice-family: inherit;
}
.fotoright-blanco {
	float: right;
	margin: 5px;
	padding: 0;
	position: relative;
	display : block;
	BACKGROUND-COLOR: #eee;
	voice-family: inherit;
}
.photoframe
{
        BORDER: #ccc 1px solid;
        PADDING: 0px;
        BACKGROUND-COLOR: #eee;
        color: #333;
        margin: 2px;
        display : block;
        position: relative;
}
/* ############################################ PUTIN´S LAIR ******************************/
@media (min-width: 1000px) {
  .putin { position: absolute; right: 0; top: -250px; width:230px; height:250px; z-index: 0;}
  .putin2 { position: absolute; right: 0; top: -120px; width:250px; height:120px; z-index: 0;}
  .putin3 { position: absolute; right: 0; top: -300px; width:244px; height:300px; z-index: 0;}
  .putin4 { position: absolute; right: 0; top: -300px; width:244px; height:300px; z-index: 0;}
  .putin5 { position: absolute; right: 0; top: -145px; width:250px; height:150px; z-index: 0;}
}
@media (max-width: 1000px) {
  .putin { display: none;}
  .putin2 { display: none;}
  .putin3 { display: none;}
  .putin4 { display: none;}
  .putin5 { display: none;}
}

  /***************************************************/


/* Botonera UX */
/*
.botonera
{
  float:right;
}
*/


/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #aaa; border: 0 none; border-radius:4px; letter-spacing:.03em; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; display:block; padding:0 0.4em; margin:0 4% 10px 0; min-height:32px; width:58%; min-width:130px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}