/*
	Theme Name: Experiencia BT
	Theme URI: http://experienciabt.com
	Description: HTML5 Blank 
	Version: 1.4.3
	Author: Aurelio
	Author URI: 
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
:root{
	/* Basics */
	--primary: #3D64ED;
	--secondary: #93C116;
	--terciary: #DBE0F4;
  
	--textprimary: #000000;
	--textsecondary: #212121;
	--textcontrast: #FFFFFF;

	--bgclaro: #FFFFFF;
	--bgobscuro: #000000;

	
  }
  
  /* RESET */
  *, 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%;
	outline: none;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	box-sizing: border-box;
  }
  
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
	display: block;
  }
  
  body {
	background: #FFFFFF;
	color: #212529;
	width: 100%;
	display: inline-block;
	transition: 0.3s ease all;
  }
  
  
  ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  blockquote, q {
	quotes: none;
  }
  
  blockquote:before, blockquote:after,
  q:before, q:after {
	content: "";
	content: none;
  }
  
  table {
	border-collapse: collapse;
	border-spacing: 0;
  }
  
  input::-ms-clear {
	width: 0px;
	height: 0px;
  }
  
  select::-ms-expand {
	display: none;
  }
  
  img {
	max-width: 100%;
	width: 100%;
  }
  
  a {
	text-decoration: none;
	/* color: #4E4347; */
	/* margin: 0px 5px; */
  }
  div{
	box-sizing: border-box;
  }
  
  /**********************************************/
  /*INPUTS TEXT & NUMBER*/
  table.textbox td.input input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
  }
  
  input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
	opacity: 0;
  }
  
  input[type=number] {
	-moz-appearance: textfield;
  }
  
  input {
	-webkit-appearance: none;
  }
  
  input::-webkit-input-placeholder {
	line-height: normal !important;
  }
  
  /**********************************************/
  /*SCROLL*/
  *::-webkit-scrollbar {
	width: 6px;
  }
  
  /**::-webkit-scrollbar-track { background-color: #afafaf; }*/
  *::-webkit-scrollbar-thumb {
	background-color: #ffffff;
  }
  
  body.dark *::-webkit-scrollbar-thumb {
	background-color: #222222;
  }
  
  .scroll {
	overflow-x: auto;
  }
  
  .scroll::-webkit-scrollbar {
	height: 5px;
  }
  
  .scroll::-webkit-scrollbar-track {
	background-color: #afafaf;
	transition: 0.3s ease all;
  }
  
  body.dark .scroll::-webkit-scrollbar-track {
	background-color: #222222;
  }
  
  .scrolly {
	overflow-y: auto;
  }
  
  .scrolly::-webkit-scrollbar {
	height: 5px;
  }
  
  .scrolly::-webkit-scrollbar-track {
	background-color: #afafaf;
	transition: 0.3s ease all;
  }
  
  body.dark .scrolly::-webkit-scrollbar-track {
	background-color: #222222;
  }
  
  .scrolly::-webkit-scrollbar-thumb {
	background-color: #afafaf;
	transition: 0.3s ease all;
  }
  
  body.dark .scrolly::-webkit-scrollbar-thumb {
	background-color: #222222;
  }
  
  /* FIN RESET */
  
  
  body {
	font-family: 'Poppins', sans-serif ;
	font-weight: normal;
  }
  
  .btntransparent {
	border-radius: 5px;
	padding: 0.375rem 1.2rem;
	outline: none;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF ;
	width: fit-content;
  }
  .btntransparent:hover {
	background: #000;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
  }
  
  .btntransparent.reverse {
	border-radius: 5px;
	padding: 0.375rem 1.2rem;
	outline: none;
	border: 1px solid #000000;
	border-bottom: 1px solid #000000 ;
	color: #FFFFFF;
  }
  .btntransparent.reverse:hover {
	background: #000000;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
  }
  
  .headerLogo.logominibanorte img {
	height: 40px;
	width: auto;
	transition: all 0.5s;
  }
  
  .topnav {
	  overflow: hidden;
	  background-color: #fff;
	  display: flex;
	  /* justify-content: space-between;
	  align-items: center; */
	  flex-direction: column;
	  position: fixed;
	  width: 100%;
	  z-index: 999;
	  color: #fff;
	  top: 0;
	  /* padding: 0rem 2rem; */
	}
  
	.level1{
	  display: flex;
	  width: 100%;
	  justify-content: space-between;
	  align-items: center;
	}
  
	.level1 .boxlevel1{
	  display: flex;
	  width: 90%;
	  max-width: 95%;
	  margin: 0 auto;
	  align-items: center;
	  justify-content: space-between;
	}
	.level1 .boxlevel1 .boxmini{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	 width: 40px;
	}
  
	.level1 .boxlevel1 .placeicons{
	  display: flex;
	}
  
  
	.headerLogo img {
	  height: 70px;
	  width: auto;
	  padding: 5px 0;
	  transition: all 0.5s;
	}
  
	.vivesano {
	  color: rgb(5, 177, 5);
	}
  
	.topnav button {
	  display: none;
	}
  
	.topnav a{
	  text-transform: uppercase;
	  /* padding: 10px 0; */
	  color: var(--secondary);
	}
	.level2{
	  display: flex;
	  width: 100%;
	  justify-content: center;
	  background: var(--primary);
	  color: var(--textcontrast);
	  padding: 1em 0;
	}
	.level2 ul{
	  display: flex;
	  width: 90%;
	  max-width: 1300px;
	  justify-content: space-between;
	}
  
	.level2 li a{
	  color: var(--textcontrast);
	}
	.level2 li.ghost{
	  display: none;
	}

	li::marker{
		display: none;
	}
  
  .content{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 124px;
  }
  .content.receta{
	margin-top: 108px;
  }
  
  .banner{
	display: flex;
	width: 100%;
	justify-content: center;
	background-color: var(--terciary);
	/* padding: 1em 0; */
	align-items: center;
  }
  
  .wrapped{
	display: flex;
	width: 90%;
	max-width: 1300px;
  }
  
  .box-banner{
	display: flex;
	  width: 90%;
	  max-width: 1300px;
	position: relative;
	display: flex;
	/* width: 100%; */
	height: 100%;
  
	
	flex-direction: column;
	margin: 2em 0;
	
  }
  
  .box-banner img{
	position: absolute;
	max-width: 1300px;
	width: 100%;
	height: 100%;
  
	object-fit: cover;
  }
  
  .txt-banner{
	position: relative;
	z-index: 2;
	width: 35%;
	/* margin-left: 30px;
	margin-top: 55px; */
	color: #fff;
	height: auto;
	padding: 1em 0em 1em 1em ;
  }
  
  .txt-banner h3{
	color: var(--secondary);
	font-weight: normal;
	margin-bottom: 1em;
  }
  
  .txt-banner h1{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 1em;
  }
  
  .txt-banner p{
	margin-bottom: 1em;
  }
  
  .btn-banner{
	width: 130px;
	height: 50px;
	border-radius: 10px;
	background-color: var(--primary);
	color: var(--textcontrast);
	bottom: 0px;
  }
  
  .grid-notice{
  display: flex;
  justify-content: center;
  margin: 2em 0;
  }
  
  .box-grid-notice{
	width: 100%;
	justify-content: center;
  }
  
  .parent {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-gap: 20px;
	/* margin: 40px auto; */
	}
  
  
	
	/* .div1 { grid-area: 1 / 1 / 2 / 2;}
	.div2 { grid-area: 1 / 2 / 2 / 3;}
	.div3 { grid-area: 1 / 3 / 2 / 4;}
	.div4 { grid-area: 1 / 4 / 2 / 5;} */
  
	.itemgrid{
	  display: flex;
	  flex-direction: column;
	}
  
	.itemgrid a{
		color: var(--textprimary);
	}

	.itemgrid .bottomitem{
	  padding: 10px 15px;
	}
  
	.date-notice{
	  font-size: 12px;
	  margin: 10px 0;
	}
  
  .category-notice{
	color:  var(--secondary);
	font-size: 12px;
	font: weight 7px;
  }
  
  .title-notice{
	font-size: 20px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  
  .txt-notice{
	font-size: 12px;
  }
  
  .video{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* height: 200px; */
	background-color: var(--secondary);
  }

  .btnvermasvideo{
	margin-top: 10px;
	display: flex;
	width: fit-content;
	padding: 10px 15px;
	background: var(--primary);
	color: var(--textcontrast);
	transition: all .2s ease-in;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
  }

  .btnvermasvideo:hover {
	opacity: .8;
	transition: all .2s ease-in;
  }
  
  .grid-card{
	display: flex;
	justify-content: center;
	width: 100%;
  }
	
  .box-grid-card{
	width: 100%;
	justify-content: center;
  }
	
  .header-card{
	font-size: 30px;
	color: var(--primary);
	margin: 20px auto;
	text-align: center;
  }
  
  .parent-card {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 35px;
	margin-bottom: 40px;
  }
  
  .div-card{
	display: flex;
	flex-direction: column;
  }
  
  .div-card a{
	color: var(--textprimary);
  }
  

  .content-card{
	border: 1px solid #bbd4df;
	border-top: none;
	padding: 10px 20px 20px 20px;
	min-height: 184px;
  }
  
  .date-card{
	font-size: 12px;
  }
  
  .box-content-card{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
  }
  
  .top-card{
	display: flex;
	flex-direction: row;
	margin-top: 15px;
  }
  
  .icon-card{
	color: var(--secondary);
	width: 17%;
	margin-top: 4px;
  }
  
  .icon-card i{
	display: flex;
	font-size: 30px;
  }
  
  .title-card{
	font-size: 20px;
	line-height: 25px;
  }
  
  .bottom-card{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #C3C3C1;
	font-size: 20px;
	margin-bottom: 10px;
  }
  
  
  
  
  footer{
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 4em 0;
	background: var(--primary);
	color: var(--textcontrast);
	text-align: center;
  
  }
  
  footer .wrapped{
   flex-direction: column;
  
  }
  
  footer .boxlogofooter{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 20px;
   }
  
   footer .boxlogofooter img{
	width: 100%;
	height: auto;
	max-width: 200px;
	margin: 0 auto;
	filter: brightness(0) invert(1);
   }
  
   footer div, footer a, footer p{
	margin-bottom: 10px;
   }
  
   footer a{
	color: var(--textcontrast);
   }
   footer a:hover{
	text-decoration: underline;
   }
  
  
   .promo_pase {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: column-reverse;
  }
  
  .promo_pase .carousel {
	width: 100%;
	overflow: hidden;
	margin: 0 0 2em;
  }
  
  .owl-stage-outer, .owl-stage {
	/* height: 100%; */
	position: relative;
	display: flex;
	/* overflow: hidden; */
  }
  
  .owl-item {
	height: 100%;
	float: left;
	position: relative;
  }
  
  .promo_pase .carousel img {
	width: 100%;
  }
  
  
  
  .owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
	left: 0;
  }
  .owl-nav button.owl-next {
	right: 0;
  }
  
  .owl-dots {
	display: flex;
	text-align: center;
	padding-top: 15px;
	width: 100%;
	justify-content: flex-end;
	padding-right: 25%;
  }
  .owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
	background-color: #000;
	width: 25px;
	height: 15px;
	border-radius: 15px;
  }
  .owl-dots button.owl-dot:focus {
	outline: none;
  }
  .owl-nav button {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	  background: rgba(255, 255, 255, 0.38) !important;
  }
  span {
	  font-size: 70px;    
	  position: relative;
	  top: -5px;
  }
  .owl-nav button:focus {
	  outline: none;
  }
  
  .owl-dot {
	border-radius: 50px;
	height: 10px;
	width: 10px;
	display: inline-block;
	background: rgba(127,127,127, 0.5);
	margin-left: 5px;
	margin-right: 5px;
  }
  
  .owl-dot.active {
	background: rgba(127,127,127, 1);
  }
  
  
  .slick {
	/* background: #EFEFEF; */
	/* padding: 20px; */
	padding: 20px 0;
	display: flex;
	width: 100%;
	flex-direction: column;
  }
  .slick .slick-slide {
	outline: none !important;
	-webkit-backface-visibility: hidden !important;
	display: flex;
  }
  .slick .slick-slide * {
	-webkit-backface-visibility: hidden !important;
  }
  
  .caption {
	text-align: center;
	padding: 10px 0 0 0;
	color: #000;
	margin: 0;
	font-size: 24px;
  }
  
  .slick-prev, .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -10px;
  }
  
  .slick-next {
	left: 105%;
  }
  
  .slick-prev {
	right: 105%;
  }
  
  .slick-dots {
	text-align: center;
	margin: 10px 0 0 0;
  }
  .slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
  }
  
  .itemslider{
	display: flex;
	justify-content: space-between;
  }
  
  .textoslider{
	display: flex;
	width: 35%;
	flex-direction: column;
	padding:0px 1em 0px 0px;
  }
  .textoslider h3{
	color: var(--textcontrast);
	font-weight: normal;
	margin-bottom: 1em;
  }
  .textoslider h2{
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 1em;
	color: var(--textcontrast);
  }
  
  .textoslider p{
	margin-bottom: 1em;
	color: var(--textcontrast);
  }
  
  
  
  
  .slick-dots button {
	background: transparent;
	border: 0;
	/* display:none; */
	border-radius: 50%;
	/* border: 1px solid #000; */
	height: 15px;
	width: 15px;
	font-size: 0;
	background: var(--bgclaro);

  }
  ul.slick-dots {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	justify-content: end;
	  /* margin: 30%; */
	  margin-right: 25%;
  }
  ul.slick-dots li {
	/* color: black;
	padding: 10px; */
	cursor: pointer;
	font-size: 30px;
  }
  /* ul.slick-dots li.slick-active {
	background: red;
  } */
  
  ul.slick-dots li.slick-active button{
	background: var(--primary);
	height: 15px;
	width: 25px;
	border-radius: 15px;
  }
  
  
  .videoslider{
	display: flex;
	width: 60%;
	/* border: 1px solid #000; */
	height: 350px;
  }
  
  
  /* .carousel a {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: calc(100% - 50px);
	opacity: 0.5;
	margin: 20px 0;
  }
  
  .carousel .active a {
	opacity: 1;
  
	height: 100%;
	margin: 0;
	border-radius: 4px;
	overflow: hidden;
  }
  
  .carousel a figure {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
  }
  .carousel a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .carousel a figcaption {
	position: relative;
	z-index: 2;
	bottom: 0;
	color: #fff;
	background: linear-gradient(0deg, black 0%, rgba(13, 51, 176, 0) 100%);
	position: absolute;
	width: 100%;
	max-width: inherit;
	padding: 220px 130px 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  
  .carousel a figcaption::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f04b";
	left: calc(50% - 50px);
	top: 60px;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	z-index: 2;
	border: 1px solid #fff;
	border-radius: 10em;
	color: #fff;
	font-size: 2em;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.2);
	text-indent: 5px;
	margin-bottom: 60px;
  }
  
  .carousel a figcaption .inner {
	padding: 0 5%;
  }
  
  .carousel a figcaption span {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fff;
  }
  
  .carousel a figcaption strong {
	display: block;
	width: 100%;
	font-size: 1.6em;
	font-weight: 900;
	margin-bottom: 10px;
	text-align: center;
  }
  
  .line.center:after {
	margin: 15px auto;
  }
  
  .carousel a figcaption span:after {
	background: #fff;
  } */
  
  
  .linesinfo{
	display: flex;
	width: 100%;
	justify-content: center;
  }
  
  .listarticles{
	display: grid;
	  grid-template-columns: repeat(1, 1fr);
	  grid-template-rows: 1fr;
	  grid-column-gap: 35px;
	  margin-bottom: 40px;
  }
  
  .listarticles li{
	display: flex;
	width: 100%;
  
  }
  
  .listarticles li a{
	display: flex;
	border-radius: 10px;
	background: var(--terciary);
	margin-bottom: 1em;
	width: 100%;
  }
  
  .listarticles li a .infoarticles{
	display: flex;
	flex-direction: column;
	justify-content: center;
   
	padding: 10px 20px;
	border-radius: 10px 0 0 10px;
	color: var(--textprimary);
	width: 100%;
  }
  
  .listarticles li a .infoarticles h2{
	color: var(--textprimary);
	font-weight: bold;
  }
  
  .listarticles li a .infoarticles p{
	color: var(--textprimary);
  }
  
  
  .listarticles li a .imagearticles{
	display: flex;
	height: 100%;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
	width: 350px;
	
  }
  
  .listarticles li a .imagearticles img{
	border-radius: 0 10px 10px 0;
	object-fit: cover;
	
	
  }
  
  
  
  .youtube {
	  background-color: #000;
	  /* margin-bottom: 30px; */
	  position: relative;
	  /* padding-top: 56.25%; */
	  overflow: hidden;
	  cursor: pointer;
	width: 100%;
  }
  .youtube img {
	  width: 100%;
	  top: -16.82%;
	  left: 0;
	  opacity: 0.7;
  }
  /* .youtube .play-button {
	  background-color: #333;
	  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	  z-index: 1;
	  opacity: 0.8;
	  border-radius: 6px;
  } */
  
  .youtube .play-button {
	/* background-color: #333; */
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	opacity: .8;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 6em;
	position: absolute;
  }
  
  .youtube img{
	  cursor: pointer;
  }
  .youtube img,
  .youtube iframe,
  
  
  .youtube iframe {
	  height: 100%;
	  width: 100%;
	  top: 0;
	  left: 0;
	object-fit: cover;
  }


  .vimeo {
	/* background-color: #000; */
	position: relative;

	overflow: hidden;
	cursor: pointer;
  	width: 100%;
}
/* .vimeo img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
} */



/* .vimeo img{
	cursor: pointer;
}
.vimeo img,
.vimeo iframe, */


.vimeo iframe {
	position: relative;
	height: 100%;
	width: 100%;
	/* top: 0;
	left: 0;
  object-fit: cover; */
}

.fluid-width-video-wrapper {
    width: 100%;
   position: initial !important;
    padding: 0;
}



  
  /* NOTA */
  .banner-article{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
  }
  
  .box-banner-article{
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
  }
  .box-banner-article:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(250,140,50, 0.6); */
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.20214023109243695) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.20214023109243695) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.20214023109243695) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	z-index: 1;
  }

  
  .box-banner-article img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .wrapped2{
	width: 90%;
	align-self: center;
	max-width: 1300px;
  }
  
  .txt-banner-article{
	position: relative;
	z-index: 2;
	width: 55%;
	color: #fff;
	height: auto;
	padding: 7em 0em 7em 0em ;
	text-shadow: 2px 2px 10px #000000;
  }
  
  .txt-banner-article h3{
	color: var(--secondary);
	font-weight: normal;
	margin-bottom: 1em;
	font-size: 1.3em;
  }
  
  .txt-banner-article h1{
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 1em;
	font-weight: normal;
  }
  
  .article{
	width: 90%;
	margin: 70px auto;
	  z-index: 1;
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  position: relative;
	  max-width: 1300px;
  }
  
  .col-aside{
  width: calc(100% - 300px - 4%);
  position: relative;
  display: block;
  margin: 0;
  border-right: 1px solid var(--primary);
  }
  
  aside {
	display: block;
	width: 300px;
	margin: 0;
	vertical-align: top;
	background: 0 0;
	position: relative;
  }
  
  .title-aside{
  color:var(--primary);
  font-size: 1.3em;
  margin-bottom: 30px;
  }
  
  .content-aside {
	display: grid;
	grid-template-columns: repeat(1, 4fr);
	grid-template-rows: 4fr;
	grid-gap: 30px;
	}
  
	.itemgrid-article{
	  display: flex;
	  flex-direction: column;
	  color: var(--textprimary);
	}
  
	.date-article{
	  font-size: 12px;
	  margin-top: 10px;
	  color: var(--secondary);
	}
  
	.title-article{
	  font-size: 20px;
	  line-height: 25px;
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
  
  
  
  .text {
	width: 740px;
	margin: 0 auto;
  }
  
  .text h2.intro {
	text-align: left;
	margin: 0 0 4%;
	color: #000;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1.4em;
  }
  
  .text .content_note h1 {
	margin: 0 auto 20px;
  }
  
  .text .content_note h2 {
	margin: 8% 0 2%;
	font-weight: 600;
	color: #000000;
	font-size: 1.6em;
  }
  
  .text .content_note h2:not(.intro):after {
	content: "";
	width: 20px;
	height: 3px;
	background: var(--secondary);
	display: block;
	margin: 5px 0 0 0;
  }
  
  .text .content_note h3 {
	margin: 8% 0 2%;
	font-weight: 600;
	font-size: 1.4em;
	color: var(--primary);
  }
/*   
  .text .content_note h3:after {
	content: "";
	width: 20px;
	height: 3px;
	background: var(--secondary);
	display: block;
	margin: 5px 0 0 0;
  } */
  
  .text .content_note h4 {
	font-weight: 600;
	font-size: 1.3em;
	width: 100%;
	margin: 3% 0 1%;
  }
  
  .text .content_note strong {
	font-weight: 600;
  }
  
  .text .content_note p, .text .content_note > div {
	font-size: 1.2em;
	line-height: 1.45em;
	margin: 0 0 2%;
	font-weight: 400;
  }
  
  .text .content_note > *[style*=px], .text .content_note > div[style*=px] {
	max-width: 100% !important;
  }
  
  .text .content_note img {
	max-width: 100%;
	display: block;
	margin: 0 auto 6%;
	height: auto;
	width: auto;
	min-width: 400px;
  }
  
  .text .content_note .publicidad img {
	min-width: auto;
  }
  
  .text .content_note figure {
	margin: 0 0 4%;
	overflow: hidden;
  }
  
  .text .content_note .wp-block-image {
	background: #efefef;
	margin: 0 0 4%;
	padding: 0;
  }
  
  .text .content_note .wp-block-image img {
	margin: 0 auto;
  }
  
  .text .content_note .wp-block-image figcaption {
	padding: 3px 2%;
	color: #999;
	font-size: 0.9em;
	text-align: left;
	margin: 0;
  }
  
  .text .content_note .wp-block-image figcaption br {
	display: none;
  }
  
  .text .content_note .wp-block-image figcaption .media-credit {
	text-align: left;
	font-size: 1em;
	margin: 0;
	font-weight: 600;
	color: #555;
  }
  
  .text .content_note .wp-block-image figcaption .media-credit:before {
	content: "©";
  }
  
  .text .content_note .wp-block-image figcaption .media-credit:empty {
	display: none;
  }
  
  .text .content_note blockquote {
	padding: 10px 10px 10px 50px;
	position: relative;
	font: italic 1.2em/2em 'Poppins';
	margin: 0 0 4%;
  }
  
  .text .content_note blockquote cite {
	font-weight: 900;
  }
  
  .text .content_note blockquote.wp-embedded-content {
	padding: 0 40px 0 0;
	width: 100%;
	margin: 0;
  }
  
  .text .content_note blockquote.wp-embedded-content a {
	text-decoration: none;
	line-height: 1.6em;
	display: block;
	font-weight: 6;
  }
  
  .text .content_note blockquote:after {
	top: 10px;
	content: " “";
	position: absolute;
	left: -30px;
	color: #000000;
	font: normal 900 7em/1em 'Poppins';
	text-shadow: 1px 2px 0 var(--secondary);
  }
  
  .text .content_note blockquote.wp-embedded-content:after {
	top: calc(50% - 12px);
	content: " \f30b";
	position: absolute;
	right: 0;
	color: #000000;
	font: normal 900 1.4em/1em "Font Awesome 6 Pro";
	text-shadow: 1px 1px 0 #eb008b;
	left: auto;
  }
  
  .text .content_note iframe {
	max-width: 100%;
  }
  
  .text .content_note iframe[src^="https://www.youtube.com/"] {
	width: 100%;
	height: 480px;
  }
  
  .text .content_note iframe[src^="https://www.google.com/"] {
	width: 100%;
	height: 320px;
	padding: 20px;
	background: #efefef;
  }
  
  .text .content_note iframe[width^="300"] {
	margin: 20px auto 0 !important;
	width: 300px;
	min-height: 250px;
	/* padding:20px; */
	background: #efefef;
	display: block;
  }
  
  .text .content_note iframe.instagram-media {
	max-width: 80%;
	margin: 0 auto !important;
	display: block !important;
  }
  
  .text .content_note p strong {
	font-weight: 600;
  }
  
  .text .content_note p b {
	font-weight: bold;
	color: #111;
  }
  
  .text .content_note p i {
	font-style: italic;
  }
  
  .text .content_note a {
	color: var(--secondary);
	/* position: relative; */
	text-decoration: underline;
  }
  
  .text .content_note a:hover {
	text-decoration: none;
  }
  
  .text .content_note ul li {
	margin: 0 0 3%;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 1.2em;
	line-height: 1.4em;
  }
  
  .text .content_note .media-credit-container {
	background: #efefef;
	margin: 0 4% 2% 0;
	width: 100%;
	max-width: initial !important;
	padding: 0 0 1px;
	font-size: 1em !important;
  }
  
  .text .content_note .media-credit-container img {
	margin: 0;
  }
  
  .text .content_note {
	/* padding: 0 0 200px */
  }
  
  .text .content_note h1 {
	margin: 8% 0 2%;
	font-weight: 600;
	color: var(--secondary);
	font-size: 2em;
  }
  
  .text .content_note .wp-block-embed__wrapper {
	display: flex;
	justify-content: center;
	margin: 0 0 4%;
  }
  
  .text .content_note .wp-block-embed__wrapper iframe {
	width: 100%;
  }
  
  .text .content_note .publicidad {
	margin: 4% 0 0;
	/* border-top: 1px solid #ddd; ** border-bottom: 1px solid #ddd; */
	position: relative;
	padding: 20px 0 10px;
	background: #dddddd;
	font-size: 1em;
  }
  
  .text .content_note .publicidad iframe {
	margin: 0 !important;
  }
  
  .text .content_note .publicidad:empty:after {
	content: "";
  }
  
  .text .content_note .publicidad:after {
	content: "PUBLICIDAD";
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	left: 0;
	top: 4px;
	line-height: 10px;
	text-align: center;
	opacity: 0.4;
	font-size: 0.8em;
  }
  
  .text .publicidad {
	background: #dddddd;
  }
  
  .publicidad.first {
	padding: 20px 0px 10px;
	margin: 4% 0 0;
  }
  
  .publicidad.first:after {
	content: "PUBLICIDAD";
	position: absolute;
	text-transform: uppercase;
	width: 100%;
	left: 0;
	top: 4px;
	line-height: 10px;
	text-align: center;
	opacity: 0.4;
	font-size: 0.8em;
  }
  
  .text .content_note ul {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
  }
  
  .text .content_note ul li {
	margin: 0 0 2%;
	padding: 0 0 0 25px;
	position: relative;
	font-size: 1.1em;
	line-height: 1.2;
  }
  
  .text .content_note strong {
	font-weight: 600;
  }
  
  .text .content_note ul li::after {
	font-family: "font awesome 5 pro";
	content: "\f111";
	font-size: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	color: #3e3e3e;
	font-weight: 900;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  
  .text .content_note ol {
	counter-reset: ol;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	position: relative;
  }
  
  .text .content_note ol li {
	margin: 0 0 2%;
	counter-increment: list-item;
	font-size: 1.1em;
	padding: 0 0 0 25px;
	line-height: 1.2;
  }
  
  .text .content_note ol li::before {
	position: absolute;
	color: #000;
	left: 0;
	content: counter(list-item) ".";
	font-family: 'Poppins';
	font-weight: 700;
  }

  /* Category */
  .gridcat{
	display: flex;
	width: 100%;
	justify-content: center;
	/* margin-top: 16px; */
  
	background: rgb(61,100,237);
	background: -moz-linear-gradient(170deg, rgba(61,100,237,1) 0%, rgba(4,23,92,1) 100%);
	background: -webkit-linear-gradient(170deg, rgba(61,100,237,1) 0%, rgba(4,23,92,1) 100%);
	background: linear-gradient(170deg, rgba(61,100,237,1) 0%, rgba(4,23,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d64ed",endColorstr="#04175c",GradientType=1);
  }
  
  .boxgridcat{
	display: flex;
	width: 90%;
	max-width: 1300px;
	padding: 1em;
	flex-direction: column;
	padding: 4em 0;
  }
  
  .gridscat{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 15px;
  }
  
  .boxgridcat h1{
	font-size: 1.5em;
	text-align: center;
	color: var(--textcontrast);
	margin-bottom: 2%;
	position: relative;
  
  }

  .boxgridcat h1:before {
	position: absolute;
	display: flex;
	justify-content: center;
	left: 0;
	bottom: -15px;
	/* top: -15px; */
	width: 50%;
	height: 1px;
	content: "";
	left: 25%;
	margin-left: -30px;
	background-color: #fff;
  }

  
  .itemcat{
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	box-shadow: 0 7px 7px rgb(0 0 0 / 20%);
	cursor: pointer;
	background: #444;
	overflow: hidden;
	border-radius: 2px;
	min-height: 320px;
  }
  .itemcat .headercard img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #f9f9f9;
	transition: .4s;
	transition-delay: .2s;
	position: absolute;
  }
  
  .itemcat .contentcard {
	position: absolute;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 30% 4% 3%;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(255,255,255,.9) 60%);
  }
  
  .itemcat .contentcard .topinfo {
	display: flex;
  }
  
  .itemcat .contentcard h2 {
	color: #eb008b;
	display: block;
	margin: 0 0 2%;
	font-weight: 100;
	font: 400 .9em/normal sans-serif;
  }
  
  .itemcat .contentcard .hashtag {
	font-style: normal;
	display: block;
	align-items: center;
	opacity: .6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	letter-spacing: -0.01em;
	word-spacing: -0.1em;
	text-transform: uppercase;
	align-items: center;
	opacity: .6;
	overflow: hidden;
  }
  
  .itemcat .contentcard .hashtag i {
	padding: 0px 5px;
  }
  
  .itemcat .contentcard .notetitle {
	display: block;
	margin: 0 0 2%;
	font-size: 1.4em;
	color: #000;
	font-family: sans-serif;
	max-width: 580px;
	line-height: 1.4em;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }
  
  .itemcat .contentcard .notegeneral {
	font-size: initial;
	top: initial;
	color: #fff;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
  }

  .paginacionline{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 2em 0;
}
.pagination {
	margin: 0 auto;
	width: 80%;
	background: white;
	color: var(--textprimary);
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagination span{
	top: initial;
	width: 100%;
	display: flex;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-top: 10px;
	font-size: 40px;
	font-weight: bold;
}

.pagination a{
	top: initial;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 20px;
	color: var(--primary);
	font-weight: bold;
}

.bannerorigen{
	display: flex;
    justify-content: center;
    width: 100%;
	margin-bottom: 2em;
}

.imagebanner {
    display: flex;
	width: 100%;
}

.imagebanner img{
    display: flex;
	width: 100%;
	height: auto;
}
  
  
   @media screen and (max-width: 1366px) {
	.box-banner {
	  width: 100%;
	  max-width: 100%;
	  margin: initial;
	}
	.box-banner img {
	  max-width: 100%;
	}
	.txt-banner {
	  width: 50%;
	}
	.text {
	  width: 100%;
	}
   }
  
  
  
	@media screen and (max-width: 1024px) {
	  .topnav a.menuprincipal {
		font-size: 12px; 
	  }
	  .parent {
		grid-template-columns:  1fr 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		margin: initial;
	  }
	  .parent-card {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-gap: 20px;
	  }
	  .content {
		margin-top: 122px;
	  }
	  .content.receta {
		margin-top: 102px;
		}
  
	  .txt-banner p {
		display: -webkit-box;
		/* max-width: 50%; */
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	  }
	  
	  .btn-banner {
		width: fit-content;
		height: auto;
		border-radius: 10px;
		padding: 10px 15px;
		font-size: .9em;
	  	}
	  .txt-banner h1 {
		font-size:1.5em;
		line-height: 30px;
		margin-bottom: 1em;
		}
		.gridscat {
			grid-template-columns: repeat(2, 1fr);
		}
		.itemcat .contentcard .notetitle {
			line-height: 1.2em;
		}

		.level2 ul li{
			font-size: 14px;
		}
		.pagination {
			width: 100%;
		}
		.pagination span {
			font-size: 1.2em;
			margin-top: 3px;
			padding: 10px 0;
		}
		.pagination a {
			font-size: 1em;
			padding: 10px 0;
		}
		
	  
	}
  
  
	@media screen and (max-width: 768px) {
	  .topnav {
		position: fixed;
		height: fit-content;
		/* flex-direction: column; */
		/* padding: 1rem; */
	  }
	
	  .topnav div {
		padding: initial;
	  }
	
	  .topnav a.menuprincipal {
		display: none;
		padding: 20px 0;
		border-bottom: 1px solid #fff;
	  }
	  
	  .topnav.responsive {
		position: relative;
		display: flex;
		flex-direction: column;
		position: absolute;
		position: fixed;
		height: fit-content;
		justify-content: flex-start;
		backdrop-filter: blur(20px);
		/* padding: 1rem; */
	  }
	
	  .topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
		/* padding: 10px 0; */
		text-align: center;
		/* border-bottom: 1px solid #FFF; */
	  }
  
	  .topnav button.icon {
		float: right;
		display: block;
		padding: 16px 17px;
		color: var(--secondary);
		background: #fff;
		border: 0;
		outline: none;
		cursor: pointer;
		/* position: absolute; */
		/* right: 5px; */
		z-index: 1;
		/* top: 5px; */
	  }
	  .level1 .boxlevel1 {
		width: 95%;
		max-width: 95%;
		}
	  .level1 .boxlevel1 .boxmini{
		padding: 16px 17px;
	  }
	
	  .topnav button.icon.home {
		/* position: absolute; */
		/* right: 64px;
		top: 5px; */
		padding: 16px 17px;
		z-index: 1;
	  }
	  .level1 .boxlevel1 .boxmini.ghost{
		display: none;
	  }
	
	  .topnav button.icon.iconreverse {
		background: transparent;
		box-shadow: none;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.7);
		color: #000;
	  }
	
	  .headerLogo.active img {
		height: 45px;
	  }
  
	  .topnav .level2{
		flex-direction: column;
		
	  }
	  .topnav .level2 ul{
		flex-direction: column ;
		width: 95%;
		margin: 0 auto;
	  }
	  .topnav.responsive .level2{
		height: 100vh;
		justify-content: flex-start;
	  }

	  .topnav .level2 ul li{
		display: none;
	  }
	  .topnav.responsive .level2 ul li{
		display: flex;
		width: 100%;
		justify-content: center;
		padding: 20px;
		border-bottom: 1px solid #fff;
	  }
  
	  .content {
		margin-top: 59px;
	  }
	  .content.receta {
		margin-top: 58px;
		}
	
	  /* .topnav .level2 .ghost{
		display: block;
	  } */
	  .box-banner {
		flex-direction: column;
	  }
	  .box-banner img {
		position: relative;
	  }
	  .txt-banner {
		width: 100%;
		color: var(--textprimary) ;
	   
		padding: 2em;
	  }
	  .slick .slick-slide {
		flex-direction: column;
	  }
	  .textoslider {
		width: 100%;
		padding: 0px 0px 0px 0px;
	  }
	  .videoslider {
		width: 100%;
		height: 350px;
	  }
	  ul.slick-dots {
		margin-right: 0;
		justify-content: center;
	  }
	  .textoslider h2 {
		margin-bottom: 10px;
	  }
  
	  .listarticles li a {
		flex-direction: column;
	  }
	  .listarticles li a .imagearticles {
		width: 100%;
	  }
	  .article {
		width: 90%;
		margin: 1em auto;
		flex-direction: column;
	  }
	  .col-aside {
		width: 100%;
		border: none;
	  }
	  aside {
		width: 100%;
	  }
	  .text .content_note p {
		font-size: .9em;
		line-height: 1.3em;
	  }
	  .text .content_note h2 {
		font-size: 1.2em;
	  }
	  .text .content_note a {
		text-overflow: ellipsis;
	  }
	  .box-banner-article img {
		position: relative;
	  }
	  .txt-banner-article {
		position: relative;
		width: 100%;
		padding: 1em;
	  }
	  .txt-banner-article h1 {
		font-size: 30px;
		line-height: 32px;
		color: var(--textprimary);
		margin-bottom: initial;
	  }
	  .banner-article {
		background: #DBE0F4;
	  }

	  .box-banner-article:before {
		background: none;
	}
	.txt-banner-article {
		text-shadow: none;
	}
	
  
	}
  
	@media screen and (max-width: 600px) {
	  .parent {
		grid-template-columns:  1fr;
	  }
	  .parent-card {
		grid-template-columns:  1fr;
	  }
	  .txt-banner {
		width: 90%;
		margin: 1em auto;
		padding: initial;
	  }
	  .txt-banner p {
		font-size: .8em;
		line-height: 1.5;
  
		display: -webkit-box;
		/* max-width: 50%; */
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
	  }
	  .txt-banner h3 {
		margin-bottom: 10px;
		font-size: .8em;
	  }
	  .txt-banner h1 {
		font-size: 1.2em;
		line-height: 1.5;
		margin-bottom: 10px;
	  }
	  .btn-banner {
		border-radius: 10px;
		padding: 10px 14px;
		font-size: .8em;
	  }
	  footer {
		padding: 2em 0;
	  }
  
	  footer div, footer a, footer p {
		font-size: 12px;
	  }
	  footer .boxlogofooter img {
		max-width: 150px;
	  }
	  .txt-banner-article h1 {
		font-size: 20px;
		line-height: 22px;
	}
	.gridscat {
		grid-template-columns: repeat(1, 1fr);
	}
	.itemcat .contentcard .notetitle {
		line-height: 1em;
	}

	.pagination a.prev, .pagination a.next {
		font-size: 10px;
	}
  
	}



