@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


body{
  font-family: "Open Sans", sans-serif;
  color: #4b5563;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
      font-family: "Montserrat", sans-serif;
}

				      .slide-item {
        width: 100%;
        height: 1200px; 
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }

    .slide_bg{
position: absolute;
width: 100%;
    }
.main_header{
  position: relative;
  overflow: hidden;
}
.navbar-brand{
   margin-left: -9%
}
.main_header:after{
  position: absolute;
  content: '';
  top: 0;
  background: url('../images/fondo_main.webp');
  width: 1200px;
  height: 413px;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu_principal_index ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
}
li.item-101 {
    grid-column: 2/2;
}

li.item-117 {
    grid-column: 3;
    grid-row: 2;
}

li.item-116 {
    grid-column: 1;
    grid-row: 3;
}

li.item-118 {
    grid-column: 3;
    grid-row: 4;
}

li.item-119 {
    grid-column: 2;
    grid-row: 6;
}

.menu_principal_index a, .m_secundario a {
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    
}
.nav-item{
  position: relative;
}

.menu_principal_index .nav-item a:before
{
  position: absolute;
  content: '';
  width: 50px;
  height: 44px;
  background: url('../images/huella_menu.webp');
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  left: -70px;
}

.m_secundario .nav-item:nth-child(odd) a:before{


  position: absolute;
  content: '';
  width: 50px;
  height: 44px;
  background: url('../images/huella_menu.webp');
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  left: -70px;


}

.m_secundario .nav-item:nth-child(even) a:after{


  position: absolute;
  content: '';
  width: 50px;
  height: 44px;
  background: url('../images/huella_menu.webp');
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  /* right: 268px; */



}


.menu_principal ul{
 margin-left: 6.5rem;
}
.main_header{
  position: relative;
  height: 480px;
}
ul.m_secundario {
    margin-left: 0;
    display: flex;
    flex-direction: column;
}

ul.m_secundario li {
    margin-bottom: 3rem;
}

.icon-search{
    background-image: url(../images/buscador.png);
    width: 39px;
    height: 41px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
     position: absolute; 
    right: 0px;
    /* cursor: pointer; */
    top: 3px;
    filter: invert(1);
}
form .awesomplete {
    width: 99%;
}


.navbar-collapse li.active a {
    background-color: #1b3555;
    color: #fff;
}

.navbar-collapse ul.mod-list:first-child {
    border-bottom: solid 1px;
}
.item-image img {
   width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  height: 500px;
}

.blog-item h2 a {
    color: #333;
    text-decoration: none;
    font-size: clamp(1rem, 3vw, 1.5rem);
}

.sidebar{
  margin-top: 1.8rem;
}
footer {
    background-color: rgb(35, 35, 36);
    color: #efefef;
}
.m_secundario {
    margin-top: -17rem;
}
@media screen and (max-width: 1140px) {
    .m_secundario{
      margin-top: 0;
    }
  .m_secundario img{
    display: none !important;
  }

  .menu_principal_index .nav-item a:before
  {

  }
  .ocelote {
    width: 341px;
}
 .m_secundario ul {
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
    gap: 25px;
    
}
.menu_principal_index ul {
    display: flex;
    justify-content: center;
    margin-left: 0;
    gap: 35px;
    flex-direction: row;
}
  .nav-item a:before, .menu_principal_index .nav-item a:before,.m_secundario .nav-item:nth-child(odd) a:before,.m_secundario .nav-item:nth-child(even) a:after
{
  
  width: 23px;
  height: 20px;

  top: 8px;
  left: -22px;
}
   
}


@media screen and (max-width: 991px) {
  .blog-items img
  {height: auto;}
  .navbar-brand{
   margin-left: 0;
}
ul.mod-menu a {
    font-size: 16px;
}

 .cards_section
{

  margin-bottom: 3rem;
}

   
}


@media screen and (max-width: 600px) {
    .ocelote {
    width: 240px;
}
  
.main_header{
  
  height: 358px;
}
   
}


@media screen and (max-width: 500px) {
  
.cards_section ul li {
    margin-bottom: 2rem;
}

   
}


