body{
    font-family: 'Raleway', sans-serif;
}
   
.owl-carousel-category .owl-dots{
       margin-top: 15px !important;
}
   
.owl-stage{
    padding-left: 0px !important;
}

.owl-dot.active span{
    background: #cc2229 !important;
}

.owl-nav{
    position:absolute;
    top: -60px;
    right: 0px;
    margin-top: 0 !important;
}

.owl-nav button{
    width: 35px;
    height: 35px;
    border: 1px solid #cccccc !important;
    color: gray !important;
    margin: 2px !important;
    border-radius: 50px !important;
}
.owl-nav button:hover{
    background: #f7f7f7 !important;
}

 @media (min-width: 1024px) {
     .caruselNews {
         height: 650px;
     }
 }
 
 @media (max-width: 1023px) {
     .caruselNews {
         height: 500px;
     }
 }
 
 @media (max-width: 450px) {
     .caruselNews {
         height: 300px;
     }
 }
 
 
 @media (min-width: 1024px) {
     .mainNews {
         height: 650px;
     }
 }
   
   /* On screens that are 1023px or less */
   @media (max-width: 1023px) {
     .mainNews {
       height: 500px;
     }
   }
   
   @media (max-width: 450px) {
     .mainNews {
       height: 300px;
     }
   }

   @media (max-width: 1023px) {
    .getout {
      display: none;
    }
  }

  @media (min-width: 1024px) {
    .getin {
      display: none;
    }
  }

  .sidenav{
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    
}

.sidenav a {
    
    text-decoration: none;
    color: black;
    /*display: block;*/
    transition: 0.3s;
  
  }

  .sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  /*estilos overlay search*/
  .overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
  }
  
  .overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    
    margin: auto;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    font-size: 60px;
    cursor: pointer;
    color: white;
  }
  
  .overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
  }
  
  .overlay input[type=text]:hover {
    background: #f1f1f1;
  }
  
  .overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .overlay button:hover {
    background: #bbb;
  }

  /* mediaquerys para la secicon black del index  se aplican */

  @media (min-width: 769px) {
    .responsiveSection {
        height: 650px;
    }
  }

  @media (max-width: 768px) {
    .responsiveSection {
        height: auto;
    }
}

/* Search Bar expandable */
.button {
    display: inline-block;
    margin: 4px 2px;
    background-color: transparent;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: black;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 282px; /* Bar width+1px */
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 49px; /* Button width-1px */
}

.expandright:focus {
    padding: 0 0 0 16px;
}
/* estilo para imagen de cards */
.w-fill{
    width: --webkit-fill-available;
}
ul{
    list-style: disc !important;
}
ol{
    list-style: decimal !important;
}
li{
    margin-left: 40px;
}

/*line-height de 2 al contenido de nota*/
.line-height-2
{
    line-height: 2 !important;
}

/* styles to hide nav scroll down and up */
#autohide{
    transition: top 0.5s ease-out;
    transition: -webkit-transform 0.5s;
    transition: top 0.5s ease-out;
}

/*popup ad*/
#popup {
    width: 100%;
    max-width: 960px;
    display: inline-block;
    opacity: 0;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #888;
    box-shadow: 1px 1px .5em 0 rgba(0, 0, 0, .5);
    transition: opacity .3s ease-in-out;
    z-index:99999;
}

#popup.hidden {
    display: none;
}
#popup.fade-in {
    opacity: 1;
}
.image-ad{
    text-align:center;
    display:block;
    max-width:960px;
    height:auto;
    overflow:hidden;
    margin:auto;
}
.close-icon{
    cursor:pointer;
    position:absolute;
    right:0;
}

.tendencias{
    display: grid !important;
}

.lightbox {
    border: solid 2px black;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.description {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.description p {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
    border-bottom: solid 1px gray;
}

.max-w-768
{
    max-width: 768px;
}

.max-w-744
{
    max-width: 744px;
}

.max-h-432
{
    max-height: 432px;
}