<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  min-height: 75rem;
  padding-top: 3.40rem; 
  color: #072146 !important;
} 

/*=========================================================================== 
-------------------------- HEADER CAJA DE BUSQUEDA --------------------------
===========================================================================*/
.container-search-item {
  background-color: #00529b !important; /*#072146*/
}

.remove-border {
  border-radius: .0rem;
}

.btn-color-1D73B2 {
  background-color:#1D73B2;
  border:solid 1px #1D73B2 !important;
  border-radius: .0rem;
}

.btn-color-1D73B2:hover {
  background-color:#1D73B2;
  border:solid 1px #1D73B2 !important;
} 

.button-back {
  margin-right: 10px;
  display: none;
} 

.icons-white-color {
  color:#FFFFFF;
}
/*--------------------------------------------------------------------------- 
------------------------ END HEADER CAJA DE BUSQUEDA ------------------------
---------------------------------------------------------------------------*/




/*=========================================================================== 
-------------------------- HEADER MENU PRINCIPAL --------------------------
===========================================================================*/
.container-main-menu {
  background-color: #D4EDFC !important;
} 

.container-main-menu a {
  color: #004580 !important;
} 

.logo-locatplace {
  width: 34px;
  height: auto; 
  margin-right: 1rem;
} 

.trade-logo {
  font-weight: 700;
  font-family: Roboto, Arial, Helvetica, sans-serif;
} 

.btn-open-search-box {
  display: none;
} 

.mobile-main-menu-button {
  background-color: #072146 !important;
}
/*--------------------------------------------------------------------------- 
------------------------- END HEADER MENU PRINCIPAL -------------------------
---------------------------------------------------------------------------*/




/*=========================================================================== 
------------------------------- DIVS DE PRUEBA ------------------------------
===========================================================================*/ 
.div-test-responsive {
  display: none;
} 

.test-media-query1{
  background-color: green;
  height: 20px;
}
.test-media-query2{
  background-color: purple;
  height: 20px;
} 

.test-media-query3{
  background-color: #f2f2f2;
  height: 20px;
}

.test-media-query4{
  background-color: orange;
  height: 20px;
}

.test-media-query5{
  background-color: #D8F781;
  height: 20px;
}
/*--------------------------------------------------------------------------- 
----------------------------- END DIVS DE PRUEBA ----------------------------
---------------------------------------------------------------------------*/




/*=========================================================================== 
-------------------------------- MEDIA QUERYS -------------------------------
===========================================================================*/ 
@media (min-width: 768px) {
  .test-media-query4{
    background-color: blue;
  }
  .container-search-item {
    display: inline-flex !important;
  }
}


@media (max-width: 767px) {
  .test-media-query1{
    background-color:red;
  }

  body {
    padding-top: 3.53rem;
  }

  .container-search-item {
    display: none;
  }

  .container-main-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .btn-open-search-box {
    margin-top: 0px !important; 
    margin-bottom: 0px !important;
    display:inline-table;
  }

  .itxt-category {
    width: 100% !important;
    margin-bottom: 6px;
  }
  .itxt-location {
    width: 100% !important;
    margin-bottom: 8px;
  }

  .container-back-search-buttons{    
    width: 100% !important;
  }

  .button-back {
    display: inline-block;
  }
}


/*@media screen and (min-width: 500px) and (max-width: 800px) {*/
@media (min-width: 576px) and (max-width: 767px) {
  .test-media-query2{
    background-color:yellow;
  } 

  .container-main-menu {
    padding: .5rem 1rem;
  }
}


@media (max-width: 575px) {
  .test-media-query3{
    background-color:palevioletred;
  }

  body {
    padding-top: 3.53rem;
  }

  .container-main-menu {
    padding: .49rem 1rem;
  }

  .itxt-category {
    max-width: 100%;
    margin-bottom: 6px;
  }
  
  .itxt-location {
    max-width: 100%;
  }

  .container-back-search-buttons{    
    width: 100% !important;
  }

  .button-back {
    display: inline-block;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .btn-search {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
}
/*--------------------------------------------------------------------------- 
------------------------------ END MEDIA QUERYS -----------------------------
---------------------------------------------------------------------------*/</pre></body></html>