>
/*!
Theme Name: mundo-adgrid
Theme URI: https://mundohispanico.com
Author: Mundo Hispanico
Author URI:  https://mundohispanico.com
Description: Original Themef
Version: 1.0.0 
License: GNU General Public License v2 or later
Text Domain: mimundo
*/
*, *::before, *::after {
  box-sizing: border-box;
} 
.hola{
      background-image: url(img/menu-arrow.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 1px; border-radius: 99px;
    cursor: pointer;
    filter: invert(1);
    background-size: 10px;
    background-repeat: no-repeat;
    text-align: right;
    background-position: center;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: #393939;
  background: #fefefe;
  font-size: 19px;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 26px;
  font-weight: 400;
}
:root {
  --body-color: #4e4e4e;
  --gray-text-color: #797979;
  --gray-border-color: #dfe2ec; 
  --black-color: #000;
  --title-color: #111;
  --link-color: #242424; 
  --link-hover-color: #000;
  --width-container: 1200px; 
  --slider-height: 480px;   
} 

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #c71d1d;
}
input[type=text] {
  /* Remove */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #2a2a2a;
}
h1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
}
.post-content h1 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}
h2 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
}
h3 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.mtop-section {
  margin-top: 25px;
}
.mtop-5 {
  margin-top: 5px;
}
.mtop-10 {
  margin-top: 10px;
}
.mtop-15 {
  margin-top: 15px;
}
.mtop-20 {
  margin-top: 20px;
}
.mtop-25 {
  margin-top: 25px;
}
.mtop-30 {
  margin-top: 30px;
}
.mbottom-5 {
  margin-bottom: 5px;
}
.mbottom-15 {
  margin-bottom: 15px;
}
.mbottom-10 {
  margin-bottom: 10px;
}
.mbottom-20 {
  margin-bottom: 20px;
}
.mbottom-30 {
  margin-bottom: 30px;
}
.display1000 {
  display: none !important;
}

/************ESTRUCTURA************/
/************ESTRUCTURA************/
.site-content {
  padding: 22px 0;
}
.wrap {
   max-width:  var(--width-container);
  margin: 0 auto 20px auto;
  padding: 0 20px;
}
.primary {


  overflow: hidden;
}
.standard {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 2%; 
  align-items: flex-start;
}


@media screen and (min-height: 960px) {
  .sidebar {
    position: sticky;
    top: 10px;
  }
}
/* @media screen and (max-height: 960px) {
  .sidebar {
    position: relative;
    top: 0;
    align-content: flex-start;
    height: 100%;
  }
  .widget:last-child {
    position: sticky !important;
    top: 10px !important;
  }
}
*/
.widget { display: flex;
  margin-bottom: 25px;
  min-height: 230px;
    justify-content: center;
}
.categoria-seccion {
    display: block;
    color: #ce1f25 !important;
    text-transform: uppercase;
    font-size: 28px;
    line-height: initial;
    padding-bottom: 1px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: flex; padding: 10px 0;
	justify-content: flex-end;
  
}

.categoria-seccion.top{
  
	    justify-content: flex-start;
    
}
.categoria-seccion.top-left {
    margin-bottom: 0;
    background: #ce1f25;
    color: #fff !important;
    padding: 10px 15px;
    position: relative;
	    justify-content: flex-start;
    
}
.curved-corner-topright {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: -98px;
}
.curved-corner-topright:before {
	 top: 0;
    right: 0;
    box-shadow: 50px -50px 0 0 #ce1f25;
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 40%;
}
.categoria-seccion.top-left:after {
content: none;
}

.categoria-seccion span{
    z-index: 8;
    background: #fff;
}
.categoria-seccion:after {
   content: "";
	 border-top: 5px dotted;
    border-top-width:5px;
    border-right-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
	height: 5px; TOP: 50%;
	width: 100%;
	position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.categoria-seccion .more {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  color: #4b4b4b !important;
}
.ad-height, .custAds {
  position: relative;
  max-width: 125% !important;
  min-height: 90px;
  display: flex;
  justify-content: center;
  width: 100%;
  clear: both;
}
.archive .ad-height, .archive .custAds {
  margin: 0;
}

/*Fixed Ad*/
.fixedbar {
  background-color: #FFFFFF;
  bottom: 0px;
  left: 0px;
  padding: 0px 0;
  position: fixed;
  font-size: 16px;
  width: 100%;
  /*height: 50px;*/
	max-height: 180px;
  z-index: 9;
  float: left;
  vertical-align: middle;
  margin: 0px 0 0;
  opacity: 0.95;
  font-weight: bold;
  padding-bottom: 5px;
  display: none;
  left: 0 !important;
  right: 0 !important;
}
.boxfloat {
  text-align: center;
  margin: 0 auto;
}
.boxfloat a {
  font-weight: 100;
  margin: 0px;
}

.entry-content.blog-article>div {
    display: block!important;
}


.mobile-topcontent-ad {
  min-height:105px;
}

.dsktopcontent-ad {
  min-height: 93px;
}