/*!
Theme Name: Revista Diners Ver. 0.7
Theme URI: https://revistadiners.com.co
Author: ITCOMPANY COLOMBIA SAS
Author URI: https://www.itcompany.com.co
Description: Creado para Ediciones Gamma SA
Version: 0.7.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: temai


*/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap');

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
	color: #A21A1C;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	/*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- 
a {
	color: #4169e1;
}

a:visited {
	color: #000000;
}
a.categoria:visited {
	color: #a11519;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: 0;
}
:focus {
    outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
*/
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content p {
	line-height: 1.7em;
	margin-bottom: 25px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;


}

figcaption{
	margin-bottom: 1.5em;
	max-width: 100%;
	border-left: 8px solid #a11519;
	padding:10px;

}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: left;
	 font-family: 'Avenir Next LT Pro-demi';
	 font-size:14px;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('font/AvenirNextLTPro-UltLtCn.eot');
    src: url('font/AvenirNextLTPro-UltLtCn.eot?#iefix') format('embedded-opentype'),
        url('font/AvenirNextLTPro-UltLtCn.woff2') format('woff2'),
        url('font/AvenirNextLTPro-UltLtCn.woff') format('woff'),
        url('font/AvenirNextLTPro-UltLtCn.ttf') format('truetype'),
        url('font/AvenirNextLTPro-UltLtCn.svg#AvenirNextLTPro-UltLtCn') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro-demi';
    src: url('font/AvenirNextLTPro-Demi.eot');
    src: url('font/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
        url('font/AvenirNextLTPro-Demi.woff2') format('woff2'),
        url('font/AvenirNextLTPro-Demi.woff') format('woff'),
        url('font/AvenirNextLTPro-Demi.ttf') format('truetype'),
        url('font/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harriet Display';
    src: url('font/HarrietDisplay-Bold.eot');
    src: url('font/HarrietDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/HarrietDisplay-Bold.woff2') format('woff2'),
        url('font/HarrietDisplay-Bold.woff') format('woff'),
        url('font/HarrietDisplay-Bold.ttf') format('truetype'),
        url('font/HarrietDisplay-Bold.svg#HarrietDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Harriet Display';
    src: url('font/HarrietDisplay-Regular.eot');
    src: url('font/HarrietDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/HarrietDisplay-Regular.woff2') format('woff2'),
        url('font/HarrietDisplay-Regular.woff') format('woff'),
        url('font/HarrietDisplay-Regular.ttf') format('truetype'),
        url('font/HarrietDisplay-Regular.svg#HarrietDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('font/AvenirNextLTPro-Regular.eot');
    src: url('font/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('font/AvenirNextLTPro-Regular.woff') format('woff'),
        url('font/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('font/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#topbar {
    height: 40px;
    font-size: 18px;
    transition: all 0.5s;
}

#topbar .bi-facebook::before {
width: 20px;
height: 18px;
}

.bordeiz {
border: medium none;
   border-left: 1px dashed #5e5e5e;
}

.newsle input{
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #fff;
  min-height: calc(1.5em + .75rem + 2px);
  padding: .575rem .75rem;
   
}

.newsle button {
  min-height: calc(1.5em + .75rem + 2px);
  padding: .575rem .75rem;
  border-radius: 0px !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}

input.shadow-none{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
	color:#ffffff !important;
}

.logow{
  display: inline-block;
  width: 150px;
height: 100%;
}
.logowlinea{
display: inline-block;
width: 24px;
height: 100%;
margin: 0 0 0 2%;
}

.categoria{
font-family: 'Avenir Next LT Pro-demi';
color:#A11519;
font-size: 14px;
text-transform: uppercase;
}
#xdestacado {
  background: #f3f1f2;
}
.padindesta{

padding:20% 5%;
}
.fblanco{
  background: #ffffff;
}
.padindesta h2 a{
  color: var(--color-black);
  padding: 0px 20px;
  text-align: center;
  font-weight: normal;
  font-family: 'Avenir Next Cyr';
}
.btn-wrap {
    padding: 15px;
    text-align: center;
}
.masv.btn  {
  background: #a11519;
  color: #fff;
  border-radius: 0;
  border: none;
  padding: 3px 10px;
   font-family: 'Avenir Next LT Pro-demi';
}

.masv.btn:hover  {
  background: #000000;
  color: #fff !important;
  border-radius: 0;
  border: none;
  padding: 3px 10px;
}

#xdestacado {
  padding: 60px 0;
  overflow: hidden;
}

.no-gutter{
        padding-right:0 !important;
        padding-left:0 !important;
    }
.relacionado h5{
 color: #a11519;
  text-transform: uppercase;
 
}

.entradas p:first-of-type:first-letter { 
float: left;
font-family: 'Merriweather', serif;
font-size: 75px;
line-height: 50px;
padding: 3px;
font-weight: bold;
}
.entradas p { 
font-family: 'Merriweather', serif;
font-size: 17px;
line-height: 1.8em;
margin-bottom: 25px;
}

.entradas h2 {
/*font-weight: 200;*/
color: #A21A1C;
margin: 25px 0;
font-size: 25px;
}

h1.entry-title{
  font-family: 'Harriet Display';
  margin-bottom: 30px;
  line-height: 50px;
}

.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Avenir Next LT Pro';
  font-size: 16px;
}

#grif {
  max-width: 100%;
  padding: 0rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto auto;
  grid-gap: 2rem;
  height: 600px;
}
#grif .single-content {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
#grif img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.swiper-slide1 {
  grid-column: span 2;
  grid-row: span 2;
}
.swiper-slide1 .img-bg2 {
  height: 520px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}
.swiper-slide1 h4 {
 font-size:24px !important;
}
.zvideo .video{
    width: 70px;
	height: 70px;
	background-attachment: scroll;
    background-color: transparent;
    background-image: url(assets/img/video.svg) !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.zvideo .gallery{
    width: 70px;
	height: 70px;
	background-attachment: scroll;
    background-color: transparent;
    background-image: url(assets/img/galeria.svg) !important;
    background-position: center center;
    background-repeat: no-repeat;
	margin-bottom:0px;
}

.zvideo .postt{
    width: 70px;
	height: 70px;
	background-attachment: scroll;
    background-color: transparent;
    background-image: url(assets/img/post.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.breadcrumbs {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.breadcrumbs a{

  font-family: 'Avenir Next LT Pro';
color: #A11519;
font-size: 14px;
}
.breadcrumbs {

  font-family: 'Avenir Next LT Pro';
color: #A11519;
font-size: 14px;
}
.breadcrumbs li span{
  font-family: 'Avenir Next LT Pro';
  font-size: 14px;
}
.breadcrumbs a:hover{

color: #000000 !important;
}

.cac{
  width: 100%;
  padding: 10px;
  display: block;
  position: relative;
  border-left: 8px solid #a11519;
  line-height: 1;
  margin-top: 15px;
}

.cac h1{
    width: 100%;
	  font-family: 'Avenir Next LT Pro-demi';
font-size:18px;
margin-bottom:0px;
}
.cac span{
    width: 100%;
	font-family: 'Avenir Next LT Pro-demi';
	font-size:11px;
margin-bottom:0px;
}

.xcontador{
    width: 50px;
	font-family: var(--bs-body-font-family);

	display:block;
	right:10px;

	top:10px;
	position: absolute;
}


.fraction {
  display: flex;
  justify-content: center;
  width: 50px;
  transform: rotate(16deg);
  font-size: 2.8rem;
}
.fraction span{
  font-family: var(--bs-body-font-family);
  font-size: 0.8rem;
}
.denominator,
.numerator {
  transform: rotate(-16deg);
}

.denominator {
  display: flex;
  align-items: flex-end;
}

span.divide {
  font-size: 1.6rem;
  font-family: var(--bs-body-font-family);
}

.text-right{
  text-align: right;
}

.xmes{
  font-family: 'Avenir Next LT Pro-demi';
  color: #A11519;
font-size: 14px;
text-transform: uppercase;
}

.xdia{
  font-family: 'Avenir Next LT Pro-demi';
  color: #b0b0b0;
font-size: 18px;
text-transform: uppercase;
}
.xautor{
  font-family: 'Avenir Next LT Pro-demi';
  color: #000000;
font-size: 14px;
text-transform: uppercase;
  margin-bottom:15px;
}

.theexpert {
   font-family: var(--bs-body-font-family);
   font-size: 170%;
}

.theexpert-block {
	font-family: var(--bs-body-font-family);
   font-size: 130%;
}

.portfolio-details-slider.swiper-horizontal>.swiper-pagination-bullets {
 bottom:90px;
 left:0;
 width:100%
}

.social-links a {
    text-align: left;
    display: block;
   margin-bottom:15px;
	font-size: 170%;
}

 .compartir button {
background-color: #aaa;
border: none;
border-radius: 5px;
color: white;
display: block;
font-family: sans-serif;
font-size: 1.65em;
font-weight: 300;
outline: none;
padding: 0.6em 0.5em 0.4em 1.5em;
position: relative;
overflow: hidden;

width: 100%;
}

.compartir button[data-sharer="twitter"] {
  background-color: #00aced;
  
}
.compartir button[data-sharer="facebook"] {
  background-color: #3b5998;
  
}
.compartir button[data-sharer="linkedin"] {
  background-color: #007AB5;
  
}

.compartir button[data-sharer="email"] {
  background-color: #444;
}
.compartir button[data-sharer="whatsapp"] {
  background-color: #4DC247;
}

.compartir button[data-sharer="pinterest"] {
  background-color: #CB2029;
}


.compartir button:active {
  box-shadow: 0 0 0 transparent;
  transform: translateY(2px);
}
.compartir button:hover {

  cursor:pointer;
  opacity: 0.8;
}

.compartir button .fa {
  height: 100%;
  left: 0;
  line-height: 36px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.compartir ul {
  display: block;
  list-style: none;
  margin: 2em auto;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.compartir li {
  display: inline-block;
  margin: .3em;
  width: 130px;
}

.compartir .bi-facebook::before {
  display: inline-block;
  content: "" !important;
  vertical-align: -.125em;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAmUlEQVRIie2Suw3CMBQAz4gGUYAyBeswAVtQMAM7sAc9fQaggoqeCoSOlhg5siNF4pPrLOveyR/4K9S5ulWP6l29qhd1lXLGBcMr4AAsIn8KzFLeKDcAbKLhWWSfAFhG6x2wBx5AXRp+Q73ZZJLjhYKADTGELLfkDTrRGni9j7Y9dd0pUMC578Cp70DyBD/+i4bAEPiMwPfzBAhgWugSiO4mAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 18px;
}

.newslesingle input{
  background-color: #ffffff;
  color: #000000;
  border: 0px solid #0f0d0d;
  min-height: calc(1.5em + .75rem + 2px);
  padding: .875rem .75rem;
  border-radius:0px;
   font-family: var(--bs-body-font-family);
}

.newslesingle input[type="submit"] {
background: #A11519;
border: 0;
min-height: calc(1.5em + .75rem + 2px);
padding: .875rem 1.75rem;
color: #fff;
transition: 0.4s;
font-family: 'Avenir Next LT Pro-demi';
font-size: 16px;
}
.newslesingle input:hover[type="submit"] {
background: #000000;

color: #fff;

}

/** Regla Validada DB */
.cta {
    background: #F5F7F6;
    padding: 2rem 0 1em;
    margin-bottom: 2rem;
    font-family: var(--bs-body-font-family);
}
/** -- */

.wpcf7-spinner {
  visibility: hidden;
  display: none;
 
}

.cta strong{
color:#A11519;
 font-family: 'Avenir Next LT Pro-demi';
}

.terminos{
  font-size: 14px;
  font-family: var(--bs-body-font-family);
}

.terminos a {

  text-decoration: underline;
}
body input[type=text].wpcf7-not-valid, body input[type=email].wpcf7-not-valid, body input[type=tel].wpcf7-not-valid, body textarea.wpcf7-not-valid {
border: 1px solid #ec3c06;
}
body span.wpcf7-not-valid-tip {
display: block;
color: #ec3c06;
border: none;
position: relative;
top: auto;
left: auto;
padding: 0;
margin-top: 2px;
background: none;
font-size: 15px;
font-weight: 300;

}

body div.wpcf7-validation-errors {
background: #ffe2e2;
border: 1px solid #ff8a8a;
color: #ec3c06;
}

body div.wpcf7-response-output {
margin: 10px 0;
padding: 20px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border-radius: 5px;
}

body .wpcf7-mail-sent-ng {
background: #fff2e2;
border: 1px solid #ffbc8a;
color: #e17731;
}

body .wpcf7-mail-sent-ok {
background: #e8ffe2;
border: 1px solid #6fdf51;
color: #1ea524;
font-weight: 300;
}

.single-post-content{
  padding: 0px 0;

}

 .embed-container { 
        position: relative; 
        padding-bottom: 56.25%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.trending .widget-title{
    width: 100%;
	height: 40px;
	background-attachment: scroll;
    background-color: transparent;
    background-image: url(assets/img/lineatitulo.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

/* Effect Section
------------------------*/
.effect-section {
  position: relative;
  overflow: hidden; }
  .effect-section .svg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; }
  .effect-section .svg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none; }
  .effect-section .rotate-svg svg {
    transform: rotate(180deg); }
  .effect-section .effect-1 {
    position: absolute;
    top: -70px;
    left: -70px;
    width: 400px;
    height: 400px; }
    @media (max-width: 767.98px) {
      .effect-section .effect-1 {
        width: 300px;
        height: 300px; } }
  .effect-section .effect-2 {
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 400px;
    height: 400px; }
    @media (max-width: 767.98px) {
      .effect-section .effect-2 {
        width: 300px;
        height: 300px; } }
  .effect-section .effect-3 {
    position: absolute;
    top: -15vw;
    left: -15vw;
    width: 400px;
    height: 400px; }
    @media (max-width: 767.98px) {
      .effect-section .effect-3 {
        width: 300px;
        height: 300px; } }
  .effect-section .effect-4 {
    position: absolute;
    bottom: -70px;
    right: -100px;
    width: 400px;
    height: 400px; }
    @media (max-width: 767.98px) {
      .effect-section .effect-4 {
        width: 300px;
        height: 300px; } }
  .effect-section .sm-effect-1 {
    position: absolute;
    top: -60px;
    left: -20px;
    width: 180px;
    height: 180px; }
  .effect-section .sm-effect-2 {
    position: absolute;
    bottom: -60px;
    right: -20px;
    width: 180px;
    height: 180px; }

	.mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.opacity-8 {
    opacity: 0.8;
}

.xpp{
       padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    width: 100%;
 }

 .imapp{
       
    width: 350px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	display: block;
 }

 .pralaxline {
top: 0px;
width: 50px;
height: 100%;
background-attachment: scroll;
background-color: transparent;
background-image: url(assets/img/pralaxlinea.svg);
background-position: center center;
background-repeat: no-repeat;
display: block;
position: absolute;
right: 0px;
background-size: 80%;
}
.hamburger-menu {
  position:relative;
 
}

#menu__toggle {
  opacity: 0;
  display:none;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  top: 0px !important;
}
.menu__btn {
  position: relative;
  top: 30px;
  left: 0px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  transition-duration: .25s;
}

#menu__toggle:checked + #rayitas {
  transform: rotate(45deg);
}
#menu__toggle:checked + #rayitas::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + #rayitas::after {
  top: 0;
  transform: rotate(90deg);
}

#rayitas,
#rayitas::before,
#rayitas::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition-duration: .25s;
}

#rayitas::before {
  content: '';
  top: -8px;
}
#rayitas::after {
  content: '';
  top: 8px;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: none;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0px;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 2;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
 
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}

.header.sticked .hamburger-menu,.header.sticked .xhid .newsletterbt{
  display:inline-block;
}

.header .hamburger-menu,.header .xhid .newsletterbt{
  display:none;
}

.header.sticked .mobil{
  display:none;
}

.nav__content {
  position: relative;
 
}
.paddingfull {
margin-left: 10%;
margin-top: 1%;
margin-right: 10%;
}
.paddingfull {
  text-align: left;
  font-size: calc(1.5vw + 8px);

  cursor: pointer;
  letter-spacing: 0rem;
  text-transform: uppercase !important;
}
 .sub-menu{
  padding-left: 0;
  margin-top: 10px;
}
 .nav__list-item {
    position: relative;
    display: block;
     margin-right: 0px;
    margin-bottom: calc(0vw + 10px);
	font-family: 'Harriet Display';
}

.sub-menu .nav__list-item {
    position: relative;
    display: block;
     margin-right: 0px;
    margin-bottom: calc(0vw + 10px);
	  font-size: calc(0.5vw + 8px);
	  font-family: 'Avenir Next Cyr', serif;
}
 .nav__list-item small {
  display: none;
}
 .nav__list {
  display: flex;
  margin: 0;
padding: 0;
}
 .nav__list-item {
  width: 100% !important;
}
.paddingfull ul a {
    list-style: none;
    text-decoration: none;
    display: block;
    position: relative;
    color: #000000;
    outline: none;
   	border-bottom: 0px solid;
}

.newsletterbt {
    background-color: #a11519;
    color: #fff;
    display: inline-block;
    font-family: var(--bs-body-font-family);
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    width: 100px;
cursor: pointer;
}

.newsletterbt:hover {
    background-color: #000000;
    color: #ffffff !important;
   
}
.newsletterbt:visited {
    background-color: #a11519;
    color: #ffffff !important;
}
.xhid .newsletterbt {
  margin-top: 20px;
}


.header.postpost {
 height: 70px;
margin-top: 0px;
position: relative;
width: 100%;
padding-top: 0px;
z-index: 99999;
  transition: 0.3s all ease;
top: 0;
}
.header.postpost .logo img {
  max-height: 120px;
  width: 168px;
  margin: 10px auto 0px;
    transition: 0.3s all ease;
}


.header.postpost .hamburger-menu,.header.postpost .xhid .newsletterbt{
  display:inline-block;
}

.header.postpost .mobil{
  display:none;
}

.single-post #main {
  margin-top: 40px;
}
.post-template-single-imagengrande #main {
  margin-top: 0px;
}
.archivess {
  margin-top: 40px;
}

.bgg img{
 
  width: 100%;
  margin: 0px auto 60px;
    transition: 0.3s all ease;
}

.bgg {  
  margin-bottom:60px !important;
  
}

#divocultamuestra{
transition: opacity 0.2s linear 300ms, transform 0.2s ease, visibility 0.2s linear;
cursor: pointer;
}


#secondary {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

#social-links {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index:100;
}

#social-links span {
	font-size: 24px;
	color: #A21A1C;
}

#divocultamuestra{
  position:absolute;
  width:300px;
  height:200px;
  background:#333333;
  top:20px;
  right:0;
  display:none;

}

#divocultamuestra0{
position: absolute;
width: 200px;
height: 150px;
background: #333333;
top: 40px;
right: 12px;
display: none;

}
.jmAcYz .consumer-marketing-unit--nav-cta:hover + .consumer-marketing-unit--nav-rollover,.jmAcYz .consumer-marketing-unit--nav-cta:focus + .consumer-marketing-unit--nav-rollover{
    transform:translateY(0px);
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}
 .jmAcYz .consumer-marketing-unit--nav-rollover:hover,.jmAcYz .consumer-marketing-unit--nav-rollover:focus{
    transform:translateY(0px);
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}







 .jmAcYz .consumer-marketing-unit--nav-rollover{
    position:absolute;
    right:0px;
    transform:translateY(-14px);
    transition:opacity 0.2s linear 300ms, transform 0.2s ease, visibility 0.2s linear;
    visibility:hidden;
    opacity:0;
    display:none;
    top:2rem;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    z-index:80;
}
 @media (min-width: 768px){
     .jmAcYz .consumer-marketing-unit--nav-rollover{
        display:flex;
    }
}
/*! CSS Used from: Embedded */
 .cm-nav-rollover{
    background-image:-webkit-gradient(linear,left top,left bottom,from(#a30c15),to(#dc161c));
    background-image:-o-linear-gradient(top,#a30c15,#dc161c);
    background-image:linear-gradient(to bottom,#a30c15,#dc161c);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#fff;
    cursor:pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-height:200px;
    padding:36px 0 24px;
    text-align:center;
    width:300px;
}
 


 .cm-nav-rollover:hover .cm-nav-rollover__subscribe-button{
    text-decoration:underline;
	color:#ffffff !important;
}


 .cm-nav-cta__anchor{
    background-color:#dc161c;
    color:#fff;
    display:block;
    font-family: 'Avenir Next LT Pro-demi';
    font-size:14px;
    line-height:21px;
    font-weight:500;
    text-align:center;
    text-decoration:none;
    width:80px;
}
 .cm-nav-cta:hover{
    text-decoration:underline;
}
 @media (max-width:767px){
     .cm-nav-cta__anchor{
        font-size:11px;
        width:60px;
    }
     .cm-nav-cta{
        margin-right:16px;
    }
     .cm-nav-cta--desktop,.cm-nav-cta--tablet{
        display:none;
    }
}
 @media (min-width:768px) and (max-width:1023px){
     .cm-nav-cta--desktop,.cm-nav-cta--mobile{
        display:none;
    }
}
 @media (min-width:1024px){
     .cm-nav-cta--mobile,.cm-nav-cta--tablet{
        display:none;
    }
}

.xxgale .swiper-slide img {
  height: auto;
 width: 100%;
}

.bgbigg img{
  height: auto;
 width: 100%;
}

.entradas blockquote p:first-of-type:first-letter { 
float: none;
   font-size: initial;
   line-height: initial;
   padding: initial;
font-weight:initial;
text-align: center;
}

.cuadro_box{
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding: 15px 40px;
  border: 2px solid #a11519;
  font-style: italic;
}

.cuadro_box strong{
    color: #a11519;

}

.cuadro_box a{
    color: #000000;
	text-decoration: underline;

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

}

.boxdiv:before  { top: -15px;
    left: 0px;
    border-width: 2px 0 0 2px !important;
}
.boxdiv:after {
    bottom: -15px;
    right: 0px;
    border-width: 0 2px 2px 0 !important;
}

.boxdiv:before , .boxdiv:after
    {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #a11519;
    z-index: 2;
}

.boxdiv {
 font-size: 18px;
width: 50%;
margin: 3rem 2rem !important;
padding: 1.25em 20px;
line-height: 1.45;
position: relative;
color: #383838;
background: #ffffff;
float: left;
font-family: var(--bs-body-font-family);
text-align: center;
 font-weight:normal;

}

.entradas .boxdiv p:first-of-type:first-letter { 
float: none;
   font-size: initial;
   line-height: initial;
   padding: initial;
font-weight:initial;
text-align: center;
}


.post-entry-2 h2 a {
  color: var(--color-black);
  font-family: 'Harriet Display';

}

.pagination-wrap {
	margin-bottom: 30px;
}

.back-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.current.page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
   border: 2px solid #000000;
  background: #ffffff;
  color: #a21a1c;
}
.back-pagination li:not(.back-next) a {
  width: 40px;
  height: 40px;
  border: 2px solid #a2a2a2;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  color: #a21a1c;
}
.back-pagination li:not(.back-next) a:hover {
  border: 2px solid #000000;
  background: #ffffff;
  color: #000000;
}
.back-pagination li {
  margin-right: 7px;
}
.back-pagination li.back-next {
  line-height: 45px;
  padding-left: 15px;
}
.back-pagination li.back-next a {
  font-size: 14px;
  font-weight: 600;
  color: #020334;
  border: 2px solid rgba(2, 3, 52, 0.078);
  padding: 9px 20px;
  border-radius: 5px;
}
.back-pagination li.back-next a i {
  font-size: 20px;
  position: relative;
  top: 3px;
}
.back-pagination li.back-next a:hover {
  background: #ffffff;
  color: #000000;
}
.back-pagination svg {
  width: 18px;
  color: #0a0a0a;
  position: relative;
  top: 7px;
  left: 3px;
  transition: all 0.5s ease 0s;
}
.back-pagination.back-shop-pagination {
  justify-content: center;
  padding-top: 50px;
}

.wp-pagenavi {
  clear: both;
  text-align: right;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 2px solid #BFBFBF;
  padding: 5px 10px;
  margin: 2px;
  border-radius: 5px;
  font-family: 'Avenir Next Cyr', serif;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	color:#000000 !important;
}

/* forms ============================================================= */
.menu__box .form-group {
    margin-bottom: 1rem;
}

.menu__box .form-group label {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
}

.menu__box .form-group label .required {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #FFAC01;
    border-radius: 50%;
    vertical-align: super;
}

.menu__box .form-control {
    height: calc(1.5em + 1.3rem + 2px);
    padding: .35rem;
    color: #495057;
    border-color: #707070;
    border-radius: 0;
}
.menu__box .form-control.form-control-sm {
    height: calc(1.5em + 1rem + 2px);
    padding: .25rem 2.5rem;
}

.menu__box .frm-search {
	position: relative;
}
.menu__box .frm-search .btn-search {
	position: absolute;
	left: 4px;
	top: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	width: 36px;
	height: 36px;
	outline: none;
}
.menu__box #search_nav {
  width: 100%;
  text-align: center;
  display: inline-block;
  background: transparent;
  margin-bottom: 5%;
margin-top: 5%;
}
.menu__box #search_form {
width: 99%;
height: 60px;
display: inline-block;
float: none;
max-width: 250px;
position: relative;

}

.menu__box .btn-search img{
  height: 19px;
  width: 19px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.socialbig .social-links a {
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  line-height: 30px;
  color:#cccccc;
  font-size: 24px;
}

.suscc{
  font-family: 'Avenir Next LT Pro-demi';
 color: #a11519;
  font-size: 14px;
  text-transform: uppercase;
}
 .socialbig{
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  bottom: 0px;
  padding: 0px 15px;
  border-top: 1px solid #cccccc;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgb(2, 2, 2);
  opacity: 1;
}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(161, 21, 25, 1);
}
.mySwiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-bottom: 20px;
}

.mySwiper .post-entry-2 {
  margin: 0 20px;
}

/** Estilos barra adidas desktop */
.navbar-brand1{
    max-width: 13rem;
}
.navbar-img1{
    width: 13rem;
	padding: 1rem;
    
}

/** Estilos Form Newsletter Nuevo */
.contact-form form {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #000;
}
.contact-form form.sent  {
    border-color: #000;
    font-size: 0.8rem;
    color: #a11519;
}

.contact-form p {
	margin: 0px;
}

#news-foot input {
	
}

#contact-di input[type=text], #contact-di input[type=tel],#contact-di input[type=email],#contact-di input[type=date], textarea, select{
    width: 30rem;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	font-family: inherit;
	font-size: 14pt;
	line-height: 1.15;
  }

#contact-di label {
	font-size: 2em;
	line-height: 1;
}

#contact-di input[type=submit] {
	background-color: var(--color-links);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 2rem;
    color: #fff;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}

#post-10344 h1 {
	font-family: 'Avenir Next LT Pro' !important;
}

.btn_news_enviar {
margin:1rem; background: #a11519; border: 0;min-height: calc(1.5em + 0.75rem + 2px);padding: 0.875rem 1.75rem;color: #fff;transition: .4s;font-family: 'Avenir Next LT Pro-demi';font-size: 16px;
}
/** Quizzes */

/*boton flotante*/

#btn-mas, #btn-cerrar{
    display: none;
}
.container-social{
    position: fixed;
    bottom: 20px;
    right: 20px;
    margin-bottom: 8rem;
}
.redes a, .btn-mas label{
    display: block;
    text-decoration: none;
    background: #fff;
    color: #a11519;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    transition: all 500ms ease;
	font-size: 1.5em;
}
.redes a:hover{
    background: #fff;
    color: #000000;
}
.redes a{
    margin-bottom: -15px;
    opacity: 0;
    visibility: hidden;
}
#btn-mas:checked~ .redes a{
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.btn-mas label{
    cursor: pointer;
    background: #fff;
    font-size: 23px;
}
#btn-mas:checked ~ .btn-mas label{
    transform: rotate(135deg);
    font-size: 25px;
}
.btn-prin a{
    background-color: #fff;
    margin-top: 4rem;
	margin-bottom: 4rem;
    color: #a11519;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.4);
    position: fixed;
    bottom: 20px;
    right: 20px;
	opacity:1;
	font-size:1.3em;
}

.wp-block-list {
	font-size: large;
}



/** Barra Fija 
.container_barra{
	position: fixed;
	bottom: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.barra_fija {
	border: 0px solid;
	transition: all 500ms ease;
}

.cerrar {
	position: relative;
	width: 20px;
	height: 20px;
	border: 0px solid;
	color: #000;
	display: block;
	cursor: pointer;
	-webkit-animation-duration: 10s;
	animation-duration: 10s; 
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#btn-cerrar:checked ~ .barra_fija {
    opacity: 0;
    visibility: hidden;
	transition: all 500ms ease;
	height: 1px;
}

#btn_cerrar:not(:checked) ~ .barra_fija {
	
}

.cerrar label{
	position: relative;
    cursor: pointer;
	left: 1rem;
	
}

#btn-cerrar:checked ~ .cerrar label{
    transform: rotate(135deg);
    font-size: 20px;
	position: relative;
	right: 1rem;
}*/
